Trace number 4302668

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.072 221.547

General information on the benchmark

NamePeacableArmies/
PeacableArmies-m2-15_c18.xml
MD5SUMdbf6b3e5a2b5c107908327293d925ea5
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark26
Best CPU time to get the best result obtained on this benchmark252.083
Satisfiable
(Un)Satisfiability was proved
Number of variables227
Number of constraints5183
Number of domains2
Minimum domain size3
Maximum domain size112
Distribution of domain sizes[{"size":3,"count":225},{"size":112,"count":2}]
Minimum variable degree2
Maximum variable degree58
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":1},{"degree":44,"count":56},{"degree":46,"count":48},{"degree":48,"count":40},{"degree":50,"count":32},{"degree":52,"count":24},{"degree":54,"count":16},{"degree":56,"count":8},{"degree":58,"count":1}]
Minimum constraint arity2
Maximum constraint arity226
Distribution of constraint arities[{"arity":2,"count":5181},{"arity":226,"count":2}]
Number of extensional constraints0
Number of intensional constraints5181
Distribution of constraint types[{"type":"intension","count":5181},{"type":"count","count":2}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302668-1532897837/watcher-4302668-1532897837 -o /tmp/evaluation-result-4302668-1532897837/solver-4302668-1532897837 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532893975-22776 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=1671719854 -superng HOME/instance-4302668-1532897837.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
Current StackSize limit: 8192 KiB

solver pid=29549, runsolver pid=29546

[startup+0.100065 s]*
/proc/loadavg: 2.00 1.75 1.78 3/206 29606
/proc/meminfo: memFree=27660948/32770624 swapFree=67108860/67108860
[pid=29549] ppid=29546 vsize=10005480 memory=18868 CPUtime=0.09 cores=0,2,4,6
/proc/29549/stat : 29549 (java) S 29546 29549 13514 0 -1 1077944320 4383 13162 0 0 1 0 5 3 20 0 6 0 107346919 10245611520 4717 33554432000 4194304 4196468 140725631646928 140725631629472 139845199376119 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
/proc/29549/statm: 2501370 4717 1935 1 0 2489808 0
[pid=29549/tid=29602] ppid=29546 vsize=10005480 memory=4279135704047453583 CPUtime=0.09 cores=0,2,4,6
/proc/29549/task/29602/stat : 29602 (java) R 29546 29549 13514 0 -1 4202560 2187 13162 0 0 1 0 5 3 20 0 6 0 107346928 10245611520 4717 33554432000 4194304 4196468 140725631646928 139845171212880 139845185058611 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29603] ppid=29546 vsize=10005480 memory=8257237230052613020 CPUtime=0.08 cores=0,2,4,6
/proc/29549/task/29603/stat : 29603 (java) S 29546 29549 13514 0 -1 1077944384 1 13162 0 0 0 0 5 3 20 0 6 0 107346929 10245611520 4717 33554432000 4194304 4196468 140725631646928 139845203618320 139845199386325 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29604] ppid=29546 vsize=10005480 memory=140633761658496 CPUtime=0.08 cores=0,2,4,6
/proc/29549/task/29604/stat : 29604 (java) S 29546 29549 13514 0 -1 1077944384 2 13162 0 0 0 0 5 3 20 0 6 0 107346929 10245611520 4717 33554432000 4194304 4196468 140725631646928 139845084883600 139845199386325 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29605] ppid=29546 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29549/task/29605/stat : 29605 (java) S 29546 29549 13514 0 -1 1077944384 2 13162 0 0 0 0 5 3 20 0 6 0 107346929 10245611520 4717 33554432000 4194304 4196468 140725631646928 139845083830544 139845199386325 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29606] ppid=29546 vsize=10005480 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/29549/task/29606/stat : 29606 (java) S 29546 29549 13514 0 -1 1077944384 1 13162 0 0 0 0 5 3 20 0 6 0 107346929 10245611520 4717 33554432000 4194304 4196468 140725631646928 139845082778000 139845199386325 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 18868 KiB

