Trace number 4298422

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? 68.257 20.8339

General information on the benchmark

NameGraphColoring/
GraphColoring-qg-order60_c18.xml
MD5SUM2b7bed68bca9665ed3be29de24764d77
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark59
Best CPU time to get the best result obtained on this benchmark2519.41
Satisfiable
(Un)Satisfiability was proved
Number of variables3600
Number of constraints212400
Number of domains1
Minimum domain size3600
Maximum domain size3600
Distribution of domain sizes[{"size":3600,"count":3600}]
Minimum variable degree119
Maximum variable degree119
Distribution of variable degrees[{"degree":119,"count":3600}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":212400}]
Number of extensional constraints0
Number of intensional constraints212400
Distribution of constraint types[{"type":"intension","count":212400}]
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: -1
0.13/0.13	c memlimit: -1
0.13/0.13	c nbcore: -1
68.11/20.73	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
68.11/20.73		at minicp.reversible.ReversibleSparseSet.<init>(ReversibleSparseSet.java:42)
68.11/20.73		at minicp.engine.core.SparseSetDomain.<init>(SparseSetDomain.java:34)
68.11/20.73		at minicp.engine.core.IntVarImpl.<init>(IntVarImpl.java:76)
68.11/20.73		at minicp.cp.Factory.makeIntVar(Factory.java:81)
68.11/20.73		at minicp.cp.Factory.sum(Factory.java:230)
68.11/20.79		at xcsp3.XCSP3.arithmeticOperatorConstraintVar(XCSP3.java:444)
68.11/20.79		at xcsp3.XCSP3.buildCtrPrimitive(XCSP3.java:376)
68.11/20.79		at org.xcsp.parser.loaders.ConstraintRecognizer.lambda$new$9(ConstraintRecognizer.java:120)
68.11/20.79		at org.xcsp.parser.loaders.ConstraintRecognizer$$Lambda$14/445051633.accept(Unknown Source)
68.11/20.79		at org.xcsp.parser.loaders.ConstraintRecognizer.lambda$recognizeIntensionIn$31(ConstraintRecognizer.java:176)
68.11/20.79		at org.xcsp.parser.loaders.ConstraintRecognizer$$Lambda$117/813823788.test(Unknown Source)
68.11/20.79		at java.util.stream.MatchOps$1MatchSink.accept(MatchOps.java:90)
68.11/20.79		at java.util.Spliterators$IteratorSpliterator.tryAdvance(Spliterators.java:1812)
68.11/20.79		at java.util.stream.ReferencePipeline.forEachWithCancel(ReferencePipeline.java:126)
68.11/20.79		at java.util.stream.AbstractPipeline.copyIntoWithCancel(AbstractPipeline.java:498)
68.11/20.79		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:485)
68.11/20.79		at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
68.11/20.79		at java.util.stream.MatchOps$MatchOp.evaluateSequential(MatchOps.java:230)
68.11/20.79		at java.util.stream.MatchOps$MatchOp.evaluateSequential(MatchOps.java:196)
68.11/20.79		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
68.11/20.79		at java.util.stream.ReferencePipeline.anyMatch(ReferencePipeline.java:449)
68.11/20.79		at org.xcsp.parser.loaders.ConstraintRecognizer.recognizeIntensionIn(ConstraintRecognizer.java:171)
68.11/20.79		at org.xcsp.parser.loaders.ConstraintRecognizer.recognizeIntension(ConstraintRecognizer.java:185)
68.11/20.79		at org.xcsp.parser.loaders.ConstraintRecognizer.specificIntensionCases(ConstraintRecognizer.java:212)
68.11/20.79		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:278)
68.11/20.79		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
68.11/20.79		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
68.11/20.79		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
68.11/20.79		at org.xcsp.parser.XCallbacks$$Lambda$83/28597262.accept(Unknown Source)
68.11/20.79		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
68.11/20.79		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
68.11/20.79		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
68.11/20.79	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 (14204 MiB free)
  memory of node 1: 16384 MiB (13291 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298422-1532760755/watcher-4298422-1532760755 -o /tmp/evaluation-result-4298422-1532760755/solver-4298422-1532760755 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532740893-4892 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4298422-1532760755.xml 

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

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


[startup+0.104443 s]*
/proc/loadavg: 1.46 1.63 1.66 3/216 7339
/proc/meminfo: memFree=28139252/32770624 swapFree=67108860/67108860
[pid=7324] ppid=7321 vsize=10658972 memory=27604 CPUtime=0.13 cores=1,3,5,7
/proc/7324/stat : 7324 (java) S 7321 7324 4860 0 -1 1077944320 5329 0 0 0 12 1 0 0 20 0 15 0 93638743 10914787328 6901 33554432000 4194304 4196468 140731571717328 140731571699872 140235953692407 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
/proc/7324/statm: 2664743 6901 2847 1 0 2627263 0
[pid=7324/tid=7326] ppid=7321 vsize=10658972 memory=-8682197304618087616 CPUtime=0.09 cores=1,3,5,7
/proc/7324/task/7326/stat : 7326 (java) R 7321 7324 4860 0 -1 4202560 3145 0 0 0 8 1 0 0 20 0 15 0 93638744 10914787328 6901 33554432000 4194304 4196468 140731571717328 140235957922672 140235591462024 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7327] ppid=7321 vsize=10658972 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/7324/task/7327/stat : 7327 (java) S 7321 7324 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93638744 10914787328 6901 33554432000 4194304 4196468 140731571717328 140235560901264 140235953702613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7328] ppid=7321 vsize=10658972 memory=139921311098496 CPUtime=0 cores=1,3,5,7
/proc/7324/task/7328/stat : 7328 (java) S 7321 7324 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93638744 10914787328 6901 33554432000 4194304 4196468 140731571717328 140235559848464 140235953702613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7329] ppid=7321 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7324/task/7329/stat : 7329 (java) S 7321 7324 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93638744 10914787328 6901 33554432000 4194304 4196468 140731571717328 140235558795664 140235953702613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7330] ppid=7321 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7324/task/7330/stat : 7330 (java) S 7321 7324 4860 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93638744 10914787328 6901 33554432000 4194304 4196468 140731571717328 140235557742864 140235953702613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7331] ppid=7321 vsize=10658972 memory=139921311098496 CPUtime=0 cores=1,3,5,7
/proc/7324/task/7331/stat : 7331 (java) S 7321 7324 4860 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93638746 10914787328 6901 33554432000 4194304 4196468 140731571717328 140235056864112 140235953703554 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7332] ppid=7321 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7324/task/7332/stat : 7332 (java) S 7321 7324 4860 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 93638746 10914787328 6901 33554432000 4194304 4196468 140731571717328 140235055810080 140235953702613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7333] ppid=7321 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7324/task/7333/stat : 7333 (java) S 7321 7324 4860 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 93638746 10914787328 6901 33554432000 4194304 4196468 140731571717328 140235054757232 140235953702613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7334] ppid=7321 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7324/task/7334/stat : 7334 (java) S 7321 7324 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93638749 10914787328 6901 33554432000 4194304 4196468 140731571717328 140235053705552 140235953711003 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7335] ppid=7321 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7324/task/7335/stat : 7335 (java) S 7321 7324 4860 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 15 0 93638749 10914787328 6901 33554432000 4194304 4196468 140731571717328 140235052652912 140235953703554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7336] ppid=7321 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7324/task/7336/stat : 7336 (java) S 7321 7324 4860 0 -1 1077944384 183 0 0 0 0 0 0 0 20 0 15 0 93638749 10914787328 6901 33554432000 4194304 4196468 140731571717328 140235051600112 140235953703554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7337] ppid=7321 vsize=10658972 memory=139921311098496 CPUtime=0.02 cores=1,3,5,7
/proc/7324/task/7337/stat : 7337 (java) R 7321 7324 4860 0 -1 4202560 337 0 0 0 2 0 0 0 20 0 15 0 93638749 10914787328 6901 33554432000 4194304 4196468 140731571717328 140235050547312 140235937772894 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7338] ppid=7321 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7324/task/7338/stat : 7338 (java) S 7321 7324 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93638749 10914787328 6901 33554432000 4194304 4196468 140731571717328 140235049494752 140235953702613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7339] ppid=7321 vsize=10658972 memory=139921311098496 CPUtime=0 cores=1,3,5,7
/proc/7324/task/7339/stat : 7339 (java) S 7321 7324 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93638749 10914787328 6901 33554432000 4194304 4196468 140731571717328 140235048443056 140235953703554 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 27604 KiB

