Trace number 4298402

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? 87.5871 27.5464

General information on the benchmark

NameGraphColoring/
GraphColoring-qg-order100_c18.xml
MD5SUMd2763c38ef24fdf1196893d726f1931a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables10000
Number of constraints990000
Number of domains1
Minimum domain size10000
Maximum domain size10000
Distribution of domain sizes[{"size":10000,"count":10000}]
Minimum variable degree199
Maximum variable degree199
Distribution of variable degrees[{"degree":199,"count":10000}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":990000}]
Number of extensional constraints0
Number of intensional constraints990000
Distribution of constraint types[{"type":"intension","count":990000}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.13/0.13	c version: 2018-04-11
0.13/0.13	c seed: 1811631
0.13/0.13	c timeout: 2520
0.13/0.13	c memlimit: -1
0.13/0.13	c nbcore: -1
87.41/27.43	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
87.41/27.43		at minicp.reversible.ReversibleSparseSet.<init>(ReversibleSparseSet.java:41)
87.41/27.43		at minicp.engine.core.SparseSetDomain.<init>(SparseSetDomain.java:31)
87.41/27.43		at minicp.engine.core.IntVarImpl.<init>(IntVarImpl.java:77)
87.41/27.43		at minicp.cp.Factory.makeIntVar(Factory.java:83)
87.41/27.43		at minicp.cp.Factory.sum(Factory.java:233)
87.41/27.43		at xcsp3.XCSP3.arithmeticOperatorConstraintVar(XCSP3.java:442)
87.41/27.43		at xcsp3.XCSP3.buildCtrPrimitive(XCSP3.java:375)
87.41/27.43		at org.xcsp.parser.loaders.ConstraintRecognizer.lambda$new$9(ConstraintRecognizer.java:120)
87.41/27.43		at org.xcsp.parser.loaders.ConstraintRecognizer$$Lambda$14/1558600329.accept(Unknown Source)
87.41/27.43		at org.xcsp.parser.loaders.ConstraintRecognizer.lambda$recognizeIntensionIn$31(ConstraintRecognizer.java:176)
87.41/27.43		at org.xcsp.parser.loaders.ConstraintRecognizer$$Lambda$117/186049026.test(Unknown Source)
87.41/27.43		at java.util.stream.MatchOps$1MatchSink.accept(MatchOps.java:90)
87.41/27.43		at java.util.Spliterators$IteratorSpliterator.tryAdvance(Spliterators.java:1812)
87.41/27.49		at java.util.stream.ReferencePipeline.forEachWithCancel(ReferencePipeline.java:126)
87.41/27.49		at java.util.stream.AbstractPipeline.copyIntoWithCancel(AbstractPipeline.java:498)
87.41/27.49		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:485)
87.41/27.49		at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
87.41/27.49		at java.util.stream.MatchOps$MatchOp.evaluateSequential(MatchOps.java:230)
87.41/27.49		at java.util.stream.MatchOps$MatchOp.evaluateSequential(MatchOps.java:196)
87.41/27.49		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
87.41/27.49		at java.util.stream.ReferencePipeline.anyMatch(ReferencePipeline.java:449)
87.41/27.49		at org.xcsp.parser.loaders.ConstraintRecognizer.recognizeIntensionIn(ConstraintRecognizer.java:171)
87.41/27.49		at org.xcsp.parser.loaders.ConstraintRecognizer.recognizeIntension(ConstraintRecognizer.java:185)
87.41/27.49		at org.xcsp.parser.loaders.ConstraintRecognizer.specificIntensionCases(ConstraintRecognizer.java:212)
87.41/27.49		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:278)
87.41/27.49		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
87.41/27.49		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
87.41/27.49		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
87.41/27.49		at org.xcsp.parser.XCallbacks$$Lambda$83/605201451.accept(Unknown Source)
87.41/27.49		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
87.41/27.49		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
87.41/27.49		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
87.41/27.49	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 (8256 MiB free)
  memory of node 1: 16384 MiB (14653 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298402-1532759403/watcher-4298402-1532759403 -o /tmp/evaluation-result-4298402-1532759403/solver-4298402-1532759403 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532739340-26336 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4298402-1532759403.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=28578, runsolver pid=28575
Current StackSize limit: 8192 KiB


[startup+0.100122 s]*
/proc/loadavg: 1.86 1.66 1.61 3/215 28593
/proc/meminfo: memFree=23443536/32770624 swapFree=67108404/67108860
[pid=28578] ppid=28575 vsize=10661056 memory=27688 CPUtime=0.13 cores=0,2,4,6
/proc/28578/stat : 28578 (java) S 28575 28578 26305 0 -1 1077944320 5272 0 0 0 12 1 0 0 20 0 15 0 93503522 10916921344 6922 33554432000 4194304 4196468 140720713729280 140720713711824 140313408114423 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
/proc/28578/statm: 2665264 6922 2848 1 0 2627263 0
[pid=28578/tid=28580] ppid=28575 vsize=10661056 memory=-8269626465541066109 CPUtime=0.09 cores=0,2,4,6
/proc/28578/task/28580/stat : 28580 (java) R 28575 28578 26305 0 -1 4202560 3136 0 0 0 9 0 0 0 20 0 15 0 93503522 10916921344 6922 33554432000 4194304 4196468 140720713729280 140313412342912 140313408126358 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28581] ppid=28575 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28578/task/28581/stat : 28581 (java) S 28575 28578 26305 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93503523 10916921344 6922 33554432000 4194304 4196468 140720713729280 140313015016336 140313408124629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28582] ppid=28575 vsize=10661056 memory=140377357043328 CPUtime=0 cores=0,2,4,6
/proc/28578/task/28582/stat : 28582 (java) S 28575 28578 26305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93503523 10916921344 6922 33554432000 4194304 4196468 140720713729280 140313013963536 140313408124629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28583] ppid=28575 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28578/task/28583/stat : 28583 (java) S 28575 28578 26305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93503523 10916921344 6922 33554432000 4194304 4196468 140720713729280 140313012911248 140313408124629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28584] ppid=28575 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28578/task/28584/stat : 28584 (java) S 28575 28578 26305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93503523 10916921344 6922 33554432000 4194304 4196468 140720713729280 140313011858448 140313408124629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28585] ppid=28575 vsize=10661056 memory=140377357043328 CPUtime=0 cores=0,2,4,6
/proc/28578/task/28585/stat : 28585 (java) S 28575 28578 26305 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93503524 10916921344 6922 33554432000 4194304 4196468 140720713729280 140312967956592 140313408125570 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28586] ppid=28575 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28578/task/28586/stat : 28586 (java) S 28575 28578 26305 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 93503525 10916921344 6922 33554432000 4194304 4196468 140720713729280 140312966902560 140313408124629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28587] ppid=28575 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28578/task/28587/stat : 28587 (java) S 28575 28578 26305 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 93503525 10916921344 6922 33554432000 4194304 4196468 140720713729280 140312965850224 140313408124629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28588] ppid=28575 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28578/task/28588/stat : 28588 (java) S 28575 28578 26305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93503527 10916921344 6922 33554432000 4194304 4196468 140720713729280 140312964798544 140313408133019 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28589] ppid=28575 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28578/task/28589/stat : 28589 (java) R 28575 28578 26305 0 -1 4202560 425 0 0 0 0 0 0 0 20 0 15 0 93503527 10916921344 6922 33554432000 4194304 4196468 140720713729280 140312963746416 140313392936768 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28590] ppid=28575 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28578/task/28590/stat : 28590 (java) R 28575 28578 26305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93503527 10916921344 6922 33554432000 4194304 4196468 140720713729280 140312962693616 140313408125570 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28591] ppid=28575 vsize=10661056 memory=140377357043328 CPUtime=0.01 cores=0,2,4,6
/proc/28578/task/28591/stat : 28591 (java) R 28575 28578 26305 0 -1 4202560 344 0 0 0 1 0 0 0 20 0 15 0 93503527 10916921344 6922 33554432000 4194304 4196468 140720713729280 140312961641328 140313387099686 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28592] ppid=28575 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28578/task/28592/stat : 28592 (java) S 28575 28578 26305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93503528 10916921344 6922 33554432000 4194304 4196468 140720713729280 140312960588768 140313408124629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28593] ppid=28575 vsize=10661056 memory=140377357043328 CPUtime=0 cores=0,2,4,6
/proc/28578/task/28593/stat : 28593 (java) S 28575 28578 26305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93503528 10916921344 6922 33554432000 4194304 4196468 140720713729280 140312959535536 140313408125570 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 27688 KiB

