Trace number 4395935

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.08 2485.83

General information on the benchmark

NameXCSP19/ConsecutiveSquarePacking/
ConsecutiveSquarePacking-sp-29-093.xml
MD5SUMbf633c2727f59b2e783fa7e248dd5fc9
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables58
Number of constraints406
Number of domains29
Minimum domain size65
Maximum domain size93
Distribution of domain sizes[{"size":65,"count":2},{"size":66,"count":2},{"size":67,"count":2},{"size":68,"count":2},{"size":69,"count":2},{"size":70,"count":2},{"size":71,"count":2},{"size":72,"count":2},{"size":73,"count":2},{"size":74,"count":2},{"size":75,"count":2},{"size":76,"count":2},{"size":77,"count":2},{"size":78,"count":2},{"size":79,"count":2},{"size":80,"count":2},{"size":81,"count":2},{"size":82,"count":2},{"size":83,"count":2},{"size":84,"count":2},{"size":85,"count":2},{"size":86,"count":2},{"size":87,"count":2},{"size":88,"count":2},{"size":89,"count":2},{"size":90,"count":2},{"size":91,"count":2},{"size":92,"count":2},{"size":93,"count":2}]
Minimum variable degree28
Maximum variable degree28
Distribution of variable degrees[{"degree":28,"count":58}]
Minimum constraint arity4
Maximum constraint arity4
Distribution of constraint arities[{"arity":4,"count":406}]
Number of extensional constraints0
Number of intensional constraints406
Distribution of constraint types[{"type":"intension","count":406}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4395935-1568413964/watcher-4395935-1568413964 -o /tmp/evaluation-result-4395935-1568413964/solver-4395935-1568413964 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1568401436-22174 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=187304736 HOME/instance-4395935-1568413964.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
solver pid=25983, runsolver pid=25980
Current StackSize limit: 8192 KiB


[startup+0.10848 s]*
/proc/loadavg: 1.13 1.27 1.36 3/219 26041
/proc/meminfo: memFree=25135392/32770624 swapFree=67021180/67108860
[pid=25983] ppid=25980 vsize=10355560 memory=21700 CPUtime=0.11 cores=1,3,5,7
/proc/25983/stat : 25983 (java) S 25980 25983 22142 0 -1 1077944320 4700 13310 0 0 2 1 5 3 20 0 9 0 417668998 10604093440 5425 33554432000 4194304 4196468 140729507769424 140729507751968 140570101898999 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
/proc/25983/statm: 2588890 5425 2102 1 0 2551431 0
[pid=25983/tid=26036] ppid=25980 vsize=10355560 memory=4351193297950770312 CPUtime=0.1 cores=1,3,5,7
/proc/25983/task/26036/stat : 26036 (java) R 25980 25983 22142 0 -1 4202560 2448 13310 0 0 2 0 5 3 20 0 9 0 417669007 10604093440 5425 33554432000 4194304 4196468 140729507769424 140570073735024 140570085979486 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26037] ppid=25980 vsize=10355560 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25983/task/26037/stat : 26037 (java) S 25980 25983 22142 0 -1 1077944384 1 13310 0 0 0 0 5 3 20 0 9 0 417669008 10604093440 5425 33554432000 4194304 4196468 140729507769424 140570106140944 140570101909205 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26038] ppid=25980 vsize=10355560 memory=139820940973696 CPUtime=0.08 cores=1,3,5,7
/proc/25983/task/26038/stat : 26038 (java) S 25980 25983 22142 0 -1 1077944384 2 13310 0 0 0 0 5 3 20 0 9 0 417669008 10604093440 5425 33554432000 4194304 4196468 140729507769424 140569994414480 140570101909205 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26039] ppid=25980 vsize=10355560 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25983/task/26039/stat : 26039 (java) S 25980 25983 22142 0 -1 1077944384 2 13310 0 0 0 0 5 3 20 0 9 0 417669008 10604093440 5425 33554432000 4194304 4196468 140729507769424 140569993361936 140570101909205 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26040] ppid=25980 vsize=10355560 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/25983/task/26040/stat : 26040 (java) S 25980 25983 22142 0 -1 1077944384 2 13310 0 0 0 0 5 3 20 0 9 0 417669008 10604093440 5425 33554432000 4194304 4196468 140729507769424 140569992309392 140570101909205 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26041] ppid=25980 vsize=10355560 memory=139820940973696 CPUtime=0.08 cores=1,3,5,7
/proc/25983/task/26041/stat : 26041 (java) S 25980 25983 22142 0 -1 1077944384 2 13310 0 0 0 0 5 3 20 0 9 0 417669009 10604093440 5425 33554432000 4194304 4196468 140729507769424 140569560951280 140570101910146 0 0 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26042] ppid=25980 vsize=10355560 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/25983/task/26042/stat : 26042 (java) S 25980 25983 22142 0 -1 1077944384 33 13310 0 0 0 0 5 3 20 0 9 0 417669010 10604093440 5425 33554432000 4194304 4196468 140729507769424 140569559897504 140570101909205 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26043] ppid=25980 vsize=10355560 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25983/task/26043/stat : 26043 (java) S 25980 25983 22142 0 -1 1077944384 1 13310 0 0 0 0 5 3 20 0 9 0 417669010 10604093440 5425 33554432000 4194304 4196468 140729507769424 140568977991216 140570101909205 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 10355560 KiB
Current children cumulated memory: 21700 KiB

