Trace number 4262476

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 NameAnswerCPU timeWall clock time
Concrete 3.4? (TO) 2521.1699 2460.46

General information on the benchmark

NameCoveringArray/CoveringArray-elt-s1/
CoveringArray-elt-3-09-2-12.xml
MD5SUM184e4a42ac40b5c8b3b859f3d89928ae
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark228.916
Satisfiable
(Un)Satisfiability was proved
Number of variables1680
Number of constraints768
Number of domains2
Minimum domain size8
Maximum domain size12
Distribution of domain sizes[{"size":8,"count":1008},{"size":12,"count":672}]
Minimum variable degree2
Maximum variable degree9
Distribution of variable degrees[{"degree":2,"count":672},{"degree":9,"count":1008}]
Minimum constraint arity8
Maximum constraint arity84
Distribution of constraint arities[{"arity":8,"count":84},{"arity":13,"count":672},{"arity":84,"count":12}]
Number of extensional constraints12
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":12},{"type":"allDifferent","count":84},{"type":"element","count":672}]
Optimization problemNO
Type of objective

Solver Data

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

pid=32213
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.33 1.53 1.68 3/194 32216
/proc/meminfo: memFree=27754076/32770624 swapFree=0/318184
[pid=32216] ppid=32213 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/32216/stat : 32216 (runsolver) D 32213 32216 16548 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 50719388 24240128 106 18446744073709551615 4194304 4338465 140726859557760 140726859555400 140543873864407 0 0 1 24578 18446744071580418449 0 0 17 2 0 0 0 0 0 6438912 6441760 16019456 140726859559120 140726859559497 140726859559497 140726859562954 0
/proc/32216/statm: 5918 106 53 36 0 2156 0

[startup+0.100491 s]
/proc/loadavg: 1.33 1.53 1.68 3/194 32216
/proc/meminfo: memFree=27754076/32770624 swapFree=0/318184
[pid=32216] ppid=32213 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/32216/stat : 32216 (bash) S 32213 32216 16548 0 -1 4202496 798 5297 0 0 0 0 0 1 20 0 1 0 50719388 9867264 360 18446744073709551615 4194304 5098028 140735723697136 140735723694792 140419909315584 0 0 5 65536 18446744071580971376 0 0 17 6 0 0 8 0 0 7196144 7232144 13914112 140735723700756 140735723700841 140735723700841 140735723704298 0
/proc/32216/statm: 2409 360 286 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.200189 s]
/proc/loadavg: 1.33 1.53 1.68 3/194 32216
/proc/meminfo: memFree=27754076/32770624 swapFree=0/318184
[pid=32216] ppid=32213 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/32216/stat : 32216 (bash) S 32213 32216 16548 0 -1 4202496 897 6476 0 0 0 0 0 1 20 0 1 0 50719388 9867264 377 18446744073709551615 4194304 5098028 140735723697136 140735723691144 140419909315584 0 0 5 65536 18446744071580971376 0 0 17 6 0 0 8 0 0 7196144 7232144 13914112 140735723700756 140735723700841 140735723700841 140735723704298 0
/proc/32216/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300286 s]
/proc/loadavg: 1.33 1.53 1.68 3/194 32216
/proc/meminfo: memFree=27754076/32770624 swapFree=0/318184
[pid=32216] ppid=32213 vsize=13907308 CPUtime=0.14 cores=0,2,4,6
/proc/32216/stat : 32216 (java) S 32213 32216 16548 0 -1 1077944320 5486 12739 0 0 5 1 5 3 20 0 14 0 50719388 14241083392 5170 18446744073709551615 4194304 4196468 140728431819904 140728431802448 140418138857207 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
/proc/32216/statm: 3476827 5170 2572 1 0 3466324 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 13907308

[startup+0.700224 s]
/proc/loadavg: 1.33 1.53 1.68 3/194 32216
/proc/meminfo: memFree=27754076/32770624 swapFree=0/318184
[pid=32216] ppid=32213 vsize=13974784 CPUtime=0.66 cores=0,2,4,6
/proc/32216/stat : 32216 (java) S 32213 32216 16548 0 -1 1077944320 13560 12739 0 0 54 4 5 3 20 0 15 0 50719388 14310178816 14547 18446744073709551615 4194304 4196468 140728431819904 140728431802448 140418138857207 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
/proc/32216/statm: 3493696 14547 3114 1 0 3482965 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 13974784

