Trace number 4304835

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 NameAnswerCPU timeWall clock time
Concrete 3.9.2? (TO) 2520.05 2496.13

General information on the benchmark

NameColouredQueens/
ColouredQueens-09_c18.xml
MD5SUM698e4c4133fb0965f93dce5d7165b624
Bench CategoryCSP (decision 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 variables81
Number of constraints48
Number of domains1
Minimum domain size9
Maximum domain size9
Distribution of domain sizes[{"size":9,"count":81}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":4},{"degree":4,"count":77}]
Minimum constraint arity2
Maximum constraint arity9
Distribution of constraint arities[{"arity":2,"count":4},{"arity":3,"count":4},{"arity":4,"count":4},{"arity":5,"count":4},{"arity":6,"count":4},{"arity":7,"count":4},{"arity":8,"count":4},{"arity":9,"count":20}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":48}]
Optimization problemNO
Type of objective

Solver Data

0.99/0.74	c Concrete v3.9.2.1532736233296 running
2520.01/2496.11	Exception in thread "main" java.util.concurrent.TimeoutException
2520.01/2496.11		at concrete.MAC.mac(MAC.scala:188)
2520.01/2496.11		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.01/2496.11		at scala.util.Try$.apply(Try.scala:209)
2520.01/2496.11		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.01/2496.11		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.01/2496.11		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.01/2496.11		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.01/2496.11		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.01/2496.11		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.01/2496.11		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.01/2496.11		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.01/2496.11		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.01/2496.11		at concrete.MAC.oneRun(MAC.scala:253)
2520.01/2496.11		at concrete.MAC.nextSolution(MAC.scala:272)
2520.01/2496.11		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.01/2496.11		at concrete.ProblemState.map(ProblemState.scala:221)
2520.01/2496.11		at concrete.ProblemState.map(ProblemState.scala:204)
2520.01/2496.11		at concrete.MAC.nextSolution(MAC.scala:334)
2520.01/2496.11		at concrete.Solver.hasNext(Solver.scala:166)
2520.01/2496.11		at scala.collection.Iterator.toStream(Iterator.scala:1418)
2520.01/2496.11		at scala.collection.Iterator.toStream$(Iterator.scala:1417)
2520.01/2496.11		at concrete.Solver.toStream(Solver.scala:68)
2520.01/2496.11		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
2520.01/2496.11		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
2520.01/2496.11		at concrete.Solver.toIterable(Solver.scala:68)
2520.01/2496.11		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:78)
2520.01/2496.11		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.01/2496.11		at scala.util.Success.map(Try.scala:209)
2520.01/2496.11		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.01/2496.11		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.01/2496.11		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.01/2496.11		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.01/2496.12		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.01/2496.12		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.01/2496.12		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.01/2496.12		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.01/2496.12		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.01/2496.12		at scala.collection.immutable.List.foreach(List.scala:389)
2520.01/2496.12		at scala.App.main(App.scala:76)
2520.01/2496.12		at scala.App.main$(App.scala:74)
2520.01/2496.12		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.01/2496.12		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.01/2496.12	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (2703 MiB free)
  memory of node 1: 16384 MiB (1818 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304835-1534037571/watcher-4304835-1534037571 -o /tmp/evaluation-result-4304835-1534037571/solver-4304835-1534037571 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1534037558-11010 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=845480580 HOME/instance-4304835-1534037571.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=11361, runsolver pid=11358

[startup+0.100132 s]*
/proc/loadavg: 2.23 2.13 2.09 3/214 11418
/proc/meminfo: memFree=4624000/32770624 swapFree=67108856/67108860
[pid=11361] ppid=11358 vsize=10005480 memory=16808 CPUtime=0.09 cores=1,3,5,7
/proc/11361/stat : 11361 (java) S 11358 11361 9992 0 -1 1077944320 4371 13097 0 0 1 1 5 2 20 0 6 0 221320230 10245611520 4202 33554432000 4194304 4196468 140727915045008 140727915027552 140579183886071 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
/proc/11361/statm: 2501370 4202 1934 1 0 2489808 0
[pid=11361/tid=11414] ppid=11358 vsize=10005480 memory=4279135704047060365 CPUtime=0.07 cores=1,3,5,7
/proc/11361/task/11414/stat : 11414 (java) R 11358 11361 9992 0 -1 4202560 2195 13097 0 0 0 0 5 2 20 0 6 0 221320239 10245611520 4268 33554432000 4194304 4196468 140727915045008 140579155722832 140579167966588 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11415] ppid=11358 vsize=10005480 memory=8257237230052613020 CPUtime=0.07 cores=1,3,5,7
/proc/11361/task/11415/stat : 11415 (java) S 11358 11361 9992 0 -1 1077944384 1 13097 0 0 0 0 5 2 20 0 6 0 221320240 10245611520 4268 33554432000 4194304 4196468 140727915045008 140579188128784 140579183896277 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11416] ppid=11358 vsize=10005480 memory=139703855056512 CPUtime=0.07 cores=1,3,5,7
/proc/11361/task/11416/stat : 11416 (java) S 11358 11361 9992 0 -1 1077944384 1 13097 0 0 0 0 5 2 20 0 6 0 221320240 10245611520 4268 33554432000 4194304 4196468 140727915045008 140579053464720 140579183896277 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11417] ppid=11358 vsize=10005480 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11361/task/11417/stat : 11417 (java) S 11358 11361 9992 0 -1 1077944384 1 13097 0 0 0 0 5 2 20 0 6 0 221320240 10245611520 4268 33554432000 4194304 4196468 140727915045008 140579052411664 140579183896277 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11418] ppid=11358 vsize=10005480 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/11361/task/11418/stat : 11418 (java) S 11358 11361 9992 0 -1 1077944384 2 13097 0 0 0 0 5 2 20 0 6 0 221320240 10245611520 4268 33554432000 4194304 4196468 140727915045008 140579051359120 140579183896277 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16808 KiB

