Trace number 4400859

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.12.2? (TO) 2520.12 2470.46

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-dec-sptate/
Pb-Tate-K097.xml
MD5SUMc736c64a10dc2dd55507b217b8552514
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark64.4403
Satisfiable
(Un)Satisfiability was proved
Number of variables6596
Number of constraints6792
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":6596}]
Minimum variable degree3
Maximum variable degree10
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":174},{"degree":5,"count":1168},{"degree":6,"count":2582},{"degree":7,"count":1621},{"degree":8,"count":668},{"degree":9,"count":192},{"degree":10,"count":190}]
Minimum constraint arity1
Maximum constraint arity97
Distribution of constraint arities[{"arity":1,"count":2},{"arity":2,"count":1248},{"arity":3,"count":2592},{"arity":4,"count":1728},{"arity":5,"count":576},{"arity":6,"count":192},{"arity":7,"count":192},{"arity":68,"count":194},{"arity":97,"count":68}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":6792}]
Optimization problemNO
Type of objective

Solver Data

0.76/0.55	c Concrete v3.12.2.1568631193530 running
2520.03/2470.41	Exception in thread "main" java.util.concurrent.TimeoutException
2520.03/2470.41		at concrete.MAC.mac(MAC.scala:192)
2520.03/2470.41		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.03/2470.41		at scala.util.Try$.apply(Try.scala:212)
2520.03/2470.41		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.03/2470.41		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.03/2470.41		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.03/2470.41		at concrete.MAC.oneRun(MAC.scala:265)
2520.03/2470.41		at concrete.MAC.nextSolution(MAC.scala:284)
2520.03/2470.41		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:350)
2520.03/2470.41		at concrete.ProblemState.map(ProblemState.scala:238)
2520.03/2470.41		at concrete.ProblemState.map(ProblemState.scala:212)
2520.03/2470.41		at concrete.MAC.nextSolution(MAC.scala:348)
2520.03/2470.41		at concrete.Solver.hasNext(Solver.scala:160)
2520.03/2470.41		at scala.collection.Iterator.nextOption(Iterator.scala:104)
2520.03/2470.41		at scala.collection.Iterator.nextOption$(Iterator.scala:104)
2520.03/2470.41		at concrete.Solver.nextOption(Solver.scala:67)
2520.03/2470.41		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:78)
2520.03/2470.41		at scala.util.Success.map(Try.scala:264)
2520.03/2470.41		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.03/2470.41		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.03/2470.41		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.03/2470.41		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.03/2470.41		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.03/2470.41		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.03/2470.41		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.03/2470.41		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.03/2470.41		at scala.App.$anonfun$main$1(App.scala:75)
2520.03/2470.41		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.03/2470.41		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.03/2470.41		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.03/2470.41		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.03/2470.41		at scala.App.main(App.scala:75)
2520.03/2470.41		at scala.App.main$(App.scala:73)
2520.03/2470.41		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.03/2470.41		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.03/2470.41	s UNKNOWN

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4400859-1568688366/watcher-4400859-1568688366 -o /tmp/evaluation-result-4400859-1568688366/solver-4400859-1568688366 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1568673289-31264 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1347479350 HOME/instance-4400859-1568688366.xml 

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

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

solver pid=5121, runsolver pid=5118

[startup+0.100125 s]*
/proc/loadavg: 1.75 1.64 1.52 3/219 5179
/proc/meminfo: memFree=27105916/32770624 swapFree=66967452/67108860
[pid=5121] ppid=5118 vsize=9972712 memory=16816 CPUtime=0.08 cores=0,2,4,6
/proc/5121/stat : 5121 (java) S 5118 5121 31233 0 -1 1077944320 4433 13133 0 0 1 0 5 2 20 0 6 0 445103446 10212057088 4204 33554432000 4194304 4196468 140721989808432 140721989790976 139845715816183 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
/proc/5121/statm: 2493178 4204 1935 1 0 2481616 0
[pid=5121/tid=5175] ppid=5118 vsize=9972712 memory=-8171376296011865461 CPUtime=0.08 cores=0,2,4,6
/proc/5121/task/5175/stat : 5175 (java) R 5118 5121 31233 0 -1 4202560 2284 13133 0 0 1 0 5 2 20 0 6 0 445103456 10212057088 4270 33554432000 4194304 4196468 140721989808432 139845687652944 139845699896670 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5176] ppid=5118 vsize=9972712 memory=7948963741541478447 CPUtime=0.07 cores=0,2,4,6
/proc/5121/task/5176/stat : 5176 (java) S 5118 5121 31233 0 -1 1077944384 2 13133 0 0 0 0 5 2 20 0 6 0 445103456 10212057088 4270 33554432000 4194304 4196468 140721989808432 139845720058896 139845715826389 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5177] ppid=5118 vsize=9972712 memory=139937674991232 CPUtime=0.07 cores=0,2,4,6
/proc/5121/task/5177/stat : 5177 (java) S 5118 5121 31233 0 -1 1077944384 2 13133 0 0 0 0 5 2 20 0 6 0 445103456 10212057088 4270 33554432000 4194304 4196468 140721989808432 139845618949264 139845715826389 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5178] ppid=5118 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5121/task/5178/stat : 5178 (java) S 5118 5121 31233 0 -1 1077944384 1 13133 0 0 0 0 5 2 20 0 6 0 445103456 10212057088 4270 33554432000 4194304 4196468 140721989808432 139845617896208 139845715826389 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5179] ppid=5118 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/5121/task/5179/stat : 5179 (java) S 5118 5121 31233 0 -1 1077944384 2 13133 0 0 0 0 5 2 20 0 6 0 445103456 10212057088 4270 33554432000 4194304 4196468 140721989808432 139845616843664 139845715826389 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16816 KiB

