Trace number 4302450

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? (TO) 252.118 218.744

General information on the benchmark

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

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302450-1532898770/watcher-4302450-1532898770 -o /tmp/evaluation-result-4302450-1532898770/solver-4302450-1532898770 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532893235-14550 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=262475463 HOME/instance-4302450-1532898770.xml 

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

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


[startup+0.10009 s]*
/proc/loadavg: 1.61 1.60 1.67 3/207 23260
/proc/meminfo: memFree=25255236/32770624 swapFree=67108436/67108860
[pid=23203] ppid=23200 vsize=10005480 memory=16812 CPUtime=0.08 cores=1,3,5,7
/proc/23203/stat : 23203 (java) S 23200 23203 9814 0 -1 1077944320 4389 13149 0 0 1 0 5 2 20 0 6 0 107440179 10245611520 4203 33554432000 4194304 4196468 140734015399488 140734015382032 139861544120055 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
/proc/23203/statm: 2501370 4203 1935 1 0 2489808 0
[pid=23203/tid=23256] ppid=23200 vsize=10005480 memory=4279135703946462605 CPUtime=0.08 cores=1,3,5,7
/proc/23203/task/23256/stat : 23256 (java) R 23200 23203 9814 0 -1 4202560 2215 13149 0 0 1 0 5 2 20 0 6 0 107440188 10245611520 4269 33554432000 4194304 4196468 140734015399488 139861515956816 139861528200542 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23257] ppid=23200 vsize=10005480 memory=8257237230052613020 CPUtime=0.07 cores=1,3,5,7
/proc/23203/task/23257/stat : 23257 (java) S 23200 23203 9814 0 -1 1077944384 1 13149 0 0 0 0 5 2 20 0 6 0 107440189 10245611520 4269 33554432000 4194304 4196468 140734015399488 139861548362512 139861544130261 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23258] ppid=23200 vsize=10005480 memory=139790855091840 CPUtime=0.07 cores=1,3,5,7
/proc/23203/task/23258/stat : 23258 (java) S 23200 23203 9814 0 -1 1077944384 2 13149 0 0 0 0 5 2 20 0 6 0 107440189 10245611520 4269 33554432000 4194304 4196468 140734015399488 139861403081616 139861544130261 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23259] ppid=23200 vsize=10005480 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23203/task/23259/stat : 23259 (java) S 23200 23203 9814 0 -1 1077944384 2 13149 0 0 0 0 5 2 20 0 6 0 107440189 10245611520 4269 33554432000 4194304 4196468 140734015399488 139861402029072 139861544130261 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23260] ppid=23200 vsize=10005480 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/23203/task/23260/stat : 23260 (java) S 23200 23203 9814 0 -1 1077944384 2 13149 0 0 0 0 5 2 20 0 6 0 107440189 10245611520 4269 33554432000 4194304 4196468 140734015399488 139861400976528 139861544130261 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16812 KiB

[startup+0.209988 s]*
/proc/loadavg: 1.61 1.60 1.67 3/216 23269
/proc/meminfo: memFree=25233088/32770624 swapFree=67108436/67108860
[pid=23203] ppid=23200 vsize=10982744 memory=43208 CPUtime=0.25 cores=1,3,5,7
/proc/23203/stat : 23203 (java) S 23200 23203 9814 0 -1 1077944320 8070 13149 0 0 17 1 5 2 20 0 15 0 107440179 11246329856 10802 33554432000 4194304 4196468 140734015399488 140734015382032 139861544120055 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
/proc/23203/statm: 2745686 10802 2947 1 0 2708109 0
[pid=23203/tid=23256] ppid=23200 vsize=10983736 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/23203/task/23256/stat : 23256 (java) R 23200 23203 9814 0 -1 4202560 4712 13149 0 0 10 1 5 2 20 0 15 0 107440188 11247345664 10934 33554432000 4194304 4196468 140734015399488 139861515944864 139861536799773 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23257] ppid=23200 vsize=10983736 memory=345 CPUtime=0.07 cores=1,3,5,7
/proc/23203/task/23257/stat : 23257 (java) S 23200 23203 9814 0 -1 1077944384 1 13149 0 0 0 0 5 2 20 0 15 0 107440189 11247345664 10934 33554432000 4194304 4196468 140734015399488 139861548362512 139861544130261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23258] ppid=23200 vsize=10983736 memory=139790855113141 CPUtime=0.07 cores=1,3,5,7
/proc/23203/task/23258/stat : 23258 (java) S 23200 23203 9814 0 -1 1077944384 2 13149 0 0 0 0 5 2 20 0 15 0 107440189 11247345664 10934 33554432000 4194304 4196468 140734015399488 139861403081616 139861544130261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23259] ppid=23200 vsize=10983736 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23203/task/23259/stat : 23259 (java) S 23200 23203 9814 0 -1 1077944384 2 13149 0 0 0 0 5 2 20 0 15 0 107440189 11247345664 11000 33554432000 4194304 4196468 140734015399488 139861402029072 139861544130261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23260] ppid=23200 vsize=10983736 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/23203/task/23260/stat : 23260 (java) S 23200 23203 9814 0 -1 1077944384 2 13149 0 0 0 0 5 2 20 0 15 0 107440189 11247345664 11000 33554432000 4194304 4196468 140734015399488 139861400976528 139861544130261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23261] ppid=23200 vsize=10983736 memory=139790855091840 CPUtime=0.07 cores=1,3,5,7
/proc/23203/task/23261/stat : 23261 (java) S 23200 23203 9814 0 -1 1077944384 2 13149 0 0 0 0 5 2 20 0 15 0 107440191 11247345664 11000 33554432000 4194304 4196468 140734015399488 139860782442480 139861544131202 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23262] ppid=23200 vsize=10983736 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/23203/task/23262/stat : 23262 (java) S 23200 23203 9814 0 -1 1077944384 13 13149 0 0 0 0 5 2 20 0 15 0 107440191 11247345664 11000 33554432000 4194304 4196468 140734015399488 139860375495584 139861544130261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23263] ppid=23200 vsize=10983736 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23203/task/23263/stat : 23263 (java) S 23200 23203 9814 0 -1 1077944384 21 13149 0 0 0 0 5 2 20 0 15 0 107440191 11247345664 11000 33554432000 4194304 4196468 140734015399488 139860308382704 139861544130261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23264] ppid=23200 vsize=10983736 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23203/task/23264/stat : 23264 (java) S 23200 23203 9814 0 -1 1077944384 3 13149 0 0 0 0 5 2 20 0 15 0 107440194 11247345664 11066 33554432000 4194304 4196468 140734015399488 139860000987344 139861544138651 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23265] ppid=23200 vsize=10983736 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23203/task/23265/stat : 23265 (java) S 23200 23203 9814 0 -1 1077944384 357 13149 0 0 1 0 5 2 20 0 15 0 107440194 11247345664 11066 33554432000 4194304 4196468 140734015399488 139860781390320 139861544131202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23266] ppid=23200 vsize=10983736 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/23203/task/23266/stat : 23266 (java) S 23200 23203 9814 0 -1 1077944384 246 13149 0 0 0 0 5 2 20 0 15 0 107440194 11247345664 11066 33554432000 4194304 4196468 140734015399488 139860780337776 139861544131202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23267] ppid=23200 vsize=10985364 memory=139790855091840 CPUtime=0.1 cores=1,3,5,7
/proc/23203/task/23267/stat : 23267 (java) S 23200 23203 9814 0 -1 1077944384 613 13149 0 0 3 0 5 2 20 0 15 0 107440194 11249012736 11066 33554432000 4194304 4196468 140734015399488 139860779285232 139861544131202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23268] ppid=23200 vsize=10985364 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/23203/task/23268/stat : 23268 (java) S 23200 23203 9814 0 -1 1077944384 3 13149 0 0 0 0 5 2 20 0 15 0 107440194 11249012736 11066 33554432000 4194304 4196468 140734015399488 139859570191456 139861544130261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23269] ppid=23200 vsize=10985364 memory=139790855091840 CPUtime=0.07 cores=1,3,5,7
/proc/23203/task/23269/stat : 23269 (java) S 23200 23203 9814 0 -1 1077944384 1 13149 0 0 0 0 5 2 20 0 15 0 107440194 11249012736 11132 33554432000 4194304 4196468 140734015399488 139860241271088 139861544131202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 43208 KiB