[startup+0.210315 s]*
/proc/loadavg: 2.23 2.13 2.09 3/223 11427
/proc/meminfo: memFree=4601676/32770624 swapFree=67108856/67108860
[pid=11361] ppid=11358 vsize=10982744 memory=43392 CPUtime=0.25 cores=1,3,5,7
/proc/11361/stat : 11361 (java) S 11358 11361 9992 0 -1 1077944320 8117 13097 0 0 16 2 5 2 20 0 15 0 221320230 11246329856 10848 33554432000 4194304 4196468 140727915045008 140727915027552 140579183886071 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
/proc/11361/statm: 2745686 10848 2960 1 0 2708109 0
[pid=11361/tid=11414] ppid=11358 vsize=10982744 memory=-6517102902069810590 CPUtime=0.18 cores=1,3,5,7
/proc/11361/task/11414/stat : 11414 (java) D 11358 11361 9992 0 -1 1077944384 4657 13097 0 0 10 1 5 2 20 0 15 0 221320239 11246329856 10848 33554432000 4194304 4196468 140727915045008 140579155710880 140579176565293 0 4 0 16800975 18446744072101772836 0 0 -1 1 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11415] ppid=11358 vsize=10982776 memory=-7025452035940392864 CPUtime=0.07 cores=1,3,5,7
/proc/11361/task/11415/stat : 11415 (java) S 11358 11361 9992 0 -1 1077944384 1 13097 0 0 0 0 5 2 20 0 15 0 221320240 11246362624 10848 33554432000 4194304 4196468 140727915045008 140579188128784 140579183896277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11416] ppid=11358 vsize=10982776 memory=139703855056512 CPUtime=0.07 cores=1,3,5,7
/proc/11361/task/11416/stat : 11416 (java) S 11358 11361 9992 0 -1 1077944384 1 13097 0 0 0 0 5 2 20 0 15 0 221320240 11246362624 10914 33554432000 4194304 4196468 140727915045008 140579053464720 140579183896277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11417] ppid=11358 vsize=10983736 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11361/task/11417/stat : 11417 (java) S 11358 11361 9992 0 -1 1077944384 1 13097 0 0 0 0 5 2 20 0 15 0 221320240 11247345664 10914 33554432000 4194304 4196468 140727915045008 140579052411664 140579183896277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11418] ppid=11358 vsize=10983736 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/11361/task/11418/stat : 11418 (java) S 11358 11361 9992 0 -1 1077944384 2 13097 0 0 0 0 5 2 20 0 15 0 221320240 11247345664 10914 33554432000 4194304 4196468 140727915045008 140579051359120 140579183896277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11419] ppid=11358 vsize=10983736 memory=139703855056512 CPUtime=0.07 cores=1,3,5,7
/proc/11361/task/11419/stat : 11419 (java) S 11358 11361 9992 0 -1 1077944384 2 13097 0 0 0 0 5 2 20 0 15 0 221320242 11247345664 10914 33554432000 4194304 4196468 140727915045008 140578608933104 140579183897218 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11420] ppid=11358 vsize=10983736 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/11361/task/11420/stat : 11420 (java) S 11358 11361 9992 0 -1 1077944384 13 13097 0 0 0 0 5 2 20 0 15 0 221320242 11247345664 10914 33554432000 4194304 4196468 140727915045008 140577903469728 140579183896277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11421] ppid=11358 vsize=10983736 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11361/task/11421/stat : 11421 (java) S 11358 11361 9992 0 -1 1077944384 21 13097 0 0 0 0 5 2 20 0 15 0 221320242 11247345664 10914 33554432000 4194304 4196468 140727915045008 140577836356336 140579183896277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11422] ppid=11358 vsize=10983736 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11361/task/11422/stat : 11422 (java) S 11358 11361 9992 0 -1 1077944384 3 13097 0 0 0 0 5 2 20 0 15 0 221320245 11247345664 10980 33554432000 4194304 4196468 140727915045008 140577528960976 140579183904667 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11423] ppid=11358 vsize=10983736 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11361/task/11423/stat : 11423 (java) S 11358 11361 9992 0 -1 1077944384 405 13097 0 0 1 0 5 2 20 0 15 0 221320245 11247345664 10980 33554432000 4194304 4196468 140727915045008 140578607880944 140579183897218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11424] ppid=11358 vsize=10983736 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/11361/task/11424/stat : 11424 (java) S 11358 11361 9992 0 -1 1077944384 189 13097 0 0 1 0 5 2 20 0 15 0 221320245 11247345664 10980 33554432000 4194304 4196468 140727915045008 140578606828400 140579183897218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11425] ppid=11358 vsize=10983736 memory=139703855056512 CPUtime=0.1 cores=1,3,5,7
/proc/11361/task/11425/stat : 11425 (java) S 11358 11361 9992 0 -1 1077944384 631 13097 0 0 3 0 5 2 20 0 15 0 221320245 11247345664 10980 33554432000 4194304 4196468 140727915045008 140578605775344 140579183897218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11426] ppid=11358 vsize=10983736 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/11361/task/11426/stat : 11426 (java) S 11358 11361 9992 0 -1 1077944384 3 13097 0 0 0 0 5 2 20 0 15 0 221320245 11247345664 11046 33554432000 4194304 4196468 140727915045008 140577098165088 140579183896277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11427] ppid=11358 vsize=10983736 memory=139703855056512 CPUtime=0.07 cores=1,3,5,7
/proc/11361/task/11427/stat : 11427 (java) S 11358 11361 9992 0 -1 1077944384 1 13097 0 0 0 0 5 2 20 0 15 0 221320245 11247345664 11046 33554432000 4194304 4196468 140727915045008 140578604722736 140579183897218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 43392 KiB

