Trace number 4259487

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) 250.032 240.213

General information on the benchmark

NameGolombRuler/GolombRuler-a3-s1/
GolombRuler-17-a3.xml
MD5SUM1a474c72a1f7224eb7c0241d7ff915ce
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark236
Best CPU time to get the best result obtained on this benchmark251.94
Satisfiable
(Un)Satisfiability was proved
Number of variables306
Number of constraints139
Number of domains2
Minimum domain size500
Maximum domain size501
Distribution of domain sizes[{"size":500,"count":136},{"size":501,"count":17}]
Minimum variable degree0
Maximum variable degree18
Distribution of variable degrees[{"degree":0,"count":153},{"degree":2,"count":136},{"degree":17,"count":15},{"degree":18,"count":2}]
Minimum constraint arity1
Maximum constraint arity136
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":136},{"arity":17,"count":1},{"arity":136,"count":1}]
Number of extensional constraints0
Number of intensional constraints137
Distribution of constraint types[{"type":"intension","count":137},{"type":"allDifferent","count":1},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 264 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 294 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 240 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.12 1.36 1.53 2/199 9998
/proc/meminfo: memFree=30366692/32770624 swapFree=0/247792
[pid=9998] ppid=9995 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/9998/stat : 9998 (runsolver) D 9995 9998 3187 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 7057881 24240128 107 18446744073709551615 4194304 4338465 140720453960592 140720453958232 139900860076759 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 9613312 140720453968081 140720453968455 140720453968455 140720453971914 0
/proc/9998/statm: 5918 107 54 36 0 2156 0

[startup+0.100153 s]
/proc/loadavg: 1.12 1.36 1.53 2/199 9998
/proc/meminfo: memFree=30366692/32770624 swapFree=0/247792
[pid=9998] ppid=9995 vsize=9508 CPUtime=0 cores=1,3,5,7
/proc/9998/stat : 9998 (bash) S 9995 9998 3187 0 -1 4202496 650 0 0 0 0 0 0 0 20 0 1 0 7057881 9736192 352 18446744073709551615 4194304 5098028 140734813825632 140734813823272 140160790072320 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 9 0 0 7196144 7232144 18042880 140734813831698 140734813831783 140734813831783 140734813835242 0
/proc/9998/statm: 2377 352 279 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.200253 s]
/proc/loadavg: 1.12 1.36 1.53 2/199 9998
/proc/meminfo: memFree=30366692/32770624 swapFree=0/247792
[pid=9998] ppid=9995 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/9998/stat : 9998 (bash) S 9995 9998 3187 0 -1 4202496 893 6498 0 0 0 0 0 1 20 0 1 0 7057881 9867264 377 18446744073709551615 4194304 5098028 140734813825632 140734813819640 140160790072320 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 9 0 0 7196144 7232144 18042880 140734813831698 140734813831783 140734813831783 140734813835242 0
/proc/9998/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300344 s]
/proc/loadavg: 1.12 1.36 1.53 2/199 9998
/proc/meminfo: memFree=30366692/32770624 swapFree=0/247792
[pid=9998] ppid=9995 vsize=13907308 CPUtime=0.13 cores=1,3,5,7
/proc/9998/stat : 9998 (java) S 9995 9998 3187 0 -1 1077944320 5492 12678 0 0 5 1 4 3 20 0 14 0 7057881 14241083392 5168 18446744073709551615 4194304 4196468 140726322159856 140726322142400 140266331279095 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
/proc/9998/statm: 3476827 5168 2553 1 0 3466332 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 13907308

[startup+0.703806 s]
/proc/loadavg: 1.12 1.36 1.53 2/199 9998
/proc/meminfo: memFree=30366692/32770624 swapFree=0/247792
[pid=9998] ppid=9995 vsize=13974784 CPUtime=0.63 cores=1,3,5,7
/proc/9998/stat : 9998 (java) S 9995 9998 3187 0 -1 1077944320 13724 12678 0 0 52 4 4 3 20 0 15 0 7057881 14310178816 14183 18446744073709551615 4194304 4196468 140726322159856 140726322142400 140266331279095 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
/proc/9998/statm: 3493696 14183 3096 1 0 3482973 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 13974784

