Trace number 4304897

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.07 2473.43

General information on the benchmark

NameGracefulGraph/
GracefulGraph-K07-P02_c18.xml
MD5SUM9eecb1b3d8aa7dfc9df91bdaa7b8a2e7
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 variables119
Number of constraints51
Number of domains2
Minimum domain size49
Maximum domain size50
Distribution of domain sizes[{"size":49,"count":49},{"size":50,"count":14}]
Minimum variable degree0
Maximum variable degree8
Distribution of variable degrees[{"degree":0,"count":56},{"degree":2,"count":49},{"degree":8,"count":14}]
Minimum constraint arity3
Maximum constraint arity49
Distribution of constraint arities[{"arity":3,"count":49},{"arity":14,"count":1},{"arity":49,"count":1}]
Number of extensional constraints0
Number of intensional constraints49
Distribution of constraint types[{"type":"intension","count":49},{"type":"allDifferent","count":2}]
Optimization problemNO
Type of objective

Solver Data

0.98/0.74	c Concrete v3.9.2.1532736233296 running
2520.02/2473.41	Exception in thread "main" java.util.concurrent.TimeoutException
2520.02/2473.41		at concrete.MAC.mac(MAC.scala:188)
2520.02/2473.41		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.02/2473.41		at scala.util.Try$.apply(Try.scala:209)
2520.02/2473.41		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.02/2473.41		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.02/2473.41		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.02/2473.41		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.02/2473.41		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.02/2473.41		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.02/2473.41		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.02/2473.41		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.02/2473.41		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.02/2473.41		at concrete.MAC.oneRun(MAC.scala:253)
2520.02/2473.41		at concrete.MAC.nextSolution(MAC.scala:272)
2520.02/2473.41		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.02/2473.41		at concrete.ProblemState.map(ProblemState.scala:221)
2520.02/2473.41		at concrete.ProblemState.map(ProblemState.scala:204)
2520.02/2473.41		at concrete.MAC.nextSolution(MAC.scala:334)
2520.02/2473.41		at concrete.Solver.hasNext(Solver.scala:166)
2520.02/2473.41		at scala.collection.Iterator.toStream(Iterator.scala:1418)
2520.02/2473.41		at scala.collection.Iterator.toStream$(Iterator.scala:1417)
2520.02/2473.41		at concrete.Solver.toStream(Solver.scala:68)
2520.02/2473.41		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
2520.02/2473.41		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
2520.02/2473.41		at concrete.Solver.toIterable(Solver.scala:68)
2520.02/2473.41		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:78)
2520.02/2473.41		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.02/2473.41		at scala.util.Success.map(Try.scala:209)
2520.02/2473.41		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.02/2473.41		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.02/2473.41		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.02/2473.41		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.02/2473.41		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.02/2473.41		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.02/2473.41		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.02/2473.41		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.02/2473.41		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.02/2473.41		at scala.collection.immutable.List.foreach(List.scala:389)
2520.02/2473.41		at scala.App.main(App.scala:76)
2520.02/2473.41		at scala.App.main$(App.scala:74)
2520.02/2473.41		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.02/2473.41		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.02/2473.41	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 (4649 MiB free)
  memory of node 1: 16384 MiB (1089 MiB free)
  node distances:
     10  21
     21  10

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

running on 4 cores: 0,2,4,6

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
solver pid=14435, runsolver pid=14432
Current StackSize limit: 8192 KiB


[startup+0.100193 s]*
/proc/loadavg: 1.34 1.50 1.51 3/208 14488
/proc/meminfo: memFree=5872956/32770624 swapFree=67108856/67108860
[pid=14435] ppid=14432 vsize=10005480 memory=16548 CPUtime=0.08 cores=0,2,4,6
/proc/14435/stat : 14435 (java) S 14432 14435 9992 0 -1 1077944320 4314 13156 0 0 1 0 4 3 20 0 6 0 223121010 10245611520 4137 33554432000 4194304 4196468 140731466683056 140731466665600 140091090427639 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
/proc/14435/statm: 2501370 4137 1932 1 0 2489808 0
[pid=14435/tid=14488] ppid=14432 vsize=10005480 memory=4279135704047321741 CPUtime=0.07 cores=0,2,4,6
/proc/14435/task/14488/stat : 14488 (java) R 14432 14435 9992 0 -1 4202560 2133 13156 0 0 0 0 4 3 20 0 6 0 223121019 10245611520 4203 33554432000 4194304 4196468 140731466683056 140091062264400 140091076110165 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14489] ppid=14432 vsize=10005480 memory=8257237230052613020 CPUtime=0.07 cores=0,2,4,6
/proc/14435/task/14489/stat : 14489 (java) S 14432 14435 9992 0 -1 1077944384 1 13156 0 0 0 0 4 3 20 0 6 0 223121020 10245611520 4203 33554432000 4194304 4196468 140731466683056 140091094670096 140091090437845 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14490] ppid=14432 vsize=10005480 memory=139630772594304 CPUtime=0.07 cores=0,2,4,6
/proc/14435/task/14490/stat : 14490 (java) S 14432 14435 9992 0 -1 1077944384 1 13156 0 0 0 0 4 3 20 0 6 0 223121020 10245611520 4203 33554432000 4194304 4196468 140731466683056 140090965318544 140091090437845 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14491] ppid=14432 vsize=10005480 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14435/task/14491/stat : 14491 (java) S 14432 14435 9992 0 -1 1077944384 2 13156 0 0 0 0 4 3 20 0 6 0 223121020 10245611520 4203 33554432000 4194304 4196468 140731466683056 140090964266000 140091090437845 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14492] ppid=14432 vsize=10005480 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/14435/task/14492/stat : 14492 (java) S 14432 14435 9992 0 -1 1077944384 2 13156 0 0 0 0 4 3 20 0 6 0 223121020 10245611520 4203 33554432000 4194304 4196468 140731466683056 140090963213456 140091090437845 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16548 KiB

