Trace number 4302669

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) 252.069 192.447

General information on the benchmark

NamePeacableArmies/
PeacableArmies-m2-20_c18.xml
MD5SUMe7264eb6ef9a48e90df3f2dfb87ec466
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark34
Best CPU time to get the best result obtained on this benchmark252.145
Satisfiable
(Un)Satisfiability was proved
Number of variables402
Number of constraints12543
Number of domains2
Minimum domain size3
Maximum domain size200
Distribution of domain sizes[{"size":3,"count":400},{"size":200,"count":2}]
Minimum variable degree2
Maximum variable degree77
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":1},{"degree":59,"count":76},{"degree":61,"count":68},{"degree":63,"count":60},{"degree":65,"count":52},{"degree":67,"count":44},{"degree":69,"count":36},{"degree":71,"count":28},{"degree":73,"count":20},{"degree":75,"count":12},{"degree":77,"count":4}]
Minimum constraint arity2
Maximum constraint arity401
Distribution of constraint arities[{"arity":2,"count":12541},{"arity":401,"count":2}]
Number of extensional constraints0
Number of intensional constraints12541
Distribution of constraint types[{"type":"intension","count":12541},{"type":"count","count":2}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

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

Verifier Data


Watcher Data

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

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302669-1532897933/watcher-4302669-1532897933 -o /tmp/evaluation-result-4302669-1532897933/solver-4302669-1532897933 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node134-1532893331-28700 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=1830866024 -superng HOME/instance-4302669-1532897933.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=3371, runsolver pid=3368
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 2.22 1.76 1.75 4/211 3428
/proc/meminfo: memFree=25193720/32770624 swapFree=67108744/67108860
[pid=3371] ppid=3368 vsize=10005480 memory=16812 CPUtime=0.1 cores=0,2,4,6
/proc/3371/stat : 3371 (java) S 3368 3371 19273 0 -1 1077944320 4342 13019 0 0 1 1 5 3 20 0 6 0 107356531 10245611520 4203 33554432000 4194304 4196468 140729859490384 140729859472928 139986028629751 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
/proc/3371/statm: 2501370 4203 1935 1 0 2489808 0
[pid=3371/tid=3424] ppid=3368 vsize=10005480 memory=-8171376296011865461 CPUtime=0.08 cores=0,2,4,6
/proc/3371/task/3424/stat : 3424 (java) R 3368 3371 19273 0 -1 4202560 2209 13019 0 0 0 0 5 3 20 0 6 0 107356540 10245611520 4269 33554432000 4194304 4196468 140729859490384 139986000466512 139986012710238 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3425] ppid=3368 vsize=10005480 memory=5792869726567804975 CPUtime=0.08 cores=0,2,4,6
/proc/3371/task/3425/stat : 3425 (java) S 3368 3371 19273 0 -1 1077944384 2 13019 0 0 0 0 5 3 20 0 6 0 107356541 10245611520 4269 33554432000 4194304 4196468 140729859490384 139986032872208 139986028639957 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3426] ppid=3368 vsize=10005480 memory=139998454826624 CPUtime=0.08 cores=0,2,4,6
/proc/3371/task/3426/stat : 3426 (java) S 3368 3371 19273 0 -1 1077944384 1 13019 0 0 0 0 5 3 20 0 6 0 107356541 10245611520 4269 33554432000 4194304 4196468 140729859490384 139985887591312 139986028639957 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3427] ppid=3368 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3371/task/3427/stat : 3427 (java) S 3368 3371 19273 0 -1 1077944384 1 13019 0 0 0 0 5 3 20 0 6 0 107356541 10245611520 4269 33554432000 4194304 4196468 140729859490384 139985886538768 139986028639957 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3428] ppid=3368 vsize=10005480 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/3371/task/3428/stat : 3428 (java) S 3368 3371 19273 0 -1 1077944384 2 13019 0 0 0 0 5 3 20 0 6 0 107356541 10245611520 4269 33554432000 4194304 4196468 140729859490384 139985885486224 139986028639957 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16812 KiB

[startup+0.210223 s]*
/proc/loadavg: 2.22 1.76 1.75 3/220 3437
/proc/meminfo: memFree=25172172/32770624 swapFree=67108744/67108860
[pid=3371] ppid=3368 vsize=10982744 memory=41696 CPUtime=0.27 cores=0,2,4,6
/proc/3371/stat : 3371 (java) S 3368 3371 19273 0 -1 1077944320 7662 13019 0 0 17 2 5 3 20 0 15 0 107356531 11246329856 10424 33554432000 4194304 4196468 140729859490384 140729859472928 139986028629751 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
/proc/3371/statm: 2745686 10424 2956 1 0 2708109 0
[pid=3371/tid=3424] ppid=3368 vsize=10982744 memory=8389772277269004345 CPUtime=0.19 cores=0,2,4,6
/proc/3371/task/3424/stat : 3424 (java) R 3368 3371 19273 0 -1 4202560 4594 13019 0 0 10 1 5 3 20 0 15 0 107356540 11246329856 10820 33554432000 4194304 4196468 140729859490384 139986000426672 139986008905579 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3425] ppid=3368 vsize=10982744 memory=288292155783643159 CPUtime=0.08 cores=0,2,4,6
/proc/3371/task/3425/stat : 3425 (java) S 3368 3371 19273 0 -1 1077944384 2 13019 0 0 0 0 5 3 20 0 15 0 107356541 11246329856 10820 33554432000 4194304 4196468 140729859490384 139986032872208 139986028639957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3426] ppid=3368 vsize=10982744 memory=139998455467710 CPUtime=0.08 cores=0,2,4,6
/proc/3371/task/3426/stat : 3426 (java) S 3368 3371 19273 0 -1 1077944384 1 13019 0 0 0 0 5 3 20 0 15 0 107356541 11246329856 10820 33554432000 4194304 4196468 140729859490384 139985887591312 139986028639957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3427] ppid=3368 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3371/task/3427/stat : 3427 (java) S 3368 3371 19273 0 -1 1077944384 1 13019 0 0 0 0 5 3 20 0 15 0 107356541 11246329856 10820 33554432000 4194304 4196468 140729859490384 139985886538768 139986028639957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3428] ppid=3368 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/3371/task/3428/stat : 3428 (java) S 3368 3371 19273 0 -1 1077944384 2 13019 0 0 0 0 5 3 20 0 15 0 107356541 11246329856 10820 33554432000 4194304 4196468 140729859490384 139985885486224 139986028639957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3429] ppid=3368 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3371/task/3429/stat : 3429 (java) S 3368 3371 19273 0 -1 1077944384 2 13019 0 0 0 0 5 3 20 0 15 0 107356542 11246329856 10820 33554432000 4194304 4196468 140729859490384 139985453787120 139986028640898 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3430] ppid=3368 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/3371/task/3430/stat : 3430 (java) S 3368 3371 19273 0 -1 1077944384 13 13019 0 0 0 0 5 3 20 0 15 0 107356543 11246329856 10820 33554432000 4194304 4196468 140729859490384 139984728220576 139986028639957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3431] ppid=3368 vsize=10982744 memory=139998454826624 CPUtime=0.08 cores=0,2,4,6
/proc/3371/task/3431/stat : 3431 (java) S 3368 3371 19273 0 -1 1077944384 21 13019 0 0 0 0 5 3 20 0 15 0 107356543 11246329856 10820 33554432000 4194304 4196468 140729859490384 139984661107696 139986028639957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3432] ppid=3368 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/3371/task/3432/stat : 3432 (java) S 3368 3371 19273 0 -1 1077944384 3 13019 0 0 0 0 5 3 20 0 15 0 107356545 11246329856 10886 33554432000 4194304 4196468 140729859490384 139984353712336 139986028648347 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3433] ppid=3368 vsize=10982744 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/3371/task/3433/stat : 3433 (java) S 3368 3371 19273 0 -1 1077944384 426 13019 0 0 1 0 5 3 20 0 15 0 107356545 11246329856 10886 33554432000 4194304 4196468 140729859490384 139985452734960 139986028640898 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3434] ppid=3368 vsize=10982744 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/3371/task/3434/stat : 3434 (java) S 3368 3371 19273 0 -1 1077944384 186 13019 0 0 1 0 5 3 20 0 15 0 107356545 11246329856 10886 33554432000 4194304 4196468 140729859490384 139985451682416 139986028640898 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3435] ppid=3368 vsize=10982744 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/3371/task/3435/stat : 3435 (java) S 3368 3371 19273 0 -1 1077944384 607 13019 0 0 3 0 5 3 20 0 15 0 107356546 11246329856 10886 33554432000 4194304 4196468 140729859490384 139985450629872 139986028640898 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3436] ppid=3368 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3371/task/3436/stat : 3436 (java) S 3368 3371 19273 0 -1 1077944384 3 13019 0 0 0 0 5 3 20 0 15 0 107356546 11246329856 10886 33554432000 4194304 4196468 140729859490384 139983922916448 139986028639957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3437] ppid=3368 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3371/task/3437/stat : 3437 (java) S 3368 3371 19273 0 -1 1077944384 1 13019 0 0 0 0 5 3 20 0 15 0 107356546 11246329856 10886 33554432000 4194304 4196468 140729859490384 139985449576752 139986028640898 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 41696 KiB

