Trace number 4387354

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.10? (TO) 2520.08 2465.24

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-dec-armies/
Pb-army13-24ls.xml
MD5SUM0f005dd489acd3d024429b7d4f1ec9d6
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 benchmark34.6669
Satisfiable
(Un)Satisfiability was proved
Number of variables490
Number of constraints737
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":490}]
Minimum variable degree3
Maximum variable degree15
Distribution of variable degrees[{"degree":3,"count":8},{"degree":4,"count":8},{"degree":5,"count":8},{"degree":6,"count":8},{"degree":7,"count":346},{"degree":8,"count":8},{"degree":9,"count":8},{"degree":10,"count":8},{"degree":11,"count":8},{"degree":12,"count":8},{"degree":13,"count":8},{"degree":14,"count":8},{"degree":15,"count":56}]
Minimum constraint arity2
Maximum constraint arity169
Distribution of constraint arities[{"arity":2,"count":253},{"arity":3,"count":8},{"arity":4,"count":8},{"arity":5,"count":346},{"arity":6,"count":8},{"arity":7,"count":8},{"arity":8,"count":8},{"arity":9,"count":8},{"arity":10,"count":8},{"arity":11,"count":8},{"arity":12,"count":8},{"arity":13,"count":8},{"arity":14,"count":56},{"arity":169,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":737}]
Optimization problemNO
Type of objective

Solver Data

0.71/0.56	c Concrete v3.10.1560635388952 running
2520.04/2465.21	Exception in thread "main" java.util.concurrent.TimeoutException
2520.04/2465.21		at concrete.MAC.mac(MAC.scala:189)
2520.04/2465.21		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:253)
2520.04/2465.21		at scala.util.Try$.apply(Try.scala:212)
2520.04/2465.21		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.04/2465.21		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.04/2465.21		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.04/2465.21		at concrete.MAC.oneRun(MAC.scala:253)
2520.04/2465.21		at concrete.MAC.nextSolution(MAC.scala:272)
2520.04/2465.21		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.04/2465.21		at concrete.ProblemState.map(ProblemState.scala:228)
2520.04/2465.21		at concrete.ProblemState.map(ProblemState.scala:210)
2520.04/2465.21		at concrete.MAC.nextSolution(MAC.scala:334)
2520.04/2465.22		at concrete.Solver.hasNext(Solver.scala:160)
2520.04/2465.22		at scala.collection.Iterator.nextOption(Iterator.scala:104)
2520.04/2465.22		at scala.collection.Iterator.nextOption$(Iterator.scala:104)
2520.04/2465.22		at concrete.Solver.nextOption(Solver.scala:67)
2520.04/2465.22		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:77)
2520.04/2465.22		at scala.util.Success.map(Try.scala:264)
2520.04/2465.22		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:67)
2520.04/2465.22		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.04/2465.22		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.04/2465.22		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.04/2465.22		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.04/2465.22		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.04/2465.22		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.04/2465.22		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.04/2465.22		at scala.App.$anonfun$main$1(App.scala:75)
2520.04/2465.22		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.04/2465.22		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.04/2465.22		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.04/2465.22		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.04/2465.22		at scala.App.main(App.scala:75)
2520.04/2465.22		at scala.App.main$(App.scala:73)
2520.04/2465.22		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.04/2465.22		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.04/2465.22	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 (8047 MiB free)
  memory of node 1: 16384 MiB (11767 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387354-1568300284/watcher-4387354-1568300284 -o /tmp/evaluation-result-4387354-1568300284/solver-4387354-1568300284 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568282865-6843 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1283682658 HOME/instance-4387354-1568300284.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=11304, runsolver pid=11301

[startup+0.100062 s]*
/proc/loadavg: 1.59 1.40 1.36 3/217 11361
/proc/meminfo: memFree=20284968/32770624 swapFree=66977604/67108860
[pid=11304] ppid=11301 vsize=9972712 memory=18600 CPUtime=0.09 cores=0,2,4,6
/proc/11304/stat : 11304 (java) S 11301 11304 5836 0 -1 1077944320 4359 13295 0 0 1 0 5 3 20 0 6 0 406285687 10212057088 4650 33554432000 4194304 4196468 140731604515952 140731604498496 140711439052535 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
/proc/11304/statm: 2493178 4650 1935 1 0 2481616 0
[pid=11304/tid=11357] ppid=11301 vsize=9972712 memory=720575944405811505 CPUtime=0.09 cores=0,2,4,6
/proc/11304/task/11357/stat : 11357 (java) R 11301 11304 5836 0 -1 4202560 2153 13295 0 0 1 0 5 3 20 0 6 0 406285696 10212057088 4650 33554432000 4194304 4196468 140731604515952 140711410889296 140711439074461 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11358] ppid=11301 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11304/task/11358/stat : 11358 (java) S 11301 11304 5836 0 -1 1077944384 1 13295 0 0 0 0 5 3 20 0 6 0 406285696 10212057088 4650 33554432000 4194304 4196468 140731604515952 140711443295376 140711439062741 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11359] ppid=11301 vsize=9972712 memory=139759120999203 CPUtime=0.08 cores=0,2,4,6
/proc/11304/task/11359/stat : 11359 (java) S 11301 11304 5836 0 -1 1077944384 1 13295 0 0 0 0 5 3 20 0 6 0 406285696 10212057088 4650 33554432000 4194304 4196468 140731604515952 140711331568656 140711439062741 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11360] ppid=11301 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11304/task/11360/stat : 11360 (java) S 11301 11304 5836 0 -1 1077944384 2 13295 0 0 0 0 5 3 20 0 6 0 406285696 10212057088 4650 33554432000 4194304 4196468 140731604515952 140711330515856 140711439062741 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11361] ppid=11301 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11304/task/11361/stat : 11361 (java) S 11301 11304 5836 0 -1 1077944384 2 13295 0 0 0 0 5 3 20 0 6 0 406285696 10212057088 4650 33554432000 4194304 4196468 140731604515952 140711329463056 140711439062741 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18600 KiB

