Trace number 4298426

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? 63.2918 19.4989

General information on the benchmark

NameGraphColoring/
GraphColoring-qg-order60_c18.xml
MD5SUM2b7bed68bca9665ed3be29de24764d77
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark59
Best CPU time to get the best result obtained on this benchmark2519.41
Satisfiable
(Un)Satisfiability was proved
Number of variables3600
Number of constraints212400
Number of domains1
Minimum domain size3600
Maximum domain size3600
Distribution of domain sizes[{"size":3600,"count":3600}]
Minimum variable degree119
Maximum variable degree119
Distribution of variable degrees[{"degree":119,"count":3600}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":212400}]
Number of extensional constraints0
Number of intensional constraints212400
Distribution of constraint types[{"type":"intension","count":212400}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298426-1532758424/watcher-4298426-1532758424 -o /tmp/evaluation-result-4298426-1532758424/solver-4298426-1532758424 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532740019-20128 --watchdog 2580 java -jar HOME/dodo_solver.jar HOME/instance-4298426-1532758424.xml --timelimit 2520 

running on 4 cores: 0,2,4,6

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

solver pid=22464, runsolver pid=22461

[startup+0.100135 s]*
/proc/loadavg: 1.39 1.39 1.41 4/216 22479
/proc/meminfo: memFree=21978252/32770624 swapFree=67108796/67108860
[pid=22464] ppid=22461 vsize=10658972 memory=27560 CPUtime=0.12 cores=0,2,4,6
/proc/22464/stat : 22464 (java) S 22461 22464 25017 0 -1 1077944320 5239 0 0 0 11 1 0 0 20 0 15 0 93405546 10914787328 6890 33554432000 4194304 4196468 140727155433504 140727155416048 140172387606263 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
/proc/22464/statm: 2664743 6890 2858 1 0 2627263 0
[pid=22464/tid=22466] ppid=22461 vsize=10658972 memory=8326441112148417179 CPUtime=0.09 cores=0,2,4,6
/proc/22464/task/22466/stat : 22466 (java) R 22461 22464 25017 0 -1 4202560 3106 0 0 0 8 1 0 0 20 0 15 0 93405547 10914787328 6890 33554432000 4194304 4196468 140727155433504 140172391828128 140171979988541 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22467] ppid=22461 vsize=10658972 memory=-9181546050914066336 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22467/stat : 22467 (java) S 22461 22464 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93405547 10914787328 6890 33554432000 4194304 4196468 140727155433504 140172313681040 140172387616469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22468] ppid=22461 vsize=10658972 memory=140719658030720 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22468/stat : 22468 (java) S 22461 22464 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93405547 10914787328 6890 33554432000 4194304 4196468 140727155433504 140172312628240 140172387616469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22469] ppid=22461 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22469/stat : 22469 (java) S 22461 22464 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93405547 10914787328 6890 33554432000 4194304 4196468 140727155433504 140172311575440 140172387616469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22470] ppid=22461 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22470/stat : 22470 (java) S 22461 22464 25017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93405547 10914787328 6890 33554432000 4194304 4196468 140727155433504 140172310522640 140172387616469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22471] ppid=22461 vsize=10658972 memory=140719658030720 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22471/stat : 22471 (java) S 22461 22464 25017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93405549 10914787328 6890 33554432000 4194304 4196468 140727155433504 140171879053680 140172387617410 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22472] ppid=22461 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22472/stat : 22472 (java) S 22461 22464 25017 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 93405549 10914787328 6890 33554432000 4194304 4196468 140727155433504 140171877999648 140172387616469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22473] ppid=22461 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22473/stat : 22473 (java) S 22461 22464 25017 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 93405549 10914787328 6890 33554432000 4194304 4196468 140727155433504 140171876946800 140172387616469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22474] ppid=22461 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22474/stat : 22474 (java) S 22461 22464 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93405552 10914787328 6890 33554432000 4194304 4196468 140727155433504 140171875895120 140172387624859 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22475] ppid=22461 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22475/stat : 22475 (java) R 22461 22464 25017 0 -1 4202560 326 0 0 0 0 0 0 0 20 0 15 0 93405552 10914787328 6890 33554432000 4194304 4196468 140727155433504 140171874843600 140172373272416 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22476] ppid=22461 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22476/stat : 22476 (java) R 22461 22464 25017 0 -1 1077944384 133 0 0 0 0 0 0 0 20 0 15 0 93405552 10914787328 6890 33554432000 4194304 4196468 140727155433504 140171873790704 140172387617410 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22477] ppid=22461 vsize=10658972 memory=140719658030720 CPUtime=0.02 cores=0,2,4,6
/proc/22464/task/22477/stat : 22477 (java) R 22461 22464 25017 0 -1 4202560 334 0 0 0 2 0 0 0 20 0 15 0 93405552 10914787328 6956 33554432000 4194304 4196468 140727155433504 140171872735440 140172387618198 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22478] ppid=22461 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22478/stat : 22478 (java) S 22461 22464 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93405552 10914787328 6956 33554432000 4194304 4196468 140727155433504 140171871685344 140172387616469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22479] ppid=22461 vsize=10658972 memory=140719658030720 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22479/stat : 22479 (java) R 22461 22464 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93405552 10914787328 6956 33554432000 4194304 4196468 140727155433504 140171870632624 140172387617410 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 27560 KiB