[startup+0.310442 s]*
/proc/loadavg: 2.22 1.76 1.75 3/220 3437
/proc/meminfo: memFree=25159864/32770624 swapFree=67108744/67108860
[pid=3371] ppid=3368 vsize=10983192 memory=54268 CPUtime=0.39 cores=0,2,4,6
/proc/3371/stat : 3371 (java) S 3368 3371 19273 0 -1 1077944320 10648 13019 0 0 28 3 5 3 20 0 15 0 107356531 11246788608 13567 33554432000 4194304 4196468 140729859490384 140729859472928 139986028629751 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
/proc/3371/statm: 2745798 13567 3075 1 0 2708109 0
[pid=3371/tid=3424] ppid=3368 vsize=10983192 memory=6935054825532540783 CPUtime=0.29 cores=0,2,4,6
/proc/3371/task/3424/stat : 3424 (java) R 3368 3371 19273 0 -1 4202560 7181 13019 0 0 19 2 5 3 20 0 15 0 107356540 11246788608 13567 33554432000 4194304 4196468 140729859490384 139986000441760 139986013795319 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3425] ppid=3368 vsize=10983192 memory=4872558044660077418 CPUtime=0.08 cores=0,2,4,6
/proc/3371/task/3425/stat : 3425 (java) S 3368 3371 19273 0 -1 1077944384 2 13019 0 0 0 0 5 3 20 0 15 0 107356541 11246788608 13567 33554432000 4194304 4196468 140729859490384 139986032872208 139986028639957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3426] ppid=3368 vsize=10983192 memory=-2843878417231365278 CPUtime=0.08 cores=0,2,4,6
/proc/3371/task/3426/stat : 3426 (java) S 3368 3371 19273 0 -1 1077944384 1 13019 0 0 0 0 5 3 20 0 15 0 107356541 11246788608 13567 33554432000 4194304 4196468 140729859490384 139985887591312 139986028639957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3427] ppid=3368 vsize=10983192 memory=-8412656567334364540 CPUtime=0.08 cores=0,2,4,6
/proc/3371/task/3427/stat : 3427 (java) S 3368 3371 19273 0 -1 1077944384 1 13019 0 0 0 0 5 3 20 0 15 0 107356541 11246788608 13567 33554432000 4194304 4196468 140729859490384 139985886538768 139986028639957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3428] ppid=3368 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/3371/task/3428/stat : 3428 (java) S 3368 3371 19273 0 -1 1077944384 2 13019 0 0 0 0 5 3 20 0 15 0 107356541 11246788608 13567 33554432000 4194304 4196468 140729859490384 139985885486224 139986028639957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3429] ppid=3368 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3371/task/3429/stat : 3429 (java) S 3368 3371 19273 0 -1 1077944384 2 13019 0 0 0 0 5 3 20 0 15 0 107356542 11246788608 13567 33554432000 4194304 4196468 140729859490384 139985453787120 139986028640898 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3430] ppid=3368 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3371/task/3430/stat : 3430 (java) S 3368 3371 19273 0 -1 1077944384 13 13019 0 0 0 0 5 3 20 0 15 0 107356543 11246788608 13567 33554432000 4194304 4196468 140729859490384 139984728220576 139986028639957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3431] ppid=3368 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3371/task/3431/stat : 3431 (java) S 3368 3371 19273 0 -1 1077944384 21 13019 0 0 0 0 5 3 20 0 15 0 107356543 11246788608 13567 33554432000 4194304 4196468 140729859490384 139984661107696 139986028639957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3432] ppid=3368 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3371/task/3432/stat : 3432 (java) S 3368 3371 19273 0 -1 1077944384 3 13019 0 0 0 0 5 3 20 0 15 0 107356545 11246788608 13567 33554432000 4194304 4196468 140729859490384 139984353712336 139986028648347 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3433] ppid=3368 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/3371/task/3433/stat : 3433 (java) S 3368 3371 19273 0 -1 1077944384 429 13019 0 0 1 0 5 3 20 0 15 0 107356545 11246788608 13567 33554432000 4194304 4196468 140729859490384 139985452734960 139986028640898 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3434] ppid=3368 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/3371/task/3434/stat : 3434 (java) S 3368 3371 19273 0 -1 1077944384 188 13019 0 0 1 0 5 3 20 0 15 0 107356545 11246788608 13567 33554432000 4194304 4196468 140729859490384 139985451682416 139986028640898 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3435] ppid=3368 vsize=10983192 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/3371/task/3435/stat : 3435 (java) S 3368 3371 19273 0 -1 1077944384 613 13019 0 0 5 0 5 3 20 0 15 0 107356546 11246788608 13567 33554432000 4194304 4196468 140729859490384 139985450629872 139986028640898 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3436] ppid=3368 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3371/task/3436/stat : 3436 (java) S 3368 3371 19273 0 -1 1077944384 3 13019 0 0 0 0 5 3 20 0 15 0 107356546 11246788608 13567 33554432000 4194304 4196468 140729859490384 139983922916448 139986028639957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3437] ppid=3368 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3371/task/3437/stat : 3437 (java) S 3368 3371 19273 0 -1 1077944384 1 13019 0 0 0 0 5 3 20 0 15 0 107356546 11246788608 13567 33554432000 4194304 4196468 140729859490384 139985449576752 139986028640898 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 54268 KiB

