Trace number 4395939

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 2480.03

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.78/0.56	c Concrete v3.12.2.1568380929293 running
2520.08/2480.02	Exception in thread "main" java.util.concurrent.TimeoutException
2520.08/2480.02		at concrete.MAC.mac(MAC.scala:192)
2520.08/2480.02		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.08/2480.02		at scala.util.Try$.apply(Try.scala:212)
2520.08/2480.02		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.08/2480.02		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.08/2480.02		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.08/2480.02		at concrete.MAC.oneRun(MAC.scala:265)
2520.08/2480.02		at concrete.MAC.nextSolution(MAC.scala:284)
2520.08/2480.02		at concrete.MAC.$anonfun$nextSolution$7(MAC.scala:350)
2520.08/2480.02		at concrete.ProblemState.map(ProblemState.scala:238)
2520.08/2480.02		at concrete.ProblemState.map(ProblemState.scala:212)
2520.08/2480.02		at concrete.MAC.nextSolution(MAC.scala:348)
2520.08/2480.02		at concrete.Solver.hasNext(Solver.scala:160)
2520.08/2480.02		at scala.collection.Iterator.nextOption(Iterator.scala:104)
2520.08/2480.02		at scala.collection.Iterator.nextOption$(Iterator.scala:104)
2520.08/2480.02		at concrete.Solver.nextOption(Solver.scala:67)
2520.08/2480.02		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:78)
2520.08/2480.02		at scala.util.Success.map(Try.scala:264)
2520.08/2480.02		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.08/2480.02		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.08/2480.02		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.08/2480.02		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.08/2480.02		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.08/2480.02		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.08/2480.02		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.08/2480.02		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.08/2480.02		at scala.App.$anonfun$main$1(App.scala:75)
2520.08/2480.02		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.08/2480.02		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.08/2480.02		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.08/2480.02		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.08/2480.02		at scala.App.main(App.scala:75)
2520.08/2480.02		at scala.App.main$(App.scala:73)
2520.08/2480.02		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.08/2480.02		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.08/2480.02	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 (15240 MiB free)
  memory of node 1: 16384 MiB (14957 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4395939-1568407289/watcher-4395939-1568407289 -o /tmp/evaluation-result-4395939-1568407289/solver-4395939-1568407289 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node141-1568395860-30100 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=116347107 HOME/instance-4395939-1568407289.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
solver pid=32603, runsolver pid=32600
Current StackSize limit: 8192 KiB


[startup+0.10006 s]*
/proc/loadavg: 1.32 1.32 1.36 3/219 32660
/proc/meminfo: memFree=30917524/32770624 swapFree=66918884/67108860
[pid=32603] ppid=32600 vsize=9972712 memory=16812 CPUtime=0.1 cores=0,2,4,6
/proc/32603/stat : 32603 (java) S 32600 32603 30069 0 -1 1077944320 4463 13006 0 0 1 1 5 3 20 0 6 0 416666855 10212057088 4203 33554432000 4194304 4196468 140720783587040 140720783569584 140412579811063 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
/proc/32603/statm: 2493178 4203 1935 1 0 2481616 0
[pid=32603/tid=32656] ppid=32600 vsize=9972712 memory=4279135703946462605 CPUtime=0.08 cores=0,2,4,6
/proc/32603/task/32656/stat : 32656 (java) R 32600 32603 30069 0 -1 4202560 2252 13006 0 0 0 0 5 3 20 0 6 0 416666864 10212057088 4203 33554432000 4194304 4196468 140720783587040 140412551647824 140412563891550 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32657] ppid=32600 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32603/task/32657/stat : 32657 (java) S 32600 32603 30069 0 -1 1077944384 1 13006 0 0 0 0 5 3 20 0 6 0 416666865 10212057088 4203 33554432000 4194304 4196468 140720783587040 140412584053520 140412579821269 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32658] ppid=32600 vsize=9972712 memory=139742587946624 CPUtime=0.08 cores=0,2,4,6
/proc/32603/task/32658/stat : 32658 (java) S 32600 32603 30069 0 -1 1077944384 1 13006 0 0 0 0 5 3 20 0 6 0 416666865 10212057088 4203 33554432000 4194304 4196468 140720783587040 140412482943888 140412579821269 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32659] ppid=32600 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32603/task/32659/stat : 32659 (java) S 32600 32603 30069 0 -1 1077944384 1 13006 0 0 0 0 5 3 20 0 6 0 416666865 10212057088 4203 33554432000 4194304 4196468 140720783587040 140412481891344 140412579821269 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32660] ppid=32600 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32603/task/32660/stat : 32660 (java) S 32600 32603 30069 0 -1 1077944384 2 13006 0 0 0 0 5 3 20 0 6 0 416666865 10212057088 4203 33554432000 4194304 4196468 140720783587040 140412150738064 140412579821269 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16812 KiB