[startup+0.210574 s]*
/proc/loadavg: 1.46 1.63 1.66 4/216 7339
/proc/meminfo: memFree=28127220/32770624 swapFree=67108860/67108860
[pid=7324] ppid=7321 vsize=10658972 memory=40228 CPUtime=0.34 cores=1,3,5,7
/proc/7324/stat : 7324 (java) S 7321 7324 4860 0 -1 1077944320 8187 0 0 0 32 2 0 0 20 0 15 0 93638743 10914787328 10057 33554432000 4194304 4196468 140731571717328 140731571699872 140235953692407 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
/proc/7324/statm: 2664743 10057 2982 1 0 2627263 0
[pid=7324/tid=7326] ppid=7321 vsize=10658972 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/7324/task/7326/stat : 7326 (java) R 7321 7324 4860 0 -1 4202560 5092 0 0 0 18 2 0 0 20 0 15 0 93638744 10914787328 10057 33554432000 4194304 4196468 140731571717328 140235957930320 140235953704342 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7327] ppid=7321 vsize=10658972 memory=364 CPUtime=0 cores=1,3,5,7
/proc/7324/task/7327/stat : 7327 (java) S 7321 7324 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93638744 10914787328 10057 33554432000 4194304 4196468 140731571717328 140235560901264 140235953702613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7328] ppid=7321 vsize=10658972 memory=139921311105994 CPUtime=0 cores=1,3,5,7
/proc/7324/task/7328/stat : 7328 (java) S 7321 7324 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93638744 10914787328 10057 33554432000 4194304 4196468 140731571717328 140235559848464 140235953702613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7329] ppid=7321 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7324/task/7329/stat : 7329 (java) S 7321 7324 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93638744 10914787328 10057 33554432000 4194304 4196468 140731571717328 140235558795664 140235953702613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7330] ppid=7321 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7324/task/7330/stat : 7330 (java) S 7321 7324 4860 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93638744 10914787328 10057 33554432000 4194304 4196468 140731571717328 140235557742864 140235953702613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7331] ppid=7321 vsize=10658972 memory=139921311098496 CPUtime=0 cores=1,3,5,7
/proc/7324/task/7331/stat : 7331 (java) S 7321 7324 4860 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93638746 10914787328 10057 33554432000 4194304 4196468 140731571717328 140235056864112 140235953703554 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7332] ppid=7321 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7324/task/7332/stat : 7332 (java) S 7321 7324 4860 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 93638746 10914787328 10057 33554432000 4194304 4196468 140731571717328 140235055810080 140235953702613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7333] ppid=7321 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7324/task/7333/stat : 7333 (java) S 7321 7324 4860 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 93638746 10914787328 10057 33554432000 4194304 4196468 140731571717328 140235054757232 140235953702613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7334] ppid=7321 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7324/task/7334/stat : 7334 (java) S 7321 7324 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93638749 10914787328 10057 33554432000 4194304 4196468 140731571717328 140235053705552 140235953711003 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7335] ppid=7321 vsize=10658972 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/7324/task/7335/stat : 7335 (java) R 7321 7324 4860 0 -1 1077944384 365 0 0 0 2 0 0 0 20 0 15 0 93638749 10914787328 10057 33554432000 4194304 4196468 140731571717328 140235052652912 140235953703554 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7336] ppid=7321 vsize=10658972 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/7324/task/7336/stat : 7336 (java) R 7321 7324 4860 0 -1 4202560 522 0 0 0 2 0 0 0 20 0 15 0 93638749 10914787328 10057 33554432000 4194304 4196468 140731571717328 140235051589904 140235932139707 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7337] ppid=7321 vsize=10658972 memory=139921311098496 CPUtime=0.08 cores=1,3,5,7
/proc/7324/task/7337/stat : 7337 (java) R 7321 7324 4860 0 -1 4202560 841 0 0 0 8 0 0 0 20 0 15 0 93638749 10914787328 10057 33554432000 4194304 4196468 140731571717328 140235050544976 140235953704342 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7338] ppid=7321 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7324/task/7338/stat : 7338 (java) S 7321 7324 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93638749 10914787328 10057 33554432000 4194304 4196468 140731571717328 140235049494752 140235953702613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7339] ppid=7321 vsize=10658972 memory=139921311098496 CPUtime=0 cores=1,3,5,7
/proc/7324/task/7339/stat : 7339 (java) S 7321 7324 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93638749 10914787328 10057 33554432000 4194304 4196468 140731571717328 140235048443056 140235953703554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 40228 KiB