[startup+0.210336 s]*
/proc/loadavg: 1.34 1.50 1.51 3/221 14501
/proc/meminfo: memFree=5846120/32770624 swapFree=67108856/67108860
[pid=14435] ppid=14432 vsize=10982744 memory=46048 CPUtime=0.25 cores=0,2,4,6
/proc/14435/stat : 14435 (java) S 14432 14435 9992 0 -1 1077944320 7706 13156 0 0 17 1 4 3 20 0 15 0 223121010 11246329856 11512 33554432000 4194304 4196468 140731466683056 140731466665600 140091090427639 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
/proc/14435/statm: 2745686 11512 2953 1 0 2708109 0
[pid=14435/tid=14488] ppid=14432 vsize=10982744 memory=-6517102902069810590 CPUtime=0.18 cores=0,2,4,6
/proc/14435/task/14488/stat : 14488 (java) R 14432 14435 9992 0 -1 4202560 4317 13156 0 0 11 0 4 3 20 0 15 0 223121019 11246329856 11578 33554432000 4194304 4196468 140731466683056 140091062227552 140091083144791 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14489] ppid=14432 vsize=10982744 memory=-7025452035940392864 CPUtime=0.07 cores=0,2,4,6
/proc/14435/task/14489/stat : 14489 (java) S 14432 14435 9992 0 -1 1077944384 1 13156 0 0 0 0 4 3 20 0 15 0 223121020 11246329856 11578 33554432000 4194304 4196468 140731466683056 140091094670096 140091090437845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14490] ppid=14432 vsize=10982744 memory=139630772594304 CPUtime=0.07 cores=0,2,4,6
/proc/14435/task/14490/stat : 14490 (java) S 14432 14435 9992 0 -1 1077944384 1 13156 0 0 0 0 4 3 20 0 15 0 223121020 11246329856 11578 33554432000 4194304 4196468 140731466683056 140090965318544 140091090437845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14491] ppid=14432 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14435/task/14491/stat : 14491 (java) S 14432 14435 9992 0 -1 1077944384 2 13156 0 0 0 0 4 3 20 0 15 0 223121020 11246329856 11578 33554432000 4194304 4196468 140731466683056 140090964266000 140091090437845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14492] ppid=14432 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/14435/task/14492/stat : 14492 (java) S 14432 14435 9992 0 -1 1077944384 2 13156 0 0 0 0 4 3 20 0 15 0 223121020 11246329856 11578 33554432000 4194304 4196468 140731466683056 140090963213456 140091090437845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14493] ppid=14432 vsize=10982744 memory=139630772594304 CPUtime=0.07 cores=0,2,4,6
/proc/14435/task/14493/stat : 14493 (java) S 14432 14435 9992 0 -1 1077944384 2 13156 0 0 0 0 4 3 20 0 15 0 223121021 11246329856 11578 33554432000 4194304 4196468 140731466683056 140090516318192 140091090438786 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14494] ppid=14432 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/14435/task/14494/stat : 14494 (java) S 14432 14435 9992 0 -1 1077944384 13 13156 0 0 0 0 4 3 20 0 15 0 223121022 11246329856 11578 33554432000 4194304 4196468 140731466683056 140089954919328 140091090437845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14495] ppid=14432 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14435/task/14495/stat : 14495 (java) S 14432 14435 9992 0 -1 1077944384 1 13156 0 0 0 0 4 3 20 0 15 0 223121022 11246329856 11578 33554432000 4194304 4196468 140731466683056 140089753592816 140091090437845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14496] ppid=14432 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14435/task/14496/stat : 14496 (java) S 14432 14435 9992 0 -1 1077944384 3 13156 0 0 0 0 4 3 20 0 15 0 223121024 11246329856 11578 33554432000 4194304 4196468 140731466683056 140089446193360 140091090446235 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14497] ppid=14432 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14435/task/14497/stat : 14497 (java) S 14432 14435 9992 0 -1 1077944384 450 13156 0 0 1 0 4 3 20 0 15 0 223121024 11246329856 11578 33554432000 4194304 4196468 140731466683056 140090515266032 140091090438786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14498] ppid=14432 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/14435/task/14498/stat : 14498 (java) S 14432 14435 9992 0 -1 1077944384 180 13156 0 0 0 0 4 3 20 0 15 0 223121024 11246329856 11644 33554432000 4194304 4196468 140731466683056 140090514213488 140091090438786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14499] ppid=14432 vsize=10982744 memory=139630772594304 CPUtime=0.1 cores=0,2,4,6
/proc/14435/task/14499/stat : 14499 (java) S 14432 14435 9992 0 -1 1077944384 595 13156 0 0 3 0 4 3 20 0 15 0 223121024 11246329856 11644 33554432000 4194304 4196468 140731466683056 140090513160944 140091090438786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14500] ppid=14432 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/14435/task/14500/stat : 14500 (java) S 14432 14435 9992 0 -1 1077944384 3 13156 0 0 0 0 4 3 20 0 15 0 223121025 11246329856 11644 33554432000 4194304 4196468 140731466683056 140089015397472 140091090437845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14501] ppid=14432 vsize=10982744 memory=139630772594304 CPUtime=0.07 cores=0,2,4,6
/proc/14435/task/14501/stat : 14501 (java) S 14432 14435 9992 0 -1 1077944384 1 13156 0 0 0 0 4 3 20 0 15 0 223121025 11246329856 11644 33554432000 4194304 4196468 140731466683056 140090512107824 140091090438786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 46048 KiB