[startup+1.50141 s]
/proc/loadavg: 1.19 1.37 1.54 3/214 10061
/proc/meminfo: memFree=30273352/32770624 swapFree=0/247812
[pid=9998] ppid=9995 vsize=13985408 CPUtime=1.81 cores=1,3,5,7
/proc/9998/stat : 9998 (java) S 9995 9998 3187 0 -1 1077944320 27417 12678 0 0 165 9 4 3 20 0 15 0 7057881 14321057792 33816 18446744073709551615 4194304 4196468 140726322159856 140726322142400 140266331279095 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
/proc/9998/statm: 3496352 33816 3334 1 0 3485533 0
[pid=9998/tid=10048] ppid=9995 vsize=13985408 CPUtime=1.27 cores=1,3,5,7
/proc/9998/task/10048/stat : 10048 (java) R 9995 9998 3187 0 -1 4202560 22185 12678 0 0 113 7 4 3 20 0 15 0 7057903 14321057792 33816 18446744073709551615 4194304 4196468 140726322159856 140266335508928 140266315322725 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
[pid=9998/tid=10049] ppid=9995 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/9998/task/10049/stat : 10049 (java) S 9995 9998 3187 0 -1 1077944384 1 12678 0 0 0 0 4 3 20 0 15 0 7057904 14321057792 33816 18446744073709551615 4194304 4196468 140726322159856 140265931139472 140266331289301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
[pid=9998/tid=10050] ppid=9995 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/9998/task/10050/stat : 10050 (java) S 9995 9998 3187 0 -1 1077944384 1 12678 0 0 0 0 4 3 20 0 15 0 7057904 14321057792 33816 18446744073709551615 4194304 4196468 140726322159856 140265930086672 140266331289301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
[pid=9998/tid=10051] ppid=9995 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/9998/task/10051/stat : 10051 (java) S 9995 9998 3187 0 -1 1077944384 1 12678 0 0 0 0 4 3 20 0 15 0 7057904 14321057792 33816 18446744073709551615 4194304 4196468 140726322159856 140265929034384 140266331289301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
[pid=9998/tid=10052] ppid=9995 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/9998/task/10052/stat : 10052 (java) S 9995 9998 3187 0 -1 1077944384 2 12678 0 0 0 0 4 3 20 0 15 0 7057904 14321057792 33816 18446744073709551615 4194304 4196468 140726322159856 140265927981584 140266331289301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
[pid=9998/tid=10053] ppid=9995 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/9998/task/10053/stat : 10053 (java) S 9995 9998 3187 0 -1 1077944384 5 12678 0 0 0 0 4 3 20 0 15 0 7057905 14321057792 33816 18446744073709551615 4194304 4196468 140726322159856 140265809717872 140266331290242 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
[pid=9998/tid=10054] ppid=9995 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/9998/task/10054/stat : 10054 (java) S 9995 9998 3187 0 -1 1077944384 33 12678 0 0 0 0 4 3 20 0 15 0 7057906 14321057792 33816 18446744073709551615 4194304 4196468 140726322159856 140265808663840 140266331289301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
[pid=9998/tid=10055] ppid=9995 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/9998/task/10055/stat : 10055 (java) S 9995 9998 3187 0 -1 1077944384 21 12678 0 0 0 0 4 3 20 0 15 0 7057906 14321057792 33816 18446744073709551615 4194304 4196468 140726322159856 140265807611504 140266331289301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
[pid=9998/tid=10056] ppid=9995 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/9998/task/10056/stat : 10056 (java) S 9995 9998 3187 0 -1 1077944384 3 12678 0 0 0 0 4 3 20 0 15 0 7057909 14321057792 33816 18446744073709551615 4194304 4196468 140726322159856 140265806559824 140266331297691 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
[pid=9998/tid=10057] ppid=9995 vsize=13985408 CPUtime=0.24 cores=1,3,5,7
/proc/9998/task/10057/stat : 10057 (java) S 9995 9998 3187 0 -1 1077944384 1193 12678 0 0 17 0 4 3 20 0 15 0 7057909 14321057792 33816 18446744073709551615 4194304 4196468 140726322159856 140265805506672 140266331290242 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
[pid=9998/tid=10058] ppid=9995 vsize=13985408 CPUtime=0.18 cores=1,3,5,7
/proc/9998/task/10058/stat : 10058 (java) S 9995 9998 3187 0 -1 1077944384 445 12678 0 0 11 0 4 3 20 0 15 0 7057909 14321057792 33816 18446744073709551615 4194304 4196468 140726322159856 140265804453872 140266331290242 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
[pid=9998/tid=10059] ppid=9995 vsize=13985408 CPUtime=0.29 cores=1,3,5,7
/proc/9998/task/10059/stat : 10059 (java) R 9995 9998 3187 0 -1 1077944384 1367 12678 0 0 22 0 4 3 20 0 15 0 7057909 14321057792 33816 18446744073709551615 4194304 4196468 140726322159856 140265803401584 140266331290242 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
[pid=9998/tid=10060] ppid=9995 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/9998/task/10060/stat : 10060 (java) S 9995 9998 3187 0 -1 1077944384 3 12678 0 0 0 0 4 3 20 0 15 0 7057909 14321057792 33816 18446744073709551615 4194304 4196468 140726322159856 140265802349024 140266331289301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
[pid=9998/tid=10061] ppid=9995 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/9998/task/10061/stat : 10061 (java) S 9995 9998 3187 0 -1 1077944384 6 12678 0 0 0 0 4 3 20 0 15 0 7057914 14321057792 33816 18446744073709551615 4194304 4196468 140726322159856 140265801296816 140266331290242 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
Current children cumulated CPU time (s) 1.81
Current children cumulated vsize (KiB) 13985408

[startup+3.1018 s]
/proc/loadavg: 1.19 1.37 1.54 3/214 10061
/proc/meminfo: memFree=30197820/32770624 swapFree=0/247812
[pid=9998] ppid=9995 vsize=13999932 CPUtime=5.5 cores=1,3,5,7
/proc/9998/stat : 9998 (java) S 9995 9998 3187 0 -1 1077944320 41575 12678 0 0 527 16 4 3 20 0 15 0 7057881 14335930368 54411 18446744073709551615 4194304 4196468 140726322159856 140726322142400 140266331279095 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
/proc/9998/statm: 3499983 54411 3439 1 0 3488605 0
[pid=9998/tid=10048] ppid=9995 vsize=13999932 CPUtime=2.84 cores=1,3,5,7
/proc/9998/task/10048/stat : 10048 (java) R 9995 9998 3187 0 -1 4202560 29000 12678 0 0 267 10 4 3 20 0 15 0 7057903 14335930368 54411 18446744073709551615 4194304 4196468 140726322159856 140266335512480 140265941443905 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
[pid=9998/tid=10049] ppid=9995 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/9998/task/10049/stat : 10049 (java) S 9995 9998 3187 0 -1 1077944384 186 12678 0 0 0 0 4 3 20 0 15 0 7057904 14335930368 54411 18446744073709551615 4194304 4196468 140726322159856 140265931139472 140266331289301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
[pid=9998/tid=10050] ppid=9995 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/9998/task/10050/stat : 10050 (java) S 9995 9998 3187 0 -1 1077944384 48 12678 0 0 1 0 4 3 20 0 15 0 7057904 14335930368 54411 18446744073709551615 4194304 4196468 140726322159856 140265930086672 140266331289301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
[pid=9998/tid=10051] ppid=9995 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/9998/task/10051/stat : 10051 (java) S 9995 9998 3187 0 -1 1077944384 45 12678 0 0 1 0 4 3 20 0 15 0 7057904 14335930368 54411 18446744073709551615 4194304 4196468 140726322159856 140265929034384 140266331289301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
[pid=9998/tid=10052] ppid=9995 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/9998/task/10052/stat : 10052 (java) S 9995 9998 3187 0 -1 1077944384 73 12678 0 0 0 0 4 3 20 0 15 0 7057904 14335930368 54411 18446744073709551615 4194304 4196468 140726322159856 140265927981584 140266331289301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
[pid=9998/tid=10053] ppid=9995 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/9998/task/10053/stat : 10053 (java) S 9995 9998 3187 0 -1 1077944384 1315 12678 0 0 1 0 4 3 20 0 15 0 7057905 14335930368 54411 18446744073709551615 4194304 4196468 140726322159856 140265809717872 140266331290242 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
[pid=9998/tid=10054] ppid=9995 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/9998/task/10054/stat : 10054 (java) S 9995 9998 3187 0 -1 1077944384 54 12678 0 0 0 0 4 3 20 0 15 0 7057906 14335930368 54411 18446744073709551615 4194304 4196468 140726322159856 140265808663904 140266331289301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
[pid=9998/tid=10055] ppid=9995 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/9998/task/10055/stat : 10055 (java) S 9995 9998 3187 0 -1 1077944384 44 12678 0 0 0 0 4 3 20 0 15 0 7057906 14335930368 54411 18446744073709551615 4194304 4196468 140726322159856 140265807611520 140266331289301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
[pid=9998/tid=10056] ppid=9995 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/9998/task/10056/stat : 10056 (java) S 9995 9998 3187 0 -1 1077944384 3 12678 0 0 0 0 4 3 20 0 15 0 7057909 14335930368 54411 18446744073709551615 4194304 4196468 140726322159856 140265806559824 140266331297691 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
[pid=9998/tid=10057] ppid=9995 vsize=13999932 CPUtime=0.88 cores=1,3,5,7
/proc/9998/task/10057/stat : 10057 (java) R 9995 9998 3187 0 -1 4202560 2465 12678 0 0 80 1 4 3 20 0 15 0 7057909 14335930368 54411 18446744073709551615 4194304 4196468 140726322159856 140265805494160 140266331300442 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
[pid=9998/tid=10058] ppid=9995 vsize=13999932 CPUtime=0.75 cores=1,3,5,7
/proc/9998/task/10058/stat : 10058 (java) R 9995 9998 3187 0 -1 4202560 1661 12678 0 0 67 1 4 3 20 0 15 0 7057909 14335930368 54411 18446744073709551615 4194304 4196468 140726322159856 140265804453872 140266310594436 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
[pid=9998/tid=10059] ppid=9995 vsize=13999932 CPUtime=1.14 cores=1,3,5,7
/proc/9998/task/10059/stat : 10059 (java) S 9995 9998 3187 0 -1 1077944384 4516 12678 0 0 106 1 4 3 20 0 15 0 7057909 14335930368 54411 18446744073709551615 4194304 4196468 140726322159856 140265803401584 140266331290242 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
[pid=9998/tid=10060] ppid=9995 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/9998/task/10060/stat : 10060 (java) S 9995 9998 3187 0 -1 1077944384 3 12678 0 0 0 0 4 3 20 0 15 0 7057909 14335930368 54411 18446744073709551615 4194304 4196468 140726322159856 140265802349024 140266331289301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
[pid=9998/tid=10061] ppid=9995 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/9998/task/10061/stat : 10061 (java) S 9995 9998 3187 0 -1 1077944384 10 12678 0 0 0 0 4 3 20 0 15 0 7057914 14335930368 54411 18446744073709551615 4194304 4196468 140726322159856 140265801296816 140266331290242 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
Current children cumulated CPU time (s) 5.5
Current children cumulated vsize (KiB) 13999932

