Trace number 4259492

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.231

General information on the benchmark

NameGolombRuler/GolombRuler-a3-s1/
GolombRuler-27-a3.xml
MD5SUMd2b2d316f8a3db7e4daa8c5fb45f5c4a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark817
Best CPU time to get the best result obtained on this benchmark1993.12
Satisfiable
(Un)Satisfiability was proved
Number of variables756
Number of constraints354
Number of domains2
Minimum domain size1000
Maximum domain size1001
Distribution of domain sizes[{"size":1000,"count":351},{"size":1001,"count":27}]
Minimum variable degree0
Maximum variable degree28
Distribution of variable degrees[{"degree":0,"count":378},{"degree":2,"count":351},{"degree":27,"count":25},{"degree":28,"count":2}]
Minimum constraint arity1
Maximum constraint arity351
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":351},{"arity":27,"count":1},{"arity":351,"count":1}]
Number of extensional constraints0
Number of intensional constraints352
Distribution of constraint types[{"type":"intension","count":352},{"type":"allDifferent","count":1},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

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

pid=9598
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.19 1.48 1.60 2/198 9601
/proc/meminfo: memFree=30542388/32770624 swapFree=0/247540
[pid=9601] ppid=9598 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/9601/stat : 9601 (runsolver) D 9598 9601 3187 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 7033733 24240128 108 18446744073709551615 4194304 4338465 140728114036768 140728114034408 139739005928151 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 29032448 140728114041041 140728114041415 140728114041415 140728114044874 0
/proc/9601/statm: 5918 108 54 36 0 2156 0

[startup+0.100158 s]
/proc/loadavg: 1.19 1.48 1.60 2/198 9601
/proc/meminfo: memFree=30542388/32770624 swapFree=0/247540
[pid=9601] ppid=9598 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/9601/stat : 9601 (runsolver) D 9598 9601 3187 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 7033733 24240128 108 18446744073709551615 4194304 4338465 140728114036768 140728114034408 139739005928151 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 29032448 140728114041041 140728114041415 140728114041415 140728114044874 0
/proc/9601/statm: 5918 108 54 36 0 2156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23672

[startup+0.200307 s]
/proc/loadavg: 1.19 1.48 1.60 2/198 9601
/proc/meminfo: memFree=30542388/32770624 swapFree=0/247540
[pid=9601] ppid=9598 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/9601/stat : 9601 (bash) S 9598 9601 3187 0 -1 4202496 891 6492 0 0 0 0 0 1 20 0 1 0 7033733 9867264 373 18446744073709551615 4194304 5098028 140734784613840 140734784607848 140643656707072 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 10 0 0 7196144 7232144 39657472 140734784619026 140734784619111 140734784619111 140734784622570 0
/proc/9601/statm: 2409 373 292 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300253 s]
/proc/loadavg: 1.19 1.48 1.60 2/198 9601
/proc/meminfo: memFree=30542388/32770624 swapFree=0/247540
[pid=9601] ppid=9598 vsize=13907308 CPUtime=0.14 cores=1,3,5,7
/proc/9601/stat : 9601 (java) S 9598 9601 3187 0 -1 1077944320 5471 12461 0 0 5 1 5 3 20 0 14 0 7033733 14241083392 5160 18446744073709551615 4194304 4196468 140736779446336 140736779428880 139793090203383 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
/proc/9601/statm: 3476827 5160 2554 1 0 3466332 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 13907308

[startup+0.700285 s]
/proc/loadavg: 1.19 1.48 1.60 2/198 9601
/proc/meminfo: memFree=30542388/32770624 swapFree=0/247540
[pid=9601] ppid=9598 vsize=13974784 CPUtime=0.61 cores=1,3,5,7
/proc/9601/stat : 9601 (java) S 9598 9601 3187 0 -1 1077944320 13439 12461 0 0 49 4 5 3 20 0 15 0 7033733 14310178816 14324 18446744073709551615 4194304 4196468 140736779446336 140736779428880 139793090203383 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
/proc/9601/statm: 3493696 14324 3046 1 0 3482973 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 13974784

