Trace number 4402671

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.3? (TO) 2520.12 2474.83

General information on the benchmark

NameXCSP19/hcp/
graph249.xml
MD5SUM9deb1a9239474f0b39e24b397fc75368
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 benchmark37.7136
Satisfiable
(Un)Satisfiability was proved
Number of variables1558
Number of constraints1
Number of domains1558
Minimum domain size3
Maximum domain size4
Distribution of domain sizes[{"size":3,"count":1556},{"size":4,"count":2}]
Minimum variable degree1
Maximum variable degree1
Distribution of variable degrees[{"degree":1,"count":1558}]
Minimum constraint arity1558
Maximum constraint arity1558
Distribution of constraint arities[{"arity":1558,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"circuit","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.79/0.56	c Concrete v3.12.3.1568965526260 running
2520.07/2474.81	Exception in thread "main" java.util.concurrent.TimeoutException
2520.07/2474.81		at concrete.MAC.mac(MAC.scala:192)
2520.07/2474.81		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.07/2474.81		at scala.util.Try$.apply(Try.scala:210)
2520.07/2474.81		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.07/2474.81		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.07/2474.81		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.07/2474.81		at concrete.MAC.oneRun(MAC.scala:265)
2520.07/2474.81		at concrete.MAC.nextSolution(MAC.scala:284)
2520.07/2474.81		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:350)
2520.07/2474.81		at concrete.ProblemState.map(ProblemState.scala:238)
2520.07/2474.81		at concrete.ProblemState.map(ProblemState.scala:212)
2520.07/2474.81		at concrete.MAC.nextSolution(MAC.scala:348)
2520.07/2474.81		at concrete.Solver.hasNext(Solver.scala:160)
2520.07/2474.81		at scala.collection.Iterator.nextOption(Iterator.scala:102)
2520.07/2474.81		at scala.collection.Iterator.nextOption$(Iterator.scala:102)
2520.07/2474.81		at concrete.Solver.nextOption(Solver.scala:67)
2520.07/2474.81		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:78)
2520.07/2474.81		at scala.util.Success.map(Try.scala:262)
2520.07/2474.81		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.07/2474.81		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.07/2474.81		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.07/2474.81		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.07/2474.81		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.07/2474.81		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.07/2474.81		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.07/2474.81		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.07/2474.81		at scala.App.$anonfun$main$1(App.scala:73)
2520.07/2474.81		at scala.App.$anonfun$main$1$adapted(App.scala:73)
2520.07/2474.81		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2520.07/2474.81		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2520.07/2474.81		at scala.collection.AbstractIterable.foreach(Iterable.scala:921)
2520.07/2474.81		at scala.App.main(App.scala:73)
2520.07/2474.81		at scala.App.main$(App.scala:71)
2520.07/2474.81		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.07/2474.81		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.07/2474.81	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 (4689 MiB free)
  memory of node 1: 16384 MiB (5051 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402671-1568988380/watcher-4402671-1568988380 -o /var/tmp/evaluation-result-4402671-1568988380/solver-4402671-1568988380 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node105-1568963940-19973 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=2047248357 HOME/instance-4402671-1568988380.xml 

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

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

solver pid=26098, runsolver pid=26095

[startup+0.109941 s]*
/proc/loadavg: 1.39 1.42 1.43 3/218 26155
/proc/meminfo: memFree=9968328/32770624 swapFree=66955296/67108860
[pid=26098] ppid=26095 vsize=10355560 memory=18812 CPUtime=0.11 cores=1,3,5,7
/proc/26098/stat : 26098 (java) S 26095 26098 19941 0 -1 1077944320 4986 12993 0 0 2 1 5 3 20 0 9 0 475096007 10604093440 4703 33554432000 4194304 4196468 140728382245296 140728382227840 140711850299127 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
/proc/26098/statm: 2588890 4703 2103 1 0 2551431 0
[pid=26098/tid=26151] ppid=26095 vsize=10355560 memory=-8617482348318186131 CPUtime=0.09 cores=1,3,5,7
/proc/26098/task/26151/stat : 26151 (java) R 26095 26098 19941 0 -1 4202560 2748 12993 0 0 1 0 5 3 20 0 9 0 475096016 10604093440 4703 33554432000 4194304 4196468 140728382245296 140711822135152 140711834379614 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26152] ppid=26095 vsize=10355560 memory=-9181546050914066336 CPUtime=0.08 cores=1,3,5,7
/proc/26098/task/26152/stat : 26152 (java) S 26095 26098 19941 0 -1 1077944384 1 12993 0 0 0 0 5 3 20 0 9 0 475096016 10604093440 4703 33554432000 4194304 4196468 140728382245296 140711854541712 140711850309333 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26153] ppid=26095 vsize=10355560 memory=140212516013696 CPUtime=0.08 cores=1,3,5,7
/proc/26098/task/26153/stat : 26153 (java) S 26095 26098 19941 0 -1 1077944384 1 12993 0 0 0 0 5 3 20 0 9 0 475096016 10604093440 4703 33554432000 4194304 4196468 140728382245296 140711423249168 140711850309333 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26154] ppid=26095 vsize=10355560 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26098/task/26154/stat : 26154 (java) S 26095 26098 19941 0 -1 1077944384 1 12993 0 0 0 0 5 3 20 0 9 0 475096016 10604093440 4703 33554432000 4194304 4196468 140728382245296 140711422196880 140711850309333 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26155] ppid=26095 vsize=10355560 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/26098/task/26155/stat : 26155 (java) S 26095 26098 19941 0 -1 1077944384 2 12993 0 0 0 0 5 3 20 0 9 0 475096016 10604093440 4703 33554432000 4194304 4196468 140728382245296 140711421144080 140711850309333 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26156] ppid=26095 vsize=10355560 memory=140212516013696 CPUtime=0.08 cores=1,3,5,7
/proc/26098/task/26156/stat : 26156 (java) S 26095 26098 19941 0 -1 1077944384 2 12993 0 0 0 0 5 3 20 0 9 0 475096018 10604093440 4703 33554432000 4194304 4196468 140728382245296 140711309576304 140711850310274 0 0 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26157] ppid=26095 vsize=10355560 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/26098/task/26157/stat : 26157 (java) S 26095 26098 19941 0 -1 1077944384 33 12993 0 0 0 0 5 3 20 0 9 0 475096018 10604093440 4703 33554432000 4194304 4196468 140728382245296 140711308522272 140711850309333 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26158] ppid=26095 vsize=10355560 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26098/task/26158/stat : 26158 (java) S 26095 26098 19941 0 -1 1077944384 1 12993 0 0 0 0 5 3 20 0 9 0 475096018 10604093440 4703 33554432000 4194304 4196468 140728382245296 140710711911600 140711850309333 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 10355560 KiB
Current children cumulated memory: 18812 KiB