[startup+0.210611 s]*
/proc/loadavg: 1.39 1.39 1.41 4/216 22479
/proc/meminfo: memFree=21965720/32770624 swapFree=67108796/67108860
[pid=22464] ppid=22461 vsize=10661056 memory=40192 CPUtime=0.35 cores=0,2,4,6
/proc/22464/stat : 22464 (java) S 22461 22464 25017 0 -1 1077944320 8178 0 0 0 32 3 0 0 20 0 15 0 93405546 10916921344 10048 33554432000 4194304 4196468 140727155433504 140727155416048 140172387606263 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
/proc/22464/statm: 2665264 10048 2981 1 0 2627263 0
[pid=22464/tid=22466] ppid=22461 vsize=10661056 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/22464/task/22466/stat : 22466 (java) R 22461 22464 25017 0 -1 4202560 5108 0 0 0 18 2 0 0 20 0 15 0 93405547 10916921344 10048 33554432000 4194304 4196468 140727155433504 140172391845744 140171978880385 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22467] ppid=22461 vsize=10661056 memory=345 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22467/stat : 22467 (java) S 22461 22464 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93405547 10916921344 10048 33554432000 4194304 4196468 140727155433504 140172313681040 140172387616469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22468] ppid=22461 vsize=10661056 memory=140719658608183 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22468/stat : 22468 (java) S 22461 22464 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93405547 10916921344 10048 33554432000 4194304 4196468 140727155433504 140172312628240 140172387616469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22469] ppid=22461 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22469/stat : 22469 (java) S 22461 22464 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93405547 10916921344 10048 33554432000 4194304 4196468 140727155433504 140172311575440 140172387616469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22470] ppid=22461 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22470/stat : 22470 (java) S 22461 22464 25017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93405547 10916921344 10048 33554432000 4194304 4196468 140727155433504 140172310522640 140172387616469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22471] ppid=22461 vsize=10661056 memory=140719658030720 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22471/stat : 22471 (java) S 22461 22464 25017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93405549 10916921344 10048 33554432000 4194304 4196468 140727155433504 140171879053680 140172387617410 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22472] ppid=22461 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22472/stat : 22472 (java) S 22461 22464 25017 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 93405549 10916921344 10048 33554432000 4194304 4196468 140727155433504 140171877999648 140172387616469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22473] ppid=22461 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22473/stat : 22473 (java) S 22461 22464 25017 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 93405549 10916921344 10048 33554432000 4194304 4196468 140727155433504 140171876946800 140172387616469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22474] ppid=22461 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22474/stat : 22474 (java) S 22461 22464 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93405552 10916921344 10048 33554432000 4194304 4196468 140727155433504 140171875895120 140172387624859 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22475] ppid=22461 vsize=10661056 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/22464/task/22475/stat : 22475 (java) R 22461 22464 25017 0 -1 1077944384 378 0 0 0 1 0 0 0 20 0 15 0 93405552 10916921344 10048 33554432000 4194304 4196468 140727155433504 140171874843504 140172387617410 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22476] ppid=22461 vsize=10661056 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/22464/task/22476/stat : 22476 (java) R 22461 22464 25017 0 -1 4202560 543 0 0 0 2 0 0 0 20 0 15 0 93405552 10916921344 10048 33554432000 4194304 4196468 140727155433504 140171873790704 140172366858161 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22477] ppid=22461 vsize=10661056 memory=140719658030720 CPUtime=0.08 cores=0,2,4,6
/proc/22464/task/22477/stat : 22477 (java) R 22461 22464 25017 0 -1 4202560 784 0 0 0 8 0 0 0 20 0 15 0 93405552 10916921344 10048 33554432000 4194304 4196468 140727155433504 140171872737088 140172379843390 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22478] ppid=22461 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22478/stat : 22478 (java) S 22461 22464 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93405552 10916921344 10048 33554432000 4194304 4196468 140727155433504 140171871685344 140172387616469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22479] ppid=22461 vsize=10661056 memory=140719658030720 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22479/stat : 22479 (java) S 22461 22464 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93405552 10916921344 10048 33554432000 4194304 4196468 140727155433504 140171870632624 140172387617410 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 40192 KiB

