Trace number 4261846

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) 2521.97 2464.1799

General information on the benchmark

NameBinPacking/BinPacking-sum-skj1/
BinPacking-sum-n4c3w4o.xml
MD5SUMee745fcf29eade3c7f55b7e84eebe45a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark93
Best CPU time to get the best result obtained on this benchmark20067.6
Satisfiable
(Un)Satisfiability was proved
Number of variables1293
Number of constraints649
Number of domains2
Minimum domain size72
Maximum domain size324
Distribution of domain sizes[{"size":72,"count":1292},{"size":324,"count":1}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":969},{"degree":5,"count":323}]
Minimum constraint arity4
Maximum constraint arity1292
Distribution of constraint arities[{"arity":4,"count":646},{"arity":324,"count":1},{"arity":1292,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":323},{"type":"lex","count":1},{"type":"sum","count":323},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

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

pid=22201
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.82 1.73 1.69 2/201 22204
/proc/meminfo: memFree=26226440/32770624 swapFree=0/453996
[pid=22204] ppid=22201 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/22204/stat : 22204 (runsolver) D 22201 22204 4896 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 146699427 24240128 107 18446744073709551615 4194304 4338465 140723070215088 140723070212728 140352297099991 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 34959360 140723070222545 140723070222921 140723070222921 140723070226378 0
/proc/22204/statm: 5918 107 54 36 0 2156 0

[startup+0.100148 s]
/proc/loadavg: 1.82 1.73 1.69 2/201 22204
/proc/meminfo: memFree=26226440/32770624 swapFree=0/453996
[pid=22204] ppid=22201 vsize=3580 CPUtime=0 cores=1,3,5,7
/proc/22204/stat : 22204 (bash) R 22201 22204 4896 0 -1 4194304 308 0 0 0 0 0 0 0 20 0 1 0 146699427 3665920 46 18446744073709551615 4194304 5098028 140728938932544 140728938932544 140442509803026 0 0 1 0 0 0 0 17 3 0 0 9 0 0 7196144 7232144 15208448 140728938938900 140728938938985 140728938938985 140728938942442 0
/proc/22204/statm: 895 46 37 221 0 44 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 3580

[startup+0.200273 s]
/proc/loadavg: 1.82 1.73 1.69 2/201 22204
/proc/meminfo: memFree=26226440/32770624 swapFree=0/453996
[pid=22204] ppid=22201 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/22204/stat : 22204 (bash) S 22201 22204 4896 0 -1 4202496 896 6486 0 0 0 0 0 1 20 0 1 0 146699427 9867264 377 18446744073709551615 4194304 5098028 140728938932544 140728938926552 140442502335488 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 9 0 0 7196144 7232144 15208448 140728938938900 140728938938985 140728938938985 140728938942442 0
/proc/22204/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300345 s]
/proc/loadavg: 1.82 1.73 1.69 2/201 22204
/proc/meminfo: memFree=26226440/32770624 swapFree=0/453996
[pid=22204] ppid=22201 vsize=13574488 CPUtime=0.13 cores=1,3,5,7
/proc/22204/stat : 22204 (java) S 22201 22204 4896 0 -1 1077944320 5222 12824 0 0 4 1 5 3 20 0 9 0 146699427 13900275712 4931 18446744073709551615 4194304 4196468 140735656056576 140735656039120 139891525701367 0 0 1 16800970 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
/proc/22204/statm: 3393622 4931 2137 1 0 3383119 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 13574488

[startup+0.700357 s]
/proc/loadavg: 1.82 1.73 1.69 2/201 22204
/proc/meminfo: memFree=26226440/32770624 swapFree=0/453996
[pid=22204] ppid=22201 vsize=13974784 CPUtime=0.59 cores=1,3,5,7
/proc/22204/stat : 22204 (java) S 22201 22204 4896 0 -1 1077944320 13757 12824 0 0 48 3 5 3 20 0 15 0 146699427 14310178816 14182 18446744073709551615 4194304 4196468 140735656056576 140735656039120 139891525701367 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
/proc/22204/statm: 3493696 14182 3057 1 0 3482965 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 13974784

[startup+1.50062 s]
/proc/loadavg: 1.82 1.73 1.69 3/216 22267
/proc/meminfo: memFree=26137280/32770624 swapFree=0/454032
[pid=22204] ppid=22201 vsize=13985408 CPUtime=1.83 cores=1,3,5,7
/proc/22204/stat : 22204 (java) S 22201 22204 4896 0 -1 1077944320 29387 12824 0 0 167 8 5 3 20 0 15 0 146699427 14321057792 33805 18446744073709551615 4194304 4196468 140735656056576 140735656039120 139891525701367 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
/proc/22204/statm: 3496352 33805 3339 1 0 3485525 0
[pid=22204/tid=22254] ppid=22201 vsize=13985408 CPUtime=1.26 cores=1,3,5,7
/proc/22204/task/22254/stat : 22254 (java) R 22201 22204 4896 0 -1 4202560 24242 12824 0 0 112 6 5 3 20 0 15 0 146699452 14321057792 33805 18446744073709551615 4194304 4196468 140735656056576 139891529919824 139891505917991 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
[pid=22204/tid=22255] ppid=22201 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/22204/task/22255/stat : 22255 (java) S 22201 22204 4896 0 -1 1077944384 1 12824 0 0 0 0 5 3 20 0 15 0 146699453 14321057792 33805 18446744073709551615 4194304 4196468 140735656056576 139891460135568 139891525711573 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
[pid=22204/tid=22256] ppid=22201 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/22204/task/22256/stat : 22256 (java) S 22201 22204 4896 0 -1 1077944384 1 12824 0 0 0 0 5 3 20 0 15 0 146699453 14321057792 33805 18446744073709551615 4194304 4196468 140735656056576 139891459082768 139891525711573 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
[pid=22204/tid=22257] ppid=22201 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/22204/task/22257/stat : 22257 (java) S 22201 22204 4896 0 -1 1077944384 1 12824 0 0 0 0 5 3 20 0 15 0 146699453 14321057792 33805 18446744073709551615 4194304 4196468 140735656056576 139891458029968 139891525711573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
[pid=22204/tid=22258] ppid=22201 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/22204/task/22258/stat : 22258 (java) S 22201 22204 4896 0 -1 1077944384 2 12824 0 0 0 0 5 3 20 0 15 0 146699453 14321057792 33805 18446744073709551615 4194304 4196468 140735656056576 139891456977168 139891525711573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
[pid=22204/tid=22259] ppid=22201 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/22204/task/22259/stat : 22259 (java) S 22201 22204 4896 0 -1 1077944384 5 12824 0 0 0 0 5 3 20 0 15 0 146699454 14321057792 33805 18446744073709551615 4194304 4196468 140735656056576 139891003992944 139891525712514 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
[pid=22204/tid=22260] ppid=22201 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/22204/task/22260/stat : 22260 (java) S 22201 22204 4896 0 -1 1077944384 33 12824 0 0 0 0 5 3 20 0 15 0 146699455 14321057792 33805 18446744073709551615 4194304 4196468 140735656056576 139891002938912 139891525711573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
[pid=22204/tid=22261] ppid=22201 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/22204/task/22261/stat : 22261 (java) S 22201 22204 4896 0 -1 1077944384 21 12824 0 0 0 0 5 3 20 0 15 0 146699455 14321057792 33805 18446744073709551615 4194304 4196468 140735656056576 139891001886064 139891525711573 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
[pid=22204/tid=22262] ppid=22201 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/22204/task/22262/stat : 22262 (java) S 22201 22204 4896 0 -1 1077944384 3 12824 0 0 0 0 5 3 20 0 15 0 146699458 14321057792 33805 18446744073709551615 4194304 4196468 140735656056576 139891000834384 139891525719963 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
[pid=22204/tid=22263] ppid=22201 vsize=13985408 CPUtime=0.24 cores=1,3,5,7
/proc/22204/task/22263/stat : 22263 (java) S 22201 22204 4896 0 -1 1077944384 1036 12824 0 0 16 0 5 3 20 0 15 0 146699458 14321057792 33805 18446744073709551615 4194304 4196468 140735656056576 139890999781744 139891525712514 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
[pid=22204/tid=22264] ppid=22201 vsize=13985408 CPUtime=0.24 cores=1,3,5,7
/proc/22204/task/22264/stat : 22264 (java) S 22201 22204 4896 0 -1 1077944384 954 12824 0 0 16 0 5 3 20 0 15 0 146699458 14321057792 33805 18446744073709551615 4194304 4196468 140735656056576 139890998728944 139891525712514 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
[pid=22204/tid=22265] ppid=22201 vsize=13985408 CPUtime=0.29 cores=1,3,5,7
/proc/22204/task/22265/stat : 22265 (java) S 22201 22204 4896 0 -1 1077944384 922 12824 0 0 21 0 5 3 20 0 15 0 146699458 14321057792 33805 18446744073709551615 4194304 4196468 140735656056576 139890997676144 139891525712514 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
[pid=22204/tid=22266] ppid=22201 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/22204/task/22266/stat : 22266 (java) S 22201 22204 4896 0 -1 1077944384 3 12824 0 0 0 0 5 3 20 0 15 0 146699458 14321057792 33805 18446744073709551615 4194304 4196468 140735656056576 139890996623584 139891525711573 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
[pid=22204/tid=22267] ppid=22201 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/22204/task/22267/stat : 22267 (java) S 22201 22204 4896 0 -1 1077944384 10 12824 0 0 0 0 5 3 20 0 15 0 146699463 14321057792 33805 18446744073709551615 4194304 4196468 140735656056576 139890995571888 139891525712514 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
Current children cumulated CPU time (s) 1.83
Current children cumulated vsize (KiB) 13985408

[startup+3.10123 s]
/proc/loadavg: 1.82 1.73 1.69 5/216 22267
/proc/meminfo: memFree=26059296/32770624 swapFree=0/454032
[pid=22204] ppid=22201 vsize=13997884 CPUtime=6.02 cores=1,3,5,7
/proc/22204/stat : 22204 (java) S 22201 22204 4896 0 -1 1077944320 43992 12824 0 0 579 15 5 3 20 0 15 0 146699427 14333833216 60666 18446744073709551615 4194304 4196468 140735656056576 140735656039120 139891525701367 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
/proc/22204/statm: 3499471 60666 3446 1 0 3488085 0
[pid=22204/tid=22254] ppid=22201 vsize=13997884 CPUtime=2.82 cores=1,3,5,7
/proc/22204/task/22254/stat : 22254 (java) R 22201 22204 4896 0 -1 4202560 30974 12824 0 0 265 9 5 3 20 0 15 0 146699452 14333833216 60666 18446744073709551615 4194304 4196468 140735656056576 139891529935352 139891138417632 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
[pid=22204/tid=22255] ppid=22201 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/22204/task/22255/stat : 22255 (java) S 22201 22204 4896 0 -1 1077944384 51 12824 0 0 0 0 5 3 20 0 15 0 146699453 14333833216 60666 18446744073709551615 4194304 4196468 140735656056576 139891460135568 139891525711573 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
[pid=22204/tid=22256] ppid=22201 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/22204/task/22256/stat : 22256 (java) S 22201 22204 4896 0 -1 1077944384 47 12824 0 0 0 0 5 3 20 0 15 0 146699453 14333833216 60666 18446744073709551615 4194304 4196468 140735656056576 139891459082768 139891525711573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
[pid=22204/tid=22257] ppid=22201 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/22204/task/22257/stat : 22257 (java) S 22201 22204 4896 0 -1 1077944384 62 12824 0 0 1 0 5 3 20 0 15 0 146699453 14333833216 60666 18446744073709551615 4194304 4196468 140735656056576 139891458029968 139891525711573 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
[pid=22204/tid=22258] ppid=22201 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/22204/task/22258/stat : 22258 (java) S 22201 22204 4896 0 -1 1077944384 231 12824 0 0 0 0 5 3 20 0 15 0 146699453 14333833216 60666 18446744073709551615 4194304 4196468 140735656056576 139891456977168 139891525711573 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
[pid=22204/tid=22259] ppid=22201 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/22204/task/22259/stat : 22259 (java) S 22201 22204 4896 0 -1 1077944384 2094 12824 0 0 1 0 5 3 20 0 15 0 146699454 14333833216 60666 18446744073709551615 4194304 4196468 140735656056576 139891003992944 139891525712514 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
[pid=22204/tid=22260] ppid=22201 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/22204/task/22260/stat : 22260 (java) S 22201 22204 4896 0 -1 1077944384 55 12824 0 0 0 0 5 3 20 0 15 0 146699455 14333833216 60666 18446744073709551615 4194304 4196468 140735656056576 139891002938976 139891525711573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
[pid=22204/tid=22261] ppid=22201 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/22204/task/22261/stat : 22261 (java) S 22201 22204 4896 0 -1 1077944384 43 12824 0 0 0 0 5 3 20 0 15 0 146699455 14333833216 60666 18446744073709551615 4194304 4196468 140735656056576 139891001886064 139891525711573 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
[pid=22204/tid=22262] ppid=22201 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/22204/task/22262/stat : 22262 (java) S 22201 22204 4896 0 -1 1077944384 3 12824 0 0 0 0 5 3 20 0 15 0 146699458 14333833216 60666 18446744073709551615 4194304 4196468 140735656056576 139891000834384 139891525719963 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
[pid=22204/tid=22263] ppid=22201 vsize=13997884 CPUtime=1 cores=1,3,5,7
/proc/22204/task/22263/stat : 22263 (java) R 22201 22204 4896 0 -1 4202560 1959 12824 0 0 91 1 5 3 20 0 15 0 146699458 14333833216 60666 18446744073709551615 4194304 4196468 140735656056576 139890999781744 139891525722714 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
[pid=22204/tid=22264] ppid=22201 vsize=13997884 CPUtime=1.22 cores=1,3,5,7
/proc/22204/task/22264/stat : 22264 (java) R 22201 22204 4896 0 -1 4202560 3329 12824 0 0 113 1 5 3 20 0 15 0 146699458 14333833216 60666 18446744073709551615 4194304 4196468 140735656056576 139890998715488 139891509258725 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
[pid=22204/tid=22265] ppid=22201 vsize=13997884 CPUtime=1.12 cores=1,3,5,7
/proc/22204/task/22265/stat : 22265 (java) R 22201 22204 4896 0 -1 4202560 2982 12824 0 0 103 1 5 3 20 0 15 0 146699458 14333833216 60666 18446744073709551615 4194304 4196468 140735656056576 139890997671872 139891525713302 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
[pid=22204/tid=22266] ppid=22201 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/22204/task/22266/stat : 22266 (java) S 22201 22204 4896 0 -1 1077944384 3 12824 0 0 0 0 5 3 20 0 15 0 146699458 14333833216 60666 18446744073709551615 4194304 4196468 140735656056576 139890996623584 139891525711573 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
[pid=22204/tid=22267] ppid=22201 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/22204/task/22267/stat : 22267 (java) S 22201 22204 4896 0 -1 1077944384 11 12824 0 0 0 0 5 3 20 0 15 0 146699463 14333833216 60666 18446744073709551615 4194304 4196468 140735656056576 139890995571888 139891525712514 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 13997884

[startup+6.30847 s]
/proc/loadavg: 1.83 1.73 1.69 4/216 22267
/proc/meminfo: memFree=25889212/32770624 swapFree=0/454024
[pid=22204] ppid=22201 vsize=14001980 CPUtime=15.41 cores=1,3,5,7
/proc/22204/stat : 22204 (java) S 22201 22204 4896 0 -1 1077944320 77710 12824 0 0 1499 34 5 3 20 0 15 0 146699427 14338027520 103272 18446744073709551615 4194304 4196468 140735656056576 140735656039120 139891525701367 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
/proc/22204/statm: 3500495 103272 3469 1 0 3489109 0
[pid=22204/tid=22254] ppid=22201 vsize=14001980 CPUtime=5.84 cores=1,3,5,7
/proc/22204/task/22254/stat : 22254 (java) R 22201 22204 4896 0 -1 4202560 44955 12824 0 0 562 14 5 3 20 0 15 0 146699452 14338027520 103272 18446744073709551615 4194304 4196468 140735656056576 139891529935264 139891509058941 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
[pid=22204/tid=22255] ppid=22201 vsize=14001980 CPUtime=0.21 cores=1,3,5,7
/proc/22204/task/22255/stat : 22255 (java) S 22201 22204 4896 0 -1 1077944384 210 12824 0 0 11 2 5 3 20 0 15 0 146699453 14338027520 103272 18446744073709551615 4194304 4196468 140735656056576 139891460135568 139891525711573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
[pid=22204/tid=22256] ppid=22201 vsize=14001980 CPUtime=0.23 cores=1,3,5,7
/proc/22204/task/22256/stat : 22256 (java) S 22201 22204 4896 0 -1 1077944384 152 12824 0 0 13 2 5 3 20 0 15 0 146699453 14338027520 103272 18446744073709551615 4194304 4196468 140735656056576 139891459082768 139891525711573 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
[pid=22204/tid=22257] ppid=22201 vsize=14001980 CPUtime=0.22 cores=1,3,5,7
/proc/22204/task/22257/stat : 22257 (java) S 22201 22204 4896 0 -1 1077944384 319 12824 0 0 12 2 5 3 20 0 15 0 146699453 14338027520 103272 18446744073709551615 4194304 4196468 140735656056576 139891458029968 139891525711573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
[pid=22204/tid=22258] ppid=22201 vsize=14001980 CPUtime=0.21 cores=1,3,5,7
/proc/22204/task/22258/stat : 22258 (java) S 22201 22204 4896 0 -1 1077944384 282 12824 0 0 11 2 5 3 20 0 15 0 146699453 14338027520 103272 18446744073709551615 4194304 4196468 140735656056576 139891456977168 139891525711573 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
[pid=22204/tid=22259] ppid=22201 vsize=14001980 CPUtime=0.12 cores=1,3,5,7
/proc/22204/task/22259/stat : 22259 (java) S 22201 22204 4896 0 -1 1077944384 4919 12824 0 0 4 0 5 3 20 0 15 0 146699454 14338027520 103272 18446744073709551615 4194304 4196468 140735656056576 139891003992944 139891525712514 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
[pid=22204/tid=22260] ppid=22201 vsize=14001980 CPUtime=0.08 cores=1,3,5,7
/proc/22204/task/22260/stat : 22260 (java) S 22201 22204 4896 0 -1 1077944384 60 12824 0 0 0 0 5 3 20 0 15 0 146699455 14338027520 103272 18446744073709551615 4194304 4196468 140735656056576 139891002939040 139891525711573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
[pid=22204/tid=22261] ppid=22201 vsize=14001980 CPUtime=0.08 cores=1,3,5,7
/proc/22204/task/22261/stat : 22261 (java) S 22201 22204 4896 0 -1 1077944384 50 12824 0 0 0 0 5 3 20 0 15 0 146699455 14338027520 103272 18446744073709551615 4194304 4196468 140735656056576 139891001886080 139891525711573 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
[pid=22204/tid=22262] ppid=22201 vsize=14001980 CPUtime=0.08 cores=1,3,5,7
/proc/22204/task/22262/stat : 22262 (java) S 22201 22204 4896 0 -1 1077944384 3 12824 0 0 0 0 5 3 20 0 15 0 146699458 14338027520 103272 18446744073709551615 4194304 4196468 140735656056576 139891000834384 139891525719963 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
[pid=22204/tid=22263] ppid=22201 vsize=14001980 CPUtime=3.46 cores=1,3,5,7
/proc/22204/task/22263/stat : 22263 (java) R 22201 22204 4896 0 -1 4202560 7934 12824 0 0 335 3 5 3 20 0 15 0 146699458 14338027520 103272 18446744073709551615 4194304 4196468 140735656056576 139890999781744 139891503937753 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
[pid=22204/tid=22264] ppid=22201 vsize=14001980 CPUtime=3.69 cores=1,3,5,7
/proc/22204/task/22264/stat : 22264 (java) R 22201 22204 4896 0 -1 4202560 8086 12824 0 0 359 2 5 3 20 0 15 0 146699458 14338027520 103272 18446744073709551615 4194304 4196468 140735656056576 139890998728944 139891525713302 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
[pid=22204/tid=22265] ppid=22201 vsize=14001980 CPUtime=1.96 cores=1,3,5,7
/proc/22204/task/22265/stat : 22265 (java) R 22201 22204 4896 0 -1 1077944384 8557 12824 0 0 186 2 5 3 20 0 15 0 146699458 14338027520 103272 18446744073709551615 4194304 4196468 140735656056576 139890997669808 139891525711573 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
[pid=22204/tid=22266] ppid=22201 vsize=14001980 CPUtime=0.08 cores=1,3,5,7
/proc/22204/task/22266/stat : 22266 (java) S 22201 22204 4896 0 -1 1077944384 3 12824 0 0 0 0 5 3 20 0 15 0 146699458 14338027520 103272 18446744073709551615 4194304 4196468 140735656056576 139890996623584 139891525711573 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
[pid=22204/tid=22267] ppid=22201 vsize=14001980 CPUtime=0.08 cores=1,3,5,7
/proc/22204/task/22267/stat : 22267 (java) S 22201 22204 4896 0 -1 1077944384 28 12824 0 0 0 0 5 3 20 0 15 0 146699463 14338027520 103272 18446744073709551615 4194304 4196468 140735656056576 139890995571888 139891525712514 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
Current children cumulated CPU time (s) 15.41
Current children cumulated vsize (KiB) 14001980

[startup+12.7008 s]
/proc/loadavg: 1.85 1.74 1.70 4/216 22267
/proc/meminfo: memFree=25245516/32770624 swapFree=0/454016
[pid=22204] ppid=22201 vsize=14069564 CPUtime=26.08 cores=1,3,5,7
/proc/22204/stat : 22204 (java) S 22201 22204 4896 0 -1 1077944320 93216 12824 0 0 2545 55 5 3 20 0 15 0 146699427 14407233536 267817 18446744073709551615 4194304 4196468 140735656056576 140735656039120 139891525701367 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
/proc/22204/statm: 3517391 267817 3473 1 0 3506005 0
[pid=22204/tid=22254] ppid=22201 vsize=14069564 CPUtime=12.13 cores=1,3,5,7
/proc/22204/task/22254/stat : 22254 (java) R 22201 22204 4896 0 -1 4202560 54122 12824 0 0 1181 24 5 3 20 0 15 0 146699452 14407233536 267817 18446744073709551615 4194304 4196468 140735656056576 139891529934136 139891135155695 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
[pid=22204/tid=22255] ppid=22201 vsize=14069564 CPUtime=0.29 cores=1,3,5,7
/proc/22204/task/22255/stat : 22255 (java) S 22201 22204 4896 0 -1 1077944384 256 12824 0 0 17 4 5 3 20 0 15 0 146699453 14407233536 267817 18446744073709551615 4194304 4196468 140735656056576 139891460135568 139891525711573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
[pid=22204/tid=22256] ppid=22201 vsize=14069564 CPUtime=0.3 cores=1,3,5,7
/proc/22204/task/22256/stat : 22256 (java) S 22201 22204 4896 0 -1 1077944384 207 12824 0 0 18 4 5 3 20 0 15 0 146699453 14407233536 267817 18446744073709551615 4194304 4196468 140735656056576 139891459082768 139891525711573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
[pid=22204/tid=22257] ppid=22201 vsize=14069564 CPUtime=0.29 cores=1,3,5,7
/proc/22204/task/22257/stat : 22257 (java) S 22201 22204 4896 0 -1 1077944384 363 12824 0 0 17 4 5 3 20 0 15 0 146699453 14407233536 267817 18446744073709551615 4194304 4196468 140735656056576 139891458029968 139891525711573 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
[pid=22204/tid=22258] ppid=22201 vsize=14069564 CPUtime=0.3 cores=1,3,5,7
/proc/22204/task/22258/stat : 22258 (java) S 22201 22204 4896 0 -1 1077944384 337 12824 0 0 17 5 5 3 20 0 15 0 146699453 14407233536 267817 18446744073709551615 4194304 4196468 140735656056576 139891456977168 139891525711573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
[pid=22204/tid=22259] ppid=22201 vsize=14069564 CPUtime=0.14 cores=1,3,5,7
/proc/22204/task/22259/stat : 22259 (java) S 22201 22204 4896 0 -1 1077944384 5304 12824 0 0 5 1 5 3 20 0 15 0 146699454 14407233536 267817 18446744073709551615 4194304 4196468 140735656056576 139891003992944 139891525712514 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
[pid=22204/tid=22260] ppid=22201 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/22204/task/22260/stat : 22260 (java) S 22201 22204 4896 0 -1 1077944384 60 12824 0 0 0 0 5 3 20 0 15 0 146699455 14407233536 267817 18446744073709551615 4194304 4196468 140735656056576 139891002939040 139891525711573 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
[pid=22204/tid=22261] ppid=22201 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/22204/task/22261/stat : 22261 (java) S 22201 22204 4896 0 -1 1077944384 50 12824 0 0 0 0 5 3 20 0 15 0 146699455 14407233536 267817 18446744073709551615 4194304 4196468 140735656056576 139891001886080 139891525711573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
[pid=22204/tid=22262] ppid=22201 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/22204/task/22262/stat : 22262 (java) S 22201 22204 4896 0 -1 1077944384 3 12824 0 0 0 0 5 3 20 0 15 0 146699458 14407233536 267817 18446744073709551615 4194304 4196468 140735656056576 139891000834384 139891525719963 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0

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

/proc/meminfo: memFree=25397580/32770624 swapFree=0/454664
[pid=22204] ppid=22201 vsize=14069564 CPUtime=2498.34 cores=1,3,5,7
/proc/22204/stat : 22204 (java) S 22201 22204 4896 0 -1 1077944320 365778 12824 0 0 249378 448 5 3 20 0 15 0 146699427 14407233536 138755 18446744073709551615 4194304 4196468 140735656056576 140735656039120 139891525701367 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
/proc/22204/statm: 3517391 138755 3481 1 0 3506005 0
[pid=22204/tid=22254] ppid=22201 vsize=14069564 CPUtime=2415.54 cores=1,3,5,7
/proc/22204/task/22254/stat : 22254 (java) R 22201 22204 4896 0 -1 4202560 151049 12824 0 0 241468 78 5 3 20 0 15 0 146699452 14407233536 138755 18446744073709551615 4194304 4196468 140735656056576 139891529935696 139891147620039 0 4 1 16800974 0 0 0 -1 7 0 0 4 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
[pid=22204/tid=22255] ppid=22201 vsize=14069564 CPUtime=14.34 cores=1,3,5,7
/proc/22204/task/22255/stat : 22255 (java) S 22201 22204 4896 0 -1 1077944384 17629 12824 0 0 1365 61 5 3 20 0 15 0 146699453 14407233536 138755 18446744073709551615 4194304 4196468 140735656056576 139891460135568 139891525711573 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
[pid=22204/tid=22256] ppid=22201 vsize=14069564 CPUtime=14.35 cores=1,3,5,7
/proc/22204/task/22256/stat : 22256 (java) S 22201 22204 4896 0 -1 1077944384 22229 12824 0 0 1366 61 5 3 20 0 15 0 146699453 14407233536 138755 18446744073709551615 4194304 4196468 140735656056576 139891459082768 139891525711573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
[pid=22204/tid=22257] ppid=22201 vsize=14069564 CPUtime=14.34 cores=1,3,5,7
/proc/22204/task/22257/stat : 22257 (java) S 22201 22204 4896 0 -1 1077944384 31409 12824 0 0 1365 61 5 3 20 0 15 0 146699453 14407233536 138755 18446744073709551615 4194304 4196468 140735656056576 139891458029968 139891525711573 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
[pid=22204/tid=22258] ppid=22201 vsize=14069564 CPUtime=14.33 cores=1,3,5,7
/proc/22204/task/22258/stat : 22258 (java) S 22201 22204 4896 0 -1 1077944384 21606 12824 0 0 1364 61 5 3 20 0 15 0 146699453 14407233536 138755 18446744073709551615 4194304 4196468 140735656056576 139891456977168 139891525711573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
[pid=22204/tid=22259] ppid=22201 vsize=14069564 CPUtime=9.57 cores=1,3,5,7
/proc/22204/task/22259/stat : 22259 (java) S 22201 22204 4896 0 -1 1077944384 19950 12824 0 0 865 84 5 3 20 0 15 0 146699454 14407233536 138755 18446744073709551615 4194304 4196468 140735656056576 139891003992944 139891525712514 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
[pid=22204/tid=22260] ppid=22201 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/22204/task/22260/stat : 22260 (java) S 22201 22204 4896 0 -1 1077944384 60 12824 0 0 0 0 5 3 20 0 15 0 146699455 14407233536 138755 18446744073709551615 4194304 4196468 140735656056576 139891002939040 139891525711573 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
[pid=22204/tid=22261] ppid=22201 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/22204/task/22261/stat : 22261 (java) S 22201 22204 4896 0 -1 1077944384 50 12824 0 0 0 0 5 3 20 0 15 0 146699455 14407233536 138755 18446744073709551615 4194304 4196468 140735656056576 139891001886080 139891525711573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
[pid=22204/tid=22262] ppid=22201 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/22204/task/22262/stat : 22262 (java) S 22201 22204 4896 0 -1 1077944384 3 12824 0 0 0 0 5 3 20 0 15 0 146699458 14407233536 138755 18446744073709551615 4194304 4196468 140735656056576 139891000834384 139891525719963 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
[pid=22204/tid=22263] ppid=22201 vsize=14069564 CPUtime=6.39 cores=1,3,5,7
/proc/22204/task/22263/stat : 22263 (java) S 22201 22204 4896 0 -1 1077944384 34922 12824 0 0 624 7 5 3 20 0 15 0 146699458 14407233536 138755 18446744073709551615 4194304 4196468 140735656056576 139890999781744 139891525712514 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
[pid=22204/tid=22264] ppid=22201 vsize=14069564 CPUtime=6.01 cores=1,3,5,7
/proc/22204/task/22264/stat : 22264 (java) S 22201 22204 4896 0 -1 1077944384 32990 12824 0 0 589 4 5 3 20 0 15 0 146699458 14407233536 138755 18446744073709551615 4194304 4196468 140735656056576 139890998728944 139891525712514 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
[pid=22204/tid=22265] ppid=22201 vsize=14069564 CPUtime=2.4 cores=1,3,5,7
/proc/22204/task/22265/stat : 22265 (java) S 22201 22204 4896 0 -1 1077944384 30440 12824 0 0 227 5 5 3 20 0 15 0 146699458 14407233536 138755 18446744073709551615 4194304 4196468 140735656056576 139890997676144 139891525712514 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
[pid=22204/tid=22266] ppid=22201 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/22204/task/22266/stat : 22266 (java) S 22201 22204 4896 0 -1 1077944384 3 12824 0 0 0 0 5 3 20 0 15 0 146699458 14407233536 138755 18446744073709551615 4194304 4196468 140735656056576 139890996623584 139891525711573 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
[pid=22204/tid=22267] ppid=22201 vsize=14069564 CPUtime=1.68 cores=1,3,5,7
/proc/22204/task/22267/stat : 22267 (java) S 22201 22204 4896 0 -1 1077944384 1285 12824 0 0 77 83 5 3 20 0 15 0 146699463 14407233536 138755 18446744073709551615 4194304 4196468 140735656056576 139890995571888 139891525712514 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
Current children cumulated CPU time (s) 2498.34
Current children cumulated vsize (KiB) 14069564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2463.6 s]
/proc/loadavg: 1.68 1.57 1.52 3/216 22568
/proc/meminfo: memFree=25416736/32770624 swapFree=0/454664
[pid=22204] ppid=22201 vsize=14069564 CPUtime=2520.03 cores=1,3,5,7
/proc/22204/stat : 22204 (java) S 22201 22204 4896 0 -1 1077944320 366934 12824 0 0 251544 451 5 3 20 0 15 0 146699427 14407233536 134908 18446744073709551615 4194304 4196468 140735656056576 140735656039120 139891525701367 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
/proc/22204/statm: 3517391 134908 3481 1 0 3506005 0
[pid=22204/tid=22254] ppid=22201 vsize=14069564 CPUtime=2436.58 cores=1,3,5,7
/proc/22204/task/22254/stat : 22254 (java) R 22201 22204 4896 0 -1 4202560 151308 12824 0 0 243572 78 5 3 20 0 15 0 146699452 14407233536 134908 18446744073709551615 4194304 4196468 140735656056576 139891529935808 139891148891667 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
[pid=22204/tid=22255] ppid=22201 vsize=14069564 CPUtime=14.49 cores=1,3,5,7
/proc/22204/task/22255/stat : 22255 (java) S 22201 22204 4896 0 -1 1077944384 17785 12824 0 0 1379 62 5 3 20 0 15 0 146699453 14407233536 134908 18446744073709551615 4194304 4196468 140735656056576 139891460135568 139891525711573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
[pid=22204/tid=22256] ppid=22201 vsize=14069564 CPUtime=14.48 cores=1,3,5,7
/proc/22204/task/22256/stat : 22256 (java) S 22201 22204 4896 0 -1 1077944384 22453 12824 0 0 1379 61 5 3 20 0 15 0 146699453 14407233536 134908 18446744073709551615 4194304 4196468 140735656056576 139891459082768 139891525711573 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
[pid=22204/tid=22257] ppid=22201 vsize=14069564 CPUtime=14.47 cores=1,3,5,7
/proc/22204/task/22257/stat : 22257 (java) S 22201 22204 4896 0 -1 1077944384 31668 12824 0 0 1378 61 5 3 20 0 15 0 146699453 14407233536 134908 18446744073709551615 4194304 4196468 140735656056576 139891458029968 139891525711573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
[pid=22204/tid=22258] ppid=22201 vsize=14069564 CPUtime=14.47 cores=1,3,5,7
/proc/22204/task/22258/stat : 22258 (java) S 22201 22204 4896 0 -1 1077944384 21796 12824 0 0 1378 61 5 3 20 0 15 0 146699453 14407233536 134908 18446744073709551615 4194304 4196468 140735656056576 139891456977168 139891525711573 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
[pid=22204/tid=22259] ppid=22201 vsize=14069564 CPUtime=9.66 cores=1,3,5,7
/proc/22204/task/22259/stat : 22259 (java) S 22201 22204 4896 0 -1 1077944384 20000 12824 0 0 873 85 5 3 20 0 15 0 146699454 14407233536 134908 18446744073709551615 4194304 4196468 140735656056576 139891003992944 139891525712514 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
[pid=22204/tid=22260] ppid=22201 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/22204/task/22260/stat : 22260 (java) S 22201 22204 4896 0 -1 1077944384 60 12824 0 0 0 0 5 3 20 0 15 0 146699455 14407233536 134908 18446744073709551615 4194304 4196468 140735656056576 139891002939040 139891525711573 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
[pid=22204/tid=22261] ppid=22201 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/22204/task/22261/stat : 22261 (java) S 22201 22204 4896 0 -1 1077944384 50 12824 0 0 0 0 5 3 20 0 15 0 146699455 14407233536 134908 18446744073709551615 4194304 4196468 140735656056576 139891001886080 139891525711573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
[pid=22204/tid=22262] ppid=22201 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/22204/task/22262/stat : 22262 (java) S 22201 22204 4896 0 -1 1077944384 3 12824 0 0 0 0 5 3 20 0 15 0 146699458 14407233536 134908 18446744073709551615 4194304 4196468 140735656056576 139891000834384 139891525719963 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
[pid=22204/tid=22263] ppid=22201 vsize=14069564 CPUtime=6.39 cores=1,3,5,7
/proc/22204/task/22263/stat : 22263 (java) S 22201 22204 4896 0 -1 1077944384 34924 12824 0 0 624 7 5 3 20 0 15 0 146699458 14407233536 134908 18446744073709551615 4194304 4196468 140735656056576 139890999781744 139891525712514 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
[pid=22204/tid=22264] ppid=22201 vsize=14069564 CPUtime=6.01 cores=1,3,5,7
/proc/22204/task/22264/stat : 22264 (java) S 22201 22204 4896 0 -1 1077944384 32992 12824 0 0 589 4 5 3 20 0 15 0 146699458 14407233536 134908 18446744073709551615 4194304 4196468 140735656056576 139890998728944 139891525712514 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
[pid=22204/tid=22265] ppid=22201 vsize=14069564 CPUtime=2.4 cores=1,3,5,7
/proc/22204/task/22265/stat : 22265 (java) S 22201 22204 4896 0 -1 1077944384 30442 12824 0 0 227 5 5 3 20 0 15 0 146699458 14407233536 134908 18446744073709551615 4194304 4196468 140735656056576 139890997676144 139891525712514 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
[pid=22204/tid=22266] ppid=22201 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/22204/task/22266/stat : 22266 (java) S 22201 22204 4896 0 -1 1077944384 3 12824 0 0 0 0 5 3 20 0 15 0 146699458 14407233536 134908 18446744073709551615 4194304 4196468 140735656056576 139890996623584 139891525711573 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
[pid=22204/tid=22267] ppid=22201 vsize=14069564 CPUtime=1.7 cores=1,3,5,7
/proc/22204/task/22267/stat : 22267 (java) S 22201 22204 4896 0 -1 1077944384 1297 12824 0 0 78 84 5 3 20 0 15 0 146699463 14407233536 134908 18446744073709551615 4194304 4196468 140735656056576 139890995571888 139891525712514 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
Current children cumulated CPU time (s) 2520.03
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 22204 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2464 s]
/proc/loadavg: 1.68 1.57 1.52 3/218 22570
/proc/meminfo: memFree=25411384/32770624 swapFree=0/454664
[pid=22204] ppid=22201 vsize=14202692 CPUtime=2521.44 cores=1,3,5,7
/proc/22204/stat : 22204 (java) S 22201 22204 4896 0 -1 1077944320 374346 12824 0 0 251684 452 5 3 20 0 17 0 146699427 14543556608 136529 18446744073709551615 4194304 4196468 140735656056576 140735656039120 139891525701367 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
/proc/22204/statm: 3550673 136529 3482 1 0 3539287 0
[pid=22204/tid=22254] ppid=22201 vsize=14202692 CPUtime=2436.59 cores=1,3,5,7
/proc/22204/task/22254/stat : 22254 (java) S 22201 22204 4896 0 -1 1077944384 151711 12824 0 0 243573 78 5 3 20 0 17 0 146699452 14543556608 136529 18446744073709551615 4194304 4196468 140735656056576 139891529939120 139891525711573 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
[pid=22204/tid=22255] ppid=22201 vsize=14202692 CPUtime=14.82 cores=1,3,5,7
/proc/22204/task/22255/stat : 22255 (java) S 22201 22204 4896 0 -1 1077944384 17824 12824 0 0 1412 62 5 3 20 0 17 0 146699453 14543556608 136529 18446744073709551615 4194304 4196468 140735656056576 139891460135568 139891525711573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
[pid=22204/tid=22256] ppid=22201 vsize=14202692 CPUtime=14.82 cores=1,3,5,7
/proc/22204/task/22256/stat : 22256 (java) S 22201 22204 4896 0 -1 1077944384 22582 12824 0 0 1413 61 5 3 20 0 17 0 146699453 14543556608 136529 18446744073709551615 4194304 4196468 140735656056576 139891459082768 139891525711573 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
[pid=22204/tid=22257] ppid=22201 vsize=14202692 CPUtime=14.81 cores=1,3,5,7
/proc/22204/task/22257/stat : 22257 (java) S 22201 22204 4896 0 -1 1077944384 31859 12824 0 0 1412 61 5 3 20 0 17 0 146699453 14543556608 136529 18446744073709551615 4194304 4196468 140735656056576 139891458029968 139891525711573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
[pid=22204/tid=22258] ppid=22201 vsize=14202692 CPUtime=14.8 cores=1,3,5,7
/proc/22204/task/22258/stat : 22258 (java) S 22201 22204 4896 0 -1 1077944384 21812 12824 0 0 1411 61 5 3 20 0 17 0 146699453 14543556608 136529 18446744073709551615 4194304 4196468 140735656056576 139891456977168 139891525711573 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
[pid=22204/tid=22259] ppid=22201 vsize=14202692 CPUtime=9.71 cores=1,3,5,7
/proc/22204/task/22259/stat : 22259 (java) R 22201 22204 4896 0 -1 4202560 26279 12824 0 0 878 85 5 3 20 0 17 0 146699454 14543556608 136529 18446744073709551615 4194304 4196468 140735656056576 139891003991344 139891511393067 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
[pid=22204/tid=22260] ppid=22201 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/22204/task/22260/stat : 22260 (java) S 22201 22204 4896 0 -1 1077944384 62 12824 0 0 0 0 5 3 20 0 17 0 146699455 14543556608 136529 18446744073709551615 4194304 4196468 140735656056576 139891002939024 139891525712514 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
[pid=22204/tid=22261] ppid=22201 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/22204/task/22261/stat : 22261 (java) S 22201 22204 4896 0 -1 1077944384 50 12824 0 0 0 0 5 3 20 0 17 0 146699455 14543556608 136529 18446744073709551615 4194304 4196468 140735656056576 139891001886080 139891525711573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
[pid=22204/tid=22262] ppid=22201 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/22204/task/22262/stat : 22262 (java) S 22201 22204 4896 0 -1 1077944384 112 12824 0 0 0 0 5 3 20 0 17 0 146699458 14543556608 136529 18446744073709551615 4194304 4196468 140735656056576 139891000834384 139891525719963 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
[pid=22204/tid=22263] ppid=22201 vsize=14202692 CPUtime=6.39 cores=1,3,5,7
/proc/22204/task/22263/stat : 22263 (java) S 22201 22204 4896 0 -1 1077944384 34924 12824 0 0 624 7 5 3 20 0 17 0 146699458 14543556608 136529 18446744073709551615 4194304 4196468 140735656056576 139890999781744 139891525712514 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
[pid=22204/tid=22264] ppid=22201 vsize=14202692 CPUtime=6.01 cores=1,3,5,7
/proc/22204/task/22264/stat : 22264 (java) S 22201 22204 4896 0 -1 1077944384 32992 12824 0 0 589 4 5 3 20 0 17 0 146699458 14543556608 136529 18446744073709551615 4194304 4196468 140735656056576 139890998728944 139891525712514 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
[pid=22204/tid=22265] ppid=22201 vsize=14202692 CPUtime=2.4 cores=1,3,5,7
/proc/22204/task/22265/stat : 22265 (java) S 22201 22204 4896 0 -1 1077944384 30563 12824 0 0 227 5 5 3 20 0 17 0 146699458 14543556608 136529 18446744073709551615 4194304 4196468 140735656056576 139890997675712 139891525711573 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
[pid=22204/tid=22266] ppid=22201 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/22204/task/22266/stat : 22266 (java) S 22201 22204 4896 0 -1 1077944384 3 12824 0 0 0 0 5 3 20 0 17 0 146699458 14543556608 136529 18446744073709551615 4194304 4196468 140735656056576 139890996623584 139891525711573 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
[pid=22204/tid=22267] ppid=22201 vsize=14202692 CPUtime=1.7 cores=1,3,5,7
/proc/22204/task/22267/stat : 22267 (java) S 22201 22204 4896 0 -1 1077944384 1297 12824 0 0 78 84 5 3 20 0 17 0 146699463 14543556608 136529 18446744073709551615 4194304 4196468 140735656056576 139890995571888 139891525712514 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
[pid=22204/tid=22569] ppid=22201 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/22204/task/22569/stat : 22569 (java) S 22201 22204 4896 0 -1 1077944384 97 12824 0 0 0 0 5 3 20 0 17 0 146945788 14543556608 136529 18446744073709551615 4194304 4196468 140735656056576 139890978882288 139891525711573 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
[pid=22204/tid=22570] ppid=22201 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/22204/task/22570/stat : 22570 (java) S 22201 22204 4896 0 -1 1077944384 24 12824 0 0 0 0 5 3 20 0 17 0 146945788 14543556608 136529 18446744073709551615 4194304 4196468 140735656056576 139890534806848 139891525711573 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
Current children cumulated CPU time (s) 2521.44
Current children cumulated vsize (KiB) 14202692

