Trace number 4259493

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) 251.784 240.241

General information on the benchmark

NameGolombRuler/GolombRuler-a3-s1/
GolombRuler-28-a3.xml
MD5SUM7bf94b2c859f2895a81dfe97f17444ea
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark877
Best CPU time to get the best result obtained on this benchmark2003.88
Satisfiable
(Un)Satisfiability was proved
Number of variables812
Number of constraints381
Number of domains2
Minimum domain size1000
Maximum domain size1001
Distribution of domain sizes[{"size":1000,"count":378},{"size":1001,"count":28}]
Minimum variable degree0
Maximum variable degree29
Distribution of variable degrees[{"degree":0,"count":406},{"degree":2,"count":378},{"degree":28,"count":26},{"degree":29,"count":2}]
Minimum constraint arity1
Maximum constraint arity378
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":378},{"arity":28,"count":1},{"arity":378,"count":1}]
Number of extensional constraints0
Number of intensional constraints379
Distribution of constraint types[{"type":"intension","count":379},{"type":"allDifferent","count":1},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

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

pid=9465
running on 4 cores: 0,2,4,6

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.80 1.67 1.67 2/202 9468
/proc/meminfo: memFree=30936412/32770624 swapFree=0/246984
[pid=9468] ppid=9465 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/9468/stat : 9468 (runsolver) D 9465 9468 3187 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 7011058 24240128 106 18446744073709551615 4194304 4338465 140732282137392 140732282135032 139811144639191 0 0 1 24578 18446744071580418449 0 0 17 6 0 0 0 0 0 6438912 6441760 13664256 140732282138833 140732282139207 140732282139207 140732282142666 0
/proc/9468/statm: 5918 106 53 36 0 2156 0

[startup+0.100246 s]
/proc/loadavg: 1.80 1.67 1.67 2/202 9468
/proc/meminfo: memFree=30936412/32770624 swapFree=0/246984
[pid=9468] ppid=9465 vsize=9508 CPUtime=0 cores=0,2,4,6
/proc/9468/stat : 9468 (bash) S 9465 9468 3187 0 -1 4202496 649 0 0 0 0 0 0 0 20 0 1 0 7011058 9736192 351 18446744073709551615 4194304 5098028 140720408358352 140720408355992 140631320316928 0 0 5 65536 18446744071580971376 0 0 17 2 0 0 9 0 0 7196144 7232144 15593472 140720408359442 140720408359527 140720408359527 140720408362986 0
/proc/9468/statm: 2377 351 279 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.200225 s]
/proc/loadavg: 1.80 1.67 1.67 2/202 9468
/proc/meminfo: memFree=30936412/32770624 swapFree=0/246984
[pid=9468] ppid=9465 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/9468/stat : 9468 (bash) S 9465 9468 3187 0 -1 4202496 891 6492 0 0 0 0 0 1 20 0 1 0 7011058 9867264 376 18446744073709551615 4194304 5098028 140720408358352 140720408352360 140631320316928 0 0 5 65536 18446744071580971376 0 0 17 2 0 0 9 0 0 7196144 7232144 15593472 140720408359442 140720408359527 140720408359527 140720408362986 0
/proc/9468/statm: 2409 376 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300326 s]
/proc/loadavg: 1.80 1.67 1.67 2/202 9468
/proc/meminfo: memFree=30936412/32770624 swapFree=0/246984
[pid=9468] ppid=9465 vsize=13907308 CPUtime=0.14 cores=0,2,4,6
/proc/9468/stat : 9468 (java) S 9465 9468 3187 0 -1 1077944320 5869 12591 0 0 5 1 5 3 20 0 14 0 7011058 14241083392 5530 18446744073709551615 4194304 4196468 140723692731632 140723692714176 140515230990071 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
/proc/9468/statm: 3476827 5530 2544 1 0 3466332 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 13907308

[startup+0.701087 s]
/proc/loadavg: 1.80 1.67 1.67 2/202 9468
/proc/meminfo: memFree=30936412/32770624 swapFree=0/246984
[pid=9468] ppid=9465 vsize=13974784 CPUtime=0.68 cores=0,2,4,6
/proc/9468/stat : 9468 (java) S 9465 9468 3187 0 -1 1077944320 13954 12591 0 0 55 5 5 3 20 0 15 0 7011058 14310178816 14389 18446744073709551615 4194304 4196468 140723692731632 140723692714176 140515230990071 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
/proc/9468/statm: 3493696 14389 3086 1 0 3482973 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 13974784

