Trace number 4304944

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-SuperNG? (TO) 2520.15 2415.04

General information on the benchmark

NamePseudoBoolean-dec/
Pb-chnl30-31_c18.xml
MD5SUM986923daef9243229e6ae2459781d9f0
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 variables1860
Number of constraints122
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":1860}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":1860}]
Minimum constraint arity30
Maximum constraint arity31
Distribution of constraint arities[{"arity":30,"count":62},{"arity":31,"count":60}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":122}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304944-1534074155/watcher-4304944-1534074155 -o /tmp/evaluation-result-4304944-1534074155/solver-4304944-1534074155 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1534062012-21371 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=2083548527 -superng HOME/instance-4304944-1534074155.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=23189, runsolver pid=23186
Current StackSize limit: 8192 KiB


[startup+0.102348 s]*
/proc/loadavg: 1.79 1.71 1.74 2/206 23246
/proc/meminfo: memFree=7831680/32770624 swapFree=67108404/67108860
[pid=23189] ppid=23186 vsize=10005480 memory=18304 CPUtime=0.08 cores=0,2,4,6
/proc/23189/stat : 23189 (java) S 23186 23189 21340 0 -1 1077944320 4232 13080 0 0 1 0 4 3 20 0 6 0 224978706 10245611520 4576 33554432000 4194304 4196468 140726848211152 140726848193696 139792081604343 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
/proc/23189/statm: 2501370 4576 1932 1 0 2489808 0
[pid=23189/tid=23242] ppid=23186 vsize=10005480 memory=4279135703979950223 CPUtime=0.08 cores=0,2,4,6
/proc/23189/task/23242/stat : 23242 (java) R 23186 23189 21340 0 -1 4202560 2052 13080 0 0 1 0 4 3 20 0 6 0 224978716 10245611520 4576 33554432000 4194304 4196468 140726848211152 139792053441104 139792066916345 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23243] ppid=23186 vsize=10005480 memory=-7522837583129502606 CPUtime=0.07 cores=0,2,4,6
/proc/23189/task/23243/stat : 23243 (java) S 23186 23189 21340 0 -1 1077944384 1 13080 0 0 0 0 4 3 20 0 6 0 224978716 10245611520 4576 33554432000 4194304 4196468 140726848211152 139792085846544 139792081614549 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23244] ppid=23186 vsize=10005480 memory=140264576464512 CPUtime=0.07 cores=0,2,4,6
/proc/23189/task/23244/stat : 23244 (java) S 23186 23189 21340 0 -1 1077944384 1 13080 0 0 0 0 4 3 20 0 6 0 224978716 10245611520 4576 33554432000 4194304 4196468 140726848211152 139791940565648 139792081614549 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23245] ppid=23186 vsize=10005480 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23189/task/23245/stat : 23245 (java) S 23186 23189 21340 0 -1 1077944384 1 13080 0 0 0 0 4 3 20 0 6 0 224978716 10245611520 4576 33554432000 4194304 4196468 140726848211152 139791939512592 139792081614549 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23246] ppid=23186 vsize=10005480 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/23189/task/23246/stat : 23246 (java) S 23186 23189 21340 0 -1 1077944384 2 13080 0 0 0 0 4 3 20 0 6 0 224978716 10245611520 4576 33554432000 4194304 4196468 140726848211152 139791938460048 139792081614549 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 18304 KiB

[startup+0.209801 s]*
/proc/loadavg: 1.79 1.71 1.74 3/215 23255
/proc/meminfo: memFree=7811544/32770624 swapFree=67108404/67108860
[pid=23189] ppid=23186 vsize=10982744 memory=45396 CPUtime=0.25 cores=0,2,4,6
/proc/23189/stat : 23189 (java) S 23186 23189 21340 0 -1 1077944320 7553 13080 0 0 17 1 4 3 20 0 15 0 224978706 11246329856 11349 33554432000 4194304 4196468 140726848211152 140726848193696 139792081604343 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
/proc/23189/statm: 2745686 11349 2948 1 0 2708109 0
[pid=23189/tid=23242] ppid=23186 vsize=10982744 memory=7022364594140610616 CPUtime=0.18 cores=0,2,4,6
/proc/23189/task/23242/stat : 23242 (java) R 23186 23189 21340 0 -1 4202560 4174 13080 0 0 11 0 4 3 20 0 15 0 224978716 11246329856 11415 33554432000 4194304 4196468 140726848211152 139792053428016 139792061880157 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23243] ppid=23186 vsize=10982744 memory=364 CPUtime=0.07 cores=0,2,4,6
/proc/23189/task/23243/stat : 23243 (java) S 23186 23189 21340 0 -1 1077944384 1 13080 0 0 0 0 4 3 20 0 15 0 224978716 11246329856 11415 33554432000 4194304 4196468 140726848211152 139792085846544 139792081614549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23244] ppid=23186 vsize=10982744 memory=140264576486140 CPUtime=0.07 cores=0,2,4,6
/proc/23189/task/23244/stat : 23244 (java) S 23186 23189 21340 0 -1 1077944384 1 13080 0 0 0 0 4 3 20 0 15 0 224978716 11246329856 11415 33554432000 4194304 4196468 140726848211152 139791940565648 139792081614549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23245] ppid=23186 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23189/task/23245/stat : 23245 (java) S 23186 23189 21340 0 -1 1077944384 1 13080 0 0 0 0 4 3 20 0 15 0 224978716 11246329856 11415 33554432000 4194304 4196468 140726848211152 139791939512592 139792081614549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23246] ppid=23186 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/23189/task/23246/stat : 23246 (java) S 23186 23189 21340 0 -1 1077944384 2 13080 0 0 0 0 4 3 20 0 15 0 224978716 11246329856 11415 33554432000 4194304 4196468 140726848211152 139791938460048 139792081614549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23247] ppid=23186 vsize=10982744 memory=140264576464512 CPUtime=0.07 cores=0,2,4,6
/proc/23189/task/23247/stat : 23247 (java) S 23186 23189 21340 0 -1 1077944384 2 13080 0 0 0 0 4 3 20 0 15 0 224978718 11246329856 11415 33554432000 4194304 4196468 140726848211152 139791507065584 139792081615490 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23248] ppid=23186 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/23189/task/23248/stat : 23248 (java) S 23186 23189 21340 0 -1 1077944384 13 13080 0 0 0 0 4 3 20 0 15 0 224978718 11246329856 11481 33554432000 4194304 4196468 140726848211152 139790864344736 139792081614549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23249] ppid=23186 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23189/task/23249/stat : 23249 (java) S 23186 23189 21340 0 -1 1077944384 1 13080 0 0 0 0 4 3 20 0 15 0 224978718 11246329856 11481 33554432000 4194304 4196468 140726848211152 139790716495088 139792081614549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23250] ppid=23186 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23189/task/23250/stat : 23250 (java) S 23186 23189 21340 0 -1 1077944384 3 13080 0 0 0 0 4 3 20 0 15 0 224978721 11246329856 11481 33554432000 4194304 4196468 140726848211152 139790409095632 139792081622939 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23251] ppid=23186 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23189/task/23251/stat : 23251 (java) S 23186 23189 21340 0 -1 1077944384 362 13080 0 0 1 0 4 3 20 0 15 0 224978721 11246329856 11481 33554432000 4194304 4196468 140726848211152 139791506012400 139792081615490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23252] ppid=23186 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/23189/task/23252/stat : 23252 (java) S 23186 23189 21340 0 -1 1077944384 245 13080 0 0 0 0 4 3 20 0 15 0 224978721 11246329856 11481 33554432000 4194304 4196468 140726848211152 139791504959856 139792081615490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23253] ppid=23186 vsize=10982744 memory=140264576464512 CPUtime=0.09 cores=0,2,4,6
/proc/23189/task/23253/stat : 23253 (java) S 23186 23189 21340 0 -1 1077944384 610 13080 0 0 2 0 4 3 20 0 15 0 224978721 11246329856 11481 33554432000 4194304 4196468 140726848211152 139791503906800 139792081615490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23254] ppid=23186 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/23189/task/23254/stat : 23254 (java) S 23186 23189 21340 0 -1 1077944384 3 13080 0 0 0 0 4 3 20 0 15 0 224978721 11246329856 11481 33554432000 4194304 4196468 140726848211152 139789978298720 139792081614549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23255] ppid=23186 vsize=10982744 memory=140264576464512 CPUtime=0.07 cores=0,2,4,6
/proc/23189/task/23255/stat : 23255 (java) S 23186 23189 21340 0 -1 1077944384 1 13080 0 0 0 0 4 3 20 0 15 0 224978722 11246329856 11481 33554432000 4194304 4196468 140726848211152 139791502855216 139792081615490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 45396 KiB

