Trace number 4261857

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.6299 2493.8501

General information on the benchmark

NameBinPacking/
BinPacking-tab-ft/BinPacking-tab-ft060-06.xml
MD5SUM765e7641190fc685f39512b7809eb6f8
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark2400.01
Satisfiable
(Un)Satisfiability was proved
Number of variables73
Number of constraints27
Number of domains2
Minimum domain size25
Maximum domain size52
Distribution of domain sizes[{"size":25,"count":1},{"size":52,"count":72}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":48},{"degree":4,"count":24}]
Minimum constraint arity3
Maximum constraint arity72
Distribution of constraint arities[{"arity":3,"count":24},{"arity":25,"count":1},{"arity":72,"count":2}]
Number of extensional constraints24
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":24},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

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

pid=22174
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.57 2.05 2.25 3/199 22177
/proc/meminfo: memFree=26406356/32770624 swapFree=0/438996
[pid=22177] ppid=22174 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/22177/stat : 22177 (runsolver) D 22174 22177 4821 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 94769434 24240128 107 18446744073709551615 4194304 4338465 140726194545200 140726194542840 139961259578071 0 0 1 24578 18446744071580418449 0 0 17 5 0 0 0 0 0 6438912 6441760 12517376 140726194548945 140726194549321 140726194549321 140726194552778 0
/proc/22177/statm: 5918 107 54 36 0 2156 0

[startup+0.100136 s]
/proc/loadavg: 1.57 2.05 2.25 3/199 22177
/proc/meminfo: memFree=26406356/32770624 swapFree=0/438996
[pid=22177] ppid=22174 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/22177/stat : 22177 (bash) S 22174 22177 4821 0 -1 4202496 891 6485 0 0 0 0 0 1 20 0 1 0 94769434 9867264 377 18446744073709551615 4194304 5098028 140731152777136 140731152771144 139729895967744 0 0 5 65536 18446744071580971376 0 0 17 1 0 0 8 0 0 7196144 7232144 15589376 140731152785940 140731152786025 140731152786025 140731152789482 0
/proc/22177/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.200199 s]
/proc/loadavg: 1.57 2.05 2.25 3/199 22177
/proc/meminfo: memFree=26406356/32770624 swapFree=0/438996
[pid=22177] ppid=22174 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/22177/stat : 22177 (bash) S 22174 22177 4821 0 -1 4202496 891 6485 0 0 0 0 0 1 20 0 1 0 94769434 9867264 377 18446744073709551615 4194304 5098028 140731152777136 140731152771144 139729895967744 0 0 5 65536 18446744071580971376 0 0 17 1 0 0 8 0 0 7196144 7232144 15589376 140731152785940 140731152786025 140731152786025 140731152789482 0
/proc/22177/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300288 s]
/proc/loadavg: 1.57 2.05 2.25 3/199 22177
/proc/meminfo: memFree=26406356/32770624 swapFree=0/438996
[pid=22177] ppid=22174 vsize=13907308 CPUtime=0.14 cores=1,3,5,7
/proc/22177/stat : 22177 (java) S 22174 22177 4821 0 -1 1077944320 5861 12434 0 0 5 1 5 3 20 0 14 0 94769434 14241083392 5558 18446744073709551615 4194304 4196468 140720535461664 140720535444208 140641405185783 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
/proc/22177/statm: 3476827 5558 2663 1 0 3466324 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 13907308

[startup+0.700242 s]
/proc/loadavg: 1.57 2.05 2.25 3/199 22177
/proc/meminfo: memFree=26406356/32770624 swapFree=0/438996
[pid=22177] ppid=22174 vsize=13974784 CPUtime=0.7 cores=1,3,5,7
/proc/22177/stat : 22177 (java) S 22174 22177 4821 0 -1 1077944320 13871 12434 0 0 58 4 5 3 20 0 15 0 94769434 14310178816 14784 18446744073709551615 4194304 4196468 140720535461664 140720535444208 140641405185783 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
/proc/22177/statm: 3493696 14784 3111 1 0 3482965 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 13974784

