Trace number 4259399

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.793 240.26601

General information on the benchmark

NameBinPacking/
BinPacking-tab-ft/BinPacking-tab-ft060-06.xml
MD5SUM765e7641190fc685f39512b7809eb6f8
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark243.576
Satisfiable
(Un)Satisfiability was proved
Number of variables73
Number of constraints27
Number of domains2
Minimum domain size25
Maximum domain size52
Distribution of domain sizes[{"size":25,"count":1},{"size":52,"count":72}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":48},{"degree":4,"count":24}]
Minimum constraint arity3
Maximum constraint arity72
Distribution of constraint arities[{"arity":3,"count":24},{"arity":25,"count":1},{"arity":72,"count":2}]
Number of extensional constraints24
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":24},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

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

pid=21693
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.73 1.72 1.72 2/200 21696
/proc/meminfo: memFree=27275564/32770624 swapFree=0/255552
[pid=21696] ppid=21693 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/21696/stat : 21696 (runsolver) D 21693 21696 3187 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 7824055 24240128 106 18446744073709551615 4194304 4338465 140730782931904 140730782929544 140287147365079 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 28229632 140730782937297 140730782937671 140730782937671 140730782941130 0
/proc/21696/statm: 5918 106 53 36 0 2156 0

[startup+0.109897 s]
/proc/loadavg: 1.73 1.72 1.72 2/200 21696
/proc/meminfo: memFree=27275564/32770624 swapFree=0/255552
[pid=21696] ppid=21693 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/21696/stat : 21696 (bash) S 21693 21696 3187 0 -1 4202496 897 6487 0 0 0 0 0 1 20 0 1 0 7824055 9867264 377 18446744073709551615 4194304 5098028 140723861025568 140723861019576 140162271194112 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 5 0 0 7196144 7232144 9908224 140723861029394 140723861029479 140723861029479 140723861032938 0
/proc/21696/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.200313 s]
/proc/loadavg: 1.73 1.72 1.72 2/200 21696
/proc/meminfo: memFree=27275564/32770624 swapFree=0/255552
[pid=21696] ppid=21693 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/21696/stat : 21696 (bash) S 21693 21696 3187 0 -1 4202496 897 6487 0 0 0 0 0 1 20 0 1 0 7824055 9867264 377 18446744073709551615 4194304 5098028 140723861025568 140723861019576 140162271194112 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 5 0 0 7196144 7232144 9908224 140723861029394 140723861029479 140723861029479 140723861032938 0
/proc/21696/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300344 s]
/proc/loadavg: 1.73 1.72 1.72 2/200 21696
/proc/meminfo: memFree=27275564/32770624 swapFree=0/255552
[pid=21696] ppid=21693 vsize=13907308 CPUtime=0.12 cores=1,3,5,7
/proc/21696/stat : 21696 (java) S 21693 21696 3187 0 -1 1077944320 5871 12498 0 0 5 0 5 2 20 0 14 0 7824055 14241083392 5534 18446744073709551615 4194304 4196468 140722830602912 140722830585456 140617839103735 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 5 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
/proc/21696/statm: 3476827 5534 2549 1 0 3466332 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 13907308

[startup+0.700271 s]
/proc/loadavg: 1.73 1.72 1.72 2/200 21696
/proc/meminfo: memFree=27275564/32770624 swapFree=0/255552
[pid=21696] ppid=21693 vsize=13974784 CPUtime=0.58 cores=1,3,5,7
/proc/21696/stat : 21696 (java) S 21693 21696 3187 0 -1 1077944320 13783 12498 0 0 47 4 5 2 20 0 15 0 7824055 14310178816 14254 18446744073709551615 4194304 4196468 140722830602912 140722830585456 140617839103735 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 5 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
/proc/21696/statm: 3493696 14254 3067 1 0 3482973 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 13974784

[startup+1.50067 s]
/proc/loadavg: 1.83 1.74 1.73 3/215 21759
/proc/meminfo: memFree=27185460/32770624 swapFree=0/255824
[pid=21696] ppid=21693 vsize=13985408 CPUtime=1.82 cores=1,3,5,7
/proc/21696/stat : 21696 (java) S 21693 21696 3187 0 -1 1077944320 27295 12498 0 0 167 8 5 2 20 0 15 0 7824055 14321057792 33844 18446744073709551615 4194304 4196468 140722830602912 140722830585456 140617839103735 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 5 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
/proc/21696/statm: 3496352 33844 3329 1 0 3485533 0
[pid=21696/tid=21746] ppid=21693 vsize=13985408 CPUtime=1.25 cores=1,3,5,7
/proc/21696/task/21746/stat : 21746 (java) R 21693 21696 3187 0 -1 4202560 21783 12498 0 0 112 6 5 2 20 0 15 0 7824076 14321057792 33844 18446744073709551615 4194304 4196468 140722830602912 140617843333552 140617823147365 0 4 1 16800974 0 0 0 -1 3 0 0 9 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
[pid=21696/tid=21747] ppid=21693 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/21696/task/21747/stat : 21747 (java) S 21693 21696 3187 0 -1 1077944384 2 12498 0 0 0 0 5 2 20 0 15 0 7824077 14321057792 33844 18446744073709551615 4194304 4196468 140722830602912 140617773538448 140617839113941 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
[pid=21696/tid=21748] ppid=21693 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/21696/task/21748/stat : 21748 (java) S 21693 21696 3187 0 -1 1077944384 1 12498 0 0 0 0 5 2 20 0 15 0 7824077 14321057792 33844 18446744073709551615 4194304 4196468 140722830602912 140617772485648 140617839113941 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
[pid=21696/tid=21749] ppid=21693 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/21696/task/21749/stat : 21749 (java) S 21693 21696 3187 0 -1 1077944384 1 12498 0 0 0 0 5 2 20 0 15 0 7824077 14321057792 33844 18446744073709551615 4194304 4196468 140722830602912 140617771432848 140617839113941 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
[pid=21696/tid=21750] ppid=21693 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/21696/task/21750/stat : 21750 (java) S 21693 21696 3187 0 -1 1077944384 2 12498 0 0 0 0 5 2 20 0 15 0 7824077 14321057792 33844 18446744073709551615 4194304 4196468 140722830602912 140617770380048 140617839113941 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
[pid=21696/tid=21751] ppid=21693 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/21696/task/21751/stat : 21751 (java) S 21693 21696 3187 0 -1 1077944384 5 12498 0 0 0 0 5 2 20 0 15 0 7824078 14321057792 33844 18446744073709551615 4194304 4196468 140722830602912 140617317558640 140617839114882 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
[pid=21696/tid=21752] ppid=21693 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/21696/task/21752/stat : 21752 (java) S 21693 21696 3187 0 -1 1077944384 33 12498 0 0 0 0 5 2 20 0 15 0 7824079 14321057792 33844 18446744073709551615 4194304 4196468 140722830602912 140617316504608 140617839113941 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
[pid=21696/tid=21753] ppid=21693 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/21696/task/21753/stat : 21753 (java) S 21693 21696 3187 0 -1 1077944384 21 12498 0 0 0 0 5 2 20 0 15 0 7824079 14321057792 33844 18446744073709551615 4194304 4196468 140722830602912 140617315451760 140617839113941 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
[pid=21696/tid=21754] ppid=21693 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/21696/task/21754/stat : 21754 (java) S 21693 21696 3187 0 -1 1077944384 3 12498 0 0 0 0 5 2 20 0 15 0 7824082 14321057792 33844 18446744073709551615 4194304 4196468 140722830602912 140617314400080 140617839122331 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
[pid=21696/tid=21755] ppid=21693 vsize=13985408 CPUtime=0.24 cores=1,3,5,7
/proc/21696/task/21755/stat : 21755 (java) S 21693 21696 3187 0 -1 1077944384 1418 12498 0 0 17 0 5 2 20 0 15 0 7824082 14321057792 33844 18446744073709551615 4194304 4196468 140722830602912 140617313348464 140617839114882 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
[pid=21696/tid=21756] ppid=21693 vsize=13985408 CPUtime=0.22 cores=1,3,5,7
/proc/21696/task/21756/stat : 21756 (java) S 21693 21696 3187 0 -1 1077944384 581 12498 0 0 15 0 5 2 20 0 15 0 7824082 14321057792 33844 18446744073709551615 4194304 4196468 140722830602912 140617312295664 140617839114882 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
[pid=21696/tid=21757] ppid=21693 vsize=13985408 CPUtime=0.28 cores=1,3,5,7
/proc/21696/task/21757/stat : 21757 (java) S 21693 21696 3187 0 -1 1077944384 1276 12498 0 0 21 0 5 2 20 0 15 0 7824082 14321057792 33844 18446744073709551615 4194304 4196468 140722830602912 140617311242864 140617839114882 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
[pid=21696/tid=21758] ppid=21693 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/21696/task/21758/stat : 21758 (java) S 21693 21696 3187 0 -1 1077944384 3 12498 0 0 0 0 5 2 20 0 15 0 7824082 14321057792 33844 18446744073709551615 4194304 4196468 140722830602912 140617310190304 140617839113941 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
[pid=21696/tid=21759] ppid=21693 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/21696/task/21759/stat : 21759 (java) S 21693 21696 3187 0 -1 1077944384 10 12498 0 0 0 0 5 2 20 0 15 0 7824091 14321057792 33844 18446744073709551615 4194304 4196468 140722830602912 140617309137584 140617839114882 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
Current children cumulated CPU time (s) 1.82
Current children cumulated vsize (KiB) 13985408