[startup+0.310454 s]*
/proc/loadavg: 1.39 1.39 1.41 5/216 22479
/proc/meminfo: memFree=21951724/32770624 swapFree=67108796/67108860
[pid=22464] ppid=22461 vsize=10661056 memory=57560 CPUtime=0.67 cores=0,2,4,6
/proc/22464/stat : 22464 (java) S 22461 22464 25017 0 -1 1077944320 9922 0 0 0 64 3 0 0 20 0 15 0 93405546 10916921344 14390 33554432000 4194304 4196468 140727155433504 140727155416048 140172387606263 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
/proc/22464/statm: 2665264 14390 3052 1 0 2627263 0
[pid=22464/tid=22466] ppid=22461 vsize=10661056 memory=53476 CPUtime=0.3 cores=0,2,4,6
/proc/22464/task/22466/stat : 22466 (java) R 22461 22464 25017 0 -1 4202560 5126 0 0 0 28 2 0 0 20 0 15 0 93405547 10916921344 14390 33554432000 4194304 4196468 140727155433504 140172391841888 140171979054112 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22467] ppid=22461 vsize=10661056 memory=35 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22467/stat : 22467 (java) S 22461 22464 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93405547 10916921344 14390 33554432000 4194304 4196468 140727155433504 140172313681040 140172387616469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22468] ppid=22461 vsize=10661056 memory=140719658088736 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22468/stat : 22468 (java) S 22461 22464 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93405547 10916921344 14390 33554432000 4194304 4196468 140727155433504 140172312628240 140172387616469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22469] ppid=22461 vsize=10661056 memory=60388 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22469/stat : 22469 (java) S 22461 22464 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93405547 10916921344 14390 33554432000 4194304 4196468 140727155433504 140172311575440 140172387616469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22470] ppid=22461 vsize=10661056 memory=35 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22470/stat : 22470 (java) S 22461 22464 25017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93405547 10916921344 14390 33554432000 4194304 4196468 140727155433504 140172310522640 140172387616469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22471] ppid=22461 vsize=10661056 memory=140719658095648 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22471/stat : 22471 (java) S 22461 22464 25017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93405549 10916921344 14390 33554432000 4194304 4196468 140727155433504 140171879053680 140172387617410 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22472] ppid=22461 vsize=10661056 memory=35 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22472/stat : 22472 (java) S 22461 22464 25017 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 93405549 10916921344 14390 33554432000 4194304 4196468 140727155433504 140171877999648 140172387616469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22473] ppid=22461 vsize=10661056 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22473/stat : 22473 (java) S 22461 22464 25017 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 93405549 10916921344 14390 33554432000 4194304 4196468 140727155433504 140171876946800 140172387616469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22474] ppid=22461 vsize=10661056 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22474/stat : 22474 (java) S 22461 22464 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93405552 10916921344 14390 33554432000 4194304 4196468 140727155433504 140171875895120 140172387624859 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22475] ppid=22461 vsize=10661056 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/22464/task/22475/stat : 22475 (java) R 22461 22464 25017 0 -1 4202560 1157 0 0 0 11 0 0 0 20 0 15 0 93405552 10916921344 14390 33554432000 4194304 4196468 140727155433504 140171874829264 140172372732657 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22476] ppid=22461 vsize=10661056 memory=140719503298063 CPUtime=0.12 cores=0,2,4,6
/proc/22464/task/22476/stat : 22476 (java) R 22461 22464 25017 0 -1 4202560 1152 0 0 0 12 0 0 0 20 0 15 0 93405552 10916921344 14390 33554432000 4194304 4196468 140727155433504 140171873776728 140172372729836 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22477] ppid=22461 vsize=10661056 memory=140719658053050 CPUtime=0.12 cores=0,2,4,6
/proc/22464/task/22477/stat : 22477 (java) R 22461 22464 25017 0 -1 1077944384 1120 0 0 0 12 0 0 0 20 0 15 0 93405552 10916921344 14390 33554432000 4194304 4196468 140727155433504 140171872737904 140172387617410 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22478] ppid=22461 vsize=10661056 memory=140719503302607 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22478/stat : 22478 (java) S 22461 22464 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93405552 10916921344 14390 33554432000 4194304 4196468 140727155433504 140171871685344 140172387616469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22479] ppid=22461 vsize=10661056 memory=281439161350080 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22479/stat : 22479 (java) S 22461 22464 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93405552 10916921344 14390 33554432000 4194304 4196468 140727155433504 140171870632624 140172387617410 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 57560 KiB

[startup+0.700902 s]
/proc/loadavg: 1.39 1.39 1.41 3/216 22479
/proc/meminfo: memFree=21885820/32770624 swapFree=67108796/67108860
[pid=22464] ppid=22461 vsize=10661132 memory=156700 CPUtime=1.63 cores=0,2,4,6
/proc/22464/stat : 22464 (java) S 22461 22464 25017 0 -1 1077944320 11148 0 0 0 158 5 0 0 20 0 15 0 93405546 10916999168 39175 33554432000 4194304 4196468 140727155433504 140727155416048 140172387606263 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
/proc/22464/statm: 2665283 39175 3091 1 0 2627263 0
[pid=22464/tid=22466] ppid=22461 vsize=10661132 memory=2372 CPUtime=0.68 cores=0,2,4,6
/proc/22464/task/22466/stat : 22466 (java) R 22461 22464 25017 0 -1 4202560 5497 0 0 0 64 4 0 0 20 0 15 0 93405547 10916999168 39175 33554432000 4194304 4196468 140727155433504 140172391840320 140171981712641 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22467] ppid=22461 vsize=10661132 memory=6872598998417432672 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22467/stat : 22467 (java) S 22461 22464 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93405547 10916999168 39175 33554432000 4194304 4196468 140727155433504 140172313681040 140172387616469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22468] ppid=22461 vsize=10661132 memory=7024 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22468/stat : 22468 (java) S 22461 22464 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93405547 10916999168 39175 33554432000 4194304 4196468 140727155433504 140172312628240 140172387616469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22469] ppid=22461 vsize=10661132 memory=15044 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22469/stat : 22469 (java) S 22461 22464 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93405547 10916999168 39175 33554432000 4194304 4196468 140727155433504 140172311575440 140172387616469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22470] ppid=22461 vsize=10661132 memory=20336 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22470/stat : 22470 (java) S 22461 22464 25017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93405547 10916999168 39175 33554432000 4194304 4196468 140727155433504 140172310522640 140172387616469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22471] ppid=22461 vsize=10661132 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22471/stat : 22471 (java) S 22461 22464 25017 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 93405549 10916999168 39175 33554432000 4194304 4196468 140727155433504 140171879053680 140172387617410 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22472] ppid=22461 vsize=10661132 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22472/stat : 22472 (java) S 22461 22464 25017 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 93405549 10916999168 39175 33554432000 4194304 4196468 140727155433504 140171877999648 140172387616469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22473] ppid=22461 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22473/stat : 22473 (java) S 22461 22464 25017 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 93405549 10916999168 39175 33554432000 4194304 4196468 140727155433504 140171876946800 140172387616469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22474] ppid=22461 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22474/stat : 22474 (java) S 22461 22464 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93405552 10916999168 39175 33554432000 4194304 4196468 140727155433504 140171875895120 140172387624859 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22475] ppid=22461 vsize=10661132 memory=0 CPUtime=0.33 cores=0,2,4,6
/proc/22464/task/22475/stat : 22475 (java) R 22461 22464 25017 0 -1 4202560 1234 0 0 0 33 0 0 0 20 0 15 0 93405552 10916999168 39175 33554432000 4194304 4196468 140727155433504 140171874828368 140172366795712 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22476] ppid=22461 vsize=10661132 memory=0 CPUtime=0.35 cores=0,2,4,6
/proc/22464/task/22476/stat : 22476 (java) R 22461 22464 25017 0 -1 4202560 1667 0 0 0 35 0 0 0 20 0 15 0 93405552 10916999168 39175 33554432000 4194304 4196468 140727155433504 140171873779936 140172371512407 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22477] ppid=22461 vsize=10661132 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/22464/task/22477/stat : 22477 (java) S 22461 22464 25017 0 -1 1077944384 1380 0 0 0 24 0 0 0 20 0 15 0 93405552 10916999168 39175 33554432000 4194304 4196468 140727155433504 140171872737904 140172387617410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22478] ppid=22461 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22478/stat : 22478 (java) S 22461 22464 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93405552 10916999168 39175 33554432000 4194304 4196468 140727155433504 140171871685344 140172387616469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22479] ppid=22461 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22479/stat : 22479 (java) S 22461 22464 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93405552 10916999168 39175 33554432000 4194304 4196468 140727155433504 140171870632624 140172387617410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
Current children cumulated CPU time: 1.63 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 156700 KiB