[startup+1.50122 s]
/proc/loadavg: 1.33 1.53 1.68 3/209 32279
/proc/meminfo: memFree=27660644/32770624 swapFree=0/318412
[pid=32216] ppid=32213 vsize=13985408 CPUtime=1.86 cores=0,2,4,6
/proc/32216/stat : 32216 (java) S 32213 32216 16548 0 -1 1077944320 24775 12739 0 0 170 8 5 3 20 0 15 0 50719388 14321057792 34039 18446744073709551615 4194304 4196468 140728431819904 140728431802448 140418138857207 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
/proc/32216/statm: 3496352 34039 3343 1 0 3485525 0
[pid=32216/tid=32266] ppid=32213 vsize=13985408 CPUtime=1.3 cores=0,2,4,6
/proc/32216/task/32266/stat : 32266 (java) R 32213 32216 16548 0 -1 4202560 19980 12739 0 0 116 6 5 3 20 0 15 0 50719408 14321057792 34039 18446744073709551615 4194304 4196468 140728431819904 140418143077792 140418124550688 0 4 1 16800974 0 0 0 -1 2 0 0 5 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
[pid=32216/tid=32267] ppid=32213 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/32216/task/32267/stat : 32267 (java) S 32213 32216 16548 0 -1 1077944384 1 12739 0 0 0 0 5 3 20 0 15 0 50719409 14321057792 34039 18446744073709551615 4194304 4196468 140728431819904 140418058271888 140418138867413 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
[pid=32216/tid=32268] ppid=32213 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/32216/task/32268/stat : 32268 (java) S 32213 32216 16548 0 -1 1077944384 1 12739 0 0 0 0 5 3 20 0 15 0 50719409 14321057792 34039 18446744073709551615 4194304 4196468 140728431819904 140418057219088 140418138867413 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
[pid=32216/tid=32269] ppid=32213 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/32216/task/32269/stat : 32269 (java) S 32213 32216 16548 0 -1 1077944384 1 12739 0 0 0 0 5 3 20 0 15 0 50719409 14321057792 34039 18446744073709551615 4194304 4196468 140728431819904 140418056166288 140418138867413 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
[pid=32216/tid=32270] ppid=32213 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/32216/task/32270/stat : 32270 (java) S 32213 32216 16548 0 -1 1077944384 2 12739 0 0 0 0 5 3 20 0 15 0 50719409 14321057792 34039 18446744073709551615 4194304 4196468 140728431819904 140418055113488 140418138867413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
[pid=32216/tid=32271] ppid=32213 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/32216/task/32271/stat : 32271 (java) S 32213 32216 16548 0 -1 1077944384 5 12739 0 0 0 0 5 3 20 0 15 0 50719411 14321057792 34039 18446744073709551615 4194304 4196468 140728431819904 140417121888624 140418138868354 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
[pid=32216/tid=32272] ppid=32213 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/32216/task/32272/stat : 32272 (java) S 32213 32216 16548 0 -1 1077944384 33 12739 0 0 0 0 5 3 20 0 15 0 50719411 14321057792 34039 18446744073709551615 4194304 4196468 140728431819904 140417120834592 140418138867413 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
[pid=32216/tid=32273] ppid=32213 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/32216/task/32273/stat : 32273 (java) S 32213 32216 16548 0 -1 1077944384 21 12739 0 0 0 0 5 3 20 0 15 0 50719411 14321057792 34039 18446744073709551615 4194304 4196468 140728431819904 140417119781744 140418138867413 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
[pid=32216/tid=32274] ppid=32213 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/32216/task/32274/stat : 32274 (java) S 32213 32216 16548 0 -1 1077944384 3 12739 0 0 0 0 5 3 20 0 15 0 50719414 14321057792 34039 18446744073709551615 4194304 4196468 140728431819904 140417118730064 140418138875803 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
[pid=32216/tid=32275] ppid=32213 vsize=13985408 CPUtime=0.24 cores=0,2,4,6
/proc/32216/task/32275/stat : 32275 (java) S 32213 32216 16548 0 -1 1077944384 1132 12739 0 0 16 0 5 3 20 0 15 0 50719414 14321057792 34039 18446744073709551615 4194304 4196468 140728431819904 140417117678448 140418138868354 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
[pid=32216/tid=32276] ppid=32213 vsize=13985408 CPUtime=0.21 cores=0,2,4,6
/proc/32216/task/32276/stat : 32276 (java) S 32213 32216 16548 0 -1 1077944384 547 12739 0 0 13 0 5 3 20 0 15 0 50719414 14321057792 34039 18446744073709551615 4194304 4196468 140728431819904 140417116625648 140418138868354 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
[pid=32216/tid=32277] ppid=32213 vsize=13985408 CPUtime=0.31 cores=0,2,4,6
/proc/32216/task/32277/stat : 32277 (java) R 32213 32216 16548 0 -1 4202560 887 12739 0 0 23 0 5 3 20 0 15 0 50719414 14321057792 34039 18446744073709551615 4194304 4196468 140728431819904 140417115568800 140418122482800 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
[pid=32216/tid=32278] ppid=32213 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/32216/task/32278/stat : 32278 (java) S 32213 32216 16548 0 -1 1077944384 3 12739 0 0 0 0 5 3 20 0 15 0 50719414 14321057792 34039 18446744073709551615 4194304 4196468 140728431819904 140417114520288 140418138867413 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
[pid=32216/tid=32279] ppid=32213 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/32216/task/32279/stat : 32279 (java) S 32213 32216 16548 0 -1 1077944384 3 12739 0 0 0 0 5 3 20 0 15 0 50719420 14321057792 34039 18446744073709551615 4194304 4196468 140728431819904 140417113467568 140418138868354 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 13985408

[startup+3.10148 s]
/proc/loadavg: 1.33 1.53 1.68 3/209 32279
/proc/meminfo: memFree=27584768/32770624 swapFree=0/318412
[pid=32216] ppid=32213 vsize=13997884 CPUtime=5.49 cores=0,2,4,6
/proc/32216/stat : 32216 (java) S 32213 32216 16548 0 -1 1077944320 37381 12739 0 0 527 14 5 3 20 0 15 0 50719388 14333833216 57026 18446744073709551615 4194304 4196468 140728431819904 140728431802448 140418138857207 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
/proc/32216/statm: 3499471 57026 3449 1 0 3488085 0
[pid=32216/tid=32266] ppid=32213 vsize=13997884 CPUtime=2.86 cores=0,2,4,6
/proc/32216/task/32266/stat : 32266 (java) R 32213 32216 16548 0 -1 4202560 28002 12739 0 0 270 8 5 3 20 0 15 0 50719408 14333833216 57026 18446744073709551615 4194304 4196468 140728431819904 140418142995472 140418116859875 0 4 1 16800974 0 0 0 -1 4 0 0 5 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
[pid=32216/tid=32267] ppid=32213 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/32216/task/32267/stat : 32267 (java) S 32213 32216 16548 0 -1 1077944384 36 12739 0 0 0 0 5 3 20 0 15 0 50719409 14333833216 57026 18446744073709551615 4194304 4196468 140728431819904 140418058271888 140418138867413 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
[pid=32216/tid=32268] ppid=32213 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/32216/task/32268/stat : 32268 (java) S 32213 32216 16548 0 -1 1077944384 36 12739 0 0 0 0 5 3 20 0 15 0 50719409 14333833216 57026 18446744073709551615 4194304 4196468 140728431819904 140418057219088 140418138867413 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
[pid=32216/tid=32269] ppid=32213 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/32216/task/32269/stat : 32269 (java) S 32213 32216 16548 0 -1 1077944384 36 12739 0 0 1 0 5 3 20 0 15 0 50719409 14333833216 57026 18446744073709551615 4194304 4196468 140728431819904 140418056166288 140418138867413 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
[pid=32216/tid=32270] ppid=32213 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/32216/task/32270/stat : 32270 (java) S 32213 32216 16548 0 -1 1077944384 215 12739 0 0 0 0 5 3 20 0 15 0 50719409 14333833216 57026 18446744073709551615 4194304 4196468 140728431819904 140418055113488 140418138867413 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
[pid=32216/tid=32271] ppid=32213 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/32216/task/32271/stat : 32271 (java) S 32213 32216 16548 0 -1 1077944384 877 12739 0 0 1 0 5 3 20 0 15 0 50719411 14333833216 57026 18446744073709551615 4194304 4196468 140728431819904 140417121888624 140418138868354 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
[pid=32216/tid=32272] ppid=32213 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/32216/task/32272/stat : 32272 (java) S 32213 32216 16548 0 -1 1077944384 54 12739 0 0 0 0 5 3 20 0 15 0 50719411 14333833216 57026 18446744073709551615 4194304 4196468 140728431819904 140417120834592 140418138867413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
[pid=32216/tid=32273] ppid=32213 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/32216/task/32273/stat : 32273 (java) S 32213 32216 16548 0 -1 1077944384 45 12739 0 0 0 0 5 3 20 0 15 0 50719411 14333833216 57026 18446744073709551615 4194304 4196468 140728431819904 140417119781744 140418138867413 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
[pid=32216/tid=32274] ppid=32213 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/32216/task/32274/stat : 32274 (java) S 32213 32216 16548 0 -1 1077944384 3 12739 0 0 0 0 5 3 20 0 15 0 50719414 14333833216 57026 18446744073709551615 4194304 4196468 140728431819904 140417118730064 140418138875803 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
[pid=32216/tid=32275] ppid=32213 vsize=13997884 CPUtime=0.87 cores=0,2,4,6
/proc/32216/task/32275/stat : 32275 (java) S 32213 32216 16548 0 -1 1077944384 2063 12739 0 0 78 1 5 3 20 0 15 0 50719414 14333833216 57026 18446744073709551615 4194304 4196468 140728431819904 140417117678448 140418138868354 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
[pid=32216/tid=32276] ppid=32213 vsize=13997884 CPUtime=0.77 cores=0,2,4,6
/proc/32216/task/32276/stat : 32276 (java) S 32213 32216 16548 0 -1 1077944384 1052 12739 0 0 69 0 5 3 20 0 15 0 50719414 14333833216 57026 18446744073709551615 4194304 4196468 140728431819904 140417116625648 140418138868354 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
[pid=32216/tid=32277] ppid=32213 vsize=13997884 CPUtime=1.1 cores=0,2,4,6
/proc/32216/task/32277/stat : 32277 (java) R 32213 32216 16548 0 -1 4202560 2800 12739 0 0 101 1 5 3 20 0 15 0 50719414 14333833216 57026 18446744073709551615 4194304 4196468 140728431819904 140417115572848 140418138878554 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
[pid=32216/tid=32278] ppid=32213 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/32216/task/32278/stat : 32278 (java) S 32213 32216 16548 0 -1 1077944384 3 12739 0 0 0 0 5 3 20 0 15 0 50719414 14333833216 57026 18446744073709551615 4194304 4196468 140728431819904 140417114520288 140418138867413 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
[pid=32216/tid=32279] ppid=32213 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/32216/task/32279/stat : 32279 (java) S 32213 32216 16548 0 -1 1077944384 3 12739 0 0 0 0 5 3 20 0 15 0 50719420 14333833216 57026 18446744073709551615 4194304 4196468 140728431819904 140417113467568 140418138868354 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
Current children cumulated CPU time (s) 5.49
Current children cumulated vsize (KiB) 13997884

