Trace number 4395934

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.14 2468.25

General information on the benchmark

NameFischer/Fischer-m1-s1/
Fischer-06-08-fair.xml
MD5SUM5071358861b345173fede4f5b8bc080d
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark13.516
Satisfiable
(Un)Satisfiability was proved
Number of variables12587
Number of constraints11902
Number of domains3
Minimum domain size2
Maximum domain size20001
Distribution of domain sizes[{"size":2,"count":1730},{"size":201,"count":63},{"size":20001,"count":10794}]
Minimum variable degree2
Maximum variable degree103
Distribution of variable degrees[{"degree":2,"count":11087},{"degree":3,"count":288},{"degree":4,"count":26},{"degree":5,"count":132},{"degree":6,"count":77},{"degree":7,"count":263},{"degree":8,"count":401},{"degree":9,"count":208},{"degree":10,"count":14},{"degree":13,"count":48},{"degree":14,"count":1},{"degree":20,"count":9},{"degree":32,"count":9},{"degree":34,"count":6},{"degree":40,"count":1},{"degree":45,"count":8},{"degree":70,"count":2},{"degree":71,"count":6},{"degree":103,"count":1}]
Minimum constraint arity1
Maximum constraint arity3
Distribution of constraint arities[{"arity":1,"count":2},{"arity":2,"count":1998},{"arity":3,"count":9902}]
Number of extensional constraints0
Number of intensional constraints11902
Distribution of constraint types[{"type":"intension","count":11902}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4395934-1568411487/watcher-4395934-1568411487 -o /tmp/evaluation-result-4395934-1568411487/solver-4395934-1568411487 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node147-1568410511-11069 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=848655287 HOME/instance-4395934-1568411487.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=11641, runsolver pid=11638
Current StackSize limit: 8192 KiB


[startup+0.100087 s]*
/proc/loadavg: 1.44 1.31 1.25 3/218 11698
/proc/meminfo: memFree=24522320/32770624 swapFree=66957012/67108860
[pid=11641] ppid=11638 vsize=9972712 memory=16552 CPUtime=0.1 cores=0,2,4,6
/proc/11641/stat : 11641 (java) S 11638 11641 11038 0 -1 1077944320 4398 13266 0 0 1 1 5 3 20 0 6 0 417062591 10212057088 4138 33554432000 4194304 4196468 140728866428256 140728866410800 140003444436727 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
/proc/11641/statm: 2493178 4138 1933 1 0 2481616 0
[pid=11641/tid=11694] ppid=11638 vsize=9972712 memory=4279135703946723981 CPUtime=0.08 cores=0,2,4,6
/proc/11641/task/11694/stat : 11694 (java) R 11638 11641 11038 0 -1 4202560 2204 13266 0 0 0 0 5 3 20 0 6 0 417062600 10212057088 4138 33554432000 4194304 4196468 140728866428256 140003416273488 140003428517214 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11695] ppid=11638 vsize=9972712 memory=8257237230052613020 CPUtime=0.08 cores=0,2,4,6
/proc/11641/task/11695/stat : 11695 (java) S 11638 11641 11038 0 -1 1077944384 1 13266 0 0 0 0 5 3 20 0 6 0 417062601 10212057088 4138 33554432000 4194304 4196468 140728866428256 140003448679440 140003444446933 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11696] ppid=11638 vsize=9972712 memory=140030449329792 CPUtime=0.08 cores=0,2,4,6
/proc/11641/task/11696/stat : 11696 (java) S 11638 11641 11038 0 -1 1077944384 2 13266 0 0 0 0 5 3 20 0 6 0 417062601 10212057088 4138 33554432000 4194304 4196468 140728866428256 140003336952976 140003444446933 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11697] ppid=11638 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11641/task/11697/stat : 11697 (java) S 11638 11641 11038 0 -1 1077944384 1 13266 0 0 0 0 5 3 20 0 6 0 417062601 10212057088 4204 33554432000 4194304 4196468 140728866428256 140003335899920 140003444446933 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11698] ppid=11638 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/11641/task/11698/stat : 11698 (java) S 11638 11641 11038 0 -1 1077944384 2 13266 0 0 0 0 5 3 20 0 6 0 417062601 10212057088 4204 33554432000 4194304 4196468 140728866428256 140003334847376 140003444446933 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16552 KiB