[startup+0.310657 s]*
/proc/loadavg: 2.14 2.11 2.09 3/223 11427
/proc/meminfo: memFree=4585796/32770624 swapFree=67108856/67108860
[pid=11361] ppid=11358 vsize=10983192 memory=54096 CPUtime=0.37 cores=1,3,5,7
/proc/11361/stat : 11361 (java) S 11358 11361 9992 0 -1 1077944320 10615 13097 0 0 27 3 5 2 20 0 15 0 221320230 11246788608 13524 33554432000 4194304 4196468 140727915045008 140727915027552 140579183886071 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
/proc/11361/statm: 2745798 13524 3079 1 0 2708109 0
[pid=11361/tid=11414] ppid=11358 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/11361/task/11414/stat : 11414 (java) R 11358 11361 9992 0 -1 4202560 7154 13097 0 0 19 2 5 2 20 0 15 0 221320239 11246788608 13524 33554432000 4194304 4196468 140727915045008 140579155698080 140579167966558 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11415] ppid=11358 vsize=10983192 memory=1408 CPUtime=0.07 cores=1,3,5,7
/proc/11361/task/11415/stat : 11415 (java) S 11358 11361 9992 0 -1 1077944384 1 13097 0 0 0 0 5 2 20 0 15 0 221320240 11246788608 13524 33554432000 4194304 4196468 140727915045008 140579188128784 140579183896277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11416] ppid=11358 vsize=10983192 memory=2209 CPUtime=0.07 cores=1,3,5,7
/proc/11361/task/11416/stat : 11416 (java) S 11358 11361 9992 0 -1 1077944384 1 13097 0 0 0 0 5 2 20 0 15 0 221320240 11246788608 13524 33554432000 4194304 4196468 140727915045008 140579053464720 140579183896277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11417] ppid=11358 vsize=10983192 memory=92612 CPUtime=0.07 cores=1,3,5,7
/proc/11361/task/11417/stat : 11417 (java) S 11358 11361 9992 0 -1 1077944384 1 13097 0 0 0 0 5 2 20 0 15 0 221320240 11246788608 13524 33554432000 4194304 4196468 140727915045008 140579052411664 140579183896277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11418] ppid=11358 vsize=10983192 memory=4126316290023845779 CPUtime=0.07 cores=1,3,5,7
/proc/11361/task/11418/stat : 11418 (java) S 11358 11361 9992 0 -1 1077944384 2 13097 0 0 0 0 5 2 20 0 15 0 221320240 11246788608 13524 33554432000 4194304 4196468 140727915045008 140579051359120 140579183896277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11419] ppid=11358 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11361/task/11419/stat : 11419 (java) S 11358 11361 9992 0 -1 1077944384 2 13097 0 0 0 0 5 2 20 0 15 0 221320242 11246788608 13524 33554432000 4194304 4196468 140727915045008 140578608933104 140579183897218 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11420] ppid=11358 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11361/task/11420/stat : 11420 (java) S 11358 11361 9992 0 -1 1077944384 13 13097 0 0 0 0 5 2 20 0 15 0 221320242 11246788608 13524 33554432000 4194304 4196468 140727915045008 140577903469728 140579183896277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11421] ppid=11358 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11361/task/11421/stat : 11421 (java) S 11358 11361 9992 0 -1 1077944384 21 13097 0 0 0 0 5 2 20 0 15 0 221320242 11246788608 13524 33554432000 4194304 4196468 140727915045008 140577836356336 140579183896277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11422] ppid=11358 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11361/task/11422/stat : 11422 (java) S 11358 11361 9992 0 -1 1077944384 3 13097 0 0 0 0 5 2 20 0 15 0 221320245 11246788608 13524 33554432000 4194304 4196468 140727915045008 140577528960976 140579183904667 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11423] ppid=11358 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11361/task/11423/stat : 11423 (java) S 11358 11361 9992 0 -1 1077944384 405 13097 0 0 1 0 5 2 20 0 15 0 221320245 11246788608 13524 33554432000 4194304 4196468 140727915045008 140578607880944 140579183897218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11424] ppid=11358 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11361/task/11424/stat : 11424 (java) S 11358 11361 9992 0 -1 1077944384 190 13097 0 0 1 0 5 2 20 0 15 0 221320245 11246788608 13524 33554432000 4194304 4196468 140727915045008 140578606828400 140579183897218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11425] ppid=11358 vsize=10983192 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/11361/task/11425/stat : 11425 (java) R 11358 11361 9992 0 -1 4202560 637 13097 0 0 4 0 5 2 20 0 15 0 221320245 11246788608 13524 33554432000 4194304 4196468 140727915045008 140578605775344 140579183907418 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11426] ppid=11358 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11361/task/11426/stat : 11426 (java) S 11358 11361 9992 0 -1 1077944384 3 13097 0 0 0 0 5 2 20 0 15 0 221320245 11246788608 13524 33554432000 4194304 4196468 140727915045008 140577098165088 140579183896277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11427] ppid=11358 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11361/task/11427/stat : 11427 (java) S 11358 11361 9992 0 -1 1077944384 1 13097 0 0 0 0 5 2 20 0 15 0 221320245 11246788608 13524 33554432000 4194304 4196468 140727915045008 140578604722736 140579183897218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 54096 KiB

[startup+0.700798 s]
/proc/loadavg: 2.14 2.11 2.09 3/223 11427
/proc/meminfo: memFree=4574880/32770624 swapFree=67108856/67108860
[pid=11361] ppid=11358 vsize=10983192 memory=86480 CPUtime=0.99 cores=1,3,5,7
/proc/11361/stat : 11361 (java) S 11358 11361 9992 0 -1 1077944320 16774 13097 0 0 87 5 5 2 20 0 15 0 221320230 11246788608 21620 33554432000 4194304 4196468 140727915045008 140727915027552 140579183886071 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
/proc/11361/statm: 2745798 21620 3238 1 0 2708109 0
[pid=11361/tid=11414] ppid=11358 vsize=10983192 memory=2241 CPUtime=0.66 cores=1,3,5,7
/proc/11361/task/11414/stat : 11414 (java) R 11358 11361 9992 0 -1 4202560 12227 13097 0 0 56 3 5 2 20 0 15 0 221320239 11246788608 21620 33554432000 4194304 4196468 140727915045008 140579155706896 140579169051671 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11415] ppid=11358 vsize=10983192 memory=2244 CPUtime=0.07 cores=1,3,5,7
/proc/11361/task/11415/stat : 11415 (java) S 11358 11361 9992 0 -1 1077944384 1 13097 0 0 0 0 5 2 20 0 15 0 221320240 11246788608 21620 33554432000 4194304 4196468 140727915045008 140579188128784 140579183896277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11416] ppid=11358 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11361/task/11416/stat : 11416 (java) S 11358 11361 9992 0 -1 1077944384 1 13097 0 0 0 0 5 2 20 0 15 0 221320240 11246788608 21620 33554432000 4194304 4196468 140727915045008 140579053464720 140579183896277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11417] ppid=11358 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11361/task/11417/stat : 11417 (java) S 11358 11361 9992 0 -1 1077944384 1 13097 0 0 0 0 5 2 20 0 15 0 221320240 11246788608 21620 33554432000 4194304 4196468 140727915045008 140579052411664 140579183896277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11418] ppid=11358 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11361/task/11418/stat : 11418 (java) S 11358 11361 9992 0 -1 1077944384 2 13097 0 0 0 0 5 2 20 0 15 0 221320240 11246788608 21620 33554432000 4194304 4196468 140727915045008 140579051359120 140579183896277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11419] ppid=11358 vsize=10983192 memory=6944652177228980320 CPUtime=0.07 cores=1,3,5,7
/proc/11361/task/11419/stat : 11419 (java) S 11358 11361 9992 0 -1 1077944384 5 13097 0 0 0 0 5 2 20 0 15 0 221320242 11246788608 21620 33554432000 4194304 4196468 140727915045008 140578608933104 140579183897218 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11420] ppid=11358 vsize=10983192 memory=6944656592455359580 CPUtime=0.07 cores=1,3,5,7
/proc/11361/task/11420/stat : 11420 (java) S 11358 11361 9992 0 -1 1077944384 13 13097 0 0 0 0 5 2 20 0 15 0 221320242 11246788608 21620 33554432000 4194304 4196468 140727915045008 140577903469728 140579183896277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11421] ppid=11358 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11361/task/11421/stat : 11421 (java) S 11358 11361 9992 0 -1 1077944384 21 13097 0 0 0 0 5 2 20 0 15 0 221320242 11246788608 21620 33554432000 4194304 4196468 140727915045008 140577836356336 140579183896277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11422] ppid=11358 vsize=10983192 memory=6944656592455097440 CPUtime=0.07 cores=1,3,5,7
/proc/11361/task/11422/stat : 11422 (java) S 11358 11361 9992 0 -1 1077944384 3 13097 0 0 0 0 5 2 20 0 15 0 221320245 11246788608 21620 33554432000 4194304 4196468 140727915045008 140577528960976 140579183904667 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11423] ppid=11358 vsize=10983192 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/11361/task/11423/stat : 11423 (java) S 11358 11361 9992 0 -1 1077944384 792 13097 0 0 6 0 5 2 20 0 15 0 221320245 11246788608 21620 33554432000 4194304 4196468 140727915045008 140578607880944 140579183897218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11424] ppid=11358 vsize=10983192 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/11361/task/11424/stat : 11424 (java) S 11358 11361 9992 0 -1 1077944384 810 13097 0 0 11 0 5 2 20 0 15 0 221320245 11246788608 21620 33554432000 4194304 4196468 140727915045008 140578606828400 140579183897218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11425] ppid=11358 vsize=10983192 memory=11076 CPUtime=0.19 cores=1,3,5,7
/proc/11361/task/11425/stat : 11425 (java) S 11358 11361 9992 0 -1 1077944384 706 13097 0 0 12 0 5 2 20 0 15 0 221320245 11246788608 21620 33554432000 4194304 4196468 140727915045008 140578605775344 140579183897218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11426] ppid=11358 vsize=10983192 memory=139703743446384 CPUtime=0.07 cores=1,3,5,7
/proc/11361/task/11426/stat : 11426 (java) S 11358 11361 9992 0 -1 1077944384 3 13097 0 0 0 0 5 2 20 0 15 0 221320245 11246788608 21620 33554432000 4194304 4196468 140727915045008 140577098165088 140579183896277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11427] ppid=11358 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11361/task/11427/stat : 11427 (java) S 11358 11361 9992 0 -1 1077944384 1 13097 0 0 0 0 5 2 20 0 15 0 221320245 11246788608 21620 33554432000 4194304 4196468 140727915045008 140578604722736 140579183897218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 86480 KiB