[startup+6.30069 s]
/proc/loadavg: 1.47 1.55 1.68 8/209 32279
/proc/meminfo: memFree=27368128/32770624 swapFree=0/318412
[pid=32216] ppid=32213 vsize=14001980 CPUtime=14.98 cores=0,2,4,6
/proc/32216/stat : 32216 (java) S 32213 32216 16548 0 -1 1077944320 55918 12739 0 0 1467 23 5 3 20 0 15 0 50719388 14338027520 112408 18446744073709551615 4194304 4196468 140728431819904 140728431802448 140418138857207 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
/proc/32216/statm: 3500495 112408 3460 1 0 3489109 0
[pid=32216/tid=32266] ppid=32213 vsize=14001980 CPUtime=5.87 cores=0,2,4,6
/proc/32216/task/32266/stat : 32266 (java) R 32213 32216 16548 0 -1 4202560 32908 12739 0 0 568 11 5 3 20 0 15 0 50719408 14338027520 112408 18446744073709551615 4194304 4196468 140728431819904 140418143085720 140417746031753 0 4 1 16800974 0 0 0 -1 4 0 0 5 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
[pid=32216/tid=32267] ppid=32213 vsize=14001980 CPUtime=0.16 cores=0,2,4,6
/proc/32216/task/32267/stat : 32267 (java) S 32213 32216 16548 0 -1 1077944384 174 12739 0 0 7 1 5 3 20 0 15 0 50719409 14338027520 112408 18446744073709551615 4194304 4196468 140728431819904 140418058271888 140418138867413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
[pid=32216/tid=32268] ppid=32213 vsize=14001980 CPUtime=0.16 cores=0,2,4,6
/proc/32216/task/32268/stat : 32268 (java) S 32213 32216 16548 0 -1 1077944384 531 12739 0 0 7 1 5 3 20 0 15 0 50719409 14338027520 112408 18446744073709551615 4194304 4196468 140728431819904 140418057219088 140418138867413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
[pid=32216/tid=32269] ppid=32213 vsize=14001980 CPUtime=0.19 cores=0,2,4,6
/proc/32216/task/32269/stat : 32269 (java) S 32213 32216 16548 0 -1 1077944384 117 12739 0 0 10 1 5 3 20 0 15 0 50719409 14338027520 112408 18446744073709551615 4194304 4196468 140728431819904 140418056166288 140418138867413 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
[pid=32216/tid=32270] ppid=32213 vsize=14001980 CPUtime=0.19 cores=0,2,4,6
/proc/32216/task/32270/stat : 32270 (java) S 32213 32216 16548 0 -1 1077944384 261 12739 0 0 10 1 5 3 20 0 15 0 50719409 14338027520 112408 18446744073709551615 4194304 4196468 140728431819904 140418055113488 140418138867413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
[pid=32216/tid=32271] ppid=32213 vsize=14001980 CPUtime=0.13 cores=0,2,4,6
/proc/32216/task/32271/stat : 32271 (java) S 32213 32216 16548 0 -1 1077944384 2405 12739 0 0 5 0 5 3 20 0 15 0 50719411 14338027520 112408 18446744073709551615 4194304 4196468 140728431819904 140417121888624 140418138868354 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
[pid=32216/tid=32272] ppid=32213 vsize=14001980 CPUtime=0.08 cores=0,2,4,6
/proc/32216/task/32272/stat : 32272 (java) S 32213 32216 16548 0 -1 1077944384 56 12739 0 0 0 0 5 3 20 0 15 0 50719411 14338027520 112408 18446744073709551615 4194304 4196468 140728431819904 140417120834656 140418138867413 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
[pid=32216/tid=32273] ppid=32213 vsize=14001980 CPUtime=0.08 cores=0,2,4,6
/proc/32216/task/32273/stat : 32273 (java) S 32213 32216 16548 0 -1 1077944384 48 12739 0 0 0 0 5 3 20 0 15 0 50719411 14338027520 112408 18446744073709551615 4194304 4196468 140728431819904 140417119781760 140418138867413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
[pid=32216/tid=32274] ppid=32213 vsize=14001980 CPUtime=0.08 cores=0,2,4,6
/proc/32216/task/32274/stat : 32274 (java) S 32213 32216 16548 0 -1 1077944384 3 12739 0 0 0 0 5 3 20 0 15 0 50719414 14338027520 112408 18446744073709551615 4194304 4196468 140728431819904 140417118730064 140418138875803 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
[pid=32216/tid=32275] ppid=32213 vsize=14001980 CPUtime=3.54 cores=0,2,4,6
/proc/32216/task/32275/stat : 32275 (java) S 32213 32216 16548 0 -1 1077944384 5306 12739 0 0 345 1 5 3 20 0 15 0 50719414 14338027520 112408 18446744073709551615 4194304 4196468 140728431819904 140417117678448 140418138868354 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
[pid=32216/tid=32276] ppid=32213 vsize=14001980 CPUtime=3.61 cores=0,2,4,6
/proc/32216/task/32276/stat : 32276 (java) S 32213 32216 16548 0 -1 1077944384 4321 12739 0 0 352 1 5 3 20 0 15 0 50719414 14338027520 112408 18446744073709551615 4194304 4196468 140728431819904 140417116625648 140418138868354 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
[pid=32216/tid=32277] ppid=32213 vsize=14001980 CPUtime=1.68 cores=0,2,4,6
/proc/32216/task/32277/stat : 32277 (java) S 32213 32216 16548 0 -1 1077944384 7047 12739 0 0 158 2 5 3 20 0 15 0 50719414 14338027520 112408 18446744073709551615 4194304 4196468 140728431819904 140417115572848 140418138868354 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
[pid=32216/tid=32278] ppid=32213 vsize=14001980 CPUtime=0.08 cores=0,2,4,6
/proc/32216/task/32278/stat : 32278 (java) S 32213 32216 16548 0 -1 1077944384 3 12739 0 0 0 0 5 3 20 0 15 0 50719414 14338027520 112408 18446744073709551615 4194304 4196468 140728431819904 140417114520288 140418138867413 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
[pid=32216/tid=32279] ppid=32213 vsize=14001980 CPUtime=0.08 cores=0,2,4,6
/proc/32216/task/32279/stat : 32279 (java) S 32213 32216 16548 0 -1 1077944384 582 12739 0 0 0 0 5 3 20 0 15 0 50719420 14338027520 112408 18446744073709551615 4194304 4196468 140728431819904 140417113467568 140418138868354 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
Current children cumulated CPU time (s) 14.98
Current children cumulated vsize (KiB) 14001980