[startup+6.30069 s]
/proc/loadavg: 1.34 1.40 1.54 3/214 10061
/proc/meminfo: memFree=29999140/32770624 swapFree=0/247824
[pid=9998] ppid=9995 vsize=14067516 CPUtime=13.1 cores=1,3,5,7
/proc/9998/stat : 9998 (java) S 9995 9998 3187 0 -1 1077944320 70288 12678 0 0 1279 24 4 3 20 0 15 0 7057881 14405136384 107900 18446744073709551615 4194304 4196468 140726322159856 140726322142400 140266331279095 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
/proc/9998/statm: 3516879 107900 3469 1 0 3505501 0
[pid=9998/tid=10048] ppid=9995 vsize=14067516 CPUtime=5.97 cores=1,3,5,7
/proc/9998/task/10048/stat : 10048 (java) R 9995 9998 3187 0 -1 4202560 46404 12678 0 0 576 14 4 3 20 0 15 0 7057903 14405136384 107900 18446744073709551615 4194304 4196468 140726322159856 140266335513168 140265946856986 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
[pid=9998/tid=10049] ppid=9995 vsize=14067516 CPUtime=0.1 cores=1,3,5,7
/proc/9998/task/10049/stat : 10049 (java) S 9995 9998 3187 0 -1 1077944384 1064 12678 0 0 3 0 4 3 20 0 15 0 7057904 14405136384 107900 18446744073709551615 4194304 4196468 140726322159856 140265931139472 140266331289301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
[pid=9998/tid=10050] ppid=9995 vsize=14067516 CPUtime=0.1 cores=1,3,5,7
/proc/9998/task/10050/stat : 10050 (java) S 9995 9998 3187 0 -1 1077944384 100 12678 0 0 3 0 4 3 20 0 15 0 7057904 14405136384 107900 18446744073709551615 4194304 4196468 140726322159856 140265930086672 140266331289301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
[pid=9998/tid=10051] ppid=9995 vsize=14067516 CPUtime=0.1 cores=1,3,5,7
/proc/9998/task/10051/stat : 10051 (java) S 9995 9998 3187 0 -1 1077944384 116 12678 0 0 3 0 4 3 20 0 15 0 7057904 14405136384 107900 18446744073709551615 4194304 4196468 140726322159856 140265929034384 140266331289301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
[pid=9998/tid=10052] ppid=9995 vsize=14067516 CPUtime=0.1 cores=1,3,5,7
/proc/9998/task/10052/stat : 10052 (java) S 9995 9998 3187 0 -1 1077944384 197 12678 0 0 3 0 4 3 20 0 15 0 7057904 14405136384 107900 18446744073709551615 4194304 4196468 140726322159856 140265927981584 140266331289301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
[pid=9998/tid=10053] ppid=9995 vsize=14067516 CPUtime=0.11 cores=1,3,5,7
/proc/9998/task/10053/stat : 10053 (java) S 9995 9998 3187 0 -1 1077944384 2241 12678 0 0 4 0 4 3 20 0 15 0 7057905 14405136384 107900 18446744073709551615 4194304 4196468 140726322159856 140265809717872 140266331290242 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
[pid=9998/tid=10054] ppid=9995 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/9998/task/10054/stat : 10054 (java) S 9995 9998 3187 0 -1 1077944384 54 12678 0 0 0 0 4 3 20 0 15 0 7057906 14405136384 107900 18446744073709551615 4194304 4196468 140726322159856 140265808663968 140266331289301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
[pid=9998/tid=10055] ppid=9995 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/9998/task/10055/stat : 10055 (java) S 9995 9998 3187 0 -1 1077944384 44 12678 0 0 0 0 4 3 20 0 15 0 7057906 14405136384 107900 18446744073709551615 4194304 4196468 140726322159856 140265807611520 140266331289301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
[pid=9998/tid=10056] ppid=9995 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/9998/task/10056/stat : 10056 (java) S 9995 9998 3187 0 -1 1077944384 3 12678 0 0 0 0 4 3 20 0 15 0 7057909 14405136384 107900 18446744073709551615 4194304 4196468 140726322159856 140265806559824 140266331297691 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
[pid=9998/tid=10057] ppid=9995 vsize=14067516 CPUtime=2.73 cores=1,3,5,7
/proc/9998/task/10057/stat : 10057 (java) S 9995 9998 3187 0 -1 1077944384 5536 12678 0 0 264 2 4 3 20 0 15 0 7057909 14405136384 107900 18446744073709551615 4194304 4196468 140726322159856 140265805506672 140266331290242 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
[pid=9998/tid=10058] ppid=9995 vsize=14067516 CPUtime=2.65 cores=1,3,5,7
/proc/9998/task/10058/stat : 10058 (java) S 9995 9998 3187 0 -1 1077944384 6694 12678 0 0 257 1 4 3 20 0 15 0 7057909 14405136384 107900 18446744073709551615 4194304 4196468 140726322159856 140265804453872 140266331290242 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
[pid=9998/tid=10059] ppid=9995 vsize=14067516 CPUtime=1.69 cores=1,3,5,7
/proc/9998/task/10059/stat : 10059 (java) S 9995 9998 3187 0 -1 1077944384 5669 12678 0 0 160 2 4 3 20 0 15 0 7057909 14405136384 107900 18446744073709551615 4194304 4196468 140726322159856 140265803401584 140266331290242 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
[pid=9998/tid=10060] ppid=9995 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/9998/task/10060/stat : 10060 (java) S 9995 9998 3187 0 -1 1077944384 3 12678 0 0 0 0 4 3 20 0 15 0 7057909 14405136384 107900 18446744073709551615 4194304 4196468 140726322159856 140265802349024 140266331289301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
[pid=9998/tid=10061] ppid=9995 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/9998/task/10061/stat : 10061 (java) S 9995 9998 3187 0 -1 1077944384 11 12678 0 0 0 0 4 3 20 0 15 0 7057914 14405136384 107900 18446744073709551615 4194304 4196468 140726322159856 140265801296816 140266331290242 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
Current children cumulated CPU time (s) 13.1
Current children cumulated vsize (KiB) 14067516

