Trace number 4261930

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.4? (TO) 2520.54 2475

General information on the benchmark

NameGolombRuler/GolombRuler-a3-s1/
GolombRuler-21-a3.xml
MD5SUM77b850f9bb38d7d923034c01213ab5aa
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark409
Best CPU time to get the best result obtained on this benchmark20039.199
Satisfiable
(Un)Satisfiability was proved
Number of variables462
Number of constraints213
Number of domains2
Minimum domain size1000
Maximum domain size1001
Distribution of domain sizes[{"size":1000,"count":210},{"size":1001,"count":21}]
Minimum variable degree0
Maximum variable degree22
Distribution of variable degrees[{"degree":0,"count":231},{"degree":2,"count":210},{"degree":21,"count":19},{"degree":22,"count":2}]
Minimum constraint arity1
Maximum constraint arity210
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":210},{"arity":21,"count":1},{"arity":210,"count":1}]
Number of extensional constraints0
Number of intensional constraints211
Distribution of constraint types[{"type":"intension","count":211},{"type":"allDifferent","count":1},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

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

pid=21128
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.86 1.67 1.62 2/200 21131
/proc/meminfo: memFree=30140484/32770624 swapFree=0/461644
[pid=21131] ppid=21128 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/21131/stat : 21131 (runsolver) D 21128 21131 13007 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 86098042 24240128 107 18446744073709551615 4194304 4338465 140721576410480 140721576408120 140303945269975 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 15659008 140721576411344 140721576411721 140721576411721 140721576415178 0
/proc/21131/statm: 5918 107 54 36 0 2156 0

[startup+0.100059 s]
/proc/loadavg: 1.86 1.67 1.62 2/200 21131
/proc/meminfo: memFree=30140484/32770624 swapFree=0/461644
[pid=21131] ppid=21128 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/21131/stat : 21131 (bash) S 21128 21131 13007 0 -1 4202496 797 5298 0 0 0 0 0 1 20 0 1 0 86098042 9867264 360 18446744073709551615 4194304 5098028 140737079325808 140737079323464 139905162505216 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 8 0 0 7196144 7232144 9449472 140737079329300 140737079329385 140737079329385 140737079332842 0
/proc/21131/statm: 2409 360 286 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.200276 s]
/proc/loadavg: 1.86 1.67 1.62 2/200 21131
/proc/meminfo: memFree=30140484/32770624 swapFree=0/461644
[pid=21131] ppid=21128 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/21131/stat : 21131 (bash) S 21128 21131 13007 0 -1 4202496 896 6477 0 0 0 0 0 1 20 0 1 0 86098042 9867264 377 18446744073709551615 4194304 5098028 140737079325808 140737079319816 139905162505216 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 8 0 0 7196144 7232144 9449472 140737079329300 140737079329385 140737079329385 140737079332842 0
/proc/21131/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.30164 s]
/proc/loadavg: 1.86 1.67 1.62 2/200 21131
/proc/meminfo: memFree=30140484/32770624 swapFree=0/461644
[pid=21131] ppid=21128 vsize=13973872 CPUtime=0.13 cores=1,3,5,7
/proc/21131/stat : 21131 (java) S 21128 21131 13007 0 -1 1077944320 5841 12405 0 0 5 1 5 2 20 0 15 0 86098042 14309244928 5488 18446744073709551615 4194304 4196468 140732321942512 140732321925056 140696052121335 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
/proc/21131/statm: 3493468 5488 2563 1 0 3482965 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 13973872

[startup+0.700301 s]
/proc/loadavg: 1.86 1.67 1.62 2/200 21131
/proc/meminfo: memFree=30140484/32770624 swapFree=0/461644
[pid=21131] ppid=21128 vsize=13974784 CPUtime=0.7 cores=1,3,5,7
/proc/21131/stat : 21131 (java) S 21128 21131 13007 0 -1 1077944320 13948 12405 0 0 59 4 5 2 20 0 15 0 86098042 14310178816 14896 18446744073709551615 4194304 4196468 140732321942512 140732321925056 140696052121335 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
/proc/21131/statm: 3493696 14896 3137 1 0 3482965 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 13974784