[startup+0.310427 s]*
/proc/loadavg: 1.34 1.50 1.51 3/221 14501
/proc/meminfo: memFree=5833840/32770624 swapFree=67108856/67108860
[pid=14435] ppid=14432 vsize=10983192 memory=58084 CPUtime=0.37 cores=0,2,4,6
/proc/14435/stat : 14435 (java) S 14432 14435 9992 0 -1 1077944320 10567 13156 0 0 28 2 4 3 20 0 15 0 223121010 11246788608 14521 33554432000 4194304 4196468 140731466683056 140731466665600 140091090427639 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
/proc/14435/statm: 2745798 14521 3072 1 0 2708109 0
[pid=14435/tid=14488] ppid=14432 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/14435/task/14488/stat : 14488 (java) R 14432 14435 9992 0 -1 4202560 7113 13156 0 0 19 2 4 3 20 0 15 0 223121019 11246788608 14521 33554432000 4194304 4196468 140731466683056 140091062239648 140091070703528 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14489] ppid=14432 vsize=10983192 memory=7156890863519420752 CPUtime=0.07 cores=0,2,4,6
/proc/14435/task/14489/stat : 14489 (java) S 14432 14435 9992 0 -1 1077944384 1 13156 0 0 0 0 4 3 20 0 15 0 223121020 11246788608 14521 33554432000 4194304 4196468 140731466683056 140091094670096 140091090437845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14490] ppid=14432 vsize=10983192 memory=2076 CPUtime=0.07 cores=0,2,4,6
/proc/14435/task/14490/stat : 14490 (java) S 14432 14435 9992 0 -1 1077944384 1 13156 0 0 0 0 4 3 20 0 15 0 223121020 11246788608 14521 33554432000 4194304 4196468 140731466683056 140090965318544 140091090437845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14491] ppid=14432 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14435/task/14491/stat : 14491 (java) S 14432 14435 9992 0 -1 1077944384 2 13156 0 0 0 0 4 3 20 0 15 0 223121020 11246788608 14521 33554432000 4194304 4196468 140731466683056 140090964266000 140091090437845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14492] ppid=14432 vsize=10983192 memory=4126316290023845779 CPUtime=0.07 cores=0,2,4,6
/proc/14435/task/14492/stat : 14492 (java) S 14432 14435 9992 0 -1 1077944384 2 13156 0 0 0 0 4 3 20 0 15 0 223121020 11246788608 14521 33554432000 4194304 4196468 140731466683056 140090963213456 140091090437845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14493] ppid=14432 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14435/task/14493/stat : 14493 (java) S 14432 14435 9992 0 -1 1077944384 2 13156 0 0 0 0 4 3 20 0 15 0 223121021 11246788608 14521 33554432000 4194304 4196468 140731466683056 140090516318192 140091090438786 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14494] ppid=14432 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14435/task/14494/stat : 14494 (java) S 14432 14435 9992 0 -1 1077944384 13 13156 0 0 0 0 4 3 20 0 15 0 223121022 11246788608 14521 33554432000 4194304 4196468 140731466683056 140089954919328 140091090437845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14495] ppid=14432 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14435/task/14495/stat : 14495 (java) S 14432 14435 9992 0 -1 1077944384 1 13156 0 0 0 0 4 3 20 0 15 0 223121022 11246788608 14521 33554432000 4194304 4196468 140731466683056 140089753592816 140091090437845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14496] ppid=14432 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14435/task/14496/stat : 14496 (java) S 14432 14435 9992 0 -1 1077944384 3 13156 0 0 0 0 4 3 20 0 15 0 223121024 11246788608 14521 33554432000 4194304 4196468 140731466683056 140089446193360 140091090446235 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14497] ppid=14432 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14435/task/14497/stat : 14497 (java) S 14432 14435 9992 0 -1 1077944384 450 13156 0 0 1 0 4 3 20 0 15 0 223121024 11246788608 14521 33554432000 4194304 4196468 140731466683056 140090515266032 140091090438786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14498] ppid=14432 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14435/task/14498/stat : 14498 (java) S 14432 14435 9992 0 -1 1077944384 185 13156 0 0 1 0 4 3 20 0 15 0 223121024 11246788608 14521 33554432000 4194304 4196468 140731466683056 140090514213488 140091090438786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14499] ppid=14432 vsize=10983192 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/14435/task/14499/stat : 14499 (java) S 14432 14435 9992 0 -1 1077944384 601 13156 0 0 5 0 4 3 20 0 15 0 223121024 11246788608 14521 33554432000 4194304 4196468 140731466683056 140090513160944 140091090438786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14500] ppid=14432 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14435/task/14500/stat : 14500 (java) S 14432 14435 9992 0 -1 1077944384 3 13156 0 0 0 0 4 3 20 0 15 0 223121025 11246788608 14521 33554432000 4194304 4196468 140731466683056 140089015397472 140091090437845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14501] ppid=14432 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14435/task/14501/stat : 14501 (java) S 14432 14435 9992 0 -1 1077944384 1 13156 0 0 0 0 4 3 20 0 15 0 223121025 11246788608 14521 33554432000 4194304 4196468 140731466683056 140090512107824 140091090438786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 58084 KiB

[startup+0.700829 s]
/proc/loadavg: 1.34 1.50 1.51 3/221 14501
/proc/meminfo: memFree=5823172/32770624 swapFree=67108856/67108860
[pid=14435] ppid=14432 vsize=10983192 memory=90512 CPUtime=0.98 cores=0,2,4,6
/proc/14435/stat : 14435 (java) S 14432 14435 9992 0 -1 1077944320 16733 13156 0 0 87 4 4 3 20 0 15 0 223121010 11246788608 22628 33554432000 4194304 4196468 140731466683056 140731466665600 140091090427639 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
/proc/14435/statm: 2745798 22628 3238 1 0 2708109 0
[pid=14435/tid=14488] ppid=14432 vsize=10983192 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/14435/task/14488/stat : 14488 (java) R 14432 14435 9992 0 -1 4202560 12193 13156 0 0 56 3 4 3 20 0 15 0 223121019 11246788608 22628 33554432000 4194304 4196468 140731466683056 140091062250640 140091074508126 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14489] ppid=14432 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14435/task/14489/stat : 14489 (java) S 14432 14435 9992 0 -1 1077944384 1 13156 0 0 0 0 4 3 20 0 15 0 223121020 11246788608 22628 33554432000 4194304 4196468 140731466683056 140091094670096 140091090437845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14490] ppid=14432 vsize=10983192 memory=3768 CPUtime=0.07 cores=0,2,4,6
/proc/14435/task/14490/stat : 14490 (java) S 14432 14435 9992 0 -1 1077944384 1 13156 0 0 0 0 4 3 20 0 15 0 223121020 11246788608 22628 33554432000 4194304 4196468 140731466683056 140090965318544 140091090437845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14491] ppid=14432 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14435/task/14491/stat : 14491 (java) S 14432 14435 9992 0 -1 1077944384 2 13156 0 0 0 0 4 3 20 0 15 0 223121020 11246788608 22628 33554432000 4194304 4196468 140731466683056 140090964266000 140091090437845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14492] ppid=14432 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14435/task/14492/stat : 14492 (java) S 14432 14435 9992 0 -1 1077944384 2 13156 0 0 0 0 4 3 20 0 15 0 223121020 11246788608 22628 33554432000 4194304 4196468 140731466683056 140090963213456 140091090437845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14493] ppid=14432 vsize=10983192 memory=4420 CPUtime=0.07 cores=0,2,4,6
/proc/14435/task/14493/stat : 14493 (java) S 14432 14435 9992 0 -1 1077944384 6 13156 0 0 0 0 4 3 20 0 15 0 223121021 11246788608 22628 33554432000 4194304 4196468 140731466683056 140090516318192 140091090438786 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14494] ppid=14432 vsize=10983192 memory=6628 CPUtime=0.07 cores=0,2,4,6
/proc/14435/task/14494/stat : 14494 (java) S 14432 14435 9992 0 -1 1077944384 13 13156 0 0 0 0 4 3 20 0 15 0 223121022 11246788608 22628 33554432000 4194304 4196468 140731466683056 140089954919328 140091090437845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14495] ppid=14432 vsize=10983192 memory=8836 CPUtime=0.07 cores=0,2,4,6
/proc/14435/task/14495/stat : 14495 (java) S 14432 14435 9992 0 -1 1077944384 1 13156 0 0 0 0 4 3 20 0 15 0 223121022 11246788608 22628 33554432000 4194304 4196468 140731466683056 140089753592816 140091090437845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14496] ppid=14432 vsize=10983192 memory=11044 CPUtime=0.07 cores=0,2,4,6
/proc/14435/task/14496/stat : 14496 (java) S 14432 14435 9992 0 -1 1077944384 3 13156 0 0 0 0 4 3 20 0 15 0 223121024 11246788608 22628 33554432000 4194304 4196468 140731466683056 140089446193360 140091090446235 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14497] ppid=14432 vsize=10983192 memory=13252 CPUtime=0.16 cores=0,2,4,6
/proc/14435/task/14497/stat : 14497 (java) S 14432 14435 9992 0 -1 1077944384 1078 13156 0 0 9 0 4 3 20 0 15 0 223121024 11246788608 22628 33554432000 4194304 4196468 140731466683056 140090515266032 140091090438786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14498] ppid=14432 vsize=10983192 memory=15460 CPUtime=0.14 cores=0,2,4,6
/proc/14435/task/14498/stat : 14498 (java) S 14432 14435 9992 0 -1 1077944384 571 13156 0 0 7 0 4 3 20 0 15 0 223121024 11246788608 22628 33554432000 4194304 4196468 140731466683056 140090514213488 140091090438786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14499] ppid=14432 vsize=10983192 memory=17668 CPUtime=0.2 cores=0,2,4,6
/proc/14435/task/14499/stat : 14499 (java) S 14432 14435 9992 0 -1 1077944384 670 13156 0 0 13 0 4 3 20 0 15 0 223121024 11246788608 22628 33554432000 4194304 4196468 140731466683056 140090513160944 140091090438786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14500] ppid=14432 vsize=10983192 memory=19876 CPUtime=0.07 cores=0,2,4,6
/proc/14435/task/14500/stat : 14500 (java) S 14432 14435 9992 0 -1 1077944384 3 13156 0 0 0 0 4 3 20 0 15 0 223121025 11246788608 22628 33554432000 4194304 4196468 140731466683056 140089015397472 140091090437845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14501] ppid=14432 vsize=10983192 memory=22084 CPUtime=0.07 cores=0,2,4,6
/proc/14435/task/14501/stat : 14501 (java) S 14432 14435 9992 0 -1 1077944384 1 13156 0 0 0 0 4 3 20 0 15 0 223121025 11246788608 22628 33554432000 4194304 4196468 140731466683056 140090512107824 140091090438786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 90512 KiB