[startup+0.210942 s]*
/proc/loadavg: 1.39 1.42 1.43 3/227 26164
/proc/meminfo: memFree=9951548/32770624 swapFree=66955296/67108860
[pid=26098] ppid=26095 vsize=10820196 memory=39496 CPUtime=0.27 cores=1,3,5,7
/proc/26098/stat : 26098 (java) S 26095 26098 19941 0 -1 1077944320 7849 12993 0 0 17 2 5 3 20 0 15 0 475096007 11079880704 9874 33554432000 4194304 4196468 140728382245296 140728382227840 140711850299127 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
/proc/26098/statm: 2705049 9874 3299 1 0 2667149 0
[pid=26098/tid=26151] ppid=26095 vsize=10820196 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/26098/task/26151/stat : 26151 (java) R 26095 26098 19941 0 -1 4202560 4263 12993 0 0 10 1 5 3 20 0 15 0 475096016 11079880704 9874 33554432000 4194304 4196468 140728382245296 140711822110160 140711850321053 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26152] ppid=26095 vsize=10820196 memory=345 CPUtime=0.08 cores=1,3,5,7
/proc/26098/task/26152/stat : 26152 (java) S 26095 26098 19941 0 -1 1077944384 1 12993 0 0 0 0 5 3 20 0 15 0 475096016 11079880704 9874 33554432000 4194304 4196468 140728382245296 140711854541712 140711850309333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26153] ppid=26095 vsize=10820196 memory=140212516036774 CPUtime=0.08 cores=1,3,5,7
/proc/26098/task/26153/stat : 26153 (java) S 26095 26098 19941 0 -1 1077944384 1 12993 0 0 0 0 5 3 20 0 15 0 475096016 11079880704 9874 33554432000 4194304 4196468 140728382245296 140711423249168 140711850309333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26154] ppid=26095 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26098/task/26154/stat : 26154 (java) S 26095 26098 19941 0 -1 1077944384 1 12993 0 0 0 0 5 3 20 0 15 0 475096016 11079880704 9874 33554432000 4194304 4196468 140728382245296 140711422196880 140711850309333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26155] ppid=26095 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/26098/task/26155/stat : 26155 (java) S 26095 26098 19941 0 -1 1077944384 2 12993 0 0 0 0 5 3 20 0 15 0 475096016 11079880704 9874 33554432000 4194304 4196468 140728382245296 140711421144080 140711850309333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26156] ppid=26095 vsize=10820196 memory=140212516013696 CPUtime=0.08 cores=1,3,5,7
/proc/26098/task/26156/stat : 26156 (java) S 26095 26098 19941 0 -1 1077944384 2 12993 0 0 0 0 5 3 20 0 15 0 475096018 11079880704 9874 33554432000 4194304 4196468 140728382245296 140711309576304 140711850310274 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26157] ppid=26095 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/26098/task/26157/stat : 26157 (java) S 26095 26098 19941 0 -1 1077944384 33 12993 0 0 0 0 5 3 20 0 15 0 475096018 11079880704 9874 33554432000 4194304 4196468 140728382245296 140711308522272 140711850309333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26158] ppid=26095 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26098/task/26158/stat : 26158 (java) S 26095 26098 19941 0 -1 1077944384 2 12993 0 0 0 0 5 3 20 0 15 0 475096018 11079880704 9874 33554432000 4194304 4196468 140728382245296 140710711911536 140711850309333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26159] ppid=26095 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26098/task/26159/stat : 26159 (java) S 26095 26098 19941 0 -1 1077944384 3 12993 0 0 0 0 5 3 20 0 15 0 475096021 11079880704 9874 33554432000 4194304 4196468 140728382245296 140710404511824 140711850317723 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26160] ppid=26095 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/26098/task/26160/stat : 26160 (java) R 26095 26098 19941 0 -1 4202560 509 12993 0 0 1 0 5 3 20 0 15 0 475096021 11079880704 9874 33554432000 4194304 4196468 140728382245296 140711274965616 140711834205840 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26161] ppid=26095 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/26098/task/26161/stat : 26161 (java) S 26095 26098 19941 0 -1 1077944384 161 12993 0 0 0 0 5 3 20 0 15 0 475096021 11079880704 9874 33554432000 4194304 4196468 140728382245296 140711273912816 140711850310274 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26162] ppid=26095 vsize=10820196 memory=140212516013696 CPUtime=0.11 cores=1,3,5,7
/proc/26098/task/26162/stat : 26162 (java) S 26095 26098 19941 0 -1 1077944384 665 12993 0 0 3 0 5 3 20 0 15 0 475096021 11079880704 9874 33554432000 4194304 4196468 140728382245296 140711272860528 140711850310274 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26163] ppid=26095 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/26098/task/26163/stat : 26163 (java) S 26095 26098 19941 0 -1 1077944384 3 12993 0 0 0 0 5 3 20 0 15 0 475096021 11079880704 9874 33554432000 4194304 4196468 140728382245296 140710370954208 140711850309333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26164] ppid=26095 vsize=10820196 memory=140212516013696 CPUtime=0.08 cores=1,3,5,7
/proc/26098/task/26164/stat : 26164 (java) S 26095 26098 19941 0 -1 1077944384 1 12993 0 0 0 0 5 3 20 0 15 0 475096022 11079880704 9874 33554432000 4194304 4196468 140728382245296 140711271807408 140711850310274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 39496 KiB