[startup+2464.11 s]
/proc/loadavg: 1.68 1.57 1.52 3/218 22570
/proc/meminfo: memFree=25411384/32770624 swapFree=0/454664
[pid=22204] ppid=22201 vsize=14202692 CPUtime=2521.77 cores=1,3,5,7
/proc/22204/stat : 22204 (java) S 22201 22204 4896 0 -1 1077944320 374349 12824 0 0 251717 452 5 3 20 0 17 0 146699427 14543556608 136529 18446744073709551615 4194304 4196468 140735656056576 140735656039120 139891525701367 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
/proc/22204/statm: 3550673 136529 3482 1 0 3539287 0
[pid=22204/tid=22254] ppid=22201 vsize=14202692 CPUtime=2436.59 cores=1,3,5,7
/proc/22204/task/22254/stat : 22254 (java) S 22201 22204 4896 0 -1 1077944384 151713 12824 0 0 243573 78 5 3 20 0 17 0 146699452 14543556608 136529 18446744073709551615 4194304 4196468 140735656056576 139891529939120 139891525711573 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
[pid=22204/tid=22255] ppid=22201 vsize=14202692 CPUtime=14.9 cores=1,3,5,7
/proc/22204/task/22255/stat : 22255 (java) R 22201 22204 4896 0 -1 4202560 17824 12824 0 0 1420 62 5 3 20 0 17 0 146699453 14543556608 136529 18446744073709551615 4194304 4196468 140735656056576 139891460135768 139891507297200 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
[pid=22204/tid=22256] ppid=22201 vsize=14202692 CPUtime=14.89 cores=1,3,5,7
/proc/22204/task/22256/stat : 22256 (java) R 22201 22204 4896 0 -1 4202560 22582 12824 0 0 1420 61 5 3 20 0 17 0 146699453 14543556608 136529 18446744073709551615 4194304 4196468 140735656056576 139891459082768 139891510399064 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
[pid=22204/tid=22257] ppid=22201 vsize=14202692 CPUtime=14.89 cores=1,3,5,7
/proc/22204/task/22257/stat : 22257 (java) R 22201 22204 4896 0 -1 4202560 31859 12824 0 0 1420 61 5 3 20 0 17 0 146699453 14543556608 136529 18446744073709551615 4194304 4196468 140735656056576 139891458029968 139891507348432 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
[pid=22204/tid=22258] ppid=22201 vsize=14202692 CPUtime=14.88 cores=1,3,5,7
/proc/22204/task/22258/stat : 22258 (java) R 22201 22204 4896 0 -1 4202560 21812 12824 0 0 1419 61 5 3 20 0 17 0 146699453 14543556608 136529 18446744073709551615 4194304 4196468 140735656056576 139891456977056 139891507297915 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
[pid=22204/tid=22259] ppid=22201 vsize=14202692 CPUtime=9.74 cores=1,3,5,7
/proc/22204/task/22259/stat : 22259 (java) S 22201 22204 4896 0 -1 1077944384 26279 12824 0 0 881 85 5 3 20 0 17 0 146699454 14543556608 136529 18446744073709551615 4194304 4196468 140735656056576 139891003991344 139891525711573 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
[pid=22204/tid=22260] ppid=22201 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/22204/task/22260/stat : 22260 (java) S 22201 22204 4896 0 -1 1077944384 62 12824 0 0 0 0 5 3 20 0 17 0 146699455 14543556608 136529 18446744073709551615 4194304 4196468 140735656056576 139891002939120 139891525711573 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
[pid=22204/tid=22261] ppid=22201 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/22204/task/22261/stat : 22261 (java) S 22201 22204 4896 0 -1 1077944384 50 12824 0 0 0 0 5 3 20 0 17 0 146699455 14543556608 136529 18446744073709551615 4194304 4196468 140735656056576 139891001886080 139891525711573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
[pid=22204/tid=22262] ppid=22201 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/22204/task/22262/stat : 22262 (java) S 22201 22204 4896 0 -1 1077944384 112 12824 0 0 0 0 5 3 20 0 17 0 146699458 14543556608 136529 18446744073709551615 4194304 4196468 140735656056576 139891000834384 139891525719963 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
[pid=22204/tid=22263] ppid=22201 vsize=14202692 CPUtime=6.39 cores=1,3,5,7
/proc/22204/task/22263/stat : 22263 (java) S 22201 22204 4896 0 -1 1077944384 34924 12824 0 0 624 7 5 3 20 0 17 0 146699458 14543556608 136529 18446744073709551615 4194304 4196468 140735656056576 139890999781744 139891525712514 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
[pid=22204/tid=22264] ppid=22201 vsize=14202692 CPUtime=6.01 cores=1,3,5,7
/proc/22204/task/22264/stat : 22264 (java) S 22201 22204 4896 0 -1 1077944384 32992 12824 0 0 589 4 5 3 20 0 17 0 146699458 14543556608 136529 18446744073709551615 4194304 4196468 140735656056576 139890998728944 139891525712514 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
[pid=22204/tid=22265] ppid=22201 vsize=14202692 CPUtime=2.4 cores=1,3,5,7
/proc/22204/task/22265/stat : 22265 (java) S 22201 22204 4896 0 -1 1077944384 30563 12824 0 0 227 5 5 3 20 0 17 0 146699458 14543556608 136529 18446744073709551615 4194304 4196468 140735656056576 139890997675712 139891525711573 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
[pid=22204/tid=22266] ppid=22201 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/22204/task/22266/stat : 22266 (java) S 22201 22204 4896 0 -1 1077944384 3 12824 0 0 0 0 5 3 20 0 17 0 146699458 14543556608 136529 18446744073709551615 4194304 4196468 140735656056576 139890996623584 139891525711573 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
[pid=22204/tid=22267] ppid=22201 vsize=14202692 CPUtime=1.7 cores=1,3,5,7
/proc/22204/task/22267/stat : 22267 (java) S 22201 22204 4896 0 -1 1077944384 1297 12824 0 0 78 84 5 3 20 0 17 0 146699463 14543556608 136529 18446744073709551615 4194304 4196468 140735656056576 139890995571888 139891525712514 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
[pid=22204/tid=22569] ppid=22201 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/22204/task/22569/stat : 22569 (java) S 22201 22204 4896 0 -1 1077944384 97 12824 0 0 0 0 5 3 20 0 17 0 146945788 14543556608 136529 18446744073709551615 4194304 4196468 140735656056576 139890978882288 139891525711573 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
[pid=22204/tid=22570] ppid=22201 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/22204/task/22570/stat : 22570 (java) S 22201 22204 4896 0 -1 1077944384 25 12824 0 0 0 0 5 3 20 0 17 0 146945788 14543556608 136529 18446744073709551615 4194304 4196468 140735656056576 139890534806848 139891525711573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17203200 140735656064976 140735656067761 140735656067761 140735656071119 0
Current children cumulated CPU time (s) 2521.77
Current children cumulated vsize (KiB) 14202692