[startup+0.20996 s]*
/proc/loadavg: 1.44 1.31 1.25 4/227 11707
/proc/meminfo: memFree=24502148/32770624 swapFree=66957012/67108860
[pid=11641] ppid=11638 vsize=10819664 memory=39248 CPUtime=0.26 cores=0,2,4,6
/proc/11641/stat : 11641 (java) S 11638 11641 11038 0 -1 1077944320 7133 13266 0 0 17 1 5 3 20 0 15 0 417062591 11079335936 9812 33554432000 4194304 4196468 140728866428256 140728866410800 140003444436727 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
/proc/11641/statm: 2704916 9812 3171 1 0 2667149 0
[pid=11641/tid=11694] ppid=11638 vsize=10819664 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/11641/task/11694/stat : 11694 (java) R 11638 11641 11038 0 -1 4202560 3626 13266 0 0 11 0 5 3 20 0 15 0 417062600 11079335936 9812 33554432000 4194304 4196468 140728866428256 140003416266720 140003429602382 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11695] ppid=11638 vsize=10819664 memory=339 CPUtime=0.08 cores=0,2,4,6
/proc/11641/task/11695/stat : 11695 (java) S 11638 11641 11038 0 -1 1077944384 1 13266 0 0 0 0 5 3 20 0 15 0 417062601 11079335936 9812 33554432000 4194304 4196468 140728866428256 140003448679440 140003444446933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11696] ppid=11638 vsize=10819664 memory=3906230061895034528 CPUtime=0.08 cores=0,2,4,6
/proc/11641/task/11696/stat : 11696 (java) S 11638 11641 11038 0 -1 1077944384 2 13266 0 0 0 0 5 3 20 0 15 0 417062601 11079335936 9812 33554432000 4194304 4196468 140728866428256 140003336952976 140003444446933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11697] ppid=11638 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11641/task/11697/stat : 11697 (java) S 11638 11641 11038 0 -1 1077944384 1 13266 0 0 0 0 5 3 20 0 15 0 417062601 11079335936 9812 33554432000 4194304 4196468 140728866428256 140003335899920 140003444446933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11698] ppid=11638 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/11641/task/11698/stat : 11698 (java) S 11638 11641 11038 0 -1 1077944384 2 13266 0 0 0 0 5 3 20 0 15 0 417062601 11079335936 9812 33554432000 4194304 4196468 140728866428256 140003334847376 140003444446933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11699] ppid=11638 vsize=10819664 memory=140030449329792 CPUtime=0.08 cores=0,2,4,6
/proc/11641/task/11699/stat : 11699 (java) S 11638 11641 11038 0 -1 1077944384 2 13266 0 0 0 0 5 3 20 0 15 0 417062602 11079335936 9812 33554432000 4194304 4196468 140728866428256 140002716207344 140003444447874 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11700] ppid=11638 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/11641/task/11700/stat : 11700 (java) S 11638 11641 11038 0 -1 1077944384 13 13266 0 0 0 0 5 3 20 0 15 0 417062603 11079335936 9812 33554432000 4194304 4196468 140728866428256 140002646287520 140003444446933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11701] ppid=11638 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11641/task/11701/stat : 11701 (java) S 11638 11641 11038 0 -1 1077944384 1 13266 0 0 0 0 5 3 20 0 15 0 417062603 11079335936 9812 33554432000 4194304 4196468 140728866428256 140002512069360 140003444446933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11702] ppid=11638 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11641/task/11702/stat : 11702 (java) S 11638 11641 11038 0 -1 1077944384 3 13266 0 0 0 0 5 3 20 0 15 0 417062606 11079335936 9812 33554432000 4194304 4196468 140728866428256 140002003343312 140003444455323 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11703] ppid=11638 vsize=10819664 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/11641/task/11703/stat : 11703 (java) S 11638 11641 11038 0 -1 1077944384 621 13266 0 0 1 0 5 3 20 0 15 0 417062606 11079335936 9812 33554432000 4194304 4196468 140728866428256 140002715155184 140003444447874 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11704] ppid=11638 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/11641/task/11704/stat : 11704 (java) S 11638 11641 11038 0 -1 1077944384 46 13266 0 0 0 0 5 3 20 0 15 0 417062606 11079335936 9812 33554432000 4194304 4196468 140728866428256 140002612730736 140003444447874 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11705] ppid=11638 vsize=10819664 memory=140030449329792 CPUtime=0.11 cores=0,2,4,6
/proc/11641/task/11705/stat : 11705 (java) S 11638 11641 11038 0 -1 1077944384 602 13266 0 0 3 0 5 3 20 0 15 0 417062606 11079335936 9812 33554432000 4194304 4196468 140728866428256 140002611677680 140003444447874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11706] ppid=11638 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/11641/task/11706/stat : 11706 (java) S 11638 11641 11038 0 -1 1077944384 3 13266 0 0 0 0 5 3 20 0 15 0 417062606 11079335936 9812 33554432000 4194304 4196468 140728866428256 140001969785696 140003444446933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11707] ppid=11638 vsize=10819664 memory=140030449329792 CPUtime=0.08 cores=0,2,4,6
/proc/11641/task/11707/stat : 11707 (java) S 11638 11641 11038 0 -1 1077944384 1 13266 0 0 0 0 5 3 20 0 15 0 417062606 11079335936 9812 33554432000 4194304 4196468 140728866428256 140002610625072 140003444447874 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 39248 KiB

[startup+0.310316 s]*
/proc/loadavg: 1.44 1.31 1.25 5/227 11707
/proc/meminfo: memFree=24488700/32770624 swapFree=66957012/67108860
[pid=11641] ppid=11638 vsize=10820148 memory=50372 CPUtime=0.4 cores=0,2,4,6
/proc/11641/stat : 11641 (java) S 11638 11641 11038 0 -1 1077944320 10829 13266 0 0 29 3 5 3 20 0 15 0 417062591 11079831552 12593 33554432000 4194304 4196468 140728866428256 140728866410800 140003444436727 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
/proc/11641/statm: 2705037 12593 3303 1 0 2667149 0
[pid=11641/tid=11694] ppid=11638 vsize=10820148 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/11641/task/11694/stat : 11694 (java) R 11638 11641 11038 0 -1 4202560 7302 13266 0 0 19 2 5 3 20 0 15 0 417062600 11079831552 12593 33554432000 4194304 4196468 140728866428256 140003416236640 140003428517214 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11695] ppid=11638 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11641/task/11695/stat : 11695 (java) S 11638 11641 11038 0 -1 1077944384 1 13266 0 0 0 0 5 3 20 0 15 0 417062601 11079831552 12593 33554432000 4194304 4196468 140728866428256 140003448679440 140003444446933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11696] ppid=11638 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11641/task/11696/stat : 11696 (java) S 11638 11641 11038 0 -1 1077944384 2 13266 0 0 0 0 5 3 20 0 15 0 417062601 11079831552 12593 33554432000 4194304 4196468 140728866428256 140003336952976 140003444446933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11697] ppid=11638 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11641/task/11697/stat : 11697 (java) S 11638 11641 11038 0 -1 1077944384 1 13266 0 0 0 0 5 3 20 0 15 0 417062601 11079831552 12593 33554432000 4194304 4196468 140728866428256 140003335899920 140003444446933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11698] ppid=11638 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11641/task/11698/stat : 11698 (java) S 11638 11641 11038 0 -1 1077944384 2 13266 0 0 0 0 5 3 20 0 15 0 417062601 11079831552 12593 33554432000 4194304 4196468 140728866428256 140003334847376 140003444446933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11699] ppid=11638 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11641/task/11699/stat : 11699 (java) S 11638 11641 11038 0 -1 1077944384 2 13266 0 0 0 0 5 3 20 0 15 0 417062602 11079831552 12593 33554432000 4194304 4196468 140728866428256 140002716207344 140003444447874 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11700] ppid=11638 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/11641/task/11700/stat : 11700 (java) S 11638 11641 11038 0 -1 1077944384 13 13266 0 0 0 0 5 3 20 0 15 0 417062603 11079831552 12593 33554432000 4194304 4196468 140728866428256 140002646287520 140003444446933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11701] ppid=11638 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11641/task/11701/stat : 11701 (java) S 11638 11641 11038 0 -1 1077944384 1 13266 0 0 0 0 5 3 20 0 15 0 417062603 11079831552 12593 33554432000 4194304 4196468 140728866428256 140002512069360 140003444446933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11702] ppid=11638 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11641/task/11702/stat : 11702 (java) S 11638 11641 11038 0 -1 1077944384 3 13266 0 0 0 0 5 3 20 0 15 0 417062606 11079831552 12593 33554432000 4194304 4196468 140728866428256 140002003343312 140003444455323 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11703] ppid=11638 vsize=10820148 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/11641/task/11703/stat : 11703 (java) S 11638 11641 11038 0 -1 1077944384 630 13266 0 0 2 0 5 3 20 0 15 0 417062606 11079831552 12593 33554432000 4194304 4196468 140728866428256 140002715155184 140003444447874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11704] ppid=11638 vsize=10820148 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/11641/task/11704/stat : 11704 (java) S 11638 11641 11038 0 -1 1077944384 47 13266 0 0 1 0 5 3 20 0 15 0 417062606 11079831552 12593 33554432000 4194304 4196468 140728866428256 140002612730736 140003444447874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11705] ppid=11638 vsize=10820148 memory=140030449329792 CPUtime=0.13 cores=0,2,4,6
/proc/11641/task/11705/stat : 11705 (java) R 11638 11641 11038 0 -1 4202560 612 13266 0 0 5 0 5 3 20 0 15 0 417062606 11079831552 12593 33554432000 4194304 4196468 140728866428256 140002611677680 140003444458074 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11706] ppid=11638 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/11641/task/11706/stat : 11706 (java) S 11638 11641 11038 0 -1 1077944384 3 13266 0 0 0 0 5 3 20 0 15 0 417062606 11079831552 12593 33554432000 4194304 4196468 140728866428256 140001969785696 140003444446933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11707] ppid=11638 vsize=10820148 memory=140030449329792 CPUtime=0.08 cores=0,2,4,6
/proc/11641/task/11707/stat : 11707 (java) S 11638 11641 11038 0 -1 1077944384 1 13266 0 0 0 0 5 3 20 0 15 0 417062606 11079831552 12593 33554432000 4194304 4196468 140728866428256 140002610625072 140003444447874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 50372 KiB

