Trace number 4298401

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
MiniCPFever 2018-04-29? 83.8212 26.2032

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
83.47/26.09	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
83.47/26.09		at minicp.reversible.ReversibleSparseSet.<init>(ReversibleSparseSet.java:41)
83.47/26.09		at minicp.engine.core.SparseSetDomain.<init>(SparseSetDomain.java:34)
83.47/26.09		at minicp.engine.core.IntVarImpl.<init>(IntVarImpl.java:76)
83.47/26.09		at minicp.cp.Factory.makeIntVar(Factory.java:81)
83.47/26.09		at minicp.cp.Factory.sum(Factory.java:230)
83.47/26.09		at xcsp3.XCSP3.arithmeticOperatorConstraintVar(XCSP3.java:444)
83.47/26.09		at xcsp3.XCSP3.buildCtrPrimitive(XCSP3.java:376)
83.47/26.09		at org.xcsp.parser.loaders.ConstraintRecognizer.lambda$new$9(ConstraintRecognizer.java:120)
83.47/26.09		at org.xcsp.parser.loaders.ConstraintRecognizer$$Lambda$14/445051633.accept(Unknown Source)
83.47/26.09		at org.xcsp.parser.loaders.ConstraintRecognizer.lambda$recognizeIntensionIn$31(ConstraintRecognizer.java:176)
83.47/26.09		at org.xcsp.parser.loaders.ConstraintRecognizer$$Lambda$117/2097435292.test(Unknown Source)
83.47/26.09		at java.util.stream.MatchOps$1MatchSink.accept(MatchOps.java:90)
83.72/26.15		at java.util.Spliterators$IteratorSpliterator.tryAdvance(Spliterators.java:1812)
83.72/26.15		at java.util.stream.ReferencePipeline.forEachWithCancel(ReferencePipeline.java:126)
83.72/26.15		at java.util.stream.AbstractPipeline.copyIntoWithCancel(AbstractPipeline.java:498)
83.72/26.15		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:485)
83.72/26.15		at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
83.72/26.15		at java.util.stream.MatchOps$MatchOp.evaluateSequential(MatchOps.java:230)
83.72/26.15		at java.util.stream.MatchOps$MatchOp.evaluateSequential(MatchOps.java:196)
83.72/26.15		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
83.72/26.15		at java.util.stream.ReferencePipeline.anyMatch(ReferencePipeline.java:449)
83.72/26.15		at org.xcsp.parser.loaders.ConstraintRecognizer.recognizeIntensionIn(ConstraintRecognizer.java:171)
83.72/26.15		at org.xcsp.parser.loaders.ConstraintRecognizer.recognizeIntension(ConstraintRecognizer.java:185)
83.72/26.15		at org.xcsp.parser.loaders.ConstraintRecognizer.specificIntensionCases(ConstraintRecognizer.java:212)
83.72/26.15		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:278)
83.72/26.15		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
83.72/26.15		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
83.72/26.15		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
83.72/26.15		at org.xcsp.parser.XCallbacks$$Lambda$83/1064456966.accept(Unknown Source)
83.72/26.15		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
83.72/26.15		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
83.72/26.15		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
83.72/26.15	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 (6839 MiB free)
  memory of node 1: 16384 MiB (12625 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298401-1532758785/watcher-4298401-1532758785 -o /tmp/evaluation-result-4298401-1532758785/solver-4298401-1532758785 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532739282-23279 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4298401-1532758785.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=25649, runsolver pid=25646
Current StackSize limit: 8192 KiB


[startup+0.100106 s]*
/proc/loadavg: 1.92 2.02 1.98 4/215 25664
/proc/meminfo: memFree=19916404/32770624 swapFree=67108860/67108860
[pid=25649] ppid=25646 vsize=10658972 memory=27620 CPUtime=0.13 cores=1,3,5,7
/proc/25649/stat : 25649 (java) S 25646 25649 23247 0 -1 1077944320 5308 0 0 0 13 0 0 0 20 0 15 0 93441724 10914787328 6905 33554432000 4194304 4196468 140721540956944 140721540939488 140199208509175 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
/proc/25649/statm: 2664743 6905 2882 1 0 2627263 0
[pid=25649/tid=25651] ppid=25646 vsize=10658972 memory=-8269626465541591933 CPUtime=0.09 cores=1,3,5,7
/proc/25649/task/25651/stat : 25651 (java) S 25646 25649 23247 0 -1 1077944384 3147 0 0 0 9 0 0 0 20 0 15 0 93441724 10914787328 6905 33554432000 4194304 4196468 140721540956944 140199212737328 140199208519381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25652] ppid=25646 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25649/task/25652/stat : 25652 (java) S 25646 25649 23247 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93441725 10914787328 6905 33554432000 4194304 4196468 140721540956944 140199145200656 140199208519381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25653] ppid=25646 vsize=10658972 memory=140486266840704 CPUtime=0 cores=1,3,5,7
/proc/25649/task/25653/stat : 25653 (java) S 25646 25649 23247 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93441725 10914787328 6905 33554432000 4194304 4196468 140721540956944 140199144148112 140199208519381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25654] ppid=25646 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25649/task/25654/stat : 25654 (java) S 25646 25649 23247 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93441725 10914787328 6905 33554432000 4194304 4196468 140721540956944 140199143095056 140199208519381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25655] ppid=25646 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25649/task/25655/stat : 25655 (java) S 25646 25649 23247 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93441725 10914787328 6905 33554432000 4194304 4196468 140721540956944 140198811659152 140199208519381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25656] ppid=25646 vsize=10658972 memory=140486266840704 CPUtime=0 cores=1,3,5,7
/proc/25649/task/25656/stat : 25656 (java) S 25646 25649 23247 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93441726 10914787328 6905 33554432000 4194304 4196468 140721540956944 140198700390640 140199208520322 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25657] ppid=25646 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25649/task/25657/stat : 25657 (java) S 25646 25649 23247 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 93441727 10914787328 6905 33554432000 4194304 4196468 140721540956944 140198699336864 140199208519381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25658] ppid=25646 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25649/task/25658/stat : 25658 (java) S 25646 25649 23247 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 93441727 10914787328 6905 33554432000 4194304 4196468 140721540956944 140198698283760 140199208519381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25659] ppid=25646 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25649/task/25659/stat : 25659 (java) S 25646 25649 23247 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93441729 10914787328 6905 33554432000 4194304 4196468 140721540956944 140198697232336 140199208527771 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25660] ppid=25646 vsize=10658972 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/25649/task/25660/stat : 25660 (java) S 25646 25649 23247 0 -1 1077944384 474 0 0 0 1 0 0 0 20 0 15 0 93441729 10914787328 6905 33554432000 4194304 4196468 140721540956944 140198696180464 140199208520322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25661] ppid=25646 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25649/task/25661/stat : 25661 (java) S 25646 25649 23247 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93441729 10914787328 6905 33554432000 4194304 4196468 140721540956944 140198695127920 140199208520322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25662] ppid=25646 vsize=10658972 memory=140486266840704 CPUtime=0.02 cores=1,3,5,7
/proc/25649/task/25662/stat : 25662 (java) R 25646 25649 23247 0 -1 4202560 319 0 0 0 2 0 0 0 20 0 15 0 93441729 10914787328 6905 33554432000 4194304 4196468 140721540956944 140198694074864 140199187137376 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25663] ppid=25646 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25649/task/25663/stat : 25663 (java) S 25646 25649 23247 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93441729 10914787328 6905 33554432000 4194304 4196468 140721540956944 140198693022560 140199208519381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25664] ppid=25646 vsize=10658972 memory=140486266840704 CPUtime=0 cores=1,3,5,7
/proc/25649/task/25664/stat : 25664 (java) S 25646 25649 23247 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93441730 10914787328 6905 33554432000 4194304 4196468 140721540956944 140198691969584 140199208520322 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 27620 KiB