[startup+0.210067 s]*
/proc/loadavg: 1.75 1.64 1.52 4/228 5188
/proc/meminfo: memFree=27085548/32770624 swapFree=66967452/67108860
[pid=5121] ppid=5118 vsize=10820020 memory=42064 CPUtime=0.26 cores=0,2,4,6
/proc/5121/stat : 5121 (java) S 5118 5121 31233 0 -1 1077944320 7333 13133 0 0 17 2 5 2 20 0 15 0 445103446 11079700480 10516 33554432000 4194304 4196468 140721989808432 140721989790976 139845715816183 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
/proc/5121/statm: 2705005 10516 3216 1 0 2667149 0
[pid=5121/tid=5175] ppid=5118 vsize=10820196 memory=8389772277269004345 CPUtime=0.18 cores=0,2,4,6
/proc/5121/task/5175/stat : 5175 (java) R 5118 5121 31233 0 -1 4202560 3914 13133 0 0 10 1 5 2 20 0 15 0 445103456 11079880704 10582 33554432000 4194304 4196468 140721989808432 139845687647424 139845715838109 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5176] ppid=5118 vsize=10820196 memory=4294967660 CPUtime=0.07 cores=0,2,4,6
/proc/5121/task/5176/stat : 5176 (java) S 5118 5121 31233 0 -1 1077944384 2 13133 0 0 0 0 5 2 20 0 15 0 445103456 11079880704 10582 33554432000 4194304 4196468 140721989808432 139845720058896 139845715826389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5177] ppid=5118 vsize=10820196 memory=288370313826702976 CPUtime=0.07 cores=0,2,4,6
/proc/5121/task/5177/stat : 5177 (java) S 5118 5121 31233 0 -1 1077944384 2 13133 0 0 0 0 5 2 20 0 15 0 445103456 11079880704 10582 33554432000 4194304 4196468 140721989808432 139845618949264 139845715826389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5178] ppid=5118 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5121/task/5178/stat : 5178 (java) S 5118 5121 31233 0 -1 1077944384 1 13133 0 0 0 0 5 2 20 0 15 0 445103456 11079880704 10582 33554432000 4194304 4196468 140721989808432 139845617896208 139845715826389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5179] ppid=5118 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/5121/task/5179/stat : 5179 (java) S 5118 5121 31233 0 -1 1077944384 2 13133 0 0 0 0 5 2 20 0 15 0 445103456 11079880704 10582 33554432000 4194304 4196468 140721989808432 139845616843664 139845715826389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5180] ppid=5118 vsize=10820196 memory=139937674991232 CPUtime=0.07 cores=0,2,4,6
/proc/5121/task/5180/stat : 5180 (java) S 5118 5121 31233 0 -1 1077944384 2 13133 0 0 0 0 5 2 20 0 15 0 445103458 11079880704 10582 33554432000 4194304 4196468 140721989808432 139845175105776 139845715827330 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5181] ppid=5118 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/5121/task/5181/stat : 5181 (java) S 5118 5121 31233 0 -1 1077944384 13 13133 0 0 0 0 5 2 20 0 15 0 445103458 11079880704 10582 33554432000 4194304 4196468 140721989808432 139845074674848 139845715826389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5182] ppid=5118 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5121/task/5182/stat : 5182 (java) S 5118 5121 31233 0 -1 1077944384 1 13133 0 0 0 0 5 2 20 0 15 0 445103458 11079880704 10582 33554432000 4194304 4196468 140721989808432 139844470694640 139845715826389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5183] ppid=5118 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5121/task/5183/stat : 5183 (java) S 5118 5121 31233 0 -1 1077944384 3 13133 0 0 0 0 5 2 20 0 15 0 445103461 11079880704 10582 33554432000 4194304 4196468 140721989808432 139844230404048 139845715834779 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5184] ppid=5118 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5121/task/5184/stat : 5184 (java) S 5118 5121 31233 0 -1 1077944384 466 13133 0 0 0 0 5 2 20 0 15 0 445103461 11079880704 10582 33554432000 4194304 4196468 140721989808432 139845174053616 139845715827330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5185] ppid=5118 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/5121/task/5185/stat : 5185 (java) R 5118 5121 31233 0 -1 4202560 197 13133 0 0 1 0 5 2 20 0 15 0 445103461 11079880704 10582 33554432000 4194304 4196468 140721989808432 139845173001072 139845693612075 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5186] ppid=5118 vsize=10820196 memory=139937674991232 CPUtime=0.1 cores=0,2,4,6
/proc/5121/task/5186/stat : 5186 (java) S 5118 5121 31233 0 -1 1077944384 594 13133 0 0 3 0 5 2 20 0 15 0 445103461 11079880704 10582 33554432000 4194304 4196468 140721989808432 139845171948016 139845715827330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5187] ppid=5118 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/5121/task/5187/stat : 5187 (java) S 5118 5121 31233 0 -1 1077944384 3 13133 0 0 0 0 5 2 20 0 15 0 445103461 11079880704 10582 33554432000 4194304 4196468 140721989808432 139844196846432 139845715826389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5188] ppid=5118 vsize=10820196 memory=139937674991232 CPUtime=0.07 cores=0,2,4,6
/proc/5121/task/5188/stat : 5188 (java) S 5118 5121 31233 0 -1 1077944384 1 13133 0 0 0 0 5 2 20 0 15 0 445103462 11079880704 10582 33554432000 4194304 4196468 140721989808432 139845170895408 139845715827330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10820020 KiB
Current children cumulated memory: 42064 KiB