[startup+0.709397 s]
/proc/loadavg: 1.44 1.31 1.25 4/227 11707
/proc/meminfo: memFree=24475240/32770624 swapFree=66957012/67108860
[pid=11641] ppid=11638 vsize=10824360 memory=83904 CPUtime=1.13 cores=0,2,4,6
/proc/11641/stat : 11641 (java) S 11638 11641 11038 0 -1 1077944320 15137 13266 0 0 101 4 5 3 20 0 15 0 417062591 11084144640 20976 33554432000 4194304 4196468 140728866428256 140728866410800 140003444436727 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
/proc/11641/statm: 2706090 20976 3512 1 0 2668173 0
[pid=11641/tid=11694] ppid=11638 vsize=10824360 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/11641/task/11694/stat : 11694 (java) R 11638 11641 11038 0 -1 4202560 10391 13266 0 0 56 3 5 3 20 0 15 0 417062600 11084144640 20976 33554432000 4194304 4196468 140728866428256 140003416258832 140003428517214 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11695] ppid=11638 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11641/task/11695/stat : 11695 (java) S 11638 11641 11038 0 -1 1077944384 1 13266 0 0 0 0 5 3 20 0 15 0 417062601 11084144640 20976 33554432000 4194304 4196468 140728866428256 140003448679440 140003444446933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11696] ppid=11638 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11641/task/11696/stat : 11696 (java) S 11638 11641 11038 0 -1 1077944384 2 13266 0 0 0 0 5 3 20 0 15 0 417062601 11084144640 20976 33554432000 4194304 4196468 140728866428256 140003336952976 140003444446933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11697] ppid=11638 vsize=10824360 memory=32804 CPUtime=0.08 cores=0,2,4,6
/proc/11641/task/11697/stat : 11697 (java) S 11638 11641 11038 0 -1 1077944384 1 13266 0 0 0 0 5 3 20 0 15 0 417062601 11084144640 20976 33554432000 4194304 4196468 140728866428256 140003335899920 140003444446933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11698] ppid=11638 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11641/task/11698/stat : 11698 (java) S 11638 11641 11038 0 -1 1077944384 2 13266 0 0 0 0 5 3 20 0 15 0 417062601 11084144640 20976 33554432000 4194304 4196468 140728866428256 140003334847376 140003444446933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11699] ppid=11638 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11641/task/11699/stat : 11699 (java) S 11638 11641 11038 0 -1 1077944384 5 13266 0 0 0 0 5 3 20 0 15 0 417062602 11084144640 20976 33554432000 4194304 4196468 140728866428256 140002716207344 140003444447874 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11700] ppid=11638 vsize=10824360 memory=140030295290576 CPUtime=0.08 cores=0,2,4,6
/proc/11641/task/11700/stat : 11700 (java) S 11638 11641 11038 0 -1 1077944384 13 13266 0 0 0 0 5 3 20 0 15 0 417062603 11084144640 20976 33554432000 4194304 4196468 140728866428256 140002646287520 140003444446933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11701] ppid=11638 vsize=10824360 memory=140033113719373 CPUtime=0.08 cores=0,2,4,6
/proc/11641/task/11701/stat : 11701 (java) S 11638 11641 11038 0 -1 1077944384 1 13266 0 0 0 0 5 3 20 0 15 0 417062603 11084144640 20976 33554432000 4194304 4196468 140728866428256 140002512069360 140003444446933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11702] ppid=11638 vsize=10824360 memory=1096 CPUtime=0.08 cores=0,2,4,6
/proc/11641/task/11702/stat : 11702 (java) S 11638 11641 11038 0 -1 1077944384 3 13266 0 0 0 0 5 3 20 0 15 0 417062606 11084144640 20976 33554432000 4194304 4196468 140728866428256 140002003343312 140003444455323 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11703] ppid=11638 vsize=10824360 memory=7089886620845893184 CPUtime=0.24 cores=0,2,4,6
/proc/11641/task/11703/stat : 11703 (java) S 11638 11641 11038 0 -1 1077944384 1189 13266 0 0 16 0 5 3 20 0 15 0 417062606 11084144640 20976 33554432000 4194304 4196468 140728866428256 140002715155184 140003444447874 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11704] ppid=11638 vsize=10824360 memory=7739276948478389095 CPUtime=0.18 cores=0,2,4,6
/proc/11641/task/11704/stat : 11704 (java) R 11638 11641 11038 0 -1 4202560 456 13266 0 0 10 0 5 3 20 0 15 0 417062606 11084144640 20976 33554432000 4194304 4196468 140728866428256 140002612717280 140003437542444 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11705] ppid=11638 vsize=10824360 memory=6148935659200796009 CPUtime=0.25 cores=0,2,4,6
/proc/11641/task/11705/stat : 11705 (java) S 11638 11641 11038 0 -1 1077944384 860 13266 0 0 17 0 5 3 20 0 15 0 417062606 11084144640 20976 33554432000 4194304 4196468 140728866428256 140002611677680 140003444447874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11706] ppid=11638 vsize=10824360 memory=3512 CPUtime=0.08 cores=0,2,4,6
/proc/11641/task/11706/stat : 11706 (java) S 11638 11641 11038 0 -1 1077944384 3 13266 0 0 0 0 5 3 20 0 15 0 417062606 11084144640 20976 33554432000 4194304 4196468 140728866428256 140001969785696 140003444446933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11707] ppid=11638 vsize=10824360 memory=2241 CPUtime=0.08 cores=0,2,4,6
/proc/11641/task/11707/stat : 11707 (java) S 11638 11641 11038 0 -1 1077944384 1 13266 0 0 0 0 5 3 20 0 15 0 417062606 11084144640 20976 33554432000 4194304 4196468 140728866428256 140002610625072 140003444447874 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 83904 KiB

