Trace number 4259490

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.496 240.22099

General information on the benchmark

NameGolombRuler/GolombRuler-a3-s1/
GolombRuler-25-a3.xml
MD5SUM6f45dc36d2c69d93d2d76d2d98e801df
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark672
Best CPU time to get the best result obtained on this benchmark1988.3199
Satisfiable
(Un)Satisfiability was proved
Number of variables650
Number of constraints303
Number of domains2
Minimum domain size1000
Maximum domain size1001
Distribution of domain sizes[{"size":1000,"count":300},{"size":1001,"count":25}]
Minimum variable degree0
Maximum variable degree26
Distribution of variable degrees[{"degree":0,"count":325},{"degree":2,"count":300},{"degree":25,"count":23},{"degree":26,"count":2}]
Minimum constraint arity1
Maximum constraint arity300
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":300},{"arity":25,"count":1},{"arity":300,"count":1}]
Number of extensional constraints0
Number of intensional constraints301
Distribution of constraint types[{"type":"intension","count":301},{"type":"allDifferent","count":1},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

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

pid=7347
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.47 1.59 1.66 2/194 7350
/proc/meminfo: memFree=29969088/32770624 swapFree=0/944748
[pid=7350] ppid=7347 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/7350/stat : 7350 (runsolver) D 7347 7350 5678 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 13746697 24240128 106 18446744073709551615 4194304 4338465 140723442555760 140723442553400 140709659054807 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 23621632 140723442557136 140723442557510 140723442557510 140723442560970 0
/proc/7350/statm: 5918 106 53 36 0 2156 0

[startup+0.100058 s]
/proc/loadavg: 1.47 1.59 1.66 2/194 7350
/proc/meminfo: memFree=29969088/32770624 swapFree=0/944748
[pid=7350] ppid=7347 vsize=9508 CPUtime=0 cores=1,3,5,7
/proc/7350/stat : 7350 (bash) S 7347 7350 5678 0 -1 4202496 720 3539 0 0 0 0 0 0 20 0 1 0 13746697 9736192 355 18446744073709551615 4194304 5098028 140732550351328 140732550348968 140248711019520 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 8 0 0 7196144 7232144 33992704 140732550357521 140732550357606 140732550357606 140732550361066 0
/proc/7350/statm: 2377 355 282 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.20017 s]
/proc/loadavg: 1.47 1.59 1.66 2/194 7350
/proc/meminfo: memFree=29969088/32770624 swapFree=0/944748
[pid=7350] ppid=7347 vsize=10652 CPUtime=0.07 cores=1,3,5,7
/proc/7350/stat : 7350 (java) R 7347 7350 5678 0 -1 4202496 1175 12497 0 0 0 0 5 2 20 0 1 0 13746697 10907648 173 18446744073709551615 4194304 4196468 140723302110224 140723302088424 140241384553985 0 0 1 0 0 0 0 17 3 0 0 8 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
/proc/7350/statm: 2663 173 139 1 0 85 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 10652

[startup+0.300734 s]
/proc/loadavg: 1.47 1.59 1.66 2/194 7350
/proc/meminfo: memFree=29969088/32770624 swapFree=0/944748
[pid=7350] ppid=7347 vsize=13974356 CPUtime=0.16 cores=1,3,5,7
/proc/7350/stat : 7350 (java) S 7347 7350 5678 0 -1 1077944320 6191 12497 0 0 8 1 5 2 20 0 15 0 13746697 14309740544 6867 18446744073709551615 4194304 4196468 140723302110224 140723302092768 140241392275191 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
/proc/7350/statm: 3493589 6867 2794 1 0 3482973 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 13974356

[startup+0.700237 s]
/proc/loadavg: 1.47 1.59 1.66 2/194 7350
/proc/meminfo: memFree=29969088/32770624 swapFree=0/944748
[pid=7350] ppid=7347 vsize=13974784 CPUtime=0.7 cores=1,3,5,7
/proc/7350/stat : 7350 (java) S 7347 7350 5678 0 -1 1077944320 14007 12497 0 0 60 3 5 2 20 0 15 0 13746697 14310178816 14939 18446744073709551615 4194304 4196468 140723302110224 140723302092768 140241392275191 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
/proc/7350/statm: 3493696 14939 3130 1 0 3482973 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 13974784

