Trace number 4299232

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
MiniCPFever 2018-04-29? 48.0548 19.8007

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-14-4-rom_c18.xml
MD5SUM52d67a2c2b92da49d73f7cfe8dcb2e5e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark57
Best CPU time to get the best result obtained on this benchmark2520.06
Satisfiable
(Un)Satisfiability was proved
Number of variables532
Number of constraints112
Number of domains5
Minimum domain size2
Maximum domain size132304
Distribution of domain sizes[{"size":2,"count":28},{"size":15,"count":196},{"size":27,"count":196},{"size":132304,"count":112}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":140},{"degree":2,"count":196},{"degree":8,"count":196}]
Minimum constraint arity17
Maximum constraint arity18
Distribution of constraint arities[{"arity":17,"count":28},{"arity":18,"count":84}]
Number of extensional constraints112
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":112}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

0.13/0.13	c version: 2018-04-11
0.13/0.13	c seed: 1811631
0.13/0.13	c timeout: -1
0.13/0.13	c memlimit: -1
0.13/0.13	c nbcore: -1
47.81/19.64	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
47.81/19.65		at java.util.Arrays.copyOf(Arrays.java:3308)
47.81/19.65		at java.util.BitSet.toLongArray(BitSet.java:326)
47.81/19.65		at minicp.engine.constraints.ShortTableCT.<init>(ShortTableCT.java:98)
47.81/19.65		at xcsp3.XCSP3.buildCtrExtension(XCSP3.java:148)
47.81/19.65		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:306)
47.81/19.65		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:167)
47.81/19.65		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
47.81/19.65		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
47.81/19.65		at org.xcsp.parser.XCallbacks$$Lambda$86/230835489.accept(Unknown Source)
47.81/19.65		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
47.81/19.65		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
47.81/19.65		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
47.81/19.65		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:462)
47.81/19.65		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
47.81/19.65		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
47.94/19.71		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
47.94/19.71		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
47.94/19.71		at xcsp3.XCSP3.<init>(XCSP3.java:79)
47.94/19.71		at xcsp3.CompetitionApp.runSolver(CompetitionApp.java:58)
47.94/19.71		at xcsp3.CompetitionApp.main(CompetitionApp.java:46)
47.94/19.71	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 (13308 MiB free)
  memory of node 1: 16384 MiB (12591 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299232-1532796388/watcher-4299232-1532796388 -o /tmp/evaluation-result-4299232-1532796388/solver-4299232-1532796388 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532774102-26074 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4299232-1532796388.xml 

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

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

solver pid=28570, runsolver pid=28567

[startup+0.100059 s]*
/proc/loadavg: 1.32 1.33 1.35 3/215 28585
/proc/meminfo: memFree=26506932/32770624 swapFree=67108436/67108860
[pid=28570] ppid=28567 vsize=10658972 memory=27224 CPUtime=0.13 cores=0,2,4,6
/proc/28570/stat : 28570 (java) S 28567 28570 26043 0 -1 1077944320 5242 0 0 0 12 1 0 0 20 0 15 0 97202112 10914787328 6806 33554432000 4194304 4196468 140736544403520 140736544386064 140562261769975 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
/proc/28570/statm: 2664743 6806 2851 1 0 2627263 0
[pid=28570/tid=28572] ppid=28567 vsize=10658972 memory=-8269626465541329793 CPUtime=0.09 cores=0,2,4,6
/proc/28570/task/28572/stat : 28572 (java) R 28567 28570 26043 0 -1 4202560 3101 0 0 0 9 0 0 0 20 0 15 0 97202113 10914787328 6806 33554432000 4194304 4196468 140736544403520 140562265998080 140562261781910 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28573] ppid=28567 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28570/task/28573/stat : 28573 (java) S 28567 28570 26043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97202114 10914787328 6806 33554432000 4194304 4196468 140736544403520 140562203773840 140562261780181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28574] ppid=28567 vsize=10658972 memory=140473354647168 CPUtime=0 cores=0,2,4,6
/proc/28570/task/28574/stat : 28574 (java) S 28567 28570 26043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97202114 10914787328 6806 33554432000 4194304 4196468 140736544403520 140562202721040 140562261780181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28575] ppid=28567 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28570/task/28575/stat : 28575 (java) S 28567 28570 26043 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97202114 10914787328 6806 33554432000 4194304 4196468 140736544403520 140562201668752 140562261780181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28576] ppid=28567 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28570/task/28576/stat : 28576 (java) S 28567 28570 26043 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97202114 10914787328 6806 33554432000 4194304 4196468 140736544403520 140561865301008 140562261780181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28577] ppid=28567 vsize=10658972 memory=140473354647168 CPUtime=0 cores=0,2,4,6
/proc/28570/task/28577/stat : 28577 (java) S 28567 28570 26043 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97202115 10914787328 6806 33554432000 4194304 4196468 140736544403520 140561566595184 140562261781122 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28578] ppid=28567 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28570/task/28578/stat : 28578 (java) S 28567 28570 26043 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97202115 10914787328 6806 33554432000 4194304 4196468 140736544403520 140561565541152 140562261780181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28579] ppid=28567 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28570/task/28579/stat : 28579 (java) S 28567 28570 26043 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97202116 10914787328 6806 33554432000 4194304 4196468 140736544403520 140561564488816 140562261780181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28580] ppid=28567 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28570/task/28580/stat : 28580 (java) S 28567 28570 26043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97202118 10914787328 6806 33554432000 4194304 4196468 140736544403520 140561563437136 140562261788571 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28581] ppid=28567 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28570/task/28581/stat : 28581 (java) S 28567 28570 26043 0 -1 1077944384 307 0 0 0 0 0 0 0 20 0 15 0 97202118 10914787328 6806 33554432000 4194304 4196468 140736544403520 140561562385008 140562261781122 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28582] ppid=28567 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28570/task/28582/stat : 28582 (java) R 28567 28570 26043 0 -1 4202560 138 0 0 0 0 0 0 0 20 0 15 0 97202118 10914787328 6806 33554432000 4194304 4196468 140736544403520 140561561332208 140562254755017 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28583] ppid=28567 vsize=10658972 memory=140473354647168 CPUtime=0.02 cores=0,2,4,6
/proc/28570/task/28583/stat : 28583 (java) R 28567 28570 26043 0 -1 4202560 325 0 0 0 2 0 0 0 20 0 15 0 97202118 10914787328 6806 33554432000 4194304 4196468 140736544403520 140561560279920 140562245850462 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28584] ppid=28567 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28570/task/28584/stat : 28584 (java) S 28567 28570 26043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97202118 10914787328 6806 33554432000 4194304 4196468 140736544403520 140561559227360 140562261780181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28585] ppid=28567 vsize=10658972 memory=140473354647168 CPUtime=0 cores=0,2,4,6
/proc/28570/task/28585/stat : 28585 (java) S 28567 28570 26043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97202118 10914787328 6806 33554432000 4194304 4196468 140736544403520 140561558174128 140562261781122 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 27224 KiB