[startup+1.50076 s]
/proc/loadavg: 1.44 1.31 1.25 6/227 11707
/proc/meminfo: memFree=24408348/32770624 swapFree=66957012/67108860
[pid=11641] ppid=11638 vsize=10830580 memory=226568 CPUtime=3.48 cores=0,2,4,6
/proc/11641/stat : 11641 (java) S 11638 11641 11038 0 -1 1077944320 25832 13266 0 0 331 9 5 3 20 0 15 0 417062591 11090513920 56642 33554432000 4194304 4196468 140728866428256 140728866410800 140003444436727 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
/proc/11641/statm: 2707645 56642 3577 1 0 2669709 0
[pid=11641/tid=11694] ppid=11638 vsize=10830580 memory=9174 CPUtime=1.45 cores=0,2,4,6
/proc/11641/task/11694/stat : 11694 (java) R 11638 11641 11038 0 -1 4202560 13412 13266 0 0 132 5 5 3 20 0 15 0 417062600 11090513920 56642 33554432000 4194304 4196468 140728866428256 140003416260944 140003428517214 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11695] ppid=11638 vsize=10830580 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/11641/task/11695/stat : 11695 (java) S 11638 11641 11038 0 -1 1077944384 46 13266 0 0 0 0 5 3 20 0 15 0 417062601 11090513920 56642 33554432000 4194304 4196468 140728866428256 140003448679440 140003444446933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11696] ppid=11638 vsize=10830580 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11641/task/11696/stat : 11696 (java) S 11638 11641 11038 0 -1 1077944384 319 13266 0 0 0 0 5 3 20 0 15 0 417062601 11090513920 56642 33554432000 4194304 4196468 140728866428256 140003336952976 140003444446933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11697] ppid=11638 vsize=10830580 memory=999 CPUtime=0.08 cores=0,2,4,6
/proc/11641/task/11697/stat : 11697 (java) S 11638 11641 11038 0 -1 1077944384 62 13266 0 0 0 0 5 3 20 0 15 0 417062601 11090513920 56642 33554432000 4194304 4196468 140728866428256 140003335899920 140003444446933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11698] ppid=11638 vsize=10830580 memory=83904 CPUtime=0.08 cores=0,2,4,6
/proc/11641/task/11698/stat : 11698 (java) S 11638 11641 11038 0 -1 1077944384 11 13266 0 0 0 0 5 3 20 0 15 0 417062601 11090513920 56642 33554432000 4194304 4196468 140728866428256 140003334847376 140003444446933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11699] ppid=11638 vsize=10830580 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11641/task/11699/stat : 11699 (java) S 11638 11641 11038 0 -1 1077944384 98 13266 0 0 0 0 5 3 20 0 15 0 417062602 11090513920 56642 33554432000 4194304 4196468 140728866428256 140002716207344 140003444447874 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11700] ppid=11638 vsize=10830580 memory=280060590522864 CPUtime=0.08 cores=0,2,4,6
/proc/11641/task/11700/stat : 11700 (java) S 11638 11641 11038 0 -1 1077944384 13 13266 0 0 0 0 5 3 20 0 15 0 417062603 11090513920 56642 33554432000 4194304 4196468 140728866428256 140002646287520 140003444446933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11701] ppid=11638 vsize=10830580 memory=280060590573664 CPUtime=0.08 cores=0,2,4,6
/proc/11641/task/11701/stat : 11701 (java) S 11638 11641 11038 0 -1 1077944384 1 13266 0 0 0 0 5 3 20 0 15 0 417062603 11090513920 56642 33554432000 4194304 4196468 140728866428256 140002512069360 140003444446933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11702] ppid=11638 vsize=10830580 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/11641/task/11702/stat : 11702 (java) S 11638 11641 11038 0 -1 1077944384 3 13266 0 0 0 0 5 3 20 0 15 0 417062606 11090513920 56642 33554432000 4194304 4196468 140728866428256 140002003343312 140003444455323 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11703] ppid=11638 vsize=10830580 memory=6935649255759568960 CPUtime=0.83 cores=0,2,4,6
/proc/11641/task/11703/stat : 11703 (java) S 11638 11641 11038 0 -1 1077944384 3835 13266 0 0 75 0 5 3 20 0 15 0 417062606 11090513920 56642 33554432000 4194304 4196468 140728866428256 140002715155184 140003444447874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11704] ppid=11638 vsize=10830580 memory=280060590857088 CPUtime=0.79 cores=0,2,4,6
/proc/11641/task/11704/stat : 11704 (java) R 11638 11641 11038 0 -1 4202560 2972 13266 0 0 71 0 5 3 20 0 15 0 417062606 11090513920 56642 33554432000 4194304 4196468 140728866428256 140002612730736 140003425616346 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11705] ppid=11638 vsize=10830580 memory=6944656425123290226 CPUtime=0.56 cores=0,2,4,6
/proc/11641/task/11705/stat : 11705 (java) S 11638 11641 11038 0 -1 1077944384 2849 13266 0 0 48 0 5 3 20 0 15 0 417062606 11090513920 56642 33554432000 4194304 4196468 140728866428256 140002611677680 140003444447874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11706] ppid=11638 vsize=10830580 memory=-7233780906022716832 CPUtime=0.08 cores=0,2,4,6
/proc/11641/task/11706/stat : 11706 (java) S 11638 11641 11038 0 -1 1077944384 3 13266 0 0 0 0 5 3 20 0 15 0 417062606 11090513920 56642 33554432000 4194304 4196468 140728866428256 140001969785696 140003444446933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11707] ppid=11638 vsize=10830580 memory=-7522837583129502606 CPUtime=0.08 cores=0,2,4,6
/proc/11641/task/11707/stat : 11707 (java) S 11638 11641 11038 0 -1 1077944384 1 13266 0 0 0 0 5 3 20 0 15 0 417062606 11090513920 56642 33554432000 4194304 4196468 140728866428256 140002610625072 140003444447874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
Current children cumulated CPU time: 3.48 s
Current children cumulated vsize: 10830580 KiB

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