[startup+0.311215 s]*
/proc/loadavg: 1.46 1.63 1.66 5/216 7339
/proc/meminfo: memFree=28111736/32770624 swapFree=67108860/67108860
[pid=7324] ppid=7321 vsize=10658972 memory=57596 CPUtime=0.67 cores=1,3,5,7
/proc/7324/stat : 7324 (java) S 7321 7324 4860 0 -1 1077944320 9951 0 0 0 64 3 0 0 20 0 15 0 93638743 10914787328 14399 33554432000 4194304 4196468 140731571717328 140731571699872 140235953692407 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
/proc/7324/statm: 2664743 14399 3034 1 0 2627263 0
[pid=7324/tid=7326] ppid=7321 vsize=10658972 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/7324/task/7326/stat : 7326 (java) R 7321 7324 4860 0 -1 4202560 5109 0 0 0 28 2 0 0 20 0 15 0 93638744 10914787328 14399 33554432000 4194304 4196468 140731571717328 140235957929792 140235953714333 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7327] ppid=7321 vsize=10658972 memory=304556149079015447 CPUtime=0 cores=1,3,5,7
/proc/7324/task/7327/stat : 7327 (java) S 7321 7324 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93638744 10914787328 14399 33554432000 4194304 4196468 140731571717328 140235560901264 140235953702613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7328] ppid=7321 vsize=10658972 memory=16243579987912344 CPUtime=0 cores=1,3,5,7
/proc/7324/task/7328/stat : 7328 (java) S 7321 7324 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93638744 10914787328 14399 33554432000 4194304 4196468 140731571717328 140235559848464 140235953702613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7329] ppid=7321 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7324/task/7329/stat : 7329 (java) S 7321 7324 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93638744 10914787328 14399 33554432000 4194304 4196468 140731571717328 140235558795664 140235953702613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7330] ppid=7321 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7324/task/7330/stat : 7330 (java) S 7321 7324 4860 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93638744 10914787328 14399 33554432000 4194304 4196468 140731571717328 140235557742864 140235953702613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7331] ppid=7321 vsize=10658972 memory=139921311098496 CPUtime=0 cores=1,3,5,7
/proc/7324/task/7331/stat : 7331 (java) S 7321 7324 4860 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93638746 10914787328 14399 33554432000 4194304 4196468 140731571717328 140235056864112 140235953703554 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7332] ppid=7321 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7324/task/7332/stat : 7332 (java) S 7321 7324 4860 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 93638746 10914787328 14399 33554432000 4194304 4196468 140731571717328 140235055810080 140235953702613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7333] ppid=7321 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7324/task/7333/stat : 7333 (java) S 7321 7324 4860 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 93638746 10914787328 14399 33554432000 4194304 4196468 140731571717328 140235054757232 140235953702613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7334] ppid=7321 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7324/task/7334/stat : 7334 (java) S 7321 7324 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93638749 10914787328 14399 33554432000 4194304 4196468 140731571717328 140235053705552 140235953711003 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7335] ppid=7321 vsize=10658972 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/7324/task/7335/stat : 7335 (java) R 7321 7324 4860 0 -1 4202560 943 0 0 0 11 0 0 0 20 0 15 0 93638749 10914787328 14399 33554432000 4194304 4196468 140731571717328 140235052638792 140235932930891 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7336] ppid=7321 vsize=10658972 memory=-1 CPUtime=0.12 cores=1,3,5,7
/proc/7324/task/7336/stat : 7336 (java) R 7321 7324 4860 0 -1 4202560 1343 0 0 0 12 0 0 0 20 0 15 0 93638749 10914787328 14399 33554432000 4194304 4196468 140731571717328 140235051581128 140235932948875 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7337] ppid=7321 vsize=10658972 memory=139921311098496 CPUtime=0.12 cores=1,3,5,7
/proc/7324/task/7337/stat : 7337 (java) R 7321 7324 4860 0 -1 1077944384 1188 0 0 0 12 0 0 0 20 0 15 0 93638749 10914787328 14399 33554432000 4194304 4196468 140731571717328 140235050547312 140235953703554 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7338] ppid=7321 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7324/task/7338/stat : 7338 (java) S 7321 7324 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93638749 10914787328 14399 33554432000 4194304 4196468 140731571717328 140235049494752 140235953702613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7339] ppid=7321 vsize=10658972 memory=139921311098496 CPUtime=0 cores=1,3,5,7
/proc/7324/task/7339/stat : 7339 (java) S 7321 7324 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93638749 10914787328 14399 33554432000 4194304 4196468 140731571717328 140235048443056 140235953703554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 57596 KiB