[startup+1.50076 s]
/proc/loadavg: 2.14 2.11 2.09 3/223 11427
/proc/meminfo: memFree=4521916/32770624 swapFree=67108856/67108860
[pid=11361] ppid=11358 vsize=10998092 memory=177404 CPUtime=2.28 cores=1,3,5,7
/proc/11361/stat : 11361 (java) S 11358 11361 9992 0 -1 1077944320 23929 13097 0 0 209 12 5 2 20 0 15 0 221320230 11262046208 44351 33554432000 4194304 4196468 140727915045008 140727915027552 140579183886071 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
/proc/11361/statm: 2749523 44351 3475 1 0 2711181 0
[pid=11361/tid=11414] ppid=11358 vsize=10998092 memory=13 CPUtime=1.43 cores=1,3,5,7
/proc/11361/task/11414/stat : 11414 (java) R 11358 11361 9992 0 -1 4202560 17742 13097 0 0 128 8 5 2 20 0 15 0 221320239 11262046208 44351 33554432000 4194304 4196468 140727915045008 140579155717440 140579164161401 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11415] ppid=11358 vsize=10998092 memory=19 CPUtime=0.08 cores=1,3,5,7
/proc/11361/task/11415/stat : 11415 (java) S 11358 11361 9992 0 -1 1077944384 14 13097 0 0 1 0 5 2 20 0 15 0 221320240 11262046208 44351 33554432000 4194304 4196468 140727915045008 140579188128784 140579183896277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11416] ppid=11358 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11361/task/11416/stat : 11416 (java) S 11358 11361 9992 0 -1 1077944384 11 13097 0 0 1 0 5 2 20 0 15 0 221320240 11262046208 44351 33554432000 4194304 4196468 140727915045008 140579053464720 140579183896277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11417] ppid=11358 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11361/task/11417/stat : 11417 (java) S 11358 11361 9992 0 -1 1077944384 219 13097 0 0 1 0 5 2 20 0 15 0 221320240 11262046208 44351 33554432000 4194304 4196468 140727915045008 140579052411664 140579183896277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11418] ppid=11358 vsize=10998092 memory=100380 CPUtime=0.08 cores=1,3,5,7
/proc/11361/task/11418/stat : 11418 (java) S 11358 11361 9992 0 -1 1077944384 80 13097 0 0 1 0 5 2 20 0 15 0 221320240 11262046208 44351 33554432000 4194304 4196468 140727915045008 140579051359120 140579183896277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11419] ppid=11358 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11361/task/11419/stat : 11419 (java) S 11358 11361 9992 0 -1 1077944384 51 13097 0 0 1 0 5 2 20 0 15 0 221320242 11262046208 44351 33554432000 4194304 4196468 140727915045008 140578608933104 140579183897218 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11420] ppid=11358 vsize=10998092 memory=6296712161285460326 CPUtime=0.07 cores=1,3,5,7
/proc/11361/task/11420/stat : 11420 (java) S 11358 11361 9992 0 -1 1077944384 14 13097 0 0 0 0 5 2 20 0 15 0 221320242 11262046208 44351 33554432000 4194304 4196468 140727915045008 140577903469792 140579183896277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11421] ppid=11358 vsize=10998092 memory=7452732072447598937 CPUtime=0.07 cores=1,3,5,7
/proc/11361/task/11421/stat : 11421 (java) S 11358 11361 9992 0 -1 1077944384 42 13097 0 0 0 0 5 2 20 0 15 0 221320242 11262046208 44351 33554432000 4194304 4196468 140727915045008 140577836356352 140579183896277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11422] ppid=11358 vsize=10998092 memory=7883923244056601958 CPUtime=0.07 cores=1,3,5,7
/proc/11361/task/11422/stat : 11422 (java) S 11358 11361 9992 0 -1 1077944384 3 13097 0 0 0 0 5 2 20 0 15 0 221320245 11262046208 44351 33554432000 4194304 4196468 140727915045008 140577528960976 140579183904667 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11423] ppid=11358 vsize=10998092 memory=5787213857246504025 CPUtime=0.26 cores=1,3,5,7
/proc/11361/task/11423/stat : 11423 (java) S 11358 11361 9992 0 -1 1077944384 1008 13097 0 0 19 0 5 2 20 0 15 0 221320245 11262046208 44351 33554432000 4194304 4196468 140727915045008 140578607880944 140579183897218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11424] ppid=11358 vsize=10998092 memory=7666647625841922412 CPUtime=0.3 cores=1,3,5,7
/proc/11361/task/11424/stat : 11424 (java) S 11358 11361 9992 0 -1 1077944384 1271 13097 0 0 23 0 5 2 20 0 15 0 221320245 11262046208 44351 33554432000 4194304 4196468 140727915045008 140578606828400 140579183897218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11425] ppid=11358 vsize=10998092 memory=5787217160294390116 CPUtime=0.38 cores=1,3,5,7
/proc/11361/task/11425/stat : 11425 (java) S 11358 11361 9992 0 -1 1077944384 1280 13097 0 0 31 0 5 2 20 0 15 0 221320245 11262046208 44351 33554432000 4194304 4196468 140727915045008 140578605775344 140579183897218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11426] ppid=11358 vsize=10998092 memory=7011348500760778072 CPUtime=0.07 cores=1,3,5,7
/proc/11361/task/11426/stat : 11426 (java) S 11358 11361 9992 0 -1 1077944384 3 13097 0 0 0 0 5 2 20 0 15 0 221320245 11262046208 44351 33554432000 4194304 4196468 140727915045008 140577098165088 140579183896277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11427] ppid=11358 vsize=10998092 memory=56 CPUtime=0.07 cores=1,3,5,7
/proc/11361/task/11427/stat : 11427 (java) S 11358 11361 9992 0 -1 1077944384 3 13097 0 0 0 0 5 2 20 0 15 0 221320245 11262046208 44351 33554432000 4194304 4196468 140727915045008 140578604722736 140579183897218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
Current children cumulated CPU time: 2.28 s
Current children cumulated vsize: 10998092 KiB

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