[startup+0.700709 s]
/proc/loadavg: 2.22 1.76 1.75 4/220 3437
/proc/meminfo: memFree=25149052/32770624 swapFree=67108744/67108860
[pid=3371] ppid=3368 vsize=10983192 memory=86492 CPUtime=0.99 cores=0,2,4,6
/proc/3371/stat : 3371 (java) S 3368 3371 19273 0 -1 1077944320 16758 13019 0 0 87 4 5 3 20 0 15 0 107356531 11246788608 21623 33554432000 4194304 4196468 140729859490384 140729859472928 139986028629751 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
/proc/3371/statm: 2745798 21623 3244 1 0 2708109 0
[pid=3371/tid=3424] ppid=3368 vsize=10983192 memory=30724 CPUtime=0.67 cores=0,2,4,6
/proc/3371/task/3424/stat : 3424 (java) R 3368 3371 19273 0 -1 4202560 12274 13019 0 0 56 3 5 3 20 0 15 0 107356540 11246788608 21623 33554432000 4194304 4196468 140729859490384 139986000424536 139986012710238 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3425] ppid=3368 vsize=10983192 memory=279996702658320 CPUtime=0.08 cores=0,2,4,6
/proc/3371/task/3425/stat : 3425 (java) S 3368 3371 19273 0 -1 1077944384 2 13019 0 0 0 0 5 3 20 0 15 0 107356541 11246788608 21623 33554432000 4194304 4196468 140729859490384 139986032872208 139986028639957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3426] ppid=3368 vsize=10983192 memory=2494973347585 CPUtime=0.08 cores=0,2,4,6
/proc/3371/task/3426/stat : 3426 (java) S 3368 3371 19273 0 -1 1077944384 1 13019 0 0 0 0 5 3 20 0 15 0 107356541 11246788608 21623 33554432000 4194304 4196468 140729859490384 139985887591312 139986028639957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3427] ppid=3368 vsize=10983192 memory=2525038118657 CPUtime=0.08 cores=0,2,4,6
/proc/3371/task/3427/stat : 3427 (java) S 3368 3371 19273 0 -1 1077944384 1 13019 0 0 0 0 5 3 20 0 15 0 107356541 11246788608 21623 33554432000 4194304 4196468 140729859490384 139985886538768 139986028639957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3428] ppid=3368 vsize=10983192 memory=2550807922433 CPUtime=0.08 cores=0,2,4,6
/proc/3371/task/3428/stat : 3428 (java) S 3368 3371 19273 0 -1 1077944384 2 13019 0 0 0 0 5 3 20 0 15 0 107356541 11246788608 21623 33554432000 4194304 4196468 140729859490384 139985885486224 139986028639957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3429] ppid=3368 vsize=10983192 memory=2563692824321 CPUtime=0.08 cores=0,2,4,6
/proc/3371/task/3429/stat : 3429 (java) S 3368 3371 19273 0 -1 1077944384 6 13019 0 0 0 0 5 3 20 0 15 0 107356542 11246788608 21623 33554432000 4194304 4196468 140729859490384 139985453787120 139986028640898 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3430] ppid=3368 vsize=10983192 memory=2572282758913 CPUtime=0.08 cores=0,2,4,6
/proc/3371/task/3430/stat : 3430 (java) S 3368 3371 19273 0 -1 1077944384 13 13019 0 0 0 0 5 3 20 0 15 0 107356543 11246788608 21623 33554432000 4194304 4196468 140729859490384 139984728220576 139986028639957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3431] ppid=3368 vsize=10983192 memory=2632412301057 CPUtime=0.08 cores=0,2,4,6
/proc/3371/task/3431/stat : 3431 (java) S 3368 3371 19273 0 -1 1077944384 21 13019 0 0 0 0 5 3 20 0 15 0 107356543 11246788608 21623 33554432000 4194304 4196468 140729859490384 139984661107696 139986028639957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3432] ppid=3368 vsize=10983192 memory=19773292 CPUtime=0.08 cores=0,2,4,6
/proc/3371/task/3432/stat : 3432 (java) S 3368 3371 19273 0 -1 1077944384 3 13019 0 0 0 0 5 3 20 0 15 0 107356545 11246788608 21623 33554432000 4194304 4196468 140729859490384 139984353712336 139986028648347 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3433] ppid=3368 vsize=10983192 memory=-7453528518462155811 CPUtime=0.15 cores=0,2,4,6
/proc/3371/task/3433/stat : 3433 (java) S 3368 3371 19273 0 -1 1077944384 809 13019 0 0 7 0 5 3 20 0 15 0 107356545 11246788608 21623 33554432000 4194304 4196468 140729859490384 139985452734960 139986028640898 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3434] ppid=3368 vsize=10983192 memory=279996703221312 CPUtime=0.17 cores=0,2,4,6
/proc/3371/task/3434/stat : 3434 (java) S 3368 3371 19273 0 -1 1077944384 759 13019 0 0 9 0 5 3 20 0 15 0 107356545 11246788608 21623 33554432000 4194304 4196468 140729859490384 139985451682416 139986028640898 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3435] ppid=3368 vsize=10983192 memory=139998753981049 CPUtime=0.21 cores=0,2,4,6
/proc/3371/task/3435/stat : 3435 (java) S 3368 3371 19273 0 -1 1077944384 669 13019 0 0 13 0 5 3 20 0 15 0 107356546 11246788608 21623 33554432000 4194304 4196468 140729859490384 139985450629872 139986028640898 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3436] ppid=3368 vsize=10983192 memory=142713173312149 CPUtime=0.08 cores=0,2,4,6
/proc/3371/task/3436/stat : 3436 (java) S 3368 3371 19273 0 -1 1077944384 3 13019 0 0 0 0 5 3 20 0 15 0 107356546 11246788608 21623 33554432000 4194304 4196468 140729859490384 139983922916448 139986028639957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3437] ppid=3368 vsize=10983192 memory=139998753981326 CPUtime=0.08 cores=0,2,4,6
/proc/3371/task/3437/stat : 3437 (java) S 3368 3371 19273 0 -1 1077944384 1 13019 0 0 0 0 5 3 20 0 15 0 107356546 11246788608 21623 33554432000 4194304 4196468 140729859490384 139985449576752 139986028640898 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 86492 KiB