[startup+12.7006 s]
/proc/loadavg: 1.67 1.59 1.70 3/209 32279
/proc/meminfo: memFree=26805296/32770624 swapFree=0/318412
[pid=32216] ppid=32213 vsize=14069564 CPUtime=25.63 cores=0,2,4,6
/proc/32216/stat : 32216 (java) S 32213 32216 16548 0 -1 1077944320 97599 12739 0 0 2515 40 5 3 20 0 15 0 50719388 14407233536 241259 18446744073709551615 4194304 4196468 140728431819904 140728431802448 140418138857207 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
/proc/32216/statm: 3517391 241259 3478 1 0 3506005 0
[pid=32216/tid=32266] ppid=32213 vsize=14069564 CPUtime=12.21 cores=0,2,4,6
/proc/32216/task/32266/stat : 32266 (java) R 32213 32216 16548 0 -1 4202560 52471 12739 0 0 1194 19 5 3 20 0 15 0 50719408 14407233536 241259 18446744073709551615 4194304 4196468 140728431819904 140418143088608 140417735831613 0 4 1 16800974 0 0 0 -1 0 0 0 5 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
[pid=32216/tid=32267] ppid=32213 vsize=14069564 CPUtime=0.2 cores=0,2,4,6
/proc/32216/task/32267/stat : 32267 (java) S 32213 32216 16548 0 -1 1077944384 845 12739 0 0 10 2 5 3 20 0 15 0 50719409 14407233536 241259 18446744073709551615 4194304 4196468 140728431819904 140418058271888 140418138867413 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
[pid=32216/tid=32268] ppid=32213 vsize=14069564 CPUtime=0.2 cores=0,2,4,6
/proc/32216/task/32268/stat : 32268 (java) S 32213 32216 16548 0 -1 1077944384 571 12739 0 0 10 2 5 3 20 0 15 0 50719409 14407233536 241259 18446744073709551615 4194304 4196468 140728431819904 140418057219088 140418138867413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
[pid=32216/tid=32269] ppid=32213 vsize=14069564 CPUtime=0.23 cores=0,2,4,6
/proc/32216/task/32269/stat : 32269 (java) S 32213 32216 16548 0 -1 1077944384 223 12739 0 0 13 2 5 3 20 0 15 0 50719409 14407233536 241259 18446744073709551615 4194304 4196468 140728431819904 140418056166288 140418138867413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
[pid=32216/tid=32270] ppid=32213 vsize=14069564 CPUtime=0.23 cores=0,2,4,6
/proc/32216/task/32270/stat : 32270 (java) S 32213 32216 16548 0 -1 1077944384 302 12739 0 0 13 2 5 3 20 0 15 0 50719409 14407233536 241259 18446744073709551615 4194304 4196468 140728431819904 140418055113488 140418138867413 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
[pid=32216/tid=32271] ppid=32213 vsize=14069564 CPUtime=0.14 cores=0,2,4,6
/proc/32216/task/32271/stat : 32271 (java) S 32213 32216 16548 0 -1 1077944384 2780 12739 0 0 6 0 5 3 20 0 15 0 50719411 14407233536 241259 18446744073709551615 4194304 4196468 140728431819904 140417121888624 140418138868354 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
[pid=32216/tid=32272] ppid=32213 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/32216/task/32272/stat : 32272 (java) S 32213 32216 16548 0 -1 1077944384 61 12739 0 0 0 0 5 3 20 0 15 0 50719411 14407233536 241259 18446744073709551615 4194304 4196468 140728431819904 140417120834656 140418138867413 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
[pid=32216/tid=32273] ppid=32213 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/32216/task/32273/stat : 32273 (java) S 32213 32216 16548 0 -1 1077944384 54 12739 0 0 0 0 5 3 20 0 15 0 50719411 14407233536 241259 18446744073709551615 4194304 4196468 140728431819904 140417119781760 140418138867413 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
[pid=32216/tid=32274] ppid=32213 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/32216/task/32274/stat : 32274 (java) S 32213 32216 16548 0 -1 1077944384 3 12739 0 0 0 0 5 3 20 0 15 0 50719414 14407233536 241259 18446744073709551615 4194304 4196468 140728431819904 140417118730064 140418138875803 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0

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

/proc/32216/task/32278/stat : 32278 (java) S 32213 32216 16548 0 -1 1077944384 3 12739 0 0 0 0 5 3 20 0 15 0 50719414 14407233536 387275 18446744073709551615 4194304 4196468 140728431819904 140417114520288 140418138867413 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
[pid=32216/tid=32279] ppid=32213 vsize=14069564 CPUtime=1.54 cores=0,2,4,6
/proc/32216/task/32279/stat : 32279 (java) S 32213 32216 16548 0 -1 1077944384 2916 12739 0 0 68 78 5 3 20 0 15 0 50719420 14407233536 387275 18446744073709551615 4194304 4196468 140728431819904 140417113467568 140418138868354 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
Current children cumulated CPU time (s) 2379.48
Current children cumulated vsize (KiB) 14069564