[startup+0.210609 s]*
/proc/loadavg: 1.92 2.02 1.98 5/215 25664
/proc/meminfo: memFree=19904124/32770624 swapFree=67108860/67108860
[pid=25649] ppid=25646 vsize=10658972 memory=40208 CPUtime=0.34 cores=1,3,5,7
/proc/25649/stat : 25649 (java) S 25646 25649 23247 0 -1 1077944320 8162 0 0 0 33 1 0 0 20 0 15 0 93441724 10914787328 10052 33554432000 4194304 4196468 140721540956944 140721540939488 140199208509175 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
/proc/25649/statm: 2664743 10052 2994 1 0 2627263 0
[pid=25649/tid=25651] ppid=25646 vsize=10658972 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/25649/task/25651/stat : 25651 (java) R 25646 25649 23247 0 -1 4202560 5081 0 0 0 19 1 0 0 20 0 15 0 93441724 10914787328 10052 33554432000 4194304 4196468 140721540956944 140199212747136 140199208521110 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25652] ppid=25646 vsize=10658972 memory=342 CPUtime=0 cores=1,3,5,7
/proc/25649/task/25652/stat : 25652 (java) S 25646 25649 23247 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93441725 10914787328 10052 33554432000 4194304 4196468 140721540956944 140199145200656 140199208519381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25653] ppid=25646 vsize=10658972 memory=288370862418552448 CPUtime=0 cores=1,3,5,7
/proc/25649/task/25653/stat : 25653 (java) S 25646 25649 23247 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93441725 10914787328 10052 33554432000 4194304 4196468 140721540956944 140199144148112 140199208519381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25654] ppid=25646 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25649/task/25654/stat : 25654 (java) S 25646 25649 23247 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93441725 10914787328 10052 33554432000 4194304 4196468 140721540956944 140199143095056 140199208519381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25655] ppid=25646 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25649/task/25655/stat : 25655 (java) S 25646 25649 23247 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93441725 10914787328 10052 33554432000 4194304 4196468 140721540956944 140198811659152 140199208519381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25656] ppid=25646 vsize=10658972 memory=140486266840704 CPUtime=0 cores=1,3,5,7
/proc/25649/task/25656/stat : 25656 (java) S 25646 25649 23247 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93441726 10914787328 10052 33554432000 4194304 4196468 140721540956944 140198700390640 140199208520322 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25657] ppid=25646 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25649/task/25657/stat : 25657 (java) S 25646 25649 23247 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 93441727 10914787328 10052 33554432000 4194304 4196468 140721540956944 140198699336864 140199208519381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25658] ppid=25646 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25649/task/25658/stat : 25658 (java) S 25646 25649 23247 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 93441727 10914787328 10052 33554432000 4194304 4196468 140721540956944 140198698283760 140199208519381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25659] ppid=25646 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25649/task/25659/stat : 25659 (java) S 25646 25649 23247 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93441729 10914787328 10052 33554432000 4194304 4196468 140721540956944 140198697232336 140199208527771 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25660] ppid=25646 vsize=10658972 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/25649/task/25660/stat : 25660 (java) R 25646 25649 23247 0 -1 1077944384 594 0 0 0 2 0 0 0 20 0 15 0 93441729 10914787328 10052 33554432000 4194304 4196468 140721540956944 140198696180464 140199208520322 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25661] ppid=25646 vsize=10658972 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/25649/task/25661/stat : 25661 (java) R 25646 25649 23247 0 -1 4202560 332 0 0 0 2 0 0 0 20 0 15 0 93441729 10914787328 10052 33554432000 4194304 4196468 140721540956944 140198695119248 140199194190614 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25662] ppid=25646 vsize=10658972 memory=140486266840704 CPUtime=0.08 cores=1,3,5,7
/proc/25649/task/25662/stat : 25662 (java) R 25646 25649 23247 0 -1 4202560 788 0 0 0 8 0 0 0 20 0 15 0 93441729 10914787328 10052 33554432000 4194304 4196468 140721540956944 140198694071232 140199208530522 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25663] ppid=25646 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25649/task/25663/stat : 25663 (java) S 25646 25649 23247 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93441729 10914787328 10052 33554432000 4194304 4196468 140721540956944 140198693022560 140199208519381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25664] ppid=25646 vsize=10658972 memory=140486266840704 CPUtime=0 cores=1,3,5,7
/proc/25649/task/25664/stat : 25664 (java) S 25646 25649 23247 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93441730 10914787328 10052 33554432000 4194304 4196468 140721540956944 140198691969584 140199208520322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 40208 KiB