[startup+1.50108 s]
/proc/loadavg: 1.34 1.50 1.51 3/221 14501
/proc/meminfo: memFree=5782272/32770624 swapFree=67108856/67108860
[pid=14435] ppid=14432 vsize=10998092 memory=181288 CPUtime=2.26 cores=0,2,4,6
/proc/14435/stat : 14435 (java) S 14432 14435 9992 0 -1 1077944320 23895 13156 0 0 210 9 4 3 20 0 15 0 223121010 11262046208 45322 33554432000 4194304 4196468 140731466683056 140731466665600 140091090427639 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
/proc/14435/statm: 2749523 45322 3467 1 0 2711181 0
[pid=14435/tid=14488] ppid=14432 vsize=10998092 memory=0 CPUtime=1.42 cores=0,2,4,6
/proc/14435/task/14488/stat : 14488 (java) R 14432 14435 9992 0 -1 4202560 17817 13156 0 0 130 5 4 3 20 0 15 0 223121019 11262046208 45322 33554432000 4194304 4196468 140731466683056 140091062234824 140091069958864 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14489] ppid=14432 vsize=10998092 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14435/task/14489/stat : 14489 (java) S 14432 14435 9992 0 -1 1077944384 8 13156 0 0 0 0 4 3 20 0 15 0 223121020 11262046208 45322 33554432000 4194304 4196468 140731466683056 140091094670096 140091090437845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14490] ppid=14432 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14435/task/14490/stat : 14490 (java) S 14432 14435 9992 0 -1 1077944384 207 13156 0 0 1 0 4 3 20 0 15 0 223121020 11262046208 45322 33554432000 4194304 4196468 140731466683056 140090965318544 140091090437845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14491] ppid=14432 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14435/task/14491/stat : 14491 (java) S 14432 14435 9992 0 -1 1077944384 39 13156 0 0 1 0 4 3 20 0 15 0 223121020 11262046208 45322 33554432000 4194304 4196468 140731466683056 140090964266000 140091090437845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14492] ppid=14432 vsize=10998092 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14435/task/14492/stat : 14492 (java) S 14432 14435 9992 0 -1 1077944384 55 13156 0 0 0 0 4 3 20 0 15 0 223121020 11262046208 45322 33554432000 4194304 4196468 140731466683056 140090963213456 140091090437845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14493] ppid=14432 vsize=10998092 memory=-7965959130280075168 CPUtime=0.08 cores=0,2,4,6
/proc/14435/task/14493/stat : 14493 (java) S 14432 14435 9992 0 -1 1077944384 52 13156 0 0 1 0 4 3 20 0 15 0 223121021 11262046208 45322 33554432000 4194304 4196468 140731466683056 140090516318192 140091090438786 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14494] ppid=14432 vsize=10998092 memory=279261323798784 CPUtime=0.07 cores=0,2,4,6
/proc/14435/task/14494/stat : 14494 (java) S 14432 14435 9992 0 -1 1077944384 14 13156 0 0 0 0 4 3 20 0 15 0 223121022 11262046208 45322 33554432000 4194304 4196468 140731466683056 140089954919392 140091090437845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14495] ppid=14432 vsize=10998092 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14435/task/14495/stat : 14495 (java) S 14432 14435 9992 0 -1 1077944384 1 13156 0 0 0 0 4 3 20 0 15 0 223121022 11262046208 45322 33554432000 4194304 4196468 140731466683056 140089753592832 140091090437845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14496] ppid=14432 vsize=10998092 memory=11796 CPUtime=0.07 cores=0,2,4,6
/proc/14435/task/14496/stat : 14496 (java) S 14432 14435 9992 0 -1 1077944384 3 13156 0 0 0 0 4 3 20 0 15 0 223121024 11262046208 45322 33554432000 4194304 4196468 140731466683056 140089446193360 140091090446235 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14497] ppid=14432 vsize=10998092 memory=5772 CPUtime=0.31 cores=0,2,4,6
/proc/14435/task/14497/stat : 14497 (java) S 14432 14435 9992 0 -1 1077944384 1548 13156 0 0 24 0 4 3 20 0 15 0 223121024 11262046208 45322 33554432000 4194304 4196468 140731466683056 140090515266032 140091090438786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14498] ppid=14432 vsize=10998092 memory=4616 CPUtime=0.25 cores=0,2,4,6
/proc/14435/task/14498/stat : 14498 (java) S 14432 14435 9992 0 -1 1077944384 730 13156 0 0 17 1 4 3 20 0 15 0 223121024 11262046208 45322 33554432000 4194304 4196468 140731466683056 140090514213488 140091090438786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14499] ppid=14432 vsize=10998092 memory=1388 CPUtime=0.39 cores=0,2,4,6
/proc/14435/task/14499/stat : 14499 (java) S 14432 14435 9992 0 -1 1077944384 1228 13156 0 0 32 0 4 3 20 0 15 0 223121024 11262046208 45322 33554432000 4194304 4196468 140731466683056 140090513160944 140091090438786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14500] ppid=14432 vsize=10998092 memory=1228 CPUtime=0.07 cores=0,2,4,6
/proc/14435/task/14500/stat : 14500 (java) S 14432 14435 9992 0 -1 1077944384 3 13156 0 0 0 0 4 3 20 0 15 0 223121025 11262046208 45322 33554432000 4194304 4196468 140731466683056 140089015397472 140091090437845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14501] ppid=14432 vsize=10998092 memory=880 CPUtime=0.07 cores=0,2,4,6
/proc/14435/task/14501/stat : 14501 (java) S 14432 14435 9992 0 -1 1077944384 1 13156 0 0 0 0 4 3 20 0 15 0 223121025 11262046208 45322 33554432000 4194304 4196468 140731466683056 140090512107824 140091090438786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
Current children cumulated CPU time: 2.26 s
Current children cumulated vsize: 10998092 KiB

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