/proc/11361/task/11414/stat : 11414 (java) R 11358 11361 9992 0 -1 4202560 73837 13097 0 0 236638 33 5 2 20 0 15 0 221320239 11341758464 137770 33554432000 4194304 4196468 140727915045008 140579155720672 140578737092728 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11415] ppid=11358 vsize=11075936 memory=551080 CPUtime=6.4 cores=1,3,5,7
/proc/11361/task/11415/stat : 11415 (java) S 11358 11361 9992 0 -1 1077944384 9683 13097 0 0 599 34 5 2 20 0 15 0 221320240 11341758464 137770 33554432000 4194304 4196468 140727915045008 140579188128784 140579183896277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11416] ppid=11358 vsize=11075936 memory=551080 CPUtime=6.4 cores=1,3,5,7
/proc/11361/task/11416/stat : 11416 (java) S 11358 11361 9992 0 -1 1077944384 10918 13097 0 0 600 33 5 2 20 0 15 0 221320240 11341758464 137770 33554432000 4194304 4196468 140727915045008 140579053464720 140579183896277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11417] ppid=11358 vsize=11075936 memory=551080 CPUtime=6.4 cores=1,3,5,7
/proc/11361/task/11417/stat : 11417 (java) S 11358 11361 9992 0 -1 1077944384 12994 13097 0 0 595 38 5 2 20 0 15 0 221320240 11341758464 137770 33554432000 4194304 4196468 140727915045008 140579052411664 140579183896277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11418] ppid=11358 vsize=11075936 memory=551080 CPUtime=6.4 cores=1,3,5,7
/proc/11361/task/11418/stat : 11418 (java) S 11358 11361 9992 0 -1 1077944384 9656 13097 0 0 597 36 5 2 20 0 15 0 221320240 11341758464 137770 33554432000 4194304 4196468 140727915045008 140579051359120 140579183896277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11419] ppid=11358 vsize=11075936 memory=551080 CPUtime=6.18 cores=1,3,5,7
/proc/11361/task/11419/stat : 11419 (java) S 11358 11361 9992 0 -1 1077944384 11392 13097 0 0 582 29 5 2 20 0 15 0 221320242 11341758464 137770 33554432000 4194304 4196468 140727915045008 140578608933104 140579183897218 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11420] ppid=11358 vsize=11075936 memory=1620 CPUtime=0.07 cores=1,3,5,7
/proc/11361/task/11420/stat : 11420 (java) S 11358 11361 9992 0 -1 1077944384 16 13097 0 0 0 0 5 2 20 0 15 0 221320242 11341758464 137770 33554432000 4194304 4196468 140727915045008 140577903469856 140579183896277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11421] ppid=11358 vsize=11075936 memory=551080 CPUtime=0.07 cores=1,3,5,7
/proc/11361/task/11421/stat : 11421 (java) S 11358 11361 9992 0 -1 1077944384 47 13097 0 0 0 0 5 2 20 0 15 0 221320242 11341758464 137770 33554432000 4194304 4196468 140727915045008 140577836356352 140579183896277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11422] ppid=11358 vsize=11075936 memory=551080 CPUtime=0.07 cores=1,3,5,7
/proc/11361/task/11422/stat : 11422 (java) S 11358 11361 9992 0 -1 1077944384 3 13097 0 0 0 0 5 2 20 0 15 0 221320245 11341758464 137770 33554432000 4194304 4196468 140727915045008 140577528960976 140579183904667 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11423] ppid=11358 vsize=11075936 memory=4616 CPUtime=2.16 cores=1,3,5,7
/proc/11361/task/11423/stat : 11423 (java) S 11358 11361 9992 0 -1 1077944384 14127 13097 0 0 206 3 5 2 20 0 15 0 221320245 11341758464 137770 33554432000 4194304 4196468 140727915045008 140578607880944 140579183897218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11424] ppid=11358 vsize=11075936 memory=1388 CPUtime=2.38 cores=1,3,5,7
/proc/11361/task/11424/stat : 11424 (java) S 11358 11361 9992 0 -1 1077944384 10804 13097 0 0 230 1 5 2 20 0 15 0 221320245 11341758464 137770 33554432000 4194304 4196468 140727915045008 140578606828400 140579183897218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11425] ppid=11358 vsize=11075936 memory=551080 CPUtime=1.45 cores=1,3,5,7
/proc/11361/task/11425/stat : 11425 (java) S 11358 11361 9992 0 -1 1077944384 15738 13097 0 0 134 4 5 2 20 0 15 0 221320245 11341758464 137770 33554432000 4194304 4196468 140727915045008 140578605775344 140579183897218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11426] ppid=11358 vsize=11075936 memory=551080 CPUtime=0.07 cores=1,3,5,7
/proc/11361/task/11426/stat : 11426 (java) S 11358 11361 9992 0 -1 1077944384 3 13097 0 0 0 0 5 2 20 0 15 0 221320245 11341758464 137770 33554432000 4194304 4196468 140727915045008 140577098165088 140579183896277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11427] ppid=11358 vsize=11075936 memory=3768 CPUtime=1.33 cores=1,3,5,7
/proc/11361/task/11427/stat : 11427 (java) S 11358 11361 9992 0 -1 1077944384 837 13097 0 0 58 68 5 2 20 0 15 0 221320245 11341758464 137770 33554432000 4194304 4196468 140727915045008 140578604722736 140579183897218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
Current children cumulated CPU time: 2405.34 s
Current children cumulated vsize: 11075936 KiB
Current children cumulated memory: 551080 KiB