[startup+0.310533 s]*
/proc/loadavg: 1.39 1.42 1.43 4/227 26164
/proc/meminfo: memFree=9939496/32770624 swapFree=66955296/67108860
[pid=26098] ppid=26095 vsize=10820196 memory=47684 CPUtime=0.41 cores=1,3,5,7
/proc/26098/stat : 26098 (java) S 26095 26098 19941 0 -1 1077944320 11238 12993 0 0 28 5 5 3 20 0 15 0 475096007 11079880704 11921 33554432000 4194304 4196468 140728382245296 140728382227840 140711850299127 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
/proc/26098/statm: 2705049 11921 3320 1 0 2667149 0
[pid=26098/tid=26151] ppid=26095 vsize=10820196 memory=8317482817917895235 CPUtime=0.29 cores=1,3,5,7
/proc/26098/task/26151/stat : 26151 (java) R 26095 26098 19941 0 -1 4202560 7600 12993 0 0 18 3 5 3 20 0 15 0 475096016 11079880704 11921 33554432000 4194304 4196468 140728382245296 140711822110672 140711850321053 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26152] ppid=26095 vsize=10820196 memory=4872558044660077418 CPUtime=0.08 cores=1,3,5,7
/proc/26098/task/26152/stat : 26152 (java) S 26095 26098 19941 0 -1 1077944384 1 12993 0 0 0 0 5 3 20 0 15 0 475096016 11079880704 11921 33554432000 4194304 4196468 140728382245296 140711854541712 140711850309333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26153] ppid=26095 vsize=10820196 memory=-7737643479190322274 CPUtime=0.08 cores=1,3,5,7
/proc/26098/task/26153/stat : 26153 (java) S 26095 26098 19941 0 -1 1077944384 1 12993 0 0 0 0 5 3 20 0 15 0 475096016 11079880704 11921 33554432000 4194304 4196468 140728382245296 140711423249168 140711850309333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26154] ppid=26095 vsize=10820196 memory=140212516020689 CPUtime=0.08 cores=1,3,5,7
/proc/26098/task/26154/stat : 26154 (java) S 26095 26098 19941 0 -1 1077944384 1 12993 0 0 0 0 5 3 20 0 15 0 475096016 11079880704 11921 33554432000 4194304 4196468 140728382245296 140711422196880 140711850309333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26155] ppid=26095 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26098/task/26155/stat : 26155 (java) S 26095 26098 19941 0 -1 1077944384 2 12993 0 0 0 0 5 3 20 0 15 0 475096016 11079880704 11921 33554432000 4194304 4196468 140728382245296 140711421144080 140711850309333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26156] ppid=26095 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26098/task/26156/stat : 26156 (java) S 26095 26098 19941 0 -1 1077944384 2 12993 0 0 0 0 5 3 20 0 15 0 475096018 11079880704 11921 33554432000 4194304 4196468 140728382245296 140711309576304 140711850310274 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26157] ppid=26095 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26098/task/26157/stat : 26157 (java) S 26095 26098 19941 0 -1 1077944384 33 12993 0 0 0 0 5 3 20 0 15 0 475096018 11079880704 11921 33554432000 4194304 4196468 140728382245296 140711308522272 140711850309333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26158] ppid=26095 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26098/task/26158/stat : 26158 (java) S 26095 26098 19941 0 -1 1077944384 2 12993 0 0 0 0 5 3 20 0 15 0 475096018 11079880704 11921 33554432000 4194304 4196468 140728382245296 140710711911536 140711850309333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26159] ppid=26095 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26098/task/26159/stat : 26159 (java) S 26095 26098 19941 0 -1 1077944384 3 12993 0 0 0 0 5 3 20 0 15 0 475096021 11079880704 11921 33554432000 4194304 4196468 140728382245296 140710404511824 140711850317723 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26160] ppid=26095 vsize=10820196 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/26098/task/26160/stat : 26160 (java) S 26095 26098 19941 0 -1 1077944384 526 12993 0 0 2 0 5 3 20 0 15 0 475096021 11079880704 11921 33554432000 4194304 4196468 140728382245296 140711274965616 140711850310274 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26161] ppid=26095 vsize=10820196 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/26098/task/26161/stat : 26161 (java) S 26095 26098 19941 0 -1 1077944384 164 12993 0 0 1 0 5 3 20 0 15 0 475096021 11079880704 11921 33554432000 4194304 4196468 140728382245296 140711273912816 140711850310274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26162] ppid=26095 vsize=10820196 memory=140212516013696 CPUtime=0.13 cores=1,3,5,7
/proc/26098/task/26162/stat : 26162 (java) S 26095 26098 19941 0 -1 1077944384 697 12993 0 0 5 0 5 3 20 0 15 0 475096021 11079880704 11921 33554432000 4194304 4196468 140728382245296 140711272860528 140711850310274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26163] ppid=26095 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/26098/task/26163/stat : 26163 (java) S 26095 26098 19941 0 -1 1077944384 3 12993 0 0 0 0 5 3 20 0 15 0 475096021 11079880704 11921 33554432000 4194304 4196468 140728382245296 140710370954208 140711850309333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26164] ppid=26095 vsize=10820196 memory=140212516013696 CPUtime=0.08 cores=1,3,5,7
/proc/26098/task/26164/stat : 26164 (java) S 26095 26098 19941 0 -1 1077944384 1 12993 0 0 0 0 5 3 20 0 15 0 475096022 11079880704 11921 33554432000 4194304 4196468 140728382245296 140711271807408 140711850310274 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 47684 KiB

[startup+0.700747 s]
/proc/loadavg: 1.39 1.42 1.43 3/227 26164
/proc/meminfo: memFree=9923956/32770624 swapFree=66955296/67108860
[pid=26098] ppid=26095 vsize=10824364 memory=82656 CPUtime=1.14 cores=1,3,5,7
/proc/26098/stat : 26098 (java) S 26095 26098 19941 0 -1 1077944320 15372 12993 0 0 100 6 5 3 20 0 15 0 475096007 11084148736 20664 33554432000 4194304 4196468 140728382245296 140728382227840 140711850299127 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
/proc/26098/statm: 2706091 20664 3511 1 0 2668173 0
[pid=26098/tid=26151] ppid=26095 vsize=10824364 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/26098/task/26151/stat : 26151 (java) R 26095 26098 19941 0 -1 4202560 10573 12993 0 0 55 4 5 3 20 0 15 0 475096016 11084148736 20664 33554432000 4194304 4196468 140728382245296 140711822125680 140711834379614 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26152] ppid=26095 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26098/task/26152/stat : 26152 (java) S 26095 26098 19941 0 -1 1077944384 1 12993 0 0 0 0 5 3 20 0 15 0 475096016 11084148736 20664 33554432000 4194304 4196468 140728382245296 140711854541712 140711850309333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26153] ppid=26095 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26098/task/26153/stat : 26153 (java) S 26095 26098 19941 0 -1 1077944384 1 12993 0 0 0 0 5 3 20 0 15 0 475096016 11084148736 20664 33554432000 4194304 4196468 140728382245296 140711423249168 140711850309333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26154] ppid=26095 vsize=10824364 memory=140212361536912 CPUtime=0.08 cores=1,3,5,7
/proc/26098/task/26154/stat : 26154 (java) S 26095 26098 19941 0 -1 1077944384 1 12993 0 0 0 0 5 3 20 0 15 0 475096016 11084148736 20664 33554432000 4194304 4196468 140728382245296 140711422196880 140711850309333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26155] ppid=26095 vsize=10824364 memory=140213502345792 CPUtime=0.08 cores=1,3,5,7
/proc/26098/task/26155/stat : 26155 (java) S 26095 26098 19941 0 -1 1077944384 2 12993 0 0 0 0 5 3 20 0 15 0 475096016 11084148736 20664 33554432000 4194304 4196468 140728382245296 140711421144080 140711850309333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26156] ppid=26095 vsize=10824364 memory=14056 CPUtime=0.08 cores=1,3,5,7
/proc/26098/task/26156/stat : 26156 (java) S 26095 26098 19941 0 -1 1077944384 5 12993 0 0 0 0 5 3 20 0 15 0 475096018 11084148736 20664 33554432000 4194304 4196468 140728382245296 140711309576304 140711850310274 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26157] ppid=26095 vsize=10824364 memory=2116 CPUtime=0.08 cores=1,3,5,7
/proc/26098/task/26157/stat : 26157 (java) S 26095 26098 19941 0 -1 1077944384 33 12993 0 0 0 0 5 3 20 0 15 0 475096018 11084148736 20664 33554432000 4194304 4196468 140728382245296 140711308522272 140711850309333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26158] ppid=26095 vsize=10824364 memory=516 CPUtime=0.08 cores=1,3,5,7
/proc/26098/task/26158/stat : 26158 (java) S 26095 26098 19941 0 -1 1077944384 2 12993 0 0 0 0 5 3 20 0 15 0 475096018 11084148736 20664 33554432000 4194304 4196468 140728382245296 140710711911536 140711850309333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26159] ppid=26095 vsize=10824364 memory=1556 CPUtime=0.08 cores=1,3,5,7
/proc/26098/task/26159/stat : 26159 (java) S 26095 26098 19941 0 -1 1077944384 3 12993 0 0 0 0 5 3 20 0 15 0 475096021 11084148736 20664 33554432000 4194304 4196468 140728382245296 140710404511824 140711850317723 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26160] ppid=26095 vsize=10824364 memory=928 CPUtime=0.21 cores=1,3,5,7
/proc/26098/task/26160/stat : 26160 (java) R 26095 26098 19941 0 -1 4202560 936 12993 0 0 13 0 5 3 20 0 15 0 475096021 11084148736 20664 33554432000 4194304 4196468 140728382245296 140711274965616 140711831672595 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26161] ppid=26095 vsize=10824364 memory=1772 CPUtime=0.22 cores=1,3,5,7
/proc/26098/task/26161/stat : 26161 (java) S 26095 26098 19941 0 -1 1077944384 677 12993 0 0 14 0 5 3 20 0 15 0 475096021 11084148736 20664 33554432000 4194304 4196468 140728382245296 140711273912816 140711850310274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26162] ppid=26095 vsize=10824364 memory=892 CPUtime=0.25 cores=1,3,5,7
/proc/26098/task/26162/stat : 26162 (java) S 26095 26098 19941 0 -1 1077944384 932 12993 0 0 17 0 5 3 20 0 15 0 475096021 11084148736 20664 33554432000 4194304 4196468 140728382245296 140711272860528 140711850310274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26163] ppid=26095 vsize=10824364 memory=1444 CPUtime=0.08 cores=1,3,5,7
/proc/26098/task/26163/stat : 26163 (java) S 26095 26098 19941 0 -1 1077944384 3 12993 0 0 0 0 5 3 20 0 15 0 475096021 11084148736 20664 33554432000 4194304 4196468 140728382245296 140710370954208 140711850309333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26164] ppid=26095 vsize=10824364 memory=1976 CPUtime=0.08 cores=1,3,5,7
/proc/26098/task/26164/stat : 26164 (java) S 26095 26098 19941 0 -1 1077944384 1 12993 0 0 0 0 5 3 20 0 15 0 475096022 11084148736 20664 33554432000 4194304 4196468 140728382245296 140711271807408 140711850310274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 82656 KiB

