Trace number 4298403

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
Solver of Xavier Schul & Yvhan Smal 2018-04-28? 88.506 27.8034

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298403-1532756586/watcher-4298403-1532756586 -o /tmp/evaluation-result-4298403-1532756586/solver-4298403-1532756586 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532741422-28016 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4298403-1532756586.xml 

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=30556, runsolver pid=30553

[startup+0.100139 s]*
/proc/loadavg: 1.30 1.46 1.44 4/215 30571
/proc/meminfo: memFree=23082784/32770624 swapFree=67108860/67108860
[pid=30556] ppid=30553 vsize=10661052 memory=27864 CPUtime=0.12 cores=0,2,4,6
/proc/30556/stat : 30556 (java) S 30553 30556 27985 0 -1 1077944320 5364 0 0 0 11 1 0 0 20 0 15 0 93221803 10916917248 6966 33554432000 4194304 4196468 140732773453392 140732773435936 139926059564791 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
/proc/30556/statm: 2665263 6966 2836 1 0 2627263 0
[pid=30556/tid=30558] ppid=30553 vsize=10661052 memory=-8269626465541328763 CPUtime=0.09 cores=0,2,4,6
/proc/30556/task/30558/stat : 30558 (java) R 30553 30556 27985 0 -1 4202560 3239 0 0 0 8 1 0 0 20 0 15 0 93221803 10916917248 6966 33554432000 4194304 4196468 140732773453392 139926063795680 139926059576726 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30559] ppid=30553 vsize=10661052 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/30556/task/30559/stat : 30559 (java) S 30553 30556 27985 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93221804 10916917248 6966 33554432000 4194304 4196468 140732773453392 139926012185232 139926059574997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30560] ppid=30553 vsize=10661052 memory=139977397114496 CPUtime=0 cores=0,2,4,6
/proc/30556/task/30560/stat : 30560 (java) S 30553 30556 27985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93221804 10916917248 6966 33554432000 4194304 4196468 140732773453392 139926011132432 139926059574997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30561] ppid=30553 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30556/task/30561/stat : 30561 (java) S 30553 30556 27985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93221804 10916917248 6966 33554432000 4194304 4196468 140732773453392 139926010079632 139926059574997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30562] ppid=30553 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30556/task/30562/stat : 30562 (java) S 30553 30556 27985 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93221804 10916917248 6966 33554432000 4194304 4196468 140732773453392 139926009026832 139926059574997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30563] ppid=30553 vsize=10661052 memory=139977397114496 CPUtime=0 cores=0,2,4,6
/proc/30556/task/30563/stat : 30563 (java) S 30553 30556 27985 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93221806 10916917248 6966 33554432000 4194304 4196468 140732773453392 139925364628336 139926059575938 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30564] ppid=30553 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30556/task/30564/stat : 30564 (java) S 30553 30556 27985 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 93221806 10916917248 6966 33554432000 4194304 4196468 140732773453392 139925363574304 139926059574997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30565] ppid=30553 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30556/task/30565/stat : 30565 (java) S 30553 30556 27985 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 93221806 10916917248 6966 33554432000 4194304 4196468 140732773453392 139925362521456 139926059574997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30566] ppid=30553 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30556/task/30566/stat : 30566 (java) S 30553 30556 27985 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93221809 10916917248 6966 33554432000 4194304 4196468 140732773453392 139925361469776 139926059583387 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30567] ppid=30553 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30556/task/30567/stat : 30567 (java) S 30553 30556 27985 0 -1 1077944384 437 0 0 0 0 0 0 0 20 0 15 0 93221809 10916917248 6966 33554432000 4194304 4196468 140732773453392 139925360417136 139926059575938 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30568] ppid=30553 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30556/task/30568/stat : 30568 (java) S 30553 30556 27985 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 93221809 10916917248 6966 33554432000 4194304 4196468 140732773453392 139925359364336 139926059575938 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30569] ppid=30553 vsize=10661052 memory=139977397114496 CPUtime=0.01 cores=0,2,4,6
/proc/30556/task/30569/stat : 30569 (java) S 30553 30556 27985 0 -1 1077944384 314 0 0 0 1 0 0 0 20 0 15 0 93221809 10916917248 6966 33554432000 4194304 4196468 140732773453392 139925358311536 139926059575938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30570] ppid=30553 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30556/task/30570/stat : 30570 (java) S 30553 30556 27985 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93221809 10916917248 6966 33554432000 4194304 4196468 140732773453392 139925357258976 139926059574997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30571] ppid=30553 vsize=10661052 memory=139977397114496 CPUtime=0 cores=0,2,4,6
/proc/30556/task/30571/stat : 30571 (java) S 30553 30556 27985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93221809 10916917248 6966 33554432000 4194304 4196468 140732773453392 139925356207280 139926059575938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 27864 KiB