[startup+1.50066 s]
/proc/loadavg: 1.44 1.58 1.66 4/209 7413
/proc/meminfo: memFree=29870592/32770624 swapFree=0/944748
[pid=7350] ppid=7347 vsize=13985408 CPUtime=1.93 cores=1,3,5,7
/proc/7350/stat : 7350 (java) S 7347 7350 5678 0 -1 1077944320 29326 12497 0 0 177 9 5 2 20 0 15 0 13746697 14321057792 42759 18446744073709551615 4194304 4196468 140723302110224 140723302092768 140241392275191 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
/proc/7350/statm: 3496352 42759 3367 1 0 3485533 0
[pid=7350/tid=7400] ppid=7347 vsize=13985408 CPUtime=1.29 cores=1,3,5,7
/proc/7350/task/7400/stat : 7400 (java) R 7347 7350 5678 0 -1 4202560 21859 12497 0 0 117 5 5 2 20 0 15 0 13746718 14321057792 42759 18446744073709551615 4194304 4196468 140723302110224 140241396495344 140241376355678 0 4 1 16800974 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
[pid=7350/tid=7401] ppid=7347 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/7350/task/7401/stat : 7401 (java) S 7347 7350 5678 0 -1 1077944384 194 12497 0 0 0 0 5 2 20 0 15 0 13746718 14321057792 42759 18446744073709551615 4194304 4196468 140723302110224 140240992266640 140241392285397 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
[pid=7350/tid=7402] ppid=7347 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/7350/task/7402/stat : 7402 (java) S 7347 7350 5678 0 -1 1077944384 33 12497 0 0 0 0 5 2 20 0 15 0 13746718 14321057792 42759 18446744073709551615 4194304 4196468 140723302110224 140240991213840 140241392285397 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
[pid=7350/tid=7403] ppid=7347 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/7350/task/7403/stat : 7403 (java) S 7347 7350 5678 0 -1 1077944384 60 12497 0 0 1 0 5 2 20 0 15 0 13746718 14321057792 42759 18446744073709551615 4194304 4196468 140723302110224 140240990161552 140241392285397 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
[pid=7350/tid=7404] ppid=7347 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/7350/task/7404/stat : 7404 (java) S 7347 7350 5678 0 -1 1077944384 71 12497 0 0 1 0 5 2 20 0 15 0 13746718 14321057792 42759 18446744073709551615 4194304 4196468 140723302110224 140240989108752 140241392285397 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
[pid=7350/tid=7405] ppid=7347 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/7350/task/7405/stat : 7405 (java) S 7347 7350 5678 0 -1 1077944384 1622 12497 0 0 1 0 5 2 20 0 15 0 13746720 14321057792 42759 18446744073709551615 4194304 4196468 140723302110224 140240870771312 140241392286338 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
[pid=7350/tid=7406] ppid=7347 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/7350/task/7406/stat : 7406 (java) S 7347 7350 5678 0 -1 1077944384 56 12497 0 0 0 0 5 2 20 0 15 0 13746720 14321057792 42759 18446744073709551615 4194304 4196468 140723302110224 140240869717280 140241392285397 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
[pid=7350/tid=7407] ppid=7347 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/7350/task/7407/stat : 7407 (java) S 7347 7350 5678 0 -1 1077944384 43 12497 0 0 0 0 5 2 20 0 15 0 13746720 14321057792 42759 18446744073709551615 4194304 4196468 140723302110224 140240868664960 140241392285397 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
[pid=7350/tid=7408] ppid=7347 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/7350/task/7408/stat : 7408 (java) S 7347 7350 5678 0 -1 1077944384 3 12497 0 0 0 0 5 2 20 0 15 0 13746723 14321057792 42759 18446744073709551615 4194304 4196468 140723302110224 140240867613264 140241392293787 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
[pid=7350/tid=7409] ppid=7347 vsize=13985408 CPUtime=0.21 cores=1,3,5,7
/proc/7350/task/7409/stat : 7409 (java) R 7347 7350 5678 0 -1 4202560 1033 12497 0 0 14 0 5 2 20 0 15 0 13746723 14321057792 42759 18446744073709551615 4194304 4196468 140723302110224 140240866548784 140241372974560 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
[pid=7350/tid=7410] ppid=7347 vsize=13985408 CPUtime=0.22 cores=1,3,5,7
/proc/7350/task/7410/stat : 7410 (java) S 7347 7350 5678 0 -1 1077944384 773 12497 0 0 15 0 5 2 20 0 15 0 13746723 14321057792 42759 18446744073709551615 4194304 4196468 140723302110224 140240865507312 140241392286338 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
[pid=7350/tid=7411] ppid=7347 vsize=13985408 CPUtime=0.3 cores=1,3,5,7
/proc/7350/task/7411/stat : 7411 (java) S 7347 7350 5678 0 -1 1077944384 1418 12497 0 0 23 0 5 2 20 0 15 0 13746723 14321057792 42759 18446744073709551615 4194304 4196468 140723302110224 140240864455024 140241392286338 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
[pid=7350/tid=7412] ppid=7347 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/7350/task/7412/stat : 7412 (java) S 7347 7350 5678 0 -1 1077944384 3 12497 0 0 0 0 5 2 20 0 15 0 13746723 14321057792 42759 18446744073709551615 4194304 4196468 140723302110224 140240863402464 140241392285397 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
[pid=7350/tid=7413] ppid=7347 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/7350/task/7413/stat : 7413 (java) S 7347 7350 5678 0 -1 1077944384 5 12497 0 0 0 0 5 2 20 0 15 0 13746726 14321057792 42759 18446744073709551615 4194304 4196468 140723302110224 140240862350256 140241392286338 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 13985408

[startup+3.10067 s]
/proc/loadavg: 1.44 1.58 1.66 5/209 7413
/proc/meminfo: memFree=29796088/32770624 swapFree=0/944748
[pid=7350] ppid=7347 vsize=13997884 CPUtime=6.1 cores=1,3,5,7
/proc/7350/stat : 7350 (java) S 7347 7350 5678 0 -1 1077944320 45546 12497 0 0 588 15 5 2 20 0 15 0 13746697 14333833216 54879 18446744073709551615 4194304 4196468 140723302110224 140723302092768 140241392275191 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
/proc/7350/statm: 3499471 54879 3441 1 0 3488093 0
[pid=7350/tid=7400] ppid=7347 vsize=13997884 CPUtime=2.89 cores=1,3,5,7
/proc/7350/task/7400/stat : 7400 (java) R 7347 7350 5678 0 -1 4202560 28853 12497 0 0 274 8 5 2 20 0 15 0 13746718 14333833216 54879 18446744073709551615 4194304 4196468 140723302110224 140241396500752 140241373681490 0 4 1 16800974 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
[pid=7350/tid=7401] ppid=7347 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/7350/task/7401/stat : 7401 (java) S 7347 7350 5678 0 -1 1077944384 194 12497 0 0 0 0 5 2 20 0 15 0 13746718 14333833216 54879 18446744073709551615 4194304 4196468 140723302110224 140240992266640 140241392285397 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
[pid=7350/tid=7402] ppid=7347 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/7350/task/7402/stat : 7402 (java) S 7347 7350 5678 0 -1 1077944384 33 12497 0 0 0 0 5 2 20 0 15 0 13746718 14333833216 54879 18446744073709551615 4194304 4196468 140723302110224 140240991213840 140241392285397 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
[pid=7350/tid=7403] ppid=7347 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/7350/task/7403/stat : 7403 (java) S 7347 7350 5678 0 -1 1077944384 60 12497 0 0 1 0 5 2 20 0 15 0 13746718 14333833216 54879 18446744073709551615 4194304 4196468 140723302110224 140240990161552 140241392285397 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
[pid=7350/tid=7404] ppid=7347 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/7350/task/7404/stat : 7404 (java) S 7347 7350 5678 0 -1 1077944384 71 12497 0 0 1 0 5 2 20 0 15 0 13746718 14333833216 54879 18446744073709551615 4194304 4196468 140723302110224 140240989108752 140241392285397 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
[pid=7350/tid=7405] ppid=7347 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/7350/task/7405/stat : 7405 (java) S 7347 7350 5678 0 -1 1077944384 1633 12497 0 0 1 0 5 2 20 0 15 0 13746720 14333833216 54879 18446744073709551615 4194304 4196468 140723302110224 140240870771312 140241392286338 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
[pid=7350/tid=7406] ppid=7347 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/7350/task/7406/stat : 7406 (java) S 7347 7350 5678 0 -1 1077944384 56 12497 0 0 0 0 5 2 20 0 15 0 13746720 14333833216 54879 18446744073709551615 4194304 4196468 140723302110224 140240869717280 140241392285397 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
[pid=7350/tid=7407] ppid=7347 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/7350/task/7407/stat : 7407 (java) S 7347 7350 5678 0 -1 1077944384 43 12497 0 0 0 0 5 2 20 0 15 0 13746720 14333833216 54879 18446744073709551615 4194304 4196468 140723302110224 140240868664960 140241392285397 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
[pid=7350/tid=7408] ppid=7347 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/7350/task/7408/stat : 7408 (java) S 7347 7350 5678 0 -1 1077944384 3 12497 0 0 0 0 5 2 20 0 15 0 13746723 14333833216 54879 18446744073709551615 4194304 4196468 140723302110224 140240867613264 140241392293787 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
[pid=7350/tid=7409] ppid=7347 vsize=13997884 CPUtime=0.91 cores=1,3,5,7
/proc/7350/task/7409/stat : 7409 (java) R 7347 7350 5678 0 -1 4202560 2333 12497 0 0 83 1 5 2 20 0 15 0 13746723 14333833216 54879 18446744073709551615 4194304 4196468 140723302110224 140240866550944 140241378291217 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
[pid=7350/tid=7410] ppid=7347 vsize=13997884 CPUtime=1.21 cores=1,3,5,7
/proc/7350/task/7410/stat : 7410 (java) R 7347 7350 5678 0 -1 4202560 4883 12497 0 0 114 0 5 2 20 0 15 0 13746723 14333833216 54879 18446744073709551615 4194304 4196468 140723302110224 140240865492544 140241373795296 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
[pid=7350/tid=7411] ppid=7347 vsize=13997884 CPUtime=1.19 cores=1,3,5,7
/proc/7350/task/7411/stat : 7411 (java) S 7347 7350 5678 0 -1 1077944384 5222 12497 0 0 110 2 5 2 20 0 15 0 13746723 14333833216 54879 18446744073709551615 4194304 4196468 140723302110224 140240864455024 140241392286338 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
[pid=7350/tid=7412] ppid=7347 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/7350/task/7412/stat : 7412 (java) S 7347 7350 5678 0 -1 1077944384 3 12497 0 0 0 0 5 2 20 0 15 0 13746723 14333833216 54879 18446744073709551615 4194304 4196468 140723302110224 140240863402464 140241392285397 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
[pid=7350/tid=7413] ppid=7347 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/7350/task/7413/stat : 7413 (java) S 7347 7350 5678 0 -1 1077944384 6 12497 0 0 0 0 5 2 20 0 15 0 13746726 14333833216 54879 18446744073709551615 4194304 4196468 140723302110224 140240862350256 140241392286338 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 13997884

