Trace number 4299170

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 NameAnswerobjective functionCPU timeWall clock time
slowpoke 2018-04-29? 34.7583 11.2886

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-08-4-rom_c18.xml
MD5SUMd2036c1580b702d26a2ba71e1295e02d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark2520.05
Satisfiable
(Un)Satisfiability was proved
Number of variables256
Number of constraints64
Number of domains5
Minimum domain size2
Maximum domain size62899
Distribution of domain sizes[{"size":2,"count":16},{"size":9,"count":112},{"size":27,"count":64},{"size":62899,"count":64}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":80},{"degree":2,"count":112},{"degree":8,"count":64}]
Minimum constraint arity11
Maximum constraint arity12
Distribution of constraint arities[{"arity":11,"count":16},{"arity":12,"count":48}]
Number of extensional constraints64
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":64}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

0.12/0.13	c version: 2018-04-11
0.12/0.13	c seed: 1811631
0.12/0.13	c timeout: 2520
0.12/0.13	c memlimit: -1
0.12/0.13	c nbcore: -1
34.47/11.18	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
34.47/11.18		at minicp.engine.core.BitSetMiniCP.<init>(BitSetMiniCP.java:13)
34.47/11.18		at minicp.engine.constraints.ShortTableCT.<init>(ShortTableCT.java:65)
34.47/11.18		at xcsp3.XCSP3.buildCtrExtension(XCSP3.java:152)
34.47/11.18		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:306)
34.47/11.18		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:167)
34.47/11.18		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
34.66/11.24		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
34.66/11.24		at org.xcsp.parser.XCallbacks$$Lambda$86/2008362258.accept(Unknown Source)
34.66/11.24		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
34.66/11.24		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
34.66/11.24		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
34.66/11.24		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:462)
34.66/11.24		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
34.66/11.24		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
34.66/11.24		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
34.66/11.24		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
34.66/11.24		at xcsp3.XCSP3.<init>(XCSP3.java:84)
34.66/11.24		at xcsp3.CompetitionApp.runSolver(CompetitionApp.java:63)
34.66/11.24		at xcsp3.CompetitionApp.main(CompetitionApp.java:51)
34.66/11.24	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 (13265 MiB free)
  memory of node 1: 16384 MiB (12709 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299170-1532804625/watcher-4299170-1532804625 -o /tmp/evaluation-result-4299170-1532804625/solver-4299170-1532804625 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1532774532-6235 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4299170-1532804625.xml --timelimit 2520 

running on 4 cores: 0,2,4,6

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


[startup+0.100059 s]*
/proc/loadavg: 4.42 4.24 3.48 4/222 9687
/proc/meminfo: memFree=26583292/32770624 swapFree=67108744/67108860
[pid=9672] ppid=9669 vsize=10661056 memory=27612 CPUtime=0.12 cores=0,2,4,6
/proc/9672/stat : 9672 (java) S 9669 9672 6204 0 -1 1077944320 5274 0 0 0 11 1 0 0 20 0 15 0 98025686 10916921344 6903 33554432000 4194304 4196468 140737327240512 140737327223056 140358669905655 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
/proc/9672/statm: 2665264 6903 2850 1 0 2627263 0
[pid=9672/tid=9674] ppid=9669 vsize=10661056 memory=-8826031017717232832 CPUtime=0.09 cores=0,2,4,6
/proc/9672/task/9674/stat : 9674 (java) R 9669 9672 6204 0 -1 4202560 3138 0 0 0 9 0 0 0 20 0 15 0 98025686 10916921344 6903 33554432000 4194304 4196468 140737327240512 140358674126768 140358669917590 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9675] ppid=9669 vsize=10661056 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/9672/task/9675/stat : 9675 (java) S 9669 9672 6204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98025687 10916921344 6903 33554432000 4194304 4196468 140737327240512 140358595980432 140358669915861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9676] ppid=9669 vsize=10661056 memory=140694418249344 CPUtime=0 cores=0,2,4,6
/proc/9672/task/9676/stat : 9676 (java) S 9669 9672 6204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98025687 10916921344 6903 33554432000 4194304 4196468 140737327240512 140358594927632 140358669915861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9677] ppid=9669 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9672/task/9677/stat : 9677 (java) S 9669 9672 6204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98025687 10916921344 6903 33554432000 4194304 4196468 140737327240512 140358593874832 140358669915861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9678] ppid=9669 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9672/task/9678/stat : 9678 (java) S 9669 9672 6204 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98025687 10916921344 6903 33554432000 4194304 4196468 140737327240512 140358592822032 140358669915861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9679] ppid=9669 vsize=10661056 memory=140694418249344 CPUtime=0 cores=0,2,4,6
/proc/9672/task/9679/stat : 9679 (java) S 9669 9672 6204 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98025689 10916921344 6903 33554432000 4194304 4196468 140737327240512 140357705603440 140358669916802 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9680] ppid=9669 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9672/task/9680/stat : 9680 (java) S 9669 9672 6204 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98025689 10916921344 6903 33554432000 4194304 4196468 140737327240512 140357704549408 140358669915861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9681] ppid=9669 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9672/task/9681/stat : 9681 (java) S 9669 9672 6204 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98025689 10916921344 6903 33554432000 4194304 4196468 140737327240512 140357703496560 140358669915861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9682] ppid=9669 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9672/task/9682/stat : 9682 (java) S 9669 9672 6204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98025692 10916921344 6903 33554432000 4194304 4196468 140737327240512 140357702444880 140358669924251 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9683] ppid=9669 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9672/task/9683/stat : 9683 (java) S 9669 9672 6204 0 -1 1077944384 157 0 0 0 0 0 0 0 20 0 15 0 98025692 10916921344 6903 33554432000 4194304 4196468 140737327240512 140357701393264 140358669916802 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9684] ppid=9669 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9672/task/9684/stat : 9684 (java) S 9669 9672 6204 0 -1 1077944384 281 0 0 0 0 0 0 0 20 0 15 0 98025692 10916921344 6903 33554432000 4194304 4196468 140737327240512 140357700340464 140358669916802 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9685] ppid=9669 vsize=10661056 memory=140694418249344 CPUtime=0.02 cores=0,2,4,6
/proc/9672/task/9685/stat : 9685 (java) R 9669 9672 6204 0 -1 4202560 334 0 0 0 2 0 0 0 20 0 15 0 98025692 10916921344 6903 33554432000 4194304 4196468 140737327240512 140357699287664 140358653986142 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9686] ppid=9669 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9672/task/9686/stat : 9686 (java) S 9669 9672 6204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98025692 10916921344 6903 33554432000 4194304 4196468 140737327240512 140357698235104 140358669915861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9687] ppid=9669 vsize=10661056 memory=140694418249344 CPUtime=0 cores=0,2,4,6
/proc/9672/task/9687/stat : 9687 (java) S 9669 9672 6204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98025692 10916921344 6903 33554432000 4194304 4196468 140737327240512 140357697182384 140358669916802 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 27612 KiB