[startup+1.50269 s]
/proc/loadavg: 1.80 1.67 1.67 3/217 9531
/proc/meminfo: memFree=30808580/32770624 swapFree=0/247436
[pid=9468] ppid=9465 vsize=13985408 CPUtime=1.88 cores=0,2,4,6
/proc/9468/stat : 9468 (java) S 9465 9468 3187 0 -1 1077944320 28267 12591 0 0 171 9 5 3 20 0 15 0 7011058 14321057792 38113 18446744073709551615 4194304 4196468 140723692731632 140723692714176 140515230990071 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
/proc/9468/statm: 3496352 38113 3331 1 0 3485533 0
[pid=9468/tid=9518] ppid=9465 vsize=13985408 CPUtime=1.29 cores=0,2,4,6
/proc/9468/task/9518/stat : 9518 (java) S 9465 9468 3187 0 -1 1077944384 22693 12591 0 0 116 5 5 3 20 0 15 0 7011080 14321057792 38113 18446744073709551615 4194304 4196468 140723692731632 140515235207376 140515231000277 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
[pid=9468/tid=9519] ppid=9465 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/9468/task/9519/stat : 9519 (java) R 9465 9468 3187 0 -1 4202560 164 12591 0 0 0 0 5 3 20 0 15 0 7011081 14321057792 38113 18446744073709551615 4194304 4196468 140723692731632 140515165424272 140515215687705 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
[pid=9468/tid=9520] ppid=9465 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/9468/task/9520/stat : 9520 (java) R 9465 9468 3187 0 -1 4202560 55 12591 0 0 0 0 5 3 20 0 15 0 7011081 14321057792 38113 18446744073709551615 4194304 4196468 140723692731632 140515164371472 140515215687705 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
[pid=9468/tid=9521] ppid=9465 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/9468/task/9521/stat : 9521 (java) R 9465 9468 3187 0 -1 4202560 58 12591 0 0 0 0 5 3 20 0 15 0 7011081 14321057792 38113 18446744073709551615 4194304 4196468 140723692731632 140515163318672 140515215687705 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
[pid=9468/tid=9522] ppid=9465 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/9468/task/9522/stat : 9522 (java) R 9465 9468 3187 0 -1 1077944384 31 12591 0 0 0 0 5 3 20 0 15 0 7011081 14321057792 38113 18446744073709551615 4194304 4196468 140723692731632 140515162265872 140515231000277 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
[pid=9468/tid=9523] ppid=9465 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/9468/task/9523/stat : 9523 (java) S 9465 9468 3187 0 -1 1077944384 54 12591 0 0 0 0 5 3 20 0 15 0 7011082 14321057792 38113 18446744073709551615 4194304 4196468 140723692731632 140514709427392 140515231000277 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
[pid=9468/tid=9524] ppid=9465 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/9468/task/9524/stat : 9524 (java) S 9465 9468 3187 0 -1 1077944384 33 12591 0 0 0 0 5 3 20 0 15 0 7011083 14321057792 38113 18446744073709551615 4194304 4196468 140723692731632 140514708375072 140515231000277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
[pid=9468/tid=9525] ppid=9465 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/9468/task/9525/stat : 9525 (java) S 9465 9468 3187 0 -1 1077944384 21 12591 0 0 0 0 5 3 20 0 15 0 7011083 14321057792 38113 18446744073709551615 4194304 4196468 140723692731632 140514707322224 140515231000277 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
[pid=9468/tid=9526] ppid=9465 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/9468/task/9526/stat : 9526 (java) S 9465 9468 3187 0 -1 1077944384 3 12591 0 0 0 0 5 3 20 0 15 0 7011086 14321057792 38113 18446744073709551615 4194304 4196468 140723692731632 140514706270544 140515231008667 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
[pid=9468/tid=9527] ppid=9465 vsize=13985408 CPUtime=0.23 cores=0,2,4,6
/proc/9468/task/9527/stat : 9527 (java) S 9465 9468 3187 0 -1 1077944384 946 12591 0 0 15 0 5 3 20 0 15 0 7011086 14321057792 38113 18446744073709551615 4194304 4196468 140723692731632 140514705217904 140515231001218 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
[pid=9468/tid=9528] ppid=9465 vsize=13985408 CPUtime=0.23 cores=0,2,4,6
/proc/9468/task/9528/stat : 9528 (java) S 9465 9468 3187 0 -1 1077944384 716 12591 0 0 15 0 5 3 20 0 15 0 7011086 14321057792 38113 18446744073709551615 4194304 4196468 140723692731632 140514704165104 140515231001218 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
[pid=9468/tid=9529] ppid=9465 vsize=13985408 CPUtime=0.31 cores=0,2,4,6
/proc/9468/task/9529/stat : 9529 (java) S 9465 9468 3187 0 -1 1077944384 1329 12591 0 0 23 0 5 3 20 0 15 0 7011086 14321057792 38113 18446744073709551615 4194304 4196468 140723692731632 140514703108176 140515231000277 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
[pid=9468/tid=9530] ppid=9465 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/9468/task/9530/stat : 9530 (java) S 9465 9468 3187 0 -1 1077944384 3 12591 0 0 0 0 5 3 20 0 15 0 7011086 14321057792 38113 18446744073709551615 4194304 4196468 140723692731632 140514702059744 140515231000277 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
[pid=9468/tid=9531] ppid=9465 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/9468/task/9531/stat : 9531 (java) S 9465 9468 3187 0 -1 1077944384 10 12591 0 0 0 0 5 3 20 0 15 0 7011090 14321057792 38113 18446744073709551615 4194304 4196468 140723692731632 140514701008048 140515231001218 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 13985408

[startup+3.1008 s]
/proc/loadavg: 1.80 1.67 1.67 3/217 9531
/proc/meminfo: memFree=30731032/32770624 swapFree=0/247436
[pid=9468] ppid=9465 vsize=13997884 CPUtime=5.7 cores=0,2,4,6
/proc/9468/stat : 9468 (java) S 9465 9468 3187 0 -1 1077944320 45673 12591 0 0 547 15 5 3 20 0 15 0 7011058 14333833216 53928 18446744073709551615 4194304 4196468 140723692731632 140723692714176 140515230990071 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
/proc/9468/statm: 3499471 53928 3439 1 0 3488093 0
[pid=9468/tid=9518] ppid=9465 vsize=13997884 CPUtime=2.86 cores=0,2,4,6
/proc/9468/task/9518/stat : 9518 (java) R 9465 9468 3187 0 -1 4202560 30520 12591 0 0 270 8 5 3 20 0 15 0 7011080 14333833216 53928 18446744073709551615 4194304 4196468 140723692731632 140515235223344 140514845592668 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
[pid=9468/tid=9519] ppid=9465 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/9468/task/9519/stat : 9519 (java) S 9465 9468 3187 0 -1 1077944384 179 12591 0 0 0 0 5 3 20 0 15 0 7011081 14333833216 53928 18446744073709551615 4194304 4196468 140723692731632 140515165424272 140515231000277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
[pid=9468/tid=9520] ppid=9465 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/9468/task/9520/stat : 9520 (java) S 9465 9468 3187 0 -1 1077944384 62 12591 0 0 1 0 5 3 20 0 15 0 7011081 14333833216 53928 18446744073709551615 4194304 4196468 140723692731632 140515164371472 140515231000277 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
[pid=9468/tid=9521] ppid=9465 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/9468/task/9521/stat : 9521 (java) S 9465 9468 3187 0 -1 1077944384 77 12591 0 0 1 0 5 3 20 0 15 0 7011081 14333833216 53928 18446744073709551615 4194304 4196468 140723692731632 140515163318672 140515231000277 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
[pid=9468/tid=9522] ppid=9465 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/9468/task/9522/stat : 9522 (java) S 9465 9468 3187 0 -1 1077944384 42 12591 0 0 0 0 5 3 20 0 15 0 7011081 14333833216 53928 18446744073709551615 4194304 4196468 140723692731632 140515162265872 140515231000277 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
[pid=9468/tid=9523] ppid=9465 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/9468/task/9523/stat : 9523 (java) S 9465 9468 3187 0 -1 1077944384 1538 12591 0 0 1 0 5 3 20 0 15 0 7011082 14333833216 53928 18446744073709551615 4194304 4196468 140723692731632 140514709429104 140515231001218 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
[pid=9468/tid=9524] ppid=9465 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/9468/task/9524/stat : 9524 (java) S 9465 9468 3187 0 -1 1077944384 54 12591 0 0 0 0 5 3 20 0 15 0 7011083 14333833216 53928 18446744073709551615 4194304 4196468 140723692731632 140514708375136 140515231000277 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
[pid=9468/tid=9525] ppid=9465 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/9468/task/9525/stat : 9525 (java) S 9465 9468 3187 0 -1 1077944384 44 12591 0 0 0 0 5 3 20 0 15 0 7011083 14333833216 53928 18446744073709551615 4194304 4196468 140723692731632 140514707322240 140515231000277 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
[pid=9468/tid=9526] ppid=9465 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/9468/task/9526/stat : 9526 (java) S 9465 9468 3187 0 -1 1077944384 3 12591 0 0 0 0 5 3 20 0 15 0 7011086 14333833216 53928 18446744073709551615 4194304 4196468 140723692731632 140514706270544 140515231008667 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
[pid=9468/tid=9527] ppid=9465 vsize=13997884 CPUtime=0.9 cores=0,2,4,6
/proc/9468/task/9527/stat : 9527 (java) R 9465 9468 3187 0 -1 4202560 2278 12591 0 0 82 0 5 3 20 0 15 0 7011086 14333833216 53928 18446744073709551615 4194304 4196468 140723692731632 140514705205024 140515215377120 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
[pid=9468/tid=9528] ppid=9465 vsize=13997884 CPUtime=0.84 cores=0,2,4,6
/proc/9468/task/9528/stat : 9528 (java) R 9465 9468 3187 0 -1 4202560 2073 12591 0 0 75 1 5 3 20 0 15 0 7011086 14333833216 53928 18446744073709551615 4194304 4196468 140723692731632 140514704147168 140515210826412 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
[pid=9468/tid=9529] ppid=9465 vsize=13997884 CPUtime=1.21 cores=0,2,4,6
/proc/9468/task/9529/stat : 9529 (java) S 9465 9468 3187 0 -1 1077944384 6638 12591 0 0 112 1 5 3 20 0 15 0 7011086 14333833216 53928 18446744073709551615 4194304 4196468 140723692731632 140514703112304 140515231001218 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
[pid=9468/tid=9530] ppid=9465 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/9468/task/9530/stat : 9530 (java) S 9465 9468 3187 0 -1 1077944384 3 12591 0 0 0 0 5 3 20 0 15 0 7011086 14333833216 53928 18446744073709551615 4194304 4196468 140723692731632 140514702059744 140515231000277 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
[pid=9468/tid=9531] ppid=9465 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/9468/task/9531/stat : 9531 (java) S 9465 9468 3187 0 -1 1077944384 11 12591 0 0 0 0 5 3 20 0 15 0 7011090 14333833216 53928 18446744073709551615 4194304 4196468 140723692731632 140514701008048 140515231001218 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
Current children cumulated CPU time (s) 5.7
Current children cumulated vsize (KiB) 13997884

