Trace number 4304772

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.9.2-SuperNG? (TO) 2520.18 2447.06

General information on the benchmark

NameSteelMillSlab/
SteelMillSlab-m2-4-0_c18.xml
MD5SUM04f92f5fbe642378aecc464c78b62b37
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables22422
Number of constraints24998
Number of domains4
Minimum domain size2
Maximum domain size111
Distribution of domain sizes[{"size":2,"count":22089},{"size":10,"count":111},{"size":37,"count":111},{"size":111,"count":111}]
Minimum variable degree2
Maximum variable degree224
Distribution of variable degrees[{"degree":2,"count":20313},{"degree":3,"count":1443},{"degree":4,"count":333},{"degree":5,"count":222},{"degree":222,"count":78},{"degree":223,"count":24},{"degree":224,"count":9}]
Minimum constraint arity2
Maximum constraint arity112
Distribution of constraint arities[{"arity":2,"count":24774},{"arity":88,"count":111},{"arity":111,"count":2},{"arity":112,"count":111}]
Number of extensional constraints111
Number of intensional constraints24663
Distribution of constraint types[{"type":"extension","count":111},{"type":"intension","count":24663},{"type":"ordered","count":1},{"type":"sum","count":223}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304772-1534150757/watcher-4304772-1534150757 -o /tmp/evaluation-result-4304772-1534150757/solver-4304772-1534150757 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1534138334-16508 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=548104149 -superng HOME/instance-4304772-1534150757.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=18493, runsolver pid=18490

[startup+0.100061 s]*
/proc/loadavg: 1.26 1.38 1.37 3/209 18550
/proc/meminfo: memFree=17611152/32770624 swapFree=67108688/67108860
[pid=18493] ppid=18490 vsize=10005480 memory=16548 CPUtime=0.09 cores=1,3,5,7
/proc/18493/stat : 18493 (java) S 18490 18493 15790 0 -1 1077944320 4310 13115 0 0 1 1 5 2 20 0 6 0 232638916 10245611520 4137 33554432000 4194304 4196468 140723197032960 140723197015504 140622644334327 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
/proc/18493/statm: 2501370 4137 1932 1 0 2489808 0
[pid=18493/tid=18546] ppid=18490 vsize=10005480 memory=4279135704047321741 CPUtime=0.07 cores=1,3,5,7
/proc/18493/task/18546/stat : 18546 (java) R 18490 18493 15790 0 -1 4202560 2157 13115 0 0 0 0 5 2 20 0 6 0 232638925 10245611520 4203 33554432000 4194304 4196468 140723197032960 140622616171088 140622628414814 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18547] ppid=18490 vsize=10005480 memory=-7522837583129502606 CPUtime=0.07 cores=1,3,5,7
/proc/18493/task/18547/stat : 18547 (java) S 18490 18493 15790 0 -1 1077944384 1 13115 0 0 0 0 5 2 20 0 6 0 232638926 10245611520 4203 33554432000 4194304 4196468 140723197032960 140622648576528 140622644344533 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18548] ppid=18490 vsize=10005480 memory=139699501016704 CPUtime=0.07 cores=1,3,5,7
/proc/18493/task/18548/stat : 18548 (java) S 18490 18493 15790 0 -1 1077944384 1 13115 0 0 0 0 5 2 20 0 6 0 232638926 10245611520 4203 33554432000 4194304 4196468 140723197032960 140622533773968 140622644344533 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18549] ppid=18490 vsize=10005480 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18493/task/18549/stat : 18549 (java) S 18490 18493 15790 0 -1 1077944384 1 13115 0 0 0 0 5 2 20 0 6 0 232638926 10245611520 4203 33554432000 4194304 4196468 140723197032960 140622532720912 140622644344533 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18550] ppid=18490 vsize=10005480 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/18493/task/18550/stat : 18550 (java) S 18490 18493 15790 0 -1 1077944384 2 13115 0 0 0 0 5 2 20 0 6 0 232638926 10245611520 4203 33554432000 4194304 4196468 140723197032960 140622181620112 140622644344533 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16548 KiB

