Trace number 4259389

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) 259.50299 240.226

General information on the benchmark

NameBinPacking/BinPacking-sum-skj2/
BinPacking-sum-n1w4b2r0.xml
MD5SUM6f7ee260f64b5fefc18f028eef39520f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables71
Number of constraints13
Number of domains2
Minimum domain size6
Maximum domain size41
Distribution of domain sizes[{"size":6,"count":1},{"size":41,"count":70}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":65},{"degree":5,"count":5}]
Minimum constraint arity6
Maximum constraint arity70
Distribution of constraint arities[{"arity":6,"count":1},{"arity":14,"count":10},{"arity":70,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":5},{"type":"lex","count":1},{"type":"sum","count":5},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

3.22/2.18	c Concrete v3.4 running
259.45/240.20	java.util.concurrent.TimeoutException
259.45/240.20		at concrete.MAC.mac(MAC.scala:74)
259.45/240.20		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
259.45/240.20		at scala.util.Try$.apply(Try.scala:209)
259.45/240.20		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
259.45/240.20		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
259.45/240.20		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
259.45/240.20		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
259.45/240.20		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
259.45/240.20		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
259.45/240.20		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
259.45/240.20		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
259.45/240.20		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
259.45/240.20		at concrete.MAC.oneRun(MAC.scala:146)
259.45/240.20		at concrete.MAC.nextSolution(MAC.scala:166)
259.45/240.20		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
259.45/240.20		at concrete.ProblemState.map(ProblemState.scala:203)
259.45/240.20		at concrete.ProblemState.map(ProblemState.scala:188)
259.45/240.20		at concrete.MAC.nextSolution(MAC.scala:195)
259.45/240.20		at concrete.Solver.hasNext(Solver.scala:202)
259.45/240.20		at scala.collection.Iterator.toStream(Iterator.scala:1403)
259.45/240.20		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
259.45/240.20		at concrete.Solver.toStream(Solver.scala:73)
259.45/240.20		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
259.45/240.20		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
259.45/240.20		at concrete.Solver.toIterable(Solver.scala:73)
259.45/240.20		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
259.45/240.20		at scala.util.Success.$anonfun$map$1(Try.scala:251)
259.45/240.20		at scala.util.Success.map(Try.scala:209)
259.45/240.20		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
259.45/240.20		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
259.45/240.20		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
259.45/240.20		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
259.45/240.20		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
259.45/240.20		at scala.Function0.apply$mcV$sp(Function0.scala:34)
259.45/240.20		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
259.45/240.20		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
259.45/240.20		at scala.App.$anonfun$main$1$adapted(App.scala:76)
259.45/240.20		at scala.collection.immutable.List.foreach(List.scala:389)
259.45/240.20		at scala.App.main(App.scala:76)
259.45/240.20		at scala.App.main$(App.scala:74)
259.45/240.20		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
259.45/240.20		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
259.45/240.21	s UNKNOWN

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4259389-1501660094/watcher-4259389-1501660094 -o /tmp/evaluation-result-4259389-1501660094/solver-4259389-1501660094 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node133-1501653519-11656 --watchdog 300 bin/concrete HOME/instance-4259389-1501660094.xml 

pid=19414
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.57 1.67 1.71 3/198 19417
/proc/meminfo: memFree=27539684/32770624 swapFree=0/243312
[pid=19417] ppid=19414 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/19417/stat : 19417 (runsolver) D 19414 19417 5228 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 13824729 24240128 108 18446744073709551615 4194304 4338465 140724771352912 140724771350552 140294902440663 0 0 1 24578 18446744071580418449 0 0 17 1 0 0 0 0 0 6438912 6441760 33349632 140724771356880 140724771357254 140724771357254 140724771360714 0
/proc/19417/statm: 5918 108 54 36 0 2156 0

[startup+0.100112 s]
/proc/loadavg: 1.57 1.67 1.71 3/198 19417
/proc/meminfo: memFree=27539684/32770624 swapFree=0/243312
[pid=19417] ppid=19414 vsize=9508 CPUtime=0 cores=1,3,5,7
/proc/19417/stat : 19417 (bash) S 19414 19417 5228 0 -1 4202496 683 1543 0 0 0 0 0 0 20 0 1 0 13824729 9736192 352 18446744073709551615 4194304 5098028 140722577606304 140722577603944 140048355888128 0 0 5 65536 18446744071580971376 0 0 17 5 0 0 8 0 0 7196144 7232144 18538496 140722577609233 140722577609318 140722577609318 140722577612778 0
/proc/19417/statm: 2377 352 279 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.200242 s]
/proc/loadavg: 1.57 1.67 1.71 3/198 19417
/proc/meminfo: memFree=27539684/32770624 swapFree=0/243312
[pid=19417] ppid=19414 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/19417/stat : 19417 (bash) S 19414 19417 5228 0 -1 4202496 896 6483 0 0 0 0 0 1 20 0 1 0 13824729 9867264 377 18446744073709551615 4194304 5098028 140722577606304 140722577600312 140048355888128 0 0 5 65536 18446744071580971376 0 0 17 5 0 0 8 0 0 7196144 7232144 18538496 140722577609233 140722577609318 140722577609318 140722577612778 0
/proc/19417/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300304 s]
/proc/loadavg: 1.57 1.67 1.71 3/198 19417
/proc/meminfo: memFree=27539684/32770624 swapFree=0/243312
[pid=19417] ppid=19414 vsize=13907308 CPUtime=0.13 cores=1,3,5,7
/proc/19417/stat : 19417 (java) S 19414 19417 5228 0 -1 1077944320 5868 12723 0 0 5 1 5 2 20 0 14 0 13824729 14241083392 5533 18446744073709551615 4194304 4196468 140730714304848 140730714287392 140139554877175 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
/proc/19417/statm: 3476827 5533 2545 1 0 3466332 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 13907308

[startup+0.701156 s]
/proc/loadavg: 1.57 1.67 1.71 3/198 19417
/proc/meminfo: memFree=27539684/32770624 swapFree=0/243312
[pid=19417] ppid=19414 vsize=13974784 CPUtime=0.68 cores=1,3,5,7
/proc/19417/stat : 19417 (java) S 19414 19417 5228 0 -1 1077944320 14062 12723 0 0 57 4 5 2 20 0 15 0 13824729 14310178816 14985 18446744073709551615 4194304 4196468 140730714304848 140730714287392 140139554877175 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
/proc/19417/statm: 3493696 14985 3108 1 0 3482973 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 13974784

[startup+1.50244 s]
/proc/loadavg: 1.60 1.68 1.71 3/213 19480
/proc/meminfo: memFree=27444248/32770624 swapFree=0/243300
[pid=19417] ppid=19414 vsize=13985408 CPUtime=1.93 cores=1,3,5,7
/proc/19417/stat : 19417 (java) S 19414 19417 5228 0 -1 1077944320 29161 12723 0 0 176 10 5 2 20 0 15 0 13824729 14321057792 42727 18446744073709551615 4194304 4196468 140730714304848 140730714287392 140139554877175 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
/proc/19417/statm: 3496352 42727 3356 1 0 3485533 0
[pid=19417/tid=19467] ppid=19414 vsize=13985408 CPUtime=1.28 cores=1,3,5,7
/proc/19417/task/19467/stat : 19467 (java) S 19414 19417 5228 0 -1 1077944384 21747 12723 0 0 115 6 5 2 20 0 15 0 13824750 14321057792 42727 18446744073709551615 4194304 4196468 140730714304848 140139559098288 140139554887381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
[pid=19417/tid=19468] ppid=19414 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/19417/task/19468/stat : 19468 (java) S 19414 19417 5228 0 -1 1077944384 62 12723 0 0 1 0 5 2 20 0 15 0 13824751 14321057792 42727 18446744073709551615 4194304 4196468 140730714304848 140139489311760 140139554887381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
[pid=19417/tid=19469] ppid=19414 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/19417/task/19469/stat : 19469 (java) S 19414 19417 5228 0 -1 1077944384 191 12723 0 0 1 0 5 2 20 0 15 0 13824751 14321057792 42727 18446744073709551615 4194304 4196468 140730714304848 140139488259216 140139554887381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
[pid=19417/tid=19470] ppid=19414 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/19417/task/19470/stat : 19470 (java) S 19414 19417 5228 0 -1 1077944384 59 12723 0 0 1 0 5 2 20 0 15 0 13824751 14321057792 42727 18446744073709551615 4194304 4196468 140730714304848 140139487206160 140139554887381 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
[pid=19417/tid=19471] ppid=19414 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/19417/task/19471/stat : 19471 (java) S 19414 19417 5228 0 -1 1077944384 43 12723 0 0 1 0 5 2 20 0 15 0 13824751 14321057792 42727 18446744073709551615 4194304 4196468 140730714304848 140139486153616 140139554887381 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
[pid=19417/tid=19472] ppid=19414 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/19417/task/19472/stat : 19472 (java) R 19414 19417 5228 0 -1 4202560 1490 12723 0 0 1 0 5 2 20 0 15 0 13824752 14321057792 42727 18446744073709551615 4194304 4196468 140730714304848 140139032953632 140139547166624 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
[pid=19417/tid=19473] ppid=19414 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/19417/task/19473/stat : 19473 (java) S 19414 19417 5228 0 -1 1077944384 33 12723 0 0 0 0 5 2 20 0 15 0 13824752 14321057792 42727 18446744073709551615 4194304 4196468 140730714304848 140139031901344 140139554887381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
[pid=19417/tid=19474] ppid=19414 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/19417/task/19474/stat : 19474 (java) S 19414 19417 5228 0 -1 1077944384 21 12723 0 0 0 0 5 2 20 0 15 0 13824753 14321057792 42727 18446744073709551615 4194304 4196468 140730714304848 140139030848240 140139554887381 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
[pid=19417/tid=19475] ppid=19414 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/19417/task/19475/stat : 19475 (java) S 19414 19417 5228 0 -1 1077944384 3 12723 0 0 0 0 5 2 20 0 15 0 13824755 14321057792 42727 18446744073709551615 4194304 4196468 140730714304848 140139029796816 140139554895771 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
[pid=19417/tid=19476] ppid=19414 vsize=13985408 CPUtime=0.22 cores=1,3,5,7
/proc/19417/task/19476/stat : 19476 (java) S 19414 19417 5228 0 -1 1077944384 983 12723 0 0 15 0 5 2 20 0 15 0 13824755 14321057792 42727 18446744073709551615 4194304 4196468 140730714304848 140139028744944 140139554888322 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
[pid=19417/tid=19477] ppid=19414 vsize=13985408 CPUtime=0.24 cores=1,3,5,7
/proc/19417/task/19477/stat : 19477 (java) S 19414 19417 5228 0 -1 1077944384 1021 12723 0 0 17 0 5 2 20 0 15 0 13824755 14321057792 42727 18446744073709551615 4194304 4196468 140730714304848 140139027692400 140139554888322 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
[pid=19417/tid=19478] ppid=19414 vsize=13985408 CPUtime=0.29 cores=1,3,5,7
/proc/19417/task/19478/stat : 19478 (java) S 19414 19417 5228 0 -1 1077944384 1350 12723 0 0 22 0 5 2 20 0 15 0 13824755 14321057792 42727 18446744073709551615 4194304 4196468 140730714304848 140139026635536 140139554887381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
[pid=19417/tid=19479] ppid=19414 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/19417/task/19479/stat : 19479 (java) S 19414 19417 5228 0 -1 1077944384 3 12723 0 0 0 0 5 2 20 0 15 0 13824756 14321057792 42677 18446744073709551615 4194304 4196468 140730714304848 140139025587040 140139554887381 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
[pid=19417/tid=19480] ppid=19414 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/19417/task/19480/stat : 19480 (java) S 19414 19417 5228 0 -1 1077944384 6 12723 0 0 0 0 5 2 20 0 15 0 13824759 14321057792 42622 18446744073709551615 4194304 4196468 140730714304848 140139024534064 140139554888322 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 13985408

[startup+3.1012 s]
/proc/loadavg: 1.60 1.68 1.71 4/213 19480
/proc/meminfo: memFree=27367812/32770624 swapFree=0/243300
[pid=19417] ppid=19414 vsize=13999932 CPUtime=6.11 cores=1,3,5,7
/proc/19417/stat : 19417 (java) S 19414 19417 5228 0 -1 1077944320 44416 12723 0 0 587 17 5 2 20 0 15 0 13824729 14335930368 54644 18446744073709551615 4194304 4196468 140730714304848 140730714287392 140139554877175 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
/proc/19417/statm: 3499983 54644 3436 1 0 3488605 0
[pid=19417/tid=19467] ppid=19414 vsize=13999932 CPUtime=2.87 cores=1,3,5,7
/proc/19417/task/19467/stat : 19467 (java) R 19414 19417 5228 0 -1 4202560 30295 12723 0 0 271 9 5 2 20 0 15 0 13824750 14335930368 54644 18446744073709551615 4194304 4196468 140730714304848 140139559095936 140139536440731 0 4 1 16800974 0 0 0 -1 7 0 0 3 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
[pid=19417/tid=19468] ppid=19414 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/19417/task/19468/stat : 19468 (java) S 19414 19417 5228 0 -1 1077944384 62 12723 0 0 1 0 5 2 20 0 15 0 13824751 14335930368 54644 18446744073709551615 4194304 4196468 140730714304848 140139489311760 140139554887381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
[pid=19417/tid=19469] ppid=19414 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/19417/task/19469/stat : 19469 (java) S 19414 19417 5228 0 -1 1077944384 191 12723 0 0 1 0 5 2 20 0 15 0 13824751 14335930368 54644 18446744073709551615 4194304 4196468 140730714304848 140139488259216 140139554887381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
[pid=19417/tid=19470] ppid=19414 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/19417/task/19470/stat : 19470 (java) S 19414 19417 5228 0 -1 1077944384 59 12723 0 0 1 0 5 2 20 0 15 0 13824751 14335930368 54644 18446744073709551615 4194304 4196468 140730714304848 140139487206160 140139554887381 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
[pid=19417/tid=19471] ppid=19414 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/19417/task/19471/stat : 19471 (java) S 19414 19417 5228 0 -1 1077944384 43 12723 0 0 1 0 5 2 20 0 15 0 13824751 14335930368 54644 18446744073709551615 4194304 4196468 140730714304848 140139486153616 140139554887381 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
[pid=19417/tid=19472] ppid=19414 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/19417/task/19472/stat : 19472 (java) S 19414 19417 5228 0 -1 1077944384 1507 12723 0 0 1 0 5 2 20 0 15 0 13824752 14335930368 54644 18446744073709551615 4194304 4196468 140730714304848 140139032955120 140139554888322 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
[pid=19417/tid=19473] ppid=19414 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/19417/task/19473/stat : 19473 (java) S 19414 19417 5228 0 -1 1077944384 56 12723 0 0 0 0 5 2 20 0 15 0 13824752 14335930368 54644 18446744073709551615 4194304 4196468 140730714304848 140139031901408 140139554887381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
[pid=19417/tid=19474] ppid=19414 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/19417/task/19474/stat : 19474 (java) S 19414 19417 5228 0 -1 1077944384 45 12723 0 0 0 0 5 2 20 0 15 0 13824753 14335930368 54644 18446744073709551615 4194304 4196468 140730714304848 140139030848256 140139554887381 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
[pid=19417/tid=19475] ppid=19414 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/19417/task/19475/stat : 19475 (java) S 19414 19417 5228 0 -1 1077944384 3 12723 0 0 0 0 5 2 20 0 15 0 13824755 14335930368 54644 18446744073709551615 4194304 4196468 140730714304848 140139029796816 140139554895771 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
[pid=19417/tid=19476] ppid=19414 vsize=13999932 CPUtime=0.95 cores=1,3,5,7
/proc/19417/task/19476/stat : 19476 (java) R 19414 19417 5228 0 -1 4202560 2101 12723 0 0 86 2 5 2 20 0 15 0 13824755 14335930368 54644 18446744073709551615 4194304 4196468 140730714304848 140139028724336 140139540891556 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
[pid=19417/tid=19477] ppid=19414 vsize=13999932 CPUtime=1.28 cores=1,3,5,7
/proc/19417/task/19477/stat : 19477 (java) R 19414 19417 5228 0 -1 4202560 4356 12723 0 0 120 1 5 2 20 0 15 0 13824755 14335930368 54644 18446744073709551615 4194304 4196468 140730714304848 140139027680576 140139538373904 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
[pid=19417/tid=19478] ppid=19414 vsize=13999932 CPUtime=1.11 cores=1,3,5,7
/proc/19417/task/19478/stat : 19478 (java) S 19414 19417 5228 0 -1 1077944384 3534 12723 0 0 102 2 5 2 20 0 15 0 13824755 14335930368 54644 18446744073709551615 4194304 4196468 140730714304848 140139026639344 140139554888322 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
[pid=19417/tid=19479] ppid=19414 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/19417/task/19479/stat : 19479 (java) S 19414 19417 5228 0 -1 1077944384 3 12723 0 0 0 0 5 2 20 0 15 0 13824756 14335930368 54644 18446744073709551615 4194304 4196468 140730714304848 140139025587040 140139554887381 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
[pid=19417/tid=19480] ppid=19414 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/19417/task/19480/stat : 19480 (java) S 19414 19417 5228 0 -1 1077944384 7 12723 0 0 0 0 5 2 20 0 15 0 13824759 14335930368 54644 18446744073709551615 4194304 4196468 140730714304848 140139024534064 140139554888322 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 13999932

[startup+6.30061 s]
/proc/loadavg: 1.80 1.71 1.73 4/213 19480
/proc/meminfo: memFree=27145848/32770624 swapFree=0/243300
[pid=19417] ppid=19414 vsize=14067516 CPUtime=12.64 cores=1,3,5,7
/proc/19417/stat : 19417 (java) S 19414 19417 5228 0 -1 1077944320 67828 12723 0 0 1230 27 5 2 20 0 15 0 13824729 14405136384 121598 18446744073709551615 4194304 4196468 140730714304848 140730714287392 140139554877175 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
/proc/19417/statm: 3516879 121598 3466 1 0 3505501 0
[pid=19417/tid=19467] ppid=19414 vsize=14067516 CPUtime=5.98 cores=1,3,5,7
/proc/19417/task/19467/stat : 19467 (java) R 19414 19417 5228 0 -1 4202560 43427 12723 0 0 577 14 5 2 20 0 15 0 13824750 14405136384 121598 18446744073709551615 4194304 4196468 140730714304848 140139559111456 140139554889110 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
[pid=19417/tid=19468] ppid=19414 vsize=14067516 CPUtime=0.11 cores=1,3,5,7
/proc/19417/task/19468/stat : 19468 (java) S 19414 19417 5228 0 -1 1077944384 184 12723 0 0 4 0 5 2 20 0 15 0 13824751 14405136384 121598 18446744073709551615 4194304 4196468 140730714304848 140139489311760 140139554887381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
[pid=19417/tid=19469] ppid=19414 vsize=14067516 CPUtime=0.11 cores=1,3,5,7
/proc/19417/task/19469/stat : 19469 (java) S 19414 19417 5228 0 -1 1077944384 265 12723 0 0 4 0 5 2 20 0 15 0 13824751 14405136384 121598 18446744073709551615 4194304 4196468 140730714304848 140139488259216 140139554887381 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
[pid=19417/tid=19470] ppid=19414 vsize=14067516 CPUtime=0.1 cores=1,3,5,7
/proc/19417/task/19470/stat : 19470 (java) S 19414 19417 5228 0 -1 1077944384 97 12723 0 0 3 0 5 2 20 0 15 0 13824751 14405136384 121598 18446744073709551615 4194304 4196468 140730714304848 140139487206160 140139554887381 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
[pid=19417/tid=19471] ppid=19414 vsize=14067516 CPUtime=0.11 cores=1,3,5,7
/proc/19417/task/19471/stat : 19471 (java) S 19414 19417 5228 0 -1 1077944384 857 12723 0 0 4 0 5 2 20 0 15 0 13824751 14405136384 121598 18446744073709551615 4194304 4196468 140730714304848 140139486153616 140139554887381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
[pid=19417/tid=19472] ppid=19414 vsize=14067516 CPUtime=0.11 cores=1,3,5,7
/proc/19417/task/19472/stat : 19472 (java) S 19414 19417 5228 0 -1 1077944384 2364 12723 0 0 4 0 5 2 20 0 15 0 13824752 14405136384 121598 18446744073709551615 4194304 4196468 140730714304848 140139032955120 140139554888322 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
[pid=19417/tid=19473] ppid=19414 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/19417/task/19473/stat : 19473 (java) S 19414 19417 5228 0 -1 1077944384 56 12723 0 0 0 0 5 2 20 0 15 0 13824752 14405136384 121598 18446744073709551615 4194304 4196468 140730714304848 140139031901408 140139554887381 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
[pid=19417/tid=19474] ppid=19414 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/19417/task/19474/stat : 19474 (java) S 19414 19417 5228 0 -1 1077944384 45 12723 0 0 0 0 5 2 20 0 15 0 13824753 14405136384 121598 18446744073709551615 4194304 4196468 140730714304848 140139030848256 140139554887381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
[pid=19417/tid=19475] ppid=19414 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/19417/task/19475/stat : 19475 (java) S 19414 19417 5228 0 -1 1077944384 3 12723 0 0 0 0 5 2 20 0 15 0 13824755 14405136384 121598 18446744073709551615 4194304 4196468 140730714304848 140139029796816 140139554895771 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
[pid=19417/tid=19476] ppid=19414 vsize=14067516 CPUtime=2.3 cores=1,3,5,7
/proc/19417/task/19476/stat : 19476 (java) R 19414 19417 5228 0 -1 4202560 5744 12723 0 0 221 2 5 2 20 0 15 0 13824755 14405136384 121598 18446744073709551615 4194304 4196468 140730714304848 140139028744944 140139540932718 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
[pid=19417/tid=19477] ppid=19414 vsize=14067516 CPUtime=2.78 cores=1,3,5,7
/proc/19417/task/19477/stat : 19477 (java) R 19414 19417 5228 0 -1 4202560 8128 12723 0 0 269 2 5 2 20 0 15 0 13824755 14405136384 121598 18446744073709551615 4194304 4196468 140730714304848 140139027692400 140139538984301 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
[pid=19417/tid=19478] ppid=19414 vsize=14067516 CPUtime=1.48 cores=1,3,5,7
/proc/19417/task/19478/stat : 19478 (java) S 19414 19417 5228 0 -1 1077944384 4334 12723 0 0 138 3 5 2 20 0 15 0 13824755 14405136384 121598 18446744073709551615 4194304 4196468 140730714304848 140139026639344 140139554888322 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
[pid=19417/tid=19479] ppid=19414 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/19417/task/19479/stat : 19479 (java) S 19414 19417 5228 0 -1 1077944384 3 12723 0 0 0 0 5 2 20 0 15 0 13824756 14405136384 121598 18446744073709551615 4194304 4196468 140730714304848 140139025587040 140139554887381 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
[pid=19417/tid=19480] ppid=19414 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/19417/task/19480/stat : 19480 (java) S 19414 19417 5228 0 -1 1077944384 168 12723 0 0 0 0 5 2 20 0 15 0 13824759 14405136384 121598 18446744073709551615 4194304 4196468 140730714304848 140139024534064 140139554888322 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 14067516

[startup+12.7007 s]
/proc/loadavg: 1.81 1.72 1.73 3/213 19480
/proc/meminfo: memFree=26814424/32770624 swapFree=0/243300
[pid=19417] ppid=19414 vsize=14067516 CPUtime=20.42 cores=1,3,5,7
/proc/19417/stat : 19417 (java) S 19414 19417 5228 0 -1 1077944320 76584 12723 0 0 2000 35 5 2 20 0 15 0 13824729 14405136384 194236 18446744073709551615 4194304 4196468 140730714304848 140730714287392 140139554877175 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
/proc/19417/statm: 3516879 194236 3467 1 0 3505501 0
[pid=19417/tid=19467] ppid=19414 vsize=14067516 CPUtime=12.35 cores=1,3,5,7
/proc/19417/task/19467/stat : 19467 (java) R 19414 19417 5228 0 -1 4202560 44416 12723 0 0 1210 18 5 2 20 0 15 0 13824750 14405136384 194236 18446744073709551615 4194304 4196468 140730714304848 140139559108968 140139177280302 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
[pid=19417/tid=19468] ppid=19414 vsize=14067516 CPUtime=0.13 cores=1,3,5,7
/proc/19417/task/19468/stat : 19468 (java) S 19414 19417 5228 0 -1 1077944384 609 12723 0 0 5 1 5 2 20 0 15 0 13824751 14405136384 194236 18446744073709551615 4194304 4196468 140730714304848 140139489311760 140139554887381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
[pid=19417/tid=19469] ppid=19414 vsize=14067516 CPUtime=0.13 cores=1,3,5,7
/proc/19417/task/19469/stat : 19469 (java) S 19414 19417 5228 0 -1 1077944384 278 12723 0 0 5 1 5 2 20 0 15 0 13824751 14405136384 194236 18446744073709551615 4194304 4196468 140730714304848 140139488259216 140139554887381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
[pid=19417/tid=19470] ppid=19414 vsize=14067516 CPUtime=0.12 cores=1,3,5,7
/proc/19417/task/19470/stat : 19470 (java) S 19414 19417 5228 0 -1 1077944384 363 12723 0 0 4 1 5 2 20 0 15 0 13824751 14405136384 194236 18446744073709551615 4194304 4196468 140730714304848 140139487206160 140139554887381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
[pid=19417/tid=19471] ppid=19414 vsize=14067516 CPUtime=0.13 cores=1,3,5,7
/proc/19417/task/19471/stat : 19471 (java) S 19414 19417 5228 0 -1 1077944384 922 12723 0 0 5 1 5 2 20 0 15 0 13824751 14405136384 194236 18446744073709551615 4194304 4196468 140730714304848 140139486153616 140139554887381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
[pid=19417/tid=19472] ppid=19414 vsize=14067516 CPUtime=0.12 cores=1,3,5,7
/proc/19417/task/19472/stat : 19472 (java) S 19414 19417 5228 0 -1 1077944384 2712 12723 0 0 5 0 5 2 20 0 15 0 13824752 14405136384 194236 18446744073709551615 4194304 4196468 140730714304848 140139032955120 140139554888322 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
[pid=19417/tid=19473] ppid=19414 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/19417/task/19473/stat : 19473 (java) S 19414 19417 5228 0 -1 1077944384 56 12723 0 0 0 0 5 2 20 0 15 0 13824752 14405136384 194236 18446744073709551615 4194304 4196468 140730714304848 140139031901408 140139554887381 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
[pid=19417/tid=19474] ppid=19414 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/19417/task/19474/stat : 19474 (java) S 19414 19417 5228 0 -1 1077944384 45 12723 0 0 0 0 5 2 20 0 15 0 13824753 14405136384 194236 18446744073709551615 4194304 4196468 140730714304848 140139030848256 140139554887381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
[pid=19417/tid=19475] ppid=19414 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/19417/task/19475/stat : 19475 (java) S 19414 19417 5228 0 -1 1077944384 3 12723 0 0 0 0 5 2 20 0 15 0 13824755 14405136384 194236 18446744073709551615 4194304 4196468 140730714304848 140139029796816 140139554895771 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0

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

/proc/19417/task/19479/stat : 19479 (java) S 19414 19417 5228 0 -1 1077944384 3 12723 0 0 0 0 5 2 20 0 15 0 13824756 14405136384 263624 18446744073709551615 4194304 4196468 140730714304848 140139025587040 140139554887381 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
[pid=19417/tid=19480] ppid=19414 vsize=14067516 CPUtime=0.12 cores=1,3,5,7
/proc/19417/task/19480/stat : 19480 (java) S 19414 19417 5228 0 -1 1077944384 293 12723 0 0 2 3 5 2 20 0 15 0 13824759 14405136384 263624 18446744073709551615 4194304 4196468 140730714304848 140139024534064 140139554888322 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
Current children cumulated CPU time (s) 114.66
Current children cumulated vsize (KiB) 14067516

[startup+162.301 s]
/proc/loadavg: 1.42 1.61 1.68 3/213 19609
/proc/meminfo: memFree=28039128/32770624 swapFree=0/243468
[pid=19417] ppid=19414 vsize=14067516 CPUtime=178.33 cores=1,3,5,7
/proc/19417/stat : 19417 (java) S 19414 19417 5228 0 -1 1077944320 117866 12723 0 0 17760 66 5 2 20 0 15 0 13824729 14405136384 263263 18446744073709551615 4194304 4196468 140730714304848 140730714287392 140139554877175 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
/proc/19417/statm: 3516879 263263 3467 1 0 3505501 0
[pid=19417/tid=19467] ppid=19414 vsize=14067516 CPUtime=160.87 cores=1,3,5,7
/proc/19417/task/19467/stat : 19467 (java) R 19414 19417 5228 0 -1 4202560 50565 12723 0 0 16056 24 5 2 20 0 15 0 13824750 14405136384 263263 18446744073709551615 4194304 4196468 140730714304848 140139559111312 140139174898402 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
[pid=19417/tid=19468] ppid=19414 vsize=14067516 CPUtime=0.6 cores=1,3,5,7
/proc/19417/task/19468/stat : 19468 (java) S 19414 19417 5228 0 -1 1077944384 1158 12723 0 0 48 5 5 2 20 0 15 0 13824751 14405136384 263263 18446744073709551615 4194304 4196468 140730714304848 140139489311760 140139554887381 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
[pid=19417/tid=19469] ppid=19414 vsize=14067516 CPUtime=0.6 cores=1,3,5,7
/proc/19417/task/19469/stat : 19469 (java) S 19414 19417 5228 0 -1 1077944384 2902 12723 0 0 48 5 5 2 20 0 15 0 13824751 14405136384 263263 18446744073709551615 4194304 4196468 140730714304848 140139488259216 140139554887381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
[pid=19417/tid=19470] ppid=19414 vsize=14067516 CPUtime=0.6 cores=1,3,5,7
/proc/19417/task/19470/stat : 19470 (java) S 19414 19417 5228 0 -1 1077944384 3276 12723 0 0 49 4 5 2 20 0 15 0 13824751 14405136384 263263 18446744073709551615 4194304 4196468 140730714304848 140139487206160 140139554887381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
[pid=19417/tid=19471] ppid=19414 vsize=14067516 CPUtime=0.61 cores=1,3,5,7
/proc/19417/task/19471/stat : 19471 (java) S 19414 19417 5228 0 -1 1077944384 1818 12723 0 0 48 6 5 2 20 0 15 0 13824751 14405136384 263263 18446744073709551615 4194304 4196468 140730714304848 140139486153616 140139554887381 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
[pid=19417/tid=19472] ppid=19414 vsize=14067516 CPUtime=0.56 cores=1,3,5,7
/proc/19417/task/19472/stat : 19472 (java) S 19414 19417 5228 0 -1 1077944384 3928 12723 0 0 46 3 5 2 20 0 15 0 13824752 14405136384 263263 18446744073709551615 4194304 4196468 140730714304848 140139032955120 140139554888322 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
[pid=19417/tid=19473] ppid=19414 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/19417/task/19473/stat : 19473 (java) S 19414 19417 5228 0 -1 1077944384 56 12723 0 0 0 0 5 2 20 0 15 0 13824752 14405136384 263263 18446744073709551615 4194304 4196468 140730714304848 140139031901408 140139554887381 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
[pid=19417/tid=19474] ppid=19414 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/19417/task/19474/stat : 19474 (java) S 19414 19417 5228 0 -1 1077944384 45 12723 0 0 0 0 5 2 20 0 15 0 13824753 14405136384 263263 18446744073709551615 4194304 4196468 140730714304848 140139030848256 140139554887381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
[pid=19417/tid=19475] ppid=19414 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/19417/task/19475/stat : 19475 (java) S 19414 19417 5228 0 -1 1077944384 3 12723 0 0 0 0 5 2 20 0 15 0 13824755 14405136384 263263 18446744073709551615 4194304 4196468 140730714304848 140139029796816 140139554895771 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
[pid=19417/tid=19476] ppid=19414 vsize=14067516 CPUtime=5.89 cores=1,3,5,7
/proc/19417/task/19476/stat : 19476 (java) S 19414 19417 5228 0 -1 1077944384 16014 12723 0 0 577 5 5 2 20 0 15 0 13824755 14405136384 263263 18446744073709551615 4194304 4196468 140730714304848 140139028744944 140139554888322 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
[pid=19417/tid=19477] ppid=19414 vsize=14067516 CPUtime=6.37 cores=1,3,5,7
/proc/19417/task/19477/stat : 19477 (java) S 19414 19417 5228 0 -1 1077944384 19875 12723 0 0 625 5 5 2 20 0 15 0 13824755 14405136384 263263 18446744073709551615 4194304 4196468 140730714304848 140139027692400 140139554888322 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
[pid=19417/tid=19478] ppid=19414 vsize=14067516 CPUtime=2.6 cores=1,3,5,7
/proc/19417/task/19478/stat : 19478 (java) S 19414 19417 5228 0 -1 1077944384 15761 12723 0 0 247 6 5 2 20 0 15 0 13824755 14405136384 263263 18446744073709551615 4194304 4196468 140730714304848 140139026639344 140139554888322 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
[pid=19417/tid=19479] ppid=19414 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/19417/task/19479/stat : 19479 (java) S 19414 19417 5228 0 -1 1077944384 3 12723 0 0 0 0 5 2 20 0 15 0 13824756 14405136384 263263 18446744073709551615 4194304 4196468 140730714304848 140139025587040 140139554887381 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
[pid=19417/tid=19480] ppid=19414 vsize=14067516 CPUtime=0.16 cores=1,3,5,7
/proc/19417/task/19480/stat : 19480 (java) S 19414 19417 5228 0 -1 1077944384 308 12723 0 0 4 5 5 2 20 0 15 0 13824759 14405136384 263263 18446744073709551615 4194304 4196468 140730714304848 140139024534064 140139554888322 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
Current children cumulated CPU time (s) 178.33
Current children cumulated vsize (KiB) 14067516

[startup+222.307 s]
/proc/loadavg: 1.21 1.52 1.65 3/213 19611
/proc/meminfo: memFree=28163208/32770624 swapFree=0/243492
[pid=19417] ppid=19414 vsize=14067516 CPUtime=240.25 cores=1,3,5,7
/proc/19417/stat : 19417 (java) S 19414 19417 5228 0 -1 1077944320 127853 12723 0 0 23941 77 5 2 20 0 15 0 13824729 14405136384 263805 18446744073709551615 4194304 4196468 140730714304848 140730714287392 140139554877175 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
/proc/19417/statm: 3516879 263805 3467 1 0 3505501 0
[pid=19417/tid=19467] ppid=19414 vsize=14067516 CPUtime=220.21 cores=1,3,5,7
/proc/19417/task/19467/stat : 19467 (java) R 19414 19417 5228 0 -1 4202560 52140 12723 0 0 21988 26 5 2 20 0 15 0 13824750 14405136384 263805 18446744073709551615 4194304 4196468 140730714304848 140139559111424 140139175944521 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
[pid=19417/tid=19468] ppid=19414 vsize=14067516 CPUtime=0.9 cores=1,3,5,7
/proc/19417/task/19468/stat : 19468 (java) S 19414 19417 5228 0 -1 1077944384 2656 12723 0 0 76 7 5 2 20 0 15 0 13824751 14405136384 263805 18446744073709551615 4194304 4196468 140730714304848 140139489311760 140139554887381 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
[pid=19417/tid=19469] ppid=19414 vsize=14067516 CPUtime=0.89 cores=1,3,5,7
/proc/19417/task/19469/stat : 19469 (java) S 19414 19417 5228 0 -1 1077944384 2936 12723 0 0 75 7 5 2 20 0 15 0 13824751 14405136384 263805 18446744073709551615 4194304 4196468 140730714304848 140139488259216 140139554887381 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
[pid=19417/tid=19470] ppid=19414 vsize=14067516 CPUtime=0.88 cores=1,3,5,7
/proc/19417/task/19470/stat : 19470 (java) S 19414 19417 5228 0 -1 1077944384 3468 12723 0 0 76 5 5 2 20 0 15 0 13824751 14405136384 263805 18446744073709551615 4194304 4196468 140730714304848 140139487206160 140139554887381 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
[pid=19417/tid=19471] ppid=19414 vsize=14067516 CPUtime=0.89 cores=1,3,5,7
/proc/19417/task/19471/stat : 19471 (java) S 19414 19417 5228 0 -1 1077944384 1871 12723 0 0 75 7 5 2 20 0 15 0 13824751 14405136384 263805 18446744073709551615 4194304 4196468 140730714304848 140139486153616 140139554887381 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
[pid=19417/tid=19472] ppid=19414 vsize=14067516 CPUtime=0.84 cores=1,3,5,7
/proc/19417/task/19472/stat : 19472 (java) S 19414 19417 5228 0 -1 1077944384 4237 12723 0 0 72 5 5 2 20 0 15 0 13824752 14405136384 263805 18446744073709551615 4194304 4196468 140730714304848 140139032955120 140139554888322 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
[pid=19417/tid=19473] ppid=19414 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/19417/task/19473/stat : 19473 (java) S 19414 19417 5228 0 -1 1077944384 56 12723 0 0 0 0 5 2 20 0 15 0 13824752 14405136384 263805 18446744073709551615 4194304 4196468 140730714304848 140139031901408 140139554887381 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
[pid=19417/tid=19474] ppid=19414 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/19417/task/19474/stat : 19474 (java) S 19414 19417 5228 0 -1 1077944384 45 12723 0 0 0 0 5 2 20 0 15 0 13824753 14405136384 263805 18446744073709551615 4194304 4196468 140730714304848 140139030848256 140139554887381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
[pid=19417/tid=19475] ppid=19414 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/19417/task/19475/stat : 19475 (java) S 19414 19417 5228 0 -1 1077944384 3 12723 0 0 0 0 5 2 20 0 15 0 13824755 14405136384 263805 18446744073709551615 4194304 4196468 140730714304848 140139029796816 140139554895771 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
[pid=19417/tid=19476] ppid=19414 vsize=14067516 CPUtime=6.33 cores=1,3,5,7
/proc/19417/task/19476/stat : 19476 (java) S 19414 19417 5228 0 -1 1077944384 17283 12723 0 0 621 5 5 2 20 0 15 0 13824755 14405136384 263805 18446744073709551615 4194304 4196468 140730714304848 140139028744944 140139554888322 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
[pid=19417/tid=19477] ppid=19414 vsize=14067516 CPUtime=6.82 cores=1,3,5,7
/proc/19417/task/19477/stat : 19477 (java) S 19414 19417 5228 0 -1 1077944384 22984 12723 0 0 669 6 5 2 20 0 15 0 13824755 14405136384 263805 18446744073709551615 4194304 4196468 140730714304848 140139027692400 140139554888322 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
[pid=19417/tid=19478] ppid=19414 vsize=14067516 CPUtime=2.83 cores=1,3,5,7
/proc/19417/task/19478/stat : 19478 (java) S 19414 19417 5228 0 -1 1077944384 17689 12723 0 0 270 6 5 2 20 0 15 0 13824755 14405136384 263805 18446744073709551615 4194304 4196468 140730714304848 140139026639344 140139554888322 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
[pid=19417/tid=19479] ppid=19414 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/19417/task/19479/stat : 19479 (java) S 19414 19417 5228 0 -1 1077944384 3 12723 0 0 0 0 5 2 20 0 15 0 13824756 14405136384 263805 18446744073709551615 4194304 4196468 140730714304848 140139025587040 140139554887381 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
[pid=19417/tid=19480] ppid=19414 vsize=14067516 CPUtime=0.19 cores=1,3,5,7
/proc/19417/task/19480/stat : 19480 (java) S 19414 19417 5228 0 -1 1077944384 328 12723 0 0 5 7 5 2 20 0 15 0 13824759 14405136384 263805 18446744073709551615 4194304 4196468 140730714304848 140139024534064 140139554888322 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
Current children cumulated CPU time (s) 240.25
Current children cumulated vsize (KiB) 14067516



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 1.31 1.52 1.65 3/213 19612
/proc/meminfo: memFree=28201824/32770624 swapFree=0/243500
[pid=19417] ppid=19414 vsize=14067516 CPUtime=258.93 cores=1,3,5,7
/proc/19417/stat : 19417 (java) S 19414 19417 5228 0 -1 1077944320 135524 12723 0 0 25805 81 5 2 20 0 15 0 13824729 14405136384 263592 18446744073709551615 4194304 4196468 140730714304848 140730714287392 140139554877175 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
/proc/19417/statm: 3516879 263592 3467 1 0 3505501 0
[pid=19417/tid=19467] ppid=19414 vsize=14067516 CPUtime=237.71 cores=1,3,5,7
/proc/19417/task/19467/stat : 19467 (java) R 19414 19417 5228 0 -1 4202560 52681 12723 0 0 23738 26 5 2 20 0 15 0 13824750 14405136384 263592 18446744073709551615 4194304 4196468 140730714304848 140139559111376 140139171645951 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
[pid=19417/tid=19468] ppid=19414 vsize=14067516 CPUtime=0.98 cores=1,3,5,7
/proc/19417/task/19468/stat : 19468 (java) S 19414 19417 5228 0 -1 1077944384 4116 12723 0 0 84 7 5 2 20 0 15 0 13824751 14405136384 263592 18446744073709551615 4194304 4196468 140730714304848 140139489311760 140139554887381 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
[pid=19417/tid=19469] ppid=19414 vsize=14067516 CPUtime=0.98 cores=1,3,5,7
/proc/19417/task/19469/stat : 19469 (java) S 19414 19417 5228 0 -1 1077944384 3032 12723 0 0 83 8 5 2 20 0 15 0 13824751 14405136384 263592 18446744073709551615 4194304 4196468 140730714304848 140139488259216 140139554887381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
[pid=19417/tid=19470] ppid=19414 vsize=14067516 CPUtime=0.96 cores=1,3,5,7
/proc/19417/task/19470/stat : 19470 (java) S 19414 19417 5228 0 -1 1077944384 3600 12723 0 0 83 6 5 2 20 0 15 0 13824751 14405136384 263592 18446744073709551615 4194304 4196468 140730714304848 140139487206160 140139554887381 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
[pid=19417/tid=19471] ppid=19414 vsize=14067516 CPUtime=0.98 cores=1,3,5,7
/proc/19417/task/19471/stat : 19471 (java) S 19414 19417 5228 0 -1 1077944384 1931 12723 0 0 83 8 5 2 20 0 15 0 13824751 14405136384 263592 18446744073709551615 4194304 4196468 140730714304848 140139486153616 140139554887381 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
[pid=19417/tid=19472] ppid=19414 vsize=14067516 CPUtime=0.92 cores=1,3,5,7
/proc/19417/task/19472/stat : 19472 (java) S 19414 19417 5228 0 -1 1077944384 4391 12723 0 0 79 6 5 2 20 0 15 0 13824752 14405136384 263592 18446744073709551615 4194304 4196468 140730714304848 140139032955120 140139554888322 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
[pid=19417/tid=19473] ppid=19414 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/19417/task/19473/stat : 19473 (java) S 19414 19417 5228 0 -1 1077944384 56 12723 0 0 0 0 5 2 20 0 15 0 13824752 14405136384 263592 18446744073709551615 4194304 4196468 140730714304848 140139031901408 140139554887381 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
[pid=19417/tid=19474] ppid=19414 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/19417/task/19474/stat : 19474 (java) S 19414 19417 5228 0 -1 1077944384 45 12723 0 0 0 0 5 2 20 0 15 0 13824753 14405136384 263592 18446744073709551615 4194304 4196468 140730714304848 140139030848256 140139554887381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
[pid=19417/tid=19475] ppid=19414 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/19417/task/19475/stat : 19475 (java) S 19414 19417 5228 0 -1 1077944384 3 12723 0 0 0 0 5 2 20 0 15 0 13824755 14405136384 263592 18446744073709551615 4194304 4196468 140730714304848 140139029796816 140139554895771 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
[pid=19417/tid=19476] ppid=19414 vsize=14067516 CPUtime=6.61 cores=1,3,5,7
/proc/19417/task/19476/stat : 19476 (java) S 19414 19417 5228 0 -1 1077944384 19422 12723 0 0 649 5 5 2 20 0 15 0 13824755 14405136384 263592 18446744073709551615 4194304 4196468 140730714304848 140139028744944 140139554888322 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
[pid=19417/tid=19477] ppid=19414 vsize=14067516 CPUtime=7.1 cores=1,3,5,7
/proc/19417/task/19477/stat : 19477 (java) S 19414 19417 5228 0 -1 1077944384 23897 12723 0 0 697 6 5 2 20 0 15 0 13824755 14405136384 263592 18446744073709551615 4194304 4196468 140730714304848 140139027692400 140139554888322 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
[pid=19417/tid=19478] ppid=19414 vsize=14067516 CPUtime=3.01 cores=1,3,5,7
/proc/19417/task/19478/stat : 19478 (java) S 19414 19417 5228 0 -1 1077944384 19853 12723 0 0 288 6 5 2 20 0 15 0 13824755 14405136384 263592 18446744073709551615 4194304 4196468 140730714304848 140139026639344 140139554888322 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
[pid=19417/tid=19479] ppid=19414 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/19417/task/19479/stat : 19479 (java) S 19414 19417 5228 0 -1 1077944384 3 12723 0 0 0 0 5 2 20 0 15 0 13824756 14405136384 263592 18446744073709551615 4194304 4196468 140730714304848 140139025587040 140139554887381 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
[pid=19417/tid=19480] ppid=19414 vsize=14067516 CPUtime=0.21 cores=1,3,5,7
/proc/19417/task/19480/stat : 19480 (java) S 19414 19417 5228 0 -1 1077944384 340 12723 0 0 6 8 5 2 20 0 15 0 13824759 14405136384 263592 18446744073709551615 4194304 4196468 140730714304848 140139024534064 140139554888322 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
Current children cumulated CPU time (s) 258.93
Current children cumulated vsize (KiB) 14067516

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 19417 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+240.201 s]
/proc/loadavg: 1.31 1.52 1.65 3/213 19612
/proc/meminfo: memFree=28201824/32770624 swapFree=0/243500
[pid=19417] ppid=19414 vsize=14200644 CPUtime=259.45 cores=1,3,5,7
/proc/19417/stat : 19417 (java) S 19414 19417 5228 0 -1 1077944320 143457 12723 0 0 25855 83 5 2 20 0 17 0 13824729 14541459456 265229 18446744073709551615 4194304 4196468 140730714304848 140730714287392 140139554877175 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
/proc/19417/statm: 3550161 265229 3467 1 0 3538783 0
[pid=19417/tid=19467] ppid=19414 vsize=14200644 CPUtime=237.72 cores=1,3,5,7
/proc/19417/task/19467/stat : 19467 (java) R 19414 19417 5228 0 -1 4202560 53119 12723 0 0 23739 26 5 2 20 0 17 0 13824750 14541459456 265229 18446744073709551615 4194304 4196468 140730714304848 140139559114720 140139554889110 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
[pid=19417/tid=19468] ppid=19414 vsize=14200644 CPUtime=1.08 cores=1,3,5,7
/proc/19417/task/19468/stat : 19468 (java) S 19414 19417 5228 0 -1 1077944384 4162 12723 0 0 94 7 5 2 20 0 17 0 13824751 14541459456 265229 18446744073709551615 4194304 4196468 140730714304848 140139489311760 140139554887381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
[pid=19417/tid=19469] ppid=19414 vsize=14200644 CPUtime=1.08 cores=1,3,5,7
/proc/19417/task/19469/stat : 19469 (java) S 19414 19417 5228 0 -1 1077944384 3069 12723 0 0 93 8 5 2 20 0 17 0 13824751 14541459456 265229 18446744073709551615 4194304 4196468 140730714304848 140139488259216 140139554887381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
[pid=19417/tid=19470] ppid=19414 vsize=14200644 CPUtime=1.07 cores=1,3,5,7
/proc/19417/task/19470/stat : 19470 (java) S 19414 19417 5228 0 -1 1077944384 3631 12723 0 0 94 6 5 2 20 0 17 0 13824751 14541459456 265229 18446744073709551615 4194304 4196468 140730714304848 140139487206160 140139554887381 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
[pid=19417/tid=19471] ppid=19414 vsize=14200644 CPUtime=1.09 cores=1,3,5,7
/proc/19417/task/19471/stat : 19471 (java) S 19414 19417 5228 0 -1 1077944384 1949 12723 0 0 94 8 5 2 20 0 17 0 13824751 14541459456 265229 18446744073709551615 4194304 4196468 140730714304848 140139486153616 140139554887381 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
[pid=19417/tid=19472] ppid=19414 vsize=14200644 CPUtime=1 cores=1,3,5,7
/proc/19417/task/19472/stat : 19472 (java) S 19414 19417 5228 0 -1 1077944384 11265 12723 0 0 87 6 5 2 20 0 17 0 13824752 14541459456 265229 18446744073709551615 4194304 4196468 140730714304848 140139032955120 140139554888322 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
[pid=19417/tid=19473] ppid=19414 vsize=14200644 CPUtime=0.07 cores=1,3,5,7
/proc/19417/task/19473/stat : 19473 (java) S 19414 19417 5228 0 -1 1077944384 58 12723 0 0 0 0 5 2 20 0 17 0 13824752 14541459456 265229 18446744073709551615 4194304 4196468 140730714304848 140139031901408 140139554887381 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
[pid=19417/tid=19474] ppid=19414 vsize=14200644 CPUtime=0.07 cores=1,3,5,7
/proc/19417/task/19474/stat : 19474 (java) S 19414 19417 5228 0 -1 1077944384 47 12723 0 0 0 0 5 2 20 0 17 0 13824753 14541459456 265229 18446744073709551615 4194304 4196468 140730714304848 140139030848256 140139554887381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
[pid=19417/tid=19475] ppid=19414 vsize=14200644 CPUtime=0.07 cores=1,3,5,7
/proc/19417/task/19475/stat : 19475 (java) S 19414 19417 5228 0 -1 1077944384 172 12723 0 0 0 0 5 2 20 0 17 0 13824755 14541459456 265229 18446744073709551615 4194304 4196468 140730714304848 140139029796816 140139554895771 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
[pid=19417/tid=19476] ppid=19414 vsize=14200644 CPUtime=6.61 cores=1,3,5,7
/proc/19417/task/19476/stat : 19476 (java) S 19414 19417 5228 0 -1 1077944384 19450 12723 0 0 649 5 5 2 20 0 17 0 13824755 14541459456 265229 18446744073709551615 4194304 4196468 140730714304848 140139028744944 140139554888322 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
[pid=19417/tid=19477] ppid=19414 vsize=14200644 CPUtime=7.1 cores=1,3,5,7
/proc/19417/task/19477/stat : 19477 (java) S 19414 19417 5228 0 -1 1077944384 23897 12723 0 0 697 6 5 2 20 0 17 0 13824755 14541459456 265229 18446744073709551615 4194304 4196468 140730714304848 140139027692400 140139554888322 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
[pid=19417/tid=19478] ppid=19414 vsize=14200644 CPUtime=3.01 cores=1,3,5,7
/proc/19417/task/19478/stat : 19478 (java) S 19414 19417 5228 0 -1 1077944384 19853 12723 0 0 288 6 5 2 20 0 17 0 13824755 14541459456 265229 18446744073709551615 4194304 4196468 140730714304848 140139026639344 140139554888322 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
[pid=19417/tid=19479] ppid=19414 vsize=14200644 CPUtime=0.07 cores=1,3,5,7
/proc/19417/task/19479/stat : 19479 (java) S 19414 19417 5228 0 -1 1077944384 3 12723 0 0 0 0 5 2 20 0 17 0 13824756 14541459456 265229 18446744073709551615 4194304 4196468 140730714304848 140139025587040 140139554887381 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
[pid=19417/tid=19480] ppid=19414 vsize=14200644 CPUtime=0.21 cores=1,3,5,7
/proc/19417/task/19480/stat : 19480 (java) S 19414 19417 5228 0 -1 1077944384 340 12723 0 0 6 8 5 2 20 0 17 0 13824759 14541459456 265229 18446744073709551615 4194304 4196468 140730714304848 140139024534064 140139554888322 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31866880 140730714306509 140730714309294 140730714309294 140730714312655 0
Current children cumulated CPU time (s) 259.45
Current children cumulated vsize (KiB) 14200644