[startup+3.10093 s]
/proc/loadavg: 1.83 1.74 1.73 6/215 21759
/proc/meminfo: memFree=27106416/32770624 swapFree=0/255824
[pid=21696] ppid=21693 vsize=13997884 CPUtime=5.41 cores=1,3,5,7
/proc/21696/stat : 21696 (java) S 21693 21696 3187 0 -1 1077944320 47961 12498 0 0 518 16 5 2 20 0 15 0 7824055 14333833216 58785 18446744073709551615 4194304 4196468 140722830602912 140722830585456 140617839103735 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 5 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
/proc/21696/statm: 3499471 58785 3436 1 0 3488093 0
[pid=21696/tid=21746] ppid=21693 vsize=13997884 CPUtime=2.82 cores=1,3,5,7
/proc/21696/task/21746/stat : 21746 (java) R 21693 21696 3187 0 -1 4202560 36188 12498 0 0 266 9 5 2 20 0 15 0 7824076 14333833216 58785 18446744073709551615 4194304 4196468 140722830602912 140617843328592 140617839117622 0 4 1 16800974 0 0 0 -1 5 0 0 9 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
[pid=21696/tid=21747] ppid=21693 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/21696/task/21747/stat : 21747 (java) S 21693 21696 3187 0 -1 1077944384 55 12498 0 0 0 0 5 2 20 0 15 0 7824077 14333833216 58785 18446744073709551615 4194304 4196468 140722830602912 140617773538448 140617839113941 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
[pid=21696/tid=21748] ppid=21693 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/21696/task/21748/stat : 21748 (java) S 21693 21696 3187 0 -1 1077944384 41 12498 0 0 0 0 5 2 20 0 15 0 7824077 14333833216 58785 18446744073709551615 4194304 4196468 140722830602912 140617772485648 140617839113941 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
[pid=21696/tid=21749] ppid=21693 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/21696/task/21749/stat : 21749 (java) S 21693 21696 3187 0 -1 1077944384 194 12498 0 0 0 0 5 2 20 0 15 0 7824077 14333833216 58785 18446744073709551615 4194304 4196468 140722830602912 140617771432848 140617839113941 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
[pid=21696/tid=21750] ppid=21693 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/21696/task/21750/stat : 21750 (java) S 21693 21696 3187 0 -1 1077944384 61 12498 0 0 1 0 5 2 20 0 15 0 7824077 14333833216 58785 18446744073709551615 4194304 4196468 140722830602912 140617770380048 140617839113941 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
[pid=21696/tid=21751] ppid=21693 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/21696/task/21751/stat : 21751 (java) S 21693 21696 3187 0 -1 1077944384 1504 12498 0 0 1 0 5 2 20 0 15 0 7824078 14333833216 58785 18446744073709551615 4194304 4196468 140722830602912 140617317558640 140617839114882 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
[pid=21696/tid=21752] ppid=21693 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/21696/task/21752/stat : 21752 (java) S 21693 21696 3187 0 -1 1077944384 56 12498 0 0 0 0 5 2 20 0 15 0 7824079 14333833216 58785 18446744073709551615 4194304 4196468 140722830602912 140617316504672 140617839113941 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
[pid=21696/tid=21753] ppid=21693 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/21696/task/21753/stat : 21753 (java) S 21693 21696 3187 0 -1 1077944384 43 12498 0 0 0 0 5 2 20 0 15 0 7824079 14333833216 58785 18446744073709551615 4194304 4196468 140722830602912 140617315451776 140617839113941 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
[pid=21696/tid=21754] ppid=21693 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/21696/task/21754/stat : 21754 (java) S 21693 21696 3187 0 -1 1077944384 3 12498 0 0 0 0 5 2 20 0 15 0 7824082 14333833216 58785 18446744073709551615 4194304 4196468 140722830602912 140617314400080 140617839122331 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
[pid=21696/tid=21755] ppid=21693 vsize=13997884 CPUtime=0.87 cores=1,3,5,7
/proc/21696/task/21755/stat : 21755 (java) R 21693 21696 3187 0 -1 4202560 2159 12498 0 0 79 1 5 2 20 0 15 0 7824082 14333833216 58785 18446744073709551615 4194304 4196468 140722830602912 140617313333968 140617824027297 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
[pid=21696/tid=21756] ppid=21693 vsize=13997884 CPUtime=0.85 cores=1,3,5,7
/proc/21696/task/21756/stat : 21756 (java) S 21693 21696 3187 0 -1 1077944384 1830 12498 0 0 77 1 5 2 20 0 15 0 7824082 14333833216 58785 18446744073709551615 4194304 4196468 140722830602912 140617312295664 140617839114882 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
[pid=21696/tid=21757] ppid=21693 vsize=13997884 CPUtime=0.96 cores=1,3,5,7
/proc/21696/task/21757/stat : 21757 (java) S 21693 21696 3187 0 -1 1077944384 3655 12498 0 0 88 1 5 2 20 0 15 0 7824082 14333833216 58785 18446744073709551615 4194304 4196468 140722830602912 140617311242864 140617839114882 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
[pid=21696/tid=21758] ppid=21693 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/21696/task/21758/stat : 21758 (java) S 21693 21696 3187 0 -1 1077944384 3 12498 0 0 0 0 5 2 20 0 15 0 7824082 14333833216 58785 18446744073709551615 4194304 4196468 140722830602912 140617310190304 140617839113941 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
[pid=21696/tid=21759] ppid=21693 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/21696/task/21759/stat : 21759 (java) S 21693 21696 3187 0 -1 1077944384 13 12498 0 0 0 0 5 2 20 0 15 0 7824091 14333833216 58785 18446744073709551615 4194304 4196468 140722830602912 140617309137584 140617839114882 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
Current children cumulated CPU time (s) 5.41
Current children cumulated vsize (KiB) 13997884

