Trace number 4261951

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.4SAT (TO)989 2520.1101 2462.54

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-28-a4.xml
MD5SUM67703e3ced133509b42bcbc9f355bd8f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark920
Best CPU time to get the best result obtained on this benchmark2520.1001
Satisfiable
(Un)Satisfiability was proved
Number of variables28
Number of constraints67979
Number of domains1
Minimum domain size1001
Maximum domain size1001
Distribution of domain sizes[{"size":1001,"count":28}]
Minimum variable degree9478
Maximum variable degree9479
Distribution of variable degrees[{"degree":9478,"count":26},{"degree":9479,"count":2}]
Minimum constraint arity1
Maximum constraint arity28
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":6552},{"arity":4,"count":61425},{"arity":28,"count":1}]
Number of extensional constraints0
Number of intensional constraints67978
Distribution of constraint types[{"type":"intension","count":67978},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

3.33/2.14	c Concrete v3.4 running
711.03/666.98	o 1000
1211.19/1165.11	o 999
1282.45/1235.95	o 997
1434.05/1386.23	o 996
1453.36/1405.31	o 995
1454.89/1406.89	o 994
1693.36/1643.29	o 993
1714.15/1663.73	o 992
1727.78/1677.29	o 991
1774.04/1723.06	o 990
2019.63/1966.22	o 989
2520.06/2462.51	java.util.concurrent.TimeoutException
2520.06/2462.51		at concrete.MAC.mac(MAC.scala:74)
2520.06/2462.51		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
2520.06/2462.51		at scala.util.Try$.apply(Try.scala:209)
2520.06/2462.51		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.06/2462.51		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.06/2462.51		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.06/2462.51		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.06/2462.51		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
2520.06/2462.51		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.06/2462.51		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.06/2462.51		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.06/2462.51		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.06/2462.51		at concrete.MAC.oneRun(MAC.scala:146)
2520.06/2462.51		at concrete.MAC.nextSolution(MAC.scala:166)
2520.06/2462.51		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
2520.06/2462.51		at concrete.ProblemState.map(ProblemState.scala:203)
2520.06/2462.51		at concrete.ProblemState.map(ProblemState.scala:188)
2520.06/2462.51		at concrete.MAC.nextSolution(MAC.scala:195)
2520.06/2462.51		at concrete.Solver.hasNext(Solver.scala:202)
2520.06/2462.51		at scala.collection.Iterator.toStream(Iterator.scala:1403)
2520.06/2462.51		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
2520.06/2462.51		at concrete.Solver.toStream(Solver.scala:73)
2520.06/2462.51		at scala.collection.Iterator.$anonfun$toStream$1(Iterator.scala:1403)
2520.06/2462.51		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1169)
2520.06/2462.51		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1159)
2520.06/2462.51		at scala.collection.immutable.Stream.foreach(Stream.scala:531)
2520.06/2462.51		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
2520.06/2462.51		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.06/2462.51		at scala.util.Success.map(Try.scala:209)
2520.06/2462.51		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
2520.06/2462.51		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
2520.06/2462.51		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.06/2462.51		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
2520.06/2462.51		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.06/2462.51		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.06/2462.51		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.06/2462.51		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.06/2462.51		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.06/2462.51		at scala.collection.immutable.List.foreach(List.scala:389)
2520.06/2462.51		at scala.App.main(App.scala:76)
2520.06/2462.51		at scala.App.main$(App.scala:74)
2520.06/2462.51		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.06/2462.51		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.06/2462.52	v <instantiation cost="989">
2520.06/2462.52	v       <list>
2520.06/2462.52	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27]
2520.06/2462.52	v       </list>
2520.06/2462.52	v       <values>
2520.06/2462.52	v         0 63 120 141 168 252 301 308 454 492 547 634 668 733 753 758 841 876 888 912 916 927 957 970 980 986 988 989
2520.06/2462.52	v       </values>
2520.06/2462.52	v     </instantiation>
2520.06/2462.52	s SATISFIABLE

Verifier Data

OK	989

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-4261951-1502443316/watcher-4261951-1502443316 -o /tmp/evaluation-result-4261951-1502443316/solver-4261951-1502443316 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502411438-1524 --watchdog 2580 bin/concrete HOME/instance-4261951-1502443316.xml 

pid=9991
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.38 1.49 1.56 2/198 9994
/proc/meminfo: memFree=29564504/32770624 swapFree=0/568620
[pid=9994] ppid=9991 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/9994/stat : 9994 (runsolver) D 9991 9994 1460 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 91837919 24240128 108 18446744073709551615 4194304 4338465 140736477900624 140736477898264 139621525791447 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 14475264 140736477905105 140736477905481 140736477905481 140736477908938 0
/proc/9994/statm: 5918 108 54 36 0 2156 0

[startup+0.100129 s]
/proc/loadavg: 1.38 1.49 1.56 2/198 9994
/proc/meminfo: memFree=29564504/32770624 swapFree=0/568620
[pid=9994] ppid=9991 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/9994/stat : 9994 (bash) S 9991 9994 1460 0 -1 4202496 896 6480 0 0 0 0 0 1 20 0 1 0 91837919 9867264 377 18446744073709551615 4194304 5098028 140722537169712 140722537163720 140632325467136 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 4 0 0 7196144 7232144 31420416 140722537173524 140722537173609 140722537173609 140722537177066 0
/proc/9994/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.20033 s]
/proc/loadavg: 1.38 1.49 1.56 2/198 9994
/proc/meminfo: memFree=29564504/32770624 swapFree=0/568620
[pid=9994] ppid=9991 vsize=13574488 CPUtime=0.12 cores=1,3,5,7
/proc/9994/stat : 9994 (java) S 9991 9994 1460 0 -1 1077944320 5079 12699 0 0 3 1 5 3 20 0 9 0 91837919 13900275712 4302 18446744073709551615 4194304 4196468 140732800735696 140732800718240 139820859518711 0 0 1 16784584 18446744073709551615 0 0 17 5 0 0 4 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
/proc/9994/statm: 3393622 4302 2098 1 0 3383119 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 13574488

[startup+0.300281 s]
/proc/loadavg: 1.38 1.49 1.56 2/198 9994
/proc/meminfo: memFree=29564504/32770624 swapFree=0/568620
[pid=9994] ppid=9991 vsize=13974356 CPUtime=0.22 cores=1,3,5,7
/proc/9994/stat : 9994 (java) S 9991 9994 1460 0 -1 1077944320 7065 12699 0 0 12 2 5 3 20 0 15 0 91837919 14309740544 8251 18446744073709551615 4194304 4196468 140732800735696 140732800718240 139820859518711 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 4 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
/proc/9994/statm: 3493589 8251 2937 1 0 3482965 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 13974356

[startup+0.700261 s]
/proc/loadavg: 1.38 1.49 1.56 2/198 9994
/proc/meminfo: memFree=29564504/32770624 swapFree=0/568620
[pid=9994] ppid=9991 vsize=13974784 CPUtime=0.75 cores=1,3,5,7
/proc/9994/stat : 9994 (java) S 9991 9994 1460 0 -1 1077944320 14167 12699 0 0 62 5 5 3 20 0 15 0 91837919 14310178816 15094 18446744073709551615 4194304 4196468 140732800735696 140732800718240 139820859518711 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 4 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
/proc/9994/statm: 3493696 15094 3108 1 0 3482965 0
Current children cumulated CPU time (s) 0.75
Current children cumulated vsize (KiB) 13974784