[startup+0.310177 s]*
/proc/loadavg: 1.79 1.71 1.74 3/215 23255
/proc/meminfo: memFree=7800008/32770624 swapFree=67108404/67108860
[pid=23189] ppid=23186 vsize=10983192 memory=56624 CPUtime=0.37 cores=0,2,4,6
/proc/23189/stat : 23189 (java) S 23186 23189 21340 0 -1 1077944320 10197 13080 0 0 28 2 4 3 20 0 15 0 224978706 11246788608 14156 33554432000 4194304 4196468 140726848211152 140726848193696 139792081604343 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
/proc/23189/statm: 2745798 14156 3067 1 0 2708109 0
[pid=23189/tid=23242] ppid=23186 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/23189/task/23242/stat : 23242 (java) R 23186 23189 21340 0 -1 4202560 6748 13080 0 0 20 1 4 3 20 0 15 0 224978716 11246788608 14156 33554432000 4194304 4196468 140726848211152 139792053416352 139792061879499 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23243] ppid=23186 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23189/task/23243/stat : 23243 (java) S 23186 23189 21340 0 -1 1077944384 1 13080 0 0 0 0 4 3 20 0 15 0 224978716 11246788608 14156 33554432000 4194304 4196468 140726848211152 139792085846544 139792081614549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23244] ppid=23186 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23189/task/23244/stat : 23244 (java) S 23186 23189 21340 0 -1 1077944384 1 13080 0 0 0 0 4 3 20 0 15 0 224978716 11246788608 14156 33554432000 4194304 4196468 140726848211152 139791940565648 139792081614549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23245] ppid=23186 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23189/task/23245/stat : 23245 (java) S 23186 23189 21340 0 -1 1077944384 1 13080 0 0 0 0 4 3 20 0 15 0 224978716 11246788608 14156 33554432000 4194304 4196468 140726848211152 139791939512592 139792081614549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23246] ppid=23186 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23189/task/23246/stat : 23246 (java) S 23186 23189 21340 0 -1 1077944384 2 13080 0 0 0 0 4 3 20 0 15 0 224978716 11246788608 14156 33554432000 4194304 4196468 140726848211152 139791938460048 139792081614549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23247] ppid=23186 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23189/task/23247/stat : 23247 (java) S 23186 23189 21340 0 -1 1077944384 2 13080 0 0 0 0 4 3 20 0 15 0 224978718 11246788608 14156 33554432000 4194304 4196468 140726848211152 139791507065584 139792081615490 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23248] ppid=23186 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/23189/task/23248/stat : 23248 (java) S 23186 23189 21340 0 -1 1077944384 13 13080 0 0 0 0 4 3 20 0 15 0 224978718 11246788608 14156 33554432000 4194304 4196468 140726848211152 139790864344736 139792081614549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23249] ppid=23186 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23189/task/23249/stat : 23249 (java) S 23186 23189 21340 0 -1 1077944384 1 13080 0 0 0 0 4 3 20 0 15 0 224978718 11246788608 14156 33554432000 4194304 4196468 140726848211152 139790716495088 139792081614549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23250] ppid=23186 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23189/task/23250/stat : 23250 (java) S 23186 23189 21340 0 -1 1077944384 3 13080 0 0 0 0 4 3 20 0 15 0 224978721 11246788608 14156 33554432000 4194304 4196468 140726848211152 139790409095632 139792081622939 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23251] ppid=23186 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23189/task/23251/stat : 23251 (java) S 23186 23189 21340 0 -1 1077944384 365 13080 0 0 1 0 4 3 20 0 15 0 224978721 11246788608 14156 33554432000 4194304 4196468 140726848211152 139791506012400 139792081615490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23252] ppid=23186 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/23189/task/23252/stat : 23252 (java) S 23186 23189 21340 0 -1 1077944384 249 13080 0 0 1 0 4 3 20 0 15 0 224978721 11246788608 14156 33554432000 4194304 4196468 140726848211152 139791504959856 139792081615490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23253] ppid=23186 vsize=10983192 memory=140264576464512 CPUtime=0.11 cores=0,2,4,6
/proc/23189/task/23253/stat : 23253 (java) S 23186 23189 21340 0 -1 1077944384 616 13080 0 0 4 0 4 3 20 0 15 0 224978721 11246788608 14156 33554432000 4194304 4196468 140726848211152 139791503906800 139792081615490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23254] ppid=23186 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/23189/task/23254/stat : 23254 (java) S 23186 23189 21340 0 -1 1077944384 3 13080 0 0 0 0 4 3 20 0 15 0 224978721 11246788608 14156 33554432000 4194304 4196468 140726848211152 139789978298720 139792081614549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23255] ppid=23186 vsize=10983192 memory=140264576464512 CPUtime=0.07 cores=0,2,4,6
/proc/23189/task/23255/stat : 23255 (java) S 23186 23189 21340 0 -1 1077944384 1 13080 0 0 0 0 4 3 20 0 15 0 224978722 11246788608 14156 33554432000 4194304 4196468 140726848211152 139791502855216 139792081615490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56624 KiB