Child status: 143
Real time (s): 2464.18
CPU time (s): 2521.97
CPU user time (s): 2517.42
CPU system time (s): 4.55722
CPU usage (%): 102.345
Max. virtual memory (cumulated for all children) (KiB): 14202692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.42
system time used= 4.55722
maximum resident set size= 1844764
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 387287
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2984
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 250852
involuntary context switches= 7434

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.3485 second user time and 13.7914 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-11 18:40:01
IDJOB=4261846
IDBENCH=136341
IDSOLVER=2650
FILE ID=node132/4261846-1502470466
RUNJOBID= node132-1502411403-4960
PBS_JOBID= 
Free space on /tmp= 62004 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/BinPacking/BinPacking-sum-skj1/BinPacking-sum-n4c3w4o.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4261846-1502470466/watcher-4261846-1502470466 -o /tmp/evaluation-result-4261846-1502470466/solver-4261846-1502470466 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502411403-4960 --watchdog 2580  bin/concrete HOME/instance-4261846-1502470466.xml

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

MD5SUM BENCH= ee745fcf29eade3c7f55b7e84eebe45a
RANDOM SEED=2015732647

node132.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        26226804 kB
MemAvailable:   27103148 kB
Buffers:          300420 kB
Cached:           885952 kB
SwapCached:            0 kB
Active:          5595016 kB
Inactive:         503008 kB
Active(anon):    4912616 kB
Inactive(anon):    49012 kB
Active(file):     682400 kB
Inactive(file):   453996 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24604 kB
Writeback:             8 kB
AnonPages:       4911608 kB
Mapped:            74252 kB
Shmem:             49852 kB
Slab:             138448 kB
SReclaimable:     111564 kB
SUnreclaim:        26884 kB
KernelStack:        3536 kB
PageTables:        15196 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5499000 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4657152 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61980 MiB
End job on node132 at 2017-08-11 19:21:06