[startup+1.51023 s]
/proc/loadavg: 1.38 1.49 1.56 3/213 10057
/proc/meminfo: memFree=29462664/32770624 swapFree=0/568732
[pid=9994] ppid=9991 vsize=13985408 CPUtime=2.02 cores=1,3,5,7
/proc/9994/stat : 9994 (java) S 9991 9994 1460 0 -1 1077944320 32691 12699 0 0 184 10 5 3 20 0 15 0 91837919 14321057792 42872 18446744073709551615 4194304 4196468 140732800735696 140732800718240 139820859518711 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 4 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
/proc/9994/statm: 3496352 42872 3385 1 0 3485525 0
[pid=9994/tid=10044] ppid=9991 vsize=13985408 CPUtime=1.34 cores=1,3,5,7
/proc/9994/task/10044/stat : 10044 (java) R 9991 9994 1460 0 -1 4202560 24832 12699 0 0 119 7 5 3 20 0 15 0 91837935 14321057792 42872 18446744073709551615 4194304 4196468 140732800735696 139820863731336 139820842711478 0 4 1 16800974 0 0 0 -1 7 0 0 4 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
[pid=9994/tid=10045] ppid=9991 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/9994/task/10045/stat : 10045 (java) S 9991 9994 1460 0 -1 1077944384 65 12699 0 0 0 0 5 3 20 0 15 0 91837936 14321057792 42872 18446744073709551615 4194304 4196468 140732800735696 139820793953168 139820859528917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
[pid=9994/tid=10046] ppid=9991 vsize=13985408 CPUtime=0.09 cores=1,3,5,7
/proc/9994/task/10046/stat : 10046 (java) S 9991 9994 1460 0 -1 1077944384 199 12699 0 0 1 0 5 3 20 0 15 0 91837936 14321057792 42872 18446744073709551615 4194304 4196468 140732800735696 139820792900368 139820859528917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
[pid=9994/tid=10047] ppid=9991 vsize=13985408 CPUtime=0.09 cores=1,3,5,7
/proc/9994/task/10047/stat : 10047 (java) S 9991 9994 1460 0 -1 1077944384 29 12699 0 0 1 0 5 3 20 0 15 0 91837936 14321057792 42872 18446744073709551615 4194304 4196468 140732800735696 139820791848080 139820859528917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
[pid=9994/tid=10048] ppid=9991 vsize=13985408 CPUtime=0.09 cores=1,3,5,7
/proc/9994/task/10048/stat : 10048 (java) S 9991 9994 1460 0 -1 1077944384 76 12699 0 0 1 0 5 3 20 0 15 0 91837936 14321057792 42872 18446744073709551615 4194304 4196468 140732800735696 139820790795280 139820859528917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
[pid=9994/tid=10049] ppid=9991 vsize=13985408 CPUtime=0.09 cores=1,3,5,7
/proc/9994/task/10049/stat : 10049 (java) S 9991 9994 1460 0 -1 1077944384 1838 12699 0 0 1 0 5 3 20 0 15 0 91837937 14321057792 42872 18446744073709551615 4194304 4196468 140732800735696 139820338088048 139820859529858 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
[pid=9994/tid=10050] ppid=9991 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/9994/task/10050/stat : 10050 (java) S 9991 9994 1460 0 -1 1077944384 55 12699 0 0 0 0 5 3 20 0 15 0 91837938 14321057792 42872 18446744073709551615 4194304 4196468 140732800735696 139820337034080 139820859528917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
[pid=9994/tid=10051] ppid=9991 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/9994/task/10051/stat : 10051 (java) S 9991 9994 1460 0 -1 1077944384 43 12699 0 0 0 0 5 3 20 0 15 0 91837938 14321057792 42872 18446744073709551615 4194304 4196468 140732800735696 139820335981696 139820859528917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
[pid=9994/tid=10052] ppid=9991 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/9994/task/10052/stat : 10052 (java) S 9991 9994 1460 0 -1 1077944384 3 12699 0 0 0 0 5 3 20 0 15 0 91837940 14321057792 42872 18446744073709551615 4194304 4196468 140732800735696 139820334930000 139820859537307 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
[pid=9994/tid=10053] ppid=9991 vsize=13985408 CPUtime=0.22 cores=1,3,5,7
/proc/9994/task/10053/stat : 10053 (java) S 9991 9994 1460 0 -1 1077944384 959 12699 0 0 14 0 5 3 20 0 15 0 91837940 14321057792 42872 18446744073709551615 4194304 4196468 140732800735696 139820333877872 139820859529858 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
[pid=9994/tid=10054] ppid=9991 vsize=13985408 CPUtime=0.26 cores=1,3,5,7
/proc/9994/task/10054/stat : 10054 (java) S 9991 9994 1460 0 -1 1077944384 981 12699 0 0 18 0 5 3 20 0 15 0 91837940 14321057792 42872 18446744073709551615 4194304 4196468 140732800735696 139820332825072 139820859529858 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
[pid=9994/tid=10055] ppid=9991 vsize=13985408 CPUtime=0.33 cores=1,3,5,7
/proc/9994/task/10055/stat : 10055 (java) S 9991 9994 1460 0 -1 1077944384 1445 12699 0 0 25 0 5 3 20 0 15 0 91837940 14321057792 42872 18446744073709551615 4194304 4196468 140732800735696 139820331772784 139820859529858 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
[pid=9994/tid=10056] ppid=9991 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/9994/task/10056/stat : 10056 (java) S 9991 9994 1460 0 -1 1077944384 3 12699 0 0 0 0 5 3 20 0 15 0 91837941 14321057792 42872 18446744073709551615 4194304 4196468 140732800735696 139820330720224 139820859528917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
[pid=9994/tid=10057] ppid=9991 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/9994/task/10057/stat : 10057 (java) S 9991 9994 1460 0 -1 1077944384 8 12699 0 0 0 0 5 3 20 0 15 0 91837945 14321057792 42872 18446744073709551615 4194304 4196468 140732800735696 139820329666992 139820859529858 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
Current children cumulated CPU time (s) 2.02
Current children cumulated vsize (KiB) 13985408