[startup+0.210308 s]*
/proc/loadavg: 1.26 1.38 1.37 3/218 18559
/proc/meminfo: memFree=17586876/32770624 swapFree=67108688/67108860
[pid=18493] ppid=18490 vsize=10982744 memory=42352 CPUtime=0.25 cores=1,3,5,7
/proc/18493/stat : 18493 (java) S 18490 18493 15790 0 -1 1077944320 7266 13115 0 0 16 2 5 2 20 0 15 0 232638916 11246329856 10588 33554432000 4194304 4196468 140723197032960 140723197015504 140622644334327 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
/proc/18493/statm: 2745686 10588 2955 1 0 2708109 0
[pid=18493/tid=18546] ppid=18490 vsize=10982744 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/18493/task/18546/stat : 18546 (java) R 18490 18493 15790 0 -1 4202560 3828 13115 0 0 10 1 5 2 20 0 15 0 232638925 11246329856 10588 33554432000 4194304 4196468 140723197032960 140622616156232 140622625897887 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18547] ppid=18490 vsize=10982744 memory=365 CPUtime=0.07 cores=1,3,5,7
/proc/18493/task/18547/stat : 18547 (java) S 18490 18493 15790 0 -1 1077944384 1 13115 0 0 0 0 5 2 20 0 15 0 232638926 11246329856 10588 33554432000 4194304 4196468 140723197032960 140622648576528 140622644344533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18548] ppid=18490 vsize=10982744 memory=4050901306265970336 CPUtime=0.07 cores=1,3,5,7
/proc/18493/task/18548/stat : 18548 (java) S 18490 18493 15790 0 -1 1077944384 1 13115 0 0 0 0 5 2 20 0 15 0 232638926 11246329856 10588 33554432000 4194304 4196468 140723197032960 140622533773968 140622644344533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18549] ppid=18490 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18493/task/18549/stat : 18549 (java) S 18490 18493 15790 0 -1 1077944384 1 13115 0 0 0 0 5 2 20 0 15 0 232638926 11246329856 10588 33554432000 4194304 4196468 140723197032960 140622532720912 140622644344533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18550] ppid=18490 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/18493/task/18550/stat : 18550 (java) S 18490 18493 15790 0 -1 1077944384 2 13115 0 0 0 0 5 2 20 0 15 0 232638926 11246329856 10588 33554432000 4194304 4196468 140723197032960 140622181620112 140622644344533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18551] ppid=18490 vsize=10982744 memory=139699501016704 CPUtime=0.07 cores=1,3,5,7
/proc/18493/task/18551/stat : 18551 (java) S 18490 18493 15790 0 -1 1077944384 2 13115 0 0 0 0 5 2 20 0 15 0 232638928 11246329856 10588 33554432000 4194304 4196468 140723197032960 140622137367280 140622644345474 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18552] ppid=18490 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/18493/task/18552/stat : 18552 (java) S 18490 18493 15790 0 -1 1077944384 13 13115 0 0 0 0 5 2 20 0 15 0 232638928 11246329856 10588 33554432000 4194304 4196468 140723197032960 140621537863328 140622644344533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18553] ppid=18490 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18493/task/18553/stat : 18553 (java) S 18490 18493 15790 0 -1 1077944384 1 13115 0 0 0 0 5 2 20 0 15 0 232638928 11246329856 10588 33554432000 4194304 4196468 140723197032960 140621390013680 140622644344533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18554] ppid=18490 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18493/task/18554/stat : 18554 (java) S 18490 18493 15790 0 -1 1077944384 3 13115 0 0 0 0 5 2 20 0 15 0 232638931 11246329856 10588 33554432000 4194304 4196468 140723197032960 140621082614224 140622644352923 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18555] ppid=18490 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18493/task/18555/stat : 18555 (java) S 18490 18493 15790 0 -1 1077944384 424 13115 0 0 1 0 5 2 20 0 15 0 232638931 11246329856 10588 33554432000 4194304 4196468 140723197032960 140622136314096 140622644345474 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18556] ppid=18490 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/18493/task/18556/stat : 18556 (java) S 18490 18493 15790 0 -1 1077944384 184 13115 0 0 1 0 5 2 20 0 15 0 232638931 11246329856 10588 33554432000 4194304 4196468 140723197032960 140622135261552 140622644345474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18557] ppid=18490 vsize=10982744 memory=139699501016704 CPUtime=0.1 cores=1,3,5,7
/proc/18493/task/18557/stat : 18557 (java) S 18490 18493 15790 0 -1 1077944384 612 13115 0 0 3 0 5 2 20 0 15 0 232638931 11246329856 10588 33554432000 4194304 4196468 140723197032960 140622134208496 140622644345474 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18558] ppid=18490 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/18493/task/18558/stat : 18558 (java) S 18490 18493 15790 0 -1 1077944384 3 13115 0 0 0 0 5 2 20 0 15 0 232638931 11246329856 10588 33554432000 4194304 4196468 140723197032960 140620651817312 140622644344533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18559] ppid=18490 vsize=10982744 memory=139699501016704 CPUtime=0.07 cores=1,3,5,7
/proc/18493/task/18559/stat : 18559 (java) S 18490 18493 15790 0 -1 1077944384 1 13115 0 0 0 0 5 2 20 0 15 0 232638931 11246329856 10588 33554432000 4194304 4196468 140723197032960 140622133156912 140622644345474 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 42352 KiB

[startup+0.310159 s]*
/proc/loadavg: 1.26 1.38 1.37 3/218 18559
/proc/meminfo: memFree=17575080/32770624 swapFree=67108688/67108860
[pid=18493] ppid=18490 vsize=10983192 memory=54740 CPUtime=0.37 cores=1,3,5,7
/proc/18493/stat : 18493 (java) S 18490 18493 15790 0 -1 1077944320 10237 13115 0 0 27 3 5 2 20 0 15 0 232638916 11246788608 13685 33554432000 4194304 4196468 140723197032960 140723197015504 140622644334327 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
/proc/18493/statm: 2745798 13685 3074 1 0 2708109 0
[pid=18493/tid=18546] ppid=18490 vsize=10983192 memory=6791534058613427641 CPUtime=0.27 cores=1,3,5,7
/proc/18493/task/18546/stat : 18546 (java) R 18490 18493 15790 0 -1 4202560 6972 13115 0 0 18 2 5 2 20 0 15 0 232638925 11246788608 13883 33554432000 4194304 4196468 140723197032960 140622616146336 140622636571454 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18547] ppid=18490 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18493/task/18547/stat : 18547 (java) S 18490 18493 15790 0 -1 1077944384 1 13115 0 0 0 0 5 2 20 0 15 0 232638926 11246788608 13883 33554432000 4194304 4196468 140723197032960 140622648576528 140622644344533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18548] ppid=18490 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18493/task/18548/stat : 18548 (java) S 18490 18493 15790 0 -1 1077944384 1 13115 0 0 0 0 5 2 20 0 15 0 232638926 11246788608 13883 33554432000 4194304 4196468 140723197032960 140622533773968 140622644344533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18549] ppid=18490 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18493/task/18549/stat : 18549 (java) S 18490 18493 15790 0 -1 1077944384 1 13115 0 0 0 0 5 2 20 0 15 0 232638926 11246788608 13883 33554432000 4194304 4196468 140723197032960 140622532720912 140622644344533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18550] ppid=18490 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18493/task/18550/stat : 18550 (java) S 18490 18493 15790 0 -1 1077944384 2 13115 0 0 0 0 5 2 20 0 15 0 232638926 11246788608 13883 33554432000 4194304 4196468 140723197032960 140622181620112 140622644344533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18551] ppid=18490 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18493/task/18551/stat : 18551 (java) S 18490 18493 15790 0 -1 1077944384 2 13115 0 0 0 0 5 2 20 0 15 0 232638928 11246788608 13883 33554432000 4194304 4196468 140723197032960 140622137367280 140622644345474 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18552] ppid=18490 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/18493/task/18552/stat : 18552 (java) S 18490 18493 15790 0 -1 1077944384 13 13115 0 0 0 0 5 2 20 0 15 0 232638928 11246788608 13883 33554432000 4194304 4196468 140723197032960 140621537863328 140622644344533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18553] ppid=18490 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18493/task/18553/stat : 18553 (java) S 18490 18493 15790 0 -1 1077944384 1 13115 0 0 0 0 5 2 20 0 15 0 232638928 11246788608 13883 33554432000 4194304 4196468 140723197032960 140621390013680 140622644344533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18554] ppid=18490 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18493/task/18554/stat : 18554 (java) S 18490 18493 15790 0 -1 1077944384 3 13115 0 0 0 0 5 2 20 0 15 0 232638931 11246788608 13883 33554432000 4194304 4196468 140723197032960 140621082614224 140622644352923 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18555] ppid=18490 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18493/task/18555/stat : 18555 (java) S 18490 18493 15790 0 -1 1077944384 429 13115 0 0 1 0 5 2 20 0 15 0 232638931 11246788608 13883 33554432000 4194304 4196468 140723197032960 140622136314096 140622644345474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18556] ppid=18490 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/18493/task/18556/stat : 18556 (java) S 18490 18493 15790 0 -1 1077944384 184 13115 0 0 1 0 5 2 20 0 15 0 232638931 11246788608 13883 33554432000 4194304 4196468 140723197032960 140622135261552 140622644345474 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18557] ppid=18490 vsize=10983192 memory=139699501016704 CPUtime=0.11 cores=1,3,5,7
/proc/18493/task/18557/stat : 18557 (java) S 18490 18493 15790 0 -1 1077944384 618 13115 0 0 4 0 5 2 20 0 15 0 232638931 11246788608 13883 33554432000 4194304 4196468 140723197032960 140622134208496 140622644345474 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18558] ppid=18490 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/18493/task/18558/stat : 18558 (java) S 18490 18493 15790 0 -1 1077944384 3 13115 0 0 0 0 5 2 20 0 15 0 232638931 11246788608 13883 33554432000 4194304 4196468 140723197032960 140620651817312 140622644344533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18559] ppid=18490 vsize=10983192 memory=139699501016704 CPUtime=0.07 cores=1,3,5,7
/proc/18493/task/18559/stat : 18559 (java) S 18490 18493 15790 0 -1 1077944384 1 13115 0 0 0 0 5 2 20 0 15 0 232638931 11246788608 13949 33554432000 4194304 4196468 140723197032960 140622133156912 140622644345474 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 54740 KiB