[startup+0.310772 s]*
/proc/loadavg: 1.75 1.64 1.52 4/228 5188
/proc/meminfo: memFree=27072312/32770624 swapFree=66967452/67108860
[pid=5121] ppid=5118 vsize=10820196 memory=50620 CPUtime=0.4 cores=0,2,4,6
/proc/5121/stat : 5121 (java) S 5118 5121 31233 0 -1 1077944320 10868 13133 0 0 29 4 5 2 20 0 15 0 445103446 11079880704 12655 33554432000 4194304 4196468 140721989808432 140721989790976 139845715816183 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
/proc/5121/statm: 2705049 12655 3312 1 0 2667149 0
[pid=5121/tid=5175] ppid=5118 vsize=10820196 memory=6935054825532540783 CPUtime=0.28 cores=0,2,4,6
/proc/5121/task/5175/stat : 5175 (java) R 5118 5121 31233 0 -1 4202560 7375 13133 0 0 19 2 5 2 20 0 15 0 445103456 11079880704 12655 33554432000 4194304 4196468 140721989808432 139845687625136 139845702004773 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5176] ppid=5118 vsize=10820196 memory=4126316290023845779 CPUtime=0.07 cores=0,2,4,6
/proc/5121/task/5176/stat : 5176 (java) S 5118 5121 31233 0 -1 1077944384 2 13133 0 0 0 0 5 2 20 0 15 0 445103456 11079880704 12655 33554432000 4194304 4196468 140721989808432 139845720058896 139845715826389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5177] ppid=5118 vsize=10820196 memory=8982046290584177472 CPUtime=0.07 cores=0,2,4,6
/proc/5121/task/5177/stat : 5177 (java) S 5118 5121 31233 0 -1 1077944384 2 13133 0 0 0 0 5 2 20 0 15 0 445103456 11079880704 12655 33554432000 4194304 4196468 140721989808432 139845618949264 139845715826389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5178] ppid=5118 vsize=10820196 memory=-8412656567334364540 CPUtime=0.07 cores=0,2,4,6
/proc/5121/task/5178/stat : 5178 (java) S 5118 5121 31233 0 -1 1077944384 1 13133 0 0 0 0 5 2 20 0 15 0 445103456 11079880704 12655 33554432000 4194304 4196468 140721989808432 139845617896208 139845715826389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5179] ppid=5118 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/5121/task/5179/stat : 5179 (java) S 5118 5121 31233 0 -1 1077944384 2 13133 0 0 0 0 5 2 20 0 15 0 445103456 11079880704 12655 33554432000 4194304 4196468 140721989808432 139845616843664 139845715826389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5180] ppid=5118 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5121/task/5180/stat : 5180 (java) S 5118 5121 31233 0 -1 1077944384 2 13133 0 0 0 0 5 2 20 0 15 0 445103458 11079880704 12655 33554432000 4194304 4196468 140721989808432 139845175105776 139845715827330 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5181] ppid=5118 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5121/task/5181/stat : 5181 (java) S 5118 5121 31233 0 -1 1077944384 13 13133 0 0 0 0 5 2 20 0 15 0 445103458 11079880704 12655 33554432000 4194304 4196468 140721989808432 139845074674848 139845715826389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5182] ppid=5118 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5121/task/5182/stat : 5182 (java) S 5118 5121 31233 0 -1 1077944384 1 13133 0 0 0 0 5 2 20 0 15 0 445103458 11079880704 12655 33554432000 4194304 4196468 140721989808432 139844470694640 139845715826389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5183] ppid=5118 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5121/task/5183/stat : 5183 (java) S 5118 5121 31233 0 -1 1077944384 3 13133 0 0 0 0 5 2 20 0 15 0 445103461 11079880704 12655 33554432000 4194304 4196468 140721989808432 139844230404048 139845715834779 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5184] ppid=5118 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5121/task/5184/stat : 5184 (java) S 5118 5121 31233 0 -1 1077944384 466 13133 0 0 1 0 5 2 20 0 15 0 445103461 11079880704 12655 33554432000 4194304 4196468 140721989808432 139845174053616 139845715827330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5185] ppid=5118 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/5121/task/5185/stat : 5185 (java) S 5118 5121 31233 0 -1 1077944384 198 13133 0 0 2 0 5 2 20 0 15 0 445103461 11079880704 12655 33554432000 4194304 4196468 140721989808432 139845173001072 139845715827330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5186] ppid=5118 vsize=10820196 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/5121/task/5186/stat : 5186 (java) S 5118 5121 31233 0 -1 1077944384 601 13133 0 0 5 0 5 2 20 0 15 0 445103461 11079880704 12655 33554432000 4194304 4196468 140721989808432 139845171948016 139845715827330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5187] ppid=5118 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5121/task/5187/stat : 5187 (java) S 5118 5121 31233 0 -1 1077944384 3 13133 0 0 0 0 5 2 20 0 15 0 445103461 11079880704 12655 33554432000 4194304 4196468 140721989808432 139844196846432 139845715826389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5188] ppid=5118 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5121/task/5188/stat : 5188 (java) S 5118 5121 31233 0 -1 1077944384 1 13133 0 0 0 0 5 2 20 0 15 0 445103462 11079880704 12655 33554432000 4194304 4196468 140721989808432 139845170895408 139845715827330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 50620 KiB

[startup+0.701322 s]
/proc/loadavg: 1.75 1.64 1.52 6/228 5188
/proc/meminfo: memFree=27057892/32770624 swapFree=66967452/67108860
[pid=5121] ppid=5118 vsize=10824364 memory=83592 CPUtime=1.13 cores=0,2,4,6
/proc/5121/stat : 5121 (java) S 5118 5121 31233 0 -1 1077944320 15102 13133 0 0 100 6 5 2 20 0 15 0 445103446 11084148736 20898 33554432000 4194304 4196468 140721989808432 140721989790976 139845715816183 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
/proc/5121/statm: 2706091 20898 3504 1 0 2668173 0
[pid=5121/tid=5175] ppid=5118 vsize=10824364 memory=2438467684097 CPUtime=0.66 cores=0,2,4,6
/proc/5121/task/5175/stat : 5175 (java) R 5118 5121 31233 0 -1 4202560 10532 13133 0 0 55 4 5 2 20 0 15 0 445103456 11084148736 20898 33554432000 4194304 4196468 140721989808432 139845687632848 139845696042176 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5176] ppid=5118 vsize=10824364 memory=2451352585985 CPUtime=0.07 cores=0,2,4,6
/proc/5121/task/5176/stat : 5176 (java) S 5118 5121 31233 0 -1 1077944384 2 13133 0 0 0 0 5 2 20 0 15 0 445103456 11084148736 20898 33554432000 4194304 4196468 140721989808432 139845720058896 139845715826389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5177] ppid=5118 vsize=10824364 memory=2472827422465 CPUtime=0.07 cores=0,2,4,6
/proc/5121/task/5177/stat : 5177 (java) S 5118 5121 31233 0 -1 1077944384 2 13133 0 0 0 0 5 2 20 0 15 0 445103456 11084148736 20898 33554432000 4194304 4196468 140721989808432 139845618949264 139845715826389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5178] ppid=5118 vsize=10824364 memory=2477122389761 CPUtime=0.07 cores=0,2,4,6
/proc/5121/task/5178/stat : 5178 (java) S 5118 5121 31233 0 -1 1077944384 1 13133 0 0 0 0 5 2 20 0 15 0 445103456 11084148736 20898 33554432000 4194304 4196468 140721989808432 139845617896208 139845715826389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5179] ppid=5118 vsize=10824364 memory=8730425 CPUtime=0.07 cores=0,2,4,6
/proc/5121/task/5179/stat : 5179 (java) S 5118 5121 31233 0 -1 1077944384 2 13133 0 0 0 0 5 2 20 0 15 0 445103456 11084148736 20898 33554432000 4194304 4196468 140721989808432 139845616843664 139845715826389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5180] ppid=5118 vsize=10824364 memory=4639649383340284835 CPUtime=0.07 cores=0,2,4,6
/proc/5121/task/5180/stat : 5180 (java) S 5118 5121 31233 0 -1 1077944384 5 13133 0 0 0 0 5 2 20 0 15 0 445103458 11084148736 20898 33554432000 4194304 4196468 140721989808432 139845175105776 139845715827330 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5181] ppid=5118 vsize=10824364 memory=6441370542062719057 CPUtime=0.07 cores=0,2,4,6
/proc/5121/task/5181/stat : 5181 (java) S 5118 5121 31233 0 -1 1077944384 13 13133 0 0 0 0 5 2 20 0 15 0 445103458 11084148736 20898 33554432000 4194304 4196468 140721989808432 139845074674848 139845715826389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5182] ppid=5118 vsize=10824364 memory=7013340846366745708 CPUtime=0.07 cores=0,2,4,6
/proc/5121/task/5182/stat : 5182 (java) S 5118 5121 31233 0 -1 1077944384 1 13133 0 0 0 0 5 2 20 0 15 0 445103458 11084148736 20898 33554432000 4194304 4196468 140721989808432 139844470694640 139845715826389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5183] ppid=5118 vsize=10824364 memory=279875101959744 CPUtime=0.07 cores=0,2,4,6
/proc/5121/task/5183/stat : 5183 (java) S 5118 5121 31233 0 -1 1077944384 3 13133 0 0 0 0 5 2 20 0 15 0 445103461 11084148736 20898 33554432000 4194304 4196468 140721989808432 139844230404048 139845715834779 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5184] ppid=5118 vsize=10824364 memory=139938624438881 CPUtime=0.21 cores=0,2,4,6
/proc/5121/task/5184/stat : 5184 (java) R 5118 5121 31233 0 -1 4202560 956 13133 0 0 14 0 5 2 20 0 15 0 445103461 11084148736 20898 33554432000 4194304 4196468 140721989808432 139845174040928 139845695652480 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5185] ppid=5118 vsize=10824364 memory=142403935666826 CPUtime=0.19 cores=0,2,4,6
/proc/5121/task/5185/stat : 5185 (java) R 5118 5121 31233 0 -1 4202560 573 13133 0 0 12 0 5 2 20 0 15 0 445103461 11084148736 20898 33554432000 4194304 4196468 140721989808432 139845173001072 139845699299672 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5186] ppid=5118 vsize=10824364 memory=139938624439161 CPUtime=0.24 cores=0,2,4,6
/proc/5121/task/5186/stat : 5186 (java) S 5118 5121 31233 0 -1 1077944384 803 13133 0 0 17 0 5 2 20 0 15 0 445103461 11084148736 20898 33554432000 4194304 4196468 140721989808432 139845171948016 139845715827330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5187] ppid=5118 vsize=10824364 memory=139938624439163 CPUtime=0.07 cores=0,2,4,6
/proc/5121/task/5187/stat : 5187 (java) S 5118 5121 31233 0 -1 1077944384 3 13133 0 0 0 0 5 2 20 0 15 0 445103461 11084148736 20898 33554432000 4194304 4196468 140721989808432 139844196846432 139845715826389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5188] ppid=5118 vsize=10824364 memory=139938624439193 CPUtime=0.07 cores=0,2,4,6
/proc/5121/task/5188/stat : 5188 (java) S 5118 5121 31233 0 -1 1077944384 1 13133 0 0 0 0 5 2 20 0 15 0 445103462 11084148736 20898 33554432000 4194304 4196468 140721989808432 139845170895408 139845715827330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 83592 KiB