[startup+0.31127 s]*
/proc/loadavg: 1.92 2.02 1.98 5/215 25664
/proc/meminfo: memFree=19887748/32770624 swapFree=67108860/67108860
[pid=25649] ppid=25646 vsize=10658972 memory=57576 CPUtime=0.67 cores=1,3,5,7
/proc/25649/stat : 25649 (java) S 25646 25649 23247 0 -1 1077944320 9965 0 0 0 65 2 0 0 20 0 15 0 93441724 10914787328 14394 33554432000 4194304 4196468 140721540956944 140721540939488 140199208509175 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
/proc/25649/statm: 2664743 14394 3018 1 0 2627263 0
[pid=25649/tid=25651] ppid=25646 vsize=10658972 memory=7311146985107750967 CPUtime=0.29 cores=1,3,5,7
/proc/25649/task/25651/stat : 25651 (java) R 25646 25649 23247 0 -1 4202560 5102 0 0 0 28 1 0 0 20 0 15 0 93441724 10914787328 14394 33554432000 4194304 4196468 140721540956944 140199212747328 140199208531101 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25652] ppid=25646 vsize=10658972 memory=288230600413020183 CPUtime=0 cores=1,3,5,7
/proc/25649/task/25652/stat : 25652 (java) S 25646 25649 23247 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93441725 10914787328 14394 33554432000 4194304 4196468 140721540956944 140199145200656 140199208519381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25653] ppid=25646 vsize=10658972 memory=288370862418552448 CPUtime=0 cores=1,3,5,7
/proc/25649/task/25653/stat : 25653 (java) S 25646 25649 23247 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93441725 10914787328 14394 33554432000 4194304 4196468 140721540956944 140199144148112 140199208519381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25654] ppid=25646 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25649/task/25654/stat : 25654 (java) S 25646 25649 23247 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93441725 10914787328 14394 33554432000 4194304 4196468 140721540956944 140199143095056 140199208519381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25655] ppid=25646 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25649/task/25655/stat : 25655 (java) S 25646 25649 23247 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93441725 10914787328 14394 33554432000 4194304 4196468 140721540956944 140198811659152 140199208519381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25656] ppid=25646 vsize=10658972 memory=140486266840704 CPUtime=0 cores=1,3,5,7
/proc/25649/task/25656/stat : 25656 (java) S 25646 25649 23247 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93441726 10914787328 14394 33554432000 4194304 4196468 140721540956944 140198700390640 140199208520322 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25657] ppid=25646 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25649/task/25657/stat : 25657 (java) S 25646 25649 23247 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 93441727 10914787328 14394 33554432000 4194304 4196468 140721540956944 140198699336864 140199208519381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25658] ppid=25646 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25649/task/25658/stat : 25658 (java) S 25646 25649 23247 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 93441727 10914787328 14394 33554432000 4194304 4196468 140721540956944 140198698283760 140199208519381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25659] ppid=25646 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25649/task/25659/stat : 25659 (java) S 25646 25649 23247 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93441729 10914787328 14394 33554432000 4194304 4196468 140721540956944 140198697232336 140199208527771 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25660] ppid=25646 vsize=10658972 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/25649/task/25660/stat : 25660 (java) R 25646 25649 23247 0 -1 4202560 1420 0 0 0 12 0 0 0 20 0 15 0 93441729 10914787328 14394 33554432000 4194304 4196468 140721540956944 140198696161576 140199192034969 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25661] ppid=25646 vsize=10658972 memory=-1 CPUtime=0.11 cores=1,3,5,7
/proc/25649/task/25661/stat : 25661 (java) R 25646 25649 23247 0 -1 4202560 966 0 0 0 11 0 0 0 20 0 15 0 93441729 10914787328 14394 33554432000 4194304 4196468 140721540956944 140198695113944 140199190072727 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25662] ppid=25646 vsize=10658972 memory=140486266840704 CPUtime=0.12 cores=1,3,5,7
/proc/25649/task/25662/stat : 25662 (java) S 25646 25649 23247 0 -1 1077944384 1109 0 0 0 12 0 0 0 20 0 15 0 93441729 10914787328 14394 33554432000 4194304 4196468 140721540956944 140198694074864 140199208520322 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25663] ppid=25646 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25649/task/25663/stat : 25663 (java) S 25646 25649 23247 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93441729 10914787328 14394 33554432000 4194304 4196468 140721540956944 140198693022560 140199208519381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25664] ppid=25646 vsize=10658972 memory=140486266840704 CPUtime=0 cores=1,3,5,7
/proc/25649/task/25664/stat : 25664 (java) S 25646 25649 23247 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93441730 10914787328 14394 33554432000 4194304 4196468 140721540956944 140198691969584 140199208520322 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 57576 KiB

