Trace number 4261849

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.98 2460.4299

General information on the benchmark

NameBinPacking/BinPacking-sum-skj2/
BinPacking-sum-n2w3b3r1.xml
MD5SUM0bd2493faee791f2eedb1fd600149919
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark20085.1
Satisfiable
(Un)Satisfiability was proved
Number of variables313
Number of constraints29
Number of domains2
Minimum domain size14
Maximum domain size85
Distribution of domain sizes[{"size":14,"count":1},{"size":85,"count":312}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":299},{"degree":5,"count":13}]
Minimum constraint arity14
Maximum constraint arity312
Distribution of constraint arities[{"arity":14,"count":1},{"arity":24,"count":26},{"arity":312,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":13},{"type":"lex","count":1},{"type":"sum","count":13},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

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

pid=28977
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 1.31 1.43 1.47 2/200 28980
/proc/meminfo: memFree=25952912/32770624 swapFree=0/469080
[pid=28980] ppid=28977 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/28980/stat : 28980 (runsolver) D 28977 28980 13007 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 89266800 24240128 106 18446744073709551615 4194304 4338465 140729470875712 140729470873352 140215395160791 0 0 1 24578 18446744071580418449 0 0 17 6 0 0 0 0 0 6438912 6441760 33730560 140729470882000 140729470882377 140729470882377 140729470885834 0
/proc/28980/statm: 5918 106 53 36 0 2156 0

[startup+0.100166 s]
/proc/loadavg: 1.31 1.43 1.47 2/200 28980
/proc/meminfo: memFree=25952912/32770624 swapFree=0/469080
[pid=28980] ppid=28977 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/28980/stat : 28980 (bash) S 28977 28980 13007 0 -1 4202496 891 6483 0 0 0 0 0 1 20 0 1 0 89266800 9867264 377 18446744073709551615 4194304 5098028 140723127890432 140723127884440 140246382820352 0 0 5 65536 18446744071580971376 0 0 17 2 0 0 7 0 0 7196144 7232144 13901824 140723127894548 140723127894633 140723127894633 140723127898090 0
/proc/28980/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.200327 s]
/proc/loadavg: 1.31 1.43 1.47 2/200 28980
/proc/meminfo: memFree=25952912/32770624 swapFree=0/469080
[pid=28980] ppid=28977 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/28980/stat : 28980 (bash) S 28977 28980 13007 0 -1 4202496 891 6483 0 0 0 0 0 1 20 0 1 0 89266800 9867264 377 18446744073709551615 4194304 5098028 140723127890432 140723127884440 140246382820352 0 0 5 65536 18446744071580971376 0 0 17 2 0 0 7 0 0 7196144 7232144 13901824 140723127894548 140723127894633 140723127894633 140723127898090 0
/proc/28980/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300347 s]
/proc/loadavg: 1.31 1.43 1.47 2/200 28980
/proc/meminfo: memFree=25952912/32770624 swapFree=0/469080
[pid=28980] ppid=28977 vsize=13907308 CPUtime=0.14 cores=0,2,4,6
/proc/28980/stat : 28980 (java) S 28977 28980 13007 0 -1 1077944320 5872 12368 0 0 5 1 5 3 20 0 14 0 89266800 14241083392 5540 18446744073709551615 4194304 4196468 140736777303408 140736777285952 140621262380791 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 7 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
/proc/28980/statm: 3476827 5540 2560 1 0 3466324 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 13907308

[startup+0.700298 s]
/proc/loadavg: 1.31 1.43 1.47 2/200 28980
/proc/meminfo: memFree=25952912/32770624 swapFree=0/469080
[pid=28980] ppid=28977 vsize=13974784 CPUtime=0.7 cores=0,2,4,6
/proc/28980/stat : 28980 (java) S 28977 28980 13007 0 -1 1077944320 14048 12368 0 0 58 4 5 3 20 0 15 0 89266800 14310178816 14985 18446744073709551615 4194304 4196468 140736777303408 140736777285952 140621262380791 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 7 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
/proc/28980/statm: 3493696 14985 3129 1 0 3482965 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 13974784

[startup+1.50062 s]
/proc/loadavg: 1.37 1.44 1.48 3/215 29043
/proc/meminfo: memFree=25857816/32770624 swapFree=0/469112
[pid=28980] ppid=28977 vsize=13985408 CPUtime=1.9 cores=0,2,4,6
/proc/28980/stat : 28980 (java) S 28977 28980 13007 0 -1 1077944320 29591 12368 0 0 174 8 5 3 20 0 15 0 89266800 14321057792 40220 18446744073709551615 4194304 4196468 140736777303408 140736777285952 140621262380791 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 7 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
/proc/28980/statm: 3496352 40220 3374 1 0 3485525 0
[pid=28980/tid=29030] ppid=28977 vsize=13985408 CPUtime=1.3 cores=0,2,4,6
/proc/28980/task/29030/stat : 29030 (java) S 28977 28980 13007 0 -1 1077944384 22734 12368 0 0 117 5 5 3 20 0 15 0 89266822 14321057792 40220 18446744073709551615 4194304 4196468 140736777303408 140621266603184 140621262390997 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
[pid=28980/tid=29031] ppid=28977 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/28980/task/29031/stat : 29031 (java) S 28977 28980 13007 0 -1 1077944384 40 12368 0 0 0 0 5 3 20 0 15 0 89266822 14321057792 40220 18446744073709551615 4194304 4196468 140736777303408 140621196814992 140621262390997 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
[pid=28980/tid=29032] ppid=28977 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/28980/task/29032/stat : 29032 (java) S 28977 28980 13007 0 -1 1077944384 43 12368 0 0 0 0 5 3 20 0 15 0 89266822 14321057792 40220 18446744073709551615 4194304 4196468 140736777303408 140621195762192 140621262390997 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
[pid=28980/tid=29033] ppid=28977 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/28980/task/29033/stat : 29033 (java) S 28977 28980 13007 0 -1 1077944384 197 12368 0 0 0 0 5 3 20 0 15 0 89266822 14321057792 40220 18446744073709551615 4194304 4196468 140736777303408 140621194709392 140621262390997 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
[pid=28980/tid=29034] ppid=28977 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/28980/task/29034/stat : 29034 (java) S 28977 28980 13007 0 -1 1077944384 67 12368 0 0 0 0 5 3 20 0 15 0 89266822 14321057792 40220 18446744073709551615 4194304 4196468 140736777303408 140621193656592 140621262390997 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
[pid=28980/tid=29035] ppid=28977 vsize=13985408 CPUtime=0.09 cores=0,2,4,6
/proc/28980/task/29035/stat : 29035 (java) R 28977 28980 13007 0 -1 4202560 1328 12368 0 0 1 0 5 3 20 0 15 0 89266824 14321057792 40220 18446744073709551615 4194304 4196468 140736777303408 140620740379840 140621247376859 0 0 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
[pid=28980/tid=29036] ppid=28977 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/28980/task/29036/stat : 29036 (java) S 28977 28980 13007 0 -1 1077944384 33 12368 0 0 0 0 5 3 20 0 15 0 89266824 14321057792 40220 18446744073709551615 4194304 4196468 140736777303408 140620739327520 140621262390997 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
[pid=28980/tid=29037] ppid=28977 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/28980/task/29037/stat : 29037 (java) S 28977 28980 13007 0 -1 1077944384 21 12368 0 0 0 0 5 3 20 0 15 0 89266824 14321057792 40220 18446744073709551615 4194304 4196468 140736777303408 140620738274672 140621262390997 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
[pid=28980/tid=29038] ppid=28977 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/28980/task/29038/stat : 29038 (java) S 28977 28980 13007 0 -1 1077944384 3 12368 0 0 0 0 5 3 20 0 15 0 89266827 14321057792 40220 18446744073709551615 4194304 4196468 140736777303408 140620737222992 140621262399387 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
[pid=28980/tid=29039] ppid=28977 vsize=13985408 CPUtime=0.23 cores=0,2,4,6
/proc/28980/task/29039/stat : 29039 (java) S 28977 28980 13007 0 -1 1077944384 1036 12368 0 0 15 0 5 3 20 0 15 0 89266827 14321057792 40220 18446744073709551615 4194304 4196468 140736777303408 140620736170352 140621262391938 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
[pid=28980/tid=29040] ppid=28977 vsize=13985408 CPUtime=0.23 cores=0,2,4,6
/proc/28980/task/29040/stat : 29040 (java) S 28977 28980 13007 0 -1 1077944384 599 12368 0 0 15 0 5 3 20 0 15 0 89266827 14321057792 40220 18446744073709551615 4194304 4196468 140736777303408 140620735117552 140621262391938 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
[pid=28980/tid=29041] ppid=28977 vsize=13985408 CPUtime=0.31 cores=0,2,4,6
/proc/28980/task/29041/stat : 29041 (java) S 28977 28980 13007 0 -1 1077944384 1327 12368 0 0 23 0 5 3 20 0 15 0 89266827 14321057792 40220 18446744073709551615 4194304 4196468 140736777303408 140620734060624 140621262390997 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
[pid=28980/tid=29042] ppid=28977 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/28980/task/29042/stat : 29042 (java) S 28977 28980 13007 0 -1 1077944384 3 12368 0 0 0 0 5 3 20 0 15 0 89266827 14321057792 40220 18446744073709551615 4194304 4196468 140736777303408 140620733012192 140621262390997 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
[pid=28980/tid=29043] ppid=28977 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/28980/task/29043/stat : 29043 (java) S 28977 28980 13007 0 -1 1077944384 10 12368 0 0 0 0 5 3 20 0 15 0 89266831 14321057792 40220 18446744073709551615 4194304 4196468 140736777303408 140620731960496 140621262391938 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
Current children cumulated CPU time (s) 1.9
Current children cumulated vsize (KiB) 13985408

[startup+3.1009 s]
/proc/loadavg: 1.37 1.44 1.48 5/215 29043
/proc/meminfo: memFree=25782124/32770624 swapFree=0/469112
[pid=28980] ppid=28977 vsize=13997884 CPUtime=6.34 cores=0,2,4,6
/proc/28980/stat : 28980 (java) S 28977 28980 13007 0 -1 1077944320 44461 12368 0 0 612 14 5 3 20 0 15 0 89266800 14333833216 59049 18446744073709551615 4194304 4196468 140736777303408 140736777285952 140621262380791 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 7 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
/proc/28980/statm: 3499471 59049 3451 1 0 3488085 0
[pid=28980/tid=29030] ppid=28977 vsize=13997884 CPUtime=2.87 cores=0,2,4,6
/proc/28980/task/29030/stat : 29030 (java) R 28977 28980 13007 0 -1 4202560 30301 12368 0 0 271 8 5 3 20 0 15 0 89266822 14333833216 59049 18446744073709551615 4194304 4196468 140736777303408 140621266612848 140620873372688 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
[pid=28980/tid=29031] ppid=28977 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/28980/task/29031/stat : 29031 (java) S 28977 28980 13007 0 -1 1077944384 46 12368 0 0 0 0 5 3 20 0 15 0 89266822 14333833216 59049 18446744073709551615 4194304 4196468 140736777303408 140621196814992 140621262390997 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
[pid=28980/tid=29032] ppid=28977 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/28980/task/29032/stat : 29032 (java) S 28977 28980 13007 0 -1 1077944384 43 12368 0 0 1 0 5 3 20 0 15 0 89266822 14333833216 59049 18446744073709551615 4194304 4196468 140736777303408 140621195762192 140621262390997 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
[pid=28980/tid=29033] ppid=28977 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/28980/task/29033/stat : 29033 (java) S 28977 28980 13007 0 -1 1077944384 197 12368 0 0 0 0 5 3 20 0 15 0 89266822 14333833216 59049 18446744073709551615 4194304 4196468 140736777303408 140621194709392 140621262390997 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
[pid=28980/tid=29034] ppid=28977 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/28980/task/29034/stat : 29034 (java) S 28977 28980 13007 0 -1 1077944384 69 12368 0 0 1 0 5 3 20 0 15 0 89266822 14333833216 59049 18446744073709551615 4194304 4196468 140736777303408 140621193656592 140621262390997 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
[pid=28980/tid=29035] ppid=28977 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/28980/task/29035/stat : 29035 (java) S 28977 28980 13007 0 -1 1077944384 1523 12368 0 0 1 0 5 3 20 0 15 0 89266824 14333833216 59049 18446744073709551615 4194304 4196468 140736777303408 140620740381552 140621262391938 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
[pid=28980/tid=29036] ppid=28977 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/28980/task/29036/stat : 29036 (java) S 28977 28980 13007 0 -1 1077944384 56 12368 0 0 0 0 5 3 20 0 15 0 89266824 14333833216 59049 18446744073709551615 4194304 4196468 140736777303408 140620739327520 140621262390997 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
[pid=28980/tid=29037] ppid=28977 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/28980/task/29037/stat : 29037 (java) S 28977 28980 13007 0 -1 1077944384 45 12368 0 0 0 0 5 3 20 0 15 0 89266824 14333833216 59049 18446744073709551615 4194304 4196468 140736777303408 140620738274672 140621262390997 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
[pid=28980/tid=29038] ppid=28977 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/28980/task/29038/stat : 29038 (java) S 28977 28980 13007 0 -1 1077944384 3 12368 0 0 0 0 5 3 20 0 15 0 89266827 14333833216 59049 18446744073709551615 4194304 4196468 140736777303408 140620737222992 140621262399387 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
[pid=28980/tid=29039] ppid=28977 vsize=13997884 CPUtime=1.13 cores=0,2,4,6
/proc/28980/task/29039/stat : 29039 (java) R 28977 28980 13007 0 -1 4202560 2548 12368 0 0 105 0 5 3 20 0 15 0 89266827 14333833216 59049 18446744073709551615 4194304 4196468 140736777303408 140620736151568 140621246283892 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
[pid=28980/tid=29040] ppid=28977 vsize=13997884 CPUtime=1.34 cores=0,2,4,6
/proc/28980/task/29040/stat : 29040 (java) R 28977 28980 13007 0 -1 4202560 4032 12368 0 0 125 1 5 3 20 0 15 0 89266827 14333833216 59049 18446744073709551615 4194304 4196468 140736777303408 140620735110744 140621243754310 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
[pid=28980/tid=29041] ppid=28977 vsize=13997884 CPUtime=1.13 cores=0,2,4,6
/proc/28980/task/29041/stat : 29041 (java) S 28977 28980 13007 0 -1 1077944384 3433 12368 0 0 103 2 5 3 20 0 15 0 89266827 14333833216 59049 18446744073709551615 4194304 4196468 140736777303408 140620734064752 140621262391938 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
[pid=28980/tid=29042] ppid=28977 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/28980/task/29042/stat : 29042 (java) S 28977 28980 13007 0 -1 1077944384 3 12368 0 0 0 0 5 3 20 0 15 0 89266827 14333833216 59049 18446744073709551615 4194304 4196468 140736777303408 140620733012192 140621262390997 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
[pid=28980/tid=29043] ppid=28977 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/28980/task/29043/stat : 29043 (java) S 28977 28980 13007 0 -1 1077944384 12 12368 0 0 0 0 5 3 20 0 15 0 89266831 14333833216 59049 18446744073709551615 4194304 4196468 140736777303408 140620731960496 140621262391938 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
Current children cumulated CPU time (s) 6.34
Current children cumulated vsize (KiB) 13997884

[startup+6.30067 s]
/proc/loadavg: 1.50 1.46 1.49 3/215 29043
/proc/meminfo: memFree=25585720/32770624 swapFree=0/469112
[pid=28980] ppid=28977 vsize=14069564 CPUtime=14.29 cores=0,2,4,6
/proc/28980/stat : 28980 (java) S 28977 28980 13007 0 -1 1077944320 70483 12368 0 0 1393 28 5 3 20 0 15 0 89266800 14407233536 115509 18446744073709551615 4194304 4196468 140736777303408 140736777285952 140621262380791 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 7 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
/proc/28980/statm: 3517391 115509 3475 1 0 3506005 0
[pid=28980/tid=29030] ppid=28977 vsize=14069564 CPUtime=5.94 cores=0,2,4,6
/proc/28980/task/29030/stat : 29030 (java) R 28977 28980 13007 0 -1 4202560 45461 12368 0 0 573 13 5 3 20 0 15 0 89266822 14407233536 115509 18446744073709551615 4194304 4196468 140736777303408 140621266614880 140620887800216 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
[pid=28980/tid=29031] ppid=28977 vsize=14069564 CPUtime=0.17 cores=0,2,4,6
/proc/28980/task/29031/stat : 29031 (java) S 28977 28980 13007 0 -1 1077944384 143 12368 0 0 8 1 5 3 20 0 15 0 89266822 14407233536 115509 18446744073709551615 4194304 4196468 140736777303408 140621196814992 140621262390997 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
[pid=28980/tid=29032] ppid=28977 vsize=14069564 CPUtime=0.17 cores=0,2,4,6
/proc/28980/task/29032/stat : 29032 (java) S 28977 28980 13007 0 -1 1077944384 281 12368 0 0 8 1 5 3 20 0 15 0 89266822 14407233536 115509 18446744073709551615 4194304 4196468 140736777303408 140621195762192 140621262390997 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
[pid=28980/tid=29033] ppid=28977 vsize=14069564 CPUtime=0.16 cores=0,2,4,6
/proc/28980/task/29033/stat : 29033 (java) S 28977 28980 13007 0 -1 1077944384 620 12368 0 0 7 1 5 3 20 0 15 0 89266822 14407233536 115509 18446744073709551615 4194304 4196468 140736777303408 140621194709392 140621262390997 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
[pid=28980/tid=29034] ppid=28977 vsize=14069564 CPUtime=0.16 cores=0,2,4,6
/proc/28980/task/29034/stat : 29034 (java) S 28977 28980 13007 0 -1 1077944384 208 12368 0 0 6 2 5 3 20 0 15 0 89266822 14407233536 115509 18446744073709551615 4194304 4196468 140736777303408 140621193656592 140621262390997 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
[pid=28980/tid=29035] ppid=28977 vsize=14069564 CPUtime=0.12 cores=0,2,4,6
/proc/28980/task/29035/stat : 29035 (java) S 28977 28980 13007 0 -1 1077944384 3004 12368 0 0 4 0 5 3 20 0 15 0 89266824 14407233536 115509 18446744073709551615 4194304 4196468 140736777303408 140620740381552 140621262391938 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
[pid=28980/tid=29036] ppid=28977 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/28980/task/29036/stat : 29036 (java) S 28977 28980 13007 0 -1 1077944384 56 12368 0 0 0 0 5 3 20 0 15 0 89266824 14407233536 115509 18446744073709551615 4194304 4196468 140736777303408 140620739327584 140621262390997 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
[pid=28980/tid=29037] ppid=28977 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/28980/task/29037/stat : 29037 (java) S 28977 28980 13007 0 -1 1077944384 45 12368 0 0 0 0 5 3 20 0 15 0 89266824 14407233536 115509 18446744073709551615 4194304 4196468 140736777303408 140620738274688 140621262390997 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
[pid=28980/tid=29038] ppid=28977 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/28980/task/29038/stat : 29038 (java) S 28977 28980 13007 0 -1 1077944384 3 12368 0 0 0 0 5 3 20 0 15 0 89266827 14407233536 115509 18446744073709551615 4194304 4196468 140736777303408 140620737222992 140621262399387 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
[pid=28980/tid=29039] ppid=28977 vsize=14069564 CPUtime=3.06 cores=0,2,4,6
/proc/28980/task/29039/stat : 29039 (java) S 28977 28980 13007 0 -1 1077944384 4453 12368 0 0 298 0 5 3 20 0 15 0 89266827 14407233536 115509 18446744073709551615 4194304 4196468 140736777303408 140620736170352 140621262391938 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
[pid=28980/tid=29040] ppid=28977 vsize=14069564 CPUtime=3.21 cores=0,2,4,6
/proc/28980/task/29040/stat : 29040 (java) S 28977 28980 13007 0 -1 1077944384 6762 12368 0 0 311 2 5 3 20 0 15 0 89266827 14407233536 115509 18446744073709551615 4194304 4196468 140736777303408 140620735117552 140621262391938 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
[pid=28980/tid=29041] ppid=28977 vsize=14069564 CPUtime=1.82 cores=0,2,4,6
/proc/28980/task/29041/stat : 29041 (java) S 28977 28980 13007 0 -1 1077944384 5609 12368 0 0 172 2 5 3 20 0 15 0 89266827 14407233536 115509 18446744073709551615 4194304 4196468 140736777303408 140620734064752 140621262391938 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
[pid=28980/tid=29042] ppid=28977 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/28980/task/29042/stat : 29042 (java) S 28977 28980 13007 0 -1 1077944384 3 12368 0 0 0 0 5 3 20 0 15 0 89266827 14407233536 115509 18446744073709551615 4194304 4196468 140736777303408 140620733012192 140621262390997 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
[pid=28980/tid=29043] ppid=28977 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/28980/task/29043/stat : 29043 (java) S 28977 28980 13007 0 -1 1077944384 1685 12368 0 0 0 0 5 3 20 0 15 0 89266831 14407233536 115509 18446744073709551615 4194304 4196468 140736777303408 140620731960496 140621262391938 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
Current children cumulated CPU time (s) 14.29
Current children cumulated vsize (KiB) 14069564

[startup+12.7008 s]
/proc/loadavg: 1.62 1.49 1.49 3/215 29043
/proc/meminfo: memFree=24982960/32770624 swapFree=0/469108
[pid=28980] ppid=28977 vsize=14069564 CPUtime=22.03 cores=0,2,4,6
/proc/28980/stat : 28980 (java) S 28977 28980 13007 0 -1 1077944320 78233 12368 0 0 2150 45 5 3 20 0 15 0 89266800 14407233536 247594 18446744073709551615 4194304 4196468 140736777303408 140736777285952 140621262380791 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 7 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
/proc/28980/statm: 3517391 247594 3479 1 0 3506005 0
[pid=28980/tid=29030] ppid=28977 vsize=14069564 CPUtime=12.27 cores=0,2,4,6
/proc/28980/task/29030/stat : 29030 (java) R 28977 28980 13007 0 -1 4202560 46017 12368 0 0 1199 20 5 3 20 0 15 0 89266822 14407233536 247594 18446744073709551615 4194304 4196468 140736777303408 140621266614552 140620886811491 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
[pid=28980/tid=29031] ppid=28977 vsize=14069564 CPUtime=0.23 cores=0,2,4,6
/proc/28980/task/29031/stat : 29031 (java) S 28977 28980 13007 0 -1 1077944384 173 12368 0 0 12 3 5 3 20 0 15 0 89266822 14407233536 247594 18446744073709551615 4194304 4196468 140736777303408 140621196814992 140621262390997 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
[pid=28980/tid=29032] ppid=28977 vsize=14069564 CPUtime=0.23 cores=0,2,4,6
/proc/28980/task/29032/stat : 29032 (java) S 28977 28980 13007 0 -1 1077944384 313 12368 0 0 12 3 5 3 20 0 15 0 89266822 14407233536 247594 18446744073709551615 4194304 4196468 140736777303408 140621195762192 140621262390997 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
[pid=28980/tid=29033] ppid=28977 vsize=14069564 CPUtime=0.22 cores=0,2,4,6
/proc/28980/task/29033/stat : 29033 (java) S 28977 28980 13007 0 -1 1077944384 651 12368 0 0 11 3 5 3 20 0 15 0 89266822 14407233536 247594 18446744073709551615 4194304 4196468 140736777303408 140621194709392 140621262390997 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
[pid=28980/tid=29034] ppid=28977 vsize=14069564 CPUtime=0.22 cores=0,2,4,6
/proc/28980/task/29034/stat : 29034 (java) S 28977 28980 13007 0 -1 1077944384 244 12368 0 0 10 4 5 3 20 0 15 0 89266822 14407233536 247594 18446744073709551615 4194304 4196468 140736777303408 140621193656592 140621262390997 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
[pid=28980/tid=29035] ppid=28977 vsize=14069564 CPUtime=0.13 cores=0,2,4,6
/proc/28980/task/29035/stat : 29035 (java) S 28977 28980 13007 0 -1 1077944384 3288 12368 0 0 5 0 5 3 20 0 15 0 89266824 14407233536 247594 18446744073709551615 4194304 4196468 140736777303408 140620740381552 140621262391938 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
[pid=28980/tid=29036] ppid=28977 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/28980/task/29036/stat : 29036 (java) S 28977 28980 13007 0 -1 1077944384 56 12368 0 0 0 0 5 3 20 0 15 0 89266824 14407233536 247594 18446744073709551615 4194304 4196468 140736777303408 140620739327584 140621262390997 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
[pid=28980/tid=29037] ppid=28977 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/28980/task/29037/stat : 29037 (java) S 28977 28980 13007 0 -1 1077944384 45 12368 0 0 0 0 5 3 20 0 15 0 89266824 14407233536 247594 18446744073709551615 4194304 4196468 140736777303408 140620738274688 140621262390997 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
[pid=28980/tid=29038] ppid=28977 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/28980/task/29038/stat : 29038 (java) S 28977 28980 13007 0 -1 1077944384 3 12368 0 0 0 0 5 3 20 0 15 0 89266827 14407233536 247594 18446744073709551615 4194304 4196468 140736777303408 140620737222992 140621262399387 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0

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

/proc/28980/task/29042/stat : 29042 (java) S 28977 28980 13007 0 -1 1077944384 3 12368 0 0 0 0 5 3 20 0 15 0 89266827 14407233536 358450 18446744073709551615 4194304 4196468 140736777303408 140620733012192 140621262390997 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
[pid=28980/tid=29043] ppid=28977 vsize=14069564 CPUtime=1.55 cores=0,2,4,6
/proc/28980/task/29043/stat : 29043 (java) S 28977 28980 13007 0 -1 1077944384 3783 12368 0 0 73 74 5 3 20 0 15 0 89266831 14407233536 358450 18446744073709551615 4194304 4196468 140736777303408 140620731960496 140621262391938 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
Current children cumulated CPU time (s) 2379.75
Current children cumulated vsize (KiB) 14069564

[startup+2382.3 s]
/proc/loadavg: 1.24 1.33 1.39 3/216 29341
/proc/meminfo: memFree=28361356/32770624 swapFree=0/469744
[pid=28980] ppid=28977 vsize=14069564 CPUtime=2440.81 cores=0,2,4,6
/proc/28980/stat : 28980 (java) S 28977 28980 13007 0 -1 1077944320 609042 12368 0 0 243664 409 5 3 20 0 15 0 89266800 14407233536 358320 18446744073709551615 4194304 4196468 140736777303408 140736777285952 140621262380791 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 7 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
/proc/28980/statm: 3517391 358320 3479 1 0 3506005 0
[pid=28980/tid=29030] ppid=28977 vsize=14069564 CPUtime=2355.89 cores=0,2,4,6
/proc/28980/task/29030/stat : 29030 (java) R 28977 28980 13007 0 -1 4202560 119792 12368 0 0 235513 68 5 3 20 0 15 0 89266822 14407233536 358320 18446744073709551615 4194304 4196468 140736777303408 140621266615232 140620886811581 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
[pid=28980/tid=29031] ppid=28977 vsize=14069564 CPUtime=13.12 cores=0,2,4,6
/proc/28980/task/29031/stat : 29031 (java) S 28977 28980 13007 0 -1 1077944384 24089 12368 0 0 1246 58 5 3 20 0 15 0 89266822 14407233536 358320 18446744073709551615 4194304 4196468 140736777303408 140621196814992 140621262390997 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
[pid=28980/tid=29032] ppid=28977 vsize=14069564 CPUtime=13.09 cores=0,2,4,6
/proc/28980/task/29032/stat : 29032 (java) S 28977 28980 13007 0 -1 1077944384 26972 12368 0 0 1243 58 5 3 20 0 15 0 89266822 14407233536 358320 18446744073709551615 4194304 4196468 140736777303408 140621195762192 140621262390997 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
[pid=28980/tid=29033] ppid=28977 vsize=14069564 CPUtime=13.16 cores=0,2,4,6
/proc/28980/task/29033/stat : 29033 (java) S 28977 28980 13007 0 -1 1077944384 30079 12368 0 0 1247 61 5 3 20 0 15 0 89266822 14407233536 358320 18446744073709551615 4194304 4196468 140736777303408 140621194709392 140621262390997 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
[pid=28980/tid=29034] ppid=28977 vsize=14069564 CPUtime=13.14 cores=0,2,4,6
/proc/28980/task/29034/stat : 29034 (java) S 28977 28980 13007 0 -1 1077944384 26848 12368 0 0 1248 58 5 3 20 0 15 0 89266822 14407233536 358320 18446744073709551615 4194304 4196468 140736777303408 140621193656592 140621262390997 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
[pid=28980/tid=29035] ppid=28977 vsize=14069564 CPUtime=10.92 cores=0,2,4,6
/proc/28980/task/29035/stat : 29035 (java) S 28977 28980 13007 0 -1 1077944384 21754 12368 0 0 1026 58 5 3 20 0 15 0 89266824 14407233536 358320 18446744073709551615 4194304 4196468 140736777303408 140620740381552 140621262391938 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
[pid=28980/tid=29036] ppid=28977 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/28980/task/29036/stat : 29036 (java) S 28977 28980 13007 0 -1 1077944384 56 12368 0 0 0 0 5 3 20 0 15 0 89266824 14407233536 358320 18446744073709551615 4194304 4196468 140736777303408 140620739327584 140621262390997 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
[pid=28980/tid=29037] ppid=28977 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/28980/task/29037/stat : 29037 (java) S 28977 28980 13007 0 -1 1077944384 45 12368 0 0 0 0 5 3 20 0 15 0 89266824 14407233536 358320 18446744073709551615 4194304 4196468 140736777303408 140620738274688 140621262390997 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
[pid=28980/tid=29038] ppid=28977 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/28980/task/29038/stat : 29038 (java) S 28977 28980 13007 0 -1 1077944384 3 12368 0 0 0 0 5 3 20 0 15 0 89266827 14407233536 358320 18446744073709551615 4194304 4196468 140736777303408 140620737222992 140621262399387 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
[pid=28980/tid=29039] ppid=28977 vsize=14069564 CPUtime=8.34 cores=0,2,4,6
/proc/28980/task/29039/stat : 29039 (java) S 28977 28980 13007 0 -1 1077944384 111956 12368 0 0 815 11 5 3 20 0 15 0 89266827 14407233536 358320 18446744073709551615 4194304 4196468 140736777303408 140620736170352 140621262391938 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
[pid=28980/tid=29040] ppid=28977 vsize=14069564 CPUtime=8.2 cores=0,2,4,6
/proc/28980/task/29040/stat : 29040 (java) S 28977 28980 13007 0 -1 1077944384 125179 12368 0 0 799 13 5 3 20 0 15 0 89266827 14407233536 358320 18446744073709551615 4194304 4196468 140736777303408 140620735117552 140621262391938 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
[pid=28980/tid=29041] ppid=28977 vsize=14069564 CPUtime=3.98 cores=0,2,4,6
/proc/28980/task/29041/stat : 29041 (java) S 28977 28980 13007 0 -1 1077944384 116323 12368 0 0 380 10 5 3 20 0 15 0 89266827 14407233536 358320 18446744073709551615 4194304 4196468 140736777303408 140620734064752 140621262391938 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
[pid=28980/tid=29042] ppid=28977 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/28980/task/29042/stat : 29042 (java) S 28977 28980 13007 0 -1 1077944384 3 12368 0 0 0 0 5 3 20 0 15 0 89266827 14407233536 358320 18446744073709551615 4194304 4196468 140736777303408 140620733012192 140621262390997 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
[pid=28980/tid=29043] ppid=28977 vsize=14069564 CPUtime=1.59 cores=0,2,4,6
/proc/28980/task/29043/stat : 29043 (java) S 28977 28980 13007 0 -1 1077944384 3793 12368 0 0 75 76 5 3 20 0 15 0 89266831 14407233536 358320 18446744073709551615 4194304 4196468 140736777303408 140620731960496 140621262391938 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
Current children cumulated CPU time (s) 2440.81
Current children cumulated vsize (KiB) 14069564

[startup+2442.3 s]
/proc/loadavg: 1.24 1.30 1.38 5/215 29343
/proc/meminfo: memFree=28362212/32770624 swapFree=0/469756
[pid=28980] ppid=28977 vsize=14069564 CPUtime=2501.91 cores=0,2,4,6
/proc/28980/stat : 28980 (java) S 28977 28980 13007 0 -1 1077944320 611314 12368 0 0 249767 416 5 3 20 0 15 0 89266800 14407233536 358063 18446744073709551615 4194304 4196468 140736777303408 140736777285952 140621262380791 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 7 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
/proc/28980/statm: 3517391 358063 3479 1 0 3506005 0
[pid=28980/tid=29030] ppid=28977 vsize=14069564 CPUtime=2415.23 cores=0,2,4,6
/proc/28980/task/29030/stat : 29030 (java) R 28977 28980 13007 0 -1 4202560 120855 12368 0 0 241446 69 5 3 20 0 15 0 89266822 14407233536 358063 18446744073709551615 4194304 4196468 140736777303408 140621266614896 140620885992160 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
[pid=28980/tid=29031] ppid=28977 vsize=14069564 CPUtime=13.48 cores=0,2,4,6
/proc/28980/task/29031/stat : 29031 (java) S 28977 28980 13007 0 -1 1077944384 24398 12368 0 0 1281 59 5 3 20 0 15 0 89266822 14407233536 358063 18446744073709551615 4194304 4196468 140736777303408 140621196814992 140621262390997 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
[pid=28980/tid=29032] ppid=28977 vsize=14069564 CPUtime=13.45 cores=0,2,4,6
/proc/28980/task/29032/stat : 29032 (java) S 28977 28980 13007 0 -1 1077944384 27126 12368 0 0 1278 59 5 3 20 0 15 0 89266822 14407233536 358063 18446744073709551615 4194304 4196468 140736777303408 140621195762192 140621262390997 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
[pid=28980/tid=29033] ppid=28977 vsize=14069564 CPUtime=13.52 cores=0,2,4,6
/proc/28980/task/29033/stat : 29033 (java) S 28977 28980 13007 0 -1 1077944384 30237 12368 0 0 1282 62 5 3 20 0 15 0 89266822 14407233536 358063 18446744073709551615 4194304 4196468 140736777303408 140621194709392 140621262390997 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
[pid=28980/tid=29034] ppid=28977 vsize=14069564 CPUtime=13.5 cores=0,2,4,6
/proc/28980/task/29034/stat : 29034 (java) S 28977 28980 13007 0 -1 1077944384 27037 12368 0 0 1283 59 5 3 20 0 15 0 89266822 14407233536 358063 18446744073709551615 4194304 4196468 140736777303408 140621193656592 140621262390997 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
[pid=28980/tid=29035] ppid=28977 vsize=14069564 CPUtime=11.2 cores=0,2,4,6
/proc/28980/task/29035/stat : 29035 (java) S 28977 28980 13007 0 -1 1077944384 22121 12368 0 0 1052 60 5 3 20 0 15 0 89266824 14407233536 358063 18446744073709551615 4194304 4196468 140736777303408 140620740381552 140621262391938 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
[pid=28980/tid=29036] ppid=28977 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/28980/task/29036/stat : 29036 (java) S 28977 28980 13007 0 -1 1077944384 56 12368 0 0 0 0 5 3 20 0 15 0 89266824 14407233536 358063 18446744073709551615 4194304 4196468 140736777303408 140620739327584 140621262390997 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
[pid=28980/tid=29037] ppid=28977 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/28980/task/29037/stat : 29037 (java) S 28977 28980 13007 0 -1 1077944384 45 12368 0 0 0 0 5 3 20 0 15 0 89266824 14407233536 358063 18446744073709551615 4194304 4196468 140736777303408 140620738274688 140621262390997 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
[pid=28980/tid=29038] ppid=28977 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/28980/task/29038/stat : 29038 (java) S 28977 28980 13007 0 -1 1077944384 3 12368 0 0 0 0 5 3 20 0 15 0 89266827 14407233536 358063 18446744073709551615 4194304 4196468 140736777303408 140620737222992 140621262399387 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
[pid=28980/tid=29039] ppid=28977 vsize=14069564 CPUtime=8.34 cores=0,2,4,6
/proc/28980/task/29039/stat : 29039 (java) S 28977 28980 13007 0 -1 1077944384 111958 12368 0 0 815 11 5 3 20 0 15 0 89266827 14407233536 358063 18446744073709551615 4194304 4196468 140736777303408 140620736170352 140621262391938 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
[pid=28980/tid=29040] ppid=28977 vsize=14069564 CPUtime=8.2 cores=0,2,4,6
/proc/28980/task/29040/stat : 29040 (java) S 28977 28980 13007 0 -1 1077944384 125181 12368 0 0 799 13 5 3 20 0 15 0 89266827 14407233536 358063 18446744073709551615 4194304 4196468 140736777303408 140620735117552 140621262391938 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
[pid=28980/tid=29041] ppid=28977 vsize=14069564 CPUtime=3.98 cores=0,2,4,6
/proc/28980/task/29041/stat : 29041 (java) S 28977 28980 13007 0 -1 1077944384 116325 12368 0 0 380 10 5 3 20 0 15 0 89266827 14407233536 358063 18446744073709551615 4194304 4196468 140736777303408 140620734064752 140621262391938 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
[pid=28980/tid=29042] ppid=28977 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/28980/task/29042/stat : 29042 (java) S 28977 28980 13007 0 -1 1077944384 3 12368 0 0 0 0 5 3 20 0 15 0 89266827 14407233536 358063 18446744073709551615 4194304 4196468 140736777303408 140620733012192 140621262390997 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
[pid=28980/tid=29043] ppid=28977 vsize=14069564 CPUtime=1.62 cores=0,2,4,6
/proc/28980/task/29043/stat : 29043 (java) S 28977 28980 13007 0 -1 1077944384 3819 12368 0 0 76 78 5 3 20 0 15 0 89266831 14407233536 358063 18446744073709551615 4194304 4196468 140736777303408 140620731960496 140621262391938 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
Current children cumulated CPU time (s) 2501.91
Current children cumulated vsize (KiB) 14069564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2460.1 s]
/proc/loadavg: 1.27 1.31 1.38 3/215 29343
/proc/meminfo: memFree=28362220/32770624 swapFree=0/469756
[pid=28980] ppid=28977 vsize=14069564 CPUtime=2520.02 cores=0,2,4,6
/proc/28980/stat : 28980 (java) S 28977 28980 13007 0 -1 1077944320 611656 12368 0 0 251576 418 5 3 20 0 15 0 89266800 14407233536 358063 18446744073709551615 4194304 4196468 140736777303408 140736777285952 140621262380791 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 7 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
/proc/28980/statm: 3517391 358063 3479 1 0 3506005 0
[pid=28980/tid=29030] ppid=28977 vsize=14069564 CPUtime=2432.82 cores=0,2,4,6
/proc/28980/task/29030/stat : 29030 (java) R 28977 28980 13007 0 -1 4202560 121161 12368 0 0 243205 69 5 3 20 0 15 0 89266822 14407233536 358063 18446744073709551615 4194304 4196468 140736777303408 140621266615120 140620886811441 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
[pid=28980/tid=29031] ppid=28977 vsize=14069564 CPUtime=13.58 cores=0,2,4,6
/proc/28980/task/29031/stat : 29031 (java) S 28977 28980 13007 0 -1 1077944384 24407 12368 0 0 1291 59 5 3 20 0 15 0 89266822 14407233536 358063 18446744073709551615 4194304 4196468 140736777303408 140621196814992 140621262390997 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
[pid=28980/tid=29032] ppid=28977 vsize=14069564 CPUtime=13.56 cores=0,2,4,6
/proc/28980/task/29032/stat : 29032 (java) S 28977 28980 13007 0 -1 1077944384 27127 12368 0 0 1289 59 5 3 20 0 15 0 89266822 14407233536 358063 18446744073709551615 4194304 4196468 140736777303408 140621195762192 140621262390997 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
[pid=28980/tid=29033] ppid=28977 vsize=14069564 CPUtime=13.62 cores=0,2,4,6
/proc/28980/task/29033/stat : 29033 (java) S 28977 28980 13007 0 -1 1077944384 30248 12368 0 0 1292 62 5 3 20 0 15 0 89266822 14407233536 358063 18446744073709551615 4194304 4196468 140736777303408 140621194709392 140621262390997 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
[pid=28980/tid=29034] ppid=28977 vsize=14069564 CPUtime=13.61 cores=0,2,4,6
/proc/28980/task/29034/stat : 29034 (java) S 28977 28980 13007 0 -1 1077944384 27048 12368 0 0 1293 60 5 3 20 0 15 0 89266822 14407233536 358063 18446744073709551615 4194304 4196468 140736777303408 140621193656592 140621262390997 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
[pid=28980/tid=29035] ppid=28977 vsize=14069564 CPUtime=11.28 cores=0,2,4,6
/proc/28980/task/29035/stat : 29035 (java) S 28977 28980 13007 0 -1 1077944384 22123 12368 0 0 1060 60 5 3 20 0 15 0 89266824 14407233536 358063 18446744073709551615 4194304 4196468 140736777303408 140620740381552 140621262391938 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
[pid=28980/tid=29036] ppid=28977 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/28980/task/29036/stat : 29036 (java) S 28977 28980 13007 0 -1 1077944384 56 12368 0 0 0 0 5 3 20 0 15 0 89266824 14407233536 358063 18446744073709551615 4194304 4196468 140736777303408 140620739327584 140621262390997 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
[pid=28980/tid=29037] ppid=28977 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/28980/task/29037/stat : 29037 (java) S 28977 28980 13007 0 -1 1077944384 45 12368 0 0 0 0 5 3 20 0 15 0 89266824 14407233536 358063 18446744073709551615 4194304 4196468 140736777303408 140620738274688 140621262390997 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
[pid=28980/tid=29038] ppid=28977 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/28980/task/29038/stat : 29038 (java) S 28977 28980 13007 0 -1 1077944384 3 12368 0 0 0 0 5 3 20 0 15 0 89266827 14407233536 358063 18446744073709551615 4194304 4196468 140736777303408 140620737222992 140621262399387 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
[pid=28980/tid=29039] ppid=28977 vsize=14069564 CPUtime=8.34 cores=0,2,4,6
/proc/28980/task/29039/stat : 29039 (java) S 28977 28980 13007 0 -1 1077944384 111958 12368 0 0 815 11 5 3 20 0 15 0 89266827 14407233536 358063 18446744073709551615 4194304 4196468 140736777303408 140620736170352 140621262391938 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
[pid=28980/tid=29040] ppid=28977 vsize=14069564 CPUtime=8.2 cores=0,2,4,6
/proc/28980/task/29040/stat : 29040 (java) S 28977 28980 13007 0 -1 1077944384 125181 12368 0 0 799 13 5 3 20 0 15 0 89266827 14407233536 358063 18446744073709551615 4194304 4196468 140736777303408 140620735117552 140621262391938 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
[pid=28980/tid=29041] ppid=28977 vsize=14069564 CPUtime=3.98 cores=0,2,4,6
/proc/28980/task/29041/stat : 29041 (java) S 28977 28980 13007 0 -1 1077944384 116325 12368 0 0 380 10 5 3 20 0 15 0 89266827 14407233536 358063 18446744073709551615 4194304 4196468 140736777303408 140620734064752 140621262391938 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
[pid=28980/tid=29042] ppid=28977 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/28980/task/29042/stat : 29042 (java) S 28977 28980 13007 0 -1 1077944384 3 12368 0 0 0 0 5 3 20 0 15 0 89266827 14407233536 358063 18446744073709551615 4194304 4196468 140736777303408 140620733012192 140621262390997 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
[pid=28980/tid=29043] ppid=28977 vsize=14069564 CPUtime=1.64 cores=0,2,4,6
/proc/28980/task/29043/stat : 29043 (java) S 28977 28980 13007 0 -1 1077944384 3821 12368 0 0 77 79 5 3 20 0 15 0 89266831 14407233536 358063 18446744073709551615 4194304 4196468 140736777303408 140620731960496 140621262391938 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
Current children cumulated CPU time (s) 2520.02
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 28980 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2460.4 s]
/proc/loadavg: 1.27 1.31 1.38 3/215 29343
/proc/meminfo: memFree=28362220/32770624 swapFree=0/469756
[pid=28980] ppid=28977 vsize=14202692 CPUtime=2520.94 cores=0,2,4,6
/proc/28980/stat : 28980 (java) S 28977 28980 13007 0 -1 1077944320 617002 12368 0 0 251667 419 5 3 20 0 17 0 89266800 14543556608 359804 18446744073709551615 4194304 4196468 140736777303408 140736777285952 140621262380791 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
/proc/28980/statm: 3550673 359804 3479 1 0 3539287 0
[pid=28980/tid=29030] ppid=28977 vsize=14202692 CPUtime=2432.83 cores=0,2,4,6
/proc/28980/task/29030/stat : 29030 (java) S 28977 28980 13007 0 -1 1077944384 121350 12368 0 0 243206 69 5 3 20 0 17 0 89266822 14543556608 359804 18446744073709551615 4194304 4196468 140736777303408 140621266618496 140621262390997 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
[pid=28980/tid=29031] ppid=28977 vsize=14202692 CPUtime=13.79 cores=0,2,4,6
/proc/28980/task/29031/stat : 29031 (java) R 28977 28980 13007 0 -1 4202560 24468 12368 0 0 1312 59 5 3 20 0 17 0 89266822 14543556608 359804 18446744073709551615 4194304 4196468 140736777303408 140621196815112 140621255008999 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
[pid=28980/tid=29032] ppid=28977 vsize=14202692 CPUtime=13.76 cores=0,2,4,6
/proc/28980/task/29032/stat : 29032 (java) R 28977 28980 13007 0 -1 4202560 27173 12368 0 0 1309 59 5 3 20 0 17 0 89266822 14543556608 359804 18446744073709551615 4194304 4196468 140736777303408 140621195762192 140621246838259 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
[pid=28980/tid=29033] ppid=28977 vsize=14202692 CPUtime=13.83 cores=0,2,4,6
/proc/28980/task/29033/stat : 29033 (java) R 28977 28980 13007 0 -1 4202560 30288 12368 0 0 1313 62 5 3 20 0 17 0 89266822 14543556608 359804 18446744073709551615 4194304 4196468 140736777303408 140621194709392 140621255008999 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
[pid=28980/tid=29034] ppid=28977 vsize=14202692 CPUtime=13.82 cores=0,2,4,6
/proc/28980/task/29034/stat : 29034 (java) R 28977 28980 13007 0 -1 4202560 27096 12368 0 0 1314 60 5 3 20 0 17 0 89266822 14543556608 359804 18446744073709551615 4194304 4196468 140736777303408 140621193656592 140621255008999 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
[pid=28980/tid=29035] ppid=28977 vsize=14202692 CPUtime=11.36 cores=0,2,4,6
/proc/28980/task/29035/stat : 29035 (java) S 28977 28980 13007 0 -1 1077944384 26897 12368 0 0 1068 60 5 3 20 0 17 0 89266824 14543556608 359804 18446744073709551615 4194304 4196468 140736777303408 140620740380176 140621262390997 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
[pid=28980/tid=29036] ppid=28977 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/28980/task/29036/stat : 29036 (java) S 28977 28980 13007 0 -1 1077944384 58 12368 0 0 0 0 5 3 20 0 17 0 89266824 14543556608 359804 18446744073709551615 4194304 4196468 140736777303408 140620739327120 140621262391938 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
[pid=28980/tid=29037] ppid=28977 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/28980/task/29037/stat : 29037 (java) S 28977 28980 13007 0 -1 1077944384 45 12368 0 0 0 0 5 3 20 0 17 0 89266824 14543556608 359804 18446744073709551615 4194304 4196468 140736777303408 140620738274688 140621262390997 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
[pid=28980/tid=29038] ppid=28977 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/28980/task/29038/stat : 29038 (java) S 28977 28980 13007 0 -1 1077944384 83 12368 0 0 0 0 5 3 20 0 17 0 89266827 14543556608 359804 18446744073709551615 4194304 4196468 140736777303408 140620737222992 140621262399387 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
[pid=28980/tid=29039] ppid=28977 vsize=14202692 CPUtime=8.34 cores=0,2,4,6
/proc/28980/task/29039/stat : 29039 (java) S 28977 28980 13007 0 -1 1077944384 111958 12368 0 0 815 11 5 3 20 0 17 0 89266827 14543556608 359804 18446744073709551615 4194304 4196468 140736777303408 140620736170352 140621262391938 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
[pid=28980/tid=29040] ppid=28977 vsize=14202692 CPUtime=8.2 cores=0,2,4,6
/proc/28980/task/29040/stat : 29040 (java) S 28977 28980 13007 0 -1 1077944384 125181 12368 0 0 799 13 5 3 20 0 17 0 89266827 14543556608 359804 18446744073709551615 4194304 4196468 140736777303408 140620735117552 140621262391938 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
[pid=28980/tid=29041] ppid=28977 vsize=14202692 CPUtime=3.98 cores=0,2,4,6
/proc/28980/task/29041/stat : 29041 (java) S 28977 28980 13007 0 -1 1077944384 116325 12368 0 0 380 10 5 3 20 0 17 0 89266827 14543556608 359804 18446744073709551615 4194304 4196468 140736777303408 140620734064752 140621262391938 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
[pid=28980/tid=29042] ppid=28977 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/28980/task/29042/stat : 29042 (java) S 28977 28980 13007 0 -1 1077944384 3 12368 0 0 0 0 5 3 20 0 17 0 89266827 14543556608 359804 18446744073709551615 4194304 4196468 140736777303408 140620733012192 140621262390997 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
[pid=28980/tid=29043] ppid=28977 vsize=14202692 CPUtime=1.64 cores=0,2,4,6
/proc/28980/task/29043/stat : 29043 (java) S 28977 28980 13007 0 -1 1077944384 3821 12368 0 0 77 79 5 3 20 0 17 0 89266831 14543556608 359804 18446744073709551615 4194304 4196468 140736777303408 140620731960496 140621262391938 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16605184 140736777308112 140736777310897 140736777310897 140736777314255 0
Current children cumulated CPU time (s) 2520.94
Current children cumulated vsize (KiB) 14202692