[startup+0.212584 s]*
/proc/loadavg: 1.32 1.32 1.36 3/228 32669
/proc/meminfo: memFree=30898044/32770624 swapFree=66918884/67108860
[pid=32603] ppid=32600 vsize=10819664 memory=39428 CPUtime=0.27 cores=0,2,4,6
/proc/32603/stat : 32603 (java) S 32600 32603 30069 0 -1 1077944320 7192 13006 0 0 17 2 5 3 20 0 15 0 416666855 11079335936 9857 33554432000 4194304 4196468 140720783587040 140720783569584 140412579811063 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
/proc/32603/statm: 2704916 9857 3164 1 0 2667149 0
[pid=32603/tid=32656] ppid=32600 vsize=10819664 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/32603/task/32656/stat : 32656 (java) R 32600 32603 30069 0 -1 4202560 3684 13006 0 0 10 1 5 3 20 0 15 0 416666864 11079335936 9857 33554432000 4194304 4196468 140720783587040 140412551618656 140412563891550 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32657] ppid=32600 vsize=10819664 memory=345 CPUtime=0.08 cores=0,2,4,6
/proc/32603/task/32657/stat : 32657 (java) S 32600 32603 30069 0 -1 1077944384 1 13006 0 0 0 0 5 3 20 0 15 0 416666865 11079335936 9857 33554432000 4194304 4196468 140720783587040 140412584053520 140412579821269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32658] ppid=32600 vsize=10819664 memory=288370118739658368 CPUtime=0.08 cores=0,2,4,6
/proc/32603/task/32658/stat : 32658 (java) S 32600 32603 30069 0 -1 1077944384 1 13006 0 0 0 0 5 3 20 0 15 0 416666865 11079335936 9857 33554432000 4194304 4196468 140720783587040 140412482943888 140412579821269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32659] ppid=32600 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32603/task/32659/stat : 32659 (java) S 32600 32603 30069 0 -1 1077944384 1 13006 0 0 0 0 5 3 20 0 15 0 416666865 11079335936 9857 33554432000 4194304 4196468 140720783587040 140412481891344 140412579821269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32660] ppid=32600 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32603/task/32660/stat : 32660 (java) S 32600 32603 30069 0 -1 1077944384 2 13006 0 0 0 0 5 3 20 0 15 0 416666865 11079335936 9857 33554432000 4194304 4196468 140720783587040 140412150738064 140412579821269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32661] ppid=32600 vsize=10819664 memory=139742587946624 CPUtime=0.08 cores=0,2,4,6
/proc/32603/task/32661/stat : 32661 (java) S 32600 32603 30069 0 -1 1077944384 2 13006 0 0 0 0 5 3 20 0 15 0 416666867 11079335936 9857 33554432000 4194304 4196468 140720783587040 140412039333872 140412579822210 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32662] ppid=32600 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32603/task/32662/stat : 32662 (java) S 32600 32603 30069 0 -1 1077944384 13 13006 0 0 0 0 5 3 20 0 15 0 416666867 11079335936 9857 33554432000 4194304 4196468 140720783587040 140411540595616 140412579821269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32663] ppid=32600 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32603/task/32663/stat : 32663 (java) S 32600 32603 30069 0 -1 1077944384 1 13006 0 0 0 0 5 3 20 0 15 0 416666867 11079335936 9857 33554432000 4194304 4196468 140720783587040 140411339269104 140412579821269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32664] ppid=32600 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32603/task/32664/stat : 32664 (java) S 32600 32603 30069 0 -1 1077944384 3 13006 0 0 0 0 5 3 20 0 15 0 416666870 11079335936 9857 33554432000 4194304 4196468 140720783587040 140411098978512 140412579829659 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32665] ppid=32600 vsize=10819664 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/32603/task/32665/stat : 32665 (java) S 32600 32603 30069 0 -1 1077944384 473 13006 0 0 1 0 5 3 20 0 15 0 416666870 11079335936 9857 33554432000 4194304 4196468 140720783587040 140412038281712 140412579822210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32666] ppid=32600 vsize=10819664 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/32603/task/32666/stat : 32666 (java) S 32600 32603 30069 0 -1 1077944384 179 13006 0 0 1 0 5 3 20 0 15 0 416666870 11079335936 9857 33554432000 4194304 4196468 140720783587040 140412037229168 140412579822210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32667] ppid=32600 vsize=10819664 memory=139742587946624 CPUtime=0.11 cores=0,2,4,6
/proc/32603/task/32667/stat : 32667 (java) R 32600 32603 30069 0 -1 4202560 620 13006 0 0 3 0 5 3 20 0 15 0 416666870 11079335936 9857 33554432000 4194304 4196468 140720783587040 140412036176624 140412579832410 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32668] ppid=32600 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32603/task/32668/stat : 32668 (java) S 32600 32603 30069 0 -1 1077944384 3 13006 0 0 0 0 5 3 20 0 15 0 416666870 11079335936 9857 33554432000 4194304 4196468 140720783587040 140411065420896 140412579821269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32669] ppid=32600 vsize=10819664 memory=139742587946624 CPUtime=0.08 cores=0,2,4,6
/proc/32603/task/32669/stat : 32669 (java) S 32600 32603 30069 0 -1 1077944384 1 13006 0 0 0 0 5 3 20 0 15 0 416666871 11079335936 9857 33554432000 4194304 4196468 140720783587040 140412035123504 140412579822210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 39428 KiB

[startup+0.310696 s]*
/proc/loadavg: 1.32 1.32 1.36 4/228 32669
/proc/meminfo: memFree=30884028/32770624 swapFree=66918884/67108860
[pid=32603] ppid=32600 vsize=10820148 memory=50536 CPUtime=0.4 cores=0,2,4,6
/proc/32603/stat : 32603 (java) S 32600 32603 30069 0 -1 1077944320 10880 13006 0 0 29 3 5 3 20 0 15 0 416666855 11079831552 12634 33554432000 4194304 4196468 140720783587040 140720783569584 140412579811063 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
/proc/32603/statm: 2705037 12634 3296 1 0 2667149 0
[pid=32603/tid=32656] ppid=32600 vsize=10820148 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/32603/task/32656/stat : 32656 (java) R 32600 32603 30069 0 -1 4202560 7352 13006 0 0 19 2 5 3 20 0 15 0 416666864 11079831552 12634 33554432000 4194304 4196468 140720783587040 140412551621904 140412563891550 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32657] ppid=32600 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32603/task/32657/stat : 32657 (java) S 32600 32603 30069 0 -1 1077944384 1 13006 0 0 0 0 5 3 20 0 15 0 416666865 11079831552 12634 33554432000 4194304 4196468 140720783587040 140412584053520 140412579821269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32658] ppid=32600 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32603/task/32658/stat : 32658 (java) S 32600 32603 30069 0 -1 1077944384 1 13006 0 0 0 0 5 3 20 0 15 0 416666865 11079831552 12634 33554432000 4194304 4196468 140720783587040 140412482943888 140412579821269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32659] ppid=32600 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32603/task/32659/stat : 32659 (java) S 32600 32603 30069 0 -1 1077944384 1 13006 0 0 0 0 5 3 20 0 15 0 416666865 11079831552 12634 33554432000 4194304 4196468 140720783587040 140412481891344 140412579821269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32660] ppid=32600 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32603/task/32660/stat : 32660 (java) S 32600 32603 30069 0 -1 1077944384 2 13006 0 0 0 0 5 3 20 0 15 0 416666865 11079831552 12634 33554432000 4194304 4196468 140720783587040 140412150738064 140412579821269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32661] ppid=32600 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32603/task/32661/stat : 32661 (java) S 32600 32603 30069 0 -1 1077944384 2 13006 0 0 0 0 5 3 20 0 15 0 416666867 11079831552 12634 33554432000 4194304 4196468 140720783587040 140412039333872 140412579822210 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32662] ppid=32600 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32603/task/32662/stat : 32662 (java) S 32600 32603 30069 0 -1 1077944384 13 13006 0 0 0 0 5 3 20 0 15 0 416666867 11079831552 12634 33554432000 4194304 4196468 140720783587040 140411540595616 140412579821269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32663] ppid=32600 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32603/task/32663/stat : 32663 (java) S 32600 32603 30069 0 -1 1077944384 1 13006 0 0 0 0 5 3 20 0 15 0 416666867 11079831552 12634 33554432000 4194304 4196468 140720783587040 140411339269104 140412579821269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32664] ppid=32600 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32603/task/32664/stat : 32664 (java) S 32600 32603 30069 0 -1 1077944384 3 13006 0 0 0 0 5 3 20 0 15 0 416666870 11079831552 12634 33554432000 4194304 4196468 140720783587040 140411098978512 140412579829659 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32665] ppid=32600 vsize=10820148 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/32603/task/32665/stat : 32665 (java) S 32600 32603 30069 0 -1 1077944384 482 13006 0 0 2 0 5 3 20 0 15 0 416666870 11079831552 12634 33554432000 4194304 4196468 140720783587040 140412038281712 140412579822210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32666] ppid=32600 vsize=10820148 memory=-1 CPUtime=0.1 cores=0,2,4,6
/proc/32603/task/32666/stat : 32666 (java) S 32600 32603 30069 0 -1 1077944384 180 13006 0 0 2 0 5 3 20 0 15 0 416666870 11079831552 12634 33554432000 4194304 4196468 140720783587040 140412037229168 140412579822210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32667] ppid=32600 vsize=10820148 memory=139742587946624 CPUtime=0.13 cores=0,2,4,6
/proc/32603/task/32667/stat : 32667 (java) S 32600 32603 30069 0 -1 1077944384 629 13006 0 0 5 0 5 3 20 0 15 0 416666870 11079831552 12634 33554432000 4194304 4196468 140720783587040 140412036176624 140412579822210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32668] ppid=32600 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32603/task/32668/stat : 32668 (java) S 32600 32603 30069 0 -1 1077944384 3 13006 0 0 0 0 5 3 20 0 15 0 416666870 11079831552 12634 33554432000 4194304 4196468 140720783587040 140411065420896 140412579821269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32669] ppid=32600 vsize=10820148 memory=139742587946624 CPUtime=0.08 cores=0,2,4,6
/proc/32603/task/32669/stat : 32669 (java) S 32600 32603 30069 0 -1 1077944384 1 13006 0 0 0 0 5 3 20 0 15 0 416666871 11079831552 12634 33554432000 4194304 4196468 140720783587040 140412035123504 140412579822210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 50536 KiB