[startup+2442.3 s]
/proc/loadavg: 1.11 1.24 1.38 3/221 11581
/proc/meminfo: memFree=4098736/32770624 swapFree=67108856/67108860
[pid=11361] ppid=11358 vsize=11075936 memory=551080 CPUtime=2465.77 cores=1,3,5,7
/proc/11361/stat : 11361 (java) S 11358 11361 9992 0 -1 1077944320 172954 13097 0 0 246332 238 5 2 20 0 15 0 221320230 11341758464 137770 33554432000 4194304 4196468 140727915045008 140727915027552 140579183886071 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
/proc/11361/statm: 2768984 137770 3516 1 0 2730637 0
[pid=11361/tid=11414] ppid=11358 vsize=11075936 memory=551080 CPUtime=2426.37 cores=1,3,5,7
/proc/11361/task/11414/stat : 11414 (java) R 11358 11361 9992 0 -1 4202560 74292 13097 0 0 242597 33 5 2 20 0 15 0 221320239 11341758464 137770 33554432000 4194304 4196468 140727915045008 140579155719776 140578737811475 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11415] ppid=11358 vsize=11075936 memory=551080 CPUtime=6.56 cores=1,3,5,7
/proc/11361/task/11415/stat : 11415 (java) S 11358 11361 9992 0 -1 1077944384 9703 13097 0 0 614 35 5 2 20 0 15 0 221320240 11341758464 137770 33554432000 4194304 4196468 140727915045008 140579188128784 140579183896277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11416] ppid=11358 vsize=11075936 memory=551080 CPUtime=6.56 cores=1,3,5,7
/proc/11361/task/11416/stat : 11416 (java) S 11358 11361 9992 0 -1 1077944384 10938 13097 0 0 615 34 5 2 20 0 15 0 221320240 11341758464 137770 33554432000 4194304 4196468 140727915045008 140579053464720 140579183896277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11417] ppid=11358 vsize=11075936 memory=551080 CPUtime=6.56 cores=1,3,5,7
/proc/11361/task/11417/stat : 11417 (java) S 11358 11361 9992 0 -1 1077944384 13006 13097 0 0 610 39 5 2 20 0 15 0 221320240 11341758464 137770 33554432000 4194304 4196468 140727915045008 140579052411664 140579183896277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11418] ppid=11358 vsize=11075936 memory=551080 CPUtime=6.55 cores=1,3,5,7
/proc/11361/task/11418/stat : 11418 (java) S 11358 11361 9992 0 -1 1077944384 9667 13097 0 0 612 36 5 2 20 0 15 0 221320240 11341758464 137770 33554432000 4194304 4196468 140727915045008 140579051359120 140579183896277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11419] ppid=11358 vsize=11075936 memory=621 CPUtime=6.34 cores=1,3,5,7
/proc/11361/task/11419/stat : 11419 (java) S 11358 11361 9992 0 -1 1077944384 11569 13097 0 0 598 29 5 2 20 0 15 0 221320242 11341758464 137770 33554432000 4194304 4196468 140727915045008 140578608933104 140579183897218 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11420] ppid=11358 vsize=11075936 memory=551080 CPUtime=0.07 cores=1,3,5,7
/proc/11361/task/11420/stat : 11420 (java) S 11358 11361 9992 0 -1 1077944384 16 13097 0 0 0 0 5 2 20 0 15 0 221320242 11341758464 137770 33554432000 4194304 4196468 140727915045008 140577903469856 140579183896277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11421] ppid=11358 vsize=11075936 memory=551080 CPUtime=0.07 cores=1,3,5,7
/proc/11361/task/11421/stat : 11421 (java) S 11358 11361 9992 0 -1 1077944384 47 13097 0 0 0 0 5 2 20 0 15 0 221320242 11341758464 137770 33554432000 4194304 4196468 140727915045008 140577836356352 140579183896277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11422] ppid=11358 vsize=11075936 memory=33524 CPUtime=0.07 cores=1,3,5,7
/proc/11361/task/11422/stat : 11422 (java) S 11358 11361 9992 0 -1 1077944384 3 13097 0 0 0 0 5 2 20 0 15 0 221320245 11341758464 137770 33554432000 4194304 4196468 140727915045008 140577528960976 140579183904667 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11423] ppid=11358 vsize=11075936 memory=1720 CPUtime=2.16 cores=1,3,5,7
/proc/11361/task/11423/stat : 11423 (java) S 11358 11361 9992 0 -1 1077944384 14127 13097 0 0 206 3 5 2 20 0 15 0 221320245 11341758464 137770 33554432000 4194304 4196468 140727915045008 140578607880944 140579183897218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11424] ppid=11358 vsize=11075936 memory=551080 CPUtime=2.38 cores=1,3,5,7
/proc/11361/task/11424/stat : 11424 (java) S 11358 11361 9992 0 -1 1077944384 10804 13097 0 0 230 1 5 2 20 0 15 0 221320245 11341758464 137770 33554432000 4194304 4196468 140727915045008 140578606828400 140579183897218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11425] ppid=11358 vsize=11075936 memory=3768 CPUtime=1.45 cores=1,3,5,7
/proc/11361/task/11425/stat : 11425 (java) S 11358 11361 9992 0 -1 1077944384 15738 13097 0 0 134 4 5 2 20 0 15 0 221320245 11341758464 137770 33554432000 4194304 4196468 140727915045008 140578605775344 140579183897218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11426] ppid=11358 vsize=11075936 memory=551080 CPUtime=0.07 cores=1,3,5,7
/proc/11361/task/11426/stat : 11426 (java) S 11358 11361 9992 0 -1 1077944384 3 13097 0 0 0 0 5 2 20 0 15 0 221320245 11341758464 137770 33554432000 4194304 4196468 140727915045008 140577098165088 140579183896277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11427] ppid=11358 vsize=11075936 memory=551080 CPUtime=1.37 cores=1,3,5,7
/proc/11361/task/11427/stat : 11427 (java) S 11358 11361 9992 0 -1 1077944384 853 13097 0 0 59 71 5 2 20 0 15 0 221320245 11341758464 137770 33554432000 4194304 4196468 140727915045008 140578604722736 140579183897218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
Current children cumulated CPU time: 2465.77 s
Current children cumulated vsize: 11075936 KiB
Current children cumulated memory: 551080 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2496.11 s]
/proc/loadavg: 1.14 1.23 1.37 6/221 11710
/proc/meminfo: memFree=4290148/32770624 swapFree=67108856/67108860
[pid=11361] ppid=11358 vsize=11075936 memory=553128 CPUtime=2520.01 cores=1,3,5,7
/proc/11361/stat : 11361 (java) S 11358 11361 9992 0 -1 1077944320 174103 13097 0 0 251751 243 5 2 20 0 15 0 221320230 11341758464 138282 33554432000 4194304 4196468 140727915045008 140727915027552 140579183886071 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
/proc/11361/statm: 2768984 138282 3516 1 0 2730637 0
[pid=11361/tid=11414] ppid=11358 vsize=11075936 memory=551080 CPUtime=2479.82 cores=1,3,5,7
/proc/11361/task/11414/stat : 11414 (java) R 11358 11361 9992 0 -1 4202560 74832 13097 0 0 247941 34 5 2 20 0 15 0 221320239 11341758464 138282 33554432000 4194304 4196468 140727915045008 140579155720992 140578737115471 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11415] ppid=11358 vsize=11075936 memory=553128 CPUtime=6.72 cores=1,3,5,7
/proc/11361/task/11415/stat : 11415 (java) S 11358 11361 9992 0 -1 1077944384 9934 13097 0 0 629 36 5 2 20 0 15 0 221320240 11341758464 138282 33554432000 4194304 4196468 140727915045008 140579188128784 140579183896277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11416] ppid=11358 vsize=11075936 memory=621 CPUtime=6.72 cores=1,3,5,7
/proc/11361/task/11416/stat : 11416 (java) S 11358 11361 9992 0 -1 1077944384 10979 13097 0 0 630 35 5 2 20 0 15 0 221320240 11341758464 138282 33554432000 4194304 4196468 140727915045008 140579053464720 140579183896277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11417] ppid=11358 vsize=11075936 memory=551080 CPUtime=6.71 cores=1,3,5,7
/proc/11361/task/11417/stat : 11417 (java) S 11358 11361 9992 0 -1 1077944384 13036 13097 0 0 625 39 5 2 20 0 15 0 221320240 11341758464 138282 33554432000 4194304 4196468 140727915045008 140579052411664 140579183896277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11418] ppid=11358 vsize=11075936 memory=551080 CPUtime=6.7 cores=1,3,5,7
/proc/11361/task/11418/stat : 11418 (java) S 11358 11361 9992 0 -1 1077944384 9763 13097 0 0 626 37 5 2 20 0 15 0 221320240 11341758464 138282 33554432000 4194304 4196468 140727915045008 140579051359120 140579183896277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11419] ppid=11358 vsize=11075936 memory=279407486828784 CPUtime=6.48 cores=1,3,5,7
/proc/11361/task/11419/stat : 11419 (java) S 11358 11361 9992 0 -1 1077944384 11758 13097 0 0 611 30 5 2 20 0 15 0 221320242 11341758464 138282 33554432000 4194304 4196468 140727915045008 140578608933104 140579183897218 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11420] ppid=11358 vsize=11075936 memory=551080 CPUtime=0.07 cores=1,3,5,7
/proc/11361/task/11420/stat : 11420 (java) S 11358 11361 9992 0 -1 1077944384 16 13097 0 0 0 0 5 2 20 0 15 0 221320242 11341758464 138282 33554432000 4194304 4196468 140727915045008 140577903469856 140579183896277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11421] ppid=11358 vsize=11075936 memory=33524 CPUtime=0.07 cores=1,3,5,7
/proc/11361/task/11421/stat : 11421 (java) S 11358 11361 9992 0 -1 1077944384 47 13097 0 0 0 0 5 2 20 0 15 0 221320242 11341758464 138282 33554432000 4194304 4196468 140727915045008 140577836356352 140579183896277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11422] ppid=11358 vsize=11075936 memory=11796 CPUtime=0.07 cores=1,3,5,7
/proc/11361/task/11422/stat : 11422 (java) S 11358 11361 9992 0 -1 1077944384 3 13097 0 0 0 0 5 2 20 0 15 0 221320245 11341758464 138282 33554432000 4194304 4196468 140727915045008 140577528960976 140579183904667 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11423] ppid=11358 vsize=11075936 memory=5772 CPUtime=2.16 cores=1,3,5,7
/proc/11361/task/11423/stat : 11423 (java) S 11358 11361 9992 0 -1 1077944384 14129 13097 0 0 206 3 5 2 20 0 15 0 221320245 11341758464 138282 33554432000 4194304 4196468 140727915045008 140578607880944 140579183897218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11424] ppid=11358 vsize=11075936 memory=880 CPUtime=2.38 cores=1,3,5,7
/proc/11361/task/11424/stat : 11424 (java) S 11358 11361 9992 0 -1 1077944384 10806 13097 0 0 230 1 5 2 20 0 15 0 221320245 11341758464 138282 33554432000 4194304 4196468 140727915045008 140578606828400 140579183897218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11425] ppid=11358 vsize=11075936 memory=1940 CPUtime=1.45 cores=1,3,5,7
/proc/11361/task/11425/stat : 11425 (java) S 11358 11361 9992 0 -1 1077944384 15740 13097 0 0 134 4 5 2 20 0 15 0 221320245 11341758464 138282 33554432000 4194304 4196468 140727915045008 140578605775344 140579183897218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11426] ppid=11358 vsize=11075936 memory=251015 CPUtime=0.07 cores=1,3,5,7
/proc/11361/task/11426/stat : 11426 (java) S 11358 11361 9992 0 -1 1077944384 3 13097 0 0 0 0 5 2 20 0 15 0 221320245 11341758464 138282 33554432000 4194304 4196468 140727915045008 140577098165088 140579183896277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11427] ppid=11358 vsize=11075936 memory=247011 CPUtime=1.4 cores=1,3,5,7
/proc/11361/task/11427/stat : 11427 (java) S 11358 11361 9992 0 -1 1077944384 869 13097 0 0 61 72 5 2 20 0 15 0 221320245 11341758464 138282 33554432000 4194304 4196468 140727915045008 140578604722736 140579183897218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 11075936 KiB
Current children cumulated memory: 553128 KiB

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