[startup+3.1013 s]
/proc/loadavg: 1.38 1.49 1.56 4/213 10057
/proc/meminfo: memFree=29390724/32770624 swapFree=0/568732
[pid=9994] ppid=9991 vsize=13993788 CPUtime=6.4 cores=1,3,5,7
/proc/9994/stat : 9994 (java) S 9991 9994 1460 0 -1 1077944320 43463 12699 0 0 609 23 5 3 20 0 15 0 91837919 14329638912 85628 18446744073709551615 4194304 4196468 140732800735696 140732800718240 139820859518711 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 4 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
/proc/9994/statm: 3498447 85628 3461 1 0 3487061 0
[pid=9994/tid=10044] ppid=9991 vsize=13993788 CPUtime=2.84 cores=1,3,5,7
/proc/9994/task/10044/stat : 10044 (java) R 9991 9994 1460 0 -1 4202560 30061 12699 0 0 267 9 5 3 20 0 15 0 91837935 14329638912 85628 18446744073709551615 4194304 4196468 140732800735696 139820863752272 139820470987149 0 4 1 16800974 0 0 0 -1 7 0 0 4 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
[pid=9994/tid=10045] ppid=9991 vsize=13993788 CPUtime=0.14 cores=1,3,5,7
/proc/9994/task/10045/stat : 10045 (java) S 9991 9994 1460 0 -1 1077944384 295 12699 0 0 4 2 5 3 20 0 15 0 91837936 14329638912 85628 18446744073709551615 4194304 4196468 140732800735696 139820793953168 139820859528917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
[pid=9994/tid=10046] ppid=9991 vsize=13993788 CPUtime=0.15 cores=1,3,5,7
/proc/9994/task/10046/stat : 10046 (java) S 9991 9994 1460 0 -1 1077944384 371 12699 0 0 5 2 5 3 20 0 15 0 91837936 14329638912 85628 18446744073709551615 4194304 4196468 140732800735696 139820792900368 139820859528917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
[pid=9994/tid=10047] ppid=9991 vsize=13993788 CPUtime=0.15 cores=1,3,5,7
/proc/9994/task/10047/stat : 10047 (java) S 9991 9994 1460 0 -1 1077944384 144 12699 0 0 6 1 5 3 20 0 15 0 91837936 14329638912 85628 18446744073709551615 4194304 4196468 140732800735696 139820791848080 139820859528917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
[pid=9994/tid=10048] ppid=9991 vsize=13993788 CPUtime=0.15 cores=1,3,5,7
/proc/9994/task/10048/stat : 10048 (java) S 9991 9994 1460 0 -1 1077944384 178 12699 0 0 5 2 5 3 20 0 15 0 91837936 14329638912 85628 18446744073709551615 4194304 4196468 140732800735696 139820790795280 139820859528917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
[pid=9994/tid=10049] ppid=9991 vsize=13993788 CPUtime=0.1 cores=1,3,5,7
/proc/9994/task/10049/stat : 10049 (java) S 9991 9994 1460 0 -1 1077944384 1923 12699 0 0 2 0 5 3 20 0 15 0 91837937 14329638912 85628 18446744073709551615 4194304 4196468 140732800735696 139820338088048 139820859529858 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
[pid=9994/tid=10050] ppid=9991 vsize=13993788 CPUtime=0.08 cores=1,3,5,7
/proc/9994/task/10050/stat : 10050 (java) S 9991 9994 1460 0 -1 1077944384 55 12699 0 0 0 0 5 3 20 0 15 0 91837938 14329638912 85628 18446744073709551615 4194304 4196468 140732800735696 139820337034080 139820859528917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
[pid=9994/tid=10051] ppid=9991 vsize=13993788 CPUtime=0.08 cores=1,3,5,7
/proc/9994/task/10051/stat : 10051 (java) S 9991 9994 1460 0 -1 1077944384 43 12699 0 0 0 0 5 3 20 0 15 0 91837938 14329638912 85628 18446744073709551615 4194304 4196468 140732800735696 139820335981696 139820859528917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
[pid=9994/tid=10052] ppid=9991 vsize=13993788 CPUtime=0.08 cores=1,3,5,7
/proc/9994/task/10052/stat : 10052 (java) S 9991 9994 1460 0 -1 1077944384 3 12699 0 0 0 0 5 3 20 0 15 0 91837940 14329638912 85628 18446744073709551615 4194304 4196468 140732800735696 139820334930000 139820859537307 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
[pid=9994/tid=10053] ppid=9991 vsize=13993788 CPUtime=1.29 cores=1,3,5,7
/proc/9994/task/10053/stat : 10053 (java) S 9991 9994 1460 0 -1 1077944384 3245 12699 0 0 120 1 5 3 20 0 15 0 91837940 14329638912 85628 18446744073709551615 4194304 4196468 140732800735696 139820333877872 139820859529858 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
[pid=9994/tid=10054] ppid=9991 vsize=13993788 CPUtime=1.22 cores=1,3,5,7
/proc/9994/task/10054/stat : 10054 (java) S 9991 9994 1460 0 -1 1077944384 2054 12699 0 0 113 1 5 3 20 0 15 0 91837940 14329638912 85628 18446744073709551615 4194304 4196468 140732800735696 139820332825072 139820859529858 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
[pid=9994/tid=10055] ppid=9991 vsize=13993788 CPUtime=0.92 cores=1,3,5,7
/proc/9994/task/10055/stat : 10055 (java) S 9991 9994 1460 0 -1 1077944384 2922 12699 0 0 83 1 5 3 20 0 15 0 91837940 14329638912 85628 18446744073709551615 4194304 4196468 140732800735696 139820331772784 139820859529858 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
[pid=9994/tid=10056] ppid=9991 vsize=13993788 CPUtime=0.08 cores=1,3,5,7
/proc/9994/task/10056/stat : 10056 (java) S 9991 9994 1460 0 -1 1077944384 3 12699 0 0 0 0 5 3 20 0 15 0 91837941 14329638912 85628 18446744073709551615 4194304 4196468 140732800735696 139820330720224 139820859528917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
[pid=9994/tid=10057] ppid=9991 vsize=13993788 CPUtime=0.08 cores=1,3,5,7
/proc/9994/task/10057/stat : 10057 (java) S 9991 9994 1460 0 -1 1077944384 11 12699 0 0 0 0 5 3 20 0 15 0 91837945 14329638912 85628 18446744073709551615 4194304 4196468 140732800735696 139820329666992 139820859529858 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
Current children cumulated CPU time (s) 6.4
Current children cumulated vsize (KiB) 13993788