[startup+6.30073 s]
/proc/loadavg: 2.06 1.73 1.69 3/216 9531
/proc/meminfo: memFree=30565416/32770624 swapFree=0/247448
[pid=9468] ppid=9465 vsize=13999932 CPUtime=10.95 cores=0,2,4,6
/proc/9468/stat : 9468 (java) S 9465 9468 3187 0 -1 1077944320 50338 12591 0 0 1069 18 5 3 20 0 15 0 7011058 14335930368 72998 18446744073709551615 4194304 4196468 140723692731632 140723692714176 140515230990071 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
/proc/9468/statm: 3499983 72998 3448 1 0 3488605 0
[pid=9468/tid=9518] ppid=9465 vsize=13999932 CPUtime=6.03 cores=0,2,4,6
/proc/9468/task/9518/stat : 9518 (java) R 9465 9468 3187 0 -1 4202560 31151 12591 0 0 586 9 5 3 20 0 15 0 7011080 14335930368 72998 18446744073709551615 4194304 4196468 140723692731632 140515235219952 140514850556576 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
[pid=9468/tid=9519] ppid=9465 vsize=13999932 CPUtime=0.1 cores=0,2,4,6
/proc/9468/task/9519/stat : 9519 (java) S 9465 9468 3187 0 -1 1077944384 192 12591 0 0 2 0 5 3 20 0 15 0 7011081 14335930368 72998 18446744073709551615 4194304 4196468 140723692731632 140515165424272 140515231000277 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
[pid=9468/tid=9520] ppid=9465 vsize=13999932 CPUtime=0.1 cores=0,2,4,6
/proc/9468/task/9520/stat : 9520 (java) S 9465 9468 3187 0 -1 1077944384 73 12591 0 0 2 0 5 3 20 0 15 0 7011081 14335930368 72998 18446744073709551615 4194304 4196468 140723692731632 140515164371472 140515231000277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
[pid=9468/tid=9521] ppid=9465 vsize=13999932 CPUtime=0.1 cores=0,2,4,6
/proc/9468/task/9521/stat : 9521 (java) S 9465 9468 3187 0 -1 1077944384 88 12591 0 0 2 0 5 3 20 0 15 0 7011081 14335930368 72998 18446744073709551615 4194304 4196468 140723692731632 140515163318672 140515231000277 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
[pid=9468/tid=9522] ppid=9465 vsize=13999932 CPUtime=0.1 cores=0,2,4,6
/proc/9468/task/9522/stat : 9522 (java) S 9465 9468 3187 0 -1 1077944384 118 12591 0 0 2 0 5 3 20 0 15 0 7011081 14335930368 72998 18446744073709551615 4194304 4196468 140723692731632 140515162265872 140515231000277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
[pid=9468/tid=9523] ppid=9465 vsize=13999932 CPUtime=0.1 cores=0,2,4,6
/proc/9468/task/9523/stat : 9523 (java) S 9465 9468 3187 0 -1 1077944384 1587 12591 0 0 2 0 5 3 20 0 15 0 7011082 14335930368 72998 18446744073709551615 4194304 4196468 140723692731632 140514709429104 140515231001218 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
[pid=9468/tid=9524] ppid=9465 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/9468/task/9524/stat : 9524 (java) S 9465 9468 3187 0 -1 1077944384 54 12591 0 0 0 0 5 3 20 0 15 0 7011083 14335930368 72998 18446744073709551615 4194304 4196468 140723692731632 140514708375136 140515231000277 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
[pid=9468/tid=9525] ppid=9465 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/9468/task/9525/stat : 9525 (java) S 9465 9468 3187 0 -1 1077944384 44 12591 0 0 0 0 5 3 20 0 15 0 7011083 14335930368 72998 18446744073709551615 4194304 4196468 140723692731632 140514707322240 140515231000277 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
[pid=9468/tid=9526] ppid=9465 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/9468/task/9526/stat : 9526 (java) S 9465 9468 3187 0 -1 1077944384 3 12591 0 0 0 0 5 3 20 0 15 0 7011086 14335930368 72998 18446744073709551615 4194304 4196468 140723692731632 140514706270544 140515231008667 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
[pid=9468/tid=9527] ppid=9465 vsize=13999932 CPUtime=1.75 cores=0,2,4,6
/proc/9468/task/9527/stat : 9527 (java) S 9465 9468 3187 0 -1 1077944384 3373 12591 0 0 166 1 5 3 20 0 15 0 7011086 14335930368 72998 18446744073709551615 4194304 4196468 140723692731632 140514705217904 140515231001218 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
[pid=9468/tid=9528] ppid=9465 vsize=13999932 CPUtime=1.69 cores=0,2,4,6
/proc/9468/task/9528/stat : 9528 (java) S 9465 9468 3187 0 -1 1077944384 4327 12591 0 0 160 1 5 3 20 0 15 0 7011086 14335930368 72998 18446744073709551615 4194304 4196468 140723692731632 140514704165104 140515231001218 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
[pid=9468/tid=9529] ppid=9465 vsize=13999932 CPUtime=1.53 cores=0,2,4,6
/proc/9468/task/9529/stat : 9529 (java) S 9465 9468 3187 0 -1 1077944384 7158 12591 0 0 143 2 5 3 20 0 15 0 7011086 14335930368 72998 18446744073709551615 4194304 4196468 140723692731632 140514703112304 140515231001218 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
[pid=9468/tid=9530] ppid=9465 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/9468/task/9530/stat : 9530 (java) S 9465 9468 3187 0 -1 1077944384 3 12591 0 0 0 0 5 3 20 0 15 0 7011086 14335930368 72998 18446744073709551615 4194304 4196468 140723692731632 140514702059744 140515231000277 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
[pid=9468/tid=9531] ppid=9465 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/9468/task/9531/stat : 9531 (java) S 9465 9468 3187 0 -1 1077944384 16 12591 0 0 0 0 5 3 20 0 15 0 7011090 14335930368 72998 18446744073709551615 4194304 4196468 140723692731632 140514701008048 140515231001218 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
Current children cumulated CPU time (s) 10.95
Current children cumulated vsize (KiB) 13999932

