Trace number 4259764

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) 255.46899 240.28

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-10-10-6.xml
MD5SUM0823366b416f0d4f591b1c2bb0d09de5
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark681
Best CPU time to get the best result obtained on this benchmark1577.75
Satisfiable
(Un)Satisfiability was proved
Number of variables410
Number of constraints330
Number of domains12
Minimum domain size8
Maximum domain size723
Distribution of domain sizes[{"size":8,"count":10},{"size":9,"count":30},{"size":10,"count":160},{"size":723,"count":210}]
Minimum variable degree2
Maximum variable degree11
Distribution of variable degrees[{"degree":2,"count":110},{"degree":3,"count":200},{"degree":11,"count":100}]
Minimum constraint arity1
Maximum constraint arity12
Distribution of constraint arities[{"arity":1,"count":10},{"arity":2,"count":100},{"arity":3,"count":100},{"arity":10,"count":20},{"arity":12,"count":100}]
Number of extensional constraints100
Number of intensional constraints110
Distribution of constraint types[{"type":"extension","count":100},{"type":"intension","count":110},{"type":"allDifferent","count":10},{"type":"noOverlap","count":10},{"type":"element","count":100}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 264 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 294 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 240 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.81 1.73 1.67 2/201 17363
/proc/meminfo: memFree=30212052/32770624 swapFree=0/297920
[pid=17363] ppid=17360 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/17363/stat : 17363 (runsolver) D 17360 17363 30500 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 47491858 24240128 107 18446744073709551615 4194304 4338465 140723375932208 140723375929848 140579738251991 0 0 1 24578 18446744071580418449 0 0 17 6 0 0 0 0 0 6438912 6441760 38862848 140723375939798 140723375940172 140723375940172 140723375943626 0
/proc/17363/statm: 5918 107 54 36 0 2156 0

[startup+0.101882 s]
/proc/loadavg: 1.81 1.73 1.67 2/201 17363
/proc/meminfo: memFree=30212052/32770624 swapFree=0/297920
[pid=17363] ppid=17360 vsize=9508 CPUtime=0 cores=0,2,4,6
/proc/17363/stat : 17363 (bash) S 17360 17363 30500 0 -1 4202496 649 0 0 0 0 0 0 0 20 0 1 0 47491858 9736192 352 18446744073709551615 4194304 5098028 140721914321168 140721914318808 140078472084480 0 0 5 65536 18446744071580971376 0 0 17 6 0 0 9 0 0 7196144 7232144 7499776 140721914323479 140721914323564 140721914323564 140721914327018 0
/proc/17363/statm: 2377 352 279 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.200203 s]
/proc/loadavg: 1.81 1.73 1.67 2/201 17363
/proc/meminfo: memFree=30212052/32770624 swapFree=0/297920
[pid=17363] ppid=17360 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/17363/stat : 17363 (bash) S 17360 17363 30500 0 -1 4202496 895 6489 0 0 0 0 0 1 20 0 1 0 47491858 9867264 377 18446744073709551615 4194304 5098028 140721914321168 140721914315176 140078472084480 0 0 5 65536 18446744071580971376 0 0 17 6 0 0 9 0 0 7196144 7232144 7499776 140721914323479 140721914323564 140721914323564 140721914327018 0
/proc/17363/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.30032 s]
/proc/loadavg: 1.81 1.73 1.67 2/201 17363
/proc/meminfo: memFree=30212052/32770624 swapFree=0/297920
[pid=17363] ppid=17360 vsize=13907308 CPUtime=0.13 cores=0,2,4,6
/proc/17363/stat : 17363 (java) S 17360 17363 30500 0 -1 1077944320 5605 12672 0 0 5 1 5 2 20 0 14 0 47491858 14241083392 5302 18446744073709551615 4194304 4196468 140723630420928 140723630403472 140424853749495 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
/proc/17363/statm: 3476827 5302 2662 1 0 3466324 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 13907308

[startup+0.700249 s]
/proc/loadavg: 1.81 1.73 1.67 2/201 17363
/proc/meminfo: memFree=30212052/32770624 swapFree=0/297920
[pid=17363] ppid=17360 vsize=13974784 CPUtime=0.6 cores=0,2,4,6
/proc/17363/stat : 17363 (java) S 17360 17363 30500 0 -1 1077944320 13370 12672 0 0 49 4 5 2 20 0 15 0 47491858 14310178816 14309 18446744073709551615 4194304 4196468 140723630420928 140723630403472 140424853749495 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
/proc/17363/statm: 3493696 14309 3072 1 0 3482965 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 13974784