[startup+0.700793 s]
/proc/loadavg: 1.92 2.02 1.98 3/215 25664
/proc/meminfo: memFree=19807752/32770624 swapFree=67108860/67108860
[pid=25649] ppid=25646 vsize=10658972 memory=295772 CPUtime=1.52 cores=1,3,5,7
/proc/25649/stat : 25649 (java) S 25646 25649 23247 0 -1 1077944320 10409 0 0 0 132 20 0 0 20 0 15 0 93441724 10914787328 73943 33554432000 4194304 4196468 140721540956944 140721540939488 140199208509175 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
/proc/25649/statm: 2664743 73943 3063 1 0 2627263 0
[pid=25649/tid=25651] ppid=25646 vsize=10658972 memory=1728 CPUtime=0.57 cores=1,3,5,7
/proc/25649/task/25651/stat : 25651 (java) R 25646 25649 23247 0 -1 4202560 5159 0 0 0 53 4 0 0 20 0 15 0 93441724 10914787328 73943 33554432000 4194304 4196468 140721540956944 140199212748128 140199208531101 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25652] ppid=25646 vsize=10658972 memory=1704 CPUtime=0.09 cores=1,3,5,7
/proc/25649/task/25652/stat : 25652 (java) S 25646 25649 23247 0 -1 1077944384 68 0 0 0 6 3 0 0 20 0 15 0 93441725 10914787328 73943 33554432000 4194304 4196468 140721540956944 140199145200656 140199208519381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25653] ppid=25646 vsize=10658972 memory=796 CPUtime=0.1 cores=1,3,5,7
/proc/25649/task/25653/stat : 25653 (java) S 25646 25649 23247 0 -1 1077944384 64 0 0 0 7 3 0 0 20 0 15 0 93441725 10914787328 73943 33554432000 4194304 4196468 140721540956944 140199144148112 140199208519381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25654] ppid=25646 vsize=10658972 memory=5408 CPUtime=0.1 cores=1,3,5,7
/proc/25649/task/25654/stat : 25654 (java) S 25646 25649 23247 0 -1 1077944384 67 0 0 0 6 4 0 0 20 0 15 0 93441725 10914787328 73943 33554432000 4194304 4196468 140721540956944 140199143095056 140199208519381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25655] ppid=25646 vsize=10658972 memory=1008 CPUtime=0.1 cores=1,3,5,7
/proc/25649/task/25655/stat : 25655 (java) S 25646 25649 23247 0 -1 1077944384 73 0 0 0 7 3 0 0 20 0 15 0 93441725 10914787328 73943 33554432000 4194304 4196468 140721540956944 140198811659152 140199208519381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25656] ppid=25646 vsize=10658972 memory=9992 CPUtime=0 cores=1,3,5,7
/proc/25649/task/25656/stat : 25656 (java) S 25646 25649 23247 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 93441726 10914787328 73943 33554432000 4194304 4196468 140721540956944 140198700390640 140199208520322 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25657] ppid=25646 vsize=10658972 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/25649/task/25657/stat : 25657 (java) S 25646 25649 23247 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 93441727 10914787328 73943 33554432000 4194304 4196468 140721540956944 140198699336864 140199208519381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25658] ppid=25646 vsize=10658972 memory=1952 CPUtime=0 cores=1,3,5,7
/proc/25649/task/25658/stat : 25658 (java) S 25646 25649 23247 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 93441727 10914787328 73943 33554432000 4194304 4196468 140721540956944 140198698283760 140199208519381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25659] ppid=25646 vsize=10658972 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/25649/task/25659/stat : 25659 (java) S 25646 25649 23247 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93441729 10914787328 73943 33554432000 4194304 4196468 140721540956944 140198697232336 140199208527771 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25660] ppid=25646 vsize=10658972 memory=7017547551848162880 CPUtime=0.19 cores=1,3,5,7
/proc/25649/task/25660/stat : 25660 (java) S 25646 25649 23247 0 -1 1077944384 1428 0 0 0 19 0 0 0 20 0 15 0 93441729 10914787328 73943 33554432000 4194304 4196468 140721540956944 140198696180464 140199208520322 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25661] ppid=25646 vsize=10658972 memory=7811323491934034026 CPUtime=0.18 cores=1,3,5,7
/proc/25649/task/25661/stat : 25661 (java) S 25646 25649 23247 0 -1 1077944384 994 0 0 0 18 0 0 0 20 0 15 0 93441729 10914787328 73943 33554432000 4194304 4196468 140721540956944 140198695127920 140199208520322 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25662] ppid=25646 vsize=10658972 memory=5787213827163908199 CPUtime=0.13 cores=1,3,5,7
/proc/25649/task/25662/stat : 25662 (java) S 25646 25649 23247 0 -1 1077944384 1113 0 0 0 13 0 0 0 20 0 15 0 93441729 10914787328 73943 33554432000 4194304 4196468 140721540956944 140198694074864 140199208520322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25663] ppid=25646 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25649/task/25663/stat : 25663 (java) S 25646 25649 23247 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93441729 10914787328 73943 33554432000 4194304 4196468 140721540956944 140198693022560 140199208519381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25664] ppid=25646 vsize=10658972 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/25649/task/25664/stat : 25664 (java) S 25646 25649 23247 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93441730 10914787328 73943 33554432000 4194304 4196468 140721540956944 140198691969584 140199208520322 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
Current children cumulated CPU time: 1.52 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 295772 KiB

[startup+1.50131 s]
/proc/loadavg: 1.92 2.02 1.98 6/215 25664
/proc/meminfo: memFree=19535060/32770624 swapFree=67108860/67108860
[pid=25649] ppid=25646 vsize=10658972 memory=482428 CPUtime=3.99 cores=1,3,5,7
/proc/25649/stat : 25649 (java) S 25646 25649 23247 0 -1 1077944320 11674 0 0 0 355 44 0 0 20 0 15 0 93441724 10914787328 120607 33554432000 4194304 4196468 140721540956944 140721540939488 140199208509175 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
/proc/25649/statm: 2664743 120607 3073 1 0 2627263 0
[pid=25649/tid=25651] ppid=25646 vsize=10658972 memory=0 CPUtime=0.8 cores=1,3,5,7
/proc/25649/task/25651/stat : 25651 (java) S 25646 25649 23247 0 -1 1077944384 5159 0 0 0 76 4 0 0 20 0 15 0 93441724 10914787328 120607 33554432000 4194304 4196468 140721540956944 140199212748416 140199208519381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25652] ppid=25646 vsize=10658972 memory=-6951259422114956437 CPUtime=0.65 cores=1,3,5,7
/proc/25649/task/25652/stat : 25652 (java) R 25646 25649 23247 0 -1 4202560 318 0 0 0 56 9 0 0 20 0 15 0 93441725 10914787328 120607 33554432000 4194304 4196468 140721540956944 140199145200776 140199193209900 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25653] ppid=25646 vsize=10658972 memory=-6509546260019855295 CPUtime=0.65 cores=1,3,5,7
/proc/25649/task/25653/stat : 25653 (java) R 25646 25649 23247 0 -1 4202560 256 0 0 0 56 9 0 0 20 0 15 0 93441725 10914787328 120607 33554432000 4194304 4196468 140721540956944 140199144148232 140199193209863 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25654] ppid=25646 vsize=10658972 memory=-7390251449858225344 CPUtime=0.65 cores=1,3,5,7
/proc/25649/task/25654/stat : 25654 (java) R 25646 25649 23247 0 -1 4202560 297 0 0 0 56 9 0 0 20 0 15 0 93441725 10914787328 120607 33554432000 4194304 4196468 140721540956944 140199143095256 140199193209779 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25655] ppid=25646 vsize=10658972 memory=4134692831991786133 CPUtime=0.66 cores=1,3,5,7
/proc/25649/task/25655/stat : 25655 (java) R 25646 25649 23247 0 -1 4202560 655 0 0 0 57 9 0 0 20 0 15 0 93441725 10914787328 120607 33554432000 4194304 4196468 140721540956944 140198811659272 140199193497575 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25656] ppid=25646 vsize=10658972 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/25649/task/25656/stat : 25656 (java) S 25646 25649 23247 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 15 0 93441726 10914787328 120607 33554432000 4194304 4196468 140721540956944 140198700389184 140199208519381 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0

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