[startup+0.210509 s]*
/proc/loadavg: 1.86 1.66 1.61 4/215 28593
/proc/meminfo: memFree=23431792/32770624 swapFree=67108404/67108860
[pid=28578] ppid=28575 vsize=10661056 memory=40540 CPUtime=0.35 cores=0,2,4,6
/proc/28578/stat : 28578 (java) S 28575 28578 26305 0 -1 1077944320 8195 0 0 0 33 2 0 0 20 0 15 0 93503522 10916921344 10135 33554432000 4194304 4196468 140720713729280 140720713711824 140313408114423 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
/proc/28578/statm: 2665264 10135 3014 1 0 2627263 0
[pid=28578/tid=28580] ppid=28575 vsize=10661056 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/28578/task/28580/stat : 28580 (java) R 28575 28578 26305 0 -1 4202560 5107 0 0 0 19 1 0 0 20 0 15 0 93503522 10916921344 10135 33554432000 4194304 4196468 140720713729280 140313412353408 140313408126358 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28581] ppid=28575 vsize=10661056 memory=345 CPUtime=0 cores=0,2,4,6
/proc/28578/task/28581/stat : 28581 (java) S 28575 28578 26305 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93503523 10916921344 10135 33554432000 4194304 4196468 140720713729280 140313015016336 140313408124629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28582] ppid=28575 vsize=10661056 memory=288370753508755072 CPUtime=0 cores=0,2,4,6
/proc/28578/task/28582/stat : 28582 (java) S 28575 28578 26305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93503523 10916921344 10135 33554432000 4194304 4196468 140720713729280 140313013963536 140313408124629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28583] ppid=28575 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28578/task/28583/stat : 28583 (java) S 28575 28578 26305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93503523 10916921344 10135 33554432000 4194304 4196468 140720713729280 140313012911248 140313408124629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28584] ppid=28575 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28578/task/28584/stat : 28584 (java) S 28575 28578 26305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93503523 10916921344 10135 33554432000 4194304 4196468 140720713729280 140313011858448 140313408124629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28585] ppid=28575 vsize=10661056 memory=140377357043328 CPUtime=0 cores=0,2,4,6
/proc/28578/task/28585/stat : 28585 (java) S 28575 28578 26305 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93503524 10916921344 10135 33554432000 4194304 4196468 140720713729280 140312967956592 140313408125570 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28586] ppid=28575 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28578/task/28586/stat : 28586 (java) S 28575 28578 26305 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 93503525 10916921344 10135 33554432000 4194304 4196468 140720713729280 140312966902560 140313408124629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28587] ppid=28575 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28578/task/28587/stat : 28587 (java) S 28575 28578 26305 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 93503525 10916921344 10135 33554432000 4194304 4196468 140720713729280 140312965850224 140313408124629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28588] ppid=28575 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28578/task/28588/stat : 28588 (java) S 28575 28578 26305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93503527 10916921344 10135 33554432000 4194304 4196468 140720713729280 140312964798544 140313408133019 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28589] ppid=28575 vsize=10661056 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/28578/task/28589/stat : 28589 (java) S 28575 28578 26305 0 -1 1077944384 762 0 0 0 3 0 0 0 20 0 15 0 93503527 10916921344 10135 33554432000 4194304 4196468 140720713729280 140312963746416 140313408125570 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28590] ppid=28575 vsize=10661056 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/28578/task/28590/stat : 28590 (java) S 28575 28578 26305 0 -1 1077944384 79 0 0 0 1 0 0 0 20 0 15 0 93503527 10916921344 10135 33554432000 4194304 4196468 140720713729280 140312962693616 140313408125570 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28591] ppid=28575 vsize=10661056 memory=140377357043328 CPUtime=0.08 cores=0,2,4,6
/proc/28578/task/28591/stat : 28591 (java) R 28575 28578 26305 0 -1 4202560 881 0 0 0 8 0 0 0 20 0 15 0 93503527 10916921344 10135 33554432000 4194304 4196468 140720713729280 140312961637280 140313400351550 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28592] ppid=28575 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28578/task/28592/stat : 28592 (java) S 28575 28578 26305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93503528 10916921344 10135 33554432000 4194304 4196468 140720713729280 140312960588768 140313408124629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28593] ppid=28575 vsize=10661056 memory=140377357043328 CPUtime=0 cores=0,2,4,6
/proc/28578/task/28593/stat : 28593 (java) S 28575 28578 26305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93503528 10916921344 10135 33554432000 4194304 4196468 140720713729280 140312959535536 140313408125570 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 40540 KiB