[startup+0.700713 s]
/proc/loadavg: 1.46 1.63 1.66 5/216 7339
/proc/meminfo: memFree=28049244/32770624 swapFree=67108860/67108860
[pid=7324] ppid=7321 vsize=10659048 memory=156308 CPUtime=1.62 cores=1,3,5,7
/proc/7324/stat : 7324 (java) S 7321 7324 4860 0 -1 1077944320 11087 0 0 0 157 5 0 0 20 0 15 0 93638743 10914865152 39077 33554432000 4194304 4196468 140731571717328 140731571699872 140235953692407 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
/proc/7324/statm: 2664762 39077 3080 1 0 2627263 0
[pid=7324/tid=7326] ppid=7321 vsize=10659048 memory=1840 CPUtime=0.68 cores=1,3,5,7
/proc/7324/task/7326/stat : 7326 (java) R 7321 7324 4860 0 -1 4202560 5480 0 0 0 65 3 0 0 20 0 15 0 93638744 10914865152 39077 33554432000 4194304 4196468 140731571717328 140235957926568 140235932769873 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7327] ppid=7321 vsize=10659048 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/7324/task/7327/stat : 7327 (java) S 7321 7324 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93638744 10914865152 39077 33554432000 4194304 4196468 140731571717328 140235560901264 140235953702613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7328] ppid=7321 vsize=10659048 memory=12060 CPUtime=0 cores=1,3,5,7
/proc/7324/task/7328/stat : 7328 (java) S 7321 7324 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93638744 10914865152 39077 33554432000 4194304 4196468 140731571717328 140235559848464 140235953702613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7329] ppid=7321 vsize=10659048 memory=5788 CPUtime=0 cores=1,3,5,7
/proc/7324/task/7329/stat : 7329 (java) S 7321 7324 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93638744 10914865152 39077 33554432000 4194304 4196468 140731571717328 140235558795664 140235953702613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7330] ppid=7321 vsize=10659048 memory=792 CPUtime=0 cores=1,3,5,7
/proc/7324/task/7330/stat : 7330 (java) S 7321 7324 4860 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93638744 10914865152 39077 33554432000 4194304 4196468 140731571717328 140235557742864 140235953702613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7331] ppid=7321 vsize=10659048 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/7324/task/7331/stat : 7331 (java) S 7321 7324 4860 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 93638746 10914865152 39077 33554432000 4194304 4196468 140731571717328 140235056864112 140235953703554 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7332] ppid=7321 vsize=10659048 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/7324/task/7332/stat : 7332 (java) S 7321 7324 4860 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 93638746 10914865152 39077 33554432000 4194304 4196468 140731571717328 140235055810080 140235953702613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7333] ppid=7321 vsize=10659048 memory=1416 CPUtime=0 cores=1,3,5,7
/proc/7324/task/7333/stat : 7333 (java) S 7321 7324 4860 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 93638746 10914865152 39077 33554432000 4194304 4196468 140731571717328 140235054757232 140235953702613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7334] ppid=7321 vsize=10659048 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/7324/task/7334/stat : 7334 (java) S 7321 7324 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93638749 10914865152 39077 33554432000 4194304 4196468 140731571717328 140235053705552 140235953711003 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7335] ppid=7321 vsize=10659048 memory=7163631965283378496 CPUtime=0.32 cores=1,3,5,7
/proc/7324/task/7335/stat : 7335 (java) R 7321 7324 4860 0 -1 4202560 1401 0 0 0 32 0 0 0 20 0 15 0 93638749 10914865152 39077 33554432000 4194304 4196468 140731571717328 140235052637024 140235935217819 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7336] ppid=7321 vsize=10659048 memory=7667213801450137426 CPUtime=0.35 cores=1,3,5,7
/proc/7324/task/7336/stat : 7336 (java) R 7321 7324 4860 0 -1 4202560 1386 0 0 0 35 0 0 0 20 0 15 0 93638749 10914865152 39077 33554432000 4194304 4196468 140731571717328 140235051587872 140235938817101 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7337] ppid=7321 vsize=10659048 memory=7440061282865139792 CPUtime=0.24 cores=1,3,5,7
/proc/7324/task/7337/stat : 7337 (java) S 7321 7324 4860 0 -1 1077944384 1449 0 0 0 24 0 0 0 20 0 15 0 93638749 10914865152 39077 33554432000 4194304 4196468 140731571717328 140235050547312 140235953703554 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7338] ppid=7321 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7324/task/7338/stat : 7338 (java) S 7321 7324 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93638749 10914865152 39077 33554432000 4194304 4196468 140731571717328 140235049494752 140235953702613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7339] ppid=7321 vsize=10659048 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/7324/task/7339/stat : 7339 (java) S 7321 7324 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93638749 10914865152 39077 33554432000 4194304 4196468 140731571717328 140235048443056 140235953703554 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
Current children cumulated CPU time: 1.62 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 156308 KiB

[startup+1.50122 s]
/proc/loadavg: 1.46 1.63 1.66 5/216 7339
/proc/meminfo: memFree=27896024/32770624 swapFree=67108860/67108860
[pid=7324] ppid=7321 vsize=10659048 memory=447052 CPUtime=4.15 cores=1,3,5,7
/proc/7324/stat : 7324 (java) S 7321 7324 4860 0 -1 1077944320 16605 0 0 0 395 20 0 0 20 0 15 0 93638743 10914865152 111763 33554432000 4194304 4196468 140731571717328 140731571699872 140235953692407 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
/proc/7324/statm: 2664762 111763 3127 1 0 2627263 0
[pid=7324/tid=7326] ppid=7321 vsize=10659048 memory=0 CPUtime=1.33 cores=1,3,5,7
/proc/7324/task/7326/stat : 7326 (java) R 7321 7324 4860 0 -1 4202560 5574 0 0 0 128 5 0 0 20 0 15 0 93638744 10914865152 111763 33554432000 4194304 4196468 140731571717328 140235957930288 140235595015655 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7327] ppid=7321 vsize=10659048 memory=-8754540793456063680 CPUtime=0.12 cores=1,3,5,7
/proc/7324/task/7327/stat : 7327 (java) S 7321 7324 4860 0 -1 1077944384 217 0 0 0 9 3 0 0 20 0 15 0 93638744 10914865152 111763 33554432000 4194304 4196468 140731571717328 140235560901264 140235953702613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7328] ppid=7321 vsize=10659048 memory=-2843869621055772062 CPUtime=0.12 cores=1,3,5,7
/proc/7324/task/7328/stat : 7328 (java) S 7321 7324 4860 0 -1 1077944384 160 0 0 0 9 3 0 0 20 0 15 0 93638744 10914865152 111763 33554432000 4194304 4196468 140731571717328 140235559848464 140235953702613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7329] ppid=7321 vsize=10659048 memory=5450919713671312938 CPUtime=0.06 cores=1,3,5,7
/proc/7324/task/7329/stat : 7329 (java) S 7321 7324 4860 0 -1 1077944384 99 0 0 0 5 1 0 0 20 0 15 0 93638744 10914865152 111763 33554432000 4194304 4196468 140731571717328 140235558795664 140235953702613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7330] ppid=7321 vsize=10659048 memory=7005738693937936738 CPUtime=0.11 cores=1,3,5,7
/proc/7324/task/7330/stat : 7330 (java) S 7321 7324 4860 0 -1 1077944384 79 0 0 0 8 3 0 0 20 0 15 0 93638744 10914865152 111763 33554432000 4194304 4196468 140731571717328 140235557742864 140235953702613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7331] ppid=7321 vsize=10659048 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/7324/task/7331/stat : 7331 (java) S 7321 7324 4860 0 -1 1077944384 208 0 0 0 0 0 0 0 20 0 15 0 93638746 10914865152 111763 33554432000 4194304 4196468 140731571717328 140235056864112 140235953703554 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0

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