[startup+2382.3 s]
/proc/loadavg: 1.51 1.40 1.42 3/209 32692
/proc/meminfo: memFree=29001132/32770624 swapFree=0/318932
[pid=32216] ppid=32213 vsize=14069564 CPUtime=2440.69 cores=0,2,4,6
/proc/32216/stat : 32216 (java) S 32213 32216 16548 0 -1 1077944320 329764 12739 0 0 243726 335 5 3 20 0 15 0 50719388 14407233536 386121 18446744073709551615 4194304 4196468 140728431819904 140728431802448 140418138857207 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
/proc/32216/statm: 3517391 386121 3480 1 0 3506005 0
[pid=32216/tid=32266] ppid=32213 vsize=14069564 CPUtime=2355.9 cores=0,2,4,6
/proc/32216/task/32266/stat : 32266 (java) R 32213 32216 16548 0 -1 4202560 125614 12739 0 0 235521 61 5 3 20 0 15 0 50719408 14407233536 386121 18446744073709551615 4194304 4196468 140728431819904 140418143088256 140417735180734 0 4 1 16800974 0 0 0 -1 6 0 0 5 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
[pid=32216/tid=32267] ppid=32213 vsize=14069564 CPUtime=15.62 cores=0,2,4,6
/proc/32216/task/32267/stat : 32267 (java) S 32213 32216 16548 0 -1 1077944384 30516 12739 0 0 1511 43 5 3 20 0 15 0 50719409 14407233536 386121 18446744073709551615 4194304 4196468 140728431819904 140418058271888 140418138867413 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
[pid=32216/tid=32268] ppid=32213 vsize=14069564 CPUtime=15.61 cores=0,2,4,6
/proc/32216/task/32268/stat : 32268 (java) S 32213 32216 16548 0 -1 1077944384 35365 12739 0 0 1508 45 5 3 20 0 15 0 50719409 14407233536 386121 18446744073709551615 4194304 4196468 140728431819904 140418057219088 140418138867413 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
[pid=32216/tid=32269] ppid=32213 vsize=14069564 CPUtime=15.63 cores=0,2,4,6
/proc/32216/task/32269/stat : 32269 (java) S 32213 32216 16548 0 -1 1077944384 30593 12739 0 0 1512 43 5 3 20 0 15 0 50719409 14407233536 386121 18446744073709551615 4194304 4196468 140728431819904 140418056166288 140418138867413 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
[pid=32216/tid=32270] ppid=32213 vsize=14069564 CPUtime=15.61 cores=0,2,4,6
/proc/32216/task/32270/stat : 32270 (java) S 32213 32216 16548 0 -1 1077944384 23017 12739 0 0 1514 39 5 3 20 0 15 0 50719409 14407233536 386121 18446744073709551615 4194304 4196468 140728431819904 140418055113488 140418138867413 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
[pid=32216/tid=32271] ppid=32213 vsize=14069564 CPUtime=7.7 cores=0,2,4,6
/proc/32216/task/32271/stat : 32271 (java) S 32213 32216 16548 0 -1 1077944384 22761 12739 0 0 710 52 5 3 20 0 15 0 50719411 14407233536 386121 18446744073709551615 4194304 4196468 140728431819904 140417121888624 140418138868354 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
[pid=32216/tid=32272] ppid=32213 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/32216/task/32272/stat : 32272 (java) S 32213 32216 16548 0 -1 1077944384 61 12739 0 0 0 0 5 3 20 0 15 0 50719411 14407233536 386121 18446744073709551615 4194304 4196468 140728431819904 140417120834656 140418138867413 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
[pid=32216/tid=32273] ppid=32213 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/32216/task/32273/stat : 32273 (java) S 32213 32216 16548 0 -1 1077944384 54 12739 0 0 0 0 5 3 20 0 15 0 50719411 14407233536 386121 18446744073709551615 4194304 4196468 140728431819904 140417119781760 140418138867413 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
[pid=32216/tid=32274] ppid=32213 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/32216/task/32274/stat : 32274 (java) S 32213 32216 16548 0 -1 1077944384 3 12739 0 0 0 0 5 3 20 0 15 0 50719414 14407233536 386121 18446744073709551615 4194304 4196468 140728431819904 140417118730064 140418138875803 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
[pid=32216/tid=32275] ppid=32213 vsize=14069564 CPUtime=5.66 cores=0,2,4,6
/proc/32216/task/32275/stat : 32275 (java) S 32213 32216 16548 0 -1 1077944384 13768 12739 0 0 555 3 5 3 20 0 15 0 50719414 14407233536 386121 18446744073709551615 4194304 4196468 140728431819904 140417117678448 140418138868354 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
[pid=32216/tid=32276] ppid=32213 vsize=14069564 CPUtime=5.72 cores=0,2,4,6
/proc/32216/task/32276/stat : 32276 (java) S 32213 32216 16548 0 -1 1077944384 19947 12739 0 0 561 3 5 3 20 0 15 0 50719414 14407233536 386121 18446744073709551615 4194304 4196468 140728431819904 140417116625648 140418138868354 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
[pid=32216/tid=32277] ppid=32213 vsize=14069564 CPUtime=2.26 cores=0,2,4,6
/proc/32216/task/32277/stat : 32277 (java) S 32213 32216 16548 0 -1 1077944384 22980 12739 0 0 214 4 5 3 20 0 15 0 50719414 14407233536 386121 18446744073709551615 4194304 4196468 140728431819904 140417115572848 140418138868354 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
[pid=32216/tid=32278] ppid=32213 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/32216/task/32278/stat : 32278 (java) S 32213 32216 16548 0 -1 1077944384 3 12739 0 0 0 0 5 3 20 0 15 0 50719414 14407233536 386121 18446744073709551615 4194304 4196468 140728431819904 140417114520288 140418138867413 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
[pid=32216/tid=32279] ppid=32213 vsize=14069564 CPUtime=1.58 cores=0,2,4,6
/proc/32216/task/32279/stat : 32279 (java) S 32213 32216 16548 0 -1 1077944384 2926 12739 0 0 69 81 5 3 20 0 15 0 50719420 14407233536 386121 18446744073709551615 4194304 4196468 140728431819904 140417113467568 140418138868354 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
Current children cumulated CPU time (s) 2440.69
Current children cumulated vsize (KiB) 14069564