[startup+1.50071 s]
/proc/loadavg: 1.85 1.66 1.53 5/228 5188
/proc/meminfo: memFree=26992600/32770624 swapFree=66967452/67108860
[pid=5121] ppid=5118 vsize=10830584 memory=231032 CPUtime=3.44 cores=0,2,4,6
/proc/5121/stat : 5121 (java) S 5118 5121 31233 0 -1 1077944320 30674 13133 0 0 326 11 5 2 20 0 15 0 445103446 11090518016 57758 33554432000 4194304 4196468 140721989808432 140721989790976 139845715816183 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
/proc/5121/statm: 2707646 57758 3559 1 0 2669709 0
[pid=5121/tid=5175] ppid=5118 vsize=10830584 memory=0 CPUtime=1.43 cores=0,2,4,6
/proc/5121/task/5175/stat : 5175 (java) R 5118 5121 31233 0 -1 4202560 14555 13133 0 0 130 6 5 2 20 0 15 0 445103456 11090518016 57758 33554432000 4194304 4196468 140721989808432 139845687595872 139845699896670 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5176] ppid=5118 vsize=10830584 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5121/task/5176/stat : 5176 (java) S 5118 5121 31233 0 -1 1077944384 13 13133 0 0 0 0 5 2 20 0 15 0 445103456 11090518016 57758 33554432000 4194304 4196468 140721989808432 139845720058896 139845715826389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5177] ppid=5118 vsize=10830584 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5121/task/5177/stat : 5177 (java) S 5118 5121 31233 0 -1 1077944384 210 13133 0 0 0 0 5 2 20 0 15 0 445103456 11090518016 57758 33554432000 4194304 4196468 140721989808432 139845618949264 139845715826389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5178] ppid=5118 vsize=10830584 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5121/task/5178/stat : 5178 (java) S 5118 5121 31233 0 -1 1077944384 11 13133 0 0 0 0 5 2 20 0 15 0 445103456 11090518016 57758 33554432000 4194304 4196468 140721989808432 139845617896208 139845715826389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5179] ppid=5118 vsize=10830584 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5121/task/5179/stat : 5179 (java) S 5118 5121 31233 0 -1 1077944384 51 13133 0 0 0 0 5 2 20 0 15 0 445103456 11090518016 57758 33554432000 4194304 4196468 140721989808432 139845616843664 139845715826389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5180] ppid=5118 vsize=10830584 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5121/task/5180/stat : 5180 (java) S 5118 5121 31233 0 -1 1077944384 43 13133 0 0 0 0 5 2 20 0 15 0 445103458 11090518016 57758 33554432000 4194304 4196468 140721989808432 139845175105776 139845715827330 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5181] ppid=5118 vsize=10830584 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5121/task/5181/stat : 5181 (java) S 5118 5121 31233 0 -1 1077944384 16 13133 0 0 0 0 5 2 20 0 15 0 445103458 11090518016 57758 33554432000 4194304 4196468 140721989808432 139845074674848 139845715826389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5182] ppid=5118 vsize=10830584 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5121/task/5182/stat : 5182 (java) S 5118 5121 31233 0 -1 1077944384 3 13133 0 0 0 0 5 2 20 0 15 0 445103458 11090518016 57758 33554432000 4194304 4196468 140721989808432 139844470694640 139845715826389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5183] ppid=5118 vsize=10830584 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5121/task/5183/stat : 5183 (java) S 5118 5121 31233 0 -1 1077944384 3 13133 0 0 0 0 5 2 20 0 15 0 445103461 11090518016 57758 33554432000 4194304 4196468 140721989808432 139844230404048 139845715834779 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5184] ppid=5118 vsize=10830584 memory=0 CPUtime=0.85 cores=0,2,4,6
/proc/5121/task/5184/stat : 5184 (java) S 5118 5121 31233 0 -1 1077944384 6461 13133 0 0 77 1 5 2 20 0 15 0 445103461 11090518016 57758 33554432000 4194304 4196468 140721989808432 139845174053616 139845715827330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5185] ppid=5118 vsize=10830584 memory=-7966001967407402336 CPUtime=0.8 cores=0,2,4,6
/proc/5121/task/5185/stat : 5185 (java) S 5118 5121 31233 0 -1 1077944384 4375 13133 0 0 73 0 5 2 20 0 15 0 445103461 11090518016 57758 33554432000 4194304 4196468 140721989808432 139845173001072 139845715827330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5186] ppid=5118 vsize=10830584 memory=6944938067432061290 CPUtime=0.47 cores=0,2,4,6
/proc/5121/task/5186/stat : 5186 (java) S 5118 5121 31233 0 -1 1077944384 2724 13133 0 0 40 0 5 2 20 0 15 0 445103461 11090518016 57758 33554432000 4194304 4196468 140721989808432 139845171948016 139845715827330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5187] ppid=5118 vsize=10830584 memory=7100839861529441392 CPUtime=0.07 cores=0,2,4,6
/proc/5121/task/5187/stat : 5187 (java) S 5118 5121 31233 0 -1 1077944384 3 13133 0 0 0 0 5 2 20 0 15 0 445103461 11090518016 57758 33554432000 4194304 4196468 140721989808432 139844196846432 139845715826389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5188] ppid=5118 vsize=10830584 memory=4627829655977429107 CPUtime=0.07 cores=0,2,4,6
/proc/5121/task/5188/stat : 5188 (java) S 5118 5121 31233 0 -1 1077944384 3 13133 0 0 0 0 5 2 20 0 15 0 445103462 11090518016 57758 33554432000 4194304 4196468 140721989808432 139845170895408 139845715827330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
Current children cumulated CPU time: 3.44 s
Current children cumulated vsize: 10830584 KiB

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