[startup+0.21099 s]*
/proc/loadavg: 4.42 4.24 3.48 4/222 9687
/proc/meminfo: memFree=26571136/32770624 swapFree=67108744/67108860
[pid=9672] ppid=9669 vsize=10661056 memory=39668 CPUtime=0.33 cores=0,2,4,6
/proc/9672/stat : 9672 (java) S 9669 9672 6204 0 -1 1077944320 8060 0 0 0 31 2 0 0 20 0 15 0 98025686 10916921344 9917 33554432000 4194304 4196468 140737327240512 140737327223056 140358669905655 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
/proc/9672/statm: 2665264 9917 2957 1 0 2627263 0
[pid=9672/tid=9674] ppid=9669 vsize=10661056 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/9672/task/9674/stat : 9674 (java) R 9669 9672 6204 0 -1 4202560 5104 0 0 0 19 1 0 0 20 0 15 0 98025686 10916921344 9917 33554432000 4194304 4196468 140737327240512 140358674136896 140358669927581 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9675] ppid=9669 vsize=10661056 memory=364 CPUtime=0 cores=0,2,4,6
/proc/9672/task/9675/stat : 9675 (java) S 9669 9672 6204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98025687 10916921344 9917 33554432000 4194304 4196468 140737327240512 140358595980432 140358669915861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9676] ppid=9669 vsize=10661056 memory=140694418259133 CPUtime=0 cores=0,2,4,6
/proc/9672/task/9676/stat : 9676 (java) S 9669 9672 6204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98025687 10916921344 9917 33554432000 4194304 4196468 140737327240512 140358594927632 140358669915861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9677] ppid=9669 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9672/task/9677/stat : 9677 (java) S 9669 9672 6204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98025687 10916921344 9917 33554432000 4194304 4196468 140737327240512 140358593874832 140358669915861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9678] ppid=9669 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9672/task/9678/stat : 9678 (java) S 9669 9672 6204 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98025687 10916921344 9917 33554432000 4194304 4196468 140737327240512 140358592822032 140358669915861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9679] ppid=9669 vsize=10661056 memory=140694418249344 CPUtime=0 cores=0,2,4,6
/proc/9672/task/9679/stat : 9679 (java) S 9669 9672 6204 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98025689 10916921344 9917 33554432000 4194304 4196468 140737327240512 140357705603440 140358669916802 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9680] ppid=9669 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9672/task/9680/stat : 9680 (java) S 9669 9672 6204 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98025689 10916921344 9917 33554432000 4194304 4196468 140737327240512 140357704549408 140358669915861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9681] ppid=9669 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9672/task/9681/stat : 9681 (java) S 9669 9672 6204 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98025689 10916921344 9917 33554432000 4194304 4196468 140737327240512 140357703496560 140358669915861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9682] ppid=9669 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9672/task/9682/stat : 9682 (java) S 9669 9672 6204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98025692 10916921344 9917 33554432000 4194304 4196468 140737327240512 140357702444880 140358669924251 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9683] ppid=9669 vsize=10661056 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/9672/task/9683/stat : 9683 (java) R 9669 9672 6204 0 -1 4202560 253 0 0 0 1 0 0 0 20 0 15 0 98025692 10916921344 9917 33554432000 4194304 4196468 140737327240512 140357701393264 140358669917590 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9684] ppid=9669 vsize=10661056 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/9672/task/9684/stat : 9684 (java) R 9669 9672 6204 0 -1 4202560 549 0 0 0 2 0 0 0 20 0 15 0 98025692 10916921344 9917 33554432000 4194304 4196468 140737327240512 140357700340464 140358655507393 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9685] ppid=9669 vsize=10661056 memory=140694418249344 CPUtime=0.08 cores=0,2,4,6
/proc/9672/task/9685/stat : 9685 (java) R 9669 9672 6204 0 -1 1077944384 786 0 0 0 8 0 0 0 20 0 15 0 98025692 10916921344 9917 33554432000 4194304 4196468 140737327240512 140357699287664 140358669916802 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9686] ppid=9669 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9672/task/9686/stat : 9686 (java) S 9669 9672 6204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98025692 10916921344 9917 33554432000 4194304 4196468 140737327240512 140357698235104 140358669915861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9687] ppid=9669 vsize=10661056 memory=140694418249344 CPUtime=0 cores=0,2,4,6
/proc/9672/task/9687/stat : 9687 (java) S 9669 9672 6204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98025692 10916921344 9917 33554432000 4194304 4196468 140737327240512 140357697182384 140358669916802 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 39668 KiB