[startup+0.210025 s]*
/proc/loadavg: 1.20 1.28 1.36 3/227 26049
/proc/meminfo: memFree=25120948/32770624 swapFree=67021180/67108860
[pid=25983] ppid=25980 vsize=10820116 memory=41072 CPUtime=0.26 cores=1,3,5,7
/proc/25983/stat : 25983 (java) S 25980 25983 22142 0 -1 1077944320 7070 13310 0 0 17 1 5 3 20 0 15 0 417668998 11079798784 10202 33554432000 4194304 4196468 140729507769424 140729507751968 140570101898999 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
/proc/25983/statm: 2705029 10202 3205 1 0 2667149 0
[pid=25983/tid=26036] ppid=25980 vsize=10820116 memory=-6517102902069810590 CPUtime=0.2 cores=1,3,5,7
/proc/25983/task/26036/stat : 26036 (java) R 25980 25983 22142 0 -1 4202560 3564 13310 0 0 11 1 5 3 20 0 15 0 417669007 11079798784 10268 33554432000 4194304 4196468 140729507769424 140570073713840 140570024975333 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26037] ppid=25980 vsize=10820116 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25983/task/26037/stat : 26037 (java) S 25980 25983 22142 0 -1 1077944384 1 13310 0 0 0 0 5 3 20 0 15 0 417669008 11079798784 10268 33554432000 4194304 4196468 140729507769424 140570106140944 140570101909205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26038] ppid=25980 vsize=10820116 memory=139820940973696 CPUtime=0.08 cores=1,3,5,7
/proc/25983/task/26038/stat : 26038 (java) S 25980 25983 22142 0 -1 1077944384 2 13310 0 0 0 0 5 3 20 0 15 0 417669008 11079798784 10268 33554432000 4194304 4196468 140729507769424 140569994414480 140570101909205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26039] ppid=25980 vsize=10820116 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25983/task/26039/stat : 26039 (java) S 25980 25983 22142 0 -1 1077944384 2 13310 0 0 0 0 5 3 20 0 15 0 417669008 11079798784 10268 33554432000 4194304 4196468 140729507769424 140569993361936 140570101909205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26040] ppid=25980 vsize=10820116 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/25983/task/26040/stat : 26040 (java) S 25980 25983 22142 0 -1 1077944384 2 13310 0 0 0 0 5 3 20 0 15 0 417669008 11079798784 10268 33554432000 4194304 4196468 140729507769424 140569992309392 140570101909205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26041] ppid=25980 vsize=10820116 memory=139820940973696 CPUtime=0.08 cores=1,3,5,7
/proc/25983/task/26041/stat : 26041 (java) S 25980 25983 22142 0 -1 1077944384 2 13310 0 0 0 0 5 3 20 0 15 0 417669009 11079798784 10268 33554432000 4194304 4196468 140729507769424 140569560951280 140570101910146 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26042] ppid=25980 vsize=10820116 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/25983/task/26042/stat : 26042 (java) S 25980 25983 22142 0 -1 1077944384 33 13310 0 0 0 0 5 3 20 0 15 0 417669010 11079798784 10268 33554432000 4194304 4196468 140729507769424 140569559897504 140570101909205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26043] ppid=25980 vsize=10820116 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25983/task/26043/stat : 26043 (java) S 25980 25983 22142 0 -1 1077944384 1 13310 0 0 0 0 5 3 20 0 15 0 417669010 11079798784 10268 33554432000 4194304 4196468 140729507769424 140568977991152 140570101909205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26044] ppid=25980 vsize=10820128 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25983/task/26044/stat : 26044 (java) S 25980 25983 22142 0 -1 1077944384 3 13310 0 0 0 0 5 3 20 0 15 0 417669013 11079811072 10268 33554432000 4194304 4196468 140729507769424 140568670591696 140570101917595 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26045] ppid=25980 vsize=10820128 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/25983/task/26045/stat : 26045 (java) R 25980 25983 22142 0 -1 4202560 463 13310 0 0 1 0 5 3 20 0 15 0 417669013 11079811072 10268 33554432000 4194304 4196468 140729507769424 140569526339568 140570087932736 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26046] ppid=25980 vsize=10820128 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/25983/task/26046/stat : 26046 (java) R 25980 25983 22142 0 -1 4202560 179 13310 0 0 1 0 5 3 20 0 15 0 417669013 11079811072 10268 33554432000 4194304 4196468 140729507769424 140569525287024 140570101910934 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26047] ppid=25980 vsize=10820128 memory=139820940973696 CPUtime=0.11 cores=1,3,5,7
/proc/25983/task/26047/stat : 26047 (java) R 25980 25983 22142 0 -1 4202560 632 13310 0 0 3 0 5 3 20 0 15 0 417669013 11079811072 10268 33554432000 4194304 4196468 140729507769424 140569524234480 140570101920346 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26048] ppid=25980 vsize=10820128 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/25983/task/26048/stat : 26048 (java) S 25980 25983 22142 0 -1 1077944384 3 13310 0 0 0 0 5 3 20 0 15 0 417669013 11079811072 10268 33554432000 4194304 4196468 140729507769424 140568637033056 140570101909205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26049] ppid=25980 vsize=10820128 memory=139820940973696 CPUtime=0.08 cores=1,3,5,7
/proc/25983/task/26049/stat : 26049 (java) S 25980 25983 22142 0 -1 1077944384 1 13310 0 0 0 0 5 3 20 0 15 0 417669013 11079811072 10268 33554432000 4194304 4196468 140729507769424 140569523182384 140570101910146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10820116 KiB
Current children cumulated memory: 41072 KiB