[startup+1.50063 s]
/proc/loadavg: 1.19 1.48 1.60 3/213 9664
/proc/meminfo: memFree=30448800/32770624 swapFree=0/247536
[pid=9601] ppid=9598 vsize=13985408 CPUtime=1.81 cores=1,3,5,7
/proc/9601/stat : 9601 (java) S 9598 9601 3187 0 -1 1077944320 27521 12461 0 0 165 8 5 3 20 0 15 0 7033733 14321057792 33974 18446744073709551615 4194304 4196468 140736779446336 140736779428880 139793090203383 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
/proc/9601/statm: 3496352 33974 3332 1 0 3485533 0
[pid=9601/tid=9651] ppid=9598 vsize=13985408 CPUtime=1.27 cores=1,3,5,7
/proc/9601/task/9651/stat : 9651 (java) R 9598 9601 3187 0 -1 4202560 22340 12461 0 0 114 5 5 3 20 0 15 0 7033757 14321057792 33974 18446744073709551615 4194304 4196468 140736779446336 139793094426720 139793074283870 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
[pid=9601/tid=9652] ppid=9598 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/9601/task/9652/stat : 9652 (java) S 9598 9601 3187 0 -1 1077944384 1 12461 0 0 0 0 5 3 20 0 15 0 7033758 14321057792 33974 18446744073709551615 4194304 4196468 140736779446336 139793009617936 139793090213589 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
[pid=9601/tid=9653] ppid=9598 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/9601/task/9653/stat : 9653 (java) S 9598 9601 3187 0 -1 1077944384 2 12461 0 0 0 0 5 3 20 0 15 0 7033758 14321057792 33974 18446744073709551615 4194304 4196468 140736779446336 139793008565392 139793090213589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
[pid=9601/tid=9654] ppid=9598 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/9601/task/9654/stat : 9654 (java) S 9598 9601 3187 0 -1 1077944384 2 12461 0 0 0 0 5 3 20 0 15 0 7033758 14321057792 33974 18446744073709551615 4194304 4196468 140736779446336 139793007512336 139793090213589 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
[pid=9601/tid=9655] ppid=9598 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/9601/task/9655/stat : 9655 (java) S 9598 9601 3187 0 -1 1077944384 2 12461 0 0 0 0 5 3 20 0 15 0 7033758 14321057792 33974 18446744073709551615 4194304 4196468 140736779446336 139793006459792 139793090213589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
[pid=9601/tid=9656] ppid=9598 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/9601/task/9656/stat : 9656 (java) S 9598 9601 3187 0 -1 1077944384 5 12461 0 0 0 0 5 3 20 0 15 0 7033759 14321057792 33974 18446744073709551615 4194304 4196468 140736779446336 139792567752944 139793090214530 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
[pid=9601/tid=9657] ppid=9598 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/9601/task/9657/stat : 9657 (java) S 9598 9601 3187 0 -1 1077944384 33 12461 0 0 0 0 5 3 20 0 15 0 7033759 14321057792 33974 18446744073709551615 4194304 4196468 140736779446336 139792566699168 139793090213589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
[pid=9601/tid=9658] ppid=9598 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/9601/task/9658/stat : 9658 (java) S 9598 9601 3187 0 -1 1077944384 21 12461 0 0 0 0 5 3 20 0 15 0 7033760 14321057792 33974 18446744073709551615 4194304 4196468 140736779446336 139792565646064 139793090213589 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
[pid=9601/tid=9659] ppid=9598 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/9601/task/9659/stat : 9659 (java) S 9598 9601 3187 0 -1 1077944384 3 12461 0 0 0 0 5 3 20 0 15 0 7033762 14321057792 33974 18446744073709551615 4194304 4196468 140736779446336 139792564594640 139793090221979 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
[pid=9601/tid=9660] ppid=9598 vsize=13985408 CPUtime=0.2 cores=1,3,5,7
/proc/9601/task/9660/stat : 9660 (java) S 9598 9601 3187 0 -1 1077944384 1046 12461 0 0 12 0 5 3 20 0 15 0 7033762 14321057792 33974 18446744073709551615 4194304 4196468 140736779446336 139792563542768 139793090214530 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
[pid=9601/tid=9661] ppid=9598 vsize=13985408 CPUtime=0.24 cores=1,3,5,7
/proc/9601/task/9661/stat : 9661 (java) S 9598 9601 3187 0 -1 1077944384 646 12461 0 0 16 0 5 3 20 0 15 0 7033762 14321057792 33974 18446744073709551615 4194304 4196468 140736779446336 139792562490224 139793090214530 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
[pid=9601/tid=9662] ppid=9598 vsize=13985408 CPUtime=0.29 cores=1,3,5,7
/proc/9601/task/9662/stat : 9662 (java) S 9598 9601 3187 0 -1 1077944384 1261 12461 0 0 21 0 5 3 20 0 15 0 7033762 14321057792 33974 18446744073709551615 4194304 4196468 140736779446336 139792561437168 139793090214530 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
[pid=9601/tid=9663] ppid=9598 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/9601/task/9663/stat : 9663 (java) S 9598 9601 3187 0 -1 1077944384 3 12461 0 0 0 0 5 3 20 0 15 0 7033762 14321057792 33974 18446744073709551615 4194304 4196468 140736779446336 139792560384864 139793090213589 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
[pid=9601/tid=9664] ppid=9598 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/9601/task/9664/stat : 9664 (java) S 9598 9601 3187 0 -1 1077944384 5 12461 0 0 0 0 5 3 20 0 15 0 7033767 14321057792 33974 18446744073709551615 4194304 4196468 140736779446336 139792559331888 139793090214530 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
Current children cumulated CPU time (s) 1.81
Current children cumulated vsize (KiB) 13985408

[startup+3.10445 s]
/proc/loadavg: 1.25 1.49 1.60 3/213 9664
/proc/meminfo: memFree=30373132/32770624 swapFree=0/247544
[pid=9601] ppid=9598 vsize=13997884 CPUtime=5.49 cores=1,3,5,7
/proc/9601/stat : 9601 (java) S 9598 9601 3187 0 -1 1077944320 44173 12461 0 0 527 14 5 3 20 0 15 0 7033733 14333833216 54755 18446744073709551615 4194304 4196468 140736779446336 140736779428880 139793090203383 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
/proc/9601/statm: 3499471 54755 3434 1 0 3488093 0
[pid=9601/tid=9651] ppid=9598 vsize=13997884 CPUtime=2.84 cores=1,3,5,7
/proc/9601/task/9651/stat : 9651 (java) R 9598 9601 3187 0 -1 4202560 30549 12461 0 0 269 7 5 3 20 0 15 0 7033757 14333833216 54755 18446744073709551615 4194304 4196468 140736779446336 139793094430624 139793073596947 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
[pid=9601/tid=9652] ppid=9598 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/9601/task/9652/stat : 9652 (java) S 9598 9601 3187 0 -1 1077944384 50 12461 0 0 1 0 5 3 20 0 15 0 7033758 14333833216 54755 18446744073709551615 4194304 4196468 140736779446336 139793009617936 139793090213589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
[pid=9601/tid=9653] ppid=9598 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/9601/task/9653/stat : 9653 (java) S 9598 9601 3187 0 -1 1077944384 53 12461 0 0 1 0 5 3 20 0 15 0 7033758 14333833216 54755 18446744073709551615 4194304 4196468 140736779446336 139793008565392 139793090213589 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
[pid=9601/tid=9654] ppid=9598 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/9601/task/9654/stat : 9654 (java) S 9598 9601 3187 0 -1 1077944384 203 12461 0 0 1 0 5 3 20 0 15 0 7033758 14333833216 54755 18446744073709551615 4194304 4196468 140736779446336 139793007512336 139793090213589 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
[pid=9601/tid=9655] ppid=9598 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/9601/task/9655/stat : 9655 (java) S 9598 9601 3187 0 -1 1077944384 49 12461 0 0 0 0 5 3 20 0 15 0 7033758 14333833216 54755 18446744073709551615 4194304 4196468 140736779446336 139793006459792 139793090213589 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
[pid=9601/tid=9656] ppid=9598 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/9601/task/9656/stat : 9656 (java) S 9598 9601 3187 0 -1 1077944384 1173 12461 0 0 1 0 5 3 20 0 15 0 7033759 14333833216 54755 18446744073709551615 4194304 4196468 140736779446336 139792567752944 139793090214530 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
[pid=9601/tid=9657] ppid=9598 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/9601/task/9657/stat : 9657 (java) S 9598 9601 3187 0 -1 1077944384 56 12461 0 0 0 0 5 3 20 0 15 0 7033759 14333833216 54755 18446744073709551615 4194304 4196468 140736779446336 139792566699232 139793090213589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
[pid=9601/tid=9658] ppid=9598 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/9601/task/9658/stat : 9658 (java) S 9598 9601 3187 0 -1 1077944384 44 12461 0 0 0 0 5 3 20 0 15 0 7033760 14333833216 54755 18446744073709551615 4194304 4196468 140736779446336 139792565646080 139793090213589 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
[pid=9601/tid=9659] ppid=9598 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/9601/task/9659/stat : 9659 (java) S 9598 9601 3187 0 -1 1077944384 3 12461 0 0 0 0 5 3 20 0 15 0 7033762 14333833216 54755 18446744073709551615 4194304 4196468 140736779446336 139792564594640 139793090221979 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
[pid=9601/tid=9660] ppid=9598 vsize=13997884 CPUtime=0.75 cores=1,3,5,7
/proc/9601/task/9660/stat : 9660 (java) R 9598 9601 3187 0 -1 4202560 2297 12461 0 0 66 1 5 3 20 0 15 0 7033762 14333833216 54755 18446744073709551615 4194304 4196468 140736779446336 139792563520960 139793090224730 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
[pid=9601/tid=9661] ppid=9598 vsize=13997884 CPUtime=0.82 cores=1,3,5,7
/proc/9601/task/9661/stat : 9661 (java) R 9598 9601 3187 0 -1 4202560 1960 12461 0 0 73 1 5 3 20 0 15 0 7033762 14333833216 54755 18446744073709551615 4194304 4196468 140736779446336 139792562479696 139793074596234 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
[pid=9601/tid=9662] ppid=9598 vsize=13997884 CPUtime=1.19 cores=1,3,5,7
/proc/9601/task/9662/stat : 9662 (java) S 9598 9601 3187 0 -1 1077944384 5575 12461 0 0 110 1 5 3 20 0 15 0 7033762 14333833216 54755 18446744073709551615 4194304 4196468 140736779446336 139792561437168 139793090214530 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
[pid=9601/tid=9663] ppid=9598 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/9601/task/9663/stat : 9663 (java) S 9598 9601 3187 0 -1 1077944384 3 12461 0 0 0 0 5 3 20 0 15 0 7033762 14333833216 54755 18446744073709551615 4194304 4196468 140736779446336 139792560384864 139793090213589 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
[pid=9601/tid=9664] ppid=9598 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/9601/task/9664/stat : 9664 (java) S 9598 9601 3187 0 -1 1077944384 7 12461 0 0 0 0 5 3 20 0 15 0 7033767 14333833216 54755 18446744073709551615 4194304 4196468 140736779446336 139792559331888 139793090214530 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
Current children cumulated CPU time (s) 5.49
Current children cumulated vsize (KiB) 13997884

