Trace number 4298400

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
GG's minicp 2018-04-29? 113.742 34.7283

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298400-1532759107/watcher-4298400-1532759107 -o /tmp/evaluation-result-4298400-1532759107/solver-4298400-1532759107 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532739149-21839 --watchdog 2580 java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp HOME/instance-4298400-1532759107.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=24209, runsolver pid=24206
Current StackSize limit: 8192 KiB


[startup+0.100093 s]*
/proc/loadavg: 1.46 1.39 1.35 4/215 24224
/proc/meminfo: memFree=27564476/32770624 swapFree=67108436/67108860
[pid=24209] ppid=24206 vsize=10661056 memory=28628 CPUtime=0.13 cores=1,3,5,7
/proc/24209/stat : 24209 (java) S 24206 24209 21807 0 -1 1077944320 4998 0 0 0 11 2 0 0 20 0 15 0 93473936 10916921344 7091 33554432000 4194304 4196468 140735271952272 140735271934816 140470880939767 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
/proc/24209/statm: 2665264 7091 2841 1 0 2627263 0
[pid=24209/tid=24211] ppid=24206 vsize=10661056 memory=-7254947776133162106 CPUtime=0.09 cores=1,3,5,7
/proc/24209/task/24211/stat : 24211 (java) R 24206 24209 21807 0 -1 4202560 2861 0 0 0 8 1 0 0 20 0 15 0 93473937 10916921344 7157 33554432000 4194304 4196468 140735271952272 140470885162352 140470880961114 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24212] ppid=24206 vsize=10661056 memory=5793855887235226041 CPUtime=0 cores=1,3,5,7
/proc/24209/task/24212/stat : 24212 (java) S 24206 24209 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93473937 10916921344 7157 33554432000 4194304 4196468 140735271952272 140470807014416 140470880949973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24213] ppid=24206 vsize=10661056 memory=140636225332864 CPUtime=0 cores=1,3,5,7
/proc/24209/task/24213/stat : 24213 (java) S 24206 24209 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93473937 10916921344 7157 33554432000 4194304 4196468 140735271952272 140470805961872 140470880949973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24214] ppid=24206 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24209/task/24214/stat : 24214 (java) S 24206 24209 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93473937 10916921344 7157 33554432000 4194304 4196468 140735271952272 140470804908816 140470880949973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24215] ppid=24206 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24209/task/24215/stat : 24215 (java) S 24206 24209 21807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93473937 10916921344 7157 33554432000 4194304 4196468 140735271952272 140470803856272 140470880949973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24216] ppid=24206 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24209/task/24216/stat : 24216 (java) S 24206 24209 21807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93473939 10916921344 7157 33554432000 4194304 4196468 140735271952272 140470371944688 140470880950914 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24217] ppid=24206 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24209/task/24217/stat : 24217 (java) S 24206 24209 21807 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 93473939 10916921344 7157 33554432000 4194304 4196468 140735271952272 140470370890912 140470880949973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24218] ppid=24206 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24209/task/24218/stat : 24218 (java) S 24206 24209 21807 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 93473939 10916921344 7157 33554432000 4194304 4196468 140735271952272 140470369837808 140470880949973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24219] ppid=24206 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24209/task/24219/stat : 24219 (java) S 24206 24209 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93473942 10916921344 7157 33554432000 4194304 4196468 140735271952272 140470368786384 140470880958363 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24220] ppid=24206 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24209/task/24220/stat : 24220 (java) R 24206 24209 21807 0 -1 1077944384 429 0 0 0 0 0 0 0 20 0 15 0 93473942 10916921344 7157 33554432000 4194304 4196468 140735271952272 140470367734512 140470880950914 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24221] ppid=24206 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24209/task/24221/stat : 24221 (java) R 24206 24209 21807 0 -1 4202560 31 0 0 0 0 0 0 0 20 0 15 0 93473942 10916921344 7157 33554432000 4194304 4196468 140735271952272 140470366681968 140470866954081 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24222] ppid=24206 vsize=10661056 memory=140636225332864 CPUtime=0.02 cores=1,3,5,7
/proc/24209/task/24222/stat : 24222 (java) R 24206 24209 21807 0 -1 4202560 333 0 0 0 2 0 0 0 20 0 15 0 93473942 10916921344 7157 33554432000 4194304 4196468 140735271952272 140470365628912 140470860378417 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24223] ppid=24206 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24209/task/24223/stat : 24223 (java) S 24206 24209 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93473942 10916921344 7157 33554432000 4194304 4196468 140735271952272 140470364576608 140470880949973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24224] ppid=24206 vsize=10661056 memory=140636225332864 CPUtime=0 cores=1,3,5,7
/proc/24209/task/24224/stat : 24224 (java) S 24206 24209 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93473942 10916921344 7157 33554432000 4194304 4196468 140735271952272 140470363523632 140470880950914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 28628 KiB