[startup+0.21054 s]*
/proc/loadavg: 1.32 1.33 1.35 4/215 28585
/proc/meminfo: memFree=26495008/32770624 swapFree=67108436/67108860
[pid=28570] ppid=28567 vsize=10658972 memory=39580 CPUtime=0.33 cores=0,2,4,6
/proc/28570/stat : 28570 (java) S 28567 28570 26043 0 -1 1077944320 8003 0 0 0 32 1 0 0 20 0 15 0 97202112 10914787328 9895 33554432000 4194304 4196468 140736544403520 140736544386064 140562261769975 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
/proc/28570/statm: 2664743 9895 2953 1 0 2627263 0
[pid=28570/tid=28572] ppid=28567 vsize=10658972 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/28570/task/28572/stat : 28572 (java) R 28567 28570 26043 0 -1 4202560 5052 0 0 0 19 1 0 0 20 0 15 0 97202113 10914787328 9895 33554432000 4194304 4196468 140736544403520 140562266001216 140562261791901 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28573] ppid=28567 vsize=10658972 memory=345 CPUtime=0 cores=0,2,4,6
/proc/28570/task/28573/stat : 28573 (java) S 28567 28570 26043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97202114 10914787328 9895 33554432000 4194304 4196468 140736544403520 140562203773840 140562261780181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28574] ppid=28567 vsize=10658972 memory=140473354673500 CPUtime=0 cores=0,2,4,6
/proc/28570/task/28574/stat : 28574 (java) S 28567 28570 26043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97202114 10914787328 9895 33554432000 4194304 4196468 140736544403520 140562202721040 140562261780181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28575] ppid=28567 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28570/task/28575/stat : 28575 (java) S 28567 28570 26043 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97202114 10914787328 9895 33554432000 4194304 4196468 140736544403520 140562201668752 140562261780181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28576] ppid=28567 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28570/task/28576/stat : 28576 (java) S 28567 28570 26043 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97202114 10914787328 9895 33554432000 4194304 4196468 140736544403520 140561865301008 140562261780181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28577] ppid=28567 vsize=10658972 memory=140473354647168 CPUtime=0 cores=0,2,4,6
/proc/28570/task/28577/stat : 28577 (java) S 28567 28570 26043 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97202115 10914787328 9895 33554432000 4194304 4196468 140736544403520 140561566595184 140562261781122 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28578] ppid=28567 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28570/task/28578/stat : 28578 (java) S 28567 28570 26043 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97202115 10914787328 9895 33554432000 4194304 4196468 140736544403520 140561565541152 140562261780181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28579] ppid=28567 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28570/task/28579/stat : 28579 (java) S 28567 28570 26043 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97202116 10914787328 9895 33554432000 4194304 4196468 140736544403520 140561564488816 140562261780181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28580] ppid=28567 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28570/task/28580/stat : 28580 (java) S 28567 28570 26043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97202118 10914787328 9895 33554432000 4194304 4196468 140736544403520 140561563437136 140562261788571 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28581] ppid=28567 vsize=10658972 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/28570/task/28581/stat : 28581 (java) R 28567 28570 26043 0 -1 4202560 504 0 0 0 2 0 0 0 20 0 15 0 97202118 10914787328 9895 33554432000 4194304 4196468 140736544403520 140561562385008 140562261783857 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28582] ppid=28567 vsize=10658972 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/28570/task/28582/stat : 28582 (java) R 28567 28570 26043 0 -1 4202560 296 0 0 0 2 0 0 0 20 0 15 0 97202118 10914787328 9895 33554432000 4194304 4196468 140736544403520 140561561332208 140562246676232 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28583] ppid=28567 vsize=10658972 memory=140473354647168 CPUtime=0.08 cores=0,2,4,6
/proc/28570/task/28583/stat : 28583 (java) S 28567 28570 26043 0 -1 1077944384 780 0 0 0 8 0 0 0 20 0 15 0 97202118 10914787328 9895 33554432000 4194304 4196468 140736544403520 140561560279920 140562261781122 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28584] ppid=28567 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28570/task/28584/stat : 28584 (java) S 28567 28570 26043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97202118 10914787328 9895 33554432000 4194304 4196468 140736544403520 140561559227360 140562261780181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28585] ppid=28567 vsize=10658972 memory=140473354647168 CPUtime=0 cores=0,2,4,6
/proc/28570/task/28585/stat : 28585 (java) S 28567 28570 26043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97202118 10914787328 9895 33554432000 4194304 4196468 140736544403520 140561558174128 140562261781122 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 39580 KiB