[startup+25.5008 s]
/proc/loadavg: 2.76 2.20 2.04 6/216 25672
/proc/meminfo: memFree=11600460/32770624 swapFree=67108860/67108860
[pid=25649] ppid=25646 vsize=10659048 memory=8323872 CPUtime=81.59 cores=1,3,5,7
/proc/25649/stat : 25649 (java) S 25646 25649 23247 0 -1 1077944320 230345 0 0 0 7310 849 0 0 20 0 15 0 93441724 10914865152 2080968 33554432000 4194304 4196468 140721540956944 140721540939488 140199208509175 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
/proc/25649/statm: 2664762 2080968 3171 1 0 2627263 0
[pid=25649/tid=25651] ppid=25646 vsize=10659048 memory=8310776 CPUtime=7.38 cores=1,3,5,7
/proc/25649/task/25651/stat : 25651 (java) S 25646 25649 23247 0 -1 1077944384 10441 0 0 0 726 12 0 0 20 0 15 0 93441724 10914865152 2080968 33554432000 4194304 4196468 140721540956944 140199212747792 140199208519381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25652] ppid=25646 vsize=10659048 memory=1200 CPUtime=16.98 cores=1,3,5,7
/proc/25649/task/25652/stat : 25652 (java) R 25646 25649 23247 0 -1 4202560 32619 0 0 0 1490 208 0 0 20 0 15 0 93441725 10914865152 2080968 33554432000 4194304 4196468 140721540956944 140199145200776 140199201137383 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25653] ppid=25646 vsize=10659048 memory=10616 CPUtime=17.03 cores=1,3,5,7
/proc/25649/task/25653/stat : 25653 (java) R 25646 25649 23247 0 -1 4202560 52099 0 0 0 1499 204 0 0 20 0 15 0 93441725 10914865152 2080968 33554432000 4194304 4196468 140721540956944 140199144147920 140199201137383 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25654] ppid=25646 vsize=10659048 memory=8323728 CPUtime=16.97 cores=1,3,5,7
/proc/25649/task/25654/stat : 25654 (java) R 25646 25649 23247 0 -1 4202560 18178 0 0 0 1496 201 0 0 20 0 15 0 93441725 10914865152 2080968 33554432000 4194304 4196468 140721540956944 140199143095056 140199192966643 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25655] ppid=25646 vsize=10659048 memory=4128 CPUtime=16.91 cores=1,3,5,7
/proc/25649/task/25655/stat : 25655 (java) R 25646 25649 23247 0 -1 4202560 85937 0 0 0 1477 214 0 0 20 0 15 0 93441725 10914865152 2080968 33554432000 4194304 4196468 140721540956944 140198811658960 140199201137383 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25656] ppid=25646 vsize=10659048 memory=31044 CPUtime=0.78 cores=1,3,5,7
/proc/25649/task/25656/stat : 25656 (java) S 25646 25649 23247 0 -1 1077944384 10875 0 0 0 77 1 0 0 20 0 15 0 93441726 10914865152 2080968 33554432000 4194304 4196468 140721540956944 140198700389184 140199208519381 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25657] ppid=25646 vsize=10659048 memory=804 CPUtime=0 cores=1,3,5,7
/proc/25649/task/25657/stat : 25657 (java) S 25646 25649 23247 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 93441727 10914865152 2080968 33554432000 4194304 4196468 140721540956944 140198699336928 140199208519381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25658] ppid=25646 vsize=10659048 memory=8310312 CPUtime=0 cores=1,3,5,7
/proc/25649/task/25658/stat : 25658 (java) S 25646 25649 23247 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 93441727 10914865152 2080968 33554432000 4194304 4196468 140721540956944 140198698283760 140199208519381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25659] ppid=25646 vsize=10659048 memory=8310312 CPUtime=0 cores=1,3,5,7
/proc/25649/task/25659/stat : 25659 (java) S 25646 25649 23247 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93441729 10914865152 2080968 33554432000 4194304 4196468 140721540956944 140198697232336 140199208527771 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25660] ppid=25646 vsize=10659048 memory=6944656626178237591 CPUtime=2.6 cores=1,3,5,7
/proc/25649/task/25660/stat : 25660 (java) S 25646 25649 23247 0 -1 1077944384 7123 0 0 0 259 1 0 0 20 0 15 0 93441729 10914865152 2080968 33554432000 4194304 4196468 140721540956944 140198696180464 140199208520322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25661] ppid=25646 vsize=10659048 memory=1339 CPUtime=2.39 cores=1,3,5,7
/proc/25649/task/25661/stat : 25661 (java) S 25646 25649 23247 0 -1 1077944384 8805 0 0 0 237 2 0 0 20 0 15 0 93441729 10914865152 2080968 33554432000 4194304 4196468 140721540956944 140198695127920 140199208520322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25662] ppid=25646 vsize=10659048 memory=482 CPUtime=0.45 cores=1,3,5,7
/proc/25649/task/25662/stat : 25662 (java) S 25646 25649 23247 0 -1 1077944384 2695 0 0 0 44 1 0 0 20 0 15 0 93441729 10914865152 2080968 33554432000 4194304 4196468 140721540956944 140198694074864 140199208520322 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25663] ppid=25646 vsize=10659048 memory=151 CPUtime=0 cores=1,3,5,7
/proc/25649/task/25663/stat : 25663 (java) S 25646 25649 23247 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93441729 10914865152 2080968 33554432000 4194304 4196468 140721540956944 140198693022560 140199208519381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25664] ppid=25646 vsize=10659048 memory=45 CPUtime=0.01 cores=1,3,5,7
/proc/25649/task/25664/stat : 25664 (java) S 25646 25649 23247 0 -1 1077944384 161 0 0 0 1 0 0 0 20 0 15 0 93441730 10914865152 2080968 33554432000 4194304 4196468 140721540956944 140198691969584 140199208520322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
Current children cumulated CPU time: 81.59 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 8323872 KiB

[startup+26.2032 s]
# the end of solver process 25649 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=75.267 s, system=8.5542 s

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