[startup+0.310437 s]*
/proc/loadavg: 1.61 1.60 1.67 3/216 23269
/proc/meminfo: memFree=25221536/32770624 swapFree=67108436/67108860
[pid=23203] ppid=23200 vsize=10983192 memory=53912 CPUtime=0.38 cores=1,3,5,7
/proc/23203/stat : 23203 (java) S 23200 23203 9814 0 -1 1077944320 10564 13149 0 0 29 2 5 2 20 0 15 0 107440179 11246788608 13478 33554432000 4194304 4196468 140734015399488 140734015382032 139861544120055 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
/proc/23203/statm: 2745798 13478 3066 1 0 2708109 0
[pid=23203/tid=23256] ppid=23200 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/23203/task/23256/stat : 23256 (java) R 23200 23203 9814 0 -1 4202560 7100 13149 0 0 19 2 5 2 20 0 15 0 107440188 11246788608 13478 33554432000 4194304 4196468 140734015399488 139861515932064 139861528200542 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23257] ppid=23200 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23203/task/23257/stat : 23257 (java) S 23200 23203 9814 0 -1 1077944384 1 13149 0 0 0 0 5 2 20 0 15 0 107440189 11246788608 13478 33554432000 4194304 4196468 140734015399488 139861548362512 139861544130261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23258] ppid=23200 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23203/task/23258/stat : 23258 (java) S 23200 23203 9814 0 -1 1077944384 2 13149 0 0 0 0 5 2 20 0 15 0 107440189 11246788608 13478 33554432000 4194304 4196468 140734015399488 139861403081616 139861544130261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23259] ppid=23200 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23203/task/23259/stat : 23259 (java) S 23200 23203 9814 0 -1 1077944384 2 13149 0 0 0 0 5 2 20 0 15 0 107440189 11246788608 13478 33554432000 4194304 4196468 140734015399488 139861402029072 139861544130261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23260] ppid=23200 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23203/task/23260/stat : 23260 (java) S 23200 23203 9814 0 -1 1077944384 2 13149 0 0 0 0 5 2 20 0 15 0 107440189 11246788608 13478 33554432000 4194304 4196468 140734015399488 139861400976528 139861544130261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23261] ppid=23200 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23203/task/23261/stat : 23261 (java) S 23200 23203 9814 0 -1 1077944384 2 13149 0 0 0 0 5 2 20 0 15 0 107440191 11246788608 13478 33554432000 4194304 4196468 140734015399488 139860782442480 139861544131202 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23262] ppid=23200 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/23203/task/23262/stat : 23262 (java) S 23200 23203 9814 0 -1 1077944384 13 13149 0 0 0 0 5 2 20 0 15 0 107440191 11246788608 13478 33554432000 4194304 4196468 140734015399488 139860375495584 139861544130261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23263] ppid=23200 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23203/task/23263/stat : 23263 (java) S 23200 23203 9814 0 -1 1077944384 21 13149 0 0 0 0 5 2 20 0 15 0 107440191 11246788608 13478 33554432000 4194304 4196468 140734015399488 139860308382704 139861544130261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23264] ppid=23200 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23203/task/23264/stat : 23264 (java) S 23200 23203 9814 0 -1 1077944384 3 13149 0 0 0 0 5 2 20 0 15 0 107440194 11246788608 13478 33554432000 4194304 4196468 140734015399488 139860000987344 139861544138651 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23265] ppid=23200 vsize=10983192 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/23203/task/23265/stat : 23265 (java) S 23200 23203 9814 0 -1 1077944384 360 13149 0 0 2 0 5 2 20 0 15 0 107440194 11246788608 13478 33554432000 4194304 4196468 140734015399488 139860781390320 139861544131202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23266] ppid=23200 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/23203/task/23266/stat : 23266 (java) S 23200 23203 9814 0 -1 1077944384 249 13149 0 0 1 0 5 2 20 0 15 0 107440194 11246788608 13478 33554432000 4194304 4196468 140734015399488 139860780337776 139861544131202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23267] ppid=23200 vsize=10983192 memory=139790855091840 CPUtime=0.12 cores=1,3,5,7
/proc/23203/task/23267/stat : 23267 (java) S 23200 23203 9814 0 -1 1077944384 619 13149 0 0 5 0 5 2 20 0 15 0 107440194 11246788608 13478 33554432000 4194304 4196468 140734015399488 139860779285232 139861544131202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23268] ppid=23200 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/23203/task/23268/stat : 23268 (java) S 23200 23203 9814 0 -1 1077944384 3 13149 0 0 0 0 5 2 20 0 15 0 107440194 11246788608 13478 33554432000 4194304 4196468 140734015399488 139859570191456 139861544130261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23269] ppid=23200 vsize=10983192 memory=139790855091840 CPUtime=0.07 cores=1,3,5,7
/proc/23203/task/23269/stat : 23269 (java) S 23200 23203 9814 0 -1 1077944384 1 13149 0 0 0 0 5 2 20 0 15 0 107440194 11246788608 13478 33554432000 4194304 4196468 140734015399488 139860241271088 139861544131202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 53912 KiB