/proc/5121/task/5175/stat : 5175 (java) R 5118 5121 31233 0 -1 4202560 565965 13133 0 0 230431 119 5 2 20 0 15 0 445103456 11107315712 659243 33554432000 4194304 4196468 140721989808432 139845687651456 139845297951080 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5176] ppid=5118 vsize=10846988 memory=2634436 CPUtime=10.49 cores=0,2,4,6
/proc/5121/task/5176/stat : 5176 (java) S 5118 5121 31233 0 -1 1077944384 25125 13133 0 0 989 53 5 2 20 0 15 0 445103456 11107315712 659243 33554432000 4194304 4196468 140721989808432 139845720058896 139845715826389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5177] ppid=5118 vsize=10846988 memory=2600036 CPUtime=10.45 cores=0,2,4,6
/proc/5121/task/5177/stat : 5177 (java) S 5118 5121 31233 0 -1 1077944384 21312 13133 0 0 985 53 5 2 20 0 15 0 445103456 11107315712 659243 33554432000 4194304 4196468 140721989808432 139845618949264 139845715826389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5178] ppid=5118 vsize=10846988 memory=2614364 CPUtime=10.47 cores=0,2,4,6
/proc/5121/task/5178/stat : 5178 (java) S 5118 5121 31233 0 -1 1077944384 25069 13133 0 0 985 55 5 2 20 0 15 0 445103456 11107315712 659243 33554432000 4194304 4196468 140721989808432 139845617896208 139845715826389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5179] ppid=5118 vsize=10846988 memory=2617224 CPUtime=10.46 cores=0,2,4,6
/proc/5121/task/5179/stat : 5179 (java) S 5118 5121 31233 0 -1 1077944384 22081 13133 0 0 987 52 5 2 20 0 15 0 445103456 11107315712 659243 33554432000 4194304 4196468 140721989808432 139845616843664 139845715826389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5180] ppid=5118 vsize=10846988 memory=2617224 CPUtime=4.51 cores=0,2,4,6
/proc/5121/task/5180/stat : 5180 (java) S 5118 5121 31233 0 -1 1077944384 26496 13133 0 0 387 57 5 2 20 0 15 0 445103458 11107315712 659243 33554432000 4194304 4196468 140721989808432 139845175105776 139845715827330 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5181] ppid=5118 vsize=10846988 memory=2634636 CPUtime=0.07 cores=0,2,4,6
/proc/5121/task/5181/stat : 5181 (java) S 5118 5121 31233 0 -1 1077944384 19 13133 0 0 0 0 5 2 20 0 15 0 445103458 11107315712 659243 33554432000 4194304 4196468 140721989808432 139845074674912 139845715826389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5182] ppid=5118 vsize=10846988 memory=2636972 CPUtime=0.07 cores=0,2,4,6
/proc/5121/task/5182/stat : 5182 (java) S 5118 5121 31233 0 -1 1077944384 3 13133 0 0 0 0 5 2 20 0 15 0 445103458 11107315712 659243 33554432000 4194304 4196468 140721989808432 139844470694656 139845715826389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5183] ppid=5118 vsize=10846988 memory=2636972 CPUtime=0.07 cores=0,2,4,6
/proc/5121/task/5183/stat : 5183 (java) S 5118 5121 31233 0 -1 1077944384 3 13133 0 0 0 0 5 2 20 0 15 0 445103461 11107315712 659243 33554432000 4194304 4196468 140721989808432 139844230404048 139845715834779 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5184] ppid=5118 vsize=10846988 memory=2636972 CPUtime=8.17 cores=0,2,4,6
/proc/5121/task/5184/stat : 5184 (java) S 5118 5121 31233 0 -1 1077944384 25084 13133 0 0 805 5 5 2 20 0 15 0 445103461 11107315712 659243 33554432000 4194304 4196468 140721989808432 139845174053616 139845715827330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5185] ppid=5118 vsize=10846988 memory=0 CPUtime=7.86 cores=0,2,4,6
/proc/5121/task/5185/stat : 5185 (java) S 5118 5121 31233 0 -1 1077944384 19126 13133 0 0 776 3 5 2 20 0 15 0 445103461 11107315712 659243 33554432000 4194304 4196468 140721989808432 139845173001072 139845715827330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5186] ppid=5118 vsize=10846988 memory=2636972 CPUtime=2.64 cores=0,2,4,6
/proc/5121/task/5186/stat : 5186 (java) S 5118 5121 31233 0 -1 1077944384 12960 13133 0 0 253 4 5 2 20 0 15 0 445103461 11107315712 659243 33554432000 4194304 4196468 140721989808432 139845171948016 139845715827330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5187] ppid=5118 vsize=10846988 memory=2636972 CPUtime=0.07 cores=0,2,4,6
/proc/5121/task/5187/stat : 5187 (java) S 5118 5121 31233 0 -1 1077944384 3 13133 0 0 0 0 5 2 20 0 15 0 445103461 11107315712 659243 33554432000 4194304 4196468 140721989808432 139844196846432 139845715826389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5188] ppid=5118 vsize=10846988 memory=2636972 CPUtime=1.42 cores=0,2,4,6
/proc/5121/task/5188/stat : 5188 (java) S 5118 5121 31233 0 -1 1077944384 1613 13133 0 0 65 70 5 2 20 0 15 0 445103462 11107315712 659243 33554432000 4194304 4196468 140721989808432 139845170895408 139845715827330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
Current children cumulated CPU time: 2371.5 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 2636972 KiB