[startup+0.700756 s]
/proc/loadavg: 1.32 1.32 1.36 4/228 32669
/proc/meminfo: memFree=30870792/32770624 swapFree=66918884/67108860
[pid=32603] ppid=32600 vsize=10824360 memory=83392 CPUtime=1.13 cores=0,2,4,6
/proc/32603/stat : 32603 (java) S 32600 32603 30069 0 -1 1077944320 15056 13006 0 0 100 5 5 3 20 0 15 0 416666855 11084144640 20848 33554432000 4194304 4196468 140720783587040 140720783569584 140412579811063 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
/proc/32603/statm: 2706090 20848 3506 1 0 2668173 0
[pid=32603/tid=32656] ppid=32600 vsize=10824360 memory=279484930744768 CPUtime=0.66 cores=0,2,4,6
/proc/32603/task/32656/stat : 32656 (java) R 32600 32603 30069 0 -1 4202560 10293 13006 0 0 54 4 5 3 20 0 15 0 416666864 11084144640 20848 33554432000 4194304 4196468 140720783587040 140412551640608 140412579832989 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32657] ppid=32600 vsize=10824360 memory=279484930744960 CPUtime=0.08 cores=0,2,4,6
/proc/32603/task/32657/stat : 32657 (java) S 32600 32603 30069 0 -1 1077944384 1 13006 0 0 0 0 5 3 20 0 15 0 416666865 11084144640 20848 33554432000 4194304 4196468 140720783587040 140412584053520 140412579821269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32658] ppid=32600 vsize=10824360 memory=279484930541584 CPUtime=0.08 cores=0,2,4,6
/proc/32603/task/32658/stat : 32658 (java) S 32600 32603 30069 0 -1 1077944384 1 13006 0 0 0 0 5 3 20 0 15 0 416666865 11084144640 20848 33554432000 4194304 4196468 140720783587040 140412482943888 140412579821269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32659] ppid=32600 vsize=10824360 memory=33 CPUtime=0.08 cores=0,2,4,6
/proc/32603/task/32659/stat : 32659 (java) S 32600 32603 30069 0 -1 1077944384 1 13006 0 0 0 0 5 3 20 0 15 0 416666865 11084144640 20848 33554432000 4194304 4196468 140720783587040 140412481891344 140412579821269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32660] ppid=32600 vsize=10824360 memory=139742465372656 CPUtime=0.08 cores=0,2,4,6
/proc/32603/task/32660/stat : 32660 (java) S 32600 32603 30069 0 -1 1077944384 2 13006 0 0 0 0 5 3 20 0 15 0 416666865 11084144640 20848 33554432000 4194304 4196468 140720783587040 140412150738064 140412579821269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32661] ppid=32600 vsize=10824360 memory=139745350910542 CPUtime=0.08 cores=0,2,4,6
/proc/32603/task/32661/stat : 32661 (java) S 32600 32603 30069 0 -1 1077944384 6 13006 0 0 0 0 5 3 20 0 15 0 416666867 11084144640 20848 33554432000 4194304 4196468 140720783587040 140412039333872 140412579822210 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32662] ppid=32600 vsize=10824360 memory=4004 CPUtime=0.08 cores=0,2,4,6
/proc/32603/task/32662/stat : 32662 (java) S 32600 32603 30069 0 -1 1077944384 13 13006 0 0 0 0 5 3 20 0 15 0 416666867 11084144640 20848 33554432000 4194304 4196468 140720783587040 140411540595616 140412579821269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32663] ppid=32600 vsize=10824360 memory=7452706766398776640 CPUtime=0.08 cores=0,2,4,6
/proc/32603/task/32663/stat : 32663 (java) S 32600 32603 30069 0 -1 1077944384 1 13006 0 0 0 0 5 3 20 0 15 0 416666867 11084144640 20848 33554432000 4194304 4196468 140720783587040 140411339269104 140412579821269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32664] ppid=32600 vsize=10824360 memory=7739276948478323303 CPUtime=0.08 cores=0,2,4,6
/proc/32603/task/32664/stat : 32664 (java) S 32600 32603 30069 0 -1 1077944384 3 13006 0 0 0 0 5 3 20 0 15 0 416666870 11084144640 20848 33554432000 4194304 4196468 140720783587040 140411098978512 140412579829659 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32665] ppid=32600 vsize=10824360 memory=5865188000529146989 CPUtime=0.2 cores=0,2,4,6
/proc/32603/task/32665/stat : 32665 (java) S 32600 32603 30069 0 -1 1077944384 881 13006 0 0 12 0 5 3 20 0 15 0 416666870 11084144640 20848 33554432000 4194304 4196468 140720783587040 140412038281712 140412579822210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32666] ppid=32600 vsize=10824360 memory=0 CPUtime=0.22 cores=0,2,4,6
/proc/32603/task/32666/stat : 32666 (java) S 32600 32603 30069 0 -1 1077944384 743 13006 0 0 14 0 5 3 20 0 15 0 416666870 11084144640 20848 33554432000 4194304 4196468 140720783587040 140412037229168 140412579822210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32667] ppid=32600 vsize=10824360 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/32603/task/32667/stat : 32667 (java) S 32600 32603 30069 0 -1 1077944384 897 13006 0 0 17 0 5 3 20 0 15 0 416666870 11084144640 20848 33554432000 4194304 4196468 140720783587040 140412036176624 140412579822210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32668] ppid=32600 vsize=10824360 memory=3616 CPUtime=0.08 cores=0,2,4,6
/proc/32603/task/32668/stat : 32668 (java) S 32600 32603 30069 0 -1 1077944384 3 13006 0 0 0 0 5 3 20 0 15 0 416666870 11084144640 20848 33554432000 4194304 4196468 140720783587040 140411065420896 140412579821269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32669] ppid=32600 vsize=10824360 memory=2241 CPUtime=0.08 cores=0,2,4,6
/proc/32603/task/32669/stat : 32669 (java) S 32600 32603 30069 0 -1 1077944384 1 13006 0 0 0 0 5 3 20 0 15 0 416666871 11084144640 20848 33554432000 4194304 4196468 140720783587040 140412035123504 140412579822210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 83392 KiB