[startup+0.310446 s]*
/proc/loadavg: 1.32 1.33 1.35 3/215 28585
/proc/meminfo: memFree=26443064/32770624 swapFree=67108436/67108860
[pid=28570] ppid=28567 vsize=10658972 memory=100200 CPUtime=0.49 cores=0,2,4,6
/proc/28570/stat : 28570 (java) S 28567 28570 26043 0 -1 1077944320 8280 0 0 0 46 3 0 0 20 0 15 0 97202112 10914787328 25050 33554432000 4194304 4196468 140736544403520 140736544386064 140562261769975 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
/proc/28570/statm: 2664743 25050 2990 1 0 2627263 0
[pid=28570/tid=28572] ppid=28567 vsize=10658972 memory=7311146985107750967 CPUtime=0.29 cores=0,2,4,6
/proc/28570/task/28572/stat : 28572 (java) R 28567 28570 26043 0 -1 4202560 5094 0 0 0 27 2 0 0 20 0 15 0 97202113 10914787328 25050 33554432000 4194304 4196468 140736544403520 140562266001216 140562261791901 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28573] ppid=28567 vsize=10658972 memory=288230609002954775 CPUtime=0 cores=0,2,4,6
/proc/28570/task/28573/stat : 28573 (java) S 28567 28570 26043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97202114 10914787328 25050 33554432000 4194304 4196468 140736544403520 140562203773840 140562261780181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28574] ppid=28567 vsize=10658972 memory=140473354673495 CPUtime=0 cores=0,2,4,6
/proc/28570/task/28574/stat : 28574 (java) S 28567 28570 26043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97202114 10914787328 25050 33554432000 4194304 4196468 140736544403520 140562202721040 140562261780181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28575] ppid=28567 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28570/task/28575/stat : 28575 (java) S 28567 28570 26043 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97202114 10914787328 25050 33554432000 4194304 4196468 140736544403520 140562201668752 140562261780181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28576] ppid=28567 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28570/task/28576/stat : 28576 (java) S 28567 28570 26043 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97202114 10914787328 25050 33554432000 4194304 4196468 140736544403520 140561865301008 140562261780181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28577] ppid=28567 vsize=10658972 memory=140473354647168 CPUtime=0 cores=0,2,4,6
/proc/28570/task/28577/stat : 28577 (java) S 28567 28570 26043 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97202115 10914787328 25050 33554432000 4194304 4196468 140736544403520 140561566595184 140562261781122 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28578] ppid=28567 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28570/task/28578/stat : 28578 (java) S 28567 28570 26043 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97202115 10914787328 25050 33554432000 4194304 4196468 140736544403520 140561565541152 140562261780181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28579] ppid=28567 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28570/task/28579/stat : 28579 (java) S 28567 28570 26043 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97202116 10914787328 25050 33554432000 4194304 4196468 140736544403520 140561564488816 140562261780181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28580] ppid=28567 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28570/task/28580/stat : 28580 (java) S 28567 28570 26043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97202118 10914787328 25050 33554432000 4194304 4196468 140736544403520 140561563437136 140562261788571 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28581] ppid=28567 vsize=10658972 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/28570/task/28581/stat : 28581 (java) R 28567 28570 26043 0 -1 4202560 662 0 0 0 4 0 0 0 20 0 15 0 97202118 10914787328 25050 33554432000 4194304 4196468 140736544403520 140561562385008 140562261781910 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28582] ppid=28567 vsize=10658972 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/28570/task/28582/stat : 28582 (java) S 28567 28570 26043 0 -1 1077944384 310 0 0 0 4 0 0 0 20 0 15 0 97202118 10914787328 25050 33554432000 4194304 4196468 140736544403520 140561561332208 140562261781122 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28583] ppid=28567 vsize=10658972 memory=140473354647168 CPUtime=0.09 cores=0,2,4,6
/proc/28570/task/28583/stat : 28583 (java) S 28567 28570 26043 0 -1 1077944384 843 0 0 0 9 0 0 0 20 0 15 0 97202118 10914787328 25050 33554432000 4194304 4196468 140736544403520 140561560279920 140562261781122 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28584] ppid=28567 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28570/task/28584/stat : 28584 (java) S 28567 28570 26043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97202118 10914787328 25050 33554432000 4194304 4196468 140736544403520 140561559227360 140562261780181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28585] ppid=28567 vsize=10658972 memory=140473354647168 CPUtime=0 cores=0,2,4,6
/proc/28570/task/28585/stat : 28585 (java) S 28567 28570 26043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97202118 10914787328 25050 33554432000 4194304 4196468 140736544403520 140561558174128 140562261781122 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 100200 KiB

[startup+0.701569 s]
/proc/loadavg: 1.32 1.33 1.35 5/215 28585
/proc/meminfo: memFree=26247496/32770624 swapFree=67108436/67108860
[pid=28570] ppid=28567 vsize=10659048 memory=357984 CPUtime=1.45 cores=0,2,4,6
/proc/28570/stat : 28570 (java) S 28567 28570 26043 0 -1 1077944320 11251 0 0 0 112 33 0 0 20 0 15 0 97202112 10914865152 89496 33554432000 4194304 4196468 140736544403520 140736544386064 140562261769975 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
/proc/28570/statm: 2664762 89496 3091 1 0 2627263 0
[pid=28570/tid=28572] ppid=28567 vsize=10659048 memory=1784 CPUtime=0.57 cores=0,2,4,6
/proc/28570/task/28572/stat : 28572 (java) S 28567 28570 26043 0 -1 1077944384 5438 0 0 0 51 6 0 0 20 0 15 0 97202113 10914865152 89496 33554432000 4194304 4196468 140736544403520 140562266007488 140562261780181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28573] ppid=28567 vsize=10659048 memory=5752 CPUtime=0.09 cores=0,2,4,6
/proc/28570/task/28573/stat : 28573 (java) R 28567 28570 26043 0 -1 4202560 158 0 0 0 3 6 0 0 20 0 15 0 97202114 10914865152 89496 33554432000 4194304 4196468 140736544403520 140562203773728 140562254872692 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28574] ppid=28567 vsize=10659048 memory=4588 CPUtime=0.09 cores=0,2,4,6
/proc/28570/task/28574/stat : 28574 (java) R 28567 28570 26043 0 -1 4202560 167 0 0 0 4 5 0 0 20 0 15 0 97202114 10914865152 89496 33554432000 4194304 4196468 140736544403520 140562202721040 140562254872692 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28575] ppid=28567 vsize=10659048 memory=1612 CPUtime=0.1 cores=0,2,4,6
/proc/28570/task/28575/stat : 28575 (java) R 28567 28570 26043 0 -1 4202560 167 0 0 0 4 6 0 0 20 0 15 0 97202114 10914865152 89496 33554432000 4194304 4196468 140736544403520 140562201668752 140562254872692 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28576] ppid=28567 vsize=10659048 memory=1228 CPUtime=0.08 cores=0,2,4,6
/proc/28570/task/28576/stat : 28576 (java) R 28567 28570 26043 0 -1 4202560 146 0 0 0 3 5 0 0 20 0 15 0 97202114 10914865152 89496 33554432000 4194304 4196468 140736544403520 140561865301008 140562254873033 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28577] ppid=28567 vsize=10659048 memory=1852 CPUtime=0 cores=0,2,4,6
/proc/28570/task/28577/stat : 28577 (java) S 28567 28570 26043 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 97202115 10914865152 89496 33554432000 4194304 4196468 140736544403520 140561566593696 140562261780181 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28578] ppid=28567 vsize=10659048 memory=872 CPUtime=0 cores=0,2,4,6
/proc/28570/task/28578/stat : 28578 (java) S 28567 28570 26043 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 97202115 10914865152 90008 33554432000 4194304 4196468 140736544403520 140561565541152 140562261780181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28579] ppid=28567 vsize=10659048 memory=8068 CPUtime=0 cores=0,2,4,6
/proc/28570/task/28579/stat : 28579 (java) S 28567 28570 26043 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 97202116 10914865152 90008 33554432000 4194304 4196468 140736544403520 140561564488816 140562261780181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28580] ppid=28567 vsize=10659048 memory=7518026621751089001 CPUtime=0 cores=0,2,4,6
/proc/28570/task/28580/stat : 28580 (java) S 28567 28570 26043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97202118 10914865152 90008 33554432000 4194304 4196468 140736544403520 140561563437136 140562261788571 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28581] ppid=28567 vsize=10659048 memory=7881696724453321575 CPUtime=0.2 cores=0,2,4,6
/proc/28570/task/28581/stat : 28581 (java) S 28567 28570 26043 0 -1 1077944384 1680 0 0 0 20 0 0 0 20 0 15 0 97202118 10914865152 90008 33554432000 4194304 4196468 140736544403520 140561562385008 140562261781122 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28582] ppid=28567 vsize=10659048 memory=5787213827063244903 CPUtime=0.11 cores=0,2,4,6
/proc/28570/task/28582/stat : 28582 (java) S 28567 28570 26043 0 -1 1077944384 936 0 0 0 11 0 0 0 20 0 15 0 97202118 10914865152 90008 33554432000 4194304 4196468 140736544403520 140561561332208 140562261781122 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28583] ppid=28567 vsize=10659048 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/28570/task/28583/stat : 28583 (java) S 28567 28570 26043 0 -1 1077944384 1114 0 0 0 13 0 0 0 20 0 15 0 97202118 10914865152 90008 33554432000 4194304 4196468 140736544403520 140561560275792 140562261780181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28584] ppid=28567 vsize=10659048 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28570/task/28584/stat : 28584 (java) S 28567 28570 26043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97202118 10914865152 90008 33554432000 4194304 4196468 140736544403520 140561559227360 140562261780181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28585] ppid=28567 vsize=10659048 memory=33 CPUtime=0 cores=0,2,4,6
/proc/28570/task/28585/stat : 28585 (java) S 28567 28570 26043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97202118 10914865152 90008 33554432000 4194304 4196468 140736544403520 140561558174128 140562261781122 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 357984 KiB