[startup+6.3007 s]
/proc/loadavg: 1.59 1.53 1.58 3/213 10057
/proc/meminfo: memFree=28892812/32770624 swapFree=0/568720
[pid=9994] ppid=9991 vsize=13995836 CPUtime=12.91 cores=1,3,5,7
/proc/9994/stat : 9994 (java) S 9991 9994 1460 0 -1 1077944320 49285 12699 0 0 1238 45 5 3 20 0 15 0 91837919 14331736064 184516 18446744073709551615 4194304 4196468 140732800735696 140732800718240 139820859518711 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 4 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
/proc/9994/statm: 3498959 184516 3475 1 0 3487573 0
[pid=9994/tid=10044] ppid=9991 vsize=13995836 CPUtime=5.36 cores=1,3,5,7
/proc/9994/task/10044/stat : 10044 (java) R 9991 9994 1460 0 -1 4202560 32275 12699 0 0 516 12 5 3 20 0 15 0 91837935 14331736064 184516 18446744073709551615 4194304 4196468 140732800735696 139820863753056 139820473711454 0 4 1 16800974 0 0 0 -1 3 0 0 50 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
[pid=9994/tid=10045] ppid=9991 vsize=13995836 CPUtime=0.33 cores=1,3,5,7
/proc/9994/task/10045/stat : 10045 (java) S 9991 9994 1460 0 -1 1077944384 418 12699 0 0 18 7 5 3 20 0 15 0 91837936 14331736064 184516 18446744073709551615 4194304 4196468 140732800735696 139820793953168 139820859528917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
[pid=9994/tid=10046] ppid=9991 vsize=13995836 CPUtime=0.34 cores=1,3,5,7
/proc/9994/task/10046/stat : 10046 (java) S 9991 9994 1460 0 -1 1077944384 601 12699 0 0 21 5 5 3 20 0 15 0 91837936 14331736064 184516 18446744073709551615 4194304 4196468 140732800735696 139820792900368 139820859528917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
[pid=9994/tid=10047] ppid=9991 vsize=13995836 CPUtime=0.33 cores=1,3,5,7
/proc/9994/task/10047/stat : 10047 (java) S 9991 9994 1460 0 -1 1077944384 251 12699 0 0 20 5 5 3 20 0 15 0 91837936 14331736064 184516 18446744073709551615 4194304 4196468 140732800735696 139820791848080 139820859528917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
[pid=9994/tid=10048] ppid=9991 vsize=13995836 CPUtime=0.35 cores=1,3,5,7
/proc/9994/task/10048/stat : 10048 (java) S 9991 9994 1460 0 -1 1077944384 312 12699 0 0 20 7 5 3 20 0 15 0 91837936 14331736064 184516 18446744073709551615 4194304 4196468 140732800735696 139820790795280 139820859528917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
[pid=9994/tid=10049] ppid=9991 vsize=13995836 CPUtime=0.1 cores=1,3,5,7
/proc/9994/task/10049/stat : 10049 (java) S 9991 9994 1460 0 -1 1077944384 2227 12699 0 0 2 0 5 3 20 0 15 0 91837937 14331736064 184516 18446744073709551615 4194304 4196468 140732800735696 139820338088048 139820859529858 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
[pid=9994/tid=10050] ppid=9991 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/9994/task/10050/stat : 10050 (java) S 9991 9994 1460 0 -1 1077944384 55 12699 0 0 0 0 5 3 20 0 15 0 91837938 14331736064 184516 18446744073709551615 4194304 4196468 140732800735696 139820337034080 139820859528917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
[pid=9994/tid=10051] ppid=9991 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/9994/task/10051/stat : 10051 (java) S 9991 9994 1460 0 -1 1077944384 43 12699 0 0 0 0 5 3 20 0 15 0 91837938 14331736064 184516 18446744073709551615 4194304 4196468 140732800735696 139820335981696 139820859528917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
[pid=9994/tid=10052] ppid=9991 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/9994/task/10052/stat : 10052 (java) S 9991 9994 1460 0 -1 1077944384 3 12699 0 0 0 0 5 3 20 0 15 0 91837940 14331736064 184516 18446744073709551615 4194304 4196468 140732800735696 139820334930000 139820859537307 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
[pid=9994/tid=10053] ppid=9991 vsize=13995836 CPUtime=2.76 cores=1,3,5,7
/proc/9994/task/10053/stat : 10053 (java) S 9991 9994 1460 0 -1 1077944384 3843 12699 0 0 267 1 5 3 20 0 15 0 91837940 14331736064 184516 18446744073709551615 4194304 4196468 140732800735696 139820333877872 139820859529858 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
[pid=9994/tid=10054] ppid=9991 vsize=13995836 CPUtime=2.68 cores=1,3,5,7
/proc/9994/task/10054/stat : 10054 (java) S 9991 9994 1460 0 -1 1077944384 3511 12699 0 0 259 1 5 3 20 0 15 0 91837940 14331736064 184516 18446744073709551615 4194304 4196468 140732800735696 139820332825072 139820859529858 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
[pid=9994/tid=10055] ppid=9991 vsize=13995836 CPUtime=1.19 cores=1,3,5,7
/proc/9994/task/10055/stat : 10055 (java) S 9991 9994 1460 0 -1 1077944384 3467 12699 0 0 110 1 5 3 20 0 15 0 91837940 14331736064 184516 18446744073709551615 4194304 4196468 140732800735696 139820331772784 139820859529858 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
[pid=9994/tid=10056] ppid=9991 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/9994/task/10056/stat : 10056 (java) S 9991 9994 1460 0 -1 1077944384 3 12699 0 0 0 0 5 3 20 0 15 0 91837941 14331736064 184516 18446744073709551615 4194304 4196468 140732800735696 139820330720224 139820859528917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
[pid=9994/tid=10057] ppid=9991 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/9994/task/10057/stat : 10057 (java) S 9991 9994 1460 0 -1 1077944384 121 12699 0 0 0 0 5 3 20 0 15 0 91837945 14331736064 184516 18446744073709551615 4194304 4196468 140732800735696 139820329666992 139820859529858 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 44 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
Current children cumulated CPU time (s) 12.91
Current children cumulated vsize (KiB) 13995836

[startup+12.7008 s]
/proc/loadavg: 1.55 1.52 1.57 3/213 10057
/proc/meminfo: memFree=27381872/32770624 swapFree=0/568712
[pid=9994] ppid=9991 vsize=13997884 CPUtime=23.86 cores=1,3,5,7
/proc/9994/stat : 9994 (java) S 9991 9994 1460 0 -1 1077944320 60590 12699 0 0 2286 92 5 3 20 0 15 0 91837919 14333833216 553135 18446744073709551615 4194304 4196468 140732800735696 140732800718240 139820859518711 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 4 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
/proc/9994/statm: 3499471 553135 3478 1 0 3488085 0
[pid=9994/tid=10044] ppid=9991 vsize=13997884 CPUtime=10.87 cores=1,3,5,7
/proc/9994/task/10044/stat : 10044 (java) R 9991 9994 1460 0 -1 4202560 34243 12699 0 0 1048 31 5 3 20 0 15 0 91837935 14333833216 553135 18446744073709551615 4194304 4196468 140732800735696 139820863753680 139820473705829 0 4 1 16800974 0 0 0 -1 5 0 0 50 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
[pid=9994/tid=10045] ppid=9991 vsize=13997884 CPUtime=1.08 cores=1,3,5,7
/proc/9994/task/10045/stat : 10045 (java) S 9991 9994 1460 0 -1 1077944384 730 12699 0 0 86 14 5 3 20 0 15 0 91837936 14333833216 553135 18446744073709551615 4194304 4196468 140732800735696 139820793953168 139820859528917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
[pid=9994/tid=10046] ppid=9991 vsize=13997884 CPUtime=1.1 cores=1,3,5,7
/proc/9994/task/10046/stat : 10046 (java) S 9991 9994 1460 0 -1 1077944384 1033 12699 0 0 90 12 5 3 20 0 15 0 91837936 14333833216 553135 18446744073709551615 4194304 4196468 140732800735696 139820792900368 139820859528917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
[pid=9994/tid=10047] ppid=9991 vsize=13997884 CPUtime=1.09 cores=1,3,5,7
/proc/9994/task/10047/stat : 10047 (java) S 9991 9994 1460 0 -1 1077944384 622 12699 0 0 89 12 5 3 20 0 15 0 91837936 14333833216 553135 18446744073709551615 4194304 4196468 140732800735696 139820791848080 139820859528917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
[pid=9994/tid=10048] ppid=9991 vsize=13997884 CPUtime=1.1 cores=1,3,5,7
/proc/9994/task/10048/stat : 10048 (java) S 9991 9994 1460 0 -1 1077944384 661 12699 0 0 88 14 5 3 20 0 15 0 91837936 14333833216 553135 18446744073709551615 4194304 4196468 140732800735696 139820790795280 139820859528917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
[pid=9994/tid=10049] ppid=9991 vsize=13997884 CPUtime=0.22 cores=1,3,5,7
/proc/9994/task/10049/stat : 10049 (java) S 9991 9994 1460 0 -1 1077944384 3740 12699 0 0 14 0 5 3 20 0 15 0 91837937 14333833216 553135 18446744073709551615 4194304 4196468 140732800735696 139820338088048 139820859529858 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
[pid=9994/tid=10050] ppid=9991 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/9994/task/10050/stat : 10050 (java) S 9991 9994 1460 0 -1 1077944384 55 12699 0 0 0 0 5 3 20 0 15 0 91837938 14333833216 553135 18446744073709551615 4194304 4196468 140732800735696 139820337034080 139820859528917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
[pid=9994/tid=10051] ppid=9991 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/9994/task/10051/stat : 10051 (java) S 9991 9994 1460 0 -1 1077944384 43 12699 0 0 0 0 5 3 20 0 15 0 91837938 14333833216 553135 18446744073709551615 4194304 4196468 140732800735696 139820335981696 139820859528917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
[pid=9994/tid=10052] ppid=9991 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/9994/task/10052/stat : 10052 (java) S 9991 9994 1460 0 -1 1077944384 3 12699 0 0 0 0 5 3 20 0 15 0 91837940 14333833216 553135 18446744073709551615 4194304 4196468 140732800735696 139820334930000 139820859537307 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0

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