[startup+0.700737 s]
/proc/loadavg: 1.61 1.60 1.67 4/216 23269
/proc/meminfo: memFree=25210436/32770624 swapFree=67108436/67108860
[pid=23203] ppid=23200 vsize=10983192 memory=86704 CPUtime=0.99 cores=1,3,5,7
/proc/23203/stat : 23203 (java) S 23200 23203 9814 0 -1 1077944320 16780 13149 0 0 88 4 5 2 20 0 15 0 107440179 11246788608 21676 33554432000 4194304 4196468 140734015399488 140734015382032 139861544120055 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
/proc/23203/statm: 2745798 21676 3241 1 0 2708109 0
[pid=23203/tid=23256] ppid=23200 vsize=10983192 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/23203/task/23256/stat : 23256 (java) R 23200 23203 9814 0 -1 4202560 12217 13149 0 0 56 3 5 2 20 0 15 0 107440188 11246788608 21676 33554432000 4194304 4196468 140734015399488 139861515940880 139861525685046 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23257] ppid=23200 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23203/task/23257/stat : 23257 (java) S 23200 23203 9814 0 -1 1077944384 1 13149 0 0 0 0 5 2 20 0 15 0 107440189 11246788608 21676 33554432000 4194304 4196468 140734015399488 139861548362512 139861544130261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23258] ppid=23200 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23203/task/23258/stat : 23258 (java) S 23200 23203 9814 0 -1 1077944384 2 13149 0 0 0 0 5 2 20 0 15 0 107440189 11246788608 21676 33554432000 4194304 4196468 140734015399488 139861403081616 139861544130261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23259] ppid=23200 vsize=10983192 memory=139790716646192 CPUtime=0.07 cores=1,3,5,7
/proc/23203/task/23259/stat : 23259 (java) S 23200 23203 9814 0 -1 1077944384 2 13149 0 0 0 0 5 2 20 0 15 0 107440189 11246788608 21676 33554432000 4194304 4196468 140734015399488 139861402029072 139861544130261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23260] ppid=23200 vsize=10983192 memory=139792595550809 CPUtime=0.07 cores=1,3,5,7
/proc/23203/task/23260/stat : 23260 (java) S 23200 23203 9814 0 -1 1077944384 2 13149 0 0 0 0 5 2 20 0 15 0 107440189 11246788608 21676 33554432000 4194304 4196468 140734015399488 139861400976528 139861544130261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23261] ppid=23200 vsize=10983192 memory=1388 CPUtime=0.07 cores=1,3,5,7
/proc/23203/task/23261/stat : 23261 (java) S 23200 23203 9814 0 -1 1077944384 6 13149 0 0 0 0 5 2 20 0 15 0 107440191 11246788608 21676 33554432000 4194304 4196468 140734015399488 139860782442480 139861544131202 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23262] ppid=23200 vsize=10983192 memory=4639098309541127525 CPUtime=0.07 cores=1,3,5,7
/proc/23203/task/23262/stat : 23262 (java) S 23200 23203 9814 0 -1 1077944384 13 13149 0 0 0 0 5 2 20 0 15 0 107440191 11246788608 21676 33554432000 4194304 4196468 140734015399488 139860375495584 139861544130261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23263] ppid=23200 vsize=10983192 memory=8027477668130812270 CPUtime=0.07 cores=1,3,5,7
/proc/23203/task/23263/stat : 23263 (java) S 23200 23203 9814 0 -1 1077944384 21 13149 0 0 0 0 5 2 20 0 15 0 107440191 11246788608 21676 33554432000 4194304 4196468 140734015399488 139860308382704 139861544130261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23264] ppid=23200 vsize=10983192 memory=17496 CPUtime=0.07 cores=1,3,5,7
/proc/23203/task/23264/stat : 23264 (java) S 23200 23203 9814 0 -1 1077944384 3 13149 0 0 0 0 5 2 20 0 15 0 107440194 11246788608 21676 33554432000 4194304 4196468 140734015399488 139860000987344 139861544138651 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23265] ppid=23200 vsize=10983192 memory=16148 CPUtime=0.17 cores=1,3,5,7
/proc/23203/task/23265/stat : 23265 (java) S 23200 23203 9814 0 -1 1077944384 991 13149 0 0 10 0 5 2 20 0 15 0 107440194 11246788608 21676 33554432000 4194304 4196468 140734015399488 139860781390320 139861544131202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23266] ppid=23200 vsize=10983192 memory=4004 CPUtime=0.14 cores=1,3,5,7
/proc/23203/task/23266/stat : 23266 (java) S 23200 23203 9814 0 -1 1077944384 633 13149 0 0 7 0 5 2 20 0 15 0 107440194 11246788608 21676 33554432000 4194304 4196468 140734015399488 139860780337776 139861544131202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23267] ppid=23200 vsize=10983192 memory=636 CPUtime=0.2 cores=1,3,5,7
/proc/23203/task/23267/stat : 23267 (java) S 23200 23203 9814 0 -1 1077944384 691 13149 0 0 13 0 5 2 20 0 15 0 107440194 11246788608 21676 33554432000 4194304 4196468 140734015399488 139860779285232 139861544131202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23268] ppid=23200 vsize=10983192 memory=1780 CPUtime=0.07 cores=1,3,5,7
/proc/23203/task/23268/stat : 23268 (java) S 23200 23203 9814 0 -1 1077944384 3 13149 0 0 0 0 5 2 20 0 15 0 107440194 11246788608 21676 33554432000 4194304 4196468 140734015399488 139859570191456 139861544130261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23269] ppid=23200 vsize=10983192 memory=1236 CPUtime=0.07 cores=1,3,5,7
/proc/23203/task/23269/stat : 23269 (java) S 23200 23203 9814 0 -1 1077944384 1 13149 0 0 0 0 5 2 20 0 15 0 107440194 11246788608 21676 33554432000 4194304 4196468 140734015399488 139860241271088 139861544131202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 86704 KiB