[startup+1.50082 s]
/proc/loadavg: 1.32 1.33 1.35 5/215 28585
/proc/meminfo: memFree=26042464/32770624 swapFree=67108436/67108860
[pid=28570] ppid=28567 vsize=10659048 memory=692772 CPUtime=3.15 cores=0,2,4,6
/proc/28570/stat : 28570 (java) S 28567 28570 26043 0 -1 1077944320 12787 0 0 0 262 53 0 0 20 0 15 0 97202112 10914865152 173193 33554432000 4194304 4196468 140736544403520 140736544386064 140562261769975 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
/proc/28570/statm: 2664762 173193 3124 1 0 2627263 0
[pid=28570/tid=28572] ppid=28567 vsize=10659048 memory=6791534058613427641 CPUtime=1.25 cores=0,2,4,6
/proc/28570/task/28572/stat : 28572 (java) R 28567 28570 26043 0 -1 4202560 5509 0 0 0 117 8 0 0 20 0 15 0 97202113 10914865152 173193 33554432000 4194304 4196468 140736544403520 140562266008288 140561881572078 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28573] ppid=28567 vsize=10659048 memory=-6951259422114956437 CPUtime=0.21 cores=0,2,4,6
/proc/28570/task/28573/stat : 28573 (java) S 28567 28570 26043 0 -1 1077944384 256 0 0 0 11 10 0 0 20 0 15 0 97202114 10914865152 173193 33554432000 4194304 4196468 140736544403520 140562203773840 140562261780181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28574] ppid=28567 vsize=10659048 memory=-6509546260019855295 CPUtime=0.21 cores=0,2,4,6
/proc/28570/task/28574/stat : 28574 (java) S 28567 28570 26043 0 -1 1077944384 339 0 0 0 11 10 0 0 20 0 15 0 97202114 10914865152 173193 33554432000 4194304 4196468 140736544403520 140562202721040 140562261780181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28575] ppid=28567 vsize=10659048 memory=-7390251449858225344 CPUtime=0.21 cores=0,2,4,6
/proc/28570/task/28575/stat : 28575 (java) S 28567 28570 26043 0 -1 1077944384 302 0 0 0 11 10 0 0 20 0 15 0 97202114 10914865152 173193 33554432000 4194304 4196468 140736544403520 140562201668752 140562261780181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28576] ppid=28567 vsize=10659048 memory=4134692831991786133 CPUtime=0.2 cores=0,2,4,6
/proc/28570/task/28576/stat : 28576 (java) S 28567 28570 26043 0 -1 1077944384 336 0 0 0 10 10 0 0 20 0 15 0 97202114 10914865152 173193 33554432000 4194304 4196468 140736544403520 140561865301008 140562261780181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28577] ppid=28567 vsize=10659048 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/28570/task/28577/stat : 28577 (java) S 28567 28570 26043 0 -1 1077944384 449 0 0 0 0 0 0 0 20 0 15 0 97202115 10914865152 173193 33554432000 4194304 4196468 140736544403520 140561566595184 140562261781122 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0

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

[pid=28570/tid=28584] ppid=28567 vsize=10659048 memory=4132 CPUtime=0 cores=0,2,4,6
/proc/28570/task/28584/stat : 28584 (java) S 28567 28570 26043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97202118 10914865152 2073506 33554432000 4194304 4196468 140736544403520 140561559227360 140562261780181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28585] ppid=28567 vsize=10659048 memory=2200 CPUtime=0 cores=0,2,4,6
/proc/28570/task/28585/stat : 28585 (java) S 28567 28570 26043 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 15 0 97202118 10914865152 2073506 33554432000 4194304 4196468 140736544403520 140561558174128 140562261781122 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
Current children cumulated CPU time: 40.71 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 8294024 KiB