[startup+1.5007 s]
/proc/loadavg: 1.39 1.42 1.43 5/227 26164
/proc/meminfo: memFree=9873232/32770624 swapFree=66955296/67108860
[pid=26098] ppid=26095 vsize=10834680 memory=189208 CPUtime=2.81 cores=1,3,5,7
/proc/26098/stat : 26098 (java) S 26095 26098 19941 0 -1 1077944320 25041 12993 0 0 261 12 5 3 20 0 15 0 475096007 11094712320 47302 33554432000 4194304 4196468 140728382245296 140728382227840 140711850299127 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
/proc/26098/statm: 2708670 47302 3577 1 0 2670733 0
[pid=26098/tid=26151] ppid=26095 vsize=10834680 memory=7163073520715458649 CPUtime=1.43 cores=1,3,5,7
/proc/26098/task/26151/stat : 26151 (java) R 26095 26098 19941 0 -1 4202560 15978 12993 0 0 129 6 5 3 20 0 15 0 475096016 11094712320 47302 33554432000 4194304 4196468 140728382245296 140711822129808 140711842549717 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26152] ppid=26095 vsize=10834680 memory=7018113907709470809 CPUtime=0.09 cores=1,3,5,7
/proc/26098/task/26152/stat : 26152 (java) S 26095 26098 19941 0 -1 1077944384 63 12993 0 0 1 0 5 3 20 0 15 0 475096016 11094712320 47302 33554432000 4194304 4196468 140728382245296 140711854541712 140711850309333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26153] ppid=26095 vsize=10834680 memory=7811028908666672487 CPUtime=0.09 cores=1,3,5,7
/proc/26098/task/26153/stat : 26153 (java) S 26095 26098 19941 0 -1 1077944384 48 12993 0 0 1 0 5 3 20 0 15 0 475096016 11094712320 47302 33554432000 4194304 4196468 140728382245296 140711423249168 140711850309333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26154] ppid=26095 vsize=10834680 memory=4956998493510226538 CPUtime=0.09 cores=1,3,5,7
/proc/26098/task/26154/stat : 26154 (java) S 26095 26098 19941 0 -1 1077944384 35 12993 0 0 1 0 5 3 20 0 15 0 475096016 11094712320 47302 33554432000 4194304 4196468 140728382245296 140711422196880 140711850309333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26155] ppid=26095 vsize=10834680 memory=6944656592455097440 CPUtime=0.09 cores=1,3,5,7
/proc/26098/task/26155/stat : 26155 (java) S 26095 26098 19941 0 -1 1077944384 281 12993 0 0 1 0 5 3 20 0 15 0 475096016 11094712320 47319 33554432000 4194304 4196468 140728382245296 140711421144080 140711850309333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26156] ppid=26095 vsize=10834680 memory=4498404016631593314 CPUtime=0.09 cores=1,3,5,7
/proc/26098/task/26156/stat : 26156 (java) S 26095 26098 19941 0 -1 1077944384 90 12993 0 0 1 0 5 3 20 0 15 0 475096018 11094712320 47319 33554432000 4194304 4196468 140728382245296 140711309576304 140711850310274 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26157] ppid=26095 vsize=10834680 memory=1329904169539632281 CPUtime=0.08 cores=1,3,5,7
/proc/26098/task/26157/stat : 26157 (java) S 26095 26098 19941 0 -1 1077944384 33 12993 0 0 0 0 5 3 20 0 15 0 475096018 11094712320 47319 33554432000 4194304 4196468 140728382245296 140711308522336 140711850309333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26158] ppid=26095 vsize=10834680 memory=-7383323511365812367 CPUtime=0.08 cores=1,3,5,7
/proc/26098/task/26158/stat : 26158 (java) S 26095 26098 19941 0 -1 1077944384 3 12993 0 0 0 0 5 3 20 0 15 0 475096018 11094712320 47319 33554432000 4194304 4196468 140728382245296 140710711911552 140711850309333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26159] ppid=26095 vsize=10834680 memory=4196912344889787449 CPUtime=0.08 cores=1,3,5,7
/proc/26098/task/26159/stat : 26159 (java) S 26095 26098 19941 0 -1 1077944384 3 12993 0 0 0 0 5 3 20 0 15 0 475096021 11094712320 47319 33554432000 4194304 4196468 140728382245296 140710404511824 140711850317723 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26160] ppid=26095 vsize=10834680 memory=-5345911735773989846 CPUtime=0.43 cores=1,3,5,7
/proc/26098/task/26160/stat : 26160 (java) R 26095 26098 19941 0 -1 4202560 2048 12993 0 0 35 0 5 3 20 0 15 0 475096021 11094712320 47319 33554432000 4194304 4196468 140728382245296 140711274965616 140711843284169 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26161] ppid=26095 vsize=10834680 memory=1329904169539632281 CPUtime=0.51 cores=1,3,5,7
/proc/26098/task/26161/stat : 26161 (java) S 26095 26098 19941 0 -1 1077944384 2205 12993 0 0 43 0 5 3 20 0 15 0 475096021 11094712320 47319 33554432000 4194304 4196468 140728382245296 140711273912816 140711850310274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26162] ppid=26095 vsize=10834680 memory=-5153075247754915967 CPUtime=0.52 cores=1,3,5,7
/proc/26098/task/26162/stat : 26162 (java) R 26095 26098 19941 0 -1 1077944384 2051 12993 0 0 44 0 5 3 20 0 15 0 475096021 11094712320 47319 33554432000 4194304 4196468 140728382245296 140711272860528 140711850310274 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0

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