[startup+0.311185 s]*
/proc/loadavg: 1.86 1.66 1.61 5/215 28593
/proc/meminfo: memFree=23414560/32770624 swapFree=67108404/67108860
[pid=28578] ppid=28575 vsize=10661056 memory=58428 CPUtime=0.67 cores=0,2,4,6
/proc/28578/stat : 28578 (java) S 28575 28578 26305 0 -1 1077944320 10076 0 0 0 65 2 0 0 20 0 15 0 93503522 10916921344 14607 33554432000 4194304 4196468 140720713729280 140720713711824 140313408114423 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
/proc/28578/statm: 2665264 14607 3046 1 0 2627263 0
[pid=28578/tid=28580] ppid=28575 vsize=10661056 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/28578/task/28580/stat : 28580 (java) R 28575 28578 26305 0 -1 4202560 5124 0 0 0 29 1 0 0 20 0 15 0 93503522 10916921344 14607 33554432000 4194304 4196468 140720713729280 140313412350416 140313408136349 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28581] ppid=28575 vsize=10661056 memory=288230609002954775 CPUtime=0 cores=0,2,4,6
/proc/28578/task/28581/stat : 28581 (java) S 28575 28578 26305 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93503523 10916921344 14607 33554432000 4194304 4196468 140720713729280 140313015016336 140313408124629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28582] ppid=28575 vsize=10661056 memory=288370753508755072 CPUtime=0 cores=0,2,4,6
/proc/28578/task/28582/stat : 28582 (java) S 28575 28578 26305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93503523 10916921344 14607 33554432000 4194304 4196468 140720713729280 140313013963536 140313408124629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28583] ppid=28575 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28578/task/28583/stat : 28583 (java) S 28575 28578 26305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93503523 10916921344 14607 33554432000 4194304 4196468 140720713729280 140313012911248 140313408124629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28584] ppid=28575 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28578/task/28584/stat : 28584 (java) S 28575 28578 26305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93503523 10916921344 14607 33554432000 4194304 4196468 140720713729280 140313011858448 140313408124629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28585] ppid=28575 vsize=10661056 memory=140377357043328 CPUtime=0 cores=0,2,4,6
/proc/28578/task/28585/stat : 28585 (java) S 28575 28578 26305 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93503524 10916921344 14607 33554432000 4194304 4196468 140720713729280 140312967956592 140313408125570 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28586] ppid=28575 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28578/task/28586/stat : 28586 (java) S 28575 28578 26305 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 93503525 10916921344 14607 33554432000 4194304 4196468 140720713729280 140312966902560 140313408124629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28587] ppid=28575 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28578/task/28587/stat : 28587 (java) S 28575 28578 26305 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 93503525 10916921344 14607 33554432000 4194304 4196468 140720713729280 140312965850224 140313408124629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28588] ppid=28575 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28578/task/28588/stat : 28588 (java) S 28575 28578 26305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93503527 10916921344 14607 33554432000 4194304 4196468 140720713729280 140312964798544 140313408133019 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28589] ppid=28575 vsize=10661056 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/28578/task/28589/stat : 28589 (java) R 28575 28578 26305 0 -1 4202560 1724 0 0 0 12 0 0 0 20 0 15 0 93503527 10916921344 14607 33554432000 4194304 4196468 140720713729280 140312963727432 140313392539070 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28590] ppid=28575 vsize=10661056 memory=-1 CPUtime=0.11 cores=0,2,4,6
/proc/28578/task/28590/stat : 28590 (java) R 28575 28578 26305 0 -1 4202560 633 0 0 0 11 0 0 0 20 0 15 0 93503527 10916921344 14607 33554432000 4194304 4196468 140720713729280 140312962675776 140313386530013 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28591] ppid=28575 vsize=10661056 memory=140377357043328 CPUtime=0.11 cores=0,2,4,6
/proc/28578/task/28591/stat : 28591 (java) S 28575 28578 26305 0 -1 1077944384 1229 0 0 0 11 0 0 0 20 0 15 0 93503527 10916921344 14607 33554432000 4194304 4196468 140720713729280 140312961641328 140313408125570 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28592] ppid=28575 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28578/task/28592/stat : 28592 (java) S 28575 28578 26305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93503528 10916921344 14607 33554432000 4194304 4196468 140720713729280 140312960588768 140313408124629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28593] ppid=28575 vsize=10661056 memory=140377357043328 CPUtime=0 cores=0,2,4,6
/proc/28578/task/28593/stat : 28593 (java) S 28575 28578 26305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93503528 10916921344 14607 33554432000 4194304 4196468 140720713729280 140312959535536 140313408125570 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 58428 KiB

