Trace number 4262406

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) 2520.47 2476.1799

General information on the benchmark

NameMagicSquare/MagicSquare-m1-gp/
MagicSquare-9-f10-20.xml
MD5SUMc5ec4491a591197ab616d829bf389d5e
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 benchmark0.47480899
Satisfiable
(Un)Satisfiability was proved
Number of variables81
Number of constraints22
Number of domains1
Minimum domain size81
Maximum domain size81
Distribution of domain sizes[{"size":81,"count":81}]
Minimum variable degree3
Maximum variable degree5
Distribution of variable degrees[{"degree":3,"count":56},{"degree":4,"count":23},{"degree":5,"count":2}]
Minimum constraint arity9
Maximum constraint arity81
Distribution of constraint arities[{"arity":9,"count":21},{"arity":81,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":1},{"type":"sum","count":20},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

3.50/2.21	c Concrete v3.4 running
2520.31/2476.16	java.util.concurrent.TimeoutException
2520.31/2476.16		at concrete.MAC.mac(MAC.scala:74)
2520.31/2476.16		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
2520.31/2476.16		at scala.util.Try$.apply(Try.scala:209)
2520.31/2476.16		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.31/2476.16		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.31/2476.16		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.31/2476.16		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.31/2476.16		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
2520.31/2476.16		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.31/2476.16		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.31/2476.16		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.31/2476.16		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.31/2476.16		at concrete.MAC.oneRun(MAC.scala:146)
2520.31/2476.16		at concrete.MAC.nextSolution(MAC.scala:166)
2520.31/2476.16		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
2520.31/2476.16		at concrete.ProblemState.map(ProblemState.scala:203)
2520.31/2476.16		at concrete.ProblemState.map(ProblemState.scala:188)
2520.31/2476.16		at concrete.MAC.nextSolution(MAC.scala:195)
2520.31/2476.16		at concrete.Solver.hasNext(Solver.scala:202)
2520.31/2476.16		at scala.collection.Iterator.toStream(Iterator.scala:1403)
2520.31/2476.16		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
2520.31/2476.16		at concrete.Solver.toStream(Solver.scala:73)
2520.31/2476.16		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
2520.31/2476.16		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
2520.31/2476.16		at concrete.Solver.toIterable(Solver.scala:73)
2520.31/2476.16		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:162)
2520.31/2476.16		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.31/2476.16		at scala.util.Success.map(Try.scala:209)
2520.31/2476.16		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
2520.31/2476.16		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
2520.31/2476.16		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.31/2476.16		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
2520.31/2476.16		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.31/2476.16		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.31/2476.16		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.31/2476.16		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.31/2476.16		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.31/2476.16		at scala.collection.immutable.List.foreach(List.scala:389)
2520.31/2476.16		at scala.App.main(App.scala:76)
2520.31/2476.16		at scala.App.main$(App.scala:74)
2520.31/2476.16		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.31/2476.16		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.31/2476.17	s UNKNOWN

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262406-1502456642/watcher-4262406-1502456642 -o /tmp/evaluation-result-4262406-1502456642/solver-4262406-1502456642 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502411423-4885 --watchdog 2580 bin/concrete HOME/instance-4262406-1502456642.xml 

pid=18367
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 1.89 1.53 1.53 3/199 18370
/proc/meminfo: memFree=26856676/32770624 swapFree=0/429496
[pid=18370] ppid=18367 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/18370/stat : 18370 (runsolver) D 18367 18370 4821 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 93479422 24240128 107 18446744073709551615 4194304 4338465 140733933974560 140733933972200 140684549358295 0 0 1 24578 18446744071580418449 0 0 17 1 0 0 0 0 0 6438912 6441760 28082176 140733933977809 140733933978185 140733933978185 140733933981642 0
/proc/18370/statm: 5918 107 54 36 0 2156 0

[startup+0.100163 s]
/proc/loadavg: 1.89 1.53 1.53 3/199 18370
/proc/meminfo: memFree=26856676/32770624 swapFree=0/429496
[pid=18370] ppid=18367 vsize=9508 CPUtime=0 cores=1,3,5,7
/proc/18370/stat : 18370 (bash) S 18367 18370 4821 0 -1 4202496 649 0 0 0 0 0 0 0 20 0 1 0 93479422 9736192 351 18446744073709551615 4194304 5098028 140721009225376 140721009223016 140534231792640 0 0 5 65536 18446744071580971376 0 0 17 5 0 0 9 0 0 7196144 7232144 35049472 140721009226260 140721009226345 140721009226345 140721009229802 0
/proc/18370/statm: 2377 351 279 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.200289 s]
/proc/loadavg: 1.89 1.53 1.53 3/199 18370
/proc/meminfo: memFree=26856676/32770624 swapFree=0/429496
[pid=18370] ppid=18367 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/18370/stat : 18370 (bash) S 18367 18370 4821 0 -1 4202496 891 6486 0 0 0 0 0 1 20 0 1 0 93479422 9867264 376 18446744073709551615 4194304 5098028 140721009225376 140721009219384 140534231792640 0 0 5 65536 18446744071580971376 0 0 17 1 0 0 9 0 0 7196144 7232144 35049472 140721009226260 140721009226345 140721009226345 140721009229802 0
/proc/18370/statm: 2409 376 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300366 s]
/proc/loadavg: 1.89 1.53 1.53 3/199 18370
/proc/meminfo: memFree=26856676/32770624 swapFree=0/429496
[pid=18370] ppid=18367 vsize=13907308 CPUtime=0.13 cores=1,3,5,7
/proc/18370/stat : 18370 (java) S 18367 18370 4821 0 -1 1077944320 5494 12350 0 0 5 1 4 3 20 0 14 0 93479422 14241083392 5168 18446744073709551615 4194304 4196468 140729793813296 140729793795840 140148892241655 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
/proc/18370/statm: 3476827 5168 2564 1 0 3466324 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 13907308

[startup+0.70069 s]
/proc/loadavg: 1.89 1.53 1.53 3/199 18370
/proc/meminfo: memFree=26856676/32770624 swapFree=0/429496
[pid=18370] ppid=18367 vsize=13974784 CPUtime=0.66 cores=1,3,5,7
/proc/18370/stat : 18370 (java) S 18367 18370 4821 0 -1 1077944320 13791 12350 0 0 55 4 4 3 20 0 15 0 93479422 14310178816 14154 18446744073709551615 4194304 4196468 140729793813296 140729793795840 140148892241655 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
/proc/18370/statm: 3493696 14154 3119 1 0 3482965 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 13974784