[startup+0.210126 s]*
/proc/loadavg: 1.59 1.40 1.36 3/226 11370
/proc/meminfo: memFree=20263028/32770624 swapFree=66977604/67108860
[pid=11304] ppid=11301 vsize=10818940 memory=40336 CPUtime=0.26 cores=0,2,4,6
/proc/11304/stat : 11304 (java) S 11301 11304 5836 0 -1 1077944320 6920 13295 0 0 16 2 5 3 20 0 15 0 406285687 11078594560 10084 33554432000 4194304 4196468 140731604515952 140731604498496 140711439052535 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
/proc/11304/statm: 2704735 10084 2981 1 0 2667149 0
[pid=11304/tid=11357] ppid=11301 vsize=10818940 memory=729618466009055537 CPUtime=0.19 cores=0,2,4,6
/proc/11304/task/11357/stat : 11357 (java) R 11301 11304 5836 0 -1 4202560 3394 13295 0 0 10 1 5 3 20 0 15 0 406285696 11078594560 10084 33554432000 4194304 4196468 140731604515952 140711410883776 140711424145786 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11358] ppid=11301 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11304/task/11358/stat : 11358 (java) S 11301 11304 5836 0 -1 1077944384 1 13295 0 0 0 0 5 3 20 0 15 0 406285696 11078594560 10084 33554432000 4194304 4196468 140731604515952 140711443295376 140711439062741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11359] ppid=11301 vsize=10818940 memory=139759120999203 CPUtime=0.08 cores=0,2,4,6
/proc/11304/task/11359/stat : 11359 (java) S 11301 11304 5836 0 -1 1077944384 1 13295 0 0 0 0 5 3 20 0 15 0 406285696 11078594560 10084 33554432000 4194304 4196468 140731604515952 140711331568656 140711439062741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11360] ppid=11301 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11304/task/11360/stat : 11360 (java) S 11301 11304 5836 0 -1 1077944384 2 13295 0 0 0 0 5 3 20 0 15 0 406285696 11078594560 10084 33554432000 4194304 4196468 140731604515952 140711330515856 140711439062741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11361] ppid=11301 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11304/task/11361/stat : 11361 (java) S 11301 11304 5836 0 -1 1077944384 2 13295 0 0 0 0 5 3 20 0 15 0 406285696 11078594560 10084 33554432000 4194304 4196468 140731604515952 140711329463056 140711439062741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11362] ppid=11301 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11304/task/11362/stat : 11362 (java) S 11301 11304 5836 0 -1 1077944384 2 13295 0 0 0 0 5 3 20 0 15 0 406285698 11078594560 10084 33554432000 4194304 4196468 140731604515952 140710897449328 140711439063682 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11363] ppid=11301 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/11304/task/11363/stat : 11363 (java) S 11301 11304 5836 0 -1 1077944384 33 13295 0 0 0 0 5 3 20 0 15 0 406285698 11078594560 10084 33554432000 4194304 4196468 140731604515952 140710896395296 140711439062741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11364] ppid=11301 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11304/task/11364/stat : 11364 (java) S 11301 11304 5836 0 -1 1077944384 1 13295 0 0 0 0 5 3 20 0 15 0 406285699 11078594560 10084 33554432000 4194304 4196468 140731604515952 140710779020144 140711439062741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11365] ppid=11301 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11304/task/11365/stat : 11365 (java) S 11301 11304 5836 0 -1 1077944384 2 13295 0 0 0 0 5 3 20 0 15 0 406285701 11078594560 10084 33554432000 4194304 4196468 140731604515952 140710175041360 140711439071131 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11366] ppid=11301 vsize=10818940 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/11304/task/11366/stat : 11366 (java) S 11301 11304 5836 0 -1 1077944384 480 13295 0 0 1 0 5 3 20 0 15 0 406285701 11078594560 10084 33554432000 4194304 4196468 140731604515952 140710862838640 140711439063682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11367] ppid=11301 vsize=10818940 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/11304/task/11367/stat : 11367 (java) S 11301 11304 5836 0 -1 1077944384 160 13295 0 0 1 0 5 3 20 0 15 0 406285701 11078594560 10084 33554432000 4194304 4196468 140731604515952 140710861785840 140711439063682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11368] ppid=11301 vsize=10818940 memory=139759120987776 CPUtime=0.11 cores=0,2,4,6
/proc/11304/task/11368/stat : 11368 (java) S 11301 11304 5836 0 -1 1077944384 640 13295 0 0 3 0 5 3 20 0 15 0 406285701 11078594560 10084 33554432000 4194304 4196468 140731604515952 140710860733040 140711439063682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11369] ppid=11301 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/11304/task/11369/stat : 11369 (java) S 11301 11304 5836 0 -1 1077944384 3 13295 0 0 0 0 5 3 20 0 15 0 406285701 11078594560 10084 33554432000 4194304 4196468 140731604515952 140709705280224 140711439062741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11370] ppid=11301 vsize=10818940 memory=139759120987776 CPUtime=0.08 cores=0,2,4,6
/proc/11304/task/11370/stat : 11370 (java) S 11301 11304 5836 0 -1 1077944384 1 13295 0 0 0 0 5 3 20 0 15 0 406285702 11078594560 10084 33554432000 4194304 4196468 140731604515952 140710859680432 140711439063682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 40336 KiB