/proc/26098/task/26151/stat : 26151 (java) R 26095 26098 19941 0 -1 4202560 70432 12993 0 0 229919 49 5 3 20 0 15 0 475096016 11107328000 227148 33554432000 4194304 4196468 140728382245296 140711822134704 140711469200547 0 4 0 16800975 0 0 0 -1 3 0 0 9 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26152] ppid=26095 vsize=10847000 memory=984 CPUtime=11.17 cores=1,3,5,7
/proc/26098/task/26152/stat : 26152 (java) S 26095 26098 19941 0 -1 1077944384 16041 12993 0 0 1051 58 5 3 20 0 15 0 475096016 11107328000 227148 33554432000 4194304 4196468 140728382245296 140711854541712 140711850309333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26153] ppid=26095 vsize=10847000 memory=908592 CPUtime=11.22 cores=1,3,5,7
/proc/26098/task/26153/stat : 26153 (java) S 26095 26098 19941 0 -1 1077944384 11651 12993 0 0 1056 58 5 3 20 0 15 0 475096016 11107328000 227148 33554432000 4194304 4196468 140728382245296 140711423249168 140711850309333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26154] ppid=26095 vsize=10847000 memory=908592 CPUtime=11.19 cores=1,3,5,7
/proc/26098/task/26154/stat : 26154 (java) S 26095 26098 19941 0 -1 1077944384 15832 12993 0 0 1051 60 5 3 20 0 15 0 475096016 11107328000 227148 33554432000 4194304 4196468 140728382245296 140711422196880 140711850309333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26155] ppid=26095 vsize=10847000 memory=908592 CPUtime=11.23 cores=1,3,5,7
/proc/26098/task/26155/stat : 26155 (java) S 26095 26098 19941 0 -1 1077944384 13010 12993 0 0 1061 54 5 3 20 0 15 0 475096016 11107328000 227148 33554432000 4194304 4196468 140728382245296 140711421144080 140711850309333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26156] ppid=26095 vsize=10847000 memory=908592 CPUtime=9.52 cores=1,3,5,7
/proc/26098/task/26156/stat : 26156 (java) S 26095 26098 19941 0 -1 1077944384 14921 12993 0 0 888 56 5 3 20 0 15 0 475096018 11107328000 227148 33554432000 4194304 4196468 140728382245296 140711309576304 140711850310274 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26157] ppid=26095 vsize=10847000 memory=908592 CPUtime=0.08 cores=1,3,5,7
/proc/26098/task/26157/stat : 26157 (java) S 26095 26098 19941 0 -1 1077944384 38 12993 0 0 0 0 5 3 20 0 15 0 475096018 11107328000 227148 33554432000 4194304 4196468 140728382245296 140711308522400 140711850309333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26158] ppid=26095 vsize=10847000 memory=908592 CPUtime=0.08 cores=1,3,5,7
/proc/26098/task/26158/stat : 26158 (java) S 26095 26098 19941 0 -1 1077944384 10 12993 0 0 0 0 5 3 20 0 15 0 475096018 11107328000 227148 33554432000 4194304 4196468 140728382245296 140710711911552 140711850309333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26159] ppid=26095 vsize=10847000 memory=111632 CPUtime=0.08 cores=1,3,5,7
/proc/26098/task/26159/stat : 26159 (java) S 26095 26098 19941 0 -1 1077944384 3 12993 0 0 0 0 5 3 20 0 15 0 475096021 11107328000 227148 33554432000 4194304 4196468 140728382245296 140710404511824 140711850317723 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26160] ppid=26095 vsize=10847000 memory=908592 CPUtime=3.57 cores=1,3,5,7
/proc/26098/task/26160/stat : 26160 (java) S 26095 26098 19941 0 -1 1077944384 27472 12993 0 0 345 4 5 3 20 0 15 0 475096021 11107328000 227148 33554432000 4194304 4196468 140728382245296 140711274965616 140711850310274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26161] ppid=26095 vsize=10847000 memory=908592 CPUtime=3.7 cores=1,3,5,7
/proc/26098/task/26161/stat : 26161 (java) S 26095 26098 19941 0 -1 1077944384 35600 12993 0 0 356 6 5 3 20 0 15 0 475096021 11107328000 227148 33554432000 4194304 4196468 140728382245296 140711273912816 140711850310274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26162] ppid=26095 vsize=10847000 memory=3624 CPUtime=3.4 cores=1,3,5,7
/proc/26098/task/26162/stat : 26162 (java) S 26095 26098 19941 0 -1 1077944384 34584 12993 0 0 323 9 5 3 20 0 15 0 475096021 11107328000 227148 33554432000 4194304 4196468 140728382245296 140711272860528 140711850310274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 10 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26163] ppid=26095 vsize=10847000 memory=43392 CPUtime=0.08 cores=1,3,5,7
/proc/26098/task/26163/stat : 26163 (java) S 26095 26098 19941 0 -1 1077944384 3 12993 0 0 0 0 5 3 20 0 15 0 475096021 11107328000 227148 33554432000 4194304 4196468 140728382245296 140710370954208 140711850309333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26164] ppid=26095 vsize=10847000 memory=908592 CPUtime=1.31 cores=1,3,5,7
/proc/26098/task/26164/stat : 26164 (java) S 26095 26098 19941 0 -1 1077944384 1145 12993 0 0 50 73 5 3 20 0 15 0 475096022 11107328000 227148 33554432000 4194304 4196468 140728382245296 140711271807408 140711850310274 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 8 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
Current children cumulated CPU time: 2365.47 s
Current children cumulated vsize: 10847000 KiB
Current children cumulated memory: 908592 KiB