[startup+2382.3 s]
/proc/loadavg: 1.77 1.58 1.48 3/227 6066
/proc/meminfo: memFree=26678736/32770624 swapFree=66967452/67108860
[pid=5121] ppid=5118 vsize=10846988 memory=2876728 CPUtime=2431.7 cores=0,2,4,6
/proc/5121/stat : 5121 (java) S 5118 5121 31233 0 -1 1077944320 803997 13133 0 0 242716 447 5 2 20 0 15 0 445103446 11107315712 719182 33554432000 4194304 4196468 140721989808432 140721989790976 139845715816183 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
/proc/5121/statm: 2711747 719182 3642 1 0 2673805 0
[pid=5121/tid=5175] ppid=5118 vsize=10846988 memory=2802860 CPUtime=2365.5 cores=0,2,4,6
/proc/5121/task/5175/stat : 5175 (java) R 5118 5121 31233 0 -1 4202560 621697 13133 0 0 236418 125 5 2 20 0 15 0 445103456 11107315712 719182 33554432000 4194304 4196468 140721989808432 139845687651168 139845312449280 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5176] ppid=5118 vsize=10846988 memory=2841888 CPUtime=10.53 cores=0,2,4,6
/proc/5121/task/5176/stat : 5176 (java) S 5118 5121 31233 0 -1 1077944384 25248 13133 0 0 992 54 5 2 20 0 15 0 445103456 11107315712 719182 33554432000 4194304 4196468 140721989808432 139845720058896 139845715826389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5177] ppid=5118 vsize=10846988 memory=2835572 CPUtime=10.5 cores=0,2,4,6
/proc/5121/task/5177/stat : 5177 (java) S 5118 5121 31233 0 -1 1077944384 21535 13133 0 0 988 55 5 2 20 0 15 0 445103456 11107315712 719182 33554432000 4194304 4196468 140721989808432 139845618949264 139845715826389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5178] ppid=5118 vsize=10846988 memory=2796644 CPUtime=10.53 cores=0,2,4,6
/proc/5121/task/5178/stat : 5178 (java) S 5118 5121 31233 0 -1 1077944384 25112 13133 0 0 989 57 5 2 20 0 15 0 445103456 11107315712 719182 33554432000 4194304 4196468 140721989808432 139845617896208 139845715826389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5179] ppid=5118 vsize=10846988 memory=2841888 CPUtime=10.51 cores=0,2,4,6
/proc/5121/task/5179/stat : 5179 (java) S 5118 5121 31233 0 -1 1077944384 22134 13133 0 0 990 54 5 2 20 0 15 0 445103456 11107315712 719182 33554432000 4194304 4196468 140721989808432 139845616843664 139845715826389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5180] ppid=5118 vsize=10846988 memory=2841888 CPUtime=4.52 cores=0,2,4,6
/proc/5121/task/5180/stat : 5180 (java) S 5118 5121 31233 0 -1 1077944384 26821 13133 0 0 388 57 5 2 20 0 15 0 445103458 11107315712 719182 33554432000 4194304 4196468 140721989808432 139845175105776 139845715827330 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5181] ppid=5118 vsize=10846988 memory=2852128 CPUtime=0.07 cores=0,2,4,6
/proc/5121/task/5181/stat : 5181 (java) S 5118 5121 31233 0 -1 1077944384 19 13133 0 0 0 0 5 2 20 0 15 0 445103458 11107315712 719182 33554432000 4194304 4196468 140721989808432 139845074674912 139845715826389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5182] ppid=5118 vsize=10846988 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5121/task/5182/stat : 5182 (java) S 5118 5121 31233 0 -1 1077944384 3 13133 0 0 0 0 5 2 20 0 15 0 445103458 11107315712 719182 33554432000 4194304 4196468 140721989808432 139844470694656 139845715826389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5183] ppid=5118 vsize=10846988 memory=2835572 CPUtime=0.07 cores=0,2,4,6
/proc/5121/task/5183/stat : 5183 (java) S 5118 5121 31233 0 -1 1077944384 3 13133 0 0 0 0 5 2 20 0 15 0 445103461 11107315712 719182 33554432000 4194304 4196468 140721989808432 139844230404048 139845715834779 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5184] ppid=5118 vsize=10846988 memory=2841888 CPUtime=8.17 cores=0,2,4,6
/proc/5121/task/5184/stat : 5184 (java) S 5118 5121 31233 0 -1 1077944384 25086 13133 0 0 805 5 5 2 20 0 15 0 445103461 11107315712 719182 33554432000 4194304 4196468 140721989808432 139845174053616 139845715827330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5185] ppid=5118 vsize=10846988 memory=2841888 CPUtime=7.86 cores=0,2,4,6
/proc/5121/task/5185/stat : 5185 (java) S 5118 5121 31233 0 -1 1077944384 19128 13133 0 0 776 3 5 2 20 0 15 0 445103461 11107315712 719182 33554432000 4194304 4196468 140721989808432 139845173001072 139845715827330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5186] ppid=5118 vsize=10846988 memory=3620 CPUtime=2.64 cores=0,2,4,6
/proc/5121/task/5186/stat : 5186 (java) S 5118 5121 31233 0 -1 1077944384 13360 13133 0 0 253 4 5 2 20 0 15 0 445103461 11107315712 719182 33554432000 4194304 4196468 140721989808432 139845171948016 139845715827330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5187] ppid=5118 vsize=10846988 memory=47044 CPUtime=0.07 cores=0,2,4,6
/proc/5121/task/5187/stat : 5187 (java) S 5118 5121 31233 0 -1 1077944384 3 13133 0 0 0 0 5 2 20 0 15 0 445103461 11107315712 719182 33554432000 4194304 4196468 140721989808432 139844196846432 139845715826389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5188] ppid=5118 vsize=10846988 memory=2841888 CPUtime=1.46 cores=0,2,4,6
/proc/5121/task/5188/stat : 5188 (java) S 5118 5121 31233 0 -1 1077944384 1643 13133 0 0 67 72 5 2 20 0 15 0 445103462 11107315712 719182 33554432000 4194304 4196468 140721989808432 139845170895408 139845715827330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
Current children cumulated CPU time: 2431.7 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 2876728 KiB