[startup+0.310886 s]*
/proc/loadavg: 4.42 4.24 3.48 5/222 9687
/proc/meminfo: memFree=26547900/32770624 swapFree=67108744/67108860
[pid=9672] ppid=9669 vsize=10661132 memory=63468 CPUtime=0.54 cores=0,2,4,6
/proc/9672/stat : 9672 (java) S 9669 9672 6204 0 -1 1077944320 8819 0 0 0 51 3 0 0 20 0 15 0 98025686 10916999168 15867 33554432000 4194304 4196468 140737327240512 140737327223056 140358669905655 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
/proc/9672/statm: 2665283 15867 3057 1 0 2627263 0
[pid=9672/tid=9674] ppid=9669 vsize=10661132 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/9672/task/9674/stat : 9674 (java) R 9669 9672 6204 0 -1 4202560 5416 0 0 0 28 2 0 0 20 0 15 0 98025686 10916999168 15867 33554432000 4194304 4196468 140737327240512 140358674139840 140358273091383 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9675] ppid=9669 vsize=10661132 memory=4294980952 CPUtime=0 cores=0,2,4,6
/proc/9672/task/9675/stat : 9675 (java) S 9669 9672 6204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98025687 10916999168 15867 33554432000 4194304 4196468 140737327240512 140358595980432 140358669915861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9676] ppid=9669 vsize=10661132 memory=140694418838322 CPUtime=0 cores=0,2,4,6
/proc/9672/task/9676/stat : 9676 (java) S 9669 9672 6204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98025687 10916999168 15867 33554432000 4194304 4196468 140737327240512 140358594927632 140358669915861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9677] ppid=9669 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9672/task/9677/stat : 9677 (java) S 9669 9672 6204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98025687 10916999168 15867 33554432000 4194304 4196468 140737327240512 140358593874832 140358669915861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9678] ppid=9669 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9672/task/9678/stat : 9678 (java) S 9669 9672 6204 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98025687 10916999168 15867 33554432000 4194304 4196468 140737327240512 140358592822032 140358669915861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9679] ppid=9669 vsize=10661132 memory=140694418249344 CPUtime=0 cores=0,2,4,6
/proc/9672/task/9679/stat : 9679 (java) S 9669 9672 6204 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98025689 10916999168 15867 33554432000 4194304 4196468 140737327240512 140357705603440 140358669916802 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9680] ppid=9669 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9672/task/9680/stat : 9680 (java) S 9669 9672 6204 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98025689 10916999168 15867 33554432000 4194304 4196468 140737327240512 140357704549408 140358669915861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9681] ppid=9669 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9672/task/9681/stat : 9681 (java) S 9669 9672 6204 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98025689 10916999168 15867 33554432000 4194304 4196468 140737327240512 140357703496560 140358669915861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9682] ppid=9669 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9672/task/9682/stat : 9682 (java) S 9669 9672 6204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98025692 10916999168 15867 33554432000 4194304 4196468 140737327240512 140357702444880 140358669924251 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9683] ppid=9669 vsize=10661132 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/9672/task/9683/stat : 9683 (java) S 9669 9672 6204 0 -1 1077944384 356 0 0 0 5 0 0 0 20 0 15 0 98025692 10916999168 15867 33554432000 4194304 4196468 140737327240512 140357701393392 140358669915861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9684] ppid=9669 vsize=10661132 memory=-1 CPUtime=0.05 cores=0,2,4,6
/proc/9672/task/9684/stat : 9684 (java) R 9669 9672 6204 0 -1 1077944384 748 0 0 0 5 0 0 0 20 0 15 0 98025692 10916999168 15867 33554432000 4194304 4196468 140737327240512 140357700340464 140358669916802 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9685] ppid=9669 vsize=10661132 memory=140694418249344 CPUtime=0.12 cores=0,2,4,6
/proc/9672/task/9685/stat : 9685 (java) R 9669 9672 6204 0 -1 4202560 936 0 0 0 12 0 0 0 20 0 15 0 98025692 10916999168 15867 33554432000 4194304 4196468 140737327240512 140357699287664 140358648708879 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9686] ppid=9669 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9672/task/9686/stat : 9686 (java) S 9669 9672 6204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98025692 10916999168 15867 33554432000 4194304 4196468 140737327240512 140357698235104 140358669915861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9687] ppid=9669 vsize=10661132 memory=140694418249344 CPUtime=0 cores=0,2,4,6
/proc/9672/task/9687/stat : 9687 (java) S 9669 9672 6204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98025692 10916999168 15867 33554432000 4194304 4196468 140737327240512 140357697182384 140358669916802 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 63468 KiB

[startup+0.700738 s]
/proc/loadavg: 4.42 4.24 3.48 6/222 9687
/proc/meminfo: memFree=26467392/32770624 swapFree=67108744/67108860
[pid=9672] ppid=9669 vsize=10661132 memory=219748 CPUtime=1.5 cores=0,2,4,6
/proc/9672/stat : 9672 (java) S 9669 9672 6204 0 -1 1077944320 10685 0 0 0 144 6 0 0 20 0 15 0 98025686 10916999168 54937 33554432000 4194304 4196468 140737327240512 140737327223056 140358669905655 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
/proc/9672/statm: 2665283 54937 3115 1 0 2627263 0
[pid=9672/tid=9674] ppid=9669 vsize=10661132 memory=1236 CPUtime=0.66 cores=0,2,4,6
/proc/9672/task/9674/stat : 9674 (java) R 9669 9672 6204 0 -1 4202560 5509 0 0 0 62 4 0 0 20 0 15 0 98025686 10916999168 54937 33554432000 4194304 4196468 140737327240512 140358674142016 140358669927581 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9675] ppid=9669 vsize=10661132 memory=16248 CPUtime=0.01 cores=0,2,4,6
/proc/9672/task/9675/stat : 9675 (java) S 9669 9672 6204 0 -1 1077944384 27 0 0 0 1 0 0 0 20 0 15 0 98025687 10916999168 54937 33554432000 4194304 4196468 140737327240512 140358595980432 140358669915861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9676] ppid=9669 vsize=10661132 memory=4052 CPUtime=0 cores=0,2,4,6
/proc/9672/task/9676/stat : 9676 (java) S 9669 9672 6204 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 15 0 98025687 10916999168 54937 33554432000 4194304 4196468 140737327240512 140358594927632 140358669915861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9677] ppid=9669 vsize=10661132 memory=644 CPUtime=0 cores=0,2,4,6
/proc/9672/task/9677/stat : 9677 (java) S 9669 9672 6204 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 15 0 98025687 10916999168 54937 33554432000 4194304 4196468 140737327240512 140358593874832 140358669915861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9678] ppid=9669 vsize=10661132 memory=1800 CPUtime=0 cores=0,2,4,6
/proc/9672/task/9678/stat : 9678 (java) S 9669 9672 6204 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 15 0 98025687 10916999168 54937 33554432000 4194304 4196468 140737327240512 140358592822032 140358669915861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9679] ppid=9669 vsize=10661132 memory=956 CPUtime=0 cores=0,2,4,6
/proc/9672/task/9679/stat : 9679 (java) S 9669 9672 6204 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 98025689 10916999168 54937 33554432000 4194304 4196468 140737327240512 140357705603440 140358669916802 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9680] ppid=9669 vsize=10661132 memory=2340 CPUtime=0 cores=0,2,4,6
/proc/9672/task/9680/stat : 9680 (java) S 9669 9672 6204 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98025689 10916999168 54937 33554432000 4194304 4196468 140737327240512 140357704549408 140358669915861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9681] ppid=9669 vsize=10661132 memory=928 CPUtime=0 cores=0,2,4,6
/proc/9672/task/9681/stat : 9681 (java) S 9669 9672 6204 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98025689 10916999168 54937 33554432000 4194304 4196468 140737327240512 140357703496560 140358669915861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9682] ppid=9669 vsize=10661132 memory=6153431502485415525 CPUtime=0 cores=0,2,4,6
/proc/9672/task/9682/stat : 9682 (java) S 9669 9672 6204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98025692 10916999168 54937 33554432000 4194304 4196468 140737327240512 140357702444880 140358669924251 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9683] ppid=9669 vsize=10661132 memory=6081108994580048232 CPUtime=0.3 cores=0,2,4,6
/proc/9672/task/9683/stat : 9683 (java) S 9669 9672 6204 0 -1 1077944384 1116 0 0 0 30 0 0 0 20 0 15 0 98025692 10916999168 54937 33554432000 4194304 4196468 140737327240512 140357701393264 140358669916802 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9684] ppid=9669 vsize=10661132 memory=6154282490091891024 CPUtime=0.29 cores=0,2,4,6
/proc/9672/task/9684/stat : 9684 (java) S 9669 9672 6204 0 -1 1077944384 1368 0 0 0 29 0 0 0 20 0 15 0 98025692 10916999168 54937 33554432000 4194304 4196468 140737327240512 140357700340464 140358669916802 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9685] ppid=9669 vsize=10661132 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/9672/task/9685/stat : 9685 (java) S 9669 9672 6204 0 -1 1077944384 1184 0 0 0 18 0 0 0 20 0 15 0 98025692 10916999168 54937 33554432000 4194304 4196468 140737327240512 140357699287664 140358669916802 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9686] ppid=9669 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9672/task/9686/stat : 9686 (java) S 9669 9672 6204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98025692 10916999168 54937 33554432000 4194304 4196468 140737327240512 140357698235104 140358669915861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9687] ppid=9669 vsize=10661132 memory=10588 CPUtime=0 cores=0,2,4,6
/proc/9672/task/9687/stat : 9687 (java) S 9669 9672 6204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98025692 10916999168 54937 33554432000 4194304 4196468 140737327240512 140357697182384 140358669916802 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
Current children cumulated CPU time: 1.5 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 219748 KiB