[startup+0.210217 s]*
/proc/loadavg: 2.00 1.75 1.78 3/215 29615
/proc/meminfo: memFree=27590140/32770624 swapFree=67108860/67108860
[pid=29549] ppid=29546 vsize=10982744 memory=44076 CPUtime=0.26 cores=0,2,4,6
/proc/29549/stat : 29549 (java) S 29546 29549 13514 0 -1 1077944320 7182 13162 0 0 17 1 5 3 20 0 15 0 107346919 11246329856 11019 33554432000 4194304 4196468 140725631646928 140725631629472 139845199376119 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
/proc/29549/statm: 2745686 11019 2954 1 0 2708109 0
[pid=29549/tid=29602] ppid=29546 vsize=10982744 memory=7022364594140610616 CPUtime=0.18 cores=0,2,4,6
/proc/29549/task/29602/stat : 29602 (java) R 29546 29549 13514 0 -1 4202560 3785 13162 0 0 10 0 5 3 20 0 15 0 107346928 11246329856 11019 33554432000 4194304 4196468 140725631646928 139845171193232 139845179651826 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29603] ppid=29546 vsize=10982744 memory=339 CPUtime=0.08 cores=0,2,4,6
/proc/29549/task/29603/stat : 29603 (java) S 29546 29549 13514 0 -1 1077944384 1 13162 0 0 0 0 5 3 20 0 15 0 107346929 11246329856 11019 33554432000 4194304 4196468 140725631646928 139845203618320 139845199386325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29604] ppid=29546 vsize=10982744 memory=3834170880752891552 CPUtime=0.08 cores=0,2,4,6
/proc/29549/task/29604/stat : 29604 (java) S 29546 29549 13514 0 -1 1077944384 2 13162 0 0 0 0 5 3 20 0 15 0 107346929 11246329856 11019 33554432000 4194304 4196468 140725631646928 139845084883600 139845199386325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29605] ppid=29546 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29549/task/29605/stat : 29605 (java) S 29546 29549 13514 0 -1 1077944384 2 13162 0 0 0 0 5 3 20 0 15 0 107346929 11246329856 11019 33554432000 4194304 4196468 140725631646928 139845083830544 139845199386325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29606] ppid=29546 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/29549/task/29606/stat : 29606 (java) S 29546 29549 13514 0 -1 1077944384 1 13162 0 0 0 0 5 3 20 0 15 0 107346929 11246329856 11019 33554432000 4194304 4196468 140725631646928 139845082778000 139845199386325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29607] ppid=29546 vsize=10982744 memory=140633761658496 CPUtime=0.08 cores=0,2,4,6
/proc/29549/task/29607/stat : 29607 (java) S 29546 29549 13514 0 -1 1077944384 2 13162 0 0 0 0 5 3 20 0 15 0 107346930 11246329856 11085 33554432000 4194304 4196468 140725631646928 139844692417264 139845199387266 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29608] ppid=29546 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/29549/task/29608/stat : 29608 (java) S 29546 29549 13514 0 -1 1077944384 13 13162 0 0 0 0 5 3 20 0 15 0 107346931 11246329856 11085 33554432000 4194304 4196468 140725631646928 139843947456160 139845199386325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29609] ppid=29546 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29549/task/29609/stat : 29609 (java) S 29546 29549 13514 0 -1 1077944384 1 13162 0 0 0 0 5 3 20 0 15 0 107346931 11246329856 11085 33554432000 4194304 4196468 140725631646928 139843799606512 139845199386325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29610] ppid=29546 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29549/task/29610/stat : 29610 (java) S 29546 29549 13514 0 -1 1077944384 3 13162 0 0 0 0 5 3 20 0 15 0 107346934 11246329856 11085 33554432000 4194304 4196468 140725631646928 139843492207056 139845199394715 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29611] ppid=29546 vsize=10982744 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/29549/task/29611/stat : 29611 (java) S 29546 29549 13514 0 -1 1077944384 485 13162 0 0 1 0 5 3 20 0 15 0 107346934 11246329856 11085 33554432000 4194304 4196468 140725631646928 139844691364080 139845199387266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29612] ppid=29546 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/29549/task/29612/stat : 29612 (java) S 29546 29549 13514 0 -1 1077944384 126 13162 0 0 0 0 5 3 20 0 15 0 107346934 11246329856 11085 33554432000 4194304 4196468 140725631646928 139844690311536 139845199387266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29613] ppid=29546 vsize=10982744 memory=140633761658496 CPUtime=0.11 cores=0,2,4,6
/proc/29549/task/29613/stat : 29613 (java) S 29546 29549 13514 0 -1 1077944384 602 13162 0 0 3 0 5 3 20 0 15 0 107346934 11246329856 11085 33554432000 4194304 4196468 140725631646928 139844689258480 139845199387266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29614] ppid=29546 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/29549/task/29614/stat : 29614 (java) S 29546 29549 13514 0 -1 1077944384 3 13162 0 0 0 0 5 3 20 0 15 0 107346934 11246329856 11085 33554432000 4194304 4196468 140725631646928 139843061410144 139845199386325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29615] ppid=29546 vsize=10982744 memory=140633761658496 CPUtime=0.08 cores=0,2,4,6
/proc/29549/task/29615/stat : 29615 (java) S 29546 29549 13514 0 -1 1077944384 1 13162 0 0 0 0 5 3 20 0 15 0 107346934 11246329856 11085 33554432000 4194304 4196468 140725631646928 139844688206896 139845199387266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 44076 KiB

[startup+0.310263 s]*
/proc/loadavg: 2.00 1.75 1.78 3/215 29615
/proc/meminfo: memFree=27554028/32770624 swapFree=67108860/67108860
[pid=29549] ppid=29546 vsize=10983192 memory=57256 CPUtime=0.39 cores=0,2,4,6
/proc/29549/stat : 29549 (java) S 29546 29549 13514 0 -1 1077944320 10375 13162 0 0 29 2 5 3 20 0 15 0 107346919 11246788608 14314 33554432000 4194304 4196468 140725631646928 140725631629472 139845199376119 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
/proc/29549/statm: 2745798 14314 3073 1 0 2708109 0
[pid=29549/tid=29602] ppid=29546 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/29549/task/29602/stat : 29602 (java) R 29546 29549 13514 0 -1 4202560 6928 13162 0 0 19 1 5 3 20 0 15 0 107346928 11246788608 14314 33554432000 4194304 4196468 140725631646928 139845171188128 139845179651840 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29603] ppid=29546 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29549/task/29603/stat : 29603 (java) S 29546 29549 13514 0 -1 1077944384 1 13162 0 0 0 0 5 3 20 0 15 0 107346929 11246788608 14314 33554432000 4194304 4196468 140725631646928 139845203618320 139845199386325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29604] ppid=29546 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29549/task/29604/stat : 29604 (java) S 29546 29549 13514 0 -1 1077944384 2 13162 0 0 0 0 5 3 20 0 15 0 107346929 11246788608 14314 33554432000 4194304 4196468 140725631646928 139845084883600 139845199386325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29605] ppid=29546 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29549/task/29605/stat : 29605 (java) S 29546 29549 13514 0 -1 1077944384 2 13162 0 0 0 0 5 3 20 0 15 0 107346929 11246788608 14314 33554432000 4194304 4196468 140725631646928 139845083830544 139845199386325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29606] ppid=29546 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29549/task/29606/stat : 29606 (java) S 29546 29549 13514 0 -1 1077944384 1 13162 0 0 0 0 5 3 20 0 15 0 107346929 11246788608 14314 33554432000 4194304 4196468 140725631646928 139845082778000 139845199386325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29607] ppid=29546 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29549/task/29607/stat : 29607 (java) S 29546 29549 13514 0 -1 1077944384 2 13162 0 0 0 0 5 3 20 0 15 0 107346930 11246788608 14314 33554432000 4194304 4196468 140725631646928 139844692417264 139845199387266 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29608] ppid=29546 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/29549/task/29608/stat : 29608 (java) S 29546 29549 13514 0 -1 1077944384 13 13162 0 0 0 0 5 3 20 0 15 0 107346931 11246788608 14314 33554432000 4194304 4196468 140725631646928 139843947456160 139845199386325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29609] ppid=29546 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29549/task/29609/stat : 29609 (java) S 29546 29549 13514 0 -1 1077944384 1 13162 0 0 0 0 5 3 20 0 15 0 107346931 11246788608 14314 33554432000 4194304 4196468 140725631646928 139843799606512 139845199386325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29610] ppid=29546 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29549/task/29610/stat : 29610 (java) S 29546 29549 13514 0 -1 1077944384 3 13162 0 0 0 0 5 3 20 0 15 0 107346934 11246788608 14314 33554432000 4194304 4196468 140725631646928 139843492207056 139845199394715 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29611] ppid=29546 vsize=10983192 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/29549/task/29611/stat : 29611 (java) S 29546 29549 13514 0 -1 1077944384 488 13162 0 0 2 0 5 3 20 0 15 0 107346934 11246788608 14314 33554432000 4194304 4196468 140725631646928 139844691364080 139845199387266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29612] ppid=29546 vsize=10983192 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/29549/task/29612/stat : 29612 (java) S 29546 29549 13514 0 -1 1077944384 130 13162 0 0 1 0 5 3 20 0 15 0 107346934 11246788608 14314 33554432000 4194304 4196468 140725631646928 139844690311536 139845199387266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29613] ppid=29546 vsize=10983192 memory=140633761658496 CPUtime=0.13 cores=0,2,4,6
/proc/29549/task/29613/stat : 29613 (java) S 29546 29549 13514 0 -1 1077944384 608 13162 0 0 5 0 5 3 20 0 15 0 107346934 11246788608 14314 33554432000 4194304 4196468 140725631646928 139844689258480 139845199387266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29614] ppid=29546 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/29549/task/29614/stat : 29614 (java) S 29546 29549 13514 0 -1 1077944384 3 13162 0 0 0 0 5 3 20 0 15 0 107346934 11246788608 14314 33554432000 4194304 4196468 140725631646928 139843061410144 139845199386325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29615] ppid=29546 vsize=10983192 memory=140633761658496 CPUtime=0.08 cores=0,2,4,6
/proc/29549/task/29615/stat : 29615 (java) S 29546 29549 13514 0 -1 1077944384 1 13162 0 0 0 0 5 3 20 0 15 0 107346934 11246788608 14314 33554432000 4194304 4196468 140725631646928 139844688206896 139845199387266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 57256 KiB