[startup+0.700711 s]
/proc/loadavg: 1.79 1.71 1.74 3/215 23255
/proc/meminfo: memFree=7788392/32770624 swapFree=67108404/67108860
[pid=23189] ppid=23186 vsize=10983192 memory=88636 CPUtime=0.98 cores=0,2,4,6
/proc/23189/stat : 23189 (java) S 23186 23189 21340 0 -1 1077944320 16284 13080 0 0 87 4 4 3 20 0 15 0 224978706 11246788608 22159 33554432000 4194304 4196468 140726848211152 140726848193696 139792081604343 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
/proc/23189/statm: 2745798 22159 3238 1 0 2708109 0
[pid=23189/tid=23242] ppid=23186 vsize=10983192 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/23189/task/23242/stat : 23242 (java) R 23186 23189 21340 0 -1 4202560 11792 13080 0 0 56 3 4 3 20 0 15 0 224978716 11246788608 22159 33554432000 4194304 4196468 140726848211152 139792053426064 139792081626269 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23243] ppid=23186 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23189/task/23243/stat : 23243 (java) S 23186 23189 21340 0 -1 1077944384 1 13080 0 0 0 0 4 3 20 0 15 0 224978716 11246788608 22159 33554432000 4194304 4196468 140726848211152 139792085846544 139792081614549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23244] ppid=23186 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23189/task/23244/stat : 23244 (java) S 23186 23189 21340 0 -1 1077944384 1 13080 0 0 0 0 4 3 20 0 15 0 224978716 11246788608 22159 33554432000 4194304 4196468 140726848211152 139791940565648 139792081614549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23245] ppid=23186 vsize=10983192 memory=140264438117168 CPUtime=0.07 cores=0,2,4,6
/proc/23189/task/23245/stat : 23245 (java) S 23186 23189 21340 0 -1 1077944384 1 13080 0 0 0 0 4 3 20 0 15 0 224978716 11246788608 22159 33554432000 4194304 4196468 140726848211152 139791939512592 139792081614549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23246] ppid=23186 vsize=10983192 memory=140265041953356 CPUtime=0.07 cores=0,2,4,6
/proc/23189/task/23246/stat : 23246 (java) S 23186 23189 21340 0 -1 1077944384 2 13080 0 0 0 0 4 3 20 0 15 0 224978716 11246788608 22159 33554432000 4194304 4196468 140726848211152 139791938460048 139792081614549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23247] ppid=23186 vsize=10983192 memory=4000 CPUtime=0.07 cores=0,2,4,6
/proc/23189/task/23247/stat : 23247 (java) R 23186 23189 21340 0 -1 4202560 5 13080 0 0 0 0 4 3 20 0 15 0 224978718 11246788608 22159 33554432000 4194304 4196468 140726848211152 139791507065584 139792074321495 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23248] ppid=23186 vsize=10983192 memory=4639098309541128813 CPUtime=0.07 cores=0,2,4,6
/proc/23189/task/23248/stat : 23248 (java) S 23186 23189 21340 0 -1 1077944384 13 13080 0 0 0 0 4 3 20 0 15 0 224978718 11246788608 22159 33554432000 4194304 4196468 140726848211152 139790864344736 139792081614549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23249] ppid=23186 vsize=10983192 memory=6082220498126138728 CPUtime=0.07 cores=0,2,4,6
/proc/23189/task/23249/stat : 23249 (java) S 23186 23189 21340 0 -1 1077944384 1 13080 0 0 0 0 4 3 20 0 15 0 224978718 11246788608 22159 33554432000 4194304 4196468 140726848211152 139790716495088 139792081614549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23250] ppid=23186 vsize=10983192 memory=4044 CPUtime=0.07 cores=0,2,4,6
/proc/23189/task/23250/stat : 23250 (java) S 23186 23189 21340 0 -1 1077944384 3 13080 0 0 0 0 4 3 20 0 15 0 224978721 11246788608 22159 33554432000 4194304 4196468 140726848211152 139790409095632 139792081622939 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23251] ppid=23186 vsize=10983192 memory=33760 CPUtime=0.17 cores=0,2,4,6
/proc/23189/task/23251/stat : 23251 (java) S 23186 23189 21340 0 -1 1077944384 981 13080 0 0 10 0 4 3 20 0 15 0 224978721 11246788608 22159 33554432000 4194304 4196468 140726848211152 139791506012400 139792081615490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23252] ppid=23186 vsize=10983192 memory=14644 CPUtime=0.13 cores=0,2,4,6
/proc/23189/task/23252/stat : 23252 (java) S 23186 23189 21340 0 -1 1077944384 624 13080 0 0 6 0 4 3 20 0 15 0 224978721 11246788608 22159 33554432000 4194304 4196468 140726848211152 139791504959856 139792081615490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23253] ppid=23186 vsize=10983192 memory=1720 CPUtime=0.19 cores=0,2,4,6
/proc/23189/task/23253/stat : 23253 (java) S 23186 23189 21340 0 -1 1077944384 665 13080 0 0 12 0 4 3 20 0 15 0 224978721 11246788608 22159 33554432000 4194304 4196468 140726848211152 139791503906800 139792081615490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23254] ppid=23186 vsize=10983192 memory=508 CPUtime=0.07 cores=0,2,4,6
/proc/23189/task/23254/stat : 23254 (java) S 23186 23189 21340 0 -1 1077944384 3 13080 0 0 0 0 4 3 20 0 15 0 224978721 11246788608 22159 33554432000 4194304 4196468 140726848211152 139789978298720 139792081614549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23255] ppid=23186 vsize=10983192 memory=928 CPUtime=0.07 cores=0,2,4,6
/proc/23189/task/23255/stat : 23255 (java) S 23186 23189 21340 0 -1 1077944384 1 13080 0 0 0 0 4 3 20 0 15 0 224978722 11246788608 22159 33554432000 4194304 4196468 140726848211152 139791502855216 139792081615490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88636 KiB