Child status: 143
Real time (s): 2460.43
CPU time (s): 2520.98
CPU user time (s): 2516.74
CPU system time (s): 4.2378
CPU usage (%): 102.461
Max. virtual memory (cumulated for all children) (KiB): 14202692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.74
system time used= 4.2378
maximum resident set size= 1707180
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 629486
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3384
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 303693
involuntary context switches= 7325

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.3579 second user time and 16.7155 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-11 19:32:01
IDJOB=4261849
IDBENCH=137463
IDSOLVER=2650
FILE ID=node135/4261849-1502473556
RUNJOBID= node135-1502411443-13071
PBS_JOBID= 
Free space on /tmp= 62004 MiB

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

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

MD5SUM BENCH= 0bd2493faee791f2eedb1fd600149919
RANDOM SEED=340572133

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        25953464 kB
MemAvailable:   26798760 kB
Buffers:          296060 kB
Cached:           840776 kB
SwapCached:            0 kB
Active:          5864028 kB
Inactive:         502220 kB
Active(anon):    5229856 kB
Inactive(anon):    33140 kB
Active(file):     634172 kB
Inactive(file):   469080 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24288 kB
Writeback:             0 kB
AnonPages:       5229388 kB
Mapped:            63604 kB
Shmem:             33464 kB
Slab:             143152 kB
SReclaimable:     115760 kB
SUnreclaim:        27392 kB
KernelStack:        3504 kB
PageTables:        15196 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5840624 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4839424 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61984 MiB
End job on node135 at 2017-08-11 20:13:02