[startup+1.50071 s]
/proc/loadavg: 1.32 1.32 1.36 4/228 32669
/proc/meminfo: memFree=30831168/32770624 swapFree=66918884/67108860
[pid=32603] ppid=32600 vsize=10834676 memory=178612 CPUtime=2.66 cores=0,2,4,6
/proc/32603/stat : 32603 (java) S 32600 32603 30069 0 -1 1077944320 22366 13006 0 0 248 10 5 3 20 0 15 0 416666855 11094708224 44653 33554432000 4194304 4196468 140720783587040 140720783569584 140412579811063 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
/proc/32603/statm: 2708669 44653 3587 1 0 2670733 0
[pid=32603/tid=32656] ppid=32600 vsize=10834676 memory=2811011 CPUtime=1.42 cores=0,2,4,6
/proc/32603/task/32656/stat : 32656 (java) R 32600 32603 30069 0 -1 4202560 15306 13006 0 0 128 6 5 3 20 0 15 0 416666864 11094708224 44653 33554432000 4194304 4196468 140720783587040 140412551623120 140412565996145 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32657] ppid=32600 vsize=10834676 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/32603/task/32657/stat : 32657 (java) S 32600 32603 30069 0 -1 1077944384 18 13006 0 0 0 0 5 3 20 0 15 0 416666865 11094708224 44653 33554432000 4194304 4196468 140720783587040 140412584053520 140412579821269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32658] ppid=32600 vsize=10834676 memory=1408 CPUtime=0.09 cores=0,2,4,6
/proc/32603/task/32658/stat : 32658 (java) S 32600 32603 30069 0 -1 1077944384 83 13006 0 0 1 0 5 3 20 0 15 0 416666865 11094708224 44653 33554432000 4194304 4196468 140720783587040 140412482943888 140412579821269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32659] ppid=32600 vsize=10834676 memory=3292 CPUtime=0.09 cores=0,2,4,6
/proc/32603/task/32659/stat : 32659 (java) S 32600 32603 30069 0 -1 1077944384 51 13006 0 0 1 0 5 3 20 0 15 0 416666865 11094708224 44653 33554432000 4194304 4196468 140720783587040 140412481891344 140412579821269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32660] ppid=32600 vsize=10834676 memory=83392 CPUtime=0.09 cores=0,2,4,6
/proc/32603/task/32660/stat : 32660 (java) S 32600 32603 30069 0 -1 1077944384 314 13006 0 0 1 0 5 3 20 0 15 0 416666865 11094708224 44653 33554432000 4194304 4196468 140720783587040 140412150738064 140412579821269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32661] ppid=32600 vsize=10834676 memory=279484930744768 CPUtime=0.09 cores=0,2,4,6
/proc/32603/task/32661/stat : 32661 (java) S 32600 32603 30069 0 -1 1077944384 162 13006 0 0 1 0 5 3 20 0 15 0 416666867 11094708224 44653 33554432000 4194304 4196468 140720783587040 140412039333872 140412579822210 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32662] ppid=32600 vsize=10834676 memory=279484930744960 CPUtime=0.08 cores=0,2,4,6
/proc/32603/task/32662/stat : 32662 (java) S 32600 32603 30069 0 -1 1077944384 13 13006 0 0 0 0 5 3 20 0 15 0 416666867 11094708224 44653 33554432000 4194304 4196468 140720783587040 140411540595616 140412579821269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32663] ppid=32600 vsize=10834676 memory=279484930541216 CPUtime=0.08 cores=0,2,4,6
/proc/32603/task/32663/stat : 32663 (java) S 32600 32603 30069 0 -1 1077944384 2 13006 0 0 0 0 5 3 20 0 15 0 416666867 11094708224 44653 33554432000 4194304 4196468 140720783587040 140411339269120 140412579821269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32664] ppid=32600 vsize=10834676 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/32603/task/32664/stat : 32664 (java) S 32600 32603 30069 0 -1 1077944384 3 13006 0 0 0 0 5 3 20 0 15 0 416666870 11094708224 44653 33554432000 4194304 4196468 140720783587040 140411098978512 140412579829659 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32665] ppid=32600 vsize=10834676 memory=4638778398332698720 CPUtime=0.43 cores=0,2,4,6
/proc/32603/task/32665/stat : 32665 (java) S 32600 32603 30069 0 -1 1077944384 1477 13006 0 0 35 0 5 3 20 0 15 0 416666870 11094708224 44653 33554432000 4194304 4196468 140720783587040 140412038281712 140412579822210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32666] ppid=32600 vsize=10834676 memory=279484931021696 CPUtime=0.42 cores=0,2,4,6
/proc/32603/task/32666/stat : 32666 (java) S 32600 32603 30069 0 -1 1077944384 1102 13006 0 0 34 0 5 3 20 0 15 0 416666870 11094708224 44653 33554432000 4194304 4196468 140720783587040 140412037229168 140412579822210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32667] ppid=32600 vsize=10834676 memory=-7522837583129502606 CPUtime=0.5 cores=0,2,4,6
/proc/32603/task/32667/stat : 32667 (java) R 32600 32603 30069 0 -1 4202560 1621 13006 0 0 42 0 5 3 20 0 15 0 416666870 11094708224 44653 33554432000 4194304 4196468 140720783587040 140412036176624 140412579822998 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32668] ppid=32600 vsize=10834676 memory=-7531822216213012384 CPUtime=0.08 cores=0,2,4,6
/proc/32603/task/32668/stat : 32668 (java) S 32600 32603 30069 0 -1 1077944384 3 13006 0 0 0 0 5 3 20 0 15 0 416666870 11094708224 44653 33554432000 4194304 4196468 140720783587040 140411065420896 140412579821269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32669] ppid=32600 vsize=10834676 memory=4206468019014099040 CPUtime=0.08 cores=0,2,4,6
/proc/32603/task/32669/stat : 32669 (java) S 32600 32603 30069 0 -1 1077944384 1 13006 0 0 0 0 5 3 20 0 15 0 416666871 11094708224 44653 33554432000 4194304 4196468 140720783587040 140412035123504 140412579822210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
Current children cumulated CPU time: 2.66 s
Current children cumulated vsize: 10834676 KiB

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