[startup+2382.3 s]
/proc/loadavg: 1.36 1.31 1.36 3/227 26511
/proc/meminfo: memFree=9252992/32770624 swapFree=66955308/67108860
[pid=26098] ppid=26095 vsize=10847000 memory=912688 CPUtime=2426.24 cores=1,3,5,7
/proc/26098/stat : 26098 (java) S 26095 26098 19941 0 -1 1077944320 244235 12993 0 0 242242 374 5 3 20 0 15 0 475096007 11107328000 228172 33554432000 4194304 4196468 140728382245296 140728382227840 140711850299127 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
/proc/26098/statm: 2711750 228172 3636 1 0 2673805 0
[pid=26098/tid=26151] ppid=26095 vsize=10847000 memory=910640 CPUtime=2359.27 cores=1,3,5,7
/proc/26098/task/26151/stat : 26151 (java) R 26095 26098 19941 0 -1 4202560 71010 12993 0 0 235869 50 5 3 20 0 15 0 475096016 11107328000 228172 33554432000 4194304 4196468 140728382245296 140711822134560 140711469200501 0 4 0 16800975 0 0 0 -1 3 0 0 9 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26152] ppid=26095 vsize=10847000 memory=912688 CPUtime=11.42 cores=1,3,5,7
/proc/26098/task/26152/stat : 26152 (java) S 26095 26098 19941 0 -1 1077944384 16181 12993 0 0 1075 59 5 3 20 0 15 0 475096016 11107328000 228172 33554432000 4194304 4196468 140728382245296 140711854541712 140711850309333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26153] ppid=26095 vsize=10847000 memory=912688 CPUtime=11.48 cores=1,3,5,7
/proc/26098/task/26153/stat : 26153 (java) S 26095 26098 19941 0 -1 1077944384 11707 12993 0 0 1081 59 5 3 20 0 15 0 475096016 11107328000 228172 33554432000 4194304 4196468 140728382245296 140711423249168 140711850309333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26154] ppid=26095 vsize=10847000 memory=912688 CPUtime=11.44 cores=1,3,5,7
/proc/26098/task/26154/stat : 26154 (java) S 26095 26098 19941 0 -1 1077944384 15855 12993 0 0 1075 61 5 3 20 0 15 0 475096016 11107328000 228172 33554432000 4194304 4196468 140728382245296 140711422196880 140711850309333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26155] ppid=26095 vsize=10847000 memory=912688 CPUtime=11.49 cores=1,3,5,7
/proc/26098/task/26155/stat : 26155 (java) S 26095 26098 19941 0 -1 1077944384 13318 12993 0 0 1086 55 5 3 20 0 15 0 475096016 11107328000 228172 33554432000 4194304 4196468 140728382245296 140711421144080 140711850309333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26156] ppid=26095 vsize=10847000 memory=912688 CPUtime=9.73 cores=1,3,5,7
/proc/26098/task/26156/stat : 26156 (java) S 26095 26098 19941 0 -1 1077944384 15092 12993 0 0 908 57 5 3 20 0 15 0 475096018 11107328000 228172 33554432000 4194304 4196468 140728382245296 140711309576304 140711850310274 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26157] ppid=26095 vsize=10847000 memory=280424724226864 CPUtime=0.08 cores=1,3,5,7
/proc/26098/task/26157/stat : 26157 (java) S 26095 26098 19941 0 -1 1077944384 38 12993 0 0 0 0 5 3 20 0 15 0 475096018 11107328000 228172 33554432000 4194304 4196468 140728382245296 140711308522400 140711850309333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26158] ppid=26095 vsize=10847000 memory=912688 CPUtime=0.08 cores=1,3,5,7
/proc/26098/task/26158/stat : 26158 (java) S 26095 26098 19941 0 -1 1077944384 10 12993 0 0 0 0 5 3 20 0 15 0 475096018 11107328000 228172 33554432000 4194304 4196468 140728382245296 140710711911552 140711850309333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26159] ppid=26095 vsize=10847000 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/26098/task/26159/stat : 26159 (java) S 26095 26098 19941 0 -1 1077944384 3 12993 0 0 0 0 5 3 20 0 15 0 475096021 11107328000 228172 33554432000 4194304 4196468 140728382245296 140710404511824 140711850317723 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26160] ppid=26095 vsize=10847000 memory=6791534058613427641 CPUtime=3.57 cores=1,3,5,7
/proc/26098/task/26160/stat : 26160 (java) S 26095 26098 19941 0 -1 1077944384 27474 12993 0 0 345 4 5 3 20 0 15 0 475096021 11107328000 228172 33554432000 4194304 4196468 140728382245296 140711274965616 140711850310274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26161] ppid=26095 vsize=10847000 memory=3624 CPUtime=3.7 cores=1,3,5,7
/proc/26098/task/26161/stat : 26161 (java) S 26095 26098 19941 0 -1 1077944384 35602 12993 0 0 356 6 5 3 20 0 15 0 475096021 11107328000 228172 33554432000 4194304 4196468 140728382245296 140711273912816 140711850310274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26162] ppid=26095 vsize=10847000 memory=43392 CPUtime=3.4 cores=1,3,5,7
/proc/26098/task/26162/stat : 26162 (java) S 26095 26098 19941 0 -1 1077944384 34586 12993 0 0 323 9 5 3 20 0 15 0 475096021 11107328000 228172 33554432000 4194304 4196468 140728382245296 140711272860528 140711850310274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 10 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26163] ppid=26095 vsize=10847000 memory=912688 CPUtime=0.08 cores=1,3,5,7
/proc/26098/task/26163/stat : 26163 (java) S 26095 26098 19941 0 -1 1077944384 3 12993 0 0 0 0 5 3 20 0 15 0 475096021 11107328000 228172 33554432000 4194304 4196468 140728382245296 140710370954208 140711850309333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26164] ppid=26095 vsize=10847000 memory=912688 CPUtime=1.34 cores=1,3,5,7
/proc/26098/task/26164/stat : 26164 (java) S 26095 26098 19941 0 -1 1077944384 1153 12993 0 0 52 74 5 3 20 0 15 0 475096022 11107328000 228172 33554432000 4194304 4196468 140728382245296 140711271807408 140711850310274 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 8 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
Current children cumulated CPU time: 2426.24 s
Current children cumulated vsize: 10847000 KiB
Current children cumulated memory: 912688 KiB