[startup+12.7006 s]
/proc/loadavg: 2.05 1.73 1.69 3/216 9532
/proc/meminfo: memFree=30423500/32770624 swapFree=0/247456
[pid=9468] ppid=9465 vsize=13999932 CPUtime=17.68 cores=0,2,4,6
/proc/9468/stat : 9468 (java) S 9465 9468 3187 0 -1 1077944320 59620 12591 0 0 1737 23 5 3 20 0 15 0 7011058 14335930368 87384 18446744073709551615 4194304 4196468 140723692731632 140723692714176 140515230990071 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
/proc/9468/statm: 3499983 87384 3452 1 0 3488605 0
[pid=9468/tid=9518] ppid=9465 vsize=13999932 CPUtime=12.4 cores=0,2,4,6
/proc/9468/task/9518/stat : 9518 (java) R 9465 9468 3187 0 -1 4202560 33102 12591 0 0 1222 10 5 3 20 0 15 0 7011080 14335930368 87384 18446744073709551615 4194304 4196468 140723692731632 140515235220128 140514850555990 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
[pid=9468/tid=9519] ppid=9465 vsize=13999932 CPUtime=0.12 cores=0,2,4,6
/proc/9468/task/9519/stat : 9519 (java) S 9465 9468 3187 0 -1 1077944384 778 12591 0 0 3 1 5 3 20 0 15 0 7011081 14335930368 87384 18446744073709551615 4194304 4196468 140723692731632 140515165424272 140515231000277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
[pid=9468/tid=9520] ppid=9465 vsize=13999932 CPUtime=0.13 cores=0,2,4,6
/proc/9468/task/9520/stat : 9520 (java) S 9465 9468 3187 0 -1 1077944384 1007 12591 0 0 4 1 5 3 20 0 15 0 7011081 14335930368 87384 18446744073709551615 4194304 4196468 140723692731632 140515164371472 140515231000277 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
[pid=9468/tid=9521] ppid=9465 vsize=13999932 CPUtime=0.13 cores=0,2,4,6
/proc/9468/task/9521/stat : 9521 (java) S 9465 9468 3187 0 -1 1077944384 208 12591 0 0 4 1 5 3 20 0 15 0 7011081 14335930368 87384 18446744073709551615 4194304 4196468 140723692731632 140515163318672 140515231000277 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
[pid=9468/tid=9522] ppid=9465 vsize=13999932 CPUtime=0.12 cores=0,2,4,6
/proc/9468/task/9522/stat : 9522 (java) S 9465 9468 3187 0 -1 1077944384 572 12591 0 0 3 1 5 3 20 0 15 0 7011081 14335930368 87384 18446744073709551615 4194304 4196468 140723692731632 140515162265872 140515231000277 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
[pid=9468/tid=9523] ppid=9465 vsize=13999932 CPUtime=0.1 cores=0,2,4,6
/proc/9468/task/9523/stat : 9523 (java) S 9465 9468 3187 0 -1 1077944384 1871 12591 0 0 2 0 5 3 20 0 15 0 7011082 14335930368 87384 18446744073709551615 4194304 4196468 140723692731632 140514709429104 140515231001218 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
[pid=9468/tid=9524] ppid=9465 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/9468/task/9524/stat : 9524 (java) S 9465 9468 3187 0 -1 1077944384 54 12591 0 0 0 0 5 3 20 0 15 0 7011083 14335930368 87384 18446744073709551615 4194304 4196468 140723692731632 140514708375136 140515231000277 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
[pid=9468/tid=9525] ppid=9465 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/9468/task/9525/stat : 9525 (java) S 9465 9468 3187 0 -1 1077944384 44 12591 0 0 0 0 5 3 20 0 15 0 7011083 14335930368 87384 18446744073709551615 4194304 4196468 140723692731632 140514707322240 140515231000277 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
[pid=9468/tid=9526] ppid=9465 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/9468/task/9526/stat : 9526 (java) S 9465 9468 3187 0 -1 1077944384 3 12591 0 0 0 0 5 3 20 0 15 0 7011086 14335930368 87384 18446744073709551615 4194304 4196468 140723692731632 140514706270544 140515231008667 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0

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

/proc/9468/task/9530/stat : 9530 (java) S 9465 9468 3187 0 -1 1077944384 3 12591 0 0 0 0 5 3 20 0 15 0 7011086 14407233536 310803 18446744073709551615 4194304 4196468 140723692731632 140514702059744 140515231000277 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
[pid=9468/tid=9531] ppid=9465 vsize=14069564 CPUtime=0.13 cores=0,2,4,6
/proc/9468/task/9531/stat : 9531 (java) S 9465 9468 3187 0 -1 1077944384 311 12591 0 0 3 2 5 3 20 0 15 0 7011090 14407233536 310803 18446744073709551615 4194304 4196468 140723692731632 140514701008048 140515231001218 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
Current children cumulated CPU time (s) 112.96
Current children cumulated vsize (KiB) 14069564