[startup+25.6013 s]
/proc/loadavg: 2.76 2.20 2.04 6/216 25672
/proc/meminfo: memFree=11600460/32770624 swapFree=67108860/67108860
[pid=25649] ppid=25646 vsize=10659048 memory=8323892 CPUtime=81.89 cores=1,3,5,7
/proc/25649/stat : 25649 (java) S 25646 25649 23247 0 -1 1077944320 230444 0 0 0 7340 849 0 0 20 0 15 0 93441724 10914865152 2080973 33554432000 4194304 4196468 140721540956944 140721540939488 140199208509175 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
/proc/25649/statm: 2664762 2080973 3172 1 0 2627263 0
[pid=25649/tid=25651] ppid=25646 vsize=10659048 memory=1 CPUtime=7.38 cores=1,3,5,7
/proc/25649/task/25651/stat : 25651 (java) S 25646 25649 23247 0 -1 1077944384 10441 0 0 0 726 12 0 0 20 0 15 0 93441724 10914865152 2080973 33554432000 4194304 4196468 140721540956944 140199212747792 140199208519381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25652] ppid=25646 vsize=10659048 memory=78 CPUtime=17.05 cores=1,3,5,7
/proc/25649/task/25652/stat : 25652 (java) R 25646 25649 23247 0 -1 4202560 32620 0 0 0 1497 208 0 0 20 0 15 0 93441725 10914865152 2080973 33554432000 4194304 4196468 140721540956944 140199145200856 140199193459853 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25653] ppid=25646 vsize=10659048 memory=0 CPUtime=17.09 cores=1,3,5,7
/proc/25649/task/25653/stat : 25653 (java) R 25646 25649 23247 0 -1 4202560 52099 0 0 0 1505 204 0 0 20 0 15 0 93441725 10914865152 2080973 33554432000 4194304 4196468 140721540956944 140199144148312 140199190105667 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25654] ppid=25646 vsize=10659048 memory=8323104 CPUtime=17.03 cores=1,3,5,7
/proc/25649/task/25654/stat : 25654 (java) R 25646 25649 23247 0 -1 4202560 18180 0 0 0 1502 201 0 0 20 0 15 0 93441725 10914865152 2080973 33554432000 4194304 4196468 140721540956944 140199143095056 140199190105930 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25655] ppid=25646 vsize=10659048 memory=35332 CPUtime=16.98 cores=1,3,5,7
/proc/25649/task/25655/stat : 25655 (java) R 25646 25649 23247 0 -1 4202560 85937 0 0 0 1484 214 0 0 20 0 15 0 93441725 10914865152 2080973 33554432000 4194304 4196468 140721540956944 140198811659152 140199193206844 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25656] ppid=25646 vsize=10659048 memory=35492 CPUtime=0.81 cores=1,3,5,7
/proc/25649/task/25656/stat : 25656 (java) S 25646 25649 23247 0 -1 1077944384 10971 0 0 0 80 1 0 0 20 0 15 0 93441726 10914865152 2080973 33554432000 4194304 4196468 140721540956944 140198700388976 140199208519381 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25657] ppid=25646 vsize=10659048 memory=280972331404352 CPUtime=0 cores=1,3,5,7
/proc/25649/task/25657/stat : 25657 (java) S 25646 25649 23247 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 93441727 10914865152 2080973 33554432000 4194304 4196468 140721540956944 140198699336928 140199208519381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25658] ppid=25646 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25649/task/25658/stat : 25658 (java) S 25646 25649 23247 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 93441727 10914865152 2080973 33554432000 4194304 4196468 140721540956944 140198698283760 140199208519381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25659] ppid=25646 vsize=10659048 memory=4128 CPUtime=0 cores=1,3,5,7
/proc/25649/task/25659/stat : 25659 (java) S 25646 25649 23247 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93441729 10914865152 2080973 33554432000 4194304 4196468 140721540956944 140198697232336 140199208527771 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25660] ppid=25646 vsize=10659048 memory=27016 CPUtime=2.6 cores=1,3,5,7
/proc/25649/task/25660/stat : 25660 (java) S 25646 25649 23247 0 -1 1077944384 7123 0 0 0 259 1 0 0 20 0 15 0 93441729 10914865152 2080973 33554432000 4194304 4196468 140721540956944 140198696180464 140199208520322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25661] ppid=25646 vsize=10659048 memory=1292 CPUtime=2.39 cores=1,3,5,7
/proc/25649/task/25661/stat : 25661 (java) S 25646 25649 23247 0 -1 1077944384 8805 0 0 0 237 2 0 0 20 0 15 0 93441729 10914865152 2080973 33554432000 4194304 4196468 140721540956944 140198695127920 140199208520322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25662] ppid=25646 vsize=10659048 memory=2416 CPUtime=0.45 cores=1,3,5,7
/proc/25649/task/25662/stat : 25662 (java) S 25646 25649 23247 0 -1 1077944384 2695 0 0 0 44 1 0 0 20 0 15 0 93441729 10914865152 2080973 33554432000 4194304 4196468 140721540956944 140198694074864 140199208520322 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25663] ppid=25646 vsize=10659048 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/25649/task/25663/stat : 25663 (java) S 25646 25649 23247 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93441729 10914865152 2080973 33554432000 4194304 4196468 140721540956944 140198693022560 140199208519381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25664] ppid=25646 vsize=10659048 memory=1704 CPUtime=0.01 cores=1,3,5,7
/proc/25649/task/25664/stat : 25664 (java) S 25646 25649 23247 0 -1 1077944384 161 0 0 0 1 0 0 0 20 0 15 0 93441730 10914865152 2080973 33554432000 4194304 4196468 140721540956944 140198691969584 140199208520322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
Current children cumulated CPU time: 81.89 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 8323892 KiB