[startup+1.50085 s]
/proc/loadavg: 1.39 1.39 1.41 5/216 22479
/proc/meminfo: memFree=21734772/32770624 swapFree=67108796/67108860
[pid=22464] ppid=22461 vsize=10661132 memory=444228 CPUtime=4.14 cores=0,2,4,6
/proc/22464/stat : 22464 (java) S 22461 22464 25017 0 -1 1077944320 16430 0 0 0 396 18 0 0 20 0 15 0 93405546 10916999168 111057 33554432000 4194304 4196468 140727155433504 140727155416048 140172387606263 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
/proc/22464/statm: 2665283 111057 3137 1 0 2627263 0
[pid=22464/tid=22466] ppid=22461 vsize=10661132 memory=3545800974853821802 CPUtime=1.35 cores=0,2,4,6
/proc/22464/task/22466/stat : 22466 (java) R 22461 22464 25017 0 -1 4202560 5579 0 0 0 130 5 0 0 20 0 15 0 93405547 10916999168 111057 33554432000 4194304 4196468 140727155433504 140172391844336 140171981265058 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22467] ppid=22461 vsize=10661132 memory=270872 CPUtime=0.11 cores=0,2,4,6
/proc/22464/task/22467/stat : 22467 (java) S 22461 22464 25017 0 -1 1077944384 96 0 0 0 8 3 0 0 20 0 15 0 93405547 10916999168 111057 33554432000 4194304 4196468 140727155433504 140172313681040 140172387616469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22468] ppid=22461 vsize=10661132 memory=2241 CPUtime=0.08 cores=0,2,4,6
/proc/22464/task/22468/stat : 22468 (java) S 22461 22464 25017 0 -1 1077944384 125 0 0 0 6 2 0 0 20 0 15 0 93405547 10916999168 111057 33554432000 4194304 4196468 140727155433504 140172312628240 140172387616469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22469] ppid=22461 vsize=10661132 memory=7024 CPUtime=0.09 cores=0,2,4,6
/proc/22464/task/22469/stat : 22469 (java) S 22461 22464 25017 0 -1 1077944384 147 0 0 0 7 2 0 0 20 0 15 0 93405547 10916999168 111057 33554432000 4194304 4196468 140727155433504 140172311575440 140172387616469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22470] ppid=22461 vsize=10661132 memory=15044 CPUtime=0.09 cores=0,2,4,6
/proc/22464/task/22470/stat : 22470 (java) S 22461 22464 25017 0 -1 1077944384 174 0 0 0 7 2 0 0 20 0 15 0 93405547 10916999168 111057 33554432000 4194304 4196468 140727155433504 140172310522640 140172387616469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22471] ppid=22461 vsize=10661132 memory=20336 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22471/stat : 22471 (java) S 22461 22464 25017 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 93405549 10916999168 111057 33554432000 4194304 4196468 140727155433504 140171879053680 140172387617410 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0

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

[pid=22464/tid=22478] ppid=22461 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22478/stat : 22478 (java) S 22461 22464 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93405552 10916999168 2082833 33554432000 4194304 4196468 140727155433504 140171871685344 140172387616469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22479] ppid=22461 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22479/stat : 22479 (java) S 22461 22464 25017 0 -1 1077944384 147 0 0 0 0 0 0 0 20 0 15 0 93405552 10916999168 2082833 33554432000 4194304 4196468 140727155433504 140171870632624 140172387617410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 10 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
Current children cumulated CPU time: 51.02 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8331332 KiB