/proc/9994/task/10056/stat : 10056 (java) S 9991 9994 1460 0 -1 1077944384 3 12699 0 0 0 0 5 3 20 0 15 0 91837941 14407233536 468154 18446744073709551615 4194304 4196468 140732800735696 139820330720224 139820859528917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
[pid=9994/tid=10057] ppid=9991 vsize=14069564 CPUtime=1.48 cores=1,3,5,7
/proc/9994/task/10057/stat : 10057 (java) S 9991 9994 1460 0 -1 1077944384 3063 12699 0 0 61 79 5 3 20 0 15 0 91837945 14407233536 468154 18446744073709551615 4194304 4196468 140732800735696 139820329666992 139820859529858 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 44 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
Current children cumulated CPU time (s) 2378.79
Current children cumulated vsize (KiB) 14069564

[startup+2382.3 s]
/proc/loadavg: 1.65 1.47 1.48 3/214 10458
/proc/meminfo: memFree=27513720/32770624 swapFree=0/569384
[pid=9994] ppid=9991 vsize=14069564 CPUtime=2439.3 cores=1,3,5,7
/proc/9994/stat : 9994 (java) S 9991 9994 1460 0 -1 1077944320 629225 12699 0 0 243614 308 5 3 20 0 15 0 91837919 14407233536 465097 18446744073709551615 4194304 4196468 140732800735696 140732800718240 139820859518711 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 4 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
/proc/9994/statm: 3517391 465097 3499 1 0 3506005 0
[pid=9994/tid=10044] ppid=9991 vsize=14069564 CPUtime=2369.54 cores=1,3,5,7
/proc/9994/task/10044/stat : 10044 (java) R 9991 9994 1460 0 -1 4202560 219869 12699 0 0 236861 85 5 3 20 0 15 0 91837935 14407233536 465097 18446744073709551615 4194304 4196468 140732800735696 139820863752896 139820482012903 0 4 1 16800974 0 0 0 -1 1 0 0 50 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
[pid=9994/tid=10045] ppid=9991 vsize=14069564 CPUtime=9.84 cores=1,3,5,7
/proc/9994/task/10045/stat : 10045 (java) S 9991 9994 1460 0 -1 1077944384 43410 12699 0 0 948 28 5 3 20 0 15 0 91837936 14407233536 465097 18446744073709551615 4194304 4196468 140732800735696 139820793953168 139820859528917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
[pid=9994/tid=10046] ppid=9991 vsize=14069564 CPUtime=9.85 cores=1,3,5,7
/proc/9994/task/10046/stat : 10046 (java) S 9991 9994 1460 0 -1 1077944384 44736 12699 0 0 948 29 5 3 20 0 15 0 91837936 14407233536 465097 18446744073709551615 4194304 4196468 140732800735696 139820792900368 139820859528917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
[pid=9994/tid=10047] ppid=9991 vsize=14069564 CPUtime=9.81 cores=1,3,5,7
/proc/9994/task/10047/stat : 10047 (java) S 9991 9994 1460 0 -1 1077944384 38448 12699 0 0 946 27 5 3 20 0 15 0 91837936 14407233536 465097 18446744073709551615 4194304 4196468 140732800735696 139820791848080 139820859528917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
[pid=9994/tid=10048] ppid=9991 vsize=14069564 CPUtime=9.85 cores=1,3,5,7
/proc/9994/task/10048/stat : 10048 (java) S 9991 9994 1460 0 -1 1077944384 36059 12699 0 0 948 29 5 3 20 0 15 0 91837936 14407233536 465097 18446744073709551615 4194304 4196468 140732800735696 139820790795280 139820859528917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
[pid=9994/tid=10049] ppid=9991 vsize=14069564 CPUtime=1.81 cores=1,3,5,7
/proc/9994/task/10049/stat : 10049 (java) S 9991 9994 1460 0 -1 1077944384 39262 12699 0 0 150 23 5 3 20 0 15 0 91837937 14407233536 465097 18446744073709551615 4194304 4196468 140732800735696 139820338088048 139820859529858 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
[pid=9994/tid=10050] ppid=9991 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/9994/task/10050/stat : 10050 (java) S 9991 9994 1460 0 -1 1077944384 100 12699 0 0 0 0 5 3 20 0 15 0 91837938 14407233536 465097 18446744073709551615 4194304 4196468 140732800735696 139820337034144 139820859528917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
[pid=9994/tid=10051] ppid=9991 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/9994/task/10051/stat : 10051 (java) S 9991 9994 1460 0 -1 1077944384 97 12699 0 0 0 0 5 3 20 0 15 0 91837938 14407233536 465097 18446744073709551615 4194304 4196468 140732800735696 139820335981696 139820859528917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
[pid=9994/tid=10052] ppid=9991 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/9994/task/10052/stat : 10052 (java) S 9991 9994 1460 0 -1 1077944384 3 12699 0 0 0 0 5 3 20 0 15 0 91837940 14407233536 465097 18446744073709551615 4194304 4196468 140732800735696 139820334930000 139820859537307 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
[pid=9994/tid=10053] ppid=9991 vsize=14069564 CPUtime=11.64 cores=1,3,5,7
/proc/9994/task/10053/stat : 10053 (java) S 9991 9994 1460 0 -1 1077944384 51383 12699 0 0 1149 7 5 3 20 0 15 0 91837940 14407233536 465097 18446744073709551615 4194304 4196468 140732800735696 139820333877872 139820859529858 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
[pid=9994/tid=10054] ppid=9991 vsize=14069564 CPUtime=12.84 cores=1,3,5,7
/proc/9994/task/10054/stat : 10054 (java) S 9991 9994 1460 0 -1 1077944384 60037 12699 0 0 1267 9 5 3 20 0 15 0 91837940 14407233536 465097 18446744073709551615 4194304 4196468 140732800735696 139820332825072 139820859529858 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
[pid=9994/tid=10055] ppid=9991 vsize=14069564 CPUtime=3.26 cores=1,3,5,7
/proc/9994/task/10055/stat : 10055 (java) S 9991 9994 1460 0 -1 1077944384 90560 12699 0 0 309 9 5 3 20 0 15 0 91837940 14407233536 465097 18446744073709551615 4194304 4196468 140732800735696 139820331772784 139820859529858 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
[pid=9994/tid=10056] ppid=9991 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/9994/task/10056/stat : 10056 (java) S 9991 9994 1460 0 -1 1077944384 3 12699 0 0 0 0 5 3 20 0 15 0 91837941 14407233536 465097 18446744073709551615 4194304 4196468 140732800735696 139820330720224 139820859528917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
[pid=9994/tid=10057] ppid=9991 vsize=14069564 CPUtime=1.51 cores=1,3,5,7
/proc/9994/task/10057/stat : 10057 (java) S 9991 9994 1460 0 -1 1077944384 3103 12699 0 0 62 81 5 3 20 0 15 0 91837945 14407233536 465097 18446744073709551615 4194304 4196468 140732800735696 139820329666992 139820859529858 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 44 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
Current children cumulated CPU time (s) 2439.3
Current children cumulated vsize (KiB) 14069564