[startup+18.4007 s]
/proc/loadavg: 1.47 1.36 1.36 6/215 28585
/proc/meminfo: memFree=18221628/32770624 swapFree=67108436/67108860
[pid=28570] ppid=28567 vsize=10659048 memory=8294076 CPUtime=43.45 cores=0,2,4,6
/proc/28570/stat : 28570 (java) S 28567 28570 26043 0 -1 1077944320 467875 0 0 0 3619 726 0 0 20 0 15 0 97202112 10914865152 2073519 33554432000 4194304 4196468 140736544403520 140736544386064 140562261769975 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
/proc/28570/statm: 2664762 2073519 3150 1 0 2627263 0
[pid=28570/tid=28572] ppid=28567 vsize=10659048 memory=8294076 CPUtime=9.82 cores=0,2,4,6
/proc/28570/task/28572/stat : 28572 (java) S 28567 28570 26043 0 -1 1077944384 28417 0 0 0 962 20 0 0 20 0 15 0 97202113 10914865152 2073519 33554432000 4194304 4196468 140736544403520 140562266008720 140562261780181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28573] ppid=28567 vsize=10659048 memory=0 CPUtime=7.86 cores=0,2,4,6
/proc/28570/task/28573/stat : 28573 (java) R 28567 28570 26043 0 -1 4202560 106017 0 0 0 609 177 0 0 20 0 15 0 97202114 10914865152 2073519 33554432000 4194304 4196468 140736544403520 140562203773960 140562254398183 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28574] ppid=28567 vsize=10659048 memory=6791534058613427641 CPUtime=7.84 cores=0,2,4,6
/proc/28570/task/28574/stat : 28574 (java) R 28567 28570 26043 0 -1 4202560 94610 0 0 0 640 144 0 0 20 0 15 0 97202114 10914865152 2073519 33554432000 4194304 4196468 140736544403520 140562202721040 140562254872968 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28575] ppid=28567 vsize=10659048 memory=1136 CPUtime=7.87 cores=0,2,4,6
/proc/28570/task/28575/stat : 28575 (java) R 28567 28570 26043 0 -1 4202560 103337 0 0 0 601 186 0 0 20 0 15 0 97202114 10914865152 2073519 33554432000 4194304 4196468 140736544403520 140562201668560 140562254398183 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28576] ppid=28567 vsize=10659048 memory=15872 CPUtime=7.82 cores=0,2,4,6
/proc/28570/task/28576/stat : 28576 (java) R 28567 28570 26043 0 -1 4202560 114999 0 0 0 590 192 0 0 20 0 15 0 97202114 10914865152 2073519 33554432000 4194304 4196468 140736544403520 140561865300816 140562254398183 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28577] ppid=28567 vsize=10659048 memory=16124 CPUtime=0.61 cores=0,2,4,6
/proc/28570/task/28577/stat : 28577 (java) S 28567 28570 26043 0 -1 1077944384 10390 0 0 0 60 1 0 0 20 0 15 0 97202115 10914865152 2073519 33554432000 4194304 4196468 140736544403520 140561566593744 140562261780181 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28578] ppid=28567 vsize=10659048 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28570/task/28578/stat : 28578 (java) S 28567 28570 26043 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 97202115 10914865152 2073519 33554432000 4194304 4196468 140736544403520 140561565541216 140562261780181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28579] ppid=28567 vsize=10659048 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28570/task/28579/stat : 28579 (java) S 28567 28570 26043 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 97202116 10914865152 2073519 33554432000 4194304 4196468 140736544403520 140561564488816 140562261780181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28580] ppid=28567 vsize=10659048 memory=140473213681276 CPUtime=0 cores=0,2,4,6
/proc/28570/task/28580/stat : 28580 (java) S 28567 28570 26043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97202118 10914865152 2073519 33554432000 4194304 4196468 140736544403520 140561563437136 140562261788571 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28581] ppid=28567 vsize=10659048 memory=1780 CPUtime=0.66 cores=0,2,4,6
/proc/28570/task/28581/stat : 28581 (java) S 28567 28570 26043 0 -1 1077944384 3384 0 0 0 66 0 0 0 20 0 15 0 97202118 10914865152 2073519 33554432000 4194304 4196468 140736544403520 140561562385008 140562261781122 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28582] ppid=28567 vsize=10659048 memory=1236 CPUtime=0.59 cores=0,2,4,6
/proc/28570/task/28582/stat : 28582 (java) S 28567 28570 26043 0 -1 1077944384 3163 0 0 0 59 0 0 0 20 0 15 0 97202118 10914865152 2073519 33554432000 4194304 4196468 140736544403520 140561561332208 140562261781122 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28583] ppid=28567 vsize=10659048 memory=960 CPUtime=0.28 cores=0,2,4,6
/proc/28570/task/28583/stat : 28583 (java) S 28567 28570 26043 0 -1 1077944384 2080 0 0 0 28 0 0 0 20 0 15 0 97202118 10914865152 2073519 33554432000 4194304 4196468 140736544403520 140561560279920 140562261781122 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28584] ppid=28567 vsize=10659048 memory=6504 CPUtime=0 cores=0,2,4,6
/proc/28570/task/28584/stat : 28584 (java) S 28567 28570 26043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97202118 10914865152 2073519 33554432000 4194304 4196468 140736544403520 140561559227360 140562261780181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28585] ppid=28567 vsize=10659048 memory=1576 CPUtime=0 cores=0,2,4,6
/proc/28570/task/28585/stat : 28585 (java) S 28567 28570 26043 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 15 0 97202118 10914865152 2073519 33554432000 4194304 4196468 140736544403520 140561558174128 140562261781122 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
Current children cumulated CPU time: 43.45 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 8294076 KiB