[startup+26.0007 s]*
/proc/loadavg: 2.76 2.20 2.04 6/216 25672
/proc/meminfo: memFree=11600320/32770624 swapFree=67108860/67108860
[pid=25649] ppid=25646 vsize=10659048 memory=8323892 CPUtime=83.47 cores=1,3,5,7
/proc/25649/stat : 25649 (java) S 25646 25649 23247 0 -1 1077944320 230477 0 0 0 7498 849 0 0 20 0 15 0 93441724 10914865152 2080973 33554432000 4194304 4196468 140721540956944 140721540939488 140199208509175 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
/proc/25649/statm: 2664762 2080973 3172 1 0 2627263 0
[pid=25649/tid=25651] ppid=25646 vsize=10659048 memory=6791534058613427641 CPUtime=7.38 cores=1,3,5,7
/proc/25649/task/25651/stat : 25651 (java) S 25646 25649 23247 0 -1 1077944384 10441 0 0 0 726 12 0 0 20 0 15 0 93441724 10914865152 2080973 33554432000 4194304 4196468 140721540956944 140199212747792 140199208519381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25652] ppid=25646 vsize=10659048 memory=4126316290023845779 CPUtime=17.44 cores=1,3,5,7
/proc/25649/task/25652/stat : 25652 (java) R 25646 25649 23247 0 -1 4202560 32624 0 0 0 1536 208 0 0 20 0 15 0 93441725 10914865152 2080973 33554432000 4194304 4196468 140721540956944 140199145200464 140199201137383 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25653] ppid=25646 vsize=10659048 memory=6944656575208382560 CPUtime=17.48 cores=1,3,5,7
/proc/25649/task/25653/stat : 25653 (java) R 25646 25649 23247 0 -1 4202560 52116 0 0 0 1544 204 0 0 20 0 15 0 93441725 10914865152 2080973 33554432000 4194304 4196468 140721540956944 140199144148232 140199201137383 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25654] ppid=25646 vsize=10659048 memory=-2672971631320983069 CPUtime=17.44 cores=1,3,5,7
/proc/25649/task/25654/stat : 25654 (java) R 25646 25649 23247 0 -1 4202560 18183 0 0 0 1543 201 0 0 20 0 15 0 93441725 10914865152 2080973 33554432000 4194304 4196468 140721540956944 140199143095056 140199190118937 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25655] ppid=25646 vsize=10659048 memory=-9178176116494409632 CPUtime=17.38 cores=1,3,5,7
/proc/25649/task/25655/stat : 25655 (java) R 25646 25649 23247 0 -1 4202560 85946 0 0 0 1523 215 0 0 20 0 15 0 93441725 10914865152 2080973 33554432000 4194304 4196468 140721540956944 140198811658960 140199201137383 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25656] ppid=25646 vsize=10659048 memory=0 CPUtime=0.82 cores=1,3,5,7
/proc/25649/task/25656/stat : 25656 (java) S 25646 25649 23247 0 -1 1077944384 10971 0 0 0 81 1 0 0 20 0 15 0 93441726 10914865152 2080973 33554432000 4194304 4196468 140721540956944 140198700389200 140199208519381 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25657] ppid=25646 vsize=10659048 memory=4128 CPUtime=0 cores=1,3,5,7
/proc/25649/task/25657/stat : 25657 (java) S 25646 25649 23247 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 93441727 10914865152 2080973 33554432000 4194304 4196468 140721540956944 140198699336928 140199208519381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25658] ppid=25646 vsize=10659048 memory=27016 CPUtime=0 cores=1,3,5,7
/proc/25649/task/25658/stat : 25658 (java) S 25646 25649 23247 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 93441727 10914865152 2080973 33554432000 4194304 4196468 140721540956944 140198698283760 140199208519381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25659] ppid=25646 vsize=10659048 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/25649/task/25659/stat : 25659 (java) S 25646 25649 23247 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93441729 10914865152 2080973 33554432000 4194304 4196468 140721540956944 140198697232336 140199208527771 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25660] ppid=25646 vsize=10659048 memory=2416 CPUtime=2.6 cores=1,3,5,7
/proc/25649/task/25660/stat : 25660 (java) S 25646 25649 23247 0 -1 1077944384 7123 0 0 0 259 1 0 0 20 0 15 0 93441729 10914865152 2080973 33554432000 4194304 4196468 140721540956944 140198696180464 140199208520322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25661] ppid=25646 vsize=10659048 memory=0 CPUtime=2.39 cores=1,3,5,7
/proc/25649/task/25661/stat : 25661 (java) S 25646 25649 23247 0 -1 1077944384 8805 0 0 0 237 2 0 0 20 0 15 0 93441729 10914865152 2080973 33554432000 4194304 4196468 140721540956944 140198695127920 140199208520322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25662] ppid=25646 vsize=10659048 memory=0 CPUtime=0.45 cores=1,3,5,7
/proc/25649/task/25662/stat : 25662 (java) S 25646 25649 23247 0 -1 1077944384 2695 0 0 0 44 1 0 0 20 0 15 0 93441729 10914865152 2080973 33554432000 4194304 4196468 140721540956944 140198694074864 140199208520322 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25663] ppid=25646 vsize=10659048 memory=3184238406241751904 CPUtime=0 cores=1,3,5,7
/proc/25649/task/25663/stat : 25663 (java) S 25646 25649 23247 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93441729 10914865152 2080973 33554432000 4194304 4196468 140721540956944 140198693022560 140199208519381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25664] ppid=25646 vsize=10659048 memory=6656426216303648864 CPUtime=0.01 cores=1,3,5,7
/proc/25649/task/25664/stat : 25664 (java) S 25646 25649 23247 0 -1 1077944384 161 0 0 0 1 0 0 0 20 0 15 0 93441730 10914865152 2080973 33554432000 4194304 4196468 140721540956944 140198691969584 140199208520322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
Current children cumulated CPU time: 83.47 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 8323892 KiB