[startup+2442.3 s]
/proc/loadavg: 1.63 1.51 1.49 3/212 10460
/proc/meminfo: memFree=27576632/32770624 swapFree=0/569396
[pid=9994] ppid=9991 vsize=14069564 CPUtime=2499.71 cores=1,3,5,7
/proc/9994/stat : 9994 (java) S 9991 9994 1460 0 -1 1077944320 634068 12699 0 0 249653 310 5 3 20 0 15 0 91837919 14407233536 462213 18446744073709551615 4194304 4196468 140732800735696 140732800718240 139820859518711 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 4 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
/proc/9994/statm: 3517391 462213 3499 1 0 3506005 0
[pid=9994/tid=10044] ppid=9991 vsize=14069564 CPUtime=2429.34 cores=1,3,5,7
/proc/9994/task/10044/stat : 10044 (java) R 9991 9994 1460 0 -1 4202560 221037 12699 0 0 242841 85 5 3 20 0 15 0 91837935 14407233536 462213 18446744073709551615 4194304 4196468 140732800735696 139820863752912 139820481049280 0 4 1 16800974 0 0 0 -1 3 0 0 50 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
[pid=9994/tid=10045] ppid=9991 vsize=14069564 CPUtime=9.97 cores=1,3,5,7
/proc/9994/task/10045/stat : 10045 (java) S 9991 9994 1460 0 -1 1077944384 43692 12699 0 0 961 28 5 3 20 0 15 0 91837936 14407233536 462213 18446744073709551615 4194304 4196468 140732800735696 139820793953168 139820859528917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
[pid=9994/tid=10046] ppid=9991 vsize=14069564 CPUtime=9.98 cores=1,3,5,7
/proc/9994/task/10046/stat : 10046 (java) S 9991 9994 1460 0 -1 1077944384 45499 12699 0 0 961 29 5 3 20 0 15 0 91837936 14407233536 462213 18446744073709551615 4194304 4196468 140732800735696 139820792900368 139820859528917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
[pid=9994/tid=10047] ppid=9991 vsize=14069564 CPUtime=9.94 cores=1,3,5,7
/proc/9994/task/10047/stat : 10047 (java) S 9991 9994 1460 0 -1 1077944384 39171 12699 0 0 959 27 5 3 20 0 15 0 91837936 14407233536 462213 18446744073709551615 4194304 4196468 140732800735696 139820791848080 139820859528917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
[pid=9994/tid=10048] ppid=9991 vsize=14069564 CPUtime=9.98 cores=1,3,5,7
/proc/9994/task/10048/stat : 10048 (java) S 9991 9994 1460 0 -1 1077944384 36341 12699 0 0 961 29 5 3 20 0 15 0 91837936 14407233536 462213 18446744073709551615 4194304 4196468 140732800735696 139820790795280 139820859528917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
[pid=9994/tid=10049] ppid=9991 vsize=14069564 CPUtime=1.85 cores=1,3,5,7
/proc/9994/task/10049/stat : 10049 (java) S 9991 9994 1460 0 -1 1077944384 39752 12699 0 0 154 23 5 3 20 0 15 0 91837937 14407233536 462213 18446744073709551615 4194304 4196468 140732800735696 139820338088048 139820859529858 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
[pid=9994/tid=10050] ppid=9991 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/9994/task/10050/stat : 10050 (java) S 9991 9994 1460 0 -1 1077944384 100 12699 0 0 0 0 5 3 20 0 15 0 91837938 14407233536 462213 18446744073709551615 4194304 4196468 140732800735696 139820337034144 139820859528917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
[pid=9994/tid=10051] ppid=9991 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/9994/task/10051/stat : 10051 (java) S 9991 9994 1460 0 -1 1077944384 97 12699 0 0 0 0 5 3 20 0 15 0 91837938 14407233536 462213 18446744073709551615 4194304 4196468 140732800735696 139820335981696 139820859528917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
[pid=9994/tid=10052] ppid=9991 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/9994/task/10052/stat : 10052 (java) S 9991 9994 1460 0 -1 1077944384 3 12699 0 0 0 0 5 3 20 0 15 0 91837940 14407233536 462213 18446744073709551615 4194304 4196468 140732800735696 139820334930000 139820859537307 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
[pid=9994/tid=10053] ppid=9991 vsize=14069564 CPUtime=11.64 cores=1,3,5,7
/proc/9994/task/10053/stat : 10053 (java) S 9991 9994 1460 0 -1 1077944384 51388 12699 0 0 1149 7 5 3 20 0 15 0 91837940 14407233536 462213 18446744073709551615 4194304 4196468 140732800735696 139820333877872 139820859529858 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
[pid=9994/tid=10054] ppid=9991 vsize=14069564 CPUtime=12.84 cores=1,3,5,7
/proc/9994/task/10054/stat : 10054 (java) S 9991 9994 1460 0 -1 1077944384 60042 12699 0 0 1267 9 5 3 20 0 15 0 91837940 14407233536 462213 18446744073709551615 4194304 4196468 140732800735696 139820332825072 139820859529858 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
[pid=9994/tid=10055] ppid=9991 vsize=14069564 CPUtime=3.26 cores=1,3,5,7
/proc/9994/task/10055/stat : 10055 (java) S 9991 9994 1460 0 -1 1077944384 91650 12699 0 0 309 9 5 3 20 0 15 0 91837940 14407233536 462213 18446744073709551615 4194304 4196468 140732800735696 139820331772784 139820859529858 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
[pid=9994/tid=10056] ppid=9991 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/9994/task/10056/stat : 10056 (java) S 9991 9994 1460 0 -1 1077944384 3 12699 0 0 0 0 5 3 20 0 15 0 91837941 14407233536 462213 18446744073709551615 4194304 4196468 140732800735696 139820330720224 139820859528917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
[pid=9994/tid=10057] ppid=9991 vsize=14069564 CPUtime=1.55 cores=1,3,5,7
/proc/9994/task/10057/stat : 10057 (java) S 9991 9994 1460 0 -1 1077944384 3138 12699 0 0 64 83 5 3 20 0 15 0 91837945 14407233536 462213 18446744073709551615 4194304 4196468 140732800735696 139820329666992 139820859529858 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 44 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
Current children cumulated CPU time (s) 2499.71
Current children cumulated vsize (KiB) 14069564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2462.5 s]
/proc/loadavg: 1.44 1.47 1.48 3/212 10460
/proc/meminfo: memFree=27600092/32770624 swapFree=0/569388
[pid=9994] ppid=9991 vsize=14069564 CPUtime=2520.06 cores=1,3,5,7
/proc/9994/stat : 9994 (java) S 9991 9994 1460 0 -1 1077944320 635422 12699 0 0 251686 312 5 3 20 0 15 0 91837919 14407233536 461187 18446744073709551615 4194304 4196468 140732800735696 140732800718240 139820859518711 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 4 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
/proc/9994/statm: 3517391 461187 3499 1 0 3506005 0
[pid=9994/tid=10044] ppid=9991 vsize=14069564 CPUtime=2449.47 cores=1,3,5,7
/proc/9994/task/10044/stat : 10044 (java) R 9991 9994 1460 0 -1 4202560 221559 12699 0 0 244854 85 5 3 20 0 15 0 91837935 14407233536 461187 18446744073709551615 4194304 4196468 140732800735696 139820863752704 139820482012465 0 4 1 16800974 0 0 0 -1 5 0 0 50 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
[pid=9994/tid=10045] ppid=9991 vsize=14069564 CPUtime=10.02 cores=1,3,5,7
/proc/9994/task/10045/stat : 10045 (java) S 9991 9994 1460 0 -1 1077944384 43935 12699 0 0 966 28 5 3 20 0 15 0 91837936 14407233536 461187 18446744073709551615 4194304 4196468 140732800735696 139820793953168 139820859528917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
[pid=9994/tid=10046] ppid=9991 vsize=14069564 CPUtime=10.03 cores=1,3,5,7
/proc/9994/task/10046/stat : 10046 (java) S 9991 9994 1460 0 -1 1077944384 45541 12699 0 0 966 29 5 3 20 0 15 0 91837936 14407233536 461187 18446744073709551615 4194304 4196468 140732800735696 139820792900368 139820859528917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
[pid=9994/tid=10047] ppid=9991 vsize=14069564 CPUtime=9.98 cores=1,3,5,7
/proc/9994/task/10047/stat : 10047 (java) S 9991 9994 1460 0 -1 1077944384 39248 12699 0 0 963 27 5 3 20 0 15 0 91837936 14407233536 461187 18446744073709551615 4194304 4196468 140732800735696 139820791848080 139820859528917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
[pid=9994/tid=10048] ppid=9991 vsize=14069564 CPUtime=10.02 cores=1,3,5,7
/proc/9994/task/10048/stat : 10048 (java) S 9991 9994 1460 0 -1 1077944384 36604 12699 0 0 965 29 5 3 20 0 15 0 91837936 14407233536 461187 18446744073709551615 4194304 4196468 140732800735696 139820790795280 139820859528917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
[pid=9994/tid=10049] ppid=9991 vsize=14069564 CPUtime=1.86 cores=1,3,5,7
/proc/9994/task/10049/stat : 10049 (java) S 9991 9994 1460 0 -1 1077944384 39939 12699 0 0 155 23 5 3 20 0 15 0 91837937 14407233536 461187 18446744073709551615 4194304 4196468 140732800735696 139820338088048 139820859529858 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
[pid=9994/tid=10050] ppid=9991 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/9994/task/10050/stat : 10050 (java) S 9991 9994 1460 0 -1 1077944384 100 12699 0 0 0 0 5 3 20 0 15 0 91837938 14407233536 461187 18446744073709551615 4194304 4196468 140732800735696 139820337034144 139820859528917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
[pid=9994/tid=10051] ppid=9991 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/9994/task/10051/stat : 10051 (java) S 9991 9994 1460 0 -1 1077944384 97 12699 0 0 0 0 5 3 20 0 15 0 91837938 14407233536 461187 18446744073709551615 4194304 4196468 140732800735696 139820335981696 139820859528917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
[pid=9994/tid=10052] ppid=9991 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/9994/task/10052/stat : 10052 (java) S 9991 9994 1460 0 -1 1077944384 3 12699 0 0 0 0 5 3 20 0 15 0 91837940 14407233536 461187 18446744073709551615 4194304 4196468 140732800735696 139820334930000 139820859537307 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
[pid=9994/tid=10053] ppid=9991 vsize=14069564 CPUtime=11.64 cores=1,3,5,7
/proc/9994/task/10053/stat : 10053 (java) S 9991 9994 1460 0 -1 1077944384 51390 12699 0 0 1149 7 5 3 20 0 15 0 91837940 14407233536 461187 18446744073709551615 4194304 4196468 140732800735696 139820333877872 139820859529858 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
[pid=9994/tid=10054] ppid=9991 vsize=14069564 CPUtime=12.84 cores=1,3,5,7
/proc/9994/task/10054/stat : 10054 (java) S 9991 9994 1460 0 -1 1077944384 60045 12699 0 0 1267 9 5 3 20 0 15 0 91837940 14407233536 461187 18446744073709551615 4194304 4196468 140732800735696 139820332825072 139820859529858 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
[pid=9994/tid=10055] ppid=9991 vsize=14069564 CPUtime=3.26 cores=1,3,5,7
/proc/9994/task/10055/stat : 10055 (java) S 9991 9994 1460 0 -1 1077944384 91652 12699 0 0 309 9 5 3 20 0 15 0 91837940 14407233536 461187 18446744073709551615 4194304 4196468 140732800735696 139820331772784 139820859529858 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
[pid=9994/tid=10056] ppid=9991 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/9994/task/10056/stat : 10056 (java) S 9991 9994 1460 0 -1 1077944384 3 12699 0 0 0 0 5 3 20 0 15 0 91837941 14407233536 461187 18446744073709551615 4194304 4196468 140732800735696 139820330720224 139820859528917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
[pid=9994/tid=10057] ppid=9991 vsize=14069564 CPUtime=1.56 cores=1,3,5,7
/proc/9994/task/10057/stat : 10057 (java) S 9991 9994 1460 0 -1 1077944384 3151 12699 0 0 64 84 5 3 20 0 15 0 91837945 14407233536 461187 18446744073709551615 4194304 4196468 140732800735696 139820329666992 139820859529858 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 44 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
Current children cumulated CPU time (s) 2520.06
Current children cumulated vsize (KiB) 14069564

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

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