[startup+19.2007 s]
/proc/loadavg: 1.75 1.42 1.38 6/215 28585
/proc/meminfo: memFree=18221620/32770624 swapFree=67108436/67108860
[pid=28570] ppid=28567 vsize=10659048 memory=8294076 CPUtime=46.55 cores=0,2,4,6
/proc/28570/stat : 28570 (java) S 28567 28570 26043 0 -1 1077944320 470280 0 0 0 3927 728 0 0 20 0 15 0 97202112 10914865152 2073519 33554432000 4194304 4196468 140736544403520 140736544386064 140562261769975 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
/proc/28570/statm: 2664762 2073519 3150 1 0 2627263 0
[pid=28570/tid=28572] ppid=28567 vsize=10659048 memory=1236 CPUtime=9.82 cores=0,2,4,6
/proc/28570/task/28572/stat : 28572 (java) S 28567 28570 26043 0 -1 1077944384 28417 0 0 0 962 20 0 0 20 0 15 0 97202113 10914865152 2073519 33554432000 4194304 4196468 140736544403520 140562266008720 140562261780181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28573] ppid=28567 vsize=10659048 memory=960 CPUtime=8.61 cores=0,2,4,6
/proc/28570/task/28573/stat : 28573 (java) R 28567 28570 26043 0 -1 4202560 106017 0 0 0 684 177 0 0 20 0 15 0 97202114 10914865152 2073519 33554432000 4194304 4196468 140736544403520 140562203773960 140562254398183 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28574] ppid=28567 vsize=10659048 memory=6504 CPUtime=8.64 cores=0,2,4,6
/proc/28570/task/28574/stat : 28574 (java) R 28567 28570 26043 0 -1 4202560 97015 0 0 0 720 144 0 0 20 0 15 0 97202114 10914865152 2073519 33554432000 4194304 4196468 140736544403520 140562202721240 140562254872947 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28575] ppid=28567 vsize=10659048 memory=6791534058613427641 CPUtime=8.65 cores=0,2,4,6
/proc/28570/task/28575/stat : 28575 (java) R 28567 28570 26043 0 -1 4202560 103337 0 0 0 678 187 0 0 20 0 15 0 97202114 10914865152 2073519 33554432000 4194304 4196468 140736544403520 140562201668560 140562254398183 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28576] ppid=28567 vsize=10659048 memory=4420 CPUtime=8.6 cores=0,2,4,6
/proc/28570/task/28576/stat : 28576 (java) R 28567 28570 26043 0 -1 4202560 114999 0 0 0 667 193 0 0 20 0 15 0 97202114 10914865152 2073519 33554432000 4194304 4196468 140736544403520 140561865300816 140562254398183 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28577] ppid=28567 vsize=10659048 memory=6628 CPUtime=0.61 cores=0,2,4,6
/proc/28570/task/28577/stat : 28577 (java) S 28567 28570 26043 0 -1 1077944384 10390 0 0 0 60 1 0 0 20 0 15 0 97202115 10914865152 2073519 33554432000 4194304 4196468 140736544403520 140561566593744 140562261780181 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28578] ppid=28567 vsize=10659048 memory=8836 CPUtime=0 cores=0,2,4,6
/proc/28570/task/28578/stat : 28578 (java) S 28567 28570 26043 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 97202115 10914865152 2073519 33554432000 4194304 4196468 140736544403520 140561565541216 140562261780181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28579] ppid=28567 vsize=10659048 memory=4044292084628465873 CPUtime=0 cores=0,2,4,6
/proc/28570/task/28579/stat : 28579 (java) S 28567 28570 26043 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 97202116 10914865152 2073519 33554432000 4194304 4196468 140736544403520 140561564488816 140562261780181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28580] ppid=28567 vsize=10659048 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/28570/task/28580/stat : 28580 (java) S 28567 28570 26043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97202118 10914865152 2073519 33554432000 4194304 4196468 140736544403520 140561563437136 140562261788571 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28581] ppid=28567 vsize=10659048 memory=796 CPUtime=0.66 cores=0,2,4,6
/proc/28570/task/28581/stat : 28581 (java) S 28567 28570 26043 0 -1 1077944384 3384 0 0 0 66 0 0 0 20 0 15 0 97202118 10914865152 2073519 33554432000 4194304 4196468 140736544403520 140561562385008 140562261781122 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28582] ppid=28567 vsize=10659048 memory=1388 CPUtime=0.59 cores=0,2,4,6
/proc/28570/task/28582/stat : 28582 (java) S 28567 28570 26043 0 -1 1077944384 3163 0 0 0 59 0 0 0 20 0 15 0 97202118 10914865152 2073519 33554432000 4194304 4196468 140736544403520 140561561332208 140562261781122 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28583] ppid=28567 vsize=10659048 memory=1136 CPUtime=0.28 cores=0,2,4,6
/proc/28570/task/28583/stat : 28583 (java) S 28567 28570 26043 0 -1 1077944384 2080 0 0 0 28 0 0 0 20 0 15 0 97202118 10914865152 2073519 33554432000 4194304 4196468 140736544403520 140561560279920 140562261781122 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28584] ppid=28567 vsize=10659048 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/28570/task/28584/stat : 28584 (java) S 28567 28570 26043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97202118 10914865152 2073519 33554432000 4194304 4196468 140736544403520 140561559227360 140562261780181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28585] ppid=28567 vsize=10659048 memory=16124 CPUtime=0 cores=0,2,4,6
/proc/28570/task/28585/stat : 28585 (java) S 28567 28570 26043 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 15 0 97202118 10914865152 2073519 33554432000 4194304 4196468 140736544403520 140561558174128 140562261781122 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
Current children cumulated CPU time: 46.55 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 8294076 KiB