[startup+1.50122 s]
/proc/loadavg: 1.61 1.60 1.67 5/216 23269
/proc/meminfo: memFree=25163984/32770624 swapFree=67108436/67108860
[pid=23203] ppid=23200 vsize=10991948 memory=239688 CPUtime=3.16 cores=1,3,5,7
/proc/23203/stat : 23203 (java) S 23200 23203 9814 0 -1 1077944320 25231 13149 0 0 301 8 5 2 20 0 15 0 107440179 11255754752 59922 33554432000 4194304 4196468 140734015399488 140734015382032 139861544120055 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
/proc/23203/statm: 2747987 59922 3478 1 0 2709645 0
[pid=23203/tid=23256] ppid=23200 vsize=10991948 memory=63188 CPUtime=1.41 cores=1,3,5,7
/proc/23203/task/23256/stat : 23256 (java) R 23200 23203 9814 0 -1 4202560 15275 13149 0 0 130 4 5 2 20 0 15 0 107440188 11255754752 59922 33554432000 4194304 4196468 140734015399488 139861515951440 139861544131990 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23257] ppid=23200 vsize=10991948 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/23203/task/23257/stat : 23257 (java) S 23200 23203 9814 0 -1 1077944384 197 13149 0 0 1 0 5 2 20 0 15 0 107440189 11255754752 59922 33554432000 4194304 4196468 140734015399488 139861548362512 139861544130261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23258] ppid=23200 vsize=10991948 memory=279581433323680 CPUtime=0.07 cores=1,3,5,7
/proc/23203/task/23258/stat : 23258 (java) S 23200 23203 9814 0 -1 1077944384 4 13149 0 0 0 0 5 2 20 0 15 0 107440189 11255754752 59922 33554432000 4194304 4196468 140734015399488 139861403081616 139861544130261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23259] ppid=23200 vsize=10991948 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23203/task/23259/stat : 23259 (java) S 23200 23203 9814 0 -1 1077944384 4 13149 0 0 0 0 5 2 20 0 15 0 107440189 11255754752 59922 33554432000 4194304 4196468 140734015399488 139861402029072 139861544130261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23260] ppid=23200 vsize=10991948 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23203/task/23260/stat : 23260 (java) S 23200 23203 9814 0 -1 1077944384 112 13149 0 0 1 0 5 2 20 0 15 0 107440189 11255754752 59922 33554432000 4194304 4196468 140734015399488 139861400976528 139861544130261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23261] ppid=23200 vsize=10991948 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23203/task/23261/stat : 23261 (java) S 23200 23203 9814 0 -1 1077944384 88 13149 0 0 0 0 5 2 20 0 15 0 107440191 11255754752 59922 33554432000 4194304 4196468 140734015399488 139860782442480 139861544131202 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23262] ppid=23200 vsize=10991948 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23203/task/23262/stat : 23262 (java) S 23200 23203 9814 0 -1 1077944384 13 13149 0 0 0 0 5 2 20 0 15 0 107440191 11255754752 59922 33554432000 4194304 4196468 140734015399488 139860375495584 139861544130261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23263] ppid=23200 vsize=10991948 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23203/task/23263/stat : 23263 (java) S 23200 23203 9814 0 -1 1077944384 42 13149 0 0 0 0 5 2 20 0 15 0 107440191 11255754752 59922 33554432000 4194304 4196468 140734015399488 139860308382704 139861544130261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23264] ppid=23200 vsize=10991948 memory=-5921431000321636112 CPUtime=0.07 cores=1,3,5,7
/proc/23203/task/23264/stat : 23264 (java) S 23200 23203 9814 0 -1 1077944384 3 13149 0 0 0 0 5 2 20 0 15 0 107440194 11255754752 59922 33554432000 4194304 4196468 140734015399488 139860000987344 139861544138651 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23265] ppid=23200 vsize=10991948 memory=0 CPUtime=0.68 cores=1,3,5,7
/proc/23203/task/23265/stat : 23265 (java) R 23200 23203 9814 0 -1 4202560 2545 13149 0 0 61 0 5 2 20 0 15 0 107440194 11255754752 59922 33554432000 4194304 4196468 140734015399488 139860781376200 139861523366650 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23266] ppid=23200 vsize=10991948 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/23203/task/23266/stat : 23266 (java) R 23200 23203 9814 0 -1 4202560 2750 13149 0 0 59 0 5 2 20 0 15 0 107440194 11255754752 59922 33554432000 4194304 4196468 140734015399488 139860780328608 139861525641446 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23267] ppid=23200 vsize=10991948 memory=6791534058613427641 CPUtime=0.51 cores=1,3,5,7
/proc/23203/task/23267/stat : 23267 (java) R 23200 23203 9814 0 -1 4202560 1998 13149 0 0 44 0 5 2 20 0 15 0 107440194 11255754752 59922 33554432000 4194304 4196468 140734015399488 139860779285232 139861544141402 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23268] ppid=23200 vsize=10991948 memory=4638778398332698720 CPUtime=0.07 cores=1,3,5,7
/proc/23203/task/23268/stat : 23268 (java) S 23200 23203 9814 0 -1 1077944384 3 13149 0 0 0 0 5 2 20 0 15 0 107440194 11255754752 59922 33554432000 4194304 4196468 140734015399488 139859570191456 139861544130261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23269] ppid=23200 vsize=10991948 memory=279581433568128 CPUtime=0.07 cores=1,3,5,7
/proc/23203/task/23269/stat : 23269 (java) S 23200 23203 9814 0 -1 1077944384 3 13149 0 0 0 0 5 2 20 0 15 0 107440194 11255754752 59922 33554432000 4194304 4196468 140734015399488 139860241271088 139861544131202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
Current children cumulated CPU time: 3.16 s
Current children cumulated vsize: 10991948 KiB

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