[startup+1.50818 s]
/proc/loadavg: 2.22 1.76 1.75 3/220 3437
/proc/meminfo: memFree=25106628/32770624 swapFree=67108744/67108860
[pid=3371] ppid=3368 vsize=10991948 memory=210104 CPUtime=3.09 cores=0,2,4,6
/proc/3371/stat : 3371 (java) S 3368 3371 19273 0 -1 1077944320 22340 13019 0 0 293 8 5 3 20 0 15 0 107356531 11255754752 52526 33554432000 4194304 4196468 140729859490384 140729859472928 139986028629751 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
/proc/3371/statm: 2747987 52526 3452 1 0 2709645 0
[pid=3371/tid=3424] ppid=3368 vsize=10991948 memory=119 CPUtime=1.47 cores=0,2,4,6
/proc/3371/task/3424/stat : 3424 (java) R 3368 3371 19273 0 -1 4202560 15086 13019 0 0 133 6 5 3 20 0 15 0 107356540 11255754752 52526 33554432000 4194304 4196468 140729859490384 139986000465120 139986011617356 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3425] ppid=3368 vsize=10991948 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3371/task/3425/stat : 3425 (java) S 3368 3371 19273 0 -1 1077944384 2 13019 0 0 0 0 5 3 20 0 15 0 107356541 11255754752 52526 33554432000 4194304 4196468 140729859490384 139986032872208 139986028639957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3426] ppid=3368 vsize=10991948 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3371/task/3426/stat : 3426 (java) S 3368 3371 19273 0 -1 1077944384 1 13019 0 0 0 0 5 3 20 0 15 0 107356541 11255754752 52526 33554432000 4194304 4196468 140729859490384 139985887591312 139986028639957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3427] ppid=3368 vsize=10991948 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3371/task/3427/stat : 3427 (java) S 3368 3371 19273 0 -1 1077944384 1 13019 0 0 0 0 5 3 20 0 15 0 107356541 11255754752 52526 33554432000 4194304 4196468 140729859490384 139985886538768 139986028639957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3428] ppid=3368 vsize=10991948 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3371/task/3428/stat : 3428 (java) S 3368 3371 19273 0 -1 1077944384 2 13019 0 0 0 0 5 3 20 0 15 0 107356541 11255754752 52526 33554432000 4194304 4196468 140729859490384 139985885486224 139986028639957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3429] ppid=3368 vsize=10991948 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3371/task/3429/stat : 3429 (java) S 3368 3371 19273 0 -1 1077944384 7 13019 0 0 0 0 5 3 20 0 15 0 107356542 11255754752 52526 33554432000 4194304 4196468 140729859490384 139985453787120 139986028640898 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3430] ppid=3368 vsize=10991948 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3371/task/3430/stat : 3430 (java) S 3368 3371 19273 0 -1 1077944384 13 13019 0 0 0 0 5 3 20 0 15 0 107356543 11255754752 52526 33554432000 4194304 4196468 140729859490384 139984728220576 139986028639957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3431] ppid=3368 vsize=10991948 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3371/task/3431/stat : 3431 (java) S 3368 3371 19273 0 -1 1077944384 21 13019 0 0 0 0 5 3 20 0 15 0 107356543 11255754752 52526 33554432000 4194304 4196468 140729859490384 139984661107696 139986028639957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3432] ppid=3368 vsize=10991948 memory=279996702714816 CPUtime=0.08 cores=0,2,4,6
/proc/3371/task/3432/stat : 3432 (java) S 3368 3371 19273 0 -1 1077944384 3 13019 0 0 0 0 5 3 20 0 15 0 107356545 11255754752 52526 33554432000 4194304 4196468 140729859490384 139984353712336 139986028648347 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3433] ppid=3368 vsize=10991948 memory=6152568437464001118 CPUtime=0.64 cores=0,2,4,6
/proc/3371/task/3433/stat : 3433 (java) R 3368 3371 19273 0 -1 4202560 1744 13019 0 0 56 0 5 3 20 0 15 0 107356545 11255754752 52526 33554432000 4194304 4196468 140729859490384 139985452721808 139986013739317 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3434] ppid=3368 vsize=10991948 memory=7738710756158694502 CPUtime=0.68 cores=0,2,4,6
/proc/3371/task/3434/stat : 3434 (java) R 3368 3371 19273 0 -1 4202560 1823 13019 0 0 60 0 5 3 20 0 15 0 107356545 11255754752 52526 33554432000 4194304 4196468 140729859490384 139985451668624 139986013548805 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3435] ppid=3368 vsize=10991948 memory=6153725171060140385 CPUtime=0.51 cores=0,2,4,6
/proc/3371/task/3435/stat : 3435 (java) S 3368 3371 19273 0 -1 1077944384 1439 13019 0 0 43 0 5 3 20 0 15 0 107356546 11255754752 52526 33554432000 4194304 4196468 140729859490384 139985450629872 139986028640898 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3436] ppid=3368 vsize=10991948 memory=8028348459582056300 CPUtime=0.08 cores=0,2,4,6
/proc/3371/task/3436/stat : 3436 (java) S 3368 3371 19273 0 -1 1077944384 3 13019 0 0 0 0 5 3 20 0 15 0 107356546 11255754752 52526 33554432000 4194304 4196468 140729859490384 139983922916448 139986028639957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3437] ppid=3368 vsize=10991948 memory=8030032941493414511 CPUtime=0.08 cores=0,2,4,6
/proc/3371/task/3437/stat : 3437 (java) S 3368 3371 19273 0 -1 1077944384 1 13019 0 0 0 0 5 3 20 0 15 0 107356546 11255754752 52526 33554432000 4194304 4196468 140729859490384 139985449576752 139986028640898 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 10991948 KiB

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

