Trace number 4298405

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
The dodo solver 2018-04-29? 86.1202 26.7288

General information on the benchmark

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

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298405-1532757659/watcher-4298405-1532757659 -o /tmp/evaluation-result-4298405-1532757659/solver-4298405-1532757659 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532740268-23109 --watchdog 2580 java -jar HOME/dodo_solver.jar HOME/instance-4298405-1532757659.xml --timelimit 2520 

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=25208, runsolver pid=25205
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 1.60 1.67 1.62 4/215 25223
/proc/meminfo: memFree=19565012/32770624 swapFree=67108860/67108860
[pid=25208] ppid=25205 vsize=10658972 memory=27376 CPUtime=0.13 cores=1,3,5,7
/proc/25208/stat : 25208 (java) S 25205 25208 23077 0 -1 1077944320 5291 0 0 0 12 1 0 0 20 0 15 0 93329074 10914787328 6844 33554432000 4194304 4196468 140721401443984 140721401426528 140604209544951 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
/proc/25208/statm: 2664743 6844 2822 1 0 2627263 0
[pid=25208/tid=25210] ppid=25205 vsize=10658972 memory=-7254949987974015097 CPUtime=0.09 cores=1,3,5,7
/proc/25208/task/25210/stat : 25210 (java) R 25205 25208 23077 0 -1 4202560 3147 0 0 0 8 1 0 0 20 0 15 0 93329074 10914787328 6844 33554432000 4194304 4196468 140721401443984 140604213766112 140603824380873 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25211] ppid=25205 vsize=10658972 memory=5793855927580400057 CPUtime=0 cores=1,3,5,7
/proc/25208/task/25211/stat : 25211 (java) S 25205 25208 23077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93329075 10914787328 6844 33554432000 4194304 4196468 140721401443984 140604146236560 140604209555157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25212] ppid=25205 vsize=10658972 memory=140676570506880 CPUtime=0 cores=1,3,5,7
/proc/25208/task/25212/stat : 25212 (java) S 25205 25208 23077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93329075 10914787328 6844 33554432000 4194304 4196468 140721401443984 140604145183760 140604209555157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25213] ppid=25205 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25208/task/25213/stat : 25213 (java) S 25205 25208 23077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93329075 10914787328 6844 33554432000 4194304 4196468 140721401443984 140604144130960 140604209555157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25214] ppid=25205 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25208/task/25214/stat : 25214 (java) S 25205 25208 23077 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93329075 10914787328 6844 33554432000 4194304 4196468 140721401443984 140603813653264 140604209555157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25215] ppid=25205 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25208/task/25215/stat : 25215 (java) S 25205 25208 23077 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93329076 10914787328 6844 33554432000 4194304 4196468 140721401443984 140603701332336 140604209556098 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25216] ppid=25205 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25208/task/25216/stat : 25216 (java) S 25205 25208 23077 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 93329077 10914787328 6910 33554432000 4194304 4196468 140721401443984 140603700278304 140604209555157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25217] ppid=25205 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25208/task/25217/stat : 25217 (java) S 25205 25208 23077 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 93329077 10914787328 6910 33554432000 4194304 4196468 140721401443984 140603699225456 140604209555157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25218] ppid=25205 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25208/task/25218/stat : 25218 (java) S 25205 25208 23077 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93329079 10914787328 6910 33554432000 4194304 4196468 140721401443984 140603698173776 140604209563547 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25219] ppid=25205 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25208/task/25219/stat : 25219 (java) R 25205 25208 23077 0 -1 4202560 462 0 0 0 0 0 0 0 20 0 15 0 93329079 10914787328 6910 33554432000 4194304 4196468 140721401443984 140603697122160 140604187377808 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25220] ppid=25205 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25208/task/25220/stat : 25220 (java) R 25205 25208 23077 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 93329079 10914787328 6910 33554432000 4194304 4196468 140721401443984 140603696069360 140604209556098 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25221] ppid=25205 vsize=10658972 memory=140676570506880 CPUtime=0.02 cores=1,3,5,7
/proc/25208/task/25221/stat : 25221 (java) S 25205 25208 23077 0 -1 1077944384 325 0 0 0 2 0 0 0 20 0 15 0 93329080 10914787328 6910 33554432000 4194304 4196468 140721401443984 140603695016560 140604209556098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25222] ppid=25205 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25208/task/25222/stat : 25222 (java) S 25205 25208 23077 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93329080 10914787328 6910 33554432000 4194304 4196468 140721401443984 140603693964000 140604209555157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25223] ppid=25205 vsize=10658972 memory=140676570506880 CPUtime=0 cores=1,3,5,7
/proc/25208/task/25223/stat : 25223 (java) S 25205 25208 23077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93329080 10914787328 6910 33554432000 4194304 4196468 140721401443984 140603692911280 140604209556098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 27376 KiB