/proc/23203/task/23256/stat : 23256 (java) R 23200 23203 9814 0 -1 4202560 63090 13149 0 0 10079 44 5 2 20 0 15 0 107440188 11280941056 735893 33554432000 4194304 4196468 140734015399488 139861515953264 139861070836052 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23257] ppid=23200 vsize=11016544 memory=2937428 CPUtime=0.84 cores=1,3,5,7
/proc/23203/task/23257/stat : 23257 (java) S 23200 23203 9814 0 -1 1077944384 2338 13149 0 0 66 11 5 2 20 0 15 0 107440189 11280941056 735893 33554432000 4194304 4196468 140734015399488 139861548362512 139861544130261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23258] ppid=23200 vsize=11016544 memory=2943572 CPUtime=0.83 cores=1,3,5,7
/proc/23203/task/23258/stat : 23258 (java) S 23200 23203 9814 0 -1 1077944384 633 13149 0 0 64 12 5 2 20 0 15 0 107440189 11280941056 735893 33554432000 4194304 4196468 140734015399488 139861403081616 139861544130261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23259] ppid=23200 vsize=11016544 memory=2943572 CPUtime=0.82 cores=1,3,5,7
/proc/23203/task/23259/stat : 23259 (java) S 23200 23203 9814 0 -1 1077944384 825 13149 0 0 63 12 5 2 20 0 15 0 107440189 11280941056 735893 33554432000 4194304 4196468 140734015399488 139861402029072 139861544130261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23260] ppid=23200 vsize=11016544 memory=2937428 CPUtime=0.86 cores=1,3,5,7
/proc/23203/task/23260/stat : 23260 (java) S 23200 23203 9814 0 -1 1077944384 1569 13149 0 0 67 12 5 2 20 0 15 0 107440189 11280941056 735893 33554432000 4194304 4196468 140734015399488 139861400976528 139861544130261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23261] ppid=23200 vsize=11016544 memory=279581433150176 CPUtime=0.17 cores=1,3,5,7
/proc/23203/task/23261/stat : 23261 (java) S 23200 23203 9814 0 -1 1077944384 4210 13149 0 0 9 1 5 2 20 0 15 0 107440191 11280941056 735893 33554432000 4194304 4196468 140734015399488 139860782442480 139861544131202 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23262] ppid=23200 vsize=11016544 memory=56 CPUtime=0.07 cores=1,3,5,7
/proc/23203/task/23262/stat : 23262 (java) S 23200 23203 9814 0 -1 1077944384 15 13149 0 0 0 0 5 2 20 0 15 0 107440191 11280941056 735893 33554432000 4194304 4196468 140734015399488 139860375495648 139861544130261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23263] ppid=23200 vsize=11016544 memory=279581433414000 CPUtime=0.07 cores=1,3,5,7
/proc/23203/task/23263/stat : 23263 (java) S 23200 23203 9814 0 -1 1077944384 47 13149 0 0 0 0 5 2 20 0 15 0 107440191 11280941056 735893 33554432000 4194304 4196468 140734015399488 139860308382720 139861544130261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23264] ppid=23200 vsize=11016544 memory=-7522837583129502606 CPUtime=0.07 cores=1,3,5,7
/proc/23203/task/23264/stat : 23264 (java) S 23200 23203 9814 0 -1 1077944384 3 13149 0 0 0 0 5 2 20 0 15 0 107440194 11280941056 735893 33554432000 4194304 4196468 140734015399488 139860000987344 139861544138651 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23265] ppid=23200 vsize=11016544 memory=0 CPUtime=12.08 cores=1,3,5,7
/proc/23203/task/23265/stat : 23265 (java) S 23200 23203 9814 0 -1 1077944384 22301 13149 0 0 1197 4 5 2 20 0 15 0 107440194 11280941056 735893 33554432000 4194304 4196468 140734015399488 139860781390320 139861544131202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23266] ppid=23200 vsize=11016544 memory=7684 CPUtime=11.79 cores=1,3,5,7
/proc/23203/task/23266/stat : 23266 (java) S 23200 23203 9814 0 -1 1077944384 19790 13149 0 0 1168 4 5 2 20 0 15 0 107440194 11280941056 735893 33554432000 4194304 4196468 140734015399488 139860780337776 139861544131202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23267] ppid=23200 vsize=11016544 memory=2412 CPUtime=3.46 cores=1,3,5,7
/proc/23203/task/23267/stat : 23267 (java) S 23200 23203 9814 0 -1 1077944384 17286 13149 0 0 333 6 5 2 20 0 15 0 107440194 11280941056 735893 33554432000 4194304 4196468 140734015399488 139860779285232 139861544131202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23268] ppid=23200 vsize=11016544 memory=1784 CPUtime=0.07 cores=1,3,5,7
/proc/23203/task/23268/stat : 23268 (java) S 23200 23203 9814 0 -1 1077944384 3 13149 0 0 0 0 5 2 20 0 15 0 107440194 11280941056 735893 33554432000 4194304 4196468 140734015399488 139859570191456 139861544130261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23269] ppid=23200 vsize=11016544 memory=5752 CPUtime=0.13 cores=1,3,5,7
/proc/23203/task/23269/stat : 23269 (java) S 23200 23203 9814 0 -1 1077944384 593 13149 0 0 2 4 5 2 20 0 15 0 107440194 11280941056 735893 33554432000 4194304 4196468 140734015399488 139860241271088 139861544131202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
Current children cumulated CPU time: 131.74 s
Current children cumulated vsize: 11016544 KiB
Current children cumulated memory: 2943572 KiB