[startup+6.30072 s]
/proc/loadavg: 1.44 1.58 1.66 3/209 7413
/proc/meminfo: memFree=29679464/32770624 swapFree=0/944756
[pid=7350] ppid=7347 vsize=13999932 CPUtime=11.06 cores=1,3,5,7
/proc/7350/stat : 7350 (java) S 7347 7350 5678 0 -1 1077944320 52128 12497 0 0 1080 19 5 2 20 0 15 0 13746697 14335930368 76171 18446744073709551615 4194304 4196468 140723302110224 140723302092768 140241392275191 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
/proc/7350/statm: 3499983 76171 3453 1 0 3488605 0
[pid=7350/tid=7400] ppid=7347 vsize=13999932 CPUtime=6.04 cores=1,3,5,7
/proc/7350/task/7400/stat : 7400 (java) R 7347 7350 5678 0 -1 4202560 29668 12497 0 0 588 9 5 2 20 0 15 0 13746718 14335930368 76171 18446744073709551615 4194304 4196468 140723302110224 140241396505976 140241045833097 0 4 1 16800974 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
[pid=7350/tid=7401] ppid=7347 vsize=13999932 CPUtime=0.1 cores=1,3,5,7
/proc/7350/task/7401/stat : 7401 (java) S 7347 7350 5678 0 -1 1077944384 205 12497 0 0 2 1 5 2 20 0 15 0 13746718 14335930368 76171 18446744073709551615 4194304 4196468 140723302110224 140240992266640 140241392285397 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
[pid=7350/tid=7402] ppid=7347 vsize=13999932 CPUtime=0.1 cores=1,3,5,7
/proc/7350/task/7402/stat : 7402 (java) S 7347 7350 5678 0 -1 1077944384 90 12497 0 0 3 0 5 2 20 0 15 0 13746718 14335930368 76171 18446744073709551615 4194304 4196468 140723302110224 140240991213840 140241392285397 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
[pid=7350/tid=7403] ppid=7347 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/7350/task/7403/stat : 7403 (java) S 7347 7350 5678 0 -1 1077944384 69 12497 0 0 2 0 5 2 20 0 15 0 13746718 14335930368 76171 18446744073709551615 4194304 4196468 140723302110224 140240990161552 140241392285397 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
[pid=7350/tid=7404] ppid=7347 vsize=13999932 CPUtime=0.1 cores=1,3,5,7
/proc/7350/task/7404/stat : 7404 (java) S 7347 7350 5678 0 -1 1077944384 97 12497 0 0 3 0 5 2 20 0 15 0 13746718 14335930368 76171 18446744073709551615 4194304 4196468 140723302110224 140240989108752 140241392285397 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
[pid=7350/tid=7405] ppid=7347 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/7350/task/7405/stat : 7405 (java) S 7347 7350 5678 0 -1 1077944384 1666 12497 0 0 2 0 5 2 20 0 15 0 13746720 14335930368 76171 18446744073709551615 4194304 4196468 140723302110224 140240870771312 140241392286338 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
[pid=7350/tid=7406] ppid=7347 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/7350/task/7406/stat : 7406 (java) S 7347 7350 5678 0 -1 1077944384 56 12497 0 0 0 0 5 2 20 0 15 0 13746720 14335930368 76171 18446744073709551615 4194304 4196468 140723302110224 140240869717344 140241392285397 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
[pid=7350/tid=7407] ppid=7347 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/7350/task/7407/stat : 7407 (java) S 7347 7350 5678 0 -1 1077944384 43 12497 0 0 0 0 5 2 20 0 15 0 13746720 14335930368 76171 18446744073709551615 4194304 4196468 140723302110224 140240868664960 140241392285397 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
[pid=7350/tid=7408] ppid=7347 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/7350/task/7408/stat : 7408 (java) S 7347 7350 5678 0 -1 1077944384 3 12497 0 0 0 0 5 2 20 0 15 0 13746723 14335930368 76171 18446744073709551615 4194304 4196468 140723302110224 140240867613264 140241392293787 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
[pid=7350/tid=7409] ppid=7347 vsize=13999932 CPUtime=1.58 cores=1,3,5,7
/proc/7350/task/7409/stat : 7409 (java) S 7347 7350 5678 0 -1 1077944384 5380 12497 0 0 150 1 5 2 20 0 15 0 13746723 14335930368 76171 18446744073709551615 4194304 4196468 140723302110224 140240866560112 140241392286338 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
[pid=7350/tid=7410] ppid=7347 vsize=13999932 CPUtime=1.97 cores=1,3,5,7
/proc/7350/task/7410/stat : 7410 (java) S 7347 7350 5678 0 -1 1077944384 6636 12497 0 0 190 0 5 2 20 0 15 0 13746723 14335930368 76171 18446744073709551615 4194304 4196468 140723302110224 140240865507312 140241392286338 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
[pid=7350/tid=7411] ppid=7347 vsize=13999932 CPUtime=1.44 cores=1,3,5,7
/proc/7350/task/7411/stat : 7411 (java) S 7347 7350 5678 0 -1 1077944384 5911 12497 0 0 135 2 5 2 20 0 15 0 13746723 14335930368 76171 18446744073709551615 4194304 4196468 140723302110224 140240864455024 140241392286338 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
[pid=7350/tid=7412] ppid=7347 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/7350/task/7412/stat : 7412 (java) S 7347 7350 5678 0 -1 1077944384 3 12497 0 0 0 0 5 2 20 0 15 0 13746723 14335930368 76171 18446744073709551615 4194304 4196468 140723302110224 140240863402464 140241392285397 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
[pid=7350/tid=7413] ppid=7347 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/7350/task/7413/stat : 7413 (java) S 7347 7350 5678 0 -1 1077944384 148 12497 0 0 0 0 5 2 20 0 15 0 13746726 14335930368 76171 18446744073709551615 4194304 4196468 140723302110224 140240862350256 140241392286338 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
Current children cumulated CPU time (s) 11.06
Current children cumulated vsize (KiB) 13999932