[startup+1.50221 s]
/proc/loadavg: 1.86 1.67 1.62 4/215 21194
/proc/meminfo: memFree=30044256/32770624 swapFree=0/461688
[pid=21131] ppid=21128 vsize=13985408 CPUtime=1.9 cores=1,3,5,7
/proc/21131/stat : 21131 (java) S 21128 21131 13007 0 -1 1077944320 29755 12405 0 0 173 10 5 2 20 0 15 0 86098042 14321057792 42586 18446744073709551615 4194304 4196468 140732321942512 140732321925056 140696052121335 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
/proc/21131/statm: 3496352 42586 3369 1 0 3485525 0
[pid=21131/tid=21181] ppid=21128 vsize=13985408 CPUtime=1.28 cores=1,3,5,7
/proc/21131/task/21181/stat : 21181 (java) R 21128 21131 13007 0 -1 4202560 22350 12405 0 0 115 6 5 2 20 0 15 0 86098064 14321057792 42586 18446744073709551615 4194304 4196468 140732321942512 140696056340336 140695694134356 0 4 1 16800974 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
[pid=21131/tid=21182] ppid=21128 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/21131/task/21182/stat : 21182 (java) S 21128 21131 13007 0 -1 1077944384 53 12405 0 0 0 0 5 2 20 0 15 0 86098064 14321057792 42586 18446744073709551615 4194304 4196468 140732321942512 140695652612880 140696052131541 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
[pid=21131/tid=21183] ppid=21128 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/21131/task/21183/stat : 21183 (java) S 21128 21131 13007 0 -1 1077944384 197 12405 0 0 1 0 5 2 20 0 15 0 86098064 14321057792 42586 18446744073709551615 4194304 4196468 140732321942512 140695651560336 140696052131541 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
[pid=21131/tid=21184] ppid=21128 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/21131/task/21184/stat : 21184 (java) S 21128 21131 13007 0 -1 1077944384 59 12405 0 0 1 0 5 2 20 0 15 0 86098064 14321057792 42586 18446744073709551615 4194304 4196468 140732321942512 140695650507792 140696052131541 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
[pid=21131/tid=21185] ppid=21128 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/21131/task/21185/stat : 21185 (java) S 21128 21131 13007 0 -1 1077944384 47 12405 0 0 1 0 5 2 20 0 15 0 86098064 14321057792 42586 18446744073709551615 4194304 4196468 140732321942512 140695649455248 140696052131541 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
[pid=21131/tid=21186] ppid=21128 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/21131/task/21186/stat : 21186 (java) S 21128 21131 13007 0 -1 1077944384 1648 12405 0 0 1 0 5 2 20 0 15 0 86098066 14321057792 42586 18446744073709551615 4194304 4196468 140732321942512 140695530571760 140696052132482 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
[pid=21131/tid=21187] ppid=21128 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/21131/task/21187/stat : 21187 (java) S 21128 21131 13007 0 -1 1077944384 55 12405 0 0 0 0 5 2 20 0 15 0 86098066 14321057792 42586 18446744073709551615 4194304 4196468 140732321942512 140695529517984 140696052131541 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
[pid=21131/tid=21188] ppid=21128 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/21131/task/21188/stat : 21188 (java) S 21128 21131 13007 0 -1 1077944384 44 12405 0 0 0 0 5 2 20 0 15 0 86098066 14321057792 42586 18446744073709551615 4194304 4196468 140732321942512 140695528463984 140696052131541 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
[pid=21131/tid=21189] ppid=21128 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/21131/task/21189/stat : 21189 (java) S 21128 21131 13007 0 -1 1077944384 3 12405 0 0 0 0 5 2 20 0 15 0 86098069 14321057792 42586 18446744073709551615 4194304 4196468 140732321942512 140695527413968 140696052139931 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
[pid=21131/tid=21190] ppid=21128 vsize=13985408 CPUtime=0.22 cores=1,3,5,7
/proc/21131/task/21190/stat : 21190 (java) S 21128 21131 13007 0 -1 1077944384 1184 12405 0 0 15 0 5 2 20 0 15 0 86098069 14321057792 42586 18446744073709551615 4194304 4196468 140732321942512 140695526361584 140696052132482 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
[pid=21131/tid=21191] ppid=21128 vsize=13985408 CPUtime=0.2 cores=1,3,5,7
/proc/21131/task/21191/stat : 21191 (java) R 21128 21131 13007 0 -1 1077944384 589 12405 0 0 13 0 5 2 20 0 15 0 86098069 14321057792 42586 18446744073709551615 4194304 4196468 140732321942512 140695525309040 140696052132482 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
[pid=21131/tid=21192] ppid=21128 vsize=13985408 CPUtime=0.3 cores=1,3,5,7
/proc/21131/task/21192/stat : 21192 (java) R 21128 21131 13007 0 -1 4202560 1362 12405 0 0 23 0 5 2 20 0 15 0 86098069 14321057792 42586 18446744073709551615 4194304 4196468 140732321942512 140695524251872 140696035463329 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
[pid=21131/tid=21193] ppid=21128 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/21131/task/21193/stat : 21193 (java) S 21128 21131 13007 0 -1 1077944384 3 12405 0 0 0 0 5 2 20 0 15 0 86098069 14321057792 42586 18446744073709551615 4194304 4196468 140732321942512 140695523204192 140696052131541 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
[pid=21131/tid=21194] ppid=21128 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/21131/task/21194/stat : 21194 (java) S 21128 21131 13007 0 -1 1077944384 6 12405 0 0 0 0 5 2 20 0 15 0 86098072 14321057792 42586 18446744073709551615 4194304 4196468 140732321942512 140695522150704 140696052132482 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
Current children cumulated CPU time (s) 1.9
Current children cumulated vsize (KiB) 13985408

[startup+3.10127 s]
/proc/loadavg: 1.95 1.69 1.62 4/215 21194
/proc/meminfo: memFree=29967924/32770624 swapFree=0/461688
[pid=21131] ppid=21128 vsize=13997884 CPUtime=5.99 cores=1,3,5,7
/proc/21131/stat : 21131 (java) S 21128 21131 13007 0 -1 1077944320 44823 12405 0 0 577 15 5 2 20 0 15 0 86098042 14333833216 55390 18446744073709551615 4194304 4196468 140732321942512 140732321925056 140696052121335 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
/proc/21131/statm: 3499471 55390 3441 1 0 3488085 0
[pid=21131/tid=21181] ppid=21128 vsize=13997884 CPUtime=2.86 cores=1,3,5,7
/proc/21131/task/21181/stat : 21181 (java) R 21128 21131 13007 0 -1 4202560 28625 12405 0 0 271 8 5 2 20 0 15 0 86098064 14333833216 55390 18446744073709551615 4194304 4196468 140732321942512 140696056346080 140695697544872 0 4 1 16800974 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
[pid=21131/tid=21182] ppid=21128 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/21131/task/21182/stat : 21182 (java) S 21128 21131 13007 0 -1 1077944384 53 12405 0 0 0 0 5 2 20 0 15 0 86098064 14333833216 55390 18446744073709551615 4194304 4196468 140732321942512 140695652612880 140696052131541 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
[pid=21131/tid=21183] ppid=21128 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/21131/task/21183/stat : 21183 (java) S 21128 21131 13007 0 -1 1077944384 197 12405 0 0 1 0 5 2 20 0 15 0 86098064 14333833216 55390 18446744073709551615 4194304 4196468 140732321942512 140695651560336 140696052131541 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
[pid=21131/tid=21184] ppid=21128 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/21131/task/21184/stat : 21184 (java) S 21128 21131 13007 0 -1 1077944384 59 12405 0 0 1 0 5 2 20 0 15 0 86098064 14333833216 55390 18446744073709551615 4194304 4196468 140732321942512 140695650507792 140696052131541 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
[pid=21131/tid=21185] ppid=21128 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/21131/task/21185/stat : 21185 (java) S 21128 21131 13007 0 -1 1077944384 47 12405 0 0 1 0 5 2 20 0 15 0 86098064 14333833216 55390 18446744073709551615 4194304 4196468 140732321942512 140695649455248 140696052131541 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
[pid=21131/tid=21186] ppid=21128 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/21131/task/21186/stat : 21186 (java) S 21128 21131 13007 0 -1 1077944384 1682 12405 0 0 1 0 5 2 20 0 15 0 86098066 14333833216 55390 18446744073709551615 4194304 4196468 140732321942512 140695530571760 140696052132482 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
[pid=21131/tid=21187] ppid=21128 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/21131/task/21187/stat : 21187 (java) S 21128 21131 13007 0 -1 1077944384 55 12405 0 0 0 0 5 2 20 0 15 0 86098066 14333833216 55390 18446744073709551615 4194304 4196468 140732321942512 140695529517984 140696052131541 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
[pid=21131/tid=21188] ppid=21128 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/21131/task/21188/stat : 21188 (java) S 21128 21131 13007 0 -1 1077944384 44 12405 0 0 0 0 5 2 20 0 15 0 86098066 14333833216 55390 18446744073709551615 4194304 4196468 140732321942512 140695528465408 140696052131541 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
[pid=21131/tid=21189] ppid=21128 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/21131/task/21189/stat : 21189 (java) S 21128 21131 13007 0 -1 1077944384 3 12405 0 0 0 0 5 2 20 0 15 0 86098069 14333833216 55390 18446744073709551615 4194304 4196468 140732321942512 140695527413968 140696052139931 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
[pid=21131/tid=21190] ppid=21128 vsize=13997884 CPUtime=1.17 cores=1,3,5,7
/proc/21131/task/21190/stat : 21190 (java) R 21128 21131 13007 0 -1 4202560 4526 12405 0 0 109 1 5 2 20 0 15 0 86098069 14333833216 55390 18446744073709551615 4194304 4196468 140732321942512 140695526346544 140696033665457 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
[pid=21131/tid=21191] ppid=21128 vsize=13997884 CPUtime=0.88 cores=1,3,5,7
/proc/21131/task/21191/stat : 21191 (java) R 21128 21131 13007 0 -1 4202560 1880 12405 0 0 80 1 5 2 20 0 15 0 86098069 14333833216 55390 18446744073709551615 4194304 4196468 140732321942512 140695525309040 140696044410789 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
[pid=21131/tid=21192] ppid=21128 vsize=13997884 CPUtime=1.17 cores=1,3,5,7
/proc/21131/task/21192/stat : 21192 (java) R 21128 21131 13007 0 -1 4202560 5484 12405 0 0 109 1 5 2 20 0 15 0 86098069 14333833216 55390 18446744073709551615 4194304 4196468 140732321942512 140695524256496 140696036313257 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
[pid=21131/tid=21193] ppid=21128 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/21131/task/21193/stat : 21193 (java) S 21128 21131 13007 0 -1 1077944384 3 12405 0 0 0 0 5 2 20 0 15 0 86098069 14333833216 55390 18446744073709551615 4194304 4196468 140732321942512 140695523204192 140696052131541 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
[pid=21131/tid=21194] ppid=21128 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/21131/task/21194/stat : 21194 (java) S 21128 21131 13007 0 -1 1077944384 10 12405 0 0 0 0 5 2 20 0 15 0 86098072 14333833216 55390 18446744073709551615 4194304 4196468 140732321942512 140695522150704 140696052132482 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
Current children cumulated CPU time (s) 5.99
Current children cumulated vsize (KiB) 13997884