[startup+1.50081 s]
/proc/loadavg: 4.42 4.24 3.48 3/222 9687
/proc/meminfo: memFree=26326464/32770624 swapFree=67108744/67108860
[pid=9672] ppid=9669 vsize=10661132 memory=628200 CPUtime=3.32 cores=0,2,4,6
/proc/9672/stat : 9672 (java) S 9669 9672 6204 0 -1 1077944320 13322 0 0 0 289 43 0 0 20 0 15 0 98025686 10916999168 157050 33554432000 4194304 4196468 140737327240512 140737327223056 140358669905655 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
/proc/9672/statm: 2665283 157050 3145 1 0 2627263 0
[pid=9672/tid=9674] ppid=9669 vsize=10661132 memory=409620 CPUtime=1.22 cores=0,2,4,6
/proc/9672/task/9674/stat : 9674 (java) R 9669 9672 6204 0 -1 4202560 5774 0 0 0 115 7 0 0 20 0 15 0 98025686 10916999168 157050 33554432000 4194304 4196468 140737327240512 140358674144288 140358276323241 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9675] ppid=9669 vsize=10661132 memory=8112282956445269571 CPUtime=0.22 cores=0,2,4,6
/proc/9672/task/9675/stat : 9675 (java) S 9669 9672 6204 0 -1 1077944384 258 0 0 0 14 8 0 0 20 0 15 0 98025687 10916999168 157050 33554432000 4194304 4196468 140737327240512 140358595980432 140358669915861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9676] ppid=9669 vsize=10661132 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/9672/task/9676/stat : 9676 (java) S 9669 9672 6204 0 -1 1077944384 758 0 0 0 13 8 0 0 20 0 15 0 98025687 10916999168 157050 33554432000 4194304 4196468 140737327240512 140358594927632 140358669915861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9677] ppid=9669 vsize=10661132 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/9672/task/9677/stat : 9677 (java) S 9669 9672 6204 0 -1 1077944384 290 0 0 0 13 8 0 0 20 0 15 0 98025687 10916999168 157050 33554432000 4194304 4196468 140737327240512 140358593874832 140358669915861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9678] ppid=9669 vsize=10661132 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/9672/task/9678/stat : 9678 (java) S 9669 9672 6204 0 -1 1077944384 399 0 0 0 13 8 0 0 20 0 15 0 98025687 10916999168 157050 33554432000 4194304 4196468 140737327240512 140358592822032 140358669915861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9679] ppid=9669 vsize=10661132 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/9672/task/9679/stat : 9679 (java) S 9669 9672 6204 0 -1 1077944384 594 0 0 0 2 0 0 0 20 0 15 0 98025689 10916999168 157050 33554432000 4194304 4196468 140737327240512 140357705603440 140358669916802 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0

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

[pid=9672/tid=9686] ppid=9669 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9672/task/9686/stat : 9686 (java) S 9669 9672 6204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98025692 10916999168 1443655 33554432000 4194304 4196468 140737327240512 140357698235104 140358669915861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9687] ppid=9669 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9672/task/9687/stat : 9687 (java) S 9669 9672 6204 0 -1 1077944384 253 0 0 0 0 0 0 0 20 0 15 0 98025692 10916999168 1443655 33554432000 4194304 4196468 140737327240512 140357697182384 140358669916802 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 15 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
Current children cumulated CPU time: 18.68 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 5774620 KiB