[startup+19.6016 s]
/proc/loadavg: 1.75 1.42 1.38 6/215 28585
/proc/meminfo: memFree=18221620/32770624 swapFree=67108436/67108860
[pid=28570] ppid=28567 vsize=10659048 memory=8294096 CPUtime=47.81 cores=0,2,4,6
/proc/28570/stat : 28570 (java) S 28567 28570 26043 0 -1 1077944320 470622 0 0 0 4053 728 0 0 20 0 15 0 97202112 10914865152 2073524 33554432000 4194304 4196468 140736544403520 140736544386064 140562261769975 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
/proc/28570/statm: 2664762 2073524 3150 1 0 2627263 0
[pid=28570/tid=28572] ppid=28567 vsize=10659048 memory=0 CPUtime=9.82 cores=0,2,4,6
/proc/28570/task/28572/stat : 28572 (java) S 28567 28570 26043 0 -1 1077944384 28418 0 0 0 962 20 0 0 20 0 15 0 97202113 10914865152 2073524 33554432000 4194304 4196468 140736544403520 140562266008720 140562261780181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28573] ppid=28567 vsize=10659048 memory=7679937479730885434 CPUtime=8.9 cores=0,2,4,6
/proc/28570/task/28573/stat : 28573 (java) R 28567 28570 26043 0 -1 4202560 106030 0 0 0 713 177 0 0 20 0 15 0 97202114 10914865152 2073524 33554432000 4194304 4196468 140736544403520 140562203774040 140562254398183 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28574] ppid=28567 vsize=10659048 memory=-6948047529741492128 CPUtime=8.93 cores=0,2,4,6
/proc/28570/task/28574/stat : 28574 (java) R 28567 28570 26043 0 -1 4202560 97024 0 0 0 749 144 0 0 20 0 15 0 97202114 10914865152 2073524 33554432000 4194304 4196468 140736544403520 140562202721240 140562246468715 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28575] ppid=28567 vsize=10659048 memory=-3039135443232236825 CPUtime=8.93 cores=0,2,4,6
/proc/28570/task/28575/stat : 28575 (java) R 28567 28570 26043 0 -1 4202560 103357 0 0 0 706 187 0 0 20 0 15 0 97202114 10914865152 2073524 33554432000 4194304 4196468 140736544403520 140562201668640 140562254398183 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28576] ppid=28567 vsize=10659048 memory=-2748367524519556131 CPUtime=8.88 cores=0,2,4,6
/proc/28570/task/28576/stat : 28576 (java) R 28567 28570 26043 0 -1 4202560 115025 0 0 0 695 193 0 0 20 0 15 0 97202114 10914865152 2073524 33554432000 4194304 4196468 140736544403520 140561865301208 140562254398183 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28577] ppid=28567 vsize=10659048 memory=-3756611412707075625 CPUtime=0.72 cores=0,2,4,6
/proc/28570/task/28577/stat : 28577 (java) S 28567 28570 26043 0 -1 1077944384 10663 0 0 0 71 1 0 0 20 0 15 0 97202115 10914865152 2073524 33554432000 4194304 4196468 140736544403520 140561566593744 140562261780181 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28578] ppid=28567 vsize=10659048 memory=-4190076264842474805 CPUtime=0 cores=0,2,4,6
/proc/28570/task/28578/stat : 28578 (java) S 28567 28570 26043 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 97202115 10914865152 2073524 33554432000 4194304 4196468 140736544403520 140561565540752 140562261781122 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28579] ppid=28567 vsize=10659048 memory=56 CPUtime=0 cores=0,2,4,6
/proc/28570/task/28579/stat : 28579 (java) S 28567 28570 26043 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 97202116 10914865152 2073524 33554432000 4194304 4196468 140736544403520 140561564488816 140562261780181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28580] ppid=28567 vsize=10659048 memory=4772 CPUtime=0 cores=0,2,4,6
/proc/28570/task/28580/stat : 28580 (java) S 28567 28570 26043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97202118 10914865152 2073524 33554432000 4194304 4196468 140736544403520 140561563437136 140562261788571 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28581] ppid=28567 vsize=10659048 memory=6980 CPUtime=0.66 cores=0,2,4,6
/proc/28570/task/28581/stat : 28581 (java) S 28567 28570 26043 0 -1 1077944384 3384 0 0 0 66 0 0 0 20 0 15 0 97202118 10914865152 2073524 33554432000 4194304 4196468 140736544403520 140561562385008 140562261781122 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28582] ppid=28567 vsize=10659048 memory=9188 CPUtime=0.59 cores=0,2,4,6
/proc/28570/task/28582/stat : 28582 (java) S 28567 28570 26043 0 -1 1077944384 3163 0 0 0 59 0 0 0 20 0 15 0 97202118 10914865152 2073524 33554432000 4194304 4196468 140736544403520 140561561332208 140562261781122 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28583] ppid=28567 vsize=10659048 memory=280946427298032 CPUtime=0.28 cores=0,2,4,6
/proc/28570/task/28583/stat : 28583 (java) S 28567 28570 26043 0 -1 1077944384 2080 0 0 0 28 0 0 0 20 0 15 0 97202118 10914865152 2073524 33554432000 4194304 4196468 140736544403520 140561560279920 140562261781122 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28584] ppid=28567 vsize=10659048 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/28570/task/28584/stat : 28584 (java) S 28567 28570 26043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97202118 10914865152 2073524 33554432000 4194304 4196468 140736544403520 140561559227360 140562261780181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28585] ppid=28567 vsize=10659048 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/28570/task/28585/stat : 28585 (java) S 28567 28570 26043 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 15 0 97202118 10914865152 2073524 33554432000 4194304 4196468 140736544403520 140561558174128 140562261781122 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
Current children cumulated CPU time: 47.81 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 8294096 KiB