[startup+12.7007 s]
/proc/loadavg: 1.44 1.58 1.65 3/209 7413
/proc/meminfo: memFree=29579116/32770624 swapFree=0/944764
[pid=7350] ppid=7347 vsize=13999932 CPUtime=17.98 cores=1,3,5,7
/proc/7350/stat : 7350 (java) S 7347 7350 5678 0 -1 1077944320 60745 12497 0 0 1766 25 5 2 20 0 15 0 13746697 14335930368 104658 18446744073709551615 4194304 4196468 140723302110224 140723302092768 140241392275191 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
/proc/7350/statm: 3499983 104658 3455 1 0 3488605 0
[pid=7350/tid=7400] ppid=7347 vsize=13999932 CPUtime=12.4 cores=1,3,5,7
/proc/7350/task/7400/stat : 7400 (java) R 7347 7350 5678 0 -1 4202560 31678 12497 0 0 1223 10 5 2 20 0 15 0 13746718 14335930368 104658 18446744073709551615 4194304 4196468 140723302110224 140241396506432 140241045833097 0 4 1 16800974 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
[pid=7350/tid=7401] ppid=7347 vsize=13999932 CPUtime=0.14 cores=1,3,5,7
/proc/7350/task/7401/stat : 7401 (java) S 7347 7350 5678 0 -1 1077944384 844 12497 0 0 5 2 5 2 20 0 15 0 13746718 14335930368 104658 18446744073709551615 4194304 4196468 140723302110224 140240992266640 140241392285397 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
[pid=7350/tid=7402] ppid=7347 vsize=13999932 CPUtime=0.13 cores=1,3,5,7
/proc/7350/task/7402/stat : 7402 (java) S 7347 7350 5678 0 -1 1077944384 485 12497 0 0 5 1 5 2 20 0 15 0 13746718 14335930368 104658 18446744073709551615 4194304 4196468 140723302110224 140240991213840 140241392285397 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
[pid=7350/tid=7403] ppid=7347 vsize=13999932 CPUtime=0.13 cores=1,3,5,7
/proc/7350/task/7403/stat : 7403 (java) S 7347 7350 5678 0 -1 1077944384 174 12497 0 0 5 1 5 2 20 0 15 0 13746718 14335930368 104658 18446744073709551615 4194304 4196468 140723302110224 140240990161552 140241392285397 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
[pid=7350/tid=7404] ppid=7347 vsize=13999932 CPUtime=0.13 cores=1,3,5,7
/proc/7350/task/7404/stat : 7404 (java) S 7347 7350 5678 0 -1 1077944384 939 12497 0 0 5 1 5 2 20 0 15 0 13746718 14335930368 104658 18446744073709551615 4194304 4196468 140723302110224 140240989108752 140241392285397 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
[pid=7350/tid=7405] ppid=7347 vsize=13999932 CPUtime=0.1 cores=1,3,5,7
/proc/7350/task/7405/stat : 7405 (java) S 7347 7350 5678 0 -1 1077944384 1956 12497 0 0 3 0 5 2 20 0 15 0 13746720 14335930368 104658 18446744073709551615 4194304 4196468 140723302110224 140240870771312 140241392286338 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
[pid=7350/tid=7406] ppid=7347 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/7350/task/7406/stat : 7406 (java) S 7347 7350 5678 0 -1 1077944384 56 12497 0 0 0 0 5 2 20 0 15 0 13746720 14335930368 104658 18446744073709551615 4194304 4196468 140723302110224 140240869717344 140241392285397 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
[pid=7350/tid=7407] ppid=7347 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/7350/task/7407/stat : 7407 (java) S 7347 7350 5678 0 -1 1077944384 43 12497 0 0 0 0 5 2 20 0 15 0 13746720 14335930368 104658 18446744073709551615 4194304 4196468 140723302110224 140240868664960 140241392285397 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
[pid=7350/tid=7408] ppid=7347 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/7350/task/7408/stat : 7408 (java) S 7347 7350 5678 0 -1 1077944384 3 12497 0 0 0 0 5 2 20 0 15 0 13746723 14335930368 104658 18446744073709551615 4194304 4196468 140723302110224 140240867613264 140241392293787 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0

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

/proc/7350/task/7412/stat : 7412 (java) S 7347 7350 5678 0 -1 1077944384 3 12497 0 0 0 0 5 2 20 0 15 0 13746723 14407233536 458218 18446744073709551615 4194304 4196468 140723302110224 140240863402464 140241392285397 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
[pid=7350/tid=7413] ppid=7347 vsize=14069564 CPUtime=0.12 cores=1,3,5,7
/proc/7350/task/7413/stat : 7413 (java) S 7347 7350 5678 0 -1 1077944384 1112 12497 0 0 2 3 5 2 20 0 15 0 13746726 14407233536 458218 18446744073709551615 4194304 4196468 140723302110224 140240862350256 140241392286338 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
Current children cumulated CPU time (s) 112.13
Current children cumulated vsize (KiB) 14069564