[startup+1.50063 s]
/proc/loadavg: 1.81 1.73 1.67 3/216 17427
/proc/meminfo: memFree=30122000/32770624 swapFree=0/297944
[pid=17363] ppid=17360 vsize=13985408 CPUtime=1.81 cores=0,2,4,6
/proc/17363/stat : 17363 (java) S 17360 17363 30500 0 -1 1077944320 27669 12672 0 0 166 8 5 2 20 0 15 0 47491858 14321057792 33818 18446744073709551615 4194304 4196468 140723630420928 140723630403472 140424853749495 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
/proc/17363/statm: 3496352 33818 3339 1 0 3485525 0
[pid=17363/tid=17414] ppid=17360 vsize=13985408 CPUtime=1.27 cores=0,2,4,6
/proc/17363/task/17414/stat : 17414 (java) R 17360 17363 30500 0 -1 4202560 22487 12672 0 0 114 6 5 2 20 0 15 0 47491881 14321057792 33818 18446744073709551615 4194304 4196468 140723630420928 140424857982448 140424835312982 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
[pid=17363/tid=17415] ppid=17360 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/17363/task/17415/stat : 17415 (java) S 17360 17363 30500 0 -1 1077944384 2 12672 0 0 0 0 5 2 20 0 15 0 47491882 14321057792 33818 18446744073709551615 4194304 4196468 140723630420928 140424773163792 140424853759701 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
[pid=17363/tid=17416] ppid=17360 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/17363/task/17416/stat : 17416 (java) S 17360 17363 30500 0 -1 1077944384 2 12672 0 0 0 0 5 2 20 0 15 0 47491882 14321057792 33818 18446744073709551615 4194304 4196468 140723630420928 140424772111248 140424853759701 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
[pid=17363/tid=17417] ppid=17360 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/17363/task/17417/stat : 17417 (java) S 17360 17363 30500 0 -1 1077944384 1 12672 0 0 0 0 5 2 20 0 15 0 47491882 14321057792 33818 18446744073709551615 4194304 4196468 140723630420928 140424771058704 140424853759701 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
[pid=17363/tid=17418] ppid=17360 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/17363/task/17418/stat : 17418 (java) S 17360 17363 30500 0 -1 1077944384 2 12672 0 0 0 0 5 2 20 0 15 0 47491882 14321057792 33818 18446744073709551615 4194304 4196468 140723630420928 140424770006160 140424853759701 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
[pid=17363/tid=17419] ppid=17360 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/17363/task/17419/stat : 17419 (java) S 17360 17363 30500 0 -1 1077944384 6 12672 0 0 0 0 5 2 20 0 15 0 47491883 14321057792 33818 18446744073709551615 4194304 4196468 140723630420928 140424331651056 140424853760642 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
[pid=17363/tid=17420] ppid=17360 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/17363/task/17420/stat : 17420 (java) S 17360 17363 30500 0 -1 1077944384 33 12672 0 0 0 0 5 2 20 0 15 0 47491884 14321057792 33818 18446744073709551615 4194304 4196468 140723630420928 140424330597280 140424853759701 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
[pid=17363/tid=17421] ppid=17360 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/17363/task/17421/stat : 17421 (java) S 17360 17363 30500 0 -1 1077944384 21 12672 0 0 0 0 5 2 20 0 15 0 47491884 14321057792 33818 18446744073709551615 4194304 4196468 140723630420928 140424329544688 140424853759701 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
[pid=17363/tid=17422] ppid=17360 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/17363/task/17422/stat : 17422 (java) S 17360 17363 30500 0 -1 1077944384 3 12672 0 0 0 0 5 2 20 0 15 0 47491886 14321057792 33818 18446744073709551615 4194304 4196468 140723630420928 140424328493264 140424853768091 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
[pid=17363/tid=17423] ppid=17360 vsize=13985408 CPUtime=0.19 cores=0,2,4,6
/proc/17363/task/17423/stat : 17423 (java) S 17360 17363 30500 0 -1 1077944384 1005 12672 0 0 12 0 5 2 20 0 15 0 47491886 14321057792 33818 18446744073709551615 4194304 4196468 140723630420928 140424327440880 140424853760642 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
[pid=17363/tid=17424] ppid=17360 vsize=13985408 CPUtime=0.24 cores=0,2,4,6
/proc/17363/task/17424/stat : 17424 (java) S 17360 17363 30500 0 -1 1077944384 687 12672 0 0 17 0 5 2 20 0 15 0 47491886 14321057792 33818 18446744073709551615 4194304 4196468 140723630420928 140424326388336 140424853760642 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
[pid=17363/tid=17425] ppid=17360 vsize=13985408 CPUtime=0.29 cores=0,2,4,6
/proc/17363/task/17425/stat : 17425 (java) S 17360 17363 30500 0 -1 1077944384 1255 12672 0 0 22 0 5 2 20 0 15 0 47491886 14321057792 33818 18446744073709551615 4194304 4196468 140723630420928 140424325335792 140424853760642 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
[pid=17363/tid=17426] ppid=17360 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/17363/task/17426/stat : 17426 (java) S 17360 17363 30500 0 -1 1077944384 3 12672 0 0 0 0 5 2 20 0 15 0 47491887 14321057792 33818 18446744073709551615 4194304 4196468 140723630420928 140424324283488 140424853759701 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
[pid=17363/tid=17427] ppid=17360 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/17363/task/17427/stat : 17427 (java) S 17360 17363 30500 0 -1 1077944384 10 12672 0 0 0 0 5 2 20 0 15 0 47491892 14321057792 33818 18446744073709551615 4194304 4196468 140723630420928 140424323230000 140424853760642 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
Current children cumulated CPU time (s) 1.81
Current children cumulated vsize (KiB) 13985408

[startup+3.10096 s]
/proc/loadavg: 1.75 1.72 1.66 4/216 17427
/proc/meminfo: memFree=30043264/32770624 swapFree=0/297976
[pid=17363] ppid=17360 vsize=13997884 CPUtime=5 cores=0,2,4,6
/proc/17363/stat : 17363 (java) S 17360 17363 30500 0 -1 1077944320 46790 12672 0 0 479 14 5 2 20 0 15 0 47491858 14333833216 54136 18446744073709551615 4194304 4196468 140723630420928 140723630403472 140424853749495 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
/proc/17363/statm: 3499471 54136 3448 1 0 3488085 0
[pid=17363/tid=17414] ppid=17360 vsize=13997884 CPUtime=2.84 cores=0,2,4,6
/proc/17363/task/17414/stat : 17414 (java) R 17360 17363 30500 0 -1 4202560 36757 12672 0 0 269 8 5 2 20 0 15 0 47491881 14333833216 54136 18446744073709551615 4194304 4196468 140723630420928 140424857979440 140424451455104 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
[pid=17363/tid=17415] ppid=17360 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/17363/task/17415/stat : 17415 (java) S 17360 17363 30500 0 -1 1077944384 199 12672 0 0 0 0 5 2 20 0 15 0 47491882 14333833216 54136 18446744073709551615 4194304 4196468 140723630420928 140424773163792 140424853759701 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
[pid=17363/tid=17416] ppid=17360 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/17363/task/17416/stat : 17416 (java) S 17360 17363 30500 0 -1 1077944384 54 12672 0 0 1 0 5 2 20 0 15 0 47491882 14333833216 54136 18446744073709551615 4194304 4196468 140723630420928 140424772111248 140424853759701 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
[pid=17363/tid=17417] ppid=17360 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/17363/task/17417/stat : 17417 (java) S 17360 17363 30500 0 -1 1077944384 36 12672 0 0 0 0 5 2 20 0 15 0 47491882 14333833216 54136 18446744073709551615 4194304 4196468 140723630420928 140424771058704 140424853759701 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
[pid=17363/tid=17418] ppid=17360 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/17363/task/17418/stat : 17418 (java) S 17360 17363 30500 0 -1 1077944384 74 12672 0 0 1 0 5 2 20 0 15 0 47491882 14333833216 54136 18446744073709551615 4194304 4196468 140723630420928 140424770006160 140424853759701 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
[pid=17363/tid=17419] ppid=17360 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/17363/task/17419/stat : 17419 (java) S 17360 17363 30500 0 -1 1077944384 1143 12672 0 0 1 0 5 2 20 0 15 0 47491883 14333833216 54136 18446744073709551615 4194304 4196468 140723630420928 140424331651056 140424853760642 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
[pid=17363/tid=17420] ppid=17360 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/17363/task/17420/stat : 17420 (java) S 17360 17363 30500 0 -1 1077944384 55 12672 0 0 0 0 5 2 20 0 15 0 47491884 14333833216 54136 18446744073709551615 4194304 4196468 140723630420928 140424330597280 140424853759701 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
[pid=17363/tid=17421] ppid=17360 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/17363/task/17421/stat : 17421 (java) S 17360 17363 30500 0 -1 1077944384 43 12672 0 0 0 0 5 2 20 0 15 0 47491884 14333833216 54136 18446744073709551615 4194304 4196468 140723630420928 140424329544688 140424853759701 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
[pid=17363/tid=17422] ppid=17360 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/17363/task/17422/stat : 17422 (java) S 17360 17363 30500 0 -1 1077944384 3 12672 0 0 0 0 5 2 20 0 15 0 47491886 14333833216 54136 18446744073709551615 4194304 4196468 140723630420928 140424328493264 140424853768091 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
[pid=17363/tid=17423] ppid=17360 vsize=13997884 CPUtime=0.63 cores=0,2,4,6
/proc/17363/task/17423/stat : 17423 (java) R 17360 17363 30500 0 -1 1077944384 1775 12672 0 0 56 0 5 2 20 0 15 0 47491886 14333833216 54136 18446744073709551615 4194304 4196468 140723630420928 140424327440880 140424853760642 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
[pid=17363/tid=17424] ppid=17360 vsize=13997884 CPUtime=0.58 cores=0,2,4,6
/proc/17363/task/17424/stat : 17424 (java) R 17360 17363 30500 0 -1 4202560 1008 12672 0 0 50 1 5 2 20 0 15 0 47491886 14333833216 54136 18446744073709551615 4194304 4196468 140723630420928 140424326381104 140424833024658 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
[pid=17363/tid=17425] ppid=17360 vsize=13997884 CPUtime=1.05 cores=0,2,4,6
/proc/17363/task/17425/stat : 17425 (java) R 17360 17363 30500 0 -1 4202560 3477 12672 0 0 97 1 5 2 20 0 15 0 47491886 14333833216 54136 18446744073709551615 4194304 4196468 140723630420928 140424325331520 140424837829982 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
[pid=17363/tid=17426] ppid=17360 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/17363/task/17426/stat : 17426 (java) S 17360 17363 30500 0 -1 1077944384 3 12672 0 0 0 0 5 2 20 0 15 0 47491887 14333833216 54136 18446744073709551615 4194304 4196468 140723630420928 140424324283488 140424853759701 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
[pid=17363/tid=17427] ppid=17360 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/17363/task/17427/stat : 17427 (java) S 17360 17363 30500 0 -1 1077944384 12 12672 0 0 0 0 5 2 20 0 15 0 47491892 14333833216 54136 18446744073709551615 4194304 4196468 140723630420928 140424323230000 140424853760642 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
Current children cumulated CPU time (s) 5
Current children cumulated vsize (KiB) 13997884