[startup+0.700776 s]
/proc/loadavg: 1.26 1.38 1.37 3/218 18559
/proc/meminfo: memFree=17564412/32770624 swapFree=67108688/67108860
[pid=18493] ppid=18490 vsize=10983192 memory=88516 CPUtime=0.98 cores=1,3,5,7
/proc/18493/stat : 18493 (java) S 18490 18493 15790 0 -1 1077944320 16761 13115 0 0 86 5 5 2 20 0 15 0 232638916 11246788608 22129 33554432000 4194304 4196468 140723197032960 140723197015504 140622644334327 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
/proc/18493/statm: 2745798 22129 3238 1 0 2708109 0
[pid=18493/tid=18546] ppid=18490 vsize=10983192 memory=0 CPUtime=0.65 cores=1,3,5,7
/proc/18493/task/18546/stat : 18546 (java) R 18490 18493 15790 0 -1 4202560 12229 13115 0 0 55 3 5 2 20 0 15 0 232638925 11246788608 22129 33554432000 4194304 4196468 140723197032960 140622616157328 140622628414814 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18547] ppid=18490 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18493/task/18547/stat : 18547 (java) S 18490 18493 15790 0 -1 1077944384 1 13115 0 0 0 0 5 2 20 0 15 0 232638926 11246788608 22129 33554432000 4194304 4196468 140723197032960 140622648576528 140622644344533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18548] ppid=18490 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18493/task/18548/stat : 18548 (java) S 18490 18493 15790 0 -1 1077944384 1 13115 0 0 0 0 5 2 20 0 15 0 232638926 11246788608 22129 33554432000 4194304 4196468 140723197032960 140622533773968 140622644344533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18549] ppid=18490 vsize=10983192 memory=139699381482256 CPUtime=0.07 cores=1,3,5,7
/proc/18493/task/18549/stat : 18549 (java) S 18490 18493 15790 0 -1 1077944384 1 13115 0 0 0 0 5 2 20 0 15 0 232638926 11246788608 22129 33554432000 4194304 4196468 140723197032960 140622532720912 140622644344533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18550] ppid=18490 vsize=10983192 memory=139702401237615 CPUtime=0.07 cores=1,3,5,7
/proc/18493/task/18550/stat : 18550 (java) S 18490 18493 15790 0 -1 1077944384 2 13115 0 0 0 0 5 2 20 0 15 0 232638926 11246788608 22129 33554432000 4194304 4196468 140723197032960 140622181620112 140622644344533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18551] ppid=18490 vsize=10983192 memory=1832 CPUtime=0.07 cores=1,3,5,7
/proc/18493/task/18551/stat : 18551 (java) S 18490 18493 15790 0 -1 1077944384 5 13115 0 0 0 0 5 2 20 0 15 0 232638928 11246788608 22129 33554432000 4194304 4196468 140723197032960 140622137367280 140622644345474 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18552] ppid=18490 vsize=10983192 memory=7161944214934349376 CPUtime=0.07 cores=1,3,5,7
/proc/18493/task/18552/stat : 18552 (java) S 18490 18493 15790 0 -1 1077944384 13 13115 0 0 0 0 5 2 20 0 15 0 232638928 11246788608 22129 33554432000 4194304 4196468 140723197032960 140621537863328 140622644344533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18553] ppid=18490 vsize=10983192 memory=6082220498227391592 CPUtime=0.07 cores=1,3,5,7
/proc/18493/task/18553/stat : 18553 (java) S 18490 18493 15790 0 -1 1077944384 1 13115 0 0 0 0 5 2 20 0 15 0 232638928 11246788608 22129 33554432000 4194304 4196468 140723197032960 140621390013680 140622644344533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18554] ppid=18490 vsize=10983192 memory=16348 CPUtime=0.07 cores=1,3,5,7
/proc/18493/task/18554/stat : 18554 (java) S 18490 18493 15790 0 -1 1077944384 3 13115 0 0 0 0 5 2 20 0 15 0 232638931 11246788608 22129 33554432000 4194304 4196468 140723197032960 140621082614224 140622644352923 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18555] ppid=18490 vsize=10983192 memory=1176 CPUtime=0.14 cores=1,3,5,7
/proc/18493/task/18555/stat : 18555 (java) S 18490 18493 15790 0 -1 1077944384 822 13115 0 0 7 0 5 2 20 0 15 0 232638931 11246788608 22129 33554432000 4194304 4196468 140723197032960 140622136314096 140622644345474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18556] ppid=18490 vsize=10983192 memory=34952 CPUtime=0.16 cores=1,3,5,7
/proc/18493/task/18556/stat : 18556 (java) S 18490 18493 15790 0 -1 1077944384 805 13115 0 0 9 0 5 2 20 0 15 0 232638931 11246788608 22129 33554432000 4194304 4196468 140723197032960 140622135261552 140622644345474 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18557] ppid=18490 vsize=10983192 memory=4048 CPUtime=0.2 cores=1,3,5,7
/proc/18493/task/18557/stat : 18557 (java) S 18490 18493 15790 0 -1 1077944384 684 13115 0 0 13 0 5 2 20 0 15 0 232638931 11246788608 22129 33554432000 4194304 4196468 140723197032960 140622134208496 140622644345474 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18558] ppid=18490 vsize=10983192 memory=508 CPUtime=0.07 cores=1,3,5,7
/proc/18493/task/18558/stat : 18558 (java) S 18490 18493 15790 0 -1 1077944384 3 13115 0 0 0 0 5 2 20 0 15 0 232638931 11246788608 22129 33554432000 4194304 4196468 140723197032960 140620651817312 140622644344533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18559] ppid=18490 vsize=10983192 memory=1728 CPUtime=0.07 cores=1,3,5,7
/proc/18493/task/18559/stat : 18559 (java) S 18490 18493 15790 0 -1 1077944384 1 13115 0 0 0 0 5 2 20 0 15 0 232638931 11246788608 22129 33554432000 4194304 4196468 140723197032960 140622133156912 140622644345474 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88516 KiB