[startup+162.301 s]
/proc/loadavg: 1.31 1.57 1.64 3/215 9537
/proc/meminfo: memFree=29439288/32770624 swapFree=0/247536
[pid=9468] ppid=9465 vsize=14069564 CPUtime=173.21 cores=0,2,4,6
/proc/9468/stat : 9468 (java) S 9465 9468 3187 0 -1 1077944320 126853 12591 0 0 17242 71 5 3 20 0 15 0 7011058 14407233536 306464 18446744073709551615 4194304 4196468 140723692731632 140723692714176 140515230990071 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
/proc/9468/statm: 3517391 306464 3467 1 0 3506013 0
[pid=9468/tid=9518] ppid=9465 vsize=14069564 CPUtime=161.45 cores=0,2,4,6
/proc/9468/task/9518/stat : 9518 (java) R 9465 9468 3187 0 -1 4202560 58547 12591 0 0 16113 24 5 3 20 0 15 0 7011080 14407233536 306464 18446744073709551615 4194304 4196468 140723692731632 140515235224416 140514841310907 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
[pid=9468/tid=9519] ppid=9465 vsize=14069564 CPUtime=0.41 cores=0,2,4,6
/proc/9468/task/9519/stat : 9519 (java) S 9465 9468 3187 0 -1 1077944384 3529 12591 0 0 25 8 5 3 20 0 15 0 7011081 14407233536 306464 18446744073709551615 4194304 4196468 140723692731632 140515165424272 140515231000277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
[pid=9468/tid=9520] ppid=9465 vsize=14069564 CPUtime=0.42 cores=0,2,4,6
/proc/9468/task/9520/stat : 9520 (java) S 9465 9468 3187 0 -1 1077944384 1342 12591 0 0 26 8 5 3 20 0 15 0 7011081 14407233536 306464 18446744073709551615 4194304 4196468 140723692731632 140515164371472 140515231000277 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
[pid=9468/tid=9521] ppid=9465 vsize=14069564 CPUtime=0.42 cores=0,2,4,6
/proc/9468/task/9521/stat : 9521 (java) S 9465 9468 3187 0 -1 1077944384 3329 12591 0 0 26 8 5 3 20 0 15 0 7011081 14407233536 306464 18446744073709551615 4194304 4196468 140723692731632 140515163318672 140515231000277 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
[pid=9468/tid=9522] ppid=9465 vsize=14069564 CPUtime=0.41 cores=0,2,4,6
/proc/9468/task/9522/stat : 9522 (java) S 9465 9468 3187 0 -1 1077944384 1247 12591 0 0 25 8 5 3 20 0 15 0 7011081 14407233536 306464 18446744073709551615 4194304 4196468 140723692731632 140515162265872 140515231000277 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
[pid=9468/tid=9523] ppid=9465 vsize=14069564 CPUtime=0.29 cores=0,2,4,6
/proc/9468/task/9523/stat : 9523 (java) S 9465 9468 3187 0 -1 1077944384 6982 12591 0 0 19 2 5 3 20 0 15 0 7011082 14407233536 306464 18446744073709551615 4194304 4196468 140723692731632 140514709429104 140515231001218 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
[pid=9468/tid=9524] ppid=9465 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/9468/task/9524/stat : 9524 (java) S 9465 9468 3187 0 -1 1077944384 57 12591 0 0 0 0 5 3 20 0 15 0 7011083 14407233536 306464 18446744073709551615 4194304 4196468 140723692731632 140514708375136 140515231000277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
[pid=9468/tid=9525] ppid=9465 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/9468/task/9525/stat : 9525 (java) S 9465 9468 3187 0 -1 1077944384 47 12591 0 0 0 0 5 3 20 0 15 0 7011083 14407233536 306464 18446744073709551615 4194304 4196468 140723692731632 140514707322240 140515231000277 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
[pid=9468/tid=9526] ppid=9465 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/9468/task/9526/stat : 9526 (java) S 9465 9468 3187 0 -1 1077944384 3 12591 0 0 0 0 5 3 20 0 15 0 7011086 14407233536 306464 18446744073709551615 4194304 4196468 140723692731632 140514706270544 140515231008667 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
[pid=9468/tid=9527] ppid=9465 vsize=14069564 CPUtime=4.2 cores=0,2,4,6
/proc/9468/task/9527/stat : 9527 (java) S 9465 9468 3187 0 -1 1077944384 15729 12591 0 0 410 2 5 3 20 0 15 0 7011086 14407233536 306464 18446744073709551615 4194304 4196468 140723692731632 140514705217904 140515231001218 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
[pid=9468/tid=9528] ppid=9465 vsize=14069564 CPUtime=3.89 cores=0,2,4,6
/proc/9468/task/9528/stat : 9528 (java) S 9465 9468 3187 0 -1 1077944384 15407 12591 0 0 379 2 5 3 20 0 15 0 7011086 14407233536 306464 18446744073709551615 4194304 4196468 140723692731632 140514704165104 140515231001218 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
[pid=9468/tid=9529] ppid=9465 vsize=14069564 CPUtime=2.14 cores=0,2,4,6
/proc/9468/task/9529/stat : 9529 (java) S 9465 9468 3187 0 -1 1077944384 18156 12591 0 0 203 3 5 3 20 0 15 0 7011086 14407233536 306464 18446744073709551615 4194304 4196468 140723692731632 140514703112304 140515231001218 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
[pid=9468/tid=9530] ppid=9465 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/9468/task/9530/stat : 9530 (java) S 9465 9468 3187 0 -1 1077944384 3 12591 0 0 0 0 5 3 20 0 15 0 7011086 14407233536 306464 18446744073709551615 4194304 4196468 140723692731632 140514702059744 140515231000277 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
[pid=9468/tid=9531] ppid=9465 vsize=14069564 CPUtime=0.17 cores=0,2,4,6
/proc/9468/task/9531/stat : 9531 (java) S 9465 9468 3187 0 -1 1077944384 324 12591 0 0 5 4 5 3 20 0 15 0 7011090 14407233536 306464 18446744073709551615 4194304 4196468 140723692731632 140514701008048 140515231001218 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
Current children cumulated CPU time (s) 173.21
Current children cumulated vsize (KiB) 14069564