[startup+0.310936 s]*
/proc/loadavg: 1.59 1.40 1.36 3/226 11370
/proc/meminfo: memFree=20252884/32770624 swapFree=66977604/67108860
[pid=11304] ppid=11301 vsize=10820096 memory=49624 CPUtime=0.4 cores=0,2,4,6
/proc/11304/stat : 11304 (java) S 11301 11304 5836 0 -1 1077944320 10621 13295 0 0 28 4 5 3 20 0 15 0 406285687 11079778304 12406 33554432000 4194304 4196468 140731604515952 140731604498496 140711439052535 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
/proc/11304/statm: 2705024 12406 3162 1 0 2667149 0
[pid=11304/tid=11357] ppid=11301 vsize=10820096 memory=8317482817917895235 CPUtime=0.29 cores=0,2,4,6
/proc/11304/task/11357/stat : 11357 (java) R 11301 11304 5836 0 -1 4202560 7140 13295 0 0 19 2 5 3 20 0 15 0 406285696 11079778304 12538 33554432000 4194304 4196468 140731604515952 140711410870944 140711439074461 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11358] ppid=11301 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11304/task/11358/stat : 11358 (java) S 11301 11304 5836 0 -1 1077944384 1 13295 0 0 0 0 5 3 20 0 15 0 406285696 11079778304 12538 33554432000 4194304 4196468 140731604515952 140711443295376 140711439062741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11359] ppid=11301 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11304/task/11359/stat : 11359 (java) S 11301 11304 5836 0 -1 1077944384 1 13295 0 0 0 0 5 3 20 0 15 0 406285696 11079778304 12538 33554432000 4194304 4196468 140731604515952 140711331568656 140711439062741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11360] ppid=11301 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11304/task/11360/stat : 11360 (java) S 11301 11304 5836 0 -1 1077944384 2 13295 0 0 0 0 5 3 20 0 15 0 406285696 11079778304 12538 33554432000 4194304 4196468 140731604515952 140711330515856 140711439062741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11361] ppid=11301 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11304/task/11361/stat : 11361 (java) S 11301 11304 5836 0 -1 1077944384 2 13295 0 0 0 0 5 3 20 0 15 0 406285696 11079778304 12538 33554432000 4194304 4196468 140731604515952 140711329463056 140711439062741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11362] ppid=11301 vsize=10820096 memory=139759120987775 CPUtime=0.08 cores=0,2,4,6
/proc/11304/task/11362/stat : 11362 (java) S 11301 11304 5836 0 -1 1077944384 2 13295 0 0 0 0 5 3 20 0 15 0 406285698 11079778304 12538 33554432000 4194304 4196468 140731604515952 140710897449328 140711439063682 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11363] ppid=11301 vsize=10820096 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/11304/task/11363/stat : 11363 (java) S 11301 11304 5836 0 -1 1077944384 33 13295 0 0 0 0 5 3 20 0 15 0 406285698 11079778304 12538 33554432000 4194304 4196468 140731604515952 140710896395296 140711439062741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11364] ppid=11301 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11304/task/11364/stat : 11364 (java) S 11301 11304 5836 0 -1 1077944384 1 13295 0 0 0 0 5 3 20 0 15 0 406285699 11079778304 12538 33554432000 4194304 4196468 140731604515952 140710779020144 140711439062741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11365] ppid=11301 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11304/task/11365/stat : 11365 (java) S 11301 11304 5836 0 -1 1077944384 2 13295 0 0 0 0 5 3 20 0 15 0 406285701 11079778304 12538 33554432000 4194304 4196468 140731604515952 140710175041360 140711439071131 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11366] ppid=11301 vsize=10820096 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/11304/task/11366/stat : 11366 (java) S 11301 11304 5836 0 -1 1077944384 480 13295 0 0 1 0 5 3 20 0 15 0 406285701 11079778304 12538 33554432000 4194304 4196468 140731604515952 140710862838640 140711439063682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11367] ppid=11301 vsize=10820096 memory=-1 CPUtime=0.1 cores=0,2,4,6
/proc/11304/task/11367/stat : 11367 (java) S 11301 11304 5836 0 -1 1077944384 162 13295 0 0 2 0 5 3 20 0 15 0 406285701 11079778304 12538 33554432000 4194304 4196468 140731604515952 140710861785840 140711439063682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11368] ppid=11301 vsize=10820096 memory=139759120987776 CPUtime=0.13 cores=0,2,4,6
/proc/11304/task/11368/stat : 11368 (java) S 11301 11304 5836 0 -1 1077944384 664 13295 0 0 5 0 5 3 20 0 15 0 406285701 11079778304 12538 33554432000 4194304 4196468 140731604515952 140710860733040 140711439063682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11369] ppid=11301 vsize=10820096 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/11304/task/11369/stat : 11369 (java) S 11301 11304 5836 0 -1 1077944384 3 13295 0 0 0 0 5 3 20 0 15 0 406285701 11079778304 12538 33554432000 4194304 4196468 140731604515952 140709705280224 140711439062741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11370] ppid=11301 vsize=10820096 memory=139759120987776 CPUtime=0.08 cores=0,2,4,6
/proc/11304/task/11370/stat : 11370 (java) S 11301 11304 5836 0 -1 1077944384 1 13295 0 0 0 0 5 3 20 0 15 0 406285702 11079778304 12538 33554432000 4194304 4196468 140731604515952 140710859680432 140711439063682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 49624 KiB

[startup+0.700707 s]
/proc/loadavg: 1.59 1.40 1.36 5/226 11370
/proc/meminfo: memFree=20238492/32770624 swapFree=66977604/67108860
[pid=11304] ppid=11301 vsize=10824340 memory=82528 CPUtime=1.14 cores=0,2,4,6
/proc/11304/stat : 11304 (java) S 11301 11304 5836 0 -1 1077944320 14831 13295 0 0 100 6 5 3 20 0 15 0 406285687 11084124160 20632 33554432000 4194304 4196468 140731604515952 140731604498496 140711439052535 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
/proc/11304/statm: 2706085 20632 3509 1 0 2668173 0
[pid=11304/tid=11357] ppid=11301 vsize=10824340 memory=7810487918915055718 CPUtime=0.66 cores=0,2,4,6
/proc/11304/task/11357/stat : 11357 (java) R 11301 11304 5836 0 -1 4202560 10424 13295 0 0 54 4 5 3 20 0 15 0 406285696 11084124160 20632 33554432000 4194304 4196468 140731604515952 140711410882112 140711431254274 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11358] ppid=11301 vsize=10824340 memory=1428 CPUtime=0.08 cores=0,2,4,6
/proc/11304/task/11358/stat : 11358 (java) S 11301 11304 5836 0 -1 1077944384 1 13295 0 0 0 0 5 3 20 0 15 0 406285696 11084124160 20632 33554432000 4194304 4196468 140731604515952 140711443295376 140711439062741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11359] ppid=11301 vsize=10824340 memory=1728 CPUtime=0.08 cores=0,2,4,6
/proc/11304/task/11359/stat : 11359 (java) S 11301 11304 5836 0 -1 1077944384 1 13295 0 0 0 0 5 3 20 0 15 0 406285696 11084124160 20632 33554432000 4194304 4196468 140731604515952 140711331568656 140711439062741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11360] ppid=11301 vsize=10824340 memory=4580 CPUtime=0.08 cores=0,2,4,6
/proc/11304/task/11360/stat : 11360 (java) S 11301 11304 5836 0 -1 1077944384 2 13295 0 0 0 0 5 3 20 0 15 0 406285696 11084124160 20632 33554432000 4194304 4196468 140731604515952 140711330515856 140711439062741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11361] ppid=11301 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11304/task/11361/stat : 11361 (java) S 11301 11304 5836 0 -1 1077944384 2 13295 0 0 0 0 5 3 20 0 15 0 406285696 11084124160 20632 33554432000 4194304 4196468 140731604515952 140711329463056 140711439062741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11362] ppid=11301 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11304/task/11362/stat : 11362 (java) S 11301 11304 5836 0 -1 1077944384 5 13295 0 0 0 0 5 3 20 0 15 0 406285698 11084124160 20632 33554432000 4194304 4196468 140731604515952 140710897449328 140711439063682 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11363] ppid=11301 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11304/task/11363/stat : 11363 (java) S 11301 11304 5836 0 -1 1077944384 33 13295 0 0 0 0 5 3 20 0 15 0 406285698 11084124160 20632 33554432000 4194304 4196468 140731604515952 140710896395296 140711439062741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11364] ppid=11301 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11304/task/11364/stat : 11364 (java) S 11301 11304 5836 0 -1 1077944384 1 13295 0 0 0 0 5 3 20 0 15 0 406285699 11084124160 20632 33554432000 4194304 4196468 140731604515952 140710779020144 140711439062741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11365] ppid=11301 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11304/task/11365/stat : 11365 (java) S 11301 11304 5836 0 -1 1077944384 2 13295 0 0 0 0 5 3 20 0 15 0 406285701 11084124160 20632 33554432000 4194304 4196468 140731604515952 140710175041360 140711439071131 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11366] ppid=11301 vsize=10824340 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/11304/task/11366/stat : 11366 (java) S 11301 11304 5836 0 -1 1077944384 726 13295 0 0 13 0 5 3 20 0 15 0 406285701 11084124160 20632 33554432000 4194304 4196468 140731604515952 140710862838640 140711439063682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11367] ppid=11301 vsize=10824340 memory=0 CPUtime=0.22 cores=0,2,4,6
/proc/11304/task/11367/stat : 11367 (java) R 11301 11304 5836 0 -1 4202560 542 13295 0 0 14 0 5 3 20 0 15 0 406285701 11084124160 20632 33554432000 4194304 4196468 140731604515952 140710861785840 140711439059932 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11368] ppid=11301 vsize=10824340 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/11304/task/11368/stat : 11368 (java) S 11301 11304 5836 0 -1 1077944384 878 13295 0 0 16 0 5 3 20 0 15 0 406285701 11084124160 20632 33554432000 4194304 4196468 140731604515952 140710860733040 140711439063682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11369] ppid=11301 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11304/task/11369/stat : 11369 (java) S 11301 11304 5836 0 -1 1077944384 3 13295 0 0 0 0 5 3 20 0 15 0 406285701 11084124160 20632 33554432000 4194304 4196468 140731604515952 140709705280224 140711439062741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11370] ppid=11301 vsize=10824340 memory=3616 CPUtime=0.08 cores=0,2,4,6
/proc/11304/task/11370/stat : 11370 (java) S 11301 11304 5836 0 -1 1077944384 1 13295 0 0 0 0 5 3 20 0 15 0 406285702 11084124160 20632 33554432000 4194304 4196468 140731604515952 140710859680432 140711439063682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 82528 KiB