[startup+1.50076 s]
/proc/loadavg: 1.26 1.38 1.37 3/218 18559
/proc/meminfo: memFree=17520884/32770624 swapFree=67108688/67108860
[pid=18493] ppid=18490 vsize=10991948 memory=241420 CPUtime=3.11 cores=1,3,5,7
/proc/18493/stat : 18493 (java) S 18490 18493 15790 0 -1 1077944320 23456 13115 0 0 294 10 5 2 20 0 15 0 232638916 11255754752 60355 33554432000 4194304 4196468 140723197032960 140723197015504 140622644334327 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
/proc/18493/statm: 2747987 60355 3479 1 0 2709645 0
[pid=18493/tid=18546] ppid=18490 vsize=10991948 memory=65092 CPUtime=1.41 cores=1,3,5,7
/proc/18493/task/18546/stat : 18546 (java) R 18490 18493 15790 0 -1 4202560 15230 13115 0 0 128 6 5 2 20 0 15 0 232638925 11255754752 60355 33554432000 4194304 4196468 140723197032960 140622616167408 140622216705457 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18547] ppid=18490 vsize=10991948 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/18493/task/18547/stat : 18547 (java) S 18490 18493 15790 0 -1 1077944384 4 13115 0 0 0 0 5 2 20 0 15 0 232638926 11255754752 60355 33554432000 4194304 4196468 140723197032960 140622648576528 140622644344533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18548] ppid=18490 vsize=10991948 memory=279398762995872 CPUtime=0.08 cores=1,3,5,7
/proc/18493/task/18548/stat : 18548 (java) S 18490 18493 15790 0 -1 1077944384 208 13115 0 0 1 0 5 2 20 0 15 0 232638926 11255754752 60355 33554432000 4194304 4196468 140723197032960 140622533773968 140622644344533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18549] ppid=18490 vsize=10991948 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18493/task/18549/stat : 18549 (java) S 18490 18493 15790 0 -1 1077944384 3 13115 0 0 0 0 5 2 20 0 15 0 232638926 11255754752 60355 33554432000 4194304 4196468 140723197032960 140622532720912 140622644344533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18550] ppid=18490 vsize=10991948 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18493/task/18550/stat : 18550 (java) S 18490 18493 15790 0 -1 1077944384 81 13115 0 0 1 0 5 2 20 0 15 0 232638926 11255754752 60355 33554432000 4194304 4196468 140723197032960 140622181620112 140622644344533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18551] ppid=18490 vsize=10991948 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18493/task/18551/stat : 18551 (java) S 18490 18493 15790 0 -1 1077944384 95 13115 0 0 0 0 5 2 20 0 15 0 232638928 11255754752 60355 33554432000 4194304 4196468 140723197032960 140622137367280 140622644345474 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18552] ppid=18490 vsize=10991948 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18493/task/18552/stat : 18552 (java) S 18490 18493 15790 0 -1 1077944384 13 13115 0 0 0 0 5 2 20 0 15 0 232638928 11255754752 60355 33554432000 4194304 4196468 140723197032960 140621537863328 140622644344533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18553] ppid=18490 vsize=10991948 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18493/task/18553/stat : 18553 (java) S 18490 18493 15790 0 -1 1077944384 1 13115 0 0 0 0 5 2 20 0 15 0 232638928 11255754752 60355 33554432000 4194304 4196468 140723197032960 140621390013680 140622644344533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18554] ppid=18490 vsize=10991948 memory=-2746958450906831424 CPUtime=0.07 cores=1,3,5,7
/proc/18493/task/18554/stat : 18554 (java) S 18490 18493 15790 0 -1 1077944384 3 13115 0 0 0 0 5 2 20 0 15 0 232638931 11255754752 60355 33554432000 4194304 4196468 140723197032960 140621082614224 140622644352923 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18555] ppid=18490 vsize=10991948 memory=0 CPUtime=0.63 cores=1,3,5,7
/proc/18493/task/18555/stat : 18555 (java) R 18490 18493 15790 0 -1 4202560 1783 13115 0 0 56 0 5 2 20 0 15 0 232638931 11255754752 60355 33554432000 4194304 4196468 140723197032960 140622136305376 140622636623776 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18556] ppid=18490 vsize=10991948 memory=10 CPUtime=0.66 cores=1,3,5,7
/proc/18493/task/18556/stat : 18556 (java) R 18490 18493 15790 0 -1 4202560 2208 13115 0 0 59 0 5 2 20 0 15 0 232638931 11255754752 60355 33554432000 4194304 4196468 140723197032960 140622135246544 140622623761788 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18557] ppid=18490 vsize=10991948 memory=6791534058613427641 CPUtime=0.52 cores=1,3,5,7
/proc/18493/task/18557/stat : 18557 (java) S 18490 18493 15790 0 -1 1077944384 1633 13115 0 0 44 1 5 2 20 0 15 0 232638931 11255754752 60355 33554432000 4194304 4196468 140723197032960 140622134208496 140622644345474 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18558] ppid=18490 vsize=10991948 memory=4638778398332698720 CPUtime=0.07 cores=1,3,5,7
/proc/18493/task/18558/stat : 18558 (java) S 18490 18493 15790 0 -1 1077944384 3 13115 0 0 0 0 5 2 20 0 15 0 232638931 11255754752 60355 33554432000 4194304 4196468 140723197032960 140620651817312 140622644344533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18559] ppid=18490 vsize=10991948 memory=279398763240384 CPUtime=0.07 cores=1,3,5,7
/proc/18493/task/18559/stat : 18559 (java) S 18490 18493 15790 0 -1 1077944384 1 13115 0 0 0 0 5 2 20 0 15 0 232638931 11255754752 60355 33554432000 4194304 4196468 140723197032960 140622133156912 140622644345474 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
Current children cumulated CPU time: 3.11 s
Current children cumulated vsize: 10991948 KiB

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