[startup+0.210606 s]*
/proc/loadavg: 1.46 1.39 1.35 5/215 24224
/proc/meminfo: memFree=27552924/32770624 swapFree=67108436/67108860
[pid=24209] ppid=24206 vsize=10661056 memory=40320 CPUtime=0.34 cores=1,3,5,7
/proc/24209/stat : 24209 (java) S 24206 24209 21807 0 -1 1077944320 7644 0 0 0 31 3 0 0 20 0 15 0 93473936 10916921344 10080 33554432000 4194304 4196468 140735271952272 140735271934816 140470880939767 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
/proc/24209/statm: 2665264 10080 3003 1 0 2627263 0
[pid=24209/tid=24211] ppid=24206 vsize=10661056 memory=6735269665583770266 CPUtime=0.19 cores=1,3,5,7
/proc/24209/task/24211/stat : 24211 (java) R 24206 24209 21807 0 -1 4202560 4622 0 0 0 17 2 0 0 20 0 15 0 93473937 10916921344 10080 33554432000 4194304 4196468 140735271952272 140470885177824 140470880951702 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24212] ppid=24206 vsize=10661056 memory=4211974362430123402 CPUtime=0 cores=1,3,5,7
/proc/24209/task/24212/stat : 24212 (java) S 24206 24209 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93473937 10916921344 10080 33554432000 4194304 4196468 140735271952272 140470807014416 140470880949973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24213] ppid=24206 vsize=10661056 memory=140636225332864 CPUtime=0 cores=1,3,5,7
/proc/24209/task/24213/stat : 24213 (java) S 24206 24209 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93473937 10916921344 10080 33554432000 4194304 4196468 140735271952272 140470805961872 140470880949973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24214] ppid=24206 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24209/task/24214/stat : 24214 (java) S 24206 24209 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93473937 10916921344 10080 33554432000 4194304 4196468 140735271952272 140470804908816 140470880949973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24215] ppid=24206 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24209/task/24215/stat : 24215 (java) S 24206 24209 21807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93473937 10916921344 10080 33554432000 4194304 4196468 140735271952272 140470803856272 140470880949973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24216] ppid=24206 vsize=10661056 memory=140636225332864 CPUtime=0 cores=1,3,5,7
/proc/24209/task/24216/stat : 24216 (java) S 24206 24209 21807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93473939 10916921344 10080 33554432000 4194304 4196468 140735271952272 140470371944688 140470880950914 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24217] ppid=24206 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24209/task/24217/stat : 24217 (java) S 24206 24209 21807 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 93473939 10916921344 10080 33554432000 4194304 4196468 140735271952272 140470370890912 140470880949973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24218] ppid=24206 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24209/task/24218/stat : 24218 (java) S 24206 24209 21807 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 93473939 10916921344 10080 33554432000 4194304 4196468 140735271952272 140470369837808 140470880949973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24219] ppid=24206 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24209/task/24219/stat : 24219 (java) S 24206 24209 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93473942 10916921344 10080 33554432000 4194304 4196468 140735271952272 140470368786384 140470880958363 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24220] ppid=24206 vsize=10661056 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/24209/task/24220/stat : 24220 (java) R 24206 24209 21807 0 -1 4202560 545 0 0 0 2 0 0 0 20 0 15 0 93473942 10916921344 10080 33554432000 4194304 4196468 140735271952272 140470367734512 140470880951702 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24221] ppid=24206 vsize=10661056 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/24209/task/24221/stat : 24221 (java) R 24206 24209 21807 0 -1 1077944384 287 0 0 0 2 0 0 0 20 0 15 0 93473942 10916921344 10080 33554432000 4194304 4196468 140735271952272 140470366681968 140470880950914 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24222] ppid=24206 vsize=10661056 memory=140636225332864 CPUtime=0.08 cores=1,3,5,7
/proc/24209/task/24222/stat : 24222 (java) R 24206 24209 21807 0 -1 4202560 823 0 0 0 8 0 0 0 20 0 15 0 93473942 10916921344 10080 33554432000 4194304 4196468 140735271952272 140470365628912 140470880961114 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24223] ppid=24206 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24209/task/24223/stat : 24223 (java) S 24206 24209 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93473942 10916921344 10080 33554432000 4194304 4196468 140735271952272 140470364576608 140470880949973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24224] ppid=24206 vsize=10661056 memory=140636225332864 CPUtime=0 cores=1,3,5,7
/proc/24209/task/24224/stat : 24224 (java) S 24206 24209 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93473942 10916921344 10080 33554432000 4194304 4196468 140735271952272 140470363523632 140470880950914 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 40320 KiB

[startup+0.311224 s]*
/proc/loadavg: 1.46 1.39 1.35 5/215 24224
/proc/meminfo: memFree=27537044/32770624 swapFree=67108436/67108860
[pid=24209] ppid=24206 vsize=10661056 memory=57852 CPUtime=0.66 cores=1,3,5,7
/proc/24209/stat : 24209 (java) S 24206 24209 21807 0 -1 1077944320 9403 0 0 0 63 3 0 0 20 0 15 0 93473936 10916921344 14463 33554432000 4194304 4196468 140735271952272 140735271934816 140470880939767 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
/proc/24209/statm: 2665264 14463 3051 1 0 2627263 0
[pid=24209/tid=24211] ppid=24206 vsize=10661056 memory=4871374705135476842 CPUtime=0.29 cores=1,3,5,7
/proc/24209/task/24211/stat : 24211 (java) R 24206 24209 21807 0 -1 4202560 4643 0 0 0 27 2 0 0 20 0 15 0 93473937 10916921344 14463 33554432000 4194304 4196468 140735271952272 140470885175056 140470880961693 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24212] ppid=24206 vsize=10661056 memory=4211974362430123402 CPUtime=0 cores=1,3,5,7
/proc/24209/task/24212/stat : 24212 (java) S 24206 24209 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93473937 10916921344 14463 33554432000 4194304 4196468 140735271952272 140470807014416 140470880949973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24213] ppid=24206 vsize=10661056 memory=140636225335221 CPUtime=0 cores=1,3,5,7
/proc/24209/task/24213/stat : 24213 (java) S 24206 24209 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93473937 10916921344 14463 33554432000 4194304 4196468 140735271952272 140470805961872 140470880949973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24214] ppid=24206 vsize=10661056 memory=140636086992703 CPUtime=0 cores=1,3,5,7
/proc/24209/task/24214/stat : 24214 (java) S 24206 24209 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93473937 10916921344 14463 33554432000 4194304 4196468 140735271952272 140470804908816 140470880949973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24215] ppid=24206 vsize=10661056 memory=140636086980047 CPUtime=0 cores=1,3,5,7
/proc/24209/task/24215/stat : 24215 (java) S 24206 24209 21807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93473937 10916921344 14463 33554432000 4194304 4196468 140735271952272 140470803856272 140470880949973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24216] ppid=24206 vsize=10661056 memory=140636225354698 CPUtime=0 cores=1,3,5,7
/proc/24209/task/24216/stat : 24216 (java) S 24206 24209 21807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93473939 10916921344 14463 33554432000 4194304 4196468 140735271952272 140470371944688 140470880950914 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24217] ppid=24206 vsize=10661056 memory=140636086989231 CPUtime=0 cores=1,3,5,7
/proc/24209/task/24217/stat : 24217 (java) S 24206 24209 21807 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 93473939 10916921344 14463 33554432000 4194304 4196468 140735271952272 140470370890912 140470880949973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24218] ppid=24206 vsize=10661056 memory=281272173969296 CPUtime=0 cores=1,3,5,7
/proc/24209/task/24218/stat : 24218 (java) S 24206 24209 21807 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 93473939 10916921344 14463 33554432000 4194304 4196468 140735271952272 140470369837808 140470880949973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24219] ppid=24206 vsize=10661056 memory=281272173966992 CPUtime=0 cores=1,3,5,7
/proc/24209/task/24219/stat : 24219 (java) S 24206 24209 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93473942 10916921344 14463 33554432000 4194304 4196468 140735271952272 140470368786384 140470880958363 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24220] ppid=24206 vsize=10661056 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/24209/task/24220/stat : 24220 (java) R 24206 24209 21807 0 -1 4202560 1033 0 0 0 12 0 0 0 20 0 15 0 93473942 10916921344 14463 33554432000 4194304 4196468 140735271952272 140470367715416 140470860186976 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24221] ppid=24206 vsize=10661056 memory=-1 CPUtime=0.11 cores=1,3,5,7
/proc/24209/task/24221/stat : 24221 (java) R 24206 24209 21807 0 -1 4202560 1257 0 0 0 11 0 0 0 20 0 15 0 93473942 10916921344 14463 33554432000 4194304 4196468 140735271952272 140470366667848 140470866065162 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24222] ppid=24206 vsize=10661056 memory=140636225332864 CPUtime=0.12 cores=1,3,5,7
/proc/24209/task/24222/stat : 24222 (java) S 24206 24209 21807 0 -1 1077944384 1103 0 0 0 12 0 0 0 20 0 15 0 93473942 10916921344 14463 33554432000 4194304 4196468 140735271952272 140470365628912 140470880950914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24223] ppid=24206 vsize=10661056 memory=2208 CPUtime=0 cores=1,3,5,7
/proc/24209/task/24223/stat : 24223 (java) S 24206 24209 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93473942 10916921344 14463 33554432000 4194304 4196468 140735271952272 140470364576608 140470880949973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24224] ppid=24206 vsize=10661056 memory=140636225332864 CPUtime=0 cores=1,3,5,7
/proc/24209/task/24224/stat : 24224 (java) S 24206 24209 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93473942 10916921344 14463 33554432000 4194304 4196468 140735271952272 140470363523632 140470880950914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 57852 KiB