[startup+1.50078 s]
/proc/loadavg: 1.62 1.41 1.36 4/226 11370
/proc/meminfo: memFree=20156868/32770624 swapFree=66977604/67108860
[pid=11304] ppid=11301 vsize=10834656 memory=177336 CPUtime=2.62 cores=0,2,4,6
/proc/11304/stat : 11304 (java) S 11301 11304 5836 0 -1 1077944320 22542 13295 0 0 242 12 5 3 20 0 15 0 406285687 11094687744 44334 33554432000 4194304 4196468 140731604515952 140731604498496 140711439052535 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
/proc/11304/statm: 2708664 44334 3575 1 0 2670733 0
[pid=11304/tid=11357] ppid=11301 vsize=10834656 memory=139758974014040 CPUtime=1.43 cores=0,2,4,6
/proc/11304/task/11357/stat : 11357 (java) R 11301 11304 5836 0 -1 4202560 16087 13295 0 0 128 7 5 3 20 0 15 0 406285696 11094687744 44334 33554432000 4194304 4196468 140731604515952 140711410876944 140711439064470 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11358] ppid=11301 vsize=10834656 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/11304/task/11358/stat : 11358 (java) S 11301 11304 5836 0 -1 1077944384 262 13295 0 0 1 0 5 3 20 0 15 0 406285696 11094687744 44334 33554432000 4194304 4196468 140731604515952 140711443295376 140711439062741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11359] ppid=11301 vsize=10834656 memory=6628 CPUtime=0.09 cores=0,2,4,6
/proc/11304/task/11359/stat : 11359 (java) S 11301 11304 5836 0 -1 1077944384 30 13295 0 0 1 0 5 3 20 0 15 0 406285696 11094687744 44334 33554432000 4194304 4196468 140731604515952 140711331568656 140711439062741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11360] ppid=11301 vsize=10834656 memory=8 CPUtime=0.09 cores=0,2,4,6
/proc/11304/task/11360/stat : 11360 (java) S 11301 11304 5836 0 -1 1077944384 39 13295 0 0 1 0 5 3 20 0 15 0 406285696 11094687744 44334 33554432000 4194304 4196468 140731604515952 140711330515856 140711439062741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11361] ppid=11301 vsize=10834656 memory=279517948434848 CPUtime=0.09 cores=0,2,4,6
/proc/11304/task/11361/stat : 11361 (java) S 11301 11304 5836 0 -1 1077944384 61 13295 0 0 1 0 5 3 20 0 15 0 406285696 11094687744 44334 33554432000 4194304 4196468 140731604515952 140711329463056 140711439062741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11362] ppid=11301 vsize=10834656 memory=188295661246598 CPUtime=0.09 cores=0,2,4,6
/proc/11304/task/11362/stat : 11362 (java) S 11301 11304 5836 0 -1 1077944384 237 13295 0 0 1 0 5 3 20 0 15 0 406285698 11094687744 44334 33554432000 4194304 4196468 140731604515952 140710897449328 140711439063682 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11363] ppid=11301 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11304/task/11363/stat : 11363 (java) S 11301 11304 5836 0 -1 1077944384 34 13295 0 0 0 0 5 3 20 0 15 0 406285698 11094687744 44334 33554432000 4194304 4196468 140731604515952 140710896395296 140711439062741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11364] ppid=11301 vsize=10834656 memory=6011695438647685938 CPUtime=0.08 cores=0,2,4,6
/proc/11304/task/11364/stat : 11364 (java) S 11301 11304 5836 0 -1 1077944384 2 13295 0 0 0 0 5 3 20 0 15 0 406285699 11094687744 44334 33554432000 4194304 4196468 140731604515952 140710779020144 140711439062741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11365] ppid=11301 vsize=10834656 memory=-8412660965132101773 CPUtime=0.08 cores=0,2,4,6
/proc/11304/task/11365/stat : 11365 (java) S 11301 11304 5836 0 -1 1077944384 2 13295 0 0 0 0 5 3 20 0 15 0 406285701 11094687744 44334 33554432000 4194304 4196468 140731604515952 140710175041360 140711439071131 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11366] ppid=11301 vsize=10834656 memory=-7668917182949848256 CPUtime=0.39 cores=0,2,4,6
/proc/11304/task/11366/stat : 11366 (java) S 11301 11304 5836 0 -1 1077944384 974 13295 0 0 31 0 5 3 20 0 15 0 406285701 11094687744 44334 33554432000 4194304 4196468 140731604515952 140710862838640 140711439063682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11367] ppid=11301 vsize=10834656 memory=8514726395714956677 CPUtime=0.4 cores=0,2,4,6
/proc/11304/task/11367/stat : 11367 (java) S 11301 11304 5836 0 -1 1077944384 880 13295 0 0 32 0 5 3 20 0 15 0 406285701 11094687744 44334 33554432000 4194304 4196468 140731604515952 140710861785840 140711439063682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11368] ppid=11301 vsize=10834656 memory=-8995268955501401461 CPUtime=0.51 cores=0,2,4,6
/proc/11304/task/11368/stat : 11368 (java) S 11301 11304 5836 0 -1 1077944384 1721 13295 0 0 42 1 5 3 20 0 15 0 406285701 11094687744 44334 33554432000 4194304 4196468 140731604515952 140710860733040 140711439063682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11369] ppid=11301 vsize=10834656 memory=4283920778551074714 CPUtime=0.08 cores=0,2,4,6
/proc/11304/task/11369/stat : 11369 (java) S 11301 11304 5836 0 -1 1077944384 3 13295 0 0 0 0 5 3 20 0 15 0 406285701 11094687744 44334 33554432000 4194304 4196468 140731604515952 140709705280224 140711439062741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11370] ppid=11301 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11304/task/11370/stat : 11370 (java) S 11301 11304 5836 0 -1 1077944384 1 13295 0 0 0 0 5 3 20 0 15 0 406285702 11094687744 44334 33554432000 4194304 4196468 140731604515952 140710859680432 140711439063682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
Current children cumulated CPU time: 2.62 s
Current children cumulated vsize: 10834656 KiB

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