[startup+12.7007 s]
/proc/loadavg: 1.31 1.39 1.54 3/214 10061
/proc/meminfo: memFree=29601404/32770624 swapFree=0/247828
[pid=9998] ppid=9995 vsize=14067516 CPUtime=19.86 cores=1,3,5,7
/proc/9998/stat : 9998 (java) S 9995 9998 3187 0 -1 1077944320 74665 12678 0 0 1948 31 4 3 20 0 15 0 7057881 14405136384 195187 18446744073709551615 4194304 4196468 140726322159856 140726322142400 140266331279095 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
/proc/9998/statm: 3516879 195187 3469 1 0 3505501 0
[pid=9998/tid=10048] ppid=9995 vsize=14067516 CPUtime=12.33 cores=1,3,5,7
/proc/9998/task/10048/stat : 10048 (java) R 9995 9998 3187 0 -1 4202560 47516 12678 0 0 1207 19 4 3 20 0 15 0 7057903 14405136384 195187 18446744073709551615 4194304 4196468 140726322159856 140266335513264 140265946538420 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
[pid=9998/tid=10049] ppid=9995 vsize=14067516 CPUtime=0.12 cores=1,3,5,7
/proc/9998/task/10049/stat : 10049 (java) S 9995 9998 3187 0 -1 1077944384 1169 12678 0 0 4 1 4 3 20 0 15 0 7057904 14405136384 195187 18446744073709551615 4194304 4196468 140726322159856 140265931139472 140266331289301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
[pid=9998/tid=10050] ppid=9995 vsize=14067516 CPUtime=0.13 cores=1,3,5,7
/proc/9998/task/10050/stat : 10050 (java) S 9995 9998 3187 0 -1 1077944384 122 12678 0 0 5 1 4 3 20 0 15 0 7057904 14405136384 195187 18446744073709551615 4194304 4196468 140726322159856 140265930086672 140266331289301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
[pid=9998/tid=10051] ppid=9995 vsize=14067516 CPUtime=0.12 cores=1,3,5,7
/proc/9998/task/10051/stat : 10051 (java) S 9995 9998 3187 0 -1 1077944384 454 12678 0 0 5 0 4 3 20 0 15 0 7057904 14405136384 195187 18446744073709551615 4194304 4196468 140726322159856 140265929034384 140266331289301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
[pid=9998/tid=10052] ppid=9995 vsize=14067516 CPUtime=0.12 cores=1,3,5,7
/proc/9998/task/10052/stat : 10052 (java) S 9995 9998 3187 0 -1 1077944384 664 12678 0 0 4 1 4 3 20 0 15 0 7057904 14405136384 195187 18446744073709551615 4194304 4196468 140726322159856 140265927981584 140266331289301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
[pid=9998/tid=10053] ppid=9995 vsize=14067516 CPUtime=0.12 cores=1,3,5,7
/proc/9998/task/10053/stat : 10053 (java) S 9995 9998 3187 0 -1 1077944384 2667 12678 0 0 5 0 4 3 20 0 15 0 7057905 14405136384 195187 18446744073709551615 4194304 4196468 140726322159856 140265809717872 140266331290242 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
[pid=9998/tid=10054] ppid=9995 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/9998/task/10054/stat : 10054 (java) S 9995 9998 3187 0 -1 1077944384 54 12678 0 0 0 0 4 3 20 0 15 0 7057906 14405136384 195187 18446744073709551615 4194304 4196468 140726322159856 140265808663968 140266331289301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
[pid=9998/tid=10055] ppid=9995 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/9998/task/10055/stat : 10055 (java) S 9995 9998 3187 0 -1 1077944384 44 12678 0 0 0 0 4 3 20 0 15 0 7057906 14405136384 195187 18446744073709551615 4194304 4196468 140726322159856 140265807611520 140266331289301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
[pid=9998/tid=10056] ppid=9995 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/9998/task/10056/stat : 10056 (java) S 9995 9998 3187 0 -1 1077944384 3 12678 0 0 0 0 4 3 20 0 15 0 7057909 14405136384 195187 18446744073709551615 4194304 4196468 140726322159856 140265806559824 140266331297691 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0

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