[startup+6.30094 s]
/proc/loadavg: 2.01 1.78 1.74 4/215 21759
/proc/meminfo: memFree=26891744/32770624 swapFree=0/255832
[pid=21696] ppid=21693 vsize=14069564 CPUtime=14.94 cores=1,3,5,7
/proc/21696/stat : 21696 (java) S 21693 21696 3187 0 -1 1077944320 64355 12498 0 0 1459 28 5 2 20 0 15 0 7824055 14407233536 124360 18446744073709551615 4194304 4196468 140722830602912 140722830585456 140617839103735 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 5 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
/proc/21696/statm: 3517391 124360 3459 1 0 3506013 0
[pid=21696/tid=21746] ppid=21693 vsize=14069564 CPUtime=5.91 cores=1,3,5,7
/proc/21696/task/21746/stat : 21746 (java) R 21693 21696 3187 0 -1 4202560 45212 12498 0 0 571 13 5 2 20 0 15 0 7824076 14407233536 124360 18446744073709551615 4194304 4196468 140722830602912 140617843337664 140617449818727 0 4 1 16800974 0 0 0 -1 3 0 0 9 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
[pid=21696/tid=21747] ppid=21693 vsize=14069564 CPUtime=0.12 cores=1,3,5,7
/proc/21696/task/21747/stat : 21747 (java) S 21693 21696 3187 0 -1 1077944384 82 12498 0 0 4 1 5 2 20 0 15 0 7824077 14407233536 124360 18446744073709551615 4194304 4196468 140722830602912 140617773538448 140617839113941 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
[pid=21696/tid=21748] ppid=21693 vsize=14069564 CPUtime=0.13 cores=1,3,5,7
/proc/21696/task/21748/stat : 21748 (java) S 21693 21696 3187 0 -1 1077944384 97 12498 0 0 5 1 5 2 20 0 15 0 7824077 14407233536 124360 18446744073709551615 4194304 4196468 140722830602912 140617772485648 140617839113941 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
[pid=21696/tid=21749] ppid=21693 vsize=14069564 CPUtime=0.11 cores=1,3,5,7
/proc/21696/task/21749/stat : 21749 (java) S 21693 21696 3187 0 -1 1077944384 233 12498 0 0 3 1 5 2 20 0 15 0 7824077 14407233536 124360 18446744073709551615 4194304 4196468 140722830602912 140617771432848 140617839113941 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
[pid=21696/tid=21750] ppid=21693 vsize=14069564 CPUtime=0.13 cores=1,3,5,7
/proc/21696/task/21750/stat : 21750 (java) S 21693 21696 3187 0 -1 1077944384 177 12498 0 0 5 1 5 2 20 0 15 0 7824077 14407233536 124360 18446744073709551615 4194304 4196468 140722830602912 140617770380048 140617839113941 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
[pid=21696/tid=21751] ppid=21693 vsize=14069564 CPUtime=0.11 cores=1,3,5,7
/proc/21696/task/21751/stat : 21751 (java) S 21693 21696 3187 0 -1 1077944384 2347 12498 0 0 4 0 5 2 20 0 15 0 7824078 14407233536 124360 18446744073709551615 4194304 4196468 140722830602912 140617317558640 140617839114882 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
[pid=21696/tid=21752] ppid=21693 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/21696/task/21752/stat : 21752 (java) S 21693 21696 3187 0 -1 1077944384 56 12498 0 0 0 0 5 2 20 0 15 0 7824079 14407233536 124360 18446744073709551615 4194304 4196468 140722830602912 140617316504672 140617839113941 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
[pid=21696/tid=21753] ppid=21693 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/21696/task/21753/stat : 21753 (java) S 21693 21696 3187 0 -1 1077944384 43 12498 0 0 0 0 5 2 20 0 15 0 7824079 14407233536 124360 18446744073709551615 4194304 4196468 140722830602912 140617315451776 140617839113941 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
[pid=21696/tid=21754] ppid=21693 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/21696/task/21754/stat : 21754 (java) S 21693 21696 3187 0 -1 1077944384 3 12498 0 0 0 0 5 2 20 0 15 0 7824082 14407233536 124360 18446744073709551615 4194304 4196468 140722830602912 140617314400080 140617839122331 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
[pid=21696/tid=21755] ppid=21693 vsize=14069564 CPUtime=3.65 cores=1,3,5,7
/proc/21696/task/21755/stat : 21755 (java) R 21693 21696 3187 0 -1 4202560 4863 12498 0 0 357 1 5 2 20 0 15 0 7824082 14407233536 124360 18446744073709551615 4194304 4196468 140722830602912 140617313328944 140617822488528 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
[pid=21696/tid=21756] ppid=21693 vsize=14069564 CPUtime=3.49 cores=1,3,5,7
/proc/21696/task/21756/stat : 21756 (java) R 21693 21696 3187 0 -1 4202560 3839 12498 0 0 340 2 5 2 20 0 15 0 7824082 14407233536 124360 18446744073709551615 4194304 4196468 140722830602912 140617312276472 140617822600523 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
[pid=21696/tid=21757] ppid=21693 vsize=14069564 CPUtime=1.75 cores=1,3,5,7
/proc/21696/task/21757/stat : 21757 (java) S 21693 21696 3187 0 -1 1077944384 5230 12498 0 0 164 4 5 2 20 0 15 0 7824082 14407233536 124360 18446744073709551615 4194304 4196468 140722830602912 140617311242864 140617839114882 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
[pid=21696/tid=21758] ppid=21693 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/21696/task/21758/stat : 21758 (java) S 21693 21696 3187 0 -1 1077944384 3 12498 0 0 0 0 5 2 20 0 15 0 7824082 14407233536 124360 18446744073709551615 4194304 4196468 140722830602912 140617310190304 140617839113941 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
[pid=21696/tid=21759] ppid=21693 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/21696/task/21759/stat : 21759 (java) S 21693 21696 3187 0 -1 1077944384 14 12498 0 0 0 0 5 2 20 0 15 0 7824091 14407233536 124360 18446744073709551615 4194304 4196468 140722830602912 140617309137584 140617839114882 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
Current children cumulated CPU time (s) 14.94
Current children cumulated vsize (KiB) 14069564