[startup+0.310422 s]*
/proc/loadavg: 1.20 1.28 1.36 3/227 26049
/proc/meminfo: memFree=25108288/32770624 swapFree=67021180/67108860
[pid=25983] ppid=25980 vsize=10820264 memory=49604 CPUtime=0.4 cores=1,3,5,7
/proc/25983/stat : 25983 (java) S 25980 25983 22142 0 -1 1077944320 10651 13310 0 0 29 3 5 3 20 0 15 0 417668998 11079950336 12401 33554432000 4194304 4196468 140729507769424 140729507751968 140570101898999 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
/proc/25983/statm: 2705066 12401 3306 1 0 2667149 0
[pid=25983/tid=26036] ppid=25980 vsize=10820264 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/25983/task/26036/stat : 26036 (java) R 25980 25983 22142 0 -1 4202560 7098 13310 0 0 19 2 5 3 20 0 15 0 417669007 11079950336 12401 33554432000 4194304 4196468 140729507769424 140570073724528 140570101920925 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26037] ppid=25980 vsize=10820264 memory=6935054825532540783 CPUtime=0.08 cores=1,3,5,7
/proc/25983/task/26037/stat : 26037 (java) S 25980 25983 22142 0 -1 1077944384 1 13310 0 0 0 0 5 3 20 0 15 0 417669008 11079950336 12401 33554432000 4194304 4196468 140729507769424 140570106140944 140570101909205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26038] ppid=25980 vsize=10820264 memory=139820940984289 CPUtime=0.08 cores=1,3,5,7
/proc/25983/task/26038/stat : 26038 (java) S 25980 25983 22142 0 -1 1077944384 2 13310 0 0 0 0 5 3 20 0 15 0 417669008 11079950336 12401 33554432000 4194304 4196468 140729507769424 140569994414480 140570101909205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26039] ppid=25980 vsize=10820264 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25983/task/26039/stat : 26039 (java) S 25980 25983 22142 0 -1 1077944384 2 13310 0 0 0 0 5 3 20 0 15 0 417669008 11079950336 12401 33554432000 4194304 4196468 140729507769424 140569993361936 140570101909205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26040] ppid=25980 vsize=10820264 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25983/task/26040/stat : 26040 (java) S 25980 25983 22142 0 -1 1077944384 2 13310 0 0 0 0 5 3 20 0 15 0 417669008 11079950336 12401 33554432000 4194304 4196468 140729507769424 140569992309392 140570101909205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26041] ppid=25980 vsize=10820264 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25983/task/26041/stat : 26041 (java) S 25980 25983 22142 0 -1 1077944384 2 13310 0 0 0 0 5 3 20 0 15 0 417669009 11079950336 12401 33554432000 4194304 4196468 140729507769424 140569560951280 140570101910146 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26042] ppid=25980 vsize=10820264 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25983/task/26042/stat : 26042 (java) S 25980 25983 22142 0 -1 1077944384 33 13310 0 0 0 0 5 3 20 0 15 0 417669010 11079950336 12401 33554432000 4194304 4196468 140729507769424 140569559897504 140570101909205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26043] ppid=25980 vsize=10820264 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25983/task/26043/stat : 26043 (java) S 25980 25983 22142 0 -1 1077944384 1 13310 0 0 0 0 5 3 20 0 15 0 417669010 11079950336 12401 33554432000 4194304 4196468 140729507769424 140568977991152 140570101909205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26044] ppid=25980 vsize=10820264 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25983/task/26044/stat : 26044 (java) S 25980 25983 22142 0 -1 1077944384 3 13310 0 0 0 0 5 3 20 0 15 0 417669013 11079950336 12401 33554432000 4194304 4196468 140729507769424 140568670591696 140570101917595 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26045] ppid=25980 vsize=10820264 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/25983/task/26045/stat : 26045 (java) S 25980 25983 22142 0 -1 1077944384 473 13310 0 0 2 0 5 3 20 0 15 0 417669013 11079950336 12401 33554432000 4194304 4196468 140729507769424 140569526339568 140570101910146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26046] ppid=25980 vsize=10820264 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/25983/task/26046/stat : 26046 (java) S 25980 25983 22142 0 -1 1077944384 179 13310 0 0 1 0 5 3 20 0 15 0 417669013 11079950336 12401 33554432000 4194304 4196468 140729507769424 140569525287024 140570101910146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26047] ppid=25980 vsize=10820264 memory=139820940973696 CPUtime=0.13 cores=1,3,5,7
/proc/25983/task/26047/stat : 26047 (java) S 25980 25983 22142 0 -1 1077944384 641 13310 0 0 5 0 5 3 20 0 15 0 417669013 11079950336 12401 33554432000 4194304 4196468 140729507769424 140569524234480 140570101910146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26048] ppid=25980 vsize=10820264 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/25983/task/26048/stat : 26048 (java) S 25980 25983 22142 0 -1 1077944384 3 13310 0 0 0 0 5 3 20 0 15 0 417669013 11079950336 12401 33554432000 4194304 4196468 140729507769424 140568637033056 140570101909205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26049] ppid=25980 vsize=10820264 memory=139820940973696 CPUtime=0.08 cores=1,3,5,7
/proc/25983/task/26049/stat : 26049 (java) S 25980 25983 22142 0 -1 1077944384 1 13310 0 0 0 0 5 3 20 0 15 0 417669013 11079950336 12401 33554432000 4194304 4196468 140729507769424 140569523182384 140570101910146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820264 KiB
Current children cumulated memory: 49604 KiB

[startup+0.707353 s]
/proc/loadavg: 1.20 1.28 1.36 3/227 26049
/proc/meminfo: memFree=25093604/32770624 swapFree=67021180/67108860
[pid=25983] ppid=25980 vsize=10824360 memory=82528 CPUtime=1.17 cores=1,3,5,7
/proc/25983/stat : 25983 (java) S 25980 25983 22142 0 -1 1077944320 14946 13310 0 0 103 6 5 3 20 0 15 0 417668998 11084144640 20632 33554432000 4194304 4196468 140729507769424 140729507751968 140570101898999 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
/proc/25983/statm: 2706090 20632 3505 1 0 2668173 0
[pid=25983/tid=26036] ppid=25980 vsize=10824360 memory=0 CPUtime=0.68 cores=1,3,5,7
/proc/25983/task/26036/stat : 26036 (java) R 25980 25983 22142 0 -1 4202560 10185 13310 0 0 56 4 5 3 20 0 15 0 417669007 11084144640 20632 33554432000 4194304 4196468 140729507769424 140570073725440 140570101910934 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26037] ppid=25980 vsize=10824360 memory=139820784320262 CPUtime=0.08 cores=1,3,5,7
/proc/25983/task/26037/stat : 26037 (java) S 25980 25983 22142 0 -1 1077944384 1 13310 0 0 0 0 5 3 20 0 15 0 417669008 11084144640 20632 33554432000 4194304 4196468 140729507769424 140570106140944 140570101909205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26038] ppid=25980 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25983/task/26038/stat : 26038 (java) S 25980 25983 22142 0 -1 1077944384 2 13310 0 0 0 0 5 3 20 0 15 0 417669008 11084144640 20632 33554432000 4194304 4196468 140729507769424 140569994414480 140570101909205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26039] ppid=25980 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25983/task/26039/stat : 26039 (java) S 25980 25983 22142 0 -1 1077944384 2 13310 0 0 0 0 5 3 20 0 15 0 417669008 11084144640 20632 33554432000 4194304 4196468 140729507769424 140569993361936 140570101909205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26040] ppid=25980 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25983/task/26040/stat : 26040 (java) S 25980 25983 22142 0 -1 1077944384 2 13310 0 0 0 0 5 3 20 0 15 0 417669008 11084144640 20632 33554432000 4194304 4196468 140729507769424 140569992309392 140570101909205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26041] ppid=25980 vsize=10824360 memory=6944656592455359580 CPUtime=0.08 cores=1,3,5,7
/proc/25983/task/26041/stat : 26041 (java) S 25980 25983 22142 0 -1 1077944384 5 13310 0 0 0 0 5 3 20 0 15 0 417669009 11084144640 20632 33554432000 4194304 4196468 140729507769424 140569560951280 140570101910146 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26042] ppid=25980 vsize=10824360 memory=6943526294502006880 CPUtime=0.08 cores=1,3,5,7
/proc/25983/task/26042/stat : 26042 (java) S 25980 25983 22142 0 -1 1077944384 33 13310 0 0 0 0 5 3 20 0 15 0 417669010 11084144640 20632 33554432000 4194304 4196468 140729507769424 140569559897504 140570101909205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26043] ppid=25980 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25983/task/26043/stat : 26043 (java) S 25980 25983 22142 0 -1 1077944384 1 13310 0 0 0 0 5 3 20 0 15 0 417669010 11084144640 20632 33554432000 4194304 4196468 140729507769424 140568977991152 140570101909205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26044] ppid=25980 vsize=10824360 memory=6655300316396806240 CPUtime=0.08 cores=1,3,5,7
/proc/25983/task/26044/stat : 26044 (java) S 25980 25983 22142 0 -1 1077944384 3 13310 0 0 0 0 5 3 20 0 15 0 417669013 11084144640 20632 33554432000 4194304 4196468 140729507769424 140568670591696 140570101917595 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26045] ppid=25980 vsize=10824360 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/25983/task/26045/stat : 26045 (java) R 25980 25983 22142 0 -1 1077944384 1023 13310 0 0 16 0 5 3 20 0 15 0 417669013 11084144640 20632 33554432000 4194304 4196468 140729507769424 140569526339568 140570101910146 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26046] ppid=25980 vsize=10824360 memory=11076 CPUtime=0.19 cores=1,3,5,7
/proc/25983/task/26046/stat : 26046 (java) R 25980 25983 22142 0 -1 4202560 605 13310 0 0 11 0 5 3 20 0 15 0 417669013 11084144640 20632 33554432000 4194304 4196468 140729507769424 140569525287024 140570086669211 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26047] ppid=25980 vsize=10824360 memory=139820781302928 CPUtime=0.25 cores=1,3,5,7
/proc/25983/task/26047/stat : 26047 (java) R 25980 25983 22142 0 -1 4202560 870 13310 0 0 17 0 5 3 20 0 15 0 417669013 11084144640 20632 33554432000 4194304 4196468 140729507769424 140569524234480 140570094118424 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26048] ppid=25980 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25983/task/26048/stat : 26048 (java) S 25980 25983 22142 0 -1 1077944384 3 13310 0 0 0 0 5 3 20 0 15 0 417669013 11084144640 20632 33554432000 4194304 4196468 140729507769424 140568637033056 140570101909205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26049] ppid=25980 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25983/task/26049/stat : 26049 (java) S 25980 25983 22142 0 -1 1077944384 1 13310 0 0 0 0 5 3 20 0 15 0 417669013 11084144640 20632 33554432000 4194304 4196468 140729507769424 140569523182384 140570101910146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
Current children cumulated CPU time: 1.17 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 82528 KiB