[startup+6.31003 s]
/proc/loadavg: 1.95 1.69 1.62 3/215 21194
/proc/meminfo: memFree=29841804/32770624 swapFree=0/461688
[pid=21131] ppid=21128 vsize=14001980 CPUtime=11.32 cores=1,3,5,7
/proc/21131/stat : 21131 (java) S 21128 21131 13007 0 -1 1077944320 55026 12405 0 0 1102 23 5 2 20 0 15 0 86098042 14338027520 85592 18446744073709551615 4194304 4196468 140732321942512 140732321925056 140696052121335 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
/proc/21131/statm: 3500495 85592 3464 1 0 3489109 0
[pid=21131/tid=21181] ppid=21128 vsize=14001980 CPUtime=5.99 cores=1,3,5,7
/proc/21131/task/21181/stat : 21181 (java) R 21128 21131 13007 0 -1 4202560 30098 12405 0 0 582 10 5 2 20 0 15 0 86098064 14338027520 85592 18446744073709551615 4194304 4196468 140732321942512 140696056353552 140696036201822 0 4 1 16800974 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
[pid=21131/tid=21182] ppid=21128 vsize=14001980 CPUtime=0.11 cores=1,3,5,7
/proc/21131/task/21182/stat : 21182 (java) S 21128 21131 13007 0 -1 1077944384 74 12405 0 0 3 1 5 2 20 0 15 0 86098064 14338027520 85592 18446744073709551615 4194304 4196468 140732321942512 140695652612880 140696052131541 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
[pid=21131/tid=21183] ppid=21128 vsize=14001980 CPUtime=0.13 cores=1,3,5,7
/proc/21131/task/21183/stat : 21183 (java) S 21128 21131 13007 0 -1 1077944384 259 12405 0 0 5 1 5 2 20 0 15 0 86098064 14338027520 85592 18446744073709551615 4194304 4196468 140732321942512 140695651560336 140696052131541 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
[pid=21131/tid=21184] ppid=21128 vsize=14001980 CPUtime=0.13 cores=1,3,5,7
/proc/21131/task/21184/stat : 21184 (java) S 21128 21131 13007 0 -1 1077944384 407 12405 0 0 5 1 5 2 20 0 15 0 86098064 14338027520 85592 18446744073709551615 4194304 4196468 140732321942512 140695650507792 140696052131541 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
[pid=21131/tid=21185] ppid=21128 vsize=14001980 CPUtime=0.12 cores=1,3,5,7
/proc/21131/task/21185/stat : 21185 (java) S 21128 21131 13007 0 -1 1077944384 128 12405 0 0 4 1 5 2 20 0 15 0 86098064 14338027520 85592 18446744073709551615 4194304 4196468 140732321942512 140695649455248 140696052131541 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
[pid=21131/tid=21186] ppid=21128 vsize=14001980 CPUtime=0.11 cores=1,3,5,7
/proc/21131/task/21186/stat : 21186 (java) S 21128 21131 13007 0 -1 1077944384 2292 12405 0 0 4 0 5 2 20 0 15 0 86098066 14338027520 85592 18446744073709551615 4194304 4196468 140732321942512 140695530571760 140696052132482 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
[pid=21131/tid=21187] ppid=21128 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/21131/task/21187/stat : 21187 (java) S 21128 21131 13007 0 -1 1077944384 55 12405 0 0 0 0 5 2 20 0 15 0 86098066 14338027520 85592 18446744073709551615 4194304 4196468 140732321942512 140695529518048 140696052131541 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
[pid=21131/tid=21188] ppid=21128 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/21131/task/21188/stat : 21188 (java) S 21128 21131 13007 0 -1 1077944384 44 12405 0 0 0 0 5 2 20 0 15 0 86098066 14338027520 85592 18446744073709551615 4194304 4196468 140732321942512 140695528465408 140696052131541 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
[pid=21131/tid=21189] ppid=21128 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/21131/task/21189/stat : 21189 (java) S 21128 21131 13007 0 -1 1077944384 3 12405 0 0 0 0 5 2 20 0 15 0 86098069 14338027520 85592 18446744073709551615 4194304 4196468 140732321942512 140695527413968 140696052139931 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
[pid=21131/tid=21190] ppid=21128 vsize=14001980 CPUtime=1.96 cores=1,3,5,7
/proc/21131/task/21190/stat : 21190 (java) R 21128 21131 13007 0 -1 1077944384 6442 12405 0 0 188 1 5 2 20 0 15 0 86098069 14338027520 85592 18446744073709551615 4194304 4196468 140732321942512 140695526361584 140696052132482 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
[pid=21131/tid=21191] ppid=21128 vsize=14001980 CPUtime=1.66 cores=1,3,5,7
/proc/21131/task/21191/stat : 21191 (java) R 21128 21131 13007 0 -1 4202560 5516 12405 0 0 157 2 5 2 20 0 15 0 86098069 14338027520 85592 18446744073709551615 4194304 4196468 140732321942512 140695525298832 140696038135716 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
[pid=21131/tid=21192] ppid=21128 vsize=14001980 CPUtime=1.58 cores=1,3,5,7
/proc/21131/task/21192/stat : 21192 (java) R 21128 21131 13007 0 -1 4202560 7428 12405 0 0 149 2 5 2 20 0 15 0 86098069 14338027520 85592 18446744073709551615 4194304 4196468 140732321942512 140695524256496 140696052142682 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
[pid=21131/tid=21193] ppid=21128 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/21131/task/21193/stat : 21193 (java) S 21128 21131 13007 0 -1 1077944384 3 12405 0 0 0 0 5 2 20 0 15 0 86098069 14338027520 85592 18446744073709551615 4194304 4196468 140732321942512 140695523204192 140696052131541 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
[pid=21131/tid=21194] ppid=21128 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/21131/task/21194/stat : 21194 (java) S 21128 21131 13007 0 -1 1077944384 125 12405 0 0 0 0 5 2 20 0 15 0 86098072 14338027520 85592 18446744073709551615 4194304 4196468 140732321942512 140695522150704 140696052132482 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
Current children cumulated CPU time (s) 11.32
Current children cumulated vsize (KiB) 14001980