[startup+12.7007 s]
/proc/loadavg: 2.01 1.78 1.74 3/215 21759
/proc/meminfo: memFree=26260672/32770624 swapFree=0/255840
[pid=21696] ppid=21693 vsize=14069564 CPUtime=23.61 cores=1,3,5,7
/proc/21696/stat : 21696 (java) S 21693 21696 3187 0 -1 1077944320 75452 12498 0 0 2313 41 5 2 20 0 15 0 7824055 14407233536 282432 18446744073709551615 4194304 4196468 140722830602912 140722830585456 140617839103735 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 5 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
/proc/21696/statm: 3517391 282432 3467 1 0 3506013 0
[pid=21696/tid=21746] ppid=21693 vsize=14069564 CPUtime=12.26 cores=1,3,5,7
/proc/21696/task/21746/stat : 21746 (java) R 21693 21696 3187 0 -1 4202560 46305 12498 0 0 1198 21 5 2 20 0 15 0 7824076 14407233536 282432 18446744073709551615 4194304 4196468 140722830602912 140617843333504 140617464087343 0 4 1 16800974 0 0 0 -1 3 0 0 9 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
[pid=21696/tid=21747] ppid=21693 vsize=14069564 CPUtime=0.15 cores=1,3,5,7
/proc/21696/task/21747/stat : 21747 (java) S 21693 21696 3187 0 -1 1077944384 134 12498 0 0 6 2 5 2 20 0 15 0 7824077 14407233536 282432 18446744073709551615 4194304 4196468 140722830602912 140617773538448 140617839113941 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
[pid=21696/tid=21748] ppid=21693 vsize=14069564 CPUtime=0.16 cores=1,3,5,7
/proc/21696/task/21748/stat : 21748 (java) S 21693 21696 3187 0 -1 1077944384 993 12498 0 0 7 2 5 2 20 0 15 0 7824077 14407233536 282432 18446744073709551615 4194304 4196468 140722830602912 140617772485648 140617839113941 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
[pid=21696/tid=21749] ppid=21693 vsize=14069564 CPUtime=0.15 cores=1,3,5,7
/proc/21696/task/21749/stat : 21749 (java) S 21693 21696 3187 0 -1 1077944384 262 12498 0 0 6 2 5 2 20 0 15 0 7824077 14407233536 282432 18446744073709551615 4194304 4196468 140722830602912 140617771432848 140617839113941 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
[pid=21696/tid=21750] ppid=21693 vsize=14069564 CPUtime=0.17 cores=1,3,5,7
/proc/21696/task/21750/stat : 21750 (java) S 21693 21696 3187 0 -1 1077944384 206 12498 0 0 8 2 5 2 20 0 15 0 7824077 14407233536 282432 18446744073709551615 4194304 4196468 140722830602912 140617770380048 140617839113941 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
[pid=21696/tid=21751] ppid=21693 vsize=14069564 CPUtime=0.12 cores=1,3,5,7
/proc/21696/task/21751/stat : 21751 (java) S 21693 21696 3187 0 -1 1077944384 2702 12498 0 0 5 0 5 2 20 0 15 0 7824078 14407233536 282432 18446744073709551615 4194304 4196468 140722830602912 140617317558640 140617839114882 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
[pid=21696/tid=21752] ppid=21693 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/21696/task/21752/stat : 21752 (java) S 21693 21696 3187 0 -1 1077944384 56 12498 0 0 0 0 5 2 20 0 15 0 7824079 14407233536 282432 18446744073709551615 4194304 4196468 140722830602912 140617316504672 140617839113941 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
[pid=21696/tid=21753] ppid=21693 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/21696/task/21753/stat : 21753 (java) S 21693 21696 3187 0 -1 1077944384 43 12498 0 0 0 0 5 2 20 0 15 0 7824079 14407233536 282432 18446744073709551615 4194304 4196468 140722830602912 140617315451776 140617839113941 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
[pid=21696/tid=21754] ppid=21693 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/21696/task/21754/stat : 21754 (java) S 21693 21696 3187 0 -1 1077944384 3 12498 0 0 0 0 5 2 20 0 15 0 7824082 14407233536 282432 18446744073709551615 4194304 4196468 140722830602912 140617314400080 140617839122331 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0

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

/proc/21696/task/21758/stat : 21758 (java) S 21693 21696 3187 0 -1 1077944384 3 12498 0 0 0 0 5 2 20 0 15 0 7824082 14407233536 491176 18446744073709551615 4194304 4196468 140722830602912 140617310190304 140617839113941 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
[pid=21696/tid=21759] ppid=21693 vsize=14069564 CPUtime=0.12 cores=1,3,5,7
/proc/21696/task/21759/stat : 21759 (java) S 21693 21696 3187 0 -1 1077944384 370 12498 0 0 1 4 5 2 20 0 15 0 7824091 14407233536 491176 18446744073709551615 4194304 4196468 140722830602912 140617309137584 140617839114882 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
Current children cumulated CPU time (s) 114.87
Current children cumulated vsize (KiB) 14069564