[startup+2442.3 s]
/proc/loadavg: 1.25 1.34 1.39 3/209 32694
/proc/meminfo: memFree=29003372/32770624 swapFree=0/318940
[pid=32216] ppid=32213 vsize=14069564 CPUtime=2501.91 cores=0,2,4,6
/proc/32216/stat : 32216 (java) S 32213 32216 16548 0 -1 1077944320 333002 12739 0 0 249842 341 5 3 20 0 15 0 50719388 14407233536 386669 18446744073709551615 4194304 4196468 140728431819904 140728431802448 140418138857207 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
/proc/32216/statm: 3517391 386669 3480 1 0 3506005 0
[pid=32216/tid=32266] ppid=32213 vsize=14069564 CPUtime=2415.17 cores=0,2,4,6
/proc/32216/task/32266/stat : 32266 (java) R 32213 32216 16548 0 -1 4202560 126855 12739 0 0 241448 61 5 3 20 0 15 0 50719408 14407233536 386669 18446744073709551615 4194304 4196468 140728431819904 140418143084096 140417742032080 0 4 1 16800974 0 0 0 -1 0 0 0 5 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
[pid=32216/tid=32267] ppid=32213 vsize=14069564 CPUtime=16.05 cores=0,2,4,6
/proc/32216/task/32267/stat : 32267 (java) S 32213 32216 16548 0 -1 1077944384 30734 12739 0 0 1553 44 5 3 20 0 15 0 50719409 14407233536 386669 18446744073709551615 4194304 4196468 140728431819904 140418058271888 140418138867413 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
[pid=32216/tid=32268] ppid=32213 vsize=14069564 CPUtime=16.03 cores=0,2,4,6
/proc/32216/task/32268/stat : 32268 (java) S 32213 32216 16548 0 -1 1077944384 35950 12739 0 0 1549 46 5 3 20 0 15 0 50719409 14407233536 386669 18446744073709551615 4194304 4196468 140728431819904 140418057219088 140418138867413 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
[pid=32216/tid=32269] ppid=32213 vsize=14069564 CPUtime=16.06 cores=0,2,4,6
/proc/32216/task/32269/stat : 32269 (java) S 32213 32216 16548 0 -1 1077944384 30833 12739 0 0 1554 44 5 3 20 0 15 0 50719409 14407233536 386669 18446744073709551615 4194304 4196468 140728431819904 140418056166288 140418138867413 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
[pid=32216/tid=32270] ppid=32213 vsize=14069564 CPUtime=16.04 cores=0,2,4,6
/proc/32216/task/32270/stat : 32270 (java) S 32213 32216 16548 0 -1 1077944384 23610 12739 0 0 1556 40 5 3 20 0 15 0 50719409 14407233536 386669 18446744073709551615 4194304 4196468 140728431819904 140418055113488 140418138867413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
[pid=32216/tid=32271] ppid=32213 vsize=14069564 CPUtime=7.9 cores=0,2,4,6
/proc/32216/task/32271/stat : 32271 (java) S 32213 32216 16548 0 -1 1077944384 23085 12739 0 0 730 52 5 3 20 0 15 0 50719411 14407233536 386669 18446744073709551615 4194304 4196468 140728431819904 140417121888624 140418138868354 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
[pid=32216/tid=32272] ppid=32213 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/32216/task/32272/stat : 32272 (java) S 32213 32216 16548 0 -1 1077944384 61 12739 0 0 0 0 5 3 20 0 15 0 50719411 14407233536 386669 18446744073709551615 4194304 4196468 140728431819904 140417120834656 140418138867413 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
[pid=32216/tid=32273] ppid=32213 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/32216/task/32273/stat : 32273 (java) S 32213 32216 16548 0 -1 1077944384 54 12739 0 0 0 0 5 3 20 0 15 0 50719411 14407233536 386669 18446744073709551615 4194304 4196468 140728431819904 140417119781760 140418138867413 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
[pid=32216/tid=32274] ppid=32213 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/32216/task/32274/stat : 32274 (java) S 32213 32216 16548 0 -1 1077944384 3 12739 0 0 0 0 5 3 20 0 15 0 50719414 14407233536 386669 18446744073709551615 4194304 4196468 140728431819904 140417118730064 140418138875803 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
[pid=32216/tid=32275] ppid=32213 vsize=14069564 CPUtime=5.66 cores=0,2,4,6
/proc/32216/task/32275/stat : 32275 (java) S 32213 32216 16548 0 -1 1077944384 13773 12739 0 0 555 3 5 3 20 0 15 0 50719414 14407233536 386669 18446744073709551615 4194304 4196468 140728431819904 140417117678448 140418138868354 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
[pid=32216/tid=32276] ppid=32213 vsize=14069564 CPUtime=5.72 cores=0,2,4,6
/proc/32216/task/32276/stat : 32276 (java) S 32213 32216 16548 0 -1 1077944384 19951 12739 0 0 561 3 5 3 20 0 15 0 50719414 14407233536 386669 18446744073709551615 4194304 4196468 140728431819904 140417116625648 140418138868354 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
[pid=32216/tid=32277] ppid=32213 vsize=14069564 CPUtime=2.26 cores=0,2,4,6
/proc/32216/task/32277/stat : 32277 (java) S 32213 32216 16548 0 -1 1077944384 22984 12739 0 0 214 4 5 3 20 0 15 0 50719414 14407233536 386669 18446744073709551615 4194304 4196468 140728431819904 140417115572848 140418138868354 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
[pid=32216/tid=32278] ppid=32213 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/32216/task/32278/stat : 32278 (java) S 32213 32216 16548 0 -1 1077944384 3 12739 0 0 0 0 5 3 20 0 15 0 50719414 14407233536 386669 18446744073709551615 4194304 4196468 140728431819904 140417114520288 140418138867413 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
[pid=32216/tid=32279] ppid=32213 vsize=14069564 CPUtime=1.62 cores=0,2,4,6
/proc/32216/task/32279/stat : 32279 (java) S 32213 32216 16548 0 -1 1077944384 2950 12739 0 0 72 82 5 3 20 0 15 0 50719420 14407233536 386669 18446744073709551615 4194304 4196468 140728431819904 140417113467568 140418138868354 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 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.25 1.34 1.39 3/209 32695
/proc/meminfo: memFree=29001184/32770624 swapFree=0/318940
[pid=32216] ppid=32213 vsize=14069564 CPUtime=2520.07 cores=0,2,4,6
/proc/32216/stat : 32216 (java) S 32213 32216 16548 0 -1 1077944320 334197 12739 0 0 251656 343 5 3 20 0 15 0 50719388 14407233536 386765 18446744073709551615 4194304 4196468 140728431819904 140728431802448 140418138857207 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
/proc/32216/statm: 3517391 386765 3480 1 0 3506005 0
[pid=32216/tid=32266] ppid=32213 vsize=14069564 CPUtime=2432.75 cores=0,2,4,6
/proc/32216/task/32266/stat : 32266 (java) R 32213 32216 16548 0 -1 4202560 127149 12739 0 0 243206 61 5 3 20 0 15 0 50719408 14407233536 386765 18446744073709551615 4194304 4196468 140728431819904 140418143087408 140417735180542 0 4 1 16800974 0 0 0 -1 4 0 0 5 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
[pid=32216/tid=32267] ppid=32213 vsize=14069564 CPUtime=16.18 cores=0,2,4,6
/proc/32216/task/32267/stat : 32267 (java) S 32213 32216 16548 0 -1 1077944384 30783 12739 0 0 1565 45 5 3 20 0 15 0 50719409 14407233536 386765 18446744073709551615 4194304 4196468 140728431819904 140418058271888 140418138867413 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
[pid=32216/tid=32268] ppid=32213 vsize=14069564 CPUtime=16.16 cores=0,2,4,6
/proc/32216/task/32268/stat : 32268 (java) S 32213 32216 16548 0 -1 1077944384 36442 12739 0 0 1561 47 5 3 20 0 15 0 50719409 14407233536 386765 18446744073709551615 4194304 4196468 140728431819904 140418057219088 140418138867413 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
[pid=32216/tid=32269] ppid=32213 vsize=14069564 CPUtime=16.18 cores=0,2,4,6
/proc/32216/task/32269/stat : 32269 (java) S 32213 32216 16548 0 -1 1077944384 30856 12739 0 0 1566 44 5 3 20 0 15 0 50719409 14407233536 386765 18446744073709551615 4194304 4196468 140728431819904 140418056166288 140418138867413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
[pid=32216/tid=32270] ppid=32213 vsize=14069564 CPUtime=16.16 cores=0,2,4,6
/proc/32216/task/32270/stat : 32270 (java) S 32213 32216 16548 0 -1 1077944384 23721 12739 0 0 1568 40 5 3 20 0 15 0 50719409 14407233536 386765 18446744073709551615 4194304 4196468 140728431819904 140418055113488 140418138867413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
[pid=32216/tid=32271] ppid=32213 vsize=14069564 CPUtime=7.96 cores=0,2,4,6
/proc/32216/task/32271/stat : 32271 (java) S 32213 32216 16548 0 -1 1077944384 23300 12739 0 0 735 53 5 3 20 0 15 0 50719411 14407233536 386765 18446744073709551615 4194304 4196468 140728431819904 140417121888624 140418138868354 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
[pid=32216/tid=32272] ppid=32213 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/32216/task/32272/stat : 32272 (java) S 32213 32216 16548 0 -1 1077944384 61 12739 0 0 0 0 5 3 20 0 15 0 50719411 14407233536 386765 18446744073709551615 4194304 4196468 140728431819904 140417120834656 140418138867413 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
[pid=32216/tid=32273] ppid=32213 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/32216/task/32273/stat : 32273 (java) S 32213 32216 16548 0 -1 1077944384 54 12739 0 0 0 0 5 3 20 0 15 0 50719411 14407233536 386765 18446744073709551615 4194304 4196468 140728431819904 140417119781760 140418138867413 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
[pid=32216/tid=32274] ppid=32213 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/32216/task/32274/stat : 32274 (java) S 32213 32216 16548 0 -1 1077944384 3 12739 0 0 0 0 5 3 20 0 15 0 50719414 14407233536 386765 18446744073709551615 4194304 4196468 140728431819904 140417118730064 140418138875803 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
[pid=32216/tid=32275] ppid=32213 vsize=14069564 CPUtime=5.66 cores=0,2,4,6
/proc/32216/task/32275/stat : 32275 (java) S 32213 32216 16548 0 -1 1077944384 13773 12739 0 0 555 3 5 3 20 0 15 0 50719414 14407233536 386765 18446744073709551615 4194304 4196468 140728431819904 140417117678448 140418138868354 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
[pid=32216/tid=32276] ppid=32213 vsize=14069564 CPUtime=5.72 cores=0,2,4,6
/proc/32216/task/32276/stat : 32276 (java) S 32213 32216 16548 0 -1 1077944384 19951 12739 0 0 561 3 5 3 20 0 15 0 50719414 14407233536 386765 18446744073709551615 4194304 4196468 140728431819904 140417116625648 140418138868354 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
[pid=32216/tid=32277] ppid=32213 vsize=14069564 CPUtime=2.26 cores=0,2,4,6
/proc/32216/task/32277/stat : 32277 (java) S 32213 32216 16548 0 -1 1077944384 22984 12739 0 0 214 4 5 3 20 0 15 0 50719414 14407233536 386765 18446744073709551615 4194304 4196468 140728431819904 140417115572848 140418138868354 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
[pid=32216/tid=32278] ppid=32213 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/32216/task/32278/stat : 32278 (java) S 32213 32216 16548 0 -1 1077944384 3 12739 0 0 0 0 5 3 20 0 15 0 50719414 14407233536 386765 18446744073709551615 4194304 4196468 140728431819904 140417114520288 140418138867413 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
[pid=32216/tid=32279] ppid=32213 vsize=14069564 CPUtime=1.63 cores=0,2,4,6
/proc/32216/task/32279/stat : 32279 (java) S 32213 32216 16548 0 -1 1077944384 2961 12739 0 0 72 83 5 3 20 0 15 0 50719420 14407233536 386765 18446744073709551615 4194304 4196468 140728431819904 140417113467568 140418138868354 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
Current children cumulated CPU time (s) 2520.07
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 32216 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2460.41 s]
/proc/loadavg: 1.25 1.34 1.39 3/209 32695
/proc/meminfo: memFree=29001184/32770624 swapFree=0/318940
[pid=32216] ppid=32213 vsize=14202692 CPUtime=2521.05 cores=0,2,4,6
/proc/32216/stat : 32216 (java) S 32213 32216 16548 0 -1 1077944320 337087 12739 0 0 251753 344 5 3 20 0 17 0 50719388 14543556608 388353 18446744073709551615 4194304 4196468 140728431819904 140728431802448 140418138857207 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
/proc/32216/statm: 3550673 388353 3480 1 0 3539287 0
[pid=32216/tid=32266] ppid=32213 vsize=14202692 CPUtime=2432.77 cores=0,2,4,6
/proc/32216/task/32266/stat : 32266 (java) S 32213 32216 16548 0 -1 1077944384 127276 12739 0 0 243207 62 5 3 20 0 17 0 50719408 14543556608 388353 18446744073709551615 4194304 4196468 140728431819904 140418143094896 140418138867413 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 5 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
[pid=32216/tid=32267] ppid=32213 vsize=14202692 CPUtime=16.4 cores=0,2,4,6
/proc/32216/task/32267/stat : 32267 (java) R 32213 32216 16548 0 -1 4202560 30792 12739 0 0 1587 45 5 3 20 0 17 0 50719409 14543556608 388353 18446744073709551615 4194304 4196468 140728431819904 140418058272088 140418123554846 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
[pid=32216/tid=32268] ppid=32213 vsize=14202692 CPUtime=16.38 cores=0,2,4,6
/proc/32216/task/32268/stat : 32268 (java) R 32213 32216 16548 0 -1 4202560 36457 12739 0 0 1583 47 5 3 20 0 17 0 50719409 14543556608 388353 18446744073709551615 4194304 4196468 140728431819904 140418057219088 140418120453708 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
[pid=32216/tid=32269] ppid=32213 vsize=14202692 CPUtime=16.4 cores=0,2,4,6
/proc/32216/task/32269/stat : 32269 (java) R 32213 32216 16548 0 -1 4202560 30859 12739 0 0 1588 44 5 3 20 0 17 0 50719409 14543556608 388353 18446744073709551615 4194304 4196468 140728431819904 140418056166488 140418123554846 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
[pid=32216/tid=32270] ppid=32213 vsize=14202692 CPUtime=16.38 cores=0,2,4,6
/proc/32216/task/32270/stat : 32270 (java) R 32213 32216 16548 0 -1 4202560 23737 12739 0 0 1590 40 5 3 20 0 17 0 50719409 14543556608 388353 18446744073709551615 4194304 4196468 140728431819904 140418055113488 140418123842503 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
[pid=32216/tid=32271] ppid=32213 vsize=14202692 CPUtime=8.04 cores=0,2,4,6
/proc/32216/task/32271/stat : 32271 (java) S 32213 32216 16548 0 -1 1077944384 25812 12739 0 0 743 53 5 3 20 0 17 0 50719411 14543556608 388353 18446744073709551615 4194304 4196468 140728431819904 140417121887024 140418138867413 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
[pid=32216/tid=32272] ppid=32213 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/32216/task/32272/stat : 32272 (java) S 32213 32216 16548 0 -1 1077944384 64 12739 0 0 0 0 5 3 20 0 17 0 50719411 14543556608 388353 18446744073709551615 4194304 4196468 140728431819904 140417120834192 140418138868354 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
[pid=32216/tid=32273] ppid=32213 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/32216/task/32273/stat : 32273 (java) S 32213 32216 16548 0 -1 1077944384 54 12739 0 0 0 0 5 3 20 0 17 0 50719411 14543556608 388353 18446744073709551615 4194304 4196468 140728431819904 140417119781760 140418138867413 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
[pid=32216/tid=32274] ppid=32213 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/32216/task/32274/stat : 32274 (java) S 32213 32216 16548 0 -1 1077944384 82 12739 0 0 0 0 5 3 20 0 17 0 50719414 14543556608 388353 18446744073709551615 4194304 4196468 140728431819904 140417118730064 140418138875803 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
[pid=32216/tid=32275] ppid=32213 vsize=14202692 CPUtime=5.66 cores=0,2,4,6
/proc/32216/task/32275/stat : 32275 (java) S 32213 32216 16548 0 -1 1077944384 13773 12739 0 0 555 3 5 3 20 0 17 0 50719414 14543556608 388353 18446744073709551615 4194304 4196468 140728431819904 140417117678448 140418138868354 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
[pid=32216/tid=32276] ppid=32213 vsize=14202692 CPUtime=5.72 cores=0,2,4,6
/proc/32216/task/32276/stat : 32276 (java) S 32213 32216 16548 0 -1 1077944384 19951 12739 0 0 561 3 5 3 20 0 17 0 50719414 14543556608 388353 18446744073709551615 4194304 4196468 140728431819904 140417116625648 140418138868354 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
[pid=32216/tid=32277] ppid=32213 vsize=14202692 CPUtime=2.26 cores=0,2,4,6
/proc/32216/task/32277/stat : 32277 (java) S 32213 32216 16548 0 -1 1077944384 23002 12739 0 0 214 4 5 3 20 0 17 0 50719414 14543556608 388353 18446744073709551615 4194304 4196468 140728431819904 140417115568592 140418138867413 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
[pid=32216/tid=32278] ppid=32213 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/32216/task/32278/stat : 32278 (java) S 32213 32216 16548 0 -1 1077944384 3 12739 0 0 0 0 5 3 20 0 17 0 50719414 14543556608 388353 18446744073709551615 4194304 4196468 140728431819904 140417114520288 140418138867413 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
[pid=32216/tid=32279] ppid=32213 vsize=14202692 CPUtime=1.63 cores=0,2,4,6
/proc/32216/task/32279/stat : 32279 (java) S 32213 32216 16548 0 -1 1077944384 2961 12739 0 0 72 83 5 3 20 0 17 0 50719420 14543556608 388353 18446744073709551615 4194304 4196468 140728431819904 140417113467568 140418138868354 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12947456 140728431826896 140728431829681 140728431829681 140728431833039 0
Current children cumulated CPU time (s) 2521.05
Current children cumulated vsize (KiB) 14202692