[startup+0.210301 s]*
/proc/loadavg: 1.60 1.67 1.62 4/215 25223
/proc/meminfo: memFree=19553280/32770624 swapFree=67108860/67108860
[pid=25208] ppid=25205 vsize=10661056 memory=40240 CPUtime=0.34 cores=1,3,5,7
/proc/25208/stat : 25208 (java) S 25205 25208 23077 0 -1 1077944320 8171 0 0 0 32 2 0 0 20 0 15 0 93329074 10916921344 10060 33554432000 4194304 4196468 140721401443984 140721401426528 140604209544951 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
/proc/25208/statm: 2665264 10060 2977 1 0 2627263 0
[pid=25208/tid=25210] ppid=25205 vsize=10661056 memory=6735269665583770266 CPUtime=0.2 cores=1,3,5,7
/proc/25208/task/25210/stat : 25210 (java) R 25205 25208 23077 0 -1 4202560 5119 0 0 0 19 1 0 0 20 0 15 0 93329074 10916921344 10060 33554432000 4194304 4196468 140721401443984 140604213784320 140603824569536 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25211] ppid=25205 vsize=10661056 memory=4211974402775297418 CPUtime=0 cores=1,3,5,7
/proc/25208/task/25211/stat : 25211 (java) S 25205 25208 23077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93329075 10916921344 10060 33554432000 4194304 4196468 140721401443984 140604146236560 140604209555157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25212] ppid=25205 vsize=10661056 memory=140676570506880 CPUtime=0 cores=1,3,5,7
/proc/25208/task/25212/stat : 25212 (java) S 25205 25208 23077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93329075 10916921344 10060 33554432000 4194304 4196468 140721401443984 140604145183760 140604209555157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25213] ppid=25205 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25208/task/25213/stat : 25213 (java) S 25205 25208 23077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93329075 10916921344 10060 33554432000 4194304 4196468 140721401443984 140604144130960 140604209555157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25214] ppid=25205 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25208/task/25214/stat : 25214 (java) S 25205 25208 23077 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93329075 10916921344 10060 33554432000 4194304 4196468 140721401443984 140603813653264 140604209555157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25215] ppid=25205 vsize=10661056 memory=140676570506880 CPUtime=0 cores=1,3,5,7
/proc/25208/task/25215/stat : 25215 (java) S 25205 25208 23077 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93329076 10916921344 10060 33554432000 4194304 4196468 140721401443984 140603701332336 140604209556098 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25216] ppid=25205 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25208/task/25216/stat : 25216 (java) S 25205 25208 23077 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 93329077 10916921344 10060 33554432000 4194304 4196468 140721401443984 140603700278304 140604209555157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25217] ppid=25205 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25208/task/25217/stat : 25217 (java) S 25205 25208 23077 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 93329077 10916921344 10060 33554432000 4194304 4196468 140721401443984 140603699225456 140604209555157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25218] ppid=25205 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25208/task/25218/stat : 25218 (java) S 25205 25208 23077 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93329079 10916921344 10060 33554432000 4194304 4196468 140721401443984 140603698173776 140604209563547 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25219] ppid=25205 vsize=10661056 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/25208/task/25219/stat : 25219 (java) R 25205 25208 23077 0 -1 1077944384 655 0 0 0 2 0 0 0 20 0 15 0 93329079 10916921344 10060 33554432000 4194304 4196468 140721401443984 140603697122160 140604209556098 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25220] ppid=25205 vsize=10661056 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/25208/task/25220/stat : 25220 (java) R 25205 25208 23077 0 -1 4202560 108 0 0 0 2 0 0 0 20 0 15 0 93329079 10916921344 10060 33554432000 4194304 4196468 140721401443984 140603696069360 140604202529993 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25221] ppid=25205 vsize=10661056 memory=140676570506880 CPUtime=0.08 cores=1,3,5,7
/proc/25208/task/25221/stat : 25221 (java) R 25205 25208 23077 0 -1 4202560 924 0 0 0 8 0 0 0 20 0 15 0 93329080 10916921344 10060 33554432000 4194304 4196468 140721401443984 140603695012240 140604193166512 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25222] ppid=25205 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25208/task/25222/stat : 25222 (java) S 25205 25208 23077 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93329080 10916921344 10060 33554432000 4194304 4196468 140721401443984 140603693964000 140604209555157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25223] ppid=25205 vsize=10661056 memory=140676570506880 CPUtime=0 cores=1,3,5,7
/proc/25208/task/25223/stat : 25223 (java) S 25205 25208 23077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93329080 10916921344 10060 33554432000 4194304 4196468 140721401443984 140603692911280 140604209556098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 40240 KiB