[startup+1.5008 s]
/proc/loadavg: 1.79 1.71 1.74 3/215 23255
/proc/meminfo: memFree=7744400/32770624 swapFree=67108404/67108860
[pid=23189] ppid=23186 vsize=10998092 memory=189112 CPUtime=2.62 cores=0,2,4,6
/proc/23189/stat : 23189 (java) S 23186 23189 21340 0 -1 1077944320 25494 13080 0 0 246 9 4 3 20 0 15 0 224978706 11262046208 47278 33554432000 4194304 4196468 140726848211152 140726848193696 139792081604343 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
/proc/23189/statm: 2749523 47278 3467 1 0 2711181 0
[pid=23189/tid=23242] ppid=23186 vsize=10998092 memory=65676 CPUtime=1.42 cores=0,2,4,6
/proc/23189/task/23242/stat : 23242 (java) R 23186 23189 21340 0 -1 4202560 17212 13080 0 0 130 5 4 3 20 0 15 0 224978716 11262046208 47278 33554432000 4194304 4196468 140726848211152 139792053420432 139792063169305 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23243] ppid=23186 vsize=10998092 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/23189/task/23243/stat : 23243 (java) S 23186 23189 21340 0 -1 1077944384 61 13080 0 0 1 0 4 3 20 0 15 0 224978716 11262046208 47278 33554432000 4194304 4196468 140726848211152 139792085846544 139792081614549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23244] ppid=23186 vsize=10998092 memory=280528876265632 CPUtime=0.08 cores=0,2,4,6
/proc/23189/task/23244/stat : 23244 (java) S 23186 23189 21340 0 -1 1077944384 165 13080 0 0 1 0 4 3 20 0 15 0 224978716 11262046208 47278 33554432000 4194304 4196468 140726848211152 139791940565648 139792081614549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23245] ppid=23186 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23189/task/23245/stat : 23245 (java) S 23186 23189 21340 0 -1 1077944384 14 13080 0 0 1 0 4 3 20 0 15 0 224978716 11262046208 47278 33554432000 4194304 4196468 140726848211152 139791939512592 139792081614549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23246] ppid=23186 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23189/task/23246/stat : 23246 (java) S 23186 23189 21340 0 -1 1077944384 31 13080 0 0 1 0 4 3 20 0 15 0 224978716 11262046208 47278 33554432000 4194304 4196468 140726848211152 139791938460048 139792081614549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23247] ppid=23186 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23189/task/23247/stat : 23247 (java) S 23186 23189 21340 0 -1 1077944384 61 13080 0 0 1 0 4 3 20 0 15 0 224978718 11262046208 47278 33554432000 4194304 4196468 140726848211152 139791507065584 139792081615490 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23248] ppid=23186 vsize=10998092 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23189/task/23248/stat : 23248 (java) S 23186 23189 21340 0 -1 1077944384 14 13080 0 0 0 0 4 3 20 0 15 0 224978718 11262046208 47278 33554432000 4194304 4196468 140726848211152 139790864344736 139792081614549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23249] ppid=23186 vsize=10998092 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23189/task/23249/stat : 23249 (java) S 23186 23189 21340 0 -1 1077944384 1 13080 0 0 0 0 4 3 20 0 15 0 224978718 11262046208 47278 33554432000 4194304 4196468 140726848211152 139790716495088 139792081614549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23250] ppid=23186 vsize=10998092 memory=-5921431000321636112 CPUtime=0.07 cores=0,2,4,6
/proc/23189/task/23250/stat : 23250 (java) S 23186 23189 21340 0 -1 1077944384 3 13080 0 0 0 0 4 3 20 0 15 0 224978721 11262046208 47278 33554432000 4194304 4196468 140726848211152 139790409095632 139792081622939 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23251] ppid=23186 vsize=10998092 memory=0 CPUtime=0.45 cores=0,2,4,6
/proc/23189/task/23251/stat : 23251 (java) S 23186 23189 21340 0 -1 1077944384 2063 13080 0 0 38 0 4 3 20 0 15 0 224978721 11262046208 47278 33554432000 4194304 4196468 140726848211152 139791506012400 139792081615490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23252] ppid=23186 vsize=10998092 memory=10 CPUtime=0.4 cores=0,2,4,6
/proc/23189/task/23252/stat : 23252 (java) S 23186 23189 21340 0 -1 1077944384 2129 13080 0 0 33 0 4 3 20 0 15 0 224978721 11262046208 47278 33554432000 4194304 4196468 140726848211152 139791504959856 139792081615490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23253] ppid=23186 vsize=10998092 memory=6791534058613427641 CPUtime=0.43 cores=0,2,4,6
/proc/23189/task/23253/stat : 23253 (java) S 23186 23189 21340 0 -1 1077944384 1545 13080 0 0 36 0 4 3 20 0 15 0 224978721 11262046208 47278 33554432000 4194304 4196468 140726848211152 139791503906800 139792081615490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23254] ppid=23186 vsize=10998092 memory=4638778398332698720 CPUtime=0.07 cores=0,2,4,6
/proc/23189/task/23254/stat : 23254 (java) S 23186 23189 21340 0 -1 1077944384 3 13080 0 0 0 0 4 3 20 0 15 0 224978721 11262046208 47278 33554432000 4194304 4196468 140726848211152 139789978298720 139792081614549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23255] ppid=23186 vsize=10998092 memory=280528876510080 CPUtime=0.07 cores=0,2,4,6
/proc/23189/task/23255/stat : 23255 (java) S 23186 23189 21340 0 -1 1077944384 1 13080 0 0 0 0 4 3 20 0 15 0 224978722 11262046208 47278 33554432000 4194304 4196468 140726848211152 139791502855216 139792081615490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
Current children cumulated CPU time: 2.62 s
Current children cumulated vsize: 10998092 KiB

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