[startup+1.50447 s]
/proc/loadavg: 1.60 2.05 2.24 3/214 22241
/proc/meminfo: memFree=26311080/32770624 swapFree=0/439260
[pid=22177] ppid=22174 vsize=13985408 CPUtime=1.91 cores=1,3,5,7
/proc/22177/stat : 22177 (java) S 22174 22177 4821 0 -1 1077944320 29681 12434 0 0 173 10 5 3 20 0 15 0 94769434 14321057792 43315 18446744073709551615 4194304 4196468 140720535461664 140720535444208 140641405185783 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
/proc/22177/statm: 3496352 43315 3378 1 0 3485525 0
[pid=22177/tid=22228] ppid=22174 vsize=13985408 CPUtime=1.29 cores=1,3,5,7
/proc/22177/task/22228/stat : 22228 (java) S 22174 22177 4821 0 -1 1077944384 22703 12434 0 0 115 6 5 3 20 0 15 0 94769456 14321057792 43315 18446744073709551615 4194304 4196468 140720535461664 140641409404192 140641405195989 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
[pid=22177/tid=22229] ppid=22174 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/22177/task/22229/stat : 22229 (java) S 22174 22177 4821 0 -1 1077944384 202 12434 0 0 0 0 5 3 20 0 15 0 94769456 14321057792 43315 18446744073709551615 4194304 4196468 140720535461664 140641324600336 140641405195989 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
[pid=22177/tid=22230] ppid=22174 vsize=13985408 CPUtime=0.09 cores=1,3,5,7
/proc/22177/task/22230/stat : 22230 (java) S 22174 22177 4821 0 -1 1077944384 57 12434 0 0 1 0 5 3 20 0 15 0 94769456 14321057792 43315 18446744073709551615 4194304 4196468 140720535461664 140641323547792 140641405195989 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
[pid=22177/tid=22231] ppid=22174 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/22177/task/22231/stat : 22231 (java) S 22174 22177 4821 0 -1 1077944384 42 12434 0 0 0 0 5 3 20 0 15 0 94769456 14321057792 43315 18446744073709551615 4194304 4196468 140720535461664 140641322494736 140641405195989 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
[pid=22177/tid=22232] ppid=22174 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/22177/task/22232/stat : 22232 (java) S 22174 22177 4821 0 -1 1077944384 67 12434 0 0 0 0 5 3 20 0 15 0 94769456 14321057792 43315 18446744073709551615 4194304 4196468 140720535461664 140641002580880 140641405195989 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
[pid=22177/tid=22233] ppid=22174 vsize=13985408 CPUtime=0.09 cores=1,3,5,7
/proc/22177/task/22233/stat : 22233 (java) R 22174 22177 4821 0 -1 4202560 1329 12434 0 0 1 0 5 3 20 0 15 0 94769458 14321057792 43315 18446744073709551615 4194304 4196468 140720535461664 140640883532576 140641383555931 0 0 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
[pid=22177/tid=22234] ppid=22174 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/22177/task/22234/stat : 22234 (java) S 22174 22177 4821 0 -1 1077944384 33 12434 0 0 0 0 5 3 20 0 15 0 94769458 14321057792 43315 18446744073709551615 4194304 4196468 140720535461664 140640882480288 140641405195989 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
[pid=22177/tid=22235] ppid=22174 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/22177/task/22235/stat : 22235 (java) S 22174 22177 4821 0 -1 1077944384 21 12434 0 0 0 0 5 3 20 0 15 0 94769458 14321057792 43315 18446744073709551615 4194304 4196468 140720535461664 140640881427184 140641405195989 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
[pid=22177/tid=22236] ppid=22174 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/22177/task/22236/stat : 22236 (java) S 22174 22177 4821 0 -1 1077944384 3 12434 0 0 0 0 5 3 20 0 15 0 94769461 14321057792 43315 18446744073709551615 4194304 4196468 140720535461664 140640880375760 140641405204379 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
[pid=22177/tid=22237] ppid=22174 vsize=13985408 CPUtime=0.24 cores=1,3,5,7
/proc/22177/task/22237/stat : 22237 (java) S 22174 22177 4821 0 -1 1077944384 1065 12434 0 0 16 0 5 3 20 0 15 0 94769461 14321057792 43315 18446744073709551615 4194304 4196468 140720535461664 140640879323888 140641405196930 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
[pid=22177/tid=22238] ppid=22174 vsize=13985408 CPUtime=0.21 cores=1,3,5,7
/proc/22177/task/22238/stat : 22238 (java) S 22174 22177 4821 0 -1 1077944384 648 12434 0 0 13 0 5 3 20 0 15 0 94769461 14321057792 43315 18446744073709551615 4194304 4196468 140720535461664 140640878271344 140641405196930 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
[pid=22177/tid=22239] ppid=22174 vsize=13985408 CPUtime=0.3 cores=1,3,5,7
/proc/22177/task/22239/stat : 22239 (java) S 22174 22177 4821 0 -1 1077944384 1349 12434 0 0 22 0 5 3 20 0 15 0 94769461 14321057792 43315 18446744073709551615 4194304 4196468 140720535461664 140640877213664 140641405195989 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
[pid=22177/tid=22240] ppid=22174 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/22177/task/22240/stat : 22240 (java) S 22174 22177 4821 0 -1 1077944384 3 12434 0 0 0 0 5 3 20 0 15 0 94769461 14321057792 43262 18446744073709551615 4194304 4196468 140720535461664 140640876165984 140641405195989 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
[pid=22177/tid=22241] ppid=22174 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/22177/task/22241/stat : 22241 (java) S 22174 22177 4821 0 -1 1077944384 8 12434 0 0 0 0 5 3 20 0 15 0 94769465 14321057792 43207 18446744073709551615 4194304 4196468 140720535461664 140640875113008 140641405196930 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 13985408

[startup+3.10055 s]
/proc/loadavg: 1.60 2.05 2.24 4/214 22241
/proc/meminfo: memFree=26232976/32770624 swapFree=0/439260
[pid=22177] ppid=22174 vsize=13997884 CPUtime=5.84 cores=1,3,5,7
/proc/22177/stat : 22177 (java) S 22174 22177 4821 0 -1 1077944320 48917 12434 0 0 559 17 5 3 20 0 15 0 94769434 14333833216 60743 18446744073709551615 4194304 4196468 140720535461664 140720535444208 140641405185783 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
/proc/22177/statm: 3499471 60743 3453 1 0 3488085 0
[pid=22177/tid=22228] ppid=22174 vsize=13997884 CPUtime=2.87 cores=1,3,5,7
/proc/22177/task/22228/stat : 22228 (java) R 22174 22177 4821 0 -1 4202560 35611 12434 0 0 270 9 5 3 20 0 15 0 94769456 14333833216 60743 18446744073709551615 4194304 4196468 140720535461664 140641409416832 140641405207709 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
[pid=22177/tid=22229] ppid=22174 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/22177/task/22229/stat : 22229 (java) S 22174 22177 4821 0 -1 1077944384 202 12434 0 0 0 0 5 3 20 0 15 0 94769456 14333833216 60743 18446744073709551615 4194304 4196468 140720535461664 140641324600336 140641405195989 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
[pid=22177/tid=22230] ppid=22174 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/22177/task/22230/stat : 22230 (java) S 22174 22177 4821 0 -1 1077944384 57 12434 0 0 1 0 5 3 20 0 15 0 94769456 14333833216 60743 18446744073709551615 4194304 4196468 140720535461664 140641323547792 140641405195989 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
[pid=22177/tid=22231] ppid=22174 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/22177/task/22231/stat : 22231 (java) S 22174 22177 4821 0 -1 1077944384 42 12434 0 0 0 0 5 3 20 0 15 0 94769456 14333833216 60743 18446744073709551615 4194304 4196468 140720535461664 140641322494736 140641405195989 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
[pid=22177/tid=22232] ppid=22174 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/22177/task/22232/stat : 22232 (java) S 22174 22177 4821 0 -1 1077944384 67 12434 0 0 0 0 5 3 20 0 15 0 94769456 14333833216 60743 18446744073709551615 4194304 4196468 140720535461664 140641002580880 140641405195989 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
[pid=22177/tid=22233] ppid=22174 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/22177/task/22233/stat : 22233 (java) S 22174 22177 4821 0 -1 1077944384 1377 12434 0 0 1 0 5 3 20 0 15 0 94769458 14333833216 60743 18446744073709551615 4194304 4196468 140720535461664 140640883534064 140641405196930 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
[pid=22177/tid=22234] ppid=22174 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/22177/task/22234/stat : 22234 (java) S 22174 22177 4821 0 -1 1077944384 55 12434 0 0 0 0 5 3 20 0 15 0 94769458 14333833216 60743 18446744073709551615 4194304 4196468 140720535461664 140640882480288 140641405195989 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
[pid=22177/tid=22235] ppid=22174 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/22177/task/22235/stat : 22235 (java) S 22174 22177 4821 0 -1 1077944384 44 12434 0 0 0 0 5 3 20 0 15 0 94769458 14333833216 60743 18446744073709551615 4194304 4196468 140720535461664 140640881427184 140641405195989 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
[pid=22177/tid=22236] ppid=22174 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/22177/task/22236/stat : 22236 (java) S 22174 22177 4821 0 -1 1077944384 3 12434 0 0 0 0 5 3 20 0 15 0 94769461 14333833216 60743 18446744073709551615 4194304 4196468 140720535461664 140640880375760 140641405204379 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
[pid=22177/tid=22237] ppid=22174 vsize=13997884 CPUtime=1.19 cores=1,3,5,7
/proc/22177/task/22237/stat : 22237 (java) S 22174 22177 4821 0 -1 1077944384 4321 12434 0 0 110 1 5 3 20 0 15 0 94769461 14333833216 60743 18446744073709551615 4194304 4196468 140720535461664 140640879323888 140641405196930 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
[pid=22177/tid=22238] ppid=22174 vsize=13997884 CPUtime=0.88 cores=1,3,5,7
/proc/22177/task/22238/stat : 22238 (java) S 22174 22177 4821 0 -1 1077944384 1594 12434 0 0 80 0 5 3 20 0 15 0 94769461 14333833216 60743 18446744073709551615 4194304 4196468 140720535461664 140640878271344 140641405196930 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
[pid=22177/tid=22239] ppid=22174 vsize=13997884 CPUtime=1 cores=1,3,5,7
/proc/22177/task/22239/stat : 22239 (java) S 22174 22177 4821 0 -1 1077944384 3380 12434 0 0 90 2 5 3 20 0 15 0 94769461 14333833216 60743 18446744073709551615 4194304 4196468 140720535461664 140640877218288 140641405196930 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
[pid=22177/tid=22240] ppid=22174 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/22177/task/22240/stat : 22240 (java) S 22174 22177 4821 0 -1 1077944384 3 12434 0 0 0 0 5 3 20 0 15 0 94769461 14333833216 60743 18446744073709551615 4194304 4196468 140720535461664 140640876165984 140641405195989 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
[pid=22177/tid=22241] ppid=22174 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/22177/task/22241/stat : 22241 (java) S 22174 22177 4821 0 -1 1077944384 10 12434 0 0 0 0 5 3 20 0 15 0 94769465 14333833216 60743 18446744073709551615 4194304 4196468 140720535461664 140640875113008 140641405196930 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
Current children cumulated CPU time (s) 5.84
Current children cumulated vsize (KiB) 13997884