/proc/18493/task/18546/stat : 18546 (java) R 18490 18493 15790 0 -1 4202560 283386 13115 0 0 231051 100 5 2 20 0 15 0 232638925 11280941056 934936 33554432000 4194304 4196468 140723197032960 140622616169584 140622226385094 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18547] ppid=18490 vsize=11016544 memory=3739744 CPUtime=9.85 cores=1,3,5,7
/proc/18493/task/18547/stat : 18547 (java) S 18490 18493 15790 0 -1 1077944384 27456 13115 0 0 925 53 5 2 20 0 15 0 232638926 11280941056 934936 33554432000 4194304 4196468 140723197032960 140622648576528 140622644344533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18548] ppid=18490 vsize=11016544 memory=3739744 CPUtime=9.87 cores=1,3,5,7
/proc/18493/task/18548/stat : 18548 (java) S 18490 18493 15790 0 -1 1077944384 28729 13115 0 0 929 51 5 2 20 0 15 0 232638926 11280941056 934936 33554432000 4194304 4196468 140723197032960 140622533773968 140622644344533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18549] ppid=18490 vsize=11016544 memory=3739744 CPUtime=9.84 cores=1,3,5,7
/proc/18493/task/18549/stat : 18549 (java) S 18490 18493 15790 0 -1 1077944384 32686 13115 0 0 923 54 5 2 20 0 15 0 232638926 11280941056 934936 33554432000 4194304 4196468 140723197032960 140622532720912 140622644344533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18550] ppid=18490 vsize=11016544 memory=3739744 CPUtime=9.84 cores=1,3,5,7
/proc/18493/task/18550/stat : 18550 (java) S 18490 18493 15790 0 -1 1077944384 31189 13115 0 0 922 55 5 2 20 0 15 0 232638926 11280941056 934936 33554432000 4194304 4196468 140723197032960 140622181620112 140622644344533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18551] ppid=18490 vsize=11016544 memory=3739744 CPUtime=0.69 cores=1,3,5,7
/proc/18493/task/18551/stat : 18551 (java) S 18490 18493 15790 0 -1 1077944384 27008 13115 0 0 53 9 5 2 20 0 15 0 232638928 11280941056 934936 33554432000 4194304 4196468 140723197032960 140622137367280 140622644345474 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18552] ppid=18490 vsize=11016544 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18493/task/18552/stat : 18552 (java) S 18490 18493 15790 0 -1 1077944384 25 13115 0 0 0 0 5 2 20 0 15 0 232638928 11280941056 934936 33554432000 4194304 4196468 140723197032960 140621537863392 140622644344533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18553] ppid=18490 vsize=11016544 memory=3739744 CPUtime=0.07 cores=1,3,5,7
/proc/18493/task/18553/stat : 18553 (java) S 18490 18493 15790 0 -1 1077944384 10 13115 0 0 0 0 5 2 20 0 15 0 232638928 11280941056 934936 33554432000 4194304 4196468 140723197032960 140621390013696 140622644344533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18554] ppid=18490 vsize=11016544 memory=3739744 CPUtime=0.07 cores=1,3,5,7
/proc/18493/task/18554/stat : 18554 (java) S 18490 18493 15790 0 -1 1077944384 3 13115 0 0 0 0 5 2 20 0 15 0 232638931 11280941056 934936 33554432000 4194304 4196468 140723197032960 140621082614224 140622644352923 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18555] ppid=18490 vsize=11016544 memory=3739744 CPUtime=18.77 cores=1,3,5,7
/proc/18493/task/18555/stat : 18555 (java) S 18490 18493 15790 0 -1 1077944384 78829 13115 0 0 1858 12 5 2 20 0 15 0 232638931 11280941056 934936 33554432000 4194304 4196468 140723197032960 140622136314096 140622644345474 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18556] ppid=18490 vsize=11016544 memory=3739744 CPUtime=18.5 cores=1,3,5,7
/proc/18493/task/18556/stat : 18556 (java) S 18490 18493 15790 0 -1 1077944384 82133 13115 0 0 1831 12 5 2 20 0 15 0 232638931 11280941056 934936 33554432000 4194304 4196468 140723197032960 140622135261552 140622644345474 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18557] ppid=18490 vsize=11016544 memory=3824 CPUtime=5.24 cores=1,3,5,7
/proc/18493/task/18557/stat : 18557 (java) S 18490 18493 15790 0 -1 1077944384 82287 13115 0 0 506 11 5 2 20 0 15 0 232638931 11280941056 934936 33554432000 4194304 4196468 140723197032960 140622134208496 140622644345474 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18558] ppid=18490 vsize=11016544 memory=63324 CPUtime=0.07 cores=1,3,5,7
/proc/18493/task/18558/stat : 18558 (java) S 18490 18493 15790 0 -1 1077944384 3 13115 0 0 0 0 5 2 20 0 15 0 232638931 11280941056 934936 33554432000 4194304 4196468 140723197032960 140620651817312 140622644344533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18559] ppid=18490 vsize=11016544 memory=3739744 CPUtime=1.4 cores=1,3,5,7
/proc/18493/task/18559/stat : 18559 (java) S 18490 18493 15790 0 -1 1077944384 1468 13115 0 0 59 74 5 2 20 0 15 0 232638931 11280941056 934936 33554432000 4194304 4196468 140723197032960 140622133156912 140622644345474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
Current children cumulated CPU time: 2395.04 s
Current children cumulated vsize: 11016544 KiB
Current children cumulated memory: 3739744 KiB