[startup+9.61119 s]
/proc/loadavg: 4.47 4.25 3.49 6/222 9687
/proc/meminfo: memFree=18600584/32770624 swapFree=67108744/67108860
[pid=9672] ppid=9669 vsize=10661132 memory=8303968 CPUtime=29.07 cores=0,2,4,6
/proc/9672/stat : 9672 (java) S 9669 9672 6204 0 -1 1077944320 163956 0 0 0 1983 924 0 0 20 0 15 0 98025686 10916999168 2075992 33554432000 4194304 4196468 140737327240512 140737327223056 140358669905655 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
/proc/9672/statm: 2665283 2075992 3168 1 0 2627263 0
[pid=9672/tid=9674] ppid=9669 vsize=10661132 memory=6944656575208382560 CPUtime=3.12 cores=0,2,4,6
/proc/9672/task/9674/stat : 9674 (java) S 9669 9672 6204 0 -1 1077944384 8349 0 0 0 300 12 0 0 20 0 15 0 98025686 10916999168 2075992 33554432000 4194304 4196468 140737327240512 140358674144288 140358669915861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9675] ppid=9669 vsize=10661132 memory=8112282956445269571 CPUtime=6.05 cores=0,2,4,6
/proc/9672/task/9675/stat : 9675 (java) R 9669 9672 6204 0 -1 4202560 30184 0 0 0 372 233 0 0 20 0 15 0 98025687 10916999168 2075992 33554432000 4194304 4196468 140737327240512 140358595980432 140358654902253 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9676] ppid=9669 vsize=10661132 memory=4420 CPUtime=6.01 cores=0,2,4,6
/proc/9672/task/9676/stat : 9676 (java) R 9669 9672 6204 0 -1 4202560 61160 0 0 0 360 241 0 0 20 0 15 0 98025687 10916999168 2075992 33554432000 4194304 4196468 140737327240512 140358594927832 140358654605699 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9677] ppid=9669 vsize=10661132 memory=6628 CPUtime=6.02 cores=0,2,4,6
/proc/9672/task/9677/stat : 9677 (java) R 9669 9672 6204 0 -1 4202560 22651 0 0 0 374 228 0 0 20 0 15 0 98025687 10916999168 2075992 33554432000 4194304 4196468 140737327240512 140358593875032 140358654604947 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9678] ppid=9669 vsize=10661132 memory=8836 CPUtime=6.05 cores=0,2,4,6
/proc/9672/task/9678/stat : 9678 (java) R 9669 9672 6204 0 -1 4202560 22798 0 0 0 403 202 0 0 20 0 15 0 98025687 10916999168 2075992 33554432000 4194304 4196468 140737327240512 140358592822032 140358654604395 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9679] ppid=9669 vsize=10661132 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/9672/task/9679/stat : 9679 (java) S 9669 9672 6204 0 -1 1077944384 10839 0 0 0 20 1 0 0 20 0 15 0 98025689 10916999168 2075992 33554432000 4194304 4196468 140737327240512 140357705601984 140358669915861 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 14 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9680] ppid=9669 vsize=10661132 memory=1948 CPUtime=0 cores=0,2,4,6
/proc/9672/task/9680/stat : 9680 (java) S 9669 9672 6204 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98025689 10916999168 2075992 33554432000 4194304 4196468 140737327240512 140357704549472 140358669915861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9681] ppid=9669 vsize=10661132 memory=243 CPUtime=0 cores=0,2,4,6
/proc/9672/task/9681/stat : 9681 (java) S 9669 9672 6204 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98025689 10916999168 2075992 33554432000 4194304 4196468 140737327240512 140357703496560 140358669915861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9682] ppid=9669 vsize=10661132 memory=6308072 CPUtime=0 cores=0,2,4,6
/proc/9672/task/9682/stat : 9682 (java) S 9669 9672 6204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98025692 10916999168 2075992 33554432000 4194304 4196468 140737327240512 140357702444880 140358669924251 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9683] ppid=9669 vsize=10661132 memory=382 CPUtime=0.7 cores=0,2,4,6
/proc/9672/task/9683/stat : 9683 (java) S 9669 9672 6204 0 -1 1077944384 2906 0 0 0 69 1 0 0 20 0 15 0 98025692 10916999168 2075992 33554432000 4194304 4196468 140737327240512 140357701393264 140358669916802 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9684] ppid=9669 vsize=10661132 memory=7416172 CPUtime=0.57 cores=0,2,4,6
/proc/9672/task/9684/stat : 9684 (java) S 9669 9672 6204 0 -1 1077944384 2128 0 0 0 57 0 0 0 20 0 15 0 98025692 10916999168 2075992 33554432000 4194304 4196468 140737327240512 140357700340464 140358669916802 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9685] ppid=9669 vsize=10661132 memory=10588 CPUtime=0.26 cores=0,2,4,6
/proc/9672/task/9685/stat : 9685 (java) S 9669 9672 6204 0 -1 1077944384 1328 0 0 0 26 0 0 0 20 0 15 0 98025692 10916999168 2075992 33554432000 4194304 4196468 140737327240512 140357699287664 140358669916802 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9686] ppid=9669 vsize=10661132 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/9672/task/9686/stat : 9686 (java) S 9669 9672 6204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98025692 10916999168 2075992 33554432000 4194304 4196468 140737327240512 140357698235104 140358669915861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9687] ppid=9669 vsize=10661132 memory=18280 CPUtime=0 cores=0,2,4,6
/proc/9672/task/9687/stat : 9687 (java) S 9669 9672 6204 0 -1 1077944384 253 0 0 0 0 0 0 0 20 0 15 0 98025692 10916999168 2075992 33554432000 4194304 4196468 140737327240512 140357697182384 140358669916802 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 15 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
Current children cumulated CPU time: 29.07 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8303968 KiB