[startup+0.700833 s]
/proc/loadavg: 2.00 1.75 1.79 3/215 29615
/proc/meminfo: memFree=27542008/32770624 swapFree=67108860/67108860
[pid=29549] ppid=29546 vsize=10983192 memory=90192 CPUtime=1 cores=0,2,4,6
/proc/29549/stat : 29549 (java) S 29546 29549 13514 0 -1 1077944320 16738 13162 0 0 88 4 5 3 20 0 15 0 107346919 11246788608 22548 33554432000 4194304 4196468 140725631646928 140725631629472 139845199376119 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
/proc/29549/statm: 2745798 22548 3238 1 0 2708109 0
[pid=29549/tid=29602] ppid=29546 vsize=10983192 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/29549/task/29602/stat : 29602 (java) R 29546 29549 13514 0 -1 4202560 12206 13162 0 0 56 3 5 3 20 0 15 0 107346928 11246788608 22548 33554432000 4194304 4196468 140725631646928 139845171199120 139845199398045 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29603] ppid=29546 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29549/task/29603/stat : 29603 (java) S 29546 29549 13514 0 -1 1077944384 1 13162 0 0 0 0 5 3 20 0 15 0 107346929 11246788608 22548 33554432000 4194304 4196468 140725631646928 139845203618320 139845199386325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29604] ppid=29546 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29549/task/29604/stat : 29604 (java) S 29546 29549 13514 0 -1 1077944384 2 13162 0 0 0 0 5 3 20 0 15 0 107346929 11246788608 22548 33554432000 4194304 4196468 140725631646928 139845084883600 139845199386325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29605] ppid=29546 vsize=10983192 memory=32804 CPUtime=0.08 cores=0,2,4,6
/proc/29549/task/29605/stat : 29605 (java) S 29546 29549 13514 0 -1 1077944384 2 13162 0 0 0 0 5 3 20 0 15 0 107346929 11246788608 22548 33554432000 4194304 4196468 140725631646928 139845083830544 139845199386325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29606] ppid=29546 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29549/task/29606/stat : 29606 (java) S 29546 29549 13514 0 -1 1077944384 1 13162 0 0 0 0 5 3 20 0 15 0 107346929 11246788608 22548 33554432000 4194304 4196468 140725631646928 139845082778000 139845199386325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29607] ppid=29546 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29549/task/29607/stat : 29607 (java) S 29546 29549 13514 0 -1 1077944384 5 13162 0 0 0 0 5 3 20 0 15 0 107346930 11246788608 22548 33554432000 4194304 4196468 140725631646928 139844692417264 139845199387266 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29608] ppid=29546 vsize=10983192 memory=140633603977904 CPUtime=0.08 cores=0,2,4,6
/proc/29549/task/29608/stat : 29608 (java) S 29546 29549 13514 0 -1 1077944384 13 13162 0 0 0 0 5 3 20 0 15 0 107346931 11246788608 22548 33554432000 4194304 4196468 140725631646928 139843947456160 139845199386325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29609] ppid=29546 vsize=10983192 memory=140634409140816 CPUtime=0.08 cores=0,2,4,6
/proc/29549/task/29609/stat : 29609 (java) S 29546 29549 13514 0 -1 1077944384 1 13162 0 0 0 0 5 3 20 0 15 0 107346931 11246788608 22548 33554432000 4194304 4196468 140725631646928 139843799606512 139845199386325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29610] ppid=29546 vsize=10983192 memory=1020 CPUtime=0.08 cores=0,2,4,6
/proc/29549/task/29610/stat : 29610 (java) S 29546 29549 13514 0 -1 1077944384 3 13162 0 0 0 0 5 3 20 0 15 0 107346934 11246788608 22548 33554432000 4194304 4196468 140725631646928 139843492207056 139845199394715 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29611] ppid=29546 vsize=10983192 memory=7089042195949315648 CPUtime=0.18 cores=0,2,4,6
/proc/29549/task/29611/stat : 29611 (java) S 29546 29549 13514 0 -1 1077944384 1115 13162 0 0 10 0 5 3 20 0 15 0 107346934 11246788608 22548 33554432000 4194304 4196468 140725631646928 139844691364080 139845199387266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29612] ppid=29546 vsize=10983192 memory=7881696724453321575 CPUtime=0.15 cores=0,2,4,6
/proc/29549/task/29612/stat : 29612 (java) S 29546 29549 13514 0 -1 1077944384 493 13162 0 0 7 0 5 3 20 0 15 0 107346934 11246788608 22548 33554432000 4194304 4196468 140725631646928 139844690311536 139845199387266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29613] ppid=29546 vsize=10983192 memory=5789189752906409301 CPUtime=0.21 cores=0,2,4,6
/proc/29549/task/29613/stat : 29613 (java) S 29546 29549 13514 0 -1 1077944384 700 13162 0 0 13 0 5 3 20 0 15 0 107346934 11246788608 22548 33554432000 4194304 4196468 140725631646928 139844689258480 139845199387266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29614] ppid=29546 vsize=10983192 memory=4140 CPUtime=0.08 cores=0,2,4,6
/proc/29549/task/29614/stat : 29614 (java) S 29546 29549 13514 0 -1 1077944384 3 13162 0 0 0 0 5 3 20 0 15 0 107346934 11246788608 22548 33554432000 4194304 4196468 140725631646928 139843061410144 139845199386325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29615] ppid=29546 vsize=10983192 memory=2241 CPUtime=0.08 cores=0,2,4,6
/proc/29549/task/29615/stat : 29615 (java) S 29546 29549 13514 0 -1 1077944384 1 13162 0 0 0 0 5 3 20 0 15 0 107346934 11246788608 22548 33554432000 4194304 4196468 140725631646928 139844688206896 139845199387266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 90192 KiB