[startup+2382.3 s]
/proc/loadavg: 1.80 1.63 1.70 3/219 18923
/proc/meminfo: memFree=13565560/32770624 swapFree=67108688/67108860
[pid=18493] ppid=18490 vsize=11016544 memory=3739744 CPUtime=2455.2 cores=1,3,5,7
/proc/18493/stat : 18493 (java) S 18490 18493 15790 0 -1 1077944320 683299 13115 0 0 245093 420 5 2 20 0 15 0 232638916 11280941056 934936 33554432000 4194304 4196468 140723197032960 140723197015504 140622644334327 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
/proc/18493/statm: 2754136 934936 3537 1 0 2715789 0
[pid=18493/tid=18546] ppid=18490 vsize=11016544 memory=279398763315744 CPUtime=2371.53 cores=1,3,5,7
/proc/18493/task/18546/stat : 18546 (java) R 18490 18493 15790 0 -1 4202560 286797 13115 0 0 237045 101 5 2 20 0 15 0 232638925 11280941056 934936 33554432000 4194304 4196468 140723197032960 140622616168736 140622235655180 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18547] ppid=18490 vsize=11016544 memory=3739744 CPUtime=9.89 cores=1,3,5,7
/proc/18493/task/18547/stat : 18547 (java) S 18490 18493 15790 0 -1 1077944384 27956 13115 0 0 929 53 5 2 20 0 15 0 232638926 11280941056 934936 33554432000 4194304 4196468 140723197032960 140622648576528 140622644344533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18548] ppid=18490 vsize=11016544 memory=3739744 CPUtime=9.91 cores=1,3,5,7
/proc/18493/task/18548/stat : 18548 (java) S 18490 18493 15790 0 -1 1077944384 29226 13115 0 0 933 51 5 2 20 0 15 0 232638926 11280941056 934936 33554432000 4194304 4196468 140723197032960 140622533773968 140622644344533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18549] ppid=18490 vsize=11016544 memory=2036 CPUtime=9.87 cores=1,3,5,7
/proc/18493/task/18549/stat : 18549 (java) S 18490 18493 15790 0 -1 1077944384 33580 13115 0 0 926 54 5 2 20 0 15 0 232638926 11280941056 934936 33554432000 4194304 4196468 140723197032960 140622532720912 140622644344533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18550] ppid=18490 vsize=11016544 memory=7 CPUtime=9.88 cores=1,3,5,7
/proc/18493/task/18550/stat : 18550 (java) S 18490 18493 15790 0 -1 1077944384 31426 13115 0 0 926 55 5 2 20 0 15 0 232638926 11280941056 934936 33554432000 4194304 4196468 140723197032960 140622181620112 140622644344533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18551] ppid=18490 vsize=11016544 memory=3739744 CPUtime=0.69 cores=1,3,5,7
/proc/18493/task/18551/stat : 18551 (java) S 18490 18493 15790 0 -1 1077944384 27312 13115 0 0 53 9 5 2 20 0 15 0 232638928 11280941056 934936 33554432000 4194304 4196468 140723197032960 140622137367280 140622644345474 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18552] ppid=18490 vsize=11016544 memory=3739744 CPUtime=0.07 cores=1,3,5,7
/proc/18493/task/18552/stat : 18552 (java) S 18490 18493 15790 0 -1 1077944384 25 13115 0 0 0 0 5 2 20 0 15 0 232638928 11280941056 934936 33554432000 4194304 4196468 140723197032960 140621537863392 140622644344533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18553] ppid=18490 vsize=11016544 memory=3739744 CPUtime=0.07 cores=1,3,5,7
/proc/18493/task/18553/stat : 18553 (java) S 18490 18493 15790 0 -1 1077944384 10 13115 0 0 0 0 5 2 20 0 15 0 232638928 11280941056 934936 33554432000 4194304 4196468 140723197032960 140621390013696 140622644344533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18554] ppid=18490 vsize=11016544 memory=3739744 CPUtime=0.07 cores=1,3,5,7
/proc/18493/task/18554/stat : 18554 (java) S 18490 18493 15790 0 -1 1077944384 3 13115 0 0 0 0 5 2 20 0 15 0 232638931 11280941056 934936 33554432000 4194304 4196468 140723197032960 140621082614224 140622644352923 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18555] ppid=18490 vsize=11016544 memory=3739744 CPUtime=18.77 cores=1,3,5,7
/proc/18493/task/18555/stat : 18555 (java) S 18490 18493 15790 0 -1 1077944384 78832 13115 0 0 1858 12 5 2 20 0 15 0 232638931 11280941056 934936 33554432000 4194304 4196468 140723197032960 140622136314096 140622644345474 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18556] ppid=18490 vsize=11016544 memory=3739744 CPUtime=18.5 cores=1,3,5,7
/proc/18493/task/18556/stat : 18556 (java) S 18490 18493 15790 0 -1 1077944384 82141 13115 0 0 1831 12 5 2 20 0 15 0 232638931 11280941056 934936 33554432000 4194304 4196468 140723197032960 140622135261552 140622644345474 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18557] ppid=18490 vsize=11016544 memory=3739744 CPUtime=5.24 cores=1,3,5,7
/proc/18493/task/18557/stat : 18557 (java) S 18490 18493 15790 0 -1 1077944384 82291 13115 0 0 506 11 5 2 20 0 15 0 232638931 11280941056 934936 33554432000 4194304 4196468 140723197032960 140622134208496 140622644345474 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18558] ppid=18490 vsize=11016544 memory=16348 CPUtime=0.07 cores=1,3,5,7
/proc/18493/task/18558/stat : 18558 (java) S 18490 18493 15790 0 -1 1077944384 3 13115 0 0 0 0 5 2 20 0 15 0 232638931 11280941056 934936 33554432000 4194304 4196468 140723197032960 140620651817312 140622644344533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18559] ppid=18490 vsize=11016544 memory=3739744 CPUtime=1.43 cores=1,3,5,7
/proc/18493/task/18559/stat : 18559 (java) S 18490 18493 15790 0 -1 1077944384 1507 13115 0 0 60 76 5 2 20 0 15 0 232638931 11280941056 934936 33554432000 4194304 4196468 140723197032960 140622133156912 140622644345474 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
Current children cumulated CPU time: 2455.2 s
Current children cumulated vsize: 11016544 KiB
Current children cumulated memory: 3739744 KiB