[startup+0.310491 s]*
/proc/loadavg: 1.60 1.67 1.62 5/215 25223
/proc/meminfo: memFree=19537400/32770624 swapFree=67108860/67108860
[pid=25208] ppid=25205 vsize=10661056 memory=57608 CPUtime=0.67 cores=1,3,5,7
/proc/25208/stat : 25208 (java) S 25205 25208 23077 0 -1 1077944320 9887 0 0 0 65 2 0 0 20 0 15 0 93329074 10916921344 14402 33554432000 4194304 4196468 140721401443984 140721401426528 140604209544951 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
/proc/25208/statm: 2665264 14402 3045 1 0 2627263 0
[pid=25208/tid=25210] ppid=25205 vsize=10661056 memory=6735269665583770266 CPUtime=0.29 cores=1,3,5,7
/proc/25208/task/25210/stat : 25210 (java) R 25205 25208 23077 0 -1 4202560 5137 0 0 0 28 1 0 0 20 0 15 0 93329074 10916921344 14402 33554432000 4194304 4196468 140721401443984 140604213783024 140604209566877 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25211] ppid=25205 vsize=10661056 memory=4211974402775297418 CPUtime=0 cores=1,3,5,7
/proc/25208/task/25211/stat : 25211 (java) S 25205 25208 23077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93329075 10916921344 14402 33554432000 4194304 4196468 140721401443984 140604146236560 140604209555157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25212] ppid=25205 vsize=10661056 memory=281352989907328 CPUtime=0 cores=1,3,5,7
/proc/25208/task/25212/stat : 25212 (java) S 25205 25208 23077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93329075 10916921344 14402 33554432000 4194304 4196468 140721401443984 140604145183760 140604209555157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25213] ppid=25205 vsize=10661056 memory=281352838828544 CPUtime=0 cores=1,3,5,7
/proc/25208/task/25213/stat : 25213 (java) S 25205 25208 23077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93329075 10916921344 14402 33554432000 4194304 4196468 140721401443984 140604144130960 140604209555157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25214] ppid=25205 vsize=10661056 memory=140676419400463 CPUtime=0 cores=1,3,5,7
/proc/25208/task/25214/stat : 25214 (java) S 25205 25208 23077 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93329075 10916921344 14402 33554432000 4194304 4196468 140721401443984 140603813653264 140604209555157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25215] ppid=25205 vsize=10661056 memory=281352989916544 CPUtime=0 cores=1,3,5,7
/proc/25208/task/25215/stat : 25215 (java) S 25205 25208 23077 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93329076 10916921344 14402 33554432000 4194304 4196468 140721401443984 140603701332336 140604209556098 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25216] ppid=25205 vsize=10661056 memory=140676419405071 CPUtime=0 cores=1,3,5,7
/proc/25208/task/25216/stat : 25216 (java) S 25205 25208 23077 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 93329077 10916921344 14402 33554432000 4194304 4196468 140721401443984 140603700278304 140604209555157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25217] ppid=25205 vsize=10661056 memory=140676419430485 CPUtime=0 cores=1,3,5,7
/proc/25208/task/25217/stat : 25217 (java) S 25205 25208 23077 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 93329077 10916921344 14402 33554432000 4194304 4196468 140721401443984 140603699225456 140604209555157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25218] ppid=25205 vsize=10661056 memory=140676419434588 CPUtime=0 cores=1,3,5,7
/proc/25208/task/25218/stat : 25218 (java) S 25205 25208 23077 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93329079 10916921344 14402 33554432000 4194304 4196468 140721401443984 140603698173776 140604209563547 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25219] ppid=25205 vsize=10661056 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/25208/task/25219/stat : 25219 (java) R 25205 25208 23077 0 -1 4202560 1467 0 0 0 11 0 0 0 20 0 15 0 93329079 10916921344 14402 33554432000 4194304 4196468 140721401443984 140603697108040 140604194473280 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25220] ppid=25205 vsize=10661056 memory=-1 CPUtime=0.12 cores=1,3,5,7
/proc/25208/task/25220/stat : 25220 (java) R 25205 25208 23077 0 -1 4202560 622 0 0 0 12 0 0 0 20 0 15 0 93329079 10916921344 14402 33554432000 4194304 4196468 140721401443984 140603696050376 140604187139734 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25221] ppid=25205 vsize=10661056 memory=140676570506880 CPUtime=0.12 cores=1,3,5,7
/proc/25208/task/25221/stat : 25221 (java) S 25205 25208 23077 0 -1 1077944384 1293 0 0 0 12 0 0 0 20 0 15 0 93329080 10916921344 14402 33554432000 4194304 4196468 140721401443984 140603695016560 140604209556098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25222] ppid=25205 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25208/task/25222/stat : 25222 (java) S 25205 25208 23077 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93329080 10916921344 14402 33554432000 4194304 4196468 140721401443984 140603693964000 140604209555157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25223] ppid=25205 vsize=10661056 memory=140676570534256 CPUtime=0 cores=1,3,5,7
/proc/25208/task/25223/stat : 25223 (java) S 25205 25208 23077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93329080 10916921344 14402 33554432000 4194304 4196468 140721401443984 140603692911280 140604209556098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 57608 KiB

[startup+0.701489 s]
/proc/loadavg: 1.60 1.67 1.62 3/215 25223
/proc/meminfo: memFree=19448840/32770624 swapFree=67108860/67108860
[pid=25208] ppid=25205 vsize=10661056 memory=295640 CPUtime=1.51 cores=1,3,5,7
/proc/25208/stat : 25208 (java) S 25205 25208 23077 0 -1 1077944320 10368 0 0 0 130 21 0 0 20 0 15 0 93329074 10916921344 73910 33554432000 4194304 4196468 140721401443984 140721401426528 140604209544951 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
/proc/25208/statm: 2665264 73910 3076 1 0 2627263 0
[pid=25208/tid=25210] ppid=25205 vsize=10661056 memory=54 CPUtime=0.57 cores=1,3,5,7
/proc/25208/task/25210/stat : 25210 (java) R 25205 25208 23077 0 -1 4202560 5194 0 0 0 54 3 0 0 20 0 15 0 93329074 10916921344 73910 33554432000 4194304 4196468 140721401443984 140604213776736 140603826478134 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25211] ppid=25205 vsize=10661056 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/25208/task/25211/stat : 25211 (java) S 25205 25208 23077 0 -1 1077944384 70 0 0 0 6 4 0 0 20 0 15 0 93329075 10916921344 73910 33554432000 4194304 4196468 140721401443984 140604146236560 140604209555157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25212] ppid=25205 vsize=10661056 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/25208/task/25212/stat : 25212 (java) S 25205 25208 23077 0 -1 1077944384 64 0 0 0 6 4 0 0 20 0 15 0 93329075 10916921344 73910 33554432000 4194304 4196468 140721401443984 140604145183760 140604209555157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25213] ppid=25205 vsize=10661056 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/25208/task/25213/stat : 25213 (java) S 25205 25208 23077 0 -1 1077944384 67 0 0 0 6 4 0 0 20 0 15 0 93329075 10916921344 73910 33554432000 4194304 4196468 140721401443984 140604144130960 140604209555157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25214] ppid=25205 vsize=10661056 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/25208/task/25214/stat : 25214 (java) S 25205 25208 23077 0 -1 1077944384 71 0 0 0 6 4 0 0 20 0 15 0 93329075 10916921344 73910 33554432000 4194304 4196468 140721401443984 140603813653264 140604209555157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25215] ppid=25205 vsize=10661056 memory=5788 CPUtime=0 cores=1,3,5,7
/proc/25208/task/25215/stat : 25215 (java) S 25205 25208 23077 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 93329076 10916921344 73910 33554432000 4194304 4196468 140721401443984 140603701332336 140604209556098 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25216] ppid=25205 vsize=10661056 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/25208/task/25216/stat : 25216 (java) S 25205 25208 23077 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 93329077 10916921344 73910 33554432000 4194304 4196468 140721401443984 140603700278304 140604209555157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25217] ppid=25205 vsize=10661056 memory=12032 CPUtime=0 cores=1,3,5,7
/proc/25208/task/25217/stat : 25217 (java) S 25205 25208 23077 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 93329077 10916921344 73910 33554432000 4194304 4196468 140721401443984 140603699225456 140604209555157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25218] ppid=25205 vsize=10661056 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/25208/task/25218/stat : 25218 (java) S 25205 25208 23077 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93329079 10916921344 73910 33554432000 4194304 4196468 140721401443984 140603698173776 140604209563547 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25219] ppid=25205 vsize=10661056 memory=792 CPUtime=0.18 cores=1,3,5,7
/proc/25208/task/25219/stat : 25219 (java) S 25205 25208 23077 0 -1 1077944384 1497 0 0 0 18 0 0 0 20 0 15 0 93329079 10916921344 73910 33554432000 4194304 4196468 140721401443984 140603697122160 140604209556098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25220] ppid=25205 vsize=10661056 memory=1716 CPUtime=0.17 cores=1,3,5,7
/proc/25208/task/25220/stat : 25220 (java) S 25205 25208 23077 0 -1 1077944384 663 0 0 0 17 0 0 0 20 0 15 0 93329079 10916921344 73910 33554432000 4194304 4196468 140721401443984 140603696069360 140604209556098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25221] ppid=25205 vsize=10661056 memory=1952 CPUtime=0.12 cores=1,3,5,7
/proc/25208/task/25221/stat : 25221 (java) S 25205 25208 23077 0 -1 1077944384 1297 0 0 0 12 0 0 0 20 0 15 0 93329080 10916921344 73910 33554432000 4194304 4196468 140721401443984 140603695016560 140604209556098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25222] ppid=25205 vsize=10661056 memory=8580 CPUtime=0 cores=1,3,5,7
/proc/25208/task/25222/stat : 25222 (java) S 25205 25208 23077 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93329080 10916921344 73910 33554432000 4194304 4196468 140721401443984 140603693964000 140604209555157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25223] ppid=25205 vsize=10661056 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/25208/task/25223/stat : 25223 (java) S 25205 25208 23077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93329080 10916921344 73910 33554432000 4194304 4196468 140721401443984 140603692911280 140604209556098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
Current children cumulated CPU time: 1.51 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 295640 KiB