[startup+6.30063 s]
/proc/loadavg: 1.75 1.72 1.66 5/216 17427
/proc/meminfo: memFree=29766920/32770624 swapFree=0/297976
[pid=17363] ppid=17360 vsize=14071612 CPUtime=14.71 cores=0,2,4,6
/proc/17363/stat : 17363 (java) S 17360 17363 30500 0 -1 1077944320 69165 12672 0 0 1441 23 5 2 20 0 15 0 47491858 14409330688 99172 18446744073709551615 4194304 4196468 140723630420928 140723630403472 140424853749495 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
/proc/17363/statm: 3517903 99172 3477 1 0 3506517 0
[pid=17363/tid=17414] ppid=17360 vsize=14071612 CPUtime=5.93 cores=0,2,4,6
/proc/17363/task/17414/stat : 17414 (java) R 17360 17363 30500 0 -1 4202560 46675 12672 0 0 576 10 5 2 20 0 15 0 47491881 14409330688 99172 18446744073709551615 4194304 4196468 140723630420928 140424857982144 140424442417997 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
[pid=17363/tid=17415] ppid=17360 vsize=14071612 CPUtime=0.14 cores=0,2,4,6
/proc/17363/task/17415/stat : 17415 (java) S 17360 17363 30500 0 -1 1077944384 355 12672 0 0 6 1 5 2 20 0 15 0 47491882 14409330688 99172 18446744073709551615 4194304 4196468 140723630420928 140424773163792 140424853759701 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
[pid=17363/tid=17416] ppid=17360 vsize=14071612 CPUtime=0.13 cores=0,2,4,6
/proc/17363/task/17416/stat : 17416 (java) S 17360 17363 30500 0 -1 1077944384 117 12672 0 0 6 0 5 2 20 0 15 0 47491882 14409330688 99172 18446744073709551615 4194304 4196468 140723630420928 140424772111248 140424853759701 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
[pid=17363/tid=17417] ppid=17360 vsize=14071612 CPUtime=0.13 cores=0,2,4,6
/proc/17363/task/17417/stat : 17417 (java) S 17360 17363 30500 0 -1 1077944384 1051 12672 0 0 6 0 5 2 20 0 15 0 47491882 14409330688 99172 18446744073709551615 4194304 4196468 140723630420928 140424771058704 140424853759701 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
[pid=17363/tid=17418] ppid=17360 vsize=14071612 CPUtime=0.12 cores=0,2,4,6
/proc/17363/task/17418/stat : 17418 (java) S 17360 17363 30500 0 -1 1077944384 138 12672 0 0 5 0 5 2 20 0 15 0 47491882 14409330688 99172 18446744073709551615 4194304 4196468 140723630420928 140424770006160 140424853759701 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
[pid=17363/tid=17419] ppid=17360 vsize=14071612 CPUtime=0.11 cores=0,2,4,6
/proc/17363/task/17419/stat : 17419 (java) S 17360 17363 30500 0 -1 1077944384 2112 12672 0 0 4 0 5 2 20 0 15 0 47491883 14409330688 99172 18446744073709551615 4194304 4196468 140723630420928 140424331651056 140424853760642 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
[pid=17363/tid=17420] ppid=17360 vsize=14071612 CPUtime=0.07 cores=0,2,4,6
/proc/17363/task/17420/stat : 17420 (java) S 17360 17363 30500 0 -1 1077944384 55 12672 0 0 0 0 5 2 20 0 15 0 47491884 14409330688 99172 18446744073709551615 4194304 4196468 140723630420928 140424330597344 140424853759701 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
[pid=17363/tid=17421] ppid=17360 vsize=14071612 CPUtime=0.07 cores=0,2,4,6
/proc/17363/task/17421/stat : 17421 (java) S 17360 17363 30500 0 -1 1077944384 43 12672 0 0 0 0 5 2 20 0 15 0 47491884 14409330688 99172 18446744073709551615 4194304 4196468 140723630420928 140424329544704 140424853759701 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
[pid=17363/tid=17422] ppid=17360 vsize=14071612 CPUtime=0.07 cores=0,2,4,6
/proc/17363/task/17422/stat : 17422 (java) S 17360 17363 30500 0 -1 1077944384 3 12672 0 0 0 0 5 2 20 0 15 0 47491886 14409330688 99172 18446744073709551615 4194304 4196468 140723630420928 140424328493264 140424853768091 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
[pid=17363/tid=17423] ppid=17360 vsize=14071612 CPUtime=3.25 cores=0,2,4,6
/proc/17363/task/17423/stat : 17423 (java) R 17360 17363 30500 0 -1 4202560 5831 12672 0 0 315 3 5 2 20 0 15 0 47491886 14409330688 99172 18446744073709551615 4194304 4196468 140723630420928 140424327431296 140424835275022 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
[pid=17363/tid=17424] ppid=17360 vsize=14071612 CPUtime=3.06 cores=0,2,4,6
/proc/17363/task/17424/stat : 17424 (java) R 17360 17363 30500 0 -1 4202560 3843 12672 0 0 298 1 5 2 20 0 15 0 47491886 14409330688 99172 18446744073709551615 4194304 4196468 140723630420928 140424326371536 140424832982498 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
[pid=17363/tid=17425] ppid=17360 vsize=14071612 CPUtime=2.3 cores=0,2,4,6
/proc/17363/task/17425/stat : 17425 (java) S 17360 17363 30500 0 -1 1077944384 6772 12672 0 0 220 3 5 2 20 0 15 0 47491886 14409330688 99172 18446744073709551615 4194304 4196468 140723630420928 140424325335792 140424853760642 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
[pid=17363/tid=17426] ppid=17360 vsize=14071612 CPUtime=0.07 cores=0,2,4,6
/proc/17363/task/17426/stat : 17426 (java) S 17360 17363 30500 0 -1 1077944384 3 12672 0 0 0 0 5 2 20 0 15 0 47491887 14409330688 99172 18446744073709551615 4194304 4196468 140723630420928 140424324283488 140424853759701 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
[pid=17363/tid=17427] ppid=17360 vsize=14071612 CPUtime=0.07 cores=0,2,4,6
/proc/17363/task/17427/stat : 17427 (java) S 17360 17363 30500 0 -1 1077944384 15 12672 0 0 0 0 5 2 20 0 15 0 47491892 14409330688 99172 18446744073709551615 4194304 4196468 140723630420928 140424323230000 140424853760642 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
Current children cumulated CPU time (s) 14.71
Current children cumulated vsize (KiB) 14071612

