Trace number 4261848

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) 2520.7 2463.1399

General information on the benchmark

NameBinPacking/BinPacking-sum-skj2/
BinPacking-sum-n1w4b3r4.xml
MD5SUMe6d791e594f9eaa90e121e32c21c79c6
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables101
Number of constraints13
Number of domains2
Minimum domain size6
Maximum domain size47
Distribution of domain sizes[{"size":6,"count":1},{"size":47,"count":100}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":95},{"degree":5,"count":5}]
Minimum constraint arity6
Maximum constraint arity100
Distribution of constraint arities[{"arity":6,"count":1},{"arity":20,"count":10},{"arity":100,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":5},{"type":"lex","count":1},{"type":"sum","count":5},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

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

pid=29150
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.69 1.53 1.50 2/198 29153
/proc/meminfo: memFree=29612556/32770624 swapFree=0/469280
[pid=29153] ppid=29150 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/29153/stat : 29153 (runsolver) D 29150 29153 13007 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 89353809 24240128 106 18446744073709551615 4194304 4338465 140724981635616 140724981633256 140467843551959 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 38166528 140724981637328 140724981637705 140724981637705 140724981641162 0
/proc/29153/statm: 5918 106 53 36 0 2156 0

[startup+0.10009 s]
/proc/loadavg: 1.69 1.53 1.50 2/198 29153
/proc/meminfo: memFree=29612556/32770624 swapFree=0/469280
[pid=29153] ppid=29150 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/29153/stat : 29153 (bash) S 29150 29153 13007 0 -1 4202496 898 6472 0 0 0 0 0 1 20 0 1 0 89353809 9867264 377 18446744073709551615 4194304 5098028 140733810939952 140733810933960 140586599488512 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 7 0 0 7196144 7232144 35147776 140733810946580 140733810946665 140733810946665 140733810950122 0
/proc/29153/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.20104 s]
/proc/loadavg: 1.69 1.53 1.50 2/198 29153
/proc/meminfo: memFree=29612556/32770624 swapFree=0/469280
[pid=29153] ppid=29150 vsize=13356508 CPUtime=0.09 cores=1,3,5,7
/proc/29153/stat : 29153 (java) S 29150 29153 13007 0 -1 1077944320 3532 12612 0 0 1 0 5 3 20 0 6 0 89353809 13677064192 2837 18446744073709551615 4194304 4196468 140731686429136 140731686411680 140618270949111 0 0 1 16784584 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
/proc/29153/statm: 3339127 2837 1309 1 0 3329097 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13356508

[startup+0.300288 s]
/proc/loadavg: 1.69 1.53 1.50 2/198 29153
/proc/meminfo: memFree=29612556/32770624 swapFree=0/469280
[pid=29153] ppid=29150 vsize=13973936 CPUtime=0.15 cores=1,3,5,7
/proc/29153/stat : 29153 (java) S 29150 29153 13007 0 -1 1077944320 6020 12612 0 0 7 0 5 3 20 0 15 0 89353809 14309310464 6612 18446744073709551615 4194304 4196468 140731686429136 140731686411680 140618270949111 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
/proc/29153/statm: 3493484 6612 2647 1 0 3482965 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 13973936

[startup+0.700519 s]
/proc/loadavg: 1.69 1.53 1.50 2/198 29153
/proc/meminfo: memFree=29612556/32770624 swapFree=0/469280
[pid=29153] ppid=29150 vsize=13974784 CPUtime=0.71 cores=1,3,5,7
/proc/29153/stat : 29153 (java) S 29150 29153 13007 0 -1 1077944320 13924 12612 0 0 60 3 5 3 20 0 15 0 89353809 14310178816 15322 18446744073709551615 4194304 4196468 140731686429136 140731686411680 140618270949111 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
/proc/29153/statm: 3493696 15322 3092 1 0 3482965 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 13974784

[startup+1.50062 s]
/proc/loadavg: 1.64 1.52 1.50 4/213 29216
/proc/meminfo: memFree=29515160/32770624 swapFree=0/469316
[pid=29153] ppid=29150 vsize=13985408 CPUtime=1.93 cores=1,3,5,7
/proc/29153/stat : 29153 (java) S 29150 29153 13007 0 -1 1077944320 26803 12612 0 0 176 9 5 3 20 0 15 0 89353809 14321057792 43126 18446744073709551615 4194304 4196468 140731686429136 140731686411680 140618270949111 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
/proc/29153/statm: 3496352 43126 3377 1 0 3485525 0
[pid=29153/tid=29203] ppid=29150 vsize=13985408 CPUtime=1.3 cores=1,3,5,7
/proc/29153/task/29203/stat : 29203 (java) R 29150 29153 13007 0 -1 4202560 20558 12612 0 0 117 5 5 3 20 0 15 0 89353828 14321057792 43126 18446744073709551615 4194304 4196468 140731686429136 140618275166848 140618264048986 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
[pid=29153/tid=29204] ppid=29150 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/29153/task/29204/stat : 29204 (java) S 29150 29153 13007 0 -1 1077944384 34 12612 0 0 0 0 5 3 20 0 15 0 89353828 14321057792 43126 18446744073709551615 4194304 4196468 140731686429136 140617871264784 140618270959317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
[pid=29153/tid=29205] ppid=29150 vsize=13985408 CPUtime=0.09 cores=1,3,5,7
/proc/29153/task/29205/stat : 29205 (java) S 29150 29153 13007 0 -1 1077944384 40 12612 0 0 1 0 5 3 20 0 15 0 89353828 14321057792 43126 18446744073709551615 4194304 4196468 140731686429136 140617870212240 140618270959317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
[pid=29153/tid=29206] ppid=29150 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/29153/task/29206/stat : 29206 (java) S 29150 29153 13007 0 -1 1077944384 43 12612 0 0 0 0 5 3 20 0 15 0 89353828 14321057792 43126 18446744073709551615 4194304 4196468 140731686429136 140617869159184 140618270959317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
[pid=29153/tid=29207] ppid=29150 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/29153/task/29207/stat : 29207 (java) S 29150 29153 13007 0 -1 1077944384 188 12612 0 0 0 0 5 3 20 0 15 0 89353828 14321057792 43126 18446744073709551615 4194304 4196468 140731686429136 140617868106640 140618270959317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
[pid=29153/tid=29208] ppid=29150 vsize=13985408 CPUtime=0.09 cores=1,3,5,7
/proc/29153/task/29208/stat : 29208 (java) S 29150 29153 13007 0 -1 1077944384 636 12612 0 0 1 0 5 3 20 0 15 0 89353830 14321057792 43126 18446744073709551615 4194304 4196468 140731686429136 140617254815984 140618270960258 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
[pid=29153/tid=29209] ppid=29150 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/29153/task/29209/stat : 29209 (java) S 29150 29153 13007 0 -1 1077944384 55 12612 0 0 0 0 5 3 20 0 15 0 89353830 14321057792 43126 18446744073709551615 4194304 4196468 140731686429136 140617253762272 140618270959317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
[pid=29153/tid=29210] ppid=29150 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/29153/task/29210/stat : 29210 (java) S 29150 29153 13007 0 -1 1077944384 44 12612 0 0 0 0 5 3 20 0 15 0 89353831 14321057792 43126 18446744073709551615 4194304 4196468 140731686429136 140617252709120 140618270959317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
[pid=29153/tid=29211] ppid=29150 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/29153/task/29211/stat : 29211 (java) S 29150 29153 13007 0 -1 1077944384 3 12612 0 0 0 0 5 3 20 0 15 0 89353833 14321057792 43126 18446744073709551615 4194304 4196468 140731686429136 140617251657680 140618270967707 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
[pid=29153/tid=29212] ppid=29150 vsize=13985408 CPUtime=0.24 cores=1,3,5,7
/proc/29153/task/29212/stat : 29212 (java) S 29150 29153 13007 0 -1 1077944384 1088 12612 0 0 16 0 5 3 20 0 15 0 89353833 14321057792 43126 18446744073709551615 4194304 4196468 140731686429136 140617250605808 140618270960258 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
[pid=29153/tid=29213] ppid=29150 vsize=13985408 CPUtime=0.21 cores=1,3,5,7
/proc/29153/task/29213/stat : 29213 (java) S 29150 29153 13007 0 -1 1077944384 636 12612 0 0 13 0 5 3 20 0 15 0 89353833 14321057792 43126 18446744073709551615 4194304 4196468 140731686429136 140617249553264 140618270960258 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
[pid=29153/tid=29214] ppid=29150 vsize=13985408 CPUtime=0.31 cores=1,3,5,7
/proc/29153/task/29214/stat : 29214 (java) S 29150 29153 13007 0 -1 1077944384 1319 12612 0 0 23 0 5 3 20 0 15 0 89353833 14321057792 43126 18446744073709551615 4194304 4196468 140731686429136 140617248500208 140618270960258 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
[pid=29153/tid=29215] ppid=29150 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/29153/task/29215/stat : 29215 (java) S 29150 29153 13007 0 -1 1077944384 3 12612 0 0 0 0 5 3 20 0 15 0 89353833 14321057792 43126 18446744073709551615 4194304 4196468 140731686429136 140617247447904 140618270959317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
[pid=29153/tid=29216] ppid=29150 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/29153/task/29216/stat : 29216 (java) S 29150 29153 13007 0 -1 1077944384 3 12612 0 0 0 0 5 3 20 0 15 0 89353838 14321057792 43126 18446744073709551615 4194304 4196468 140731686429136 140617246394928 140618270960258 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 13985408

[startup+3.10068 s]
/proc/loadavg: 1.64 1.52 1.50 5/213 29216
/proc/meminfo: memFree=29438656/32770624 swapFree=0/469316
[pid=29153] ppid=29150 vsize=13999932 CPUtime=6.09 cores=1,3,5,7
/proc/29153/stat : 29153 (java) S 29150 29153 13007 0 -1 1077944320 35365 12612 0 0 586 15 5 3 20 0 15 0 89353809 14335930368 55766 18446744073709551615 4194304 4196468 140731686429136 140731686411680 140618270949111 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
/proc/29153/statm: 3499983 55766 3448 1 0 3488597 0
[pid=29153/tid=29203] ppid=29150 vsize=13999932 CPUtime=2.89 cores=1,3,5,7
/proc/29153/task/29203/stat : 29203 (java) R 29150 29153 13007 0 -1 4202560 24396 12612 0 0 272 9 5 3 20 0 15 0 89353828 14335930368 55766 18446744073709551615 4194304 4196468 140731686429136 140618275181784 140617922337271 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
[pid=29153/tid=29204] ppid=29150 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/29153/task/29204/stat : 29204 (java) S 29150 29153 13007 0 -1 1077944384 34 12612 0 0 0 0 5 3 20 0 15 0 89353828 14335930368 55766 18446744073709551615 4194304 4196468 140731686429136 140617871264784 140618270959317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
[pid=29153/tid=29205] ppid=29150 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/29153/task/29205/stat : 29205 (java) S 29150 29153 13007 0 -1 1077944384 40 12612 0 0 1 0 5 3 20 0 15 0 89353828 14335930368 55766 18446744073709551615 4194304 4196468 140731686429136 140617870212240 140618270959317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
[pid=29153/tid=29206] ppid=29150 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/29153/task/29206/stat : 29206 (java) S 29150 29153 13007 0 -1 1077944384 43 12612 0 0 0 0 5 3 20 0 15 0 89353828 14335930368 55766 18446744073709551615 4194304 4196468 140731686429136 140617869159184 140618270959317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
[pid=29153/tid=29207] ppid=29150 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/29153/task/29207/stat : 29207 (java) S 29150 29153 13007 0 -1 1077944384 188 12612 0 0 0 0 5 3 20 0 15 0 89353828 14335930368 55766 18446744073709551615 4194304 4196468 140731686429136 140617868106640 140618270959317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
[pid=29153/tid=29208] ppid=29150 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/29153/task/29208/stat : 29208 (java) S 29150 29153 13007 0 -1 1077944384 640 12612 0 0 1 0 5 3 20 0 15 0 89353830 14335930368 55766 18446744073709551615 4194304 4196468 140731686429136 140617254815984 140618270960258 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
[pid=29153/tid=29209] ppid=29150 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/29153/task/29209/stat : 29209 (java) S 29150 29153 13007 0 -1 1077944384 55 12612 0 0 0 0 5 3 20 0 15 0 89353830 14335930368 55766 18446744073709551615 4194304 4196468 140731686429136 140617253762272 140618270959317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
[pid=29153/tid=29210] ppid=29150 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/29153/task/29210/stat : 29210 (java) S 29150 29153 13007 0 -1 1077944384 44 12612 0 0 0 0 5 3 20 0 15 0 89353831 14335930368 55766 18446744073709551615 4194304 4196468 140731686429136 140617252709120 140618270959317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
[pid=29153/tid=29211] ppid=29150 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/29153/task/29211/stat : 29211 (java) S 29150 29153 13007 0 -1 1077944384 3 12612 0 0 0 0 5 3 20 0 15 0 89353833 14335930368 55766 18446744073709551615 4194304 4196468 140731686429136 140617251657680 140618270967707 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
[pid=29153/tid=29212] ppid=29150 vsize=13999932 CPUtime=1.23 cores=1,3,5,7
/proc/29153/task/29212/stat : 29212 (java) R 29150 29153 13007 0 -1 4202560 2918 12612 0 0 115 0 5 3 20 0 15 0 89353833 14335930368 55766 18446744073709551615 4194304 4196468 140731686429136 140617250585504 140618254855357 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
[pid=29153/tid=29213] ppid=29150 vsize=13999932 CPUtime=0.93 cores=1,3,5,7
/proc/29153/task/29213/stat : 29213 (java) R 29150 29153 13007 0 -1 4202560 1441 12612 0 0 85 0 5 3 20 0 15 0 89353833 14335930368 55766 18446744073709551615 4194304 4196468 140731686429136 140617249539288 140618252469978 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
[pid=29153/tid=29214] ppid=29150 vsize=13999932 CPUtime=1.16 cores=1,3,5,7
/proc/29153/task/29214/stat : 29214 (java) R 29150 29153 13007 0 -1 1077944384 3402 12612 0 0 106 2 5 3 20 0 15 0 89353833 14335930368 55766 18446744073709551615 4194304 4196468 140731686429136 140617248500208 140618270960258 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
[pid=29153/tid=29215] ppid=29150 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/29153/task/29215/stat : 29215 (java) S 29150 29153 13007 0 -1 1077944384 3 12612 0 0 0 0 5 3 20 0 15 0 89353833 14335930368 55766 18446744073709551615 4194304 4196468 140731686429136 140617247447904 140618270959317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
[pid=29153/tid=29216] ppid=29150 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/29153/task/29216/stat : 29216 (java) S 29150 29153 13007 0 -1 1077944384 3 12612 0 0 0 0 5 3 20 0 15 0 89353838 14335930368 55766 18446744073709551615 4194304 4196468 140731686429136 140617246394928 140618270960258 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 13999932

[startup+6.30074 s]
/proc/loadavg: 1.64 1.52 1.50 3/213 29216
/proc/meminfo: memFree=29191064/32770624 swapFree=0/469320
[pid=29153] ppid=29150 vsize=14067516 CPUtime=13.73 cores=1,3,5,7
/proc/29153/stat : 29153 (java) S 29150 29153 13007 0 -1 1077944320 68586 12612 0 0 1338 27 5 3 20 0 15 0 89353809 14405136384 130974 18446744073709551615 4194304 4196468 140731686429136 140731686411680 140618270949111 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
/proc/29153/statm: 3516879 130974 3474 1 0 3505493 0
[pid=29153/tid=29203] ppid=29150 vsize=14067516 CPUtime=6 cores=1,3,5,7
/proc/29153/task/29203/stat : 29203 (java) R 29150 29153 13007 0 -1 4202560 45876 12612 0 0 577 15 5 3 20 0 15 0 89353828 14405136384 130974 18446744073709551615 4194304 4196468 140731686429136 140618275183440 140617926689900 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
[pid=29153/tid=29204] ppid=29150 vsize=14067516 CPUtime=0.12 cores=1,3,5,7
/proc/29153/task/29204/stat : 29204 (java) S 29150 29153 13007 0 -1 1077944384 398 12612 0 0 3 1 5 3 20 0 15 0 89353828 14405136384 130974 18446744073709551615 4194304 4196468 140731686429136 140617871264784 140618270959317 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
[pid=29153/tid=29205] ppid=29150 vsize=14067516 CPUtime=0.13 cores=1,3,5,7
/proc/29153/task/29205/stat : 29205 (java) S 29150 29153 13007 0 -1 1077944384 1010 12612 0 0 4 1 5 3 20 0 15 0 89353828 14405136384 130974 18446744073709551615 4194304 4196468 140731686429136 140617870212240 140618270959317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
[pid=29153/tid=29206] ppid=29150 vsize=14067516 CPUtime=0.13 cores=1,3,5,7
/proc/29153/task/29206/stat : 29206 (java) S 29150 29153 13007 0 -1 1077944384 180 12612 0 0 4 1 5 3 20 0 15 0 89353828 14405136384 130974 18446744073709551615 4194304 4196468 140731686429136 140617869159184 140618270959317 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
[pid=29153/tid=29207] ppid=29150 vsize=14067516 CPUtime=0.13 cores=1,3,5,7
/proc/29153/task/29207/stat : 29207 (java) S 29150 29153 13007 0 -1 1077944384 236 12612 0 0 4 1 5 3 20 0 15 0 89353828 14405136384 130974 18446744073709551615 4194304 4196468 140731686429136 140617868106640 140618270959317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
[pid=29153/tid=29208] ppid=29150 vsize=14067516 CPUtime=0.12 cores=1,3,5,7
/proc/29153/task/29208/stat : 29208 (java) S 29150 29153 13007 0 -1 1077944384 4747 12612 0 0 4 0 5 3 20 0 15 0 89353830 14405136384 130974 18446744073709551615 4194304 4196468 140731686429136 140617254815984 140618270960258 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
[pid=29153/tid=29209] ppid=29150 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/29153/task/29209/stat : 29209 (java) S 29150 29153 13007 0 -1 1077944384 57 12612 0 0 0 0 5 3 20 0 15 0 89353830 14405136384 130974 18446744073709551615 4194304 4196468 140731686429136 140617253762272 140618270959317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
[pid=29153/tid=29210] ppid=29150 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/29153/task/29210/stat : 29210 (java) S 29150 29153 13007 0 -1 1077944384 46 12612 0 0 0 0 5 3 20 0 15 0 89353831 14405136384 130974 18446744073709551615 4194304 4196468 140731686429136 140617252709120 140618270959317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
[pid=29153/tid=29211] ppid=29150 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/29153/task/29211/stat : 29211 (java) S 29150 29153 13007 0 -1 1077944384 3 12612 0 0 0 0 5 3 20 0 15 0 89353833 14405136384 130974 18446744073709551615 4194304 4196468 140731686429136 140617251657680 140618270967707 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
[pid=29153/tid=29212] ppid=29150 vsize=14067516 CPUtime=3.19 cores=1,3,5,7
/proc/29153/task/29212/stat : 29212 (java) R 29150 29153 13007 0 -1 4202560 3790 12612 0 0 310 1 5 3 20 0 15 0 89353833 14405136384 130974 18446744073709551615 4194304 4196468 140731686429136 140617250605808 140618254359904 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
[pid=29153/tid=29213] ppid=29150 vsize=14067516 CPUtime=2.88 cores=1,3,5,7
/proc/29153/task/29213/stat : 29213 (java) S 29150 29153 13007 0 -1 1077944384 5876 12612 0 0 278 2 5 3 20 0 15 0 89353833 14405136384 130974 18446744073709551615 4194304 4196468 140731686429136 140617249553264 140618270960258 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
[pid=29153/tid=29214] ppid=29150 vsize=14067516 CPUtime=1.58 cores=1,3,5,7
/proc/29153/task/29214/stat : 29214 (java) S 29150 29153 13007 0 -1 1077944384 4195 12612 0 0 148 2 5 3 20 0 15 0 89353833 14405136384 130974 18446744073709551615 4194304 4196468 140731686429136 140617248500208 140618270960258 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
[pid=29153/tid=29215] ppid=29150 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/29153/task/29215/stat : 29215 (java) S 29150 29153 13007 0 -1 1077944384 3 12612 0 0 0 0 5 3 20 0 15 0 89353833 14405136384 130974 18446744073709551615 4194304 4196468 140731686429136 140617247447904 140618270959317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
[pid=29153/tid=29216] ppid=29150 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/29153/task/29216/stat : 29216 (java) S 29150 29153 13007 0 -1 1077944384 14 12612 0 0 0 0 5 3 20 0 15 0 89353838 14405136384 130974 18446744073709551615 4194304 4196468 140731686429136 140617246394928 140618270960258 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
Current children cumulated CPU time (s) 13.73
Current children cumulated vsize (KiB) 14067516

[startup+12.7007 s]
/proc/loadavg: 1.53 1.51 1.49 3/213 29216
/proc/meminfo: memFree=28678264/32770624 swapFree=0/469320
[pid=29153] ppid=29150 vsize=14067516 CPUtime=21.28 cores=1,3,5,7
/proc/29153/stat : 29153 (java) S 29150 29153 13007 0 -1 1077944320 78777 12612 0 0 2082 38 5 3 20 0 15 0 89353809 14405136384 236679 18446744073709551615 4194304 4196468 140731686429136 140731686411680 140618270949111 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
/proc/29153/statm: 3516879 236679 3476 1 0 3505493 0
[pid=29153/tid=29203] ppid=29150 vsize=14067516 CPUtime=12.35 cores=1,3,5,7
/proc/29153/task/29203/stat : 29203 (java) R 29150 29153 13007 0 -1 4202560 47508 12612 0 0 1206 21 5 3 20 0 15 0 89353828 14405136384 236679 18446744073709551615 4194304 4196468 140731686429136 140618275183248 140617926690019 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
[pid=29153/tid=29204] ppid=29150 vsize=14067516 CPUtime=0.15 cores=1,3,5,7
/proc/29153/task/29204/stat : 29204 (java) S 29150 29153 13007 0 -1 1077944384 548 12612 0 0 5 2 5 3 20 0 15 0 89353828 14405136384 236679 18446744073709551615 4194304 4196468 140731686429136 140617871264784 140618270959317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
[pid=29153/tid=29205] ppid=29150 vsize=14067516 CPUtime=0.15 cores=1,3,5,7
/proc/29153/task/29205/stat : 29205 (java) S 29150 29153 13007 0 -1 1077944384 1065 12612 0 0 5 2 5 3 20 0 15 0 89353828 14405136384 236679 18446744073709551615 4194304 4196468 140731686429136 140617870212240 140618270959317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
[pid=29153/tid=29206] ppid=29150 vsize=14067516 CPUtime=0.15 cores=1,3,5,7
/proc/29153/task/29206/stat : 29206 (java) S 29150 29153 13007 0 -1 1077944384 720 12612 0 0 5 2 5 3 20 0 15 0 89353828 14405136384 236679 18446744073709551615 4194304 4196468 140731686429136 140617869159184 140618270959317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
[pid=29153/tid=29207] ppid=29150 vsize=14067516 CPUtime=0.15 cores=1,3,5,7
/proc/29153/task/29207/stat : 29207 (java) S 29150 29153 13007 0 -1 1077944384 1022 12612 0 0 5 2 5 3 20 0 15 0 89353828 14405136384 236679 18446744073709551615 4194304 4196468 140731686429136 140617868106640 140618270959317 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
[pid=29153/tid=29208] ppid=29150 vsize=14067516 CPUtime=0.13 cores=1,3,5,7
/proc/29153/task/29208/stat : 29208 (java) S 29150 29153 13007 0 -1 1077944384 5245 12612 0 0 5 0 5 3 20 0 15 0 89353830 14405136384 236679 18446744073709551615 4194304 4196468 140731686429136 140617254815984 140618270960258 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
[pid=29153/tid=29209] ppid=29150 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/29153/task/29209/stat : 29209 (java) S 29150 29153 13007 0 -1 1077944384 57 12612 0 0 0 0 5 3 20 0 15 0 89353830 14405136384 236679 18446744073709551615 4194304 4196468 140731686429136 140617253762272 140618270959317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
[pid=29153/tid=29210] ppid=29150 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/29153/task/29210/stat : 29210 (java) S 29150 29153 13007 0 -1 1077944384 46 12612 0 0 0 0 5 3 20 0 15 0 89353831 14405136384 236679 18446744073709551615 4194304 4196468 140731686429136 140617252709120 140618270959317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
[pid=29153/tid=29211] ppid=29150 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/29153/task/29211/stat : 29211 (java) S 29150 29153 13007 0 -1 1077944384 3 12612 0 0 0 0 5 3 20 0 15 0 89353833 14405136384 236679 18446744073709551615 4194304 4196468 140731686429136 140617251657680 140618270967707 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0

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

/proc/29153/task/29215/stat : 29215 (java) S 29150 29153 13007 0 -1 1077944384 3 12612 0 0 0 0 5 3 20 0 15 0 89353833 14405136384 344810 18446744073709551615 4194304 4196468 140731686429136 140617247447904 140618270959317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
[pid=29153/tid=29216] ppid=29150 vsize=14067516 CPUtime=1.52 cores=1,3,5,7
/proc/29153/task/29216/stat : 29216 (java) S 29150 29153 13007 0 -1 1077944384 1500 12612 0 0 63 81 5 3 20 0 15 0 89353838 14405136384 344810 18446744073709551615 4194304 4196468 140731686429136 140617246394928 140618270960258 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
Current children cumulated CPU time (s) 2438.09
Current children cumulated vsize (KiB) 14067516

[startup+2442.3 s]
/proc/loadavg: 1.32 1.37 1.40 3/213 29515
/proc/meminfo: memFree=23433600/32770624 swapFree=0/470848
[pid=29153] ppid=29150 vsize=14067516 CPUtime=2499.15 cores=1,3,5,7
/proc/29153/stat : 29153 (java) S 29150 29153 13007 0 -1 1077944320 369982 12612 0 0 249478 429 5 3 20 0 15 0 89353809 14405136384 345120 18446744073709551615 4194304 4196468 140731686429136 140731686411680 140618270949111 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
/proc/29153/statm: 3516879 345120 3476 1 0 3505493 0
[pid=29153/tid=29203] ppid=29150 vsize=14067516 CPUtime=2414.77 cores=1,3,5,7
/proc/29153/task/29203/stat : 29203 (java) R 29150 29153 13007 0 -1 4202560 119240 12612 0 0 241402 67 5 3 20 0 15 0 89353828 14405136384 345120 18446744073709551615 4194304 4196468 140731686429136 140618275183440 140617920176460 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
[pid=29153/tid=29204] ppid=29150 vsize=14067516 CPUtime=13.27 cores=1,3,5,7
/proc/29153/task/29204/stat : 29204 (java) S 29150 29153 13007 0 -1 1077944384 25998 12612 0 0 1249 70 5 3 20 0 15 0 89353828 14405136384 345120 18446744073709551615 4194304 4196468 140731686429136 140617871264784 140618270959317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
[pid=29153/tid=29205] ppid=29150 vsize=14067516 CPUtime=13.23 cores=1,3,5,7
/proc/29153/task/29205/stat : 29205 (java) S 29150 29153 13007 0 -1 1077944384 23327 12612 0 0 1251 64 5 3 20 0 15 0 89353828 14405136384 345120 18446744073709551615 4194304 4196468 140731686429136 140617870212240 140618270959317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
[pid=29153/tid=29206] ppid=29150 vsize=14067516 CPUtime=13.29 cores=1,3,5,7
/proc/29153/task/29206/stat : 29206 (java) S 29150 29153 13007 0 -1 1077944384 27828 12612 0 0 1252 69 5 3 20 0 15 0 89353828 14405136384 345120 18446744073709551615 4194304 4196468 140731686429136 140617869159184 140618270959317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
[pid=29153/tid=29207] ppid=29150 vsize=14067516 CPUtime=13.25 cores=1,3,5,7
/proc/29153/task/29207/stat : 29207 (java) S 29150 29153 13007 0 -1 1077944384 32369 12612 0 0 1256 61 5 3 20 0 15 0 89353828 14405136384 345120 18446744073709551615 4194304 4196468 140731686429136 140617868106640 140618270959317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
[pid=29153/tid=29208] ppid=29150 vsize=14067516 CPUtime=11.84 cores=1,3,5,7
/proc/29153/task/29208/stat : 29208 (java) S 29150 29153 13007 0 -1 1077944384 26020 12612 0 0 1109 67 5 3 20 0 15 0 89353830 14405136384 345120 18446744073709551615 4194304 4196468 140731686429136 140617254815984 140618270960258 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
[pid=29153/tid=29209] ppid=29150 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/29153/task/29209/stat : 29209 (java) S 29150 29153 13007 0 -1 1077944384 57 12612 0 0 0 0 5 3 20 0 15 0 89353830 14405136384 345120 18446744073709551615 4194304 4196468 140731686429136 140617253762272 140618270959317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
[pid=29153/tid=29210] ppid=29150 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/29153/task/29210/stat : 29210 (java) S 29150 29153 13007 0 -1 1077944384 46 12612 0 0 0 0 5 3 20 0 15 0 89353831 14405136384 345120 18446744073709551615 4194304 4196468 140731686429136 140617252709120 140618270959317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
[pid=29153/tid=29211] ppid=29150 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/29153/task/29211/stat : 29211 (java) S 29150 29153 13007 0 -1 1077944384 3 12612 0 0 0 0 5 3 20 0 15 0 89353833 14405136384 345120 18446744073709551615 4194304 4196468 140731686429136 140617251657680 140618270967707 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
[pid=29153/tid=29212] ppid=29150 vsize=14067516 CPUtime=7.83 cores=1,3,5,7
/proc/29153/task/29212/stat : 29212 (java) S 29150 29153 13007 0 -1 1077944384 31381 12612 0 0 769 6 5 3 20 0 15 0 89353833 14405136384 345120 18446744073709551615 4194304 4196468 140731686429136 140617250605808 140618270960258 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
[pid=29153/tid=29213] ppid=29150 vsize=14067516 CPUtime=7.34 cores=1,3,5,7
/proc/29153/task/29213/stat : 29213 (java) S 29150 29153 13007 0 -1 1077944384 40956 12612 0 0 718 8 5 3 20 0 15 0 89353833 14405136384 345120 18446744073709551615 4194304 4196468 140731686429136 140617249553264 140618270960258 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
[pid=29153/tid=29214] ppid=29150 vsize=14067516 CPUtime=3.39 cores=1,3,5,7
/proc/29153/task/29214/stat : 29214 (java) S 29150 29153 13007 0 -1 1077944384 39062 12612 0 0 322 9 5 3 20 0 15 0 89353833 14405136384 345120 18446744073709551615 4194304 4196468 140731686429136 140617248500208 140618270960258 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
[pid=29153/tid=29215] ppid=29150 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/29153/task/29215/stat : 29215 (java) S 29150 29153 13007 0 -1 1077944384 3 12612 0 0 0 0 5 3 20 0 15 0 89353833 14405136384 345120 18446744073709551615 4194304 4196468 140731686429136 140617247447904 140618270959317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
[pid=29153/tid=29216] ppid=29150 vsize=14067516 CPUtime=1.56 cores=1,3,5,7
/proc/29153/task/29216/stat : 29216 (java) S 29150 29153 13007 0 -1 1077944384 1537 12612 0 0 64 84 5 3 20 0 15 0 89353838 14405136384 345120 18446744073709551615 4194304 4196468 140731686429136 140617246394928 140618270960258 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
Current children cumulated CPU time (s) 2499.15
Current children cumulated vsize (KiB) 14067516



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2462.9 s]
/proc/loadavg: 1.44 1.39 1.41 3/214 29517
/proc/meminfo: memFree=23432828/32770624 swapFree=0/470840
[pid=29153] ppid=29150 vsize=14067516 CPUtime=2520.1 cores=1,3,5,7
/proc/29153/stat : 29153 (java) S 29150 29153 13007 0 -1 1077944320 370751 12612 0 0 251570 432 5 3 20 0 15 0 89353809 14405136384 345218 18446744073709551615 4194304 4196468 140731686429136 140731686411680 140618270949111 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
/proc/29153/statm: 3516879 345218 3476 1 0 3505493 0
[pid=29153/tid=29203] ppid=29150 vsize=14067516 CPUtime=2435.13 cores=1,3,5,7
/proc/29153/task/29203/stat : 29203 (java) R 29150 29153 13007 0 -1 4202560 119682 12612 0 0 243437 68 5 3 20 0 15 0 89353828 14405136384 345218 18446744073709551615 4194304 4196468 140731686429136 140618275183328 140617926416559 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
[pid=29153/tid=29204] ppid=29150 vsize=14067516 CPUtime=13.38 cores=1,3,5,7
/proc/29153/task/29204/stat : 29204 (java) S 29150 29153 13007 0 -1 1077944384 26049 12612 0 0 1260 70 5 3 20 0 15 0 89353828 14405136384 345218 18446744073709551615 4194304 4196468 140731686429136 140617871264784 140618270959317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
[pid=29153/tid=29205] ppid=29150 vsize=14067516 CPUtime=13.35 cores=1,3,5,7
/proc/29153/task/29205/stat : 29205 (java) S 29150 29153 13007 0 -1 1077944384 23333 12612 0 0 1263 64 5 3 20 0 15 0 89353828 14405136384 345218 18446744073709551615 4194304 4196468 140731686429136 140617870212240 140618270959317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
[pid=29153/tid=29206] ppid=29150 vsize=14067516 CPUtime=13.41 cores=1,3,5,7
/proc/29153/task/29206/stat : 29206 (java) S 29150 29153 13007 0 -1 1077944384 28043 12612 0 0 1263 70 5 3 20 0 15 0 89353828 14405136384 345218 18446744073709551615 4194304 4196468 140731686429136 140617869159184 140618270959317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
[pid=29153/tid=29207] ppid=29150 vsize=14067516 CPUtime=13.38 cores=1,3,5,7
/proc/29153/task/29207/stat : 29207 (java) S 29150 29153 13007 0 -1 1077944384 32394 12612 0 0 1268 62 5 3 20 0 15 0 89353828 14405136384 345218 18446744073709551615 4194304 4196468 140731686429136 140617868106640 140618270959317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
[pid=29153/tid=29208] ppid=29150 vsize=14067516 CPUtime=11.94 cores=1,3,5,7
/proc/29153/task/29208/stat : 29208 (java) S 29150 29153 13007 0 -1 1077944384 26046 12612 0 0 1118 68 5 3 20 0 15 0 89353830 14405136384 345218 18446744073709551615 4194304 4196468 140731686429136 140617254815984 140618270960258 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
[pid=29153/tid=29209] ppid=29150 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/29153/task/29209/stat : 29209 (java) S 29150 29153 13007 0 -1 1077944384 57 12612 0 0 0 0 5 3 20 0 15 0 89353830 14405136384 345218 18446744073709551615 4194304 4196468 140731686429136 140617253762272 140618270959317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
[pid=29153/tid=29210] ppid=29150 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/29153/task/29210/stat : 29210 (java) S 29150 29153 13007 0 -1 1077944384 46 12612 0 0 0 0 5 3 20 0 15 0 89353831 14405136384 345218 18446744073709551615 4194304 4196468 140731686429136 140617252709120 140618270959317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
[pid=29153/tid=29211] ppid=29150 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/29153/task/29211/stat : 29211 (java) S 29150 29153 13007 0 -1 1077944384 3 12612 0 0 0 0 5 3 20 0 15 0 89353833 14405136384 345218 18446744073709551615 4194304 4196468 140731686429136 140617251657680 140618270967707 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
[pid=29153/tid=29212] ppid=29150 vsize=14067516 CPUtime=7.83 cores=1,3,5,7
/proc/29153/task/29212/stat : 29212 (java) S 29150 29153 13007 0 -1 1077944384 31381 12612 0 0 769 6 5 3 20 0 15 0 89353833 14405136384 345218 18446744073709551615 4194304 4196468 140731686429136 140617250605808 140618270960258 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
[pid=29153/tid=29213] ppid=29150 vsize=14067516 CPUtime=7.34 cores=1,3,5,7
/proc/29153/task/29213/stat : 29213 (java) S 29150 29153 13007 0 -1 1077944384 40956 12612 0 0 718 8 5 3 20 0 15 0 89353833 14405136384 345218 18446744073709551615 4194304 4196468 140731686429136 140617249553264 140618270960258 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
[pid=29153/tid=29214] ppid=29150 vsize=14067516 CPUtime=3.39 cores=1,3,5,7
/proc/29153/task/29214/stat : 29214 (java) S 29150 29153 13007 0 -1 1077944384 39062 12612 0 0 322 9 5 3 20 0 15 0 89353833 14405136384 345218 18446744073709551615 4194304 4196468 140731686429136 140617248500208 140618270960258 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
[pid=29153/tid=29215] ppid=29150 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/29153/task/29215/stat : 29215 (java) S 29150 29153 13007 0 -1 1077944384 3 12612 0 0 0 0 5 3 20 0 15 0 89353833 14405136384 345218 18446744073709551615 4194304 4196468 140731686429136 140617247447904 140618270959317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
[pid=29153/tid=29216] ppid=29150 vsize=14067516 CPUtime=1.57 cores=1,3,5,7
/proc/29153/task/29216/stat : 29216 (java) S 29150 29153 13007 0 -1 1077944384 1541 12612 0 0 64 85 5 3 20 0 15 0 89353838 14405136384 345218 18446744073709551615 4194304 4196468 140731686429136 140617246394928 140618270960258 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
Current children cumulated CPU time (s) 2520.1
Current children cumulated vsize (KiB) 14067516

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 29153 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2463.01 s]
/proc/loadavg: 1.44 1.39 1.41 3/214 29517
/proc/meminfo: memFree=23432828/32770624 swapFree=0/470840
[pid=29153] ppid=29150 vsize=14200644 CPUtime=2520.41 cores=1,3,5,7
/proc/29153/stat : 29153 (java) S 29150 29153 13007 0 -1 1077944320 377864 12612 0 0 251600 433 5 3 20 0 17 0 89353809 14541459456 346904 18446744073709551615 4194304 4196468 140731686429136 140731686411680 140618270949111 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
/proc/29153/statm: 3550161 346904 3476 1 0 3538775 0
[pid=29153/tid=29203] ppid=29150 vsize=14200644 CPUtime=2435.14 cores=1,3,5,7
/proc/29153/task/29203/stat : 29203 (java) S 29150 29153 13007 0 -1 1077944384 120056 12612 0 0 243438 68 5 3 20 0 17 0 89353828 14541459456 346904 18446744073709551615 4194304 4196468 140731686429136 140618275186768 140618270959317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
[pid=29153/tid=29204] ppid=29150 vsize=14200644 CPUtime=13.46 cores=1,3,5,7
/proc/29153/task/29204/stat : 29204 (java) S 29150 29153 13007 0 -1 1077944384 26052 12612 0 0 1267 71 5 3 20 0 17 0 89353828 14541459456 346904 18446744073709551615 4194304 4196468 140731686429136 140617871264784 140618270959317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
[pid=29153/tid=29205] ppid=29150 vsize=14200644 CPUtime=13.41 cores=1,3,5,7
/proc/29153/task/29205/stat : 29205 (java) S 29150 29153 13007 0 -1 1077944384 23354 12612 0 0 1269 64 5 3 20 0 17 0 89353828 14541459456 346904 18446744073709551615 4194304 4196468 140731686429136 140617870212240 140618270959317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
[pid=29153/tid=29206] ppid=29150 vsize=14200644 CPUtime=13.48 cores=1,3,5,7
/proc/29153/task/29206/stat : 29206 (java) S 29150 29153 13007 0 -1 1077944384 28056 12612 0 0 1270 70 5 3 20 0 17 0 89353828 14541459456 346904 18446744073709551615 4194304 4196468 140731686429136 140617869159184 140618270959317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
[pid=29153/tid=29207] ppid=29150 vsize=14200644 CPUtime=13.44 cores=1,3,5,7
/proc/29153/task/29207/stat : 29207 (java) S 29150 29153 13007 0 -1 1077944384 32405 12612 0 0 1274 62 5 3 20 0 17 0 89353828 14541459456 346904 18446744073709551615 4194304 4196468 140731686429136 140617868106640 140618270959317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
[pid=29153/tid=29208] ppid=29150 vsize=14200644 CPUtime=11.97 cores=1,3,5,7
/proc/29153/task/29208/stat : 29208 (java) R 29150 29153 13007 0 -1 4202560 32286 12612 0 0 1121 68 5 3 20 0 17 0 89353830 14541459456 346904 18446744073709551615 4194304 4196468 140731686429136 140617254814576 140618270970458 0 0 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
[pid=29153/tid=29209] ppid=29150 vsize=14200644 CPUtime=0.08 cores=1,3,5,7
/proc/29153/task/29209/stat : 29209 (java) S 29150 29153 13007 0 -1 1077944384 58 12612 0 0 0 0 5 3 20 0 17 0 89353830 14541459456 346904 18446744073709551615 4194304 4196468 140731686429136 140617253762176 140618270959317 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
[pid=29153/tid=29210] ppid=29150 vsize=14200644 CPUtime=0.08 cores=1,3,5,7
/proc/29153/task/29210/stat : 29210 (java) S 29150 29153 13007 0 -1 1077944384 46 12612 0 0 0 0 5 3 20 0 17 0 89353831 14541459456 346904 18446744073709551615 4194304 4196468 140731686429136 140617252709120 140618270959317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
[pid=29153/tid=29211] ppid=29150 vsize=14200644 CPUtime=0.08 cores=1,3,5,7
/proc/29153/task/29211/stat : 29211 (java) S 29150 29153 13007 0 -1 1077944384 169 12612 0 0 0 0 5 3 20 0 17 0 89353833 14541459456 346904 18446744073709551615 4194304 4196468 140731686429136 140617251657680 140618270967707 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
[pid=29153/tid=29212] ppid=29150 vsize=14200644 CPUtime=7.83 cores=1,3,5,7
/proc/29153/task/29212/stat : 29212 (java) S 29150 29153 13007 0 -1 1077944384 31383 12612 0 0 769 6 5 3 20 0 17 0 89353833 14541459456 346904 18446744073709551615 4194304 4196468 140731686429136 140617250605808 140618270960258 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
[pid=29153/tid=29213] ppid=29150 vsize=14200644 CPUtime=7.34 cores=1,3,5,7
/proc/29153/task/29213/stat : 29213 (java) S 29150 29153 13007 0 -1 1077944384 40958 12612 0 0 718 8 5 3 20 0 17 0 89353833 14541459456 346904 18446744073709551615 4194304 4196468 140731686429136 140617249553264 140618270960258 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
[pid=29153/tid=29214] ppid=29150 vsize=14200644 CPUtime=3.39 cores=1,3,5,7
/proc/29153/task/29214/stat : 29214 (java) S 29150 29153 13007 0 -1 1077944384 39097 12612 0 0 322 9 5 3 20 0 17 0 89353833 14541459456 346904 18446744073709551615 4194304 4196468 140731686429136 140617248500208 140618270960258 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
[pid=29153/tid=29215] ppid=29150 vsize=14200644 CPUtime=0.08 cores=1,3,5,7
/proc/29153/task/29215/stat : 29215 (java) S 29150 29153 13007 0 -1 1077944384 3 12612 0 0 0 0 5 3 20 0 17 0 89353833 14541459456 346904 18446744073709551615 4194304 4196468 140731686429136 140617247447904 140618270959317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
[pid=29153/tid=29216] ppid=29150 vsize=14200644 CPUtime=1.57 cores=1,3,5,7
/proc/29153/task/29216/stat : 29216 (java) S 29150 29153 13007 0 -1 1077944384 1541 12612 0 0 64 85 5 3 20 0 17 0 89353838 14541459456 346904 18446744073709551615 4194304 4196468 140731686429136 140617246394928 140618270960258 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
Current children cumulated CPU time (s) 2520.41
Current children cumulated vsize (KiB) 14200644