/proc/23189/task/23242/stat : 23242 (java) R 23186 23189 21340 0 -1 4202560 84639 13080 0 0 224311 51 4 3 20 0 15 0 224978716 11343855616 261293 33554432000 4194304 4196468 140726848211152 139792053438448 139791623080009 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23243] ppid=23186 vsize=11077984 memory=1045172 CPUtime=9.05 cores=0,2,4,6
/proc/23189/task/23243/stat : 23243 (java) S 23186 23189 21340 0 -1 1077944384 8488 13080 0 0 861 37 4 3 20 0 15 0 224978716 11343855616 261293 33554432000 4194304 4196468 140726848211152 139792085846544 139792081614549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23244] ppid=23186 vsize=11077984 memory=1045172 CPUtime=9.07 cores=0,2,4,6
/proc/23189/task/23244/stat : 23244 (java) S 23186 23189 21340 0 -1 1077944384 12220 13080 0 0 863 37 4 3 20 0 15 0 224978716 11343855616 261293 33554432000 4194304 4196468 140726848211152 139791940565648 139792081614549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23245] ppid=23186 vsize=11077984 memory=1045172 CPUtime=9.03 cores=0,2,4,6
/proc/23189/task/23245/stat : 23245 (java) S 23186 23189 21340 0 -1 1077944384 11483 13080 0 0 856 40 4 3 20 0 15 0 224978716 11343855616 261293 33554432000 4194304 4196468 140726848211152 139791939512592 139792081614549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23246] ppid=23186 vsize=11077984 memory=1045172 CPUtime=9.06 cores=0,2,4,6
/proc/23189/task/23246/stat : 23246 (java) S 23186 23189 21340 0 -1 1077944384 11375 13080 0 0 858 41 4 3 20 0 15 0 224978716 11343855616 261293 33554432000 4194304 4196468 140726848211152 139791938460048 139792081614549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23247] ppid=23186 vsize=11077984 memory=6625 CPUtime=7.01 cores=0,2,4,6
/proc/23189/task/23247/stat : 23247 (java) S 23186 23189 21340 0 -1 1077944384 14722 13080 0 0 656 38 4 3 20 0 15 0 224978718 11343855616 261293 33554432000 4194304 4196468 140726848211152 139791507065584 139792081615490 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23248] ppid=23186 vsize=11077984 memory=1045172 CPUtime=0.07 cores=0,2,4,6
/proc/23189/task/23248/stat : 23248 (java) S 23186 23189 21340 0 -1 1077944384 14 13080 0 0 0 0 4 3 20 0 15 0 224978718 11343855616 261293 33554432000 4194304 4196468 140726848211152 139790864344800 139792081614549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23249] ppid=23186 vsize=11077984 memory=1045172 CPUtime=0.07 cores=0,2,4,6
/proc/23189/task/23249/stat : 23249 (java) S 23186 23189 21340 0 -1 1077944384 1 13080 0 0 0 0 4 3 20 0 15 0 224978718 11343855616 261293 33554432000 4194304 4196468 140726848211152 139790716495104 139792081614549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23250] ppid=23186 vsize=11077984 memory=1045172 CPUtime=0.07 cores=0,2,4,6
/proc/23189/task/23250/stat : 23250 (java) S 23186 23189 21340 0 -1 1077944384 3 13080 0 0 0 0 4 3 20 0 15 0 224978721 11343855616 261293 33554432000 4194304 4196468 140726848211152 139790409095632 139792081622939 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23251] ppid=23186 vsize=11077984 memory=3684 CPUtime=35.08 cores=0,2,4,6
/proc/23189/task/23251/stat : 23251 (java) S 23186 23189 21340 0 -1 1077944384 25899 13080 0 0 3494 7 4 3 20 0 15 0 224978721 11343855616 261293 33554432000 4194304 4196468 140726848211152 139791506012400 139792081615490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23252] ppid=23186 vsize=11077984 memory=61240 CPUtime=36.91 cores=0,2,4,6
/proc/23189/task/23252/stat : 23252 (java) S 23186 23189 21340 0 -1 1077944384 22419 13080 0 0 3680 4 4 3 20 0 15 0 224978721 11343855616 261293 33554432000 4194304 4196468 140726848211152 139791504959856 139792081615490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23253] ppid=23186 vsize=11077984 memory=2148 CPUtime=6.13 cores=0,2,4,6
/proc/23189/task/23253/stat : 23253 (java) S 23186 23189 21340 0 -1 1077944384 28245 13080 0 0 599 7 4 3 20 0 15 0 224978721 11343855616 261293 33554432000 4194304 4196468 140726848211152 139791503906800 139792081615490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23254] ppid=23186 vsize=11077984 memory=1045172 CPUtime=0.07 cores=0,2,4,6
/proc/23189/task/23254/stat : 23254 (java) S 23186 23189 21340 0 -1 1077944384 3 13080 0 0 0 0 4 3 20 0 15 0 224978721 11343855616 261293 33554432000 4194304 4196468 140726848211152 139789978298720 139792081614549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23255] ppid=23186 vsize=11077984 memory=876 CPUtime=1.3 cores=0,2,4,6
/proc/23189/task/23255/stat : 23255 (java) S 23186 23189 21340 0 -1 1077944384 1043 13080 0 0 65 58 4 3 20 0 15 0 224978722 11343855616 261293 33554432000 4194304 4196468 140726848211152 139791502855216 139792081615490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
Current children cumulated CPU time: 2365.81 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1045172 KiB