/proc/11641/task/11694/stat : 11694 (java) R 11638 11641 11038 0 -1 4202560 72240 13266 0 0 230514 40 5 3 20 0 15 0 417062600 11109408768 89621 33554432000 4194304 4196468 140728866428256 140003416272176 140003009138583 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11695] ppid=11638 vsize=10849032 memory=358484 CPUtime=9.7 cores=0,2,4,6
/proc/11641/task/11695/stat : 11695 (java) S 11638 11641 11038 0 -1 1077944384 16826 13266 0 0 924 38 5 3 20 0 15 0 417062601 11109408768 89621 33554432000 4194304 4196468 140728866428256 140003448679440 140003444446933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11696] ppid=11638 vsize=10849032 memory=358484 CPUtime=9.67 cores=0,2,4,6
/proc/11641/task/11696/stat : 11696 (java) S 11638 11641 11038 0 -1 1077944384 18362 13266 0 0 922 37 5 3 20 0 15 0 417062601 11109408768 89621 33554432000 4194304 4196468 140728866428256 140003336952976 140003444446933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11697] ppid=11638 vsize=10849032 memory=358484 CPUtime=9.68 cores=0,2,4,6
/proc/11641/task/11697/stat : 11697 (java) S 11638 11641 11038 0 -1 1077944384 14533 13266 0 0 922 38 5 3 20 0 15 0 417062601 11109408768 89621 33554432000 4194304 4196468 140728866428256 140003335899920 140003444446933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11698] ppid=11638 vsize=10849032 memory=358484 CPUtime=9.62 cores=0,2,4,6
/proc/11641/task/11698/stat : 11698 (java) S 11638 11641 11038 0 -1 1077944384 16507 13266 0 0 919 35 5 3 20 0 15 0 417062601 11109408768 89621 33554432000 4194304 4196468 140728866428256 140003334847376 140003444446933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11699] ppid=11638 vsize=10849032 memory=358484 CPUtime=5.2 cores=0,2,4,6
/proc/11641/task/11699/stat : 11699 (java) S 11638 11641 11038 0 -1 1077944384 13074 13266 0 0 470 42 5 3 20 0 15 0 417062602 11109408768 89621 33554432000 4194304 4196468 140728866428256 140002716207344 140003444447874 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11700] ppid=11638 vsize=10849032 memory=358484 CPUtime=0.08 cores=0,2,4,6
/proc/11641/task/11700/stat : 11700 (java) S 11638 11641 11038 0 -1 1077944384 26 13266 0 0 0 0 5 3 20 0 15 0 417062603 11109408768 89621 33554432000 4194304 4196468 140728866428256 140002646287584 140003444446933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11701] ppid=11638 vsize=10849032 memory=358484 CPUtime=0.08 cores=0,2,4,6
/proc/11641/task/11701/stat : 11701 (java) S 11638 11641 11038 0 -1 1077944384 8 13266 0 0 0 0 5 3 20 0 15 0 417062603 11109408768 89621 33554432000 4194304 4196468 140728866428256 140002512069376 140003444446933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11702] ppid=11638 vsize=10849032 memory=8 CPUtime=0.08 cores=0,2,4,6
/proc/11641/task/11702/stat : 11702 (java) S 11638 11641 11038 0 -1 1077944384 3 13266 0 0 0 0 5 3 20 0 15 0 417062606 11109408768 89621 33554432000 4194304 4196468 140728866428256 140002003343312 140003444455323 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11703] ppid=11638 vsize=10849032 memory=358484 CPUtime=9.63 cores=0,2,4,6
/proc/11641/task/11703/stat : 11703 (java) S 11638 11641 11038 0 -1 1077944384 47624 13266 0 0 950 5 5 3 20 0 15 0 417062606 11109408768 89621 33554432000 4194304 4196468 140728866428256 140002715155184 140003444447874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11704] ppid=11638 vsize=10849032 memory=358484 CPUtime=9.33 cores=0,2,4,6
/proc/11641/task/11704/stat : 11704 (java) S 11638 11641 11038 0 -1 1077944384 46156 13266 0 0 920 5 5 3 20 0 15 0 417062606 11109408768 89621 33554432000 4194304 4196468 140728866428256 140002612730736 140003444447874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11705] ppid=11638 vsize=10849032 memory=358484 CPUtime=3.08 cores=0,2,4,6
/proc/11641/task/11705/stat : 11705 (java) S 11638 11641 11038 0 -1 1077944384 27733 13266 0 0 296 4 5 3 20 0 15 0 417062606 11109408768 89621 33554432000 4194304 4196468 140728866428256 140002611677680 140003444447874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11706] ppid=11638 vsize=10849032 memory=40480 CPUtime=0.08 cores=0,2,4,6
/proc/11641/task/11706/stat : 11706 (java) S 11638 11641 11038 0 -1 1077944384 3 13266 0 0 0 0 5 3 20 0 15 0 417062606 11109408768 89621 33554432000 4194304 4196468 140728866428256 140001969785696 140003444446933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11707] ppid=11638 vsize=10849032 memory=2020 CPUtime=1.44 cores=0,2,4,6
/proc/11641/task/11707/stat : 11707 (java) S 11638 11641 11038 0 -1 1077944384 1871 13266 0 0 67 69 5 3 20 0 15 0 417062606 11109408768 89621 33554432000 4194304 4196468 140728866428256 140002610625072 140003444447874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
Current children cumulated CPU time: 2372.38 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 358484 KiB