[startup+162.301 s]
/proc/loadavg: 1.90 1.79 1.73 3/215 23400
/proc/meminfo: memFree=22084468/32770624 swapFree=67108436/67108860
[pid=23203] ppid=23200 vsize=11016544 memory=3002972 CPUtime=193.66 cores=1,3,5,7
/proc/23203/stat : 23203 (java) S 23200 23203 9814 0 -1 1077944320 155933 13149 0 0 19236 123 5 2 20 0 15 0 107440179 11280941056 750743 33554432000 4194304 4196468 140734015399488 140734015382032 139861544120055 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
/proc/23203/statm: 2754136 750743 3540 1 0 2715789 0
[pid=23203/tid=23256] ppid=23200 vsize=11016544 memory=3002972 CPUtime=161.16 cores=1,3,5,7
/proc/23203/task/23256/stat : 23256 (java) R 23200 23203 9814 0 -1 4202560 68604 13149 0 0 16064 45 5 2 20 0 15 0 107440188 11280941056 750743 33554432000 4194304 4196468 140734015399488 139861515951152 139861064821351 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23257] ppid=23200 vsize=11016544 memory=2986584 CPUtime=0.97 cores=1,3,5,7
/proc/23203/task/23257/stat : 23257 (java) S 23200 23203 9814 0 -1 1077944384 2424 13149 0 0 77 13 5 2 20 0 15 0 107440189 11280941056 750743 33554432000 4194304 4196468 140734015399488 139861548362512 139861544130261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23258] ppid=23200 vsize=11016544 memory=3002972 CPUtime=0.96 cores=1,3,5,7
/proc/23203/task/23258/stat : 23258 (java) S 23200 23203 9814 0 -1 1077944384 826 13149 0 0 75 14 5 2 20 0 15 0 107440189 11280941056 750743 33554432000 4194304 4196468 140734015399488 139861403081616 139861544130261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23259] ppid=23200 vsize=11016544 memory=3002972 CPUtime=0.93 cores=1,3,5,7
/proc/23203/task/23259/stat : 23259 (java) S 23200 23203 9814 0 -1 1077944384 2367 13149 0 0 73 13 5 2 20 0 15 0 107440189 11280941056 750743 33554432000 4194304 4196468 140734015399488 139861402029072 139861544130261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23260] ppid=23200 vsize=11016544 memory=3002972 CPUtime=0.99 cores=1,3,5,7
/proc/23203/task/23260/stat : 23260 (java) S 23200 23203 9814 0 -1 1077944384 1645 13149 0 0 78 14 5 2 20 0 15 0 107440189 11280941056 750743 33554432000 4194304 4196468 140734015399488 139861400976528 139861544130261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23261] ppid=23200 vsize=11016544 memory=1388 CPUtime=0.18 cores=1,3,5,7
/proc/23203/task/23261/stat : 23261 (java) S 23200 23203 9814 0 -1 1077944384 4505 13149 0 0 10 1 5 2 20 0 15 0 107440191 11280941056 750743 33554432000 4194304 4196468 140734015399488 139860782442480 139861544131202 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23262] ppid=23200 vsize=11016544 memory=1136 CPUtime=0.07 cores=1,3,5,7
/proc/23203/task/23262/stat : 23262 (java) S 23200 23203 9814 0 -1 1077944384 15 13149 0 0 0 0 5 2 20 0 15 0 107440191 11280941056 750743 33554432000 4194304 4196468 140734015399488 139860375495648 139861544130261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23263] ppid=23200 vsize=11016544 memory=14695179886003570 CPUtime=0.07 cores=1,3,5,7
/proc/23203/task/23263/stat : 23263 (java) S 23200 23203 9814 0 -1 1077944384 47 13149 0 0 0 0 5 2 20 0 15 0 107440191 11280941056 750743 33554432000 4194304 4196468 140734015399488 139860308382720 139861544130261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23264] ppid=23200 vsize=11016544 memory=6944656592455360604 CPUtime=0.07 cores=1,3,5,7
/proc/23203/task/23264/stat : 23264 (java) S 23200 23203 9814 0 -1 1077944384 3 13149 0 0 0 0 5 2 20 0 15 0 107440194 11280941056 750743 33554432000 4194304 4196468 140734015399488 139860000987344 139861544138651 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23265] ppid=23200 vsize=11016544 memory=3000920 CPUtime=12.74 cores=1,3,5,7
/proc/23203/task/23265/stat : 23265 (java) S 23200 23203 9814 0 -1 1077944384 27035 13149 0 0 1262 5 5 2 20 0 15 0 107440194 11280941056 750743 33554432000 4194304 4196468 140734015399488 139860781390320 139861544131202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23266] ppid=23200 vsize=11016544 memory=4140 CPUtime=12.49 cores=1,3,5,7
/proc/23203/task/23266/stat : 23266 (java) S 23200 23203 9814 0 -1 1077944384 25740 13149 0 0 1237 5 5 2 20 0 15 0 107440194 11280941056 750743 33554432000 4194304 4196468 140734015399488 139860780337776 139861544131202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23267] ppid=23200 vsize=11016544 memory=6791534058613427641 CPUtime=3.62 cores=1,3,5,7
/proc/23203/task/23267/stat : 23267 (java) S 23200 23203 9814 0 -1 1077944384 19875 13149 0 0 349 6 5 2 20 0 15 0 107440194 11280941056 750743 33554432000 4194304 4196468 140734015399488 139860779285232 139861544131202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23268] ppid=23200 vsize=11016544 memory=1852 CPUtime=0.07 cores=1,3,5,7
/proc/23203/task/23268/stat : 23268 (java) S 23200 23203 9814 0 -1 1077944384 3 13149 0 0 0 0 5 2 20 0 15 0 107440194 11280941056 750743 33554432000 4194304 4196468 140734015399488 139859570191456 139861544130261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23269] ppid=23200 vsize=11016544 memory=3002972 CPUtime=0.16 cores=1,3,5,7
/proc/23203/task/23269/stat : 23269 (java) S 23200 23203 9814 0 -1 1077944384 650 13149 0 0 3 6 5 2 20 0 15 0 107440194 11280941056 750743 33554432000 4194304 4196468 140734015399488 139860241271088 139861544131202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
Current children cumulated CPU time: 193.66 s
Current children cumulated vsize: 11016544 KiB
Current children cumulated memory: 3002972 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+218.701 s]
/proc/loadavg: 1.88 1.81 1.74 3/215 23401
/proc/meminfo: memFree=22105276/32770624 swapFree=67108436/67108860
[pid=23203] ppid=23200 vsize=11016544 memory=2967572 CPUtime=252.05 cores=1,3,5,7
/proc/23203/stat : 23203 (java) S 23200 23203 9814 0 -1 1077944320 172789 13149 0 0 25069 129 5 2 20 0 15 0 107440179 11280941056 741893 33554432000 4194304 4196468 140734015399488 140734015382032 139861544120055 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
/proc/23203/statm: 2754136 741893 3540 1 0 2715789 0
[pid=23203/tid=23256] ppid=23200 vsize=11016544 memory=2982448 CPUtime=217.46 cores=1,3,5,7
/proc/23203/task/23256/stat : 23256 (java) R 23200 23203 9814 0 -1 4202560 73127 13149 0 0 21693 46 5 2 20 0 15 0 107440188 11280941056 741893 33554432000 4194304 4196468 140734015399488 139861515954032 139861081466566 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23257] ppid=23200 vsize=11016544 memory=2989064 CPUtime=1.05 cores=1,3,5,7
/proc/23203/task/23257/stat : 23257 (java) S 23200 23203 9814 0 -1 1077944384 2513 13149 0 0 85 13 5 2 20 0 15 0 107440189 11280941056 741893 33554432000 4194304 4196468 140734015399488 139861548362512 139861544130261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23258] ppid=23200 vsize=11016544 memory=2989076 CPUtime=1.04 cores=1,3,5,7
/proc/23203/task/23258/stat : 23258 (java) S 23200 23203 9814 0 -1 1077944384 1031 13149 0 0 83 14 5 2 20 0 15 0 107440189 11280941056 741893 33554432000 4194304 4196468 140734015399488 139861403081616 139861544130261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23259] ppid=23200 vsize=11016544 memory=2982404 CPUtime=1.02 cores=1,3,5,7
/proc/23203/task/23259/stat : 23259 (java) S 23200 23203 9814 0 -1 1077944384 2982 13149 0 0 81 14 5 2 20 0 15 0 107440189 11280941056 741893 33554432000 4194304 4196468 140734015399488 139861402029072 139861544130261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23260] ppid=23200 vsize=11016544 memory=2982448 CPUtime=1.07 cores=1,3,5,7
/proc/23203/task/23260/stat : 23260 (java) S 23200 23203 9814 0 -1 1077944384 2739 13149 0 0 86 14 5 2 20 0 15 0 107440189 11280941056 741893 33554432000 4194304 4196468 140734015399488 139861400976528 139861544130261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23261] ppid=23200 vsize=11016544 memory=2967572 CPUtime=0.19 cores=1,3,5,7
/proc/23203/task/23261/stat : 23261 (java) S 23200 23203 9814 0 -1 1077944384 4784 13149 0 0 11 1 5 2 20 0 15 0 107440191 11280941056 741893 33554432000 4194304 4196468 140734015399488 139860782442480 139861544131202 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23262] ppid=23200 vsize=11016544 memory=4140 CPUtime=0.07 cores=1,3,5,7
/proc/23203/task/23262/stat : 23262 (java) S 23200 23203 9814 0 -1 1077944384 15 13149 0 0 0 0 5 2 20 0 15 0 107440191 11280941056 741893 33554432000 4194304 4196468 140734015399488 139860375495648 139861544130261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23263] ppid=23200 vsize=11016544 memory=2989064 CPUtime=0.07 cores=1,3,5,7
/proc/23203/task/23263/stat : 23263 (java) S 23200 23203 9814 0 -1 1077944384 47 13149 0 0 0 0 5 2 20 0 15 0 107440191 11280941056 741893 33554432000 4194304 4196468 140734015399488 139860308382720 139861544130261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23264] ppid=23200 vsize=11016544 memory=7 CPUtime=0.07 cores=1,3,5,7
/proc/23203/task/23264/stat : 23264 (java) S 23200 23203 9814 0 -1 1077944384 3 13149 0 0 0 0 5 2 20 0 15 0 107440194 11280941056 741893 33554432000 4194304 4196468 140734015399488 139860000987344 139861544138651 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23265] ppid=23200 vsize=11016544 memory=2982448 CPUtime=13.48 cores=1,3,5,7
/proc/23203/task/23265/stat : 23265 (java) S 23200 23203 9814 0 -1 1077944384 29989 13149 0 0 1336 5 5 2 20 0 15 0 107440194 11280941056 741893 33554432000 4194304 4196468 140734015399488 139860781390320 139861544131202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23266] ppid=23200 vsize=11016544 memory=6791534058613427641 CPUtime=13.19 cores=1,3,5,7
/proc/23203/task/23266/stat : 23266 (java) S 23200 23203 9814 0 -1 1077944384 29328 13149 0 0 1307 5 5 2 20 0 15 0 107440194 11280941056 741893 33554432000 4194304 4196468 140734015399488 139860780337776 139861544131202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23267] ppid=23200 vsize=11016544 memory=2982448 CPUtime=3.88 cores=1,3,5,7
/proc/23203/task/23267/stat : 23267 (java) S 23200 23203 9814 0 -1 1077944384 23325 13149 0 0 374 7 5 2 20 0 15 0 107440194 11280941056 741893 33554432000 4194304 4196468 140734015399488 139860779285232 139861544131202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23268] ppid=23200 vsize=11016544 memory=2982448 CPUtime=0.07 cores=1,3,5,7
/proc/23203/task/23268/stat : 23268 (java) S 23200 23203 9814 0 -1 1077944384 3 13149 0 0 0 0 5 2 20 0 15 0 107440194 11280941056 741893 33554432000 4194304 4196468 140734015399488 139859570191456 139861544130261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23269] ppid=23200 vsize=11016544 memory=2982404 CPUtime=0.19 cores=1,3,5,7
/proc/23203/task/23269/stat : 23269 (java) S 23200 23203 9814 0 -1 1077944384 709 13149 0 0 4 8 5 2 20 0 15 0 107440194 11280941056 741893 33554432000 4194304 4196468 140734015399488 139860241271088 139861544131202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
Current children cumulated CPU time: 252.05 s
Current children cumulated vsize: 11016544 KiB
Current children cumulated memory: 2967572 KiB

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