[startup+2462.5 s]
/proc/loadavg: 1.44 1.47 1.48 3/212 10460
/proc/meminfo: memFree=27600092/32770624 swapFree=0/569388
[pid=9994] ppid=9991 vsize=14069564 CPUtime=2520.06 cores=1,3,5,7
/proc/9994/stat : 9994 (java) S 9991 9994 1460 0 -1 1077944320 635422 12699 0 0 251686 312 5 3 20 0 15 0 91837919 14407233536 461187 18446744073709551615 4194304 4196468 140732800735696 140732800718240 139820859518711 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 4 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
/proc/9994/statm: 3517391 461187 3499 1 0 3506005 0
[pid=9994/tid=10044] ppid=9991 vsize=14069564 CPUtime=2449.47 cores=1,3,5,7
/proc/9994/task/10044/stat : 10044 (java) R 9991 9994 1460 0 -1 4202560 221559 12699 0 0 244854 85 5 3 20 0 15 0 91837935 14407233536 461187 18446744073709551615 4194304 4196468 140732800735696 139820863752704 139820482012465 0 4 1 16800974 0 0 0 -1 5 0 0 50 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
[pid=9994/tid=10045] ppid=9991 vsize=14069564 CPUtime=10.02 cores=1,3,5,7
/proc/9994/task/10045/stat : 10045 (java) S 9991 9994 1460 0 -1 1077944384 43935 12699 0 0 966 28 5 3 20 0 15 0 91837936 14407233536 461187 18446744073709551615 4194304 4196468 140732800735696 139820793953168 139820859528917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
[pid=9994/tid=10046] ppid=9991 vsize=14069564 CPUtime=10.03 cores=1,3,5,7
/proc/9994/task/10046/stat : 10046 (java) S 9991 9994 1460 0 -1 1077944384 45541 12699 0 0 966 29 5 3 20 0 15 0 91837936 14407233536 461187 18446744073709551615 4194304 4196468 140732800735696 139820792900368 139820859528917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
[pid=9994/tid=10047] ppid=9991 vsize=14069564 CPUtime=9.98 cores=1,3,5,7
/proc/9994/task/10047/stat : 10047 (java) S 9991 9994 1460 0 -1 1077944384 39248 12699 0 0 963 27 5 3 20 0 15 0 91837936 14407233536 461187 18446744073709551615 4194304 4196468 140732800735696 139820791848080 139820859528917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
[pid=9994/tid=10048] ppid=9991 vsize=14069564 CPUtime=10.02 cores=1,3,5,7
/proc/9994/task/10048/stat : 10048 (java) S 9991 9994 1460 0 -1 1077944384 36604 12699 0 0 965 29 5 3 20 0 15 0 91837936 14407233536 461187 18446744073709551615 4194304 4196468 140732800735696 139820790795280 139820859528917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
[pid=9994/tid=10049] ppid=9991 vsize=14069564 CPUtime=1.86 cores=1,3,5,7
/proc/9994/task/10049/stat : 10049 (java) S 9991 9994 1460 0 -1 1077944384 39939 12699 0 0 155 23 5 3 20 0 15 0 91837937 14407233536 461187 18446744073709551615 4194304 4196468 140732800735696 139820338088048 139820859529858 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
[pid=9994/tid=10050] ppid=9991 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/9994/task/10050/stat : 10050 (java) S 9991 9994 1460 0 -1 1077944384 100 12699 0 0 0 0 5 3 20 0 15 0 91837938 14407233536 461187 18446744073709551615 4194304 4196468 140732800735696 139820337034144 139820859528917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
[pid=9994/tid=10051] ppid=9991 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/9994/task/10051/stat : 10051 (java) S 9991 9994 1460 0 -1 1077944384 97 12699 0 0 0 0 5 3 20 0 15 0 91837938 14407233536 461187 18446744073709551615 4194304 4196468 140732800735696 139820335981696 139820859528917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
[pid=9994/tid=10052] ppid=9991 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/9994/task/10052/stat : 10052 (java) S 9991 9994 1460 0 -1 1077944384 3 12699 0 0 0 0 5 3 20 0 15 0 91837940 14407233536 461187 18446744073709551615 4194304 4196468 140732800735696 139820334930000 139820859537307 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
[pid=9994/tid=10053] ppid=9991 vsize=14069564 CPUtime=11.64 cores=1,3,5,7
/proc/9994/task/10053/stat : 10053 (java) S 9991 9994 1460 0 -1 1077944384 51390 12699 0 0 1149 7 5 3 20 0 15 0 91837940 14407233536 461187 18446744073709551615 4194304 4196468 140732800735696 139820333877872 139820859529858 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
[pid=9994/tid=10054] ppid=9991 vsize=14069564 CPUtime=12.84 cores=1,3,5,7
/proc/9994/task/10054/stat : 10054 (java) S 9991 9994 1460 0 -1 1077944384 60045 12699 0 0 1267 9 5 3 20 0 15 0 91837940 14407233536 461187 18446744073709551615 4194304 4196468 140732800735696 139820332825072 139820859529858 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
[pid=9994/tid=10055] ppid=9991 vsize=14069564 CPUtime=3.26 cores=1,3,5,7
/proc/9994/task/10055/stat : 10055 (java) S 9991 9994 1460 0 -1 1077944384 91652 12699 0 0 309 9 5 3 20 0 15 0 91837940 14407233536 461187 18446744073709551615 4194304 4196468 140732800735696 139820331772784 139820859529858 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
[pid=9994/tid=10056] ppid=9991 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/9994/task/10056/stat : 10056 (java) S 9991 9994 1460 0 -1 1077944384 3 12699 0 0 0 0 5 3 20 0 15 0 91837941 14407233536 461187 18446744073709551615 4194304 4196468 140732800735696 139820330720224 139820859528917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
[pid=9994/tid=10057] ppid=9991 vsize=14069564 CPUtime=1.56 cores=1,3,5,7
/proc/9994/task/10057/stat : 10057 (java) S 9991 9994 1460 0 -1 1077944384 3151 12699 0 0 64 84 5 3 20 0 15 0 91837945 14407233536 461187 18446744073709551615 4194304 4196468 140732800735696 139820329666992 139820859529858 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 44 0 0 6293624 6294260 33419264 140732800743376 140732800746161 140732800746161 140732800749519 0
Current children cumulated CPU time (s) 2520.06
Current children cumulated vsize (KiB) 14069564

