Trace number 4261856

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.6499 2473.4199

General information on the benchmark

NameBinPacking/BinPacking-sum-sw100/
BinPacking-sum-sw100-11.xml
MD5SUMc58f2fe5ede8c4d6ff77ee35850bdc3a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables109
Number of constraints39
Number of domains2
Minimum domain size19
Maximum domain size46
Distribution of domain sizes[{"size":19,"count":1},{"size":46,"count":108}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":90},{"degree":5,"count":18}]
Minimum constraint arity6
Maximum constraint arity108
Distribution of constraint arities[{"arity":6,"count":36},{"arity":19,"count":1},{"arity":108,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":18},{"type":"lex","count":1},{"type":"sum","count":18},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

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

pid=23255
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.40 1.42 4/198 23258
/proc/meminfo: memFree=26741576/32770624 swapFree=0/455488
[pid=23258] ppid=23255 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/23258/stat : 23258 (runsolver) D 23255 23258 4896 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 147320544 24240128 107 18446744073709551615 4194304 4338465 140720375252160 140720375249800 139764166992599 0 0 1 24578 18446744071580418449 0 0 17 4 0 0 0 0 0 6438912 6441760 10207232 140720375259345 140720375259721 140720375259721 140720375263178 0
/proc/23258/statm: 5918 107 54 36 0 2156 0

[startup+0.100152 s]
/proc/loadavg: 1.31 1.40 1.42 4/198 23258
/proc/meminfo: memFree=26741576/32770624 swapFree=0/455488
[pid=23258] ppid=23255 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/23258/stat : 23258 (runsolver) D 23255 23258 4896 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 147320544 24240128 107 18446744073709551615 4194304 4338465 140720375252160 140720375249800 139764166992599 0 0 1 24578 18446744071580418449 0 0 17 4 0 0 0 0 0 6438912 6441760 10207232 140720375259345 140720375259721 140720375259721 140720375263178 0
/proc/23258/statm: 5918 107 54 36 0 2156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23672

[startup+0.200294 s]
/proc/loadavg: 1.31 1.40 1.42 4/198 23258
/proc/meminfo: memFree=26741576/32770624 swapFree=0/455488
[pid=23258] ppid=23255 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/23258/stat : 23258 (bash) S 23255 23258 4896 0 -1 4202496 897 6477 0 0 0 0 0 1 20 0 1 0 147320544 9867264 377 18446744073709551615 4194304 5098028 140728356037200 140728356031208 140390114630656 0 0 5 65536 18446744071580971376 0 0 17 2 0 0 10 0 0 7196144 7232144 12288000 140728356045332 140728356045417 140728356045417 140728356048874 0
/proc/23258/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.30035 s]
/proc/loadavg: 1.31 1.40 1.42 4/198 23258
/proc/meminfo: memFree=26741576/32770624 swapFree=0/455488
[pid=23258] ppid=23255 vsize=13907308 CPUtime=0.13 cores=0,2,4,6
/proc/23258/stat : 23258 (java) S 23255 23258 4896 0 -1 1077944320 5590 12484 0 0 5 1 4 3 20 0 14 0 147320544 14241083392 5265 18446744073709551615 4194304 4196468 140732143889648 140732143872192 139955035356919 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 10 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
/proc/23258/statm: 3476827 5265 2564 1 0 3466324 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 13907308

[startup+0.700286 s]
/proc/loadavg: 1.31 1.40 1.42 4/198 23258
/proc/meminfo: memFree=26741576/32770624 swapFree=0/455488
[pid=23258] ppid=23255 vsize=13974784 CPUtime=0.68 cores=0,2,4,6
/proc/23258/stat : 23258 (java) S 23255 23258 4896 0 -1 1077944320 13912 12484 0 0 57 4 4 3 20 0 15 0 147320544 14310178816 14352 18446744073709551615 4194304 4196468 140732143889648 140732143872192 139955035356919 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 10 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
/proc/23258/statm: 3493696 14352 3113 1 0 3482965 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 13974784

[startup+1.50486 s]
/proc/loadavg: 1.31 1.40 1.42 3/213 23321
/proc/meminfo: memFree=26649324/32770624 swapFree=0/455528
[pid=23258] ppid=23255 vsize=13985408 CPUtime=1.91 cores=0,2,4,6
/proc/23258/stat : 23258 (java) S 23255 23258 4896 0 -1 1077944320 26193 12484 0 0 174 10 4 3 20 0 15 0 147320544 14321057792 40081 18446744073709551615 4194304 4196468 140732143889648 140732143872192 139955035356919 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 10 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
/proc/23258/statm: 3496352 40081 3347 1 0 3485525 0
[pid=23258/tid=23308] ppid=23255 vsize=13985408 CPUtime=1.29 cores=0,2,4,6
/proc/23258/task/23308/stat : 23308 (java) S 23255 23258 4896 0 -1 1077944384 20285 12484 0 0 116 6 4 3 20 0 15 0 147320567 14321057792 40081 18446744073709551615 4194304 4196468 140732143889648 139955039575280 139955035367125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
[pid=23258/tid=23309] ppid=23255 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/23258/task/23309/stat : 23309 (java) S 23255 23258 4896 0 -1 1077944384 43 12484 0 0 0 0 4 3 20 0 15 0 147320567 14321057792 40081 18446744073709551615 4194304 4196468 140732143889648 139955000638352 139955035367125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
[pid=23258/tid=23310] ppid=23255 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/23258/task/23310/stat : 23310 (java) S 23255 23258 4896 0 -1 1077944384 35 12484 0 0 0 0 4 3 20 0 15 0 147320567 14321057792 40081 18446744073709551615 4194304 4196468 140732143889648 139954634361616 139955035367125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
[pid=23258/tid=23311] ppid=23255 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/23258/task/23311/stat : 23311 (java) S 23255 23258 4896 0 -1 1077944384 41 12484 0 0 0 0 4 3 20 0 15 0 147320567 14321057792 40081 18446744073709551615 4194304 4196468 140732143889648 139954633309328 139955035367125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
[pid=23258/tid=23312] ppid=23255 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/23258/task/23312/stat : 23312 (java) S 23255 23258 4896 0 -1 1077944384 187 12484 0 0 0 0 4 3 20 0 15 0 147320567 14321057792 40081 18446744073709551615 4194304 4196468 140732143889648 139954632256528 139955035367125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
[pid=23258/tid=23313] ppid=23255 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/23258/task/23313/stat : 23313 (java) R 23255 23258 4896 0 -1 4202560 44 12484 0 0 0 0 4 3 20 0 15 0 147320569 14321057792 40081 18446744073709551615 4194304 4196468 140732143889648 139953952178624 139955027598309 0 0 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
[pid=23258/tid=23314] ppid=23255 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/23258/task/23314/stat : 23314 (java) S 23255 23258 4896 0 -1 1077944384 33 12484 0 0 0 0 4 3 20 0 15 0 147320569 14321057792 40081 18446744073709551615 4194304 4196468 140732143889648 139953951126304 139955035367125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
[pid=23258/tid=23315] ppid=23255 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/23258/task/23315/stat : 23315 (java) S 23255 23258 4896 0 -1 1077944384 21 12484 0 0 0 0 4 3 20 0 15 0 147320569 14321057792 40081 18446744073709551615 4194304 4196468 140732143889648 139953950073968 139955035367125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
[pid=23258/tid=23316] ppid=23255 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/23258/task/23316/stat : 23316 (java) S 23255 23258 4896 0 -1 1077944384 3 12484 0 0 0 0 4 3 20 0 15 0 147320572 14321057792 40081 18446744073709551615 4194304 4196468 140732143889648 139953949022288 139955035375515 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
[pid=23258/tid=23317] ppid=23255 vsize=13985408 CPUtime=0.24 cores=0,2,4,6
/proc/23258/task/23317/stat : 23317 (java) S 23255 23258 4896 0 -1 1077944384 1346 12484 0 0 17 0 4 3 20 0 15 0 147320572 14321057792 40081 18446744073709551615 4194304 4196468 140732143889648 139953947970160 139955035368066 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
[pid=23258/tid=23318] ppid=23255 vsize=13985408 CPUtime=0.22 cores=0,2,4,6
/proc/23258/task/23318/stat : 23318 (java) S 23255 23258 4896 0 -1 1077944384 717 12484 0 0 15 0 4 3 20 0 15 0 147320572 14321057792 40081 18446744073709551615 4194304 4196468 140732143889648 139953946917360 139955035368066 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
[pid=23258/tid=23319] ppid=23255 vsize=13985408 CPUtime=0.29 cores=0,2,4,6
/proc/23258/task/23319/stat : 23319 (java) S 23255 23258 4896 0 -1 1077944384 1279 12484 0 0 22 0 4 3 20 0 15 0 147320572 14321057792 40081 18446744073709551615 4194304 4196468 140732143889648 139953945865072 139955035368066 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
[pid=23258/tid=23320] ppid=23255 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/23258/task/23320/stat : 23320 (java) S 23255 23258 4896 0 -1 1077944384 3 12484 0 0 0 0 4 3 20 0 15 0 147320572 14321057792 40081 18446744073709551615 4194304 4196468 140732143889648 139953944812512 139955035367125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
[pid=23258/tid=23321] ppid=23255 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/23258/task/23321/stat : 23321 (java) S 23255 23258 4896 0 -1 1077944384 3 12484 0 0 0 0 4 3 20 0 15 0 147320575 14321057792 40081 18446744073709551615 4194304 4196468 140732143889648 139953943759280 139955035368066 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 13985408

[startup+3.10065 s]
/proc/loadavg: 1.31 1.40 1.42 5/213 23321
/proc/meminfo: memFree=26571644/32770624 swapFree=0/455528
[pid=23258] ppid=23255 vsize=13999932 CPUtime=5.86 cores=0,2,4,6
/proc/23258/stat : 23258 (java) S 23255 23258 4896 0 -1 1077944320 35574 12484 0 0 564 15 4 3 20 0 15 0 147320544 14335930368 54821 18446744073709551615 4194304 4196468 140732143889648 140732143872192 139955035356919 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 10 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
/proc/23258/statm: 3499983 54821 3446 1 0 3488597 0
[pid=23258/tid=23308] ppid=23255 vsize=13999932 CPUtime=2.86 cores=0,2,4,6
/proc/23258/task/23308/stat : 23308 (java) R 23255 23258 4896 0 -1 4202560 24320 12484 0 0 271 8 4 3 20 0 15 0 147320567 14335930368 54821 18446744073709551615 4194304 4196468 140732143889648 139955039587376 139955016920423 0 4 1 16800974 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
[pid=23258/tid=23309] ppid=23255 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/23258/task/23309/stat : 23309 (java) S 23255 23258 4896 0 -1 1077944384 50 12484 0 0 0 0 4 3 20 0 15 0 147320567 14335930368 54821 18446744073709551615 4194304 4196468 140732143889648 139955000638352 139955035367125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
[pid=23258/tid=23310] ppid=23255 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/23258/task/23310/stat : 23310 (java) S 23255 23258 4896 0 -1 1077944384 35 12484 0 0 1 0 4 3 20 0 15 0 147320567 14335930368 54821 18446744073709551615 4194304 4196468 140732143889648 139954634361616 139955035367125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
[pid=23258/tid=23311] ppid=23255 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/23258/task/23311/stat : 23311 (java) S 23255 23258 4896 0 -1 1077944384 41 12484 0 0 1 0 4 3 20 0 15 0 147320567 14335930368 54821 18446744073709551615 4194304 4196468 140732143889648 139954633309328 139955035367125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
[pid=23258/tid=23312] ppid=23255 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/23258/task/23312/stat : 23312 (java) S 23255 23258 4896 0 -1 1077944384 189 12484 0 0 1 0 4 3 20 0 15 0 147320567 14335930368 54821 18446744073709551615 4194304 4196468 140732143889648 139954632256528 139955035367125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
[pid=23258/tid=23313] ppid=23255 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/23258/task/23313/stat : 23313 (java) S 23255 23258 4896 0 -1 1077944384 650 12484 0 0 1 0 4 3 20 0 15 0 147320569 14335930368 54821 18446744073709551615 4194304 4196468 140732143889648 139953952180336 139955035368066 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
[pid=23258/tid=23314] ppid=23255 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/23258/task/23314/stat : 23314 (java) S 23255 23258 4896 0 -1 1077944384 55 12484 0 0 0 0 4 3 20 0 15 0 147320569 14335930368 54821 18446744073709551615 4194304 4196468 140732143889648 139953951126368 139955035367125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
[pid=23258/tid=23315] ppid=23255 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/23258/task/23315/stat : 23315 (java) S 23255 23258 4896 0 -1 1077944384 44 12484 0 0 0 0 4 3 20 0 15 0 147320569 14335930368 54821 18446744073709551615 4194304 4196468 140732143889648 139953950073984 139955035367125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
[pid=23258/tid=23316] ppid=23255 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/23258/task/23316/stat : 23316 (java) S 23255 23258 4896 0 -1 1077944384 3 12484 0 0 0 0 4 3 20 0 15 0 147320572 14335930368 54821 18446744073709551615 4194304 4196468 140732143889648 139953949022288 139955035375515 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
[pid=23258/tid=23317] ppid=23255 vsize=13999932 CPUtime=0.98 cores=0,2,4,6
/proc/23258/task/23317/stat : 23317 (java) R 23255 23258 4896 0 -1 4202560 3088 12484 0 0 90 1 4 3 20 0 15 0 147320572 14335930368 54821 18446744073709551615 4194304 4196468 140732143889648 139953947951696 139955013225728 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
[pid=23258/tid=23318] ppid=23255 vsize=13999932 CPUtime=0.98 cores=0,2,4,6
/proc/23258/task/23318/stat : 23318 (java) R 23255 23258 4896 0 -1 4202560 1611 12484 0 0 90 1 4 3 20 0 15 0 147320572 14335930368 54821 18446744073709551615 4194304 4196468 140732143889648 139953946899952 139955020782335 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
[pid=23258/tid=23319] ppid=23255 vsize=13999932 CPUtime=1.13 cores=0,2,4,6
/proc/23258/task/23319/stat : 23319 (java) S 23255 23258 4896 0 -1 1077944384 3326 12484 0 0 105 1 4 3 20 0 15 0 147320572 14335930368 54821 18446744073709551615 4194304 4196468 140732143889648 139953945865072 139955035368066 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
[pid=23258/tid=23320] ppid=23255 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/23258/task/23320/stat : 23320 (java) S 23255 23258 4896 0 -1 1077944384 3 12484 0 0 0 0 4 3 20 0 15 0 147320572 14335930368 54821 18446744073709551615 4194304 4196468 140732143889648 139953944812512 139955035367125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
[pid=23258/tid=23321] ppid=23255 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/23258/task/23321/stat : 23321 (java) S 23255 23258 4896 0 -1 1077944384 3 12484 0 0 0 0 4 3 20 0 15 0 147320575 14335930368 54821 18446744073709551615 4194304 4196468 140732143889648 139953943759280 139955035368066 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
Current children cumulated CPU time (s) 5.86
Current children cumulated vsize (KiB) 13999932

[startup+6.30073 s]
/proc/loadavg: 1.53 1.45 1.43 3/213 23321
/proc/meminfo: memFree=26326276/32770624 swapFree=0/455524
[pid=23258] ppid=23255 vsize=14067516 CPUtime=13.61 cores=0,2,4,6
/proc/23258/stat : 23258 (java) S 23255 23258 4896 0 -1 1077944320 70529 12484 0 0 1328 26 4 3 20 0 15 0 147320544 14405136384 128857 18446744073709551615 4194304 4196468 140732143889648 140732143872192 139955035356919 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 10 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
/proc/23258/statm: 3516879 128857 3472 1 0 3505493 0
[pid=23258/tid=23308] ppid=23255 vsize=14067516 CPUtime=5.98 cores=0,2,4,6
/proc/23258/task/23308/stat : 23308 (java) R 23255 23258 4896 0 -1 4202560 47417 12484 0 0 577 14 4 3 20 0 15 0 147320567 14405136384 128857 18446744073709551615 4194304 4196468 140732143889648 139955039588712 139954675990451 0 4 1 16800974 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
[pid=23258/tid=23309] ppid=23255 vsize=14067516 CPUtime=0.12 cores=0,2,4,6
/proc/23258/task/23309/stat : 23309 (java) S 23255 23258 4896 0 -1 1077944384 73 12484 0 0 4 1 4 3 20 0 15 0 147320567 14405136384 128857 18446744073709551615 4194304 4196468 140732143889648 139955000638352 139955035367125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
[pid=23258/tid=23310] ppid=23255 vsize=14067516 CPUtime=0.12 cores=0,2,4,6
/proc/23258/task/23310/stat : 23310 (java) S 23255 23258 4896 0 -1 1077944384 523 12484 0 0 4 1 4 3 20 0 15 0 147320567 14405136384 128857 18446744073709551615 4194304 4196468 140732143889648 139954634361616 139955035367125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
[pid=23258/tid=23311] ppid=23255 vsize=14067516 CPUtime=0.12 cores=0,2,4,6
/proc/23258/task/23311/stat : 23311 (java) S 23255 23258 4896 0 -1 1077944384 120 12484 0 0 4 1 4 3 20 0 15 0 147320567 14405136384 128857 18446744073709551615 4194304 4196468 140732143889648 139954633309328 139955035367125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
[pid=23258/tid=23312] ppid=23255 vsize=14067516 CPUtime=0.12 cores=0,2,4,6
/proc/23258/task/23312/stat : 23312 (java) S 23255 23258 4896 0 -1 1077944384 443 12484 0 0 4 1 4 3 20 0 15 0 147320567 14405136384 128857 18446744073709551615 4194304 4196468 140732143889648 139954632256528 139955035367125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
[pid=23258/tid=23313] ppid=23255 vsize=14067516 CPUtime=0.11 cores=0,2,4,6
/proc/23258/task/23313/stat : 23313 (java) S 23255 23258 4896 0 -1 1077944384 3711 12484 0 0 4 0 4 3 20 0 15 0 147320569 14405136384 128857 18446744073709551615 4194304 4196468 140732143889648 139953952180336 139955035368066 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
[pid=23258/tid=23314] ppid=23255 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/23258/task/23314/stat : 23314 (java) S 23255 23258 4896 0 -1 1077944384 55 12484 0 0 0 0 4 3 20 0 15 0 147320569 14405136384 128857 18446744073709551615 4194304 4196468 140732143889648 139953951126368 139955035367125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
[pid=23258/tid=23315] ppid=23255 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/23258/task/23315/stat : 23315 (java) S 23255 23258 4896 0 -1 1077944384 44 12484 0 0 0 0 4 3 20 0 15 0 147320569 14405136384 128857 18446744073709551615 4194304 4196468 140732143889648 139953950073984 139955035367125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
[pid=23258/tid=23316] ppid=23255 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/23258/task/23316/stat : 23316 (java) S 23255 23258 4896 0 -1 1077944384 3 12484 0 0 0 0 4 3 20 0 15 0 147320572 14405136384 128857 18446744073709551615 4194304 4196468 140732143889648 139953949022288 139955035375515 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
[pid=23258/tid=23317] ppid=23255 vsize=14067516 CPUtime=2.87 cores=0,2,4,6
/proc/23258/task/23317/stat : 23317 (java) S 23255 23258 4896 0 -1 1077944384 7642 12484 0 0 278 2 4 3 20 0 15 0 147320572 14405136384 128857 18446744073709551615 4194304 4196468 140732143889648 139953947970160 139955035368066 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
[pid=23258/tid=23318] ppid=23255 vsize=14067516 CPUtime=3.01 cores=0,2,4,6
/proc/23258/task/23318/stat : 23318 (java) S 23255 23258 4896 0 -1 1077944384 3574 12484 0 0 293 1 4 3 20 0 15 0 147320572 14405136384 128857 18446744073709551615 4194304 4196468 140732143889648 139953946917360 139955035368066 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
[pid=23258/tid=23319] ppid=23255 vsize=14067516 CPUtime=1.65 cores=0,2,4,6
/proc/23258/task/23319/stat : 23319 (java) S 23255 23258 4896 0 -1 1077944384 4755 12484 0 0 156 2 4 3 20 0 15 0 147320572 14405136384 128857 18446744073709551615 4194304 4196468 140732143889648 139953945865072 139955035368066 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
[pid=23258/tid=23320] ppid=23255 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/23258/task/23320/stat : 23320 (java) S 23255 23258 4896 0 -1 1077944384 3 12484 0 0 0 0 4 3 20 0 15 0 147320572 14405136384 128857 18446744073709551615 4194304 4196468 140732143889648 139953944812512 139955035367125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
[pid=23258/tid=23321] ppid=23255 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/23258/task/23321/stat : 23321 (java) S 23255 23258 4896 0 -1 1077944384 10 12484 0 0 0 0 4 3 20 0 15 0 147320575 14405136384 128857 18446744073709551615 4194304 4196468 140732143889648 139953943759280 139955035368066 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
Current children cumulated CPU time (s) 13.61
Current children cumulated vsize (KiB) 14067516

[startup+12.7007 s]
/proc/loadavg: 1.57 1.46 1.44 3/213 23322
/proc/meminfo: memFree=25819684/32770624 swapFree=0/455516
[pid=23258] ppid=23255 vsize=14067516 CPUtime=21.28 cores=0,2,4,6
/proc/23258/stat : 23258 (java) S 23255 23258 4896 0 -1 1077944320 76580 12484 0 0 2082 39 4 3 20 0 15 0 147320544 14405136384 248762 18446744073709551615 4194304 4196468 140732143889648 140732143872192 139955035356919 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 10 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
/proc/23258/statm: 3516879 248762 3475 1 0 3505493 0
[pid=23258/tid=23308] ppid=23255 vsize=14067516 CPUtime=12.34 cores=0,2,4,6
/proc/23258/task/23308/stat : 23308 (java) R 23255 23258 4896 0 -1 4202560 48339 12484 0 0 1205 22 4 3 20 0 15 0 147320567 14405136384 248762 18446744073709551615 4194304 4196468 140732143889648 139955039590624 139954676188744 0 4 1 16800974 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
[pid=23258/tid=23309] ppid=23255 vsize=14067516 CPUtime=0.14 cores=0,2,4,6
/proc/23258/task/23309/stat : 23309 (java) S 23255 23258 4896 0 -1 1077944384 146 12484 0 0 5 2 4 3 20 0 15 0 147320567 14405136384 248762 18446744073709551615 4194304 4196468 140732143889648 139955000638352 139955035367125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
[pid=23258/tid=23310] ppid=23255 vsize=14067516 CPUtime=0.14 cores=0,2,4,6
/proc/23258/task/23310/stat : 23310 (java) S 23255 23258 4896 0 -1 1077944384 1451 12484 0 0 5 2 4 3 20 0 15 0 147320567 14405136384 248762 18446744073709551615 4194304 4196468 140732143889648 139954634361616 139955035367125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
[pid=23258/tid=23311] ppid=23255 vsize=14067516 CPUtime=0.13 cores=0,2,4,6
/proc/23258/task/23311/stat : 23311 (java) S 23255 23258 4896 0 -1 1077944384 189 12484 0 0 5 1 4 3 20 0 15 0 147320567 14405136384 248762 18446744073709551615 4194304 4196468 140732143889648 139954633309328 139955035367125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
[pid=23258/tid=23312] ppid=23255 vsize=14067516 CPUtime=0.15 cores=0,2,4,6
/proc/23258/task/23312/stat : 23312 (java) S 23255 23258 4896 0 -1 1077944384 512 12484 0 0 6 2 4 3 20 0 15 0 147320567 14405136384 248762 18446744073709551615 4194304 4196468 140732143889648 139954632256528 139955035367125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
[pid=23258/tid=23313] ppid=23255 vsize=14067516 CPUtime=0.12 cores=0,2,4,6
/proc/23258/task/23313/stat : 23313 (java) S 23255 23258 4896 0 -1 1077944384 3967 12484 0 0 5 0 4 3 20 0 15 0 147320569 14405136384 248762 18446744073709551615 4194304 4196468 140732143889648 139953952180336 139955035368066 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
[pid=23258/tid=23314] ppid=23255 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/23258/task/23314/stat : 23314 (java) S 23255 23258 4896 0 -1 1077944384 55 12484 0 0 0 0 4 3 20 0 15 0 147320569 14405136384 248762 18446744073709551615 4194304 4196468 140732143889648 139953951126368 139955035367125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
[pid=23258/tid=23315] ppid=23255 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/23258/task/23315/stat : 23315 (java) S 23255 23258 4896 0 -1 1077944384 44 12484 0 0 0 0 4 3 20 0 15 0 147320569 14405136384 248762 18446744073709551615 4194304 4196468 140732143889648 139953950073984 139955035367125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
[pid=23258/tid=23316] ppid=23255 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/23258/task/23316/stat : 23316 (java) S 23255 23258 4896 0 -1 1077944384 3 12484 0 0 0 0 4 3 20 0 15 0 147320572 14405136384 248762 18446744073709551615 4194304 4196468 140732143889648 139953949022288 139955035375515 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0

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

/proc/23258/task/23320/stat : 23320 (java) S 23255 23258 4896 0 -1 1077944384 3 12484 0 0 0 0 4 3 20 0 15 0 147320572 14405136384 329543 18446744073709551615 4194304 4196468 140732143889648 139953944812512 139955035367125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
[pid=23258/tid=23321] ppid=23255 vsize=14067516 CPUtime=1.53 cores=0,2,4,6
/proc/23258/task/23321/stat : 23321 (java) S 23255 23258 4896 0 -1 1077944384 1592 12484 0 0 71 75 4 3 20 0 15 0 147320575 14405136384 329543 18446744073709551615 4194304 4196468 140732143889648 139953943759280 139955035368066 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
Current children cumulated CPU time (s) 2366.64
Current children cumulated vsize (KiB) 14067516

[startup+2382.3 s]
/proc/loadavg: 1.63 2.67 2.49 3/214 23864
/proc/meminfo: memFree=29247204/32770624 swapFree=0/456020
[pid=23258] ppid=23255 vsize=14067516 CPUtime=2427.62 cores=0,2,4,6
/proc/23258/stat : 23258 (java) S 23255 23258 4896 0 -1 1077944320 283951 12484 0 0 242370 385 4 3 20 0 15 0 147320544 14405136384 329733 18446744073709551615 4194304 4196468 140732143889648 140732143872192 139955035356919 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 10 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
/proc/23258/statm: 3516879 329733 3478 1 0 3505493 0
[pid=23258/tid=23308] ppid=23255 vsize=14067516 CPUtime=2354.74 cores=0,2,4,6
/proc/23258/task/23308/stat : 23308 (java) R 23255 23258 4896 0 -1 4202560 114385 12484 0 0 235407 60 4 3 20 0 15 0 147320567 14405136384 329733 18446744073709551615 4194304 4196468 140732143889648 139955039591280 139954682790771 0 4 1 16800974 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
[pid=23258/tid=23309] ppid=23255 vsize=14067516 CPUtime=12.82 cores=0,2,4,6
/proc/23258/task/23309/stat : 23309 (java) S 23255 23258 4896 0 -1 1077944384 31606 12484 0 0 1209 66 4 3 20 0 15 0 147320567 14405136384 329733 18446744073709551615 4194304 4196468 140732143889648 139955000638352 139955035367125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
[pid=23258/tid=23310] ppid=23255 vsize=14067516 CPUtime=12.79 cores=0,2,4,6
/proc/23258/task/23310/stat : 23310 (java) S 23255 23258 4896 0 -1 1077944384 21212 12484 0 0 1212 60 4 3 20 0 15 0 147320567 14405136384 329733 18446744073709551615 4194304 4196468 140732143889648 139954634361616 139955035367125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
[pid=23258/tid=23311] ppid=23255 vsize=14067516 CPUtime=12.81 cores=0,2,4,6
/proc/23258/task/23311/stat : 23311 (java) S 23255 23258 4896 0 -1 1077944384 22995 12484 0 0 1212 62 4 3 20 0 15 0 147320567 14405136384 329733 18446744073709551615 4194304 4196468 140732143889648 139954633309328 139955035367125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
[pid=23258/tid=23312] ppid=23255 vsize=14067516 CPUtime=12.84 cores=0,2,4,6
/proc/23258/task/23312/stat : 23312 (java) S 23255 23258 4896 0 -1 1077944384 22782 12484 0 0 1214 63 4 3 20 0 15 0 147320567 14405136384 329733 18446744073709551615 4194304 4196468 140732143889648 139954632256528 139955035367125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
[pid=23258/tid=23313] ppid=23255 vsize=14067516 CPUtime=11.54 cores=0,2,4,6
/proc/23258/task/23313/stat : 23313 (java) S 23255 23258 4896 0 -1 1077944384 23806 12484 0 0 1084 63 4 3 20 0 15 0 147320569 14405136384 329733 18446744073709551615 4194304 4196468 140732143889648 139953952180336 139955035368066 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
[pid=23258/tid=23314] ppid=23255 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/23258/task/23314/stat : 23314 (java) S 23255 23258 4896 0 -1 1077944384 55 12484 0 0 0 0 4 3 20 0 15 0 147320569 14405136384 329733 18446744073709551615 4194304 4196468 140732143889648 139953951126368 139955035367125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
[pid=23258/tid=23315] ppid=23255 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/23258/task/23315/stat : 23315 (java) S 23255 23258 4896 0 -1 1077944384 44 12484 0 0 0 0 4 3 20 0 15 0 147320569 14405136384 329733 18446744073709551615 4194304 4196468 140732143889648 139953950073984 139955035367125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
[pid=23258/tid=23316] ppid=23255 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/23258/task/23316/stat : 23316 (java) S 23255 23258 4896 0 -1 1077944384 3 12484 0 0 0 0 4 3 20 0 15 0 147320572 14405136384 329733 18446744073709551615 4194304 4196468 140732143889648 139953949022288 139955035375515 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
[pid=23258/tid=23317] ppid=23255 vsize=14067516 CPUtime=3.7 cores=0,2,4,6
/proc/23258/task/23317/stat : 23317 (java) S 23255 23258 4896 0 -1 1077944384 15346 12484 0 0 360 3 4 3 20 0 15 0 147320572 14405136384 329733 18446744073709551615 4194304 4196468 140732143889648 139953947970160 139955035368066 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
[pid=23258/tid=23318] ppid=23255 vsize=14067516 CPUtime=3.61 cores=0,2,4,6
/proc/23258/task/23318/stat : 23318 (java) S 23255 23258 4896 0 -1 1077944384 12481 12484 0 0 351 3 4 3 20 0 15 0 147320572 14405136384 329733 18446744073709551615 4194304 4196468 140732143889648 139953946917360 139955035368066 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
[pid=23258/tid=23319] ppid=23255 vsize=14067516 CPUtime=1.73 cores=0,2,4,6
/proc/23258/task/23319/stat : 23319 (java) S 23255 23258 4896 0 -1 1077944384 15441 12484 0 0 163 3 4 3 20 0 15 0 147320572 14405136384 329733 18446744073709551615 4194304 4196468 140732143889648 139953945865072 139955035368066 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
[pid=23258/tid=23320] ppid=23255 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/23258/task/23320/stat : 23320 (java) S 23255 23258 4896 0 -1 1077944384 3 12484 0 0 0 0 4 3 20 0 15 0 147320572 14405136384 329733 18446744073709551615 4194304 4196468 140732143889648 139953944812512 139955035367125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
[pid=23258/tid=23321] ppid=23255 vsize=14067516 CPUtime=1.56 cores=0,2,4,6
/proc/23258/task/23321/stat : 23321 (java) S 23255 23258 4896 0 -1 1077944384 1636 12484 0 0 73 76 4 3 20 0 15 0 147320575 14405136384 329733 18446744073709551615 4194304 4196468 140732143889648 139953943759280 139955035368066 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
Current children cumulated CPU time (s) 2427.62
Current children cumulated vsize (KiB) 14067516

[startup+2442.31 s]
/proc/loadavg: 1.33 2.39 2.40 3/214 23866
/proc/meminfo: memFree=29244460/32770624 swapFree=0/456036
[pid=23258] ppid=23255 vsize=14067516 CPUtime=2488.67 cores=0,2,4,6
/proc/23258/stat : 23258 (java) S 23255 23258 4896 0 -1 1077944320 285525 12484 0 0 248467 393 4 3 20 0 15 0 147320544 14405136384 330284 18446744073709551615 4194304 4196468 140732143889648 140732143872192 139955035356919 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 10 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
/proc/23258/statm: 3516879 330284 3478 1 0 3505493 0
[pid=23258/tid=23308] ppid=23255 vsize=14067516 CPUtime=2414.07 cores=0,2,4,6
/proc/23258/task/23308/stat : 23308 (java) R 23255 23258 4896 0 -1 4202560 115241 12484 0 0 241339 61 4 3 20 0 15 0 147320567 14405136384 330284 18446744073709551615 4194304 4196468 140732143889648 139955039591136 139954687639926 0 4 1 16800974 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
[pid=23258/tid=23309] ppid=23255 vsize=14067516 CPUtime=13.16 cores=0,2,4,6
/proc/23258/task/23309/stat : 23309 (java) S 23255 23258 4896 0 -1 1077944384 31698 12484 0 0 1242 67 4 3 20 0 15 0 147320567 14405136384 330284 18446744073709551615 4194304 4196468 140732143889648 139955000638352 139955035367125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
[pid=23258/tid=23310] ppid=23255 vsize=14067516 CPUtime=13.14 cores=0,2,4,6
/proc/23258/task/23310/stat : 23310 (java) S 23255 23258 4896 0 -1 1077944384 21320 12484 0 0 1245 62 4 3 20 0 15 0 147320567 14405136384 330284 18446744073709551615 4194304 4196468 140732143889648 139954634361616 139955035367125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
[pid=23258/tid=23311] ppid=23255 vsize=14067516 CPUtime=13.16 cores=0,2,4,6
/proc/23258/task/23311/stat : 23311 (java) S 23255 23258 4896 0 -1 1077944384 23229 12484 0 0 1246 63 4 3 20 0 15 0 147320567 14405136384 330284 18446744073709551615 4194304 4196468 140732143889648 139954633309328 139955035367125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
[pid=23258/tid=23312] ppid=23255 vsize=14067516 CPUtime=13.18 cores=0,2,4,6
/proc/23258/task/23312/stat : 23312 (java) S 23255 23258 4896 0 -1 1077944384 22832 12484 0 0 1247 64 4 3 20 0 15 0 147320567 14405136384 330284 18446744073709551615 4194304 4196468 140732143889648 139954632256528 139955035367125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
[pid=23258/tid=23313] ppid=23255 vsize=14067516 CPUtime=11.83 cores=0,2,4,6
/proc/23258/task/23313/stat : 23313 (java) S 23255 23258 4896 0 -1 1077944384 24016 12484 0 0 1112 64 4 3 20 0 15 0 147320569 14405136384 330284 18446744073709551615 4194304 4196468 140732143889648 139953952180336 139955035368066 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
[pid=23258/tid=23314] ppid=23255 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/23258/task/23314/stat : 23314 (java) S 23255 23258 4896 0 -1 1077944384 55 12484 0 0 0 0 4 3 20 0 15 0 147320569 14405136384 330284 18446744073709551615 4194304 4196468 140732143889648 139953951126368 139955035367125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
[pid=23258/tid=23315] ppid=23255 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/23258/task/23315/stat : 23315 (java) S 23255 23258 4896 0 -1 1077944384 44 12484 0 0 0 0 4 3 20 0 15 0 147320569 14405136384 330284 18446744073709551615 4194304 4196468 140732143889648 139953950073984 139955035367125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
[pid=23258/tid=23316] ppid=23255 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/23258/task/23316/stat : 23316 (java) S 23255 23258 4896 0 -1 1077944384 3 12484 0 0 0 0 4 3 20 0 15 0 147320572 14405136384 330284 18446744073709551615 4194304 4196468 140732143889648 139953949022288 139955035375515 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
[pid=23258/tid=23317] ppid=23255 vsize=14067516 CPUtime=3.7 cores=0,2,4,6
/proc/23258/task/23317/stat : 23317 (java) S 23255 23258 4896 0 -1 1077944384 15348 12484 0 0 360 3 4 3 20 0 15 0 147320572 14405136384 330284 18446744073709551615 4194304 4196468 140732143889648 139953947970160 139955035368066 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
[pid=23258/tid=23318] ppid=23255 vsize=14067516 CPUtime=3.61 cores=0,2,4,6
/proc/23258/task/23318/stat : 23318 (java) S 23255 23258 4896 0 -1 1077944384 12483 12484 0 0 351 3 4 3 20 0 15 0 147320572 14405136384 330284 18446744073709551615 4194304 4196468 140732143889648 139953946917360 139955035368066 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
[pid=23258/tid=23319] ppid=23255 vsize=14067516 CPUtime=1.73 cores=0,2,4,6
/proc/23258/task/23319/stat : 23319 (java) S 23255 23258 4896 0 -1 1077944384 15444 12484 0 0 163 3 4 3 20 0 15 0 147320572 14405136384 330284 18446744073709551615 4194304 4196468 140732143889648 139953945865072 139955035368066 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
[pid=23258/tid=23320] ppid=23255 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/23258/task/23320/stat : 23320 (java) S 23255 23258 4896 0 -1 1077944384 3 12484 0 0 0 0 4 3 20 0 15 0 147320572 14405136384 330284 18446744073709551615 4194304 4196468 140732143889648 139953944812512 139955035367125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
[pid=23258/tid=23321] ppid=23255 vsize=14067516 CPUtime=1.6 cores=0,2,4,6
/proc/23258/task/23321/stat : 23321 (java) S 23255 23258 4896 0 -1 1077944384 1653 12484 0 0 75 78 4 3 20 0 15 0 147320575 14405136384 330284 18446744073709551615 4194304 4196468 140732143889648 139953943759280 139955035368066 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
Current children cumulated CPU time (s) 2488.67
Current children cumulated vsize (KiB) 14067516



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2473.2 s]
/proc/loadavg: 1.18 2.25 2.36 3/214 23866
/proc/meminfo: memFree=29242536/32770624 swapFree=0/456024
[pid=23258] ppid=23255 vsize=14067516 CPUtime=2520.09 cores=0,2,4,6
/proc/23258/stat : 23258 (java) S 23255 23258 4896 0 -1 1077944320 286367 12484 0 0 251606 396 4 3 20 0 15 0 147320544 14405136384 330284 18446744073709551615 4194304 4196468 140732143889648 140732143872192 139955035356919 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 10 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
/proc/23258/statm: 3516879 330284 3478 1 0 3505493 0
[pid=23258/tid=23308] ppid=23255 vsize=14067516 CPUtime=2444.61 cores=0,2,4,6
/proc/23258/task/23308/stat : 23308 (java) R 23255 23258 4896 0 -1 4202560 115774 12484 0 0 244392 62 4 3 20 0 15 0 147320567 14405136384 330284 18446744073709551615 4194304 4196468 140732143889648 139955039591232 139954692021233 0 4 1 16800974 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
[pid=23258/tid=23309] ppid=23255 vsize=14067516 CPUtime=13.34 cores=0,2,4,6
/proc/23258/task/23309/stat : 23309 (java) S 23255 23258 4896 0 -1 1077944384 31739 12484 0 0 1259 68 4 3 20 0 15 0 147320567 14405136384 330284 18446744073709551615 4194304 4196468 140732143889648 139955000638352 139955035367125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
[pid=23258/tid=23310] ppid=23255 vsize=14067516 CPUtime=13.32 cores=0,2,4,6
/proc/23258/task/23310/stat : 23310 (java) S 23255 23258 4896 0 -1 1077944384 21334 12484 0 0 1263 62 4 3 20 0 15 0 147320567 14405136384 330284 18446744073709551615 4194304 4196468 140732143889648 139954634361616 139955035367125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
[pid=23258/tid=23311] ppid=23255 vsize=14067516 CPUtime=13.34 cores=0,2,4,6
/proc/23258/task/23311/stat : 23311 (java) S 23255 23258 4896 0 -1 1077944384 23436 12484 0 0 1263 64 4 3 20 0 15 0 147320567 14405136384 330284 18446744073709551615 4194304 4196468 140732143889648 139954633309328 139955035367125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
[pid=23258/tid=23312] ppid=23255 vsize=14067516 CPUtime=13.36 cores=0,2,4,6
/proc/23258/task/23312/stat : 23312 (java) S 23255 23258 4896 0 -1 1077944384 22846 12484 0 0 1265 64 4 3 20 0 15 0 147320567 14405136384 330284 18446744073709551615 4194304 4196468 140732143889648 139954632256528 139955035367125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
[pid=23258/tid=23313] ppid=23255 vsize=14067516 CPUtime=11.98 cores=0,2,4,6
/proc/23258/task/23313/stat : 23313 (java) S 23255 23258 4896 0 -1 1077944384 24045 12484 0 0 1126 65 4 3 20 0 15 0 147320569 14405136384 330284 18446744073709551615 4194304 4196468 140732143889648 139953952180336 139955035368066 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
[pid=23258/tid=23314] ppid=23255 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/23258/task/23314/stat : 23314 (java) S 23255 23258 4896 0 -1 1077944384 55 12484 0 0 0 0 4 3 20 0 15 0 147320569 14405136384 330284 18446744073709551615 4194304 4196468 140732143889648 139953951126368 139955035367125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
[pid=23258/tid=23315] ppid=23255 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/23258/task/23315/stat : 23315 (java) S 23255 23258 4896 0 -1 1077944384 44 12484 0 0 0 0 4 3 20 0 15 0 147320569 14405136384 330284 18446744073709551615 4194304 4196468 140732143889648 139953950073984 139955035367125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
[pid=23258/tid=23316] ppid=23255 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/23258/task/23316/stat : 23316 (java) S 23255 23258 4896 0 -1 1077944384 3 12484 0 0 0 0 4 3 20 0 15 0 147320572 14405136384 330284 18446744073709551615 4194304 4196468 140732143889648 139953949022288 139955035375515 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
[pid=23258/tid=23317] ppid=23255 vsize=14067516 CPUtime=3.7 cores=0,2,4,6
/proc/23258/task/23317/stat : 23317 (java) S 23255 23258 4896 0 -1 1077944384 15348 12484 0 0 360 3 4 3 20 0 15 0 147320572 14405136384 330284 18446744073709551615 4194304 4196468 140732143889648 139953947970160 139955035368066 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
[pid=23258/tid=23318] ppid=23255 vsize=14067516 CPUtime=3.61 cores=0,2,4,6
/proc/23258/task/23318/stat : 23318 (java) S 23255 23258 4896 0 -1 1077944384 12483 12484 0 0 351 3 4 3 20 0 15 0 147320572 14405136384 330284 18446744073709551615 4194304 4196468 140732143889648 139953946917360 139955035368066 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
[pid=23258/tid=23319] ppid=23255 vsize=14067516 CPUtime=1.73 cores=0,2,4,6
/proc/23258/task/23319/stat : 23319 (java) S 23255 23258 4896 0 -1 1077944384 15444 12484 0 0 163 3 4 3 20 0 15 0 147320572 14405136384 330284 18446744073709551615 4194304 4196468 140732143889648 139953945865072 139955035368066 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
[pid=23258/tid=23320] ppid=23255 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/23258/task/23320/stat : 23320 (java) S 23255 23258 4896 0 -1 1077944384 3 12484 0 0 0 0 4 3 20 0 15 0 147320572 14405136384 330284 18446744073709551615 4194304 4196468 140732143889648 139953944812512 139955035367125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
[pid=23258/tid=23321] ppid=23255 vsize=14067516 CPUtime=1.62 cores=0,2,4,6
/proc/23258/task/23321/stat : 23321 (java) S 23255 23258 4896 0 -1 1077944384 1657 12484 0 0 76 79 4 3 20 0 15 0 147320575 14405136384 330284 18446744073709551615 4194304 4196468 140732143889648 139953943759280 139955035368066 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
Current children cumulated CPU time (s) 2520.09
Current children cumulated vsize (KiB) 14067516

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

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

[startup+2473.4 s]
/proc/loadavg: 1.18 2.25 2.36 3/214 23866
/proc/meminfo: memFree=29242536/32770624 swapFree=0/456024
[pid=23258] ppid=23255 vsize=14200644 CPUtime=2520.61 cores=0,2,4,6
/proc/23258/stat : 23258 (java) S 23255 23258 4896 0 -1 1077944320 292178 12484 0 0 251657 397 4 3 20 0 17 0 147320544 14541459456 331927 18446744073709551615 4194304 4196468 140732143889648 140732143872192 139955035356919 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 10 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
/proc/23258/statm: 3550161 331927 3478 1 0 3538775 0
[pid=23258/tid=23308] ppid=23255 vsize=14200644 CPUtime=2444.62 cores=0,2,4,6
/proc/23258/task/23308/stat : 23308 (java) R 23255 23258 4896 0 -1 4202560 116078 12484 0 0 244393 62 4 3 20 0 17 0 147320567 14541459456 331927 18446744073709551615 4194304 4196468 140732143889648 139955039591840 139955035378266 0 4 1 16800974 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
[pid=23258/tid=23309] ppid=23255 vsize=14200644 CPUtime=13.45 cores=0,2,4,6
/proc/23258/task/23309/stat : 23309 (java) S 23255 23258 4896 0 -1 1077944384 31744 12484 0 0 1270 68 4 3 20 0 17 0 147320567 14541459456 331927 18446744073709551615 4194304 4196468 140732143889648 139955000638352 139955035367125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
[pid=23258/tid=23310] ppid=23255 vsize=14200644 CPUtime=13.42 cores=0,2,4,6
/proc/23258/task/23310/stat : 23310 (java) S 23255 23258 4896 0 -1 1077944384 21338 12484 0 0 1273 62 4 3 20 0 17 0 147320567 14541459456 331927 18446744073709551615 4194304 4196468 140732143889648 139954634361616 139955035367125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
[pid=23258/tid=23311] ppid=23255 vsize=14200644 CPUtime=13.45 cores=0,2,4,6
/proc/23258/task/23311/stat : 23311 (java) S 23255 23258 4896 0 -1 1077944384 23450 12484 0 0 1274 64 4 3 20 0 17 0 147320567 14541459456 331927 18446744073709551615 4194304 4196468 140732143889648 139954633309328 139955035367125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
[pid=23258/tid=23312] ppid=23255 vsize=14200644 CPUtime=13.46 cores=0,2,4,6
/proc/23258/task/23312/stat : 23312 (java) S 23255 23258 4896 0 -1 1077944384 22850 12484 0 0 1275 64 4 3 20 0 17 0 147320567 14541459456 331927 18446744073709551615 4194304 4196468 140732143889648 139954632256528 139955035367125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
[pid=23258/tid=23313] ppid=23255 vsize=14200644 CPUtime=12.07 cores=0,2,4,6
/proc/23258/task/23313/stat : 23313 (java) S 23255 23258 4896 0 -1 1077944384 29137 12484 0 0 1134 66 4 3 20 0 17 0 147320569 14541459456 331927 18446744073709551615 4194304 4196468 140732143889648 139953952180336 139955035368066 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
[pid=23258/tid=23314] ppid=23255 vsize=14200644 CPUtime=0.07 cores=0,2,4,6
/proc/23258/task/23314/stat : 23314 (java) S 23255 23258 4896 0 -1 1077944384 57 12484 0 0 0 0 4 3 20 0 17 0 147320569 14541459456 331927 18446744073709551615 4194304 4196468 140732143889648 139953951126368 139955035367125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
[pid=23258/tid=23315] ppid=23255 vsize=14200644 CPUtime=0.07 cores=0,2,4,6
/proc/23258/task/23315/stat : 23315 (java) S 23255 23258 4896 0 -1 1077944384 48 12484 0 0 0 0 4 3 20 0 17 0 147320569 14541459456 331927 18446744073709551615 4194304 4196468 140732143889648 139953950073984 139955035367125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
[pid=23258/tid=23316] ppid=23255 vsize=14200644 CPUtime=0.07 cores=0,2,4,6
/proc/23258/task/23316/stat : 23316 (java) S 23255 23258 4896 0 -1 1077944384 118 12484 0 0 0 0 4 3 20 0 17 0 147320572 14541459456 331927 18446744073709551615 4194304 4196468 140732143889648 139953949022288 139955035375515 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
[pid=23258/tid=23317] ppid=23255 vsize=14200644 CPUtime=3.7 cores=0,2,4,6
/proc/23258/task/23317/stat : 23317 (java) S 23255 23258 4896 0 -1 1077944384 15350 12484 0 0 360 3 4 3 20 0 17 0 147320572 14541459456 331927 18446744073709551615 4194304 4196468 140732143889648 139953947970160 139955035368066 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
[pid=23258/tid=23318] ppid=23255 vsize=14200644 CPUtime=3.61 cores=0,2,4,6
/proc/23258/task/23318/stat : 23318 (java) S 23255 23258 4896 0 -1 1077944384 12485 12484 0 0 351 3 4 3 20 0 17 0 147320572 14541459456 331927 18446744073709551615 4194304 4196468 140732143889648 139953946917360 139955035368066 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
[pid=23258/tid=23319] ppid=23255 vsize=14200644 CPUtime=1.73 cores=0,2,4,6
/proc/23258/task/23319/stat : 23319 (java) S 23255 23258 4896 0 -1 1077944384 15591 12484 0 0 163 3 4 3 20 0 17 0 147320572 14541459456 331927 18446744073709551615 4194304 4196468 140732143889648 139953945865072 139955035368066 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
[pid=23258/tid=23320] ppid=23255 vsize=14200644 CPUtime=0.07 cores=0,2,4,6
/proc/23258/task/23320/stat : 23320 (java) S 23255 23258 4896 0 -1 1077944384 3 12484 0 0 0 0 4 3 20 0 17 0 147320572 14541459456 331927 18446744073709551615 4194304 4196468 140732143889648 139953944812512 139955035367125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
[pid=23258/tid=23321] ppid=23255 vsize=14200644 CPUtime=1.62 cores=0,2,4,6
/proc/23258/task/23321/stat : 23321 (java) S 23255 23258 4896 0 -1 1077944384 1657 12484 0 0 76 79 4 3 20 0 17 0 147320575 14541459456 331927 18446744073709551615 4194304 4196468 140732143889648 139953943759280 139955035368066 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23511040 140732143896528 140732143899313 140732143899313 140732143902671 0
Current children cumulated CPU time (s) 2520.61
Current children cumulated vsize (KiB) 14200644

Child status: 143
Real time (s): 2473.42
CPU time (s): 2520.65
CPU user time (s): 2516.63
CPU system time (s): 4.02145
CPU usage (%): 101.91
Max. virtual memory (cumulated for all children) (KiB): 14200644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.63
system time used= 4.02145
maximum resident set size= 1409596
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 304883
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 314474
involuntary context switches= 10314

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.35914 second user time and 17.5035 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-11 20:23:33
IDJOB=4261856
IDBENCH=138136
IDSOLVER=2650
FILE ID=node132/4261856-1502476677
RUNJOBID= node132-1502411403-4959
PBS_JOBID= 
Free space on /tmp= 62008 MiB

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

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

MD5SUM BENCH= c58f2fe5ede8c4d6ff77ee35850bdc3a
RANDOM SEED=884926491

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:        26741184 kB
MemAvailable:   27619276 kB
Buffers:          301428 kB
Cached:           886748 kB
SwapCached:            0 kB
Active:          5081392 kB
Inactive:         504696 kB
Active(anon):    4398972 kB
Inactive(anon):    49012 kB
Active(file):     682420 kB
Inactive(file):   455684 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24468 kB
Writeback:             0 kB
AnonPages:       4398116 kB
Mapped:            73300 kB
Shmem:             49852 kB
Slab:             138864 kB
SReclaimable:     111644 kB
SUnreclaim:        27220 kB
KernelStack:        3536 kB
PageTables:        13320 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5116552 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4014080 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= 61984 MiB
End job on node132 at 2017-08-11 21:04:46