[startup+0.700795 s]
/proc/loadavg: 1.86 1.66 1.61 3/215 28593
/proc/meminfo: memFree=23329576/32770624 swapFree=67108404/67108860
[pid=28578] ppid=28575 vsize=10661056 memory=296188 CPUtime=1.5 cores=0,2,4,6
/proc/28578/stat : 28578 (java) S 28575 28578 26305 0 -1 1077944320 10506 0 0 0 129 21 0 0 20 0 15 0 93503522 10916921344 74047 33554432000 4194304 4196468 140720713729280 140720713711824 140313408114423 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
/proc/28578/statm: 2665264 74047 3076 1 0 2627263 0
[pid=28578/tid=28580] ppid=28575 vsize=10661056 memory=1732 CPUtime=0.57 cores=0,2,4,6
/proc/28578/task/28580/stat : 28580 (java) R 28575 28578 26305 0 -1 4202560 5181 0 0 0 54 3 0 0 20 0 15 0 93503522 10916921344 74047 33554432000 4194304 4196468 140720713729280 140313412353408 140313408136349 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28581] ppid=28575 vsize=10661056 memory=1716 CPUtime=0.1 cores=0,2,4,6
/proc/28578/task/28581/stat : 28581 (java) S 28575 28578 26305 0 -1 1077944384 73 0 0 0 7 3 0 0 20 0 15 0 93503523 10916921344 74047 33554432000 4194304 4196468 140720713729280 140313015016336 140313408124629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28582] ppid=28575 vsize=10661056 memory=796 CPUtime=0.1 cores=0,2,4,6
/proc/28578/task/28582/stat : 28582 (java) S 28575 28578 26305 0 -1 1077944384 67 0 0 0 6 4 0 0 20 0 15 0 93503523 10916921344 74047 33554432000 4194304 4196468 140720713729280 140313013963536 140313408124629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28583] ppid=28575 vsize=10661056 memory=11008 CPUtime=0.1 cores=0,2,4,6
/proc/28578/task/28583/stat : 28583 (java) S 28575 28578 26305 0 -1 1077944384 64 0 0 0 6 4 0 0 20 0 15 0 93503523 10916921344 74047 33554432000 4194304 4196468 140720713729280 140313012911248 140313408124629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28584] ppid=28575 vsize=10661056 memory=1008 CPUtime=0.1 cores=0,2,4,6
/proc/28578/task/28584/stat : 28584 (java) S 28575 28578 26305 0 -1 1077944384 67 0 0 0 6 4 0 0 20 0 15 0 93503523 10916921344 74047 33554432000 4194304 4196468 140720713729280 140313011858448 140313408124629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28585] ppid=28575 vsize=10661056 memory=1952 CPUtime=0 cores=0,2,4,6
/proc/28578/task/28585/stat : 28585 (java) S 28575 28578 26305 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 93503524 10916921344 74047 33554432000 4194304 4196468 140720713729280 140312967956592 140313408125570 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28586] ppid=28575 vsize=10661056 memory=8568 CPUtime=0 cores=0,2,4,6
/proc/28578/task/28586/stat : 28586 (java) S 28575 28578 26305 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 93503525 10916921344 74047 33554432000 4194304 4196468 140720713729280 140312966902560 140313408124629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28587] ppid=28575 vsize=10661056 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/28578/task/28587/stat : 28587 (java) S 28575 28578 26305 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 93503525 10916921344 74047 33554432000 4194304 4196468 140720713729280 140312965850224 140313408124629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28588] ppid=28575 vsize=10661056 memory=5372 CPUtime=0 cores=0,2,4,6
/proc/28578/task/28588/stat : 28588 (java) S 28575 28578 26305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93503527 10916921344 74047 33554432000 4194304 4196468 140720713729280 140312964798544 140313408133019 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28589] ppid=28575 vsize=10661056 memory=7302135314614015848 CPUtime=0.17 cores=0,2,4,6
/proc/28578/task/28589/stat : 28589 (java) S 28575 28578 26305 0 -1 1077944384 1731 0 0 0 17 0 0 0 20 0 15 0 93503527 10916921344 74047 33554432000 4194304 4196468 140720713729280 140312963746416 140313408125570 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28590] ppid=28575 vsize=10661056 memory=7666349675404158545 CPUtime=0.17 cores=0,2,4,6
/proc/28578/task/28590/stat : 28590 (java) S 28575 28578 26305 0 -1 1077944384 649 0 0 0 17 0 0 0 20 0 15 0 93503527 10916921344 74047 33554432000 4194304 4196468 140720713729280 140312962693616 140313408125570 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28591] ppid=28575 vsize=10661056 memory=7440061282865139792 CPUtime=0.12 cores=0,2,4,6
/proc/28578/task/28591/stat : 28591 (java) S 28575 28578 26305 0 -1 1077944384 1231 0 0 0 12 0 0 0 20 0 15 0 93503527 10916921344 74047 33554432000 4194304 4196468 140720713729280 140312961641328 140313408125570 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28592] ppid=28575 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28578/task/28592/stat : 28592 (java) S 28575 28578 26305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93503528 10916921344 74047 33554432000 4194304 4196468 140720713729280 140312960588768 140313408124629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28593] ppid=28575 vsize=10661056 memory=31396 CPUtime=0 cores=0,2,4,6
/proc/28578/task/28593/stat : 28593 (java) S 28575 28578 26305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93503528 10916921344 74047 33554432000 4194304 4196468 140720713729280 140312959535536 140313408125570 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
Current children cumulated CPU time: 1.5 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 296188 KiB

[startup+1.50074 s]
/proc/loadavg: 1.86 1.66 1.61 6/215 28593
/proc/meminfo: memFree=23067596/32770624 swapFree=67108404/67108860
[pid=28578] ppid=28575 vsize=10661056 memory=483996 CPUtime=3.88 cores=0,2,4,6
/proc/28578/stat : 28578 (java) S 28575 28578 26305 0 -1 1077944320 12035 0 0 0 344 44 0 0 20 0 15 0 93503522 10916921344 120999 33554432000 4194304 4196468 140720713729280 140720713711824 140313408114423 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
/proc/28578/statm: 2665264 120999 3088 1 0 2627263 0
[pid=28578/tid=28580] ppid=28575 vsize=10661056 memory=0 CPUtime=0.82 cores=0,2,4,6
/proc/28578/task/28580/stat : 28580 (java) R 28575 28578 26305 0 -1 4202560 5182 0 0 0 79 3 0 0 20 0 15 0 93503522 10916921344 120999 33554432000 4194304 4196468 140720713729280 140313412346160 140313408136349 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28581] ppid=28575 vsize=10661056 memory=-6951259422114956437 CPUtime=0.63 cores=0,2,4,6
/proc/28578/task/28581/stat : 28581 (java) S 28575 28578 26305 0 -1 1077944384 263 0 0 0 54 9 0 0 20 0 15 0 93503523 10916921344 120999 33554432000 4194304 4196468 140720713729280 140313015016336 140313408124629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28582] ppid=28575 vsize=10661056 memory=-6509546260019855299 CPUtime=0.63 cores=0,2,4,6
/proc/28578/task/28582/stat : 28582 (java) S 28575 28578 26305 0 -1 1077944384 266 0 0 0 54 9 0 0 20 0 15 0 93503523 10916921344 120999 33554432000 4194304 4196468 140720713729280 140313013963536 140313408124629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28583] ppid=28575 vsize=10661056 memory=-7390251449858225344 CPUtime=0.62 cores=0,2,4,6
/proc/28578/task/28583/stat : 28583 (java) S 28575 28578 26305 0 -1 1077944384 278 0 0 0 53 9 0 0 20 0 15 0 93503523 10916921344 120999 33554432000 4194304 4196468 140720713729280 140313012911248 140313408124629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28584] ppid=28575 vsize=10661056 memory=4134692831991786133 CPUtime=0.64 cores=0,2,4,6
/proc/28578/task/28584/stat : 28584 (java) S 28575 28578 26305 0 -1 1077944384 733 0 0 0 54 10 0 0 20 0 15 0 93503523 10916921344 120999 33554432000 4194304 4196468 140720713729280 140313011858448 140313408124629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28585] ppid=28575 vsize=10661056 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/28578/task/28585/stat : 28585 (java) S 28575 28578 26305 0 -1 1077944384 339 0 0 0 0 0 0 0 20 0 15 0 93503524 10916921344 120999 33554432000 4194304 4196468 140720713729280 140312967956592 140313408125570 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0

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