[startup+222.307 s]
/proc/loadavg: 1.20 1.49 1.60 3/213 9539
/proc/meminfo: memFree=29451968/32770624 swapFree=0/247560
[pid=9468] ppid=9465 vsize=14069564 CPUtime=233.45 cores=0,2,4,6
/proc/9468/stat : 9468 (java) S 9465 9468 3187 0 -1 1077944320 131798 12591 0 0 23263 74 5 3 20 0 15 0 7011058 14407233536 303301 18446744073709551615 4194304 4196468 140723692731632 140723692714176 140515230990071 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
/proc/9468/statm: 3517391 303301 3467 1 0 3506013 0
[pid=9468/tid=9518] ppid=9465 vsize=14069564 CPUtime=221.28 cores=0,2,4,6
/proc/9468/task/9518/stat : 9518 (java) R 9465 9468 3187 0 -1 4202560 60581 12591 0 0 22095 25 5 3 20 0 15 0 7011080 14407233536 303301 18446744073709551615 4194304 4196468 140723692731632 140515235224032 140514850807304 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
[pid=9468/tid=9519] ppid=9465 vsize=14069564 CPUtime=0.5 cores=0,2,4,6
/proc/9468/task/9519/stat : 9519 (java) S 9465 9468 3187 0 -1 1077944384 3581 12591 0 0 33 9 5 3 20 0 15 0 7011081 14407233536 303301 18446744073709551615 4194304 4196468 140723692731632 140515165424272 140515231000277 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
[pid=9468/tid=9520] ppid=9465 vsize=14069564 CPUtime=0.49 cores=0,2,4,6
/proc/9468/task/9520/stat : 9520 (java) S 9465 9468 3187 0 -1 1077944384 1509 12591 0 0 33 8 5 3 20 0 15 0 7011081 14407233536 303301 18446744073709551615 4194304 4196468 140723692731632 140515164371472 140515231000277 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
[pid=9468/tid=9521] ppid=9465 vsize=14069564 CPUtime=0.49 cores=0,2,4,6
/proc/9468/task/9521/stat : 9521 (java) S 9465 9468 3187 0 -1 1077944384 3381 12591 0 0 33 8 5 3 20 0 15 0 7011081 14407233536 303301 18446744073709551615 4194304 4196468 140723692731632 140515163318672 140515231000277 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
[pid=9468/tid=9522] ppid=9465 vsize=14069564 CPUtime=0.5 cores=0,2,4,6
/proc/9468/task/9522/stat : 9522 (java) S 9465 9468 3187 0 -1 1077944384 2724 12591 0 0 33 9 5 3 20 0 15 0 7011081 14407233536 303301 18446744073709551615 4194304 4196468 140723692731632 140515162265872 140515231000277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
[pid=9468/tid=9523] ppid=9465 vsize=14069564 CPUtime=0.36 cores=0,2,4,6
/proc/9468/task/9523/stat : 9523 (java) S 9465 9468 3187 0 -1 1077944384 7290 12591 0 0 25 3 5 3 20 0 15 0 7011082 14407233536 303301 18446744073709551615 4194304 4196468 140723692731632 140514709429104 140515231001218 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
[pid=9468/tid=9524] ppid=9465 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/9468/task/9524/stat : 9524 (java) S 9465 9468 3187 0 -1 1077944384 57 12591 0 0 0 0 5 3 20 0 15 0 7011083 14407233536 303301 18446744073709551615 4194304 4196468 140723692731632 140514708375136 140515231000277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
[pid=9468/tid=9525] ppid=9465 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/9468/task/9525/stat : 9525 (java) S 9465 9468 3187 0 -1 1077944384 47 12591 0 0 0 0 5 3 20 0 15 0 7011083 14407233536 303301 18446744073709551615 4194304 4196468 140723692731632 140514707322240 140515231000277 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
[pid=9468/tid=9526] ppid=9465 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/9468/task/9526/stat : 9526 (java) S 9465 9468 3187 0 -1 1077944384 3 12591 0 0 0 0 5 3 20 0 15 0 7011086 14407233536 303301 18446744073709551615 4194304 4196468 140723692731632 140514706270544 140515231008667 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
[pid=9468/tid=9527] ppid=9465 vsize=14069564 CPUtime=4.2 cores=0,2,4,6
/proc/9468/task/9527/stat : 9527 (java) S 9465 9468 3187 0 -1 1077944384 15732 12591 0 0 410 2 5 3 20 0 15 0 7011086 14407233536 303301 18446744073709551615 4194304 4196468 140723692731632 140514705217904 140515231001218 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
[pid=9468/tid=9528] ppid=9465 vsize=14069564 CPUtime=3.89 cores=0,2,4,6
/proc/9468/task/9528/stat : 9528 (java) S 9465 9468 3187 0 -1 1077944384 15409 12591 0 0 379 2 5 3 20 0 15 0 7011086 14407233536 303301 18446744073709551615 4194304 4196468 140723692731632 140514704165104 140515231001218 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
[pid=9468/tid=9529] ppid=9465 vsize=14069564 CPUtime=2.14 cores=0,2,4,6
/proc/9468/task/9529/stat : 9529 (java) S 9465 9468 3187 0 -1 1077944384 18987 12591 0 0 203 3 5 3 20 0 15 0 7011086 14407233536 303301 18446744073709551615 4194304 4196468 140723692731632 140514703112304 140515231001218 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
[pid=9468/tid=9530] ppid=9465 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/9468/task/9530/stat : 9530 (java) S 9465 9468 3187 0 -1 1077944384 3 12591 0 0 0 0 5 3 20 0 15 0 7011086 14407233536 303301 18446744073709551615 4194304 4196468 140723692731632 140514702059744 140515231000277 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
[pid=9468/tid=9531] ppid=9465 vsize=14069564 CPUtime=0.21 cores=0,2,4,6
/proc/9468/task/9531/stat : 9531 (java) S 9465 9468 3187 0 -1 1077944384 343 12591 0 0 7 6 5 3 20 0 15 0 7011090 14407233536 303301 18446744073709551615 4194304 4196468 140723692731632 140514701008048 140515231001218 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
Current children cumulated CPU time (s) 233.45
Current children cumulated vsize (KiB) 14069564



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 1.37 1.50 1.61 3/213 9664
/proc/meminfo: memFree=30159812/32770624 swapFree=0/247564
[pid=9468] ppid=9465 vsize=14069564 CPUtime=251.21 cores=0,2,4,6
/proc/9468/stat : 9468 (java) S 9465 9468 3187 0 -1 1077944320 133165 12591 0 0 25038 75 5 3 20 0 15 0 7011058 14407233536 301523 18446744073709551615 4194304 4196468 140723692731632 140723692714176 140515230990071 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
/proc/9468/statm: 3517391 301523 3467 1 0 3506013 0
[pid=9468/tid=9518] ppid=9465 vsize=14069564 CPUtime=238.92 cores=0,2,4,6
/proc/9468/task/9518/stat : 9518 (java) R 9465 9468 3187 0 -1 4202560 60761 12591 0 0 23859 25 5 3 20 0 15 0 7011080 14407233536 301523 18446744073709551615 4194304 4196468 140723692731632 140515235224144 140514841162933 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
[pid=9468/tid=9519] ppid=9465 vsize=14069564 CPUtime=0.52 cores=0,2,4,6
/proc/9468/task/9519/stat : 9519 (java) S 9465 9468 3187 0 -1 1077944384 4616 12591 0 0 35 9 5 3 20 0 15 0 7011081 14407233536 301523 18446744073709551615 4194304 4196468 140723692731632 140515165424272 140515231000277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
[pid=9468/tid=9520] ppid=9465 vsize=14069564 CPUtime=0.51 cores=0,2,4,6
/proc/9468/task/9520/stat : 9520 (java) S 9465 9468 3187 0 -1 1077944384 1566 12591 0 0 35 8 5 3 20 0 15 0 7011081 14407233536 301523 18446744073709551615 4194304 4196468 140723692731632 140515164371472 140515231000277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
[pid=9468/tid=9521] ppid=9465 vsize=14069564 CPUtime=0.52 cores=0,2,4,6
/proc/9468/task/9521/stat : 9521 (java) S 9465 9468 3187 0 -1 1077944384 3412 12591 0 0 35 9 5 3 20 0 15 0 7011081 14407233536 301523 18446744073709551615 4194304 4196468 140723692731632 140515163318672 140515231000277 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
[pid=9468/tid=9522] ppid=9465 vsize=14069564 CPUtime=0.52 cores=0,2,4,6
/proc/9468/task/9522/stat : 9522 (java) S 9465 9468 3187 0 -1 1077944384 2763 12591 0 0 35 9 5 3 20 0 15 0 7011081 14407233536 301523 18446744073709551615 4194304 4196468 140723692731632 140515162265872 140515231000277 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
[pid=9468/tid=9523] ppid=9465 vsize=14069564 CPUtime=0.38 cores=0,2,4,6
/proc/9468/task/9523/stat : 9523 (java) S 9465 9468 3187 0 -1 1077944384 7315 12591 0 0 27 3 5 3 20 0 15 0 7011082 14407233536 301523 18446744073709551615 4194304 4196468 140723692731632 140514709429104 140515231001218 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
[pid=9468/tid=9524] ppid=9465 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/9468/task/9524/stat : 9524 (java) S 9465 9468 3187 0 -1 1077944384 57 12591 0 0 0 0 5 3 20 0 15 0 7011083 14407233536 301523 18446744073709551615 4194304 4196468 140723692731632 140514708375136 140515231000277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
[pid=9468/tid=9525] ppid=9465 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/9468/task/9525/stat : 9525 (java) S 9465 9468 3187 0 -1 1077944384 47 12591 0 0 0 0 5 3 20 0 15 0 7011083 14407233536 301523 18446744073709551615 4194304 4196468 140723692731632 140514707322240 140515231000277 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
[pid=9468/tid=9526] ppid=9465 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/9468/task/9526/stat : 9526 (java) S 9465 9468 3187 0 -1 1077944384 3 12591 0 0 0 0 5 3 20 0 15 0 7011086 14407233536 301523 18446744073709551615 4194304 4196468 140723692731632 140514706270544 140515231008667 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
[pid=9468/tid=9527] ppid=9465 vsize=14069564 CPUtime=4.2 cores=0,2,4,6
/proc/9468/task/9527/stat : 9527 (java) S 9465 9468 3187 0 -1 1077944384 15732 12591 0 0 410 2 5 3 20 0 15 0 7011086 14407233536 301523 18446744073709551615 4194304 4196468 140723692731632 140514705217904 140515231001218 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
[pid=9468/tid=9528] ppid=9465 vsize=14069564 CPUtime=3.89 cores=0,2,4,6
/proc/9468/task/9528/stat : 9528 (java) S 9465 9468 3187 0 -1 1077944384 15409 12591 0 0 379 2 5 3 20 0 15 0 7011086 14407233536 301523 18446744073709551615 4194304 4196468 140723692731632 140514704165104 140515231001218 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
[pid=9468/tid=9529] ppid=9465 vsize=14069564 CPUtime=2.14 cores=0,2,4,6
/proc/9468/task/9529/stat : 9529 (java) S 9465 9468 3187 0 -1 1077944384 18987 12591 0 0 203 3 5 3 20 0 15 0 7011086 14407233536 301523 18446744073709551615 4194304 4196468 140723692731632 140514703112304 140515231001218 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
[pid=9468/tid=9530] ppid=9465 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/9468/task/9530/stat : 9530 (java) S 9465 9468 3187 0 -1 1077944384 3 12591 0 0 0 0 5 3 20 0 15 0 7011086 14407233536 301523 18446744073709551615 4194304 4196468 140723692731632 140514702059744 140515231000277 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
[pid=9468/tid=9531] ppid=9465 vsize=14069564 CPUtime=0.22 cores=0,2,4,6
/proc/9468/task/9531/stat : 9531 (java) S 9465 9468 3187 0 -1 1077944384 343 12591 0 0 8 6 5 3 20 0 15 0 7011090 14407233536 301523 18446744073709551615 4194304 4196468 140723692731632 140514701008048 140515231001218 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
Current children cumulated CPU time (s) 251.21
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 9468 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+240.201 s]
/proc/loadavg: 1.37 1.50 1.61 3/213 9664
/proc/meminfo: memFree=30159812/32770624 swapFree=0/247564
[pid=9468] ppid=9465 vsize=14202692 CPUtime=251.72 cores=0,2,4,6
/proc/9468/stat : 9468 (java) S 9465 9468 3187 0 -1 1077944320 145329 12591 0 0 25087 77 5 3 20 0 17 0 7011058 14543556608 303021 18446744073709551615 4194304 4196468 140723692731632 140723692714176 140515230990071 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
/proc/9468/statm: 3550673 303021 3468 1 0 3539295 0
[pid=9468/tid=9518] ppid=9465 vsize=14202692 CPUtime=238.93 cores=0,2,4,6
/proc/9468/task/9518/stat : 9518 (java) S 9465 9468 3187 0 -1 1077944384 61525 12591 0 0 23860 25 5 3 20 0 17 0 7011080 14543556608 303021 18446744073709551615 4194304 4196468 140723692731632 140515235227616 140515231000277 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
[pid=9468/tid=9519] ppid=9465 vsize=14202692 CPUtime=0.62 cores=0,2,4,6
/proc/9468/task/9519/stat : 9519 (java) S 9465 9468 3187 0 -1 1077944384 4666 12591 0 0 45 9 5 3 20 0 17 0 7011081 14543556608 303021 18446744073709551615 4194304 4196468 140723692731632 140515165424272 140515231000277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
[pid=9468/tid=9520] ppid=9465 vsize=14202692 CPUtime=0.61 cores=0,2,4,6
/proc/9468/task/9520/stat : 9520 (java) S 9465 9468 3187 0 -1 1077944384 1587 12591 0 0 45 8 5 3 20 0 17 0 7011081 14543556608 303021 18446744073709551615 4194304 4196468 140723692731632 140515164371472 140515231000277 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
[pid=9468/tid=9521] ppid=9465 vsize=14202692 CPUtime=0.62 cores=0,2,4,6
/proc/9468/task/9521/stat : 9521 (java) S 9465 9468 3187 0 -1 1077944384 3435 12591 0 0 45 9 5 3 20 0 17 0 7011081 14543556608 303021 18446744073709551615 4194304 4196468 140723692731632 140515163318672 140515231000277 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
[pid=9468/tid=9522] ppid=9465 vsize=14202692 CPUtime=0.62 cores=0,2,4,6
/proc/9468/task/9522/stat : 9522 (java) S 9465 9468 3187 0 -1 1077944384 2804 12591 0 0 45 9 5 3 20 0 17 0 7011081 14543556608 303021 18446744073709551615 4194304 4196468 140723692731632 140515162265872 140515231000277 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
[pid=9468/tid=9523] ppid=9465 vsize=14202692 CPUtime=0.48 cores=0,2,4,6
/proc/9468/task/9523/stat : 9523 (java) R 9465 9468 3187 0 -1 4202560 17759 12591 0 0 36 4 5 3 20 0 17 0 7011082 14543556608 303021 18446744073709551615 4194304 4196468 140723692731632 140514709427504 140515216681752 0 0 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
[pid=9468/tid=9524] ppid=9465 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/9468/task/9524/stat : 9524 (java) S 9465 9468 3187 0 -1 1077944384 61 12591 0 0 0 0 5 3 20 0 17 0 7011083 14543556608 303021 18446744073709551615 4194304 4196468 140723692731632 140514708374672 140515231001218 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
[pid=9468/tid=9525] ppid=9465 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/9468/task/9525/stat : 9525 (java) S 9465 9468 3187 0 -1 1077944384 47 12591 0 0 0 0 5 3 20 0 17 0 7011083 14543556608 303021 18446744073709551615 4194304 4196468 140723692731632 140514707322240 140515231000277 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
[pid=9468/tid=9526] ppid=9465 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/9468/task/9526/stat : 9526 (java) S 9465 9468 3187 0 -1 1077944384 214 12591 0 0 0 0 5 3 20 0 17 0 7011086 14543556608 303021 18446744073709551615 4194304 4196468 140723692731632 140514706270544 140515231008667 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
[pid=9468/tid=9527] ppid=9465 vsize=14202692 CPUtime=4.2 cores=0,2,4,6
/proc/9468/task/9527/stat : 9527 (java) S 9465 9468 3187 0 -1 1077944384 15732 12591 0 0 410 2 5 3 20 0 17 0 7011086 14543556608 303021 18446744073709551615 4194304 4196468 140723692731632 140514705217904 140515231001218 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
[pid=9468/tid=9528] ppid=9465 vsize=14202692 CPUtime=3.89 cores=0,2,4,6
/proc/9468/task/9528/stat : 9528 (java) S 9465 9468 3187 0 -1 1077944384 15409 12591 0 0 379 2 5 3 20 0 17 0 7011086 14543556608 303021 18446744073709551615 4194304 4196468 140723692731632 140514704165104 140515231001218 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
[pid=9468/tid=9529] ppid=9465 vsize=14202692 CPUtime=2.14 cores=0,2,4,6
/proc/9468/task/9529/stat : 9529 (java) S 9465 9468 3187 0 -1 1077944384 19221 12591 0 0 203 3 5 3 20 0 17 0 7011086 14543556608 303021 18446744073709551615 4194304 4196468 140723692731632 140514703108176 140515231000277 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
[pid=9468/tid=9530] ppid=9465 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/9468/task/9530/stat : 9530 (java) S 9465 9468 3187 0 -1 1077944384 3 12591 0 0 0 0 5 3 20 0 17 0 7011086 14543556608 303021 18446744073709551615 4194304 4196468 140723692731632 140514702059744 140515231000277 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
[pid=9468/tid=9531] ppid=9465 vsize=14202692 CPUtime=0.22 cores=0,2,4,6
/proc/9468/task/9531/stat : 9531 (java) S 9465 9468 3187 0 -1 1077944384 343 12591 0 0 8 6 5 3 20 0 17 0 7011090 14543556608 303021 18446744073709551615 4194304 4196468 140723692731632 140514701008048 140515231001218 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20688896 140723692738510 140723692741295 140723692741295 140723692744655 0
Current children cumulated CPU time (s) 251.72
Current children cumulated vsize (KiB) 14202692