[startup+1.50078 s]
/proc/loadavg: 2.00 1.75 1.79 3/215 29615
/proc/meminfo: memFree=27498716/32770624 swapFree=67108860/67108860
[pid=29549] ppid=29546 vsize=10996044 memory=184988 CPUtime=2.92 cores=0,2,4,6
/proc/29549/stat : 29549 (java) S 29546 29549 13514 0 -1 1077944320 23972 13162 0 0 277 7 5 3 20 0 15 0 107346919 11259949056 46247 33554432000 4194304 4196468 140725631646928 140725631629472 139845199376119 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
/proc/29549/statm: 2749011 46247 3451 1 0 2710669 0
[pid=29549/tid=29602] ppid=29546 vsize=10996044 memory=10757 CPUtime=1.46 cores=0,2,4,6
/proc/29549/task/29602/stat : 29602 (java) R 29546 29549 13514 0 -1 4202560 16515 13162 0 0 133 5 5 3 20 0 15 0 107346928 11259949056 46247 33554432000 4194304 4196468 140725631646928 139845171208848 139845183456606 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29603] ppid=29546 vsize=10996044 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/29549/task/29603/stat : 29603 (java) S 29546 29549 13514 0 -1 1077944384 1 13162 0 0 0 0 5 3 20 0 15 0 107346929 11259949056 46247 33554432000 4194304 4196468 140725631646928 139845203618320 139845199386325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29604] ppid=29546 vsize=10996044 memory=1408 CPUtime=0.08 cores=0,2,4,6
/proc/29549/task/29604/stat : 29604 (java) S 29546 29549 13514 0 -1 1077944384 2 13162 0 0 0 0 5 3 20 0 15 0 107346929 11259949056 46247 33554432000 4194304 4196468 140725631646928 139845084883600 139845199386325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29605] ppid=29546 vsize=10996044 memory=2724 CPUtime=0.08 cores=0,2,4,6
/proc/29549/task/29605/stat : 29605 (java) S 29546 29549 13514 0 -1 1077944384 2 13162 0 0 0 0 5 3 20 0 15 0 107346929 11259949056 46247 33554432000 4194304 4196468 140725631646928 139845083830544 139845199386325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29606] ppid=29546 vsize=10996044 memory=90192 CPUtime=0.08 cores=0,2,4,6
/proc/29549/task/29606/stat : 29606 (java) S 29546 29549 13514 0 -1 1077944384 1 13162 0 0 0 0 5 3 20 0 15 0 107346929 11259949056 46247 33554432000 4194304 4196468 140725631646928 139845082778000 139845199386325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29607] ppid=29546 vsize=10996044 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29549/task/29607/stat : 29607 (java) S 29546 29549 13514 0 -1 1077944384 13 13162 0 0 0 0 5 3 20 0 15 0 107346930 11259949056 46247 33554432000 4194304 4196468 140725631646928 139844692417264 139845199387266 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29608] ppid=29546 vsize=10996044 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29549/task/29608/stat : 29608 (java) S 29546 29549 13514 0 -1 1077944384 13 13162 0 0 0 0 5 3 20 0 15 0 107346931 11259949056 46247 33554432000 4194304 4196468 140725631646928 139843947456160 139845199386325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29609] ppid=29546 vsize=10996044 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29549/task/29609/stat : 29609 (java) S 29546 29549 13514 0 -1 1077944384 1 13162 0 0 0 0 5 3 20 0 15 0 107346931 11259949056 46247 33554432000 4194304 4196468 140725631646928 139843799606512 139845199386325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29610] ppid=29546 vsize=10996044 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/29549/task/29610/stat : 29610 (java) S 29546 29549 13514 0 -1 1077944384 3 13162 0 0 0 0 5 3 20 0 15 0 107346934 11259949056 46247 33554432000 4194304 4196468 140725631646928 139843492207056 139845199394715 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29611] ppid=29546 vsize=10996044 memory=4638778398332698720 CPUtime=0.55 cores=0,2,4,6
/proc/29549/task/29611/stat : 29611 (java) S 29546 29549 13514 0 -1 1077944384 2358 13162 0 0 47 0 5 3 20 0 15 0 107346934 11259949056 46247 33554432000 4194304 4196468 140725631646928 139844691364080 139845199387266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29612] ppid=29546 vsize=10996044 memory=281267208231808 CPUtime=0.59 cores=0,2,4,6
/proc/29549/task/29612/stat : 29612 (java) S 29546 29549 13514 0 -1 1077944384 1318 13162 0 0 51 0 5 3 20 0 15 0 107346934 11259949056 46247 33554432000 4194304 4196468 140725631646928 139844690311536 139845199387266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29613] ppid=29546 vsize=10996044 memory=6944656592452807323 CPUtime=0.52 cores=0,2,4,6
/proc/29549/task/29613/stat : 29613 (java) S 29546 29549 13514 0 -1 1077944384 1549 13162 0 0 44 0 5 3 20 0 15 0 107346934 11259949056 46247 33554432000 4194304 4196468 140725631646928 139844689258480 139845199387266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29614] ppid=29546 vsize=10996044 memory=6944656591801719708 CPUtime=0.08 cores=0,2,4,6
/proc/29549/task/29614/stat : 29614 (java) S 29546 29549 13514 0 -1 1077944384 3 13162 0 0 0 0 5 3 20 0 15 0 107346934 11259949056 46247 33554432000 4194304 4196468 140725631646928 139843061410144 139845199386325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29615] ppid=29546 vsize=10996044 memory=1399101730491701635 CPUtime=0.08 cores=0,2,4,6
/proc/29549/task/29615/stat : 29615 (java) S 29546 29549 13514 0 -1 1077944384 1 13162 0 0 0 0 5 3 20 0 15 0 107346934 11259949056 46247 33554432000 4194304 4196468 140725631646928 139844688206896 139845199387266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
Current children cumulated CPU time: 2.92 s
Current children cumulated vsize: 10996044 KiB

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