[startup+1.50073 s]
/proc/loadavg: 1.20 1.28 1.36 3/227 26049
/proc/meminfo: memFree=25048524/32770624 swapFree=67021180/67108860
[pid=25983] ppid=25980 vsize=10834676 memory=177892 CPUtime=2.7 cores=1,3,5,7
/proc/25983/stat : 25983 (java) S 25980 25983 22142 0 -1 1077944320 23615 13310 0 0 251 11 5 3 20 0 15 0 417668998 11094708224 44473 33554432000 4194304 4196468 140729507769424 140729507751968 140570101898999 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
/proc/25983/statm: 2708669 44473 3581 1 0 2670733 0
[pid=25983/tid=26036] ppid=25980 vsize=10834676 memory=97776 CPUtime=1.44 cores=1,3,5,7
/proc/25983/task/26036/stat : 26036 (java) R 25980 25983 22142 0 -1 4202560 16040 13310 0 0 130 6 5 3 20 0 15 0 417669007 11094708224 44473 33554432000 4194304 4196468 140729507769424 140570073706288 140570081609440 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26037] ppid=25980 vsize=10834676 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/25983/task/26037/stat : 26037 (java) S 25980 25983 22142 0 -1 1077944384 35 13310 0 0 1 0 5 3 20 0 15 0 417669008 11094708224 44473 33554432000 4194304 4196468 140729507769424 140570106140944 140570101909205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26038] ppid=25980 vsize=10834676 memory=7893295687695687954 CPUtime=0.09 cores=1,3,5,7
/proc/25983/task/26038/stat : 26038 (java) S 25980 25983 22142 0 -1 1077944384 57 13310 0 0 1 0 5 3 20 0 15 0 417669008 11094708224 44473 33554432000 4194304 4196468 140729507769424 140569994414480 140570101909205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26039] ppid=25980 vsize=10834676 memory=6994781559841273980 CPUtime=0.08 cores=1,3,5,7
/proc/25983/task/26039/stat : 26039 (java) S 25980 25983 22142 0 -1 1077944384 303 13310 0 0 0 0 5 3 20 0 15 0 417669008 11094708224 44473 33554432000 4194304 4196468 140729507769424 140569993361936 140570101909205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26040] ppid=25980 vsize=10834676 memory=4498404016631593314 CPUtime=0.09 cores=1,3,5,7
/proc/25983/task/26040/stat : 26040 (java) S 25980 25983 22142 0 -1 1077944384 81 13310 0 0 1 0 5 3 20 0 15 0 417669008 11094708224 44473 33554432000 4194304 4196468 140729507769424 140569992309392 140570101909205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26041] ppid=25980 vsize=10834676 memory=11497619349 CPUtime=0.09 cores=1,3,5,7
/proc/25983/task/26041/stat : 26041 (java) S 25980 25983 22142 0 -1 1077944384 666 13310 0 0 1 0 5 3 20 0 15 0 417669009 11094708224 44473 33554432000 4194304 4196468 140729507769424 140569560951280 140570101910146 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26042] ppid=25980 vsize=10834676 memory=279641562581528 CPUtime=0.08 cores=1,3,5,7
/proc/25983/task/26042/stat : 26042 (java) S 25980 25983 22142 0 -1 1077944384 33 13310 0 0 0 0 5 3 20 0 15 0 417669010 11094708224 44473 33554432000 4194304 4196468 140729507769424 140569559897568 140570101909205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26043] ppid=25980 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25983/task/26043/stat : 26043 (java) S 25980 25983 22142 0 -1 1077944384 2 13310 0 0 0 0 5 3 20 0 15 0 417669010 11094708224 44473 33554432000 4194304 4196468 140729507769424 140568977991168 140570101909205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26044] ppid=25980 vsize=10834676 memory=288230583166042426 CPUtime=0.08 cores=1,3,5,7
/proc/25983/task/26044/stat : 26044 (java) S 25980 25983 22142 0 -1 1077944384 3 13310 0 0 0 0 5 3 20 0 15 0 417669013 11094708224 44473 33554432000 4194304 4196468 140729507769424 140568670591696 140570101917595 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26045] ppid=25980 vsize=10834676 memory=15816698942982814 CPUtime=0.48 cores=1,3,5,7
/proc/25983/task/26045/stat : 26045 (java) S 25980 25983 22142 0 -1 1077944384 1543 13310 0 0 40 0 5 3 20 0 15 0 417669013 11094708224 44473 33554432000 4194304 4196468 140729507769424 140569526339568 140570101910146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26046] ppid=25980 vsize=10834676 memory=0 CPUtime=0.38 cores=1,3,5,7
/proc/25983/task/26046/stat : 26046 (java) S 25980 25983 22142 0 -1 1077944384 943 13310 0 0 30 0 5 3 20 0 15 0 417669013 11094708224 44473 33554432000 4194304 4196468 140729507769424 140569525287024 140570101910146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26047] ppid=25980 vsize=10834676 memory=0 CPUtime=0.5 cores=1,3,5,7
/proc/25983/task/26047/stat : 26047 (java) R 25980 25983 22142 0 -1 4202560 1696 13310 0 0 42 0 5 3 20 0 15 0 417669013 11094708224 44473 33554432000 4194304 4196468 140729507769424 140569524234480 140570085979486 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0

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