[startup+1.50145 s]
/proc/loadavg: 1.63 1.68 1.63 6/215 25223
/proc/meminfo: memFree=19182292/32770624 swapFree=67108860/67108860
[pid=25208] ppid=25205 vsize=10661056 memory=482256 CPUtime=4.01 cores=1,3,5,7
/proc/25208/stat : 25208 (java) S 25205 25208 23077 0 -1 1077944320 11639 0 0 0 359 42 0 0 20 0 15 0 93329074 10916921344 120564 33554432000 4194304 4196468 140721401443984 140721401426528 140604209544951 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
/proc/25208/statm: 2665264 120564 3086 1 0 2627263 0
[pid=25208/tid=25210] ppid=25205 vsize=10661056 memory=4140 CPUtime=0.78 cores=1,3,5,7
/proc/25208/task/25210/stat : 25210 (java) S 25205 25208 23077 0 -1 1077944384 5194 0 0 0 75 3 0 0 20 0 15 0 93329074 10916921344 120564 33554432000 4194304 4196468 140721401443984 140604213784272 140604209555157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25211] ppid=25205 vsize=10661056 memory=26972 CPUtime=0.68 cores=1,3,5,7
/proc/25208/task/25211/stat : 25211 (java) R 25205 25208 23077 0 -1 4202560 520 0 0 0 59 9 0 0 20 0 15 0 93329075 10916921344 120564 33554432000 4194304 4196468 140721401443984 140604146236680 140604194245639 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25212] ppid=25205 vsize=10661056 memory=1296 CPUtime=0.66 cores=1,3,5,7
/proc/25208/task/25212/stat : 25212 (java) R 25205 25208 23077 0 -1 4202560 263 0 0 0 57 9 0 0 20 0 15 0 93329075 10916921344 120564 33554432000 4194304 4196468 140721401443984 140604145183880 140604191154674 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25213] ppid=25205 vsize=10661056 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/25208/task/25213/stat : 25213 (java) R 25205 25208 23077 0 -1 4202560 442 0 0 0 58 9 0 0 20 0 15 0 93329075 10916921344 120564 33554432000 4194304 4196468 140721401443984 140604144131080 140604194245679 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25214] ppid=25205 vsize=10661056 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/25208/task/25214/stat : 25214 (java) R 25205 25208 23077 0 -1 4202560 306 0 0 0 58 9 0 0 20 0 15 0 93329075 10916921344 120564 33554432000 4194304 4196468 140721401443984 140603813653384 140604194245955 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25215] ppid=25205 vsize=10661056 memory=7596253588515481680 CPUtime=0 cores=1,3,5,7
/proc/25208/task/25215/stat : 25215 (java) S 25205 25208 23077 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 15 0 93329076 10916921344 120564 33554432000 4194304 4196468 140721401443984 140603701330880 140604209555157 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0

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