/proc/32603/task/32656/stat : 32656 (java) R 32600 32603 30069 0 -1 4202560 54636 13006 0 0 230105 43 5 3 20 0 15 0 416666864 11107311616 188803 33554432000 4194304 4196468 140720783587040 140412551646336 140412179585657 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32657] ppid=32600 vsize=10846984 memory=755212 CPUtime=9.55 cores=0,2,4,6
/proc/32603/task/32657/stat : 32657 (java) S 32600 32603 30069 0 -1 1077944384 7407 13006 0 0 904 43 5 3 20 0 15 0 416666865 11107311616 188803 33554432000 4194304 4196468 140720783587040 140412584053520 140412579821269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32658] ppid=32600 vsize=10846984 memory=755212 CPUtime=9.6 cores=0,2,4,6
/proc/32603/task/32658/stat : 32658 (java) S 32600 32603 30069 0 -1 1077944384 9509 13006 0 0 908 44 5 3 20 0 15 0 416666865 11107311616 188803 33554432000 4194304 4196468 140720783587040 140412482943888 140412579821269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32659] ppid=32600 vsize=10846984 memory=755212 CPUtime=9.62 cores=0,2,4,6
/proc/32603/task/32659/stat : 32659 (java) S 32600 32603 30069 0 -1 1077944384 8256 13006 0 0 910 44 5 3 20 0 15 0 416666865 11107311616 188803 33554432000 4194304 4196468 140720783587040 140412481891344 140412579821269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32660] ppid=32600 vsize=10846984 memory=755212 CPUtime=9.59 cores=0,2,4,6
/proc/32603/task/32660/stat : 32660 (java) S 32600 32603 30069 0 -1 1077944384 10801 13006 0 0 902 49 5 3 20 0 15 0 416666865 11107311616 188803 33554432000 4194304 4196468 140720783587040 140412150738064 140412579821269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32661] ppid=32600 vsize=10846984 memory=755212 CPUtime=8.72 cores=0,2,4,6
/proc/32603/task/32661/stat : 32661 (java) S 32600 32603 30069 0 -1 1077944384 14145 13006 0 0 817 47 5 3 20 0 15 0 416666867 11107311616 188803 33554432000 4194304 4196468 140720783587040 140412039333872 140412579822210 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32662] ppid=32600 vsize=10846984 memory=753164 CPUtime=0.08 cores=0,2,4,6
/proc/32603/task/32662/stat : 32662 (java) S 32600 32603 30069 0 -1 1077944384 19 13006 0 0 0 0 5 3 20 0 15 0 416666867 11107311616 188803 33554432000 4194304 4196468 140720783587040 140411540595680 140412579821269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32663] ppid=32600 vsize=10846984 memory=755212 CPUtime=0.08 cores=0,2,4,6
/proc/32603/task/32663/stat : 32663 (java) S 32600 32603 30069 0 -1 1077944384 11 13006 0 0 0 0 5 3 20 0 15 0 416666867 11107311616 188803 33554432000 4194304 4196468 140720783587040 140411339269120 140412579821269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32664] ppid=32600 vsize=10846984 memory=755212 CPUtime=0.08 cores=0,2,4,6
/proc/32603/task/32664/stat : 32664 (java) S 32600 32603 30069 0 -1 1077944384 3 13006 0 0 0 0 5 3 20 0 15 0 416666870 11107311616 188803 33554432000 4194304 4196468 140720783587040 140411098978512 140412579829659 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32665] ppid=32600 vsize=10846984 memory=755212 CPUtime=4.36 cores=0,2,4,6
/proc/32603/task/32665/stat : 32665 (java) S 32600 32603 30069 0 -1 1077944384 26785 13006 0 0 424 4 5 3 20 0 15 0 416666870 11107311616 188803 33554432000 4194304 4196468 140720783587040 140412038281712 140412579822210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32666] ppid=32600 vsize=10846984 memory=755212 CPUtime=4.37 cores=0,2,4,6
/proc/32603/task/32666/stat : 32666 (java) S 32600 32603 30069 0 -1 1077944384 25364 13006 0 0 425 4 5 3 20 0 15 0 416666870 11107311616 188803 33554432000 4194304 4196468 140720783587040 140412037229168 140412579822210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32667] ppid=32600 vsize=10846984 memory=4004 CPUtime=2.15 cores=0,2,4,6
/proc/32603/task/32667/stat : 32667 (java) S 32600 32603 30069 0 -1 1077944384 14805 13006 0 0 202 5 5 3 20 0 15 0 416666870 11107311616 188803 33554432000 4194304 4196468 140720783587040 140412036176624 140412579822210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32668] ppid=32600 vsize=10846984 memory=755212 CPUtime=0.08 cores=0,2,4,6
/proc/32603/task/32668/stat : 32668 (java) S 32600 32603 30069 0 -1 1077944384 3 13006 0 0 0 0 5 3 20 0 15 0 416666870 11107311616 188803 33554432000 4194304 4196468 140720783587040 140411065420896 140412579821269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32669] ppid=32600 vsize=10846984 memory=755212 CPUtime=1.44 cores=0,2,4,6
/proc/32603/task/32669/stat : 32669 (java) S 32600 32603 30069 0 -1 1077944384 1393 13006 0 0 70 66 5 3 20 0 15 0 416666871 11107311616 188803 33554432000 4194304 4196468 140720783587040 140412035123504 140412579822210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
Current children cumulated CPU time: 2360.38 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 755212 KiB