[startup+25.601 s]
/proc/loadavg: 2.45 1.81 1.66 6/215 28593
/proc/meminfo: memFree=15135604/32770624 swapFree=67108404/67108860
[pid=28578] ppid=28575 vsize=10661132 memory=8321704 CPUtime=80.65 cores=0,2,4,6
/proc/28578/stat : 28578 (java) S 28575 28578 26305 0 -1 1077944320 299854 0 0 0 7209 856 0 0 20 0 15 0 93503522 10916999168 2080426 33554432000 4194304 4196468 140720713729280 140720713711824 140313408114423 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
/proc/28578/statm: 2665283 2080426 3180 1 0 2627263 0
[pid=28578/tid=28580] ppid=28575 vsize=10661132 memory=4137284780655939955 CPUtime=7.38 cores=0,2,4,6
/proc/28578/task/28580/stat : 28580 (java) S 28575 28578 26305 0 -1 1077944384 11671 0 0 0 727 11 0 0 20 0 15 0 93503522 10916999168 2080426 33554432000 4194304 4196468 140720713729280 140313412352896 140313408124629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28581] ppid=28575 vsize=10661132 memory=6791534058613427641 CPUtime=16.7 cores=0,2,4,6
/proc/28578/task/28581/stat : 28581 (java) R 28575 28578 26305 0 -1 4202560 107115 0 0 0 1472 198 0 0 20 0 15 0 93503523 10916999168 2080426 33554432000 4194304 4196468 140720713729280 140313015016224 140313401217409 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28582] ppid=28575 vsize=10661132 memory=27012 CPUtime=16.75 cores=0,2,4,6
/proc/28578/task/28582/stat : 28582 (java) R 28575 28578 26305 0 -1 4202560 31053 0 0 0 1451 224 0 0 20 0 15 0 93503523 10916999168 2080426 33554432000 4194304 4196468 140720713729280 140313013963344 140313400742631 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28583] ppid=28575 vsize=10661132 memory=8321048 CPUtime=16.7 cores=0,2,4,6
/proc/28578/task/28583/stat : 28583 (java) R 28575 28578 26305 0 -1 4202560 22239 0 0 0 1467 203 0 0 20 0 15 0 93503523 10916999168 2080426 33554432000 4194304 4196468 140720713729280 140313012911056 140313400742631 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28584] ppid=28575 vsize=10661132 memory=35332 CPUtime=16.72 cores=0,2,4,6
/proc/28578/task/28584/stat : 28584 (java) R 28575 28578 26305 0 -1 4202560 93901 0 0 0 1462 210 0 0 20 0 15 0 93503523 10916999168 2080426 33554432000 4194304 4196468 140720713729280 140313011858568 140313400742631 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28585] ppid=28575 vsize=10661132 memory=35492 CPUtime=0.71 cores=0,2,4,6
/proc/28578/task/28585/stat : 28585 (java) S 28575 28578 26305 0 -1 1077944384 10078 0 0 0 70 1 0 0 20 0 15 0 93503524 10916999168 2080426 33554432000 4194304 4196468 140720713729280 140312967955152 140313408124629 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 43 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28586] ppid=28575 vsize=10661132 memory=280754496031808 CPUtime=0 cores=0,2,4,6
/proc/28578/task/28586/stat : 28586 (java) S 28575 28578 26305 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 93503525 10916999168 2080426 33554432000 4194304 4196468 140720713729280 140312966902624 140313408124629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28587] ppid=28575 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28578/task/28587/stat : 28587 (java) S 28575 28578 26305 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 93503525 10916999168 2080426 33554432000 4194304 4196468 140720713729280 140312965850224 140313408124629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28588] ppid=28575 vsize=10661132 memory=4012 CPUtime=0 cores=0,2,4,6
/proc/28578/task/28588/stat : 28588 (java) S 28575 28578 26305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93503527 10916999168 2080426 33554432000 4194304 4196468 140720713729280 140312964798544 140313408133019 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28589] ppid=28575 vsize=10661132 memory=27012 CPUtime=2.74 cores=0,2,4,6
/proc/28578/task/28589/stat : 28589 (java) S 28575 28578 26305 0 -1 1077944384 9436 0 0 0 273 1 0 0 20 0 15 0 93503527 10916999168 2080426 33554432000 4194304 4196468 140720713729280 140312963746416 140313408125570 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28590] ppid=28575 vsize=10661132 memory=2396 CPUtime=2.36 cores=0,2,4,6
/proc/28578/task/28590/stat : 28590 (java) S 28575 28578 26305 0 -1 1077944384 9838 0 0 0 235 1 0 0 20 0 15 0 93503527 10916999168 2080426 33554432000 4194304 4196468 140720713729280 140312962693376 140313408124629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28591] ppid=28575 vsize=10661132 memory=1300 CPUtime=0.48 cores=0,2,4,6
/proc/28578/task/28591/stat : 28591 (java) S 28575 28578 26305 0 -1 1077944384 2567 0 0 0 47 1 0 0 20 0 15 0 93503527 10916999168 2080426 33554432000 4194304 4196468 140720713729280 140312961641376 140313408124629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28592] ppid=28575 vsize=10661132 memory=1732 CPUtime=0 cores=0,2,4,6
/proc/28578/task/28592/stat : 28592 (java) S 28575 28578 26305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93503528 10916999168 2080426 33554432000 4194304 4196468 140720713729280 140312960588768 140313408124629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28593] ppid=28575 vsize=10661132 memory=1716 CPUtime=0.01 cores=0,2,4,6
/proc/28578/task/28593/stat : 28593 (java) S 28575 28578 26305 0 -1 1077944384 550 0 0 0 0 1 0 0 20 0 15 0 93503528 10916999168 2080426 33554432000 4194304 4196468 140720713729280 140312959535536 140313408125570 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 44 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
Current children cumulated CPU time: 80.65 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8321704 KiB