[startup+162.301 s]
/proc/loadavg: 1.31 1.52 1.63 3/209 7542
/proc/meminfo: memFree=27898352/32770624 swapFree=0/944940
[pid=7350] ppid=7347 vsize=14069564 CPUtime=172.51 cores=1,3,5,7
/proc/7350/stat : 7350 (java) S 7347 7350 5678 0 -1 1077944320 119506 12497 0 0 17171 73 5 2 20 0 15 0 13746697 14407233536 458314 18446744073709551615 4194304 4196468 140723302110224 140723302092768 140241392275191 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
/proc/7350/statm: 3517391 458314 3471 1 0 3506013 0
[pid=7350/tid=7400] ppid=7347 vsize=14069564 CPUtime=161.45 cores=1,3,5,7
/proc/7350/task/7400/stat : 7400 (java) R 7347 7350 5678 0 -1 4202560 56817 12497 0 0 16106 32 5 2 20 0 15 0 13746718 14407233536 458314 18446744073709551615 4194304 4196468 140723302110224 140241396509440 140241052263453 0 4 1 16800974 0 0 0 -1 7 0 0 2 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
[pid=7350/tid=7401] ppid=7347 vsize=14069564 CPUtime=0.38 cores=1,3,5,7
/proc/7350/task/7401/stat : 7401 (java) S 7347 7350 5678 0 -1 1077944384 2699 12497 0 0 24 7 5 2 20 0 15 0 13746718 14407233536 458314 18446744073709551615 4194304 4196468 140723302110224 140240992266640 140241392285397 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
[pid=7350/tid=7402] ppid=7347 vsize=14069564 CPUtime=0.37 cores=1,3,5,7
/proc/7350/task/7402/stat : 7402 (java) S 7347 7350 5678 0 -1 1077944384 2822 12497 0 0 24 6 5 2 20 0 15 0 13746718 14407233536 458314 18446744073709551615 4194304 4196468 140723302110224 140240991213840 140241392285397 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
[pid=7350/tid=7403] ppid=7347 vsize=14069564 CPUtime=0.37 cores=1,3,5,7
/proc/7350/task/7403/stat : 7403 (java) S 7347 7350 5678 0 -1 1077944384 1254 12497 0 0 23 7 5 2 20 0 15 0 13746718 14407233536 458314 18446744073709551615 4194304 4196468 140723302110224 140240990161552 140241392285397 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
[pid=7350/tid=7404] ppid=7347 vsize=14069564 CPUtime=0.37 cores=1,3,5,7
/proc/7350/task/7404/stat : 7404 (java) S 7347 7350 5678 0 -1 1077944384 1542 12497 0 0 24 6 5 2 20 0 15 0 13746718 14407233536 458314 18446744073709551615 4194304 4196468 140723302110224 140240989108752 140241392285397 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
[pid=7350/tid=7405] ppid=7347 vsize=14069564 CPUtime=0.32 cores=1,3,5,7
/proc/7350/task/7405/stat : 7405 (java) S 7347 7350 5678 0 -1 1077944384 7016 12497 0 0 22 3 5 2 20 0 15 0 13746720 14407233536 458314 18446744073709551615 4194304 4196468 140723302110224 140240870771312 140241392286338 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
[pid=7350/tid=7406] ppid=7347 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/7350/task/7406/stat : 7406 (java) S 7347 7350 5678 0 -1 1077944384 60 12497 0 0 0 0 5 2 20 0 15 0 13746720 14407233536 458314 18446744073709551615 4194304 4196468 140723302110224 140240869717408 140241392285397 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
[pid=7350/tid=7407] ppid=7347 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/7350/task/7407/stat : 7407 (java) S 7347 7350 5678 0 -1 1077944384 47 12497 0 0 0 0 5 2 20 0 15 0 13746720 14407233536 458314 18446744073709551615 4194304 4196468 140723302110224 140240868664960 140241392285397 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
[pid=7350/tid=7408] ppid=7347 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/7350/task/7408/stat : 7408 (java) S 7347 7350 5678 0 -1 1077944384 3 12497 0 0 0 0 5 2 20 0 15 0 13746723 14407233536 458314 18446744073709551615 4194304 4196468 140723302110224 140240867613264 140241392293787 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
[pid=7350/tid=7409] ppid=7347 vsize=14069564 CPUtime=3.41 cores=1,3,5,7
/proc/7350/task/7409/stat : 7409 (java) S 7347 7350 5678 0 -1 1077944384 10906 12497 0 0 332 2 5 2 20 0 15 0 13746723 14407233536 458314 18446744073709551615 4194304 4196468 140723302110224 140240866560112 140241392286338 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
[pid=7350/tid=7410] ppid=7347 vsize=14069564 CPUtime=4.18 cores=1,3,5,7
/proc/7350/task/7410/stat : 7410 (java) S 7347 7350 5678 0 -1 1077944384 16589 12497 0 0 410 1 5 2 20 0 15 0 13746723 14407233536 458314 18446744073709551615 4194304 4196468 140723302110224 140240865507312 140241392286338 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
[pid=7350/tid=7411] ppid=7347 vsize=14069564 CPUtime=2.02 cores=1,3,5,7
/proc/7350/task/7411/stat : 7411 (java) S 7347 7350 5678 0 -1 1077944384 16464 12497 0 0 191 4 5 2 20 0 15 0 13746723 14407233536 458314 18446744073709551615 4194304 4196468 140723302110224 140240864455024 140241392286338 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
[pid=7350/tid=7412] ppid=7347 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/7350/task/7412/stat : 7412 (java) S 7347 7350 5678 0 -1 1077944384 3 12497 0 0 0 0 5 2 20 0 15 0 13746723 14407233536 458314 18446744073709551615 4194304 4196468 140723302110224 140240863402464 140241392285397 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
[pid=7350/tid=7413] ppid=7347 vsize=14069564 CPUtime=0.15 cores=1,3,5,7
/proc/7350/task/7413/stat : 7413 (java) S 7347 7350 5678 0 -1 1077944384 1131 12497 0 0 4 4 5 2 20 0 15 0 13746726 14407233536 458314 18446744073709551615 4194304 4196468 140723302110224 140240862350256 140241392286338 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
Current children cumulated CPU time (s) 172.51
Current children cumulated vsize (KiB) 14069564