Child status: 143
Real time (s): 240.226
CPU time (s): 259.503
CPU user time (s): 258.629
CPU system time (s): 0.874344
CPU usage (%): 108.025
Max. virtual memory (cumulated for all children) (KiB): 14200644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 258.629
system time used= 0.874344
maximum resident set size= 1061428
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 156327
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= 37212
involuntary context switches= 792

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.23274 second user time and 1.38101 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-02 09:34:07
IDJOB=4259389
IDBENCH=137358
IDSOLVER=2646
FILE ID=node133/4259389-1501660094
RUNJOBID= node133-1501653519-11656
PBS_JOBID= 
Free space on /tmp= 61840 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/BinPacking/BinPacking-sum-skj2/BinPacking-sum-n1w4b2r0.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4259389-1501660094/watcher-4259389-1501660094 -o /tmp/evaluation-result-4259389-1501660094/solver-4259389-1501660094 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node133-1501653519-11656 --watchdog 300  bin/concrete HOME/instance-4259389-1501660094.xml

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

MD5SUM BENCH= 6f7ee260f64b5fefc18f028eef39520f
RANDOM SEED=664042799

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:        27539424 kB
MemAvailable:   27787840 kB
Buffers:          132008 kB
Cached:           396668 kB
SwapCached:            0 kB
Active:          4560664 kB
Inactive:         251848 kB
Active(anon):    4284576 kB
Inactive(anon):     8536 kB
Active(file):     276088 kB
Inactive(file):   243312 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24540 kB
Writeback:             4 kB
AnonPages:       4284484 kB
Mapped:            43728 kB
Shmem:              8892 kB
Slab:             116196 kB
SReclaimable:      89704 kB
SUnreclaim:        26492 kB
KernelStack:        3488 kB
PageTables:        12744 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5043348 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4048896 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= 61816 MiB
End job on node133 at 2017-08-02 09:38:08