[startup+2496.13 s]
# the end of solver process 11361 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.58 s, system=2.46522 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2496.11 s]
/proc/loadavg: 1.14 1.23 1.37 6/221 11710
/proc/meminfo: memFree=4290148/32770624 swapFree=67108856/67108860
[pid=11361] ppid=11358 vsize=11075936 memory=553128 CPUtime=2520.01 cores=1,3,5,7
/proc/11361/stat : 11361 (java) S 11358 11361 9992 0 -1 1077944320 174103 13097 0 0 251751 243 5 2 20 0 15 0 221320230 11341758464 138282 33554432000 4194304 4196468 140727915045008 140727915027552 140579183886071 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
/proc/11361/statm: 2768984 138282 3516 1 0 2730637 0
[pid=11361/tid=11414] ppid=11358 vsize=11075936 memory=551080 CPUtime=2479.82 cores=1,3,5,7
/proc/11361/task/11414/stat : 11414 (java) R 11358 11361 9992 0 -1 4202560 74832 13097 0 0 247941 34 5 2 20 0 15 0 221320239 11341758464 138282 33554432000 4194304 4196468 140727915045008 140579155720992 140578737115471 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11415] ppid=11358 vsize=11075936 memory=553128 CPUtime=6.72 cores=1,3,5,7
/proc/11361/task/11415/stat : 11415 (java) S 11358 11361 9992 0 -1 1077944384 9934 13097 0 0 629 36 5 2 20 0 15 0 221320240 11341758464 138282 33554432000 4194304 4196468 140727915045008 140579188128784 140579183896277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11416] ppid=11358 vsize=11075936 memory=621 CPUtime=6.72 cores=1,3,5,7
/proc/11361/task/11416/stat : 11416 (java) S 11358 11361 9992 0 -1 1077944384 10979 13097 0 0 630 35 5 2 20 0 15 0 221320240 11341758464 138282 33554432000 4194304 4196468 140727915045008 140579053464720 140579183896277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11417] ppid=11358 vsize=11075936 memory=551080 CPUtime=6.71 cores=1,3,5,7
/proc/11361/task/11417/stat : 11417 (java) S 11358 11361 9992 0 -1 1077944384 13036 13097 0 0 625 39 5 2 20 0 15 0 221320240 11341758464 138282 33554432000 4194304 4196468 140727915045008 140579052411664 140579183896277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11418] ppid=11358 vsize=11075936 memory=551080 CPUtime=6.7 cores=1,3,5,7
/proc/11361/task/11418/stat : 11418 (java) S 11358 11361 9992 0 -1 1077944384 9763 13097 0 0 626 37 5 2 20 0 15 0 221320240 11341758464 138282 33554432000 4194304 4196468 140727915045008 140579051359120 140579183896277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11419] ppid=11358 vsize=11075936 memory=279407486828784 CPUtime=6.48 cores=1,3,5,7
/proc/11361/task/11419/stat : 11419 (java) S 11358 11361 9992 0 -1 1077944384 11758 13097 0 0 611 30 5 2 20 0 15 0 221320242 11341758464 138282 33554432000 4194304 4196468 140727915045008 140578608933104 140579183897218 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11420] ppid=11358 vsize=11075936 memory=551080 CPUtime=0.07 cores=1,3,5,7
/proc/11361/task/11420/stat : 11420 (java) S 11358 11361 9992 0 -1 1077944384 16 13097 0 0 0 0 5 2 20 0 15 0 221320242 11341758464 138282 33554432000 4194304 4196468 140727915045008 140577903469856 140579183896277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11421] ppid=11358 vsize=11075936 memory=33524 CPUtime=0.07 cores=1,3,5,7
/proc/11361/task/11421/stat : 11421 (java) S 11358 11361 9992 0 -1 1077944384 47 13097 0 0 0 0 5 2 20 0 15 0 221320242 11341758464 138282 33554432000 4194304 4196468 140727915045008 140577836356352 140579183896277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11422] ppid=11358 vsize=11075936 memory=11796 CPUtime=0.07 cores=1,3,5,7
/proc/11361/task/11422/stat : 11422 (java) S 11358 11361 9992 0 -1 1077944384 3 13097 0 0 0 0 5 2 20 0 15 0 221320245 11341758464 138282 33554432000 4194304 4196468 140727915045008 140577528960976 140579183904667 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11423] ppid=11358 vsize=11075936 memory=5772 CPUtime=2.16 cores=1,3,5,7
/proc/11361/task/11423/stat : 11423 (java) S 11358 11361 9992 0 -1 1077944384 14129 13097 0 0 206 3 5 2 20 0 15 0 221320245 11341758464 138282 33554432000 4194304 4196468 140727915045008 140578607880944 140579183897218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11424] ppid=11358 vsize=11075936 memory=880 CPUtime=2.38 cores=1,3,5,7
/proc/11361/task/11424/stat : 11424 (java) S 11358 11361 9992 0 -1 1077944384 10806 13097 0 0 230 1 5 2 20 0 15 0 221320245 11341758464 138282 33554432000 4194304 4196468 140727915045008 140578606828400 140579183897218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11425] ppid=11358 vsize=11075936 memory=1940 CPUtime=1.45 cores=1,3,5,7
/proc/11361/task/11425/stat : 11425 (java) S 11358 11361 9992 0 -1 1077944384 15740 13097 0 0 134 4 5 2 20 0 15 0 221320245 11341758464 138282 33554432000 4194304 4196468 140727915045008 140578605775344 140579183897218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11426] ppid=11358 vsize=11075936 memory=251015 CPUtime=0.07 cores=1,3,5,7
/proc/11361/task/11426/stat : 11426 (java) S 11358 11361 9992 0 -1 1077944384 3 13097 0 0 0 0 5 2 20 0 15 0 221320245 11341758464 138282 33554432000 4194304 4196468 140727915045008 140577098165088 140579183896277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
[pid=11361/tid=11427] ppid=11358 vsize=11075936 memory=247011 CPUtime=1.4 cores=1,3,5,7
/proc/11361/task/11427/stat : 11427 (java) S 11358 11361 9992 0 -1 1077944384 869 13097 0 0 61 72 5 2 20 0 15 0 221320245 11341758464 138282 33554432000 4194304 4196468 140727915045008 140578604722736 140579183897218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14295040 140727915047533 140727915050332 140727915050332 140727915053007 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 11075936 KiB
Current children cumulated memory: 553128 KiB