[startup+6.3007 s]
/proc/loadavg: 1.25 1.49 1.60 3/213 9664
/proc/meminfo: memFree=30266036/32770624 swapFree=0/247548
[pid=9601] ppid=9598 vsize=13999932 CPUtime=10.72 cores=1,3,5,7
/proc/9601/stat : 9601 (java) S 9598 9601 3187 0 -1 1077944320 50767 12461 0 0 1044 20 5 3 20 0 15 0 7033733 14335930368 76295 18446744073709551615 4194304 4196468 140736779446336 140736779428880 139793090203383 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
/proc/9601/statm: 3499983 76295 3452 1 0 3488605 0
[pid=9601/tid=9651] ppid=9598 vsize=13999932 CPUtime=6 cores=1,3,5,7
/proc/9601/task/9651/stat : 9651 (java) R 9598 9601 3187 0 -1 4202560 31314 12461 0 0 583 9 5 3 20 0 15 0 7033757 14335930368 76295 18446744073709551615 4194304 4196468 140736779446336 139793094434160 139792691671437 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
[pid=9601/tid=9652] ppid=9598 vsize=13999932 CPUtime=0.11 cores=1,3,5,7
/proc/9601/task/9652/stat : 9652 (java) S 9598 9601 3187 0 -1 1077944384 72 12461 0 0 2 1 5 3 20 0 15 0 7033758 14335930368 76295 18446744073709551615 4194304 4196468 140736779446336 139793009617936 139793090213589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
[pid=9601/tid=9653] ppid=9598 vsize=13999932 CPUtime=0.11 cores=1,3,5,7
/proc/9601/task/9653/stat : 9653 (java) S 9598 9601 3187 0 -1 1077944384 69 12461 0 0 2 1 5 3 20 0 15 0 7033758 14335930368 76295 18446744073709551615 4194304 4196468 140736779446336 139793008565392 139793090213589 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
[pid=9601/tid=9654] ppid=9598 vsize=13999932 CPUtime=0.11 cores=1,3,5,7
/proc/9601/task/9654/stat : 9654 (java) S 9598 9601 3187 0 -1 1077944384 269 12461 0 0 2 1 5 3 20 0 15 0 7033758 14335930368 76295 18446744073709551615 4194304 4196468 140736779446336 139793007512336 139793090213589 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
[pid=9601/tid=9655] ppid=9598 vsize=13999932 CPUtime=0.11 cores=1,3,5,7
/proc/9601/task/9655/stat : 9655 (java) S 9598 9601 3187 0 -1 1077944384 86 12461 0 0 2 1 5 3 20 0 15 0 7033758 14335930368 76295 18446744073709551615 4194304 4196468 140736779446336 139793006459792 139793090213589 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
[pid=9601/tid=9656] ppid=9598 vsize=13999932 CPUtime=0.1 cores=1,3,5,7
/proc/9601/task/9656/stat : 9656 (java) S 9598 9601 3187 0 -1 1077944384 1207 12461 0 0 2 0 5 3 20 0 15 0 7033759 14335930368 76295 18446744073709551615 4194304 4196468 140736779446336 139792567752944 139793090214530 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
[pid=9601/tid=9657] ppid=9598 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/9601/task/9657/stat : 9657 (java) S 9598 9601 3187 0 -1 1077944384 56 12461 0 0 0 0 5 3 20 0 15 0 7033759 14335930368 76295 18446744073709551615 4194304 4196468 140736779446336 139792566699232 139793090213589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
[pid=9601/tid=9658] ppid=9598 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/9601/task/9658/stat : 9658 (java) S 9598 9601 3187 0 -1 1077944384 44 12461 0 0 0 0 5 3 20 0 15 0 7033760 14335930368 76295 18446744073709551615 4194304 4196468 140736779446336 139792565646080 139793090213589 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
[pid=9601/tid=9659] ppid=9598 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/9601/task/9659/stat : 9659 (java) S 9598 9601 3187 0 -1 1077944384 3 12461 0 0 0 0 5 3 20 0 15 0 7033762 14335930368 76295 18446744073709551615 4194304 4196468 140736779446336 139792564594640 139793090221979 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
[pid=9601/tid=9660] ppid=9598 vsize=13999932 CPUtime=1.56 cores=1,3,5,7
/proc/9601/task/9660/stat : 9660 (java) S 9598 9601 3187 0 -1 1077944384 3700 12461 0 0 146 2 5 3 20 0 15 0 7033762 14335930368 76295 18446744073709551615 4194304 4196468 140736779446336 139792563542768 139793090214530 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
[pid=9601/tid=9661] ppid=9598 vsize=13999932 CPUtime=1.66 cores=1,3,5,7
/proc/9601/task/9661/stat : 9661 (java) S 9598 9601 3187 0 -1 1077944384 5361 12461 0 0 157 1 5 3 20 0 15 0 7033762 14335930368 76295 18446744073709551615 4194304 4196468 140736779446336 139792562490224 139793090214530 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
[pid=9601/tid=9662] ppid=9598 vsize=13999932 CPUtime=1.51 cores=1,3,5,7
/proc/9601/task/9662/stat : 9662 (java) S 9598 9601 3187 0 -1 1077944384 6419 12461 0 0 142 1 5 3 20 0 15 0 7033762 14335930368 76295 18446744073709551615 4194304 4196468 140736779446336 139792561437168 139793090214530 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
[pid=9601/tid=9663] ppid=9598 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/9601/task/9663/stat : 9663 (java) S 9598 9601 3187 0 -1 1077944384 3 12461 0 0 0 0 5 3 20 0 15 0 7033762 14335930368 76295 18446744073709551615 4194304 4196468 140736779446336 139792560384864 139793090213589 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
[pid=9601/tid=9664] ppid=9598 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/9601/task/9664/stat : 9664 (java) S 9598 9601 3187 0 -1 1077944384 13 12461 0 0 0 0 5 3 20 0 15 0 7033767 14335930368 76295 18446744073709551615 4194304 4196468 140736779446336 139792559331888 139793090214530 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
Current children cumulated CPU time (s) 10.72
Current children cumulated vsize (KiB) 13999932