/proc/25983/task/26036/stat : 26036 (java) R 25980 25983 22142 0 -1 4202560 56497 13310 0 0 230854 32 5 3 20 0 15 0 417669007 11107311616 206040 33554432000 4194304 4196468 140729507769424 140570073734560 140569686699198 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26037] ppid=25980 vsize=10846984 memory=824160 CPUtime=6.21 cores=1,3,5,7
/proc/25983/task/26037/stat : 26037 (java) S 25980 25983 22142 0 -1 1077944384 9389 13310 0 0 579 34 5 3 20 0 15 0 417669008 11107311616 206040 33554432000 4194304 4196468 140729507769424 140570106140944 140570101909205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26038] ppid=25980 vsize=10846984 memory=824160 CPUtime=6.18 cores=1,3,5,7
/proc/25983/task/26038/stat : 26038 (java) S 25980 25983 22142 0 -1 1077944384 11480 13310 0 0 576 34 5 3 20 0 15 0 417669008 11107311616 206040 33554432000 4194304 4196468 140729507769424 140569994414480 140570101909205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26039] ppid=25980 vsize=10846984 memory=824160 CPUtime=6.2 cores=1,3,5,7
/proc/25983/task/26039/stat : 26039 (java) S 25980 25983 22142 0 -1 1077944384 11730 13310 0 0 581 31 5 3 20 0 15 0 417669008 11107311616 206040 33554432000 4194304 4196468 140729507769424 140569993361936 140570101909205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26040] ppid=25980 vsize=10846984 memory=824160 CPUtime=6.19 cores=1,3,5,7
/proc/25983/task/26040/stat : 26040 (java) S 25980 25983 22142 0 -1 1077944384 11715 13310 0 0 576 35 5 3 20 0 15 0 417669008 11107311616 206040 33554432000 4194304 4196468 140729507769424 140569992309392 140570101909205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26041] ppid=25980 vsize=10846984 memory=824160 CPUtime=5.71 cores=1,3,5,7
/proc/25983/task/26041/stat : 26041 (java) S 25980 25983 22142 0 -1 1077944384 13417 13310 0 0 534 29 5 3 20 0 15 0 417669009 11107311616 206040 33554432000 4194304 4196468 140729507769424 140569560951280 140570101910146 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26042] ppid=25980 vsize=10846984 memory=824160 CPUtime=0.08 cores=1,3,5,7
/proc/25983/task/26042/stat : 26042 (java) S 25980 25983 22142 0 -1 1077944384 41 13310 0 0 0 0 5 3 20 0 15 0 417669010 11107311616 206040 33554432000 4194304 4196468 140729507769424 140569559897568 140570101909205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26043] ppid=25980 vsize=10846984 memory=824160 CPUtime=0.08 cores=1,3,5,7
/proc/25983/task/26043/stat : 26043 (java) S 25980 25983 22142 0 -1 1077944384 14 13310 0 0 0 0 5 3 20 0 15 0 417669010 11107311616 206040 33554432000 4194304 4196468 140729507769424 140568977991168 140570101909205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26044] ppid=25980 vsize=10846984 memory=824160 CPUtime=0.08 cores=1,3,5,7
/proc/25983/task/26044/stat : 26044 (java) S 25980 25983 22142 0 -1 1077944384 3 13310 0 0 0 0 5 3 20 0 15 0 417669013 11107311616 206040 33554432000 4194304 4196468 140729507769424 140568670591696 140570101917595 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26045] ppid=25980 vsize=10846984 memory=279641563141088 CPUtime=6.27 cores=1,3,5,7
/proc/25983/task/26045/stat : 26045 (java) S 25980 25983 22142 0 -1 1077944384 36927 13310 0 0 615 4 5 3 20 0 15 0 417669013 11107311616 206040 33554432000 4194304 4196468 140729507769424 140569526339568 140570101910146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26046] ppid=25980 vsize=10846984 memory=824160 CPUtime=6.14 cores=1,3,5,7
/proc/25983/task/26046/stat : 26046 (java) S 25980 25983 22142 0 -1 1077944384 37867 13310 0 0 601 5 5 3 20 0 15 0 417669013 11107311616 206040 33554432000 4194304 4196468 140729507769424 140569525287024 140570101910146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26047] ppid=25980 vsize=10846984 memory=824160 CPUtime=2.46 cores=1,3,5,7
/proc/25983/task/26047/stat : 26047 (java) S 25980 25983 22142 0 -1 1077944384 30059 13310 0 0 233 5 5 3 20 0 15 0 417669013 11107311616 206040 33554432000 4194304 4196468 140729507769424 140569524234480 140570101910146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26048] ppid=25980 vsize=10846984 memory=824160 CPUtime=0.08 cores=1,3,5,7
/proc/25983/task/26048/stat : 26048 (java) S 25980 25983 22142 0 -1 1077944384 3 13310 0 0 0 0 5 3 20 0 15 0 417669013 11107311616 206040 33554432000 4194304 4196468 140729507769424 140568637033056 140570101909205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26049] ppid=25980 vsize=10846984 memory=824160 CPUtime=1.38 cores=1,3,5,7
/proc/25983/task/26049/stat : 26049 (java) S 25980 25983 22142 0 -1 1077944384 2674 13310 0 0 56 74 5 3 20 0 15 0 417669013 11107311616 206040 33554432000 4194304 4196468 140729507769424 140569523182384 140570101910146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
Current children cumulated CPU time: 2355.08 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 824160 KiB