[startup+2322.3 s]
/proc/loadavg: 1.72 1.69 1.74 3/216 23476
/proc/meminfo: memFree=7761940/32770624 swapFree=67108404/67108860
[pid=23189] ppid=23186 vsize=11077984 memory=1045172 CPUtime=2426.42 cores=0,2,4,6
/proc/23189/stat : 23189 (java) S 23186 23189 21340 0 -1 1077944320 223967 13080 0 0 242347 288 4 3 20 0 15 0 224978706 11343855616 261293 33554432000 4194304 4196468 140726848211152 140726848193696 139792081604343 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
/proc/23189/statm: 2769496 261293 3528 1 0 2731149 0
[pid=23189/tid=23242] ppid=23186 vsize=11077984 memory=1045172 CPUtime=2303.23 cores=0,2,4,6
/proc/23189/task/23242/stat : 23242 (java) R 23186 23189 21340 0 -1 4202560 85178 13080 0 0 230264 52 4 3 20 0 15 0 224978716 11343855616 261293 33554432000 4194304 4196468 140726848211152 139792053438160 139791624858450 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23243] ppid=23186 vsize=11077984 memory=1045172 CPUtime=9.27 cores=0,2,4,6
/proc/23189/task/23243/stat : 23243 (java) S 23186 23189 21340 0 -1 1077944384 8503 13080 0 0 882 38 4 3 20 0 15 0 224978716 11343855616 261293 33554432000 4194304 4196468 140726848211152 139792085846544 139792081614549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23244] ppid=23186 vsize=11077984 memory=1045172 CPUtime=9.29 cores=0,2,4,6
/proc/23189/task/23244/stat : 23244 (java) S 23186 23189 21340 0 -1 1077944384 12601 13080 0 0 884 38 4 3 20 0 15 0 224978716 11343855616 261293 33554432000 4194304 4196468 140726848211152 139791940565648 139792081614549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23245] ppid=23186 vsize=11077984 memory=1045172 CPUtime=9.23 cores=0,2,4,6
/proc/23189/task/23245/stat : 23245 (java) S 23186 23189 21340 0 -1 1077944384 11494 13080 0 0 876 40 4 3 20 0 15 0 224978716 11343855616 261293 33554432000 4194304 4196468 140726848211152 139791939512592 139792081614549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23246] ppid=23186 vsize=11077984 memory=1045172 CPUtime=9.28 cores=0,2,4,6
/proc/23189/task/23246/stat : 23246 (java) S 23186 23189 21340 0 -1 1077944384 11420 13080 0 0 879 42 4 3 20 0 15 0 224978716 11343855616 261293 33554432000 4194304 4196468 140726848211152 139791938460048 139792081614549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23247] ppid=23186 vsize=11077984 memory=1045172 CPUtime=7.19 cores=0,2,4,6
/proc/23189/task/23247/stat : 23247 (java) S 23186 23189 21340 0 -1 1077944384 14930 13080 0 0 673 39 4 3 20 0 15 0 224978718 11343855616 261293 33554432000 4194304 4196468 140726848211152 139791507065584 139792081615490 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23248] ppid=23186 vsize=11077984 memory=1045172 CPUtime=0.07 cores=0,2,4,6
/proc/23189/task/23248/stat : 23248 (java) S 23186 23189 21340 0 -1 1077944384 14 13080 0 0 0 0 4 3 20 0 15 0 224978718 11343855616 261293 33554432000 4194304 4196468 140726848211152 139790864344800 139792081614549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23249] ppid=23186 vsize=11077984 memory=1045172 CPUtime=0.07 cores=0,2,4,6
/proc/23189/task/23249/stat : 23249 (java) S 23186 23189 21340 0 -1 1077944384 1 13080 0 0 0 0 4 3 20 0 15 0 224978718 11343855616 261293 33554432000 4194304 4196468 140726848211152 139790716495104 139792081614549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23250] ppid=23186 vsize=11077984 memory=1045172 CPUtime=0.07 cores=0,2,4,6
/proc/23189/task/23250/stat : 23250 (java) S 23186 23189 21340 0 -1 1077944384 3 13080 0 0 0 0 4 3 20 0 15 0 224978721 11343855616 261293 33554432000 4194304 4196468 140726848211152 139790409095632 139792081622939 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23251] ppid=23186 vsize=11077984 memory=1045172 CPUtime=35.08 cores=0,2,4,6
/proc/23189/task/23251/stat : 23251 (java) S 23186 23189 21340 0 -1 1077944384 25901 13080 0 0 3494 7 4 3 20 0 15 0 224978721 11343855616 261293 33554432000 4194304 4196468 140726848211152 139791506012400 139792081615490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23252] ppid=23186 vsize=11077984 memory=3684 CPUtime=36.91 cores=0,2,4,6
/proc/23189/task/23252/stat : 23252 (java) S 23186 23189 21340 0 -1 1077944384 22421 13080 0 0 3680 4 4 3 20 0 15 0 224978721 11343855616 261293 33554432000 4194304 4196468 140726848211152 139791504959856 139792081615490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23253] ppid=23186 vsize=11077984 memory=876 CPUtime=6.13 cores=0,2,4,6
/proc/23189/task/23253/stat : 23253 (java) S 23186 23189 21340 0 -1 1077944384 28247 13080 0 0 599 7 4 3 20 0 15 0 224978721 11343855616 261293 33554432000 4194304 4196468 140726848211152 139791503906800 139792081615490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23254] ppid=23186 vsize=11077984 memory=1924 CPUtime=0.07 cores=0,2,4,6
/proc/23189/task/23254/stat : 23254 (java) S 23186 23189 21340 0 -1 1077944384 3 13080 0 0 0 0 4 3 20 0 15 0 224978721 11343855616 261293 33554432000 4194304 4196468 140726848211152 139789978298720 139792081614549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23255] ppid=23186 vsize=11077984 memory=1045172 CPUtime=1.34 cores=0,2,4,6
/proc/23189/task/23255/stat : 23255 (java) S 23186 23189 21340 0 -1 1077944384 1060 13080 0 0 67 60 4 3 20 0 15 0 224978722 11343855616 261293 33554432000 4194304 4196468 140726848211152 139791502855216 139792081615490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
Current children cumulated CPU time: 2426.42 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1045172 KiB