[startup+12.7007 s]
/proc/loadavg: 1.37 1.50 1.61 3/213 9664
/proc/meminfo: memFree=30169928/32770624 swapFree=0/247560
[pid=9601] ppid=9598 vsize=13999932 CPUtime=17.6 cores=1,3,5,7
/proc/9601/stat : 9601 (java) S 9598 9601 3187 0 -1 1077944320 57992 12461 0 0 1725 27 5 3 20 0 15 0 7033733 14335930368 100052 18446744073709551615 4194304 4196468 140736779446336 140736779428880 139793090203383 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
/proc/9601/statm: 3499983 100052 3452 1 0 3488605 0
[pid=9601/tid=9651] ppid=9598 vsize=13999932 CPUtime=12.35 cores=1,3,5,7
/proc/9601/task/9651/stat : 9651 (java) R 9598 9601 3187 0 -1 4202560 33314 12461 0 0 1217 10 5 3 20 0 15 0 7033757 14335930368 100052 18446744073709551615 4194304 4196468 140736779446336 139793094436640 139792691672329 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
[pid=9601/tid=9652] ppid=9598 vsize=13999932 CPUtime=0.15 cores=1,3,5,7
/proc/9601/task/9652/stat : 9652 (java) S 9598 9601 3187 0 -1 1077944384 128 12461 0 0 5 2 5 3 20 0 15 0 7033758 14335930368 100052 18446744073709551615 4194304 4196468 140736779446336 139793009617936 139793090213589 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
[pid=9601/tid=9653] ppid=9598 vsize=13999932 CPUtime=0.15 cores=1,3,5,7
/proc/9601/task/9653/stat : 9653 (java) S 9598 9601 3187 0 -1 1077944384 460 12461 0 0 5 2 5 3 20 0 15 0 7033758 14335930368 100052 18446744073709551615 4194304 4196468 140736779446336 139793008565392 139793090213589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
[pid=9601/tid=9654] ppid=9598 vsize=13999932 CPUtime=0.15 cores=1,3,5,7
/proc/9601/task/9654/stat : 9654 (java) S 9598 9601 3187 0 -1 1077944384 891 12461 0 0 5 2 5 3 20 0 15 0 7033758 14335930368 100052 18446744073709551615 4194304 4196468 140736779446336 139793007512336 139793090213589 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
[pid=9601/tid=9655] ppid=9598 vsize=13999932 CPUtime=0.15 cores=1,3,5,7
/proc/9601/task/9655/stat : 9655 (java) S 9598 9601 3187 0 -1 1077944384 901 12461 0 0 5 2 5 3 20 0 15 0 7033758 14335930368 100052 18446744073709551615 4194304 4196468 140736779446336 139793006459792 139793090213589 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
[pid=9601/tid=9656] ppid=9598 vsize=13999932 CPUtime=0.11 cores=1,3,5,7
/proc/9601/task/9656/stat : 9656 (java) S 9598 9601 3187 0 -1 1077944384 1533 12461 0 0 3 0 5 3 20 0 15 0 7033759 14335930368 100052 18446744073709551615 4194304 4196468 140736779446336 139792567752944 139793090214530 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
[pid=9601/tid=9657] ppid=9598 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/9601/task/9657/stat : 9657 (java) S 9598 9601 3187 0 -1 1077944384 56 12461 0 0 0 0 5 3 20 0 15 0 7033759 14335930368 100052 18446744073709551615 4194304 4196468 140736779446336 139792566699232 139793090213589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
[pid=9601/tid=9658] ppid=9598 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/9601/task/9658/stat : 9658 (java) S 9598 9601 3187 0 -1 1077944384 44 12461 0 0 0 0 5 3 20 0 15 0 7033760 14335930368 100052 18446744073709551615 4194304 4196468 140736779446336 139792565646080 139793090213589 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
[pid=9601/tid=9659] ppid=9598 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/9601/task/9659/stat : 9659 (java) S 9598 9601 3187 0 -1 1077944384 3 12461 0 0 0 0 5 3 20 0 15 0 7033762 14335930368 100052 18446744073709551615 4194304 4196468 140736779446336 139792564594640 139793090221979 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0

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

/proc/9601/task/9663/stat : 9663 (java) S 9598 9601 3187 0 -1 1077944384 3 12461 0 0 0 0 5 3 20 0 15 0 7033762 14407233536 342226 18446744073709551615 4194304 4196468 140736779446336 139792560384864 139793090213589 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
[pid=9601/tid=9664] ppid=9598 vsize=14069564 CPUtime=0.13 cores=1,3,5,7
/proc/9601/task/9664/stat : 9664 (java) S 9598 9601 3187 0 -1 1077944384 130 12461 0 0 2 3 5 3 20 0 15 0 7033767 14407233536 342226 18446744073709551615 4194304 4196468 140736779446336 139792559331888 139793090214530 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
Current children cumulated CPU time (s) 112.85
Current children cumulated vsize (KiB) 14069564