[startup+1.50059 s]
/proc/loadavg: 1.89 1.53 1.53 3/214 18433
/proc/meminfo: memFree=26762932/32770624 swapFree=0/429576
[pid=18370] ppid=18367 vsize=13985408 CPUtime=1.85 cores=1,3,5,7
/proc/18370/stat : 18370 (java) S 18367 18370 4821 0 -1 1077944320 28383 12350 0 0 168 10 4 3 20 0 15 0 93479422 14321057792 39574 18446744073709551615 4194304 4196468 140729793813296 140729793795840 140148892241655 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
/proc/18370/statm: 3496352 39574 3343 1 0 3485525 0
[pid=18370/tid=18420] ppid=18367 vsize=13985408 CPUtime=1.28 cores=1,3,5,7
/proc/18370/task/18420/stat : 18420 (java) S 18367 18370 4821 0 -1 1077944384 22598 12350 0 0 114 7 4 3 20 0 15 0 93479444 14321057792 39574 18446744073709551615 4194304 4196468 140729793813296 140148896462512 140148892251861 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
[pid=18370/tid=18421] ppid=18367 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/18370/task/18421/stat : 18421 (java) S 18367 18370 4821 0 -1 1077944384 57 12350 0 0 0 0 4 3 20 0 15 0 93479444 14321057792 39574 18446744073709551615 4194304 4196468 140729793813296 140148811656080 140148892251861 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
[pid=18370/tid=18422] ppid=18367 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/18370/task/18422/stat : 18422 (java) S 18367 18370 4821 0 -1 1077944384 204 12350 0 0 0 0 4 3 20 0 15 0 93479444 14321057792 39574 18446744073709551615 4194304 4196468 140729793813296 140148810603280 140148892251861 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
[pid=18370/tid=18423] ppid=18367 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/18370/task/18423/stat : 18423 (java) S 18367 18370 4821 0 -1 1077944384 62 12350 0 0 0 0 4 3 20 0 15 0 93479444 14321057792 39574 18446744073709551615 4194304 4196468 140729793813296 140148490628240 140148892251861 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
[pid=18370/tid=18424] ppid=18367 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/18370/task/18424/stat : 18424 (java) S 18367 18370 4821 0 -1 1077944384 39 12350 0 0 0 0 4 3 20 0 15 0 93479444 14321057792 39600 18446744073709551615 4194304 4196468 140729793813296 140148489575440 140148892251861 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
[pid=18370/tid=18425] ppid=18367 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/18370/task/18425/stat : 18425 (java) R 18367 18370 4821 0 -1 4202560 69 12350 0 0 0 0 4 3 20 0 15 0 93479446 14321057792 39600 18446744073709551615 4194304 4196468 140729793813296 140148370526656 140148871872584 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
[pid=18370/tid=18426] ppid=18367 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/18370/task/18426/stat : 18426 (java) S 18367 18370 4821 0 -1 1077944384 33 12350 0 0 0 0 4 3 20 0 15 0 93479446 14321057792 39600 18446744073709551615 4194304 4196468 140729793813296 140148369474336 140148892251861 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
[pid=18370/tid=18427] ppid=18367 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/18370/task/18427/stat : 18427 (java) S 18367 18370 4821 0 -1 1077944384 21 12350 0 0 0 0 4 3 20 0 15 0 93479446 14321057792 39600 18446744073709551615 4194304 4196468 140729793813296 140148368422000 140148892251861 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
[pid=18370/tid=18428] ppid=18367 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/18370/task/18428/stat : 18428 (java) S 18367 18370 4821 0 -1 1077944384 3 12350 0 0 0 0 4 3 20 0 15 0 93479449 14321057792 39600 18446744073709551615 4194304 4196468 140729793813296 140148367370320 140148892260251 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
[pid=18370/tid=18429] ppid=18367 vsize=13985408 CPUtime=0.22 cores=1,3,5,7
/proc/18370/task/18429/stat : 18429 (java) S 18367 18370 4821 0 -1 1077944384 986 12350 0 0 15 0 4 3 20 0 15 0 93479449 14321057792 39600 18446744073709551615 4194304 4196468 140729793813296 140148366318192 140148892252802 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
[pid=18370/tid=18430] ppid=18367 vsize=13985408 CPUtime=0.21 cores=1,3,5,7
/proc/18370/task/18430/stat : 18430 (java) S 18367 18370 4821 0 -1 1077944384 801 12350 0 0 14 0 4 3 20 0 15 0 93479449 14321057792 39600 18446744073709551615 4194304 4196468 140729793813296 140148365265392 140148892252802 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
[pid=18370/tid=18431] ppid=18367 vsize=13985408 CPUtime=0.29 cores=1,3,5,7
/proc/18370/task/18431/stat : 18431 (java) S 18367 18370 4821 0 -1 1077944384 1354 12350 0 0 22 0 4 3 20 0 15 0 93479449 14321057792 39600 18446744073709551615 4194304 4196468 140729793813296 140148364208480 140148892251861 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
[pid=18370/tid=18432] ppid=18367 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/18370/task/18432/stat : 18432 (java) S 18367 18370 4821 0 -1 1077944384 3 12350 0 0 0 0 4 3 20 0 15 0 93479449 14321057792 39600 18446744073709551615 4194304 4196468 140729793813296 140148363160544 140148892251861 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
[pid=18370/tid=18433] ppid=18367 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/18370/task/18433/stat : 18433 (java) S 18367 18370 4821 0 -1 1077944384 9 12350 0 0 0 0 4 3 20 0 15 0 93479454 14321057792 39600 18446744073709551615 4194304 4196468 140729793813296 140148362107312 140148892252802 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
Current children cumulated CPU time (s) 1.85
Current children cumulated vsize (KiB) 13985408