/proc/14435/task/14488/stat : 14488 (java) R 14432 14435 9992 0 -1 4202560 84987 13156 0 0 229751 40 4 3 20 0 15 0 223121019 11343855616 231890 33554432000 4194304 4196468 140731466683056 140091062261696 140090646830407 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14489] ppid=14432 vsize=11077984 memory=927560 CPUtime=12.41 cores=0,2,4,6
/proc/14435/task/14489/stat : 14489 (java) S 14432 14435 9992 0 -1 1077944384 20400 13156 0 0 1181 53 4 3 20 0 15 0 223121020 11343855616 231890 33554432000 4194304 4196468 140731466683056 140091094670096 140091090437845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14490] ppid=14432 vsize=11077984 memory=927560 CPUtime=12.37 cores=0,2,4,6
/proc/14435/task/14490/stat : 14490 (java) S 14432 14435 9992 0 -1 1077944384 16677 13156 0 0 1178 52 4 3 20 0 15 0 223121020 11343855616 231890 33554432000 4194304 4196468 140731466683056 140090965318544 140091090437845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14491] ppid=14432 vsize=11077984 memory=0 CPUtime=12.42 cores=0,2,4,6
/proc/14435/task/14491/stat : 14491 (java) S 14432 14435 9992 0 -1 1077944384 20846 13156 0 0 1186 49 4 3 20 0 15 0 223121020 11343855616 231890 33554432000 4194304 4196468 140731466683056 140090964266000 140091090437845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14492] ppid=14432 vsize=11077984 memory=927560 CPUtime=12.42 cores=0,2,4,6
/proc/14435/task/14492/stat : 14492 (java) S 14432 14435 9992 0 -1 1077944384 17368 13156 0 0 1186 49 4 3 20 0 15 0 223121020 11343855616 231890 33554432000 4194304 4196468 140731466683056 140090963213456 140091090437845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14493] ppid=14432 vsize=11077984 memory=279261324231680 CPUtime=9.81 cores=0,2,4,6
/proc/14435/task/14493/stat : 14493 (java) S 14432 14435 9992 0 -1 1077944384 14821 13156 0 0 926 48 4 3 20 0 15 0 223121021 11343855616 231890 33554432000 4194304 4196468 140731466683056 140090516318192 140091090438786 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14494] ppid=14432 vsize=11077984 memory=927560 CPUtime=0.07 cores=0,2,4,6
/proc/14435/task/14494/stat : 14494 (java) S 14432 14435 9992 0 -1 1077944384 19 13156 0 0 0 0 4 3 20 0 15 0 223121022 11343855616 231890 33554432000 4194304 4196468 140731466683056 140089954919392 140091090437845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14495] ppid=14432 vsize=11077984 memory=756 CPUtime=0.07 cores=0,2,4,6
/proc/14435/task/14495/stat : 14495 (java) S 14432 14435 9992 0 -1 1077944384 7 13156 0 0 0 0 4 3 20 0 15 0 223121022 11343855616 231890 33554432000 4194304 4196468 140731466683056 140089753592832 140091090437845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14496] ppid=14432 vsize=11077984 memory=927560 CPUtime=0.07 cores=0,2,4,6
/proc/14435/task/14496/stat : 14496 (java) S 14432 14435 9992 0 -1 1077944384 3 13156 0 0 0 0 4 3 20 0 15 0 223121024 11343855616 231890 33554432000 4194304 4196468 140731466683056 140089446193360 140091090446235 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14497] ppid=14432 vsize=11077984 memory=927560 CPUtime=3.14 cores=0,2,4,6
/proc/14435/task/14497/stat : 14497 (java) S 14432 14435 9992 0 -1 1077944384 21662 13156 0 0 304 3 4 3 20 0 15 0 223121024 11343855616 231890 33554432000 4194304 4196468 140731466683056 140090515266032 140091090438786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14498] ppid=14432 vsize=11077984 memory=927560 CPUtime=3.14 cores=0,2,4,6
/proc/14435/task/14498/stat : 14498 (java) S 14432 14435 9992 0 -1 1077944384 24976 13156 0 0 302 5 4 3 20 0 15 0 223121024 11343855616 231890 33554432000 4194304 4196468 140731466683056 140090514213488 140091090438786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14499] ppid=14432 vsize=11077984 memory=927560 CPUtime=1.65 cores=0,2,4,6
/proc/14435/task/14499/stat : 14499 (java) S 14432 14435 9992 0 -1 1077944384 18968 13156 0 0 155 3 4 3 20 0 15 0 223121024 11343855616 231890 33554432000 4194304 4196468 140731466683056 140090513160944 140091090438786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14500] ppid=14432 vsize=11077984 memory=927560 CPUtime=0.07 cores=0,2,4,6
/proc/14435/task/14500/stat : 14500 (java) S 14432 14435 9992 0 -1 1077944384 3 13156 0 0 0 0 4 3 20 0 15 0 223121025 11343855616 231890 33554432000 4194304 4196468 140731466683056 140089015397472 140091090437845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14501] ppid=14432 vsize=11077984 memory=3768 CPUtime=1.42 cores=0,2,4,6
/proc/14435/task/14501/stat : 14501 (java) S 14432 14435 9992 0 -1 1077944384 1249 13156 0 0 69 66 4 3 20 0 15 0 223121025 11343855616 231890 33554432000 4194304 4196468 140731466683056 140090512107824 140091090438786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
Current children cumulated CPU time: 2366.24 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 927560 KiB