[startup+0.700785 s]
/proc/loadavg: 1.46 1.39 1.35 3/215 24224
/proc/meminfo: memFree=27452956/32770624 swapFree=67108436/67108860
[pid=24209] ppid=24206 vsize=10661056 memory=295588 CPUtime=1.51 cores=1,3,5,7
/proc/24209/stat : 24209 (java) S 24206 24209 21807 0 -1 1077944320 9847 0 0 0 129 22 0 0 20 0 15 0 93473936 10916921344 73897 33554432000 4194304 4196468 140735271952272 140735271934816 140470880939767 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
/proc/24209/statm: 2665264 73897 3074 1 0 2627263 0
[pid=24209/tid=24211] ppid=24206 vsize=10661056 memory=1228 CPUtime=0.56 cores=1,3,5,7
/proc/24209/task/24211/stat : 24211 (java) R 24206 24209 21807 0 -1 4202560 4700 0 0 0 52 4 0 0 20 0 15 0 93473937 10916921344 73897 33554432000 4194304 4196468 140735271952272 140470885179088 140470880961693 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24212] ppid=24206 vsize=10661056 memory=1852 CPUtime=0.1 cores=1,3,5,7
/proc/24209/task/24212/stat : 24212 (java) S 24206 24209 21807 0 -1 1077944384 68 0 0 0 6 4 0 0 20 0 15 0 93473937 10916921344 73897 33554432000 4194304 4196468 140735271952272 140470807014416 140470880949973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24213] ppid=24206 vsize=10661056 memory=872 CPUtime=0.1 cores=1,3,5,7
/proc/24209/task/24213/stat : 24213 (java) S 24206 24209 21807 0 -1 1077944384 64 0 0 0 6 4 0 0 20 0 15 0 93473937 10916921344 73897 33554432000 4194304 4196468 140735271952272 140470805961872 140470880949973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24214] ppid=24206 vsize=10661056 memory=7307747153392788800 CPUtime=0.1 cores=1,3,5,7
/proc/24209/task/24214/stat : 24214 (java) S 24206 24209 21807 0 -1 1077944384 67 0 0 0 6 4 0 0 20 0 15 0 93473937 10916921344 73897 33554432000 4194304 4196468 140735271952272 140470804908816 140470880949973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24215] ppid=24206 vsize=10661056 memory=7453282923444727654 CPUtime=0.1 cores=1,3,5,7
/proc/24209/task/24215/stat : 24215 (java) S 24206 24209 21807 0 -1 1077944384 73 0 0 0 6 4 0 0 20 0 15 0 93473937 10916921344 73897 33554432000 4194304 4196468 140735271952272 140470803856272 140470880949973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24216] ppid=24206 vsize=10661056 memory=6370994028255662160 CPUtime=0 cores=1,3,5,7
/proc/24209/task/24216/stat : 24216 (java) S 24206 24209 21807 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 93473939 10916921344 73897 33554432000 4194304 4196468 140735271952272 140470371944688 140470880950914 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24217] ppid=24206 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24209/task/24217/stat : 24217 (java) S 24206 24209 21807 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 93473939 10916921344 73897 33554432000 4194304 4196468 140735271952272 140470370890912 140470880949973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24218] ppid=24206 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24209/task/24218/stat : 24218 (java) S 24206 24209 21807 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 93473939 10916921344 73897 33554432000 4194304 4196468 140735271952272 140470369837808 140470880949973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24219] ppid=24206 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24209/task/24219/stat : 24219 (java) S 24206 24209 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93473942 10916921344 73897 33554432000 4194304 4196468 140735271952272 140470368786384 140470880958363 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24220] ppid=24206 vsize=10661056 memory=80 CPUtime=0.19 cores=1,3,5,7
/proc/24209/task/24220/stat : 24220 (java) R 24206 24209 21807 0 -1 1077944384 1043 0 0 0 19 0 0 0 20 0 15 0 93473942 10916921344 73897 33554432000 4194304 4196468 140735271952272 140470367734512 140470880950914 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24221] ppid=24206 vsize=10661056 memory=3 CPUtime=0.17 cores=1,3,5,7
/proc/24209/task/24221/stat : 24221 (java) S 24206 24209 21807 0 -1 1077944384 1281 0 0 0 17 0 0 0 20 0 15 0 93473942 10916921344 73897 33554432000 4194304 4196468 140735271952272 140470366681968 140470880950914 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24222] ppid=24206 vsize=10661056 memory=262 CPUtime=0.12 cores=1,3,5,7
/proc/24209/task/24222/stat : 24222 (java) S 24206 24209 21807 0 -1 1077944384 1108 0 0 0 12 0 0 0 20 0 15 0 93473942 10916921344 73897 33554432000 4194304 4196468 140735271952272 140470365628912 140470880950914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24223] ppid=24206 vsize=10661056 memory=281272174153200 CPUtime=0 cores=1,3,5,7
/proc/24209/task/24223/stat : 24223 (java) S 24206 24209 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93473942 10916921344 73897 33554432000 4194304 4196468 140735271952272 140470364576608 140470880949973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24224] ppid=24206 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24209/task/24224/stat : 24224 (java) S 24206 24209 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93473942 10916921344 73897 33554432000 4194304 4196468 140735271952272 140470363523632 140470880950914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
Current children cumulated CPU time: 1.51 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 295588 KiB