/proc/11304/task/11357/stat : 11357 (java) R 11301 11304 5836 0 -1 4202560 63868 13295 0 0 229481 48 5 3 20 0 15 0 406285696 11107291136 208477 33554432000 4194304 4196468 140731604515952 140711410888352 140711420701539 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11358] ppid=11301 vsize=10846964 memory=833908 CPUtime=12.1 cores=0,2,4,6
/proc/11304/task/11358/stat : 11358 (java) S 11301 11304 5836 0 -1 1077944384 18070 13295 0 0 1144 58 5 3 20 0 15 0 406285696 11107291136 208477 33554432000 4194304 4196468 140731604515952 140711443295376 140711439062741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11359] ppid=11301 vsize=10846964 memory=833908 CPUtime=12.09 cores=0,2,4,6
/proc/11304/task/11359/stat : 11359 (java) S 11301 11304 5836 0 -1 1077944384 13780 13295 0 0 1141 60 5 3 20 0 15 0 406285696 11107291136 208477 33554432000 4194304 4196468 140731604515952 140711331568656 140711439062741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11360] ppid=11301 vsize=10846964 memory=833908 CPUtime=12.08 cores=0,2,4,6
/proc/11304/task/11360/stat : 11360 (java) S 11301 11304 5836 0 -1 1077944384 21286 13295 0 0 1140 60 5 3 20 0 15 0 406285696 11107291136 208477 33554432000 4194304 4196468 140731604515952 140711330515856 140711439062741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11361] ppid=11301 vsize=10846964 memory=833908 CPUtime=12.14 cores=0,2,4,6
/proc/11304/task/11361/stat : 11361 (java) S 11301 11304 5836 0 -1 1077944384 17463 13295 0 0 1147 59 5 3 20 0 15 0 406285696 11107291136 208477 33554432000 4194304 4196468 140731604515952 140711329463056 140711439062741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11362] ppid=11301 vsize=10846964 memory=833908 CPUtime=11.02 cores=0,2,4,6
/proc/11304/task/11362/stat : 11362 (java) S 11301 11304 5836 0 -1 1077944384 16854 13295 0 0 1033 61 5 3 20 0 15 0 406285698 11107291136 208477 33554432000 4194304 4196468 140731604515952 140710897449328 140711439063682 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11363] ppid=11301 vsize=10846964 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11304/task/11363/stat : 11363 (java) S 11301 11304 5836 0 -1 1077944384 40 13295 0 0 0 0 5 3 20 0 15 0 406285698 11107291136 208477 33554432000 4194304 4196468 140731604515952 140710896395424 140711439062741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11364] ppid=11301 vsize=10846964 memory=1728 CPUtime=0.08 cores=0,2,4,6
/proc/11304/task/11364/stat : 11364 (java) S 11301 11304 5836 0 -1 1077944384 7 13295 0 0 0 0 5 3 20 0 15 0 406285699 11107291136 208477 33554432000 4194304 4196468 140731604515952 140710779020160 140711439062741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11365] ppid=11301 vsize=10846964 memory=704 CPUtime=0.08 cores=0,2,4,6
/proc/11304/task/11365/stat : 11365 (java) S 11301 11304 5836 0 -1 1077944384 2 13295 0 0 0 0 5 3 20 0 15 0 406285701 11107291136 208477 33554432000 4194304 4196468 140731604515952 140710175041360 140711439071131 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11366] ppid=11301 vsize=10846964 memory=833908 CPUtime=7.09 cores=0,2,4,6
/proc/11304/task/11366/stat : 11366 (java) S 11301 11304 5836 0 -1 1077944384 9606 13295 0 0 696 5 5 3 20 0 15 0 406285701 11107291136 208477 33554432000 4194304 4196468 140731604515952 140710862838640 140711439063682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11367] ppid=11301 vsize=10846964 memory=833908 CPUtime=7.28 cores=0,2,4,6
/proc/11304/task/11367/stat : 11367 (java) S 11301 11304 5836 0 -1 1077944384 19063 13295 0 0 714 6 5 3 20 0 15 0 406285701 11107291136 208477 33554432000 4194304 4196468 140731604515952 140710861785840 140711439063682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11368] ppid=11301 vsize=10846964 memory=833908 CPUtime=4.84 cores=0,2,4,6
/proc/11304/task/11368/stat : 11368 (java) S 11301 11304 5836 0 -1 1077944384 17926 13295 0 0 469 7 5 3 20 0 15 0 406285701 11107291136 208477 33554432000 4194304 4196468 140731604515952 140710860733040 140711439063682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11369] ppid=11301 vsize=10846964 memory=833908 CPUtime=0.08 cores=0,2,4,6
/proc/11304/task/11369/stat : 11369 (java) S 11301 11304 5836 0 -1 1077944384 3 13295 0 0 0 0 5 3 20 0 15 0 406285701 11107291136 208477 33554432000 4194304 4196468 140731604515952 140709705280224 140711439062741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11370] ppid=11301 vsize=10846964 memory=833908 CPUtime=1.55 cores=0,2,4,6
/proc/11304/task/11370/stat : 11370 (java) S 11301 11304 5836 0 -1 1077944384 1048 13295 0 0 73 74 5 3 20 0 15 0 406285702 11107291136 208477 33554432000 4194304 4196468 140731604515952 140710859680432 140711439063682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
Current children cumulated CPU time: 2374.95 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 833908 KiB