[startup+12.7007 s]
/proc/loadavg: 2.11 1.73 1.64 3/215 21194
/proc/meminfo: memFree=29341148/32770624 swapFree=0/461684
[pid=21131] ppid=21128 vsize=14067516 CPUtime=21.02 cores=1,3,5,7
/proc/21131/stat : 21131 (java) S 21128 21131 13007 0 -1 1077944320 78802 12405 0 0 2061 34 5 2 20 0 15 0 86098042 14405136384 203100 18446744073709551615 4194304 4196468 140732321942512 140732321925056 140696052121335 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
/proc/21131/statm: 3516879 203100 3477 1 0 3505493 0
[pid=21131/tid=21181] ppid=21128 vsize=14067516 CPUtime=12.34 cores=1,3,5,7
/proc/21131/task/21181/stat : 21181 (java) R 21128 21131 13007 0 -1 4202560 43337 12405 0 0 1209 18 5 2 20 0 15 0 86098064 14405136384 203100 18446744073709551615 4194304 4196468 140732321942512 140696056355392 140695712088672 0 4 1 16800974 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
[pid=21131/tid=21182] ppid=21128 vsize=14067516 CPUtime=0.12 cores=1,3,5,7
/proc/21131/task/21182/stat : 21182 (java) S 21128 21131 13007 0 -1 1077944384 371 12405 0 0 4 1 5 2 20 0 15 0 86098064 14405136384 203100 18446744073709551615 4194304 4196468 140732321942512 140695652612880 140696052131541 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
[pid=21131/tid=21183] ppid=21128 vsize=14067516 CPUtime=0.14 cores=1,3,5,7
/proc/21131/task/21183/stat : 21183 (java) S 21128 21131 13007 0 -1 1077944384 313 12405 0 0 6 1 5 2 20 0 15 0 86098064 14405136384 203100 18446744073709551615 4194304 4196468 140732321942512 140695651560336 140696052131541 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
[pid=21131/tid=21184] ppid=21128 vsize=14067516 CPUtime=0.14 cores=1,3,5,7
/proc/21131/task/21184/stat : 21184 (java) S 21128 21131 13007 0 -1 1077944384 419 12405 0 0 6 1 5 2 20 0 15 0 86098064 14405136384 203100 18446744073709551615 4194304 4196468 140732321942512 140695650507792 140696052131541 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
[pid=21131/tid=21185] ppid=21128 vsize=14067516 CPUtime=0.13 cores=1,3,5,7
/proc/21131/task/21185/stat : 21185 (java) S 21128 21131 13007 0 -1 1077944384 542 12405 0 0 5 1 5 2 20 0 15 0 86098064 14405136384 203100 18446744073709551615 4194304 4196468 140732321942512 140695649455248 140696052131541 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
[pid=21131/tid=21186] ppid=21128 vsize=14067516 CPUtime=0.13 cores=1,3,5,7
/proc/21131/task/21186/stat : 21186 (java) S 21128 21131 13007 0 -1 1077944384 2769 12405 0 0 6 0 5 2 20 0 15 0 86098066 14405136384 203100 18446744073709551615 4194304 4196468 140732321942512 140695530571760 140696052132482 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
[pid=21131/tid=21187] ppid=21128 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/21131/task/21187/stat : 21187 (java) S 21128 21131 13007 0 -1 1077944384 55 12405 0 0 0 0 5 2 20 0 15 0 86098066 14405136384 203100 18446744073709551615 4194304 4196468 140732321942512 140695529518112 140696052131541 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
[pid=21131/tid=21188] ppid=21128 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/21131/task/21188/stat : 21188 (java) S 21128 21131 13007 0 -1 1077944384 44 12405 0 0 0 0 5 2 20 0 15 0 86098066 14405136384 203100 18446744073709551615 4194304 4196468 140732321942512 140695528465408 140696052131541 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
[pid=21131/tid=21189] ppid=21128 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/21131/task/21189/stat : 21189 (java) S 21128 21131 13007 0 -1 1077944384 3 12405 0 0 0 0 5 2 20 0 15 0 86098069 14405136384 203100 18446744073709551615 4194304 4196468 140732321942512 140695527413968 140696052139931 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0

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

/proc/21131/task/21193/stat : 21193 (java) S 21128 21131 13007 0 -1 1077944384 3 12405 0 0 0 0 5 2 20 0 15 0 86098069 14405136384 366894 18446744073709551615 4194304 4196468 140732321942512 140695523204192 140696052131541 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
[pid=21131/tid=21194] ppid=21128 vsize=14067516 CPUtime=1.64 cores=1,3,5,7
/proc/21131/task/21194/stat : 21194 (java) S 21128 21131 13007 0 -1 1077944384 3014 12405 0 0 68 89 5 2 20 0 15 0 86098072 14405136384 366894 18446744073709551615 4194304 4196468 140732321942512 140695522150704 140696052132482 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
Current children cumulated CPU time (s) 2365.17
Current children cumulated vsize (KiB) 14067516