[startup+162.301 s]
/proc/loadavg: 1.75 1.75 1.73 3/215 21901
/proc/meminfo: memFree=25418996/32770624 swapFree=0/255976
[pid=21696] ppid=21693 vsize=14069564 CPUtime=175.97 cores=1,3,5,7
/proc/21696/stat : 21696 (java) S 21693 21696 3187 0 -1 1077944320 112885 12498 0 0 17495 95 5 2 20 0 15 0 7824055 14407233536 424128 18446744073709551615 4194304 4196468 140722830602912 140722830585456 140617839103735 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 5 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
/proc/21696/statm: 3517391 424128 3467 1 0 3506013 0
[pid=21696/tid=21746] ppid=21693 vsize=14069564 CPUtime=160.94 cores=1,3,5,7
/proc/21696/task/21746/stat : 21746 (java) R 21693 21696 3187 0 -1 4202560 57599 12498 0 0 16049 38 5 2 20 0 15 0 7824076 14407233536 424128 18446744073709551615 4194304 4196468 140722830602912 140617843337840 140617448495624 0 4 1 16800974 0 0 0 -1 7 0 0 9 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
[pid=21696/tid=21747] ppid=21693 vsize=14069564 CPUtime=0.8 cores=1,3,5,7
/proc/21696/task/21747/stat : 21747 (java) S 21693 21696 3187 0 -1 1077944384 2181 12498 0 0 65 8 5 2 20 0 15 0 7824077 14407233536 424128 18446744073709551615 4194304 4196468 140722830602912 140617773538448 140617839113941 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
[pid=21696/tid=21748] ppid=21693 vsize=14069564 CPUtime=0.81 cores=1,3,5,7
/proc/21696/task/21748/stat : 21748 (java) S 21693 21696 3187 0 -1 1077944384 3650 12498 0 0 65 9 5 2 20 0 15 0 7824077 14407233536 424128 18446744073709551615 4194304 4196468 140722830602912 140617772485648 140617839113941 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
[pid=21696/tid=21749] ppid=21693 vsize=14069564 CPUtime=0.81 cores=1,3,5,7
/proc/21696/task/21749/stat : 21749 (java) S 21693 21696 3187 0 -1 1077944384 2563 12498 0 0 65 9 5 2 20 0 15 0 7824077 14407233536 424128 18446744073709551615 4194304 4196468 140722830602912 140617771432848 140617839113941 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
[pid=21696/tid=21750] ppid=21693 vsize=14069564 CPUtime=0.82 cores=1,3,5,7
/proc/21696/task/21750/stat : 21750 (java) S 21693 21696 3187 0 -1 1077944384 853 12498 0 0 66 9 5 2 20 0 15 0 7824077 14407233536 424128 18446744073709551615 4194304 4196468 140722830602912 140617770380048 140617839113941 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
[pid=21696/tid=21751] ppid=21693 vsize=14069564 CPUtime=0.32 cores=1,3,5,7
/proc/21696/task/21751/stat : 21751 (java) S 21693 21696 3187 0 -1 1077944384 4319 12498 0 0 21 4 5 2 20 0 15 0 7824078 14407233536 424128 18446744073709551615 4194304 4196468 140722830602912 140617317558640 140617839114882 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
[pid=21696/tid=21752] ppid=21693 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/21696/task/21752/stat : 21752 (java) S 21693 21696 3187 0 -1 1077944384 56 12498 0 0 0 0 5 2 20 0 15 0 7824079 14407233536 424128 18446744073709551615 4194304 4196468 140722830602912 140617316504672 140617839113941 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
[pid=21696/tid=21753] ppid=21693 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/21696/task/21753/stat : 21753 (java) S 21693 21696 3187 0 -1 1077944384 43 12498 0 0 0 0 5 2 20 0 15 0 7824079 14407233536 424128 18446744073709551615 4194304 4196468 140722830602912 140617315451776 140617839113941 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
[pid=21696/tid=21754] ppid=21693 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/21696/task/21754/stat : 21754 (java) S 21693 21696 3187 0 -1 1077944384 3 12498 0 0 0 0 5 2 20 0 15 0 7824082 14407233536 424128 18446744073709551615 4194304 4196468 140722830602912 140617314400080 140617839122331 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
[pid=21696/tid=21755] ppid=21693 vsize=14069564 CPUtime=5.07 cores=1,3,5,7
/proc/21696/task/21755/stat : 21755 (java) S 21693 21696 3187 0 -1 1077944384 13673 12498 0 0 498 2 5 2 20 0 15 0 7824082 14407233536 424128 18446744073709551615 4194304 4196468 140722830602912 140617313348464 140617839114882 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
[pid=21696/tid=21756] ppid=21693 vsize=14069564 CPUtime=4.91 cores=1,3,5,7
/proc/21696/task/21756/stat : 21756 (java) S 21693 21696 3187 0 -1 1077944384 14909 12498 0 0 481 3 5 2 20 0 15 0 7824082 14407233536 424128 18446744073709551615 4194304 4196468 140722830602912 140617312295664 140617839114882 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
[pid=21696/tid=21757] ppid=21693 vsize=14069564 CPUtime=1.83 cores=1,3,5,7
/proc/21696/task/21757/stat : 21757 (java) S 21693 21696 3187 0 -1 1077944384 10488 12498 0 0 171 5 5 2 20 0 15 0 7824082 14407233536 424128 18446744073709551615 4194304 4196468 140722830602912 140617311242864 140617839114882 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
[pid=21696/tid=21758] ppid=21693 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/21696/task/21758/stat : 21758 (java) S 21693 21696 3187 0 -1 1077944384 3 12498 0 0 0 0 5 2 20 0 15 0 7824082 14407233536 424128 18446744073709551615 4194304 4196468 140722830602912 140617310190304 140617839113941 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
[pid=21696/tid=21759] ppid=21693 vsize=14069564 CPUtime=0.16 cores=1,3,5,7
/proc/21696/task/21759/stat : 21759 (java) S 21693 21696 3187 0 -1 1077944384 389 12498 0 0 3 6 5 2 20 0 15 0 7824091 14407233536 424128 18446744073709551615 4194304 4196468 140722830602912 140617309137584 140617839114882 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
Current children cumulated CPU time (s) 175.97
Current children cumulated vsize (KiB) 14069564