[startup+0.210579 s]*
/proc/loadavg: 1.30 1.46 1.44 4/215 30571
/proc/meminfo: memFree=23071216/32770624 swapFree=67108860/67108860
[pid=30556] ppid=30553 vsize=10661052 memory=40564 CPUtime=0.34 cores=0,2,4,6
/proc/30556/stat : 30556 (java) S 30553 30556 27985 0 -1 1077944320 8173 0 0 0 32 2 0 0 20 0 15 0 93221803 10916917248 10141 33554432000 4194304 4196468 140732773453392 140732773435936 139926059564791 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
/proc/30556/statm: 2665263 10141 2997 1 0 2627263 0
[pid=30556/tid=30558] ppid=30553 vsize=10661052 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/30556/task/30558/stat : 30558 (java) R 30553 30556 27985 0 -1 4202560 5128 0 0 0 18 1 0 0 20 0 15 0 93221803 10916917248 10141 33554432000 4194304 4196468 140732773453392 139926063802752 139926059586717 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30559] ppid=30553 vsize=10661052 memory=345 CPUtime=0 cores=0,2,4,6
/proc/30556/task/30559/stat : 30559 (java) S 30553 30556 27985 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93221804 10916917248 10141 33554432000 4194304 4196468 140732773453392 139926012185232 139926059574997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30560] ppid=30553 vsize=10661052 memory=3544807377029830304 CPUtime=0 cores=0,2,4,6
/proc/30556/task/30560/stat : 30560 (java) S 30553 30556 27985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93221804 10916917248 10141 33554432000 4194304 4196468 140732773453392 139926011132432 139926059574997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30561] ppid=30553 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30556/task/30561/stat : 30561 (java) S 30553 30556 27985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93221804 10916917248 10141 33554432000 4194304 4196468 140732773453392 139926010079632 139926059574997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30562] ppid=30553 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30556/task/30562/stat : 30562 (java) S 30553 30556 27985 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93221804 10916917248 10141 33554432000 4194304 4196468 140732773453392 139926009026832 139926059574997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30563] ppid=30553 vsize=10661052 memory=139977397114496 CPUtime=0 cores=0,2,4,6
/proc/30556/task/30563/stat : 30563 (java) S 30553 30556 27985 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93221806 10916917248 10141 33554432000 4194304 4196468 140732773453392 139925364628336 139926059575938 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30564] ppid=30553 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30556/task/30564/stat : 30564 (java) S 30553 30556 27985 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 93221806 10916917248 10141 33554432000 4194304 4196468 140732773453392 139925363574304 139926059574997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30565] ppid=30553 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30556/task/30565/stat : 30565 (java) S 30553 30556 27985 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 93221806 10916917248 10141 33554432000 4194304 4196468 140732773453392 139925362521456 139926059574997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30566] ppid=30553 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30556/task/30566/stat : 30566 (java) S 30553 30556 27985 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93221809 10916917248 10141 33554432000 4194304 4196468 140732773453392 139925361469776 139926059583387 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30567] ppid=30553 vsize=10661052 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/30556/task/30567/stat : 30567 (java) R 30553 30556 27985 0 -1 4202560 684 0 0 0 3 0 0 0 20 0 15 0 93221809 10916917248 10141 33554432000 4194304 4196468 140732773453392 139925360417136 139926059576726 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30568] ppid=30553 vsize=10661052 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/30556/task/30568/stat : 30568 (java) R 30553 30556 27985 0 -1 1077944384 134 0 0 0 1 0 0 0 20 0 15 0 93221809 10916917248 10141 33554432000 4194304 4196468 140732773453392 139925359364336 139926059575938 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30569] ppid=30553 vsize=10661052 memory=139977397114496 CPUtime=0.08 cores=0,2,4,6
/proc/30556/task/30569/stat : 30569 (java) R 30553 30556 27985 0 -1 4202560 858 0 0 0 8 0 0 0 20 0 15 0 93221809 10916917248 10141 33554432000 4194304 4196468 140732773453392 139925358307264 139926038368015 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30570] ppid=30553 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30556/task/30570/stat : 30570 (java) S 30553 30556 27985 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93221809 10916917248 10198 33554432000 4194304 4196468 140732773453392 139925357258976 139926059574997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30571] ppid=30553 vsize=10661052 memory=139977397114496 CPUtime=0 cores=0,2,4,6
/proc/30556/task/30571/stat : 30571 (java) S 30553 30556 27985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93221809 10916917248 10198 33554432000 4194304 4196468 140732773453392 139925356207280 139926059575938 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 40564 KiB

[startup+0.310815 s]*
/proc/loadavg: 1.30 1.46 1.44 5/215 30571
/proc/meminfo: memFree=23055460/32770624 swapFree=67108860/67108860
[pid=30556] ppid=30553 vsize=10661052 memory=57632 CPUtime=0.67 cores=0,2,4,6
/proc/30556/stat : 30556 (java) S 30553 30556 27985 0 -1 1077944320 9932 0 0 0 64 3 0 0 20 0 15 0 93221803 10916917248 14408 33554432000 4194304 4196468 140732773453392 140732773435936 139926059564791 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
/proc/30556/statm: 2665263 14408 3042 1 0 2627263 0
[pid=30556/tid=30558] ppid=30553 vsize=10661052 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/30556/task/30558/stat : 30558 (java) R 30553 30556 27985 0 -1 4202560 5150 0 0 0 28 2 0 0 20 0 15 0 93221803 10916917248 14408 33554432000 4194304 4196468 140732773453392 139926063801120 139926059586717 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30559] ppid=30553 vsize=10661052 memory=304556157652172823 CPUtime=0 cores=0,2,4,6
/proc/30556/task/30559/stat : 30559 (java) S 30553 30556 27985 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93221804 10916917248 14408 33554432000 4194304 4196468 140732773453392 139926012185232 139926059574997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30560] ppid=30553 vsize=10661052 memory=4121278020642936480 CPUtime=0 cores=0,2,4,6
/proc/30556/task/30560/stat : 30560 (java) S 30553 30556 27985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93221804 10916917248 14408 33554432000 4194304 4196468 140732773453392 139926011132432 139926059574997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30561] ppid=30553 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30556/task/30561/stat : 30561 (java) S 30553 30556 27985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93221804 10916917248 14408 33554432000 4194304 4196468 140732773453392 139926010079632 139926059574997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30562] ppid=30553 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30556/task/30562/stat : 30562 (java) S 30553 30556 27985 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93221804 10916917248 14408 33554432000 4194304 4196468 140732773453392 139926009026832 139926059574997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30563] ppid=30553 vsize=10661052 memory=139977397114496 CPUtime=0 cores=0,2,4,6
/proc/30556/task/30563/stat : 30563 (java) S 30553 30556 27985 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93221806 10916917248 14408 33554432000 4194304 4196468 140732773453392 139925364628336 139926059575938 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30564] ppid=30553 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30556/task/30564/stat : 30564 (java) S 30553 30556 27985 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 93221806 10916917248 14408 33554432000 4194304 4196468 140732773453392 139925363574304 139926059574997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30565] ppid=30553 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30556/task/30565/stat : 30565 (java) S 30553 30556 27985 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 93221806 10916917248 14408 33554432000 4194304 4196468 140732773453392 139925362521456 139926059574997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30566] ppid=30553 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30556/task/30566/stat : 30566 (java) S 30553 30556 27985 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93221809 10916917248 14408 33554432000 4194304 4196468 140732773453392 139925361469776 139926059583387 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30567] ppid=30553 vsize=10661052 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/30556/task/30567/stat : 30567 (java) R 30553 30556 27985 0 -1 4202560 1172 0 0 0 13 0 0 0 20 0 15 0 93221809 10916917248 14408 33554432000 4194304 4196468 140732773453392 139925360398152 139926038963153 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30568] ppid=30553 vsize=10661052 memory=-1 CPUtime=0.1 cores=0,2,4,6
/proc/30556/task/30568/stat : 30568 (java) R 30553 30556 27985 0 -1 4202560 1002 0 0 0 10 0 0 0 20 0 15 0 93221809 10916917248 14408 33554432000 4194304 4196468 140732773453392 139925359350216 139926044487711 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30569] ppid=30553 vsize=10661052 memory=139977397114496 CPUtime=0.11 cores=0,2,4,6
/proc/30556/task/30569/stat : 30569 (java) S 30553 30556 27985 0 -1 1077944384 1239 0 0 0 11 0 0 0 20 0 15 0 93221809 10916917248 14408 33554432000 4194304 4196468 140732773453392 139925358311536 139926059575938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30570] ppid=30553 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30556/task/30570/stat : 30570 (java) S 30553 30556 27985 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93221809 10916917248 14408 33554432000 4194304 4196468 140732773453392 139925357258976 139926059574997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30571] ppid=30553 vsize=10661052 memory=139977397114496 CPUtime=0 cores=0,2,4,6
/proc/30556/task/30571/stat : 30571 (java) S 30553 30556 27985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93221809 10916917248 14408 33554432000 4194304 4196468 140732773453392 139925356207280 139926059575938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 57632 KiB