[startup+2382.3 s]
/proc/loadavg: 1.39 1.42 1.40 3/213 21737
/proc/meminfo: memFree=27775804/32770624 swapFree=0/462152
[pid=21131] ppid=21128 vsize=14067516 CPUtime=2426.1 cores=1,3,5,7
/proc/21131/stat : 21131 (java) S 21128 21131 13007 0 -1 1077944320 268871 12405 0 0 242201 402 5 2 20 0 15 0 86098042 14405136384 366894 18446744073709551615 4194304 4196468 140732321942512 140732321925056 140696052121335 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
/proc/21131/statm: 3516879 366894 3477 1 0 3505493 0
[pid=21131/tid=21181] ppid=21128 vsize=14067516 CPUtime=2355.31 cores=1,3,5,7
/proc/21131/task/21181/stat : 21181 (java) R 21128 21131 13007 0 -1 4202560 100781 12405 0 0 235462 62 5 2 20 0 15 0 86098064 14405136384 366894 18446744073709551615 4194304 4196468 140732321942512 140696056355440 140695695294010 0 4 1 16800974 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
[pid=21131/tid=21182] ppid=21128 vsize=14067516 CPUtime=12.36 cores=1,3,5,7
/proc/21131/task/21182/stat : 21182 (java) S 21128 21131 13007 0 -1 1077944384 23717 12405 0 0 1165 64 5 2 20 0 15 0 86098064 14405136384 366894 18446744073709551615 4194304 4196468 140732321942512 140695652612880 140696052131541 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
[pid=21131/tid=21183] ppid=21128 vsize=14067516 CPUtime=12.4 cores=1,3,5,7
/proc/21131/task/21183/stat : 21183 (java) S 21128 21131 13007 0 -1 1077944384 27156 12405 0 0 1168 65 5 2 20 0 15 0 86098064 14405136384 366894 18446744073709551615 4194304 4196468 140732321942512 140695651560336 140696052131541 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
[pid=21131/tid=21184] ppid=21128 vsize=14067516 CPUtime=12.36 cores=1,3,5,7
/proc/21131/task/21184/stat : 21184 (java) S 21128 21131 13007 0 -1 1077944384 30616 12405 0 0 1164 65 5 2 20 0 15 0 86098064 14405136384 366894 18446744073709551615 4194304 4196468 140732321942512 140695650507792 140696052131541 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
[pid=21131/tid=21185] ppid=21128 vsize=14067516 CPUtime=12.35 cores=1,3,5,7
/proc/21131/task/21185/stat : 21185 (java) S 21128 21131 13007 0 -1 1077944384 19661 12405 0 0 1168 60 5 2 20 0 15 0 86098064 14405136384 366894 18446744073709551615 4194304 4196468 140732321942512 140695649455248 140696052131541 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
[pid=21131/tid=21186] ppid=21128 vsize=14067516 CPUtime=11.41 cores=1,3,5,7
/proc/21131/task/21186/stat : 21186 (java) S 21128 21131 13007 0 -1 1077944384 21707 12405 0 0 1069 65 5 2 20 0 15 0 86098066 14405136384 366894 18446744073709551615 4194304 4196468 140732321942512 140695530571760 140696052132482 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
[pid=21131/tid=21187] ppid=21128 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/21131/task/21187/stat : 21187 (java) S 21128 21131 13007 0 -1 1077944384 55 12405 0 0 0 0 5 2 20 0 15 0 86098066 14405136384 366894 18446744073709551615 4194304 4196468 140732321942512 140695529518112 140696052131541 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
[pid=21131/tid=21188] ppid=21128 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/21131/task/21188/stat : 21188 (java) S 21128 21131 13007 0 -1 1077944384 44 12405 0 0 0 0 5 2 20 0 15 0 86098066 14405136384 366894 18446744073709551615 4194304 4196468 140732321942512 140695528465408 140696052131541 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
[pid=21131/tid=21189] ppid=21128 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/21131/task/21189/stat : 21189 (java) S 21128 21131 13007 0 -1 1077944384 3 12405 0 0 0 0 5 2 20 0 15 0 86098069 14405136384 366894 18446744073709551615 4194304 4196468 140732321942512 140695527413968 140696052139931 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
[pid=21131/tid=21190] ppid=21128 vsize=14067516 CPUtime=3.54 cores=1,3,5,7
/proc/21131/task/21190/stat : 21190 (java) S 21128 21131 13007 0 -1 1077944384 13279 12405 0 0 345 2 5 2 20 0 15 0 86098069 14405136384 366894 18446744073709551615 4194304 4196468 140732321942512 140695526361584 140696052132482 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
[pid=21131/tid=21191] ppid=21128 vsize=14067516 CPUtime=3.28 cores=1,3,5,7
/proc/21131/task/21191/stat : 21191 (java) S 21128 21131 13007 0 -1 1077944384 9714 12405 0 0 318 3 5 2 20 0 15 0 86098069 14405136384 366894 18446744073709551615 4194304 4196468 140732321942512 140695525309040 140696052132482 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
[pid=21131/tid=21192] ppid=21128 vsize=14067516 CPUtime=1.92 cores=1,3,5,7
/proc/21131/task/21192/stat : 21192 (java) S 21128 21131 13007 0 -1 1077944384 16946 12405 0 0 181 4 5 2 20 0 15 0 86098069 14405136384 366894 18446744073709551615 4194304 4196468 140732321942512 140695524256496 140696052132482 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
[pid=21131/tid=21193] ppid=21128 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/21131/task/21193/stat : 21193 (java) S 21128 21131 13007 0 -1 1077944384 3 12405 0 0 0 0 5 2 20 0 15 0 86098069 14405136384 366894 18446744073709551615 4194304 4196468 140732321942512 140695523204192 140696052131541 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
[pid=21131/tid=21194] ppid=21128 vsize=14067516 CPUtime=1.69 cores=1,3,5,7
/proc/21131/task/21194/stat : 21194 (java) S 21128 21131 13007 0 -1 1077944384 3034 12405 0 0 70 92 5 2 20 0 15 0 86098072 14405136384 366894 18446744073709551615 4194304 4196468 140732321942512 140695522150704 140696052132482 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
Current children cumulated CPU time (s) 2426.1
Current children cumulated vsize (KiB) 14067516