[startup+12.7006 s]
/proc/loadavg: 1.79 1.73 1.67 3/216 17427
/proc/meminfo: memFree=29275272/32770624 swapFree=0/297984
[pid=17363] ppid=17360 vsize=14071612 CPUtime=23.67 cores=0,2,4,6
/proc/17363/stat : 17363 (java) S 17360 17363 30500 0 -1 1077944320 77996 12672 0 0 2326 34 5 2 20 0 15 0 47491858 14409330688 209859 18446744073709551615 4194304 4196468 140723630420928 140723630403472 140424853749495 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
/proc/17363/statm: 3517903 209859 3482 1 0 3506517 0
[pid=17363/tid=17414] ppid=17360 vsize=14071612 CPUtime=12.27 cores=0,2,4,6
/proc/17363/task/17414/stat : 17414 (java) R 17360 17363 30500 0 -1 4202560 48394 12672 0 0 1204 16 5 2 20 0 15 0 47491881 14409330688 209859 18446744073709551615 4194304 4196468 140723630420928 140424857983312 140424443402592 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
[pid=17363/tid=17415] ppid=17360 vsize=14071612 CPUtime=0.17 cores=0,2,4,6
/proc/17363/task/17415/stat : 17415 (java) S 17360 17363 30500 0 -1 1077944384 378 12672 0 0 8 2 5 2 20 0 15 0 47491882 14409330688 209859 18446744073709551615 4194304 4196468 140723630420928 140424773163792 140424853759701 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
[pid=17363/tid=17416] ppid=17360 vsize=14071612 CPUtime=0.18 cores=0,2,4,6
/proc/17363/task/17416/stat : 17416 (java) S 17360 17363 30500 0 -1 1077944384 183 12672 0 0 9 2 5 2 20 0 15 0 47491882 14409330688 209859 18446744073709551615 4194304 4196468 140723630420928 140424772111248 140424853759701 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
[pid=17363/tid=17417] ppid=17360 vsize=14071612 CPUtime=0.17 cores=0,2,4,6
/proc/17363/task/17417/stat : 17417 (java) S 17360 17363 30500 0 -1 1077944384 1098 12672 0 0 9 1 5 2 20 0 15 0 47491882 14409330688 209859 18446744073709551615 4194304 4196468 140723630420928 140424771058704 140424853759701 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
[pid=17363/tid=17418] ppid=17360 vsize=14071612 CPUtime=0.16 cores=0,2,4,6
/proc/17363/task/17418/stat : 17418 (java) S 17360 17363 30500 0 -1 1077944384 538 12672 0 0 8 1 5 2 20 0 15 0 47491882 14409330688 209859 18446744073709551615 4194304 4196468 140723630420928 140424770006160 140424853759701 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
[pid=17363/tid=17419] ppid=17360 vsize=14071612 CPUtime=0.12 cores=0,2,4,6
/proc/17363/task/17419/stat : 17419 (java) S 17360 17363 30500 0 -1 1077944384 2556 12672 0 0 5 0 5 2 20 0 15 0 47491883 14409330688 209859 18446744073709551615 4194304 4196468 140723630420928 140424331651056 140424853760642 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
[pid=17363/tid=17420] ppid=17360 vsize=14071612 CPUtime=0.07 cores=0,2,4,6
/proc/17363/task/17420/stat : 17420 (java) S 17360 17363 30500 0 -1 1077944384 55 12672 0 0 0 0 5 2 20 0 15 0 47491884 14409330688 209859 18446744073709551615 4194304 4196468 140723630420928 140424330597344 140424853759701 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
[pid=17363/tid=17421] ppid=17360 vsize=14071612 CPUtime=0.07 cores=0,2,4,6
/proc/17363/task/17421/stat : 17421 (java) S 17360 17363 30500 0 -1 1077944384 43 12672 0 0 0 0 5 2 20 0 15 0 47491884 14409330688 209859 18446744073709551615 4194304 4196468 140723630420928 140424329544704 140424853759701 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
[pid=17363/tid=17422] ppid=17360 vsize=14071612 CPUtime=0.07 cores=0,2,4,6
/proc/17363/task/17422/stat : 17422 (java) S 17360 17363 30500 0 -1 1077944384 3 12672 0 0 0 0 5 2 20 0 15 0 47491886 14409330688 209859 18446744073709551615 4194304 4196468 140723630420928 140424328493264 140424853768091 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0

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

/proc/17363/task/17426/stat : 17426 (java) S 17360 17363 30500 0 -1 1077944384 3 12672 0 0 0 0 5 2 20 0 15 0 47491887 14409330688 308635 18446744073709551615 4194304 4196468 140723630420928 140424324283488 140424853759701 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
[pid=17363/tid=17427] ppid=17360 vsize=14071612 CPUtime=0.12 cores=0,2,4,6
/proc/17363/task/17427/stat : 17427 (java) S 17360 17363 30500 0 -1 1077944384 178 12672 0 0 3 2 5 2 20 0 15 0 47491892 14409330688 308635 18446744073709551615 4194304 4196468 140723630420928 140424323230000 140424853760642 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
Current children cumulated CPU time (s) 114.56
Current children cumulated vsize (KiB) 14071612