[startup+2382.3 s]
/proc/loadavg: 1.67 1.69 1.73 3/216 23477
/proc/meminfo: memFree=7762288/32770624 swapFree=67108404/67108860
[pid=23189] ppid=23186 vsize=11077984 memory=1043116 CPUtime=2487.03 cores=0,2,4,6
/proc/23189/stat : 23189 (java) S 23186 23189 21340 0 -1 1077944320 225843 13080 0 0 248402 294 4 3 20 0 15 0 224978706 11343855616 260779 33554432000 4194304 4196468 140726848211152 140726848193696 139792081604343 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
/proc/23189/statm: 2769496 260779 3528 1 0 2731149 0
[pid=23189/tid=23242] ppid=23186 vsize=11077984 memory=1720 CPUtime=2362.77 cores=0,2,4,6
/proc/23189/task/23242/stat : 23242 (java) R 23186 23189 21340 0 -1 4202560 85997 13080 0 0 236218 52 4 3 20 0 15 0 224978716 11343855616 260779 33554432000 4194304 4196468 140726848211152 139792053438528 139791623589824 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23243] ppid=23186 vsize=11077984 memory=3984 CPUtime=9.49 cores=0,2,4,6
/proc/23189/task/23243/stat : 23243 (java) S 23186 23189 21340 0 -1 1077944384 8782 13080 0 0 903 39 4 3 20 0 15 0 224978716 11343855616 260779 33554432000 4194304 4196468 140726848211152 139792085846544 139792081614549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23244] ppid=23186 vsize=11077984 memory=1047220 CPUtime=9.51 cores=0,2,4,6
/proc/23189/task/23244/stat : 23244 (java) S 23186 23189 21340 0 -1 1077944384 12644 13080 0 0 905 39 4 3 20 0 15 0 224978716 11343855616 260779 33554432000 4194304 4196468 140726848211152 139791940565648 139792081614549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23245] ppid=23186 vsize=11077984 memory=1047220 CPUtime=9.46 cores=0,2,4,6
/proc/23189/task/23245/stat : 23245 (java) S 23186 23189 21340 0 -1 1077944384 11561 13080 0 0 898 41 4 3 20 0 15 0 224978716 11343855616 260779 33554432000 4194304 4196468 140726848211152 139791939512592 139792081614549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23246] ppid=23186 vsize=11077984 memory=1047220 CPUtime=9.49 cores=0,2,4,6
/proc/23189/task/23246/stat : 23246 (java) S 23186 23189 21340 0 -1 1077944384 11594 13080 0 0 899 43 4 3 20 0 15 0 224978716 11343855616 260779 33554432000 4194304 4196468 140726848211152 139791938460048 139792081614549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23247] ppid=23186 vsize=11077984 memory=1047220 CPUtime=7.35 cores=0,2,4,6
/proc/23189/task/23247/stat : 23247 (java) S 23186 23189 21340 0 -1 1077944384 15139 13080 0 0 688 40 4 3 20 0 15 0 224978718 11343855616 260779 33554432000 4194304 4196468 140726848211152 139791507065584 139792081615490 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23248] ppid=23186 vsize=11077984 memory=1047220 CPUtime=0.07 cores=0,2,4,6
/proc/23189/task/23248/stat : 23248 (java) S 23186 23189 21340 0 -1 1077944384 14 13080 0 0 0 0 4 3 20 0 15 0 224978718 11343855616 260779 33554432000 4194304 4196468 140726848211152 139790864344800 139792081614549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23249] ppid=23186 vsize=11077984 memory=1047220 CPUtime=0.07 cores=0,2,4,6
/proc/23189/task/23249/stat : 23249 (java) S 23186 23189 21340 0 -1 1077944384 1 13080 0 0 0 0 4 3 20 0 15 0 224978718 11343855616 260779 33554432000 4194304 4196468 140726848211152 139790716495104 139792081614549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23250] ppid=23186 vsize=11077984 memory=1045680 CPUtime=0.07 cores=0,2,4,6
/proc/23189/task/23250/stat : 23250 (java) S 23186 23189 21340 0 -1 1077944384 3 13080 0 0 0 0 4 3 20 0 15 0 224978721 11343855616 260779 33554432000 4194304 4196468 140726848211152 139790409095632 139792081622939 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23251] ppid=23186 vsize=11077984 memory=1044652 CPUtime=35.08 cores=0,2,4,6
/proc/23189/task/23251/stat : 23251 (java) S 23186 23189 21340 0 -1 1077944384 26163 13080 0 0 3494 7 4 3 20 0 15 0 224978721 11343855616 260779 33554432000 4194304 4196468 140726848211152 139791506012400 139792081615490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23252] ppid=23186 vsize=11077984 memory=1043628 CPUtime=36.91 cores=0,2,4,6
/proc/23189/task/23252/stat : 23252 (java) S 23186 23189 21340 0 -1 1077944384 22423 13080 0 0 3680 4 4 3 20 0 15 0 224978721 11343855616 260779 33554432000 4194304 4196468 140726848211152 139791504959856 139792081615490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23253] ppid=23186 vsize=11077984 memory=1043116 CPUtime=6.13 cores=0,2,4,6
/proc/23189/task/23253/stat : 23253 (java) S 23186 23189 21340 0 -1 1077944384 28249 13080 0 0 599 7 4 3 20 0 15 0 224978721 11343855616 260779 33554432000 4194304 4196468 140726848211152 139791503906800 139792081615490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23254] ppid=23186 vsize=11077984 memory=1044140 CPUtime=0.07 cores=0,2,4,6
/proc/23189/task/23254/stat : 23254 (java) S 23186 23189 21340 0 -1 1077944384 3 13080 0 0 0 0 4 3 20 0 15 0 224978721 11343855616 260779 33554432000 4194304 4196468 140726848211152 139789978298720 139792081614549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23255] ppid=23186 vsize=11077984 memory=1046192 CPUtime=1.37 cores=0,2,4,6
/proc/23189/task/23255/stat : 23255 (java) S 23186 23189 21340 0 -1 1077944384 1079 13080 0 0 68 62 4 3 20 0 15 0 224978722 11343855616 260779 33554432000 4194304 4196468 140726848211152 139791502855216 139792081615490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
Current children cumulated CPU time: 2487.03 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1043116 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2415 s]*
/proc/loadavg: 1.63 1.67 1.73 3/216 23478
/proc/meminfo: memFree=7764780/32770624 swapFree=67108404/67108860
[pid=23189] ppid=23186 vsize=11077984 memory=1040548 CPUtime=2520.1 cores=0,2,4,6
/proc/23189/stat : 23189 (java) S 23186 23189 21340 0 -1 1077944320 226061 13080 0 0 251706 297 4 3 20 0 15 0 224978706 11343855616 260137 33554432000 4194304 4196468 140726848211152 140726848193696 139792081604343 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
/proc/23189/statm: 2769496 260137 3528 1 0 2731149 0
[pid=23189/tid=23242] ppid=23186 vsize=11077984 memory=1398720917958146503 CPUtime=2395.21 cores=0,2,4,6
/proc/23189/task/23242/stat : 23242 (java) R 23186 23189 21340 0 -1 4202560 86201 13080 0 0 239462 52 4 3 20 0 15 0 224978716 11343855616 260137 33554432000 4194304 4196468 140726848211152 139792053438160 139791622560886 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23243] ppid=23186 vsize=11077984 memory=4872558044660077418 CPUtime=9.62 cores=0,2,4,6
/proc/23189/task/23243/stat : 23243 (java) S 23186 23189 21340 0 -1 1077944384 8782 13080 0 0 915 40 4 3 20 0 15 0 224978716 11343855616 260137 33554432000 4194304 4196468 140726848211152 139792085846544 139792081614549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23244] ppid=23186 vsize=11077984 memory=4713745541279610410 CPUtime=9.63 cores=0,2,4,6
/proc/23189/task/23244/stat : 23244 (java) S 23186 23189 21340 0 -1 1077944384 12644 13080 0 0 917 39 4 3 20 0 15 0 224978716 11343855616 260137 33554432000 4194304 4196468 140726848211152 139791940565648 139792081614549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23245] ppid=23186 vsize=11077984 memory=-8707038579349950309 CPUtime=9.59 cores=0,2,4,6
/proc/23189/task/23245/stat : 23245 (java) S 23186 23189 21340 0 -1 1077944384 11569 13080 0 0 910 42 4 3 20 0 15 0 224978716 11343855616 260137 33554432000 4194304 4196468 140726848211152 139791939512592 139792081614549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23246] ppid=23186 vsize=11077984 memory=-6520471753822164382 CPUtime=9.61 cores=0,2,4,6
/proc/23189/task/23246/stat : 23246 (java) S 23186 23189 21340 0 -1 1077944384 11594 13080 0 0 911 43 4 3 20 0 15 0 224978716 11343855616 260137 33554432000 4194304 4196468 140726848211152 139791938460048 139792081614549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23247] ppid=23186 vsize=11077984 memory=916 CPUtime=7.45 cores=0,2,4,6
/proc/23189/task/23247/stat : 23247 (java) S 23186 23189 21340 0 -1 1077944384 15143 13080 0 0 697 41 4 3 20 0 15 0 224978718 11343855616 260137 33554432000 4194304 4196468 140726848211152 139791507065584 139792081615490 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23248] ppid=23186 vsize=11077984 memory=3848 CPUtime=0.07 cores=0,2,4,6
/proc/23189/task/23248/stat : 23248 (java) S 23186 23189 21340 0 -1 1077944384 14 13080 0 0 0 0 4 3 20 0 15 0 224978718 11343855616 260137 33554432000 4194304 4196468 140726848211152 139790864344800 139792081614549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23249] ppid=23186 vsize=11077984 memory=2600 CPUtime=0.07 cores=0,2,4,6
/proc/23189/task/23249/stat : 23249 (java) S 23186 23189 21340 0 -1 1077944384 1 13080 0 0 0 0 4 3 20 0 15 0 224978718 11343855616 260137 33554432000 4194304 4196468 140726848211152 139790716495104 139792081614549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23250] ppid=23186 vsize=11077984 memory=2600 CPUtime=0.07 cores=0,2,4,6
/proc/23189/task/23250/stat : 23250 (java) S 23186 23189 21340 0 -1 1077944384 3 13080 0 0 0 0 4 3 20 0 15 0 224978721 11343855616 260137 33554432000 4194304 4196468 140726848211152 139790409095632 139792081622939 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23251] ppid=23186 vsize=11077984 memory=1404 CPUtime=35.08 cores=0,2,4,6
/proc/23189/task/23251/stat : 23251 (java) S 23186 23189 21340 0 -1 1077944384 26163 13080 0 0 3494 7 4 3 20 0 15 0 224978721 11343855616 260137 33554432000 4194304 4196468 140726848211152 139791506012400 139792081615490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23252] ppid=23186 vsize=11077984 memory=3296 CPUtime=36.91 cores=0,2,4,6
/proc/23189/task/23252/stat : 23252 (java) S 23186 23189 21340 0 -1 1077944384 22423 13080 0 0 3680 4 4 3 20 0 15 0 224978721 11343855616 260137 33554432000 4194304 4196468 140726848211152 139791504959856 139792081615490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23253] ppid=23186 vsize=11077984 memory=1040548 CPUtime=6.13 cores=0,2,4,6
/proc/23189/task/23253/stat : 23253 (java) S 23186 23189 21340 0 -1 1077944384 28249 13080 0 0 599 7 4 3 20 0 15 0 224978721 11343855616 260137 33554432000 4194304 4196468 140726848211152 139791503906800 139792081615490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23254] ppid=23186 vsize=11077984 memory=1408 CPUtime=0.07 cores=0,2,4,6
/proc/23189/task/23254/stat : 23254 (java) S 23186 23189 21340 0 -1 1077944384 3 13080 0 0 0 0 4 3 20 0 15 0 224978721 11343855616 260137 33554432000 4194304 4196468 140726848211152 139789978298720 139792081614549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
[pid=23189/tid=23255] ppid=23186 vsize=11077984 memory=7018412880553600623 CPUtime=1.39 cores=0,2,4,6
/proc/23189/task/23255/stat : 23255 (java) S 23186 23189 21340 0 -1 1077944384 1081 13080 0 0 69 63 4 3 20 0 15 0 224978722 11343855616 260137 33554432000 4194304 4196468 140726848211152 139791502855216 139792081615490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25776128 140726848215651 140726848218460 140726848218460 140726848221135 0
Current children cumulated CPU time: 2520.1 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1040548 KiB

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