/proc/29549/task/29602/stat : 29602 (java) R 29546 29549 13514 0 -1 4202560 47944 13162 0 0 9920 39 5 3 20 0 15 0 107346928 11345952768 807854 33554432000 4194304 4196468 140725631646928 139845171209744 139844757029611 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29603] ppid=29546 vsize=11080032 memory=3231416 CPUtime=2.45 cores=0,2,4,6
/proc/29549/task/29603/stat : 29603 (java) S 29546 29549 13514 0 -1 1077944384 1549 13162 0 0 213 24 5 3 20 0 15 0 107346929 11345952768 807854 33554432000 4194304 4196468 140725631646928 139845203618320 139845199386325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29604] ppid=29546 vsize=11080032 memory=3231416 CPUtime=2.44 cores=0,2,4,6
/proc/29549/task/29604/stat : 29604 (java) S 29546 29549 13514 0 -1 1077944384 3281 13162 0 0 213 23 5 3 20 0 15 0 107346929 11345952768 807854 33554432000 4194304 4196468 140725631646928 139845084883600 139845199386325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29605] ppid=29546 vsize=11080032 memory=3231416 CPUtime=2.42 cores=0,2,4,6
/proc/29549/task/29605/stat : 29605 (java) S 29546 29549 13514 0 -1 1077944384 1143 13162 0 0 211 23 5 3 20 0 15 0 107346929 11345952768 807854 33554432000 4194304 4196468 140725631646928 139845083830544 139845199386325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29606] ppid=29546 vsize=11080032 memory=161 CPUtime=2.42 cores=0,2,4,6
/proc/29549/task/29606/stat : 29606 (java) S 29546 29549 13514 0 -1 1077944384 1262 13162 0 0 211 23 5 3 20 0 15 0 107346929 11345952768 807854 33554432000 4194304 4196468 140725631646928 139845082778000 139845199386325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29607] ppid=29546 vsize=11080032 memory=3231416 CPUtime=0.24 cores=0,2,4,6
/proc/29549/task/29607/stat : 29607 (java) S 29546 29549 13514 0 -1 1077944384 10537 13162 0 0 15 1 5 3 20 0 15 0 107346930 11345952768 807854 33554432000 4194304 4196468 140725631646928 139844692417264 139845199387266 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29608] ppid=29546 vsize=11080032 memory=1240 CPUtime=0.08 cores=0,2,4,6
/proc/29549/task/29608/stat : 29608 (java) S 29546 29549 13514 0 -1 1077944384 20 13162 0 0 0 0 5 3 20 0 15 0 107346931 11345952768 807854 33554432000 4194304 4196468 140725631646928 139843947456224 139845199386325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29609] ppid=29546 vsize=11080032 memory=3360 CPUtime=0.08 cores=0,2,4,6
/proc/29549/task/29609/stat : 29609 (java) S 29546 29549 13514 0 -1 1077944384 15 13162 0 0 0 0 5 3 20 0 15 0 107346931 11345952768 807854 33554432000 4194304 4196468 140725631646928 139843799606528 139845199386325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29610] ppid=29546 vsize=11080032 memory=3231416 CPUtime=0.08 cores=0,2,4,6
/proc/29549/task/29610/stat : 29610 (java) S 29546 29549 13514 0 -1 1077944384 3 13162 0 0 0 0 5 3 20 0 15 0 107346934 11345952768 807854 33554432000 4194304 4196468 140725631646928 139843492207056 139845199394715 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29611] ppid=29546 vsize=11080032 memory=1172 CPUtime=8.54 cores=0,2,4,6
/proc/29549/task/29611/stat : 29611 (java) S 29546 29549 13514 0 -1 1077944384 17898 13162 0 0 842 4 5 3 20 0 15 0 107346934 11345952768 807854 33554432000 4194304 4196468 140725631646928 139844691364080 139845199387266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29612] ppid=29546 vsize=11080032 memory=3231416 CPUtime=8.84 cores=0,2,4,6
/proc/29549/task/29612/stat : 29612 (java) S 29546 29549 13514 0 -1 1077944384 15022 13162 0 0 872 4 5 3 20 0 15 0 107346934 11345952768 807854 33554432000 4194304 4196468 140725631646928 139844690311536 139845199387266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29613] ppid=29546 vsize=11080032 memory=3231416 CPUtime=2.88 cores=0,2,4,6
/proc/29549/task/29613/stat : 29613 (java) S 29546 29549 13514 0 -1 1077944384 10313 13162 0 0 277 3 5 3 20 0 15 0 107346934 11345952768 807854 33554432000 4194304 4196468 140725631646928 139844689258480 139845199387266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29614] ppid=29546 vsize=11080032 memory=3231416 CPUtime=0.08 cores=0,2,4,6
/proc/29549/task/29614/stat : 29614 (java) S 29546 29549 13514 0 -1 1077944384 3 13162 0 0 0 0 5 3 20 0 15 0 107346934 11345952768 807854 33554432000 4194304 4196468 140725631646928 139843061410144 139845199386325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29615] ppid=29546 vsize=11080032 memory=4140 CPUtime=0.13 cores=0,2,4,6
/proc/29549/task/29615/stat : 29615 (java) S 29546 29549 13514 0 -1 1077944384 1584 13162 0 0 2 3 5 3 20 0 15 0 107346934 11345952768 807854 33554432000 4194304 4196468 140725631646928 139844688206896 139845199387266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
Current children cumulated CPU time: 129.4 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 3231416 KiB