[startup+2442.3 s]
/proc/loadavg: 1.32 1.40 1.40 3/213 21740
/proc/meminfo: memFree=27802224/32770624 swapFree=0/462176
[pid=21131] ppid=21128 vsize=14067516 CPUtime=2487.07 cores=1,3,5,7
/proc/21131/stat : 21131 (java) S 21128 21131 13007 0 -1 1077944320 270534 12405 0 0 248288 412 5 2 20 0 15 0 86098042 14405136384 367406 18446744073709551615 4194304 4196468 140732321942512 140732321925056 140696052121335 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
/proc/21131/statm: 3516879 367406 3477 1 0 3505493 0
[pid=21131/tid=21181] ppid=21128 vsize=14067516 CPUtime=2414.6 cores=1,3,5,7
/proc/21131/task/21181/stat : 21181 (java) R 21128 21131 13007 0 -1 4202560 101700 12405 0 0 241390 63 5 2 20 0 15 0 86098064 14405136384 367406 18446744073709551615 4194304 4196468 140732321942512 140696056355408 140695710206165 0 4 1 16800974 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
[pid=21131/tid=21182] ppid=21128 vsize=14067516 CPUtime=12.7 cores=1,3,5,7
/proc/21131/task/21182/stat : 21182 (java) S 21128 21131 13007 0 -1 1077944384 23755 12405 0 0 1197 66 5 2 20 0 15 0 86098064 14405136384 367406 18446744073709551615 4194304 4196468 140732321942512 140695652612880 140696052131541 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
[pid=21131/tid=21183] ppid=21128 vsize=14067516 CPUtime=12.73 cores=1,3,5,7
/proc/21131/task/21183/stat : 21183 (java) S 21128 21131 13007 0 -1 1077944384 27261 12405 0 0 1200 66 5 2 20 0 15 0 86098064 14405136384 367406 18446744073709551615 4194304 4196468 140732321942512 140695651560336 140696052131541 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
[pid=21131/tid=21184] ppid=21128 vsize=14067516 CPUtime=12.69 cores=1,3,5,7
/proc/21131/task/21184/stat : 21184 (java) S 21128 21131 13007 0 -1 1077944384 30866 12405 0 0 1195 67 5 2 20 0 15 0 86098064 14405136384 367406 18446744073709551615 4194304 4196468 140732321942512 140695650507792 140696052131541 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
[pid=21131/tid=21185] ppid=21128 vsize=14067516 CPUtime=12.69 cores=1,3,5,7
/proc/21131/task/21185/stat : 21185 (java) S 21128 21131 13007 0 -1 1077944384 19816 12405 0 0 1199 63 5 2 20 0 15 0 86098064 14405136384 367406 18446744073709551615 4194304 4196468 140732321942512 140695649455248 140696052131541 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
[pid=21131/tid=21186] ppid=21128 vsize=14067516 CPUtime=11.72 cores=1,3,5,7
/proc/21131/task/21186/stat : 21186 (java) S 21128 21131 13007 0 -1 1077944384 21862 12405 0 0 1098 67 5 2 20 0 15 0 86098066 14405136384 367406 18446744073709551615 4194304 4196468 140732321942512 140695530571760 140696052132482 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
[pid=21131/tid=21187] ppid=21128 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/21131/task/21187/stat : 21187 (java) S 21128 21131 13007 0 -1 1077944384 55 12405 0 0 0 0 5 2 20 0 15 0 86098066 14405136384 367406 18446744073709551615 4194304 4196468 140732321942512 140695529518112 140696052131541 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
[pid=21131/tid=21188] ppid=21128 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/21131/task/21188/stat : 21188 (java) S 21128 21131 13007 0 -1 1077944384 44 12405 0 0 0 0 5 2 20 0 15 0 86098066 14405136384 367406 18446744073709551615 4194304 4196468 140732321942512 140695528465408 140696052131541 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
[pid=21131/tid=21189] ppid=21128 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/21131/task/21189/stat : 21189 (java) S 21128 21131 13007 0 -1 1077944384 3 12405 0 0 0 0 5 2 20 0 15 0 86098069 14405136384 367406 18446744073709551615 4194304 4196468 140732321942512 140695527413968 140696052139931 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
[pid=21131/tid=21190] ppid=21128 vsize=14067516 CPUtime=3.54 cores=1,3,5,7
/proc/21131/task/21190/stat : 21190 (java) S 21128 21131 13007 0 -1 1077944384 13283 12405 0 0 345 2 5 2 20 0 15 0 86098069 14405136384 367406 18446744073709551615 4194304 4196468 140732321942512 140695526361584 140696052132482 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
[pid=21131/tid=21191] ppid=21128 vsize=14067516 CPUtime=3.28 cores=1,3,5,7
/proc/21131/task/21191/stat : 21191 (java) S 21128 21131 13007 0 -1 1077944384 9718 12405 0 0 318 3 5 2 20 0 15 0 86098069 14405136384 367406 18446744073709551615 4194304 4196468 140732321942512 140695525309040 140696052132482 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
[pid=21131/tid=21192] ppid=21128 vsize=14067516 CPUtime=1.92 cores=1,3,5,7
/proc/21131/task/21192/stat : 21192 (java) S 21128 21131 13007 0 -1 1077944384 16950 12405 0 0 181 4 5 2 20 0 15 0 86098069 14405136384 367406 18446744073709551615 4194304 4196468 140732321942512 140695524256496 140696052132482 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
[pid=21131/tid=21193] ppid=21128 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/21131/task/21193/stat : 21193 (java) S 21128 21131 13007 0 -1 1077944384 3 12405 0 0 0 0 5 2 20 0 15 0 86098069 14405136384 367406 18446744073709551615 4194304 4196468 140732321942512 140695523204192 140696052131541 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
[pid=21131/tid=21194] ppid=21128 vsize=14067516 CPUtime=1.73 cores=1,3,5,7
/proc/21131/task/21194/stat : 21194 (java) S 21128 21131 13007 0 -1 1077944384 3063 12405 0 0 72 94 5 2 20 0 15 0 86098072 14405136384 367406 18446744073709551615 4194304 4196468 140732321942512 140695522150704 140696052132482 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
Current children cumulated CPU time (s) 2487.07
Current children cumulated vsize (KiB) 14067516



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2474.8 s]
/proc/loadavg: 1.37 1.41 1.40 3/213 21743
/proc/meminfo: memFree=27810984/32770624 swapFree=0/462192
[pid=21131] ppid=21128 vsize=14067516 CPUtime=2520.05 cores=1,3,5,7
/proc/21131/stat : 21131 (java) S 21128 21131 13007 0 -1 1077944320 271693 12405 0 0 251582 416 5 2 20 0 15 0 86098042 14405136384 367406 18446744073709551615 4194304 4196468 140732321942512 140732321925056 140696052121335 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
/proc/21131/statm: 3516879 367406 3477 1 0 3505493 0
[pid=21131/tid=21181] ppid=21128 vsize=14067516 CPUtime=2446.7 cores=1,3,5,7
/proc/21131/task/21181/stat : 21181 (java) R 21128 21131 13007 0 -1 4202560 102313 12405 0 0 244599 64 5 2 20 0 15 0 86098064 14405136384 367406 18446744073709551615 4194304 4196468 140732321942512 140696056355664 140695710364992 0 4 1 16800974 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
[pid=21131/tid=21182] ppid=21128 vsize=14067516 CPUtime=12.87 cores=1,3,5,7
/proc/21131/task/21182/stat : 21182 (java) S 21128 21131 13007 0 -1 1077944384 23789 12405 0 0 1214 66 5 2 20 0 15 0 86098064 14405136384 367406 18446744073709551615 4194304 4196468 140732321942512 140695652612880 140696052131541 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
[pid=21131/tid=21183] ppid=21128 vsize=14067516 CPUtime=12.91 cores=1,3,5,7
/proc/21131/task/21183/stat : 21183 (java) S 21128 21131 13007 0 -1 1077944384 27532 12405 0 0 1217 67 5 2 20 0 15 0 86098064 14405136384 367406 18446744073709551615 4194304 4196468 140732321942512 140695651560336 140696052131541 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
[pid=21131/tid=21184] ppid=21128 vsize=14067516 CPUtime=12.87 cores=1,3,5,7
/proc/21131/task/21184/stat : 21184 (java) S 21128 21131 13007 0 -1 1077944384 30897 12405 0 0 1212 68 5 2 20 0 15 0 86098064 14405136384 367406 18446744073709551615 4194304 4196468 140732321942512 140695650507792 140696052131541 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
[pid=21131/tid=21185] ppid=21128 vsize=14067516 CPUtime=12.86 cores=1,3,5,7
/proc/21131/task/21185/stat : 21185 (java) S 21128 21131 13007 0 -1 1077944384 19899 12405 0 0 1215 64 5 2 20 0 15 0 86098064 14405136384 367406 18446744073709551615 4194304 4196468 140732321942512 140695649455248 140696052131541 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
[pid=21131/tid=21186] ppid=21128 vsize=14067516 CPUtime=11.87 cores=1,3,5,7
/proc/21131/task/21186/stat : 21186 (java) S 21128 21131 13007 0 -1 1077944384 21968 12405 0 0 1112 68 5 2 20 0 15 0 86098066 14405136384 367406 18446744073709551615 4194304 4196468 140732321942512 140695530571760 140696052132482 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
[pid=21131/tid=21187] ppid=21128 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/21131/task/21187/stat : 21187 (java) S 21128 21131 13007 0 -1 1077944384 55 12405 0 0 0 0 5 2 20 0 15 0 86098066 14405136384 367406 18446744073709551615 4194304 4196468 140732321942512 140695529518112 140696052131541 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
[pid=21131/tid=21188] ppid=21128 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/21131/task/21188/stat : 21188 (java) S 21128 21131 13007 0 -1 1077944384 44 12405 0 0 0 0 5 2 20 0 15 0 86098066 14405136384 367406 18446744073709551615 4194304 4196468 140732321942512 140695528465408 140696052131541 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
[pid=21131/tid=21189] ppid=21128 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/21131/task/21189/stat : 21189 (java) S 21128 21131 13007 0 -1 1077944384 3 12405 0 0 0 0 5 2 20 0 15 0 86098069 14405136384 367406 18446744073709551615 4194304 4196468 140732321942512 140695527413968 140696052139931 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
[pid=21131/tid=21190] ppid=21128 vsize=14067516 CPUtime=3.54 cores=1,3,5,7
/proc/21131/task/21190/stat : 21190 (java) S 21128 21131 13007 0 -1 1077944384 13285 12405 0 0 345 2 5 2 20 0 15 0 86098069 14405136384 367406 18446744073709551615 4194304 4196468 140732321942512 140695526361584 140696052132482 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
[pid=21131/tid=21191] ppid=21128 vsize=14067516 CPUtime=3.28 cores=1,3,5,7
/proc/21131/task/21191/stat : 21191 (java) S 21128 21131 13007 0 -1 1077944384 9720 12405 0 0 318 3 5 2 20 0 15 0 86098069 14405136384 367406 18446744073709551615 4194304 4196468 140732321942512 140695525309040 140696052132482 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
[pid=21131/tid=21192] ppid=21128 vsize=14067516 CPUtime=1.92 cores=1,3,5,7
/proc/21131/task/21192/stat : 21192 (java) S 21128 21131 13007 0 -1 1077944384 16952 12405 0 0 181 4 5 2 20 0 15 0 86098069 14405136384 367406 18446744073709551615 4194304 4196468 140732321942512 140695524256496 140696052132482 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
[pid=21131/tid=21193] ppid=21128 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/21131/task/21193/stat : 21193 (java) S 21128 21131 13007 0 -1 1077944384 3 12405 0 0 0 0 5 2 20 0 15 0 86098069 14405136384 367406 18446744073709551615 4194304 4196468 140732321942512 140695523204192 140696052131541 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
[pid=21131/tid=21194] ppid=21128 vsize=14067516 CPUtime=1.74 cores=1,3,5,7
/proc/21131/task/21194/stat : 21194 (java) S 21128 21131 13007 0 -1 1077944384 3078 12405 0 0 72 95 5 2 20 0 15 0 86098072 14405136384 367406 18446744073709551615 4194304 4196468 140732321942512 140695522150704 140696052132482 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
Current children cumulated CPU time (s) 2520.05
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 21131 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2474.91 s]
/proc/loadavg: 1.37 1.41 1.40 3/213 21743
/proc/meminfo: memFree=27810984/32770624 swapFree=0/462192
[pid=21131] ppid=21128 vsize=14200644 CPUtime=2520.34 cores=1,3,5,7
/proc/21131/stat : 21131 (java) S 21128 21131 13007 0 -1 1077944320 277948 12405 0 0 251609 418 5 2 20 0 17 0 86098042 14541459456 369161 18446744073709551615 4194304 4196468 140732321942512 140732321925056 140696052121335 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
/proc/21131/statm: 3550161 369161 3478 1 0 3538775 0
[pid=21131/tid=21181] ppid=21128 vsize=14200644 CPUtime=2446.71 cores=1,3,5,7
/proc/21131/task/21181/stat : 21181 (java) S 21128 21131 13007 0 -1 1077944384 102625 12405 0 0 244600 64 5 2 20 0 17 0 86098064 14541459456 369161 18446744073709551615 4194304 4196468 140732321942512 140696056358880 140696052131541 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
[pid=21131/tid=21182] ppid=21128 vsize=14200644 CPUtime=12.93 cores=1,3,5,7
/proc/21131/task/21182/stat : 21182 (java) S 21128 21131 13007 0 -1 1077944384 23809 12405 0 0 1220 66 5 2 20 0 17 0 86098064 14541459456 369161 18446744073709551615 4194304 4196468 140732321942512 140695652612880 140696052131541 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
[pid=21131/tid=21183] ppid=21128 vsize=14200644 CPUtime=12.96 cores=1,3,5,7
/proc/21131/task/21183/stat : 21183 (java) S 21128 21131 13007 0 -1 1077944384 27542 12405 0 0 1222 67 5 2 20 0 17 0 86098064 14541459456 369161 18446744073709551615 4194304 4196468 140732321942512 140695651560336 140696052131541 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
[pid=21131/tid=21184] ppid=21128 vsize=14200644 CPUtime=12.92 cores=1,3,5,7
/proc/21131/task/21184/stat : 21184 (java) S 21128 21131 13007 0 -1 1077944384 30916 12405 0 0 1217 68 5 2 20 0 17 0 86098064 14541459456 369161 18446744073709551615 4194304 4196468 140732321942512 140695650507792 140696052131541 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
[pid=21131/tid=21185] ppid=21128 vsize=14200644 CPUtime=12.92 cores=1,3,5,7
/proc/21131/task/21185/stat : 21185 (java) S 21128 21131 13007 0 -1 1077944384 19945 12405 0 0 1221 64 5 2 20 0 17 0 86098064 14541459456 369161 18446744073709551615 4194304 4196468 140732321942512 140695649455248 140696052131541 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
[pid=21131/tid=21186] ppid=21128 vsize=14200644 CPUtime=11.9 cores=1,3,5,7
/proc/21131/task/21186/stat : 21186 (java) R 21128 21131 13007 0 -1 4202560 27534 12405 0 0 1115 68 5 2 20 0 17 0 86098066 14541459456 369161 18446744073709551615 4194304 4196468 140732321942512 140695530570160 140696037255179 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
[pid=21131/tid=21187] ppid=21128 vsize=14200644 CPUtime=0.07 cores=1,3,5,7
/proc/21131/task/21187/stat : 21187 (java) S 21128 21131 13007 0 -1 1077944384 56 12405 0 0 0 0 5 2 20 0 17 0 86098066 14541459456 369161 18446744073709551615 4194304 4196468 140732321942512 140695529518016 140696052131541 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
[pid=21131/tid=21188] ppid=21128 vsize=14200644 CPUtime=0.07 cores=1,3,5,7
/proc/21131/task/21188/stat : 21188 (java) S 21128 21131 13007 0 -1 1077944384 44 12405 0 0 0 0 5 2 20 0 17 0 86098066 14541459456 369161 18446744073709551615 4194304 4196468 140732321942512 140695528465408 140696052131541 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
[pid=21131/tid=21189] ppid=21128 vsize=14200644 CPUtime=0.07 cores=1,3,5,7
/proc/21131/task/21189/stat : 21189 (java) S 21128 21131 13007 0 -1 1077944384 67 12405 0 0 0 0 5 2 20 0 17 0 86098069 14541459456 369161 18446744073709551615 4194304 4196468 140732321942512 140695527413968 140696052139931 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
[pid=21131/tid=21190] ppid=21128 vsize=14200644 CPUtime=3.54 cores=1,3,5,7
/proc/21131/task/21190/stat : 21190 (java) S 21128 21131 13007 0 -1 1077944384 13285 12405 0 0 345 2 5 2 20 0 17 0 86098069 14541459456 369161 18446744073709551615 4194304 4196468 140732321942512 140695526361584 140696052132482 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
[pid=21131/tid=21191] ppid=21128 vsize=14200644 CPUtime=3.28 cores=1,3,5,7
/proc/21131/task/21191/stat : 21191 (java) S 21128 21131 13007 0 -1 1077944384 9720 12405 0 0 318 3 5 2 20 0 17 0 86098069 14541459456 369161 18446744073709551615 4194304 4196468 140732321942512 140695525309040 140696052132482 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
[pid=21131/tid=21192] ppid=21128 vsize=14200644 CPUtime=1.92 cores=1,3,5,7
/proc/21131/task/21192/stat : 21192 (java) S 21128 21131 13007 0 -1 1077944384 17097 12405 0 0 181 4 5 2 20 0 17 0 86098069 14541459456 369161 18446744073709551615 4194304 4196468 140732321942512 140695524256064 140696052131541 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
[pid=21131/tid=21193] ppid=21128 vsize=14200644 CPUtime=0.07 cores=1,3,5,7
/proc/21131/task/21193/stat : 21193 (java) S 21128 21131 13007 0 -1 1077944384 3 12405 0 0 0 0 5 2 20 0 17 0 86098069 14541459456 369161 18446744073709551615 4194304 4196468 140732321942512 140695523204192 140696052131541 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
[pid=21131/tid=21194] ppid=21128 vsize=14200644 CPUtime=1.74 cores=1,3,5,7
/proc/21131/task/21194/stat : 21194 (java) S 21128 21131 13007 0 -1 1077944384 3078 12405 0 0 72 95 5 2 20 0 17 0 86098072 14541459456 369161 18446744073709551615 4194304 4196468 140732321942512 140695522150704 140696052132482 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21557248 140732321949648 140732321952433 140732321952433 140732321955791 0
Current children cumulated CPU time (s) 2520.34
Current children cumulated vsize (KiB) 14200644