[startup+2382.3 s]
/proc/loadavg: 0.73 0.72 0.78 2/207 26341
/proc/meminfo: memFree=26292216/32770624 swapFree=67021252/67108860
[pid=25983] ppid=25980 vsize=10846984 memory=824160 CPUtime=2415.64 cores=1,3,5,7
/proc/25983/stat : 25983 (java) S 25980 25983 22142 0 -1 1077944320 225232 13310 0 0 241309 247 5 3 20 0 15 0 417668998 11107311616 206040 33554432000 4194304 4196468 140729507769424 140729507751968 140570101898999 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
/proc/25983/statm: 2711746 206040 3630 1 0 2673805 0
[pid=25983/tid=26036] ppid=25980 vsize=10846984 memory=824160 CPUtime=2368.58 cores=1,3,5,7
/proc/25983/task/26036/stat : 26036 (java) R 25980 25983 22142 0 -1 4202560 57013 13310 0 0 236817 33 5 3 20 0 15 0 417669007 11107311616 206040 33554432000 4194304 4196468 140729507769424 140570073734688 140569686557952 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26037] ppid=25980 vsize=10846984 memory=824160 CPUtime=6.39 cores=1,3,5,7
/proc/25983/task/26037/stat : 26037 (java) S 25980 25983 22142 0 -1 1077944384 9429 13310 0 0 597 34 5 3 20 0 15 0 417669008 11107311616 206040 33554432000 4194304 4196468 140729507769424 140570106140944 140570101909205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26038] ppid=25980 vsize=10846984 memory=824160 CPUtime=6.37 cores=1,3,5,7
/proc/25983/task/26038/stat : 26038 (java) S 25980 25983 22142 0 -1 1077944384 11681 13310 0 0 595 34 5 3 20 0 15 0 417669008 11107311616 206040 33554432000 4194304 4196468 140729507769424 140569994414480 140570101909205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26039] ppid=25980 vsize=10846984 memory=824160 CPUtime=6.38 cores=1,3,5,7
/proc/25983/task/26039/stat : 26039 (java) S 25980 25983 22142 0 -1 1077944384 11890 13310 0 0 598 32 5 3 20 0 15 0 417669008 11107311616 206040 33554432000 4194304 4196468 140729507769424 140569993361936 140570101909205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26040] ppid=25980 vsize=10846984 memory=824160 CPUtime=6.37 cores=1,3,5,7
/proc/25983/task/26040/stat : 26040 (java) S 25980 25983 22142 0 -1 1077944384 11776 13310 0 0 593 36 5 3 20 0 15 0 417669008 11107311616 206040 33554432000 4194304 4196468 140729507769424 140569992309392 140570101909205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26041] ppid=25980 vsize=10846984 memory=164 CPUtime=5.87 cores=1,3,5,7
/proc/25983/task/26041/stat : 26041 (java) S 25980 25983 22142 0 -1 1077944384 13622 13310 0 0 549 30 5 3 20 0 15 0 417669009 11107311616 206040 33554432000 4194304 4196468 140729507769424 140569560951280 140570101910146 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26042] ppid=25980 vsize=10846984 memory=824160 CPUtime=0.08 cores=1,3,5,7
/proc/25983/task/26042/stat : 26042 (java) S 25980 25983 22142 0 -1 1077944384 41 13310 0 0 0 0 5 3 20 0 15 0 417669010 11107311616 206040 33554432000 4194304 4196468 140729507769424 140569559897568 140570101909205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26043] ppid=25980 vsize=10846984 memory=241445 CPUtime=0.08 cores=1,3,5,7
/proc/25983/task/26043/stat : 26043 (java) S 25980 25983 22142 0 -1 1077944384 14 13310 0 0 0 0 5 3 20 0 15 0 417669010 11107311616 206040 33554432000 4194304 4196468 140729507769424 140568977991168 140570101909205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26044] ppid=25980 vsize=10846984 memory=4120 CPUtime=0.08 cores=1,3,5,7
/proc/25983/task/26044/stat : 26044 (java) S 25980 25983 22142 0 -1 1077944384 3 13310 0 0 0 0 5 3 20 0 15 0 417669013 11107311616 206040 33554432000 4194304 4196468 140729507769424 140568670591696 140570101917595 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26045] ppid=25980 vsize=10846984 memory=22980 CPUtime=6.27 cores=1,3,5,7
/proc/25983/task/26045/stat : 26045 (java) S 25980 25983 22142 0 -1 1077944384 36929 13310 0 0 615 4 5 3 20 0 15 0 417669013 11107311616 206040 33554432000 4194304 4196468 140729507769424 140569526339568 140570101910146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26046] ppid=25980 vsize=10846984 memory=4120 CPUtime=6.14 cores=1,3,5,7
/proc/25983/task/26046/stat : 26046 (java) S 25980 25983 22142 0 -1 1077944384 37869 13310 0 0 601 5 5 3 20 0 15 0 417669013 11107311616 206040 33554432000 4194304 4196468 140729507769424 140569525287024 140570101910146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26047] ppid=25980 vsize=10846984 memory=22980 CPUtime=2.46 cores=1,3,5,7
/proc/25983/task/26047/stat : 26047 (java) S 25980 25983 22142 0 -1 1077944384 30061 13310 0 0 233 5 5 3 20 0 15 0 417669013 11107311616 206040 33554432000 4194304 4196468 140729507769424 140569524234480 140570101910146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26048] ppid=25980 vsize=10846984 memory=239467 CPUtime=0.08 cores=1,3,5,7
/proc/25983/task/26048/stat : 26048 (java) S 25980 25983 22142 0 -1 1077944384 3 13310 0 0 0 0 5 3 20 0 15 0 417669013 11107311616 206040 33554432000 4194304 4196468 140729507769424 140568637033056 140570101909205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26049] ppid=25980 vsize=10846984 memory=234791 CPUtime=1.41 cores=1,3,5,7
/proc/25983/task/26049/stat : 26049 (java) S 25980 25983 22142 0 -1 1077944384 2691 13310 0 0 57 76 5 3 20 0 15 0 417669013 11107311616 206040 33554432000 4194304 4196468 140729507769424 140569523182384 140570101910146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
Current children cumulated CPU time: 2415.64 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 824160 KiB