/proc/25208/task/25210/stat : 25210 (java) S 25205 25208 23077 0 -1 1077944384 10312 0 0 0 741 11 0 0 20 0 15 0 93329074 10916999168 2081375 33554432000 4194304 4196468 140721401443984 140604213783568 140604209555157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 10 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25211] ppid=25205 vsize=10661132 memory=6146456 CPUtime=16.76 cores=1,3,5,7
/proc/25208/task/25211/stat : 25211 (java) R 25205 25208 23077 0 -1 4202560 448051 0 0 0 1473 203 0 0 20 0 15 0 93329075 10916999168 2081375 33554432000 4194304 4196468 140721401443984 140604146236560 140604194495556 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25212] ppid=25205 vsize=10661132 memory=0 CPUtime=16.7 cores=1,3,5,7
/proc/25208/task/25212/stat : 25212 (java) R 25205 25208 23077 0 -1 4202560 55259 0 0 0 1487 183 0 0 20 0 15 0 93329075 10916999168 2081375 33554432000 4194304 4196468 140721401443984 140604145183960 140604191141411 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25213] ppid=25205 vsize=10661132 memory=281352839165792 CPUtime=16.57 cores=1,3,5,7
/proc/25208/task/25213/stat : 25213 (java) R 25205 25208 23077 0 -1 4202560 83083 0 0 0 1464 193 0 0 20 0 15 0 93329075 10916999168 2081375 33554432000 4194304 4196468 140721401443984 140604144130960 140604194530247 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25214] ppid=25205 vsize=10661132 memory=195719170 CPUtime=16.72 cores=1,3,5,7
/proc/25208/task/25214/stat : 25214 (java) R 25205 25208 23077 0 -1 4202560 82553 0 0 0 1472 200 0 0 20 0 15 0 93329075 10916999168 2081375 33554432000 4194304 4196468 140721401443984 140603813653264 140604193999011 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25215] ppid=25205 vsize=10661132 memory=0 CPUtime=0.8 cores=1,3,5,7
/proc/25208/task/25215/stat : 25215 (java) S 25205 25208 23077 0 -1 1077944384 14420 0 0 0 79 1 0 0 20 0 15 0 93329076 10916999168 2081375 33554432000 4194304 4196468 140721401443984 140603701330656 140604209555157 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25216] ppid=25205 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25208/task/25216/stat : 25216 (java) S 25205 25208 23077 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 93329077 10916999168 2081375 33554432000 4194304 4196468 140721401443984 140603700278368 140604209555157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25217] ppid=25205 vsize=10661132 memory=1606268 CPUtime=0 cores=1,3,5,7
/proc/25208/task/25217/stat : 25217 (java) S 25205 25208 23077 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 93329077 10916999168 2081375 33554432000 4194304 4196468 140721401443984 140603699225456 140604209555157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25218] ppid=25205 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25208/task/25218/stat : 25218 (java) S 25205 25208 23077 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93329079 10916999168 2081375 33554432000 4194304 4196468 140721401443984 140603698173776 140604209563547 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25219] ppid=25205 vsize=10661132 memory=8331076 CPUtime=3.23 cores=1,3,5,7
/proc/25208/task/25219/stat : 25219 (java) S 25205 25208 23077 0 -1 1077944384 6576 0 0 0 322 1 0 0 20 0 15 0 93329079 10916999168 2081375 33554432000 4194304 4196468 140721401443984 140603697122160 140604209556098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25220] ppid=25205 vsize=10661132 memory=4140 CPUtime=3.05 cores=1,3,5,7
/proc/25208/task/25220/stat : 25220 (java) S 25205 25208 23077 0 -1 1077944384 7528 0 0 0 303 2 0 0 20 0 15 0 93329079 10916999168 2081375 33554432000 4194304 4196468 140721401443984 140603696069360 140604209556098 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25221] ppid=25205 vsize=10661132 memory=4140 CPUtime=0.48 cores=1,3,5,7
/proc/25208/task/25221/stat : 25221 (java) S 25205 25208 23077 0 -1 1077944384 2421 0 0 0 48 0 0 0 20 0 15 0 93329080 10916999168 2081375 33554432000 4194304 4196468 140721401443984 140603695016560 140604209556098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 10 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25222] ppid=25205 vsize=10661132 memory=4128 CPUtime=0 cores=1,3,5,7
/proc/25208/task/25222/stat : 25222 (java) S 25205 25208 23077 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93329080 10916999168 2081375 33554432000 4194304 4196468 140721401443984 140603693964000 140604209555157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25223] ppid=25205 vsize=10661132 memory=2200 CPUtime=0.02 cores=1,3,5,7
/proc/25208/task/25223/stat : 25223 (java) S 25205 25208 23077 0 -1 1077944384 515 0 0 0 1 1 0 0 20 0 15 0 93329080 10916999168 2081375 33554432000 4194304 4196468 140721401443984 140603692911280 140604209556098 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 24 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
Current children cumulated CPU time: 81.92 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8325500 KiB