[startup+2463.1 s]
/proc/loadavg: 1.44 1.39 1.41 3/214 29517
/proc/meminfo: memFree=23432828/32770624 swapFree=0/470840
[pid=29153] ppid=29150 vsize=14200644 CPUtime=2520.62 cores=1,3,5,7
/proc/29153/stat : 29153 (java) S 29150 29153 13007 0 -1 1077944320 377868 12612 0 0 251621 433 5 3 20 0 17 0 89353809 14541459456 346904 18446744073709551615 4194304 4196468 140731686429136 140731686411680 140618270949111 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
/proc/29153/statm: 3550161 346904 3476 1 0 3538775 0
[pid=29153/tid=29203] ppid=29150 vsize=14200644 CPUtime=2435.14 cores=1,3,5,7
/proc/29153/task/29203/stat : 29203 (java) S 29150 29153 13007 0 -1 1077944384 120057 12612 0 0 243438 68 5 3 20 0 17 0 89353828 14541459456 346904 18446744073709551615 4194304 4196468 140731686429136 140618275186768 140618270959317 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
[pid=29153/tid=29204] ppid=29150 vsize=14200644 CPUtime=13.5 cores=1,3,5,7
/proc/29153/task/29204/stat : 29204 (java) S 29150 29153 13007 0 -1 1077944384 26052 12612 0 0 1271 71 5 3 20 0 17 0 89353828 14541459456 346904 18446744073709551615 4194304 4196468 140731686429136 140617871264784 140618270959317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
[pid=29153/tid=29205] ppid=29150 vsize=14200644 CPUtime=13.45 cores=1,3,5,7
/proc/29153/task/29205/stat : 29205 (java) S 29150 29153 13007 0 -1 1077944384 23354 12612 0 0 1273 64 5 3 20 0 17 0 89353828 14541459456 346904 18446744073709551615 4194304 4196468 140731686429136 140617870212240 140618270959317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
[pid=29153/tid=29206] ppid=29150 vsize=14200644 CPUtime=13.52 cores=1,3,5,7
/proc/29153/task/29206/stat : 29206 (java) S 29150 29153 13007 0 -1 1077944384 28056 12612 0 0 1274 70 5 3 20 0 17 0 89353828 14541459456 346904 18446744073709551615 4194304 4196468 140731686429136 140617869159184 140618270959317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
[pid=29153/tid=29207] ppid=29150 vsize=14200644 CPUtime=13.48 cores=1,3,5,7
/proc/29153/task/29207/stat : 29207 (java) S 29150 29153 13007 0 -1 1077944384 32405 12612 0 0 1278 62 5 3 20 0 17 0 89353828 14541459456 346904 18446744073709551615 4194304 4196468 140731686429136 140617868106640 140618270959317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
[pid=29153/tid=29208] ppid=29150 vsize=14200644 CPUtime=12.01 cores=1,3,5,7
/proc/29153/task/29208/stat : 29208 (java) R 29150 29153 13007 0 -1 4202560 32286 12612 0 0 1125 68 5 3 20 0 17 0 89353830 14541459456 346904 18446744073709551615 4194304 4196468 140731686429136 140617254814384 140618252587449 0 0 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
[pid=29153/tid=29209] ppid=29150 vsize=14200644 CPUtime=0.08 cores=1,3,5,7
/proc/29153/task/29209/stat : 29209 (java) S 29150 29153 13007 0 -1 1077944384 59 12612 0 0 0 0 5 3 20 0 17 0 89353830 14541459456 346904 18446744073709551615 4194304 4196468 140731686429136 140617253761776 140618270959317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
[pid=29153/tid=29210] ppid=29150 vsize=14200644 CPUtime=0.08 cores=1,3,5,7
/proc/29153/task/29210/stat : 29210 (java) S 29150 29153 13007 0 -1 1077944384 46 12612 0 0 0 0 5 3 20 0 17 0 89353831 14541459456 346904 18446744073709551615 4194304 4196468 140731686429136 140617252709120 140618270959317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
[pid=29153/tid=29211] ppid=29150 vsize=14200644 CPUtime=0.08 cores=1,3,5,7
/proc/29153/task/29211/stat : 29211 (java) S 29150 29153 13007 0 -1 1077944384 169 12612 0 0 0 0 5 3 20 0 17 0 89353833 14541459456 346904 18446744073709551615 4194304 4196468 140731686429136 140617251657680 140618270967707 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
[pid=29153/tid=29212] ppid=29150 vsize=14200644 CPUtime=7.83 cores=1,3,5,7
/proc/29153/task/29212/stat : 29212 (java) S 29150 29153 13007 0 -1 1077944384 31383 12612 0 0 769 6 5 3 20 0 17 0 89353833 14541459456 346904 18446744073709551615 4194304 4196468 140731686429136 140617250605808 140618270960258 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
[pid=29153/tid=29213] ppid=29150 vsize=14200644 CPUtime=7.34 cores=1,3,5,7
/proc/29153/task/29213/stat : 29213 (java) S 29150 29153 13007 0 -1 1077944384 40958 12612 0 0 718 8 5 3 20 0 17 0 89353833 14541459456 346904 18446744073709551615 4194304 4196468 140731686429136 140617249553264 140618270960258 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
[pid=29153/tid=29214] ppid=29150 vsize=14200644 CPUtime=3.39 cores=1,3,5,7
/proc/29153/task/29214/stat : 29214 (java) S 29150 29153 13007 0 -1 1077944384 39097 12612 0 0 322 9 5 3 20 0 17 0 89353833 14541459456 346904 18446744073709551615 4194304 4196468 140731686429136 140617248500208 140618270960258 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
[pid=29153/tid=29215] ppid=29150 vsize=14200644 CPUtime=0.08 cores=1,3,5,7
/proc/29153/task/29215/stat : 29215 (java) S 29150 29153 13007 0 -1 1077944384 3 12612 0 0 0 0 5 3 20 0 17 0 89353833 14541459456 346904 18446744073709551615 4194304 4196468 140731686429136 140617247447904 140618270959317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
[pid=29153/tid=29216] ppid=29150 vsize=14200644 CPUtime=1.57 cores=1,3,5,7
/proc/29153/task/29216/stat : 29216 (java) S 29150 29153 13007 0 -1 1077944384 1541 12612 0 0 64 85 5 3 20 0 17 0 89353838 14541459456 346904 18446744073709551615 4194304 4196468 140731686429136 140617246394928 140618270960258 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23433216 140731686434768 140731686437553 140731686437553 140731686440911 0
Current children cumulated CPU time (s) 2520.62
Current children cumulated vsize (KiB) 14200644