[startup+10.4007 s]
/proc/loadavg: 4.51 4.26 3.50 6/222 9687
/proc/meminfo: memFree=18291772/32770624 swapFree=67108744/67108860
[pid=9672] ppid=9669 vsize=10661132 memory=8304476 CPUtime=31.92 cores=0,2,4,6
/proc/9672/stat : 9672 (java) S 9669 9672 6204 0 -1 1077944320 201410 0 0 0 2265 927 0 0 20 0 15 0 98025686 10916999168 2076119 33554432000 4194304 4196468 140737327240512 140737327223056 140358669905655 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
/proc/9672/statm: 2665283 2076119 3168 1 0 2627263 0
[pid=9672/tid=9674] ppid=9669 vsize=10661132 memory=13884 CPUtime=3.12 cores=0,2,4,6
/proc/9672/task/9674/stat : 9674 (java) S 9669 9672 6204 0 -1 1077944384 8350 0 0 0 300 12 0 0 20 0 15 0 98025686 10916999168 2076119 33554432000 4194304 4196468 140737327240512 140358674144288 140358669915861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9675] ppid=9669 vsize=10661132 memory=0 CPUtime=6.73 cores=0,2,4,6
/proc/9672/task/9675/stat : 9675 (java) R 9669 9672 6204 0 -1 4202560 30283 0 0 0 440 233 0 0 20 0 15 0 98025687 10916999168 2076119 33554432000 4194304 4196468 140737327240512 140358595980552 140358662533863 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9676] ppid=9669 vsize=10661132 memory=8112282956445269571 CPUtime=6.73 cores=0,2,4,6
/proc/9672/task/9676/stat : 9676 (java) R 9669 9672 6204 0 -1 4202560 98045 0 0 0 429 244 0 0 20 0 15 0 98025687 10916999168 2076119 33554432000 4194304 4196468 140737327240512 140358594927632 140358663005323 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9677] ppid=9669 vsize=10661132 memory=796 CPUtime=6.69 cores=0,2,4,6
/proc/9672/task/9677/stat : 9677 (java) R 9669 9672 6204 0 -1 4202560 23049 0 0 0 441 228 0 0 20 0 15 0 98025687 10916999168 2076119 33554432000 4194304 4196468 140737327240512 140358593874952 140358662533863 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9678] ppid=9669 vsize=10661132 memory=4616 CPUtime=6.74 cores=0,2,4,6
/proc/9672/task/9678/stat : 9678 (java) R 9669 9672 6204 0 -1 4202560 22863 0 0 0 472 202 0 0 20 0 15 0 98025687 10916999168 2076119 33554432000 4194304 4196468 140737327240512 140358592821840 140358662533863 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9679] ppid=9669 vsize=10661132 memory=1424 CPUtime=0.29 cores=0,2,4,6
/proc/9672/task/9679/stat : 9679 (java) S 9669 9672 6204 0 -1 1077944384 10845 0 0 0 28 1 0 0 20 0 15 0 98025689 10916999168 2076119 33554432000 4194304 4196468 140737327240512 140357705602000 140358669915861 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 14 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9680] ppid=9669 vsize=10661132 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/9672/task/9680/stat : 9680 (java) S 9669 9672 6204 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98025689 10916999168 2076119 33554432000 4194304 4196468 140737327240512 140357704549472 140358669915861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9681] ppid=9669 vsize=10661132 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/9672/task/9681/stat : 9681 (java) S 9669 9672 6204 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98025689 10916999168 2076119 33554432000 4194304 4196468 140737327240512 140357703496560 140358669915861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9682] ppid=9669 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9672/task/9682/stat : 9682 (java) S 9669 9672 6204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98025692 10916999168 2076119 33554432000 4194304 4196468 140737327240512 140357702444880 140358669924251 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9683] ppid=9669 vsize=10661132 memory=0 CPUtime=0.7 cores=0,2,4,6
/proc/9672/task/9683/stat : 9683 (java) S 9669 9672 6204 0 -1 1077944384 2906 0 0 0 69 1 0 0 20 0 15 0 98025692 10916999168 2076119 33554432000 4194304 4196468 140737327240512 140357701393264 140358669916802 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9684] ppid=9669 vsize=10661132 memory=0 CPUtime=0.57 cores=0,2,4,6
/proc/9672/task/9684/stat : 9684 (java) S 9669 9672 6204 0 -1 1077944384 2128 0 0 0 57 0 0 0 20 0 15 0 98025692 10916999168 2076119 33554432000 4194304 4196468 140737327240512 140357700340464 140358669916802 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9685] ppid=9669 vsize=10661132 memory=0 CPUtime=0.26 cores=0,2,4,6
/proc/9672/task/9685/stat : 9685 (java) S 9669 9672 6204 0 -1 1077944384 1328 0 0 0 26 0 0 0 20 0 15 0 98025692 10916999168 2076119 33554432000 4194304 4196468 140737327240512 140357699287664 140358669916802 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9686] ppid=9669 vsize=10661132 memory=3471343090591411584 CPUtime=0 cores=0,2,4,6
/proc/9672/task/9686/stat : 9686 (java) S 9669 9672 6204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98025692 10916999168 2076119 33554432000 4194304 4196468 140737327240512 140357698235104 140358669915861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9687] ppid=9669 vsize=10661132 memory=6944656592455348282 CPUtime=0 cores=0,2,4,6
/proc/9672/task/9687/stat : 9687 (java) S 9669 9672 6204 0 -1 1077944384 253 0 0 0 0 0 0 0 20 0 15 0 98025692 10916999168 2076119 33554432000 4194304 4196468 140737327240512 140357697182384 140358669916802 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 15 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
Current children cumulated CPU time: 31.92 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8304476 KiB