[startup+222.306 s]
/proc/loadavg: 1.42 1.52 1.62 3/209 7558
/proc/meminfo: memFree=27895264/32770624 swapFree=0/944964
[pid=7350] ppid=7347 vsize=14069564 CPUtime=233.1 cores=1,3,5,7
/proc/7350/stat : 7350 (java) S 7347 7350 5678 0 -1 1077944320 125137 12497 0 0 23219 84 5 2 20 0 15 0 13746697 14407233536 459020 18446744073709551615 4194304 4196468 140723302110224 140723302092768 140241392275191 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
/proc/7350/statm: 3517391 459020 3471 1 0 3506013 0
[pid=7350/tid=7400] ppid=7347 vsize=14069564 CPUtime=220.93 cores=1,3,5,7
/proc/7350/task/7400/stat : 7400 (java) R 7347 7350 5678 0 -1 4202560 58189 12497 0 0 22053 33 5 2 20 0 15 0 13746718 14407233536 459020 18446744073709551615 4194304 4196468 140723302110224 140241396509168 140241051608974 0 4 1 16800974 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
[pid=7350/tid=7401] ppid=7347 vsize=14069564 CPUtime=0.58 cores=1,3,5,7
/proc/7350/task/7401/stat : 7401 (java) S 7347 7350 5678 0 -1 1077944384 4231 12497 0 0 42 9 5 2 20 0 15 0 13746718 14407233536 459020 18446744073709551615 4194304 4196468 140723302110224 140240992266640 140241392285397 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
[pid=7350/tid=7402] ppid=7347 vsize=14069564 CPUtime=0.58 cores=1,3,5,7
/proc/7350/task/7402/stat : 7402 (java) S 7347 7350 5678 0 -1 1077944384 2930 12497 0 0 43 8 5 2 20 0 15 0 13746718 14407233536 459020 18446744073709551615 4194304 4196468 140723302110224 140240991213840 140241392285397 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
[pid=7350/tid=7403] ppid=7347 vsize=14069564 CPUtime=0.57 cores=1,3,5,7
/proc/7350/task/7403/stat : 7403 (java) S 7347 7350 5678 0 -1 1077944384 1368 12497 0 0 41 9 5 2 20 0 15 0 13746718 14407233536 459020 18446744073709551615 4194304 4196468 140723302110224 140240990161552 140241392285397 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
[pid=7350/tid=7404] ppid=7347 vsize=14069564 CPUtime=0.58 cores=1,3,5,7
/proc/7350/task/7404/stat : 7404 (java) S 7347 7350 5678 0 -1 1077944384 1701 12497 0 0 42 9 5 2 20 0 15 0 13746718 14407233536 459020 18446744073709551615 4194304 4196468 140723302110224 140240989108752 140241392285397 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
[pid=7350/tid=7405] ppid=7347 vsize=14069564 CPUtime=0.53 cores=1,3,5,7
/proc/7350/task/7405/stat : 7405 (java) S 7347 7350 5678 0 -1 1077944384 7342 12497 0 0 42 4 5 2 20 0 15 0 13746720 14407233536 459020 18446744073709551615 4194304 4196468 140723302110224 140240870771312 140241392286338 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
[pid=7350/tid=7406] ppid=7347 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/7350/task/7406/stat : 7406 (java) S 7347 7350 5678 0 -1 1077944384 60 12497 0 0 0 0 5 2 20 0 15 0 13746720 14407233536 459020 18446744073709551615 4194304 4196468 140723302110224 140240869717408 140241392285397 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
[pid=7350/tid=7407] ppid=7347 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/7350/task/7407/stat : 7407 (java) S 7347 7350 5678 0 -1 1077944384 47 12497 0 0 0 0 5 2 20 0 15 0 13746720 14407233536 459020 18446744073709551615 4194304 4196468 140723302110224 140240868664960 140241392285397 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
[pid=7350/tid=7408] ppid=7347 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/7350/task/7408/stat : 7408 (java) S 7347 7350 5678 0 -1 1077944384 3 12497 0 0 0 0 5 2 20 0 15 0 13746723 14407233536 459020 18446744073709551615 4194304 4196468 140723302110224 140240867613264 140241392293787 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
[pid=7350/tid=7409] ppid=7347 vsize=14069564 CPUtime=3.41 cores=1,3,5,7
/proc/7350/task/7409/stat : 7409 (java) S 7347 7350 5678 0 -1 1077944384 10909 12497 0 0 332 2 5 2 20 0 15 0 13746723 14407233536 459020 18446744073709551615 4194304 4196468 140723302110224 140240866560112 140241392286338 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
[pid=7350/tid=7410] ppid=7347 vsize=14069564 CPUtime=4.22 cores=1,3,5,7
/proc/7350/task/7410/stat : 7410 (java) S 7347 7350 5678 0 -1 1077944384 18578 12497 0 0 414 1 5 2 20 0 15 0 13746723 14407233536 459020 18446744073709551615 4194304 4196468 140723302110224 140240865507312 140241392286338 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
[pid=7350/tid=7411] ppid=7347 vsize=14069564 CPUtime=2.02 cores=1,3,5,7
/proc/7350/task/7411/stat : 7411 (java) S 7347 7350 5678 0 -1 1077944384 16466 12497 0 0 191 4 5 2 20 0 15 0 13746723 14407233536 459020 18446744073709551615 4194304 4196468 140723302110224 140240864455024 140241392286338 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
[pid=7350/tid=7412] ppid=7347 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/7350/task/7412/stat : 7412 (java) S 7347 7350 5678 0 -1 1077944384 3 12497 0 0 0 0 5 2 20 0 15 0 13746723 14407233536 459020 18446744073709551615 4194304 4196468 140723302110224 140240863402464 140241392285397 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
[pid=7350/tid=7413] ppid=7347 vsize=14069564 CPUtime=0.19 cores=1,3,5,7
/proc/7350/task/7413/stat : 7413 (java) S 7347 7350 5678 0 -1 1077944384 1157 12497 0 0 6 6 5 2 20 0 15 0 13746726 14407233536 459020 18446744073709551615 4194304 4196468 140723302110224 140240862350256 140241392286338 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
Current children cumulated CPU time (s) 233.1
Current children cumulated vsize (KiB) 14069564



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 1.40 1.51 1.61 3/209 7558
/proc/meminfo: memFree=27894724/32770624 swapFree=0/944976
[pid=7350] ppid=7347 vsize=14069564 CPUtime=250.99 cores=1,3,5,7
/proc/7350/stat : 7350 (java) S 7347 7350 5678 0 -1 1077944320 129866 12497 0 0 25007 85 5 2 20 0 15 0 13746697 14407233536 459064 18446744073709551615 4194304 4196468 140723302110224 140723302092768 140241392275191 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
/proc/7350/statm: 3517391 459064 3471 1 0 3506013 0
[pid=7350/tid=7400] ppid=7347 vsize=14069564 CPUtime=238.48 cores=1,3,5,7
/proc/7350/task/7400/stat : 7400 (java) R 7347 7350 5678 0 -1 4202560 59042 12497 0 0 23807 34 5 2 20 0 15 0 13746718 14407233536 459064 18446744073709551615 4194304 4196468 140723302110224 140241396509424 140241051189051 0 4 1 16800974 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
[pid=7350/tid=7401] ppid=7347 vsize=14069564 CPUtime=0.65 cores=1,3,5,7
/proc/7350/task/7401/stat : 7401 (java) S 7347 7350 5678 0 -1 1077944384 5761 12497 0 0 49 9 5 2 20 0 15 0 13746718 14407233536 459064 18446744073709551615 4194304 4196468 140723302110224 140240992266640 140241392285397 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
[pid=7350/tid=7402] ppid=7347 vsize=14069564 CPUtime=0.65 cores=1,3,5,7
/proc/7350/task/7402/stat : 7402 (java) S 7347 7350 5678 0 -1 1077944384 3067 12497 0 0 49 9 5 2 20 0 15 0 13746718 14407233536 459064 18446744073709551615 4194304 4196468 140723302110224 140240991213840 140241392285397 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
[pid=7350/tid=7403] ppid=7347 vsize=14069564 CPUtime=0.64 cores=1,3,5,7
/proc/7350/task/7403/stat : 7403 (java) S 7347 7350 5678 0 -1 1077944384 1435 12497 0 0 48 9 5 2 20 0 15 0 13746718 14407233536 459064 18446744073709551615 4194304 4196468 140723302110224 140240990161552 140241392285397 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
[pid=7350/tid=7404] ppid=7347 vsize=14069564 CPUtime=0.64 cores=1,3,5,7
/proc/7350/task/7404/stat : 7404 (java) S 7347 7350 5678 0 -1 1077944384 1762 12497 0 0 48 9 5 2 20 0 15 0 13746718 14407233536 459064 18446744073709551615 4194304 4196468 140723302110224 140240989108752 140241392285397 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
[pid=7350/tid=7405] ppid=7347 vsize=14069564 CPUtime=0.6 cores=1,3,5,7
/proc/7350/task/7405/stat : 7405 (java) S 7347 7350 5678 0 -1 1077944384 7664 12497 0 0 48 5 5 2 20 0 15 0 13746720 14407233536 459064 18446744073709551615 4194304 4196468 140723302110224 140240870771312 140241392286338 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
[pid=7350/tid=7406] ppid=7347 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/7350/task/7406/stat : 7406 (java) S 7347 7350 5678 0 -1 1077944384 60 12497 0 0 0 0 5 2 20 0 15 0 13746720 14407233536 459064 18446744073709551615 4194304 4196468 140723302110224 140240869717408 140241392285397 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
[pid=7350/tid=7407] ppid=7347 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/7350/task/7407/stat : 7407 (java) S 7347 7350 5678 0 -1 1077944384 47 12497 0 0 0 0 5 2 20 0 15 0 13746720 14407233536 459064 18446744073709551615 4194304 4196468 140723302110224 140240868664960 140241392285397 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
[pid=7350/tid=7408] ppid=7347 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/7350/task/7408/stat : 7408 (java) S 7347 7350 5678 0 -1 1077944384 3 12497 0 0 0 0 5 2 20 0 15 0 13746723 14407233536 459064 18446744073709551615 4194304 4196468 140723302110224 140240867613264 140241392293787 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
[pid=7350/tid=7409] ppid=7347 vsize=14069564 CPUtime=3.42 cores=1,3,5,7
/proc/7350/task/7409/stat : 7409 (java) S 7347 7350 5678 0 -1 1077944384 10912 12497 0 0 333 2 5 2 20 0 15 0 13746723 14407233536 459064 18446744073709551615 4194304 4196468 140723302110224 140240866560112 140241392286338 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
[pid=7350/tid=7410] ppid=7347 vsize=14069564 CPUtime=4.22 cores=1,3,5,7
/proc/7350/task/7410/stat : 7410 (java) S 7347 7350 5678 0 -1 1077944384 18580 12497 0 0 414 1 5 2 20 0 15 0 13746723 14407233536 459064 18446744073709551615 4194304 4196468 140723302110224 140240865507312 140241392286338 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
[pid=7350/tid=7411] ppid=7347 vsize=14069564 CPUtime=2.02 cores=1,3,5,7
/proc/7350/task/7411/stat : 7411 (java) S 7347 7350 5678 0 -1 1077944384 18209 12497 0 0 191 4 5 2 20 0 15 0 13746723 14407233536 459064 18446744073709551615 4194304 4196468 140723302110224 140240864455024 140241392286338 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
[pid=7350/tid=7412] ppid=7347 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/7350/task/7412/stat : 7412 (java) S 7347 7350 5678 0 -1 1077944384 3 12497 0 0 0 0 5 2 20 0 15 0 13746723 14407233536 459064 18446744073709551615 4194304 4196468 140723302110224 140240863402464 140241392285397 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
[pid=7350/tid=7413] ppid=7347 vsize=14069564 CPUtime=0.2 cores=1,3,5,7
/proc/7350/task/7413/stat : 7413 (java) S 7347 7350 5678 0 -1 1077944384 1168 12497 0 0 6 7 5 2 20 0 15 0 13746726 14407233536 459064 18446744073709551615 4194304 4196468 140723302110224 140240862350256 140241392286338 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
Current children cumulated CPU time (s) 250.99
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 7350 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+240.201 s]
/proc/loadavg: 1.40 1.51 1.61 3/209 7558
/proc/meminfo: memFree=27894724/32770624 swapFree=0/944976
[pid=7350] ppid=7347 vsize=14202692 CPUtime=251.46 cores=1,3,5,7
/proc/7350/stat : 7350 (java) S 7347 7350 5678 0 -1 1077944320 141293 12497 0 0 25052 87 5 2 20 0 17 0 13746697 14543556608 460758 18446744073709551615 4194304 4196468 140723302110224 140723302092768 140241392275191 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
/proc/7350/statm: 3550673 460758 3472 1 0 3539295 0
[pid=7350/tid=7400] ppid=7347 vsize=14202692 CPUtime=238.5 cores=1,3,5,7
/proc/7350/task/7400/stat : 7400 (java) S 7347 7350 5678 0 -1 1077944384 59862 12497 0 0 23809 34 5 2 20 0 17 0 13746718 14543556608 460758 18446744073709551615 4194304 4196468 140723302110224 140241396518064 140241392285397 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
[pid=7350/tid=7401] ppid=7347 vsize=14202692 CPUtime=0.73 cores=1,3,5,7
/proc/7350/task/7401/stat : 7401 (java) S 7347 7350 5678 0 -1 1077944384 5800 12497 0 0 57 9 5 2 20 0 17 0 13746718 14543556608 460758 18446744073709551615 4194304 4196468 140723302110224 140240992266640 140241392285397 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
[pid=7350/tid=7402] ppid=7347 vsize=14202692 CPUtime=0.74 cores=1,3,5,7
/proc/7350/task/7402/stat : 7402 (java) S 7347 7350 5678 0 -1 1077944384 3085 12497 0 0 58 9 5 2 20 0 17 0 13746718 14543556608 460758 18446744073709551615 4194304 4196468 140723302110224 140240991213840 140241392285397 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
[pid=7350/tid=7403] ppid=7347 vsize=14202692 CPUtime=0.72 cores=1,3,5,7
/proc/7350/task/7403/stat : 7403 (java) S 7347 7350 5678 0 -1 1077944384 1480 12497 0 0 56 9 5 2 20 0 17 0 13746718 14543556608 460758 18446744073709551615 4194304 4196468 140723302110224 140240990161552 140241392285397 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
[pid=7350/tid=7404] ppid=7347 vsize=14202692 CPUtime=0.73 cores=1,3,5,7
/proc/7350/task/7404/stat : 7404 (java) S 7347 7350 5678 0 -1 1077944384 1791 12497 0 0 57 9 5 2 20 0 17 0 13746718 14543556608 460758 18446744073709551615 4194304 4196468 140723302110224 140240989108752 140241392285397 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
[pid=7350/tid=7405] ppid=7347 vsize=14202692 CPUtime=0.69 cores=1,3,5,7
/proc/7350/task/7405/stat : 7405 (java) S 7347 7350 5678 0 -1 1077944384 17348 12497 0 0 57 5 5 2 20 0 17 0 13746720 14543556608 460758 18446744073709551615 4194304 4196468 140723302110224 140240870771312 140241392286338 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
[pid=7350/tid=7406] ppid=7347 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/7350/task/7406/stat : 7406 (java) S 7347 7350 5678 0 -1 1077944384 63 12497 0 0 0 0 5 2 20 0 17 0 13746720 14543556608 460758 18446744073709551615 4194304 4196468 140723302110224 140240869717408 140241392285397 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
[pid=7350/tid=7407] ppid=7347 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/7350/task/7407/stat : 7407 (java) S 7347 7350 5678 0 -1 1077944384 49 12497 0 0 0 0 5 2 20 0 17 0 13746720 14543556608 460758 18446744073709551615 4194304 4196468 140723302110224 140240868664960 140241392285397 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
[pid=7350/tid=7408] ppid=7347 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/7350/task/7408/stat : 7408 (java) S 7347 7350 5678 0 -1 1077944384 204 12497 0 0 0 0 5 2 20 0 17 0 13746723 14543556608 460758 18446744073709551615 4194304 4196468 140723302110224 140240867613264 140241392293787 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
[pid=7350/tid=7409] ppid=7347 vsize=14202692 CPUtime=3.42 cores=1,3,5,7
/proc/7350/task/7409/stat : 7409 (java) S 7347 7350 5678 0 -1 1077944384 10912 12497 0 0 333 2 5 2 20 0 17 0 13746723 14543556608 460758 18446744073709551615 4194304 4196468 140723302110224 140240866560112 140241392286338 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
[pid=7350/tid=7410] ppid=7347 vsize=14202692 CPUtime=4.22 cores=1,3,5,7
/proc/7350/task/7410/stat : 7410 (java) S 7347 7350 5678 0 -1 1077944384 18580 12497 0 0 414 1 5 2 20 0 17 0 13746723 14543556608 460758 18446744073709551615 4194304 4196468 140723302110224 140240865507312 140241392286338 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
[pid=7350/tid=7411] ppid=7347 vsize=14202692 CPUtime=2.02 cores=1,3,5,7
/proc/7350/task/7411/stat : 7411 (java) S 7347 7350 5678 0 -1 1077944384 18447 12497 0 0 191 4 5 2 20 0 17 0 13746723 14543556608 460758 18446744073709551615 4194304 4196468 140723302110224 140240864455024 140241392286338 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
[pid=7350/tid=7412] ppid=7347 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/7350/task/7412/stat : 7412 (java) S 7347 7350 5678 0 -1 1077944384 3 12497 0 0 0 0 5 2 20 0 17 0 13746723 14543556608 460758 18446744073709551615 4194304 4196468 140723302110224 140240863402464 140241392285397 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
[pid=7350/tid=7413] ppid=7347 vsize=14202692 CPUtime=0.2 cores=1,3,5,7
/proc/7350/task/7413/stat : 7413 (java) S 7347 7350 5678 0 -1 1077944384 1168 12497 0 0 6 7 5 2 20 0 17 0 13746726 14543556608 460758 18446744073709551615 4194304 4196468 140723302110224 140240862350256 140241392286338 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12689408 140723302115277 140723302118062 140723302118062 140723302121423 0
Current children cumulated CPU time (s) 251.46
Current children cumulated vsize (KiB) 14202692