/proc/3371/task/3424/stat : 3424 (java) S 3368 3371 19273 0 -1 1077944384 43691 13019 0 0 4472 35 5 3 20 0 15 0 107356540 11278843904 877028 33554432000 4194304 4196468 140729859490384 139986000462688 139986028639957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3425] ppid=3368 vsize=11014496 memory=3470056 CPUtime=5.68 cores=0,2,4,6
/proc/3371/task/3425/stat : 3425 (java) R 3368 3371 19273 0 -1 4202560 1864 13019 0 0 520 40 5 3 20 0 15 0 107356541 11278843904 877028 33554432000 4194304 4196468 140729859490384 139986032872328 139986013330355 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3426] ppid=3368 vsize=11014496 memory=288230596050944315 CPUtime=5.68 cores=0,2,4,6
/proc/3371/task/3426/stat : 3426 (java) R 3368 3371 19273 0 -1 4202560 2828 13019 0 0 523 37 5 3 20 0 15 0 107356541 11278843904 877028 33554432000 4194304 4196468 140729859490384 139985887591432 139986013330336 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3427] ppid=3368 vsize=11014496 memory=3011024 CPUtime=5.69 cores=0,2,4,6
/proc/3371/task/3427/stat : 3427 (java) R 3368 3371 19273 0 -1 4202560 1812 13019 0 0 523 38 5 3 20 0 15 0 107356541 11278843904 877028 33554432000 4194304 4196468 140729859490384 139985886538888 139986013330189 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3428] ppid=3368 vsize=11014496 memory=1292 CPUtime=5.68 cores=0,2,4,6
/proc/3371/task/3428/stat : 3428 (java) R 3368 3371 19273 0 -1 4202560 2323 13019 0 0 521 39 5 3 20 0 15 0 107356541 11278843904 877028 33554432000 4194304 4196468 140729859490384 139985885486344 139986013330355 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3429] ppid=3368 vsize=11014496 memory=4096 CPUtime=0.29 cores=0,2,4,6
/proc/3371/task/3429/stat : 3429 (java) S 3368 3371 19273 0 -1 1077944384 6763 13019 0 0 20 1 5 3 20 0 15 0 107356542 11278843904 877028 33554432000 4194304 4196468 140729859490384 139985453785664 139986028639957 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3430] ppid=3368 vsize=11014496 memory=30724 CPUtime=0.08 cores=0,2,4,6
/proc/3371/task/3430/stat : 3430 (java) S 3368 3371 19273 0 -1 1077944384 19 13019 0 0 0 0 5 3 20 0 15 0 107356543 11278843904 877028 33554432000 4194304 4196468 140729859490384 139984728220640 139986028639957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3431] ppid=3368 vsize=11014496 memory=2396 CPUtime=0.08 cores=0,2,4,6
/proc/3371/task/3431/stat : 3431 (java) S 3368 3371 19273 0 -1 1077944384 58 13019 0 0 0 0 5 3 20 0 15 0 107356543 11278843904 877028 33554432000 4194304 4196468 140729859490384 139984661107712 139986028639957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3432] ppid=3368 vsize=11014496 memory=3189464 CPUtime=0.08 cores=0,2,4,6
/proc/3371/task/3432/stat : 3432 (java) S 3368 3371 19273 0 -1 1077944384 3 13019 0 0 0 0 5 3 20 0 15 0 107356545 11278843904 877028 33554432000 4194304 4196468 140729859490384 139984353712336 139986028648347 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3433] ppid=3368 vsize=11014496 memory=15872 CPUtime=9.92 cores=0,2,4,6
/proc/3371/task/3433/stat : 3433 (java) S 3368 3371 19273 0 -1 1077944384 18272 13019 0 0 981 3 5 3 20 0 15 0 107356545 11278843904 877028 33554432000 4194304 4196468 140729859490384 139985452734960 139986028640898 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3434] ppid=3368 vsize=11014496 memory=3189464 CPUtime=10.08 cores=0,2,4,6
/proc/3371/task/3434/stat : 3434 (java) S 3368 3371 19273 0 -1 1077944384 15978 13019 0 0 998 2 5 3 20 0 15 0 107356545 11278843904 877028 33554432000 4194304 4196468 140729859490384 139985451682416 139986028640898 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3435] ppid=3368 vsize=11014496 memory=550672 CPUtime=2.98 cores=0,2,4,6
/proc/3371/task/3435/stat : 3435 (java) S 3368 3371 19273 0 -1 1077944384 8833 13019 0 0 285 5 5 3 20 0 15 0 107356546 11278843904 877028 33554432000 4194304 4196468 140729859490384 139985450629872 139986028640898 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3436] ppid=3368 vsize=11014496 memory=7811889834559893348 CPUtime=0.08 cores=0,2,4,6
/proc/3371/task/3436/stat : 3436 (java) S 3368 3371 19273 0 -1 1077944384 3 13019 0 0 0 0 5 3 20 0 15 0 107356546 11278843904 877028 33554432000 4194304 4196468 140729859490384 139983922916448 139986028639957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3437] ppid=3368 vsize=11014496 memory=7454130749351154278 CPUtime=0.1 cores=0,2,4,6
/proc/3371/task/3437/stat : 3437 (java) S 3368 3371 19273 0 -1 1077944384 106 13019 0 0 1 1 5 3 20 0 15 0 107356546 11278843904 877028 33554432000 4194304 4196468 140729859490384 139985449576752 139986028640898 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
Current children cumulated CPU time: 90.63 s
Current children cumulated vsize: 11014496 KiB
Current children cumulated memory: 3508112 KiB