[startup+1.50078 s]
/proc/loadavg: 1.46 1.39 1.35 6/215 24224
/proc/meminfo: memFree=27182808/32770624 swapFree=67108436/67108860
[pid=24209] ppid=24206 vsize=10661056 memory=483400 CPUtime=3.87 cores=1,3,5,7
/proc/24209/stat : 24209 (java) S 24206 24209 21807 0 -1 1077944320 11356 0 0 0 343 44 0 0 20 0 15 0 93473936 10916921344 120850 33554432000 4194304 4196468 140735271952272 140735271934816 140470880939767 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
/proc/24209/statm: 2665264 120850 3092 1 0 2627263 0
[pid=24209/tid=24211] ppid=24206 vsize=10661056 memory=0 CPUtime=0.83 cores=1,3,5,7
/proc/24209/task/24211/stat : 24211 (java) R 24206 24209 21807 0 -1 4202560 4701 0 0 0 78 5 0 0 20 0 15 0 93473937 10916921344 120850 33554432000 4194304 4196468 140735271952272 140470885171552 140470880961693 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24212] ppid=24206 vsize=10661056 memory=4947651277881645696 CPUtime=0.62 cores=1,3,5,7
/proc/24209/task/24212/stat : 24212 (java) S 24206 24209 21807 0 -1 1077944384 280 0 0 0 53 9 0 0 20 0 15 0 93473937 10916921344 120850 33554432000 4194304 4196468 140735271952272 140470807014416 140470880949973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24213] ppid=24206 vsize=10661056 memory=-6653602837798479713 CPUtime=0.62 cores=1,3,5,7
/proc/24209/task/24213/stat : 24213 (java) S 24206 24209 21807 0 -1 1077944384 345 0 0 0 53 9 0 0 20 0 15 0 93473937 10916921344 120850 33554432000 4194304 4196468 140735271952272 140470805961872 140470880949973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24214] ppid=24206 vsize=10661056 memory=-6007660418857049897 CPUtime=0.62 cores=1,3,5,7
/proc/24209/task/24214/stat : 24214 (java) S 24206 24209 21807 0 -1 1077944384 230 0 0 0 53 9 0 0 20 0 15 0 93473937 10916921344 120850 33554432000 4194304 4196468 140735271952272 140470804908816 140470880949973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24215] ppid=24206 vsize=10661056 memory=-3472574513799858009 CPUtime=0.62 cores=1,3,5,7
/proc/24209/task/24215/stat : 24215 (java) S 24206 24209 21807 0 -1 1077944384 666 0 0 0 53 9 0 0 20 0 15 0 93473937 10916921344 120850 33554432000 4194304 4196468 140735271952272 140470803856272 140470880949973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24216] ppid=24206 vsize=10661056 memory=-6305710615903364224 CPUtime=0 cores=1,3,5,7
/proc/24209/task/24216/stat : 24216 (java) S 24206 24209 21807 0 -1 1077944384 340 0 0 0 0 0 0 0 20 0 15 0 93473939 10916921344 120850 33554432000 4194304 4196468 140735271952272 140470371944688 140470880950914 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0

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