[startup+2382.3 s]
/proc/loadavg: 1.39 1.38 1.37 3/228 12097
/proc/meminfo: memFree=25793432/32770624 swapFree=66957012/67108860
[pid=11641] ppid=11638 vsize=10849032 memory=362020 CPUtime=2433.17 cores=0,2,4,6
/proc/11641/stat : 11641 (java) S 11638 11641 11038 0 -1 1077944320 278828 13266 0 0 243020 289 5 3 20 0 15 0 417062591 11109408768 90505 33554432000 4194304 4196468 140728866428256 140728866410800 140003444436727 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
/proc/11641/statm: 2712258 90505 3641 1 0 2674317 0
[pid=11641/tid=11694] ppid=11638 vsize=10849032 memory=361892 CPUtime=2365.17 cores=0,2,4,6
/proc/11641/task/11694/stat : 11694 (java) R 11638 11641 11038 0 -1 4202560 72954 13266 0 0 236469 40 5 3 20 0 15 0 417062600 11109408768 90505 33554432000 4194304 4196468 140728866428256 140003416272592 140003006756913 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11695] ppid=11638 vsize=10849032 memory=361892 CPUtime=9.97 cores=0,2,4,6
/proc/11641/task/11695/stat : 11695 (java) S 11638 11641 11038 0 -1 1077944384 16951 13266 0 0 950 39 5 3 20 0 15 0 417062601 11109408768 90505 33554432000 4194304 4196468 140728866428256 140003448679440 140003444446933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11696] ppid=11638 vsize=10849032 memory=361892 CPUtime=9.93 cores=0,2,4,6
/proc/11641/task/11696/stat : 11696 (java) S 11638 11641 11038 0 -1 1077944384 18481 13266 0 0 947 38 5 3 20 0 15 0 417062601 11109408768 90505 33554432000 4194304 4196468 140728866428256 140003336952976 140003444446933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11697] ppid=11638 vsize=10849032 memory=361892 CPUtime=9.94 cores=0,2,4,6
/proc/11641/task/11697/stat : 11697 (java) S 11638 11641 11038 0 -1 1077944384 14681 13266 0 0 948 38 5 3 20 0 15 0 417062601 11109408768 90505 33554432000 4194304 4196468 140728866428256 140003335899920 140003444446933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11698] ppid=11638 vsize=10849032 memory=362020 CPUtime=9.88 cores=0,2,4,6
/proc/11641/task/11698/stat : 11698 (java) S 11638 11641 11038 0 -1 1077944384 16889 13266 0 0 945 35 5 3 20 0 15 0 417062601 11109408768 90505 33554432000 4194304 4196468 140728866428256 140003334847376 140003444446933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11699] ppid=11638 vsize=10849032 memory=362020 CPUtime=5.35 cores=0,2,4,6
/proc/11641/task/11699/stat : 11699 (java) S 11638 11641 11038 0 -1 1077944384 13227 13266 0 0 483 44 5 3 20 0 15 0 417062602 11109408768 90505 33554432000 4194304 4196468 140728866428256 140002716207344 140003444447874 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11700] ppid=11638 vsize=10849032 memory=362020 CPUtime=0.08 cores=0,2,4,6
/proc/11641/task/11700/stat : 11700 (java) S 11638 11641 11038 0 -1 1077944384 26 13266 0 0 0 0 5 3 20 0 15 0 417062603 11109408768 90505 33554432000 4194304 4196468 140728866428256 140002646287584 140003444446933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11701] ppid=11638 vsize=10849032 memory=359168 CPUtime=0.08 cores=0,2,4,6
/proc/11641/task/11701/stat : 11701 (java) S 11638 11641 11038 0 -1 1077944384 8 13266 0 0 0 0 5 3 20 0 15 0 417062603 11109408768 90505 33554432000 4194304 4196468 140728866428256 140002512069376 140003444446933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11702] ppid=11638 vsize=10849032 memory=21660 CPUtime=0.08 cores=0,2,4,6
/proc/11641/task/11702/stat : 11702 (java) S 11638 11641 11038 0 -1 1077944384 3 13266 0 0 0 0 5 3 20 0 15 0 417062606 11109408768 90505 33554432000 4194304 4196468 140728866428256 140002003343312 140003444455323 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11703] ppid=11638 vsize=10849032 memory=361892 CPUtime=9.63 cores=0,2,4,6
/proc/11641/task/11703/stat : 11703 (java) S 11638 11641 11038 0 -1 1077944384 47626 13266 0 0 950 5 5 3 20 0 15 0 417062606 11109408768 90505 33554432000 4194304 4196468 140728866428256 140002715155184 140003444447874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11704] ppid=11638 vsize=10849032 memory=361892 CPUtime=9.33 cores=0,2,4,6
/proc/11641/task/11704/stat : 11704 (java) S 11638 11641 11038 0 -1 1077944384 46158 13266 0 0 920 5 5 3 20 0 15 0 417062606 11109408768 90505 33554432000 4194304 4196468 140728866428256 140002612730736 140003444447874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11705] ppid=11638 vsize=10849032 memory=362020 CPUtime=3.08 cores=0,2,4,6
/proc/11641/task/11705/stat : 11705 (java) S 11638 11641 11038 0 -1 1077944384 27735 13266 0 0 296 4 5 3 20 0 15 0 417062606 11109408768 90505 33554432000 4194304 4196468 140728866428256 140002611677680 140003444447874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11706] ppid=11638 vsize=10849032 memory=776 CPUtime=0.08 cores=0,2,4,6
/proc/11641/task/11706/stat : 11706 (java) S 11638 11641 11038 0 -1 1077944384 3 13266 0 0 0 0 5 3 20 0 15 0 417062606 11109408768 90505 33554432000 4194304 4196468 140728866428256 140001969785696 140003444446933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11707] ppid=11638 vsize=10849032 memory=111632 CPUtime=1.48 cores=0,2,4,6
/proc/11641/task/11707/stat : 11707 (java) S 11638 11641 11038 0 -1 1077944384 1876 13266 0 0 68 72 5 3 20 0 15 0 417062606 11109408768 90505 33554432000 4194304 4196468 140728866428256 140002610625072 140003444447874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
Current children cumulated CPU time: 2433.17 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 362020 KiB