[startup+2382.3 s]
/proc/loadavg: 1.33 1.58 1.58 3/221 14733
/proc/meminfo: memFree=1577772/32770624 swapFree=67108856/67108860
[pid=14435] ppid=14432 vsize=11077984 memory=931656 CPUtime=2427.28 cores=0,2,4,6
/proc/14435/stat : 14435 (java) S 14432 14435 9992 0 -1 1077944320 246200 13156 0 0 242395 326 4 3 20 0 15 0 223121010 11343855616 232914 33554432000 4194304 4196468 140731466683056 140731466665600 140091090427639 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
/proc/14435/statm: 2769496 232914 3518 1 0 2731149 0
[pid=14435/tid=14488] ppid=14432 vsize=11077984 memory=931656 CPUtime=2357.34 cores=0,2,4,6
/proc/14435/task/14488/stat : 14488 (java) R 14432 14435 9992 0 -1 4202560 85824 13156 0 0 235687 40 4 3 20 0 15 0 223121019 11343855616 232914 33554432000 4194304 4196468 140731466683056 140091062261152 140090654437952 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14489] ppid=14432 vsize=11077984 memory=931656 CPUtime=12.78 cores=0,2,4,6
/proc/14435/task/14489/stat : 14489 (java) S 14432 14435 9992 0 -1 1077944384 20692 13156 0 0 1216 55 4 3 20 0 15 0 223121020 11343855616 232914 33554432000 4194304 4196468 140731466683056 140091094670096 140091090437845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14490] ppid=14432 vsize=11077984 memory=929608 CPUtime=12.72 cores=0,2,4,6
/proc/14435/task/14490/stat : 14490 (java) S 14432 14435 9992 0 -1 1077944384 17074 13156 0 0 1212 53 4 3 20 0 15 0 223121020 11343855616 232914 33554432000 4194304 4196468 140731466683056 140090965318544 140091090437845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14491] ppid=14432 vsize=11077984 memory=929608 CPUtime=12.76 cores=0,2,4,6
/proc/14435/task/14491/stat : 14491 (java) S 14432 14435 9992 0 -1 1077944384 20894 13156 0 0 1219 50 4 3 20 0 15 0 223121020 11343855616 232914 33554432000 4194304 4196468 140731466683056 140090964266000 140091090437845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14492] ppid=14432 vsize=11077984 memory=931656 CPUtime=12.77 cores=0,2,4,6
/proc/14435/task/14492/stat : 14492 (java) S 14432 14435 9992 0 -1 1077944384 17602 13156 0 0 1219 51 4 3 20 0 15 0 223121020 11343855616 232914 33554432000 4194304 4196468 140731466683056 140090963213456 140091090437845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14493] ppid=14432 vsize=11077984 memory=929608 CPUtime=10.04 cores=0,2,4,6
/proc/14435/task/14493/stat : 14493 (java) S 14432 14435 9992 0 -1 1077944384 15014 13156 0 0 948 49 4 3 20 0 15 0 223121021 11343855616 232914 33554432000 4194304 4196468 140731466683056 140090516318192 140091090438786 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14494] ppid=14432 vsize=11077984 memory=931656 CPUtime=0.07 cores=0,2,4,6
/proc/14435/task/14494/stat : 14494 (java) S 14432 14435 9992 0 -1 1077944384 19 13156 0 0 0 0 4 3 20 0 15 0 223121022 11343855616 232914 33554432000 4194304 4196468 140731466683056 140089954919392 140091090437845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14495] ppid=14432 vsize=11077984 memory=931656 CPUtime=0.07 cores=0,2,4,6
/proc/14435/task/14495/stat : 14495 (java) S 14432 14435 9992 0 -1 1077944384 7 13156 0 0 0 0 4 3 20 0 15 0 223121022 11343855616 232914 33554432000 4194304 4196468 140731466683056 140089753592832 140091090437845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14496] ppid=14432 vsize=11077984 memory=931656 CPUtime=0.07 cores=0,2,4,6
/proc/14435/task/14496/stat : 14496 (java) S 14432 14435 9992 0 -1 1077944384 3 13156 0 0 0 0 4 3 20 0 15 0 223121024 11343855616 232914 33554432000 4194304 4196468 140731466683056 140089446193360 140091090446235 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14497] ppid=14432 vsize=11077984 memory=7 CPUtime=3.14 cores=0,2,4,6
/proc/14435/task/14497/stat : 14497 (java) S 14432 14435 9992 0 -1 1077944384 21664 13156 0 0 304 3 4 3 20 0 15 0 223121024 11343855616 232914 33554432000 4194304 4196468 140731466683056 140090515266032 140091090438786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14498] ppid=14432 vsize=11077984 memory=931656 CPUtime=3.14 cores=0,2,4,6
/proc/14435/task/14498/stat : 14498 (java) S 14432 14435 9992 0 -1 1077944384 24978 13156 0 0 302 5 4 3 20 0 15 0 223121024 11343855616 232914 33554432000 4194304 4196468 140731466683056 140090514213488 140091090438786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14499] ppid=14432 vsize=11077984 memory=931656 CPUtime=1.65 cores=0,2,4,6
/proc/14435/task/14499/stat : 14499 (java) S 14432 14435 9992 0 -1 1077944384 18970 13156 0 0 155 3 4 3 20 0 15 0 223121024 11343855616 232914 33554432000 4194304 4196468 140731466683056 140090513160944 140091090438786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14500] ppid=14432 vsize=11077984 memory=3768 CPUtime=0.07 cores=0,2,4,6
/proc/14435/task/14500/stat : 14500 (java) S 14432 14435 9992 0 -1 1077944384 3 13156 0 0 0 0 4 3 20 0 15 0 223121025 11343855616 232914 33554432000 4194304 4196468 140731466683056 140089015397472 140091090437845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14501] ppid=14432 vsize=11077984 memory=931656 CPUtime=1.45 cores=0,2,4,6
/proc/14435/task/14501/stat : 14501 (java) S 14432 14435 9992 0 -1 1077944384 1267 13156 0 0 71 67 4 3 20 0 15 0 223121025 11343855616 232914 33554432000 4194304 4196468 140731466683056 140090512107824 140091090438786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
Current children cumulated CPU time: 2427.28 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 931656 KiB