[startup+32.0007 s]*
/proc/loadavg: 2.14 1.55 1.41 7/215 24301
/proc/meminfo: memFree=19569160/32770624 swapFree=67108436/67108860
[pid=24209] ppid=24206 vsize=10661132 memory=8315648 CPUtime=103.94 cores=1,3,5,7
/proc/24209/stat : 24209 (java) S 24206 24209 21807 0 -1 1077944320 321005 0 0 0 9537 857 0 0 20 0 15 0 93473936 10916999168 2078912 33554432000 4194304 4196468 140735271952272 140735271934816 140470880939767 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
/proc/24209/statm: 2665283 2078912 3178 1 0 2627263 0
[pid=24209/tid=24211] ppid=24206 vsize=10661132 memory=6791534058613427641 CPUtime=7.38 cores=1,3,5,7
/proc/24209/task/24211/stat : 24211 (java) S 24206 24209 21807 0 -1 1077944384 9394 0 0 0 725 13 0 0 20 0 15 0 93473937 10916999168 2078912 33554432000 4194304 4196468 140735271952272 140470885178352 140470880949973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24212] ppid=24206 vsize=10661132 memory=-7003737579269690708 CPUtime=22.76 cores=1,3,5,7
/proc/24209/task/24212/stat : 24212 (java) R 24206 24209 21807 0 -1 4202560 45313 0 0 0 2066 210 0 0 20 0 15 0 93473937 10916999168 2078912 33554432000 4194304 4196468 140735271952272 140470807014312 140470873567975 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24213] ppid=24206 vsize=10661132 memory=6271792 CPUtime=22.75 cores=1,3,5,7
/proc/24209/task/24213/stat : 24213 (java) R 24206 24209 21807 0 -1 4202560 106568 0 0 0 2052 223 0 0 20 0 15 0 93473937 10916999168 2078912 33554432000 4194304 4196468 140735271952272 140470805961872 140470862536160 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24214] ppid=24206 vsize=10661132 memory=7597402578218345832 CPUtime=22.83 cores=1,3,5,7
/proc/24209/task/24214/stat : 24214 (java) R 24206 24209 21807 0 -1 4202560 30729 0 0 0 2093 190 0 0 20 0 15 0 93473937 10916999168 2078912 33554432000 4194304 4196468 140735271952272 140470804908816 140470873567975 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24215] ppid=24206 vsize=10661132 memory=6297554455997277282 CPUtime=22.82 cores=1,3,5,7
/proc/24209/task/24215/stat : 24215 (java) R 24206 24209 21807 0 -1 4202560 103903 0 0 0 2067 215 0 0 20 0 15 0 93473937 10916999168 2078912 33554432000 4194304 4196468 140735271952272 140470803856272 140470865637325 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24216] ppid=24206 vsize=10661132 memory=7301297534233241707 CPUtime=1.18 cores=1,3,5,7
/proc/24209/task/24216/stat : 24216 (java) S 24206 24209 21807 0 -1 1077944384 11388 0 0 0 117 1 0 0 20 0 15 0 93473939 10916999168 2078912 33554432000 4194304 4196468 140735271952272 140470371943008 140470880949973 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 22 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24217] ppid=24206 vsize=10661132 memory=7301298616548223083 CPUtime=0 cores=1,3,5,7
/proc/24209/task/24217/stat : 24217 (java) S 24206 24209 21807 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 93473939 10916999168 2078912 33554432000 4194304 4196468 140735271952272 140470370890976 140470880949973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24218] ppid=24206 vsize=10661132 memory=56 CPUtime=0 cores=1,3,5,7
/proc/24209/task/24218/stat : 24218 (java) S 24206 24209 21807 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 93473939 10916999168 2078912 33554432000 4194304 4196468 140735271952272 140470369837808 140470880949973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24219] ppid=24206 vsize=10661132 memory=140636087111592 CPUtime=0 cores=1,3,5,7
/proc/24209/task/24219/stat : 24219 (java) S 24206 24209 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93473942 10916999168 2078912 33554432000 4194304 4196468 140735271952272 140470368786384 140470880958363 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24220] ppid=24206 vsize=10661132 memory=0 CPUtime=1.81 cores=1,3,5,7
/proc/24209/task/24220/stat : 24220 (java) S 24206 24209 21807 0 -1 1077944384 5249 0 0 0 181 0 0 0 20 0 15 0 93473942 10916999168 2078912 33554432000 4194304 4196468 140735271952272 140470367734512 140470880950914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24221] ppid=24206 vsize=10661132 memory=8314128 CPUtime=1.81 cores=1,3,5,7
/proc/24209/task/24221/stat : 24221 (java) S 24206 24209 21807 0 -1 1077944384 4170 0 0 0 181 0 0 0 20 0 15 0 93473942 10916999168 2078912 33554432000 4194304 4196468 140735271952272 140470366681968 140470880950914 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24222] ppid=24206 vsize=10661132 memory=27044 CPUtime=0.48 cores=1,3,5,7
/proc/24209/task/24222/stat : 24222 (java) S 24206 24209 21807 0 -1 1077944384 2675 0 0 0 48 0 0 0 20 0 15 0 93473942 10916999168 2078912 33554432000 4194304 4196468 140735271952272 140470365628912 140470880950914 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24223] ppid=24206 vsize=10661132 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/24209/task/24223/stat : 24223 (java) S 24206 24209 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93473942 10916999168 2078912 33554432000 4194304 4196468 140735271952272 140470364576608 140470880949973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24224] ppid=24206 vsize=10661132 memory=8314000 CPUtime=0.02 cores=1,3,5,7
/proc/24209/task/24224/stat : 24224 (java) S 24206 24209 21807 0 -1 1077944384 208 0 0 0 2 0 0 0 20 0 15 0 93473942 10916999168 2078912 33554432000 4194304 4196468 140735271952272 140470363523632 140470880950914 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 47 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
Current children cumulated CPU time: 103.94 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8315648 KiB