[startup+2382.3 s]
/proc/loadavg: 1.60 1.41 1.40 4/228 749
/proc/meminfo: memFree=30099456/32770624 swapFree=66918936/67108860
[pid=32603] ppid=32600 vsize=10846984 memory=755248 CPUtime=2421.12 cores=0,2,4,6
/proc/32603/stat : 32603 (java) S 32600 32603 30069 0 -1 1077944320 176713 13006 0 0 241798 306 5 3 20 0 15 0 416666855 11107311616 188812 33554432000 4194304 4196468 140720783587040 140720783569584 140412579811063 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
/proc/32603/statm: 2711746 188812 3625 1 0 2673805 0
[pid=32603/tid=32656] ppid=32600 vsize=10846984 memory=755248 CPUtime=2361.03 cores=0,2,4,6
/proc/32603/task/32656/stat : 32656 (java) R 32600 32603 30069 0 -1 4202560 55260 13006 0 0 236052 43 5 3 20 0 15 0 416666864 11107311616 188812 33554432000 4194304 4196468 140720783587040 140412551646240 140412179585503 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32657] ppid=32600 vsize=10846984 memory=6791534058613427641 CPUtime=9.8 cores=0,2,4,6
/proc/32603/task/32657/stat : 32657 (java) S 32600 32603 30069 0 -1 1077944384 7683 13006 0 0 928 44 5 3 20 0 15 0 416666865 11107311616 188812 33554432000 4194304 4196468 140720783587040 140412584053520 140412579821269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32658] ppid=32600 vsize=10846984 memory=755248 CPUtime=9.86 cores=0,2,4,6
/proc/32603/task/32658/stat : 32658 (java) S 32600 32603 30069 0 -1 1077944384 9540 13006 0 0 933 45 5 3 20 0 15 0 416666865 11107311616 188812 33554432000 4194304 4196468 140720783587040 140412482943888 140412579821269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32659] ppid=32600 vsize=10846984 memory=755248 CPUtime=9.89 cores=0,2,4,6
/proc/32603/task/32659/stat : 32659 (java) S 32600 32603 30069 0 -1 1077944384 8426 13006 0 0 935 46 5 3 20 0 15 0 416666865 11107311616 188812 33554432000 4194304 4196468 140720783587040 140412481891344 140412579821269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32660] ppid=32600 vsize=10846984 memory=755248 CPUtime=9.85 cores=0,2,4,6
/proc/32603/task/32660/stat : 32660 (java) S 32600 32603 30069 0 -1 1077944384 10835 13006 0 0 926 51 5 3 20 0 15 0 416666865 11107311616 188812 33554432000 4194304 4196468 140720783587040 140412150738064 140412579821269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32661] ppid=32600 vsize=10846984 memory=755248 CPUtime=8.95 cores=0,2,4,6
/proc/32603/task/32661/stat : 32661 (java) S 32600 32603 30069 0 -1 1077944384 14362 13006 0 0 838 49 5 3 20 0 15 0 416666867 11107311616 188812 33554432000 4194304 4196468 140720783587040 140412039333872 140412579822210 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32662] ppid=32600 vsize=10846984 memory=755248 CPUtime=0.08 cores=0,2,4,6
/proc/32603/task/32662/stat : 32662 (java) S 32600 32603 30069 0 -1 1077944384 19 13006 0 0 0 0 5 3 20 0 15 0 416666867 11107311616 188812 33554432000 4194304 4196468 140720783587040 140411540595680 140412579821269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32663] ppid=32600 vsize=10846984 memory=755248 CPUtime=0.08 cores=0,2,4,6
/proc/32603/task/32663/stat : 32663 (java) S 32600 32603 30069 0 -1 1077944384 11 13006 0 0 0 0 5 3 20 0 15 0 416666867 11107311616 188812 33554432000 4194304 4196468 140720783587040 140411339269120 140412579821269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32664] ppid=32600 vsize=10846984 memory=3616 CPUtime=0.08 cores=0,2,4,6
/proc/32603/task/32664/stat : 32664 (java) S 32600 32603 30069 0 -1 1077944384 3 13006 0 0 0 0 5 3 20 0 15 0 416666870 11107311616 188812 33554432000 4194304 4196468 140720783587040 140411098978512 140412579829659 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32665] ppid=32600 vsize=10846984 memory=755248 CPUtime=4.36 cores=0,2,4,6
/proc/32603/task/32665/stat : 32665 (java) S 32600 32603 30069 0 -1 1077944384 26787 13006 0 0 424 4 5 3 20 0 15 0 416666870 11107311616 188812 33554432000 4194304 4196468 140720783587040 140412038281712 140412579822210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32666] ppid=32600 vsize=10846984 memory=11464 CPUtime=4.37 cores=0,2,4,6
/proc/32603/task/32666/stat : 32666 (java) S 32600 32603 30069 0 -1 1077944384 25366 13006 0 0 425 4 5 3 20 0 15 0 416666870 11107311616 188812 33554432000 4194304 4196468 140720783587040 140412037229168 140412579822210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32667] ppid=32600 vsize=10846984 memory=755248 CPUtime=2.15 cores=0,2,4,6
/proc/32603/task/32667/stat : 32667 (java) S 32600 32603 30069 0 -1 1077944384 14807 13006 0 0 202 5 5 3 20 0 15 0 416666870 11107311616 188812 33554432000 4194304 4196468 140720783587040 140412036176624 140412579822210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32668] ppid=32600 vsize=10846984 memory=755248 CPUtime=0.08 cores=0,2,4,6
/proc/32603/task/32668/stat : 32668 (java) S 32600 32603 30069 0 -1 1077944384 3 13006 0 0 0 0 5 3 20 0 15 0 416666870 11107311616 188812 33554432000 4194304 4196468 140720783587040 140411065420896 140412579821269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32669] ppid=32600 vsize=10846984 memory=3616 CPUtime=1.47 cores=0,2,4,6
/proc/32603/task/32669/stat : 32669 (java) S 32600 32603 30069 0 -1 1077944384 1401 13006 0 0 72 67 5 3 20 0 15 0 416666871 11107311616 188812 33554432000 4194304 4196468 140720783587040 140412035123504 140412579822210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
Current children cumulated CPU time: 2421.12 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 755248 KiB