[startup+222.307 s]
/proc/loadavg: 1.44 1.64 1.70 3/215 21903
/proc/meminfo: memFree=25478768/32770624 swapFree=0/256012
[pid=21696] ppid=21693 vsize=14069564 CPUtime=237.05 cores=1,3,5,7
/proc/21696/stat : 21696 (java) S 21693 21696 3187 0 -1 1077944320 125331 12498 0 0 23593 105 5 2 20 0 15 0 7824055 14407233536 363678 18446744073709551615 4194304 4196468 140722830602912 140722830585456 140617839103735 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 5 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
/proc/21696/statm: 3517391 363678 3467 1 0 3506013 0
[pid=21696/tid=21746] ppid=21693 vsize=14069564 CPUtime=220.39 cores=1,3,5,7
/proc/21696/task/21746/stat : 21746 (java) R 21693 21696 3187 0 -1 4202560 60069 12498 0 0 21993 39 5 2 20 0 15 0 7824076 14407233536 363678 18446744073709551615 4194304 4196468 140722830602912 140617843337888 140617464087878 0 4 1 16800974 0 0 0 -1 3 0 0 9 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
[pid=21696/tid=21747] ppid=21693 vsize=14069564 CPUtime=1.15 cores=1,3,5,7
/proc/21696/task/21747/stat : 21747 (java) S 21693 21696 3187 0 -1 1077944384 2687 12498 0 0 98 10 5 2 20 0 15 0 7824077 14407233536 363678 18446744073709551615 4194304 4196468 140722830602912 140617773538448 140617839113941 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
[pid=21696/tid=21748] ppid=21693 vsize=14069564 CPUtime=1.17 cores=1,3,5,7
/proc/21696/task/21748/stat : 21748 (java) S 21693 21696 3187 0 -1 1077944384 5634 12498 0 0 99 11 5 2 20 0 15 0 7824077 14407233536 363678 18446744073709551615 4194304 4196468 140722830602912 140617772485648 140617839113941 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
[pid=21696/tid=21749] ppid=21693 vsize=14069564 CPUtime=1.16 cores=1,3,5,7
/proc/21696/task/21749/stat : 21749 (java) S 21693 21696 3187 0 -1 1077944384 4511 12498 0 0 98 11 5 2 20 0 15 0 7824077 14407233536 363678 18446744073709551615 4194304 4196468 140722830602912 140617771432848 140617839113941 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
[pid=21696/tid=21750] ppid=21693 vsize=14069564 CPUtime=1.17 cores=1,3,5,7
/proc/21696/task/21750/stat : 21750 (java) S 21693 21696 3187 0 -1 1077944384 1243 12498 0 0 100 10 5 2 20 0 15 0 7824077 14407233536 363678 18446744073709551615 4194304 4196468 140722830602912 140617770380048 140617839113941 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
[pid=21696/tid=21751] ppid=21693 vsize=14069564 CPUtime=0.48 cores=1,3,5,7
/proc/21696/task/21751/stat : 21751 (java) S 21693 21696 3187 0 -1 1077944384 5024 12498 0 0 34 7 5 2 20 0 15 0 7824078 14407233536 363678 18446744073709551615 4194304 4196468 140722830602912 140617317558640 140617839114882 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
[pid=21696/tid=21752] ppid=21693 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/21696/task/21752/stat : 21752 (java) S 21693 21696 3187 0 -1 1077944384 56 12498 0 0 0 0 5 2 20 0 15 0 7824079 14407233536 363678 18446744073709551615 4194304 4196468 140722830602912 140617316504672 140617839113941 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
[pid=21696/tid=21753] ppid=21693 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/21696/task/21753/stat : 21753 (java) S 21693 21696 3187 0 -1 1077944384 43 12498 0 0 0 0 5 2 20 0 15 0 7824079 14407233536 363678 18446744073709551615 4194304 4196468 140722830602912 140617315451776 140617839113941 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
[pid=21696/tid=21754] ppid=21693 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/21696/task/21754/stat : 21754 (java) S 21693 21696 3187 0 -1 1077944384 3 12498 0 0 0 0 5 2 20 0 15 0 7824082 14407233536 363678 18446744073709551615 4194304 4196468 140722830602912 140617314400080 140617839122331 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
[pid=21696/tid=21755] ppid=21693 vsize=14069564 CPUtime=5.1 cores=1,3,5,7
/proc/21696/task/21755/stat : 21755 (java) S 21693 21696 3187 0 -1 1077944384 14995 12498 0 0 500 3 5 2 20 0 15 0 7824082 14407233536 363678 18446744073709551615 4194304 4196468 140722830602912 140617313348464 140617839114882 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
[pid=21696/tid=21756] ppid=21693 vsize=14069564 CPUtime=4.92 cores=1,3,5,7
/proc/21696/task/21756/stat : 21756 (java) S 21693 21696 3187 0 -1 1077944384 16396 12498 0 0 482 3 5 2 20 0 15 0 7824082 14407233536 363678 18446744073709551615 4194304 4196468 140722830602912 140617312295664 140617839114882 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
[pid=21696/tid=21757] ppid=21693 vsize=14069564 CPUtime=1.84 cores=1,3,5,7
/proc/21696/task/21757/stat : 21757 (java) S 21693 21696 3187 0 -1 1077944384 12053 12498 0 0 172 5 5 2 20 0 15 0 7824082 14407233536 363678 18446744073709551615 4194304 4196468 140722830602912 140617311242864 140617839114882 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
[pid=21696/tid=21758] ppid=21693 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/21696/task/21758/stat : 21758 (java) S 21693 21696 3187 0 -1 1077944384 3 12498 0 0 0 0 5 2 20 0 15 0 7824082 14407233536 363678 18446744073709551615 4194304 4196468 140722830602912 140617310190304 140617839113941 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
[pid=21696/tid=21759] ppid=21693 vsize=14069564 CPUtime=0.2 cores=1,3,5,7
/proc/21696/task/21759/stat : 21759 (java) S 21693 21696 3187 0 -1 1077944384 458 12498 0 0 4 9 5 2 20 0 15 0 7824091 14407233536 363678 18446744073709551615 4194304 4196468 140722830602912 140617309137584 140617839114882 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
Current children cumulated CPU time (s) 237.05
Current children cumulated vsize (KiB) 14069564



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 1.48 1.65 1.70 3/213 21905
/proc/meminfo: memFree=25522504/32770624 swapFree=0/256044
[pid=21696] ppid=21693 vsize=14069564 CPUtime=255.1 cores=1,3,5,7
/proc/21696/stat : 21696 (java) S 21693 21696 3187 0 -1 1077944320 128474 12498 0 0 25395 108 5 2 20 0 15 0 7824055 14407233536 352675 18446744073709551615 4194304 4196468 140722830602912 140722830585456 140617839103735 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 5 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
/proc/21696/statm: 3517391 352675 3467 1 0 3506013 0
[pid=21696/tid=21746] ppid=21693 vsize=14069564 CPUtime=237.91 cores=1,3,5,7
/proc/21696/task/21746/stat : 21746 (java) R 21693 21696 3187 0 -1 4202560 60786 12498 0 0 23745 39 5 2 20 0 15 0 7824076 14407233536 352675 18446744073709551615 4194304 4196468 140722830602912 140617843337824 140617454319646 0 4 1 16800974 0 0 0 -1 3 0 0 9 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
[pid=21696/tid=21747] ppid=21693 vsize=14069564 CPUtime=1.27 cores=1,3,5,7
/proc/21696/task/21747/stat : 21747 (java) S 21693 21696 3187 0 -1 1077944384 2843 12498 0 0 109 11 5 2 20 0 15 0 7824077 14407233536 352675 18446744073709551615 4194304 4196468 140722830602912 140617773538448 140617839113941 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
[pid=21696/tid=21748] ppid=21693 vsize=14069564 CPUtime=1.28 cores=1,3,5,7
/proc/21696/task/21748/stat : 21748 (java) S 21693 21696 3187 0 -1 1077944384 5832 12498 0 0 110 11 5 2 20 0 15 0 7824077 14407233536 352675 18446744073709551615 4194304 4196468 140722830602912 140617772485648 140617839113941 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
[pid=21696/tid=21749] ppid=21693 vsize=14069564 CPUtime=1.28 cores=1,3,5,7
/proc/21696/task/21749/stat : 21749 (java) S 21693 21696 3187 0 -1 1077944384 4678 12498 0 0 110 11 5 2 20 0 15 0 7824077 14407233536 352675 18446744073709551615 4194304 4196468 140722830602912 140617771432848 140617839113941 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
[pid=21696/tid=21750] ppid=21693 vsize=14069564 CPUtime=1.28 cores=1,3,5,7
/proc/21696/task/21750/stat : 21750 (java) S 21693 21696 3187 0 -1 1077944384 1443 12498 0 0 111 10 5 2 20 0 15 0 7824077 14407233536 352675 18446744073709551615 4194304 4196468 140722830602912 140617770380048 140617839113941 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
[pid=21696/tid=21751] ppid=21693 vsize=14069564 CPUtime=0.52 cores=1,3,5,7
/proc/21696/task/21751/stat : 21751 (java) S 21693 21696 3187 0 -1 1077944384 5031 12498 0 0 38 7 5 2 20 0 15 0 7824078 14407233536 352675 18446744073709551615 4194304 4196468 140722830602912 140617317558640 140617839114882 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
[pid=21696/tid=21752] ppid=21693 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/21696/task/21752/stat : 21752 (java) S 21693 21696 3187 0 -1 1077944384 56 12498 0 0 0 0 5 2 20 0 15 0 7824079 14407233536 352675 18446744073709551615 4194304 4196468 140722830602912 140617316504672 140617839113941 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
[pid=21696/tid=21753] ppid=21693 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/21696/task/21753/stat : 21753 (java) S 21693 21696 3187 0 -1 1077944384 43 12498 0 0 0 0 5 2 20 0 15 0 7824079 14407233536 352675 18446744073709551615 4194304 4196468 140722830602912 140617315451776 140617839113941 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
[pid=21696/tid=21754] ppid=21693 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/21696/task/21754/stat : 21754 (java) S 21693 21696 3187 0 -1 1077944384 3 12498 0 0 0 0 5 2 20 0 15 0 7824082 14407233536 352675 18446744073709551615 4194304 4196468 140722830602912 140617314400080 140617839122331 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
[pid=21696/tid=21755] ppid=21693 vsize=14069564 CPUtime=5.1 cores=1,3,5,7
/proc/21696/task/21755/stat : 21755 (java) S 21693 21696 3187 0 -1 1077944384 14995 12498 0 0 500 3 5 2 20 0 15 0 7824082 14407233536 352675 18446744073709551615 4194304 4196468 140722830602912 140617313348464 140617839114882 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
[pid=21696/tid=21756] ppid=21693 vsize=14069564 CPUtime=4.92 cores=1,3,5,7
/proc/21696/task/21756/stat : 21756 (java) S 21693 21696 3187 0 -1 1077944384 16396 12498 0 0 482 3 5 2 20 0 15 0 7824082 14407233536 352675 18446744073709551615 4194304 4196468 140722830602912 140617312295664 140617839114882 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
[pid=21696/tid=21757] ppid=21693 vsize=14069564 CPUtime=1.84 cores=1,3,5,7
/proc/21696/task/21757/stat : 21757 (java) S 21693 21696 3187 0 -1 1077944384 13751 12498 0 0 172 5 5 2 20 0 15 0 7824082 14407233536 352675 18446744073709551615 4194304 4196468 140722830602912 140617311242864 140617839114882 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
[pid=21696/tid=21758] ppid=21693 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/21696/task/21758/stat : 21758 (java) S 21693 21696 3187 0 -1 1077944384 3 12498 0 0 0 0 5 2 20 0 15 0 7824082 14407233536 352675 18446744073709551615 4194304 4196468 140722830602912 140617310190304 140617839113941 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
[pid=21696/tid=21759] ppid=21693 vsize=14069564 CPUtime=0.21 cores=1,3,5,7
/proc/21696/task/21759/stat : 21759 (java) S 21693 21696 3187 0 -1 1077944384 458 12498 0 0 5 9 5 2 20 0 15 0 7824091 14407233536 352675 18446744073709551615 4194304 4196468 140722830602912 140617309137584 140617839114882 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
Current children cumulated CPU time (s) 255.1
Current children cumulated vsize (KiB) 14069564

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

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