[startup+2415.04 s]
# the end of solver process 23189 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.13 s, system=3.01845 s

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

Child status: 143
Real time (s): 2415.04
CPU time (s): 2520.15
CPU user time (s): 2517.13
CPU system time (s): 3.01845
CPU usage (%): 104.352
Max. virtual memory (cumulated for all children) (KiB): 11080620
Max. memory (cumulated for all children) (KiB): 1381316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.13
system time used= 3.01845
maximum resident set size= 1383376
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 239689
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 219364
involuntary context switches= 8548


# summary of solver processes directly reported to runsolver:
#   pid: 23189
#   total CPU time (s): 2520.15
#   total CPU user time (s): 2517.13
#   total CPU system time (s): 3.01845

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.2329 second user time and 22.0953 second system time

The end

Launcher Data

Begin job on node148 at 2018-08-12 13:42:35
IDJOB=4304944
IDBENCH=141237
IDSOLVER=2781
FILE ID=node148/4304944-1534074155
RUNJOBID= node148-1534062012-21371
PBS_JOBID= 21036979
Free space on /tmp= 33960 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/PseudoBoolean-dec/Pb-chnl30-31_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304944-1534074155/watcher-4304944-1534074155 -o /tmp/evaluation-result-4304944-1534074155/solver-4304944-1534074155 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1534062012-21371 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=2083548527 -superng HOME/instance-4304944-1534074155.xml

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

MD5SUM BENCH= 986923daef9243229e6ae2459781d9f0
RANDOM SEED=2083548527

node148.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.50
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.50
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.50
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.50
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:         7842536 kB
MemAvailable:   27342784 kB
Buffers:          244652 kB
Cached:         19211712 kB
SwapCached:          352 kB
Active:         13413752 kB
Inactive:       10650836 kB
Active(anon):    4533968 kB
Inactive(anon):   126192 kB
Active(file):    8879784 kB
Inactive(file): 10524644 kB
Unevictable:        7340 kB
Mlocked:            7340 kB
SwapTotal:      67108860 kB
SwapFree:       67108404 kB
Dirty:             26604 kB
Writeback:             0 kB
AnonPages:       4627480 kB
Mapped:            67228 kB
Shmem:             49592 kB
Slab:             552284 kB
SReclaimable:     524280 kB
SUnreclaim:        28004 kB
KernelStack:        3792 kB
PageTables:        14792 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5463560 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4347904 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= 33932 MiB
End job on node148 at 2018-08-12 14:22:51