[startup+218.744 s]
# the end of solver process 23203 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=250.767 s, system=1.3517 s

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

[startup+218.701 s]
/proc/loadavg: 1.88 1.81 1.74 3/215 23401
/proc/meminfo: memFree=22105276/32770624 swapFree=67108436/67108860
[pid=23203] ppid=23200 vsize=11016544 memory=2967572 CPUtime=252.05 cores=1,3,5,7
/proc/23203/stat : 23203 (java) S 23200 23203 9814 0 -1 1077944320 172789 13149 0 0 25069 129 5 2 20 0 15 0 107440179 11280941056 741893 33554432000 4194304 4196468 140734015399488 140734015382032 139861544120055 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
/proc/23203/statm: 2754136 741893 3540 1 0 2715789 0
[pid=23203/tid=23256] ppid=23200 vsize=11016544 memory=2982448 CPUtime=217.46 cores=1,3,5,7
/proc/23203/task/23256/stat : 23256 (java) R 23200 23203 9814 0 -1 4202560 73127 13149 0 0 21693 46 5 2 20 0 15 0 107440188 11280941056 741893 33554432000 4194304 4196468 140734015399488 139861515954032 139861081466566 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23257] ppid=23200 vsize=11016544 memory=2989064 CPUtime=1.05 cores=1,3,5,7
/proc/23203/task/23257/stat : 23257 (java) S 23200 23203 9814 0 -1 1077944384 2513 13149 0 0 85 13 5 2 20 0 15 0 107440189 11280941056 741893 33554432000 4194304 4196468 140734015399488 139861548362512 139861544130261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23258] ppid=23200 vsize=11016544 memory=2989076 CPUtime=1.04 cores=1,3,5,7
/proc/23203/task/23258/stat : 23258 (java) S 23200 23203 9814 0 -1 1077944384 1031 13149 0 0 83 14 5 2 20 0 15 0 107440189 11280941056 741893 33554432000 4194304 4196468 140734015399488 139861403081616 139861544130261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23259] ppid=23200 vsize=11016544 memory=2982404 CPUtime=1.02 cores=1,3,5,7
/proc/23203/task/23259/stat : 23259 (java) S 23200 23203 9814 0 -1 1077944384 2982 13149 0 0 81 14 5 2 20 0 15 0 107440189 11280941056 741893 33554432000 4194304 4196468 140734015399488 139861402029072 139861544130261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23260] ppid=23200 vsize=11016544 memory=2982448 CPUtime=1.07 cores=1,3,5,7
/proc/23203/task/23260/stat : 23260 (java) S 23200 23203 9814 0 -1 1077944384 2739 13149 0 0 86 14 5 2 20 0 15 0 107440189 11280941056 741893 33554432000 4194304 4196468 140734015399488 139861400976528 139861544130261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23261] ppid=23200 vsize=11016544 memory=2967572 CPUtime=0.19 cores=1,3,5,7
/proc/23203/task/23261/stat : 23261 (java) S 23200 23203 9814 0 -1 1077944384 4784 13149 0 0 11 1 5 2 20 0 15 0 107440191 11280941056 741893 33554432000 4194304 4196468 140734015399488 139860782442480 139861544131202 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23262] ppid=23200 vsize=11016544 memory=4140 CPUtime=0.07 cores=1,3,5,7
/proc/23203/task/23262/stat : 23262 (java) S 23200 23203 9814 0 -1 1077944384 15 13149 0 0 0 0 5 2 20 0 15 0 107440191 11280941056 741893 33554432000 4194304 4196468 140734015399488 139860375495648 139861544130261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23263] ppid=23200 vsize=11016544 memory=2989064 CPUtime=0.07 cores=1,3,5,7
/proc/23203/task/23263/stat : 23263 (java) S 23200 23203 9814 0 -1 1077944384 47 13149 0 0 0 0 5 2 20 0 15 0 107440191 11280941056 741893 33554432000 4194304 4196468 140734015399488 139860308382720 139861544130261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23264] ppid=23200 vsize=11016544 memory=7 CPUtime=0.07 cores=1,3,5,7
/proc/23203/task/23264/stat : 23264 (java) S 23200 23203 9814 0 -1 1077944384 3 13149 0 0 0 0 5 2 20 0 15 0 107440194 11280941056 741893 33554432000 4194304 4196468 140734015399488 139860000987344 139861544138651 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23265] ppid=23200 vsize=11016544 memory=2982448 CPUtime=13.48 cores=1,3,5,7
/proc/23203/task/23265/stat : 23265 (java) S 23200 23203 9814 0 -1 1077944384 29989 13149 0 0 1336 5 5 2 20 0 15 0 107440194 11280941056 741893 33554432000 4194304 4196468 140734015399488 139860781390320 139861544131202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23266] ppid=23200 vsize=11016544 memory=6791534058613427641 CPUtime=13.19 cores=1,3,5,7
/proc/23203/task/23266/stat : 23266 (java) S 23200 23203 9814 0 -1 1077944384 29328 13149 0 0 1307 5 5 2 20 0 15 0 107440194 11280941056 741893 33554432000 4194304 4196468 140734015399488 139860780337776 139861544131202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23267] ppid=23200 vsize=11016544 memory=2982448 CPUtime=3.88 cores=1,3,5,7
/proc/23203/task/23267/stat : 23267 (java) S 23200 23203 9814 0 -1 1077944384 23325 13149 0 0 374 7 5 2 20 0 15 0 107440194 11280941056 741893 33554432000 4194304 4196468 140734015399488 139860779285232 139861544131202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23268] ppid=23200 vsize=11016544 memory=2982448 CPUtime=0.07 cores=1,3,5,7
/proc/23203/task/23268/stat : 23268 (java) S 23200 23203 9814 0 -1 1077944384 3 13149 0 0 0 0 5 2 20 0 15 0 107440194 11280941056 741893 33554432000 4194304 4196468 140734015399488 139859570191456 139861544130261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
[pid=23203/tid=23269] ppid=23200 vsize=11016544 memory=2982404 CPUtime=0.19 cores=1,3,5,7
/proc/23203/task/23269/stat : 23269 (java) S 23200 23203 9814 0 -1 1077944384 709 13149 0 0 4 8 5 2 20 0 15 0 107440194 11280941056 741893 33554432000 4194304 4196468 140734015399488 139860241271088 139861544131202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37228544 140734015400562 140734015403361 140734015403361 140734015406031 0
Current children cumulated CPU time: 252.05 s
Current children cumulated vsize: 11016544 KiB
Current children cumulated memory: 2967572 KiB