[startup+2442.3 s]
/proc/loadavg: 1.43 1.34 1.37 3/227 26517
/proc/meminfo: memFree=9247424/32770624 swapFree=66955308/67108860
[pid=26098] ppid=26095 vsize=10847000 memory=914224 CPUtime=2487.11 cores=1,3,5,7
/proc/26098/stat : 26098 (java) S 26095 26098 19941 0 -1 1077944320 246107 12993 0 0 248323 380 5 3 20 0 15 0 475096007 11107328000 228556 33554432000 4194304 4196468 140728382245296 140728382227840 140711850299127 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
/proc/26098/statm: 2711750 228556 3636 1 0 2673805 0
[pid=26098/tid=26151] ppid=26095 vsize=10847000 memory=914224 CPUtime=2418.78 cores=1,3,5,7
/proc/26098/task/26151/stat : 26151 (java) R 26095 26098 19941 0 -1 4202560 71632 12993 0 0 241820 50 5 3 20 0 15 0 475096016 11107328000 228556 33554432000 4194304 4196468 140728382245296 140711822134704 140711469200519 0 4 0 16800975 0 0 0 -1 3 0 0 9 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26152] ppid=26095 vsize=10847000 memory=914224 CPUtime=11.7 cores=1,3,5,7
/proc/26098/task/26152/stat : 26152 (java) S 26095 26098 19941 0 -1 1077944384 16266 12993 0 0 1102 60 5 3 20 0 15 0 475096016 11107328000 228556 33554432000 4194304 4196468 140728382245296 140711854541712 140711850309333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26153] ppid=26095 vsize=10847000 memory=914224 CPUtime=11.75 cores=1,3,5,7
/proc/26098/task/26153/stat : 26153 (java) S 26095 26098 19941 0 -1 1077944384 12047 12993 0 0 1107 60 5 3 20 0 15 0 475096016 11107328000 228556 33554432000 4194304 4196468 140728382245296 140711423249168 140711850309333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26154] ppid=26095 vsize=10847000 memory=914224 CPUtime=11.71 cores=1,3,5,7
/proc/26098/task/26154/stat : 26154 (java) S 26095 26098 19941 0 -1 1077944384 16125 12993 0 0 1101 62 5 3 20 0 15 0 475096016 11107328000 228556 33554432000 4194304 4196468 140728382245296 140711422196880 140711850309333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26155] ppid=26095 vsize=10847000 memory=914224 CPUtime=11.76 cores=1,3,5,7
/proc/26098/task/26155/stat : 26155 (java) S 26095 26098 19941 0 -1 1077944384 13373 12993 0 0 1112 56 5 3 20 0 15 0 475096016 11107328000 228556 33554432000 4194304 4196468 140728382245296 140711421144080 140711850309333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26156] ppid=26095 vsize=10847000 memory=914224 CPUtime=9.92 cores=1,3,5,7
/proc/26098/task/26156/stat : 26156 (java) S 26095 26098 19941 0 -1 1077944384 15265 12993 0 0 926 58 5 3 20 0 15 0 475096018 11107328000 228556 33554432000 4194304 4196468 140728382245296 140711309576304 140711850310274 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26157] ppid=26095 vsize=10847000 memory=914224 CPUtime=0.08 cores=1,3,5,7
/proc/26098/task/26157/stat : 26157 (java) S 26095 26098 19941 0 -1 1077944384 38 12993 0 0 0 0 5 3 20 0 15 0 475096018 11107328000 228556 33554432000 4194304 4196468 140728382245296 140711308522400 140711850309333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26158] ppid=26095 vsize=10847000 memory=914224 CPUtime=0.08 cores=1,3,5,7
/proc/26098/task/26158/stat : 26158 (java) S 26095 26098 19941 0 -1 1077944384 10 12993 0 0 0 0 5 3 20 0 15 0 475096018 11107328000 228556 33554432000 4194304 4196468 140728382245296 140710711911552 140711850309333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26159] ppid=26095 vsize=10847000 memory=914224 CPUtime=0.08 cores=1,3,5,7
/proc/26098/task/26159/stat : 26159 (java) S 26095 26098 19941 0 -1 1077944384 3 12993 0 0 0 0 5 3 20 0 15 0 475096021 11107328000 228556 33554432000 4194304 4196468 140728382245296 140710404511824 140711850317723 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26160] ppid=26095 vsize=10847000 memory=914224 CPUtime=3.62 cores=1,3,5,7
/proc/26098/task/26160/stat : 26160 (java) S 26095 26098 19941 0 -1 1077944384 27789 12993 0 0 350 4 5 3 20 0 15 0 475096021 11107328000 228556 33554432000 4194304 4196468 140728382245296 140711274965616 140711850310274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26161] ppid=26095 vsize=10847000 memory=914224 CPUtime=3.7 cores=1,3,5,7
/proc/26098/task/26161/stat : 26161 (java) S 26095 26098 19941 0 -1 1077944384 35604 12993 0 0 356 6 5 3 20 0 15 0 475096021 11107328000 228556 33554432000 4194304 4196468 140728382245296 140711273912816 140711850310274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26162] ppid=26095 vsize=10847000 memory=914224 CPUtime=3.4 cores=1,3,5,7
/proc/26098/task/26162/stat : 26162 (java) S 26095 26098 19941 0 -1 1077944384 34588 12993 0 0 323 9 5 3 20 0 15 0 475096021 11107328000 228556 33554432000 4194304 4196468 140728382245296 140711272860528 140711850310274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 10 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26163] ppid=26095 vsize=10847000 memory=2116 CPUtime=0.08 cores=1,3,5,7
/proc/26098/task/26163/stat : 26163 (java) S 26095 26098 19941 0 -1 1077944384 3 12993 0 0 0 0 5 3 20 0 15 0 475096021 11107328000 228556 33554432000 4194304 4196468 140728382245296 140710370954208 140711850309333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26164] ppid=26095 vsize=10847000 memory=914224 CPUtime=1.37 cores=1,3,5,7
/proc/26098/task/26164/stat : 26164 (java) S 26095 26098 19941 0 -1 1077944384 1161 12993 0 0 53 76 5 3 20 0 15 0 475096022 11107328000 228556 33554432000 4194304 4196468 140728382245296 140711271807408 140711850310274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 8 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
Current children cumulated CPU time: 2487.11 s
Current children cumulated vsize: 10847000 KiB
Current children cumulated memory: 914224 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2474.8 s]
/proc/loadavg: 1.44 1.36 1.37 3/226 26517
/proc/meminfo: memFree=9243112/32770624 swapFree=66955308/67108860
[pid=26098] ppid=26095 vsize=10847000 memory=916272 CPUtime=2520.07 cores=1,3,5,7
/proc/26098/stat : 26098 (java) S 26095 26098 19941 0 -1 1077944320 246918 12993 0 0 251615 384 5 3 20 0 15 0 475096007 11107328000 229068 33554432000 4194304 4196468 140728382245296 140728382227840 140711850299127 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
/proc/26098/statm: 2711750 229068 3636 1 0 2673805 0
[pid=26098/tid=26151] ppid=26095 vsize=10847000 memory=6791534058613427641 CPUtime=2451 cores=1,3,5,7
/proc/26098/task/26151/stat : 26151 (java) R 26095 26098 19941 0 -1 4202560 72045 12993 0 0 245042 50 5 3 20 0 15 0 475096016 11107328000 229068 33554432000 4194304 4196468 140728382245296 140711822135136 140711469200505 0 4 0 16800975 0 0 0 -1 1 0 0 9 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26152] ppid=26095 vsize=10847000 memory=288230621803970871 CPUtime=11.85 cores=1,3,5,7
/proc/26098/task/26152/stat : 26152 (java) S 26095 26098 19941 0 -1 1077944384 16312 12993 0 0 1116 61 5 3 20 0 15 0 475096016 11107328000 229068 33554432000 4194304 4196468 140728382245296 140711854541712 140711850309333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26153] ppid=26095 vsize=10847000 memory=14691894252800627 CPUtime=11.91 cores=1,3,5,7
/proc/26098/task/26153/stat : 26153 (java) S 26095 26098 19941 0 -1 1077944384 12079 12993 0 0 1122 61 5 3 20 0 15 0 475096016 11107328000 229068 33554432000 4194304 4196468 140728382245296 140711423249168 140711850309333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26154] ppid=26095 vsize=10847000 memory=1760 CPUtime=11.87 cores=1,3,5,7
/proc/26098/task/26154/stat : 26154 (java) S 26095 26098 19941 0 -1 1077944384 16215 12993 0 0 1116 63 5 3 20 0 15 0 475096016 11107328000 229068 33554432000 4194304 4196468 140728382245296 140711422196880 140711850309333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26155] ppid=26095 vsize=10847000 memory=111632 CPUtime=11.92 cores=1,3,5,7
/proc/26098/task/26155/stat : 26155 (java) S 26095 26098 19941 0 -1 1077944384 13500 12993 0 0 1127 57 5 3 20 0 15 0 475096016 11107328000 229068 33554432000 4194304 4196468 140728382245296 140711421144080 140711850309333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26156] ppid=26095 vsize=10847000 memory=804 CPUtime=10.04 cores=1,3,5,7
/proc/26098/task/26156/stat : 26156 (java) S 26095 26098 19941 0 -1 1077944384 15359 12993 0 0 937 59 5 3 20 0 15 0 475096018 11107328000 229068 33554432000 4194304 4196468 140728382245296 140711309576304 140711850310274 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26157] ppid=26095 vsize=10847000 memory=1804 CPUtime=0.08 cores=1,3,5,7
/proc/26098/task/26157/stat : 26157 (java) S 26095 26098 19941 0 -1 1077944384 38 12993 0 0 0 0 5 3 20 0 15 0 475096018 11107328000 229068 33554432000 4194304 4196468 140728382245296 140711308522400 140711850309333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26158] ppid=26095 vsize=10847000 memory=916 CPUtime=0.08 cores=1,3,5,7
/proc/26098/task/26158/stat : 26158 (java) S 26095 26098 19941 0 -1 1077944384 10 12993 0 0 0 0 5 3 20 0 15 0 475096018 11107328000 229068 33554432000 4194304 4196468 140728382245296 140710711911552 140711850309333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26159] ppid=26095 vsize=10847000 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/26098/task/26159/stat : 26159 (java) S 26095 26098 19941 0 -1 1077944384 3 12993 0 0 0 0 5 3 20 0 15 0 475096021 11107328000 229068 33554432000 4194304 4196468 140728382245296 140710404511824 140711850317723 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26160] ppid=26095 vsize=10847000 memory=2608 CPUtime=3.62 cores=1,3,5,7
/proc/26098/task/26160/stat : 26160 (java) S 26095 26098 19941 0 -1 1077944384 27791 12993 0 0 350 4 5 3 20 0 15 0 475096021 11107328000 229068 33554432000 4194304 4196468 140728382245296 140711274965616 140711850310274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26161] ppid=26095 vsize=10847000 memory=2608 CPUtime=3.7 cores=1,3,5,7
/proc/26098/task/26161/stat : 26161 (java) S 26095 26098 19941 0 -1 1077944384 35606 12993 0 0 356 6 5 3 20 0 15 0 475096021 11107328000 229068 33554432000 4194304 4196468 140728382245296 140711273912816 140711850310274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26162] ppid=26095 vsize=10847000 memory=4100 CPUtime=3.4 cores=1,3,5,7
/proc/26098/task/26162/stat : 26162 (java) S 26095 26098 19941 0 -1 1077944384 34590 12993 0 0 323 9 5 3 20 0 15 0 475096021 11107328000 229068 33554432000 4194304 4196468 140728382245296 140711272860528 140711850310274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 10 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26163] ppid=26095 vsize=10847000 memory=1408 CPUtime=0.08 cores=1,3,5,7
/proc/26098/task/26163/stat : 26163 (java) S 26095 26098 19941 0 -1 1077944384 3 12993 0 0 0 0 5 3 20 0 15 0 475096021 11107328000 229068 33554432000 4194304 4196468 140728382245296 140710370954208 140711850309333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
[pid=26098/tid=26164] ppid=26095 vsize=10847000 memory=3280 CPUtime=1.38 cores=1,3,5,7
/proc/26098/task/26164/stat : 26164 (java) S 26095 26098 19941 0 -1 1077944384 1164 12993 0 0 54 76 5 3 20 0 15 0 475096022 11107328000 229068 33554432000 4194304 4196468 140728382245296 140711271807408 140711850310274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 8 0 0 6293624 6294260 21430272 140728382249571 140728382252213 140728382252213 140728382255055 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10847000 KiB
Current children cumulated memory: 916272 KiB

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