Child status: 143
Real time (s): 240.221
CPU time (s): 251.496
CPU user time (s): 250.579
CPU system time (s): 0.91689
CPU usage (%): 104.694
Max. virtual memory (cumulated for all children) (KiB): 14202692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 250.579
system time used= 0.91689
maximum resident set size= 1843612
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 153821
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= 21766
involuntary context switches= 646

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.09041 second user time and 1.41281 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-02 07:06:21
IDJOB=4259490
IDBENCH=126214
IDSOLVER=2646
FILE ID=node128/4259490-1501651220
RUNJOBID= node128-1501642693-29418
PBS_JOBID= 
Free space on /tmp= 61828 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a3-s1/GolombRuler-25-a3.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4259490-1501651220/watcher-4259490-1501651220 -o /tmp/evaluation-result-4259490-1501651220/solver-4259490-1501651220 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node128-1501642693-29418 --watchdog 300  bin/concrete HOME/instance-4259490-1501651220.xml

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

MD5SUM BENCH= 6f45dc36d2c69d93d2d76d2d98e801df
RANDOM SEED=1425808175

node128.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.05
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.05
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.05
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.05
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:        29969484 kB
MemAvailable:   30914768 kB
Buffers:          122016 kB
Cached:          1103752 kB
SwapCached:            0 kB
Active:          1436876 kB
Inactive:         953280 kB
Active(anon):    1164988 kB
Inactive(anon):     8532 kB
Active(file):     271888 kB
Inactive(file):   944748 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24484 kB
Writeback:             4 kB
AnonPages:       1164668 kB
Mapped:            43720 kB
Shmem:              8872 kB
Slab:             115048 kB
SReclaimable:      88968 kB
SUnreclaim:        26080 kB
KernelStack:        3408 kB
PageTables:         7060 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2066440 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    960512 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= 61804 MiB
End job on node128 at 2017-08-02 07:10:22