[startup+162.301 s]
/proc/loadavg: 1.28 1.46 1.58 3/214 9920
/proc/meminfo: memFree=29021044/32770624 swapFree=0/247756
[pid=9601] ppid=9598 vsize=14069564 CPUtime=173.03 cores=1,3,5,7
/proc/9601/stat : 9601 (java) S 9598 9601 3187 0 -1 1077944320 127979 12461 0 0 17225 70 5 3 20 0 15 0 7033733 14407233536 338781 18446744073709551615 4194304 4196468 140736779446336 140736779428880 139793090203383 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
/proc/9601/statm: 3517391 338781 3469 1 0 3506013 0
[pid=9601/tid=9651] ppid=9598 vsize=14069564 CPUtime=161.52 cores=1,3,5,7
/proc/9601/task/9651/stat : 9651 (java) R 9598 9601 3187 0 -1 4202560 62174 12461 0 0 16117 27 5 3 20 0 15 0 7033757 14407233536 338781 18446744073709551615 4194304 4196468 140736779446336 139793094437536 139792697631579 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
[pid=9601/tid=9652] ppid=9598 vsize=14069564 CPUtime=0.36 cores=1,3,5,7
/proc/9601/task/9652/stat : 9652 (java) S 9598 9601 3187 0 -1 1077944384 1566 12461 0 0 21 7 5 3 20 0 15 0 7033758 14407233536 338781 18446744073709551615 4194304 4196468 140736779446336 139793009617936 139793090213589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
[pid=9601/tid=9653] ppid=9598 vsize=14069564 CPUtime=0.36 cores=1,3,5,7
/proc/9601/task/9653/stat : 9653 (java) S 9598 9601 3187 0 -1 1077944384 1807 12461 0 0 21 7 5 3 20 0 15 0 7033758 14407233536 338781 18446744073709551615 4194304 4196468 140736779446336 139793008565392 139793090213589 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
[pid=9601/tid=9654] ppid=9598 vsize=14069564 CPUtime=0.36 cores=1,3,5,7
/proc/9601/task/9654/stat : 9654 (java) S 9598 9601 3187 0 -1 1077944384 3851 12461 0 0 22 6 5 3 20 0 15 0 7033758 14407233536 338781 18446744073709551615 4194304 4196468 140736779446336 139793007512336 139793090213589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
[pid=9601/tid=9655] ppid=9598 vsize=14069564 CPUtime=0.36 cores=1,3,5,7
/proc/9601/task/9655/stat : 9655 (java) S 9598 9601 3187 0 -1 1077944384 1709 12461 0 0 21 7 5 3 20 0 15 0 7033758 14407233536 338781 18446744073709551615 4194304 4196468 140736779446336 139793006459792 139793090213589 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
[pid=9601/tid=9656] ppid=9598 vsize=14069564 CPUtime=0.27 cores=1,3,5,7
/proc/9601/task/9656/stat : 9656 (java) S 9598 9601 3187 0 -1 1077944384 7154 12461 0 0 17 2 5 3 20 0 15 0 7033759 14407233536 338781 18446744073709551615 4194304 4196468 140736779446336 139792567752944 139793090214530 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
[pid=9601/tid=9657] ppid=9598 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/9601/task/9657/stat : 9657 (java) S 9598 9601 3187 0 -1 1077944384 60 12461 0 0 0 0 5 3 20 0 15 0 7033759 14407233536 338781 18446744073709551615 4194304 4196468 140736779446336 139792566699296 139793090213589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
[pid=9601/tid=9658] ppid=9598 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/9601/task/9658/stat : 9658 (java) S 9598 9601 3187 0 -1 1077944384 47 12461 0 0 0 0 5 3 20 0 15 0 7033760 14407233536 338781 18446744073709551615 4194304 4196468 140736779446336 139792565646080 139793090213589 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
[pid=9601/tid=9659] ppid=9598 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/9601/task/9659/stat : 9659 (java) S 9598 9601 3187 0 -1 1077944384 3 12461 0 0 0 0 5 3 20 0 15 0 7033762 14407233536 338781 18446744073709551615 4194304 4196468 140736779446336 139792564594640 139793090221979 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
[pid=9601/tid=9660] ppid=9598 vsize=14069564 CPUtime=3.82 cores=1,3,5,7
/proc/9601/task/9660/stat : 9660 (java) S 9598 9601 3187 0 -1 1077944384 13612 12461 0 0 371 3 5 3 20 0 15 0 7033762 14407233536 338781 18446744073709551615 4194304 4196468 140736779446336 139792563542768 139793090214530 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
[pid=9601/tid=9661] ppid=9598 vsize=14069564 CPUtime=4.37 cores=1,3,5,7
/proc/9601/task/9661/stat : 9661 (java) S 9598 9601 3187 0 -1 1077944384 15993 12461 0 0 426 3 5 3 20 0 15 0 7033762 14407233536 338781 18446744073709551615 4194304 4196468 140736779446336 139792562490224 139793090214530 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
[pid=9601/tid=9662] ppid=9598 vsize=14069564 CPUtime=2.08 cores=1,3,5,7
/proc/9601/task/9662/stat : 9662 (java) S 9598 9601 3187 0 -1 1077944384 17707 12461 0 0 196 4 5 3 20 0 15 0 7033762 14407233536 338781 18446744073709551615 4194304 4196468 140736779446336 139792561437168 139793090214530 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
[pid=9601/tid=9663] ppid=9598 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/9601/task/9663/stat : 9663 (java) S 9598 9601 3187 0 -1 1077944384 3 12461 0 0 0 0 5 3 20 0 15 0 7033762 14407233536 338781 18446744073709551615 4194304 4196468 140736779446336 139792560384864 139793090213589 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
[pid=9601/tid=9664] ppid=9598 vsize=14069564 CPUtime=0.17 cores=1,3,5,7
/proc/9601/task/9664/stat : 9664 (java) S 9598 9601 3187 0 -1 1077944384 142 12461 0 0 4 5 5 3 20 0 15 0 7033767 14407233536 338781 18446744073709551615 4194304 4196468 140736779446336 139792559331888 139793090214530 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
Current children cumulated CPU time (s) 173.03
Current children cumulated vsize (KiB) 14069564