[startup+19.7007 s]
/proc/loadavg: 1.75 1.42 1.38 6/215 28585
/proc/meminfo: memFree=18221620/32770624 swapFree=67108436/67108860
[pid=28570] ppid=28567 vsize=10659048 memory=8294144 CPUtime=47.94 cores=0,2,4,6
/proc/28570/stat : 28570 (java) S 28567 28570 26043 0 -1 1077944320 472321 0 0 0 4066 728 0 0 20 0 15 0 97202112 10914865152 2073536 33554432000 4194304 4196468 140736544403520 140736544386064 140562261769975 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
/proc/28570/statm: 2664762 2073536 3152 1 0 2627263 0
[pid=28570/tid=28572] ppid=28567 vsize=10659048 memory=8294096 CPUtime=9.82 cores=0,2,4,6
/proc/28570/task/28572/stat : 28572 (java) S 28567 28570 26043 0 -1 1077944384 28587 0 0 0 962 20 0 0 20 0 15 0 97202113 10914865152 2073536 33554432000 4194304 4196468 140736544403520 140562266009488 140562261780181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28573] ppid=28567 vsize=10659048 memory=4677 CPUtime=8.91 cores=0,2,4,6
/proc/28570/task/28573/stat : 28573 (java) S 28567 28570 26043 0 -1 1077944384 106134 0 0 0 714 177 0 0 20 0 15 0 97202114 10914865152 2073536 33554432000 4194304 4196468 140736544403520 140562203773840 140562261780181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28574] ppid=28567 vsize=10659048 memory=16148 CPUtime=8.94 cores=0,2,4,6
/proc/28570/task/28574/stat : 28574 (java) S 28567 28570 26043 0 -1 1077944384 97079 0 0 0 750 144 0 0 20 0 15 0 97202114 10914865152 2073536 33554432000 4194304 4196468 140736544403520 140562202721040 140562261780181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28575] ppid=28567 vsize=10659048 memory=4004 CPUtime=8.94 cores=0,2,4,6
/proc/28570/task/28575/stat : 28575 (java) S 28567 28570 26043 0 -1 1077944384 103373 0 0 0 707 187 0 0 20 0 15 0 97202114 10914865152 2073536 33554432000 4194304 4196468 140736544403520 140562201668752 140562261780181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28576] ppid=28567 vsize=10659048 memory=0 CPUtime=8.89 cores=0,2,4,6
/proc/28570/task/28576/stat : 28576 (java) S 28567 28570 26043 0 -1 1077944384 115044 0 0 0 696 193 0 0 20 0 15 0 97202114 10914865152 2073536 33554432000 4194304 4196468 140736544403520 140561865301008 140562261780181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28577] ppid=28567 vsize=10659048 memory=8443538352883892301 CPUtime=0.8 cores=0,2,4,6
/proc/28570/task/28577/stat : 28577 (java) R 28567 28570 26043 0 -1 4202560 11930 0 0 0 79 1 0 0 20 0 15 0 97202115 10914865152 2073536 33554432000 4194304 4196468 140736544403520 140561566593728 140562254059429 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28578] ppid=28567 vsize=10659048 memory=4140 CPUtime=0 cores=0,2,4,6
/proc/28570/task/28578/stat : 28578 (java) S 28567 28570 26043 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 97202115 10914865152 2073536 33554432000 4194304 4196468 140736544403520 140561565541216 140562261780181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28579] ppid=28567 vsize=10659048 memory=27996 CPUtime=0 cores=0,2,4,6
/proc/28570/task/28579/stat : 28579 (java) S 28567 28570 26043 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 97202116 10914865152 2073536 33554432000 4194304 4196468 140736544403520 140561564488816 140562261780181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28580] ppid=28567 vsize=10659048 memory=56 CPUtime=0 cores=0,2,4,6
/proc/28570/task/28580/stat : 28580 (java) S 28567 28570 26043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97202118 10914865152 2073536 33554432000 4194304 4196468 140736544403520 140561563437136 140562261788571 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28581] ppid=28567 vsize=10659048 memory=-8096445597189105254 CPUtime=0.66 cores=0,2,4,6
/proc/28570/task/28581/stat : 28581 (java) S 28567 28570 26043 0 -1 1077944384 3386 0 0 0 66 0 0 0 20 0 15 0 97202118 10914865152 2073536 33554432000 4194304 4196468 140736544403520 140561562385008 140562261781122 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28582] ppid=28567 vsize=10659048 memory=280946427656512 CPUtime=0.59 cores=0,2,4,6
/proc/28570/task/28582/stat : 28582 (java) S 28567 28570 26043 0 -1 1077944384 3165 0 0 0 59 0 0 0 20 0 15 0 97202118 10914865152 2073536 33554432000 4194304 4196468 140736544403520 140561561332208 140562261781122 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28583] ppid=28567 vsize=10659048 memory=3474728270232341126 CPUtime=0.28 cores=0,2,4,6
/proc/28570/task/28583/stat : 28583 (java) S 28567 28570 26043 0 -1 1077944384 2139 0 0 0 28 0 0 0 20 0 15 0 97202118 10914865152 2073536 33554432000 4194304 4196468 140736544403520 140561560279920 140562261781122 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28584] ppid=28567 vsize=10659048 memory=7002172 CPUtime=0 cores=0,2,4,6
/proc/28570/task/28584/stat : 28584 (java) S 28567 28570 26043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97202118 10914865152 2045760 33554432000 4194304 4196468 140736544403520 140561559227360 140562261780181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
[pid=28570/tid=28585] ppid=28567 vsize=10659048 memory=2412 CPUtime=0 cores=0,2,4,6
/proc/28570/task/28585/stat : 28585 (java) S 28567 28570 26043 0 -1 1077944384 91 0 0 0 0 0 0 0 20 0 15 0 97202118 10914865152 2022208 33554432000 4194304 4196468 140736544403520 140561558174128 140562261781122 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25837568 140736544404653 140736544404745 140736544404745 140736544407503 0
Current children cumulated CPU time: 47.94 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 8294144 KiB

Child status: 1
Real time (s): 19.8007
CPU time (s): 48.0548
CPU user time (s): 40.6691
CPU system time (s): 7.38565
CPU usage (%): 242.692
Max. virtual memory (cumulated for all children) (KiB): 10659048
Max. memory (cumulated for all children) (KiB): 8294144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 40.6691
system time used= 7.38565
maximum resident set size= 8294144
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 472387
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= 9808
involuntary context switches= 503


# summary of solver processes directly reported to runsolver:
#   pid: 28570
#   total CPU time (s): 48.0548
#   total CPU user time (s): 40.6691
#   total CPU system time (s): 7.38565

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.132142 second user time and 0.265717 second system time

The end

Launcher Data

Begin job on node137 at 2018-07-28 18:46:29
IDJOB=4299232
IDBENCH=141312
IDSOLVER=2763
FILE ID=node137/4299232-1532796388
RUNJOBID= node137-1532774102-26074
PBS_JOBID= 21022457
Free space on /tmp= 48040 MiB

SOLVER NAME= MiniCPFever 2018-04-29
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-14-4-rom_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4299232-1532796388/watcher-4299232-1532796388 -o /tmp/evaluation-result-4299232-1532796388/solver-4299232-1532796388 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532774102-26074 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4299232-1532796388.xml

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

MD5SUM BENCH= 52d67a2c2b92da49d73f7cfe8dcb2e5e
RANDOM SEED=396009213

node137.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.54
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.56
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.54
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.56
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.54
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.56
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.54
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        26522372 kB
MemAvailable:   30495464 kB
Buffers:          193400 kB
Cached:          4013192 kB
SwapCached:           32 kB
Active:          3355792 kB
Inactive:        2339372 kB
Active(anon):    1436456 kB
Inactive(anon):    80052 kB
Active(file):    1919336 kB
Inactive(file):  2259320 kB
Unevictable:        7424 kB
Mlocked:            7424 kB
SwapTotal:      67108860 kB
SwapFree:       67108436 kB
Dirty:            121316 kB
Writeback:             0 kB
AnonPages:       1496156 kB
Mapped:            52716 kB
Shmem:             25052 kB
Slab:             248276 kB
SReclaimable:     220540 kB
SUnreclaim:        27736 kB
KernelStack:        3520 kB
PageTables:         8196 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2963888 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1382400 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 48040 MiB
End job on node137 at 2018-07-28 18:46:49