[startup+2442.3 s]
/proc/loadavg: 1.63 1.62 1.69 3/219 18924
/proc/meminfo: memFree=13556904/32770624 swapFree=67108688/67108860
[pid=18493] ppid=18490 vsize=11016544 memory=3751392 CPUtime=2515.37 cores=1,3,5,7
/proc/18493/stat : 18493 (java) S 18490 18493 15790 0 -1 1077944320 689210 13115 0 0 251107 423 5 2 20 0 15 0 232638916 11280941056 937848 33554432000 4194304 4196468 140723197032960 140723197015504 140622644334327 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
/proc/18493/statm: 2754136 937848 3537 1 0 2715789 0
[pid=18493/tid=18546] ppid=18490 vsize=11016544 memory=3751392 CPUtime=2431.48 cores=1,3,5,7
/proc/18493/task/18546/stat : 18546 (java) R 18490 18493 15790 0 -1 4202560 290394 13115 0 0 243038 103 5 2 20 0 15 0 232638925 11280941056 937848 33554432000 4194304 4196468 140723197032960 140622616168224 140622214074034 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18547] ppid=18490 vsize=11016544 memory=3751392 CPUtime=9.93 cores=1,3,5,7
/proc/18493/task/18547/stat : 18547 (java) S 18490 18493 15790 0 -1 1077944384 28447 13115 0 0 933 53 5 2 20 0 15 0 232638926 11280941056 937848 33554432000 4194304 4196468 140723197032960 140622648576528 140622644344533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18548] ppid=18490 vsize=11016544 memory=3751392 CPUtime=9.96 cores=1,3,5,7
/proc/18493/task/18548/stat : 18548 (java) S 18490 18493 15790 0 -1 1077944384 29393 13115 0 0 938 51 5 2 20 0 15 0 232638926 11280941056 937848 33554432000 4194304 4196468 140723197032960 140622533773968 140622644344533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18549] ppid=18490 vsize=11016544 memory=3739744 CPUtime=9.92 cores=1,3,5,7
/proc/18493/task/18549/stat : 18549 (java) S 18490 18493 15790 0 -1 1077944384 34393 13115 0 0 931 54 5 2 20 0 15 0 232638926 11280941056 937848 33554432000 4194304 4196468 140723197032960 140622532720912 140622644344533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18550] ppid=18490 vsize=11016544 memory=3739744 CPUtime=9.92 cores=1,3,5,7
/proc/18493/task/18550/stat : 18550 (java) S 18490 18493 15790 0 -1 1077944384 31908 13115 0 0 930 55 5 2 20 0 15 0 232638926 11280941056 937848 33554432000 4194304 4196468 140723197032960 140622181620112 140622644344533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18551] ppid=18490 vsize=11016544 memory=3739744 CPUtime=0.7 cores=1,3,5,7
/proc/18493/task/18551/stat : 18551 (java) S 18490 18493 15790 0 -1 1077944384 27632 13115 0 0 54 9 5 2 20 0 15 0 232638928 11280941056 937848 33554432000 4194304 4196468 140723197032960 140622137367280 140622644345474 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18552] ppid=18490 vsize=11016544 memory=3739744 CPUtime=0.07 cores=1,3,5,7
/proc/18493/task/18552/stat : 18552 (java) S 18490 18493 15790 0 -1 1077944384 25 13115 0 0 0 0 5 2 20 0 15 0 232638928 11280941056 937848 33554432000 4194304 4196468 140723197032960 140621537863392 140622644344533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18553] ppid=18490 vsize=11016544 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18493/task/18553/stat : 18553 (java) S 18490 18493 15790 0 -1 1077944384 10 13115 0 0 0 0 5 2 20 0 15 0 232638928 11280941056 937848 33554432000 4194304 4196468 140723197032960 140621390013696 140622644344533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18554] ppid=18490 vsize=11016544 memory=3739744 CPUtime=0.07 cores=1,3,5,7
/proc/18493/task/18554/stat : 18554 (java) S 18490 18493 15790 0 -1 1077944384 3 13115 0 0 0 0 5 2 20 0 15 0 232638931 11280941056 937848 33554432000 4194304 4196468 140723197032960 140621082614224 140622644352923 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18555] ppid=18490 vsize=11016544 memory=3739744 CPUtime=18.77 cores=1,3,5,7
/proc/18493/task/18555/stat : 18555 (java) S 18490 18493 15790 0 -1 1077944384 78835 13115 0 0 1858 12 5 2 20 0 15 0 232638931 11280941056 937848 33554432000 4194304 4196468 140723197032960 140622136314096 140622644345474 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18556] ppid=18490 vsize=11016544 memory=3739744 CPUtime=18.5 cores=1,3,5,7
/proc/18493/task/18556/stat : 18556 (java) S 18490 18493 15790 0 -1 1077944384 82149 13115 0 0 1831 12 5 2 20 0 15 0 232638931 11280941056 937848 33554432000 4194304 4196468 140723197032960 140622135261552 140622644345474 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18557] ppid=18490 vsize=11016544 memory=3751392 CPUtime=5.24 cores=1,3,5,7
/proc/18493/task/18557/stat : 18557 (java) S 18490 18493 15790 0 -1 1077944384 82295 13115 0 0 506 11 5 2 20 0 15 0 232638931 11280941056 937848 33554432000 4194304 4196468 140723197032960 140622134208496 140622644345474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18558] ppid=18490 vsize=11016544 memory=3751392 CPUtime=0.07 cores=1,3,5,7
/proc/18493/task/18558/stat : 18558 (java) S 18490 18493 15790 0 -1 1077944384 3 13115 0 0 0 0 5 2 20 0 15 0 232638931 11280941056 937848 33554432000 4194304 4196468 140723197032960 140620651817312 140622644344533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18559] ppid=18490 vsize=11016544 memory=3751392 CPUtime=1.47 cores=1,3,5,7
/proc/18493/task/18559/stat : 18559 (java) S 18490 18493 15790 0 -1 1077944384 1533 13115 0 0 62 78 5 2 20 0 15 0 232638931 11280941056 937848 33554432000 4194304 4196468 140723197032960 140622133156912 140622644345474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
Current children cumulated CPU time: 2515.37 s
Current children cumulated vsize: 11016544 KiB
Current children cumulated memory: 3751392 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2447 s]*
/proc/loadavg: 1.66 1.63 1.69 3/220 18932
/proc/meminfo: memFree=13554292/32770624 swapFree=67108688/67108860
[pid=18493] ppid=18490 vsize=11016544 memory=3753440 CPUtime=2520.1 cores=1,3,5,7
/proc/18493/stat : 18493 (java) S 18490 18493 15790 0 -1 1077944320 689214 13115 0 0 251580 423 5 2 20 0 15 0 232638916 11280941056 938360 33554432000 4194304 4196468 140723197032960 140723197015504 140622644334327 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
/proc/18493/statm: 2754136 938360 3537 1 0 2715789 0
[pid=18493/tid=18546] ppid=18490 vsize=11016544 memory=6791534058613427641 CPUtime=2436.18 cores=1,3,5,7
/proc/18493/task/18546/stat : 18546 (java) R 18490 18493 15790 0 -1 4202560 290397 13115 0 0 243508 103 5 2 20 0 15 0 232638925 11280941056 938360 33554432000 4194304 4196468 140723197032960 140622616168384 140622236834271 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18547] ppid=18490 vsize=11016544 memory=4872558044660077418 CPUtime=9.94 cores=1,3,5,7
/proc/18493/task/18547/stat : 18547 (java) S 18490 18493 15790 0 -1 1077944384 28448 13115 0 0 934 53 5 2 20 0 15 0 232638926 11280941056 938360 33554432000 4194304 4196468 140723197032960 140622648576528 140622644344533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18548] ppid=18490 vsize=11016544 memory=2316 CPUtime=9.97 cores=1,3,5,7
/proc/18493/task/18548/stat : 18548 (java) S 18490 18493 15790 0 -1 1077944384 29393 13115 0 0 939 51 5 2 20 0 15 0 232638926 11280941056 938360 33554432000 4194304 4196468 140723197032960 140622533773968 140622644344533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18549] ppid=18490 vsize=11016544 memory=1224 CPUtime=9.93 cores=1,3,5,7
/proc/18493/task/18549/stat : 18549 (java) S 18490 18493 15790 0 -1 1077944384 34393 13115 0 0 932 54 5 2 20 0 15 0 232638926 11280941056 938360 33554432000 4194304 4196468 140723197032960 140622532720912 140622644344533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18550] ppid=18490 vsize=11016544 memory=1792 CPUtime=9.93 cores=1,3,5,7
/proc/18493/task/18550/stat : 18550 (java) S 18490 18493 15790 0 -1 1077944384 31908 13115 0 0 931 55 5 2 20 0 15 0 232638926 11280941056 938360 33554432000 4194304 4196468 140723197032960 140622181620112 140622644344533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18551] ppid=18490 vsize=11016544 memory=876 CPUtime=0.7 cores=1,3,5,7
/proc/18493/task/18551/stat : 18551 (java) S 18490 18493 15790 0 -1 1077944384 27632 13115 0 0 54 9 5 2 20 0 15 0 232638928 11280941056 938360 33554432000 4194304 4196468 140723197032960 140622137367280 140622644345474 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18552] ppid=18490 vsize=11016544 memory=5344 CPUtime=0.07 cores=1,3,5,7
/proc/18493/task/18552/stat : 18552 (java) S 18490 18493 15790 0 -1 1077944384 25 13115 0 0 0 0 5 2 20 0 15 0 232638928 11280941056 938360 33554432000 4194304 4196468 140723197032960 140621537863392 140622644344533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18553] ppid=18490 vsize=11016544 memory=756 CPUtime=0.07 cores=1,3,5,7
/proc/18493/task/18553/stat : 18553 (java) S 18490 18493 15790 0 -1 1077944384 10 13115 0 0 0 0 5 2 20 0 15 0 232638928 11280941056 938360 33554432000 4194304 4196468 140723197032960 140621390013696 140622644344533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18554] ppid=18490 vsize=11016544 memory=4588 CPUtime=0.07 cores=1,3,5,7
/proc/18493/task/18554/stat : 18554 (java) S 18490 18493 15790 0 -1 1077944384 3 13115 0 0 0 0 5 2 20 0 15 0 232638931 11280941056 938360 33554432000 4194304 4196468 140723197032960 140621082614224 140622644352923 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18555] ppid=18490 vsize=11016544 memory=1388 CPUtime=18.77 cores=1,3,5,7
/proc/18493/task/18555/stat : 18555 (java) S 18490 18493 15790 0 -1 1077944384 78835 13115 0 0 1858 12 5 2 20 0 15 0 232638931 11280941056 938360 33554432000 4194304 4196468 140723197032960 140622136314096 140622644345474 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18556] ppid=18490 vsize=11016544 memory=9664 CPUtime=18.5 cores=1,3,5,7
/proc/18493/task/18556/stat : 18556 (java) S 18490 18493 15790 0 -1 1077944384 82149 13115 0 0 1831 12 5 2 20 0 15 0 232638931 11280941056 938360 33554432000 4194304 4196468 140723197032960 140622135261552 140622644345474 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18557] ppid=18490 vsize=11016544 memory=1136 CPUtime=5.24 cores=1,3,5,7
/proc/18493/task/18557/stat : 18557 (java) S 18490 18493 15790 0 -1 1077944384 82295 13115 0 0 506 11 5 2 20 0 15 0 232638931 11280941056 938360 33554432000 4194304 4196468 140723197032960 140622134208496 140622644345474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18558] ppid=18490 vsize=11016544 memory=1224 CPUtime=0.07 cores=1,3,5,7
/proc/18493/task/18558/stat : 18558 (java) S 18490 18493 15790 0 -1 1077944384 3 13115 0 0 0 0 5 2 20 0 15 0 232638931 11280941056 938360 33554432000 4194304 4196468 140723197032960 140620651817312 140622644344533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
[pid=18493/tid=18559] ppid=18490 vsize=11016544 memory=1616 CPUtime=1.47 cores=1,3,5,7
/proc/18493/task/18559/stat : 18559 (java) S 18490 18493 15790 0 -1 1077944384 1533 13115 0 0 62 78 5 2 20 0 15 0 232638931 11280941056 938360 33554432000 4194304 4196468 140723197032960 140622133156912 140622644345474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33341440 140723197041252 140723197044060 140723197044060 140723197046735 0
Current children cumulated CPU time: 2520.1 s
Current children cumulated vsize: 11016544 KiB
Current children cumulated memory: 3753440 KiB

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