[startup+2442.3 s]
/proc/loadavg: 1.40 1.54 1.56 3/221 14734
/proc/meminfo: memFree=1559648/32770624 swapFree=67108856/67108860
[pid=14435] ppid=14432 vsize=11077984 memory=935752 CPUtime=2488.36 cores=0,2,4,6
/proc/14435/stat : 14435 (java) S 14432 14435 9992 0 -1 1077944320 247988 13156 0 0 248495 334 4 3 20 0 15 0 223121010 11343855616 233938 33554432000 4194304 4196468 140731466683056 140731466665600 140091090427639 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
/proc/14435/statm: 2769496 233938 3518 1 0 2731149 0
[pid=14435/tid=14488] ppid=14432 vsize=11077984 memory=935752 CPUtime=2416.71 cores=0,2,4,6
/proc/14435/task/14488/stat : 14488 (java) R 14432 14435 9992 0 -1 4202560 86475 13156 0 0 241623 41 4 3 20 0 15 0 223121019 11343855616 233938 33554432000 4194304 4196468 140731466683056 140091062261472 140090646995703 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14489] ppid=14432 vsize=11077984 memory=933704 CPUtime=13.14 cores=0,2,4,6
/proc/14435/task/14489/stat : 14489 (java) S 14432 14435 9992 0 -1 1077944384 20939 13156 0 0 1251 56 4 3 20 0 15 0 223121020 11343855616 233938 33554432000 4194304 4196468 140731466683056 140091094670096 140091090437845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14490] ppid=14432 vsize=11077984 memory=933704 CPUtime=13.08 cores=0,2,4,6
/proc/14435/task/14490/stat : 14490 (java) S 14432 14435 9992 0 -1 1077944384 17420 13156 0 0 1246 55 4 3 20 0 15 0 223121020 11343855616 233938 33554432000 4194304 4196468 140731466683056 140090965318544 140091090437845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14491] ppid=14432 vsize=11077984 memory=935752 CPUtime=13.13 cores=0,2,4,6
/proc/14435/task/14491/stat : 14491 (java) S 14432 14435 9992 0 -1 1077944384 21086 13156 0 0 1254 52 4 3 20 0 15 0 223121020 11343855616 233938 33554432000 4194304 4196468 140731466683056 140090964266000 140091090437845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14492] ppid=14432 vsize=11077984 memory=935752 CPUtime=13.13 cores=0,2,4,6
/proc/14435/task/14492/stat : 14492 (java) S 14432 14435 9992 0 -1 1077944384 17726 13156 0 0 1254 52 4 3 20 0 15 0 223121020 11343855616 233938 33554432000 4194304 4196468 140731466683056 140090963213456 140091090437845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14493] ppid=14432 vsize=11077984 memory=935752 CPUtime=10.27 cores=0,2,4,6
/proc/14435/task/14493/stat : 14493 (java) S 14432 14435 9992 0 -1 1077944384 15211 13156 0 0 970 50 4 3 20 0 15 0 223121021 11343855616 233938 33554432000 4194304 4196468 140731466683056 140090516318192 140091090438786 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14494] ppid=14432 vsize=11077984 memory=935752 CPUtime=0.07 cores=0,2,4,6
/proc/14435/task/14494/stat : 14494 (java) S 14432 14435 9992 0 -1 1077944384 19 13156 0 0 0 0 4 3 20 0 15 0 223121022 11343855616 233938 33554432000 4194304 4196468 140731466683056 140089954919392 140091090437845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14495] ppid=14432 vsize=11077984 memory=935752 CPUtime=0.07 cores=0,2,4,6
/proc/14435/task/14495/stat : 14495 (java) S 14432 14435 9992 0 -1 1077944384 7 13156 0 0 0 0 4 3 20 0 15 0 223121022 11343855616 233938 33554432000 4194304 4196468 140731466683056 140089753592832 140091090437845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14496] ppid=14432 vsize=11077984 memory=935752 CPUtime=0.07 cores=0,2,4,6
/proc/14435/task/14496/stat : 14496 (java) S 14432 14435 9992 0 -1 1077944384 3 13156 0 0 0 0 4 3 20 0 15 0 223121024 11343855616 233938 33554432000 4194304 4196468 140731466683056 140089446193360 140091090446235 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14497] ppid=14432 vsize=11077984 memory=935752 CPUtime=3.15 cores=0,2,4,6
/proc/14435/task/14497/stat : 14497 (java) S 14432 14435 9992 0 -1 1077944384 21668 13156 0 0 305 3 4 3 20 0 15 0 223121024 11343855616 233938 33554432000 4194304 4196468 140731466683056 140090515266032 140091090438786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14498] ppid=14432 vsize=11077984 memory=935752 CPUtime=3.14 cores=0,2,4,6
/proc/14435/task/14498/stat : 14498 (java) S 14432 14435 9992 0 -1 1077944384 24982 13156 0 0 302 5 4 3 20 0 15 0 223121024 11343855616 233938 33554432000 4194304 4196468 140731466683056 140090514213488 140091090438786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14499] ppid=14432 vsize=11077984 memory=935752 CPUtime=1.66 cores=0,2,4,6
/proc/14435/task/14499/stat : 14499 (java) S 14432 14435 9992 0 -1 1077944384 18974 13156 0 0 155 4 4 3 20 0 15 0 223121024 11343855616 233938 33554432000 4194304 4196468 140731466683056 140090513160944 140091090438786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14500] ppid=14432 vsize=11077984 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/14435/task/14500/stat : 14500 (java) S 14432 14435 9992 0 -1 1077944384 3 13156 0 0 0 0 4 3 20 0 15 0 223121025 11343855616 233938 33554432000 4194304 4196468 140731466683056 140089015397472 140091090437845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14501] ppid=14432 vsize=11077984 memory=1620 CPUtime=1.49 cores=0,2,4,6
/proc/14435/task/14501/stat : 14501 (java) S 14432 14435 9992 0 -1 1077944384 1286 13156 0 0 73 69 4 3 20 0 15 0 223121025 11343855616 233938 33554432000 4194304 4196468 140731466683056 140090512107824 140091090438786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
Current children cumulated CPU time: 2488.36 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 935752 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2473.4 s]
/proc/loadavg: 1.53 1.55 1.57 3/221 14734
/proc/meminfo: memFree=1559240/32770624 swapFree=67108856/67108860
[pid=14435] ppid=14432 vsize=11077984 memory=937800 CPUtime=2520.02 cores=0,2,4,6
/proc/14435/stat : 14435 (java) S 14432 14435 9992 0 -1 1077944320 249036 13156 0 0 251658 337 4 3 20 0 15 0 223121010 11343855616 234450 33554432000 4194304 4196468 140731466683056 140731466665600 140091090427639 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
/proc/14435/statm: 2769496 234450 3518 1 0 2731149 0
[pid=14435/tid=14488] ppid=14432 vsize=11077984 memory=288230583166042426 CPUtime=2447.47 cores=0,2,4,6
/proc/14435/task/14488/stat : 14488 (java) R 14432 14435 9992 0 -1 4202560 86775 13156 0 0 244699 41 4 3 20 0 15 0 223121019 11343855616 234450 33554432000 4194304 4196468 140731466683056 140091062261392 140090649941039 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14489] ppid=14432 vsize=11077984 memory=13847456437766433 CPUtime=13.33 cores=0,2,4,6
/proc/14435/task/14489/stat : 14489 (java) S 14432 14435 9992 0 -1 1077944384 20997 13156 0 0 1269 57 4 3 20 0 15 0 223121020 11343855616 234450 33554432000 4194304 4196468 140731466683056 140091094670096 140091090437845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14490] ppid=14432 vsize=11077984 memory=7739267083222079081 CPUtime=13.27 cores=0,2,4,6
/proc/14435/task/14490/stat : 14490 (java) S 14432 14435 9992 0 -1 1077944384 17591 13156 0 0 1264 56 4 3 20 0 15 0 223121020 11343855616 234450 33554432000 4194304 4196468 140731466683056 140090965318544 140091090437845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14491] ppid=14432 vsize=11077984 memory=0 CPUtime=13.31 cores=0,2,4,6
/proc/14435/task/14491/stat : 14491 (java) S 14432 14435 9992 0 -1 1077944384 21174 13156 0 0 1272 52 4 3 20 0 15 0 223121020 11343855616 234450 33554432000 4194304 4196468 140731466683056 140090964266000 140091090437845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14492] ppid=14432 vsize=11077984 memory=590024538733962790 CPUtime=13.32 cores=0,2,4,6
/proc/14435/task/14492/stat : 14492 (java) S 14432 14435 9992 0 -1 1077944384 17975 13156 0 0 1273 52 4 3 20 0 15 0 223121020 11343855616 234450 33554432000 4194304 4196468 140731466683056 140090963213456 140091090437845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14493] ppid=14432 vsize=11077984 memory=288286675405382439 CPUtime=10.4 cores=0,2,4,6
/proc/14435/task/14493/stat : 14493 (java) S 14432 14435 9992 0 -1 1077944384 15390 13156 0 0 982 51 4 3 20 0 15 0 223121021 11343855616 234450 33554432000 4194304 4196468 140731466683056 140090516318192 140091090438786 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14494] ppid=14432 vsize=11077984 memory=6944656592387989600 CPUtime=0.07 cores=0,2,4,6
/proc/14435/task/14494/stat : 14494 (java) S 14432 14435 9992 0 -1 1077944384 19 13156 0 0 0 0 4 3 20 0 15 0 223121022 11343855616 234450 33554432000 4194304 4196468 140731466683056 140089954919392 140091090437845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14495] ppid=14432 vsize=11077984 memory=6655300316396806240 CPUtime=0.07 cores=0,2,4,6
/proc/14435/task/14495/stat : 14495 (java) S 14432 14435 9992 0 -1 1077944384 7 13156 0 0 0 0 4 3 20 0 15 0 223121022 11343855616 234450 33554432000 4194304 4196468 140731466683056 140089753592832 140091090437845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14496] ppid=14432 vsize=11077984 memory=6655300316396806240 CPUtime=0.07 cores=0,2,4,6
/proc/14435/task/14496/stat : 14496 (java) S 14432 14435 9992 0 -1 1077944384 3 13156 0 0 0 0 4 3 20 0 15 0 223121024 11343855616 234450 33554432000 4194304 4196468 140731466683056 140089446193360 140091090446235 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14497] ppid=14432 vsize=11077984 memory=279261323941264 CPUtime=3.15 cores=0,2,4,6
/proc/14435/task/14497/stat : 14497 (java) S 14432 14435 9992 0 -1 1077944384 21668 13156 0 0 305 3 4 3 20 0 15 0 223121024 11343855616 234450 33554432000 4194304 4196468 140731466683056 140090515266032 140091090438786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14498] ppid=14432 vsize=11077984 memory=0 CPUtime=3.14 cores=0,2,4,6
/proc/14435/task/14498/stat : 14498 (java) S 14432 14435 9992 0 -1 1077944384 24982 13156 0 0 302 5 4 3 20 0 15 0 223121024 11343855616 234450 33554432000 4194304 4196468 140731466683056 140090514213488 140091090438786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14499] ppid=14432 vsize=11077984 memory=0 CPUtime=1.66 cores=0,2,4,6
/proc/14435/task/14499/stat : 14499 (java) S 14432 14435 9992 0 -1 1077944384 18974 13156 0 0 155 4 4 3 20 0 15 0 223121024 11343855616 234450 33554432000 4194304 4196468 140731466683056 140090513160944 140091090438786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14500] ppid=14432 vsize=11077984 memory=4641642643957569898 CPUtime=0.07 cores=0,2,4,6
/proc/14435/task/14500/stat : 14500 (java) S 14432 14435 9992 0 -1 1077944384 3 13156 0 0 0 0 4 3 20 0 15 0 223121025 11343855616 234450 33554432000 4194304 4196468 140731466683056 140089015397472 140091090437845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
[pid=14435/tid=14501] ppid=14432 vsize=11077984 memory=1398720917958146503 CPUtime=1.5 cores=0,2,4,6
/proc/14435/task/14501/stat : 14501 (java) S 14432 14435 9992 0 -1 1077944384 1289 13156 0 0 74 69 4 3 20 0 15 0 223121025 11343855616 234450 33554432000 4194304 4196468 140731466683056 140090512107824 140091090438786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8785920 140731466689133 140731466691932 140731466691932 140731466694607 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 937800 KiB

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