[startup+102.301 s]
/proc/loadavg: 2.15 1.91 1.81 3/222 3447
/proc/meminfo: memFree=19753036/32770624 swapFree=67108744/67108860
[pid=3371] ppid=3368 vsize=11014496 memory=3925732 CPUtime=149.99 cores=0,2,4,6
/proc/3371/stat : 3371 (java) S 3368 3371 19273 0 -1 1077944320 129574 13019 0 0 14739 252 5 3 20 0 15 0 107356531 11278843904 981433 33554432000 4194304 4196468 140729859490384 140729859472928 139986028629751 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
/proc/3371/statm: 2753624 981433 3535 1 0 2715277 0
[pid=3371/tid=3424] ppid=3368 vsize=11014496 memory=4096 CPUtime=93.79 cores=0,2,4,6
/proc/3371/task/3424/stat : 3424 (java) R 3368 3371 19273 0 -1 4202560 50385 13019 0 0 9336 35 5 3 20 0 15 0 107356540 11278843904 981433 33554432000 4194304 4196468 140729859490384 139986000460784 139985554155172 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3425] ppid=3368 vsize=11014496 memory=3925732 CPUtime=8.17 cores=0,2,4,6
/proc/3371/task/3425/stat : 3425 (java) S 3368 3371 19273 0 -1 1077944384 2772 13019 0 0 758 51 5 3 20 0 15 0 107356541 11278843904 981433 33554432000 4194304 4196468 140729859490384 139986032872208 139986028639957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3426] ppid=3368 vsize=11014496 memory=14761802599788 CPUtime=8.16 cores=0,2,4,6
/proc/3371/task/3426/stat : 3426 (java) S 3368 3371 19273 0 -1 1077944384 4422 13019 0 0 760 48 5 3 20 0 15 0 107356541 11278843904 981433 33554432000 4194304 4196468 140729859490384 139985887591312 139986028639957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3427] ppid=3368 vsize=11014496 memory=0 CPUtime=8.17 cores=0,2,4,6
/proc/3371/task/3427/stat : 3427 (java) S 3368 3371 19273 0 -1 1077944384 2637 13019 0 0 760 49 5 3 20 0 15 0 107356541 11278843904 981433 33554432000 4194304 4196468 140729859490384 139985886538768 139986028639957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3428] ppid=3368 vsize=11014496 memory=3925640 CPUtime=8.17 cores=0,2,4,6
/proc/3371/task/3428/stat : 3428 (java) S 3368 3371 19273 0 -1 1077944384 3064 13019 0 0 760 49 5 3 20 0 15 0 107356541 11278843904 981433 33554432000 4194304 4196468 140729859490384 139985885486224 139986028639957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3429] ppid=3368 vsize=11014496 memory=3925640 CPUtime=0.32 cores=0,2,4,6
/proc/3371/task/3429/stat : 3429 (java) S 3368 3371 19273 0 -1 1077944384 8795 13019 0 0 23 1 5 3 20 0 15 0 107356542 11278843904 981433 33554432000 4194304 4196468 140729859490384 139985453787120 139986028640898 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3430] ppid=3368 vsize=11014496 memory=1228 CPUtime=0.08 cores=0,2,4,6
/proc/3371/task/3430/stat : 3430 (java) S 3368 3371 19273 0 -1 1077944384 19 13019 0 0 0 0 5 3 20 0 15 0 107356543 11278843904 981433 33554432000 4194304 4196468 140729859490384 139984728220640 139986028639957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3431] ppid=3368 vsize=11014496 memory=1712 CPUtime=0.08 cores=0,2,4,6
/proc/3371/task/3431/stat : 3431 (java) S 3368 3371 19273 0 -1 1077944384 58 13019 0 0 0 0 5 3 20 0 15 0 107356543 11278843904 981433 33554432000 4194304 4196468 140729859490384 139984661107712 139986028639957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3432] ppid=3368 vsize=11014496 memory=1952 CPUtime=0.08 cores=0,2,4,6
/proc/3371/task/3432/stat : 3432 (java) S 3368 3371 19273 0 -1 1077944384 3 13019 0 0 0 0 5 3 20 0 15 0 107356545 11278843904 981433 33554432000 4194304 4196468 140729859490384 139984353712336 139986028648347 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3433] ppid=3368 vsize=11014496 memory=3925732 CPUtime=10.26 cores=0,2,4,6
/proc/3371/task/3433/stat : 3433 (java) S 3368 3371 19273 0 -1 1077944384 22861 13019 0 0 1014 4 5 3 20 0 15 0 107356545 11278843904 981433 33554432000 4194304 4196468 140729859490384 139985452734960 139986028640898 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3434] ppid=3368 vsize=11014496 memory=3925732 CPUtime=10.41 cores=0,2,4,6
/proc/3371/task/3434/stat : 3434 (java) S 3368 3371 19273 0 -1 1077944384 21544 13019 0 0 1031 2 5 3 20 0 15 0 107356545 11278843904 981433 33554432000 4194304 4196468 140729859490384 139985451682416 139986028640898 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3435] ppid=3368 vsize=11014496 memory=2396 CPUtime=3 cores=0,2,4,6
/proc/3371/task/3435/stat : 3435 (java) S 3368 3371 19273 0 -1 1077944384 10658 13019 0 0 287 5 5 3 20 0 15 0 107356546 11278843904 981433 33554432000 4194304 4196468 140729859490384 139985450629872 139986028640898 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3436] ppid=3368 vsize=11014496 memory=2340 CPUtime=0.08 cores=0,2,4,6
/proc/3371/task/3436/stat : 3436 (java) S 3368 3371 19273 0 -1 1077944384 3 13019 0 0 0 0 5 3 20 0 15 0 107356546 11278843904 981433 33554432000 4194304 4196468 140729859490384 139983922916448 139986028639957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3437] ppid=3368 vsize=11014496 memory=928 CPUtime=0.12 cores=0,2,4,6
/proc/3371/task/3437/stat : 3437 (java) S 3368 3371 19273 0 -1 1077944384 159 13019 0 0 2 2 5 3 20 0 15 0 107356546 11278843904 981433 33554432000 4194304 4196468 140729859490384 139985449576752 139986028640898 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
Current children cumulated CPU time: 149.99 s
Current children cumulated vsize: 11014496 KiB
Current children cumulated memory: 3925732 KiB