[startup+2447.06 s]
# the end of solver process 18493 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.89 s, system=4.29337 s

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

Child status: 143
Real time (s): 2447.06
CPU time (s): 2520.18
CPU user time (s): 2515.89
CPU system time (s): 4.29337
CPU usage (%): 102.988
Max. virtual memory (cumulated for all children) (KiB): 11016544
Max. memory (cumulated for all children) (KiB): 3753440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.89
system time used= 4.29337
maximum resident set size= 3757664
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 706291
page faults= 0
swaps= 0
block input operations= 8
block output operations= 3128
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 76706
involuntary context switches= 2419


# summary of solver processes directly reported to runsolver:
#   pid: 18493
#   total CPU time (s): 2520.18
#   total CPU user time (s): 2515.89
#   total CPU system time (s): 4.29337

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.9806 second user time and 20.9663 second system time

The end

Launcher Data

Begin job on node134 at 2018-08-13 10:59:17
IDJOB=4304772
IDBENCH=141644
IDSOLVER=2781
FILE ID=node134/4304772-1534150757
RUNJOBID= node134-1534138334-16508
PBS_JOBID= 21037013
Free space on /tmp= 42536 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/SteelMillSlab/SteelMillSlab-m2-4-0_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304772-1534150757/watcher-4304772-1534150757 -o /tmp/evaluation-result-4304772-1534150757/solver-4304772-1534150757 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1534138334-16508 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=548104149 -superng HOME/instance-4304772-1534150757.xml

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

MD5SUM BENCH= 04f92f5fbe642378aecc464c78b62b37
RANDOM SEED=548104149

node134.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.68
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.68
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.68
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.68
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:        17617552 kB
MemAvailable:   31323772 kB
Buffers:          219348 kB
Cached:         13635752 kB
SwapCached:           52 kB
Active:          5121812 kB
Inactive:        9369092 kB
Active(anon):     584988 kB
Inactive(anon):   103128 kB
Active(file):    4536824 kB
Inactive(file):  9265964 kB
Unevictable:        7392 kB
Mlocked:            7392 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:             27664 kB
Writeback:             0 kB
AnonPages:        679840 kB
Mapped:            68700 kB
Shmem:             49652 kB
Slab:             360124 kB
SReclaimable:     331892 kB
SUnreclaim:        28232 kB
KernelStack:        3888 kB
PageTables:         6444 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1802848 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    579584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 42508 MiB
End job on node134 at 2018-08-13 11:40:04