[startup+26.4012 s]
/proc/loadavg: 2.45 1.81 1.66 6/215 28593
/proc/meminfo: memFree=15135604/32770624 swapFree=67108404/67108860
[pid=28578] ppid=28575 vsize=10661132 memory=8321704 CPUtime=83.61 cores=0,2,4,6
/proc/28578/stat : 28578 (java) S 28575 28578 26305 0 -1 1077944320 301701 0 0 0 7504 857 0 0 20 0 15 0 93503522 10916999168 2080426 33554432000 4194304 4196468 140720713729280 140720713711824 140313408114423 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
/proc/28578/statm: 2665283 2080426 3180 1 0 2627263 0
[pid=28578/tid=28580] ppid=28575 vsize=10661132 memory=6791534058613427641 CPUtime=7.38 cores=0,2,4,6
/proc/28578/task/28580/stat : 28580 (java) S 28575 28578 26305 0 -1 1077944384 11672 0 0 0 727 11 0 0 20 0 15 0 93503522 10916999168 2080426 33554432000 4194304 4196468 140720713729280 140313412352896 140313408124629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28581] ppid=28575 vsize=10661132 memory=644 CPUtime=17.45 cores=0,2,4,6
/proc/28578/task/28581/stat : 28581 (java) R 28575 28578 26305 0 -1 4202560 108953 0 0 0 1547 198 0 0 20 0 15 0 93503523 10916999168 2080426 33554432000 4194304 4196468 140720713729280 140313015016336 140313392812175 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28582] ppid=28575 vsize=10661132 memory=956 CPUtime=17.48 cores=0,2,4,6
/proc/28578/task/28582/stat : 28582 (java) R 28575 28578 26305 0 -1 4202560 31054 0 0 0 1523 225 0 0 20 0 15 0 93503523 10916999168 2080426 33554432000 4194304 4196468 140720713729280 140313013963536 140313389710971 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28583] ppid=28575 vsize=10661132 memory=8321704 CPUtime=17.43 cores=0,2,4,6
/proc/28578/task/28583/stat : 28583 (java) R 28575 28578 26305 0 -1 4202560 22243 0 0 0 1539 204 0 0 20 0 15 0 93503523 10916999168 2080426 33554432000 4194304 4196468 140720713729280 140313012911448 140313392812062 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28584] ppid=28575 vsize=10661132 memory=2744 CPUtime=17.42 cores=0,2,4,6
/proc/28578/task/28584/stat : 28584 (java) R 28575 28578 26305 0 -1 4202560 93901 0 0 0 1532 210 0 0 20 0 15 0 93503523 10916999168 2080426 33554432000 4194304 4196468 140720713729280 140313011858648 140313392812015 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28585] ppid=28575 vsize=10661132 memory=8321420 CPUtime=0.77 cores=0,2,4,6
/proc/28578/task/28585/stat : 28585 (java) S 28575 28578 26305 0 -1 1077944384 10079 0 0 0 76 1 0 0 20 0 15 0 93503524 10916999168 2080426 33554432000 4194304 4196468 140720713729280 140312967954912 140313408124629 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 43 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28586] ppid=28575 vsize=10661132 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/28578/task/28586/stat : 28586 (java) S 28575 28578 26305 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 93503525 10916999168 2080426 33554432000 4194304 4196468 140720713729280 140312966902624 140313408124629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28587] ppid=28575 vsize=10661132 memory=280754496917824 CPUtime=0 cores=0,2,4,6
/proc/28578/task/28587/stat : 28587 (java) S 28575 28578 26305 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 93503525 10916999168 2080426 33554432000 4194304 4196468 140720713729280 140312965850224 140313408124629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28588] ppid=28575 vsize=10661132 memory=9229 CPUtime=0 cores=0,2,4,6
/proc/28578/task/28588/stat : 28588 (java) S 28575 28578 26305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93503527 10916999168 2080426 33554432000 4194304 4196468 140720713729280 140312964798544 140313408133019 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28589] ppid=28575 vsize=10661132 memory=18615 CPUtime=2.74 cores=0,2,4,6
/proc/28578/task/28589/stat : 28589 (java) S 28575 28578 26305 0 -1 1077944384 9436 0 0 0 273 1 0 0 20 0 15 0 93503527 10916999168 2080426 33554432000 4194304 4196468 140720713729280 140312963746416 140313408125570 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28590] ppid=28575 vsize=10661132 memory=-6876588628787748224 CPUtime=2.36 cores=0,2,4,6
/proc/28578/task/28590/stat : 28590 (java) S 28575 28578 26305 0 -1 1077944384 9838 0 0 0 235 1 0 0 20 0 15 0 93503527 10916999168 2080426 33554432000 4194304 4196468 140720713729280 140312962693616 140313408125570 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28591] ppid=28575 vsize=10661132 memory=7682475212697334586 CPUtime=0.48 cores=0,2,4,6
/proc/28578/task/28591/stat : 28591 (java) S 28575 28578 26305 0 -1 1077944384 2567 0 0 0 47 1 0 0 20 0 15 0 93503527 10916999168 2080426 33554432000 4194304 4196468 140720713729280 140312961641328 140313408125570 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28592] ppid=28575 vsize=10661132 memory=-7966001967256141664 CPUtime=0 cores=0,2,4,6
/proc/28578/task/28592/stat : 28592 (java) S 28575 28578 26305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93503528 10916999168 2080426 33554432000 4194304 4196468 140720713729280 140312960588768 140313408124629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28593] ppid=28575 vsize=10661132 memory=6944656592455360569 CPUtime=0.01 cores=0,2,4,6
/proc/28578/task/28593/stat : 28593 (java) S 28575 28578 26305 0 -1 1077944384 550 0 0 0 0 1 0 0 20 0 15 0 93503528 10916999168 2080426 33554432000 4194304 4196468 140720713729280 140312959535536 140313408125570 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 44 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
Current children cumulated CPU time: 83.61 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8321704 KiB