[startup+240.202 s]
/proc/loadavg: 1.48 1.65 1.70 3/213 21905
/proc/meminfo: memFree=25522504/32770624 swapFree=0/256044
[pid=21696] ppid=21693 vsize=14202692 CPUtime=255.65 cores=1,3,5,7
/proc/21696/stat : 21696 (java) S 21693 21696 3187 0 -1 1077944320 139464 12498 0 0 25449 109 5 2 20 0 17 0 7824055 14543556608 351960 18446744073709551615 4194304 4196468 140722830602912 140722830585456 140617839103735 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 5 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
/proc/21696/statm: 3550673 351960 3467 1 0 3539295 0
[pid=21696/tid=21746] ppid=21693 vsize=14202692 CPUtime=237.92 cores=1,3,5,7
/proc/21696/task/21746/stat : 21746 (java) S 21693 21696 3187 0 -1 1077944384 61292 12498 0 0 23746 39 5 2 20 0 17 0 7824076 14543556608 351960 18446744073709551615 4194304 4196468 140722830602912 140617843341280 140617839113941 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 9 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
[pid=21696/tid=21747] ppid=21693 vsize=14202692 CPUtime=1.39 cores=1,3,5,7
/proc/21696/task/21747/stat : 21747 (java) S 21693 21696 3187 0 -1 1077944384 2986 12498 0 0 121 11 5 2 20 0 17 0 7824077 14543556608 351960 18446744073709551615 4194304 4196468 140722830602912 140617773538448 140617839113941 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
[pid=21696/tid=21748] ppid=21693 vsize=14202692 CPUtime=1.4 cores=1,3,5,7
/proc/21696/task/21748/stat : 21748 (java) S 21693 21696 3187 0 -1 1077944384 5883 12498 0 0 122 11 5 2 20 0 17 0 7824077 14543556608 351960 18446744073709551615 4194304 4196468 140722830602912 140617772485648 140617839113941 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
[pid=21696/tid=21749] ppid=21693 vsize=14202692 CPUtime=1.4 cores=1,3,5,7
/proc/21696/task/21749/stat : 21749 (java) S 21693 21696 3187 0 -1 1077944384 4759 12498 0 0 122 11 5 2 20 0 17 0 7824077 14543556608 351960 18446744073709551615 4194304 4196468 140722830602912 140617771432848 140617839113941 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
[pid=21696/tid=21750] ppid=21693 vsize=14202692 CPUtime=1.41 cores=1,3,5,7
/proc/21696/task/21750/stat : 21750 (java) S 21693 21696 3187 0 -1 1077944384 1509 12498 0 0 123 11 5 2 20 0 17 0 7824077 14543556608 351960 18446744073709551615 4194304 4196468 140722830602912 140617770380048 140617839113941 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
[pid=21696/tid=21751] ppid=21693 vsize=14202692 CPUtime=0.59 cores=1,3,5,7
/proc/21696/task/21751/stat : 21751 (java) R 21693 21696 3187 0 -1 4202560 14608 12498 0 0 44 8 5 2 20 0 17 0 7824078 14543556608 351960 18446744073709551615 4194304 4196468 140722830602912 140617317556928 140617823459929 0 0 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
[pid=21696/tid=21752] ppid=21693 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/21696/task/21752/stat : 21752 (java) S 21693 21696 3187 0 -1 1077944384 57 12498 0 0 0 0 5 2 20 0 17 0 7824079 14543556608 351960 18446744073709551615 4194304 4196468 140722830602912 140617316504576 140617839113941 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
[pid=21696/tid=21753] ppid=21693 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/21696/task/21753/stat : 21753 (java) S 21693 21696 3187 0 -1 1077944384 43 12498 0 0 0 0 5 2 20 0 17 0 7824079 14543556608 351960 18446744073709551615 4194304 4196468 140722830602912 140617315451776 140617839113941 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
[pid=21696/tid=21754] ppid=21693 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/21696/task/21754/stat : 21754 (java) S 21693 21696 3187 0 -1 1077944384 204 12498 0 0 0 0 5 2 20 0 17 0 7824082 14543556608 351960 18446744073709551615 4194304 4196468 140722830602912 140617314400080 140617839122331 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
[pid=21696/tid=21755] ppid=21693 vsize=14202692 CPUtime=5.1 cores=1,3,5,7
/proc/21696/task/21755/stat : 21755 (java) S 21693 21696 3187 0 -1 1077944384 14995 12498 0 0 500 3 5 2 20 0 17 0 7824082 14543556608 351960 18446744073709551615 4194304 4196468 140722830602912 140617313348464 140617839114882 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
[pid=21696/tid=21756] ppid=21693 vsize=14202692 CPUtime=4.92 cores=1,3,5,7
/proc/21696/task/21756/stat : 21756 (java) S 21693 21696 3187 0 -1 1077944384 16396 12498 0 0 482 3 5 2 20 0 17 0 7824082 14543556608 351960 18446744073709551615 4194304 4196468 140722830602912 140617312295664 140617839114882 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
[pid=21696/tid=21757] ppid=21693 vsize=14202692 CPUtime=1.84 cores=1,3,5,7
/proc/21696/task/21757/stat : 21757 (java) S 21693 21696 3187 0 -1 1077944384 13751 12498 0 0 172 5 5 2 20 0 17 0 7824082 14543556608 351960 18446744073709551615 4194304 4196468 140722830602912 140617311242864 140617839114882 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
[pid=21696/tid=21758] ppid=21693 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/21696/task/21758/stat : 21758 (java) S 21693 21696 3187 0 -1 1077944384 3 12498 0 0 0 0 5 2 20 0 17 0 7824082 14543556608 351960 18446744073709551615 4194304 4196468 140722830602912 140617310190304 140617839113941 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
[pid=21696/tid=21759] ppid=21693 vsize=14202692 CPUtime=0.21 cores=1,3,5,7
/proc/21696/task/21759/stat : 21759 (java) S 21693 21696 3187 0 -1 1077944384 458 12498 0 0 5 9 5 2 20 0 17 0 7824091 14543556608 351960 18446744073709551615 4194304 4196468 140722830602912 140617309137584 140617839114882 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26877952 140722830608334 140722830611119 140722830611119 140722830614479 0
Current children cumulated CPU time (s) 255.65
Current children cumulated vsize (KiB) 14202692