[startup+162.301 s]
/proc/loadavg: 2.25 1.98 1.84 3/222 3599
/proc/meminfo: memFree=21577732/32770624 swapFree=67108744/67108860
[pid=3371] ppid=3368 vsize=11014496 memory=4090492 CPUtime=220.91 cores=0,2,4,6
/proc/3371/stat : 3371 (java) S 3368 3371 19273 0 -1 1077944320 153305 13019 0 0 21813 270 5 3 20 0 15 0 107356531 11278843904 1022623 33554432000 4194304 4196468 140729859490384 140729859472928 139986028629751 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
/proc/3371/statm: 2753624 1022623 3535 1 0 2715277 0
[pid=3371/tid=3424] ppid=3368 vsize=11014496 memory=2832 CPUtime=149.94 cores=0,2,4,6
/proc/3371/task/3424/stat : 3424 (java) R 3368 3371 19273 0 -1 4202560 54593 13019 0 0 14950 36 5 3 20 0 15 0 107356540 11278843904 1022623 33554432000 4194304 4196468 140729859490384 139986000463664 139985565182859 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3425] ppid=3368 vsize=11014496 memory=4090492 CPUtime=11.84 cores=0,2,4,6
/proc/3371/task/3425/stat : 3425 (java) S 3368 3371 19273 0 -1 1077944384 4491 13019 0 0 1121 55 5 3 20 0 15 0 107356541 11278843904 1022623 33554432000 4194304 4196468 140729859490384 139986032872208 139986028639957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3426] ppid=3368 vsize=11014496 memory=4090492 CPUtime=11.82 cores=0,2,4,6
/proc/3371/task/3426/stat : 3426 (java) S 3368 3371 19273 0 -1 1077944384 5245 13019 0 0 1122 52 5 3 20 0 15 0 107356541 11278843904 1022623 33554432000 4194304 4196468 140729859490384 139985887591312 139986028639957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3427] ppid=3368 vsize=11014496 memory=4090492 CPUtime=11.8 cores=0,2,4,6
/proc/3371/task/3427/stat : 3427 (java) S 3368 3371 19273 0 -1 1077944384 3913 13019 0 0 1119 53 5 3 20 0 15 0 107356541 11278843904 1022623 33554432000 4194304 4196468 140729859490384 139985886538768 139986028639957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3428] ppid=3368 vsize=11014496 memory=4090492 CPUtime=11.83 cores=0,2,4,6
/proc/3371/task/3428/stat : 3428 (java) S 3368 3371 19273 0 -1 1077944384 4373 13019 0 0 1122 53 5 3 20 0 15 0 107356541 11278843904 1022623 33554432000 4194304 4196468 140729859490384 139985885486224 139986028639957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3429] ppid=3368 vsize=11014496 memory=0 CPUtime=0.42 cores=0,2,4,6
/proc/3371/task/3429/stat : 3429 (java) S 3368 3371 19273 0 -1 1077944384 20728 13019 0 0 32 2 5 3 20 0 15 0 107356542 11278843904 1022623 33554432000 4194304 4196468 140729859490384 139985453787120 139986028640898 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 8 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3430] ppid=3368 vsize=11014496 memory=4090492 CPUtime=0.08 cores=0,2,4,6
/proc/3371/task/3430/stat : 3430 (java) S 3368 3371 19273 0 -1 1077944384 19 13019 0 0 0 0 5 3 20 0 15 0 107356543 11278843904 1022623 33554432000 4194304 4196468 140729859490384 139984728220640 139986028639957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3431] ppid=3368 vsize=11014496 memory=4090492 CPUtime=0.08 cores=0,2,4,6
/proc/3371/task/3431/stat : 3431 (java) S 3368 3371 19273 0 -1 1077944384 58 13019 0 0 0 0 5 3 20 0 15 0 107356543 11278843904 1022623 33554432000 4194304 4196468 140729859490384 139984661107712 139986028639957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3432] ppid=3368 vsize=11014496 memory=4090492 CPUtime=0.08 cores=0,2,4,6
/proc/3371/task/3432/stat : 3432 (java) S 3368 3371 19273 0 -1 1077944384 3 13019 0 0 0 0 5 3 20 0 15 0 107356545 11278843904 1022623 33554432000 4194304 4196468 140729859490384 139984353712336 139986028648347 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3433] ppid=3368 vsize=11014496 memory=4090492 CPUtime=10.28 cores=0,2,4,6
/proc/3371/task/3433/stat : 3433 (java) S 3368 3371 19273 0 -1 1077944384 23536 13019 0 0 1016 4 5 3 20 0 15 0 107356545 11278843904 1022623 33554432000 4194304 4196468 140729859490384 139985452734960 139986028640898 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3434] ppid=3368 vsize=11014496 memory=4090492 CPUtime=10.42 cores=0,2,4,6
/proc/3371/task/3434/stat : 3434 (java) S 3368 3371 19273 0 -1 1077944384 23237 13019 0 0 1031 3 5 3 20 0 15 0 107356545 11278843904 1022623 33554432000 4194304 4196468 140729859490384 139985451682416 139986028640898 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3435] ppid=3368 vsize=11014496 memory=4090492 CPUtime=3 cores=0,2,4,6
/proc/3371/task/3435/stat : 3435 (java) S 3368 3371 19273 0 -1 1077944384 10667 13019 0 0 287 5 5 3 20 0 15 0 107356546 11278843904 1022623 33554432000 4194304 4196468 140729859490384 139985450629872 139986028640898 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3436] ppid=3368 vsize=11014496 memory=4090492 CPUtime=0.08 cores=0,2,4,6
/proc/3371/task/3436/stat : 3436 (java) S 3368 3371 19273 0 -1 1077944384 3 13019 0 0 0 0 5 3 20 0 15 0 107356546 11278843904 1022623 33554432000 4194304 4196468 140729859490384 139983922916448 139986028639957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3437] ppid=3368 vsize=11014496 memory=4090492 CPUtime=0.16 cores=0,2,4,6
/proc/3371/task/3437/stat : 3437 (java) S 3368 3371 19273 0 -1 1077944384 245 13019 0 0 4 4 5 3 20 0 15 0 107356546 11278843904 1022623 33554432000 4194304 4196468 140729859490384 139985449576752 139986028640898 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
Current children cumulated CPU time: 220.91 s
Current children cumulated vsize: 11014496 KiB
Current children cumulated memory: 4090492 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+192.401 s]
/proc/loadavg: 2.27 2.01 1.85 3/222 3600
/proc/meminfo: memFree=21752152/32770624 swapFree=67108744/67108860
[pid=3371] ppid=3368 vsize=11014496 memory=3913100 CPUtime=252.01 cores=0,2,4,6
/proc/3371/stat : 3371 (java) S 3368 3371 19273 0 -1 1077944320 155715 13019 0 0 24922 271 5 3 20 0 15 0 107356531 11278843904 978275 33554432000 4194304 4196468 140729859490384 140729859472928 139986028629751 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
/proc/3371/statm: 2753624 978275 3535 1 0 2715277 0
[pid=3371/tid=3424] ppid=3368 vsize=11014496 memory=8112282956445269571 CPUtime=179.7 cores=0,2,4,6
/proc/3371/task/3424/stat : 3424 (java) R 3368 3371 19273 0 -1 4202560 55144 13019 0 0 17926 36 5 3 20 0 15 0 107356540 11278843904 978275 33554432000 4194304 4196468 140729859490384 139986000463664 139985569920563 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3425] ppid=3368 vsize=11014496 memory=3848 CPUtime=12.17 cores=0,2,4,6
/proc/3371/task/3425/stat : 3425 (java) S 3368 3371 19273 0 -1 1077944384 4647 13019 0 0 1154 55 5 3 20 0 15 0 107356541 11278843904 978275 33554432000 4194304 4196468 140729859490384 139986032872208 139986028639957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3426] ppid=3368 vsize=11014496 memory=4108 CPUtime=12.15 cores=0,2,4,6
/proc/3371/task/3426/stat : 3426 (java) S 3368 3371 19273 0 -1 1077944384 6327 13019 0 0 1155 52 5 3 20 0 15 0 107356541 11278843904 978275 33554432000 4194304 4196468 140729859490384 139985887591312 139986028639957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3427] ppid=3368 vsize=11014496 memory=2832 CPUtime=12.13 cores=0,2,4,6
/proc/3371/task/3427/stat : 3427 (java) S 3368 3371 19273 0 -1 1077944384 3971 13019 0 0 1152 53 5 3 20 0 15 0 107356541 11278843904 978275 33554432000 4194304 4196468 140729859490384 139985886538768 139986028639957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3428] ppid=3368 vsize=11014496 memory=3913100 CPUtime=12.15 cores=0,2,4,6
/proc/3371/task/3428/stat : 3428 (java) S 3368 3371 19273 0 -1 1077944384 4429 13019 0 0 1154 53 5 3 20 0 15 0 107356541 11278843904 978275 33554432000 4194304 4196468 140729859490384 139985885486224 139986028639957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3429] ppid=3368 vsize=11014496 memory=1408 CPUtime=0.43 cores=0,2,4,6
/proc/3371/task/3429/stat : 3429 (java) S 3368 3371 19273 0 -1 1077944384 20771 13019 0 0 33 2 5 3 20 0 15 0 107356542 11278843904 978275 33554432000 4194304 4196468 140729859490384 139985453787120 139986028640898 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 8 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3430] ppid=3368 vsize=11014496 memory=2832 CPUtime=0.08 cores=0,2,4,6
/proc/3371/task/3430/stat : 3430 (java) S 3368 3371 19273 0 -1 1077944384 19 13019 0 0 0 0 5 3 20 0 15 0 107356543 11278843904 978275 33554432000 4194304 4196468 140729859490384 139984728220640 139986028639957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3431] ppid=3368 vsize=11014496 memory=2652664 CPUtime=0.08 cores=0,2,4,6
/proc/3371/task/3431/stat : 3431 (java) S 3368 3371 19273 0 -1 1077944384 58 13019 0 0 0 0 5 3 20 0 15 0 107356543 11278843904 978275 33554432000 4194304 4196468 140729859490384 139984661107712 139986028639957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3432] ppid=3368 vsize=11014496 memory=1796 CPUtime=0.08 cores=0,2,4,6
/proc/3371/task/3432/stat : 3432 (java) S 3368 3371 19273 0 -1 1077944384 3 13019 0 0 0 0 5 3 20 0 15 0 107356545 11278843904 978275 33554432000 4194304 4196468 140729859490384 139984353712336 139986028648347 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3433] ppid=3368 vsize=11014496 memory=916 CPUtime=10.29 cores=0,2,4,6
/proc/3371/task/3433/stat : 3433 (java) S 3368 3371 19273 0 -1 1077944384 23708 13019 0 0 1017 4 5 3 20 0 15 0 107356545 11278843904 978275 33554432000 4194304 4196468 140729859490384 139985452734960 139986028640898 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3434] ppid=3368 vsize=11014496 memory=3848 CPUtime=10.43 cores=0,2,4,6
/proc/3371/task/3434/stat : 3434 (java) S 3368 3371 19273 0 -1 1077944384 23503 13019 0 0 1032 3 5 3 20 0 15 0 107356545 11278843904 978275 33554432000 4194304 4196468 140729859490384 139985451682416 139986028640898 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3435] ppid=3368 vsize=11014496 memory=4108 CPUtime=3 cores=0,2,4,6
/proc/3371/task/3435/stat : 3435 (java) S 3368 3371 19273 0 -1 1077944384 10667 13019 0 0 287 5 5 3 20 0 15 0 107356546 11278843904 978275 33554432000 4194304 4196468 140729859490384 139985450629872 139986028640898 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3436] ppid=3368 vsize=11014496 memory=2832 CPUtime=0.08 cores=0,2,4,6
/proc/3371/task/3436/stat : 3436 (java) S 3368 3371 19273 0 -1 1077944384 3 13019 0 0 0 0 5 3 20 0 15 0 107356546 11278843904 978275 33554432000 4194304 4196468 140729859490384 139983922916448 139986028639957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
[pid=3371/tid=3437] ppid=3368 vsize=11014496 memory=2712 CPUtime=0.18 cores=0,2,4,6
/proc/3371/task/3437/stat : 3437 (java) S 3368 3371 19273 0 -1 1077944384 271 13019 0 0 5 5 5 3 20 0 15 0 107356546 11278843904 978275 33554432000 4194304 4196468 140729859490384 139985449576752 139986028640898 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17211392 140729859492456 140729859495265 140729859495265 140729859497935 0
Current children cumulated CPU time: 252.01 s
Current children cumulated vsize: 11014496 KiB
Current children cumulated memory: 3913100 KiB

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