[startup+162.301 s]
/proc/loadavg: 1.44 1.61 1.64 4/214 17432
/proc/meminfo: memFree=28755332/32770624 swapFree=0/298036
[pid=17363] ppid=17360 vsize=14071612 CPUtime=175.43 cores=0,2,4,6
/proc/17363/stat : 17363 (java) S 17360 17363 30500 0 -1 1077944320 117959 12672 0 0 17478 58 5 2 20 0 15 0 47491858 14409330688 305878 18446744073709551615 4194304 4196468 140723630420928 140723630403472 140424853749495 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
/proc/17363/statm: 3517903 305878 3482 1 0 3506517 0
[pid=17363/tid=17414] ppid=17360 vsize=14071612 CPUtime=161.02 cores=0,2,4,6
/proc/17363/task/17414/stat : 17414 (java) R 17360 17363 30500 0 -1 4202560 54560 12672 0 0 16071 24 5 2 20 0 15 0 47491881 14409330688 305878 18446744073709551615 4194304 4196468 140723630420928 140424857983472 140424451369853 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
[pid=17363/tid=17415] ppid=17360 vsize=14071612 CPUtime=0.62 cores=0,2,4,6
/proc/17363/task/17415/stat : 17415 (java) S 17360 17363 30500 0 -1 1077944384 1574 12672 0 0 51 4 5 2 20 0 15 0 47491882 14409330688 305878 18446744073709551615 4194304 4196468 140723630420928 140424773163792 140424853759701 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
[pid=17363/tid=17416] ppid=17360 vsize=14071612 CPUtime=0.64 cores=0,2,4,6
/proc/17363/task/17416/stat : 17416 (java) S 17360 17363 30500 0 -1 1077944384 3126 12672 0 0 52 5 5 2 20 0 15 0 47491882 14409330688 305878 18446744073709551615 4194304 4196468 140723630420928 140424772111248 140424853759701 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
[pid=17363/tid=17417] ppid=17360 vsize=14071612 CPUtime=0.63 cores=0,2,4,6
/proc/17363/task/17417/stat : 17417 (java) S 17360 17363 30500 0 -1 1077944384 1384 12672 0 0 52 4 5 2 20 0 15 0 47491882 14409330688 305878 18446744073709551615 4194304 4196468 140723630420928 140424771058704 140424853759701 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
[pid=17363/tid=17418] ppid=17360 vsize=14071612 CPUtime=0.63 cores=0,2,4,6
/proc/17363/task/17418/stat : 17418 (java) S 17360 17363 30500 0 -1 1077944384 3066 12672 0 0 52 4 5 2 20 0 15 0 47491882 14409330688 305878 18446744073709551615 4194304 4196468 140723630420928 140424770006160 140424853759701 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
[pid=17363/tid=17419] ppid=17360 vsize=14071612 CPUtime=0.44 cores=0,2,4,6
/proc/17363/task/17419/stat : 17419 (java) S 17360 17363 30500 0 -1 1077944384 3716 12672 0 0 35 2 5 2 20 0 15 0 47491883 14409330688 305878 18446744073709551615 4194304 4196468 140723630420928 140424331651056 140424853760642 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
[pid=17363/tid=17420] ppid=17360 vsize=14071612 CPUtime=0.07 cores=0,2,4,6
/proc/17363/task/17420/stat : 17420 (java) S 17360 17363 30500 0 -1 1077944384 55 12672 0 0 0 0 5 2 20 0 15 0 47491884 14409330688 305878 18446744073709551615 4194304 4196468 140723630420928 140424330597344 140424853759701 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
[pid=17363/tid=17421] ppid=17360 vsize=14071612 CPUtime=0.07 cores=0,2,4,6
/proc/17363/task/17421/stat : 17421 (java) S 17360 17363 30500 0 -1 1077944384 43 12672 0 0 0 0 5 2 20 0 15 0 47491884 14409330688 305878 18446744073709551615 4194304 4196468 140723630420928 140424329544704 140424853759701 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
[pid=17363/tid=17422] ppid=17360 vsize=14071612 CPUtime=0.07 cores=0,2,4,6
/proc/17363/task/17422/stat : 17422 (java) S 17360 17363 30500 0 -1 1077944384 3 12672 0 0 0 0 5 2 20 0 15 0 47491886 14409330688 305878 18446744073709551615 4194304 4196468 140723630420928 140424328493264 140424853768091 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
[pid=17363/tid=17423] ppid=17360 vsize=14071612 CPUtime=4.57 cores=0,2,4,6
/proc/17363/task/17423/stat : 17423 (java) S 17360 17363 30500 0 -1 1077944384 20490 12672 0 0 446 4 5 2 20 0 15 0 47491886 14409330688 305878 18446744073709551615 4194304 4196468 140723630420928 140424327440880 140424853760642 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
[pid=17363/tid=17424] ppid=17360 vsize=14071612 CPUtime=4.79 cores=0,2,4,6
/proc/17363/task/17424/stat : 17424 (java) S 17360 17363 30500 0 -1 1077944384 12772 12672 0 0 470 2 5 2 20 0 15 0 47491886 14409330688 305878 18446744073709551615 4194304 4196468 140723630420928 140424326388336 140424853760642 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
[pid=17363/tid=17425] ppid=17360 vsize=14071612 CPUtime=2.46 cores=0,2,4,6
/proc/17363/task/17425/stat : 17425 (java) S 17360 17363 30500 0 -1 1077944384 14768 12672 0 0 235 4 5 2 20 0 15 0 47491886 14409330688 305878 18446744073709551615 4194304 4196468 140723630420928 140424325335792 140424853760642 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
[pid=17363/tid=17426] ppid=17360 vsize=14071612 CPUtime=0.07 cores=0,2,4,6
/proc/17363/task/17426/stat : 17426 (java) S 17360 17363 30500 0 -1 1077944384 3 12672 0 0 0 0 5 2 20 0 15 0 47491887 14409330688 305878 18446744073709551615 4194304 4196468 140723630420928 140424324283488 140424853759701 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
[pid=17363/tid=17427] ppid=17360 vsize=14071612 CPUtime=0.16 cores=0,2,4,6
/proc/17363/task/17427/stat : 17427 (java) S 17360 17363 30500 0 -1 1077944384 247 12672 0 0 5 4 5 2 20 0 15 0 47491892 14409330688 305878 18446744073709551615 4194304 4196468 140723630420928 140424323230000 140424853760642 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
Current children cumulated CPU time (s) 175.43
Current children cumulated vsize (KiB) 14071612