[startup+2442.3 s]
/proc/loadavg: 1.72 1.58 1.49 3/227 6072
/proc/meminfo: memFree=26413744/32770624 swapFree=66967452/67108860
[pid=5121] ppid=5118 vsize=10846988 memory=3106556 CPUtime=2491.9 cores=0,2,4,6
/proc/5121/stat : 5121 (java) S 5118 5121 31233 0 -1 1077944320 860560 13133 0 0 248723 460 5 2 20 0 15 0 445103446 11107315712 776639 33554432000 4194304 4196468 140721989808432 140721989790976 139845715816183 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
/proc/5121/statm: 2711747 776639 3642 1 0 2673805 0
[pid=5121/tid=5175] ppid=5118 vsize=10846988 memory=3102460 CPUtime=2425.43 cores=0,2,4,6
/proc/5121/task/5175/stat : 5175 (java) R 5118 5121 31233 0 -1 4202560 677495 13133 0 0 242406 130 5 2 20 0 15 0 445103456 11107315712 776639 33554432000 4194304 4196468 140721989808432 139845687651168 139845293904256 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5176] ppid=5118 vsize=10846988 memory=3100412 CPUtime=10.59 cores=0,2,4,6
/proc/5121/task/5176/stat : 5176 (java) S 5118 5121 31233 0 -1 1077944384 25286 13133 0 0 996 56 5 2 20 0 15 0 445103456 11107315712 776639 33554432000 4194304 4196468 140721989808432 139845720058896 139845715826389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5177] ppid=5118 vsize=10846988 memory=3100412 CPUtime=10.56 cores=0,2,4,6
/proc/5121/task/5177/stat : 5177 (java) S 5118 5121 31233 0 -1 1077944384 21798 13133 0 0 992 57 5 2 20 0 15 0 445103456 11107315712 776639 33554432000 4194304 4196468 140721989808432 139845618949264 139845715826389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5178] ppid=5118 vsize=10846988 memory=3102460 CPUtime=10.58 cores=0,2,4,6
/proc/5121/task/5178/stat : 5178 (java) S 5118 5121 31233 0 -1 1077944384 25156 13133 0 0 992 59 5 2 20 0 15 0 445103456 11107315712 776639 33554432000 4194304 4196468 140721989808432 139845617896208 139845715826389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5179] ppid=5118 vsize=10846988 memory=3102460 CPUtime=10.56 cores=0,2,4,6
/proc/5121/task/5179/stat : 5179 (java) S 5118 5121 31233 0 -1 1077944384 22231 13133 0 0 994 55 5 2 20 0 15 0 445103456 11107315712 776639 33554432000 4194304 4196468 140721989808432 139845616843664 139845715826389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5180] ppid=5118 vsize=10846988 memory=3106556 CPUtime=4.54 cores=0,2,4,6
/proc/5121/task/5180/stat : 5180 (java) S 5118 5121 31233 0 -1 1077944384 27106 13133 0 0 389 58 5 2 20 0 15 0 445103458 11107315712 776639 33554432000 4194304 4196468 140721989808432 139845175105776 139845715827330 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5181] ppid=5118 vsize=10846988 memory=2835572 CPUtime=0.07 cores=0,2,4,6
/proc/5121/task/5181/stat : 5181 (java) S 5118 5121 31233 0 -1 1077944384 19 13133 0 0 0 0 5 2 20 0 15 0 445103458 11107315712 776639 33554432000 4194304 4196468 140721989808432 139845074674912 139845715826389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5182] ppid=5118 vsize=10846988 memory=3106556 CPUtime=0.07 cores=0,2,4,6
/proc/5121/task/5182/stat : 5182 (java) S 5118 5121 31233 0 -1 1077944384 3 13133 0 0 0 0 5 2 20 0 15 0 445103458 11107315712 776639 33554432000 4194304 4196468 140721989808432 139844470694656 139845715826389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5183] ppid=5118 vsize=10846988 memory=3059452 CPUtime=0.07 cores=0,2,4,6
/proc/5121/task/5183/stat : 5183 (java) S 5118 5121 31233 0 -1 1077944384 3 13133 0 0 0 0 5 2 20 0 15 0 445103461 11107315712 776639 33554432000 4194304 4196468 140721989808432 139844230404048 139845715834779 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5184] ppid=5118 vsize=10846988 memory=3620 CPUtime=8.17 cores=0,2,4,6
/proc/5121/task/5184/stat : 5184 (java) S 5118 5121 31233 0 -1 1077944384 25089 13133 0 0 805 5 5 2 20 0 15 0 445103461 11107315712 776639 33554432000 4194304 4196468 140721989808432 139845174053616 139845715827330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5185] ppid=5118 vsize=10846988 memory=8112282956445269571 CPUtime=7.86 cores=0,2,4,6
/proc/5121/task/5185/stat : 5185 (java) S 5118 5121 31233 0 -1 1077944384 19130 13133 0 0 776 3 5 2 20 0 15 0 445103461 11107315712 776639 33554432000 4194304 4196468 140721989808432 139845173001072 139845715827330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5186] ppid=5118 vsize=10846988 memory=3100412 CPUtime=2.64 cores=0,2,4,6
/proc/5121/task/5186/stat : 5186 (java) S 5118 5121 31233 0 -1 1077944384 13362 13133 0 0 253 4 5 2 20 0 15 0 445103461 11107315712 776639 33554432000 4194304 4196468 140721989808432 139845171948016 139845715827330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5187] ppid=5118 vsize=10846988 memory=3102460 CPUtime=0.07 cores=0,2,4,6
/proc/5121/task/5187/stat : 5187 (java) S 5118 5121 31233 0 -1 1077944384 3 13133 0 0 0 0 5 2 20 0 15 0 445103461 11107315712 776639 33554432000 4194304 4196468 140721989808432 139844196846432 139845715826389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5188] ppid=5118 vsize=10846988 memory=3102460 CPUtime=1.5 cores=0,2,4,6
/proc/5121/task/5188/stat : 5188 (java) S 5118 5121 31233 0 -1 1077944384 1674 13133 0 0 69 74 5 2 20 0 15 0 445103462 11107315712 776639 33554432000 4194304 4196468 140721989808432 139845170895408 139845715827330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
Current children cumulated CPU time: 2491.9 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 3106556 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2470.4 s]
/proc/loadavg: 1.68 1.58 1.49 3/227 6074
/proc/meminfo: memFree=26416880/32770624 swapFree=66967452/67108860
[pid=5121] ppid=5118 vsize=10846988 memory=3108604 CPUtime=2520.03 cores=0,2,4,6
/proc/5121/stat : 5121 (java) S 5118 5121 31233 0 -1 1077944320 898951 13133 0 0 251534 462 5 2 20 0 15 0 445103446 11107315712 777151 33554432000 4194304 4196468 140721989808432 140721989790976 139845715816183 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
/proc/5121/statm: 2711747 777151 3642 1 0 2673805 0
[pid=5121/tid=5175] ppid=5118 vsize=10846988 memory=3108604 CPUtime=2453.52 cores=0,2,4,6
/proc/5121/task/5175/stat : 5175 (java) R 5118 5121 31233 0 -1 4202560 715879 13133 0 0 245213 132 5 2 20 0 15 0 445103456 11107315712 777151 33554432000 4194304 4196468 140721989808432 139845687651344 139845307993695 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5176] ppid=5118 vsize=10846988 memory=111632 CPUtime=10.6 cores=0,2,4,6
/proc/5121/task/5176/stat : 5176 (java) S 5118 5121 31233 0 -1 1077944384 25286 13133 0 0 997 56 5 2 20 0 15 0 445103456 11107315712 777151 33554432000 4194304 4196468 140721989808432 139845720058896 139845715826389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5177] ppid=5118 vsize=10846988 memory=3108604 CPUtime=10.57 cores=0,2,4,6
/proc/5121/task/5177/stat : 5177 (java) S 5118 5121 31233 0 -1 1077944384 21799 13133 0 0 993 57 5 2 20 0 15 0 445103456 11107315712 777151 33554432000 4194304 4196468 140721989808432 139845618949264 139845715826389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5178] ppid=5118 vsize=10846988 memory=9240 CPUtime=10.59 cores=0,2,4,6
/proc/5121/task/5178/stat : 5178 (java) S 5118 5121 31233 0 -1 1077944384 25157 13133 0 0 993 59 5 2 20 0 15 0 445103456 11107315712 777151 33554432000 4194304 4196468 140721989808432 139845617896208 139845715826389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5179] ppid=5118 vsize=10846988 memory=15389 CPUtime=10.57 cores=0,2,4,6
/proc/5121/task/5179/stat : 5179 (java) S 5118 5121 31233 0 -1 1077944384 22232 13133 0 0 995 55 5 2 20 0 15 0 445103456 11107315712 777151 33554432000 4194304 4196468 140721989808432 139845616843664 139845715826389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5180] ppid=5118 vsize=10846988 memory=8112282956445269571 CPUtime=4.54 cores=0,2,4,6
/proc/5121/task/5180/stat : 5180 (java) S 5118 5121 31233 0 -1 1077944384 27108 13133 0 0 389 58 5 2 20 0 15 0 445103458 11107315712 777151 33554432000 4194304 4196468 140721989808432 139845175105776 139845715827330 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5181] ppid=5118 vsize=10846988 memory=1408 CPUtime=0.07 cores=0,2,4,6
/proc/5121/task/5181/stat : 5181 (java) S 5118 5121 31233 0 -1 1077944384 19 13133 0 0 0 0 5 2 20 0 15 0 445103458 11107315712 777151 33554432000 4194304 4196468 140721989808432 139845074674912 139845715826389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5182] ppid=5118 vsize=10846988 memory=3196 CPUtime=0.07 cores=0,2,4,6
/proc/5121/task/5182/stat : 5182 (java) S 5118 5121 31233 0 -1 1077944384 3 13133 0 0 0 0 5 2 20 0 15 0 445103458 11107315712 777151 33554432000 4194304 4196468 140721989808432 139844470694656 139845715826389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5183] ppid=5118 vsize=10846988 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5121/task/5183/stat : 5183 (java) S 5118 5121 31233 0 -1 1077944384 3 13133 0 0 0 0 5 2 20 0 15 0 445103461 11107315712 777151 33554432000 4194304 4196468 140721989808432 139844230404048 139845715834779 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5184] ppid=5118 vsize=10846988 memory=8128038100524242582 CPUtime=8.17 cores=0,2,4,6
/proc/5121/task/5184/stat : 5184 (java) S 5118 5121 31233 0 -1 1077944384 25089 13133 0 0 805 5 5 2 20 0 15 0 445103461 11107315712 777151 33554432000 4194304 4196468 140721989808432 139845174053616 139845715827330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5185] ppid=5118 vsize=10846988 memory=-7606742959547834223 CPUtime=7.86 cores=0,2,4,6
/proc/5121/task/5185/stat : 5185 (java) S 5118 5121 31233 0 -1 1077944384 19130 13133 0 0 776 3 5 2 20 0 15 0 445103461 11107315712 777151 33554432000 4194304 4196468 140721989808432 139845173001072 139845715827330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5186] ppid=5118 vsize=10846988 memory=1060 CPUtime=2.64 cores=0,2,4,6
/proc/5121/task/5186/stat : 5186 (java) S 5118 5121 31233 0 -1 1077944384 13362 13133 0 0 253 4 5 2 20 0 15 0 445103461 11107315712 777151 33554432000 4194304 4196468 140721989808432 139845171948016 139845715827330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5187] ppid=5118 vsize=10846988 memory=4068 CPUtime=0.07 cores=0,2,4,6
/proc/5121/task/5187/stat : 5187 (java) S 5118 5121 31233 0 -1 1077944384 3 13133 0 0 0 0 5 2 20 0 15 0 445103461 11107315712 777151 33554432000 4194304 4196468 140721989808432 139844196846432 139845715826389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
[pid=5121/tid=5188] ppid=5118 vsize=10846988 memory=1720 CPUtime=1.51 cores=0,2,4,6
/proc/5121/task/5188/stat : 5188 (java) S 5118 5121 31233 0 -1 1077944384 1676 13133 0 0 69 75 5 2 20 0 15 0 445103462 11107315712 777151 33554432000 4194304 4196468 140721989808432 139845170895408 139845715827330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32059392 140721989815023 140721989817541 140721989817541 140721989820367 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 3108604 KiB

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