[pid=9998] ppid=9995 vsize=14067516 CPUtime=110.14 cores=1,3,5,7
/proc/9998/stat : 9998 (java) S 9995 9998 3187 0 -1 1077944320 93149 12678 0 0 10958 49 4 3 20 0 15 0 7057881 14405136384 293591 18446744073709551615 4194304 4196468 140726322159856 140726322142400 140266331279095 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
/proc/9998/statm: 3516879 293591 3469 1 0 3505501 0
[pid=9998/tid=10048] ppid=9995 vsize=14067516 CPUtime=101.5 cores=1,3,5,7
/proc/9998/task/10048/stat : 10048 (java) R 9995 9998 3187 0 -1 4202560 51376 12678 0 0 10118 25 4 3 20 0 15 0 7057903 14405136384 293591 18446744073709551615 4194304 4196468 140726322159856 140266335513328 140265946406141 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
[pid=9998/tid=10049] ppid=9995 vsize=14067516 CPUtime=0.31 cores=1,3,5,7
/proc/9998/task/10049/stat : 10049 (java) S 9995 9998 3187 0 -1 1077944384 4746 12678 0 0 20 4 4 3 20 0 15 0 7057904 14405136384 293591 18446744073709551615 4194304 4196468 140726322159856 140265931139472 140266331289301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
[pid=9998/tid=10050] ppid=9995 vsize=14067516 CPUtime=0.3 cores=1,3,5,7
/proc/9998/task/10050/stat : 10050 (java) S 9995 9998 3187 0 -1 1077944384 383 12678 0 0 20 3 4 3 20 0 15 0 7057904 14405136384 293591 18446744073709551615 4194304 4196468 140726322159856 140265930086672 140266331289301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
[pid=9998/tid=10051] ppid=9995 vsize=14067516 CPUtime=0.31 cores=1,3,5,7
/proc/9998/task/10051/stat : 10051 (java) S 9995 9998 3187 0 -1 1077944384 1038 12678 0 0 21 3 4 3 20 0 15 0 7057904 14405136384 293591 18446744073709551615 4194304 4196468 140726322159856 140265929034384 140266331289301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
[pid=9998/tid=10052] ppid=9995 vsize=14067516 CPUtime=0.3 cores=1,3,5,7
/proc/9998/task/10052/stat : 10052 (java) S 9995 9998 3187 0 -1 1077944384 955 12678 0 0 20 3 4 3 20 0 15 0 7057904 14405136384 293591 18446744073709551615 4194304 4196468 140726322159856 140265927981584 140266331289301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
[pid=9998/tid=10053] ppid=9995 vsize=14067516 CPUtime=0.32 cores=1,3,5,7
/proc/9998/task/10053/stat : 10053 (java) S 9995 9998 3187 0 -1 1077944384 3475 12678 0 0 23 2 4 3 20 0 15 0 7057905 14405136384 293591 18446744073709551615 4194304 4196468 140726322159856 140265809717872 140266331290242 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
[pid=9998/tid=10054] ppid=9995 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/9998/task/10054/stat : 10054 (java) S 9995 9998 3187 0 -1 1077944384 54 12678 0 0 0 0 4 3 20 0 15 0 7057906 14405136384 293591 18446744073709551615 4194304 4196468 140726322159856 140265808663968 140266331289301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
[pid=9998/tid=10055] ppid=9995 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/9998/task/10055/stat : 10055 (java) S 9995 9998 3187 0 -1 1077944384 44 12678 0 0 0 0 4 3 20 0 15 0 7057906 14405136384 293591 18446744073709551615 4194304 4196468 140726322159856 140265807611520 140266331289301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
[pid=9998/tid=10056] ppid=9995 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/9998/task/10056/stat : 10056 (java) S 9995 9998 3187 0 -1 1077944384 3 12678 0 0 0 0 4 3 20 0 15 0 7057909 14405136384 293591 18446744073709551615 4194304 4196468 140726322159856 140265806559824 140266331297691 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
[pid=9998/tid=10057] ppid=9995 vsize=14067516 CPUtime=2.92 cores=1,3,5,7
/proc/9998/task/10057/stat : 10057 (java) S 9995 9998 3187 0 -1 1077944384 7340 12678 0 0 283 2 4 3 20 0 15 0 7057909 14405136384 293591 18446744073709551615 4194304 4196468 140726322159856 140265805506672 140266331290242 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
[pid=9998/tid=10058] ppid=9995 vsize=14067516 CPUtime=2.86 cores=1,3,5,7
/proc/9998/task/10058/stat : 10058 (java) S 9995 9998 3187 0 -1 1077944384 10564 12678 0 0 278 1 4 3 20 0 15 0 7057909 14405136384 293591 18446744073709551615 4194304 4196468 140726322159856 140265804453872 140266331290242 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
[pid=9998/tid=10059] ppid=9995 vsize=14067516 CPUtime=1.72 cores=1,3,5,7
/proc/9998/task/10059/stat : 10059 (java) S 9995 9998 3187 0 -1 1077944384 10477 12678 0 0 163 2 4 3 20 0 15 0 7057909 14405136384 293591 18446744073709551615 4194304 4196468 140726322159856 140265803401584 140266331290242 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
[pid=9998/tid=10060] ppid=9995 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/9998/task/10060/stat : 10060 (java) S 9995 9998 3187 0 -1 1077944384 3 12678 0 0 0 0 4 3 20 0 15 0 7057909 14405136384 293591 18446744073709551615 4194304 4196468 140726322159856 140265802349024 140266331289301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
[pid=9998/tid=10061] ppid=9995 vsize=14067516 CPUtime=0.12 cores=1,3,5,7
/proc/9998/task/10061/stat : 10061 (java) S 9995 9998 3187 0 -1 1077944384 539 12678 0 0 2 3 4 3 20 0 15 0 7057914 14405136384 293591 18446744073709551615 4194304 4196468 140726322159856 140265801296816 140266331290242 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
Current children cumulated CPU time (s) 110.14
Current children cumulated vsize (KiB) 14067516