[startup+33.6013 s]
/proc/loadavg: 2.37 1.61 1.43 7/215 24301
/proc/meminfo: memFree=19568540/32770624 swapFree=67108436/67108860
[pid=24209] ppid=24206 vsize=10661132 memory=8315648 CPUtime=109.84 cores=1,3,5,7
/proc/24209/stat : 24209 (java) S 24206 24209 21807 0 -1 1077944320 321105 0 0 0 10127 857 0 0 20 0 15 0 93473936 10916999168 2078912 33554432000 4194304 4196468 140735271952272 140735271934816 140470880939767 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
/proc/24209/statm: 2665283 2078912 3178 1 0 2627263 0
[pid=24209/tid=24211] ppid=24206 vsize=10661132 memory=6791534058613427641 CPUtime=7.38 cores=1,3,5,7
/proc/24209/task/24211/stat : 24211 (java) S 24206 24209 21807 0 -1 1077944384 9398 0 0 0 725 13 0 0 20 0 15 0 93473937 10916999168 2078912 33554432000 4194304 4196468 140735271952272 140470885178400 140470880949973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24212] ppid=24206 vsize=10661132 memory=872 CPUtime=24.18 cores=1,3,5,7
/proc/24209/task/24212/stat : 24212 (java) R 24206 24209 21807 0 -1 4202560 45320 0 0 0 2208 210 0 0 20 0 15 0 93473937 10916999168 2078912 33554432000 4194304 4196468 140735271952272 140470807014616 140470865637519 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24213] ppid=24206 vsize=10661132 memory=8068 CPUtime=24.19 cores=1,3,5,7
/proc/24209/task/24213/stat : 24213 (java) R 24206 24209 21807 0 -1 4202560 106568 0 0 0 2196 223 0 0 20 0 15 0 93473937 10916999168 2078912 33554432000 4194304 4196468 140735271952272 140470805961760 140470862536778 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24214] ppid=24206 vsize=10661132 memory=11648 CPUtime=24.29 cores=1,3,5,7
/proc/24209/task/24214/stat : 24214 (java) R 24206 24209 21807 0 -1 4202560 30729 0 0 0 2239 190 0 0 20 0 15 0 93473937 10916999168 2078912 33554432000 4194304 4196468 140735271952272 140470804908816 140470865925063 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24215] ppid=24206 vsize=10661132 memory=8315136 CPUtime=24.28 cores=1,3,5,7
/proc/24209/task/24215/stat : 24215 (java) R 24206 24209 21807 0 -1 4202560 103907 0 0 0 2213 215 0 0 20 0 15 0 93473937 10916999168 2078912 33554432000 4194304 4196468 140735271952272 140470803856272 140470862535584 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24216] ppid=24206 vsize=10661132 memory=8314376 CPUtime=1.31 cores=1,3,5,7
/proc/24209/task/24216/stat : 24216 (java) S 24206 24209 21807 0 -1 1077944384 11471 0 0 0 130 1 0 0 20 0 15 0 93473939 10916999168 2078912 33554432000 4194304 4196468 140735271952272 140470371943008 140470880949973 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 22 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24217] ppid=24206 vsize=10661132 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/24209/task/24217/stat : 24217 (java) S 24206 24209 21807 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 93473939 10916999168 2078912 33554432000 4194304 4196468 140735271952272 140470370890976 140470880949973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24218] ppid=24206 vsize=10661132 memory=8068 CPUtime=0 cores=1,3,5,7
/proc/24209/task/24218/stat : 24218 (java) S 24206 24209 21807 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 93473939 10916999168 2078912 33554432000 4194304 4196468 140735271952272 140470369837808 140470880949973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24219] ppid=24206 vsize=10661132 memory=11648 CPUtime=0 cores=1,3,5,7
/proc/24209/task/24219/stat : 24219 (java) S 24206 24209 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93473942 10916999168 2078912 33554432000 4194304 4196468 140735271952272 140470368786384 140470880958363 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24220] ppid=24206 vsize=10661132 memory=796 CPUtime=1.81 cores=1,3,5,7
/proc/24209/task/24220/stat : 24220 (java) S 24206 24209 21807 0 -1 1077944384 5249 0 0 0 181 0 0 0 20 0 15 0 93473942 10916999168 2078912 33554432000 4194304 4196468 140735271952272 140470367734512 140470880950914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24221] ppid=24206 vsize=10661132 memory=4140 CPUtime=1.81 cores=1,3,5,7
/proc/24209/task/24221/stat : 24221 (java) S 24206 24209 21807 0 -1 1077944384 4170 0 0 0 181 0 0 0 20 0 15 0 93473942 10916999168 2078912 33554432000 4194304 4196468 140735271952272 140470366681968 140470880950914 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24222] ppid=24206 vsize=10661132 memory=27044 CPUtime=0.48 cores=1,3,5,7
/proc/24209/task/24222/stat : 24222 (java) S 24206 24209 21807 0 -1 1077944384 2675 0 0 0 48 0 0 0 20 0 15 0 93473942 10916999168 2078912 33554432000 4194304 4196468 140735271952272 140470365628912 140470880950914 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24223] ppid=24206 vsize=10661132 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/24209/task/24223/stat : 24223 (java) S 24206 24209 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93473942 10916999168 2078912 33554432000 4194304 4196468 140735271952272 140470364576608 140470880949973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24224] ppid=24206 vsize=10661132 memory=2412 CPUtime=0.02 cores=1,3,5,7
/proc/24209/task/24224/stat : 24224 (java) S 24206 24209 21807 0 -1 1077944384 210 0 0 0 2 0 0 0 20 0 15 0 93473942 10916999168 2078912 33554432000 4194304 4196468 140735271952272 140470363523632 140470880950914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 47 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
Current children cumulated CPU time: 109.84 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8315648 KiB