[startup+162.301 s]
/proc/loadavg: 1.77 1.72 1.77 3/215 29618
/proc/meminfo: memFree=24254800/32770624 swapFree=67108860/67108860
[pid=29549] ppid=29546 vsize=11080032 memory=3252204 CPUtime=190.97 cores=0,2,4,6
/proc/29549/stat : 29549 (java) S 29546 29549 13514 0 -1 1077944320 125002 13162 0 0 18935 154 5 3 20 0 15 0 107346919 11345952768 813051 33554432000 4194304 4196468 140725631646928 140725631629472 139845199376119 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
/proc/29549/statm: 2770008 813051 3535 1 0 2731661 0
[pid=29549/tid=29602] ppid=29546 vsize=11080032 memory=3252204 CPUtime=159.16 cores=0,2,4,6
/proc/29549/task/29602/stat : 29602 (java) R 29546 29549 13514 0 -1 4202560 52387 13162 0 0 15868 40 5 3 20 0 15 0 107346928 11345952768 813051 33554432000 4194304 4196468 140725631646928 139845171209520 139844770743744 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29603] ppid=29546 vsize=11080032 memory=3252204 CPUtime=2.93 cores=0,2,4,6
/proc/29549/task/29603/stat : 29603 (java) S 29546 29549 13514 0 -1 1077944384 2663 13162 0 0 261 24 5 3 20 0 15 0 107346929 11345952768 813051 33554432000 4194304 4196468 140725631646928 139845203618320 139845199386325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29604] ppid=29546 vsize=11080032 memory=3252204 CPUtime=2.94 cores=0,2,4,6
/proc/29549/task/29604/stat : 29604 (java) S 29546 29549 13514 0 -1 1077944384 3904 13162 0 0 262 24 5 3 20 0 15 0 107346929 11345952768 813051 33554432000 4194304 4196468 140725631646928 139845084883600 139845199386325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29605] ppid=29546 vsize=11080032 memory=3252204 CPUtime=2.92 cores=0,2,4,6
/proc/29549/task/29605/stat : 29605 (java) S 29546 29549 13514 0 -1 1077944384 1613 13162 0 0 261 23 5 3 20 0 15 0 107346929 11345952768 813051 33554432000 4194304 4196468 140725631646928 139845083830544 139845199386325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29606] ppid=29546 vsize=11080032 memory=0 CPUtime=2.92 cores=0,2,4,6
/proc/29549/task/29606/stat : 29606 (java) S 29546 29549 13514 0 -1 1077944384 1343 13162 0 0 260 24 5 3 20 0 15 0 107346929 11345952768 813051 33554432000 4194304 4196468 140725631646928 139845082778000 139845199386325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29607] ppid=29546 vsize=11080032 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/29549/task/29607/stat : 29607 (java) S 29546 29549 13514 0 -1 1077944384 10882 13162 0 0 16 1 5 3 20 0 15 0 107346930 11345952768 813051 33554432000 4194304 4196468 140725631646928 139844692417264 139845199387266 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29608] ppid=29546 vsize=11080032 memory=3252204 CPUtime=0.08 cores=0,2,4,6
/proc/29549/task/29608/stat : 29608 (java) S 29546 29549 13514 0 -1 1077944384 20 13162 0 0 0 0 5 3 20 0 15 0 107346931 11345952768 813051 33554432000 4194304 4196468 140725631646928 139843947456224 139845199386325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29609] ppid=29546 vsize=11080032 memory=3252204 CPUtime=0.08 cores=0,2,4,6
/proc/29549/task/29609/stat : 29609 (java) S 29546 29549 13514 0 -1 1077944384 15 13162 0 0 0 0 5 3 20 0 15 0 107346931 11345952768 813051 33554432000 4194304 4196468 140725631646928 139843799606528 139845199386325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29610] ppid=29546 vsize=11080032 memory=3252204 CPUtime=0.08 cores=0,2,4,6
/proc/29549/task/29610/stat : 29610 (java) S 29546 29549 13514 0 -1 1077944384 3 13162 0 0 0 0 5 3 20 0 15 0 107346934 11345952768 813051 33554432000 4194304 4196468 140725631646928 139843492207056 139845199394715 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29611] ppid=29546 vsize=11080032 memory=3252204 CPUtime=8.54 cores=0,2,4,6
/proc/29549/task/29611/stat : 29611 (java) S 29546 29549 13514 0 -1 1077944384 18582 13162 0 0 842 4 5 3 20 0 15 0 107346934 11345952768 813051 33554432000 4194304 4196468 140725631646928 139844691364080 139845199387266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29612] ppid=29546 vsize=11080032 memory=3252204 CPUtime=8.86 cores=0,2,4,6
/proc/29549/task/29612/stat : 29612 (java) S 29546 29549 13514 0 -1 1077944384 15960 13162 0 0 874 4 5 3 20 0 15 0 107346934 11345952768 813051 33554432000 4194304 4196468 140725631646928 139844690311536 139845199387266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29613] ppid=29546 vsize=11080032 memory=3252204 CPUtime=2.92 cores=0,2,4,6
/proc/29549/task/29613/stat : 29613 (java) S 29546 29549 13514 0 -1 1077944384 13580 13162 0 0 280 4 5 3 20 0 15 0 107346934 11345952768 813051 33554432000 4194304 4196468 140725631646928 139844689258480 139845199387266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29614] ppid=29546 vsize=11080032 memory=3252204 CPUtime=0.08 cores=0,2,4,6
/proc/29549/task/29614/stat : 29614 (java) S 29546 29549 13514 0 -1 1077944384 3 13162 0 0 0 0 5 3 20 0 15 0 107346934 11345952768 813051 33554432000 4194304 4196468 140725631646928 139843061410144 139845199386325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29615] ppid=29546 vsize=11080032 memory=3252204 CPUtime=0.16 cores=0,2,4,6
/proc/29549/task/29615/stat : 29615 (java) S 29546 29549 13514 0 -1 1077944384 1855 13162 0 0 3 5 5 3 20 0 15 0 107346934 11345952768 813051 33554432000 4194304 4196468 140725631646928 139844688206896 139845199387266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
Current children cumulated CPU time: 190.97 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 3252204 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+221.501 s]
/proc/loadavg: 1.48 1.65 1.74 5/216 29755
/proc/meminfo: memFree=24764572/32770624 swapFree=67108860/67108860
[pid=29549] ppid=29546 vsize=11080032 memory=3339800 CPUtime=252 cores=0,2,4,6
/proc/29549/stat : 29549 (java) S 29546 29549 13514 0 -1 1077944320 140070 13162 0 0 25026 166 5 3 20 0 15 0 107346919 11345952768 834950 33554432000 4194304 4196468 140725631646928 140725631629472 139845199376119 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
/proc/29549/statm: 2770008 834950 3535 1 0 2731661 0
[pid=29549/tid=29602] ppid=29546 vsize=11080032 memory=3296764 CPUtime=217.83 cores=0,2,4,6
/proc/29549/task/29602/stat : 29602 (java) R 29546 29549 13514 0 -1 4202560 56349 13162 0 0 21734 41 5 3 20 0 15 0 107346928 11345952768 834950 33554432000 4194304 4196468 140725631646928 139845171210272 139844768282368 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29603] ppid=29546 vsize=11080032 memory=3296764 CPUtime=3.44 cores=0,2,4,6
/proc/29549/task/29603/stat : 29603 (java) S 29546 29549 13514 0 -1 1077944384 2947 13162 0 0 310 26 5 3 20 0 15 0 107346929 11345952768 834950 33554432000 4194304 4196468 140725631646928 139845203618320 139845199386325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29604] ppid=29546 vsize=11080032 memory=3319300 CPUtime=3.44 cores=0,2,4,6
/proc/29549/task/29604/stat : 29604 (java) S 29546 29549 13514 0 -1 1077944384 4167 13162 0 0 310 26 5 3 20 0 15 0 107346929 11345952768 834950 33554432000 4194304 4196468 140725631646928 139845084883600 139845199386325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29605] ppid=29546 vsize=11080032 memory=3319324 CPUtime=3.43 cores=0,2,4,6
/proc/29549/task/29605/stat : 29605 (java) S 29546 29549 13514 0 -1 1077944384 2335 13162 0 0 310 25 5 3 20 0 15 0 107346929 11345952768 834950 33554432000 4194304 4196468 140725631646928 139845083830544 139845199386325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29606] ppid=29546 vsize=11080032 memory=3319324 CPUtime=3.43 cores=0,2,4,6
/proc/29549/task/29606/stat : 29606 (java) S 29546 29549 13514 0 -1 1077944384 2752 13162 0 0 309 26 5 3 20 0 15 0 107346929 11345952768 834950 33554432000 4194304 4196468 140725631646928 139845082778000 139845199386325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29607] ppid=29546 vsize=11080032 memory=3339804 CPUtime=0.26 cores=0,2,4,6
/proc/29549/task/29607/stat : 29607 (java) S 29546 29549 13514 0 -1 1077944384 11242 13162 0 0 17 1 5 3 20 0 15 0 107346930 11345952768 834950 33554432000 4194304 4196468 140725631646928 139844692417264 139845199387266 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29608] ppid=29546 vsize=11080032 memory=3339800 CPUtime=0.08 cores=0,2,4,6
/proc/29549/task/29608/stat : 29608 (java) S 29546 29549 13514 0 -1 1077944384 20 13162 0 0 0 0 5 3 20 0 15 0 107346931 11345952768 834950 33554432000 4194304 4196468 140725631646928 139843947456224 139845199386325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29609] ppid=29546 vsize=11080032 memory=3296764 CPUtime=0.08 cores=0,2,4,6
/proc/29549/task/29609/stat : 29609 (java) S 29546 29549 13514 0 -1 1077944384 15 13162 0 0 0 0 5 3 20 0 15 0 107346931 11345952768 834950 33554432000 4194304 4196468 140725631646928 139843799606528 139845199386325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29610] ppid=29546 vsize=11080032 memory=3339804 CPUtime=0.08 cores=0,2,4,6
/proc/29549/task/29610/stat : 29610 (java) S 29546 29549 13514 0 -1 1077944384 3 13162 0 0 0 0 5 3 20 0 15 0 107346934 11345952768 834950 33554432000 4194304 4196468 140725631646928 139843492207056 139845199394715 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29611] ppid=29546 vsize=11080032 memory=3339800 CPUtime=8.66 cores=0,2,4,6
/proc/29549/task/29611/stat : 29611 (java) S 29546 29549 13514 0 -1 1077944384 20197 13162 0 0 854 4 5 3 20 0 15 0 107346934 11345952768 834950 33554432000 4194304 4196468 140725631646928 139844691364080 139845199387266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29612] ppid=29546 vsize=11080032 memory=3339804 CPUtime=9.01 cores=0,2,4,6
/proc/29549/task/29612/stat : 29612 (java) S 29546 29549 13514 0 -1 1077944384 19170 13162 0 0 889 4 5 3 20 0 15 0 107346934 11345952768 834950 33554432000 4194304 4196468 140725631646928 139844690311536 139845199387266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29613] ppid=29546 vsize=11080032 memory=3339800 CPUtime=2.92 cores=0,2,4,6
/proc/29549/task/29613/stat : 29613 (java) S 29546 29549 13514 0 -1 1077944384 16405 13162 0 0 280 4 5 3 20 0 15 0 107346934 11345952768 834950 33554432000 4194304 4196468 140725631646928 139844689258480 139845199387266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29614] ppid=29546 vsize=11080032 memory=4140 CPUtime=0.08 cores=0,2,4,6
/proc/29549/task/29614/stat : 29614 (java) S 29546 29549 13514 0 -1 1077944384 3 13162 0 0 0 0 5 3 20 0 15 0 107346934 11345952768 834950 33554432000 4194304 4196468 140725631646928 139843061410144 139845199386325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29615] ppid=29546 vsize=11080032 memory=4140 CPUtime=0.2 cores=0,2,4,6
/proc/29549/task/29615/stat : 29615 (java) S 29546 29549 13514 0 -1 1077944384 2273 13162 0 0 5 7 5 3 20 0 15 0 107346934 11345952768 834950 33554432000 4194304 4196468 140725631646928 139844688206896 139845199387266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
Current children cumulated CPU time: 252 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 3339800 KiB

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