[startup+6.30157 s]
/proc/loadavg: 1.79 2.08 2.25 5/214 22241
/proc/meminfo: memFree=26030828/32770624 swapFree=0/439260
[pid=22177] ppid=22174 vsize=14069564 CPUtime=14.91 cores=1,3,5,7
/proc/22177/stat : 22177 (java) S 22174 22177 4821 0 -1 1077944320 73983 12434 0 0 1453 30 5 3 20 0 15 0 94769434 14407233536 124560 18446744073709551615 4194304 4196468 140720535461664 140720535444208 140641405185783 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
/proc/22177/statm: 3517391 124560 3477 1 0 3506005 0
[pid=22177/tid=22228] ppid=22174 vsize=14069564 CPUtime=5.98 cores=1,3,5,7
/proc/22177/task/22228/stat : 22228 (java) R 22174 22177 4821 0 -1 4202560 44831 12434 0 0 576 14 5 3 20 0 15 0 94769456 14407233536 124560 18446744073709551615 4194304 4196468 140720535461664 140641409416984 140641017788640 0 4 1 16800974 0 0 0 -1 7 0 0 3 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
[pid=22177/tid=22229] ppid=22174 vsize=14069564 CPUtime=0.13 cores=1,3,5,7
/proc/22177/task/22229/stat : 22229 (java) S 22174 22177 4821 0 -1 1077944384 316 12434 0 0 4 1 5 3 20 0 15 0 94769456 14407233536 124560 18446744073709551615 4194304 4196468 140720535461664 140641324600336 140641405195989 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
[pid=22177/tid=22230] ppid=22174 vsize=14069564 CPUtime=0.14 cores=1,3,5,7
/proc/22177/task/22230/stat : 22230 (java) S 22174 22177 4821 0 -1 1077944384 346 12434 0 0 5 1 5 3 20 0 15 0 94769456 14407233536 124560 18446744073709551615 4194304 4196468 140720535461664 140641323547792 140641405195989 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
[pid=22177/tid=22231] ppid=22174 vsize=14069564 CPUtime=0.13 cores=1,3,5,7
/proc/22177/task/22231/stat : 22231 (java) S 22174 22177 4821 0 -1 1077944384 202 12434 0 0 4 1 5 3 20 0 15 0 94769456 14407233536 124560 18446744073709551615 4194304 4196468 140720535461664 140641322494736 140641405195989 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
[pid=22177/tid=22232] ppid=22174 vsize=14069564 CPUtime=0.13 cores=1,3,5,7
/proc/22177/task/22232/stat : 22232 (java) S 22174 22177 4821 0 -1 1077944384 1020 12434 0 0 4 1 5 3 20 0 15 0 94769456 14407233536 124560 18446744073709551615 4194304 4196468 140720535461664 140641002580880 140641405195989 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
[pid=22177/tid=22233] ppid=22174 vsize=14069564 CPUtime=0.12 cores=1,3,5,7
/proc/22177/task/22233/stat : 22233 (java) S 22174 22177 4821 0 -1 1077944384 2423 12434 0 0 4 0 5 3 20 0 15 0 94769458 14407233536 124560 18446744073709551615 4194304 4196468 140720535461664 140640883534064 140641405196930 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
[pid=22177/tid=22234] ppid=22174 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/22177/task/22234/stat : 22234 (java) S 22174 22177 4821 0 -1 1077944384 55 12434 0 0 0 0 5 3 20 0 15 0 94769458 14407233536 124560 18446744073709551615 4194304 4196468 140720535461664 140640882480352 140641405195989 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
[pid=22177/tid=22235] ppid=22174 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/22177/task/22235/stat : 22235 (java) S 22174 22177 4821 0 -1 1077944384 44 12434 0 0 0 0 5 3 20 0 15 0 94769458 14407233536 124560 18446744073709551615 4194304 4196468 140720535461664 140640881427200 140641405195989 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
[pid=22177/tid=22236] ppid=22174 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/22177/task/22236/stat : 22236 (java) S 22174 22177 4821 0 -1 1077944384 3 12434 0 0 0 0 5 3 20 0 15 0 94769461 14407233536 124560 18446744073709551615 4194304 4196468 140720535461664 140640880375760 140641405204379 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
[pid=22177/tid=22237] ppid=22174 vsize=14069564 CPUtime=3.67 cores=1,3,5,7
/proc/22177/task/22237/stat : 22237 (java) R 22174 22177 4821 0 -1 4202560 8494 12434 0 0 358 1 5 3 20 0 15 0 94769461 14407233536 124560 18446744073709551615 4194304 4196468 140720535461664 140640879312688 140641388682567 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
[pid=22177/tid=22238] ppid=22174 vsize=14069564 CPUtime=3.37 cores=1,3,5,7
/proc/22177/task/22238/stat : 22238 (java) R 22174 22177 4821 0 -1 4202560 6945 12434 0 0 327 2 5 3 20 0 15 0 94769461 14407233536 124560 18446744073709551615 4194304 4196468 140720535461664 140640878271344 140641384403006 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
[pid=22177/tid=22239] ppid=22174 vsize=14069564 CPUtime=1.77 cores=1,3,5,7
/proc/22177/task/22239/stat : 22239 (java) S 22174 22177 4821 0 -1 1077944384 7006 12434 0 0 166 3 5 3 20 0 15 0 94769461 14407233536 124560 18446744073709551615 4194304 4196468 140720535461664 140640877218288 140641405196930 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
[pid=22177/tid=22240] ppid=22174 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/22177/task/22240/stat : 22240 (java) S 22174 22177 4821 0 -1 1077944384 3 12434 0 0 0 0 5 3 20 0 15 0 94769461 14407233536 124560 18446744073709551615 4194304 4196468 140720535461664 140640876165984 140641405195989 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
[pid=22177/tid=22241] ppid=22174 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/22177/task/22241/stat : 22241 (java) S 22174 22177 4821 0 -1 1077944384 144 12434 0 0 0 0 5 3 20 0 15 0 94769465 14407233536 124560 18446744073709551615 4194304 4196468 140720535461664 140640875113008 140641405196930 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
Current children cumulated CPU time (s) 14.91
Current children cumulated vsize (KiB) 14069564