[startup+3.10066 s]
/proc/loadavg: 1.89 1.53 1.53 4/214 18433
/proc/meminfo: memFree=26682900/32770624 swapFree=0/429576
[pid=18370] ppid=18367 vsize=13999932 CPUtime=5.93 cores=1,3,5,7
/proc/18370/stat : 18370 (java) S 18367 18370 4821 0 -1 1077944320 44204 12350 0 0 570 16 4 3 20 0 15 0 93479422 14335930368 54433 18446744073709551615 4194304 4196468 140729793813296 140729793795840 140148892241655 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
/proc/18370/statm: 3499983 54433 3442 1 0 3488597 0
[pid=18370/tid=18420] ppid=18367 vsize=13999932 CPUtime=2.85 cores=1,3,5,7
/proc/18370/task/18420/stat : 18420 (java) R 18367 18370 4821 0 -1 4202560 29999 12350 0 0 268 10 4 3 20 0 15 0 93479444 14335930368 54433 18446744073709551615 4194304 4196468 140729793813296 140148896475072 140148876285285 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
[pid=18370/tid=18421] ppid=18367 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/18370/task/18421/stat : 18421 (java) S 18367 18370 4821 0 -1 1077944384 62 12350 0 0 0 0 4 3 20 0 15 0 93479444 14335930368 54433 18446744073709551615 4194304 4196468 140729793813296 140148811656080 140148892251861 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
[pid=18370/tid=18422] ppid=18367 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/18370/task/18422/stat : 18422 (java) S 18367 18370 4821 0 -1 1077944384 204 12350 0 0 0 0 4 3 20 0 15 0 93479444 14335930368 54433 18446744073709551615 4194304 4196468 140729793813296 140148810603280 140148892251861 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
[pid=18370/tid=18423] ppid=18367 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/18370/task/18423/stat : 18423 (java) S 18367 18370 4821 0 -1 1077944384 62 12350 0 0 1 0 4 3 20 0 15 0 93479444 14335930368 54433 18446744073709551615 4194304 4196468 140729793813296 140148490628240 140148892251861 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
[pid=18370/tid=18424] ppid=18367 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/18370/task/18424/stat : 18424 (java) S 18367 18370 4821 0 -1 1077944384 43 12350 0 0 0 0 4 3 20 0 15 0 93479444 14335930368 54433 18446744073709551615 4194304 4196468 140729793813296 140148489575440 140148892251861 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
[pid=18370/tid=18425] ppid=18367 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/18370/task/18425/stat : 18425 (java) S 18367 18370 4821 0 -1 1077944384 1374 12350 0 0 1 0 4 3 20 0 15 0 93479446 14335930368 54433 18446744073709551615 4194304 4196468 140729793813296 140148370528368 140148892252802 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
[pid=18370/tid=18426] ppid=18367 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/18370/task/18426/stat : 18426 (java) S 18367 18370 4821 0 -1 1077944384 55 12350 0 0 0 0 4 3 20 0 15 0 93479446 14335930368 54433 18446744073709551615 4194304 4196468 140729793813296 140148369474336 140148892251861 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
[pid=18370/tid=18427] ppid=18367 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/18370/task/18427/stat : 18427 (java) S 18367 18370 4821 0 -1 1077944384 43 12350 0 0 0 0 4 3 20 0 15 0 93479446 14335930368 54433 18446744073709551615 4194304 4196468 140729793813296 140148368422000 140148892251861 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
[pid=18370/tid=18428] ppid=18367 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/18370/task/18428/stat : 18428 (java) S 18367 18370 4821 0 -1 1077944384 3 12350 0 0 0 0 4 3 20 0 15 0 93479449 14335930368 54433 18446744073709551615 4194304 4196468 140729793813296 140148367370320 140148892260251 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
[pid=18370/tid=18429] ppid=18367 vsize=13999932 CPUtime=1.14 cores=1,3,5,7
/proc/18370/task/18429/stat : 18429 (java) S 18367 18370 4821 0 -1 1077944384 4267 12350 0 0 107 0 4 3 20 0 15 0 93479449 14335930368 54433 18446744073709551615 4194304 4196468 140729793813296 140148366318192 140148892252802 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
[pid=18370/tid=18430] ppid=18367 vsize=13999932 CPUtime=0.91 cores=1,3,5,7
/proc/18370/task/18430/stat : 18430 (java) S 18367 18370 4821 0 -1 1077944384 2357 12350 0 0 84 0 4 3 20 0 15 0 93479449 14335930368 54433 18446744073709551615 4194304 4196468 140729793813296 140148365265392 140148892252802 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
[pid=18370/tid=18431] ppid=18367 vsize=13999932 CPUtime=1.1 cores=1,3,5,7
/proc/18370/task/18431/stat : 18431 (java) S 18367 18370 4821 0 -1 1077944384 3572 12350 0 0 102 1 4 3 20 0 15 0 93479449 14335930368 54433 18446744073709551615 4194304 4196468 140729793813296 140148364213104 140148892252802 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
[pid=18370/tid=18432] ppid=18367 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/18370/task/18432/stat : 18432 (java) S 18367 18370 4821 0 -1 1077944384 3 12350 0 0 0 0 4 3 20 0 15 0 93479449 14335930368 54433 18446744073709551615 4194304 4196468 140729793813296 140148363160544 140148892251861 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
[pid=18370/tid=18433] ppid=18367 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/18370/task/18433/stat : 18433 (java) S 18367 18370 4821 0 -1 1077944384 10 12350 0 0 0 0 4 3 20 0 15 0 93479454 14335930368 54433 18446744073709551615 4194304 4196468 140729793813296 140148362107312 140148892252802 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 13999932

[startup+6.30056 s]
/proc/loadavg: 1.98 1.56 1.54 3/214 18433
/proc/meminfo: memFree=26405460/32770624 swapFree=0/429576
[pid=18370] ppid=18367 vsize=14067516 CPUtime=11.98 cores=1,3,5,7
/proc/18370/stat : 18370 (java) S 18367 18370 4821 0 -1 1077944320 69448 12350 0 0 1167 24 4 3 20 0 15 0 93479422 14405136384 117222 18446744073709551615 4194304 4196468 140729793813296 140729793795840 140148892241655 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
/proc/18370/statm: 3516879 117222 3469 1 0 3505493 0
[pid=18370/tid=18420] ppid=18367 vsize=14067516 CPUtime=5.99 cores=1,3,5,7
/proc/18370/task/18420/stat : 18420 (java) R 18367 18370 4821 0 -1 4202560 44458 12350 0 0 577 15 4 3 20 0 15 0 93479444 14405136384 117222 18446744073709551615 4194304 4196468 140729793813296 140148896475344 140148502539161 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
[pid=18370/tid=18421] ppid=18367 vsize=14067516 CPUtime=0.11 cores=1,3,5,7
/proc/18370/task/18421/stat : 18421 (java) S 18367 18370 4821 0 -1 1077944384 105 12350 0 0 3 1 4 3 20 0 15 0 93479444 14405136384 117222 18446744073709551615 4194304 4196468 140729793813296 140148811656080 140148892251861 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
[pid=18370/tid=18422] ppid=18367 vsize=14067516 CPUtime=0.1 cores=1,3,5,7
/proc/18370/task/18422/stat : 18422 (java) S 18367 18370 4821 0 -1 1077944384 222 12350 0 0 3 0 4 3 20 0 15 0 93479444 14405136384 117222 18446744073709551615 4194304 4196468 140729793813296 140148810603280 140148892251861 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
[pid=18370/tid=18423] ppid=18367 vsize=14067516 CPUtime=0.1 cores=1,3,5,7
/proc/18370/task/18423/stat : 18423 (java) S 18367 18370 4821 0 -1 1077944384 259 12350 0 0 3 0 4 3 20 0 15 0 93479444 14405136384 117222 18446744073709551615 4194304 4196468 140729793813296 140148490628240 140148892251861 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
[pid=18370/tid=18424] ppid=18367 vsize=14067516 CPUtime=0.1 cores=1,3,5,7
/proc/18370/task/18424/stat : 18424 (java) S 18367 18370 4821 0 -1 1077944384 108 12350 0 0 2 1 4 3 20 0 15 0 93479444 14405136384 117222 18446744073709551615 4194304 4196468 140729793813296 140148489575440 140148892251861 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
[pid=18370/tid=18425] ppid=18367 vsize=14067516 CPUtime=0.1 cores=1,3,5,7
/proc/18370/task/18425/stat : 18425 (java) S 18367 18370 4821 0 -1 1077944384 3013 12350 0 0 3 0 4 3 20 0 15 0 93479446 14405136384 117222 18446744073709551615 4194304 4196468 140729793813296 140148370528368 140148892252802 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
[pid=18370/tid=18426] ppid=18367 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/18370/task/18426/stat : 18426 (java) S 18367 18370 4821 0 -1 1077944384 55 12350 0 0 0 0 4 3 20 0 15 0 93479446 14405136384 117222 18446744073709551615 4194304 4196468 140729793813296 140148369474400 140148892251861 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
[pid=18370/tid=18427] ppid=18367 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/18370/task/18427/stat : 18427 (java) S 18367 18370 4821 0 -1 1077944384 43 12350 0 0 0 0 4 3 20 0 15 0 93479446 14405136384 117222 18446744073709551615 4194304 4196468 140729793813296 140148368422016 140148892251861 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
[pid=18370/tid=18428] ppid=18367 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/18370/task/18428/stat : 18428 (java) S 18367 18370 4821 0 -1 1077944384 3 12350 0 0 0 0 4 3 20 0 15 0 93479449 14405136384 117222 18446744073709551615 4194304 4196468 140729793813296 140148367370320 140148892260251 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
[pid=18370/tid=18429] ppid=18367 vsize=14067516 CPUtime=2.51 cores=1,3,5,7
/proc/18370/task/18429/stat : 18429 (java) S 18367 18370 4821 0 -1 1077944384 9528 12350 0 0 243 1 4 3 20 0 15 0 93479449 14405136384 117222 18446744073709551615 4194304 4196468 140729793813296 140148366318192 140148892252802 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
[pid=18370/tid=18430] ppid=18367 vsize=14067516 CPUtime=2.1 cores=1,3,5,7
/proc/18370/task/18430/stat : 18430 (java) S 18367 18370 4821 0 -1 1077944384 4545 12350 0 0 203 0 4 3 20 0 15 0 93479449 14405136384 117222 18446744073709551615 4194304 4196468 140729793813296 140148365265392 140148892252802 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
[pid=18370/tid=18431] ppid=18367 vsize=14067516 CPUtime=1.31 cores=1,3,5,7
/proc/18370/task/18431/stat : 18431 (java) S 18367 18370 4821 0 -1 1077944384 4521 12350 0 0 123 1 4 3 20 0 15 0 93479449 14405136384 117222 18446744073709551615 4194304 4196468 140729793813296 140148364213104 140148892252802 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
[pid=18370/tid=18432] ppid=18367 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/18370/task/18432/stat : 18432 (java) S 18367 18370 4821 0 -1 1077944384 3 12350 0 0 0 0 4 3 20 0 15 0 93479449 14405136384 117222 18446744073709551615 4194304 4196468 140729793813296 140148363160544 140148892251861 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
[pid=18370/tid=18433] ppid=18367 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/18370/task/18433/stat : 18433 (java) S 18367 18370 4821 0 -1 1077944384 434 12350 0 0 0 0 4 3 20 0 15 0 93479454 14405136384 117222 18446744073709551615 4194304 4196468 140729793813296 140148362107312 140148892252802 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
Current children cumulated CPU time (s) 11.98
Current children cumulated vsize (KiB) 14067516