[startup+16.0012 s]*
/proc/loadavg: 1.65 1.67 1.68 7/216 7417
/proc/meminfo: memFree=18045140/32770624 swapFree=67108860/67108860
[pid=7324] ppid=7321 vsize=10659048 memory=8327280 CPUtime=51.16 cores=1,3,5,7
/proc/7324/stat : 7324 (java) S 7321 7324 4860 0 -1 1077944320 184055 0 0 0 4316 800 0 0 20 0 15 0 93638743 10914865152 2081820 33554432000 4194304 4196468 140731571717328 140731571699872 140235953692407 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
/proc/7324/statm: 2664762 2081820 3169 1 0 2627263 0
[pid=7324/tid=7326] ppid=7321 vsize=10659048 memory=8112282956445269571 CPUtime=5.88 cores=1,3,5,7
/proc/7324/task/7326/stat : 7326 (java) S 7321 7324 4860 0 -1 1077944384 10687 0 0 0 575 13 0 0 20 0 15 0 93638744 10914865152 2081820 33554432000 4194304 4196468 140731571717328 140235957930880 140235953702613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7327] ppid=7321 vsize=10659048 memory=4872558044660077418 CPUtime=9.33 cores=1,3,5,7
/proc/7324/task/7327/stat : 7327 (java) R 7321 7324 4860 0 -1 4202560 24119 0 0 0 749 184 0 0 20 0 15 0 93638744 10914865152 2081820 33554432000 4194304 4196468 140731571717328 140235560901152 140235935288955 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7328] ppid=7321 vsize=10659048 memory=6435751896229695568 CPUtime=9.53 cores=1,3,5,7
/proc/7324/task/7328/stat : 7328 (java) R 7321 7324 4860 0 -1 4202560 26427 0 0 0 754 199 0 0 20 0 15 0 93638744 10914865152 2081820 33554432000 4194304 4196468 140731571717328 140235559848664 140235938390182 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7329] ppid=7321 vsize=10659048 memory=0 CPUtime=9.4 cores=1,3,5,7
/proc/7324/task/7329/stat : 7329 (java) R 7321 7324 4860 0 -1 4202560 61724 0 0 0 747 193 0 0 20 0 15 0 93638744 10914865152 2081820 33554432000 4194304 4196468 140731571717328 140235558795664 140235935288861 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7330] ppid=7321 vsize=10659048 memory=6944656592455360560 CPUtime=9.53 cores=1,3,5,7
/proc/7324/task/7330/stat : 7330 (java) R 7321 7324 4860 0 -1 4202560 28152 0 0 0 751 202 0 0 20 0 15 0 93638744 10914865152 2081820 33554432000 4194304 4196468 140731571717328 140235557742864 140235935289415 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7331] ppid=7321 vsize=10659048 memory=288230596050958360 CPUtime=0.32 cores=1,3,5,7
/proc/7324/task/7331/stat : 7331 (java) S 7321 7324 4860 0 -1 1077944384 11323 0 0 0 31 1 0 0 20 0 15 0 93638746 10914865152 2081820 33554432000 4194304 4196468 140731571717328 140235056862432 140235953702613 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7332] ppid=7321 vsize=10659048 memory=13567080989880344 CPUtime=0 cores=1,3,5,7
/proc/7324/task/7332/stat : 7332 (java) S 7321 7324 4860 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 93638746 10914865152 2081820 33554432000 4194304 4196468 140731571717328 140235055810144 140235953702613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7333] ppid=7321 vsize=10659048 memory=8976414709404591081 CPUtime=0 cores=1,3,5,7
/proc/7324/task/7333/stat : 7333 (java) S 7321 7324 4860 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 93638746 10914865152 2081820 33554432000 4194304 4196468 140731571717328 140235054757232 140235953702613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7334] ppid=7321 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7324/task/7334/stat : 7334 (java) S 7321 7324 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93638749 10914865152 2081820 33554432000 4194304 4196468 140731571717328 140235053705552 140235953711003 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7335] ppid=7321 vsize=10659048 memory=0 CPUtime=3.21 cores=1,3,5,7
/proc/7324/task/7335/stat : 7335 (java) S 7321 7324 4860 0 -1 1077944384 9730 0 0 0 320 1 0 0 20 0 15 0 93638749 10914865152 2081820 33554432000 4194304 4196468 140731571717328 140235052652912 140235953703554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7336] ppid=7321 vsize=10659048 memory=3467830207094207041 CPUtime=3.41 cores=1,3,5,7
/proc/7324/task/7336/stat : 7336 (java) S 7321 7324 4860 0 -1 1077944384 8637 0 0 0 340 1 0 0 20 0 15 0 93638749 10914865152 2081820 33554432000 4194304 4196468 140731571717328 140235051600112 140235953703554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7337] ppid=7321 vsize=10659048 memory=6588492 CPUtime=0.43 cores=1,3,5,7
/proc/7324/task/7337/stat : 7337 (java) S 7321 7324 4860 0 -1 1077944384 1838 0 0 0 43 0 0 0 20 0 15 0 93638749 10914865152 2081820 33554432000 4194304 4196468 140731571717328 140235050547312 140235953703554 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7338] ppid=7321 vsize=10659048 memory=279842352651776 CPUtime=0 cores=1,3,5,7
/proc/7324/task/7338/stat : 7338 (java) S 7321 7324 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93638749 10914865152 2081820 33554432000 4194304 4196468 140731571717328 140235049494752 140235953702613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7339] ppid=7321 vsize=10659048 memory=9051840086737125549 CPUtime=0.01 cores=1,3,5,7
/proc/7324/task/7339/stat : 7339 (java) S 7321 7324 4860 0 -1 1077944384 59 0 0 0 0 1 0 0 20 0 15 0 93638749 10914865152 2081820 33554432000 4194304 4196468 140731571717328 140235048443056 140235953703554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 8 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
Current children cumulated CPU time: 51.16 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 8327280 KiB