[startup+2382.3 s]
/proc/loadavg: 1.89 1.50 1.39 3/226 11616
/proc/meminfo: memFree=21315608/32770624 swapFree=66977604/67108860
[pid=11304] ppid=11301 vsize=10846964 memory=833908 CPUtime=2435.84 cores=0,2,4,6
/proc/11304/stat : 11304 (java) S 11301 11304 5836 0 -1 1077944320 202572 13295 0 0 243198 378 5 3 20 0 15 0 406285687 11107291136 208477 33554432000 4194304 4196468 140731604515952 140731604498496 140711439052535 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
/proc/11304/statm: 2711741 208477 3620 1 0 2673805 0
[pid=11304/tid=11357] ppid=11301 vsize=10846964 memory=833908 CPUtime=2354.67 cores=0,2,4,6
/proc/11304/task/11357/stat : 11357 (java) R 11301 11304 5836 0 -1 4202560 64615 13295 0 0 235410 49 5 3 20 0 15 0 406285696 11107291136 208477 33554432000 4194304 4196468 140731604515952 140711410887680 140711015305948 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11358] ppid=11301 vsize=10846964 memory=833908 CPUtime=12.42 cores=0,2,4,6
/proc/11304/task/11358/stat : 11358 (java) S 11301 11304 5836 0 -1 1077944384 18233 13295 0 0 1175 59 5 3 20 0 15 0 406285696 11107291136 208477 33554432000 4194304 4196468 140731604515952 140711443295376 140711439062741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11359] ppid=11301 vsize=10846964 memory=833908 CPUtime=12.41 cores=0,2,4,6
/proc/11304/task/11359/stat : 11359 (java) S 11301 11304 5836 0 -1 1077944384 13860 13295 0 0 1172 61 5 3 20 0 15 0 406285696 11107291136 208477 33554432000 4194304 4196468 140731604515952 140711331568656 140711439062741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11360] ppid=11301 vsize=10846964 memory=833908 CPUtime=12.38 cores=0,2,4,6
/proc/11304/task/11360/stat : 11360 (java) S 11301 11304 5836 0 -1 1077944384 21397 13295 0 0 1169 61 5 3 20 0 15 0 406285696 11107291136 208477 33554432000 4194304 4196468 140731604515952 140711330515856 140711439062741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11361] ppid=11301 vsize=10846964 memory=833908 CPUtime=12.46 cores=0,2,4,6
/proc/11304/task/11361/stat : 11361 (java) S 11301 11304 5836 0 -1 1077944384 17478 13295 0 0 1177 61 5 3 20 0 15 0 406285696 11107291136 208477 33554432000 4194304 4196468 140731604515952 140711329463056 140711439062741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11362] ppid=11301 vsize=10846964 memory=833908 CPUtime=11.31 cores=0,2,4,6
/proc/11304/task/11362/stat : 11362 (java) S 11301 11304 5836 0 -1 1077944384 17061 13295 0 0 1061 62 5 3 20 0 15 0 406285698 11107291136 208477 33554432000 4194304 4196468 140731604515952 140710897449328 140711439063682 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11363] ppid=11301 vsize=10846964 memory=833908 CPUtime=0.08 cores=0,2,4,6
/proc/11304/task/11363/stat : 11363 (java) S 11301 11304 5836 0 -1 1077944384 40 13295 0 0 0 0 5 3 20 0 15 0 406285698 11107291136 208477 33554432000 4194304 4196468 140731604515952 140710896395424 140711439062741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11364] ppid=11301 vsize=10846964 memory=833908 CPUtime=0.08 cores=0,2,4,6
/proc/11304/task/11364/stat : 11364 (java) S 11301 11304 5836 0 -1 1077944384 7 13295 0 0 0 0 5 3 20 0 15 0 406285699 11107291136 208477 33554432000 4194304 4196468 140731604515952 140710779020160 140711439062741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11365] ppid=11301 vsize=10846964 memory=833908 CPUtime=0.08 cores=0,2,4,6
/proc/11304/task/11365/stat : 11365 (java) S 11301 11304 5836 0 -1 1077944384 2 13295 0 0 0 0 5 3 20 0 15 0 406285701 11107291136 208477 33554432000 4194304 4196468 140731604515952 140710175041360 140711439071131 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11366] ppid=11301 vsize=10846964 memory=3616 CPUtime=7.09 cores=0,2,4,6
/proc/11304/task/11366/stat : 11366 (java) S 11301 11304 5836 0 -1 1077944384 9608 13295 0 0 696 5 5 3 20 0 15 0 406285701 11107291136 208477 33554432000 4194304 4196468 140731604515952 140710862838640 140711439063682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11367] ppid=11301 vsize=10846964 memory=833908 CPUtime=7.28 cores=0,2,4,6
/proc/11304/task/11367/stat : 11367 (java) S 11301 11304 5836 0 -1 1077944384 19065 13295 0 0 714 6 5 3 20 0 15 0 406285701 11107291136 208477 33554432000 4194304 4196468 140731604515952 140710861785840 140711439063682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11368] ppid=11301 vsize=10846964 memory=3616 CPUtime=4.84 cores=0,2,4,6
/proc/11304/task/11368/stat : 11368 (java) S 11301 11304 5836 0 -1 1077944384 17928 13295 0 0 469 7 5 3 20 0 15 0 406285701 11107291136 208477 33554432000 4194304 4196468 140731604515952 140710860733040 140711439063682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11369] ppid=11301 vsize=10846964 memory=833908 CPUtime=0.08 cores=0,2,4,6
/proc/11304/task/11369/stat : 11369 (java) S 11301 11304 5836 0 -1 1077944384 3 13295 0 0 0 0 5 3 20 0 15 0 406285701 11107291136 208477 33554432000 4194304 4196468 140731604515952 140709705280224 140711439062741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11370] ppid=11301 vsize=10846964 memory=6943526294502006880 CPUtime=1.59 cores=0,2,4,6
/proc/11304/task/11370/stat : 11370 (java) S 11301 11304 5836 0 -1 1077944384 1065 13295 0 0 75 76 5 3 20 0 15 0 406285702 11107291136 208477 33554432000 4194304 4196468 140731604515952 140710859680432 140711439063682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
Current children cumulated CPU time: 2435.84 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 833908 KiB