[startup+34.4006 s]
/proc/loadavg: 2.37 1.61 1.43 7/215 24301
/proc/meminfo: memFree=19575980/32770624 swapFree=67108436/67108860
[pid=24209] ppid=24206 vsize=10661132 memory=8315648 CPUtime=112.85 cores=1,3,5,7
/proc/24209/stat : 24209 (java) S 24206 24209 21807 0 -1 1077944320 321149 0 0 0 10428 857 0 0 20 0 15 0 93473936 10916999168 2078912 33554432000 4194304 4196468 140735271952272 140735271934816 140470880939767 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
/proc/24209/statm: 2665283 2078912 3178 1 0 2627263 0
[pid=24209/tid=24211] ppid=24206 vsize=10661132 memory=8315648 CPUtime=7.38 cores=1,3,5,7
/proc/24209/task/24211/stat : 24211 (java) S 24206 24209 21807 0 -1 1077944384 9398 0 0 0 725 13 0 0 20 0 15 0 93473937 10916999168 2078912 33554432000 4194304 4196468 140735271952272 140470885178400 140470880949973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24212] ppid=24206 vsize=10661132 memory=6791534058613427641 CPUtime=24.92 cores=1,3,5,7
/proc/24209/task/24212/stat : 24212 (java) R 24206 24209 21807 0 -1 4202560 45337 0 0 0 2282 210 0 0 20 0 15 0 93473937 10916999168 2078912 33554432000 4194304 4196468 140735271952272 140470807014536 140470873567975 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24213] ppid=24206 vsize=10661132 memory=146 CPUtime=24.92 cores=1,3,5,7
/proc/24209/task/24213/stat : 24213 (java) R 24206 24209 21807 0 -1 4202560 106568 0 0 0 2269 223 0 0 20 0 15 0 93473937 10916999168 2078912 33554432000 4194304 4196468 140735271952272 140470805961680 140470873567975 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24214] ppid=24206 vsize=10661132 memory=6944656592455097440 CPUtime=25.04 cores=1,3,5,7
/proc/24209/task/24214/stat : 24214 (java) R 24206 24209 21807 0 -1 4202560 30729 0 0 0 2314 190 0 0 20 0 15 0 93473937 10916999168 2078912 33554432000 4194304 4196468 140735271952272 140470804908816 140470865638523 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24215] ppid=24206 vsize=10661132 memory=6944656592455359580 CPUtime=25.02 cores=1,3,5,7
/proc/24209/task/24215/stat : 24215 (java) R 24206 24209 21807 0 -1 4202560 103934 0 0 0 2287 215 0 0 20 0 15 0 93473937 10916999168 2078912 33554432000 4194304 4196468 140735271952272 140470803856160 140470865638526 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24216] ppid=24206 vsize=10661132 memory=6655300316396806240 CPUtime=1.36 cores=1,3,5,7
/proc/24209/task/24216/stat : 24216 (java) S 24206 24209 21807 0 -1 1077944384 11471 0 0 0 135 1 0 0 20 0 15 0 93473939 10916999168 2078912 33554432000 4194304 4196468 140735271952272 140470371943248 140470880949973 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 22 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24217] ppid=24206 vsize=10661132 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/24209/task/24217/stat : 24217 (java) S 24206 24209 21807 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 93473939 10916999168 2078912 33554432000 4194304 4196468 140735271952272 140470370890976 140470880949973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24218] ppid=24206 vsize=10661132 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/24209/task/24218/stat : 24218 (java) S 24206 24209 21807 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 93473939 10916999168 2078912 33554432000 4194304 4196468 140735271952272 140470369837808 140470880949973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24219] ppid=24206 vsize=10661132 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/24209/task/24219/stat : 24219 (java) S 24206 24209 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93473942 10916999168 2078912 33554432000 4194304 4196468 140735271952272 140470368786384 140470880958363 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24220] ppid=24206 vsize=10661132 memory=-2605811476043407915 CPUtime=1.81 cores=1,3,5,7
/proc/24209/task/24220/stat : 24220 (java) S 24206 24209 21807 0 -1 1077944384 5249 0 0 0 181 0 0 0 20 0 15 0 93473942 10916999168 2078912 33554432000 4194304 4196468 140735271952272 140470367734512 140470880950914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24221] ppid=24206 vsize=10661132 memory=7161675929820216688 CPUtime=1.81 cores=1,3,5,7
/proc/24209/task/24221/stat : 24221 (java) S 24206 24209 21807 0 -1 1077944384 4170 0 0 0 181 0 0 0 20 0 15 0 93473942 10916999168 2078912 33554432000 4194304 4196468 140735271952272 140470366681968 140470880950914 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24222] ppid=24206 vsize=10661132 memory=-6804530832991035292 CPUtime=0.48 cores=1,3,5,7
/proc/24209/task/24222/stat : 24222 (java) S 24206 24209 21807 0 -1 1077944384 2675 0 0 0 48 0 0 0 20 0 15 0 93473942 10916999168 2078912 33554432000 4194304 4196468 140735271952272 140470365628912 140470880950914 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24223] ppid=24206 vsize=10661132 memory=8443538352883892301 CPUtime=0 cores=1,3,5,7
/proc/24209/task/24223/stat : 24223 (java) S 24206 24209 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93473942 10916999168 2078912 33554432000 4194304 4196468 140735271952272 140470364576608 140470880949973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24224] ppid=24206 vsize=10661132 memory=8315648 CPUtime=0.02 cores=1,3,5,7
/proc/24209/task/24224/stat : 24224 (java) S 24206 24209 21807 0 -1 1077944384 210 0 0 0 2 0 0 0 20 0 15 0 93473942 10916999168 2078912 33554432000 4194304 4196468 140735271952272 140470363523632 140470880950914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 47 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
Current children cumulated CPU time: 112.85 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8315648 KiB