[startup+2442.3 s]
/proc/loadavg: 1.54 1.43 1.41 3/228 753
/proc/meminfo: memFree=30106604/32770624 swapFree=66918936/67108860
[pid=32603] ppid=32600 vsize=10846984 memory=749212 CPUtime=2481.89 cores=0,2,4,6
/proc/32603/stat : 32603 (java) S 32600 32603 30069 0 -1 1077944320 178405 13006 0 0 247868 313 5 3 20 0 15 0 416666855 11107311616 187303 33554432000 4194304 4196468 140720783587040 140720783569584 140412579811063 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
/proc/32603/statm: 2711746 187303 3625 1 0 2673805 0
[pid=32603/tid=32656] ppid=32600 vsize=10846984 memory=749212 CPUtime=2420.48 cores=0,2,4,6
/proc/32603/task/32656/stat : 32656 (java) R 32600 32603 30069 0 -1 4202560 55928 13006 0 0 241996 44 5 3 20 0 15 0 416666864 11107311616 187303 33554432000 4194304 4196468 140720783587040 140412551646112 140412172784525 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32657] ppid=32600 vsize=10846984 memory=749212 CPUtime=10.06 cores=0,2,4,6
/proc/32603/task/32657/stat : 32657 (java) S 32600 32603 30069 0 -1 1077944384 7880 13006 0 0 953 45 5 3 20 0 15 0 416666865 11107311616 187303 33554432000 4194304 4196468 140720783587040 140412584053520 140412579821269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32658] ppid=32600 vsize=10846984 memory=749212 CPUtime=10.12 cores=0,2,4,6
/proc/32603/task/32658/stat : 32658 (java) S 32600 32603 30069 0 -1 1077944384 9676 13006 0 0 958 46 5 3 20 0 15 0 416666865 11107311616 187303 33554432000 4194304 4196468 140720783587040 140412482943888 140412579821269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32659] ppid=32600 vsize=10846984 memory=750736 CPUtime=10.15 cores=0,2,4,6
/proc/32603/task/32659/stat : 32659 (java) S 32600 32603 30069 0 -1 1077944384 8607 13006 0 0 960 47 5 3 20 0 15 0 416666865 11107311616 187303 33554432000 4194304 4196468 140720783587040 140412481891344 140412579821269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32660] ppid=32600 vsize=10846984 memory=749212 CPUtime=10.11 cores=0,2,4,6
/proc/32603/task/32660/stat : 32660 (java) S 32600 32603 30069 0 -1 1077944384 11146 13006 0 0 951 52 5 3 20 0 15 0 416666865 11107311616 187303 33554432000 4194304 4196468 140720783587040 140412150738064 140412579821269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32661] ppid=32600 vsize=10846984 memory=749212 CPUtime=9.18 cores=0,2,4,6
/proc/32603/task/32661/stat : 32661 (java) S 32600 32603 30069 0 -1 1077944384 14547 13006 0 0 860 50 5 3 20 0 15 0 416666867 11107311616 187303 33554432000 4194304 4196468 140720783587040 140412039333872 140412579822210 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32662] ppid=32600 vsize=10846984 memory=749212 CPUtime=0.08 cores=0,2,4,6
/proc/32603/task/32662/stat : 32662 (java) S 32600 32603 30069 0 -1 1077944384 19 13006 0 0 0 0 5 3 20 0 15 0 416666867 11107311616 187303 33554432000 4194304 4196468 140720783587040 140411540595680 140412579821269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32663] ppid=32600 vsize=10846984 memory=3616 CPUtime=0.08 cores=0,2,4,6
/proc/32603/task/32663/stat : 32663 (java) S 32600 32603 30069 0 -1 1077944384 11 13006 0 0 0 0 5 3 20 0 15 0 416666867 11107311616 187303 33554432000 4194304 4196468 140720783587040 140411339269120 140412579821269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32664] ppid=32600 vsize=10846984 memory=749212 CPUtime=0.08 cores=0,2,4,6
/proc/32603/task/32664/stat : 32664 (java) S 32600 32603 30069 0 -1 1077944384 3 13006 0 0 0 0 5 3 20 0 15 0 416666870 11107311616 187303 33554432000 4194304 4196468 140720783587040 140411098978512 140412579829659 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32665] ppid=32600 vsize=10846984 memory=749212 CPUtime=4.36 cores=0,2,4,6
/proc/32603/task/32665/stat : 32665 (java) S 32600 32603 30069 0 -1 1077944384 26789 13006 0 0 424 4 5 3 20 0 15 0 416666870 11107311616 187303 33554432000 4194304 4196468 140720783587040 140412038281712 140412579822210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32666] ppid=32600 vsize=10846984 memory=3616 CPUtime=4.37 cores=0,2,4,6
/proc/32603/task/32666/stat : 32666 (java) S 32600 32603 30069 0 -1 1077944384 25369 13006 0 0 425 4 5 3 20 0 15 0 416666870 11107311616 187303 33554432000 4194304 4196468 140720783587040 140412037229168 140412579822210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32667] ppid=32600 vsize=10846984 memory=6791534058613427641 CPUtime=2.15 cores=0,2,4,6
/proc/32603/task/32667/stat : 32667 (java) S 32600 32603 30069 0 -1 1077944384 14810 13006 0 0 202 5 5 3 20 0 15 0 416666870 11107311616 187303 33554432000 4194304 4196468 140720783587040 140412036176624 140412579822210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32668] ppid=32600 vsize=10846984 memory=1324 CPUtime=0.08 cores=0,2,4,6
/proc/32603/task/32668/stat : 32668 (java) S 32600 32603 30069 0 -1 1077944384 3 13006 0 0 0 0 5 3 20 0 15 0 416666870 11107311616 187303 33554432000 4194304 4196468 140720783587040 140411065420896 140412579821269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32669] ppid=32600 vsize=10846984 memory=749212 CPUtime=1.51 cores=0,2,4,6
/proc/32603/task/32669/stat : 32669 (java) S 32600 32603 30069 0 -1 1077944384 1407 13006 0 0 74 69 5 3 20 0 15 0 416666871 11107311616 187303 33554432000 4194304 4196468 140720783587040 140412035123504 140412579822210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
Current children cumulated CPU time: 2481.89 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 749212 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2480 s]*
/proc/loadavg: 1.55 1.44 1.41 3/228 756
/proc/meminfo: memFree=30088924/32770624 swapFree=66918936/67108860
[pid=32603] ppid=32600 vsize=10846984 memory=749212 CPUtime=2520.08 cores=0,2,4,6
/proc/32603/stat : 32603 (java) S 32600 32603 30069 0 -1 1077944320 178695 13006 0 0 251682 318 5 3 20 0 15 0 416666855 11107311616 187303 33554432000 4194304 4196468 140720783587040 140720783569584 140412579811063 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
/proc/32603/statm: 2711746 187303 3625 1 0 2673805 0
[pid=32603/tid=32656] ppid=32600 vsize=10846984 memory=0 CPUtime=2457.87 cores=0,2,4,6
/proc/32603/task/32656/stat : 32656 (java) R 32600 32603 30069 0 -1 4202560 56141 13006 0 0 245734 45 5 3 20 0 15 0 416666864 11107311616 187303 33554432000 4194304 4196468 140720783587040 140412551646448 140412179584029 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32657] ppid=32600 vsize=10846984 memory=4872558044660077418 CPUtime=10.22 cores=0,2,4,6
/proc/32603/task/32657/stat : 32657 (java) S 32600 32603 30069 0 -1 1077944384 7906 13006 0 0 968 46 5 3 20 0 15 0 416666865 11107311616 187303 33554432000 4194304 4196468 140720783587040 140412584053520 140412579821269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32658] ppid=32600 vsize=10846984 memory=22128 CPUtime=10.28 cores=0,2,4,6
/proc/32603/task/32658/stat : 32658 (java) S 32600 32603 30069 0 -1 1077944384 9678 13006 0 0 973 47 5 3 20 0 15 0 416666865 11107311616 187303 33554432000 4194304 4196468 140720783587040 140412482943888 140412579821269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32659] ppid=32600 vsize=10846984 memory=1412 CPUtime=10.31 cores=0,2,4,6
/proc/32603/task/32659/stat : 32659 (java) S 32600 32603 30069 0 -1 1077944384 8610 13006 0 0 975 48 5 3 20 0 15 0 416666865 11107311616 187303 33554432000 4194304 4196468 140720783587040 140412481891344 140412579821269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32660] ppid=32600 vsize=10846984 memory=3236 CPUtime=10.27 cores=0,2,4,6
/proc/32603/task/32660/stat : 32660 (java) S 32600 32603 30069 0 -1 1077944384 11151 13006 0 0 966 53 5 3 20 0 15 0 416666865 11107311616 187303 33554432000 4194304 4196468 140720783587040 140412150738064 140412579821269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32661] ppid=32600 vsize=10846984 memory=611604 CPUtime=9.32 cores=0,2,4,6
/proc/32603/task/32661/stat : 32661 (java) S 32600 32603 30069 0 -1 1077944384 14576 13006 0 0 873 51 5 3 20 0 15 0 416666867 11107311616 187303 33554432000 4194304 4196468 140720783587040 140412039333872 140412579822210 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32662] ppid=32600 vsize=10846984 memory=988 CPUtime=0.08 cores=0,2,4,6
/proc/32603/task/32662/stat : 32662 (java) S 32600 32603 30069 0 -1 1077944384 19 13006 0 0 0 0 5 3 20 0 15 0 416666867 11107311616 187303 33554432000 4194304 4196468 140720783587040 140411540595680 140412579821269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32663] ppid=32600 vsize=10846984 memory=2012 CPUtime=0.08 cores=0,2,4,6
/proc/32603/task/32663/stat : 32663 (java) S 32600 32603 30069 0 -1 1077944384 11 13006 0 0 0 0 5 3 20 0 15 0 416666867 11107311616 187303 33554432000 4194304 4196468 140720783587040 140411339269120 140412579821269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32664] ppid=32600 vsize=10846984 memory=4100 CPUtime=0.08 cores=0,2,4,6
/proc/32603/task/32664/stat : 32664 (java) S 32600 32603 30069 0 -1 1077944384 3 13006 0 0 0 0 5 3 20 0 15 0 416666870 11107311616 187303 33554432000 4194304 4196468 140720783587040 140411098978512 140412579829659 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32665] ppid=32600 vsize=10846984 memory=3236 CPUtime=4.36 cores=0,2,4,6
/proc/32603/task/32665/stat : 32665 (java) S 32600 32603 30069 0 -1 1077944384 26789 13006 0 0 424 4 5 3 20 0 15 0 416666870 11107311616 187303 33554432000 4194304 4196468 140720783587040 140412038281712 140412579822210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32666] ppid=32600 vsize=10846984 memory=631036 CPUtime=4.37 cores=0,2,4,6
/proc/32603/task/32666/stat : 32666 (java) S 32600 32603 30069 0 -1 1077944384 25369 13006 0 0 425 4 5 3 20 0 15 0 416666870 11107311616 187303 33554432000 4194304 4196468 140720783587040 140412037229168 140412579822210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32667] ppid=32600 vsize=10846984 memory=988 CPUtime=2.15 cores=0,2,4,6
/proc/32603/task/32667/stat : 32667 (java) S 32600 32603 30069 0 -1 1077944384 14810 13006 0 0 202 5 5 3 20 0 15 0 416666870 11107311616 187303 33554432000 4194304 4196468 140720783587040 140412036176624 140412579822210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32668] ppid=32600 vsize=10846984 memory=2012 CPUtime=0.08 cores=0,2,4,6
/proc/32603/task/32668/stat : 32668 (java) S 32600 32603 30069 0 -1 1077944384 3 13006 0 0 0 0 5 3 20 0 15 0 416666870 11107311616 187303 33554432000 4194304 4196468 140720783587040 140411065420896 140412579821269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
[pid=32603/tid=32669] ppid=32600 vsize=10846984 memory=4100 CPUtime=1.53 cores=0,2,4,6
/proc/32603/task/32669/stat : 32669 (java) S 32600 32603 30069 0 -1 1077944384 1419 13006 0 0 75 70 5 3 20 0 15 0 416666871 11107311616 187303 33554432000 4194304 4196468 140720783587040 140412035123504 140412579822210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24858624 140720783588080 140720783590597 140720783590597 140720783593423 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 749212 KiB

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