[startup+2474.83 s]
# the end of solver process 26098 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.23 s, system=3.88964 s

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

Child status: 143
Real time (s): 2474.83
CPU time (s): 2520.12
CPU user time (s): 2516.23
CPU system time (s): 3.88964
CPU usage (%): 101.83
Max. virtual memory (cumulated for all children) (KiB): 10847000
Max. memory (cumulated for all children) (KiB): 938784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.23
system time used= 3.88964
maximum resident set size= 940832
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 260938
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 276931
involuntary context switches= 5301


# summary of solver processes directly reported to runsolver:
#   pid: 26098
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2516.23
#   total CPU system time (s): 3.88964

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.5325 second user time and 24.764 second system time

The end

Launcher Data

Begin job on node105 at 2019-09-20 15:04:41
IDJOB=4402671
IDBENCH=141699
IDSOLVER=2861
FILE ID=node105/4402671-1568988380
RUNJOBID= node105-1568963940-19973
PBS_JOBID= 21704633
Free space on /var/tmp= 13144 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP19/hcp/graph249.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402671-1568988380/watcher-4402671-1568988380 -o /var/tmp/evaluation-result-4402671-1568988380/solver-4402671-1568988380 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node105-1568963940-19973 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=2047248357 HOME/instance-4402671-1568988380.xml

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

MD5SUM BENCH= 9deb1a9239474f0b39e24b397fc75368
RANDOM SEED=2047248357

node105.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.00
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.00
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.00
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.00
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:         9975512 kB
MemAvailable:   30416252 kB
Buffers:          145868 kB
Cached:         20194804 kB
SwapCached:        49512 kB
Active:         11491696 kB
Inactive:       10291284 kB
Active(anon):    1394124 kB
Inactive(anon):    93460 kB
Active(file):   10097572 kB
Inactive(file): 10197824 kB
Unevictable:      110944 kB
Mlocked:          110944 kB
SwapTotal:      67108860 kB
SwapFree:       66955296 kB
Dirty:             35668 kB
Writeback:            12 kB
AnonPages:       1505776 kB
Mapped:            62044 kB
Shmem:             36648 kB
Slab:             602572 kB
SReclaimable:     573804 kB
SUnreclaim:        28768 kB
KernelStack:        3728 kB
PageTables:         8596 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2499460 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1359872 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 /var/tmp at the end= 13108 MiB
End job on node105 at 2019-09-20 15:45:56