[startup+2470.46 s]
# the end of solver process 5121 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.43 s, system=4.69374 s

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

Child status: 143
Real time (s): 2470.46
CPU time (s): 2520.12
CPU user time (s): 2515.43
CPU system time (s): 4.69374
CPU usage (%): 102.01
Max. virtual memory (cumulated for all children) (KiB): 10846988
Max. memory (cumulated for all children) (KiB): 3108604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.43
system time used= 4.69374
maximum resident set size= 3112808
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 914588
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2856
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 147845
involuntary context switches= 5201


# summary of solver processes directly reported to runsolver:
#   pid: 5121
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2515.43
#   total CPU system time (s): 4.69374

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.6779 second user time and 22.5689 second system time

The end

Launcher Data

Begin job on node125 at 2019-09-17 04:45:24
IDJOB=4400859
IDBENCH=135026
IDSOLVER=2857
FILE ID=node125/4400859-1568688366
RUNJOBID= node125-1568673289-31264
PBS_JOBID= 21703785
Free space on /tmp= 59696 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-dec-sptate/Pb-Tate-K097.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4400859-1568688366/watcher-4400859-1568688366 -o /tmp/evaluation-result-4400859-1568688366/solver-4400859-1568688366 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1568673289-31264 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1347479350 HOME/instance-4400859-1568688366.xml

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

MD5SUM BENCH= c736c64a10dc2dd55507b217b8552514
RANDOM SEED=1347479350

node125.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.29
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.29
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.29
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.29
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:        27111244 kB
MemAvailable:   28660564 kB
Buffers:          200792 kB
Cached:          1646252 kB
SwapCached:        38384 kB
Active:          4027936 kB
Inactive:        1057548 kB
Active(anon):    3218228 kB
Inactive(anon):    68432 kB
Active(file):     809708 kB
Inactive(file):   989116 kB
Unevictable:      108972 kB
Mlocked:          108972 kB
SwapTotal:      67108860 kB
SwapFree:       66967452 kB
Dirty:             35492 kB
Writeback:             0 kB
AnonPages:       3310820 kB
Mapped:            61760 kB
Shmem:             39864 kB
Slab:             162508 kB
SReclaimable:     132664 kB
SUnreclaim:        29844 kB
KernelStack:        3792 kB
PageTables:        12044 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4197684 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3100672 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= 59660 MiB
End job on node125 at 2019-09-17 05:26:34