[startup+2473.43 s]
# the end of solver process 14435 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.65 s, system=3.42369 s

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

Child status: 143
Real time (s): 2473.43
CPU time (s): 2520.07
CPU user time (s): 2516.65
CPU system time (s): 3.42369
CPU usage (%): 101.886
Max. virtual memory (cumulated for all children) (KiB): 11080696
Max. memory (cumulated for all children) (KiB): 937800

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.65
system time used= 3.42369
maximum resident set size= 940180
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 263316
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 279788
involuntary context switches= 8458


# summary of solver processes directly reported to runsolver:
#   pid: 14435
#   total CPU time (s): 2520.07
#   total CPU user time (s): 2516.65
#   total CPU system time (s): 3.42369

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.1175 second user time and 24.0996 second system time

The end

Launcher Data

Begin job on node133 at 2018-08-12 08:32:58
IDJOB=4304897
IDBENCH=141175
IDSOLVER=2780
FILE ID=node133/4304897-1534055578
RUNJOBID= node133-1534037558-11009
PBS_JOBID= 21036967
Free space on /tmp= 38776 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/GracefulGraph/GracefulGraph-K07-P02_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304897-1534055578/watcher-4304897-1534055578 -o /tmp/evaluation-result-4304897-1534055578/solver-4304897-1534055578 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1534037558-11009 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=843649451 HOME/instance-4304897-1534055578.xml

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

MD5SUM BENCH= 9eecb1b3d8aa7dfc9df91bdaa7b8a2e7
RANDOM SEED=843649451

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:         5877716 kB
MemAvailable:   29896256 kB
Buffers:          215368 kB
Cached:         23732752 kB
SwapCached:            0 kB
Active:         12071584 kB
Inactive:       13936116 kB
Active(anon):    2008288 kB
Inactive(anon):   103548 kB
Active(file):   10063296 kB
Inactive(file): 13832568 kB
Unevictable:        7092 kB
Mlocked:            7092 kB
SwapTotal:      67108860 kB
SwapFree:       67108856 kB
Dirty:             26304 kB
Writeback:             0 kB
AnonPages:       2066680 kB
Mapped:            68764 kB
Shmem:             49820 kB
Slab:             579384 kB
SReclaimable:     551136 kB
SUnreclaim:        28248 kB
KernelStack:        3632 kB
PageTables:         9644 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3206368 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1828864 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 09:14:12