[startup+12.7006 s]
/proc/loadavg: 1.89 2.09 2.26 7/214 22242
/proc/meminfo: memFree=25204764/32770624 swapFree=0/439272
[pid=22177] ppid=22174 vsize=14069564 CPUtime=23.03 cores=1,3,5,7
/proc/22177/stat : 22177 (java) S 22174 22177 4821 0 -1 1077944320 78784 12434 0 0 2250 45 5 3 20 0 15 0 94769434 14407233536 291418 18446744073709551615 4194304 4196468 140720535461664 140720535444208 140641405185783 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
/proc/22177/statm: 3517391 291418 3481 1 0 3506005 0
[pid=22177/tid=22228] ppid=22174 vsize=14069564 CPUtime=12.33 cores=1,3,5,7
/proc/22177/task/22228/stat : 22228 (java) R 22174 22177 4821 0 -1 4202560 46025 12434 0 0 1202 23 5 3 20 0 15 0 94769456 14407233536 291418 18446744073709551615 4194304 4196468 140720535461664 140641409419952 140641006746970 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
[pid=22177/tid=22229] ppid=22174 vsize=14069564 CPUtime=0.16 cores=1,3,5,7
/proc/22177/task/22229/stat : 22229 (java) S 22174 22177 4821 0 -1 1077944384 351 12434 0 0 6 2 5 3 20 0 15 0 94769456 14407233536 291418 18446744073709551615 4194304 4196468 140720535461664 140641324600336 140641405195989 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
[pid=22177/tid=22230] ppid=22174 vsize=14069564 CPUtime=0.17 cores=1,3,5,7
/proc/22177/task/22230/stat : 22230 (java) S 22174 22177 4821 0 -1 1077944384 392 12434 0 0 7 2 5 3 20 0 15 0 94769456 14407233536 291418 18446744073709551615 4194304 4196468 140720535461664 140641323547792 140641405195989 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
[pid=22177/tid=22231] ppid=22174 vsize=14069564 CPUtime=0.17 cores=1,3,5,7
/proc/22177/task/22231/stat : 22231 (java) S 22174 22177 4821 0 -1 1077944384 227 12434 0 0 7 2 5 3 20 0 15 0 94769456 14407233536 291418 18446744073709551615 4194304 4196468 140720535461664 140641322494736 140641405195989 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
[pid=22177/tid=22232] ppid=22174 vsize=14069564 CPUtime=0.16 cores=1,3,5,7
/proc/22177/task/22232/stat : 22232 (java) S 22174 22177 4821 0 -1 1077944384 1184 12434 0 0 6 2 5 3 20 0 15 0 94769456 14407233536 291418 18446744073709551615 4194304 4196468 140720535461664 140641002580880 140641405195989 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
[pid=22177/tid=22233] ppid=22174 vsize=14069564 CPUtime=0.13 cores=1,3,5,7
/proc/22177/task/22233/stat : 22233 (java) S 22174 22177 4821 0 -1 1077944384 2799 12434 0 0 5 0 5 3 20 0 15 0 94769458 14407233536 291418 18446744073709551615 4194304 4196468 140720535461664 140640883534064 140641405196930 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
[pid=22177/tid=22234] ppid=22174 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/22177/task/22234/stat : 22234 (java) S 22174 22177 4821 0 -1 1077944384 55 12434 0 0 0 0 5 3 20 0 15 0 94769458 14407233536 291418 18446744073709551615 4194304 4196468 140720535461664 140640882480352 140641405195989 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
[pid=22177/tid=22235] ppid=22174 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/22177/task/22235/stat : 22235 (java) S 22174 22177 4821 0 -1 1077944384 44 12434 0 0 0 0 5 3 20 0 15 0 94769458 14407233536 291418 18446744073709551615 4194304 4196468 140720535461664 140640881427200 140641405195989 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
[pid=22177/tid=22236] ppid=22174 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/22177/task/22236/stat : 22236 (java) S 22174 22177 4821 0 -1 1077944384 3 12434 0 0 0 0 5 3 20 0 15 0 94769461 14407233536 291418 18446744073709551615 4194304 4196468 140720535461664 140640880375760 140641405204379 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0

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

Current children cumulated vsize (KiB) 14069564