[startup+222.307 s]
/proc/loadavg: 0.98 1.35 1.53 3/214 9936
/proc/meminfo: memFree=29036780/32770624 swapFree=0/247776
[pid=9601] ppid=9598 vsize=14069564 CPUtime=233.42 cores=1,3,5,7
/proc/9601/stat : 9601 (java) S 9598 9601 3187 0 -1 1077944320 134477 12461 0 0 23259 75 5 3 20 0 15 0 7033733 14407233536 334843 18446744073709551615 4194304 4196468 140736779446336 140736779428880 139793090203383 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
/proc/9601/statm: 3517391 334843 3469 1 0 3506013 0
[pid=9601/tid=9651] ppid=9598 vsize=14069564 CPUtime=221.22 cores=1,3,5,7
/proc/9601/task/9651/stat : 9651 (java) R 9598 9601 3187 0 -1 4202560 63648 12461 0 0 22087 27 5 3 20 0 15 0 7033757 14407233536 334843 18446744073709551615 4194304 4196468 140736779446336 139793094437632 139792698398466 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
[pid=9601/tid=9652] ppid=9598 vsize=14069564 CPUtime=0.48 cores=1,3,5,7
/proc/9601/task/9652/stat : 9652 (java) S 9598 9601 3187 0 -1 1077944384 1707 12461 0 0 33 7 5 3 20 0 15 0 7033758 14407233536 334843 18446744073709551615 4194304 4196468 140736779446336 139793009617936 139793090213589 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
[pid=9601/tid=9653] ppid=9598 vsize=14069564 CPUtime=0.49 cores=1,3,5,7
/proc/9601/task/9653/stat : 9653 (java) S 9598 9601 3187 0 -1 1077944384 1986 12461 0 0 33 8 5 3 20 0 15 0 7033758 14407233536 334843 18446744073709551615 4194304 4196468 140736779446336 139793008565392 139793090213589 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
[pid=9601/tid=9654] ppid=9598 vsize=14069564 CPUtime=0.48 cores=1,3,5,7
/proc/9601/task/9654/stat : 9654 (java) S 9598 9601 3187 0 -1 1077944384 4397 12461 0 0 33 7 5 3 20 0 15 0 7033758 14407233536 334843 18446744073709551615 4194304 4196468 140736779446336 139793007512336 139793090213589 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
[pid=9601/tid=9655] ppid=9598 vsize=14069564 CPUtime=0.49 cores=1,3,5,7
/proc/9601/task/9655/stat : 9655 (java) S 9598 9601 3187 0 -1 1077944384 2831 12461 0 0 33 8 5 3 20 0 15 0 7033758 14407233536 334843 18446744073709551615 4194304 4196468 140736779446336 139793006459792 139793090213589 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
[pid=9601/tid=9656] ppid=9598 vsize=14069564 CPUtime=0.38 cores=1,3,5,7
/proc/9601/task/9656/stat : 9656 (java) S 9598 9601 3187 0 -1 1077944384 7489 12461 0 0 27 3 5 3 20 0 15 0 7033759 14407233536 334843 18446744073709551615 4194304 4196468 140736779446336 139792567752944 139793090214530 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
[pid=9601/tid=9657] ppid=9598 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/9601/task/9657/stat : 9657 (java) S 9598 9601 3187 0 -1 1077944384 60 12461 0 0 0 0 5 3 20 0 15 0 7033759 14407233536 334843 18446744073709551615 4194304 4196468 140736779446336 139792566699296 139793090213589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
[pid=9601/tid=9658] ppid=9598 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/9601/task/9658/stat : 9658 (java) S 9598 9601 3187 0 -1 1077944384 47 12461 0 0 0 0 5 3 20 0 15 0 7033760 14407233536 334843 18446744073709551615 4194304 4196468 140736779446336 139792565646080 139793090213589 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
[pid=9601/tid=9659] ppid=9598 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/9601/task/9659/stat : 9659 (java) S 9598 9601 3187 0 -1 1077944384 3 12461 0 0 0 0 5 3 20 0 15 0 7033762 14407233536 334843 18446744073709551615 4194304 4196468 140736779446336 139792564594640 139793090221979 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
[pid=9601/tid=9660] ppid=9598 vsize=14069564 CPUtime=3.85 cores=1,3,5,7
/proc/9601/task/9660/stat : 9660 (java) S 9598 9601 3187 0 -1 1077944384 16299 12461 0 0 374 3 5 3 20 0 15 0 7033762 14407233536 334843 18446744073709551615 4194304 4196468 140736779446336 139792563542768 139793090214530 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
[pid=9601/tid=9661] ppid=9598 vsize=14069564 CPUtime=4.37 cores=1,3,5,7
/proc/9601/task/9661/stat : 9661 (java) S 9598 9601 3187 0 -1 1077944384 15996 12461 0 0 426 3 5 3 20 0 15 0 7033762 14407233536 334843 18446744073709551615 4194304 4196468 140736779446336 139792562490224 139793090214530 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
[pid=9601/tid=9662] ppid=9598 vsize=14069564 CPUtime=2.08 cores=1,3,5,7
/proc/9601/task/9662/stat : 9662 (java) S 9598 9601 3187 0 -1 1077944384 17709 12461 0 0 196 4 5 3 20 0 15 0 7033762 14407233536 334843 18446744073709551615 4194304 4196468 140736779446336 139792561437168 139793090214530 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
[pid=9601/tid=9663] ppid=9598 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/9601/task/9663/stat : 9663 (java) S 9598 9601 3187 0 -1 1077944384 3 12461 0 0 0 0 5 3 20 0 15 0 7033762 14407233536 334843 18446744073709551615 4194304 4196468 140736779446336 139792560384864 139793090213589 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
[pid=9601/tid=9664] ppid=9598 vsize=14069564 CPUtime=0.2 cores=1,3,5,7
/proc/9601/task/9664/stat : 9664 (java) S 9598 9601 3187 0 -1 1077944384 151 12461 0 0 5 7 5 3 20 0 15 0 7033767 14407233536 334843 18446744073709551615 4194304 4196468 140736779446336 139792559331888 139793090214530 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
Current children cumulated CPU time (s) 233.42
Current children cumulated vsize (KiB) 14069564



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 1.12 1.36 1.53 3/214 9936
/proc/meminfo: memFree=29035332/32770624 swapFree=0/247784
[pid=9601] ppid=9598 vsize=14069564 CPUtime=251.25 cores=1,3,5,7
/proc/9601/stat : 9601 (java) S 9598 9601 3187 0 -1 1077944320 137252 12461 0 0 25040 77 5 3 20 0 15 0 7033733 14407233536 334883 18446744073709551615 4194304 4196468 140736779446336 140736779428880 139793090203383 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
/proc/9601/statm: 3517391 334883 3469 1 0 3506013 0
[pid=9601/tid=9651] ppid=9598 vsize=14069564 CPUtime=238.82 cores=1,3,5,7
/proc/9601/task/9651/stat : 9651 (java) R 9598 9601 3187 0 -1 4202560 64511 12461 0 0 23847 27 5 3 20 0 15 0 7033757 14407233536 334883 18446744073709551615 4194304 4196468 140736779446336 139793094437472 139792697887282 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
[pid=9601/tid=9652] ppid=9598 vsize=14069564 CPUtime=0.53 cores=1,3,5,7
/proc/9601/task/9652/stat : 9652 (java) S 9598 9601 3187 0 -1 1077944384 1857 12461 0 0 37 8 5 3 20 0 15 0 7033758 14407233536 334883 18446744073709551615 4194304 4196468 140736779446336 139793009617936 139793090213589 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
[pid=9601/tid=9653] ppid=9598 vsize=14069564 CPUtime=0.53 cores=1,3,5,7
/proc/9601/task/9653/stat : 9653 (java) S 9598 9601 3187 0 -1 1077944384 2041 12461 0 0 37 8 5 3 20 0 15 0 7033758 14407233536 334883 18446744073709551615 4194304 4196468 140736779446336 139793008565392 139793090213589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
[pid=9601/tid=9654] ppid=9598 vsize=14069564 CPUtime=0.53 cores=1,3,5,7
/proc/9601/task/9654/stat : 9654 (java) S 9598 9601 3187 0 -1 1077944384 5853 12461 0 0 38 7 5 3 20 0 15 0 7033758 14407233536 334883 18446744073709551615 4194304 4196468 140736779446336 139793007512336 139793090213589 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
[pid=9601/tid=9655] ppid=9598 vsize=14069564 CPUtime=0.53 cores=1,3,5,7
/proc/9601/task/9655/stat : 9655 (java) S 9598 9601 3187 0 -1 1077944384 2909 12461 0 0 37 8 5 3 20 0 15 0 7033758 14407233536 334883 18446744073709551615 4194304 4196468 140736779446336 139793006459792 139793090213589 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
[pid=9601/tid=9656] ppid=9598 vsize=14069564 CPUtime=0.43 cores=1,3,5,7
/proc/9601/task/9656/stat : 9656 (java) S 9598 9601 3187 0 -1 1077944384 7647 12461 0 0 31 4 5 3 20 0 15 0 7033759 14407233536 334883 18446744073709551615 4194304 4196468 140736779446336 139792567752944 139793090214530 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
[pid=9601/tid=9657] ppid=9598 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/9601/task/9657/stat : 9657 (java) S 9598 9601 3187 0 -1 1077944384 60 12461 0 0 0 0 5 3 20 0 15 0 7033759 14407233536 334883 18446744073709551615 4194304 4196468 140736779446336 139792566699296 139793090213589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
[pid=9601/tid=9658] ppid=9598 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/9601/task/9658/stat : 9658 (java) S 9598 9601 3187 0 -1 1077944384 47 12461 0 0 0 0 5 3 20 0 15 0 7033760 14407233536 334883 18446744073709551615 4194304 4196468 140736779446336 139792565646080 139793090213589 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
[pid=9601/tid=9659] ppid=9598 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/9601/task/9659/stat : 9659 (java) S 9598 9601 3187 0 -1 1077944384 3 12461 0 0 0 0 5 3 20 0 15 0 7033762 14407233536 334883 18446744073709551615 4194304 4196468 140736779446336 139792564594640 139793090221979 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
[pid=9601/tid=9660] ppid=9598 vsize=14069564 CPUtime=3.85 cores=1,3,5,7
/proc/9601/task/9660/stat : 9660 (java) S 9598 9601 3187 0 -1 1077944384 16301 12461 0 0 374 3 5 3 20 0 15 0 7033762 14407233536 334883 18446744073709551615 4194304 4196468 140736779446336 139792563542768 139793090214530 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
[pid=9601/tid=9661] ppid=9598 vsize=14069564 CPUtime=4.37 cores=1,3,5,7
/proc/9601/task/9661/stat : 9661 (java) S 9598 9601 3187 0 -1 1077944384 16000 12461 0 0 426 3 5 3 20 0 15 0 7033762 14407233536 334883 18446744073709551615 4194304 4196468 140736779446336 139792562490224 139793090214530 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
[pid=9601/tid=9662] ppid=9598 vsize=14069564 CPUtime=2.08 cores=1,3,5,7
/proc/9601/task/9662/stat : 9662 (java) S 9598 9601 3187 0 -1 1077944384 17711 12461 0 0 196 4 5 3 20 0 15 0 7033762 14407233536 334883 18446744073709551615 4194304 4196468 140736779446336 139792561437168 139793090214530 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
[pid=9601/tid=9663] ppid=9598 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/9601/task/9663/stat : 9663 (java) S 9598 9601 3187 0 -1 1077944384 3 12461 0 0 0 0 5 3 20 0 15 0 7033762 14407233536 334883 18446744073709551615 4194304 4196468 140736779446336 139792560384864 139793090213589 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
[pid=9601/tid=9664] ppid=9598 vsize=14069564 CPUtime=0.21 cores=1,3,5,7
/proc/9601/task/9664/stat : 9664 (java) S 9598 9601 3187 0 -1 1077944384 158 12461 0 0 6 7 5 3 20 0 15 0 7033767 14407233536 334883 18446744073709551615 4194304 4196468 140736779446336 139792559331888 139793090214530 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
Current children cumulated CPU time (s) 251.25
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 9601 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+240.205 s]
/proc/loadavg: 1.12 1.36 1.53 3/214 9936
/proc/meminfo: memFree=29035332/32770624 swapFree=0/247784
[pid=9601] ppid=9598 vsize=14202692 CPUtime=251.74 cores=1,3,5,7
/proc/9601/stat : 9601 (java) S 9598 9601 3187 0 -1 1077944320 150057 12461 0 0 25088 78 5 3 20 0 17 0 7033733 14543556608 336613 18446744073709551615 4194304 4196468 140736779446336 140736779428880 139793090203383 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
/proc/9601/statm: 3550673 336613 3470 1 0 3539295 0
[pid=9601/tid=9651] ppid=9598 vsize=14202692 CPUtime=238.82 cores=1,3,5,7
/proc/9601/task/9651/stat : 9651 (java) S 9598 9601 3187 0 -1 1077944384 65556 12461 0 0 23847 27 5 3 20 0 17 0 7033757 14543556608 336613 18446744073709551615 4194304 4196468 140736779446336 139793094440928 139793090213589 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
[pid=9601/tid=9652] ppid=9598 vsize=14202692 CPUtime=0.63 cores=1,3,5,7
/proc/9601/task/9652/stat : 9652 (java) S 9598 9601 3187 0 -1 1077944384 1890 12461 0 0 47 8 5 3 20 0 17 0 7033758 14543556608 336613 18446744073709551615 4194304 4196468 140736779446336 139793009617936 139793090213589 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
[pid=9601/tid=9653] ppid=9598 vsize=14202692 CPUtime=0.63 cores=1,3,5,7
/proc/9601/task/9653/stat : 9653 (java) R 9598 9601 3187 0 -1 1077944384 2074 12461 0 0 47 8 5 3 20 0 17 0 7033758 14543556608 336613 18446744073709551615 4194304 4196468 140736779446336 139793008565392 139793090213589 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
[pid=9601/tid=9654] ppid=9598 vsize=14202692 CPUtime=0.62 cores=1,3,5,7
/proc/9601/task/9654/stat : 9654 (java) S 9598 9601 3187 0 -1 1077944384 5892 12461 0 0 47 7 5 3 20 0 17 0 7033758 14543556608 336613 18446744073709551615 4194304 4196468 140736779446336 139793007512336 139793090213589 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
[pid=9601/tid=9655] ppid=9598 vsize=14202692 CPUtime=0.62 cores=1,3,5,7
/proc/9601/task/9655/stat : 9655 (java) S 9598 9601 3187 0 -1 1077944384 2927 12461 0 0 46 8 5 3 20 0 17 0 7033758 14543556608 336613 18446744073709551615 4194304 4196468 140736779446336 139793006459792 139793090213589 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
[pid=9601/tid=9656] ppid=9598 vsize=14202692 CPUtime=0.52 cores=1,3,5,7
/proc/9601/task/9656/stat : 9656 (java) S 9598 9601 3187 0 -1 1077944384 18495 12461 0 0 40 4 5 3 20 0 17 0 7033759 14543556608 336613 18446744073709551615 4194304 4196468 140736779446336 139792567752944 139793090214530 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
[pid=9601/tid=9657] ppid=9598 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/9601/task/9657/stat : 9657 (java) S 9598 9601 3187 0 -1 1077944384 62 12461 0 0 0 0 5 3 20 0 17 0 7033759 14543556608 336613 18446744073709551615 4194304 4196468 140736779446336 139792566699296 139793090213589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
[pid=9601/tid=9658] ppid=9598 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/9601/task/9658/stat : 9658 (java) S 9598 9601 3187 0 -1 1077944384 49 12461 0 0 0 0 5 3 20 0 17 0 7033760 14543556608 336613 18446744073709551615 4194304 4196468 140736779446336 139792565646080 139793090213589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
[pid=9601/tid=9659] ppid=9598 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/9601/task/9659/stat : 9659 (java) S 9598 9601 3187 0 -1 1077944384 190 12461 0 0 0 0 5 3 20 0 17 0 7033762 14543556608 336613 18446744073709551615 4194304 4196468 140736779446336 139792564594640 139793090221979 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
[pid=9601/tid=9660] ppid=9598 vsize=14202692 CPUtime=3.85 cores=1,3,5,7
/proc/9601/task/9660/stat : 9660 (java) S 9598 9601 3187 0 -1 1077944384 16301 12461 0 0 374 3 5 3 20 0 17 0 7033762 14543556608 336613 18446744073709551615 4194304 4196468 140736779446336 139792563542768 139793090214530 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
[pid=9601/tid=9661] ppid=9598 vsize=14202692 CPUtime=4.37 cores=1,3,5,7
/proc/9601/task/9661/stat : 9661 (java) S 9598 9601 3187 0 -1 1077944384 16000 12461 0 0 426 3 5 3 20 0 17 0 7033762 14543556608 336613 18446744073709551615 4194304 4196468 140736779446336 139792562490224 139793090214530 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
[pid=9601/tid=9662] ppid=9598 vsize=14202692 CPUtime=2.08 cores=1,3,5,7
/proc/9601/task/9662/stat : 9662 (java) R 9598 9601 3187 0 -1 4202560 17988 12461 0 0 196 4 5 3 20 0 17 0 7033762 14543556608 336613 18446744073709551615 4194304 4196468 140736779446336 139792561434368 139793074526720 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
[pid=9601/tid=9663] ppid=9598 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/9601/task/9663/stat : 9663 (java) S 9598 9601 3187 0 -1 1077944384 3 12461 0 0 0 0 5 3 20 0 17 0 7033762 14543556608 336613 18446744073709551615 4194304 4196468 140736779446336 139792560384864 139793090213589 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
[pid=9601/tid=9664] ppid=9598 vsize=14202692 CPUtime=0.21 cores=1,3,5,7
/proc/9601/task/9664/stat : 9664 (java) S 9598 9601 3187 0 -1 1077944384 158 12461 0 0 6 7 5 3 20 0 17 0 7033767 14543556608 336613 18446744073709551615 4194304 4196468 140736779446336 139792559331888 139793090214530 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22802432 140736779450318 140736779453103 140736779453103 140736779456463 0
Current children cumulated CPU time (s) 251.74
Current children cumulated vsize (KiB) 14202692