Child status: 143
Real time (s): 2462.54
CPU time (s): 2520.11
CPU user time (s): 2516.94
CPU system time (s): 3.16869
CPU usage (%): 102.338
Max. virtual memory (cumulated for all children) (KiB): 14069564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.94
system time used= 3.16869
maximum resident set size= 4263532
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 649374
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 90207
involuntary context switches= 3491

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.5291 second user time and 13.0525 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-11 11:08:00
IDJOB=4261951
IDBENCH=126237
IDSOLVER=2650
FILE ID=node134/4261951-1502443316
RUNJOBID= node134-1502411438-1524
PBS_JOBID= 
Free space on /tmp= 62004 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a4-s1/GolombRuler-28-a4.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4261951-1502443316/watcher-4261951-1502443316 -o /tmp/evaluation-result-4261951-1502443316/solver-4261951-1502443316 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502411438-1524 --watchdog 2580  bin/concrete HOME/instance-4261951-1502443316.xml

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

MD5SUM BENCH= 67703e3ced133509b42bcbc9f355bd8f
RANDOM SEED=552396616

node134.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.43
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.43
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.43
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.43
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:        29565420 kB
MemAvailable:   30543968 kB
Buffers:          285224 kB
Cached:           986152 kB
SwapCached:            0 kB
Active:          2169480 kB
Inactive:         599836 kB
Active(anon):    1499528 kB
Inactive(anon):    31216 kB
Active(file):     669952 kB
Inactive(file):   568620 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26752 kB
Writeback:             8 kB
AnonPages:       1497564 kB
Mapped:            63776 kB
Shmem:             33468 kB
Slab:             138204 kB
SReclaimable:     111620 kB
SUnreclaim:        26584 kB
KernelStack:        3488 kB
PageTables:         7940 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2326208 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1277952 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 61980 MiB
End job on node134 at 2017-08-11 11:49:03