Child status: 143
Real time (s): 2475
CPU time (s): 2520.54
CPU user time (s): 2516.32
CPU system time (s): 4.21657
CPU usage (%): 101.84
Max. virtual memory (cumulated for all children) (KiB): 14200644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.32
system time used= 4.21657
maximum resident set size= 1477272
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 290428
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2880
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 303588
involuntary context switches= 9435

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.2032 second user time and 13.8028 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-11 10:43:54
IDJOB=4261930
IDBENCH=126219
IDSOLVER=2650
FILE ID=node135/4261930-1502441868
RUNJOBID= node135-1502411443-13072
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a3-s1/GolombRuler-21-a3.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4261930-1502441868/watcher-4261930-1502441868 -o /tmp/evaluation-result-4261930-1502441868/solver-4261930-1502441868 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502411443-13072 --watchdog 2580  bin/concrete HOME/instance-4261930-1502441868.xml

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

MD5SUM BENCH= 77b850f9bb38d7d923034c01213ab5aa
RANDOM SEED=1494458317

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30140484 kB
MemAvailable:   30961724 kB
Buffers:          288164 kB
Cached:           825024 kB
SwapCached:            0 kB
Active:          1695428 kB
Inactive:         494784 kB
Active(anon):    1077472 kB
Inactive(anon):    33140 kB
Active(file):     617956 kB
Inactive(file):   461644 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24180 kB
Writeback:             4 kB
AnonPages:       1076888 kB
Mapped:            62660 kB
Shmem:             33464 kB
Slab:             142240 kB
SReclaimable:     114948 kB
SUnreclaim:        27292 kB
KernelStack:        3504 kB
PageTables:         7072 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1991740 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    854016 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61984 MiB
End job on node135 at 2017-08-11 11:25:09