[startup+0.700743 s]
/proc/loadavg: 1.30 1.46 1.44 3/215 30571
/proc/meminfo: memFree=22966404/32770624 swapFree=67108860/67108860
[pid=30556] ppid=30553 vsize=10661052 memory=295420 CPUtime=1.5 cores=0,2,4,6
/proc/30556/stat : 30556 (java) S 30553 30556 27985 0 -1 1077944320 10376 0 0 0 128 22 0 0 20 0 15 0 93221803 10916917248 73855 33554432000 4194304 4196468 140732773453392 140732773435936 139926059564791 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
/proc/30556/statm: 2665263 73855 3077 1 0 2627263 0
[pid=30556/tid=30558] ppid=30553 vsize=10661052 memory=1836 CPUtime=0.56 cores=0,2,4,6
/proc/30556/task/30558/stat : 30558 (java) R 30553 30556 27985 0 -1 4202560 5207 0 0 0 53 3 0 0 20 0 15 0 93221803 10916917248 73855 33554432000 4194304 4196468 140732773453392 139926063796576 139926059586717 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30559] ppid=30553 vsize=10661052 memory=13044 CPUtime=0.1 cores=0,2,4,6
/proc/30556/task/30559/stat : 30559 (java) S 30553 30556 27985 0 -1 1077944384 69 0 0 0 6 4 0 0 20 0 15 0 93221804 10916917248 73855 33554432000 4194304 4196468 140732773453392 139926012185232 139926059574997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30560] ppid=30553 vsize=10661052 memory=792 CPUtime=0.1 cores=0,2,4,6
/proc/30556/task/30560/stat : 30560 (java) S 30553 30556 27985 0 -1 1077944384 67 0 0 0 6 4 0 0 20 0 15 0 93221804 10916917248 73855 33554432000 4194304 4196468 140732773453392 139926011132432 139926059574997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30561] ppid=30553 vsize=10661052 memory=1952 CPUtime=0.1 cores=0,2,4,6
/proc/30556/task/30561/stat : 30561 (java) S 30553 30556 27985 0 -1 1077944384 64 0 0 0 6 4 0 0 20 0 15 0 93221804 10916917248 73855 33554432000 4194304 4196468 140732773453392 139926010079632 139926059574997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30562] ppid=30553 vsize=10661052 memory=1232 CPUtime=0.1 cores=0,2,4,6
/proc/30556/task/30562/stat : 30562 (java) S 30553 30556 27985 0 -1 1077944384 73 0 0 0 6 4 0 0 20 0 15 0 93221804 10916917248 73855 33554432000 4194304 4196468 140732773453392 139926009026832 139926059574997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30563] ppid=30553 vsize=10661052 memory=8556 CPUtime=0 cores=0,2,4,6
/proc/30556/task/30563/stat : 30563 (java) S 30553 30556 27985 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 93221806 10916917248 73855 33554432000 4194304 4196468 140732773453392 139925364628336 139926059575938 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30564] ppid=30553 vsize=10661052 memory=1712 CPUtime=0 cores=0,2,4,6
/proc/30556/task/30564/stat : 30564 (java) S 30553 30556 27985 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 93221806 10916917248 73855 33554432000 4194304 4196468 140732773453392 139925363574304 139926059574997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30565] ppid=30553 vsize=10661052 memory=5412 CPUtime=0 cores=0,2,4,6
/proc/30556/task/30565/stat : 30565 (java) S 30553 30556 27985 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 93221806 10916917248 73855 33554432000 4194304 4196468 140732773453392 139925362521456 139926059574997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30566] ppid=30553 vsize=10661052 memory=7668879548562892096 CPUtime=0 cores=0,2,4,6
/proc/30556/task/30566/stat : 30566 (java) S 30553 30556 27985 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93221809 10916917248 73855 33554432000 4194304 4196468 140732773453392 139925361469776 139926059583387 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30567] ppid=30553 vsize=10661052 memory=7881696724453321575 CPUtime=0.19 cores=0,2,4,6
/proc/30556/task/30567/stat : 30567 (java) S 30553 30556 27985 0 -1 1077944384 1186 0 0 0 19 0 0 0 20 0 15 0 93221809 10916917248 73855 33554432000 4194304 4196468 140732773453392 139925360417136 139926059575938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30568] ppid=30553 vsize=10661052 memory=5787213827063244903 CPUtime=0.16 cores=0,2,4,6
/proc/30556/task/30568/stat : 30568 (java) S 30553 30556 27985 0 -1 1077944384 1023 0 0 0 16 0 0 0 20 0 15 0 93221809 10916917248 73855 33554432000 4194304 4196468 140732773453392 139925359364336 139926059575938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30569] ppid=30553 vsize=10661052 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/30556/task/30569/stat : 30569 (java) S 30553 30556 27985 0 -1 1077944384 1243 0 0 0 12 0 0 0 20 0 15 0 93221809 10916917248 73855 33554432000 4194304 4196468 140732773453392 139925358311536 139926059575938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30570] ppid=30553 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30556/task/30570/stat : 30570 (java) S 30553 30556 27985 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93221809 10916917248 73855 33554432000 4194304 4196468 140732773453392 139925357258976 139926059574997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30571] ppid=30553 vsize=10661052 memory=33 CPUtime=0 cores=0,2,4,6
/proc/30556/task/30571/stat : 30571 (java) S 30553 30556 27985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93221809 10916917248 73855 33554432000 4194304 4196468 140732773453392 139925356207280 139926059575938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
Current children cumulated CPU time: 1.5 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 295420 KiB