[startup+12.7007 s]
/proc/loadavg: 1.98 1.56 1.54 3/218 18448
/proc/meminfo: memFree=26175712/32770624 swapFree=0/429580
[pid=18370] ppid=18367 vsize=14067516 CPUtime=18.58 cores=1,3,5,7
/proc/18370/stat : 18370 (java) S 18367 18370 4821 0 -1 1077944320 75365 12350 0 0 1822 29 4 3 20 0 15 0 93479422 14405136384 173738 18446744073709551615 4194304 4196468 140729793813296 140729793795840 140148892241655 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
/proc/18370/statm: 3516879 173738 3474 1 0 3505493 0
[pid=18370/tid=18420] ppid=18367 vsize=14067516 CPUtime=12.36 cores=1,3,5,7
/proc/18370/task/18420/stat : 18420 (java) R 18367 18370 4821 0 -1 4202560 45617 12350 0 0 1212 17 4 3 20 0 15 0 93479444 14405136384 173738 18446744073709551615 4194304 4196468 140729793813296 140148896475792 140148490970258 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
[pid=18370/tid=18421] ppid=18367 vsize=14067516 CPUtime=0.12 cores=1,3,5,7
/proc/18370/task/18421/stat : 18421 (java) S 18367 18370 4821 0 -1 1077944384 508 12350 0 0 4 1 4 3 20 0 15 0 93479444 14405136384 173738 18446744073709551615 4194304 4196468 140729793813296 140148811656080 140148892251861 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
[pid=18370/tid=18422] ppid=18367 vsize=14067516 CPUtime=0.12 cores=1,3,5,7
/proc/18370/task/18422/stat : 18422 (java) S 18367 18370 4821 0 -1 1077944384 276 12350 0 0 4 1 4 3 20 0 15 0 93479444 14405136384 173738 18446744073709551615 4194304 4196468 140729793813296 140148810603280 140148892251861 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
[pid=18370/tid=18423] ppid=18367 vsize=14067516 CPUtime=0.12 cores=1,3,5,7
/proc/18370/task/18423/stat : 18423 (java) S 18367 18370 4821 0 -1 1077944384 385 12350 0 0 4 1 4 3 20 0 15 0 93479444 14405136384 173738 18446744073709551615 4194304 4196468 140729793813296 140148490628240 140148892251861 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
[pid=18370/tid=18424] ppid=18367 vsize=14067516 CPUtime=0.11 cores=1,3,5,7
/proc/18370/task/18424/stat : 18424 (java) S 18367 18370 4821 0 -1 1077944384 131 12350 0 0 3 1 4 3 20 0 15 0 93479444 14405136384 173738 18446744073709551615 4194304 4196468 140729793813296 140148489575440 140148892251861 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
[pid=18370/tid=18425] ppid=18367 vsize=14067516 CPUtime=0.11 cores=1,3,5,7
/proc/18370/task/18425/stat : 18425 (java) S 18367 18370 4821 0 -1 1077944384 3336 12350 0 0 4 0 4 3 20 0 15 0 93479446 14405136384 173738 18446744073709551615 4194304 4196468 140729793813296 140148370528368 140148892252802 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
[pid=18370/tid=18426] ppid=18367 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/18370/task/18426/stat : 18426 (java) S 18367 18370 4821 0 -1 1077944384 55 12350 0 0 0 0 4 3 20 0 15 0 93479446 14405136384 174250 18446744073709551615 4194304 4196468 140729793813296 140148369474400 140148892251861 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
[pid=18370/tid=18427] ppid=18367 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/18370/task/18427/stat : 18427 (java) S 18367 18370 4821 0 -1 1077944384 43 12350 0 0 0 0 4 3 20 0 15 0 93479446 14405136384 174250 18446744073709551615 4194304 4196468 140729793813296 140148368422016 140148892251861 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
[pid=18370/tid=18428] ppid=18367 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/18370/task/18428/stat : 18428 (java) S 18367 18370 4821 0 -1 1077944384 3 12350 0 0 0 0 4 3 20 0 15 0 93479449 14405136384 174250 18446744073709551615 4194304 4196468 140729793813296 140148367370320 140148892260251 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0

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