[startup+2442.3 s]
/proc/loadavg: 1.30 1.36 1.36 3/228 12101
/proc/meminfo: memFree=25788624/32770624 swapFree=66957012/67108860
[pid=11641] ppid=11638 vsize=10849032 memory=363980 CPUtime=2493.88 cores=0,2,4,6
/proc/11641/stat : 11641 (java) S 11638 11641 11038 0 -1 1077944320 279985 13266 0 0 249086 294 5 3 20 0 15 0 417062591 11109408768 90995 33554432000 4194304 4196468 140728866428256 140728866410800 140003444436727 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
/proc/11641/statm: 2712258 90995 3641 1 0 2674317 0
[pid=11641/tid=11694] ppid=11638 vsize=10849032 memory=365000 CPUtime=2424.72 cores=0,2,4,6
/proc/11641/task/11694/stat : 11694 (java) R 11638 11641 11038 0 -1 4202560 73683 13266 0 0 242423 41 5 3 20 0 15 0 417062600 11109408768 90995 33554432000 4194304 4196468 140728866428256 140003416272176 140003012558644 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11695] ppid=11638 vsize=10849032 memory=365000 CPUtime=10.23 cores=0,2,4,6
/proc/11641/task/11695/stat : 11695 (java) S 11638 11641 11038 0 -1 1077944384 17087 13266 0 0 975 40 5 3 20 0 15 0 417062601 11109408768 90995 33554432000 4194304 4196468 140728866428256 140003448679440 140003444446933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11696] ppid=11638 vsize=10849032 memory=365000 CPUtime=10.19 cores=0,2,4,6
/proc/11641/task/11696/stat : 11696 (java) S 11638 11641 11038 0 -1 1077944384 18622 13266 0 0 972 39 5 3 20 0 15 0 417062601 11109408768 90995 33554432000 4194304 4196468 140728866428256 140003336952976 140003444446933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11697] ppid=11638 vsize=10849032 memory=365000 CPUtime=10.19 cores=0,2,4,6
/proc/11641/task/11697/stat : 11697 (java) S 11638 11641 11038 0 -1 1077944384 14721 13266 0 0 972 39 5 3 20 0 15 0 417062601 11109408768 90995 33554432000 4194304 4196468 140728866428256 140003335899920 140003444446933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11698] ppid=11638 vsize=10849032 memory=365000 CPUtime=10.12 cores=0,2,4,6
/proc/11641/task/11698/stat : 11698 (java) S 11638 11641 11038 0 -1 1077944384 16911 13266 0 0 968 36 5 3 20 0 15 0 417062601 11109408768 90995 33554432000 4194304 4196468 140728866428256 140003334847376 140003444446933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11699] ppid=11638 vsize=10849032 memory=365000 CPUtime=5.47 cores=0,2,4,6
/proc/11641/task/11699/stat : 11699 (java) S 11638 11641 11038 0 -1 1077944384 13300 13266 0 0 495 44 5 3 20 0 15 0 417062602 11109408768 90995 33554432000 4194304 4196468 140728866428256 140002716207344 140003444447874 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11700] ppid=11638 vsize=10849032 memory=365000 CPUtime=0.08 cores=0,2,4,6
/proc/11641/task/11700/stat : 11700 (java) S 11638 11641 11038 0 -1 1077944384 26 13266 0 0 0 0 5 3 20 0 15 0 417062603 11109408768 90995 33554432000 4194304 4196468 140728866428256 140002646287584 140003444446933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11701] ppid=11638 vsize=10849032 memory=365000 CPUtime=0.08 cores=0,2,4,6
/proc/11641/task/11701/stat : 11701 (java) S 11638 11641 11038 0 -1 1077944384 8 13266 0 0 0 0 5 3 20 0 15 0 417062603 11109408768 90995 33554432000 4194304 4196468 140728866428256 140002512069376 140003444446933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11702] ppid=11638 vsize=10849032 memory=365004 CPUtime=0.08 cores=0,2,4,6
/proc/11641/task/11702/stat : 11702 (java) S 11638 11641 11038 0 -1 1077944384 3 13266 0 0 0 0 5 3 20 0 15 0 417062606 11109408768 90995 33554432000 4194304 4196468 140728866428256 140002003343312 140003444455323 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11703] ppid=11638 vsize=10849032 memory=365000 CPUtime=9.63 cores=0,2,4,6
/proc/11641/task/11703/stat : 11703 (java) S 11638 11641 11038 0 -1 1077944384 47626 13266 0 0 950 5 5 3 20 0 15 0 417062606 11109408768 90995 33554432000 4194304 4196468 140728866428256 140002715155184 140003444447874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11704] ppid=11638 vsize=10849032 memory=363980 CPUtime=9.33 cores=0,2,4,6
/proc/11641/task/11704/stat : 11704 (java) S 11638 11641 11038 0 -1 1077944384 46158 13266 0 0 920 5 5 3 20 0 15 0 417062606 11109408768 90995 33554432000 4194304 4196468 140728866428256 140002612730736 140003444447874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11705] ppid=11638 vsize=10849032 memory=363980 CPUtime=3.09 cores=0,2,4,6
/proc/11641/task/11705/stat : 11705 (java) S 11638 11641 11038 0 -1 1077944384 27735 13266 0 0 297 4 5 3 20 0 15 0 417062606 11109408768 90995 33554432000 4194304 4196468 140728866428256 140002611677680 140003444447874 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11706] ppid=11638 vsize=10849032 memory=365000 CPUtime=0.08 cores=0,2,4,6
/proc/11641/task/11706/stat : 11706 (java) S 11638 11641 11038 0 -1 1077944384 3 13266 0 0 0 0 5 3 20 0 15 0 417062606 11109408768 90995 33554432000 4194304 4196468 140728866428256 140001969785696 140003444446933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11707] ppid=11638 vsize=10849032 memory=2828 CPUtime=1.51 cores=0,2,4,6
/proc/11641/task/11707/stat : 11707 (java) S 11638 11641 11038 0 -1 1077944384 1892 13266 0 0 70 73 5 3 20 0 15 0 417062606 11109408768 90995 33554432000 4194304 4196468 140728866428256 140002610625072 140003444447874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
Current children cumulated CPU time: 2493.88 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 363980 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2468.2 s]
/proc/loadavg: 1.28 1.35 1.35 3/228 12104
/proc/meminfo: memFree=25791992/32770624 swapFree=66957012/67108860
[pid=11641] ppid=11638 vsize=10849032 memory=363612 CPUtime=2520.08 cores=0,2,4,6
/proc/11641/stat : 11641 (java) S 11638 11641 11038 0 -1 1077944320 281884 13266 0 0 251704 296 5 3 20 0 15 0 417062591 11109408768 90903 33554432000 4194304 4196468 140728866428256 140728866410800 140003444436727 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
/proc/11641/statm: 2712258 90903 3641 1 0 2674317 0
[pid=11641/tid=11694] ppid=11638 vsize=10849032 memory=4126316290023845779 CPUtime=2450.42 cores=0,2,4,6
/proc/11641/task/11694/stat : 11694 (java) R 11638 11641 11038 0 -1 4202560 74794 13266 0 0 244993 41 5 3 20 0 15 0 417062600 11109408768 90903 33554432000 4194304 4196468 140728866428256 140003416271504 140003020224897 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11695] ppid=11638 vsize=10849032 memory=2624 CPUtime=10.33 cores=0,2,4,6
/proc/11641/task/11695/stat : 11695 (java) S 11638 11641 11038 0 -1 1077944384 17185 13266 0 0 985 40 5 3 20 0 15 0 417062601 11109408768 90903 33554432000 4194304 4196468 140728866428256 140003448679440 140003444446933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11696] ppid=11638 vsize=10849032 memory=2608 CPUtime=10.29 cores=0,2,4,6
/proc/11641/task/11696/stat : 11696 (java) S 11638 11641 11038 0 -1 1077944384 18713 13266 0 0 982 39 5 3 20 0 15 0 417062601 11109408768 90903 33554432000 4194304 4196468 140728866428256 140003336952976 140003444446933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11697] ppid=11638 vsize=10849032 memory=1408 CPUtime=10.3 cores=0,2,4,6
/proc/11641/task/11697/stat : 11697 (java) S 11638 11641 11038 0 -1 1077944384 15004 13266 0 0 983 39 5 3 20 0 15 0 417062601 11109408768 90903 33554432000 4194304 4196468 140728866428256 140003335899920 140003444446933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11698] ppid=11638 vsize=10849032 memory=3244 CPUtime=10.22 cores=0,2,4,6
/proc/11641/task/11698/stat : 11698 (java) S 11638 11641 11038 0 -1 1077944384 17070 13266 0 0 978 36 5 3 20 0 15 0 417062601 11109408768 90903 33554432000 4194304 4196468 140728866428256 140003334847376 140003444446933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11699] ppid=11638 vsize=10849032 memory=363612 CPUtime=5.54 cores=0,2,4,6
/proc/11641/task/11699/stat : 11699 (java) S 11638 11641 11038 0 -1 1077944384 13447 13266 0 0 501 45 5 3 20 0 15 0 417062602 11109408768 90903 33554432000 4194304 4196468 140728866428256 140002716207344 140003444447874 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11700] ppid=11638 vsize=10849032 memory=1408 CPUtime=0.08 cores=0,2,4,6
/proc/11641/task/11700/stat : 11700 (java) S 11638 11641 11038 0 -1 1077944384 26 13266 0 0 0 0 5 3 20 0 15 0 417062603 11109408768 90903 33554432000 4194304 4196468 140728866428256 140002646287584 140003444446933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11701] ppid=11638 vsize=10849032 memory=3212 CPUtime=0.08 cores=0,2,4,6
/proc/11641/task/11701/stat : 11701 (java) S 11638 11641 11038 0 -1 1077944384 8 13266 0 0 0 0 5 3 20 0 15 0 417062603 11109408768 90903 33554432000 4194304 4196468 140728866428256 140002512069376 140003444446933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11702] ppid=11638 vsize=10849032 memory=676764 CPUtime=0.08 cores=0,2,4,6
/proc/11641/task/11702/stat : 11702 (java) S 11638 11641 11038 0 -1 1077944384 3 13266 0 0 0 0 5 3 20 0 15 0 417062606 11109408768 90903 33554432000 4194304 4196468 140728866428256 140002003343312 140003444455323 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11703] ppid=11638 vsize=10849032 memory=288230574492221466 CPUtime=9.63 cores=0,2,4,6
/proc/11641/task/11703/stat : 11703 (java) S 11638 11641 11038 0 -1 1077944384 47628 13266 0 0 950 5 5 3 20 0 15 0 417062606 11109408768 90903 33554432000 4194304 4196468 140728866428256 140002715155184 140003444447874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11704] ppid=11638 vsize=10849032 memory=288230617509003574 CPUtime=9.33 cores=0,2,4,6
/proc/11641/task/11704/stat : 11704 (java) S 11638 11641 11038 0 -1 1077944384 46160 13266 0 0 920 5 5 3 20 0 15 0 417062606 11109408768 90903 33554432000 4194304 4196468 140728866428256 140002612730736 140003444447874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11705] ppid=11638 vsize=10849032 memory=14689690934577591 CPUtime=3.09 cores=0,2,4,6
/proc/11641/task/11705/stat : 11705 (java) S 11638 11641 11038 0 -1 1077944384 27737 13266 0 0 297 4 5 3 20 0 15 0 417062606 11109408768 90903 33554432000 4194304 4196468 140728866428256 140002611677680 140003444447874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11706] ppid=11638 vsize=10849032 memory=492 CPUtime=0.08 cores=0,2,4,6
/proc/11641/task/11706/stat : 11706 (java) S 11638 11641 11038 0 -1 1077944384 3 13266 0 0 0 0 5 3 20 0 15 0 417062606 11109408768 90903 33554432000 4194304 4196468 140728866428256 140001969785696 140003444446933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
[pid=11641/tid=11707] ppid=11638 vsize=10849032 memory=1560 CPUtime=1.52 cores=0,2,4,6
/proc/11641/task/11707/stat : 11707 (java) S 11638 11641 11038 0 -1 1077944384 1896 13266 0 0 70 74 5 3 20 0 15 0 417062606 11109408768 90903 33554432000 4194304 4196468 140728866428256 140002610625072 140003444447874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7356416 140728866433776 140728866436293 140728866436293 140728866439119 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 363612 KiB

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