Child status: 143
Real time (s): 2463.14
CPU time (s): 2520.7
CPU user time (s): 2516.31
CPU system time (s): 4.38449
CPU usage (%): 102.337
Max. virtual memory (cumulated for all children) (KiB): 14200644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.31
system time used= 4.38449
maximum resident set size= 1388088
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 390654
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3016
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 320503
involuntary context switches= 8862

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.5306 second user time and 16.5951 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-11 19:46:31
IDJOB=4261848
IDBENCH=137636
IDSOLVER=2650
FILE ID=node135/4261848-1502474426
RUNJOBID= node135-1502411443-13072
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/BinPacking/BinPacking-sum-skj2/BinPacking-sum-n1w4b3r4.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4261848-1502474426/watcher-4261848-1502474426 -o /tmp/evaluation-result-4261848-1502474426/solver-4261848-1502474426 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502411443-13072 --watchdog 2580  bin/concrete HOME/instance-4261848-1502474426.xml

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

MD5SUM BENCH= e6d791e594f9eaa90e121e32c21c79c6
RANDOM SEED=267419367

node135.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.21
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.21
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.21
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.21
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:        29612648 kB
MemAvailable:   30455808 kB
Buffers:          296208 kB
Cached:           838676 kB
SwapCached:            0 kB
Active:          2211760 kB
Inactive:         502420 kB
Active(anon):    1579876 kB
Inactive(anon):    33140 kB
Active(file):     631884 kB
Inactive(file):   469280 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24492 kB
Writeback:             4 kB
AnonPages:       1579576 kB
Mapped:            63644 kB
Shmem:             33464 kB
Slab:             142988 kB
SReclaimable:     115660 kB
SUnreclaim:        27328 kB
KernelStack:        3472 kB
PageTables:         8412 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2457592 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1359872 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61908 MiB
End job on node135 at 2017-08-11 20:27:35