[startup+26.7287 s]
# the end of solver process 25208 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=78.0418 s, system=8.07833 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+25.6015 s]
/proc/loadavg: 2.40 1.85 1.68 6/215 25245
/proc/meminfo: memFree=11255812/32770624 swapFree=67108860/67108860
[pid=25208] ppid=25205 vsize=10661132 memory=8325500 CPUtime=82.29 cores=1,3,5,7
/proc/25208/stat : 25208 (java) S 25205 25208 23077 0 -1 1077944320 712152 0 0 0 7430 799 0 0 20 0 15 0 93329074 10916999168 2081375 33554432000 4194304 4196468 140721401443984 140721401426528 140604209544951 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
/proc/25208/statm: 2665283 2081375 3181 1 0 2627263 0
[pid=25208/tid=25210] ppid=25205 vsize=10661132 memory=0 CPUtime=7.52 cores=1,3,5,7
/proc/25208/task/25210/stat : 25210 (java) S 25205 25208 23077 0 -1 1077944384 10312 0 0 0 741 11 0 0 20 0 15 0 93329074 10916999168 2081375 33554432000 4194304 4196468 140721401443984 140604213783568 140604209555157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 10 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25211] ppid=25205 vsize=10661132 memory=6791534058613427641 CPUtime=16.85 cores=1,3,5,7
/proc/25208/task/25211/stat : 25211 (java) R 25205 25208 23077 0 -1 4202560 448052 0 0 0 1482 203 0 0 20 0 15 0 93329075 10916999168 2081375 33554432000 4194304 4196468 140721401443984 140604146236560 140604194495556 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25212] ppid=25205 vsize=10661132 memory=26992 CPUtime=16.8 cores=1,3,5,7
/proc/25208/task/25212/stat : 25212 (java) R 25205 25208 23077 0 -1 4202560 55259 0 0 0 1497 183 0 0 20 0 15 0 93329075 10916999168 2081375 33554432000 4194304 4196468 140721401443984 140604145183960 140604191140774 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25213] ppid=25205 vsize=10661132 memory=1296 CPUtime=16.66 cores=1,3,5,7
/proc/25208/task/25213/stat : 25213 (java) R 25205 25208 23077 0 -1 4202560 83083 0 0 0 1473 193 0 0 20 0 15 0 93329075 10916999168 2081375 33554432000 4194304 4196468 140721401443984 140604144130960 140604193998748 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25214] ppid=25205 vsize=10661132 memory=2412 CPUtime=16.81 cores=1,3,5,7
/proc/25208/task/25214/stat : 25214 (java) R 25205 25208 23077 0 -1 4202560 82567 0 0 0 1481 200 0 0 20 0 15 0 93329075 10916999168 2081375 33554432000 4194304 4196468 140721401443984 140603813653264 140604194495556 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25215] ppid=25205 vsize=10661132 memory=1724 CPUtime=0.8 cores=1,3,5,7
/proc/25208/task/25215/stat : 25215 (java) S 25205 25208 23077 0 -1 1077944384 14420 0 0 0 79 1 0 0 20 0 15 0 93329076 10916999168 2081375 33554432000 4194304 4196468 140721401443984 140603701330656 140604209555157 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25216] ppid=25205 vsize=10661132 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/25208/task/25216/stat : 25216 (java) S 25205 25208 23077 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 93329077 10916999168 2081375 33554432000 4194304 4196468 140721401443984 140603700278368 140604209555157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25217] ppid=25205 vsize=10661132 memory=1428 CPUtime=0 cores=1,3,5,7
/proc/25208/task/25217/stat : 25217 (java) S 25205 25208 23077 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 93329077 10916999168 2081375 33554432000 4194304 4196468 140721401443984 140603699225456 140604209555157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25218] ppid=25205 vsize=10661132 memory=1196 CPUtime=0 cores=1,3,5,7
/proc/25208/task/25218/stat : 25218 (java) S 25205 25208 23077 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93329079 10916999168 2081375 33554432000 4194304 4196468 140721401443984 140603698173776 140604209563547 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25219] ppid=25205 vsize=10661132 memory=5788 CPUtime=3.23 cores=1,3,5,7
/proc/25208/task/25219/stat : 25219 (java) S 25205 25208 23077 0 -1 1077944384 6576 0 0 0 322 1 0 0 20 0 15 0 93329079 10916999168 2081375 33554432000 4194304 4196468 140721401443984 140603697122160 140604209556098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25220] ppid=25205 vsize=10661132 memory=4616 CPUtime=3.05 cores=1,3,5,7
/proc/25208/task/25220/stat : 25220 (java) S 25205 25208 23077 0 -1 1077944384 7528 0 0 0 303 2 0 0 20 0 15 0 93329079 10916999168 2081375 33554432000 4194304 4196468 140721401443984 140603696069360 140604209556098 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25221] ppid=25205 vsize=10661132 memory=12032 CPUtime=0.48 cores=1,3,5,7
/proc/25208/task/25221/stat : 25221 (java) S 25205 25208 23077 0 -1 1077944384 2421 0 0 0 48 0 0 0 20 0 15 0 93329080 10916999168 2081375 33554432000 4194304 4196468 140721401443984 140603695016560 140604209556098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 10 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25222] ppid=25205 vsize=10661132 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/25208/task/25222/stat : 25222 (java) S 25205 25208 23077 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93329080 10916999168 2081375 33554432000 4194304 4196468 140721401443984 140603693964000 140604209555157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25223] ppid=25205 vsize=10661132 memory=792 CPUtime=0.02 cores=1,3,5,7
/proc/25208/task/25223/stat : 25223 (java) S 25205 25208 23077 0 -1 1077944384 515 0 0 0 1 1 0 0 20 0 15 0 93329080 10916999168 2081375 33554432000 4194304 4196468 140721401443984 140603692911280 140604209556098 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 24 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
Current children cumulated CPU time: 82.29 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8325500 KiB