[startup+27.2012 s]
/proc/loadavg: 2.65 1.86 1.68 6/215 28593
/proc/meminfo: memFree=15135728/32770624 swapFree=67108404/67108860
[pid=28578] ppid=28575 vsize=10661132 memory=8322044 CPUtime=86.63 cores=0,2,4,6
/proc/28578/stat : 28578 (java) S 28575 28578 26305 0 -1 1077944320 302032 0 0 0 7806 857 0 0 20 0 15 0 93503522 10916999168 2080511 33554432000 4194304 4196468 140720713729280 140720713711824 140313408114423 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
/proc/28578/statm: 2665283 2080511 3180 1 0 2627263 0
[pid=28578/tid=28580] ppid=28575 vsize=10661132 memory=4012 CPUtime=7.38 cores=0,2,4,6
/proc/28578/task/28580/stat : 28580 (java) S 28575 28578 26305 0 -1 1077944384 11672 0 0 0 727 11 0 0 20 0 15 0 93503522 10916999168 2080511 33554432000 4194304 4196468 140720713729280 140313412352896 140313408124629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28581] ppid=28575 vsize=10661132 memory=8321704 CPUtime=18.19 cores=0,2,4,6
/proc/28578/task/28581/stat : 28581 (java) R 28575 28578 26305 0 -1 4202560 108975 0 0 0 1621 198 0 0 20 0 15 0 93503523 10916999168 2080511 33554432000 4194304 4196468 140720713729280 140313015016224 140313393111037 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28582] ppid=28575 vsize=10661132 memory=8321628 CPUtime=18.21 cores=0,2,4,6
/proc/28578/task/28582/stat : 28582 (java) R 28575 28578 26305 0 -1 4202560 31207 0 0 0 1596 225 0 0 20 0 15 0 93503523 10916999168 2080511 33554432000 4194304 4196468 140720713729280 140313013963656 140313400742631 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28583] ppid=28575 vsize=10661132 memory=8321284 CPUtime=18.17 cores=0,2,4,6
/proc/28578/task/28583/stat : 28583 (java) R 28575 28578 26305 0 -1 4202560 22349 0 0 0 1613 204 0 0 20 0 15 0 93503523 10916999168 2080511 33554432000 4194304 4196468 140720713729280 140313012911248 140313400742631 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28584] ppid=28575 vsize=10661132 memory=164 CPUtime=18.18 cores=0,2,4,6
/proc/28578/task/28584/stat : 28584 (java) R 28575 28578 26305 0 -1 4202560 93950 0 0 0 1608 210 0 0 20 0 15 0 93503523 10916999168 2080511 33554432000 4194304 4196468 140720713729280 140313011858448 140313389724032 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28585] ppid=28575 vsize=10661132 memory=8747226831578988619 CPUtime=0.81 cores=0,2,4,6
/proc/28578/task/28585/stat : 28585 (java) S 28575 28578 26305 0 -1 1077944384 10080 0 0 0 80 1 0 0 20 0 15 0 93503524 10916999168 2080511 33554432000 4194304 4196468 140720713729280 140312967955152 140313408124629 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 43 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28586] ppid=28575 vsize=10661132 memory=288285597418923857 CPUtime=0 cores=0,2,4,6
/proc/28578/task/28586/stat : 28586 (java) S 28575 28578 26305 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 93503525 10916999168 2080511 33554432000 4194304 4196468 140720713729280 140312966902624 140313408124629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28587] ppid=28575 vsize=10661132 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/28578/task/28587/stat : 28587 (java) S 28575 28578 26305 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 93503525 10916999168 2080511 33554432000 4194304 4196468 140720713729280 140312965850224 140313408124629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28588] ppid=28575 vsize=10661132 memory=25942 CPUtime=0 cores=0,2,4,6
/proc/28578/task/28588/stat : 28588 (java) S 28575 28578 26305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93503527 10916999168 2080511 33554432000 4194304 4196468 140720713729280 140312964798544 140313408133019 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28589] ppid=28575 vsize=10661132 memory=0 CPUtime=2.74 cores=0,2,4,6
/proc/28578/task/28589/stat : 28589 (java) S 28575 28578 26305 0 -1 1077944384 9436 0 0 0 273 1 0 0 20 0 15 0 93503527 10916999168 2080511 33554432000 4194304 4196468 140720713729280 140312963746416 140313408125570 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28590] ppid=28575 vsize=10661132 memory=280754495946992 CPUtime=2.36 cores=0,2,4,6
/proc/28578/task/28590/stat : 28590 (java) S 28575 28578 26305 0 -1 1077944384 9838 0 0 0 235 1 0 0 20 0 15 0 93503527 10916999168 2080511 33554432000 4194304 4196468 140720713729280 140312962693616 140313408125570 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28591] ppid=28575 vsize=10661132 memory=43856247411 CPUtime=0.48 cores=0,2,4,6
/proc/28578/task/28591/stat : 28591 (java) S 28575 28578 26305 0 -1 1077944384 2567 0 0 0 47 1 0 0 20 0 15 0 93503527 10916999168 2080511 33554432000 4194304 4196468 140720713729280 140312961641328 140313408125570 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28592] ppid=28575 vsize=10661132 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/28578/task/28592/stat : 28592 (java) S 28575 28578 26305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93503528 10916999168 2080511 33554432000 4194304 4196468 140720713729280 140312960588768 140313408124629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28593] ppid=28575 vsize=10661132 memory=6944652177228980320 CPUtime=0.01 cores=0,2,4,6
/proc/28578/task/28593/stat : 28593 (java) S 28575 28578 26305 0 -1 1077944384 550 0 0 0 0 1 0 0 20 0 15 0 93503528 10916999168 2080511 33554432000 4194304 4196468 140720713729280 140312959535536 140313408125570 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 44 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
Current children cumulated CPU time: 86.63 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8322044 KiB