Child status: 143
Real time (s): 240.241
CPU time (s): 251.784
CPU user time (s): 250.966
CPU system time (s): 0.817302
CPU usage (%): 104.805
Max. virtual memory (cumulated for all children) (KiB): 14202692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 250.966
system time used= 0.817302
maximum resident set size= 1254608
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 158277
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= 17990
involuntary context switches= 553

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.66568 second user time and 0.945533 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-02 07:02:44
IDJOB=4259493
IDBENCH=126211
IDSOLVER=2646
FILE ID=node135/4259493-1501651004
RUNJOBID= node135-1501639717-27966
PBS_JOBID= 
Free space on /tmp= 61816 MiB

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

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

MD5SUM BENCH= 7bf94b2c859f2895a81dfe97f17444ea
RANDOM SEED=2124152864

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:        30936956 kB
MemAvailable:   31208468 kB
Buffers:          126692 kB
Cached:           421428 kB
SwapCached:            0 kB
Active:          1159064 kB
Inactive:         255576 kB
Active(anon):     866592 kB
Inactive(anon):     8592 kB
Active(file):     292472 kB
Inactive(file):   246984 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             23496 kB
Writeback:             0 kB
AnonPages:        957884 kB
Mapped:            42620 kB
Shmem:              8960 kB
Slab:             122328 kB
SReclaimable:      95780 kB
SUnreclaim:        26548 kB
KernelStack:        3824 kB
PageTables:         6852 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1819444 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    749568 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:06:44