[startup+1.50071 s]
/proc/loadavg: 1.30 1.46 1.44 6/215 30571
/proc/meminfo: memFree=22690636/32770624 swapFree=67108860/67108860
[pid=30556] ppid=30553 vsize=10661052 memory=482032 CPUtime=3.99 cores=0,2,4,6
/proc/30556/stat : 30556 (java) S 30553 30556 27985 0 -1 1077944320 11379 0 0 0 355 44 0 0 20 0 15 0 93221803 10916917248 120508 33554432000 4194304 4196468 140732773453392 140732773435936 139926059564791 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
/proc/30556/statm: 2665263 120508 3092 1 0 2627263 0
[pid=30556/tid=30558] ppid=30553 vsize=10661052 memory=6791534058613427641 CPUtime=0.79 cores=0,2,4,6
/proc/30556/task/30558/stat : 30558 (java) R 30553 30556 27985 0 -1 4202560 5208 0 0 0 75 4 0 0 20 0 15 0 93221803 10916917248 120508 33554432000 4194304 4196468 140732773453392 139926063804112 139926059586717 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30559] ppid=30553 vsize=10661052 memory=-6951259422114956437 CPUtime=0.65 cores=0,2,4,6
/proc/30556/task/30559/stat : 30559 (java) S 30553 30556 27985 0 -1 1077944384 192 0 0 0 56 9 0 0 20 0 15 0 93221804 10916917248 120508 33554432000 4194304 4196468 140732773453392 139926012185232 139926059574997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30560] ppid=30553 vsize=10661052 memory=-6509546260019855295 CPUtime=0.67 cores=0,2,4,6
/proc/30556/task/30560/stat : 30560 (java) S 30553 30556 27985 0 -1 1077944384 263 0 0 0 58 9 0 0 20 0 15 0 93221804 10916917248 120508 33554432000 4194304 4196468 140732773453392 139926011132432 139926059574997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30561] ppid=30553 vsize=10661052 memory=-7390251449858225344 CPUtime=0.67 cores=0,2,4,6
/proc/30556/task/30561/stat : 30561 (java) S 30553 30556 27985 0 -1 1077944384 257 0 0 0 57 10 0 0 20 0 15 0 93221804 10916917248 120508 33554432000 4194304 4196468 140732773453392 139926010079632 139926059574997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30562] ppid=30553 vsize=10661052 memory=4134692831991786133 CPUtime=0.66 cores=0,2,4,6
/proc/30556/task/30562/stat : 30562 (java) S 30553 30556 27985 0 -1 1077944384 303 0 0 0 57 9 0 0 20 0 15 0 93221804 10916917248 120508 33554432000 4194304 4196468 140732773453392 139926009026832 139926059574997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30563] ppid=30553 vsize=10661052 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/30556/task/30563/stat : 30563 (java) S 30553 30556 27985 0 -1 1077944384 340 0 0 0 0 0 0 0 20 0 15 0 93221806 10916917248 120508 33554432000 4194304 4196468 140732773453392 139925364628336 139926059575938 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0

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

[pid=30556/tid=30570] ppid=30553 vsize=10661128 memory=56 CPUtime=0 cores=0,2,4,6
/proc/30556/task/30570/stat : 30570 (java) S 30553 30556 27985 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93221809 10916995072 2081180 33554432000 4194304 4196468 140732773453392 139925357258976 139926059574997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30571] ppid=30553 vsize=10661128 memory=-3117775541953848418 CPUtime=0.01 cores=0,2,4,6
/proc/30556/task/30571/stat : 30571 (java) S 30553 30556 27985 0 -1 1077944384 366 0 0 0 0 1 0 0 20 0 15 0 93221809 10916995072 2081180 33554432000 4194304 4196468 140732773453392 139925356207280 139926059575938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 47 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
Current children cumulated CPU time: 80.58 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 8324720 KiB