[startup+2382.3 s]
/proc/loadavg: 1.62 1.62 1.72 3/215 22547
/proc/meminfo: memFree=25628724/32770624 swapFree=0/439752
[pid=22177] ppid=22174 vsize=14069564 CPUtime=2408.45 cores=1,3,5,7
/proc/22177/stat : 22177 (java) S 22174 22177 4821 0 -1 1077944320 699999 12434 0 0 240446 391 5 3 20 0 15 0 94769434 14407233536 1068489 18446744073709551615 4194304 4196468 140720535461664 140720535444208 140641405185783 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
/proc/22177/statm: 3517391 1068489 3481 1 0 3506005 0
[pid=22177/tid=22228] ppid=22174 vsize=14069564 CPUtime=2375.22 cores=1,3,5,7
/proc/22177/task/22228/stat : 22228 (java) R 22174 22177 4821 0 -1 4202560 526973 12434 0 0 237394 120 5 3 20 0 15 0 94769456 14407233536 1068489 18446744073709551615 4194304 4196468 140720535461664 140641409419872 140641017869771 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
[pid=22177/tid=22229] ppid=22174 vsize=14069564 CPUtime=4.92 cores=1,3,5,7
/proc/22177/task/22229/stat : 22229 (java) S 22174 22177 4821 0 -1 1077944384 26188 12434 0 0 437 47 5 3 20 0 15 0 94769456 14407233536 1068489 18446744073709551615 4194304 4196468 140720535461664 140641324600336 140641405195989 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
[pid=22177/tid=22230] ppid=22174 vsize=14069564 CPUtime=4.93 cores=1,3,5,7
/proc/22177/task/22230/stat : 22230 (java) S 22174 22177 4821 0 -1 1077944384 16742 12434 0 0 440 45 5 3 20 0 15 0 94769456 14407233536 1068489 18446744073709551615 4194304 4196468 140720535461664 140641323547792 140641405195989 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
[pid=22177/tid=22231] ppid=22174 vsize=14069564 CPUtime=4.92 cores=1,3,5,7
/proc/22177/task/22231/stat : 22231 (java) S 22174 22177 4821 0 -1 1077944384 25737 12434 0 0 441 43 5 3 20 0 15 0 94769456 14407233536 1068489 18446744073709551615 4194304 4196468 140720535461664 140641322494736 140641405195989 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
[pid=22177/tid=22232] ppid=22174 vsize=14069564 CPUtime=4.91 cores=1,3,5,7
/proc/22177/task/22232/stat : 22232 (java) S 22174 22177 4821 0 -1 1077944384 21361 12434 0 0 440 43 5 3 20 0 15 0 94769456 14407233536 1068489 18446744073709551615 4194304 4196468 140720535461664 140641002580880 140641405195989 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
[pid=22177/tid=22233] ppid=22174 vsize=14069564 CPUtime=1.57 cores=1,3,5,7
/proc/22177/task/22233/stat : 22233 (java) S 22174 22177 4821 0 -1 1077944384 30251 12434 0 0 124 25 5 3 20 0 15 0 94769458 14407233536 1068489 18446744073709551615 4194304 4196468 140720535461664 140640883534064 140641405196930 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
[pid=22177/tid=22234] ppid=22174 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/22177/task/22234/stat : 22234 (java) S 22174 22177 4821 0 -1 1077944384 55 12434 0 0 0 0 5 3 20 0 15 0 94769458 14407233536 1068489 18446744073709551615 4194304 4196468 140720535461664 140640882480352 140641405195989 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
[pid=22177/tid=22235] ppid=22174 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/22177/task/22235/stat : 22235 (java) S 22174 22177 4821 0 -1 1077944384 44 12434 0 0 0 0 5 3 20 0 15 0 94769458 14407233536 1068489 18446744073709551615 4194304 4196468 140720535461664 140640881427200 140641405195989 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
[pid=22177/tid=22236] ppid=22174 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/22177/task/22236/stat : 22236 (java) S 22174 22177 4821 0 -1 1077944384 3 12434 0 0 0 0 5 3 20 0 15 0 94769461 14407233536 1068489 18446744073709551615 4194304 4196468 140720535461664 140640880375760 140641405204379 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
[pid=22177/tid=22237] ppid=22174 vsize=14069564 CPUtime=4.89 cores=1,3,5,7
/proc/22177/task/22237/stat : 22237 (java) S 22174 22177 4821 0 -1 1077944384 16173 12434 0 0 478 3 5 3 20 0 15 0 94769461 14407233536 1068489 18446744073709551615 4194304 4196468 140720535461664 140640879323888 140641405196930 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
[pid=22177/tid=22238] ppid=22174 vsize=14069564 CPUtime=4.36 cores=1,3,5,7
/proc/22177/task/22238/stat : 22238 (java) S 22174 22177 4821 0 -1 1077944384 13554 12434 0 0 425 3 5 3 20 0 15 0 94769461 14407233536 1068489 18446744073709551615 4194304 4196468 140720535461664 140640878271344 140641405196930 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
[pid=22177/tid=22239] ppid=22174 vsize=14069564 CPUtime=1.85 cores=1,3,5,7
/proc/22177/task/22239/stat : 22239 (java) S 22174 22177 4821 0 -1 1077944384 19251 12434 0 0 172 5 5 3 20 0 15 0 94769461 14407233536 1068489 18446744073709551615 4194304 4196468 140720535461664 140640877218288 140641405196930 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
[pid=22177/tid=22240] ppid=22174 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/22177/task/22240/stat : 22240 (java) S 22174 22177 4821 0 -1 1077944384 3 12434 0 0 0 0 5 3 20 0 15 0 94769461 14407233536 1068489 18446744073709551615 4194304 4196468 140720535461664 140640876165984 140641405195989 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
[pid=22177/tid=22241] ppid=22174 vsize=14069564 CPUtime=1.51 cores=1,3,5,7
/proc/22177/task/22241/stat : 22241 (java) S 22174 22177 4821 0 -1 1077944384 1513 12434 0 0 59 84 5 3 20 0 15 0 94769465 14407233536 1068489 18446744073709551615 4194304 4196468 140720535461664 140640875113008 140641405196930 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
Current children cumulated CPU time (s) 2408.45
Current children cumulated vsize (KiB) 14069564