[startup+26.4007 s]
/proc/loadavg: 2.61 1.90 1.70 3/215 25245
/proc/meminfo: memFree=11261532/32770624 swapFree=67108860/67108860
[pid=25208] ppid=25205 vsize=10661132 memory=8325720 CPUtime=85.31 cores=1,3,5,7
/proc/25208/stat : 25208 (java) S 25205 25208 23077 0 -1 1077944320 712381 0 0 0 7732 799 0 0 20 0 15 0 93329074 10916999168 2081430 33554432000 4194304 4196468 140721401443984 140721401426528 140604209544951 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
/proc/25208/statm: 2665283 2081430 3181 1 0 2627263 0
[pid=25208/tid=25210] ppid=25205 vsize=10661132 memory=6791534058613427641 CPUtime=7.52 cores=1,3,5,7
/proc/25208/task/25210/stat : 25210 (java) S 25205 25208 23077 0 -1 1077944384 10312 0 0 0 741 11 0 0 20 0 15 0 93329074 10916999168 2081430 33554432000 4194304 4196468 140721401443984 140604213783568 140604209555157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 10 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25211] ppid=25205 vsize=10661132 memory=1952 CPUtime=17.59 cores=1,3,5,7
/proc/25208/task/25211/stat : 25211 (java) R 25205 25208 23077 0 -1 4202560 448143 0 0 0 1556 203 0 0 20 0 15 0 93329075 10916999168 2081430 33554432000 4194304 4196468 140721401443984 140604146236368 140604202173159 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25212] ppid=25205 vsize=10661132 memory=8580 CPUtime=17.54 cores=1,3,5,7
/proc/25208/task/25212/stat : 25212 (java) R 25205 25208 23077 0 -1 4202560 55315 0 0 0 1571 183 0 0 20 0 15 0 93329075 10916999168 2081430 33554432000 4194304 4196468 140721401443984 140604145183880 140604202173159 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25213] ppid=25205 vsize=10661132 memory=15872 CPUtime=17.4 cores=1,3,5,7
/proc/25208/task/25213/stat : 25213 (java) R 25205 25208 23077 0 -1 4202560 83161 0 0 0 1547 193 0 0 20 0 15 0 93329075 10916999168 2081430 33554432000 4194304 4196468 140721401443984 140604144130768 140604202173159 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25214] ppid=25205 vsize=10661132 memory=4012 CPUtime=17.56 cores=1,3,5,7
/proc/25208/task/25214/stat : 25214 (java) R 25205 25208 23077 0 -1 4202560 82567 0 0 0 1556 200 0 0 20 0 15 0 93329075 10916999168 2081430 33554432000 4194304 4196468 140721401443984 140603813653264 140604191154688 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25215] ppid=25205 vsize=10661132 memory=15616 CPUtime=0.85 cores=1,3,5,7
/proc/25208/task/25215/stat : 25215 (java) S 25205 25208 23077 0 -1 1077944384 14424 0 0 0 84 1 0 0 20 0 15 0 93329076 10916999168 2081430 33554432000 4194304 4196468 140721401443984 140603701330896 140604209555157 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25216] ppid=25205 vsize=10661132 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/25208/task/25216/stat : 25216 (java) S 25205 25208 23077 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 93329077 10916999168 2081430 33554432000 4194304 4196468 140721401443984 140603700278368 140604209555157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25217] ppid=25205 vsize=10661132 memory=-6873162000112450758 CPUtime=0 cores=1,3,5,7
/proc/25208/task/25217/stat : 25217 (java) S 25205 25208 23077 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 93329077 10916999168 2081430 33554432000 4194304 4196468 140721401443984 140603699225456 140604209555157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25218] ppid=25205 vsize=10661132 memory=-7812193691855986592 CPUtime=0 cores=1,3,5,7
/proc/25208/task/25218/stat : 25218 (java) S 25205 25208 23077 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93329079 10916999168 2081430 33554432000 4194304 4196468 140721401443984 140603698173776 140604209563547 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25219] ppid=25205 vsize=10661132 memory=3836610930526218091 CPUtime=3.23 cores=1,3,5,7
/proc/25208/task/25219/stat : 25219 (java) S 25205 25208 23077 0 -1 1077944384 6576 0 0 0 322 1 0 0 20 0 15 0 93329079 10916999168 2081430 33554432000 4194304 4196468 140721401443984 140603697122160 140604209556098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25220] ppid=25205 vsize=10661132 memory=7737867404617999982 CPUtime=3.05 cores=1,3,5,7
/proc/25208/task/25220/stat : 25220 (java) S 25205 25208 23077 0 -1 1077944384 7528 0 0 0 303 2 0 0 20 0 15 0 93329079 10916999168 2081430 33554432000 4194304 4196468 140721401443984 140603696069360 140604209556098 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25221] ppid=25205 vsize=10661132 memory=5860704123725310038 CPUtime=0.48 cores=1,3,5,7
/proc/25208/task/25221/stat : 25221 (java) S 25205 25208 23077 0 -1 1077944384 2421 0 0 0 48 0 0 0 20 0 15 0 93329080 10916999168 2081430 33554432000 4194304 4196468 140721401443984 140603695016560 140604209556098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 10 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25222] ppid=25205 vsize=10661132 memory=7811044310603950144 CPUtime=0 cores=1,3,5,7
/proc/25208/task/25222/stat : 25222 (java) S 25205 25208 23077 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93329080 10916999168 2081430 33554432000 4194304 4196468 140721401443984 140603693964000 140604209555157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25223] ppid=25205 vsize=10661132 memory=2240 CPUtime=0.02 cores=1,3,5,7
/proc/25208/task/25223/stat : 25223 (java) S 25205 25208 23077 0 -1 1077944384 515 0 0 0 1 1 0 0 20 0 15 0 93329080 10916999168 2081430 33554432000 4194304 4196468 140721401443984 140603692911280 140604209556098 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 24 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
Current children cumulated CPU time: 85.31 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8325720 KiB