[startup+17.6008 s]
/proc/loadavg: 1.68 1.46 1.43 6/216 22479
/proc/meminfo: memFree=13656936/32770624 swapFree=67108796/67108860
[pid=22464] ppid=22461 vsize=10661132 memory=8332388 CPUtime=56.72 cores=0,2,4,6
/proc/22464/stat : 22464 (java) S 22461 22464 25017 0 -1 1077944320 237649 0 0 0 4840 832 0 0 20 0 15 0 93405546 10916999168 2083097 33554432000 4194304 4196468 140727155433504 140727155416048 140172387606263 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
/proc/22464/statm: 2665283 2083097 3179 1 0 2627263 0
[pid=22464/tid=22466] ppid=22461 vsize=10661132 memory=1800 CPUtime=5.85 cores=0,2,4,6
/proc/22464/task/22466/stat : 22466 (java) S 22461 22464 25017 0 -1 1077944384 10080 0 0 0 572 13 0 0 20 0 15 0 93405547 10916999168 2083097 33554432000 4194304 4196468 140727155433504 140172391844880 140172387616469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22467] ppid=22461 vsize=10661132 memory=7024 CPUtime=10.89 cores=0,2,4,6
/proc/22464/task/22467/stat : 22467 (java) R 22461 22464 25017 0 -1 4202560 65132 0 0 0 878 211 0 0 20 0 15 0 93405547 10916999168 2083097 33554432000 4194304 4196468 140727155433504 140172313681160 140172380234471 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22468] ppid=22461 vsize=10661132 memory=6791534058613427641 CPUtime=10.99 cores=0,2,4,6
/proc/22464/task/22468/stat : 22468 (java) R 22461 22464 25017 0 -1 4202560 35744 0 0 0 907 192 0 0 20 0 15 0 93405547 10916999168 2083097 33554432000 4194304 4196468 140727155433504 140172312628048 140172380234471 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22469] ppid=22461 vsize=10661132 memory=877 CPUtime=10.83 cores=0,2,4,6
/proc/22464/task/22469/stat : 22469 (java) R 22461 22464 25017 0 -1 4202560 24786 0 0 0 879 204 0 0 20 0 15 0 93405547 10916999168 2083097 33554432000 4194304 4196468 140727155433504 140172311575248 140172380234471 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22470] ppid=22461 vsize=10661132 memory=884 CPUtime=10.93 cores=0,2,4,6
/proc/22464/task/22470/stat : 22470 (java) R 22461 22464 25017 0 -1 4202560 61418 0 0 0 890 203 0 0 20 0 15 0 93405547 10916999168 2083097 33554432000 4194304 4196468 140727155433504 140172310522528 140172380709282 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22471] ppid=22461 vsize=10661132 memory=27 CPUtime=0.57 cores=0,2,4,6
/proc/22464/task/22471/stat : 22471 (java) S 22461 22464 25017 0 -1 1077944384 17322 0 0 0 56 1 0 0 20 0 15 0 93405549 10916999168 2083097 33554432000 4194304 4196468 140727155433504 140171879052240 140172387616469 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22472] ppid=22461 vsize=10661132 memory=7941456 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22472/stat : 22472 (java) S 22461 22464 25017 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 93405549 10916999168 2083097 33554432000 4194304 4196468 140727155433504 140171877999712 140172387616469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22473] ppid=22461 vsize=10661132 memory=3708 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22473/stat : 22473 (java) S 22461 22464 25017 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 93405549 10916999168 2083097 33554432000 4194304 4196468 140727155433504 140171876946800 140172387616469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22474] ppid=22461 vsize=10661132 memory=8036796 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22474/stat : 22474 (java) S 22461 22464 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93405552 10916999168 2083097 33554432000 4194304 4196468 140727155433504 140171875895120 140172387624859 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22475] ppid=22461 vsize=10661132 memory=8331664 CPUtime=3.27 cores=0,2,4,6
/proc/22464/task/22475/stat : 22475 (java) S 22461 22464 25017 0 -1 1077944384 10286 0 0 0 326 1 0 0 20 0 15 0 93405552 10916999168 2083097 33554432000 4194304 4196468 140727155433504 140171874843264 140172387616469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22476] ppid=22461 vsize=10661132 memory=8331332 CPUtime=2.86 cores=0,2,4,6
/proc/22464/task/22476/stat : 22476 (java) S 22461 22464 25017 0 -1 1077944384 9574 0 0 0 285 1 0 0 20 0 15 0 93405552 10916999168 2083097 33554432000 4194304 4196468 140727155433504 140171873790704 140172387617410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22477] ppid=22461 vsize=10661132 memory=2088 CPUtime=0.44 cores=0,2,4,6
/proc/22464/task/22477/stat : 22477 (java) S 22461 22464 25017 0 -1 1077944384 1801 0 0 0 44 0 0 0 20 0 15 0 93405552 10916999168 2083097 33554432000 4194304 4196468 140727155433504 140171872737904 140172387617410 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22478] ppid=22461 vsize=10661132 memory=1040 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22478/stat : 22478 (java) S 22461 22464 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93405552 10916999168 2083097 33554432000 4194304 4196468 140727155433504 140171871685344 140172387616469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22479] ppid=22461 vsize=10661132 memory=1628 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22479/stat : 22479 (java) S 22461 22464 25017 0 -1 1077944384 147 0 0 0 0 0 0 0 20 0 15 0 93405552 10916999168 2083097 33554432000 4194304 4196468 140727155433504 140171870632624 140172387617410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 10 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
Current children cumulated CPU time: 56.72 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8332388 KiB