[startup+19.2006 s]
/proc/loadavg: 1.65 1.67 1.68 7/216 7417
/proc/meminfo: memFree=18044272/32770624 swapFree=67108860/67108860
[pid=7324] ppid=7321 vsize=10659048 memory=8328036 CPUtime=62.76 cores=1,3,5,7
/proc/7324/stat : 7324 (java) S 7321 7324 4860 0 -1 1077944320 226103 0 0 0 5471 805 0 0 20 0 15 0 93638743 10914865152 2082009 33554432000 4194304 4196468 140731571717328 140731571699872 140235953692407 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
/proc/7324/statm: 2664762 2082009 3169 1 0 2627263 0
[pid=7324/tid=7326] ppid=7321 vsize=10659048 memory=0 CPUtime=5.88 cores=1,3,5,7
/proc/7324/task/7326/stat : 7326 (java) S 7321 7324 4860 0 -1 1077944384 10690 0 0 0 575 13 0 0 20 0 15 0 93638744 10914865152 2082009 33554432000 4194304 4196468 140731571717328 140235957930880 140235953702613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7327] ppid=7321 vsize=10659048 memory=8112282956445269571 CPUtime=12.14 cores=1,3,5,7
/proc/7324/task/7327/stat : 7327 (java) R 7321 7324 4860 0 -1 4202560 25997 0 0 0 1029 185 0 0 20 0 15 0 93638744 10914865152 2082009 33554432000 4194304 4196468 140731571717328 140235560901072 140235946320615 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7328] ppid=7321 vsize=10659048 memory=1296 CPUtime=12.35 cores=1,3,5,7
/proc/7324/task/7328/stat : 7328 (java) R 7321 7324 4860 0 -1 4202560 26752 0 0 0 1035 200 0 0 20 0 15 0 93638744 10914865152 2082009 33554432000 4194304 4196468 140731571717328 140235559848584 140235946320615 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7329] ppid=7321 vsize=10659048 memory=2424 CPUtime=12.23 cores=1,3,5,7
/proc/7324/task/7329/stat : 7329 (java) R 7321 7324 4860 0 -1 4202560 101455 0 0 0 1028 195 0 0 20 0 15 0 93638744 10914865152 2082009 33554432000 4194304 4196468 140731571717328 140235558795552 140235946795426 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7330] ppid=7321 vsize=10659048 memory=1840 CPUtime=12.35 cores=1,3,5,7
/proc/7324/task/7330/stat : 7330 (java) S 7321 7324 4860 0 -1 1077944384 28238 0 0 0 1032 203 0 0 20 0 15 0 93638744 10914865152 2082009 33554432000 4194304 4196468 140731571717328 140235557742672 140235953703554 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7331] ppid=7321 vsize=10659048 memory=1004 CPUtime=0.65 cores=1,3,5,7
/proc/7324/task/7331/stat : 7331 (java) S 7321 7324 4860 0 -1 1077944384 11340 0 0 0 64 1 0 0 20 0 15 0 93638746 10914865152 2082009 33554432000 4194304 4196468 140731571717328 140235056862672 140235953702613 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7332] ppid=7321 vsize=10659048 memory=12060 CPUtime=0 cores=1,3,5,7
/proc/7324/task/7332/stat : 7332 (java) S 7321 7324 4860 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 93638746 10914865152 2082009 33554432000 4194304 4196468 140731571717328 140235055810144 140235953702613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7333] ppid=7321 vsize=10659048 memory=5788 CPUtime=0 cores=1,3,5,7
/proc/7324/task/7333/stat : 7333 (java) S 7321 7324 4860 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 93638746 10914865152 2082009 33554432000 4194304 4196468 140731571717328 140235054757232 140235953702613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7334] ppid=7321 vsize=10659048 memory=792 CPUtime=0 cores=1,3,5,7
/proc/7324/task/7334/stat : 7334 (java) S 7321 7324 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93638749 10914865152 2082009 33554432000 4194304 4196468 140731571717328 140235053705552 140235953711003 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7335] ppid=7321 vsize=10659048 memory=1228 CPUtime=3.21 cores=1,3,5,7
/proc/7324/task/7335/stat : 7335 (java) S 7321 7324 4860 0 -1 1077944384 9733 0 0 0 320 1 0 0 20 0 15 0 93638749 10914865152 2082009 33554432000 4194304 4196468 140731571717328 140235052652912 140235953703554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7336] ppid=7321 vsize=10659048 memory=1944 CPUtime=3.41 cores=1,3,5,7
/proc/7324/task/7336/stat : 7336 (java) S 7321 7324 4860 0 -1 1077944384 8638 0 0 0 340 1 0 0 20 0 15 0 93638749 10914865152 2082009 33554432000 4194304 4196468 140731571717328 140235051600112 140235953703554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7337] ppid=7321 vsize=10659048 memory=1416 CPUtime=0.43 cores=1,3,5,7
/proc/7324/task/7337/stat : 7337 (java) S 7321 7324 4860 0 -1 1077944384 1842 0 0 0 43 0 0 0 20 0 15 0 93638749 10914865152 2082009 33554432000 4194304 4196468 140731571717328 140235050547312 140235953703554 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7338] ppid=7321 vsize=10659048 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/7324/task/7338/stat : 7338 (java) S 7321 7324 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93638749 10914865152 2082009 33554432000 4194304 4196468 140731571717328 140235049494752 140235953702613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7339] ppid=7321 vsize=10659048 memory=8496 CPUtime=0.01 cores=1,3,5,7
/proc/7324/task/7339/stat : 7339 (java) S 7321 7324 4860 0 -1 1077944384 59 0 0 0 0 1 0 0 20 0 15 0 93638749 10914865152 2082009 33554432000 4194304 4196468 140731571717328 140235048443056 140235953703554 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 8 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
Current children cumulated CPU time: 62.76 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 8328036 KiB