[startup+221.547 s]
# the end of solver process 29549 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=250.344 s, system=1.728 s

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

[startup+221.501 s]
/proc/loadavg: 1.48 1.65 1.74 5/216 29755
/proc/meminfo: memFree=24764572/32770624 swapFree=67108860/67108860
[pid=29549] ppid=29546 vsize=11080032 memory=3339800 CPUtime=252 cores=0,2,4,6
/proc/29549/stat : 29549 (java) S 29546 29549 13514 0 -1 1077944320 140070 13162 0 0 25026 166 5 3 20 0 15 0 107346919 11345952768 834950 33554432000 4194304 4196468 140725631646928 140725631629472 139845199376119 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
/proc/29549/statm: 2770008 834950 3535 1 0 2731661 0
[pid=29549/tid=29602] ppid=29546 vsize=11080032 memory=3296764 CPUtime=217.83 cores=0,2,4,6
/proc/29549/task/29602/stat : 29602 (java) R 29546 29549 13514 0 -1 4202560 56349 13162 0 0 21734 41 5 3 20 0 15 0 107346928 11345952768 834950 33554432000 4194304 4196468 140725631646928 139845171210272 139844768282368 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29603] ppid=29546 vsize=11080032 memory=3296764 CPUtime=3.44 cores=0,2,4,6
/proc/29549/task/29603/stat : 29603 (java) S 29546 29549 13514 0 -1 1077944384 2947 13162 0 0 310 26 5 3 20 0 15 0 107346929 11345952768 834950 33554432000 4194304 4196468 140725631646928 139845203618320 139845199386325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29604] ppid=29546 vsize=11080032 memory=3319300 CPUtime=3.44 cores=0,2,4,6
/proc/29549/task/29604/stat : 29604 (java) S 29546 29549 13514 0 -1 1077944384 4167 13162 0 0 310 26 5 3 20 0 15 0 107346929 11345952768 834950 33554432000 4194304 4196468 140725631646928 139845084883600 139845199386325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29605] ppid=29546 vsize=11080032 memory=3319324 CPUtime=3.43 cores=0,2,4,6
/proc/29549/task/29605/stat : 29605 (java) S 29546 29549 13514 0 -1 1077944384 2335 13162 0 0 310 25 5 3 20 0 15 0 107346929 11345952768 834950 33554432000 4194304 4196468 140725631646928 139845083830544 139845199386325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29606] ppid=29546 vsize=11080032 memory=3319324 CPUtime=3.43 cores=0,2,4,6
/proc/29549/task/29606/stat : 29606 (java) S 29546 29549 13514 0 -1 1077944384 2752 13162 0 0 309 26 5 3 20 0 15 0 107346929 11345952768 834950 33554432000 4194304 4196468 140725631646928 139845082778000 139845199386325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29607] ppid=29546 vsize=11080032 memory=3339804 CPUtime=0.26 cores=0,2,4,6
/proc/29549/task/29607/stat : 29607 (java) S 29546 29549 13514 0 -1 1077944384 11242 13162 0 0 17 1 5 3 20 0 15 0 107346930 11345952768 834950 33554432000 4194304 4196468 140725631646928 139844692417264 139845199387266 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29608] ppid=29546 vsize=11080032 memory=3339800 CPUtime=0.08 cores=0,2,4,6
/proc/29549/task/29608/stat : 29608 (java) S 29546 29549 13514 0 -1 1077944384 20 13162 0 0 0 0 5 3 20 0 15 0 107346931 11345952768 834950 33554432000 4194304 4196468 140725631646928 139843947456224 139845199386325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29609] ppid=29546 vsize=11080032 memory=3296764 CPUtime=0.08 cores=0,2,4,6
/proc/29549/task/29609/stat : 29609 (java) S 29546 29549 13514 0 -1 1077944384 15 13162 0 0 0 0 5 3 20 0 15 0 107346931 11345952768 834950 33554432000 4194304 4196468 140725631646928 139843799606528 139845199386325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29610] ppid=29546 vsize=11080032 memory=3339804 CPUtime=0.08 cores=0,2,4,6
/proc/29549/task/29610/stat : 29610 (java) S 29546 29549 13514 0 -1 1077944384 3 13162 0 0 0 0 5 3 20 0 15 0 107346934 11345952768 834950 33554432000 4194304 4196468 140725631646928 139843492207056 139845199394715 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29611] ppid=29546 vsize=11080032 memory=3339800 CPUtime=8.66 cores=0,2,4,6
/proc/29549/task/29611/stat : 29611 (java) S 29546 29549 13514 0 -1 1077944384 20197 13162 0 0 854 4 5 3 20 0 15 0 107346934 11345952768 834950 33554432000 4194304 4196468 140725631646928 139844691364080 139845199387266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29612] ppid=29546 vsize=11080032 memory=3339804 CPUtime=9.01 cores=0,2,4,6
/proc/29549/task/29612/stat : 29612 (java) S 29546 29549 13514 0 -1 1077944384 19170 13162 0 0 889 4 5 3 20 0 15 0 107346934 11345952768 834950 33554432000 4194304 4196468 140725631646928 139844690311536 139845199387266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29613] ppid=29546 vsize=11080032 memory=3339800 CPUtime=2.92 cores=0,2,4,6
/proc/29549/task/29613/stat : 29613 (java) S 29546 29549 13514 0 -1 1077944384 16405 13162 0 0 280 4 5 3 20 0 15 0 107346934 11345952768 834950 33554432000 4194304 4196468 140725631646928 139844689258480 139845199387266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29614] ppid=29546 vsize=11080032 memory=4140 CPUtime=0.08 cores=0,2,4,6
/proc/29549/task/29614/stat : 29614 (java) S 29546 29549 13514 0 -1 1077944384 3 13162 0 0 0 0 5 3 20 0 15 0 107346934 11345952768 834950 33554432000 4194304 4196468 140725631646928 139843061410144 139845199386325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
[pid=29549/tid=29615] ppid=29546 vsize=11080032 memory=4140 CPUtime=0.2 cores=0,2,4,6
/proc/29549/task/29615/stat : 29615 (java) S 29546 29549 13514 0 -1 1077944384 2273 13162 0 0 5 7 5 3 20 0 15 0 107346934 11345952768 834950 33554432000 4194304 4196468 140725631646928 139844688206896 139845199387266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17211392 140725631654504 140725631657313 140725631657313 140725631659983 0
Current children cumulated CPU time: 252 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 3339800 KiB