[startup+26.4007 s]
/proc/loadavg: 1.76 1.55 1.48 6/215 30571
/proc/meminfo: memFree=14766752/32770624 swapFree=67108860/67108860
[pid=30556] ppid=30553 vsize=10661128 memory=8324720 CPUtime=83.69 cores=0,2,4,6
/proc/30556/stat : 30556 (java) S 30553 30556 27985 0 -1 1077944320 212482 0 0 0 7539 830 0 0 20 0 15 0 93221803 10916995072 2081180 33554432000 4194304 4196468 140732773453392 140732773435936 139926059564791 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
/proc/30556/statm: 2665282 2081180 3184 1 0 2627263 0
[pid=30556/tid=30558] ppid=30553 vsize=10661128 memory=279954558288112 CPUtime=7.36 cores=0,2,4,6
/proc/30556/task/30558/stat : 30558 (java) S 30553 30556 27985 0 -1 1077944384 12059 0 0 0 724 12 0 0 20 0 15 0 93221803 10916995072 2081180 33554432000 4194304 4196468 140732773453392 139926063803520 139926059574997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30559] ppid=30553 vsize=10661128 memory=279954558288112 CPUtime=17.56 cores=0,2,4,6
/proc/30556/task/30559/stat : 30559 (java) R 30553 30556 27985 0 -1 4202560 91583 0 0 0 1559 197 0 0 20 0 15 0 93221804 10916995072 2081180 33554432000 4194304 4196468 140732773453392 139926012185432 139926052667800 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30560] ppid=30553 vsize=10661128 memory=279954558288112 CPUtime=17.57 cores=0,2,4,6
/proc/30556/task/30560/stat : 30560 (java) R 30553 30556 27985 0 -1 4202560 26409 0 0 0 1555 202 0 0 20 0 15 0 93221804 10916995072 2081180 33554432000 4194304 4196468 140732773453392 139926011132240 139926052192999 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30561] ppid=30553 vsize=10661128 memory=6791534058613427641 CPUtime=17.4 cores=0,2,4,6
/proc/30556/task/30561/stat : 30561 (java) R 30553 30556 27985 0 -1 4202560 27183 0 0 0 1540 200 0 0 20 0 15 0 93221804 10916995072 2081180 33554432000 4194304 4196468 140732773453392 139926010079752 139926052192999 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30562] ppid=30553 vsize=10661128 memory=0 CPUtime=17.54 cores=0,2,4,6
/proc/30556/task/30562/stat : 30562 (java) R 30553 30556 27985 0 -1 4202560 24139 0 0 0 1542 212 0 0 20 0 15 0 93221804 10916995072 2081180 33554432000 4194304 4196468 140732773453392 139926009026952 139926052192999 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30563] ppid=30553 vsize=10661128 memory=0 CPUtime=0.81 cores=0,2,4,6
/proc/30556/task/30563/stat : 30563 (java) S 30553 30556 27985 0 -1 1077944384 10246 0 0 0 81 0 0 0 20 0 15 0 93221806 10916995072 2081180 33554432000 4194304 4196468 140732773453392 139925364626896 139926059574997 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 29 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30564] ppid=30553 vsize=10661128 memory=111 CPUtime=0 cores=0,2,4,6
/proc/30556/task/30564/stat : 30564 (java) S 30553 30556 27985 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 15 0 93221806 10916995072 2081180 33554432000 4194304 4196468 140732773453392 139925363574368 139926059574997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30565] ppid=30553 vsize=10661128 memory=106 CPUtime=0 cores=0,2,4,6
/proc/30556/task/30565/stat : 30565 (java) S 30553 30556 27985 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 15 0 93221806 10916995072 2081180 33554432000 4194304 4196468 140732773453392 139925362521456 139926059574997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30566] ppid=30553 vsize=10661128 memory=29 CPUtime=0 cores=0,2,4,6
/proc/30556/task/30566/stat : 30566 (java) S 30553 30556 27985 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93221809 10916995072 2081180 33554432000 4194304 4196468 140732773453392 139925361469776 139926059583387 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30567] ppid=30553 vsize=10661128 memory=0 CPUtime=2.43 cores=0,2,4,6
/proc/30556/task/30567/stat : 30567 (java) S 30553 30556 27985 0 -1 1077944384 7829 0 0 0 242 1 0 0 20 0 15 0 93221809 10916995072 2081180 33554432000 4194304 4196468 140732773453392 139925360417184 139926059574997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30568] ppid=30553 vsize=10661128 memory=1836 CPUtime=2.46 cores=0,2,4,6
/proc/30556/task/30568/stat : 30568 (java) S 30553 30556 27985 0 -1 1077944384 8546 0 0 0 245 1 0 0 20 0 15 0 93221809 10916995072 2081180 33554432000 4194304 4196468 140732773453392 139925359364096 139926059574997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30569] ppid=30553 vsize=10661128 memory=13044 CPUtime=0.46 cores=0,2,4,6
/proc/30556/task/30569/stat : 30569 (java) S 30553 30556 27985 0 -1 1077944384 2658 0 0 0 45 1 0 0 20 0 15 0 93221809 10916995072 2081180 33554432000 4194304 4196468 140732773453392 139925358311584 139926059574997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30570] ppid=30553 vsize=10661128 memory=792 CPUtime=0 cores=0,2,4,6
/proc/30556/task/30570/stat : 30570 (java) S 30553 30556 27985 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93221809 10916995072 2081180 33554432000 4194304 4196468 140732773453392 139925357258976 139926059574997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30571] ppid=30553 vsize=10661128 memory=1952 CPUtime=0.01 cores=0,2,4,6
/proc/30556/task/30571/stat : 30571 (java) S 30553 30556 27985 0 -1 1077944384 366 0 0 0 0 1 0 0 20 0 15 0 93221809 10916995072 2081180 33554432000 4194304 4196468 140732773453392 139925356207280 139926059575938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 47 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
Current children cumulated CPU time: 83.69 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 8324720 KiB

