Trace number 4304904

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.9.2-SuperNG? (TO) 2520.17 2474.07

General information on the benchmark

NameRlfap/Rlfap-dec-scens11/
Rlfap-scen-11-f03_c18.xml
MD5SUMb0c58d7e712a0938766b5bf6b16c9539
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark17.0012
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Number of domains5
Minimum domain size6
Maximum domain size41
Distribution of domain sizes[{"size":6,"count":2},{"size":22,"count":14},{"size":34,"count":336},{"size":41,"count":328}]
Minimum variable degree1
Maximum variable degree62
Distribution of variable degrees[{"degree":1,"count":1},{"degree":3,"count":26},{"degree":4,"count":13},{"degree":5,"count":86},{"degree":6,"count":20},{"degree":7,"count":89},{"degree":8,"count":12},{"degree":9,"count":87},{"degree":10,"count":28},{"degree":11,"count":42},{"degree":12,"count":25},{"degree":13,"count":40},{"degree":14,"count":14},{"degree":15,"count":40},{"degree":16,"count":8},{"degree":17,"count":29},{"degree":18,"count":6},{"degree":19,"count":18},{"degree":20,"count":13},{"degree":21,"count":11},{"degree":22,"count":7},{"degree":23,"count":7},{"degree":24,"count":8},{"degree":25,"count":8},{"degree":27,"count":9},{"degree":28,"count":8},{"degree":29,"count":2},{"degree":30,"count":6},{"degree":31,"count":1},{"degree":35,"count":3},{"degree":36,"count":3},{"degree":38,"count":2},{"degree":39,"count":2},{"degree":42,"count":1},{"degree":43,"count":1},{"degree":44,"count":1},{"degree":47,"count":1},{"degree":55,"count":1},{"degree":62,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":4103}]
Number of extensional constraints0
Number of intensional constraints4103
Distribution of constraint types[{"type":"intension","count":4103}]
Optimization problemNO
Type of objective

Solver Data

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

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304904-1534055680/watcher-4304904-1534055680 -o /tmp/evaluation-result-4304904-1534055680/solver-4304904-1534055680 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1534038993-15972 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1249368614 -superng HOME/instance-4304904-1534055680.xml 

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

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


[startup+0.100178 s]*
/proc/loadavg: 1.75 1.59 1.62 3/204 19435
/proc/meminfo: memFree=14728400/32770624 swapFree=67058736/67108860
[pid=19383] ppid=19380 vsize=425712 memory=7668 CPUtime=0.08 cores=1,3,5,7
/proc/19383/stat : 19383 (java) S 19380 19383 15060 0 -1 1077944320 2597 12940 0 0 0 0 5 3 20 0 2 0 223131179 435929088 1917 33554432000 4194304 4196468 140731203501168 140731203483712 139873925091063 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
/proc/19383/statm: 106428 1917 1064 1 0 95339 0
[pid=19383/tid=19436] ppid=19380 vsize=425712 memory=3054156605402678158 CPUtime=0.08 cores=1,3,5,7
/proc/19383/task/19436/stat : 19436 (java) S 19380 19383 15060 0 -1 1077944384 405 12940 0 0 0 0 5 3 20 0 2 0 223131190 435929088 1917 33554432000 4194304 4196468 140731203501168 139873896933792 139873925102210 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 425712 KiB
Current children cumulated memory: 7668 KiB

[startup+0.209836 s]*
/proc/loadavg: 1.75 1.59 1.62 4/217 19449
/proc/meminfo: memFree=14703040/32770624 swapFree=67058736/67108860
[pid=19383] ppid=19380 vsize=10982744 memory=40812 CPUtime=0.23 cores=1,3,5,7
/proc/19383/stat : 19383 (java) S 19380 19383 15060 0 -1 1077944320 6840 12940 0 0 14 1 5 3 20 0 15 0 223131179 11246329856 10203 33554432000 4194304 4196468 140731203501168 140731203483712 139873925091063 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
/proc/19383/statm: 2745686 10203 2983 1 0 2708109 0
[pid=19383/tid=19436] ppid=19380 vsize=10982744 memory=7022364594140610616 CPUtime=0.17 cores=1,3,5,7
/proc/19383/task/19436/stat : 19436 (java) R 19380 19383 15060 0 -1 4202560 3399 12940 0 0 8 1 5 3 20 0 15 0 223131190 11246329856 10203 33554432000 4194304 4196468 140731203501168 139873896906456 139873909171550 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
[pid=19383/tid=19437] ppid=19380 vsize=10982744 memory=365 CPUtime=0.08 cores=1,3,5,7
/proc/19383/task/19437/stat : 19437 (java) S 19380 19383 15060 0 -1 1077944384 1 12940 0 0 0 0 5 3 20 0 15 0 223131190 11246329856 10203 33554432000 4194304 4196468 140731203501168 139873929333008 139873925101269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
[pid=19383/tid=19438] ppid=19380 vsize=10982744 memory=139835365468760 CPUtime=0.08 cores=1,3,5,7
/proc/19383/task/19438/stat : 19438 (java) S 19380 19383 15060 0 -1 1077944384 1 12940 0 0 0 0 5 3 20 0 15 0 223131190 11246329856 10203 33554432000 4194304 4196468 140731203501168 139873799981456 139873925101269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
[pid=19383/tid=19439] ppid=19380 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19383/task/19439/stat : 19439 (java) S 19380 19383 15060 0 -1 1077944384 1 12940 0 0 0 0 5 3 20 0 15 0 223131190 11246329856 10203 33554432000 4194304 4196468 140731203501168 139873798928912 139873925101269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
[pid=19383/tid=19440] ppid=19380 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/19383/task/19440/stat : 19440 (java) S 19380 19383 15060 0 -1 1077944384 2 12940 0 0 0 0 5 3 20 0 15 0 223131190 11246329856 10203 33554432000 4194304 4196468 140731203501168 139873462573712 139873925101269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
[pid=19383/tid=19441] ppid=19380 vsize=10982744 memory=139835364288128 CPUtime=0.08 cores=1,3,5,7
/proc/19383/task/19441/stat : 19441 (java) S 19380 19383 15060 0 -1 1077944384 2 12940 0 0 0 0 5 3 20 0 15 0 223131192 11246329856 10203 33554432000 4194304 4196468 140731203501168 139873418131952 139873925102210 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
[pid=19383/tid=19442] ppid=19380 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/19383/task/19442/stat : 19442 (java) S 19380 19383 15060 0 -1 1077944384 13 12940 0 0 0 0 5 3 20 0 15 0 223131192 11246329856 10203 33554432000 4194304 4196468 140731203501168 139872723527072 139873925101269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
[pid=19383/tid=19443] ppid=19380 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19383/task/19443/stat : 19443 (java) S 19380 19383 15060 0 -1 1077944384 1 12940 0 0 0 0 5 3 20 0 15 0 223131192 11246329856 10203 33554432000 4194304 4196468 140731203501168 139872522200560 139873925101269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
[pid=19383/tid=19444] ppid=19380 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19383/task/19444/stat : 19444 (java) S 19380 19383 15060 0 -1 1077944384 3 12940 0 0 0 0 5 3 20 0 15 0 223131195 11246329856 10203 33554432000 4194304 4196468 140731203501168 139872214801104 139873925109659 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
[pid=19383/tid=19445] ppid=19380 vsize=10982744 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/19383/task/19445/stat : 19445 (java) S 19380 19383 15060 0 -1 1077944384 540 12940 0 0 1 0 5 3 20 0 15 0 223131196 11246329856 10203 33554432000 4194304 4196468 140731203501168 139873417078768 139873925102210 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
[pid=19383/tid=19446] ppid=19380 vsize=10982744 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/19383/task/19446/stat : 19446 (java) S 19380 19383 15060 0 -1 1077944384 68 12940 0 0 1 0 5 3 20 0 15 0 223131196 11246329856 10203 33554432000 4194304 4196468 140731203501168 139873416026224 139873925102210 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
[pid=19383/tid=19447] ppid=19380 vsize=10982744 memory=139835364288128 CPUtime=0.11 cores=1,3,5,7
/proc/19383/task/19447/stat : 19447 (java) S 19380 19383 15060 0 -1 1077944384 616 12940 0 0 3 0 5 3 20 0 15 0 223131196 11246329856 10203 33554432000 4194304 4196468 140731203501168 139873414973680 139873925102210 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
[pid=19383/tid=19448] ppid=19380 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/19383/task/19448/stat : 19448 (java) S 19380 19383 15060 0 -1 1077944384 3 12940 0 0 0 0 5 3 20 0 15 0 223131196 11246329856 10203 33554432000 4194304 4196468 140731203501168 139871784004192 139873925101269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
[pid=19383/tid=19449] ppid=19380 vsize=10982744 memory=139835364288128 CPUtime=0.08 cores=1,3,5,7
/proc/19383/task/19449/stat : 19449 (java) S 19380 19383 15060 0 -1 1077944384 1 12940 0 0 0 0 5 3 20 0 15 0 223131196 11246329856 10203 33554432000 4194304 4196468 140731203501168 139873413921584 139873925102210 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 40812 KiB

[startup+0.310557 s]*
/proc/loadavg: 1.75 1.59 1.62 4/217 19449
/proc/meminfo: memFree=14689352/32770624 swapFree=67058736/67108860
[pid=19383] ppid=19380 vsize=10983192 memory=54316 CPUtime=0.37 cores=1,3,5,7
/proc/19383/stat : 19383 (java) S 19380 19383 15060 0 -1 1077944320 10063 12940 0 0 27 2 5 3 20 0 15 0 223131179 11246788608 13579 33554432000 4194304 4196468 140731203501168 140731203483712 139873925091063 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
/proc/19383/statm: 2745798 13579 3102 1 0 2708109 0
[pid=19383/tid=19436] ppid=19380 vsize=10983192 memory=0 CPUtime=0.26 cores=1,3,5,7
/proc/19383/task/19436/stat : 19436 (java) R 19380 19383 15060 0 -1 4202560 6605 12940 0 0 17 1 5 3 20 0 15 0 223131190 11246788608 13579 33554432000 4194304 4196468 140731203501168 139873896903072 139873909134693 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
[pid=19383/tid=19437] ppid=19380 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19383/task/19437/stat : 19437 (java) S 19380 19383 15060 0 -1 1077944384 1 12940 0 0 0 0 5 3 20 0 15 0 223131190 11246788608 13579 33554432000 4194304 4196468 140731203501168 139873929333008 139873925101269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
[pid=19383/tid=19438] ppid=19380 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19383/task/19438/stat : 19438 (java) S 19380 19383 15060 0 -1 1077944384 1 12940 0 0 0 0 5 3 20 0 15 0 223131190 11246788608 13579 33554432000 4194304 4196468 140731203501168 139873799981456 139873925101269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
[pid=19383/tid=19439] ppid=19380 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19383/task/19439/stat : 19439 (java) S 19380 19383 15060 0 -1 1077944384 1 12940 0 0 0 0 5 3 20 0 15 0 223131190 11246788608 13579 33554432000 4194304 4196468 140731203501168 139873798928912 139873925101269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
[pid=19383/tid=19440] ppid=19380 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/19383/task/19440/stat : 19440 (java) S 19380 19383 15060 0 -1 1077944384 2 12940 0 0 0 0 5 3 20 0 15 0 223131190 11246788608 13579 33554432000 4194304 4196468 140731203501168 139873462573712 139873925101269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
[pid=19383/tid=19441] ppid=19380 vsize=10983192 memory=139835364288128 CPUtime=0.08 cores=1,3,5,7
/proc/19383/task/19441/stat : 19441 (java) S 19380 19383 15060 0 -1 1077944384 2 12940 0 0 0 0 5 3 20 0 15 0 223131192 11246788608 13579 33554432000 4194304 4196468 140731203501168 139873418131952 139873925102210 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
[pid=19383/tid=19442] ppid=19380 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/19383/task/19442/stat : 19442 (java) S 19380 19383 15060 0 -1 1077944384 13 12940 0 0 0 0 5 3 20 0 15 0 223131192 11246788608 13579 33554432000 4194304 4196468 140731203501168 139872723527072 139873925101269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
[pid=19383/tid=19443] ppid=19380 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19383/task/19443/stat : 19443 (java) S 19380 19383 15060 0 -1 1077944384 1 12940 0 0 0 0 5 3 20 0 15 0 223131192 11246788608 13579 33554432000 4194304 4196468 140731203501168 139872522200560 139873925101269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
[pid=19383/tid=19444] ppid=19380 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19383/task/19444/stat : 19444 (java) S 19380 19383 15060 0 -1 1077944384 3 12940 0 0 0 0 5 3 20 0 15 0 223131195 11246788608 13579 33554432000 4194304 4196468 140731203501168 139872214801104 139873925109659 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
[pid=19383/tid=19445] ppid=19380 vsize=10983192 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/19383/task/19445/stat : 19445 (java) S 19380 19383 15060 0 -1 1077944384 540 12940 0 0 1 0 5 3 20 0 15 0 223131196 11246788608 13579 33554432000 4194304 4196468 140731203501168 139873417078768 139873925102210 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
[pid=19383/tid=19446] ppid=19380 vsize=10983192 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/19383/task/19446/stat : 19446 (java) S 19380 19383 15060 0 -1 1077944384 73 12940 0 0 1 0 5 3 20 0 15 0 223131196 11246788608 13579 33554432000 4194304 4196468 140731203501168 139873416026224 139873925102210 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
[pid=19383/tid=19447] ppid=19380 vsize=10983192 memory=139835364288128 CPUtime=0.13 cores=1,3,5,7
/proc/19383/task/19447/stat : 19447 (java) S 19380 19383 15060 0 -1 1077944384 626 12940 0 0 5 0 5 3 20 0 15 0 223131196 11246788608 13579 33554432000 4194304 4196468 140731203501168 139873414973680 139873925102210 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
[pid=19383/tid=19448] ppid=19380 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/19383/task/19448/stat : 19448 (java) S 19380 19383 15060 0 -1 1077944384 3 12940 0 0 0 0 5 3 20 0 15 0 223131196 11246788608 13579 33554432000 4194304 4196468 140731203501168 139871784004192 139873925101269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
[pid=19383/tid=19449] ppid=19380 vsize=10983192 memory=139835364288128 CPUtime=0.08 cores=1,3,5,7
/proc/19383/task/19449/stat : 19449 (java) S 19380 19383 15060 0 -1 1077944384 1 12940 0 0 0 0 5 3 20 0 15 0 223131196 11246788608 13579 33554432000 4194304 4196468 140731203501168 139873413921584 139873925102210 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 54316 KiB

[startup+0.7008 s]
/proc/loadavg: 1.75 1.59 1.62 3/217 19449
/proc/meminfo: memFree=14676760/32770624 swapFree=67058736/67108860
[pid=19383] ppid=19380 vsize=10983192 memory=88312 CPUtime=0.98 cores=1,3,5,7
/proc/19383/stat : 19383 (java) S 19380 19383 15060 0 -1 1077944320 16693 12940 0 0 86 4 5 3 20 0 15 0 223131179 11246788608 22078 33554432000 4194304 4196468 140731203501168 140731203483712 139873925091063 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
/proc/19383/statm: 2745798 22078 3238 1 0 2708109 0
[pid=19383/tid=19436] ppid=19380 vsize=10983192 memory=1796 CPUtime=0.65 cores=1,3,5,7
/proc/19383/task/19436/stat : 19436 (java) R 19380 19383 15060 0 -1 4202560 12162 12940 0 0 54 3 5 3 20 0 15 0 223131190 11246788608 22078 33554432000 4194304 4196468 140731203501168 139873896918944 139873909171550 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
[pid=19383/tid=19437] ppid=19380 vsize=10983192 memory=912 CPUtime=0.08 cores=1,3,5,7
/proc/19383/task/19437/stat : 19437 (java) S 19380 19383 15060 0 -1 1077944384 1 12940 0 0 0 0 5 3 20 0 15 0 223131190 11246788608 22078 33554432000 4194304 4196468 140731203501168 139873929333008 139873925101269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
[pid=19383/tid=19438] ppid=19380 vsize=10983192 memory=3848 CPUtime=0.08 cores=1,3,5,7
/proc/19383/task/19438/stat : 19438 (java) S 19380 19383 15060 0 -1 1077944384 1 12940 0 0 0 0 5 3 20 0 15 0 223131190 11246788608 22078 33554432000 4194304 4196468 140731203501168 139873799981456 139873925101269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
[pid=19383/tid=19439] ppid=19380 vsize=10983192 memory=2668 CPUtime=0.08 cores=1,3,5,7
/proc/19383/task/19439/stat : 19439 (java) S 19380 19383 15060 0 -1 1077944384 1 12940 0 0 0 0 5 3 20 0 15 0 223131190 11246788608 22078 33554432000 4194304 4196468 140731203501168 139873798928912 139873925101269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
[pid=19383/tid=19440] ppid=19380 vsize=10983192 memory=2680 CPUtime=0.08 cores=1,3,5,7
/proc/19383/task/19440/stat : 19440 (java) S 19380 19383 15060 0 -1 1077944384 2 12940 0 0 0 0 5 3 20 0 15 0 223131190 11246788608 22078 33554432000 4194304 4196468 140731203501168 139873462573712 139873925101269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
[pid=19383/tid=19441] ppid=19380 vsize=10983192 memory=4104 CPUtime=0.08 cores=1,3,5,7
/proc/19383/task/19441/stat : 19441 (java) S 19380 19383 15060 0 -1 1077944384 5 12940 0 0 0 0 5 3 20 0 15 0 223131192 11246788608 22078 33554432000 4194304 4196468 140731203501168 139873418131952 139873925102210 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
[pid=19383/tid=19442] ppid=19380 vsize=10983192 memory=1408 CPUtime=0.08 cores=1,3,5,7
/proc/19383/task/19442/stat : 19442 (java) S 19380 19383 15060 0 -1 1077944384 13 12940 0 0 0 0 5 3 20 0 15 0 223131192 11246788608 22078 33554432000 4194304 4196468 140731203501168 139872723527072 139873925101269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
[pid=19383/tid=19443] ppid=19380 vsize=10983192 memory=3072 CPUtime=0.08 cores=1,3,5,7
/proc/19383/task/19443/stat : 19443 (java) S 19380 19383 15060 0 -1 1077944384 1 12940 0 0 0 0 5 3 20 0 15 0 223131192 11246788608 22078 33554432000 4194304 4196468 140731203501168 139872522200560 139873925101269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
[pid=19383/tid=19444] ppid=19380 vsize=10983192 memory=1855552 CPUtime=0.08 cores=1,3,5,7
/proc/19383/task/19444/stat : 19444 (java) S 19380 19383 15060 0 -1 1077944384 3 12940 0 0 0 0 5 3 20 0 15 0 223131195 11246788608 22078 33554432000 4194304 4196468 140731203501168 139872214801104 139873925109659 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
[pid=19383/tid=19445] ppid=19380 vsize=10983192 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/19383/task/19445/stat : 19445 (java) S 19380 19383 15060 0 -1 1077944384 1172 12940 0 0 10 0 5 3 20 0 15 0 223131196 11246788608 22078 33554432000 4194304 4196468 140731203501168 139873417078768 139873925102210 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
[pid=19383/tid=19446] ppid=19380 vsize=10983192 memory=22244 CPUtime=0.15 cores=1,3,5,7
/proc/19383/task/19446/stat : 19446 (java) S 19380 19383 15060 0 -1 1077944384 452 12940 0 0 7 0 5 3 20 0 15 0 223131196 11246788608 22078 33554432000 4194304 4196468 140731203501168 139873416026224 139873925102210 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
[pid=19383/tid=19447] ppid=19380 vsize=10983192 memory=6656426216303648864 CPUtime=0.21 cores=1,3,5,7
/proc/19383/task/19447/stat : 19447 (java) S 19380 19383 15060 0 -1 1077944384 684 12940 0 0 13 0 5 3 20 0 15 0 223131196 11246788608 22078 33554432000 4194304 4196468 140731203501168 139873414973680 139873925102210 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
[pid=19383/tid=19448] ppid=19380 vsize=10983192 memory=6408091206851 CPUtime=0.08 cores=1,3,5,7
/proc/19383/task/19448/stat : 19448 (java) S 19380 19383 15060 0 -1 1077944384 3 12940 0 0 0 0 5 3 20 0 15 0 223131196 11246788608 22078 33554432000 4194304 4196468 140731203501168 139871784004192 139873925101269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
[pid=19383/tid=19449] ppid=19380 vsize=10983192 memory=288230596050944315 CPUtime=0.08 cores=1,3,5,7
/proc/19383/task/19449/stat : 19449 (java) S 19380 19383 15060 0 -1 1077944384 1 12940 0 0 0 0 5 3 20 0 15 0 223131196 11246788608 22078 33554432000 4194304 4196468 140731203501168 139873413921584 139873925102210 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88312 KiB

[startup+1.50131 s]
/proc/loadavg: 1.75 1.59 1.62 4/217 19449
/proc/meminfo: memFree=14633456/32770624 swapFree=67058736/67108860
[pid=19383] ppid=19380 vsize=10993996 memory=230552 CPUtime=2.97 cores=1,3,5,7
/proc/19383/stat : 19383 (java) S 19380 19383 15060 0 -1 1077944320 24408 12940 0 0 282 7 5 3 20 0 15 0 223131179 11257851904 57638 33554432000 4194304 4196468 140731203501168 140731203483712 139873925091063 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
/proc/19383/statm: 2748499 57638 3446 1 0 2710157 0
[pid=19383/tid=19436] ppid=19380 vsize=10993996 memory=0 CPUtime=1.41 cores=1,3,5,7
/proc/19383/task/19436/stat : 19436 (java) R 19380 19383 15060 0 -1 4202560 15438 12940 0 0 128 5 5 3 20 0 15 0 223131190 11257851904 57638 33554432000 4194304 4196468 140731203501168 139873896924256 139873478541555 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
[pid=19383/tid=19437] ppid=19380 vsize=10993996 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19383/task/19437/stat : 19437 (java) S 19380 19383 15060 0 -1 1077944384 338 12940 0 0 0 0 5 3 20 0 15 0 223131190 11257851904 57638 33554432000 4194304 4196468 140731203501168 139873929333008 139873925101269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
[pid=19383/tid=19438] ppid=19380 vsize=10993996 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19383/task/19438/stat : 19438 (java) S 19380 19383 15060 0 -1 1077944384 42 12940 0 0 0 0 5 3 20 0 15 0 223131190 11257851904 57638 33554432000 4194304 4196468 140731203501168 139873799981456 139873925101269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
[pid=19383/tid=19439] ppid=19380 vsize=10993996 memory=2241 CPUtime=0.08 cores=1,3,5,7
/proc/19383/task/19439/stat : 19439 (java) S 19380 19383 15060 0 -1 1077944384 20 12940 0 0 0 0 5 3 20 0 15 0 223131190 11257851904 57638 33554432000 4194304 4196468 140731203501168 139873798928912 139873925101269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
[pid=19383/tid=19440] ppid=19380 vsize=10993996 memory=2244 CPUtime=0.08 cores=1,3,5,7
/proc/19383/task/19440/stat : 19440 (java) S 19380 19383 15060 0 -1 1077944384 27 12940 0 0 0 0 5 3 20 0 15 0 223131190 11257851904 57638 33554432000 4194304 4196468 140731203501168 139873462573712 139873925101269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
[pid=19383/tid=19441] ppid=19380 vsize=10993996 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19383/task/19441/stat : 19441 (java) S 19380 19383 15060 0 -1 1077944384 32 12940 0 0 0 0 5 3 20 0 15 0 223131192 11257851904 57638 33554432000 4194304 4196468 140731203501168 139873418131952 139873925102210 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
[pid=19383/tid=19442] ppid=19380 vsize=10993996 memory=6655300316396806240 CPUtime=0.08 cores=1,3,5,7
/proc/19383/task/19442/stat : 19442 (java) S 19380 19383 15060 0 -1 1077944384 13 12940 0 0 0 0 5 3 20 0 15 0 223131192 11257851904 57638 33554432000 4194304 4196468 140731203501168 139872723527072 139873925101269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
[pid=19383/tid=19443] ppid=19380 vsize=10993996 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19383/task/19443/stat : 19443 (java) S 19380 19383 15060 0 -1 1077944384 2 12940 0 0 0 0 5 3 20 0 15 0 223131192 11257851904 57638 33554432000 4194304 4196468 140731203501168 139872522200576 139873925101269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
[pid=19383/tid=19444] ppid=19380 vsize=10993996 memory=6944652177228980320 CPUtime=0.08 cores=1,3,5,7
/proc/19383/task/19444/stat : 19444 (java) S 19380 19383 15060 0 -1 1077944384 3 12940 0 0 0 0 5 3 20 0 15 0 223131195 11257851904 57638 33554432000 4194304 4196468 140731203501168 139872214801104 139873925109659 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
[pid=19383/tid=19445] ppid=19380 vsize=10993996 memory=0 CPUtime=0.56 cores=1,3,5,7
/proc/19383/task/19445/stat : 19445 (java) R 19380 19383 15060 0 -1 4202560 2127 12940 0 0 48 0 5 3 20 0 15 0 223131196 11257851904 57638 33554432000 4194304 4196468 140731203501168 139873417064960 139873908477840 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
[pid=19383/tid=19446] ppid=19380 vsize=10993996 memory=664970774370811547 CPUtime=0.56 cores=1,3,5,7
/proc/19383/task/19446/stat : 19446 (java) R 19380 19383 15060 0 -1 4202560 2147 12940 0 0 48 0 5 3 20 0 15 0 223131196 11257851904 57638 33554432000 4194304 4196468 140731203501168 139873416012104 139873906635176 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
[pid=19383/tid=19447] ppid=19380 vsize=10993996 memory=0 CPUtime=0.62 cores=1,3,5,7
/proc/19383/task/19447/stat : 19447 (java) S 19380 19383 15060 0 -1 1077944384 2023 12940 0 0 54 0 5 3 20 0 15 0 223131196 11257851904 57638 33554432000 4194304 4196468 140731203501168 139873414973680 139873925102210 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
[pid=19383/tid=19448] ppid=19380 vsize=10993996 memory=14018773256590 CPUtime=0.08 cores=1,3,5,7
/proc/19383/task/19448/stat : 19448 (java) S 19380 19383 15060 0 -1 1077944384 3 12940 0 0 0 0 5 3 20 0 15 0 223131196 11257851904 57638 33554432000 4194304 4196468 140731203501168 139871784004192 139873925101269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
[pid=19383/tid=19449] ppid=19380 vsize=10993996 memory=279666459934840 CPUtime=0.08 cores=1,3,5,7
/proc/19383/task/19449/stat : 19449 (java) S 19380 19383 15060 0 -1 1077944384 1 12940 0 0 0 0 5 3 20 0 15 0 223131196 11257851904 57638 33554432000 4194304 4196468 140731203501168 139873413921584 139873925102210 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
Current children cumulated CPU time: 2.97 s
Current children cumulated vsize: 10993996 KiB
Current children cumulated memory: 230552 KiB

[startup+3.11145 s]
/proc/loadavg: 1.75 1.59 1.62 5/217 19449
/proc/meminfo: memFree=14466192/32770624 swapFree=67058736/67108860
[pid=19383] ppid=19380 vsize=11006304 memory=278256 CPUtime=6.82 cores=1,3,5,7
/proc/19383/stat : 19383 (java) S 19380 19383 15060 0 -1 1077944320 41296 12940 0 0 662 12 5 3 20 0 15 0 223131179 11270455296 69564 33554432000 4194304 4196468 140731203501168 140731203483712 139873925091063 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
/proc/19383/statm: 2751576 69564 3497 1 0 2713229 0

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

/proc/19383/task/19436/stat : 19436 (java) R 19380 19383 15060 0 -1 4202560 512316 12940 0 0 231022 95 5 3 20 0 15 0 223131190 11345952768 788922 33554432000 4194304 4196468 140731203501168 139873896923632 139873496085619 0 4 0 16800975 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
[pid=19383/tid=19437] ppid=19380 vsize=11080032 memory=3156668 CPUtime=8.15 cores=1,3,5,7
/proc/19383/task/19437/stat : 19437 (java) S 19380 19383 15060 0 -1 1077944384 26190 12940 0 0 776 31 5 3 20 0 15 0 223131190 11345952768 788922 33554432000 4194304 4196468 140731203501168 139873929333008 139873925101269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
[pid=19383/tid=19438] ppid=19380 vsize=11080032 memory=3156668 CPUtime=8.17 cores=1,3,5,7
/proc/19383/task/19438/stat : 19438 (java) S 19380 19383 15060 0 -1 1077944384 30312 12940 0 0 776 33 5 3 20 0 15 0 223131190 11345952768 788922 33554432000 4194304 4196468 140731203501168 139873799981456 139873925101269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
[pid=19383/tid=19439] ppid=19380 vsize=11080032 memory=3155688 CPUtime=8.17 cores=1,3,5,7
/proc/19383/task/19439/stat : 19439 (java) S 19380 19383 15060 0 -1 1077944384 28564 12940 0 0 776 33 5 3 20 0 15 0 223131190 11345952768 788922 33554432000 4194304 4196468 140731203501168 139873798928912 139873925101269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
[pid=19383/tid=19440] ppid=19380 vsize=11080032 memory=3155688 CPUtime=8.14 cores=1,3,5,7
/proc/19383/task/19440/stat : 19440 (java) S 19380 19383 15060 0 -1 1077944384 23682 12940 0 0 773 33 5 3 20 0 15 0 223131190 11345952768 788922 33554432000 4194304 4196468 140731203501168 139873462573712 139873925101269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
[pid=19383/tid=19441] ppid=19380 vsize=11080032 memory=3155688 CPUtime=2.18 cores=1,3,5,7
/proc/19383/task/19441/stat : 19441 (java) S 19380 19383 15060 0 -1 1077944384 31833 12940 0 0 178 32 5 3 20 0 15 0 223131192 11345952768 788922 33554432000 4194304 4196468 140731203501168 139873418131952 139873925102210 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
[pid=19383/tid=19442] ppid=19380 vsize=11080032 memory=3155688 CPUtime=0.08 cores=1,3,5,7
/proc/19383/task/19442/stat : 19442 (java) S 19380 19383 15060 0 -1 1077944384 18 12940 0 0 0 0 5 3 20 0 15 0 223131192 11345952768 788922 33554432000 4194304 4196468 140731203501168 139872723527136 139873925101269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
[pid=19383/tid=19443] ppid=19380 vsize=11080032 memory=3155688 CPUtime=0.08 cores=1,3,5,7
/proc/19383/task/19443/stat : 19443 (java) S 19380 19383 15060 0 -1 1077944384 4 12940 0 0 0 0 5 3 20 0 15 0 223131192 11345952768 788922 33554432000 4194304 4196468 140731203501168 139872522200576 139873925101269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
[pid=19383/tid=19444] ppid=19380 vsize=11080032 memory=13608 CPUtime=0.08 cores=1,3,5,7
/proc/19383/task/19444/stat : 19444 (java) S 19380 19383 15060 0 -1 1077944384 3 12940 0 0 0 0 5 3 20 0 15 0 223131195 11345952768 788922 33554432000 4194304 4196468 140731203501168 139872214801104 139873925109659 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
[pid=19383/tid=19445] ppid=19380 vsize=11080032 memory=3544 CPUtime=9.04 cores=1,3,5,7
/proc/19383/task/19445/stat : 19445 (java) S 19380 19383 15060 0 -1 1077944384 58468 12940 0 0 891 5 5 3 20 0 15 0 223131196 11345952768 788922 33554432000 4194304 4196468 140731203501168 139873417078768 139873925102210 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 40 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
[pid=19383/tid=19446] ppid=19380 vsize=11080032 memory=59472 CPUtime=8.91 cores=1,3,5,7
/proc/19383/task/19446/stat : 19446 (java) S 19380 19383 15060 0 -1 1077944384 59603 12940 0 0 876 7 5 3 20 0 15 0 223131196 11345952768 788922 33554432000 4194304 4196468 140731203501168 139873416026224 139873925102210 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
[pid=19383/tid=19447] ppid=19380 vsize=11080032 memory=4872558044660077418 CPUtime=3.17 cores=1,3,5,7
/proc/19383/task/19447/stat : 19447 (java) S 19380 19383 15060 0 -1 1077944384 51496 12940 0 0 303 6 5 3 20 0 15 0 223131196 11345952768 788922 33554432000 4194304 4196468 140731203501168 139873414973680 139873925102210 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 44 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
[pid=19383/tid=19448] ppid=19380 vsize=11080032 memory=780 CPUtime=0.08 cores=1,3,5,7
/proc/19383/task/19448/stat : 19448 (java) S 19380 19383 15060 0 -1 1077944384 3 12940 0 0 0 0 5 3 20 0 15 0 223131196 11345952768 788922 33554432000 4194304 4196468 140731203501168 139871784004192 139873925101269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
[pid=19383/tid=19449] ppid=19380 vsize=11080032 memory=3155688 CPUtime=1.44 cores=1,3,5,7
/proc/19383/task/19449/stat : 19449 (java) S 19380 19383 15060 0 -1 1077944384 2018 12940 0 0 61 75 5 3 20 0 15 0 223131196 11345952768 788922 33554432000 4194304 4196468 140731203501168 139873413921584 139873925102210 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 40 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
Current children cumulated CPU time: 2367.99 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 3155688 KiB

[startup+2382.3 s]
/proc/loadavg: 1.79 1.88 1.79 3/215 19671
/proc/meminfo: memFree=6207356/32770624 swapFree=67058736/67108860
[pid=19383] ppid=19380 vsize=11080032 memory=3155688 CPUtime=2428.15 cores=1,3,5,7
/proc/19383/stat : 19383 (java) S 19380 19383 15060 0 -1 1077944320 843145 12940 0 0 242473 334 5 3 20 0 15 0 223131179 11345952768 788922 33554432000 4194304 4196468 140731203501168 140731203483712 139873925091063 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
/proc/19383/statm: 2770008 788922 3541 1 0 2731661 0
[pid=19383/tid=19436] ppid=19380 vsize=11080032 memory=3155688 CPUtime=2371.2 cores=1,3,5,7
/proc/19383/task/19436/stat : 19436 (java) R 19380 19383 15060 0 -1 4202560 526430 12940 0 0 237016 96 5 3 20 0 15 0 223131190 11345952768 788922 33554432000 4194304 4196468 140731203501168 139873896923632 139873494356221 0 4 0 16800975 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
[pid=19383/tid=19437] ppid=19380 vsize=11080032 memory=3155688 CPUtime=8.19 cores=1,3,5,7
/proc/19383/task/19437/stat : 19437 (java) S 19380 19383 15060 0 -1 1077944384 26898 12940 0 0 780 31 5 3 20 0 15 0 223131190 11345952768 788922 33554432000 4194304 4196468 140731203501168 139873929333008 139873925101269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
[pid=19383/tid=19438] ppid=19380 vsize=11080032 memory=3155688 CPUtime=8.21 cores=1,3,5,7
/proc/19383/task/19438/stat : 19438 (java) S 19380 19383 15060 0 -1 1077944384 30393 12940 0 0 780 33 5 3 20 0 15 0 223131190 11345952768 788922 33554432000 4194304 4196468 140731203501168 139873799981456 139873925101269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
[pid=19383/tid=19439] ppid=19380 vsize=11080032 memory=3155688 CPUtime=8.21 cores=1,3,5,7
/proc/19383/task/19439/stat : 19439 (java) S 19380 19383 15060 0 -1 1077944384 28619 12940 0 0 780 33 5 3 20 0 15 0 223131190 11345952768 788922 33554432000 4194304 4196468 140731203501168 139873798928912 139873925101269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
[pid=19383/tid=19440] ppid=19380 vsize=11080032 memory=3848 CPUtime=8.18 cores=1,3,5,7
/proc/19383/task/19440/stat : 19440 (java) S 19380 19383 15060 0 -1 1077944384 24769 12940 0 0 776 34 5 3 20 0 15 0 223131190 11345952768 788922 33554432000 4194304 4196468 140731203501168 139873462573712 139873925101269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
[pid=19383/tid=19441] ppid=19380 vsize=11080032 memory=3155688 CPUtime=2.19 cores=1,3,5,7
/proc/19383/task/19441/stat : 19441 (java) S 19380 19383 15060 0 -1 1077944384 32180 12940 0 0 179 32 5 3 20 0 15 0 223131192 11345952768 788922 33554432000 4194304 4196468 140731203501168 139873418131952 139873925102210 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
[pid=19383/tid=19442] ppid=19380 vsize=11080032 memory=8 CPUtime=0.08 cores=1,3,5,7
/proc/19383/task/19442/stat : 19442 (java) S 19380 19383 15060 0 -1 1077944384 18 12940 0 0 0 0 5 3 20 0 15 0 223131192 11345952768 788922 33554432000 4194304 4196468 140731203501168 139872723527136 139873925101269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
[pid=19383/tid=19443] ppid=19380 vsize=11080032 memory=139835210590753 CPUtime=0.08 cores=1,3,5,7
/proc/19383/task/19443/stat : 19443 (java) S 19380 19383 15060 0 -1 1077944384 4 12940 0 0 0 0 5 3 20 0 15 0 223131192 11345952768 788922 33554432000 4194304 4196468 140731203501168 139872522200576 139873925101269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
[pid=19383/tid=19444] ppid=19380 vsize=11080032 memory=3155688 CPUtime=0.08 cores=1,3,5,7
/proc/19383/task/19444/stat : 19444 (java) S 19380 19383 15060 0 -1 1077944384 3 12940 0 0 0 0 5 3 20 0 15 0 223131195 11345952768 788922 33554432000 4194304 4196468 140731203501168 139872214801104 139873925109659 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
[pid=19383/tid=19445] ppid=19380 vsize=11080032 memory=3155688 CPUtime=9.04 cores=1,3,5,7
/proc/19383/task/19445/stat : 19445 (java) S 19380 19383 15060 0 -1 1077944384 58471 12940 0 0 891 5 5 3 20 0 15 0 223131196 11345952768 788922 33554432000 4194304 4196468 140731203501168 139873417078768 139873925102210 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 40 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
[pid=19383/tid=19446] ppid=19380 vsize=11080032 memory=3544 CPUtime=8.91 cores=1,3,5,7
/proc/19383/task/19446/stat : 19446 (java) S 19380 19383 15060 0 -1 1077944384 59607 12940 0 0 876 7 5 3 20 0 15 0 223131196 11345952768 788922 33554432000 4194304 4196468 140731203501168 139873416026224 139873925102210 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
[pid=19383/tid=19447] ppid=19380 vsize=11080032 memory=59472 CPUtime=3.17 cores=1,3,5,7
/proc/19383/task/19447/stat : 19447 (java) S 19380 19383 15060 0 -1 1077944384 51504 12940 0 0 303 6 5 3 20 0 15 0 223131196 11345952768 788922 33554432000 4194304 4196468 140731203501168 139873414973680 139873925102210 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 44 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
[pid=19383/tid=19448] ppid=19380 vsize=11080032 memory=3544 CPUtime=0.08 cores=1,3,5,7
/proc/19383/task/19448/stat : 19448 (java) S 19380 19383 15060 0 -1 1077944384 3 12940 0 0 0 0 5 3 20 0 15 0 223131196 11345952768 788922 33554432000 4194304 4196468 140731203501168 139871784004192 139873925101269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
[pid=19383/tid=19449] ppid=19380 vsize=11080032 memory=59472 CPUtime=1.47 cores=1,3,5,7
/proc/19383/task/19449/stat : 19449 (java) S 19380 19383 15060 0 -1 1077944384 2054 12940 0 0 62 77 5 3 20 0 15 0 223131196 11345952768 788922 33554432000 4194304 4196468 140731203501168 139873413921584 139873925102210 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 40 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
Current children cumulated CPU time: 2428.15 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 3155688 KiB

[startup+2442.3 s]
/proc/loadavg: 1.81 1.87 1.79 3/215 19672
/proc/meminfo: memFree=5513364/32770624 swapFree=67058736/67108860
[pid=19383] ppid=19380 vsize=11080032 memory=3155688 CPUtime=2488.31 cores=1,3,5,7
/proc/19383/stat : 19383 (java) S 19380 19383 15060 0 -1 1077944320 859422 12940 0 0 248487 336 5 3 20 0 15 0 223131179 11345952768 788922 33554432000 4194304 4196468 140731203501168 140731203483712 139873925091063 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
/proc/19383/statm: 2770008 788922 3541 1 0 2731661 0
[pid=19383/tid=19436] ppid=19380 vsize=11080032 memory=3155688 CPUtime=2431.15 cores=1,3,5,7
/proc/19383/task/19436/stat : 19436 (java) R 19380 19383 15060 0 -1 4202560 538404 12940 0 0 243010 97 5 3 20 0 15 0 223131190 11345952768 788922 33554432000 4194304 4196468 140731203501168 139873896923728 139873496085613 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
[pid=19383/tid=19437] ppid=19380 vsize=11080032 memory=3155688 CPUtime=8.23 cores=1,3,5,7
/proc/19383/task/19437/stat : 19437 (java) S 19380 19383 15060 0 -1 1077944384 27058 12940 0 0 784 31 5 3 20 0 15 0 223131190 11345952768 788922 33554432000 4194304 4196468 140731203501168 139873929333008 139873925101269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
[pid=19383/tid=19438] ppid=19380 vsize=11080032 memory=3155688 CPUtime=8.25 cores=1,3,5,7
/proc/19383/task/19438/stat : 19438 (java) S 19380 19383 15060 0 -1 1077944384 31568 12940 0 0 784 33 5 3 20 0 15 0 223131190 11345952768 788922 33554432000 4194304 4196468 140731203501168 139873799981456 139873925101269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
[pid=19383/tid=19439] ppid=19380 vsize=11080032 memory=3155688 CPUtime=8.25 cores=1,3,5,7
/proc/19383/task/19439/stat : 19439 (java) S 19380 19383 15060 0 -1 1077944384 29299 12940 0 0 784 33 5 3 20 0 15 0 223131190 11345952768 788922 33554432000 4194304 4196468 140731203501168 139873798928912 139873925101269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
[pid=19383/tid=19440] ppid=19380 vsize=11080032 memory=3155688 CPUtime=8.22 cores=1,3,5,7
/proc/19383/task/19440/stat : 19440 (java) S 19380 19383 15060 0 -1 1077944384 25046 12940 0 0 780 34 5 3 20 0 15 0 223131190 11345952768 788922 33554432000 4194304 4196468 140731203501168 139873462573712 139873925101269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
[pid=19383/tid=19441] ppid=19380 vsize=11080032 memory=3155688 CPUtime=2.2 cores=1,3,5,7
/proc/19383/task/19441/stat : 19441 (java) S 19380 19383 15060 0 -1 1077944384 32475 12940 0 0 180 32 5 3 20 0 15 0 223131192 11345952768 788922 33554432000 4194304 4196468 140731203501168 139873418131952 139873925102210 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
[pid=19383/tid=19442] ppid=19380 vsize=11080032 memory=3155688 CPUtime=0.08 cores=1,3,5,7
/proc/19383/task/19442/stat : 19442 (java) S 19380 19383 15060 0 -1 1077944384 18 12940 0 0 0 0 5 3 20 0 15 0 223131192 11345952768 788922 33554432000 4194304 4196468 140731203501168 139872723527136 139873925101269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
[pid=19383/tid=19443] ppid=19380 vsize=11080032 memory=3155688 CPUtime=0.08 cores=1,3,5,7
/proc/19383/task/19443/stat : 19443 (java) S 19380 19383 15060 0 -1 1077944384 4 12940 0 0 0 0 5 3 20 0 15 0 223131192 11345952768 788922 33554432000 4194304 4196468 140731203501168 139872522200576 139873925101269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
[pid=19383/tid=19444] ppid=19380 vsize=11080032 memory=3155688 CPUtime=0.08 cores=1,3,5,7
/proc/19383/task/19444/stat : 19444 (java) S 19380 19383 15060 0 -1 1077944384 3 12940 0 0 0 0 5 3 20 0 15 0 223131195 11345952768 788922 33554432000 4194304 4196468 140731203501168 139872214801104 139873925109659 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
[pid=19383/tid=19445] ppid=19380 vsize=11080032 memory=8 CPUtime=9.04 cores=1,3,5,7
/proc/19383/task/19445/stat : 19445 (java) S 19380 19383 15060 0 -1 1077944384 58474 12940 0 0 891 5 5 3 20 0 15 0 223131196 11345952768 788922 33554432000 4194304 4196468 140731203501168 139873417078768 139873925102210 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 40 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
[pid=19383/tid=19446] ppid=19380 vsize=11080032 memory=3155688 CPUtime=8.91 cores=1,3,5,7
/proc/19383/task/19446/stat : 19446 (java) S 19380 19383 15060 0 -1 1077944384 61269 12940 0 0 876 7 5 3 20 0 15 0 223131196 11345952768 788922 33554432000 4194304 4196468 140731203501168 139873416026224 139873925102210 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
[pid=19383/tid=19447] ppid=19380 vsize=11080032 memory=3155688 CPUtime=3.17 cores=1,3,5,7
/proc/19383/task/19447/stat : 19447 (java) S 19380 19383 15060 0 -1 1077944384 51511 12940 0 0 303 6 5 3 20 0 15 0 223131196 11345952768 788922 33554432000 4194304 4196468 140731203501168 139873414973680 139873925102210 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 44 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
[pid=19383/tid=19448] ppid=19380 vsize=11080032 memory=3155688 CPUtime=0.08 cores=1,3,5,7
/proc/19383/task/19448/stat : 19448 (java) S 19380 19383 15060 0 -1 1077944384 3 12940 0 0 0 0 5 3 20 0 15 0 223131196 11345952768 788922 33554432000 4194304 4196468 140731203501168 139871784004192 139873925101269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
[pid=19383/tid=19449] ppid=19380 vsize=11080032 memory=3155688 CPUtime=1.51 cores=1,3,5,7
/proc/19383/task/19449/stat : 19449 (java) S 19380 19383 15060 0 -1 1077944384 2098 12940 0 0 64 79 5 3 20 0 15 0 223131196 11345952768 788922 33554432000 4194304 4196468 140731203501168 139873413921584 139873925102210 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 40 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
Current children cumulated CPU time: 2488.31 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 3155688 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2474 s]*
/proc/loadavg: 1.75 1.85 1.79 3/214 19673
/proc/meminfo: memFree=5006736/32770624 swapFree=67058736/67108860
[pid=19383] ppid=19380 vsize=11080032 memory=3155688 CPUtime=2520.1 cores=1,3,5,7
/proc/19383/stat : 19383 (java) S 19380 19383 15060 0 -1 1077944320 863339 12940 0 0 251665 337 5 3 20 0 15 0 223131179 11345952768 788922 33554432000 4194304 4196468 140731203501168 140731203483712 139873925091063 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
/proc/19383/statm: 2770008 788922 3541 1 0 2731661 0
[pid=19383/tid=19436] ppid=19380 vsize=11080032 memory=6791534058613427641 CPUtime=2462.84 cores=1,3,5,7
/proc/19383/task/19436/stat : 19436 (java) R 19380 19383 15060 0 -1 4202560 542247 12940 0 0 246178 98 5 3 20 0 15 0 223131190 11345952768 788922 33554432000 4194304 4196468 140731203501168 139873896923824 139873501435665 0 4 0 16800975 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
[pid=19383/tid=19437] ppid=19380 vsize=11080032 memory=4872558044660077418 CPUtime=8.25 cores=1,3,5,7
/proc/19383/task/19437/stat : 19437 (java) S 19380 19383 15060 0 -1 1077944384 27080 12940 0 0 786 31 5 3 20 0 15 0 223131190 11345952768 788922 33554432000 4194304 4196468 140731203501168 139873929333008 139873925101269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
[pid=19383/tid=19438] ppid=19380 vsize=11080032 memory=7440056992597305454 CPUtime=8.27 cores=1,3,5,7
/proc/19383/task/19438/stat : 19438 (java) S 19380 19383 15060 0 -1 1077944384 31576 12940 0 0 786 33 5 3 20 0 15 0 223131190 11345952768 788922 33554432000 4194304 4196468 140731203501168 139873799981456 139873925101269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
[pid=19383/tid=19439] ppid=19380 vsize=11080032 memory=7524503900901105746 CPUtime=8.27 cores=1,3,5,7
/proc/19383/task/19439/stat : 19439 (java) S 19380 19383 15060 0 -1 1077944384 29313 12940 0 0 786 33 5 3 20 0 15 0 223131190 11345952768 788922 33554432000 4194304 4196468 140731203501168 139873798928912 139873925101269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
[pid=19383/tid=19440] ppid=19380 vsize=11080032 memory=7524503900901105746 CPUtime=8.24 cores=1,3,5,7
/proc/19383/task/19440/stat : 19440 (java) S 19380 19383 15060 0 -1 1077944384 25061 12940 0 0 782 34 5 3 20 0 15 0 223131190 11345952768 788922 33554432000 4194304 4196468 140731203501168 139873462573712 139873925101269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
[pid=19383/tid=19441] ppid=19380 vsize=11080032 memory=7373352894854684776 CPUtime=2.2 cores=1,3,5,7
/proc/19383/task/19441/stat : 19441 (java) S 19380 19383 15060 0 -1 1077944384 32486 12940 0 0 180 32 5 3 20 0 15 0 223131192 11345952768 788922 33554432000 4194304 4196468 140731203501168 139873418131952 139873925102210 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
[pid=19383/tid=19442] ppid=19380 vsize=11080032 memory=279670419593392 CPUtime=0.08 cores=1,3,5,7
/proc/19383/task/19442/stat : 19442 (java) S 19380 19383 15060 0 -1 1077944384 18 12940 0 0 0 0 5 3 20 0 15 0 223131192 11345952768 788922 33554432000 4194304 4196468 140731203501168 139872723527136 139873925101269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
[pid=19383/tid=19443] ppid=19380 vsize=11080032 memory=6080535041189831271 CPUtime=0.08 cores=1,3,5,7
/proc/19383/task/19443/stat : 19443 (java) S 19380 19383 15060 0 -1 1077944384 4 12940 0 0 0 0 5 3 20 0 15 0 223131192 11345952768 788922 33554432000 4194304 4196468 140731203501168 139872522200576 139873925101269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
[pid=19383/tid=19444] ppid=19380 vsize=11080032 memory=5860417207076810594 CPUtime=0.08 cores=1,3,5,7
/proc/19383/task/19444/stat : 19444 (java) S 19380 19383 15060 0 -1 1077944384 3 12940 0 0 0 0 5 3 20 0 15 0 223131195 11345952768 788922 33554432000 4194304 4196468 140731203501168 139872214801104 139873925109659 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
[pid=19383/tid=19445] ppid=19380 vsize=11080032 memory=5860417207076810594 CPUtime=9.04 cores=1,3,5,7
/proc/19383/task/19445/stat : 19445 (java) S 19380 19383 15060 0 -1 1077944384 58474 12940 0 0 891 5 5 3 20 0 15 0 223131196 11345952768 788922 33554432000 4194304 4196468 140731203501168 139873417078768 139873925102210 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 40 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
[pid=19383/tid=19446] ppid=19380 vsize=11080032 memory=3260 CPUtime=8.91 cores=1,3,5,7
/proc/19383/task/19446/stat : 19446 (java) S 19380 19383 15060 0 -1 1077944384 61269 12940 0 0 876 7 5 3 20 0 15 0 223131196 11345952768 788922 33554432000 4194304 4196468 140731203501168 139873416026224 139873925102210 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
[pid=19383/tid=19447] ppid=19380 vsize=11080032 memory=3155688 CPUtime=3.17 cores=1,3,5,7
/proc/19383/task/19447/stat : 19447 (java) S 19380 19383 15060 0 -1 1077944384 51511 12940 0 0 303 6 5 3 20 0 15 0 223131196 11345952768 788922 33554432000 4194304 4196468 140731203501168 139873414973680 139873925102210 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 44 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
[pid=19383/tid=19448] ppid=19380 vsize=11080032 memory=1408 CPUtime=0.08 cores=1,3,5,7
/proc/19383/task/19448/stat : 19448 (java) S 19380 19383 15060 0 -1 1077944384 3 12940 0 0 0 0 5 3 20 0 15 0 223131196 11345952768 788922 33554432000 4194304 4196468 140731203501168 139871784004192 139873925101269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
[pid=19383/tid=19449] ppid=19380 vsize=11080032 memory=3164 CPUtime=1.52 cores=1,3,5,7
/proc/19383/task/19449/stat : 19449 (java) S 19380 19383 15060 0 -1 1077944384 2102 12940 0 0 65 79 5 3 20 0 15 0 223131196 11345952768 788922 33554432000 4194304 4196468 140731203501168 139873413921584 139873925102210 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 40 0 0 6293624 6294260 10625024 140731203508835 140731203511644 140731203511644 140731203514319 0
Current children cumulated CPU time: 2520.1 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 3155688 KiB

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

[startup+2474.07 s]
# the end of solver process 19383 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.74 s, system=3.43809 s

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

Child status: 143
Real time (s): 2474.07
CPU time (s): 2520.17
CPU user time (s): 2516.74
CPU system time (s): 3.43809
CPU usage (%): 101.864
Max. virtual memory (cumulated for all children) (KiB): 11080032
Max. memory (cumulated for all children) (KiB): 3156680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.74
system time used= 3.43809
maximum resident set size= 3158068
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 880143
page faults= 0
swaps= 0
block input operations= 2480
block output operations= 3144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 99946
involuntary context switches= 2849


# summary of solver processes directly reported to runsolver:
#   pid: 19383
#   total CPU time (s): 2520.17
#   total CPU user time (s): 2516.74
#   total CPU system time (s): 3.43809

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.1103 second user time and 22.3194 second system time

The end

Launcher Data

Begin job on node103 at 2018-08-12 08:34:40
IDJOB=4304904
IDBENCH=141178
IDSOLVER=2781
FILE ID=node103/4304904-1534055680
RUNJOBID= node103-1534038993-15972
PBS_JOBID= 21036972
Free space on /tmp= 34432 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/Rlfap/Rlfap-dec-scens11/Rlfap-scen-11-f03_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304904-1534055680/watcher-4304904-1534055680 -o /tmp/evaluation-result-4304904-1534055680/solver-4304904-1534055680 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1534038993-15972 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1249368614 -superng HOME/instance-4304904-1534055680.xml

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

MD5SUM BENCH= b0c58d7e712a0938766b5bf6b16c9539
RANDOM SEED=1249368614

node103.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.48
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.48
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.48
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.48
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:        14729316 kB
MemAvailable:   30096488 kB
Buffers:          111468 kB
Cached:         15381724 kB
SwapCached:         5920 kB
Active:          9942700 kB
Inactive:        7406428 kB
Active(anon):    1845212 kB
Inactive(anon):    62120 kB
Active(file):    8097488 kB
Inactive(file):  7344308 kB
Unevictable:        7784 kB
Mlocked:            7784 kB
SwapTotal:      67108860 kB
SwapFree:       67058736 kB
Dirty:             26420 kB
Writeback:             0 kB
AnonPages:       1857760 kB
Mapped:            62968 kB
Shmem:             48604 kB
Slab:             383128 kB
SReclaimable:     353836 kB
SUnreclaim:        29292 kB
KernelStack:        3552 kB
PageTables:         9928 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2762496 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1669120 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 34404 MiB
End job on node103 at 2018-08-12 09:15:54