[startup+222.307 s]
/proc/loadavg: 1.68 1.61 1.63 3/214 17559
/proc/meminfo: memFree=29868584/32770624 swapFree=0/298076
[pid=17363] ppid=17360 vsize=14071612 CPUtime=236.79 cores=0,2,4,6
/proc/17363/stat : 17363 (java) S 17360 17363 30500 0 -1 1077944320 134345 12672 0 0 23607 65 5 2 20 0 15 0 47491858 14409330688 305166 18446744073709551615 4194304 4196468 140723630420928 140723630403472 140424853749495 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
/proc/17363/statm: 3517903 305166 3482 1 0 3506517 0
[pid=17363/tid=17414] ppid=17360 vsize=14071612 CPUtime=220.42 cores=0,2,4,6
/proc/17363/task/17414/stat : 17414 (java) R 17360 17363 30500 0 -1 4202560 56619 12672 0 0 22011 24 5 2 20 0 15 0 47491881 14409330688 305166 18446744073709551615 4194304 4196468 140723630420928 140424857983472 140424451370234 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
[pid=17363/tid=17415] ppid=17360 vsize=14071612 CPUtime=0.93 cores=0,2,4,6
/proc/17363/task/17415/stat : 17415 (java) S 17360 17363 30500 0 -1 1077944384 1725 12672 0 0 81 5 5 2 20 0 15 0 47491882 14409330688 305166 18446744073709551615 4194304 4196468 140723630420928 140424773163792 140424853759701 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
[pid=17363/tid=17416] ppid=17360 vsize=14071612 CPUtime=0.95 cores=0,2,4,6
/proc/17363/task/17416/stat : 17416 (java) S 17360 17363 30500 0 -1 1077944384 3822 12672 0 0 82 6 5 2 20 0 15 0 47491882 14409330688 305166 18446744073709551615 4194304 4196468 140723630420928 140424772111248 140424853759701 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
[pid=17363/tid=17417] ppid=17360 vsize=14071612 CPUtime=0.95 cores=0,2,4,6
/proc/17363/task/17417/stat : 17417 (java) S 17360 17363 30500 0 -1 1077944384 1574 12672 0 0 82 6 5 2 20 0 15 0 47491882 14409330688 305166 18446744073709551615 4194304 4196468 140723630420928 140424771058704 140424853759701 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
[pid=17363/tid=17418] ppid=17360 vsize=14071612 CPUtime=0.94 cores=0,2,4,6
/proc/17363/task/17418/stat : 17418 (java) S 17360 17363 30500 0 -1 1077944384 4745 12672 0 0 82 5 5 2 20 0 15 0 47491882 14409330688 305166 18446744073709551615 4194304 4196468 140723630420928 140424770006160 140424853759701 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
[pid=17363/tid=17419] ppid=17360 vsize=14071612 CPUtime=0.67 cores=0,2,4,6
/proc/17363/task/17419/stat : 17419 (java) S 17360 17363 30500 0 -1 1077944384 4370 12672 0 0 57 3 5 2 20 0 15 0 47491883 14409330688 305166 18446744073709551615 4194304 4196468 140723630420928 140424331651056 140424853760642 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
[pid=17363/tid=17420] ppid=17360 vsize=14071612 CPUtime=0.07 cores=0,2,4,6
/proc/17363/task/17420/stat : 17420 (java) S 17360 17363 30500 0 -1 1077944384 55 12672 0 0 0 0 5 2 20 0 15 0 47491884 14409330688 305166 18446744073709551615 4194304 4196468 140723630420928 140424330597344 140424853759701 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
[pid=17363/tid=17421] ppid=17360 vsize=14071612 CPUtime=0.07 cores=0,2,4,6
/proc/17363/task/17421/stat : 17421 (java) S 17360 17363 30500 0 -1 1077944384 43 12672 0 0 0 0 5 2 20 0 15 0 47491884 14409330688 305166 18446744073709551615 4194304 4196468 140723630420928 140424329544704 140424853759701 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
[pid=17363/tid=17422] ppid=17360 vsize=14071612 CPUtime=0.07 cores=0,2,4,6
/proc/17363/task/17422/stat : 17422 (java) S 17360 17363 30500 0 -1 1077944384 3 12672 0 0 0 0 5 2 20 0 15 0 47491886 14409330688 305166 18446744073709551615 4194304 4196468 140723630420928 140424328493264 140424853768091 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
[pid=17363/tid=17423] ppid=17360 vsize=14071612 CPUtime=4.78 cores=0,2,4,6
/proc/17363/task/17423/stat : 17423 (java) S 17360 17363 30500 0 -1 1077944384 24129 12672 0 0 467 4 5 2 20 0 15 0 47491886 14409330688 305166 18446744073709551615 4194304 4196468 140723630420928 140424327440880 140424853760642 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
[pid=17363/tid=17424] ppid=17360 vsize=14071612 CPUtime=5.01 cores=0,2,4,6
/proc/17363/task/17424/stat : 17424 (java) S 17360 17363 30500 0 -1 1077944384 15876 12672 0 0 492 2 5 2 20 0 15 0 47491886 14409330688 305166 18446744073709551615 4194304 4196468 140723630420928 140424326388336 140424853760642 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
[pid=17363/tid=17425] ppid=17360 vsize=14071612 CPUtime=2.47 cores=0,2,4,6
/proc/17363/task/17425/stat : 17425 (java) S 17360 17363 30500 0 -1 1077944384 18930 12672 0 0 236 4 5 2 20 0 15 0 47491886 14409330688 305166 18446744073709551615 4194304 4196468 140723630420928 140424325335792 140424853760642 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
[pid=17363/tid=17426] ppid=17360 vsize=14071612 CPUtime=0.07 cores=0,2,4,6
/proc/17363/task/17426/stat : 17426 (java) S 17360 17363 30500 0 -1 1077944384 3 12672 0 0 0 0 5 2 20 0 15 0 47491887 14409330688 305166 18446744073709551615 4194304 4196468 140723630420928 140424324283488 140424853759701 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
[pid=17363/tid=17427] ppid=17360 vsize=14071612 CPUtime=0.2 cores=0,2,4,6
/proc/17363/task/17427/stat : 17427 (java) S 17360 17363 30500 0 -1 1077944384 299 12672 0 0 7 6 5 2 20 0 15 0 47491892 14409330688 305166 18446744073709551615 4194304 4196468 140723630420928 140424323230000 140424853760642 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
Current children cumulated CPU time (s) 236.79
Current children cumulated vsize (KiB) 14071612



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 1.68 1.62 1.63 3/214 17559
/proc/meminfo: memFree=29577148/32770624 swapFree=0/298080
[pid=17363] ppid=17360 vsize=14071612 CPUtime=254.76 cores=0,2,4,6
/proc/17363/stat : 17363 (java) S 17360 17363 30500 0 -1 1077944320 137347 12672 0 0 25402 67 5 2 20 0 15 0 47491858 14409330688 303657 18446744073709551615 4194304 4196468 140723630420928 140723630403472 140424853749495 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
/proc/17363/statm: 3517903 303657 3482 1 0 3506517 0
[pid=17363/tid=17414] ppid=17360 vsize=14071612 CPUtime=237.92 cores=0,2,4,6
/proc/17363/task/17414/stat : 17414 (java) R 17360 17363 30500 0 -1 4202560 57393 12672 0 0 23761 24 5 2 20 0 15 0 47491881 14409330688 303657 18446744073709551615 4194304 4196468 140723630420928 140424857983472 140424463076641 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
[pid=17363/tid=17415] ppid=17360 vsize=14071612 CPUtime=1.03 cores=0,2,4,6
/proc/17363/task/17415/stat : 17415 (java) S 17360 17363 30500 0 -1 1077944384 1826 12672 0 0 91 5 5 2 20 0 15 0 47491882 14409330688 303657 18446744073709551615 4194304 4196468 140723630420928 140424773163792 140424853759701 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
[pid=17363/tid=17416] ppid=17360 vsize=14071612 CPUtime=1.05 cores=0,2,4,6
/proc/17363/task/17416/stat : 17416 (java) S 17360 17363 30500 0 -1 1077944384 3868 12672 0 0 91 7 5 2 20 0 15 0 47491882 14409330688 303657 18446744073709551615 4194304 4196468 140723630420928 140424772111248 140424853759701 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
[pid=17363/tid=17417] ppid=17360 vsize=14071612 CPUtime=1.04 cores=0,2,4,6
/proc/17363/task/17417/stat : 17417 (java) S 17360 17363 30500 0 -1 1077944384 1684 12672 0 0 91 6 5 2 20 0 15 0 47491882 14409330688 303657 18446744073709551615 4194304 4196468 140723630420928 140424771058704 140424853759701 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
[pid=17363/tid=17418] ppid=17360 vsize=14071612 CPUtime=1.04 cores=0,2,4,6
/proc/17363/task/17418/stat : 17418 (java) S 17360 17363 30500 0 -1 1077944384 4826 12672 0 0 92 5 5 2 20 0 15 0 47491882 14409330688 303657 18446744073709551615 4194304 4196468 140723630420928 140424770006160 140424853759701 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
[pid=17363/tid=17419] ppid=17360 vsize=14071612 CPUtime=0.73 cores=0,2,4,6
/proc/17363/task/17419/stat : 17419 (java) S 17360 17363 30500 0 -1 1077944384 4376 12672 0 0 63 3 5 2 20 0 15 0 47491883 14409330688 303657 18446744073709551615 4194304 4196468 140723630420928 140424331651056 140424853760642 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
[pid=17363/tid=17420] ppid=17360 vsize=14071612 CPUtime=0.07 cores=0,2,4,6
/proc/17363/task/17420/stat : 17420 (java) S 17360 17363 30500 0 -1 1077944384 55 12672 0 0 0 0 5 2 20 0 15 0 47491884 14409330688 303657 18446744073709551615 4194304 4196468 140723630420928 140424330597344 140424853759701 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
[pid=17363/tid=17421] ppid=17360 vsize=14071612 CPUtime=0.07 cores=0,2,4,6
/proc/17363/task/17421/stat : 17421 (java) S 17360 17363 30500 0 -1 1077944384 43 12672 0 0 0 0 5 2 20 0 15 0 47491884 14409330688 303657 18446744073709551615 4194304 4196468 140723630420928 140424329544704 140424853759701 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
[pid=17363/tid=17422] ppid=17360 vsize=14071612 CPUtime=0.07 cores=0,2,4,6
/proc/17363/task/17422/stat : 17422 (java) S 17360 17363 30500 0 -1 1077944384 3 12672 0 0 0 0 5 2 20 0 15 0 47491886 14409330688 303657 18446744073709551615 4194304 4196468 140723630420928 140424328493264 140424853768091 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
[pid=17363/tid=17423] ppid=17360 vsize=14071612 CPUtime=4.79 cores=0,2,4,6
/proc/17363/task/17423/stat : 17423 (java) S 17360 17363 30500 0 -1 1077944384 26002 12672 0 0 468 4 5 2 20 0 15 0 47491886 14409330688 303657 18446744073709551615 4194304 4196468 140723630420928 140424327440880 140424853760642 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
[pid=17363/tid=17424] ppid=17360 vsize=14071612 CPUtime=5.01 cores=0,2,4,6
/proc/17363/task/17424/stat : 17424 (java) S 17360 17363 30500 0 -1 1077944384 15876 12672 0 0 492 2 5 2 20 0 15 0 47491886 14409330688 303657 18446744073709551615 4194304 4196468 140723630420928 140424326388336 140424853760642 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
[pid=17363/tid=17425] ppid=17360 vsize=14071612 CPUtime=2.47 cores=0,2,4,6
/proc/17363/task/17425/stat : 17425 (java) S 17360 17363 30500 0 -1 1077944384 18930 12672 0 0 236 4 5 2 20 0 15 0 47491886 14409330688 303657 18446744073709551615 4194304 4196468 140723630420928 140424325335792 140424853760642 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
[pid=17363/tid=17426] ppid=17360 vsize=14071612 CPUtime=0.07 cores=0,2,4,6
/proc/17363/task/17426/stat : 17426 (java) S 17360 17363 30500 0 -1 1077944384 3 12672 0 0 0 0 5 2 20 0 15 0 47491887 14409330688 303657 18446744073709551615 4194304 4196468 140723630420928 140424324283488 140424853759701 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
[pid=17363/tid=17427] ppid=17360 vsize=14071612 CPUtime=0.21 cores=0,2,4,6
/proc/17363/task/17427/stat : 17427 (java) S 17360 17363 30500 0 -1 1077944384 310 12672 0 0 7 7 5 2 20 0 15 0 47491892 14409330688 303657 18446744073709551615 4194304 4196468 140723630420928 140424323230000 140424853760642 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
Current children cumulated CPU time (s) 254.76
Current children cumulated vsize (KiB) 14071612

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 17363 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+240.201 s]
/proc/loadavg: 1.68 1.62 1.63 3/214 17559
/proc/meminfo: memFree=29577148/32770624 swapFree=0/298080
[pid=17363] ppid=17360 vsize=14204740 CPUtime=255.31 cores=0,2,4,6
/proc/17363/stat : 17363 (java) S 17360 17363 30500 0 -1 1077944320 149236 12672 0 0 25455 69 5 2 20 0 17 0 47491858 14545653760 305438 18446744073709551615 4194304 4196468 140723630420928 140723630403472 140424853749495 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
/proc/17363/statm: 3551185 305438 3482 1 0 3539799 0
[pid=17363/tid=17414] ppid=17360 vsize=14204740 CPUtime=237.93 cores=0,2,4,6
/proc/17363/task/17414/stat : 17414 (java) S 17360 17363 30500 0 -1 1077944384 57971 12672 0 0 23762 24 5 2 20 0 17 0 47491881 14545653760 305438 18446744073709551615 4194304 4196468 140723630420928 140424857987280 140424853759701 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
[pid=17363/tid=17415] ppid=17360 vsize=14204740 CPUtime=1.15 cores=0,2,4,6
/proc/17363/task/17415/stat : 17415 (java) S 17360 17363 30500 0 -1 1077944384 1891 12672 0 0 102 6 5 2 20 0 17 0 47491882 14545653760 305438 18446744073709551615 4194304 4196468 140723630420928 140424773163792 140424853759701 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
[pid=17363/tid=17416] ppid=17360 vsize=14204740 CPUtime=1.17 cores=0,2,4,6
/proc/17363/task/17416/stat : 17416 (java) S 17360 17363 30500 0 -1 1077944384 3918 12672 0 0 103 7 5 2 20 0 17 0 47491882 14545653760 305438 18446744073709551615 4194304 4196468 140723630420928 140424772111248 140424853759701 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
[pid=17363/tid=17417] ppid=17360 vsize=14204740 CPUtime=1.15 cores=0,2,4,6
/proc/17363/task/17417/stat : 17417 (java) S 17360 17363 30500 0 -1 1077944384 1764 12672 0 0 102 6 5 2 20 0 17 0 47491882 14545653760 305438 18446744073709551615 4194304 4196468 140723630420928 140424771058704 140424853759701 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
[pid=17363/tid=17418] ppid=17360 vsize=14204740 CPUtime=1.15 cores=0,2,4,6
/proc/17363/task/17418/stat : 17418 (java) S 17360 17363 30500 0 -1 1077944384 4860 12672 0 0 103 5 5 2 20 0 17 0 47491882 14545653760 305438 18446744073709551615 4194304 4196468 140723630420928 140424770006160 140424853759701 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
[pid=17363/tid=17419] ppid=17360 vsize=14204740 CPUtime=0.81 cores=0,2,4,6
/proc/17363/task/17419/stat : 17419 (java) R 17360 17363 30500 0 -1 4202560 14981 12672 0 0 70 4 5 2 20 0 17 0 47491883 14545653760 305438 18446744073709551615 4194304 4196468 140723630420928 140424331649456 140424837911534 0 0 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
[pid=17363/tid=17420] ppid=17360 vsize=14204740 CPUtime=0.07 cores=0,2,4,6
/proc/17363/task/17420/stat : 17420 (java) S 17360 17363 30500 0 -1 1077944384 57 12672 0 0 0 0 5 2 20 0 17 0 47491884 14545653760 305438 18446744073709551615 4194304 4196468 140723630420928 140424330596880 140424853760642 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
[pid=17363/tid=17421] ppid=17360 vsize=14204740 CPUtime=0.07 cores=0,2,4,6
/proc/17363/task/17421/stat : 17421 (java) S 17360 17363 30500 0 -1 1077944384 43 12672 0 0 0 0 5 2 20 0 17 0 47491884 14545653760 305438 18446744073709551615 4194304 4196468 140723630420928 140424329544704 140424853759701 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
[pid=17363/tid=17422] ppid=17360 vsize=14204740 CPUtime=0.07 cores=0,2,4,6
/proc/17363/task/17422/stat : 17422 (java) S 17360 17363 30500 0 -1 1077944384 163 12672 0 0 0 0 5 2 20 0 17 0 47491886 14545653760 305438 18446744073709551615 4194304 4196468 140723630420928 140424328493264 140424853768091 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
[pid=17363/tid=17423] ppid=17360 vsize=14204740 CPUtime=4.79 cores=0,2,4,6
/proc/17363/task/17423/stat : 17423 (java) S 17360 17363 30500 0 -1 1077944384 26002 12672 0 0 468 4 5 2 20 0 17 0 47491886 14545653760 305438 18446744073709551615 4194304 4196468 140723630420928 140424327440880 140424853760642 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
[pid=17363/tid=17424] ppid=17360 vsize=14204740 CPUtime=5.01 cores=0,2,4,6
/proc/17363/task/17424/stat : 17424 (java) S 17360 17363 30500 0 -1 1077944384 15876 12672 0 0 492 2 5 2 20 0 17 0 47491886 14545653760 305438 18446744073709551615 4194304 4196468 140723630420928 140424326388336 140424853760642 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
[pid=17363/tid=17425] ppid=17360 vsize=14204740 CPUtime=2.47 cores=0,2,4,6
/proc/17363/task/17425/stat : 17425 (java) S 17360 17363 30500 0 -1 1077944384 18930 12672 0 0 236 4 5 2 20 0 17 0 47491886 14545653760 305438 18446744073709551615 4194304 4196468 140723630420928 140424325335792 140424853760642 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
[pid=17363/tid=17426] ppid=17360 vsize=14204740 CPUtime=0.07 cores=0,2,4,6
/proc/17363/task/17426/stat : 17426 (java) S 17360 17363 30500 0 -1 1077944384 3 12672 0 0 0 0 5 2 20 0 17 0 47491887 14545653760 305438 18446744073709551615 4194304 4196468 140723630420928 140424324283488 140424853759701 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
[pid=17363/tid=17427] ppid=17360 vsize=14204740 CPUtime=0.21 cores=0,2,4,6
/proc/17363/task/17427/stat : 17427 (java) S 17360 17363 30500 0 -1 1077944384 310 12672 0 0 7 7 5 2 20 0 17 0 47491892 14545653760 305438 18446744073709551615 4194304 4196468 140723630420928 140424323230000 140424853760642 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27975680 140723630426067 140723630428852 140723630428852 140723630432207 0
Current children cumulated CPU time (s) 255.31
Current children cumulated vsize (KiB) 14204740