[startup+2468.25 s]
# the end of solver process 11641 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.14 s, system=2.99951 s

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

Child status: 143
Real time (s): 2468.25
CPU time (s): 2520.14
CPU user time (s): 2517.14
CPU system time (s): 2.99951
CPU usage (%): 102.103
Max. virtual memory (cumulated for all children) (KiB): 10849608
Max. memory (cumulated for all children) (KiB): 1624264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.14
system time used= 2.99951
maximum resident set size= 1625856
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 296106
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2992
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 169206
involuntary context switches= 5707


# summary of solver processes directly reported to runsolver:
#   pid: 11641
#   total CPU time (s): 2520.14
#   total CPU user time (s): 2517.14
#   total CPU system time (s): 2.99951

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.9403 second user time and 22.2836 second system time

The end

Launcher Data

Begin job on node147 at 2019-09-13 23:50:44
IDJOB=4395934
IDBENCH=139208
IDSOLVER=2846
FILE ID=node147/4395934-1568411487
RUNJOBID= node147-1568410511-11069
PBS_JOBID= 21702193
Free space on /tmp= 58844 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Fischer/Fischer-m1-s1/Fischer-06-08-fair.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4395934-1568411487/watcher-4395934-1568411487 -o /tmp/evaluation-result-4395934-1568411487/solver-4395934-1568411487 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node147-1568410511-11069 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=848655287 HOME/instance-4395934-1568411487.xml

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

MD5SUM BENCH= 5071358861b345173fede4f5b8bc080d
RANDOM SEED=848655287

node147.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.52
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.52
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.52
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.52
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:        24528160 kB
MemAvailable:   29530756 kB
Buffers:          181144 kB
Cached:          5049388 kB
SwapCached:        48500 kB
Active:          4354380 kB
Inactive:        3206624 kB
Active(anon):    2282872 kB
Inactive(anon):    89344 kB
Active(file):    2071508 kB
Inactive(file):  3117280 kB
Unevictable:      107760 kB
Mlocked:          107760 kB
SwapTotal:      67108860 kB
SwapFree:       66957012 kB
Dirty:             36160 kB
Writeback:             0 kB
AnonPages:       2394052 kB
Mapped:            58256 kB
Shmem:             32768 kB
Slab:             271884 kB
SReclaimable:     242268 kB
SUnreclaim:        29616 kB
KernelStack:        3712 kB
PageTables:        10588 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3447724 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2232320 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 58808 MiB
End job on node147 at 2019-09-14 00:31:53