Child status: 143
Real time (s): 2496.13
CPU time (s): 2520.05
CPU user time (s): 2517.58
CPU system time (s): 2.46522
CPU usage (%): 100.958
Max. virtual memory (cumulated for all children) (KiB): 11075936
Max. memory (cumulated for all children) (KiB): 553128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.58
system time used= 2.46522
maximum resident set size= 555588
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 188198
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 197474
involuntary context switches= 6866


# summary of solver processes directly reported to runsolver:
#   pid: 11361
#   total CPU time (s): 2520.05
#   total CPU user time (s): 2517.58
#   total CPU system time (s): 2.46522

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.4029 second user time and 24.242 second system time

The end

Launcher Data

Begin job on node133 at 2018-08-12 03:32:51
IDJOB=4304835
IDBENCH=141019
IDSOLVER=2780
FILE ID=node133/4304835-1534037571
RUNJOBID= node133-1534037558-11010
PBS_JOBID= 21036967
Free space on /tmp= 38776 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/ColouredQueens/ColouredQueens-09_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304835-1534037571/watcher-4304835-1534037571 -o /tmp/evaluation-result-4304835-1534037571/solver-4304835-1534037571 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1534037558-11010 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=845480580 HOME/instance-4304835-1534037571.xml

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

MD5SUM BENCH= 698e4c4133fb0965f93dce5d7165b624
RANDOM SEED=845480580

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.24
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.24
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.24
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.24
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:         4630132 kB
MemAvailable:   31511208 kB
Buffers:          208052 kB
Cached:         26581408 kB
SwapCached:            0 kB
Active:         11118000 kB
Inactive:       16118736 kB
Active(anon):     398324 kB
Inactive(anon):   101720 kB
Active(file):   10719676 kB
Inactive(file): 16017016 kB
Unevictable:        7092 kB
Mlocked:            7092 kB
SwapTotal:      67108860 kB
SwapFree:       67108856 kB
Dirty:             26876 kB
Writeback:             0 kB
AnonPages:        462552 kB
Mapped:            68636 kB
Shmem:             49852 kB
Slab:             600788 kB
SReclaimable:     572844 kB
SUnreclaim:        27944 kB
KernelStack:        3920 kB
PageTables:         6352 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1705164 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    256000 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 38752 MiB
End job on node133 at 2018-08-12 04:14:27