[startup+27.2008 s]
/proc/loadavg: 1.76 1.55 1.48 6/215 30571
/proc/meminfo: memFree=14766752/32770624 swapFree=67108860/67108860
[pid=30556] ppid=30553 vsize=10661128 memory=8324732 CPUtime=86.54 cores=0,2,4,6
/proc/30556/stat : 30556 (java) S 30553 30556 27985 0 -1 1077944320 212920 0 0 0 7824 830 0 0 20 0 15 0 93221803 10916995072 2081183 33554432000 4194304 4196468 140732773453392 140732773435936 139926059564791 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
/proc/30556/statm: 2665282 2081183 3185 1 0 2627263 0
[pid=30556/tid=30558] ppid=30553 vsize=10661128 memory=6791534058613427641 CPUtime=7.36 cores=0,2,4,6
/proc/30556/task/30558/stat : 30558 (java) S 30553 30556 27985 0 -1 1077944384 12060 0 0 0 724 12 0 0 20 0 15 0 93221803 10916995072 2081183 33554432000 4194304 4196468 140732773453392 139926063803520 139926059574997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30559] ppid=30553 vsize=10661128 memory=8556 CPUtime=18.25 cores=0,2,4,6
/proc/30556/task/30559/stat : 30559 (java) R 30553 30556 27985 0 -1 4202560 91623 0 0 0 1628 197 0 0 20 0 15 0 93221804 10916995072 2081183 33554432000 4194304 4196468 140732773453392 139926012185232 139926041161267 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30560] ppid=30553 vsize=10661128 memory=1712 CPUtime=18.25 cores=0,2,4,6
/proc/30556/task/30560/stat : 30560 (java) R 30553 30556 27985 0 -1 4202560 26409 0 0 0 1623 202 0 0 20 0 15 0 93221804 10916995072 2081183 33554432000 4194304 4196468 140732773453392 139926011132632 139926044515368 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30561] ppid=30553 vsize=10661128 memory=5412 CPUtime=18.09 cores=0,2,4,6
/proc/30556/task/30561/stat : 30561 (java) R 30553 30556 27985 0 -1 4202560 27229 0 0 0 1609 200 0 0 20 0 15 0 93221804 10916995072 2081183 33554432000 4194304 4196468 140732773453392 139926010079632 139926044018906 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30562] ppid=30553 vsize=10661128 memory=2400 CPUtime=18.23 cores=0,2,4,6
/proc/30556/task/30562/stat : 30562 (java) R 30553 30556 27985 0 -1 4202560 24146 0 0 0 1611 212 0 0 20 0 15 0 93221804 10916995072 2081183 33554432000 4194304 4196468 140732773453392 139926009026832 139926044262430 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30563] ppid=30553 vsize=10661128 memory=1836 CPUtime=0.9 cores=0,2,4,6
/proc/30556/task/30563/stat : 30563 (java) S 30553 30556 27985 0 -1 1077944384 10590 0 0 0 90 0 0 0 20 0 15 0 93221806 10916995072 2081183 33554432000 4194304 4196468 140732773453392 139925364626672 139926059574997 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 29 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30564] ppid=30553 vsize=10661128 memory=13044 CPUtime=0 cores=0,2,4,6
/proc/30556/task/30564/stat : 30564 (java) S 30553 30556 27985 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 15 0 93221806 10916995072 2081183 33554432000 4194304 4196468 140732773453392 139925363574368 139926059574997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30565] ppid=30553 vsize=10661128 memory=792 CPUtime=0 cores=0,2,4,6
/proc/30556/task/30565/stat : 30565 (java) S 30553 30556 27985 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 15 0 93221806 10916995072 2081183 33554432000 4194304 4196468 140732773453392 139925362521456 139926059574997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30566] ppid=30553 vsize=10661128 memory=1952 CPUtime=0 cores=0,2,4,6
/proc/30556/task/30566/stat : 30566 (java) S 30553 30556 27985 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93221809 10916995072 2081183 33554432000 4194304 4196468 140732773453392 139925361469776 139926059583387 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30567] ppid=30553 vsize=10661128 memory=1232 CPUtime=2.43 cores=0,2,4,6
/proc/30556/task/30567/stat : 30567 (java) S 30553 30556 27985 0 -1 1077944384 7829 0 0 0 242 1 0 0 20 0 15 0 93221809 10916995072 2081183 33554432000 4194304 4196468 140732773453392 139925360417136 139926059575938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30568] ppid=30553 vsize=10661128 memory=8556 CPUtime=2.46 cores=0,2,4,6
/proc/30556/task/30568/stat : 30568 (java) S 30553 30556 27985 0 -1 1077944384 8546 0 0 0 245 1 0 0 20 0 15 0 93221809 10916995072 2081183 33554432000 4194304 4196468 140732773453392 139925359364336 139926059575938 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30569] ppid=30553 vsize=10661128 memory=1712 CPUtime=0.46 cores=0,2,4,6
/proc/30556/task/30569/stat : 30569 (java) S 30553 30556 27985 0 -1 1077944384 2658 0 0 0 45 1 0 0 20 0 15 0 93221809 10916995072 2081183 33554432000 4194304 4196468 140732773453392 139925358311536 139926059575938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30570] ppid=30553 vsize=10661128 memory=5412 CPUtime=0 cores=0,2,4,6
/proc/30556/task/30570/stat : 30570 (java) S 30553 30556 27985 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93221809 10916995072 2081183 33554432000 4194304 4196468 140732773453392 139925357258976 139926059574997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30571] ppid=30553 vsize=10661128 memory=4612 CPUtime=0.01 cores=0,2,4,6
/proc/30556/task/30571/stat : 30571 (java) R 30553 30556 27985 0 -1 1077944384 366 0 0 0 0 1 0 0 20 0 15 0 93221809 10916995072 2081183 33554432000 4194304 4196468 140732773453392 139925356207280 139926059575938 0 4 0 16800975 0 0 0 -1 6 0 0 47 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
Current children cumulated CPU time: 86.54 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 8324732 KiB