[startup+27.4007 s]
/proc/loadavg: 2.65 1.86 1.68 6/215 28593
/proc/meminfo: memFree=15135728/32770624 swapFree=67108404/67108860
[pid=28578] ppid=28575 vsize=10661132 memory=8322044 CPUtime=87.41 cores=0,2,4,6
/proc/28578/stat : 28578 (java) S 28575 28578 26305 0 -1 1077944320 302033 0 0 0 7883 858 0 0 20 0 15 0 93503522 10916999168 2080511 33554432000 4194304 4196468 140720713729280 140720713711824 140313408114423 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
/proc/28578/statm: 2665283 2080511 3180 1 0 2627263 0
[pid=28578/tid=28580] ppid=28575 vsize=10661132 memory=6791534058613427641 CPUtime=7.38 cores=0,2,4,6
/proc/28578/task/28580/stat : 28580 (java) S 28575 28578 26305 0 -1 1077944384 11672 0 0 0 727 11 0 0 20 0 15 0 93503522 10916999168 2080511 33554432000 4194304 4196468 140720713729280 140313412352896 140313408124629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28581] ppid=28575 vsize=10661132 memory=2396 CPUtime=18.38 cores=0,2,4,6
/proc/28578/task/28581/stat : 28581 (java) R 28575 28578 26305 0 -1 4202560 108975 0 0 0 1640 198 0 0 20 0 15 0 93503523 10916999168 2080511 33554432000 4194304 4196468 140720713729280 140313015016456 140313400742631 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28582] ppid=28575 vsize=10661132 memory=1300 CPUtime=18.4 cores=0,2,4,6
/proc/28578/task/28582/stat : 28582 (java) R 28575 28578 26305 0 -1 4202560 31207 0 0 0 1615 225 0 0 20 0 15 0 93503523 10916999168 2080511 33554432000 4194304 4196468 140720713729280 140313013963344 140313400742631 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28583] ppid=28575 vsize=10661132 memory=1732 CPUtime=18.36 cores=0,2,4,6
/proc/28578/task/28583/stat : 28583 (java) R 28575 28578 26305 0 -1 4202560 22349 0 0 0 1632 204 0 0 20 0 15 0 93503523 10916999168 2080511 33554432000 4194304 4196468 140720713729280 140313012911056 140313400742631 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28584] ppid=28575 vsize=10661132 memory=1716 CPUtime=18.38 cores=0,2,4,6
/proc/28578/task/28584/stat : 28584 (java) R 28575 28578 26305 0 -1 4202560 93950 0 0 0 1628 210 0 0 20 0 15 0 93503523 10916999168 2080511 33554432000 4194304 4196468 140720713729280 140313011858648 140313393110838 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28585] ppid=28575 vsize=10661132 memory=796 CPUtime=0.81 cores=0,2,4,6
/proc/28578/task/28585/stat : 28585 (java) S 28575 28578 26305 0 -1 1077944384 10080 0 0 0 80 1 0 0 20 0 15 0 93503524 10916999168 2080511 33554432000 4194304 4196468 140720713729280 140312967955152 140313408124629 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 43 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28586] ppid=28575 vsize=10661132 memory=11008 CPUtime=0 cores=0,2,4,6
/proc/28578/task/28586/stat : 28586 (java) S 28575 28578 26305 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 93503525 10916999168 2080511 33554432000 4194304 4196468 140720713729280 140312966902624 140313408124629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28587] ppid=28575 vsize=10661132 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/28578/task/28587/stat : 28587 (java) S 28575 28578 26305 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 93503525 10916999168 2080511 33554432000 4194304 4196468 140720713729280 140312965850224 140313408124629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28588] ppid=28575 vsize=10661132 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/28578/task/28588/stat : 28588 (java) S 28575 28578 26305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93503527 10916999168 2080511 33554432000 4194304 4196468 140720713729280 140312964798544 140313408133019 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28589] ppid=28575 vsize=10661132 memory=1300 CPUtime=2.74 cores=0,2,4,6
/proc/28578/task/28589/stat : 28589 (java) S 28575 28578 26305 0 -1 1077944384 9437 0 0 0 273 1 0 0 20 0 15 0 93503527 10916999168 2080511 33554432000 4194304 4196468 140720713729280 140312963746176 140313408124629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28590] ppid=28575 vsize=10661132 memory=1732 CPUtime=2.36 cores=0,2,4,6
/proc/28578/task/28590/stat : 28590 (java) S 28575 28578 26305 0 -1 1077944384 9838 0 0 0 235 1 0 0 20 0 15 0 93503527 10916999168 2080511 33554432000 4194304 4196468 140720713729280 140312962693616 140313408125570 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28591] ppid=28575 vsize=10661132 memory=1716 CPUtime=0.48 cores=0,2,4,6
/proc/28578/task/28591/stat : 28591 (java) S 28575 28578 26305 0 -1 1077944384 2567 0 0 0 47 1 0 0 20 0 15 0 93503527 10916999168 2080511 33554432000 4194304 4196468 140720713729280 140312961641328 140313408125570 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28592] ppid=28575 vsize=10661132 memory=796 CPUtime=0 cores=0,2,4,6
/proc/28578/task/28592/stat : 28592 (java) S 28575 28578 26305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93503528 10916999168 2080511 33554432000 4194304 4196468 140720713729280 140312960588768 140313408124629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
[pid=28578/tid=28593] ppid=28575 vsize=10661132 memory=11008 CPUtime=0.01 cores=0,2,4,6
/proc/28578/task/28593/stat : 28593 (java) S 28575 28578 26305 0 -1 1077944384 550 0 0 0 0 1 0 0 20 0 15 0 93503528 10916999168 2080511 33554432000 4194304 4196468 140720713729280 140312959535536 140313408125570 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 44 0 0 6293624 6294260 38694912 140720713733276 140720713733385 140720713733385 140720713736143 0
Current children cumulated CPU time: 87.41 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8322044 KiB

[startup+27.5007 s]*
/proc/loadavg: 2.65 1.86 1.68 3/202 28594
/proc/meminfo: memFree=18355812/32770624 swapFree=67108404/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 1
Real time (s): 27.5464
CPU time (s): 87.5871
CPU user time (s): 78.9456
CPU system time (s): 8.64152
CPU usage (%): 317.962
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 8329472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 78.9456
system time used= 8.64152
maximum resident set size= 8329472
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 302200
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= 9090
involuntary context switches= 994


# summary of solver processes directly reported to runsolver:
#   pid: 28578
#   total CPU time (s): 87.5871
#   total CPU user time (s): 78.9456
#   total CPU system time (s): 8.64152

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.205522 second user time and 0.313175 second system time

The end

Launcher Data

Begin job on node148 at 2018-07-28 08:30:04
IDJOB=4298402
IDBENCH=141134
IDSOLVER=2765
FILE ID=node148/4298402-1532759403
RUNJOBID= node148-1532739340-26336
PBS_JOBID= 21022440
Free space on /tmp= 43228 MiB

SOLVER NAME= slowpoke 2018-04-29
BENCH NAME= XCSP18/GraphColoring/GraphColoring-qg-order100_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME --timelimit TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298402-1532759403/watcher-4298402-1532759403 -o /tmp/evaluation-result-4298402-1532759403/solver-4298402-1532759403 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532739340-26336 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4298402-1532759403.xml --timelimit 2520

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

MD5SUM BENCH= d2763c38ef24fdf1196893d726f1931a
RANDOM SEED=1055324824

node148.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.50
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.50
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.50
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.50
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:        23459964 kB
MemAvailable:   31749760 kB
Buffers:          218264 kB
Cached:          8206248 kB
SwapCached:          352 kB
Active:          2199036 kB
Inactive:        6458668 kB
Active(anon):     186900 kB
Inactive(anon):    74236 kB
Active(file):    2012136 kB
Inactive(file):  6384432 kB
Unevictable:        7080 kB
Mlocked:            7080 kB
SwapTotal:      67108860 kB
SwapFree:       67108404 kB
Dirty:             36828 kB
Writeback:             0 kB
AnonPages:        240628 kB
Mapped:            54380 kB
Shmem:             25016 kB
Slab:             349616 kB
SReclaimable:     321688 kB
SUnreclaim:        27928 kB
KernelStack:        3568 kB
PageTables:         5808 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1157208 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    149504 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 43228 MiB
End job on node148 at 2018-07-28 08:30:31