[startup+20.0012 s]*
/proc/loadavg: 1.92 1.72 1.69 7/216 7417
/proc/meminfo: memFree=17710512/32770624 swapFree=67108860/67108860
[pid=7324] ppid=7321 vsize=10659048 memory=8328088 CPUtime=65.66 cores=1,3,5,7
/proc/7324/stat : 7324 (java) S 7321 7324 4860 0 -1 1077944320 226402 0 0 0 5760 806 0 0 20 0 15 0 93638743 10914865152 2082022 33554432000 4194304 4196468 140731571717328 140731571699872 140235953692407 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
/proc/7324/statm: 2664762 2082022 3169 1 0 2627263 0
[pid=7324/tid=7326] ppid=7321 vsize=10659048 memory=8112282956445269571 CPUtime=5.88 cores=1,3,5,7
/proc/7324/task/7326/stat : 7326 (java) S 7321 7324 4860 0 -1 1077944384 10696 0 0 0 575 13 0 0 20 0 15 0 93638744 10914865152 2082022 33554432000 4194304 4196468 140731571717328 140235957930880 140235953702613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7327] ppid=7321 vsize=10659048 memory=4872558044660077418 CPUtime=12.85 cores=1,3,5,7
/proc/7324/task/7327/stat : 7327 (java) R 7321 7324 4860 0 -1 4202560 25997 0 0 0 1099 186 0 0 20 0 15 0 93638744 10914865152 2082022 33554432000 4194304 4196468 140731571717328 140235560901160 140235946320615 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7328] ppid=7321 vsize=10659048 memory=844 CPUtime=13.06 cores=1,3,5,7
/proc/7324/task/7328/stat : 7328 (java) R 7321 7324 4860 0 -1 4202560 26752 0 0 0 1105 201 0 0 20 0 15 0 93638744 10914865152 2082022 33554432000 4194304 4196468 140731571717328 140235559848464 140235946320615 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7329] ppid=7321 vsize=10659048 memory=1696 CPUtime=12.95 cores=1,3,5,7
/proc/7324/task/7329/stat : 7329 (java) R 7321 7324 4860 0 -1 4202560 101603 0 0 0 1100 195 0 0 20 0 15 0 93638744 10914865152 2082022 33554432000 4194304 4196468 140731571717328 140235558795664 140235946320615 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7330] ppid=7321 vsize=10659048 memory=920 CPUtime=13.05 cores=1,3,5,7
/proc/7324/task/7330/stat : 7330 (java) R 7321 7324 4860 0 -1 4202560 28239 0 0 0 1101 204 0 0 20 0 15 0 93638744 10914865152 2082022 33554432000 4194304 4196468 140731571717328 140235557743064 140235938643506 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7331] ppid=7321 vsize=10659048 memory=3852 CPUtime=0.74 cores=1,3,5,7
/proc/7324/task/7331/stat : 7331 (java) S 7321 7324 4860 0 -1 1077944384 11474 0 0 0 73 1 0 0 20 0 15 0 93638746 10914865152 2082022 33554432000 4194304 4196468 140731571717328 140235056862432 140235953702613 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7332] ppid=7321 vsize=10659048 memory=2752 CPUtime=0 cores=1,3,5,7
/proc/7324/task/7332/stat : 7332 (java) S 7321 7324 4860 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 93638746 10914865152 2082022 33554432000 4194304 4196468 140731571717328 140235055810144 140235953702613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7333] ppid=7321 vsize=10659048 memory=4388 CPUtime=0 cores=1,3,5,7
/proc/7324/task/7333/stat : 7333 (java) S 7321 7324 4860 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 93638746 10914865152 2082022 33554432000 4194304 4196468 140731571717328 140235054757232 140235953702613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7334] ppid=7321 vsize=10659048 memory=4104 CPUtime=0 cores=1,3,5,7
/proc/7324/task/7334/stat : 7334 (java) S 7321 7324 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93638749 10914865152 2082022 33554432000 4194304 4196468 140731571717328 140235053705552 140235953711003 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7335] ppid=7321 vsize=10659048 memory=1408 CPUtime=3.21 cores=1,3,5,7
/proc/7324/task/7335/stat : 7335 (java) S 7321 7324 4860 0 -1 1077944384 9733 0 0 0 320 1 0 0 20 0 15 0 93638749 10914865152 2082022 33554432000 4194304 4196468 140731571717328 140235052652912 140235953703554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7336] ppid=7321 vsize=10659048 memory=2604 CPUtime=3.41 cores=1,3,5,7
/proc/7324/task/7336/stat : 7336 (java) S 7321 7324 4860 0 -1 1077944384 8638 0 0 0 340 1 0 0 20 0 15 0 93638749 10914865152 2082022 33554432000 4194304 4196468 140731571717328 140235051600112 140235953703554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7337] ppid=7321 vsize=10659048 memory=8328036 CPUtime=0.43 cores=1,3,5,7
/proc/7324/task/7337/stat : 7337 (java) S 7321 7324 4860 0 -1 1077944384 1842 0 0 0 43 0 0 0 20 0 15 0 93638749 10914865152 2082022 33554432000 4194304 4196468 140731571717328 140235050547312 140235953703554 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7338] ppid=7321 vsize=10659048 memory=1408 CPUtime=0 cores=1,3,5,7
/proc/7324/task/7338/stat : 7338 (java) S 7321 7324 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93638749 10914865152 2082022 33554432000 4194304 4196468 140731571717328 140235049494752 140235953702613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7339] ppid=7321 vsize=10659048 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/7324/task/7339/stat : 7339 (java) S 7321 7324 4860 0 -1 1077944384 59 0 0 0 0 1 0 0 20 0 15 0 93638749 10914865152 2082022 33554432000 4194304 4196468 140731571717328 140235048443056 140235953703554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 8 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
Current children cumulated CPU time: 65.66 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 8328088 KiB