/proc/18370/task/18432/stat : 18432 (java) S 18367 18370 4821 0 -1 1077944384 3 12350 0 0 0 0 4 3 20 0 15 0 93479449 14405136384 235238 18446744073709551615 4194304 4196468 140729793813296 140148363160544 140148892251861 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
[pid=18370/tid=18433] ppid=18367 vsize=14067516 CPUtime=1.58 cores=1,3,5,7
/proc/18370/task/18433/stat : 18433 (java) S 18367 18370 4821 0 -1 1077944384 1309 12350 0 0 65 86 4 3 20 0 15 0 93479454 14405136384 235238 18446744073709551615 4194304 4196468 140729793813296 140148362107312 140148892252802 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
Current children cumulated CPU time (s) 2363.79
Current children cumulated vsize (KiB) 14067516

[startup+2382.3 s]
/proc/loadavg: 1.40 1.37 1.47 4/214 19109
/proc/meminfo: memFree=29348352/32770624 swapFree=0/434980
[pid=18370] ppid=18367 vsize=14067516 CPUtime=2424.77 cores=1,3,5,7
/proc/18370/stat : 18370 (java) S 18367 18370 4821 0 -1 1077944320 215975 12350 0 0 242055 415 4 3 20 0 15 0 93479422 14405136384 235238 18446744073709551615 4194304 4196468 140729793813296 140729793795840 140148892241655 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
/proc/18370/statm: 3516879 235238 3474 1 0 3505493 0
[pid=18370/tid=18420] ppid=18367 vsize=14067516 CPUtime=2354.2 cores=1,3,5,7
/proc/18370/task/18420/stat : 18420 (java) R 18367 18370 4821 0 -1 4202560 90970 12350 0 0 235353 60 4 3 20 0 15 0 93479444 14405136384 235238 18446744073709551615 4194304 4196468 140729793813296 140148896475904 140148497653819 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
[pid=18370/tid=18421] ppid=18367 vsize=14067516 CPUtime=12.73 cores=1,3,5,7
/proc/18370/task/18421/stat : 18421 (java) S 18367 18370 4821 0 -1 1077944384 19445 12350 0 0 1200 66 4 3 20 0 15 0 93479444 14405136384 235238 18446744073709551615 4194304 4196468 140729793813296 140148811656080 140148892251861 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
[pid=18370/tid=18422] ppid=18367 vsize=14067516 CPUtime=12.71 cores=1,3,5,7
/proc/18370/task/18422/stat : 18422 (java) S 18367 18370 4821 0 -1 1077944384 17067 12350 0 0 1193 71 4 3 20 0 15 0 93479444 14405136384 235238 18446744073709551615 4194304 4196468 140729793813296 140148810603280 140148892251861 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
[pid=18370/tid=18423] ppid=18367 vsize=14067516 CPUtime=12.74 cores=1,3,5,7
/proc/18370/task/18423/stat : 18423 (java) S 18367 18370 4821 0 -1 1077944384 17310 12350 0 0 1198 69 4 3 20 0 15 0 93479444 14405136384 235238 18446744073709551615 4194304 4196468 140729793813296 140148490628240 140148892251861 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
[pid=18370/tid=18424] ppid=18367 vsize=14067516 CPUtime=12.74 cores=1,3,5,7
/proc/18370/task/18424/stat : 18424 (java) S 18367 18370 4821 0 -1 1077944384 11621 12350 0 0 1201 66 4 3 20 0 15 0 93479444 14405136384 235238 18446744073709551615 4194304 4196468 140729793813296 140148489575440 140148892251861 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
[pid=18370/tid=18425] ppid=18367 vsize=14067516 CPUtime=11.92 cores=1,3,5,7
/proc/18370/task/18425/stat : 18425 (java) S 18367 18370 4821 0 -1 1077944384 15927 12350 0 0 1118 67 4 3 20 0 15 0 93479446 14405136384 235238 18446744073709551615 4194304 4196468 140729793813296 140148370528368 140148892252802 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
[pid=18370/tid=18426] ppid=18367 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/18370/task/18426/stat : 18426 (java) S 18367 18370 4821 0 -1 1077944384 55 12350 0 0 0 0 4 3 20 0 15 0 93479446 14405136384 235238 18446744073709551615 4194304 4196468 140729793813296 140148369474400 140148892251861 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
[pid=18370/tid=18427] ppid=18367 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/18370/task/18427/stat : 18427 (java) S 18367 18370 4821 0 -1 1077944384 43 12350 0 0 0 0 4 3 20 0 15 0 93479446 14405136384 235238 18446744073709551615 4194304 4196468 140729793813296 140148368422016 140148892251861 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
[pid=18370/tid=18428] ppid=18367 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/18370/task/18428/stat : 18428 (java) S 18367 18370 4821 0 -1 1077944384 3 12350 0 0 0 0 4 3 20 0 15 0 93479449 14405136384 235238 18446744073709551615 4194304 4196468 140729793813296 140148367370320 140148892260251 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
[pid=18370/tid=18429] ppid=18367 vsize=14067516 CPUtime=2.81 cores=1,3,5,7
/proc/18370/task/18429/stat : 18429 (java) S 18367 18370 4821 0 -1 1077944384 17898 12350 0 0 272 2 4 3 20 0 15 0 93479449 14405136384 235238 18446744073709551615 4194304 4196468 140729793813296 140148366318192 140148892252802 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
[pid=18370/tid=18430] ppid=18367 vsize=14067516 CPUtime=2.43 cores=1,3,5,7
/proc/18370/task/18430/stat : 18430 (java) S 18367 18370 4821 0 -1 1077944384 9938 12350 0 0 235 1 4 3 20 0 15 0 93479449 14405136384 235238 18446744073709551615 4194304 4196468 140729793813296 140148365265392 140148892252802 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
[pid=18370/tid=18431] ppid=18367 vsize=14067516 CPUtime=1.37 cores=1,3,5,7
/proc/18370/task/18431/stat : 18431 (java) S 18367 18370 4821 0 -1 1077944384 12228 12350 0 0 128 2 4 3 20 0 15 0 93479449 14405136384 235238 18446744073709551615 4194304 4196468 140729793813296 140148364213104 140148892252802 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
[pid=18370/tid=18432] ppid=18367 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/18370/task/18432/stat : 18432 (java) S 18367 18370 4821 0 -1 1077944384 3 12350 0 0 0 0 4 3 20 0 15 0 93479449 14405136384 235238 18446744073709551615 4194304 4196468 140729793813296 140148363160544 140148892251861 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
[pid=18370/tid=18433] ppid=18367 vsize=14067516 CPUtime=1.63 cores=1,3,5,7
/proc/18370/task/18433/stat : 18433 (java) S 18367 18370 4821 0 -1 1077944384 1316 12350 0 0 67 89 4 3 20 0 15 0 93479454 14405136384 235238 18446744073709551615 4194304 4196468 140729793813296 140148362107312 140148892252802 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
Current children cumulated CPU time (s) 2424.77
Current children cumulated vsize (KiB) 14067516