[startup+10.8007 s]
/proc/loadavg: 4.51 4.26 3.50 6/222 9687
/proc/meminfo: memFree=18291772/32770624 swapFree=67108744/67108860
[pid=9672] ppid=9669 vsize=10661132 memory=8304476 CPUtime=33.48 cores=0,2,4,6
/proc/9672/stat : 9672 (java) S 9669 9672 6204 0 -1 1077944320 202273 0 0 0 2420 928 0 0 20 0 15 0 98025686 10916999168 2076119 33554432000 4194304 4196468 140737327240512 140737327223056 140358669905655 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
/proc/9672/statm: 2665283 2076119 3168 1 0 2627263 0
[pid=9672/tid=9674] ppid=9669 vsize=10661132 memory=0 CPUtime=3.12 cores=0,2,4,6
/proc/9672/task/9674/stat : 9674 (java) S 9669 9672 6204 0 -1 1077944384 8350 0 0 0 300 12 0 0 20 0 15 0 98025686 10916999168 2076119 33554432000 4194304 4196468 140737327240512 140358674144288 140358669915861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9675] ppid=9669 vsize=10661132 memory=7235147594880805952 CPUtime=7.13 cores=0,2,4,6
/proc/9672/task/9675/stat : 9675 (java) R 9669 9672 6204 0 -1 4202560 30283 0 0 0 479 234 0 0 20 0 15 0 98025687 10916999168 2076119 33554432000 4194304 4196468 140737327240512 140358595980240 140358662533863 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9676] ppid=9669 vsize=10661132 memory=7235147594880805952 CPUtime=7.13 cores=0,2,4,6
/proc/9672/task/9676/stat : 9676 (java) R 9669 9672 6204 0 -1 4202560 98907 0 0 0 469 244 0 0 20 0 15 0 98025687 10916999168 2076119 33554432000 4194304 4196468 140737327240512 140358594927832 140358654605712 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9677] ppid=9669 vsize=10661132 memory=7235147594880805952 CPUtime=7.08 cores=0,2,4,6
/proc/9672/task/9677/stat : 9677 (java) R 9669 9672 6204 0 -1 4202560 23049 0 0 0 479 229 0 0 20 0 15 0 98025687 10916999168 2076119 33554432000 4194304 4196468 140737327240512 140358593874952 140358662533863 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9678] ppid=9669 vsize=10661132 memory=6656426216303648864 CPUtime=7.12 cores=0,2,4,6
/proc/9672/task/9678/stat : 9678 (java) R 9669 9672 6204 0 -1 4202560 22863 0 0 0 510 202 0 0 20 0 15 0 98025687 10916999168 2076119 33554432000 4194304 4196468 140737327240512 140358592822152 140358662533863 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9679] ppid=9669 vsize=10661132 memory=6943526294502006880 CPUtime=0.29 cores=0,2,4,6
/proc/9672/task/9679/stat : 9679 (java) S 9669 9672 6204 0 -1 1077944384 10845 0 0 0 28 1 0 0 20 0 15 0 98025689 10916999168 2076119 33554432000 4194304 4196468 140737327240512 140357705602000 140358669915861 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 14 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9680] ppid=9669 vsize=10661132 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/9672/task/9680/stat : 9680 (java) S 9669 9672 6204 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98025689 10916999168 2076119 33554432000 4194304 4196468 140737327240512 140357704549472 140358669915861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9681] ppid=9669 vsize=10661132 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/9672/task/9681/stat : 9681 (java) S 9669 9672 6204 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98025689 10916999168 2076119 33554432000 4194304 4196468 140737327240512 140357703496560 140358669915861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9682] ppid=9669 vsize=10661132 memory=-6873162000112450758 CPUtime=0 cores=0,2,4,6
/proc/9672/task/9682/stat : 9682 (java) S 9669 9672 6204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98025692 10916999168 2076119 33554432000 4194304 4196468 140737327240512 140357702444880 140358669924251 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9683] ppid=9669 vsize=10661132 memory=6944656592452807325 CPUtime=0.7 cores=0,2,4,6
/proc/9672/task/9683/stat : 9683 (java) S 9669 9672 6204 0 -1 1077944384 2906 0 0 0 69 1 0 0 20 0 15 0 98025692 10916999168 2076119 33554432000 4194304 4196468 140737327240512 140357701393312 140358669915861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9684] ppid=9669 vsize=10661132 memory=6944656425123290226 CPUtime=0.57 cores=0,2,4,6
/proc/9672/task/9684/stat : 9684 (java) S 9669 9672 6204 0 -1 1077944384 2129 0 0 0 57 0 0 0 20 0 15 0 98025692 10916999168 2076119 33554432000 4194304 4196468 140737327240512 140357700340224 140358669915861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9685] ppid=9669 vsize=10661132 memory=-7533522213388100735 CPUtime=0.26 cores=0,2,4,6
/proc/9672/task/9685/stat : 9685 (java) S 9669 9672 6204 0 -1 1077944384 1328 0 0 0 26 0 0 0 20 0 15 0 98025692 10916999168 2076119 33554432000 4194304 4196468 140737327240512 140357699287712 140358669915861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9686] ppid=9669 vsize=10661132 memory=-8253362762721939848 CPUtime=0 cores=0,2,4,6
/proc/9672/task/9686/stat : 9686 (java) S 9669 9672 6204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98025692 10916999168 2076119 33554432000 4194304 4196468 140737327240512 140357698235104 140358669915861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9687] ppid=9669 vsize=10661132 memory=281388541043896 CPUtime=0 cores=0,2,4,6
/proc/9672/task/9687/stat : 9687 (java) S 9669 9672 6204 0 -1 1077944384 253 0 0 0 0 0 0 0 20 0 15 0 98025692 10916999168 2076119 33554432000 4194304 4196468 140737327240512 140357697182384 140358669916802 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 15 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
Current children cumulated CPU time: 33.48 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8304476 KiB