[startup+27.6007 s]
/proc/loadavg: 1.76 1.55 1.48 6/215 30571
/proc/meminfo: memFree=14766752/32770624 swapFree=67108860/67108860
[pid=30556] ppid=30553 vsize=10661128 memory=8324732 CPUtime=88.11 cores=0,2,4,6
/proc/30556/stat : 30556 (java) S 30553 30556 27985 0 -1 1077944320 212939 0 0 0 7980 831 0 0 20 0 15 0 93221803 10916995072 2081183 33554432000 4194304 4196468 140732773453392 140732773435936 139926059564791 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
/proc/30556/statm: 2665282 2081183 3185 1 0 2627263 0
[pid=30556/tid=30558] ppid=30553 vsize=10661128 memory=2200 CPUtime=7.36 cores=0,2,4,6
/proc/30556/task/30558/stat : 30558 (java) S 30553 30556 27985 0 -1 1077944384 12060 0 0 0 724 12 0 0 20 0 15 0 93221803 10916995072 2081183 33554432000 4194304 4196468 140732773453392 139926063803520 139926059574997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30559] ppid=30553 vsize=10661128 memory=7288 CPUtime=18.65 cores=0,2,4,6
/proc/30556/task/30559/stat : 30559 (java) R 30553 30556 27985 0 -1 4202560 91624 0 0 0 1668 197 0 0 20 0 15 0 93221804 10916995072 2081183 33554432000 4194304 4196468 140732773453392 139926012185040 139926052192999 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30560] ppid=30553 vsize=10661128 memory=840 CPUtime=18.64 cores=0,2,4,6
/proc/30556/task/30560/stat : 30560 (java) R 30553 30556 27985 0 -1 4202560 26409 0 0 0 1662 202 0 0 20 0 15 0 93221804 10916995072 2081183 33554432000 4194304 4196468 140732773453392 139926011132552 139926052192999 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30561] ppid=30553 vsize=10661128 memory=8324364 CPUtime=18.49 cores=0,2,4,6
/proc/30556/task/30561/stat : 30561 (java) R 30553 30556 27985 0 -1 4202560 27234 0 0 0 1649 200 0 0 20 0 15 0 93221804 10916995072 2081183 33554432000 4194304 4196468 140732773453392 139926010079632 139926044561437 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30562] ppid=30553 vsize=10661128 memory=7848276 CPUtime=18.62 cores=0,2,4,6
/proc/30556/task/30562/stat : 30562 (java) R 30553 30556 27985 0 -1 4202560 24159 0 0 0 1650 212 0 0 20 0 15 0 93221804 10916995072 2081183 33554432000 4194304 4196468 140732773453392 139926009026640 139926052192999 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30563] ppid=30553 vsize=10661128 memory=1796 CPUtime=0.91 cores=0,2,4,6
/proc/30556/task/30563/stat : 30563 (java) S 30553 30556 27985 0 -1 1077944384 10590 0 0 0 91 0 0 0 20 0 15 0 93221806 10916995072 2081183 33554432000 4194304 4196468 140732773453392 139925364626896 139926059574997 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 29 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30564] ppid=30553 vsize=10661128 memory=640 CPUtime=0 cores=0,2,4,6
/proc/30556/task/30564/stat : 30564 (java) S 30553 30556 27985 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 15 0 93221806 10916995072 2081183 33554432000 4194304 4196468 140732773453392 139925363574368 139926059574997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30565] ppid=30553 vsize=10661128 memory=952 CPUtime=0 cores=0,2,4,6
/proc/30556/task/30565/stat : 30565 (java) S 30553 30556 27985 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 15 0 93221806 10916995072 2081183 33554432000 4194304 4196468 140732773453392 139925362521456 139926059574997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30566] ppid=30553 vsize=10661128 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/30556/task/30566/stat : 30566 (java) S 30553 30556 27985 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93221809 10916995072 2081183 33554432000 4194304 4196468 140732773453392 139925361469776 139926059583387 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30567] ppid=30553 vsize=10661128 memory=2340 CPUtime=2.43 cores=0,2,4,6
/proc/30556/task/30567/stat : 30567 (java) S 30553 30556 27985 0 -1 1077944384 7829 0 0 0 242 1 0 0 20 0 15 0 93221809 10916995072 2081183 33554432000 4194304 4196468 140732773453392 139925360417136 139926059575938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30568] ppid=30553 vsize=10661128 memory=2244 CPUtime=2.46 cores=0,2,4,6
/proc/30556/task/30568/stat : 30568 (java) S 30553 30556 27985 0 -1 1077944384 8546 0 0 0 245 1 0 0 20 0 15 0 93221809 10916995072 2081183 33554432000 4194304 4196468 140732773453392 139925359364336 139926059575938 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30569] ppid=30553 vsize=10661128 memory=932 CPUtime=0.46 cores=0,2,4,6
/proc/30556/task/30569/stat : 30569 (java) S 30553 30556 27985 0 -1 1077944384 2658 0 0 0 45 1 0 0 20 0 15 0 93221809 10916995072 2081183 33554432000 4194304 4196468 140732773453392 139925358311536 139926059575938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30570] ppid=30553 vsize=10661128 memory=1584 CPUtime=0 cores=0,2,4,6
/proc/30556/task/30570/stat : 30570 (java) S 30553 30556 27985 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93221809 10916995072 2081183 33554432000 4194304 4196468 140732773453392 139925357258976 139926059574997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30571] ppid=30553 vsize=10661128 memory=4124 CPUtime=0.01 cores=0,2,4,6
/proc/30556/task/30571/stat : 30571 (java) S 30553 30556 27985 0 -1 1077944384 366 0 0 0 0 1 0 0 20 0 15 0 93221809 10916995072 2081183 33554432000 4194304 4196468 140732773453392 139925356207280 139926059575938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 47 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
Current children cumulated CPU time: 88.11 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 8324732 KiB