[startup+2442.3 s]
/proc/loadavg: 1.29 1.53 1.68 3/214 22549
/proc/meminfo: memFree=25660028/32770624 swapFree=0/439764
[pid=22177] ppid=22174 vsize=14069564 CPUtime=2468.59 cores=1,3,5,7
/proc/22177/stat : 22177 (java) S 22174 22177 4821 0 -1 1077944320 717679 12434 0 0 246456 395 5 3 20 0 15 0 94769434 14407233536 1061183 18446744073709551615 4194304 4196468 140720535461664 140720535444208 140641405185783 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
/proc/22177/statm: 3517391 1061183 3481 1 0 3506005 0
[pid=22177/tid=22228] ppid=22174 vsize=14069564 CPUtime=2435.16 cores=1,3,5,7
/proc/22177/task/22228/stat : 22228 (java) R 22174 22177 4821 0 -1 4202560 542348 12434 0 0 243387 121 5 3 20 0 15 0 94769456 14407233536 1061183 18446744073709551615 4194304 4196468 140720535461664 140641409419856 140641017324008 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
[pid=22177/tid=22229] ppid=22174 vsize=14069564 CPUtime=4.95 cores=1,3,5,7
/proc/22177/task/22229/stat : 22229 (java) S 22174 22177 4821 0 -1 1077944384 26282 12434 0 0 440 47 5 3 20 0 15 0 94769456 14407233536 1061183 18446744073709551615 4194304 4196468 140720535461664 140641324600336 140641405195989 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
[pid=22177/tid=22230] ppid=22174 vsize=14069564 CPUtime=4.96 cores=1,3,5,7
/proc/22177/task/22230/stat : 22230 (java) S 22174 22177 4821 0 -1 1077944384 17020 12434 0 0 443 45 5 3 20 0 15 0 94769456 14407233536 1061183 18446744073709551615 4194304 4196468 140720535461664 140641323547792 140641405195989 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
[pid=22177/tid=22231] ppid=22174 vsize=14069564 CPUtime=4.95 cores=1,3,5,7
/proc/22177/task/22231/stat : 22231 (java) S 22174 22177 4821 0 -1 1077944384 27137 12434 0 0 444 43 5 3 20 0 15 0 94769456 14407233536 1061183 18446744073709551615 4194304 4196468 140720535461664 140641322494736 140641405195989 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
[pid=22177/tid=22232] ppid=22174 vsize=14069564 CPUtime=4.94 cores=1,3,5,7
/proc/22177/task/22232/stat : 22232 (java) S 22174 22177 4821 0 -1 1077944384 21525 12434 0 0 443 43 5 3 20 0 15 0 94769456 14407233536 1061183 18446744073709551615 4194304 4196468 140720535461664 140641002580880 140641405195989 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
[pid=22177/tid=22233] ppid=22174 vsize=14069564 CPUtime=1.58 cores=1,3,5,7
/proc/22177/task/22233/stat : 22233 (java) S 22174 22177 4821 0 -1 1077944384 30588 12434 0 0 125 25 5 3 20 0 15 0 94769458 14407233536 1061183 18446744073709551615 4194304 4196468 140720535461664 140640883534064 140641405196930 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
[pid=22177/tid=22234] ppid=22174 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/22177/task/22234/stat : 22234 (java) S 22174 22177 4821 0 -1 1077944384 55 12434 0 0 0 0 5 3 20 0 15 0 94769458 14407233536 1061183 18446744073709551615 4194304 4196468 140720535461664 140640882480352 140641405195989 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
[pid=22177/tid=22235] ppid=22174 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/22177/task/22235/stat : 22235 (java) S 22174 22177 4821 0 -1 1077944384 44 12434 0 0 0 0 5 3 20 0 15 0 94769458 14407233536 1061183 18446744073709551615 4194304 4196468 140720535461664 140640881427200 140641405195989 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
[pid=22177/tid=22236] ppid=22174 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/22177/task/22236/stat : 22236 (java) S 22174 22177 4821 0 -1 1077944384 3 12434 0 0 0 0 5 3 20 0 15 0 94769461 14407233536 1061183 18446744073709551615 4194304 4196468 140720535461664 140640880375760 140641405204379 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
[pid=22177/tid=22237] ppid=22174 vsize=14069564 CPUtime=4.9 cores=1,3,5,7
/proc/22177/task/22237/stat : 22237 (java) S 22174 22177 4821 0 -1 1077944384 16176 12434 0 0 479 3 5 3 20 0 15 0 94769461 14407233536 1061183 18446744073709551615 4194304 4196468 140720535461664 140640879323888 140641405196930 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
[pid=22177/tid=22238] ppid=22174 vsize=14069564 CPUtime=4.36 cores=1,3,5,7
/proc/22177/task/22238/stat : 22238 (java) S 22174 22177 4821 0 -1 1077944384 13556 12434 0 0 425 3 5 3 20 0 15 0 94769461 14407233536 1061183 18446744073709551615 4194304 4196468 140720535461664 140640878271344 140641405196930 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
[pid=22177/tid=22239] ppid=22174 vsize=14069564 CPUtime=1.85 cores=1,3,5,7
/proc/22177/task/22239/stat : 22239 (java) S 22174 22177 4821 0 -1 1077944384 19253 12434 0 0 172 5 5 3 20 0 15 0 94769461 14407233536 1061183 18446744073709551615 4194304 4196468 140720535461664 140640877218288 140641405196930 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
[pid=22177/tid=22240] ppid=22174 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/22177/task/22240/stat : 22240 (java) S 22174 22177 4821 0 -1 1077944384 3 12434 0 0 0 0 5 3 20 0 15 0 94769461 14407233536 1061183 18446744073709551615 4194304 4196468 140720535461664 140640876165984 140641405195989 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
[pid=22177/tid=22241] ppid=22174 vsize=14069564 CPUtime=1.54 cores=1,3,5,7
/proc/22177/task/22241/stat : 22241 (java) S 22174 22177 4821 0 -1 1077944384 1538 12434 0 0 60 86 5 3 20 0 15 0 94769465 14407233536 1061183 18446744073709551615 4194304 4196468 140720535461664 140640875113008 140641405196930 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
Current children cumulated CPU time (s) 2468.59
Current children cumulated vsize (KiB) 14069564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2493.6 s]
/proc/loadavg: 1.30 1.50 1.66 3/212 22550
/proc/meminfo: memFree=25686608/32770624 swapFree=0/439748
[pid=22177] ppid=22174 vsize=14069564 CPUtime=2520.04 cores=1,3,5,7
/proc/22177/stat : 22177 (java) S 22174 22177 4821 0 -1 1077944320 730244 12434 0 0 251599 397 5 3 20 0 15 0 94769434 14407233536 1054656 18446744073709551615 4194304 4196468 140720535461664 140720535444208 140641405185783 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
/proc/22177/statm: 3517391 1054656 3481 1 0 3506005 0
[pid=22177/tid=22228] ppid=22174 vsize=14069564 CPUtime=2486.39 cores=1,3,5,7
/proc/22177/task/22228/stat : 22228 (java) R 22174 22177 4821 0 -1 4202560 552589 12434 0 0 248509 122 5 3 20 0 15 0 94769456 14407233536 1054656 18446744073709551615 4194304 4196468 140720535461664 140641409417664 140641011676584 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
[pid=22177/tid=22229] ppid=22174 vsize=14069564 CPUtime=4.99 cores=1,3,5,7
/proc/22177/task/22229/stat : 22229 (java) S 22174 22177 4821 0 -1 1077944384 27901 12434 0 0 444 47 5 3 20 0 15 0 94769456 14407233536 1054656 18446744073709551615 4194304 4196468 140720535461664 140641324600336 140641405195989 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
[pid=22177/tid=22230] ppid=22174 vsize=14069564 CPUtime=5 cores=1,3,5,7
/proc/22177/task/22230/stat : 22230 (java) S 22174 22177 4821 0 -1 1077944384 17065 12434 0 0 447 45 5 3 20 0 15 0 94769456 14407233536 1054656 18446744073709551615 4194304 4196468 140720535461664 140641323547792 140641405195989 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
[pid=22177/tid=22231] ppid=22174 vsize=14069564 CPUtime=4.99 cores=1,3,5,7
/proc/22177/task/22231/stat : 22231 (java) S 22174 22177 4821 0 -1 1077944384 27316 12434 0 0 448 43 5 3 20 0 15 0 94769456 14407233536 1054656 18446744073709551615 4194304 4196468 140720535461664 140641322494736 140641405195989 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
[pid=22177/tid=22232] ppid=22174 vsize=14069564 CPUtime=4.98 cores=1,3,5,7
/proc/22177/task/22232/stat : 22232 (java) S 22174 22177 4821 0 -1 1077944384 21635 12434 0 0 447 43 5 3 20 0 15 0 94769456 14407233536 1054656 18446744073709551615 4194304 4196468 140720535461664 140641002580880 140641405195989 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
[pid=22177/tid=22233] ppid=22174 vsize=14069564 CPUtime=1.6 cores=1,3,5,7
/proc/22177/task/22233/stat : 22233 (java) S 22174 22177 4821 0 -1 1077944384 30918 12434 0 0 126 26 5 3 20 0 15 0 94769458 14407233536 1054656 18446744073709551615 4194304 4196468 140720535461664 140640883534064 140641405196930 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
[pid=22177/tid=22234] ppid=22174 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/22177/task/22234/stat : 22234 (java) S 22174 22177 4821 0 -1 1077944384 55 12434 0 0 0 0 5 3 20 0 15 0 94769458 14407233536 1054656 18446744073709551615 4194304 4196468 140720535461664 140640882480352 140641405195989 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
[pid=22177/tid=22235] ppid=22174 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/22177/task/22235/stat : 22235 (java) S 22174 22177 4821 0 -1 1077944384 44 12434 0 0 0 0 5 3 20 0 15 0 94769458 14407233536 1054656 18446744073709551615 4194304 4196468 140720535461664 140640881427200 140641405195989 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
[pid=22177/tid=22236] ppid=22174 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/22177/task/22236/stat : 22236 (java) S 22174 22177 4821 0 -1 1077944384 3 12434 0 0 0 0 5 3 20 0 15 0 94769461 14407233536 1054656 18446744073709551615 4194304 4196468 140720535461664 140640880375760 140641405204379 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
[pid=22177/tid=22237] ppid=22174 vsize=14069564 CPUtime=4.9 cores=1,3,5,7
/proc/22177/task/22237/stat : 22237 (java) S 22174 22177 4821 0 -1 1077944384 16178 12434 0 0 479 3 5 3 20 0 15 0 94769461 14407233536 1054656 18446744073709551615 4194304 4196468 140720535461664 140640879323888 140641405196930 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
[pid=22177/tid=22238] ppid=22174 vsize=14069564 CPUtime=4.36 cores=1,3,5,7
/proc/22177/task/22238/stat : 22238 (java) S 22174 22177 4821 0 -1 1077944384 13559 12434 0 0 425 3 5 3 20 0 15 0 94769461 14407233536 1054656 18446744073709551615 4194304 4196468 140720535461664 140640878271344 140641405196930 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
[pid=22177/tid=22239] ppid=22174 vsize=14069564 CPUtime=1.85 cores=1,3,5,7
/proc/22177/task/22239/stat : 22239 (java) S 22174 22177 4821 0 -1 1077944384 19255 12434 0 0 172 5 5 3 20 0 15 0 94769461 14407233536 1054656 18446744073709551615 4194304 4196468 140720535461664 140640877218288 140641405196930 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
[pid=22177/tid=22240] ppid=22174 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/22177/task/22240/stat : 22240 (java) S 22174 22177 4821 0 -1 1077944384 3 12434 0 0 0 0 5 3 20 0 15 0 94769461 14407233536 1054656 18446744073709551615 4194304 4196468 140720535461664 140640876165984 140641405195989 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
[pid=22177/tid=22241] ppid=22174 vsize=14069564 CPUtime=1.57 cores=1,3,5,7
/proc/22177/task/22241/stat : 22241 (java) S 22174 22177 4821 0 -1 1077944384 1572 12434 0 0 62 87 5 3 20 0 15 0 94769465 14407233536 1054656 18446744073709551615 4194304 4196468 140720535461664 140640875113008 140641405196930 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
Current children cumulated CPU time (s) 2520.04
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 22177 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2493.81 s]
/proc/loadavg: 1.30 1.50 1.66 7/214 22552
/proc/meminfo: memFree=25683608/32770624 swapFree=0/439748
[pid=22177] ppid=22174 vsize=14202692 CPUtime=2520.57 cores=1,3,5,7
/proc/22177/stat : 22177 (java) S 22174 22177 4821 0 -1 1077944320 742981 12434 0 0 251651 398 5 3 20 0 17 0 94769434 14543556608 1054458 18446744073709551615 4194304 4196468 140720535461664 140720535444208 140641405185783 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
/proc/22177/statm: 3550673 1054458 3481 1 0 3539287 0
[pid=22177/tid=22228] ppid=22174 vsize=14202692 CPUtime=2486.4 cores=1,3,5,7
/proc/22177/task/22228/stat : 22228 (java) S 22174 22177 4821 0 -1 1077944384 553738 12434 0 0 248510 122 5 3 20 0 17 0 94769456 14543556608 1054458 18446744073709551615 4194304 4196468 140720535461664 140641409423504 140641405195989 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
[pid=22177/tid=22229] ppid=22174 vsize=14202692 CPUtime=5.1 cores=1,3,5,7
/proc/22177/task/22229/stat : 22229 (java) R 22174 22177 4821 0 -1 4202560 27949 12434 0 0 455 47 5 3 20 0 17 0 94769456 14543556608 1054458 18446744073709551615 4194304 4196468 140720535461664 140641324600336 140641397813991 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
[pid=22177/tid=22230] ppid=22174 vsize=14202692 CPUtime=5.11 cores=1,3,5,7
/proc/22177/task/22230/stat : 22230 (java) R 22174 22177 4821 0 -1 4202560 17123 12434 0 0 458 45 5 3 20 0 17 0 94769456 14543556608 1054458 18446744073709551615 4194304 4196468 140720535461664 140641323547792 140641397813991 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
[pid=22177/tid=22231] ppid=22174 vsize=14202692 CPUtime=5.11 cores=1,3,5,7
/proc/22177/task/22231/stat : 22231 (java) R 22174 22177 4821 0 -1 4202560 27349 12434 0 0 459 44 5 3 20 0 17 0 94769456 14543556608 1054458 18446744073709551615 4194304 4196468 140720535461664 140641322494736 140641390182336 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
[pid=22177/tid=22232] ppid=22174 vsize=14202692 CPUtime=5.1 cores=1,3,5,7
/proc/22177/task/22232/stat : 22232 (java) R 22174 22177 4821 0 -1 4202560 21678 12434 0 0 458 44 5 3 20 0 17 0 94769456 14543556608 1054458 18446744073709551615 4194304 4196468 140720535461664 140641002581000 140641397813991 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
[pid=22177/tid=22233] ppid=22174 vsize=14202692 CPUtime=1.69 cores=1,3,5,7
/proc/22177/task/22233/stat : 22233 (java) S 22174 22177 4821 0 -1 1077944384 41705 12434 0 0 134 27 5 3 20 0 17 0 94769458 14543556608 1054458 18446744073709551615 4194304 4196468 140720535461664 140640883532688 140641405195989 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
[pid=22177/tid=22234] ppid=22174 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/22177/task/22234/stat : 22234 (java) S 22174 22177 4821 0 -1 1077944384 56 12434 0 0 0 0 5 3 20 0 17 0 94769458 14543556608 1054458 18446744073709551615 4194304 4196468 140720535461664 140640882480256 140641405195989 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
[pid=22177/tid=22235] ppid=22174 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/22177/task/22235/stat : 22235 (java) S 22174 22177 4821 0 -1 1077944384 44 12434 0 0 0 0 5 3 20 0 17 0 94769458 14543556608 1054458 18446744073709551615 4194304 4196468 140720535461664 140640881427200 140641405195989 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
[pid=22177/tid=22236] ppid=22174 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/22177/task/22236/stat : 22236 (java) S 22174 22177 4821 0 -1 1077944384 250 12434 0 0 0 0 5 3 20 0 17 0 94769461 14543556608 1054458 18446744073709551615 4194304 4196468 140720535461664 140640880375760 140641405204379 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
[pid=22177/tid=22237] ppid=22174 vsize=14202692 CPUtime=4.9 cores=1,3,5,7
/proc/22177/task/22237/stat : 22237 (java) S 22174 22177 4821 0 -1 1077944384 16178 12434 0 0 479 3 5 3 20 0 17 0 94769461 14543556608 1054458 18446744073709551615 4194304 4196468 140720535461664 140640879323888 140641405196930 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
[pid=22177/tid=22238] ppid=22174 vsize=14202692 CPUtime=4.36 cores=1,3,5,7
/proc/22177/task/22238/stat : 22238 (java) S 22174 22177 4821 0 -1 1077944384 13559 12434 0 0 425 3 5 3 20 0 17 0 94769461 14543556608 1054458 18446744073709551615 4194304 4196468 140720535461664 140640878271344 140641405196930 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
[pid=22177/tid=22239] ppid=22174 vsize=14202692 CPUtime=1.85 cores=1,3,5,7
/proc/22177/task/22239/stat : 22239 (java) S 22174 22177 4821 0 -1 1077944384 19255 12434 0 0 172 5 5 3 20 0 17 0 94769461 14543556608 1054458 18446744073709551615 4194304 4196468 140720535461664 140640877218288 140641405196930 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
[pid=22177/tid=22240] ppid=22174 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/22177/task/22240/stat : 22240 (java) S 22174 22177 4821 0 -1 1077944384 3 12434 0 0 0 0 5 3 20 0 17 0 94769461 14543556608 1054458 18446744073709551615 4194304 4196468 140720535461664 140640876165984 140641405195989 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
[pid=22177/tid=22241] ppid=22174 vsize=14202692 CPUtime=1.57 cores=1,3,5,7
/proc/22177/task/22241/stat : 22241 (java) S 22174 22177 4821 0 -1 1077944384 1572 12434 0 0 62 87 5 3 20 0 17 0 94769465 14543556608 1054458 18446744073709551615 4194304 4196468 140720535461664 140640875113008 140641405196930 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
[pid=22177/tid=22551] ppid=22174 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/22177/task/22551/stat : 22551 (java) S 22174 22177 4821 0 -1 1077944384 337 12434 0 0 0 0 5 3 20 0 17 0 95018795 14543556608 1054458 18446744073709551615 4194304 4196468 140720535461664 140640415637872 140641405195989 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
[pid=22177/tid=22552] ppid=22174 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/22177/task/22552/stat : 22552 (java) S 22174 22177 4821 0 -1 1077944384 33 12434 0 0 0 0 5 3 20 0 17 0 95018795 14543556608 1054458 18446744073709551615 4194304 4196468 140720535461664 140640414585536 140641405195989 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22970368 140720535463888 140720535466673 140720535466673 140720535470031 0
Current children cumulated CPU time (s) 2520.57
Current children cumulated vsize (KiB) 14202692