[startup+18.4007 s]
/proc/loadavg: 1.68 1.46 1.43 6/216 22479
/proc/meminfo: memFree=13656316/32770624 swapFree=67108796/67108860
[pid=22464] ppid=22461 vsize=10661132 memory=8332388 CPUtime=59.82 cores=0,2,4,6
/proc/22464/stat : 22464 (java) S 22461 22464 25017 0 -1 1077944320 251830 0 0 0 5148 834 0 0 20 0 15 0 93405546 10916999168 2083097 33554432000 4194304 4196468 140727155433504 140727155416048 140172387606263 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
/proc/22464/statm: 2665283 2083097 3179 1 0 2627263 0
[pid=22464/tid=22466] ppid=22461 vsize=10661132 memory=2660 CPUtime=5.85 cores=0,2,4,6
/proc/22464/task/22466/stat : 22466 (java) S 22461 22464 25017 0 -1 1077944384 10080 0 0 0 572 13 0 0 20 0 15 0 93405547 10916999168 2083097 33554432000 4194304 4196468 140727155433504 140172391844880 140172387616469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22467] ppid=22461 vsize=10661132 memory=8037332 CPUtime=11.64 cores=0,2,4,6
/proc/22464/task/22467/stat : 22467 (java) R 22461 22464 25017 0 -1 4202560 65132 0 0 0 953 211 0 0 20 0 15 0 93405547 10916999168 2083097 33554432000 4194304 4196468 140727155433504 140172313681160 140172380234471 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22468] ppid=22461 vsize=10661132 memory=1796 CPUtime=11.76 cores=0,2,4,6
/proc/22464/task/22468/stat : 22468 (java) S 22461 22464 25017 0 -1 1077944384 35744 0 0 0 984 192 0 0 20 0 15 0 93405547 10916999168 2083097 33554432000 4194304 4196468 140727155433504 140172312628048 140172387617410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22469] ppid=22461 vsize=10661132 memory=6791534058613427641 CPUtime=11.61 cores=0,2,4,6
/proc/22464/task/22469/stat : 22469 (java) R 22461 22464 25017 0 -1 4202560 24786 0 0 0 956 205 0 0 20 0 15 0 93405547 10916999168 2083097 33554432000 4194304 4196468 140727155433504 140172311575248 140172380234471 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22470] ppid=22461 vsize=10661132 memory=1120 CPUtime=11.73 cores=0,2,4,6
/proc/22464/task/22470/stat : 22470 (java) R 22461 22464 25017 0 -1 4202560 75599 0 0 0 969 204 0 0 20 0 15 0 93405547 10916999168 2083097 33554432000 4194304 4196468 140727155433504 140172310522528 140172380709249 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22471] ppid=22461 vsize=10661132 memory=792 CPUtime=0.57 cores=0,2,4,6
/proc/22464/task/22471/stat : 22471 (java) S 22461 22464 25017 0 -1 1077944384 17322 0 0 0 56 1 0 0 20 0 15 0 93405549 10916999168 2083097 33554432000 4194304 4196468 140727155433504 140171879052240 140172387616469 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22472] ppid=22461 vsize=10661132 memory=832 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22472/stat : 22472 (java) S 22461 22464 25017 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 93405549 10916999168 2083097 33554432000 4194304 4196468 140727155433504 140171877999712 140172387616469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22473] ppid=22461 vsize=10661132 memory=1608 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22473/stat : 22473 (java) S 22461 22464 25017 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 93405549 10916999168 2083097 33554432000 4194304 4196468 140727155433504 140171876946800 140172387616469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22474] ppid=22461 vsize=10661132 memory=5012 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22474/stat : 22474 (java) S 22461 22464 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93405552 10916999168 2083097 33554432000 4194304 4196468 140727155433504 140171875895120 140172387624859 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22475] ppid=22461 vsize=10661132 memory=6791534058613427641 CPUtime=3.27 cores=0,2,4,6
/proc/22464/task/22475/stat : 22475 (java) S 22461 22464 25017 0 -1 1077944384 10286 0 0 0 326 1 0 0 20 0 15 0 93405552 10916999168 2083097 33554432000 4194304 4196468 140727155433504 140171874843264 140172387616469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22476] ppid=22461 vsize=10661132 memory=17608 CPUtime=2.86 cores=0,2,4,6
/proc/22464/task/22476/stat : 22476 (java) S 22461 22464 25017 0 -1 1077944384 9574 0 0 0 285 1 0 0 20 0 15 0 93405552 10916999168 2083097 33554432000 4194304 4196468 140727155433504 140171873790704 140172387617410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22477] ppid=22461 vsize=10661132 memory=4016 CPUtime=0.44 cores=0,2,4,6
/proc/22464/task/22477/stat : 22477 (java) S 22461 22464 25017 0 -1 1077944384 1801 0 0 0 44 0 0 0 20 0 15 0 93405552 10916999168 2083097 33554432000 4194304 4196468 140727155433504 140171872737904 140172387617410 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22478] ppid=22461 vsize=10661132 memory=33 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22478/stat : 22478 (java) S 22461 22464 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93405552 10916999168 2083097 33554432000 4194304 4196468 140727155433504 140171871685344 140172387616469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22479] ppid=22461 vsize=10661132 memory=-3395018491275122221 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22479/stat : 22479 (java) S 22461 22464 25017 0 -1 1077944384 147 0 0 0 0 0 0 0 20 0 15 0 93405552 10916999168 2083097 33554432000 4194304 4196468 140727155433504 140171870632624 140172387617410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 10 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
Current children cumulated CPU time: 59.82 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8332388 KiB