[startup+26.1104 s]
/proc/loadavg: 2.76 2.20 2.04 6/216 25672
/proc/meminfo: memFree=11600320/32770624 swapFree=67108860/67108860
[pid=25649] ppid=25646 vsize=10659048 memory=8323976 CPUtime=83.72 cores=1,3,5,7
/proc/25649/stat : 25649 (java) S 25646 25649 23247 0 -1 1077944320 230656 0 0 0 7523 849 0 0 20 0 15 0 93441724 10914865152 2080994 33554432000 4194304 4196468 140721540956944 140721540939488 140199208509175 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
/proc/25649/statm: 2664762 2080994 3172 1 0 2627263 0
[pid=25649/tid=25651] ppid=25646 vsize=10659048 memory=8323892 CPUtime=7.38 cores=1,3,5,7
/proc/25649/task/25651/stat : 25651 (java) S 25646 25649 23247 0 -1 1077944384 10476 0 0 0 726 12 0 0 20 0 15 0 93441724 10914865152 2080994 33554432000 4194304 4196468 140721540956944 140199212749056 140199208519381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25652] ppid=25646 vsize=10659048 memory=8310776 CPUtime=17.49 cores=1,3,5,7
/proc/25649/task/25652/stat : 25652 (java) S 25646 25649 23247 0 -1 1077944384 32625 0 0 0 1541 208 0 0 20 0 15 0 93441725 10914865152 2080994 33554432000 4194304 4196468 140721540956944 140199145200656 140199208519381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25653] ppid=25646 vsize=10659048 memory=1200 CPUtime=17.53 cores=1,3,5,7
/proc/25649/task/25653/stat : 25653 (java) S 25646 25649 23247 0 -1 1077944384 52119 0 0 0 1549 204 0 0 20 0 15 0 93441725 10914865152 2080994 33554432000 4194304 4196468 140721540956944 140199144148112 140199208519381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25654] ppid=25646 vsize=10659048 memory=10616 CPUtime=17.49 cores=1,3,5,7
/proc/25649/task/25654/stat : 25654 (java) S 25646 25649 23247 0 -1 1077944384 18184 0 0 0 1548 201 0 0 20 0 15 0 93441725 10914865152 2080994 33554432000 4194304 4196468 140721540956944 140199143095056 140199208519381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25655] ppid=25646 vsize=10659048 memory=31044 CPUtime=17.43 cores=1,3,5,7
/proc/25649/task/25655/stat : 25655 (java) S 25646 25649 23247 0 -1 1077944384 85948 0 0 0 1528 215 0 0 20 0 15 0 93441725 10914865152 2080994 33554432000 4194304 4196468 140721540956944 140198811659152 140199208519381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25656] ppid=25646 vsize=10659048 memory=804 CPUtime=0.86 cores=1,3,5,7
/proc/25649/task/25656/stat : 25656 (java) R 25646 25649 23247 0 -1 4202560 11106 0 0 0 85 1 0 0 20 0 15 0 93441726 10914865152 2080994 33554432000 4194304 4196468 140721540956944 140198700389184 140199186879350 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25657] ppid=25646 vsize=10659048 memory=8323728 CPUtime=0 cores=1,3,5,7
/proc/25649/task/25657/stat : 25657 (java) S 25646 25649 23247 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 93441727 10914865152 2080994 33554432000 4194304 4196468 140721540956944 140198699336928 140199208519381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25658] ppid=25646 vsize=10659048 memory=4128 CPUtime=0 cores=1,3,5,7
/proc/25649/task/25658/stat : 25658 (java) S 25646 25649 23247 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 93441727 10914865152 2080994 33554432000 4194304 4196468 140721540956944 140198698283760 140199208519381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25659] ppid=25646 vsize=10659048 memory=1339 CPUtime=0 cores=1,3,5,7
/proc/25649/task/25659/stat : 25659 (java) S 25646 25649 23247 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93441729 10914865152 2080994 33554432000 4194304 4196468 140721540956944 140198697232336 140199208527771 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25660] ppid=25646 vsize=10659048 memory=482 CPUtime=2.6 cores=1,3,5,7
/proc/25649/task/25660/stat : 25660 (java) S 25646 25649 23247 0 -1 1077944384 7123 0 0 0 259 1 0 0 20 0 15 0 93441729 10914865152 2080994 33554432000 4194304 4196468 140721540956944 140198696180464 140199208520322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25661] ppid=25646 vsize=10659048 memory=151 CPUtime=2.39 cores=1,3,5,7
/proc/25649/task/25661/stat : 25661 (java) S 25646 25649 23247 0 -1 1077944384 8805 0 0 0 237 2 0 0 20 0 15 0 93441729 10914865152 2080994 33554432000 4194304 4196468 140721540956944 140198695127920 140199208520322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25662] ppid=25646 vsize=10659048 memory=8310312 CPUtime=0.45 cores=1,3,5,7
/proc/25649/task/25662/stat : 25662 (java) S 25646 25649 23247 0 -1 1077944384 2697 0 0 0 44 1 0 0 20 0 15 0 93441729 10914865152 2080994 33554432000 4194304 4196468 140721540956944 140198694074864 140199208520322 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25663] ppid=25646 vsize=10659048 memory=8310312 CPUtime=0 cores=1,3,5,7
/proc/25649/task/25663/stat : 25663 (java) S 25646 25649 23247 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93441729 10914865152 2080994 33554432000 4194304 4196468 140721540956944 140198693022560 140199208519381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
[pid=25649/tid=25664] ppid=25646 vsize=10659048 memory=6944656626178237591 CPUtime=0.01 cores=1,3,5,7
/proc/25649/task/25664/stat : 25664 (java) S 25646 25649 23247 0 -1 1077944384 161 0 0 0 1 0 0 0 20 0 15 0 93441730 10914865152 2080994 33554432000 4194304 4196468 140721540956944 140198691969584 140199208520322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26669056 140721540961453 140721540961545 140721540961545 140721540964303 0
Current children cumulated CPU time: 83.72 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 8323976 KiB

Child status: 1
Real time (s): 26.2032
CPU time (s): 83.8212
CPU user time (s): 75.267
CPU system time (s): 8.5542
CPU usage (%): 319.889
Max. virtual memory (cumulated for all children) (KiB): 10659048
Max. memory (cumulated for all children) (KiB): 8323976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 75.267
system time used= 8.5542
maximum resident set size= 8323976
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 230733
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= 9025
involuntary context switches= 739


# summary of solver processes directly reported to runsolver:
#   pid: 25649
#   total CPU time (s): 83.8212
#   total CPU user time (s): 75.267
#   total CPU system time (s): 8.5542

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.199559 second user time and 0.297299 second system time

The end

Launcher Data

Begin job on node139 at 2018-07-28 08:19:46
IDJOB=4298401
IDBENCH=141134
IDSOLVER=2763
FILE ID=node139/4298401-1532758785
RUNJOBID= node139-1532739282-23279
PBS_JOBID= 21022439
Free space on /tmp= 38684 MiB

SOLVER NAME= MiniCPFever 2018-04-29
BENCH NAME= XCSP18/GraphColoring/GraphColoring-qg-order100_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298401-1532758785/watcher-4298401-1532758785 -o /tmp/evaluation-result-4298401-1532758785/solver-4298401-1532758785 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532739282-23279 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4298401-1532758785.xml

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

MD5SUM BENCH= d2763c38ef24fdf1196893d726f1931a
RANDOM SEED=1285690774

node139.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.80
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.80
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.80
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.80
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:        19932476 kB
MemAvailable:   27973068 kB
Buffers:          232232 kB
Cached:          7936884 kB
SwapCached:            0 kB
Active:          7054032 kB
Inactive:        5119560 kB
Active(anon):    3958512 kB
Inactive(anon):    73576 kB
Active(file):    3095520 kB
Inactive(file):  5045984 kB
Unevictable:        7312 kB
Mlocked:            7312 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             36648 kB
Writeback:             0 kB
AnonPages:       4011340 kB
Mapped:            54624 kB
Shmem:             25228 kB
Slab:             354980 kB
SReclaimable:     327548 kB
SUnreclaim:        27432 kB
KernelStack:        3552 kB
PageTables:        13252 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4974668 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3897344 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 38680 MiB
End job on node139 at 2018-07-28 08:20:12