Child status: 143
Real time (s): 218.744
CPU time (s): 252.118
CPU user time (s): 250.767
CPU system time (s): 1.3517
CPU usage (%): 115.257
Max. virtual memory (cumulated for all children) (KiB): 11016544
Max. memory (cumulated for all children) (KiB): 3013216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 250.767
system time used= 1.3517
maximum resident set size= 3015264
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 186633
page faults= 0
swaps= 0
block input operations= 0
block output operations= 464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19645
involuntary context switches= 299


# summary of solver processes directly reported to runsolver:
#   pid: 23203
#   total CPU time (s): 252.118
#   total CPU user time (s): 250.767
#   total CPU system time (s): 1.3517

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.31957 second user time and 2.14996 second system time

The end

Launcher Data

Begin job on node137 at 2018-07-29 23:12:50
IDJOB=4302450
IDBENCH=141644
IDSOLVER=2776
FILE ID=node137/4302450-1532898770
RUNJOBID= node137-1532893235-14550
PBS_JOBID= 21022513
Free space on /tmp= 48508 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/SteelMillSlab/SteelMillSlab-m2-4-0_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302450-1532898770/watcher-4302450-1532898770 -o /tmp/evaluation-result-4302450-1532898770/solver-4302450-1532898770 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532893235-14550 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=262475463 HOME/instance-4302450-1532898770.xml

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

MD5SUM BENCH= 04f92f5fbe642378aecc464c78b62b37
RANDOM SEED=262475463

node137.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.54
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.56
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.54
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.56
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.54
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.56
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.54
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        25261152 kB
MemAvailable:   29079252 kB
Buffers:          222336 kB
Cached:          3831008 kB
SwapCached:           32 kB
Active:          4655792 kB
Inactive:        2303356 kB
Active(anon):    2853056 kB
Inactive(anon):    79972 kB
Active(file):    1802736 kB
Inactive(file):  2223384 kB
Unevictable:        7424 kB
Mlocked:            7424 kB
SwapTotal:      67108860 kB
SwapFree:       67108436 kB
Dirty:             27588 kB
Writeback:             0 kB
AnonPages:       2857156 kB
Mapped:            55944 kB
Shmem:             25052 kB
Slab:             243792 kB
SReclaimable:     215632 kB
SUnreclaim:        28160 kB
KernelStack:        3824 kB
PageTables:        10736 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3888680 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2627584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 48480 MiB
End job on node137 at 2018-07-29 23:16:29