[startup+11.2008 s]
/proc/loadavg: 4.51 4.26 3.50 6/222 9687
/proc/meminfo: memFree=18291772/32770624 swapFree=67108744/67108860
[pid=9672] ppid=9669 vsize=10661132 memory=8304516 CPUtime=34.66 cores=0,2,4,6
/proc/9672/stat : 9672 (java) S 9669 9672 6204 0 -1 1077944320 202513 0 0 0 2538 928 0 0 20 0 15 0 98025686 10916999168 2076129 33554432000 4194304 4196468 140737327240512 140737327223056 140358669905655 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
/proc/9672/statm: 2665283 2076129 3168 1 0 2627263 0
[pid=9672/tid=9674] ppid=9669 vsize=10661132 memory=8112282956445269571 CPUtime=3.12 cores=0,2,4,6
/proc/9672/task/9674/stat : 9674 (java) S 9669 9672 6204 0 -1 1077944384 8387 0 0 0 300 12 0 0 20 0 15 0 98025686 10916999168 2076129 33554432000 4194304 4196468 140737327240512 140358674145088 140358669915861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9675] ppid=9669 vsize=10661132 memory=302304344886477115 CPUtime=7.39 cores=0,2,4,6
/proc/9672/task/9675/stat : 9675 (java) S 9669 9672 6204 0 -1 1077944384 30283 0 0 0 505 234 0 0 20 0 15 0 98025687 10916999168 2076129 33554432000 4194304 4196468 140737327240512 140358595980432 140358669915861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9676] ppid=9669 vsize=10661132 memory=14689686639610196 CPUtime=7.4 cores=0,2,4,6
/proc/9672/task/9676/stat : 9676 (java) S 9669 9672 6204 0 -1 1077944384 98977 0 0 0 496 244 0 0 20 0 15 0 98025687 10916999168 2076129 33554432000 4194304 4196468 140737327240512 140358594927632 140358669915861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9677] ppid=9669 vsize=10661132 memory=7019467088040834617 CPUtime=7.35 cores=0,2,4,6
/proc/9672/task/9677/stat : 9677 (java) S 9669 9672 6204 0 -1 1077944384 23049 0 0 0 506 229 0 0 20 0 15 0 98025687 10916999168 2076129 33554432000 4194304 4196468 140737327240512 140358593874832 140358669915861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9678] ppid=9669 vsize=10661132 memory=140694270510576 CPUtime=7.38 cores=0,2,4,6
/proc/9672/task/9678/stat : 9678 (java) S 9669 9672 6204 0 -1 1077944384 22863 0 0 0 535 203 0 0 20 0 15 0 98025687 10916999168 2076129 33554432000 4194304 4196468 140737327240512 140358592822032 140358669915861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9679] ppid=9669 vsize=10661132 memory=8304476 CPUtime=0.42 cores=0,2,4,6
/proc/9672/task/9679/stat : 9679 (java) R 9669 9672 6204 0 -1 4202560 10975 0 0 0 41 1 0 0 20 0 15 0 98025689 10916999168 2076129 33554432000 4194304 4196468 140737327240512 140357705601984 140358648275816 0 0 0 16800975 0 0 0 -1 2 0 0 14 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9680] ppid=9669 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9672/task/9680/stat : 9680 (java) S 9669 9672 6204 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 98025689 10916999168 2076129 33554432000 4194304 4196468 140737327240512 140357704549472 140358669915861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9681] ppid=9669 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9672/task/9681/stat : 9681 (java) S 9669 9672 6204 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98025689 10916999168 2076129 33554432000 4194304 4196468 140737327240512 140357703496560 140358669915861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9682] ppid=9669 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9672/task/9682/stat : 9682 (java) S 9669 9672 6204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98025692 10916999168 2076129 33554432000 4194304 4196468 140737327240512 140357702444880 140358669924251 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9683] ppid=9669 vsize=10661132 memory=6199981559168841346 CPUtime=0.7 cores=0,2,4,6
/proc/9672/task/9683/stat : 9683 (java) S 9669 9672 6204 0 -1 1077944384 2907 0 0 0 69 1 0 0 20 0 15 0 98025692 10916999168 2076129 33554432000 4194304 4196468 140737327240512 140357701393024 140358669915861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9684] ppid=9669 vsize=10661132 memory=0 CPUtime=0.57 cores=0,2,4,6
/proc/9672/task/9684/stat : 9684 (java) S 9669 9672 6204 0 -1 1077944384 2129 0 0 0 57 0 0 0 20 0 15 0 98025692 10916999168 2076129 33554432000 4194304 4196468 140737327240512 140357700340464 140358669916802 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9685] ppid=9669 vsize=10661132 memory=0 CPUtime=0.26 cores=0,2,4,6
/proc/9672/task/9685/stat : 9685 (java) S 9669 9672 6204 0 -1 1077944384 1328 0 0 0 26 0 0 0 20 0 15 0 98025692 10916999168 2076129 33554432000 4194304 4196468 140737327240512 140357699287664 140358669916802 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9686] ppid=9669 vsize=10661132 memory=6944656592455360608 CPUtime=0 cores=0,2,4,6
/proc/9672/task/9686/stat : 9686 (java) S 9669 9672 6204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98025692 10916999168 2076129 33554432000 4194304 4196468 140737327240512 140357698235104 140358669915861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
[pid=9672/tid=9687] ppid=9669 vsize=10661132 memory=7682475212697334586 CPUtime=0 cores=0,2,4,6
/proc/9672/task/9687/stat : 9687 (java) S 9669 9672 6204 0 -1 1077944384 253 0 0 0 0 0 0 0 20 0 15 0 98025692 10916999168 2076129 33554432000 4194304 4196468 140737327240512 140357697182384 140358669916802 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 15 0 0 6293624 6294260 18284544 140737327248540 140737327248649 140737327248649 140737327251407 0
Current children cumulated CPU time: 34.66 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8304516 KiB

Child status: 1
Real time (s): 11.2886
CPU time (s): 34.7583
CPU user time (s): 25.4158
CPU system time (s): 9.34246
CPU usage (%): 307.906
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 8304516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 25.4158
system time used= 9.34246
maximum resident set size= 8304516
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 202620
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4007
involuntary context switches= 302


# summary of solver processes directly reported to runsolver:
#   pid: 9672
#   total CPU time (s): 34.7583
#   total CPU user time (s): 25.4158
#   total CPU system time (s): 9.34246

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.099521 second user time and 0.171589 second system time

The end

Launcher Data

Begin job on node134 at 2018-07-28 21:03:45
IDJOB=4299170
IDBENCH=141303
IDSOLVER=2765
FILE ID=node134/4299170-1532804625
RUNJOBID= node134-1532774532-6235
PBS_JOBID= 21022459
Free space on /tmp= 55552 MiB

SOLVER NAME= slowpoke 2018-04-29
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-08-4-rom_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME --timelimit TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4299170-1532804625/watcher-4299170-1532804625 -o /tmp/evaluation-result-4299170-1532804625/solver-4299170-1532804625 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1532774532-6235 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4299170-1532804625.xml --timelimit 2520

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

MD5SUM BENCH= d2036c1580b702d26a2ba71e1295e02d
RANDOM SEED=122624820

node134.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.68
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.68
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.68
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.68
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:        26598468 kB
MemAvailable:   30409280 kB
Buffers:          188616 kB
Cached:          3884840 kB
SwapCached:            0 kB
Active:          3330572 kB
Inactive:        2346436 kB
Active(anon):    1552892 kB
Inactive(anon):    78480 kB
Active(file):    1777680 kB
Inactive(file):  2267956 kB
Unevictable:        7364 kB
Mlocked:            7364 kB
SwapTotal:      67108860 kB
SwapFree:       67108744 kB
Dirty:             11020 kB
Writeback:             0 kB
AnonPages:       1610680 kB
Mapped:            55152 kB
Shmem:             25132 kB
Slab:             190684 kB
SReclaimable:     162024 kB
SUnreclaim:        28660 kB
KernelStack:        3616 kB
PageTables:         8412 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3180876 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1490944 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 55548 MiB
End job on node134 at 2018-07-28 21:03:56