[startup+2480.03 s]
# the end of solver process 32603 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.9 s, system=3.22518 s

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

Child status: 143
Real time (s): 2480.03
CPU time (s): 2520.12
CPU user time (s): 2516.9
CPU system time (s): 3.22518
CPU usage (%): 101.616
Max. virtual memory (cumulated for all children) (KiB): 10851784
Max. memory (cumulated for all children) (KiB): 889872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.9
system time used= 3.22518
maximum resident set size= 890396
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 192791
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2864
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 251055
involuntary context switches= 7833


# summary of solver processes directly reported to runsolver:
#   pid: 32603
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2516.9
#   total CPU system time (s): 3.22518

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.2794 second user time and 24.2306 second system time

The end

Launcher Data

Begin job on node141 at 2019-09-13 22:40:48
IDJOB=4395939
IDBENCH=134835
IDSOLVER=2846
FILE ID=node141/4395939-1568407289
RUNJOBID= node141-1568395860-30100
PBS_JOBID= 21701869
Free space on /tmp= 58504 MiB

SOLVER NAME= Concrete 3.12.2
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-4395939-1568407289/watcher-4395939-1568407289 -o /tmp/evaluation-result-4395939-1568407289/solver-4395939-1568407289 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node141-1568395860-30100 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=116347107 HOME/instance-4395939-1568407289.xml

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

MD5SUM BENCH= 0f005dd489acd3d024429b7d4f1ec9d6
RANDOM SEED=116347107

node141.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	: 5332.93
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	: 5332.93
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	: 5332.93
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	: 5332.93
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:        30923576 kB
MemAvailable:   31315104 kB
Buffers:          165132 kB
Cached:           514688 kB
SwapCached:        80664 kB
Active:           884540 kB
Inactive:         407316 kB
Active(anon):     537532 kB
Inactive(anon):   106084 kB
Active(file):     347008 kB
Inactive(file):   301232 kB
Unevictable:      109444 kB
Mlocked:          109444 kB
SwapTotal:      67108860 kB
SwapFree:       66918884 kB
Dirty:             35560 kB
Writeback:             0 kB
AnonPages:        641676 kB
Mapped:            49108 kB
Shmem:             22928 kB
Slab:             148144 kB
SReclaimable:     118248 kB
SUnreclaim:        29896 kB
KernelStack:        4048 kB
PageTables:         6516 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1782052 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    555008 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      128384 kB
DirectMap2M:    33417216 kB

Free space on /tmp at the end= 58468 MiB
End job on node141 at 2019-09-13 23:22:08