[startup+162.301 s]
/proc/loadavg: 1.61 1.51 1.57 3/214 10439
/proc/meminfo: memFree=26440060/32770624 swapFree=0/247968
[pid=9998] ppid=9995 vsize=14067516 CPUtime=170.87 cores=1,3,5,7
/proc/9998/stat : 9998 (java) S 9995 9998 3187 0 -1 1077944320 99064 12678 0 0 17023 57 4 3 20 0 15 0 7057881 14405136384 293698 18446744073709551615 4194304 4196468 140726322159856 140726322142400 140266331279095 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
/proc/9998/statm: 3516879 293698 3469 1 0 3505501 0
[pid=9998/tid=10048] ppid=9995 vsize=14067516 CPUtime=160.89 cores=1,3,5,7
/proc/9998/task/10048/stat : 10048 (java) R 9995 9998 3187 0 -1 4202560 53418 12678 0 0 16057 25 4 3 20 0 15 0 7057903 14405136384 293698 18446744073709551615 4194304 4196468 140726322159856 140266335513232 140265947428511 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
[pid=9998/tid=10049] ppid=9995 vsize=14067516 CPUtime=0.56 cores=1,3,5,7
/proc/9998/task/10049/stat : 10049 (java) S 9995 9998 3187 0 -1 1077944384 4889 12678 0 0 44 5 4 3 20 0 15 0 7057904 14405136384 293698 18446744073709551615 4194304 4196468 140726322159856 140265931139472 140266331289301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
[pid=9998/tid=10050] ppid=9995 vsize=14067516 CPUtime=0.57 cores=1,3,5,7
/proc/9998/task/10050/stat : 10050 (java) S 9995 9998 3187 0 -1 1077944384 563 12678 0 0 45 5 4 3 20 0 15 0 7057904 14405136384 293698 18446744073709551615 4194304 4196468 140726322159856 140265930086672 140266331289301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
[pid=9998/tid=10051] ppid=9995 vsize=14067516 CPUtime=0.55 cores=1,3,5,7
/proc/9998/task/10051/stat : 10051 (java) S 9995 9998 3187 0 -1 1077944384 1655 12678 0 0 44 4 4 3 20 0 15 0 7057904 14405136384 293698 18446744073709551615 4194304 4196468 140726322159856 140265929034384 140266331289301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
[pid=9998/tid=10052] ppid=9995 vsize=14067516 CPUtime=0.56 cores=1,3,5,7
/proc/9998/task/10052/stat : 10052 (java) S 9995 9998 3187 0 -1 1077944384 2529 12678 0 0 45 4 4 3 20 0 15 0 7057904 14405136384 293698 18446744073709551615 4194304 4196468 140726322159856 140265927981584 140266331289301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
[pid=9998/tid=10053] ppid=9995 vsize=14067516 CPUtime=0.59 cores=1,3,5,7
/proc/9998/task/10053/stat : 10053 (java) S 9995 9998 3187 0 -1 1077944384 4101 12678 0 0 48 4 4 3 20 0 15 0 7057905 14405136384 293698 18446744073709551615 4194304 4196468 140726322159856 140265809717872 140266331290242 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
[pid=9998/tid=10054] ppid=9995 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/9998/task/10054/stat : 10054 (java) S 9995 9998 3187 0 -1 1077944384 54 12678 0 0 0 0 4 3 20 0 15 0 7057906 14405136384 293698 18446744073709551615 4194304 4196468 140726322159856 140265808663968 140266331289301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
[pid=9998/tid=10055] ppid=9995 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/9998/task/10055/stat : 10055 (java) S 9995 9998 3187 0 -1 1077944384 44 12678 0 0 0 0 4 3 20 0 15 0 7057906 14405136384 293698 18446744073709551615 4194304 4196468 140726322159856 140265807611520 140266331289301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
[pid=9998/tid=10056] ppid=9995 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/9998/task/10056/stat : 10056 (java) S 9995 9998 3187 0 -1 1077944384 3 12678 0 0 0 0 4 3 20 0 15 0 7057909 14405136384 293698 18446744073709551615 4194304 4196468 140726322159856 140265806559824 140266331297691 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
[pid=9998/tid=10057] ppid=9995 vsize=14067516 CPUtime=2.92 cores=1,3,5,7
/proc/9998/task/10057/stat : 10057 (java) S 9995 9998 3187 0 -1 1077944384 7345 12678 0 0 283 2 4 3 20 0 15 0 7057909 14405136384 293698 18446744073709551615 4194304 4196468 140726322159856 140265805506672 140266331290242 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
[pid=9998/tid=10058] ppid=9995 vsize=14067516 CPUtime=2.86 cores=1,3,5,7
/proc/9998/task/10058/stat : 10058 (java) S 9995 9998 3187 0 -1 1077944384 11262 12678 0 0 278 1 4 3 20 0 15 0 7057909 14405136384 293698 18446744073709551615 4194304 4196468 140726322159856 140265804453872 140266331290242 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
[pid=9998/tid=10059] ppid=9995 vsize=14067516 CPUtime=1.72 cores=1,3,5,7
/proc/9998/task/10059/stat : 10059 (java) S 9995 9998 3187 0 -1 1077944384 10481 12678 0 0 163 2 4 3 20 0 15 0 7057909 14405136384 293698 18446744073709551615 4194304 4196468 140726322159856 140265803401584 140266331290242 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
[pid=9998/tid=10060] ppid=9995 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/9998/task/10060/stat : 10060 (java) S 9995 9998 3187 0 -1 1077944384 3 12678 0 0 0 0 4 3 20 0 15 0 7057909 14405136384 293698 18446744073709551615 4194304 4196468 140726322159856 140265802349024 140266331289301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
[pid=9998/tid=10061] ppid=9995 vsize=14067516 CPUtime=0.15 cores=1,3,5,7
/proc/9998/task/10061/stat : 10061 (java) S 9995 9998 3187 0 -1 1077944384 565 12678 0 0 4 4 4 3 20 0 15 0 7057914 14405136384 293698 18446744073709551615 4194304 4196468 140726322159856 140265801296816 140266331290242 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
Current children cumulated CPU time (s) 170.87
Current children cumulated vsize (KiB) 14067516