[startup+2442.3 s]
/proc/loadavg: 1.37 1.36 1.46 4/216 19124
/proc/meminfo: memFree=29343136/32770624 swapFree=0/435016
[pid=18370] ppid=18367 vsize=14067516 CPUtime=2485.77 cores=1,3,5,7
/proc/18370/stat : 18370 (java) S 18367 18370 4821 0 -1 1077944320 217388 12350 0 0 248145 425 4 3 20 0 15 0 93479422 14405136384 235238 18446744073709551615 4194304 4196468 140729793813296 140729793795840 140148892241655 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
/proc/18370/statm: 3516879 235238 3474 1 0 3505493 0
[pid=18370/tid=18420] ppid=18367 vsize=14067516 CPUtime=2413.49 cores=1,3,5,7
/proc/18370/task/18420/stat : 18420 (java) R 18367 18370 4821 0 -1 4202560 91780 12350 0 0 241281 61 4 3 20 0 15 0 93479444 14405136384 235238 18446744073709551615 4194304 4196468 140729793813296 140148896475760 140148502790403 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
[pid=18370/tid=18421] ppid=18367 vsize=14067516 CPUtime=13.07 cores=1,3,5,7
/proc/18370/task/18421/stat : 18421 (java) S 18367 18370 4821 0 -1 1077944384 19495 12350 0 0 1232 68 4 3 20 0 15 0 93479444 14405136384 235238 18446744073709551615 4194304 4196468 140729793813296 140148811656080 140148892251861 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
[pid=18370/tid=18422] ppid=18367 vsize=14067516 CPUtime=13.05 cores=1,3,5,7
/proc/18370/task/18422/stat : 18422 (java) S 18367 18370 4821 0 -1 1077944384 17267 12350 0 0 1225 73 4 3 20 0 15 0 93479444 14405136384 235238 18446744073709551615 4194304 4196468 140729793813296 140148810603280 140148892251861 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
[pid=18370/tid=18423] ppid=18367 vsize=14067516 CPUtime=13.07 cores=1,3,5,7
/proc/18370/task/18423/stat : 18423 (java) S 18367 18370 4821 0 -1 1077944384 17390 12350 0 0 1230 70 4 3 20 0 15 0 93479444 14405136384 235238 18446744073709551615 4194304 4196468 140729793813296 140148490628240 140148892251861 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
[pid=18370/tid=18424] ppid=18367 vsize=14067516 CPUtime=13.09 cores=1,3,5,7
/proc/18370/task/18424/stat : 18424 (java) S 18367 18370 4821 0 -1 1077944384 11681 12350 0 0 1234 68 4 3 20 0 15 0 93479444 14405136384 235238 18446744073709551615 4194304 4196468 140729793813296 140148489575440 140148892251861 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
[pid=18370/tid=18425] ppid=18367 vsize=14067516 CPUtime=12.23 cores=1,3,5,7
/proc/18370/task/18425/stat : 18425 (java) S 18367 18370 4821 0 -1 1077944384 16117 12350 0 0 1147 69 4 3 20 0 15 0 93479446 14405136384 235238 18446744073709551615 4194304 4196468 140729793813296 140148370528368 140148892252802 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
[pid=18370/tid=18426] ppid=18367 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/18370/task/18426/stat : 18426 (java) S 18367 18370 4821 0 -1 1077944384 55 12350 0 0 0 0 4 3 20 0 15 0 93479446 14405136384 235238 18446744073709551615 4194304 4196468 140729793813296 140148369474400 140148892251861 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
[pid=18370/tid=18427] ppid=18367 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/18370/task/18427/stat : 18427 (java) S 18367 18370 4821 0 -1 1077944384 43 12350 0 0 0 0 4 3 20 0 15 0 93479446 14405136384 235238 18446744073709551615 4194304 4196468 140729793813296 140148368422016 140148892251861 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
[pid=18370/tid=18428] ppid=18367 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/18370/task/18428/stat : 18428 (java) S 18367 18370 4821 0 -1 1077944384 3 12350 0 0 0 0 4 3 20 0 15 0 93479449 14405136384 235238 18446744073709551615 4194304 4196468 140729793813296 140148367370320 140148892260251 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
[pid=18370/tid=18429] ppid=18367 vsize=14067516 CPUtime=2.81 cores=1,3,5,7
/proc/18370/task/18429/stat : 18429 (java) S 18367 18370 4821 0 -1 1077944384 17900 12350 0 0 272 2 4 3 20 0 15 0 93479449 14405136384 235238 18446744073709551615 4194304 4196468 140729793813296 140148366318192 140148892252802 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
[pid=18370/tid=18430] ppid=18367 vsize=14067516 CPUtime=2.43 cores=1,3,5,7
/proc/18370/task/18430/stat : 18430 (java) S 18367 18370 4821 0 -1 1077944384 9940 12350 0 0 235 1 4 3 20 0 15 0 93479449 14405136384 235238 18446744073709551615 4194304 4196468 140729793813296 140148365265392 140148892252802 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
[pid=18370/tid=18431] ppid=18367 vsize=14067516 CPUtime=1.37 cores=1,3,5,7
/proc/18370/task/18431/stat : 18431 (java) S 18367 18370 4821 0 -1 1077944384 12230 12350 0 0 128 2 4 3 20 0 15 0 93479449 14405136384 235238 18446744073709551615 4194304 4196468 140729793813296 140148364213104 140148892252802 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
[pid=18370/tid=18432] ppid=18367 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/18370/task/18432/stat : 18432 (java) S 18367 18370 4821 0 -1 1077944384 3 12350 0 0 0 0 4 3 20 0 15 0 93479449 14405136384 235238 18446744073709551615 4194304 4196468 140729793813296 140148363160544 140148892251861 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
[pid=18370/tid=18433] ppid=18367 vsize=14067516 CPUtime=1.66 cores=1,3,5,7
/proc/18370/task/18433/stat : 18433 (java) S 18367 18370 4821 0 -1 1077944384 1333 12350 0 0 68 91 4 3 20 0 15 0 93479454 14405136384 235238 18446744073709551615 4194304 4196468 140729793813296 140148362107312 140148892252802 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
Current children cumulated CPU time (s) 2485.77
Current children cumulated vsize (KiB) 14067516



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2476 s]
/proc/loadavg: 1.39 1.37 1.46 4/216 19124
/proc/meminfo: memFree=29343276/32770624 swapFree=0/435016
[pid=18370] ppid=18367 vsize=14067516 CPUtime=2520.02 cores=1,3,5,7
/proc/18370/stat : 18370 (java) S 18367 18370 4821 0 -1 1077944320 218108 12350 0 0 251565 430 4 3 20 0 15 0 93479422 14405136384 235238 18446744073709551615 4194304 4196468 140729793813296 140729793795840 140148892241655 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
/proc/18370/statm: 3516879 235238 3474 1 0 3505493 0
[pid=18370/tid=18420] ppid=18367 vsize=14067516 CPUtime=2446.81 cores=1,3,5,7
/proc/18370/task/18420/stat : 18420 (java) R 18367 18370 4821 0 -1 4202560 92195 12350 0 0 244612 62 4 3 20 0 15 0 93479444 14405136384 235238 18446744073709551615 4194304 4196468 140729793813296 140148896475792 140148501940050 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
[pid=18370/tid=18421] ppid=18367 vsize=14067516 CPUtime=13.26 cores=1,3,5,7
/proc/18370/task/18421/stat : 18421 (java) S 18367 18370 4821 0 -1 1077944384 19501 12350 0 0 1250 69 4 3 20 0 15 0 93479444 14405136384 235238 18446744073709551615 4194304 4196468 140729793813296 140148811656080 140148892251861 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
[pid=18370/tid=18422] ppid=18367 vsize=14067516 CPUtime=13.25 cores=1,3,5,7
/proc/18370/task/18422/stat : 18422 (java) S 18367 18370 4821 0 -1 1077944384 17290 12350 0 0 1244 74 4 3 20 0 15 0 93479444 14405136384 235238 18446744073709551615 4194304 4196468 140729793813296 140148810603280 140148892251861 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
[pid=18370/tid=18423] ppid=18367 vsize=14067516 CPUtime=13.27 cores=1,3,5,7
/proc/18370/task/18423/stat : 18423 (java) S 18367 18370 4821 0 -1 1077944384 17409 12350 0 0 1248 72 4 3 20 0 15 0 93479444 14405136384 235238 18446744073709551615 4194304 4196468 140729793813296 140148490628240 140148892251861 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
[pid=18370/tid=18424] ppid=18367 vsize=14067516 CPUtime=13.27 cores=1,3,5,7
/proc/18370/task/18424/stat : 18424 (java) S 18367 18370 4821 0 -1 1077944384 11751 12350 0 0 1251 69 4 3 20 0 15 0 93479444 14405136384 235238 18446744073709551615 4194304 4196468 140729793813296 140148489575440 140148892251861 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
[pid=18370/tid=18425] ppid=18367 vsize=14067516 CPUtime=12.4 cores=1,3,5,7
/proc/18370/task/18425/stat : 18425 (java) S 18367 18370 4821 0 -1 1077944384 16288 12350 0 0 1164 69 4 3 20 0 15 0 93479446 14405136384 235238 18446744073709551615 4194304 4196468 140729793813296 140148370528368 140148892252802 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
[pid=18370/tid=18426] ppid=18367 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/18370/task/18426/stat : 18426 (java) S 18367 18370 4821 0 -1 1077944384 55 12350 0 0 0 0 4 3 20 0 15 0 93479446 14405136384 235238 18446744073709551615 4194304 4196468 140729793813296 140148369474400 140148892251861 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
[pid=18370/tid=18427] ppid=18367 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/18370/task/18427/stat : 18427 (java) S 18367 18370 4821 0 -1 1077944384 43 12350 0 0 0 0 4 3 20 0 15 0 93479446 14405136384 235238 18446744073709551615 4194304 4196468 140729793813296 140148368422016 140148892251861 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
[pid=18370/tid=18428] ppid=18367 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/18370/task/18428/stat : 18428 (java) S 18367 18370 4821 0 -1 1077944384 3 12350 0 0 0 0 4 3 20 0 15 0 93479449 14405136384 235238 18446744073709551615 4194304 4196468 140729793813296 140148367370320 140148892260251 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
[pid=18370/tid=18429] ppid=18367 vsize=14067516 CPUtime=2.81 cores=1,3,5,7
/proc/18370/task/18429/stat : 18429 (java) S 18367 18370 4821 0 -1 1077944384 17900 12350 0 0 272 2 4 3 20 0 15 0 93479449 14405136384 235238 18446744073709551615 4194304 4196468 140729793813296 140148366318192 140148892252802 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
[pid=18370/tid=18430] ppid=18367 vsize=14067516 CPUtime=2.43 cores=1,3,5,7
/proc/18370/task/18430/stat : 18430 (java) S 18367 18370 4821 0 -1 1077944384 9940 12350 0 0 235 1 4 3 20 0 15 0 93479449 14405136384 235238 18446744073709551615 4194304 4196468 140729793813296 140148365265392 140148892252802 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
[pid=18370/tid=18431] ppid=18367 vsize=14067516 CPUtime=1.37 cores=1,3,5,7
/proc/18370/task/18431/stat : 18431 (java) S 18367 18370 4821 0 -1 1077944384 12230 12350 0 0 128 2 4 3 20 0 15 0 93479449 14405136384 235238 18446744073709551615 4194304 4196468 140729793813296 140148364213104 140148892252802 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
[pid=18370/tid=18432] ppid=18367 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/18370/task/18432/stat : 18432 (java) S 18367 18370 4821 0 -1 1077944384 3 12350 0 0 0 0 4 3 20 0 15 0 93479449 14405136384 235238 18446744073709551615 4194304 4196468 140729793813296 140148363160544 140148892251861 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
[pid=18370/tid=18433] ppid=18367 vsize=14067516 CPUtime=1.67 cores=1,3,5,7
/proc/18370/task/18433/stat : 18433 (java) S 18367 18370 4821 0 -1 1077944384 1349 12350 0 0 68 92 4 3 20 0 15 0 93479454 14405136384 235238 18446744073709551615 4194304 4196468 140729793813296 140148362107312 140148892252802 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
Current children cumulated CPU time (s) 2520.02
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 18370 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2476.1 s]
/proc/loadavg: 1.39 1.37 1.46 4/216 19124
/proc/meminfo: memFree=29343276/32770624 swapFree=0/435016
[pid=18370] ppid=18367 vsize=14200644 CPUtime=2520.31 cores=1,3,5,7
/proc/18370/stat : 18370 (java) S 18367 18370 4821 0 -1 1077944320 223545 12350 0 0 251593 431 4 3 20 0 17 0 93479422 14541459456 237041 18446744073709551615 4194304 4196468 140729793813296 140729793795840 140148892241655 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
/proc/18370/statm: 3550161 237041 3475 1 0 3538775 0
[pid=18370/tid=18420] ppid=18367 vsize=14200644 CPUtime=2446.82 cores=1,3,5,7
/proc/18370/task/18420/stat : 18420 (java) S 18367 18370 4821 0 -1 1077944384 92502 12350 0 0 244613 62 4 3 20 0 17 0 93479444 14541459456 237041 18446744073709551615 4194304 4196468 140729793813296 140148896479200 140148892251861 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
[pid=18370/tid=18421] ppid=18367 vsize=14200644 CPUtime=13.32 cores=1,3,5,7
/proc/18370/task/18421/stat : 18421 (java) R 18367 18370 4821 0 -1 4202560 19540 12350 0 0 1256 69 4 3 20 0 17 0 93479444 14541459456 237041 18446744073709551615 4194304 4196468 140729793813296 140148811656080 140148892253590 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
[pid=18370/tid=18422] ppid=18367 vsize=14200644 CPUtime=13.31 cores=1,3,5,7
/proc/18370/task/18422/stat : 18422 (java) R 18367 18370 4821 0 -1 4202560 17299 12350 0 0 1250 74 4 3 20 0 17 0 93479444 14541459456 237041 18446744073709551615 4194304 4196468 140729793813296 140148810603280 140148892253590 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
[pid=18370/tid=18423] ppid=18367 vsize=14200644 CPUtime=13.33 cores=1,3,5,7
/proc/18370/task/18423/stat : 18423 (java) R 18367 18370 4821 0 -1 1077944384 17428 12350 0 0 1254 72 4 3 20 0 17 0 93479444 14541459456 237041 18446744073709551615 4194304 4196468 140729793813296 140148490628240 140148892251861 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
[pid=18370/tid=18424] ppid=18367 vsize=14200644 CPUtime=13.33 cores=1,3,5,7
/proc/18370/task/18424/stat : 18424 (java) R 18367 18370 4821 0 -1 4202560 11763 12350 0 0 1257 69 4 3 20 0 17 0 93479444 14541459456 237041 18446744073709551615 4194304 4196468 140729793813296 140148489575440 140148892253590 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
[pid=18370/tid=18425] ppid=18367 vsize=14200644 CPUtime=12.43 cores=1,3,5,7
/proc/18370/task/18425/stat : 18425 (java) S 18367 18370 4821 0 -1 1077944384 21073 12350 0 0 1167 69 4 3 20 0 17 0 93479446 14541459456 237041 18446744073709551615 4194304 4196468 140729793813296 140148370526768 140148892251861 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
[pid=18370/tid=18426] ppid=18367 vsize=14200644 CPUtime=0.07 cores=1,3,5,7
/proc/18370/task/18426/stat : 18426 (java) S 18367 18370 4821 0 -1 1077944384 57 12350 0 0 0 0 4 3 20 0 17 0 93479446 14541459456 237041 18446744073709551615 4194304 4196468 140729793813296 140148369474000 140148892251861 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
[pid=18370/tid=18427] ppid=18367 vsize=14200644 CPUtime=0.07 cores=1,3,5,7
/proc/18370/task/18427/stat : 18427 (java) S 18367 18370 4821 0 -1 1077944384 43 12350 0 0 0 0 4 3 20 0 17 0 93479446 14541459456 237041 18446744073709551615 4194304 4196468 140729793813296 140148368422016 140148892251861 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
[pid=18370/tid=18428] ppid=18367 vsize=14200644 CPUtime=0.07 cores=1,3,5,7
/proc/18370/task/18428/stat : 18428 (java) S 18367 18370 4821 0 -1 1077944384 80 12350 0 0 0 0 4 3 20 0 17 0 93479449 14541459456 237041 18446744073709551615 4194304 4196468 140729793813296 140148367370320 140148892260251 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
[pid=18370/tid=18429] ppid=18367 vsize=14200644 CPUtime=2.81 cores=1,3,5,7
/proc/18370/task/18429/stat : 18429 (java) S 18367 18370 4821 0 -1 1077944384 17900 12350 0 0 272 2 4 3 20 0 17 0 93479449 14541459456 237041 18446744073709551615 4194304 4196468 140729793813296 140148366318192 140148892252802 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
[pid=18370/tid=18430] ppid=18367 vsize=14200644 CPUtime=2.43 cores=1,3,5,7
/proc/18370/task/18430/stat : 18430 (java) S 18367 18370 4821 0 -1 1077944384 9997 12350 0 0 235 1 4 3 20 0 17 0 93479449 14541459456 237041 18446744073709551615 4194304 4196468 140729793813296 140148365250384 140148892251861 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
[pid=18370/tid=18431] ppid=18367 vsize=14200644 CPUtime=1.37 cores=1,3,5,7
/proc/18370/task/18431/stat : 18431 (java) S 18367 18370 4821 0 -1 1077944384 12251 12350 0 0 128 2 4 3 20 0 17 0 93479449 14541459456 237041 18446744073709551615 4194304 4196468 140729793813296 140148364210304 140148892251861 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
[pid=18370/tid=18432] ppid=18367 vsize=14200644 CPUtime=0.07 cores=1,3,5,7
/proc/18370/task/18432/stat : 18432 (java) S 18367 18370 4821 0 -1 1077944384 3 12350 0 0 0 0 4 3 20 0 17 0 93479449 14541459456 237041 18446744073709551615 4194304 4196468 140729793813296 140148363160544 140148892251861 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
[pid=18370/tid=18433] ppid=18367 vsize=14200644 CPUtime=1.67 cores=1,3,5,7
/proc/18370/task/18433/stat : 18433 (java) S 18367 18370 4821 0 -1 1077944384 1349 12350 0 0 68 92 4 3 20 0 17 0 93479454 14541459456 237041 18446744073709551615 4194304 4196468 140729793813296 140148362107312 140148892252802 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23404544 140729793816528 140729793819313 140729793819313 140729793822671 0
Current children cumulated CPU time (s) 2520.31
Current children cumulated vsize (KiB) 14200644