Child status: 143
Real time (s): 221.547
CPU time (s): 252.072
CPU user time (s): 250.344
CPU system time (s): 1.728
CPU usage (%): 113.778
Max. virtual memory (cumulated for all children) (KiB): 11080032
Max. memory (cumulated for all children) (KiB): 3339804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 250.344
system time used= 1.728
maximum resident set size= 3342188
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 157747
page faults= 0
swaps= 0
block input operations= 0
block output operations= 448
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15352
involuntary context switches= 1067


# summary of solver processes directly reported to runsolver:
#   pid: 29549
#   total CPU time (s): 252.072
#   total CPU user time (s): 250.344
#   total CPU system time (s): 1.728

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.36844 second user time and 2.11046 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-29 22:57:17
IDJOB=4302668
IDBENCH=141481
IDSOLVER=2777
FILE ID=node136/4302668-1532897837
RUNJOBID= node136-1532893975-22776
PBS_JOBID= 21022516
Free space on /tmp= 60204 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/PeacableArmies/PeacableArmies-m2-15_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302668-1532897837/watcher-4302668-1532897837 -o /tmp/evaluation-result-4302668-1532897837/solver-4302668-1532897837 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532893975-22776 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=1671719854 -superng HOME/instance-4302668-1532897837.xml

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

MD5SUM BENCH= dbf6b3e5a2b5c107908327293d925ea5
RANDOM SEED=1671719854

node136.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        27703100 kB
MemAvailable:   31118880 kB
Buffers:          221476 kB
Cached:          3464356 kB
SwapCached:            0 kB
Active:          2632784 kB
Inactive:        1958460 kB
Active(anon):     856596 kB
Inactive(anon):    76480 kB
Active(file):    1776188 kB
Inactive(file):  1881980 kB
Unevictable:        7328 kB
Mlocked:            7328 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             27420 kB
Writeback:             0 kB
AnonPages:        949584 kB
Mapped:            48264 kB
Shmem:             25228 kB
Slab:             174960 kB
SReclaimable:     146892 kB
SUnreclaim:        28068 kB
KernelStack:        3792 kB
PageTables:         7128 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2206576 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    735232 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 60160 MiB
End job on node136 at 2018-07-29 23:00:59