[startup+222.307 s]
/proc/loadavg: 1.64 1.54 1.57 3/213 10441
/proc/meminfo: memFree=26447308/32770624 swapFree=0/247976
[pid=9998] ppid=9995 vsize=14067516 CPUtime=231.59 cores=1,3,5,7
/proc/9998/stat : 9998 (java) S 9995 9998 3187 0 -1 1077944320 102411 12678 0 0 23087 65 4 3 20 0 15 0 7057881 14405136384 293773 18446744073709551615 4194304 4196468 140726322159856 140726322142400 140266331279095 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
/proc/9998/statm: 3516879 293773 3469 1 0 3505501 0
[pid=9998/tid=10048] ppid=9995 vsize=14067516 CPUtime=220.23 cores=1,3,5,7
/proc/9998/task/10048/stat : 10048 (java) R 9995 9998 3187 0 -1 4202560 54522 12678 0 0 21990 26 4 3 20 0 15 0 7057903 14405136384 293773 18446744073709551615 4194304 4196468 140726322159856 140266335513328 140265946404937 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
[pid=9998/tid=10049] ppid=9995 vsize=14067516 CPUtime=0.83 cores=1,3,5,7
/proc/9998/task/10049/stat : 10049 (java) S 9995 9998 3187 0 -1 1077944384 5005 12678 0 0 70 6 4 3 20 0 15 0 7057904 14405136384 293773 18446744073709551615 4194304 4196468 140726322159856 140265931139472 140266331289301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
[pid=9998/tid=10050] ppid=9995 vsize=14067516 CPUtime=0.83 cores=1,3,5,7
/proc/9998/task/10050/stat : 10050 (java) S 9995 9998 3187 0 -1 1077944384 724 12678 0 0 70 6 4 3 20 0 15 0 7057904 14405136384 293773 18446744073709551615 4194304 4196468 140726322159856 140265930086672 140266331289301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
[pid=9998/tid=10051] ppid=9995 vsize=14067516 CPUtime=0.82 cores=1,3,5,7
/proc/9998/task/10051/stat : 10051 (java) S 9995 9998 3187 0 -1 1077944384 2163 12678 0 0 69 6 4 3 20 0 15 0 7057904 14405136384 293773 18446744073709551615 4194304 4196468 140726322159856 140265929034384 140266331289301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
[pid=9998/tid=10052] ppid=9995 vsize=14067516 CPUtime=0.83 cores=1,3,5,7
/proc/9998/task/10052/stat : 10052 (java) S 9995 9998 3187 0 -1 1077944384 3627 12678 0 0 70 6 4 3 20 0 15 0 7057904 14405136384 293773 18446744073709551615 4194304 4196468 140726322159856 140265927981584 140266331289301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
[pid=9998/tid=10053] ppid=9995 vsize=14067516 CPUtime=0.88 cores=1,3,5,7
/proc/9998/task/10053/stat : 10053 (java) S 9995 9998 3187 0 -1 1077944384 4433 12678 0 0 75 6 4 3 20 0 15 0 7057905 14405136384 293773 18446744073709551615 4194304 4196468 140726322159856 140265809717872 140266331290242 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
[pid=9998/tid=10054] ppid=9995 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/9998/task/10054/stat : 10054 (java) S 9995 9998 3187 0 -1 1077944384 54 12678 0 0 0 0 4 3 20 0 15 0 7057906 14405136384 293773 18446744073709551615 4194304 4196468 140726322159856 140265808663968 140266331289301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
[pid=9998/tid=10055] ppid=9995 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/9998/task/10055/stat : 10055 (java) S 9995 9998 3187 0 -1 1077944384 44 12678 0 0 0 0 4 3 20 0 15 0 7057906 14405136384 293773 18446744073709551615 4194304 4196468 140726322159856 140265807611520 140266331289301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
[pid=9998/tid=10056] ppid=9995 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/9998/task/10056/stat : 10056 (java) S 9995 9998 3187 0 -1 1077944384 3 12678 0 0 0 0 4 3 20 0 15 0 7057909 14405136384 293773 18446744073709551615 4194304 4196468 140726322159856 140265806559824 140266331297691 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
[pid=9998/tid=10057] ppid=9995 vsize=14067516 CPUtime=2.92 cores=1,3,5,7
/proc/9998/task/10057/stat : 10057 (java) S 9995 9998 3187 0 -1 1077944384 7348 12678 0 0 283 2 4 3 20 0 15 0 7057909 14405136384 293773 18446744073709551615 4194304 4196468 140726322159856 140265805506672 140266331290242 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
[pid=9998/tid=10058] ppid=9995 vsize=14067516 CPUtime=2.86 cores=1,3,5,7
/proc/9998/task/10058/stat : 10058 (java) S 9995 9998 3187 0 -1 1077944384 11266 12678 0 0 278 1 4 3 20 0 15 0 7057909 14405136384 293773 18446744073709551615 4194304 4196468 140726322159856 140265804453872 140266331290242 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
[pid=9998/tid=10059] ppid=9995 vsize=14067516 CPUtime=1.72 cores=1,3,5,7
/proc/9998/task/10059/stat : 10059 (java) S 9995 9998 3187 0 -1 1077944384 10483 12678 0 0 163 2 4 3 20 0 15 0 7057909 14405136384 293773 18446744073709551615 4194304 4196468 140726322159856 140265803401584 140266331290242 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
[pid=9998/tid=10060] ppid=9995 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/9998/task/10060/stat : 10060 (java) S 9995 9998 3187 0 -1 1077944384 3 12678 0 0 0 0 4 3 20 0 15 0 7057909 14405136384 293773 18446744073709551615 4194304 4196468 140726322159856 140265802349024 140266331289301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
[pid=9998/tid=10061] ppid=9995 vsize=14067516 CPUtime=0.2 cores=1,3,5,7
/proc/9998/task/10061/stat : 10061 (java) S 9995 9998 3187 0 -1 1077944384 584 12678 0 0 7 6 4 3 20 0 15 0 7057914 14405136384 293773 18446744073709551615 4194304 4196468 140726322159856 140265801296816 140266331290242 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
Current children cumulated CPU time (s) 231.59
Current children cumulated vsize (KiB) 14067516



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 1.57 1.53 1.57 3/212 10442
/proc/meminfo: memFree=26448232/32770624 swapFree=0/247964
[pid=9998] ppid=9995 vsize=14067516 CPUtime=249.54 cores=1,3,5,7
/proc/9998/stat : 9998 (java) S 9995 9998 3187 0 -1 1077944320 104303 12678 0 0 24880 67 4 3 20 0 15 0 7057881 14405136384 293837 18446744073709551615 4194304 4196468 140726322159856 140726322142400 140266331279095 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
/proc/9998/statm: 3516879 293837 3469 1 0 3505501 0
[pid=9998/tid=10048] ppid=9995 vsize=14067516 CPUtime=237.74 cores=1,3,5,7
/proc/9998/task/10048/stat : 10048 (java) R 9995 9998 3187 0 -1 4202560 55134 12678 0 0 23741 26 4 3 20 0 15 0 7057903 14405136384 293837 18446744073709551615 4194304 4196468 140726322159856 140266335513328 140265945748345 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
[pid=9998/tid=10049] ppid=9995 vsize=14067516 CPUtime=0.91 cores=1,3,5,7
/proc/9998/task/10049/stat : 10049 (java) S 9995 9998 3187 0 -1 1077944384 5092 12678 0 0 78 6 4 3 20 0 15 0 7057904 14405136384 293837 18446744073709551615 4194304 4196468 140726322159856 140265931139472 140266331289301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
[pid=9998/tid=10050] ppid=9995 vsize=14067516 CPUtime=0.92 cores=1,3,5,7
/proc/9998/task/10050/stat : 10050 (java) S 9995 9998 3187 0 -1 1077944384 775 12678 0 0 78 7 4 3 20 0 15 0 7057904 14405136384 293837 18446744073709551615 4194304 4196468 140726322159856 140265930086672 140266331289301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
[pid=9998/tid=10051] ppid=9995 vsize=14067516 CPUtime=0.9 cores=1,3,5,7
/proc/9998/task/10051/stat : 10051 (java) S 9995 9998 3187 0 -1 1077944384 2227 12678 0 0 77 6 4 3 20 0 15 0 7057904 14405136384 293837 18446744073709551615 4194304 4196468 140726322159856 140265929034384 140266331289301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
[pid=9998/tid=10052] ppid=9995 vsize=14067516 CPUtime=0.91 cores=1,3,5,7
/proc/9998/task/10052/stat : 10052 (java) S 9995 9998 3187 0 -1 1077944384 4671 12678 0 0 78 6 4 3 20 0 15 0 7057904 14405136384 293837 18446744073709551615 4194304 4196468 140726322159856 140265927981584 140266331289301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
[pid=9998/tid=10053] ppid=9995 vsize=14067516 CPUtime=0.97 cores=1,3,5,7
/proc/9998/task/10053/stat : 10053 (java) S 9995 9998 3187 0 -1 1077944384 4467 12678 0 0 84 6 4 3 20 0 15 0 7057905 14405136384 293837 18446744073709551615 4194304 4196468 140726322159856 140265809717872 140266331290242 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
[pid=9998/tid=10054] ppid=9995 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/9998/task/10054/stat : 10054 (java) S 9995 9998 3187 0 -1 1077944384 54 12678 0 0 0 0 4 3 20 0 15 0 7057906 14405136384 293837 18446744073709551615 4194304 4196468 140726322159856 140265808663968 140266331289301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
[pid=9998/tid=10055] ppid=9995 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/9998/task/10055/stat : 10055 (java) S 9995 9998 3187 0 -1 1077944384 44 12678 0 0 0 0 4 3 20 0 15 0 7057906 14405136384 293837 18446744073709551615 4194304 4196468 140726322159856 140265807611520 140266331289301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
[pid=9998/tid=10056] ppid=9995 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/9998/task/10056/stat : 10056 (java) S 9995 9998 3187 0 -1 1077944384 3 12678 0 0 0 0 4 3 20 0 15 0 7057909 14405136384 293837 18446744073709551615 4194304 4196468 140726322159856 140265806559824 140266331297691 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
[pid=9998/tid=10057] ppid=9995 vsize=14067516 CPUtime=2.92 cores=1,3,5,7
/proc/9998/task/10057/stat : 10057 (java) S 9995 9998 3187 0 -1 1077944384 7348 12678 0 0 283 2 4 3 20 0 15 0 7057909 14405136384 293837 18446744073709551615 4194304 4196468 140726322159856 140265805506672 140266331290242 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
[pid=9998/tid=10058] ppid=9995 vsize=14067516 CPUtime=2.86 cores=1,3,5,7
/proc/9998/task/10058/stat : 10058 (java) S 9995 9998 3187 0 -1 1077944384 11266 12678 0 0 278 1 4 3 20 0 15 0 7057909 14405136384 293837 18446744073709551615 4194304 4196468 140726322159856 140265804453872 140266331290242 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
[pid=9998/tid=10059] ppid=9995 vsize=14067516 CPUtime=1.72 cores=1,3,5,7
/proc/9998/task/10059/stat : 10059 (java) S 9995 9998 3187 0 -1 1077944384 10483 12678 0 0 163 2 4 3 20 0 15 0 7057909 14405136384 293837 18446744073709551615 4194304 4196468 140726322159856 140265803401584 140266331290242 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
[pid=9998/tid=10060] ppid=9995 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/9998/task/10060/stat : 10060 (java) S 9995 9998 3187 0 -1 1077944384 3 12678 0 0 0 0 4 3 20 0 15 0 7057909 14405136384 293837 18446744073709551615 4194304 4196468 140726322159856 140265802349024 140266331289301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
[pid=9998/tid=10061] ppid=9995 vsize=14067516 CPUtime=0.21 cores=1,3,5,7
/proc/9998/task/10061/stat : 10061 (java) S 9995 9998 3187 0 -1 1077944384 584 12678 0 0 7 7 4 3 20 0 15 0 7057914 14405136384 293837 18446744073709551615 4194304 4196468 140726322159856 140265801296816 140266331290242 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36806656 140726322161614 140726322164399 140726322164399 140726322167759 0
Current children cumulated CPU time (s) 249.54
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 9998 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+240.201 s]
/proc/loadavg: 1.57 1.53 1.57 3/212 10442
/proc/meminfo: memFree=26448232/32770624 swapFree=0/247964
[pid=9998] ppid=9995 vsize=0 CPUtime=250 cores=1,3,5,7
/proc/9998/stat : 9998 (java) Z 9995 9998 3187 0 -1 4228108 116830 12678 0 0 24924 69 4 3 20 0 2 0 7057881 0 0 18446744073709551615 0 0 0 0 0 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 0 0 0 0 0 0 0 0
/proc/9998/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 250
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 240.213
CPU time (s): 250.032
CPU user time (s): 249.296
CPU system time (s): 0.736664
CPU usage (%): 104.088
Max. virtual memory (cumulated for all children) (KiB): 14200644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 249.296
system time used= 0.736664
maximum resident set size= 1183992
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 129508
page faults= 0
swaps= 0
block input operations= 0
block output operations= 16
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28889
involuntary context switches= 873

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.994403 second user time and 1.62708 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-02 07:10:32
IDJOB=4259487
IDBENCH=126223
IDSOLVER=2646
FILE ID=node135/4259487-1501651472
RUNJOBID= node135-1501639717-27967
PBS_JOBID= 
Free space on /tmp= 61816 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a3-s1/GolombRuler-17-a3.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4259487-1501651472/watcher-4259487-1501651472 -o /tmp/evaluation-result-4259487-1501651472/solver-4259487-1501651472 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node135-1501639717-27967 --watchdog 300  bin/concrete HOME/instance-4259487-1501651472.xml

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

MD5SUM BENCH= 1a474c72a1f7224eb7c0241d7ff915ce
RANDOM SEED=1680107689

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:        30366724 kB
MemAvailable:   30639280 kB
Buffers:          127080 kB
Cached:           422596 kB
SwapCached:            0 kB
Active:          1726964 kB
Inactive:         256384 kB
Active(anon):    1434292 kB
Inactive(anon):     8592 kB
Active(file):     292672 kB
Inactive(file):   247792 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24184 kB
Writeback:             0 kB
AnonPages:       1442140 kB
Mapped:            42408 kB
Shmem:              8960 kB
Slab:             122496 kB
SReclaimable:      95852 kB
SUnreclaim:        26644 kB
KernelStack:        3776 kB
PageTables:         7984 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2260640 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1222656 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= 61792 MiB
End job on node135 at 2017-08-02 07:14:32