[startup+2442.3 s]
/proc/loadavg: 0.66 0.69 0.77 2/207 26347
/proc/meminfo: memFree=26290404/32770624 swapFree=67021252/67108860
[pid=25983] ppid=25980 vsize=10846984 memory=826208 CPUtime=2476.13 cores=1,3,5,7
/proc/25983/stat : 25983 (java) S 25980 25983 22142 0 -1 1077944320 226563 13310 0 0 247354 251 5 3 20 0 15 0 417668998 11107311616 206552 33554432000 4194304 4196468 140729507769424 140729507751968 140570101898999 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
/proc/25983/statm: 2711746 206552 3630 1 0 2673805 0
[pid=25983/tid=26036] ppid=25980 vsize=10846984 memory=826208 CPUtime=2428.24 cores=1,3,5,7
/proc/25983/task/26036/stat : 26036 (java) R 25980 25983 22142 0 -1 4202560 57611 13310 0 0 242783 33 5 3 20 0 15 0 417669007 11107311616 206552 33554432000 4194304 4196468 140729507769424 140570073734688 140569680683485 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26037] ppid=25980 vsize=10846984 memory=826208 CPUtime=6.55 cores=1,3,5,7
/proc/25983/task/26037/stat : 26037 (java) S 25980 25983 22142 0 -1 1077944384 9545 13310 0 0 612 35 5 3 20 0 15 0 417669008 11107311616 206552 33554432000 4194304 4196468 140729507769424 140570106140944 140570101909205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26038] ppid=25980 vsize=10846984 memory=826208 CPUtime=6.53 cores=1,3,5,7
/proc/25983/task/26038/stat : 26038 (java) S 25980 25983 22142 0 -1 1077944384 11707 13310 0 0 610 35 5 3 20 0 15 0 417669008 11107311616 206552 33554432000 4194304 4196468 140729507769424 140569994414480 140570101909205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26039] ppid=25980 vsize=10846984 memory=826208 CPUtime=6.55 cores=1,3,5,7
/proc/25983/task/26039/stat : 26039 (java) S 25980 25983 22142 0 -1 1077944384 11931 13310 0 0 613 34 5 3 20 0 15 0 417669008 11107311616 206552 33554432000 4194304 4196468 140729507769424 140569993361936 140570101909205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26040] ppid=25980 vsize=10846984 memory=826208 CPUtime=6.53 cores=1,3,5,7
/proc/25983/task/26040/stat : 26040 (java) S 25980 25983 22142 0 -1 1077944384 12099 13310 0 0 609 36 5 3 20 0 15 0 417669008 11107311616 206552 33554432000 4194304 4196468 140729507769424 140569992309392 140570101909205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26041] ppid=25980 vsize=10846984 memory=826208 CPUtime=6.02 cores=1,3,5,7
/proc/25983/task/26041/stat : 26041 (java) S 25980 25983 22142 0 -1 1077944384 13825 13310 0 0 563 31 5 3 20 0 15 0 417669009 11107311616 206552 33554432000 4194304 4196468 140729507769424 140569560951280 140570101910146 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26042] ppid=25980 vsize=10846984 memory=826208 CPUtime=0.08 cores=1,3,5,7
/proc/25983/task/26042/stat : 26042 (java) S 25980 25983 22142 0 -1 1077944384 41 13310 0 0 0 0 5 3 20 0 15 0 417669010 11107311616 206552 33554432000 4194304 4196468 140729507769424 140569559897568 140570101909205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26043] ppid=25980 vsize=10846984 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25983/task/26043/stat : 26043 (java) S 25980 25983 22142 0 -1 1077944384 14 13310 0 0 0 0 5 3 20 0 15 0 417669010 11107311616 206552 33554432000 4194304 4196468 140729507769424 140568977991168 140570101909205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26044] ppid=25980 vsize=10846984 memory=826208 CPUtime=0.08 cores=1,3,5,7
/proc/25983/task/26044/stat : 26044 (java) S 25980 25983 22142 0 -1 1077944384 3 13310 0 0 0 0 5 3 20 0 15 0 417669013 11107311616 206552 33554432000 4194304 4196468 140729507769424 140568670591696 140570101917595 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26045] ppid=25980 vsize=10846984 memory=826208 CPUtime=6.27 cores=1,3,5,7
/proc/25983/task/26045/stat : 26045 (java) S 25980 25983 22142 0 -1 1077944384 36931 13310 0 0 615 4 5 3 20 0 15 0 417669013 11107311616 206552 33554432000 4194304 4196468 140729507769424 140569526339568 140570101910146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26046] ppid=25980 vsize=10846984 memory=826208 CPUtime=6.14 cores=1,3,5,7
/proc/25983/task/26046/stat : 26046 (java) S 25980 25983 22142 0 -1 1077944384 37871 13310 0 0 601 5 5 3 20 0 15 0 417669013 11107311616 206552 33554432000 4194304 4196468 140729507769424 140569525287024 140570101910146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26047] ppid=25980 vsize=10846984 memory=288230583166042426 CPUtime=2.47 cores=1,3,5,7
/proc/25983/task/26047/stat : 26047 (java) S 25980 25983 22142 0 -1 1077944384 30063 13310 0 0 234 5 5 3 20 0 15 0 417669013 11107311616 206552 33554432000 4194304 4196468 140729507769424 140569524234480 140570101910146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26048] ppid=25980 vsize=10846984 memory=826208 CPUtime=0.08 cores=1,3,5,7
/proc/25983/task/26048/stat : 26048 (java) S 25980 25983 22142 0 -1 1077944384 3 13310 0 0 0 0 5 3 20 0 15 0 417669013 11107311616 206552 33554432000 4194304 4196468 140729507769424 140568637033056 140570101909205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26049] ppid=25980 vsize=10846984 memory=826208 CPUtime=1.45 cores=1,3,5,7
/proc/25983/task/26049/stat : 26049 (java) S 25980 25983 22142 0 -1 1077944384 2709 13310 0 0 59 78 5 3 20 0 15 0 417669013 11107311616 206552 33554432000 4194304 4196468 140729507769424 140569523182384 140570101910146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
Current children cumulated CPU time: 2476.13 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 826208 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2485.8 s]
/proc/loadavg: 0.61 0.67 0.76 2/208 26350
/proc/meminfo: memFree=26290132/32770624 swapFree=67021252/67108860
[pid=25983] ppid=25980 vsize=10846984 memory=826208 CPUtime=2520.03 cores=1,3,5,7
/proc/25983/stat : 25983 (java) S 25980 25983 22142 0 -1 1077944320 228130 13310 0 0 251741 254 5 3 20 0 15 0 417668998 11107311616 206552 33554432000 4194304 4196468 140729507769424 140729507751968 140570101898999 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
/proc/25983/statm: 2711746 206552 3630 1 0 2673805 0
[pid=25983/tid=26036] ppid=25980 vsize=10846984 memory=1612 CPUtime=2471.47 cores=1,3,5,7
/proc/25983/task/26036/stat : 26036 (java) R 25980 25983 22142 0 -1 4202560 58053 13310 0 0 247106 33 5 3 20 0 15 0 417669007 11107311616 206552 33554432000 4194304 4196468 140729507769424 140570073734160 140569686187216 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26037] ppid=25980 vsize=10846984 memory=1224 CPUtime=6.68 cores=1,3,5,7
/proc/25983/task/26037/stat : 26037 (java) S 25980 25983 22142 0 -1 1077944384 9601 13310 0 0 624 36 5 3 20 0 15 0 417669008 11107311616 206552 33554432000 4194304 4196468 140729507769424 140570106140944 140570101909205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26038] ppid=25980 vsize=10846984 memory=3824 CPUtime=6.65 cores=1,3,5,7
/proc/25983/task/26038/stat : 26038 (java) S 25980 25983 22142 0 -1 1077944384 11761 13310 0 0 622 35 5 3 20 0 15 0 417669008 11107311616 206552 33554432000 4194304 4196468 140729507769424 140569994414480 140570101909205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26039] ppid=25980 vsize=10846984 memory=1384 CPUtime=6.68 cores=1,3,5,7
/proc/25983/task/26039/stat : 26039 (java) S 25980 25983 22142 0 -1 1077944384 12261 13310 0 0 626 34 5 3 20 0 15 0 417669008 11107311616 206552 33554432000 4194304 4196468 140729507769424 140569993361936 140570101909205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26040] ppid=25980 vsize=10846984 memory=15080 CPUtime=6.67 cores=1,3,5,7
/proc/25983/task/26040/stat : 26040 (java) S 25980 25983 22142 0 -1 1077944384 12118 13310 0 0 622 37 5 3 20 0 15 0 417669008 11107311616 206552 33554432000 4194304 4196468 140729507769424 140569992309392 140570101909205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26041] ppid=25980 vsize=10846984 memory=9636 CPUtime=6.13 cores=1,3,5,7
/proc/25983/task/26041/stat : 26041 (java) S 25980 25983 22142 0 -1 1077944384 14022 13310 0 0 574 31 5 3 20 0 15 0 417669009 11107311616 206552 33554432000 4194304 4196468 140729507769424 140569560951280 140570101910146 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26042] ppid=25980 vsize=10846984 memory=2676 CPUtime=0.08 cores=1,3,5,7
/proc/25983/task/26042/stat : 26042 (java) S 25980 25983 22142 0 -1 1077944384 41 13310 0 0 0 0 5 3 20 0 15 0 417669010 11107311616 206552 33554432000 4194304 4196468 140729507769424 140569559897568 140570101909205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26043] ppid=25980 vsize=10846984 memory=13240 CPUtime=0.08 cores=1,3,5,7
/proc/25983/task/26043/stat : 26043 (java) S 25980 25983 22142 0 -1 1077944384 14 13310 0 0 0 0 5 3 20 0 15 0 417669010 11107311616 206552 33554432000 4194304 4196468 140729507769424 140568977991168 140570101909205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26044] ppid=25980 vsize=10846984 memory=500 CPUtime=0.08 cores=1,3,5,7
/proc/25983/task/26044/stat : 26044 (java) S 25980 25983 22142 0 -1 1077944384 3 13310 0 0 0 0 5 3 20 0 15 0 417669013 11107311616 206552 33554432000 4194304 4196468 140729507769424 140568670591696 140570101917595 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26045] ppid=25980 vsize=10846984 memory=1736 CPUtime=6.28 cores=1,3,5,7
/proc/25983/task/26045/stat : 26045 (java) S 25980 25983 22142 0 -1 1077944384 37381 13310 0 0 616 4 5 3 20 0 15 0 417669013 11107311616 206552 33554432000 4194304 4196468 140729507769424 140569526339568 140570101910146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26046] ppid=25980 vsize=10846984 memory=1784 CPUtime=6.14 cores=1,3,5,7
/proc/25983/task/26046/stat : 26046 (java) S 25980 25983 22142 0 -1 1077944384 37873 13310 0 0 601 5 5 3 20 0 15 0 417669013 11107311616 206552 33554432000 4194304 4196468 140729507769424 140569525287024 140570101910146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26047] ppid=25980 vsize=10846984 memory=924 CPUtime=2.47 cores=1,3,5,7
/proc/25983/task/26047/stat : 26047 (java) S 25980 25983 22142 0 -1 1077944384 30065 13310 0 0 234 5 5 3 20 0 15 0 417669013 11107311616 206552 33554432000 4194304 4196468 140729507769424 140569524234480 140570101910146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26048] ppid=25980 vsize=10846984 memory=2344 CPUtime=0.08 cores=1,3,5,7
/proc/25983/task/26048/stat : 26048 (java) S 25980 25983 22142 0 -1 1077944384 3 13310 0 0 0 0 5 3 20 0 15 0 417669013 11107311616 206552 33554432000 4194304 4196468 140729507769424 140568637033056 140570101909205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
[pid=25983/tid=26049] ppid=25980 vsize=10846984 memory=2064 CPUtime=1.47 cores=1,3,5,7
/proc/25983/task/26049/stat : 26049 (java) S 25980 25983 22142 0 -1 1077944384 2724 13310 0 0 60 79 5 3 20 0 15 0 417669013 11107311616 206552 33554432000 4194304 4196468 140729507769424 140569523182384 140570101910146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38100992 140729507773168 140729507775685 140729507775685 140729507778511 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 826208 KiB

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