[startup+19.2009 s]
/proc/loadavg: 1.68 1.46 1.43 6/216 22479
/proc/meminfo: memFree=13656316/32770624 swapFree=67108796/67108860
[pid=22464] ppid=22461 vsize=10661132 memory=8332420 CPUtime=62.56 cores=0,2,4,6
/proc/22464/stat : 22464 (java) S 22461 22464 25017 0 -1 1077944320 252228 0 0 0 5422 834 0 0 20 0 15 0 93405546 10916999168 2083105 33554432000 4194304 4196468 140727155433504 140727155416048 140172387606263 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
/proc/22464/statm: 2665283 2083105 3180 1 0 2627263 0
[pid=22464/tid=22466] ppid=22461 vsize=10661132 memory=6791534058613427641 CPUtime=5.85 cores=0,2,4,6
/proc/22464/task/22466/stat : 22466 (java) S 22461 22464 25017 0 -1 1077944384 10085 0 0 0 572 13 0 0 20 0 15 0 93405547 10916999168 2083105 33554432000 4194304 4196468 140727155433504 140172391844880 140172387616469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22467] ppid=22461 vsize=10661132 memory=7883950697386235234 CPUtime=12.28 cores=0,2,4,6
/proc/22464/task/22467/stat : 22467 (java) R 22461 22464 25017 0 -1 4202560 65256 0 0 0 1016 212 0 0 20 0 15 0 93405547 10916999168 2083105 33554432000 4194304 4196468 140727155433504 140172313681240 140172372304088 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22468] ppid=22461 vsize=10661132 memory=6942411325102840164 CPUtime=12.4 cores=0,2,4,6
/proc/22464/task/22468/stat : 22468 (java) R 22461 22464 25017 0 -1 4202560 35744 0 0 0 1048 192 0 0 20 0 15 0 93405547 10916999168 2083105 33554432000 4194304 4196468 140727155433504 140172312628440 140172369202911 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22469] ppid=22461 vsize=10661132 memory=7594587674001172330 CPUtime=12.26 cores=0,2,4,6
/proc/22464/task/22469/stat : 22469 (java) R 22461 22464 25017 0 -1 4202560 24787 0 0 0 1021 205 0 0 20 0 15 0 93405547 10916999168 2083105 33554432000 4194304 4196468 140727155433504 140172311575440 140172369203274 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22470] ppid=22461 vsize=10661132 memory=5446076 CPUtime=12.38 cores=0,2,4,6
/proc/22464/task/22470/stat : 22470 (java) R 22461 22464 25017 0 -1 4202560 75599 0 0 0 1034 204 0 0 20 0 15 0 93405547 10916999168 2083105 33554432000 4194304 4196468 140727155433504 140172310522640 140172369202798 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22471] ppid=22461 vsize=10661132 memory=0 CPUtime=0.71 cores=0,2,4,6
/proc/22464/task/22471/stat : 22471 (java) S 22461 22464 25017 0 -1 1077944384 17588 0 0 0 70 1 0 0 20 0 15 0 93405549 10916999168 2083105 33554432000 4194304 4196468 140727155433504 140171879052016 140172387616469 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22472] ppid=22461 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22472/stat : 22472 (java) S 22461 22464 25017 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 93405549 10916999168 2083105 33554432000 4194304 4196468 140727155433504 140171877999712 140172387616469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22473] ppid=22461 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22473/stat : 22473 (java) S 22461 22464 25017 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 93405549 10916999168 2083105 33554432000 4194304 4196468 140727155433504 140171876946800 140172387616469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22474] ppid=22461 vsize=10661132 memory=8332388 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22474/stat : 22474 (java) S 22461 22464 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93405552 10916999168 2083105 33554432000 4194304 4196468 140727155433504 140171875895120 140172387624859 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22475] ppid=22461 vsize=10661132 memory=8331336 CPUtime=3.27 cores=0,2,4,6
/proc/22464/task/22475/stat : 22475 (java) S 22461 22464 25017 0 -1 1077944384 10286 0 0 0 326 1 0 0 20 0 15 0 93405552 10916999168 2083105 33554432000 4194304 4196468 140727155433504 140171874843504 140172387617410 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22476] ppid=22461 vsize=10661132 memory=303430223234596890 CPUtime=2.86 cores=0,2,4,6
/proc/22464/task/22476/stat : 22476 (java) S 22461 22464 25017 0 -1 1077944384 9574 0 0 0 285 1 0 0 20 0 15 0 93405552 10916999168 2083105 33554432000 4194304 4196468 140727155433504 140171873790704 140172387617410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22477] ppid=22461 vsize=10661132 memory=8332352 CPUtime=0.44 cores=0,2,4,6
/proc/22464/task/22477/stat : 22477 (java) S 22461 22464 25017 0 -1 1077944384 1801 0 0 0 44 0 0 0 20 0 15 0 93405552 10916999168 2083105 33554432000 4194304 4196468 140727155433504 140171872737904 140172387617410 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22478] ppid=22461 vsize=10661132 memory=15539617717815893 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22478/stat : 22478 (java) S 22461 22464 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93405552 10916999168 2083105 33554432000 4194304 4196468 140727155433504 140171871685344 140172387616469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22479] ppid=22461 vsize=10661132 memory=7024 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22479/stat : 22479 (java) S 22461 22464 25017 0 -1 1077944384 147 0 0 0 0 0 0 0 20 0 15 0 93405552 10916999168 2083105 33554432000 4194304 4196468 140727155433504 140171870632624 140172387617410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 10 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
Current children cumulated CPU time: 62.56 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8332420 KiB