Child status: 143
Real time (s): 2476.18
CPU time (s): 2520.47
CPU user time (s): 2516.11
CPU system time (s): 4.35869
CPU usage (%): 101.789
Max. virtual memory (cumulated for all children) (KiB): 14200644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.11
system time used= 4.35869
maximum resident set size= 948720
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 235979
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3136
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 328288
involuntary context switches= 9075

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.7581 second user time and 15.5943 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-11 14:49:54
IDJOB=4262406
IDBENCH=133221
IDSOLVER=2650
FILE ID=node133/4262406-1502456642
RUNJOBID= node133-1502411423-4885
PBS_JOBID= 
Free space on /tmp= 62000 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/MagicSquare/MagicSquare-m1-gp/MagicSquare-9-f10-20.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262406-1502456642/watcher-4262406-1502456642 -o /tmp/evaluation-result-4262406-1502456642/solver-4262406-1502456642 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502411423-4885 --watchdog 2580  bin/concrete HOME/instance-4262406-1502456642.xml

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

MD5SUM BENCH= c5ec4491a591197ab616d829bf389d5e
RANDOM SEED=1523923921

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        26857684 kB
MemAvailable:   27741644 kB
Buffers:          293912 kB
Cached:           884056 kB
SwapCached:            0 kB
Active:          5007416 kB
Inactive:         462348 kB
Active(anon):    4291888 kB
Inactive(anon):    33112 kB
Active(file):     715528 kB
Inactive(file):   429236 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24212 kB
Writeback:             4 kB
AnonPages:       4291548 kB
Mapped:            64352 kB
Shmem:             33468 kB
Slab:             137940 kB
SReclaimable:     110060 kB
SUnreclaim:        27880 kB
KernelStack:        3520 kB
PageTables:        13864 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4950692 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4038656 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 61984 MiB
End job on node133 at 2017-08-11 15:31:11