[startup+2485.83 s]
# the end of solver process 25983 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.49 s, system=2.59075 s

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

Child status: 143
Real time (s): 2485.83
CPU time (s): 2520.08
CPU user time (s): 2517.49
CPU system time (s): 2.59075
CPU usage (%): 101.378
Max. virtual memory (cumulated for all children) (KiB): 10849816
Max. memory (cumulated for all children) (KiB): 859580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.49
system time used= 2.59075
maximum resident set size= 861708
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 243466
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 186523
involuntary context switches= 4998


# summary of solver processes directly reported to runsolver:
#   pid: 25983
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2517.49
#   total CPU system time (s): 2.59075

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.4959 second user time and 24.4621 second system time

The end

Launcher Data

Begin job on node150 at 2019-09-14 00:32:04
IDJOB=4395935
IDBENCH=141743
IDSOLVER=2846
FILE ID=node150/4395935-1568413964
RUNJOBID= node150-1568401436-22174
PBS_JOBID= 21701880
Free space on /tmp= 59324 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP19/ConsecutiveSquarePacking/ConsecutiveSquarePacking-sp-29-093.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4395935-1568413964/watcher-4395935-1568413964 -o /tmp/evaluation-result-4395935-1568413964/solver-4395935-1568413964 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1568401436-22174 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=187304736 HOME/instance-4395935-1568413964.xml

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

MD5SUM BENCH= bf633c2727f59b2e783fa7e248dd5fc9
RANDOM SEED=187304736

node150.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.79
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.79
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.79
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.79
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:        25146256 kB
MemAvailable:   29909644 kB
Buffers:          196208 kB
Cached:          4778308 kB
SwapCached:        13396 kB
Active:          3074516 kB
Inactive:        3865232 kB
Active(anon):    1929932 kB
Inactive(anon):    60700 kB
Active(file):    1144584 kB
Inactive(file):  3804532 kB
Unevictable:      109416 kB
Mlocked:          109416 kB
SwapTotal:      67108860 kB
SwapFree:       67021180 kB
Dirty:             35388 kB
Writeback:            16 kB
AnonPages:       2062620 kB
Mapped:            52472 kB
Shmem:             16516 kB
Slab:             273004 kB
SReclaimable:     242732 kB
SUnreclaim:        30272 kB
KernelStack:        3712 kB
PageTables:        10888 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2986468 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1902592 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       99712 kB
DirectMap2M:    33445888 kB

Free space on /tmp at the end= 59324 MiB
End job on node150 at 2019-09-14 01:13:30