[startup+26.6007 s]
/proc/loadavg: 2.61 1.90 1.70 3/215 25245
/proc/meminfo: memFree=11261532/32770624 swapFree=67108860/67108860
[pid=25208] ppid=25205 vsize=10661132 memory=8325848 CPUtime=85.97 cores=1,3,5,7
/proc/25208/stat : 25208 (java) S 25205 25208 23077 0 -1 1077944320 712512 0 0 0 7798 799 0 0 20 0 15 0 93329074 10916999168 2081462 33554432000 4194304 4196468 140721401443984 140721401426528 140604209544951 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
/proc/25208/statm: 2665283 2081462 3182 1 0 2627263 0
[pid=25208/tid=25210] ppid=25205 vsize=10661132 memory=2200 CPUtime=7.52 cores=1,3,5,7
/proc/25208/task/25210/stat : 25210 (java) S 25205 25208 23077 0 -1 1077944384 10389 0 0 0 741 11 0 0 20 0 15 0 93329074 10916999168 2081462 33554432000 4194304 4196468 140721401443984 140604213784832 140604209555157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 10 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25211] ppid=25205 vsize=10661132 memory=7392 CPUtime=17.75 cores=1,3,5,7
/proc/25208/task/25211/stat : 25211 (java) S 25205 25208 23077 0 -1 1077944384 448145 0 0 0 1572 203 0 0 20 0 15 0 93329075 10916999168 2081462 33554432000 4194304 4196468 140721401443984 140604146236560 140604209555157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25212] ppid=25205 vsize=10661132 memory=840 CPUtime=17.69 cores=1,3,5,7
/proc/25208/task/25212/stat : 25212 (java) S 25205 25208 23077 0 -1 1077944384 55315 0 0 0 1586 183 0 0 20 0 15 0 93329075 10916999168 2081462 33554432000 4194304 4196468 140721401443984 140604145183760 140604209555157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25213] ppid=25205 vsize=10661132 memory=1692 CPUtime=17.56 cores=1,3,5,7
/proc/25208/task/25213/stat : 25213 (java) S 25205 25208 23077 0 -1 1077944384 83164 0 0 0 1562 194 0 0 20 0 15 0 93329075 10916999168 2081462 33554432000 4194304 4196468 140721401443984 140604144130960 140604209555157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25214] ppid=25205 vsize=10661132 memory=912 CPUtime=17.72 cores=1,3,5,7
/proc/25208/task/25214/stat : 25214 (java) S 25205 25208 23077 0 -1 1077944384 82567 0 0 0 1572 200 0 0 20 0 15 0 93329075 10916999168 2081462 33554432000 4194304 4196468 140721401443984 140603813653264 140604209555157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25215] ppid=25205 vsize=10661132 memory=3848 CPUtime=0.88 cores=1,3,5,7
/proc/25208/task/25215/stat : 25215 (java) R 25205 25208 23077 0 -1 4202560 14439 0 0 0 87 1 0 0 20 0 15 0 93329076 10916999168 2081462 33554432000 4194304 4196468 140721401443984 140603701330656 140604193707151 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25216] ppid=25205 vsize=10661132 memory=281352839227520 CPUtime=0 cores=1,3,5,7
/proc/25208/task/25216/stat : 25216 (java) S 25205 25208 23077 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 93329077 10916999168 2081462 33554432000 4194304 4196468 140721401443984 140603700278368 140604209555157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25217] ppid=25205 vsize=10661132 memory=8174723239089013032 CPUtime=0 cores=1,3,5,7
/proc/25208/task/25217/stat : 25217 (java) S 25205 25208 23077 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 93329077 10916999168 2081462 33554432000 4194304 4196468 140721401443984 140603699225456 140604209555157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25218] ppid=25205 vsize=10661132 memory=288291077881088592 CPUtime=0 cores=1,3,5,7
/proc/25208/task/25218/stat : 25218 (java) S 25205 25208 23077 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93329079 10916999168 2081462 33554432000 4194304 4196468 140721401443984 140603698173776 140604209563547 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25219] ppid=25205 vsize=10661132 memory=16132 CPUtime=3.23 cores=1,3,5,7
/proc/25208/task/25219/stat : 25219 (java) S 25205 25208 23077 0 -1 1077944384 6576 0 0 0 322 1 0 0 20 0 15 0 93329079 10916999168 2081462 33554432000 4194304 4196468 140721401443984 140603697122160 140604209556098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25220] ppid=25205 vsize=10661132 memory=3832618486946096025 CPUtime=3.05 cores=1,3,5,7
/proc/25208/task/25220/stat : 25220 (java) S 25205 25208 23077 0 -1 1077944384 7528 0 0 0 303 2 0 0 20 0 15 0 93329079 10916999168 2081462 33554432000 4194304 4196468 140721401443984 140603696069360 140604209556098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25221] ppid=25205 vsize=10661132 memory=-8609294073281748341 CPUtime=0.48 cores=1,3,5,7
/proc/25208/task/25221/stat : 25221 (java) S 25205 25208 23077 0 -1 1077944384 2455 0 0 0 48 0 0 0 20 0 15 0 93329080 10916999168 2081462 33554432000 4194304 4196468 140721401443984 140603695012432 140604209555157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 10 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25222] ppid=25205 vsize=10661132 memory=-6509546260019855299 CPUtime=0 cores=1,3,5,7
/proc/25208/task/25222/stat : 25222 (java) S 25205 25208 23077 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93329080 10916999168 2081462 33554432000 4194304 4196468 140721401443984 140603693964000 140604209555157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
[pid=25208/tid=25223] ppid=25205 vsize=10661132 memory=-2127762302082362409 CPUtime=0.02 cores=1,3,5,7
/proc/25208/task/25223/stat : 25223 (java) S 25205 25208 23077 0 -1 1077944384 515 0 0 0 1 1 0 0 20 0 15 0 93329080 10916999168 2081462 33554432000 4194304 4196468 140721401443984 140603692911280 140604209556098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 24 0 0 6293624 6294260 37924864 140721401451640 140721401451785 140721401451785 140721401454543 0
Current children cumulated CPU time: 85.97 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8325848 KiB

[startup+26.7007 s]*
/proc/loadavg: 2.61 1.90 1.70 3/202 25246
/proc/meminfo: memFree=15293340/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): 26.7288
CPU time (s): 86.1202
CPU user time (s): 78.0418
CPU system time (s): 8.07833
CPU usage (%): 322.2
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 8336352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 78.0418
system time used= 8.07833
maximum resident set size= 8336360
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 712628
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= 12636
involuntary context switches= 919


# summary of solver processes directly reported to runsolver:
#   pid: 25208
#   total CPU time (s): 86.1202
#   total CPU user time (s): 78.0418
#   total CPU system time (s): 8.07833

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.184922 second user time and 0.3101 second system time

The end

Launcher Data

Begin job on node103 at 2018-07-28 08:00:59
IDJOB=4298405
IDBENCH=141134
IDSOLVER=2768
FILE ID=node103/4298405-1532757659
RUNJOBID= node103-1532740268-23109
PBS_JOBID= 21022444
Free space on /tmp= 56500 MiB

SOLVER NAME= The dodo solver 2018-04-29
BENCH NAME= XCSP18/GraphColoring/GraphColoring-qg-order100_c18.xml
COMMAND LINE= java -jar DIR/dodo_solver.jar BENCHNAME --timelimit TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298405-1532757659/watcher-4298405-1532757659 -o /tmp/evaluation-result-4298405-1532757659/solver-4298405-1532757659 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532740268-23109 --watchdog 2580  java -jar HOME/dodo_solver.jar HOME/instance-4298405-1532757659.xml --timelimit 2520

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

MD5SUM BENCH= d2763c38ef24fdf1196893d726f1931a
RANDOM SEED=615083393

node103.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.48
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.48
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.48
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.48
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:        19581132 kB
MemAvailable:   31304984 kB
Buffers:          300952 kB
Cached:         11607088 kB
SwapCached:            0 kB
Active:          4569820 kB
Inactive:        8017028 kB
Active(anon):     681628 kB
Inactive(anon):    25184 kB
Active(file):    3888192 kB
Inactive(file):  7991844 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             36744 kB
Writeback:             0 kB
AnonPages:        686052 kB
Mapped:            54696 kB
Shmem:             25228 kB
Slab:             300152 kB
SReclaimable:     272276 kB
SUnreclaim:        27876 kB
KernelStack:        3504 kB
PageTables:         6556 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1563016 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    616448 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 56500 MiB
End job on node103 at 2018-07-28 08:01:26