[startup+2442.3 s]
/proc/loadavg: 2.01 1.59 1.43 2/226 12008
/proc/meminfo: memFree=21967572/32770624 swapFree=66977604/67108860
[pid=11304] ppid=11301 vsize=10846964 memory=835956 CPUtime=2496.78 cores=0,2,4,6
/proc/11304/stat : 11304 (java) S 11301 11304 5836 0 -1 1077944320 203884 13295 0 0 249281 389 5 3 20 0 15 0 406285687 11107291136 208989 33554432000 4194304 4196468 140731604515952 140731604498496 140711439052535 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
/proc/11304/statm: 2711741 208989 3620 1 0 2673805 0
[pid=11304/tid=11357] ppid=11301 vsize=10846964 memory=835956 CPUtime=2413.92 cores=0,2,4,6
/proc/11304/task/11357/stat : 11357 (java) R 11301 11304 5836 0 -1 4202560 65311 13295 0 0 241332 52 5 3 20 0 15 0 406285696 11107291136 208989 33554432000 4194304 4196468 140731604515952 140711410888384 140711421572965 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11358] ppid=11301 vsize=10846964 memory=835956 CPUtime=12.75 cores=0,2,4,6
/proc/11304/task/11358/stat : 11358 (java) S 11301 11304 5836 0 -1 1077944384 18311 13295 0 0 1208 59 5 3 20 0 15 0 406285696 11107291136 208989 33554432000 4194304 4196468 140731604515952 140711443295376 140711439062741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11359] ppid=11301 vsize=10846964 memory=835956 CPUtime=12.74 cores=0,2,4,6
/proc/11304/task/11359/stat : 11359 (java) S 11301 11304 5836 0 -1 1077944384 14008 13295 0 0 1204 62 5 3 20 0 15 0 406285696 11107291136 208989 33554432000 4194304 4196468 140731604515952 140711331568656 140711439062741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11360] ppid=11301 vsize=10846964 memory=835956 CPUtime=12.71 cores=0,2,4,6
/proc/11304/task/11360/stat : 11360 (java) S 11301 11304 5836 0 -1 1077944384 21470 13295 0 0 1201 62 5 3 20 0 15 0 406285696 11107291136 208989 33554432000 4194304 4196468 140731604515952 140711330515856 140711439062741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11361] ppid=11301 vsize=10846964 memory=835956 CPUtime=12.8 cores=0,2,4,6
/proc/11304/task/11361/stat : 11361 (java) S 11301 11304 5836 0 -1 1077944384 17562 13295 0 0 1209 63 5 3 20 0 15 0 406285696 11107291136 208989 33554432000 4194304 4196468 140731604515952 140711329463056 140711439062741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11362] ppid=11301 vsize=10846964 memory=835956 CPUtime=11.62 cores=0,2,4,6
/proc/11304/task/11362/stat : 11362 (java) S 11301 11304 5836 0 -1 1077944384 17272 13295 0 0 1090 64 5 3 20 0 15 0 406285698 11107291136 208989 33554432000 4194304 4196468 140731604515952 140710897449328 140711439063682 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11363] ppid=11301 vsize=10846964 memory=835956 CPUtime=0.08 cores=0,2,4,6
/proc/11304/task/11363/stat : 11363 (java) S 11301 11304 5836 0 -1 1077944384 40 13295 0 0 0 0 5 3 20 0 15 0 406285698 11107291136 208989 33554432000 4194304 4196468 140731604515952 140710896395424 140711439062741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11364] ppid=11301 vsize=10846964 memory=835956 CPUtime=0.08 cores=0,2,4,6
/proc/11304/task/11364/stat : 11364 (java) S 11301 11304 5836 0 -1 1077944384 7 13295 0 0 0 0 5 3 20 0 15 0 406285699 11107291136 208989 33554432000 4194304 4196468 140731604515952 140710779020160 140711439062741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11365] ppid=11301 vsize=10846964 memory=835956 CPUtime=0.08 cores=0,2,4,6
/proc/11304/task/11365/stat : 11365 (java) S 11301 11304 5836 0 -1 1077944384 2 13295 0 0 0 0 5 3 20 0 15 0 406285701 11107291136 208989 33554432000 4194304 4196468 140731604515952 140710175041360 140711439071131 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11366] ppid=11301 vsize=10846964 memory=835956 CPUtime=7.09 cores=0,2,4,6
/proc/11304/task/11366/stat : 11366 (java) S 11301 11304 5836 0 -1 1077944384 9610 13295 0 0 696 5 5 3 20 0 15 0 406285701 11107291136 208989 33554432000 4194304 4196468 140731604515952 140710862838640 140711439063682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11367] ppid=11301 vsize=10846964 memory=835956 CPUtime=7.28 cores=0,2,4,6
/proc/11304/task/11367/stat : 11367 (java) S 11301 11304 5836 0 -1 1077944384 19067 13295 0 0 714 6 5 3 20 0 15 0 406285701 11107291136 208989 33554432000 4194304 4196468 140731604515952 140710861785840 140711439063682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11368] ppid=11301 vsize=10846964 memory=3616 CPUtime=4.84 cores=0,2,4,6
/proc/11304/task/11368/stat : 11368 (java) S 11301 11304 5836 0 -1 1077944384 17930 13295 0 0 469 7 5 3 20 0 15 0 406285701 11107291136 208989 33554432000 4194304 4196468 140731604515952 140710860733040 140711439063682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11369] ppid=11301 vsize=10846964 memory=835956 CPUtime=0.08 cores=0,2,4,6
/proc/11304/task/11369/stat : 11369 (java) S 11301 11304 5836 0 -1 1077944384 3 13295 0 0 0 0 5 3 20 0 15 0 406285701 11107291136 208989 33554432000 4194304 4196468 140731604515952 140709705280224 140711439062741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11370] ppid=11301 vsize=10846964 memory=835956 CPUtime=1.62 cores=0,2,4,6
/proc/11304/task/11370/stat : 11370 (java) S 11301 11304 5836 0 -1 1077944384 1081 13295 0 0 76 78 5 3 20 0 15 0 406285702 11107291136 208989 33554432000 4194304 4196468 140731604515952 140710859680432 140711439063682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
Current children cumulated CPU time: 2496.78 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 835956 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2465.2 s]*
/proc/loadavg: 1.71 1.55 1.42 3/225 12008
/proc/meminfo: memFree=21586272/32770624 swapFree=66977604/67108860
[pid=11304] ppid=11301 vsize=10846964 memory=835956 CPUtime=2520.04 cores=0,2,4,6
/proc/11304/stat : 11304 (java) S 11301 11304 5836 0 -1 1077944320 204501 13295 0 0 251603 393 5 3 20 0 15 0 406285687 11107291136 208989 33554432000 4194304 4196468 140731604515952 140731604498496 140711439052535 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
/proc/11304/statm: 2711741 208989 3620 1 0 2673805 0
[pid=11304/tid=11357] ppid=11301 vsize=10846964 memory=8317482817917895235 CPUtime=2436.56 cores=0,2,4,6
/proc/11304/task/11357/stat : 11357 (java) R 11301 11304 5836 0 -1 4202560 65571 13295 0 0 243595 53 5 3 20 0 15 0 406285696 11107291136 208989 33554432000 4194304 4196468 140731604515952 140711410888544 140711014133320 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11358] ppid=11301 vsize=10846964 memory=279517949608688 CPUtime=12.88 cores=0,2,4,6
/proc/11304/task/11358/stat : 11358 (java) S 11301 11304 5836 0 -1 1077944384 18314 13295 0 0 1220 60 5 3 20 0 15 0 406285696 11107291136 208989 33554432000 4194304 4196468 140731604515952 140711443295376 140711439062741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11359] ppid=11301 vsize=10846964 memory=139758974673216 CPUtime=12.87 cores=0,2,4,6
/proc/11304/task/11359/stat : 11359 (java) S 11301 11304 5836 0 -1 1077944384 14066 13295 0 0 1216 63 5 3 20 0 15 0 406285696 11107291136 208989 33554432000 4194304 4196468 140731604515952 140711331568656 140711439062741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11360] ppid=11301 vsize=10846964 memory=2004 CPUtime=12.84 cores=0,2,4,6
/proc/11304/task/11360/stat : 11360 (java) S 11301 11304 5836 0 -1 1077944384 21484 13295 0 0 1213 63 5 3 20 0 15 0 406285696 11107291136 208989 33554432000 4194304 4196468 140731604515952 140711330515856 140711439062741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11361] ppid=11301 vsize=10846964 memory=1428 CPUtime=12.92 cores=0,2,4,6
/proc/11304/task/11361/stat : 11361 (java) S 11301 11304 5836 0 -1 1077944384 17634 13295 0 0 1221 63 5 3 20 0 15 0 406285696 11107291136 208989 33554432000 4194304 4196468 140731604515952 140711329463056 140711439062741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11362] ppid=11301 vsize=10846964 memory=1728 CPUtime=11.74 cores=0,2,4,6
/proc/11304/task/11362/stat : 11362 (java) S 11301 11304 5836 0 -1 1077944384 17462 13295 0 0 1101 65 5 3 20 0 15 0 406285698 11107291136 208989 33554432000 4194304 4196468 140731604515952 140710897449328 140711439063682 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11363] ppid=11301 vsize=10846964 memory=988 CPUtime=0.08 cores=0,2,4,6
/proc/11304/task/11363/stat : 11363 (java) S 11301 11304 5836 0 -1 1077944384 40 13295 0 0 0 0 5 3 20 0 15 0 406285698 11107291136 208989 33554432000 4194304 4196468 140731604515952 140710896395424 140711439062741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11364] ppid=11301 vsize=10846964 memory=2004 CPUtime=0.08 cores=0,2,4,6
/proc/11304/task/11364/stat : 11364 (java) S 11301 11304 5836 0 -1 1077944384 7 13295 0 0 0 0 5 3 20 0 15 0 406285699 11107291136 208989 33554432000 4194304 4196468 140731604515952 140710779020160 140711439062741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11365] ppid=11301 vsize=10846964 memory=1428 CPUtime=0.08 cores=0,2,4,6
/proc/11304/task/11365/stat : 11365 (java) S 11301 11304 5836 0 -1 1077944384 2 13295 0 0 0 0 5 3 20 0 15 0 406285701 11107291136 208989 33554432000 4194304 4196468 140731604515952 140710175041360 140711439071131 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11366] ppid=11301 vsize=10846964 memory=835956 CPUtime=7.09 cores=0,2,4,6
/proc/11304/task/11366/stat : 11366 (java) S 11301 11304 5836 0 -1 1077944384 9613 13295 0 0 696 5 5 3 20 0 15 0 406285701 11107291136 208989 33554432000 4194304 4196468 140731604515952 140710862838640 140711439063682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11367] ppid=11301 vsize=10846964 memory=8317482817917895235 CPUtime=7.28 cores=0,2,4,6
/proc/11304/task/11367/stat : 11367 (java) S 11301 11304 5836 0 -1 1077944384 19069 13295 0 0 714 6 5 3 20 0 15 0 406285701 11107291136 208989 33554432000 4194304 4196468 140731604515952 140710861785840 140711439063682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11368] ppid=11301 vsize=10846964 memory=2004 CPUtime=4.84 cores=0,2,4,6
/proc/11304/task/11368/stat : 11368 (java) S 11301 11304 5836 0 -1 1077944384 17932 13295 0 0 469 7 5 3 20 0 15 0 406285701 11107291136 208989 33554432000 4194304 4196468 140731604515952 140710860733040 140711439063682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11369] ppid=11301 vsize=10846964 memory=1428 CPUtime=0.08 cores=0,2,4,6
/proc/11304/task/11369/stat : 11369 (java) S 11301 11304 5836 0 -1 1077944384 3 13295 0 0 0 0 5 3 20 0 15 0 406285701 11107291136 208989 33554432000 4194304 4196468 140731604515952 140709705280224 140711439062741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
[pid=11304/tid=11370] ppid=11301 vsize=10846964 memory=1728 CPUtime=1.64 cores=0,2,4,6
/proc/11304/task/11370/stat : 11370 (java) S 11301 11304 5836 0 -1 1077944384 1094 13295 0 0 77 79 5 3 20 0 15 0 406285702 11107291136 208989 33554432000 4194304 4196468 140731604515952 140710859680432 140711439063682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31252480 140731604523765 140731604526277 140731604526277 140731604529103 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 835956 KiB

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