[startup+34.6007 s]
/proc/loadavg: 2.37 1.61 1.43 7/215 24301
/proc/meminfo: memFree=19575980/32770624 swapFree=67108436/67108860
[pid=24209] ppid=24206 vsize=10661132 memory=8315648 CPUtime=113.59 cores=1,3,5,7
/proc/24209/stat : 24209 (java) S 24206 24209 21807 0 -1 1077944320 321149 0 0 0 10501 858 0 0 20 0 15 0 93473936 10916999168 2078912 33554432000 4194304 4196468 140735271952272 140735271934816 140470880939767 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
/proc/24209/statm: 2665283 2078912 3178 1 0 2627263 0
[pid=24209/tid=24211] ppid=24206 vsize=10661132 memory=4588 CPUtime=7.38 cores=1,3,5,7
/proc/24209/task/24211/stat : 24211 (java) S 24206 24209 21807 0 -1 1077944384 9398 0 0 0 725 13 0 0 20 0 15 0 93473937 10916999168 2078912 33554432000 4194304 4196468 140735271952272 140470885178400 140470880949973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24212] ppid=24206 vsize=10661132 memory=1612 CPUtime=25.1 cores=1,3,5,7
/proc/24209/task/24212/stat : 24212 (java) S 24206 24209 21807 0 -1 1077944384 45337 0 0 0 2300 210 0 0 20 0 15 0 93473937 10916999168 2078912 33554432000 4194304 4196468 140735271952272 140470807014416 140470880949973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24213] ppid=24206 vsize=10661132 memory=1228 CPUtime=25.09 cores=1,3,5,7
/proc/24209/task/24213/stat : 24213 (java) S 24206 24209 21807 0 -1 1077944384 106568 0 0 0 2286 223 0 0 20 0 15 0 93473937 10916999168 2078912 33554432000 4194304 4196468 140735271952272 140470805961872 140470880949973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24214] ppid=24206 vsize=10661132 memory=1852 CPUtime=25.23 cores=1,3,5,7
/proc/24209/task/24214/stat : 24214 (java) S 24206 24209 21807 0 -1 1077944384 30729 0 0 0 2333 190 0 0 20 0 15 0 93473937 10916999168 2078912 33554432000 4194304 4196468 140735271952272 140470804908816 140470880949973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24215] ppid=24206 vsize=10661132 memory=872 CPUtime=25.2 cores=1,3,5,7
/proc/24209/task/24215/stat : 24215 (java) S 24206 24209 21807 0 -1 1077944384 103934 0 0 0 2305 215 0 0 20 0 15 0 93473937 10916999168 2078912 33554432000 4194304 4196468 140735271952272 140470803856272 140470880949973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24216] ppid=24206 vsize=10661132 memory=6791534058613427641 CPUtime=1.37 cores=1,3,5,7
/proc/24209/task/24216/stat : 24216 (java) R 24206 24209 21807 0 -1 4202560 11471 0 0 0 136 1 0 0 20 0 15 0 93473939 10916999168 2078912 33554432000 4194304 4196468 140735271952272 140470371943248 140470859309947 0 0 0 16800975 0 0 0 -1 5 0 0 22 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24217] ppid=24206 vsize=10661132 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/24209/task/24217/stat : 24217 (java) S 24206 24209 21807 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 93473939 10916999168 2078912 33554432000 4194304 4196468 140735271952272 140470370890976 140470880949973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24218] ppid=24206 vsize=10661132 memory=2412 CPUtime=0 cores=1,3,5,7
/proc/24209/task/24218/stat : 24218 (java) S 24206 24209 21807 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 93473939 10916999168 2078912 33554432000 4194304 4196468 140735271952272 140470369837808 140470880949973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24219] ppid=24206 vsize=10661132 memory=1784 CPUtime=0 cores=1,3,5,7
/proc/24209/task/24219/stat : 24219 (java) S 24206 24209 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93473942 10916999168 2078912 33554432000 4194304 4196468 140735271952272 140470368786384 140470880958363 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24220] ppid=24206 vsize=10661132 memory=281272173727728 CPUtime=1.81 cores=1,3,5,7
/proc/24209/task/24220/stat : 24220 (java) S 24206 24209 21807 0 -1 1077944384 5249 0 0 0 181 0 0 0 20 0 15 0 93473942 10916999168 2078912 33554432000 4194304 4196468 140735271952272 140470367734512 140470880950914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24221] ppid=24206 vsize=10661132 memory=11736 CPUtime=1.81 cores=1,3,5,7
/proc/24209/task/24221/stat : 24221 (java) S 24206 24209 21807 0 -1 1077944384 4170 0 0 0 181 0 0 0 20 0 15 0 93473942 10916999168 2078912 33554432000 4194304 4196468 140735271952272 140470366681968 140470880950914 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24222] ppid=24206 vsize=10661132 memory=24401 CPUtime=0.48 cores=1,3,5,7
/proc/24209/task/24222/stat : 24222 (java) S 24206 24209 21807 0 -1 1077944384 2675 0 0 0 48 0 0 0 20 0 15 0 93473942 10916999168 2078912 33554432000 4194304 4196468 140735271952272 140470365628912 140470880950914 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24223] ppid=24206 vsize=10661132 memory=10090555901697 CPUtime=0 cores=1,3,5,7
/proc/24209/task/24223/stat : 24223 (java) S 24206 24209 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93473942 10916999168 2078912 33554432000 4194304 4196468 140735271952272 140470364576608 140470880949973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
[pid=24209/tid=24224] ppid=24206 vsize=10661132 memory=10124915640065 CPUtime=0.02 cores=1,3,5,7
/proc/24209/task/24224/stat : 24224 (java) S 24206 24209 21807 0 -1 1077944384 210 0 0 0 2 0 0 0 20 0 15 0 93473942 10916999168 2078912 33554432000 4194304 4196468 140735271952272 140470363523632 140470880950914 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 47 0 0 6293624 6294260 30666752 140735271957621 140735271957769 140735271957769 140735271960527 0
Current children cumulated CPU time: 113.59 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8315648 KiB

[startup+34.7009 s]*
/proc/loadavg: 2.37 1.61 1.43 3/202 24302
/proc/meminfo: memFree=23423280/32770624 swapFree=67108436/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): 34.7283
CPU time (s): 113.742
CPU user time (s): 105.104
CPU system time (s): 8.63806
CPU usage (%): 327.519
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 8315648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 105.104
system time used= 8.63806
maximum resident set size= 8315772
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 321429
page faults= 0
swaps= 0
block input operations= 0
block output operations= 152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8174
involuntary context switches= 1007


# summary of solver processes directly reported to runsolver:
#   pid: 24209
#   total CPU time (s): 113.742
#   total CPU user time (s): 105.104
#   total CPU system time (s): 8.63806

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.230205 second user time and 0.403745 second system time

The end

Launcher Data

Begin job on node137 at 2018-07-28 08:25:08
IDJOB=4298400
IDBENCH=141134
IDSOLVER=2762
FILE ID=node137/4298400-1532759107
RUNJOBID= node137-1532739149-21839
PBS_JOBID= 21022437
Free space on /tmp= 48124 MiB

SOLVER NAME= GG's minicp 2018-04-29
BENCH NAME= XCSP18/GraphColoring/GraphColoring-qg-order100_c18.xml
COMMAND LINE= java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298400-1532759107/watcher-4298400-1532759107 -o /tmp/evaluation-result-4298400-1532759107/solver-4298400-1532759107 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532739149-21839 --watchdog 2580  java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp HOME/instance-4298400-1532759107.xml

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

MD5SUM BENCH= d2763c38ef24fdf1196893d726f1931a
RANDOM SEED=1608330710

node137.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        27581480 kB
MemAvailable:   31434956 kB
Buffers:          182284 kB
Cached:          3904660 kB
SwapCached:           32 kB
Active:          2321964 kB
Inactive:        2315348 kB
Active(anon):     498140 kB
Inactive(anon):    80060 kB
Active(file):    1823824 kB
Inactive(file):  2235288 kB
Unevictable:        7424 kB
Mlocked:            7424 kB
SwapTotal:      67108860 kB
SwapFree:       67108436 kB
Dirty:             36680 kB
Writeback:             0 kB
AnonPages:        557992 kB
Mapped:            52108 kB
Shmem:             25052 kB
Slab:             248480 kB
SReclaimable:     220396 kB
SUnreclaim:        28084 kB
KernelStack:        3536 kB
PageTables:         5968 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1133364 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    491520 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 48120 MiB
End job on node137 at 2018-07-28 08:25:43