Child status: 143
Real time (s): 2493.85
CPU time (s): 2520.63
CPU user time (s): 2516.58
CPU system time (s): 4.04537
CPU usage (%): 101.074
Max. virtual memory (cumulated for all children) (KiB): 14202692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.58
system time used= 4.04537
maximum resident set size= 4274736
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 755593
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2896
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 87667
involuntary context switches= 3938

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.7049 second user time and 15.882 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-11 18:24:55
IDJOB=4261857
IDBENCH=136037
IDSOLVER=2650
FILE ID=node133/4261857-1502469542
RUNJOBID= node133-1502411423-4885
PBS_JOBID= 
Free space on /tmp= 62004 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-ft/BinPacking-tab-ft060-06.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4261857-1502469542/watcher-4261857-1502469542 -o /tmp/evaluation-result-4261857-1502469542/solver-4261857-1502469542 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502411423-4885 --watchdog 2580  bin/concrete HOME/instance-4261857-1502469542.xml

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

MD5SUM BENCH= 765e7641190fc685f39512b7809eb6f8
RANDOM SEED=782498472

node133.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.17
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.17
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.17
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.17
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:        26406096 kB
MemAvailable:   27301856 kB
Buffers:          296940 kB
Cached:           892908 kB
SwapCached:            0 kB
Active:          5449088 kB
Inactive:         472108 kB
Active(anon):    4731828 kB
Inactive(anon):    33112 kB
Active(file):     717260 kB
Inactive(file):   438996 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24148 kB
Writeback:             0 kB
AnonPages:       4731796 kB
Mapped:            64712 kB
Shmem:             33468 kB
Slab:             137880 kB
SReclaimable:     110680 kB
SUnreclaim:        27200 kB
KernelStack:        3504 kB
PageTables:        14192 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5373712 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4493312 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 61984 MiB
End job on node133 at 2017-08-11 19:06:29