[startup+19.4006 s]
/proc/loadavg: 1.68 1.46 1.43 6/216 22479
/proc/meminfo: memFree=13656316/32770624 swapFree=67108796/67108860
[pid=22464] ppid=22461 vsize=10661132 memory=8332424 CPUtime=63.18 cores=0,2,4,6
/proc/22464/stat : 22464 (java) S 22461 22464 25017 0 -1 1077944320 252330 0 0 0 5484 834 0 0 20 0 15 0 93405546 10916999168 2083106 33554432000 4194304 4196468 140727155433504 140727155416048 140172387606263 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
/proc/22464/statm: 2665283 2083106 3181 1 0 2627263 0
[pid=22464/tid=22466] ppid=22461 vsize=10661132 memory=6791534058613427641 CPUtime=5.85 cores=0,2,4,6
/proc/22464/task/22466/stat : 22466 (java) S 22461 22464 25017 0 -1 1077944384 10156 0 0 0 572 13 0 0 20 0 15 0 93405547 10916999168 2083106 33554432000 4194304 4196468 140727155433504 140172391846272 140172387616469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22467] ppid=22461 vsize=10661132 memory=20336 CPUtime=12.43 cores=0,2,4,6
/proc/22464/task/22467/stat : 22467 (java) S 22461 22464 25017 0 -1 1077944384 65258 0 0 0 1031 212 0 0 20 0 15 0 93405547 10916999168 2083106 33554432000 4194304 4196468 140727155433504 140172313681040 140172387616469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22468] ppid=22461 vsize=10661132 memory=17608 CPUtime=12.55 cores=0,2,4,6
/proc/22464/task/22468/stat : 22468 (java) S 22461 22464 25017 0 -1 1077944384 35744 0 0 0 1063 192 0 0 20 0 15 0 93405547 10916999168 2083106 33554432000 4194304 4196468 140727155433504 140172312628240 140172387616469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22469] ppid=22461 vsize=10661132 memory=4016 CPUtime=12.4 cores=0,2,4,6
/proc/22464/task/22469/stat : 22469 (java) S 22461 22464 25017 0 -1 1077944384 24787 0 0 0 1035 205 0 0 20 0 15 0 93405547 10916999168 2083106 33554432000 4194304 4196468 140727155433504 140172311575440 140172387616469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22470] ppid=22461 vsize=10661132 memory=644 CPUtime=12.53 cores=0,2,4,6
/proc/22464/task/22470/stat : 22470 (java) S 22461 22464 25017 0 -1 1077944384 75599 0 0 0 1049 204 0 0 20 0 15 0 93405547 10916999168 2083106 33554432000 4194304 4196468 140727155433504 140172310522640 140172387616469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22471] ppid=22461 vsize=10661132 memory=1676 CPUtime=0.77 cores=0,2,4,6
/proc/22464/task/22471/stat : 22471 (java) R 22461 22464 25017 0 -1 4202560 17594 0 0 0 76 1 0 0 20 0 15 0 93405549 10916999168 2083106 33554432000 4194304 4196468 140727155433504 140171879052224 140172365976443 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22472] ppid=22461 vsize=10661132 memory=281439006761520 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22472/stat : 22472 (java) S 22461 22464 25017 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 93405549 10916999168 2083106 33554432000 4194304 4196468 140727155433504 140171877999712 140172387616469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22473] ppid=22461 vsize=10661132 memory=237185273999238 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22473/stat : 22473 (java) S 22461 22464 25017 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 93405549 10916999168 2083106 33554432000 4194304 4196468 140727155433504 140171876946800 140172387616469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22474] ppid=22461 vsize=10661132 memory=8174723239089013032 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22474/stat : 22474 (java) S 22461 22464 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93405552 10916999168 2083106 33554432000 4194304 4196468 140727155433504 140171875895120 140172387624859 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22475] ppid=22461 vsize=10661132 memory=288286696997664720 CPUtime=3.27 cores=0,2,4,6
/proc/22464/task/22475/stat : 22475 (java) S 22461 22464 25017 0 -1 1077944384 10286 0 0 0 326 1 0 0 20 0 15 0 93405552 10916999168 2083106 33554432000 4194304 4196468 140727155433504 140171874843504 140172387617410 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22476] ppid=22461 vsize=10661132 memory=-1807685287717842718 CPUtime=2.86 cores=0,2,4,6
/proc/22464/task/22476/stat : 22476 (java) S 22461 22464 25017 0 -1 1077944384 9574 0 0 0 285 1 0 0 20 0 15 0 93405552 10916999168 2083106 33554432000 4194304 4196468 140727155433504 140171873790704 140172387617410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22477] ppid=22461 vsize=10661132 memory=6944656575208382560 CPUtime=0.44 cores=0,2,4,6
/proc/22464/task/22477/stat : 22477 (java) S 22461 22464 25017 0 -1 1077944384 1824 0 0 0 44 0 0 0 20 0 15 0 93405552 10916999168 2083106 33554432000 4194304 4196468 140727155433504 140171872733280 140172387616469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22478] ppid=22461 vsize=10661132 memory=281439006364032 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22478/stat : 22478 (java) S 22461 22464 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93405552 10916999168 2083106 33554432000 4194304 4196468 140727155433504 140171871685344 140172387616469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
[pid=22464/tid=22479] ppid=22461 vsize=10661132 memory=2372 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22479/stat : 22479 (java) S 22461 22464 25017 0 -1 1077944384 147 0 0 0 0 0 0 0 20 0 15 0 93405552 10916999168 2083106 33554432000 4194304 4196468 140727155433504 140171870632624 140172387617410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 10 0 0 6293624 6294260 37675008 140727155434616 140727155434761 140727155434761 140727155437519 0
Current children cumulated CPU time: 63.18 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8332424 KiB

Child status: 1
Real time (s): 19.4989
CPU time (s): 63.2918
CPU user time (s): 54.8917
CPU system time (s): 8.40008
CPU usage (%): 324.592
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 8332424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 54.8917
system time used= 8.40008
maximum resident set size= 8332424
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 252517
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= 5370
involuntary context switches= 798


# summary of solver processes directly reported to runsolver:
#   pid: 22464
#   total CPU time (s): 63.2918
#   total CPU user time (s): 54.8917
#   total CPU system time (s): 8.40008

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.142084 second user time and 0.24868 second system time

The end

Launcher Data

Begin job on node138 at 2018-07-28 08:13:44
IDJOB=4298426
IDBENCH=141137
IDSOLVER=2768
FILE ID=node138/4298426-1532758424
RUNJOBID= node138-1532740019-20128
PBS_JOBID= 21022442
Free space on /tmp= 53792 MiB

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

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

MD5SUM BENCH= 2b7bed68bca9665ed3be29de24764d77
RANDOM SEED=1971178940

node138.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.71
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.71
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.71
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.71
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:        21993872 kB
MemAvailable:   31630356 kB
Buffers:          203988 kB
Cached:          9640628 kB
SwapCached:           44 kB
Active:          2780756 kB
Inactive:        7416596 kB
Active(anon):     297460 kB
Inactive(anon):    83516 kB
Active(file):    2483296 kB
Inactive(file):  7333080 kB
Unevictable:        7280 kB
Mlocked:            7280 kB
SwapTotal:      67108860 kB
SwapFree:       67108796 kB
Dirty:              8704 kB
Writeback:             0 kB
AnonPages:        359868 kB
Mapped:            49304 kB
Shmem:             25164 kB
Slab:             276948 kB
SReclaimable:     248568 kB
SUnreclaim:        28380 kB
KernelStack:        3552 kB
PageTables:         5740 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1104268 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    292864 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 53792 MiB
End job on node138 at 2018-07-28 08:14:03