[startup+20.4012 s]
/proc/loadavg: 1.92 1.72 1.69 7/216 7417
/proc/meminfo: memFree=17710512/32770624 swapFree=67108860/67108860
[pid=7324] ppid=7321 vsize=10659048 memory=8328088 CPUtime=67.08 cores=1,3,5,7
/proc/7324/stat : 7324 (java) S 7321 7324 4860 0 -1 1077944320 226405 0 0 0 5901 807 0 0 20 0 15 0 93638743 10914865152 2082022 33554432000 4194304 4196468 140731571717328 140731571699872 140235953692407 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
/proc/7324/statm: 2664762 2082022 3169 1 0 2627263 0
[pid=7324/tid=7326] ppid=7321 vsize=10659048 memory=7245577299922993209 CPUtime=5.88 cores=1,3,5,7
/proc/7324/task/7326/stat : 7326 (java) S 7321 7324 4860 0 -1 1077944384 10697 0 0 0 575 13 0 0 20 0 15 0 93638744 10914865152 2082022 33554432000 4194304 4196468 140731571717328 140235957930880 140235953702613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7327] ppid=7321 vsize=10659048 memory=6656426216303648864 CPUtime=13.19 cores=1,3,5,7
/proc/7324/task/7327/stat : 7327 (java) R 7321 7324 4860 0 -1 4202560 25997 0 0 0 1133 186 0 0 20 0 15 0 93638744 10914865152 2082022 33554432000 4194304 4196468 140731571717328 140235560901464 140235946320615 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7328] ppid=7321 vsize=10659048 memory=4134692831991783777 CPUtime=13.4 cores=1,3,5,7
/proc/7324/task/7328/stat : 7328 (java) R 7321 7324 4860 0 -1 4202560 26753 0 0 0 1139 201 0 0 20 0 15 0 93638744 10914865152 2082022 33554432000 4194304 4196468 140731571717328 140235559848464 140235946320615 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7329] ppid=7321 vsize=10659048 memory=279842352267504 CPUtime=13.28 cores=1,3,5,7
/proc/7324/task/7329/stat : 7329 (java) R 7321 7324 4860 0 -1 4202560 101603 0 0 0 1133 195 0 0 20 0 15 0 93638744 10914865152 2082022 33554432000 4194304 4196468 140731571717328 140235558795472 140235946320615 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7330] ppid=7321 vsize=10659048 memory=7452164741661289068 CPUtime=13.39 cores=1,3,5,7
/proc/7324/task/7330/stat : 7330 (java) R 7321 7324 4860 0 -1 4202560 28239 0 0 0 1135 204 0 0 20 0 15 0 93638744 10914865152 2082022 33554432000 4194304 4196468 140731571717328 140235557743064 140235935302183 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7331] ppid=7321 vsize=10659048 memory=5864883457735814767 CPUtime=0.79 cores=1,3,5,7
/proc/7324/task/7331/stat : 7331 (java) S 7321 7324 4860 0 -1 1077944384 11475 0 0 0 78 1 0 0 20 0 15 0 93638746 10914865152 2082022 33554432000 4194304 4196468 140731571717328 140235056862656 140235953702613 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7332] ppid=7321 vsize=10659048 memory=7013347520644732008 CPUtime=0 cores=1,3,5,7
/proc/7324/task/7332/stat : 7332 (java) S 7321 7324 4860 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 93638746 10914865152 2082022 33554432000 4194304 4196468 140731571717328 140235055810144 140235953702613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7333] ppid=7321 vsize=10659048 memory=7526543442155511611 CPUtime=0 cores=1,3,5,7
/proc/7324/task/7333/stat : 7333 (java) S 7321 7324 4860 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 93638746 10914865152 2082022 33554432000 4194304 4196468 140731571717328 140235054757232 140235953702613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7334] ppid=7321 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7324/task/7334/stat : 7334 (java) S 7321 7324 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93638749 10914865152 2082022 33554432000 4194304 4196468 140731571717328 140235053705552 140235953711003 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7335] ppid=7321 vsize=10659048 memory=279842353327744 CPUtime=3.21 cores=1,3,5,7
/proc/7324/task/7335/stat : 7335 (java) S 7321 7324 4860 0 -1 1077944384 9733 0 0 0 320 1 0 0 20 0 15 0 93638749 10914865152 2082022 33554432000 4194304 4196468 140731571717328 140235052652912 140235953703554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7336] ppid=7321 vsize=10659048 memory=3472468217337283632 CPUtime=3.41 cores=1,3,5,7
/proc/7324/task/7336/stat : 7336 (java) S 7321 7324 4860 0 -1 1077944384 8638 0 0 0 340 1 0 0 20 0 15 0 93638749 10914865152 2082022 33554432000 4194304 4196468 140731571717328 140235051600112 140235953703554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7337] ppid=7321 vsize=10659048 memory=7809922773931420007 CPUtime=0.43 cores=1,3,5,7
/proc/7324/task/7337/stat : 7337 (java) S 7321 7324 4860 0 -1 1077944384 1842 0 0 0 43 0 0 0 20 0 15 0 93638749 10914865152 2082022 33554432000 4194304 4196468 140731571717328 140235050547312 140235953703554 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7338] ppid=7321 vsize=10659048 memory=6225190084843689827 CPUtime=0 cores=1,3,5,7
/proc/7324/task/7338/stat : 7338 (java) S 7321 7324 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93638749 10914865152 2082022 33554432000 4194304 4196468 140731571717328 140235049494752 140235953702613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
[pid=7324/tid=7339] ppid=7321 vsize=10659048 memory=279842352570724 CPUtime=0.01 cores=1,3,5,7
/proc/7324/task/7339/stat : 7339 (java) S 7321 7324 4860 0 -1 1077944384 59 0 0 0 0 1 0 0 20 0 15 0 93638749 10914865152 2082022 33554432000 4194304 4196468 140731571717328 140235048443056 140235953703554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 8 0 0 6293624 6294260 36093952 140731571725485 140731571725577 140731571725577 140731571728335 0
Current children cumulated CPU time: 67.08 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 8328088 KiB

[startup+20.8007 s]*
/proc/loadavg: 1.92 1.72 1.69 4/203 7418
/proc/meminfo: memFree=20945700/32770624 swapFree=67108860/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): 20.8339
CPU time (s): 68.257
CPU user time (s): 60.1338
CPU system time (s): 8.12322
CPU usage (%): 327.624
Max. virtual memory (cumulated for all children) (KiB): 10659048
Max. memory (cumulated for all children) (KiB): 8328088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 60.1338
system time used= 8.12322
maximum resident set size= 8328100
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 226709
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= 5490
involuntary context switches= 679


# summary of solver processes directly reported to runsolver:
#   pid: 7324
#   total CPU time (s): 68.257
#   total CPU user time (s): 60.1338
#   total CPU system time (s): 8.12322

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.168072 second user time and 0.24816 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-28 08:52:36
IDJOB=4298422
IDBENCH=141137
IDSOLVER=2763
FILE ID=node151/4298422-1532760755
RUNJOBID= node151-1532740893-4892
PBS_JOBID= 21022447
Free space on /tmp= 54920 MiB

SOLVER NAME= MiniCPFever 2018-04-29
BENCH NAME= XCSP18/GraphColoring/GraphColoring-qg-order60_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298422-1532760755/watcher-4298422-1532760755 -o /tmp/evaluation-result-4298422-1532760755/solver-4298422-1532760755 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532740893-4892 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4298422-1532760755.xml

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

MD5SUM BENCH= 2b7bed68bca9665ed3be29de24764d77
RANDOM SEED=1182944290

node151.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.87
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.87
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.87
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.87
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:        28155796 kB
MemAvailable:   31812184 kB
Buffers:          182116 kB
Cached:          3744100 kB
SwapCached:            0 kB
Active:          1575440 kB
Inactive:        2559116 kB
Active(anon):     158388 kB
Inactive(anon):    78192 kB
Active(file):    1417052 kB
Inactive(file):  2480924 kB
Unevictable:        7804 kB
Mlocked:            7804 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8664 kB
Writeback:             0 kB
AnonPages:        231024 kB
Mapped:            54404 kB
Shmem:             25224 kB
Slab:             176080 kB
SReclaimable:     148496 kB
SUnreclaim:        27584 kB
KernelStack:        3808 kB
PageTables:         5400 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1089868 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    161792 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 54916 MiB
End job on node151 at 2018-07-28 08:52:56