Child status: 143
Real time (s): 240.266
CPU time (s): 255.793
CPU user time (s): 254.657
CPU system time (s): 1.13553
CPU usage (%): 106.462
Max. virtual memory (cumulated for all children) (KiB): 14202692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 254.657
system time used= 1.13553
maximum resident set size= 2049880
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 152142
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= 19987
involuntary context switches= 828

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.02588 second user time and 1.64619 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-02 09:18:14
IDJOB=4259399
IDBENCH=136037
IDSOLVER=2646
FILE ID=node135/4259399-1501659134
RUNJOBID= node135-1501639717-27967
PBS_JOBID= 
Free space on /tmp= 61816 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-ft/BinPacking-tab-ft060-06.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4259399-1501659134/watcher-4259399-1501659134 -o /tmp/evaluation-result-4259399-1501659134/solver-4259399-1501659134 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node135-1501639717-27967 --watchdog 300  bin/concrete HOME/instance-4259399-1501659134.xml

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

MD5SUM BENCH= 765e7641190fc685f39512b7809eb6f8
RANDOM SEED=1543700728

node135.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.21
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.21
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.21
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.21
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        27275564 kB
MemAvailable:   27564136 kB
Buffers:          136060 kB
Cached:           429052 kB
SwapCached:            0 kB
Active:          4803404 kB
Inactive:         264144 kB
Active(anon):    4502928 kB
Inactive(anon):     8592 kB
Active(file):     300476 kB
Inactive(file):   255552 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24536 kB
Writeback:             8 kB
AnonPages:       4494040 kB
Mapped:            42544 kB
Shmem:              8960 kB
Slab:             123440 kB
SReclaimable:      96760 kB
SUnreclaim:        26680 kB
KernelStack:        3520 kB
PageTables:        13552 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5417744 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4253696 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61792 MiB
End job on node135 at 2017-08-02 09:22:14