[startup+192.447 s]
# the end of solver process 3371 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=249.291 s, system=2.77721 s

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

Child status: 143
Real time (s): 192.447
CPU time (s): 252.069
CPU user time (s): 249.291
CPU system time (s): 2.77721
CPU usage (%): 130.981
Max. virtual memory (cumulated for all children) (KiB): 11014496
Max. memory (cumulated for all children) (KiB): 4090492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 249.291
system time used= 2.77721
maximum resident set size= 4090544
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 169810
page faults= 0
swaps= 0
block input operations= 0
block output operations= 464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15888
involuntary context switches= 923


# summary of solver processes directly reported to runsolver:
#   pid: 3371
#   total CPU time (s): 252.069
#   total CPU user time (s): 249.291
#   total CPU system time (s): 2.77721

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.19659 second user time and 1.87055 second system time

The end

Launcher Data

Begin job on node134 at 2018-07-29 22:58:53
IDJOB=4302669
IDBENCH=141485
IDSOLVER=2777
FILE ID=node134/4302669-1532897933
RUNJOBID= node134-1532893331-28700
PBS_JOBID= 21022511
Free space on /tmp= 60932 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/PeacableArmies/PeacableArmies-m2-20_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302669-1532897933/watcher-4302669-1532897933 -o /tmp/evaluation-result-4302669-1532897933/solver-4302669-1532897933 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node134-1532893331-28700 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=1830866024 -superng HOME/instance-4302669-1532897933.xml

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

MD5SUM BENCH= e7264eb6ef9a48e90df3f2dfb87ec466
RANDOM SEED=1830866024

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:        25200220 kB
MemAvailable:   28853604 kB
Buffers:          210696 kB
Cached:          3712984 kB
SwapCached:            0 kB
Active:          4818040 kB
Inactive:        2269432 kB
Active(anon):    3113288 kB
Inactive(anon):    78480 kB
Active(file):    1704752 kB
Inactive(file):  2190952 kB
Unevictable:        7364 kB
Mlocked:            7364 kB
SwapTotal:      67108860 kB
SwapFree:       67108744 kB
Dirty:             27232 kB
Writeback:             0 kB
AnonPages:       3187680 kB
Mapped:            58060 kB
Shmem:             25132 kB
Slab:             176100 kB
SReclaimable:     147028 kB
SUnreclaim:        29072 kB
KernelStack:        3872 kB
PageTables:        11212 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4433228 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2983936 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= 60896 MiB
End job on node134 at 2018-07-29 23:02:06