Child status: 143
Real time (s): 240.28
CPU time (s): 255.469
CPU user time (s): 254.733
CPU system time (s): 0.735723
CPU usage (%): 106.322
Max. virtual memory (cumulated for all children) (KiB): 14204740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 254.733
system time used= 0.735723
maximum resident set size= 1294472
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 162068
page faults= 0
swaps= 0
block input operations= 0
block output operations= 464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27406
involuntary context switches= 916

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.33585 second user time and 1.22077 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-06 07:05:19
IDJOB=4259764
IDBENCH=115840
IDSOLVER=2646
FILE ID=node133/4259764-1501996766
RUNJOBID= node133-1501995163-16059
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Scheduling/Scheduling-os-taillard/Taillard-os-10-10-6.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4259764-1501996766/watcher-4259764-1501996766 -o /tmp/evaluation-result-4259764-1501996766/solver-4259764-1501996766 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node133-1501995163-16059 --watchdog 300  bin/concrete HOME/instance-4259764-1501996766.xml

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

MD5SUM BENCH= 0823366b416f0d4f591b1c2bb0d09de5
RANDOM SEED=1203933109

node133.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.17
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.17
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.17
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.17
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:        30213460 kB
MemAvailable:   30636456 kB
Buffers:          179976 kB
Cached:           535920 kB
SwapCached:            0 kB
Active:          1813284 kB
Inactive:         322580 kB
Active(anon):    1420772 kB
Inactive(anon):    24920 kB
Active(file):     392512 kB
Inactive(file):   297660 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24820 kB
Writeback:             0 kB
AnonPages:       1326344 kB
Mapped:            51260 kB
Shmem:             25276 kB
Slab:             124928 kB
SReclaimable:      97316 kB
SUnreclaim:        27612 kB
KernelStack:        3696 kB
PageTables:         7804 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2428208 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1103872 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 61984 MiB
End job on node133 at 2017-08-06 07:09:19