Child status: 143
Real time (s): 240.231
CPU time (s): 251.784
CPU user time (s): 250.949
CPU system time (s): 0.835171
CPU usage (%): 104.809
Max. virtual memory (cumulated for all children) (KiB): 14202692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 250.949
system time used= 0.835171
maximum resident set size= 1413944
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 162729
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= 19157
involuntary context switches= 584

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.02741 second user time and 1.61226 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-02 07:06:30
IDJOB=4259492
IDBENCH=126216
IDSOLVER=2646
FILE ID=node135/4259492-1501651231
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-27-a3.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4259492-1501651231/watcher-4259492-1501651231 -o /tmp/evaluation-result-4259492-1501651231/solver-4259492-1501651231 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node135-1501639717-27967 --watchdog 300  bin/concrete HOME/instance-4259492-1501651231.xml

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

MD5SUM BENCH= d2b2d316f8a3db7e4daa8c5fb45f5c4a
RANDOM SEED=1476652542

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:        30542752 kB
MemAvailable:   30814856 kB
Buffers:          126828 kB
Cached:           422408 kB
SwapCached:            0 kB
Active:          1549212 kB
Inactive:         256132 kB
Active(anon):    1256732 kB
Inactive(anon):     8592 kB
Active(file):     292480 kB
Inactive(file):   247540 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24480 kB
Writeback:             0 kB
AnonPages:       1256012 kB
Mapped:            42340 kB
Shmem:              8960 kB
Slab:             122576 kB
SReclaimable:      95840 kB
SUnreclaim:        26736 kB
KernelStack:        3456 kB
PageTables:         7336 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2143956 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1032192 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:10:31