[startup+2465.24 s]
# the end of solver process 11304 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.11 s, system=3.97274 s

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

Child status: 143
Real time (s): 2465.24
CPU time (s): 2520.08
CPU user time (s): 2516.11
CPU system time (s): 3.97274
CPU usage (%): 102.225
Max. virtual memory (cumulated for all children) (KiB): 10849628
Max. memory (cumulated for all children) (KiB): 928948

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.11
system time used= 3.97274
maximum resident set size= 928948
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 218826
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3016
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 319087
involuntary context switches= 10238


# summary of solver processes directly reported to runsolver:
#   pid: 11304
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2516.11
#   total CPU system time (s): 3.97274

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.2101 second user time and 25.146 second system time

The end

Launcher Data

Begin job on node104 at 2019-09-12 15:47:47
IDJOB=4387354
IDBENCH=134835
IDSOLVER=2823
FILE ID=node104/4387354-1568300284
RUNJOBID= node104-1568282865-6843
PBS_JOBID= 21701090
Free space on /tmp= 54196 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-dec-armies/Pb-army13-24ls.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387354-1568300284/watcher-4387354-1568300284 -o /tmp/evaluation-result-4387354-1568300284/solver-4387354-1568300284 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568282865-6843 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1283682658 HOME/instance-4387354-1568300284.xml

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

MD5SUM BENCH= 0f005dd489acd3d024429b7d4f1ec9d6
RANDOM SEED=1283682658

node104.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	: 5334.09
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	: 5334.09
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	: 5334.09
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	: 5334.09
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:        20291812 kB
MemAvailable:   29678732 kB
Buffers:          126328 kB
Cached:          9432772 kB
SwapCached:        31868 kB
Active:          4495132 kB
Inactive:        7251280 kB
Active(anon):    2154784 kB
Inactive(anon):    74116 kB
Active(file):    2340348 kB
Inactive(file):  7177164 kB
Unevictable:      106872 kB
Mlocked:          106872 kB
SwapTotal:      67108860 kB
SwapFree:       66977604 kB
Dirty:             34708 kB
Writeback:             0 kB
AnonPages:       2264344 kB
Mapped:            56028 kB
Shmem:             32780 kB
Slab:             327928 kB
SReclaimable:     297868 kB
SUnreclaim:        30060 kB
KernelStack:        3696 kB
PageTables:         9884 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3415336 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2095104 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 56504 MiB
End job on node104 at 2019-09-12 16:28:53