Child status: 143
Real time (s): 2460.46
CPU time (s): 2521.17
CPU user time (s): 2517.68
CPU system time (s): 3.49424
CPU usage (%): 102.467
Max. virtual memory (cumulated for all children) (KiB): 14202692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.68
system time used= 3.49424
maximum resident set size= 2069256
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 349922
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2864
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 220917
involuntary context switches= 8292

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.8528 second user time and 15.1604 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-11 22:46:38
IDJOB=4262476
IDBENCH=139771
IDSOLVER=2650
FILE ID=node126/4262476-1502485239
RUNJOBID= node126-1502411413-16611
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/CoveringArray/CoveringArray-elt-s1/CoveringArray-elt-3-09-2-12.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262476-1502485239/watcher-4262476-1502485239 -o /tmp/evaluation-result-4262476-1502485239/solver-4262476-1502485239 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502411413-16611 --watchdog 2580  bin/concrete HOME/instance-4262476-1502485239.xml

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

MD5SUM BENCH= 184e4a42ac40b5c8b3b859f3d89928ae
RANDOM SEED=744668287

node126.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.81
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.81
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.81
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.81
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:        27754096 kB
MemAvailable:   28394276 kB
Buffers:          293460 kB
Cached:           619876 kB
SwapCached:          524 kB
Active:          4161284 kB
Inactive:         389508 kB
Active(anon):    3591828 kB
Inactive(anon):    71324 kB
Active(file):     569456 kB
Inactive(file):   318184 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:             24572 kB
Writeback:             0 kB
AnonPages:       3637200 kB
Mapped:            55076 kB
Shmem:             25248 kB
Slab:             163036 kB
SReclaimable:     136748 kB
SUnreclaim:        26288 kB
KernelStack:        3392 kB
PageTables:        12992 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4296600 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3405824 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 61984 MiB
End job on node126 at 2017-08-11 23:27:39