[startup+27.7008 s]
/proc/loadavg: 1.76 1.55 1.48 6/215 30571
/proc/meminfo: memFree=14766752/32770624 swapFree=67108860/67108860
[pid=30556] ppid=30553 vsize=10661128 memory=8324732 CPUtime=88.39 cores=0,2,4,6
/proc/30556/stat : 30556 (java) S 30553 30556 27985 0 -1 1077944320 212977 0 0 0 8008 831 0 0 20 0 15 0 93221803 10916995072 2081183 33554432000 4194304 4196468 140732773453392 140732773435936 139926059564791 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
/proc/30556/statm: 2665282 2081183 3185 1 0 2627263 0
[pid=30556/tid=30558] ppid=30553 vsize=10661128 memory=279954558628864 CPUtime=7.36 cores=0,2,4,6
/proc/30556/task/30558/stat : 30558 (java) S 30553 30556 27985 0 -1 1077944384 12092 0 0 0 724 12 0 0 20 0 15 0 93221803 10916995072 2081183 33554432000 4194304 4196468 140732773453392 139926063804768 139926059574997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30559] ppid=30553 vsize=10661128 memory=8324732 CPUtime=18.7 cores=0,2,4,6
/proc/30556/task/30559/stat : 30559 (java) S 30553 30556 27985 0 -1 1077944384 91627 0 0 0 1673 197 0 0 20 0 15 0 93221804 10916995072 2081183 33554432000 4194304 4196468 140732773453392 139926012185232 139926059574997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30560] ppid=30553 vsize=10661128 memory=8323676 CPUtime=18.69 cores=0,2,4,6
/proc/30556/task/30560/stat : 30560 (java) S 30553 30556 27985 0 -1 1077944384 26411 0 0 0 1667 202 0 0 20 0 15 0 93221804 10916995072 2081183 33554432000 4194304 4196468 140732773453392 139926011132432 139926059574997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30561] ppid=30553 vsize=10661128 memory=2200 CPUtime=18.55 cores=0,2,4,6
/proc/30556/task/30561/stat : 30561 (java) S 30553 30556 27985 0 -1 1077944384 27234 0 0 0 1655 200 0 0 20 0 15 0 93221804 10916995072 2081183 33554432000 4194304 4196468 140732773453392 139926010079632 139926059574997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30562] ppid=30553 vsize=10661128 memory=7288 CPUtime=18.68 cores=0,2,4,6
/proc/30556/task/30562/stat : 30562 (java) S 30553 30556 27985 0 -1 1077944384 24159 0 0 0 1656 212 0 0 20 0 15 0 93221804 10916995072 2081183 33554432000 4194304 4196468 140732773453392 139926009026832 139926059574997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30563] ppid=30553 vsize=10661128 memory=6655300316396806240 CPUtime=0.95 cores=0,2,4,6
/proc/30556/task/30563/stat : 30563 (java) R 30553 30556 27985 0 -1 4202560 10590 0 0 0 95 0 0 0 20 0 15 0 93221806 10916995072 2081183 33554432000 4194304 4196468 140732773453392 139925364626656 139926045256491 0 0 0 16800975 0 0 0 -1 2 0 0 29 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30564] ppid=30553 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30556/task/30564/stat : 30564 (java) S 30553 30556 27985 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 15 0 93221806 10916995072 2081183 33554432000 4194304 4196468 140732773453392 139925363574368 139926059574997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30565] ppid=30553 vsize=10661128 memory=4140 CPUtime=0 cores=0,2,4,6
/proc/30556/task/30565/stat : 30565 (java) S 30553 30556 27985 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 15 0 93221806 10916995072 2081183 33554432000 4194304 4196468 140732773453392 139925362521456 139926059574997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30566] ppid=30553 vsize=10661128 memory=27064 CPUtime=0 cores=0,2,4,6
/proc/30556/task/30566/stat : 30566 (java) S 30553 30556 27985 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93221809 10916995072 2081183 33554432000 4194304 4196468 140732773453392 139925361469776 139926059583387 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30567] ppid=30553 vsize=10661128 memory=1296 CPUtime=2.43 cores=0,2,4,6
/proc/30556/task/30567/stat : 30567 (java) S 30553 30556 27985 0 -1 1077944384 7829 0 0 0 242 1 0 0 20 0 15 0 93221809 10916995072 2081183 33554432000 4194304 4196468 140732773453392 139925360417136 139926059575938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30568] ppid=30553 vsize=10661128 memory=8324720 CPUtime=2.46 cores=0,2,4,6
/proc/30556/task/30568/stat : 30568 (java) S 30553 30556 27985 0 -1 1077944384 8546 0 0 0 245 1 0 0 20 0 15 0 93221809 10916995072 2081183 33554432000 4194304 4196468 140732773453392 139925359364336 139926059575938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30569] ppid=30553 vsize=10661128 memory=8324720 CPUtime=0.46 cores=0,2,4,6
/proc/30556/task/30569/stat : 30569 (java) S 30553 30556 27985 0 -1 1077944384 2659 0 0 0 45 1 0 0 20 0 15 0 93221809 10916995072 2081183 33554432000 4194304 4196468 140732773453392 139925358307408 139926059574997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30570] ppid=30553 vsize=10661128 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/30556/task/30570/stat : 30570 (java) S 30553 30556 27985 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93221809 10916995072 2081183 33554432000 4194304 4196468 140732773453392 139925357258976 139926059574997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
[pid=30556/tid=30571] ppid=30553 vsize=10661128 memory=8324208 CPUtime=0.01 cores=0,2,4,6
/proc/30556/task/30571/stat : 30571 (java) S 30553 30556 27985 0 -1 1077944384 366 0 0 0 0 1 0 0 20 0 15 0 93221809 10916995072 2081183 33554432000 4194304 4196468 140732773453392 139925356207280 139926059575938 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 47 0 0 6293624 6294260 10801152 140732773455021 140732773455113 140732773455113 140732773457871 0
Current children cumulated CPU time: 88.39 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 8324732 KiB

Child status: 1
Real time (s): 27.8034
CPU time (s): 88.506
CPU user time (s): 80.1401
CPU system time (s): 8.36589
CPU usage (%): 318.327
Max. virtual memory (cumulated for all children) (KiB): 10661128
Max. memory (cumulated for all children) (KiB): 8324732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 80.1401
system time used= 8.36589
maximum resident set size= 8324732
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 213075
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= 6863
involuntary context switches= 799


# summary of solver processes directly reported to runsolver:
#   pid: 30556
#   total CPU time (s): 88.506
#   total CPU user time (s): 80.1401
#   total CPU system time (s): 8.36589

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.173949 second user time and 0.34109 second system time

The end

Launcher Data

Begin job on node107 at 2018-07-28 07:43:06
IDJOB=4298403
IDBENCH=141134
IDSOLVER=2766
FILE ID=node107/4298403-1532756586
RUNJOBID= node107-1532741422-28016
PBS_JOBID= 21022454
Free space on /tmp= 54436 MiB

SOLVER NAME= Solver of Xavier Schul & Yvhan Smal 2018-04-28
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-4298403-1532756586/watcher-4298403-1532756586 -o /tmp/evaluation-result-4298403-1532756586/solver-4298403-1532756586 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532741422-28016 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4298403-1532756586.xml

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

MD5SUM BENCH= d2763c38ef24fdf1196893d726f1931a
RANDOM SEED=87069346

node107.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.40
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.40
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.40
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.40
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:        23099056 kB
MemAvailable:   31789864 kB
Buffers:          224040 kB
Cached:          8703648 kB
SwapCached:            0 kB
Active:          3996656 kB
Inactive:        5130384 kB
Active(anon):     148980 kB
Inactive(anon):    78596 kB
Active(file):    3847676 kB
Inactive(file):  5051788 kB
Unevictable:        7164 kB
Mlocked:            7164 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             36844 kB
Writeback:             0 kB
AnonPages:        307020 kB
Mapped:            55192 kB
Shmem:             25228 kB
Slab:             242936 kB
SReclaimable:     214360 kB
SUnreclaim:        28576 kB
KernelStack:        3840 kB
PageTables:         5888 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1105168 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    225280 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 54436 MiB
End job on node107 at 2018-07-28 07:43:34