Trace number 4298425

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
SuperSolver_Macq_Stevenart 2018-04-27? 77.9603 23.7834

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298425-1532810592/watcher-4298425-1532810592 -o /tmp/evaluation-result-4298425-1532810592/solver-4298425-1532810592 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532809638-1645 --watchdog 2580 java -jar HOME/bestMinicp.jar HOME/instance-4298425-1532810592.xml 

running on 4 cores: 1,3,5,7

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

solver pid=2026, runsolver pid=2023

[startup+0.100807 s]*
/proc/loadavg: 1.98 1.85 1.53 3/216 2041
/proc/meminfo: memFree=26115284/32770624 swapFree=67108860/67108860
[pid=2026] ppid=2023 vsize=10661052 memory=27888 CPUtime=0.12 cores=1,3,5,7
/proc/2026/stat : 2026 (java) S 2023 2026 1613 0 -1 1077944320 5366 0 0 0 11 1 0 0 20 0 15 0 98622411 10916917248 6972 33554432000 4194304 4196468 140730705592672 140730705575216 139882569490167 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
/proc/2026/statm: 2665263 6972 2841 1 0 2627263 0
[pid=2026/tid=2028] ppid=2023 vsize=10661052 memory=-8412660957079705459 CPUtime=0.09 cores=1,3,5,7
/proc/2026/task/2028/stat : 2028 (java) R 2023 2026 1613 0 -1 4202560 3247 0 0 0 9 0 0 0 20 0 15 0 98622411 10916917248 6972 33554432000 4194304 4196468 140730705592672 139882573712112 139882569502102 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2029] ppid=2023 vsize=10661052 memory=7948963741541478447 CPUtime=0 cores=1,3,5,7
/proc/2026/task/2029/stat : 2029 (java) S 2023 2026 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98622412 10916917248 6972 33554432000 4194304 4196468 140730705592672 139882176109456 139882569500373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2030] ppid=2023 vsize=10661052 memory=140602781017728 CPUtime=0 cores=1,3,5,7
/proc/2026/task/2030/stat : 2030 (java) S 2023 2026 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98622412 10916917248 6972 33554432000 4194304 4196468 140730705592672 139882175056656 139882569500373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2031] ppid=2023 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2026/task/2031/stat : 2031 (java) S 2023 2026 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98622412 10916917248 6972 33554432000 4194304 4196468 140730705592672 139882174004368 139882569500373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2032] ppid=2023 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2026/task/2032/stat : 2032 (java) S 2023 2026 1613 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98622412 10916917248 6972 33554432000 4194304 4196468 140730705592672 139882172951568 139882569500373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2033] ppid=2023 vsize=10661052 memory=140602781017728 CPUtime=0 cores=1,3,5,7
/proc/2026/task/2033/stat : 2033 (java) S 2023 2026 1613 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98622414 10916917248 6972 33554432000 4194304 4196468 140730705592672 139881874245744 139882569501314 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2034] ppid=2023 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2026/task/2034/stat : 2034 (java) S 2023 2026 1613 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98622414 10916917248 6972 33554432000 4194304 4196468 140730705592672 139881873191712 139882569500373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2035] ppid=2023 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2026/task/2035/stat : 2035 (java) S 2023 2026 1613 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98622414 10916917248 6972 33554432000 4194304 4196468 140730705592672 139881872139376 139882569500373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2036] ppid=2023 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2026/task/2036/stat : 2036 (java) S 2023 2026 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98622417 10916917248 6972 33554432000 4194304 4196468 140730705592672 139881871087696 139882569508763 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2037] ppid=2023 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2026/task/2037/stat : 2037 (java) S 2023 2026 1613 0 -1 1077944384 429 0 0 0 0 0 0 0 20 0 15 0 98622417 10916917248 6972 33554432000 4194304 4196468 140730705592672 139881870035568 139882569501314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2038] ppid=2023 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2026/task/2038/stat : 2038 (java) S 2023 2026 1613 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 98622417 10916917248 6972 33554432000 4194304 4196468 140730705592672 139881868982768 139882569501314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2039] ppid=2023 vsize=10661052 memory=140602781017728 CPUtime=0.01 cores=1,3,5,7
/proc/2026/task/2039/stat : 2039 (java) R 2023 2026 1613 0 -1 4202560 321 0 0 0 1 0 0 0 20 0 15 0 98622417 10916917248 6972 33554432000 4194304 4196468 140730705592672 139881867930480 139882548117416 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2040] ppid=2023 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2026/task/2040/stat : 2040 (java) S 2023 2026 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98622417 10916917248 6972 33554432000 4194304 4196468 140730705592672 139881866877920 139882569500373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2041] ppid=2023 vsize=10661052 memory=140602781017728 CPUtime=0 cores=1,3,5,7
/proc/2026/task/2041/stat : 2041 (java) R 2023 2026 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98622417 10916917248 6972 33554432000 4194304 4196468 140730705592672 139881865824688 139882569501314 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 27888 KiB

[startup+0.210588 s]*
/proc/loadavg: 1.98 1.85 1.53 4/216 2041
/proc/meminfo: memFree=26102852/32770624 swapFree=67108860/67108860
[pid=2026] ppid=2023 vsize=10661052 memory=40052 CPUtime=0.34 cores=1,3,5,7
/proc/2026/stat : 2026 (java) S 2023 2026 1613 0 -1 1077944320 8166 0 0 0 32 2 0 0 20 0 15 0 98622411 10916917248 10013 33554432000 4194304 4196468 140730705592672 140730705575216 139882569490167 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
/proc/2026/statm: 2665263 10013 2978 1 0 2627263 0
[pid=2026/tid=2028] ppid=2023 vsize=10661052 memory=8389772277269004345 CPUtime=0.2 cores=1,3,5,7
/proc/2026/task/2028/stat : 2028 (java) R 2023 2026 1613 0 -1 4202560 5136 0 0 0 19 1 0 0 20 0 15 0 98622411 10916917248 10013 33554432000 4194304 4196468 140730705592672 139882573729152 139882202788197 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2029] ppid=2023 vsize=10661052 memory=288230604707987479 CPUtime=0 cores=1,3,5,7
/proc/2026/task/2029/stat : 2029 (java) S 2023 2026 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98622412 10916917248 10013 33554432000 4194304 4196468 140730705592672 139882176109456 139882569500373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2030] ppid=2023 vsize=10661052 memory=288370978932729472 CPUtime=0 cores=1,3,5,7
/proc/2026/task/2030/stat : 2030 (java) S 2023 2026 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98622412 10916917248 10013 33554432000 4194304 4196468 140730705592672 139882175056656 139882569500373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2031] ppid=2023 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2026/task/2031/stat : 2031 (java) S 2023 2026 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98622412 10916917248 10013 33554432000 4194304 4196468 140730705592672 139882174004368 139882569500373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2032] ppid=2023 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2026/task/2032/stat : 2032 (java) S 2023 2026 1613 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98622412 10916917248 10013 33554432000 4194304 4196468 140730705592672 139882172951568 139882569500373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2033] ppid=2023 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2026/task/2033/stat : 2033 (java) S 2023 2026 1613 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98622414 10916917248 10013 33554432000 4194304 4196468 140730705592672 139881874245744 139882569501314 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2034] ppid=2023 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2026/task/2034/stat : 2034 (java) S 2023 2026 1613 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98622414 10916917248 10013 33554432000 4194304 4196468 140730705592672 139881873191712 139882569500373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2035] ppid=2023 vsize=10661052 memory=140602781017728 CPUtime=0 cores=1,3,5,7
/proc/2026/task/2035/stat : 2035 (java) S 2023 2026 1613 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98622414 10916917248 10013 33554432000 4194304 4196468 140730705592672 139881872139376 139882569500373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2036] ppid=2023 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2026/task/2036/stat : 2036 (java) S 2023 2026 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98622417 10916917248 10013 33554432000 4194304 4196468 140730705592672 139881871087696 139882569508763 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2037] ppid=2023 vsize=10661052 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/2026/task/2037/stat : 2037 (java) R 2023 2026 1613 0 -1 4202560 510 0 0 0 2 0 0 0 20 0 15 0 98622417 10916917248 10013 33554432000 4194304 4196468 140730705592672 139881870035568 139882554418783 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2038] ppid=2023 vsize=10661052 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/2026/task/2038/stat : 2038 (java) R 2023 2026 1613 0 -1 1077944384 371 0 0 0 2 0 0 0 20 0 15 0 98622417 10916917248 10013 33554432000 4194304 4196468 140730705592672 139881868982768 139882569501314 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2039] ppid=2023 vsize=10661052 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2026/task/2039/stat : 2039 (java) R 2023 2026 1613 0 -1 4202560 789 0 0 0 8 0 0 0 20 0 15 0 98622417 10916917248 10013 33554432000 4194304 4196468 140730705592672 139881867926848 139882548759196 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2040] ppid=2023 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2026/task/2040/stat : 2040 (java) S 2023 2026 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98622417 10916917248 10013 33554432000 4194304 4196468 140730705592672 139881866877920 139882569500373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2041] ppid=2023 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2026/task/2041/stat : 2041 (java) S 2023 2026 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98622417 10916917248 10013 33554432000 4194304 4196468 140730705592672 139881865824688 139882569501314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 40052 KiB

[startup+0.311446 s]*
/proc/loadavg: 1.98 1.85 1.53 5/216 2041
/proc/meminfo: memFree=26085048/32770624 swapFree=67108860/67108860
[pid=2026] ppid=2023 vsize=10661052 memory=58460 CPUtime=0.67 cores=1,3,5,7
/proc/2026/stat : 2026 (java) S 2023 2026 1613 0 -1 1077944320 10058 0 0 0 65 2 0 0 20 0 15 0 98622411 10916917248 14615 33554432000 4194304 4196468 140730705592672 140730705575216 139882569490167 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
/proc/2026/statm: 2665263 14615 3049 1 0 2627263 0
[pid=2026/tid=2028] ppid=2023 vsize=10661052 memory=4638778419807998288 CPUtime=0.29 cores=1,3,5,7
/proc/2026/task/2028/stat : 2028 (java) R 2023 2026 1613 0 -1 4202560 5153 0 0 0 28 1 0 0 20 0 15 0 98622411 10916917248 14615 33554432000 4194304 4196468 140730705592672 139882573728224 139882569512093 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2029] ppid=2023 vsize=10661052 memory=140602666745039 CPUtime=0 cores=1,3,5,7
/proc/2026/task/2029/stat : 2029 (java) S 2023 2026 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98622412 10916917248 14615 33554432000 4194304 4196468 140730705592672 139882176109456 139882569500373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2030] ppid=2023 vsize=10661052 memory=140602781017728 CPUtime=0 cores=1,3,5,7
/proc/2026/task/2030/stat : 2030 (java) S 2023 2026 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98622412 10916917248 14615 33554432000 4194304 4196468 140730705592672 139882175056656 139882569500373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2031] ppid=2023 vsize=10661052 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/2026/task/2031/stat : 2031 (java) S 2023 2026 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98622412 10916917248 14615 33554432000 4194304 4196468 140730705592672 139882174004368 139882569500373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2032] ppid=2023 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2026/task/2032/stat : 2032 (java) S 2023 2026 1613 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98622412 10916917248 14615 33554432000 4194304 4196468 140730705592672 139882172951568 139882569500373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2033] ppid=2023 vsize=10661052 memory=281205333503904 CPUtime=0 cores=1,3,5,7
/proc/2026/task/2033/stat : 2033 (java) S 2023 2026 1613 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98622414 10916917248 14615 33554432000 4194304 4196468 140730705592672 139881874245744 139882569501314 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2034] ppid=2023 vsize=10661052 memory=67 CPUtime=0 cores=1,3,5,7
/proc/2026/task/2034/stat : 2034 (java) S 2023 2026 1613 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98622414 10916917248 14615 33554432000 4194304 4196468 140730705592672 139881873191712 139882569500373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2035] ppid=2023 vsize=10661052 memory=281205447755856 CPUtime=0 cores=1,3,5,7
/proc/2026/task/2035/stat : 2035 (java) S 2023 2026 1613 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98622414 10916917248 14615 33554432000 4194304 4196468 140730705592672 139881872139376 139882569500373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2036] ppid=2023 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2026/task/2036/stat : 2036 (java) S 2023 2026 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98622417 10916917248 14615 33554432000 4194304 4196468 140730705592672 139881871087696 139882569508763 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2037] ppid=2023 vsize=10661052 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/2026/task/2037/stat : 2037 (java) R 2023 2026 1613 0 -1 4202560 1241 0 0 0 12 0 0 0 20 0 15 0 98622417 10916917248 14615 33554432000 4194304 4196468 140730705592672 139881870016584 139882554614206 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2038] ppid=2023 vsize=10661052 memory=140602666784399 CPUtime=0.11 cores=1,3,5,7
/proc/2026/task/2038/stat : 2038 (java) R 2023 2026 1613 0 -1 4202560 1151 0 0 0 11 0 0 0 20 0 15 0 98622417 10916917248 14615 33554432000 4194304 4196468 140730705592672 139881868968232 139882547512880 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2039] ppid=2023 vsize=10661052 memory=281205333554800 CPUtime=0.12 cores=1,3,5,7
/proc/2026/task/2039/stat : 2039 (java) S 2023 2026 1613 0 -1 1077944384 1186 0 0 0 12 0 0 0 20 0 15 0 98622417 10916917248 14615 33554432000 4194304 4196468 140730705592672 139881867930480 139882569501314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2040] ppid=2023 vsize=10661052 memory=281205333438472 CPUtime=0 cores=1,3,5,7
/proc/2026/task/2040/stat : 2040 (java) S 2023 2026 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98622417 10916917248 14615 33554432000 4194304 4196468 140730705592672 139881866877920 139882569500373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2041] ppid=2023 vsize=10661052 memory=12 CPUtime=0 cores=1,3,5,7
/proc/2026/task/2041/stat : 2041 (java) S 2023 2026 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98622417 10916917248 14615 33554432000 4194304 4196468 140730705592672 139881865824688 139882569501314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 58460 KiB

[startup+0.700723 s]
/proc/loadavg: 1.98 1.85 1.53 5/216 2041
/proc/meminfo: memFree=26025012/32770624 swapFree=67108860/67108860
[pid=2026] ppid=2023 vsize=10661128 memory=157448 CPUtime=1.63 cores=1,3,5,7
/proc/2026/stat : 2026 (java) S 2023 2026 1613 0 -1 1077944320 11338 0 0 0 159 4 0 0 20 0 15 0 98622411 10916995072 39362 33554432000 4194304 4196468 140730705592672 140730705575216 139882569490167 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
/proc/2026/statm: 2665282 39362 3089 1 0 2627263 0
[pid=2026/tid=2028] ppid=2023 vsize=10661128 memory=0 CPUtime=0.68 cores=1,3,5,7
/proc/2026/task/2028/stat : 2028 (java) R 2023 2026 1613 0 -1 4202560 5520 0 0 0 65 3 0 0 20 0 15 0 98622411 10916995072 39362 33554432000 4194304 4196468 140730705592672 139882573726480 139882205696466 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2029] ppid=2023 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2026/task/2029/stat : 2029 (java) S 2023 2026 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98622412 10916995072 39362 33554432000 4194304 4196468 140730705592672 139882176109456 139882569500373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2030] ppid=2023 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2026/task/2030/stat : 2030 (java) S 2023 2026 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98622412 10916995072 39362 33554432000 4194304 4196468 140730705592672 139882175056656 139882569500373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2031] ppid=2023 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2026/task/2031/stat : 2031 (java) S 2023 2026 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98622412 10916995072 39362 33554432000 4194304 4196468 140730705592672 139882174004368 139882569500373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2032] ppid=2023 vsize=10661128 memory=2 CPUtime=0 cores=1,3,5,7
/proc/2026/task/2032/stat : 2032 (java) S 2023 2026 1613 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98622412 10916995072 39362 33554432000 4194304 4196468 140730705592672 139882172951568 139882569500373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2033] ppid=2023 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2026/task/2033/stat : 2033 (java) S 2023 2026 1613 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 98622414 10916995072 39362 33554432000 4194304 4196468 140730705592672 139881874245744 139882569501314 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2034] ppid=2023 vsize=10661128 memory=149334335167312 CPUtime=0 cores=1,3,5,7
/proc/2026/task/2034/stat : 2034 (java) S 2023 2026 1613 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98622414 10916995072 39362 33554432000 4194304 4196468 140730705592672 139881873191712 139882569500373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2035] ppid=2023 vsize=10661128 memory=572053 CPUtime=0 cores=1,3,5,7
/proc/2026/task/2035/stat : 2035 (java) S 2023 2026 1613 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98622414 10916995072 39362 33554432000 4194304 4196468 140730705592672 139881872139376 139882569500373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2036] ppid=2023 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2026/task/2036/stat : 2036 (java) S 2023 2026 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98622417 10916995072 39362 33554432000 4194304 4196468 140730705592672 139881871087696 139882569508763 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2037] ppid=2023 vsize=10661128 memory=0 CPUtime=0.33 cores=1,3,5,7
/proc/2026/task/2037/stat : 2037 (java) R 2023 2026 1613 0 -1 4202560 1770 0 0 0 33 0 0 0 20 0 15 0 98622417 10916995072 39362 33554432000 4194304 4196468 140730705592672 139881870035568 139882548679616 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2038] ppid=2023 vsize=10661128 memory=7809523229951467572 CPUtime=0.35 cores=1,3,5,7
/proc/2026/task/2038/stat : 2038 (java) R 2023 2026 1613 0 -1 4202560 1231 0 0 0 35 0 0 0 20 0 15 0 98622417 10916995072 39362 33554432000 4194304 4196468 140730705592672 139881868969520 139882552901061 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2039] ppid=2023 vsize=10661128 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/2026/task/2039/stat : 2039 (java) S 2023 2026 1613 0 -1 1077944384 1446 0 0 0 24 0 0 0 20 0 15 0 98622417 10916995072 39362 33554432000 4194304 4196468 140730705592672 139881867930480 139882569501314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2040] ppid=2023 vsize=10661128 memory=-3535359994705171299 CPUtime=0 cores=1,3,5,7
/proc/2026/task/2040/stat : 2040 (java) S 2023 2026 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98622417 10916995072 39362 33554432000 4194304 4196468 140730705592672 139881866877920 139882569500373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2041] ppid=2023 vsize=10661128 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/2026/task/2041/stat : 2041 (java) S 2023 2026 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98622417 10916995072 39362 33554432000 4194304 4196468 140730705592672 139881865824688 139882569501314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
Current children cumulated CPU time: 1.63 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 157448 KiB

[startup+1.50145 s]
/proc/loadavg: 1.98 1.85 1.53 5/216 2041
/proc/meminfo: memFree=25872940/32770624 swapFree=67108860/67108860
[pid=2026] ppid=2023 vsize=10661128 memory=447612 CPUtime=4.15 cores=1,3,5,7
/proc/2026/stat : 2026 (java) S 2023 2026 1613 0 -1 1077944320 16786 0 0 0 396 19 0 0 20 0 15 0 98622411 10916995072 111903 33554432000 4194304 4196468 140730705592672 140730705575216 139882569490167 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
/proc/2026/statm: 2665282 111903 3135 1 0 2627263 0
[pid=2026/tid=2028] ppid=2023 vsize=10661128 memory=7014751519633462882 CPUtime=1.33 cores=1,3,5,7
/proc/2026/task/2028/stat : 2028 (java) R 2023 2026 1613 0 -1 4202560 5608 0 0 0 128 5 0 0 20 0 15 0 98622411 10916995072 111903 33554432000 4194304 4196468 140730705592672 139882573728320 139882202997415 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2029] ppid=2023 vsize=10661128 memory=7014751519633462882 CPUtime=0.11 cores=1,3,5,7
/proc/2026/task/2029/stat : 2029 (java) S 2023 2026 1613 0 -1 1077944384 84 0 0 0 8 3 0 0 20 0 15 0 98622412 10916995072 111903 33554432000 4194304 4196468 140730705592672 139882176109456 139882569500373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2030] ppid=2023 vsize=10661128 memory=7812711148304296042 CPUtime=0.08 cores=1,3,5,7
/proc/2026/task/2030/stat : 2030 (java) S 2023 2026 1613 0 -1 1077944384 127 0 0 0 6 2 0 0 20 0 15 0 98622412 10916995072 111903 33554432000 4194304 4196468 140730705592672 139882175056656 139882569500373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2031] ppid=2023 vsize=10661128 memory=281205333632944 CPUtime=0.08 cores=1,3,5,7
/proc/2026/task/2031/stat : 2031 (java) S 2023 2026 1613 0 -1 1077944384 153 0 0 0 7 1 0 0 20 0 15 0 98622412 10916995072 111903 33554432000 4194304 4196468 140730705592672 139882174004368 139882569500373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2032] ppid=2023 vsize=10661128 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/2026/task/2032/stat : 2032 (java) S 2023 2026 1613 0 -1 1077944384 193 0 0 0 9 3 0 0 20 0 15 0 98622412 10916995072 111903 33554432000 4194304 4196468 140730705592672 139882172951568 139882569500373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2033] ppid=2023 vsize=10661128 memory=10755 CPUtime=0 cores=1,3,5,7
/proc/2026/task/2033/stat : 2033 (java) S 2023 2026 1613 0 -1 1077944384 208 0 0 0 0 0 0 0 20 0 15 0 98622414 10916995072 111903 33554432000 4194304 4196468 140730705592672 139881874245744 139882569501314 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0

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

[pid=2026/tid=2040] ppid=2023 vsize=10661128 memory=8321468 CPUtime=0 cores=1,3,5,7
/proc/2026/task/2040/stat : 2040 (java) S 2023 2026 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98622417 10916995072 2080430 33554432000 4194304 4196468 140730705592672 139881866877920 139882569500373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2041] ppid=2023 vsize=10661128 memory=8208852 CPUtime=0.01 cores=1,3,5,7
/proc/2026/task/2041/stat : 2041 (java) S 2023 2026 1613 0 -1 1077944384 317 0 0 0 1 0 0 0 20 0 15 0 98622417 10916995072 2080430 33554432000 4194304 4196468 140730705592672 139881865824688 139882569501314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 12 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
Current children cumulated CPU time: 67.46 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 8321720 KiB

[startup+22.4014 s]
/proc/loadavg: 2.40 1.95 1.58 3/216 2041
/proc/meminfo: memFree=17817928/32770624 swapFree=67108860/67108860
[pid=2026] ppid=2023 vsize=10661128 memory=8321760 CPUtime=73.39 cores=1,3,5,7
/proc/2026/stat : 2026 (java) S 2023 2026 1613 0 -1 1077944320 254572 0 0 0 6523 816 0 0 20 0 15 0 98622411 10916995072 2080440 33554432000 4194304 4196468 140730705592672 140730705575216 139882569490167 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
/proc/2026/statm: 2665282 2080440 3182 1 0 2627263 0
[pid=2026/tid=2028] ppid=2023 vsize=10661128 memory=2724 CPUtime=5.46 cores=1,3,5,7
/proc/2026/task/2028/stat : 2028 (java) S 2023 2026 1613 0 -1 1077944384 10513 0 0 0 533 13 0 0 20 0 15 0 98622411 10916995072 2080440 33554432000 4194304 4196468 140730705592672 139882573728992 139882569500373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2029] ppid=2023 vsize=10661128 memory=8112282956445269571 CPUtime=15.53 cores=1,3,5,7
/proc/2026/task/2029/stat : 2029 (java) R 2023 2026 1613 0 -1 4202560 88886 0 0 0 1373 180 0 0 20 0 15 0 98622412 10916995072 2080440 33554432000 4194304 4196468 140730705592672 139882176109456 139882551086007 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2030] ppid=2023 vsize=10661128 memory=1992 CPUtime=15.35 cores=1,3,5,7
/proc/2026/task/2030/stat : 2030 (java) R 2023 2026 1613 0 -1 4202560 26189 0 0 0 1329 206 0 0 20 0 15 0 98622412 10916995072 2080440 33554432000 4194304 4196468 140730705592672 139882175056856 139882554440772 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2031] ppid=2023 vsize=10661128 memory=2236 CPUtime=15.42 cores=1,3,5,7
/proc/2026/task/2031/stat : 2031 (java) R 2023 2026 1613 0 -1 4202560 63096 0 0 0 1340 202 0 0 20 0 15 0 98622412 10916995072 2080440 33554432000 4194304 4196468 140730705592672 139882174004368 139882554187919 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2032] ppid=2023 vsize=10661128 memory=1992 CPUtime=15.49 cores=1,3,5,7
/proc/2026/task/2032/stat : 2032 (java) R 2023 2026 1613 0 -1 4202560 35354 0 0 0 1342 207 0 0 20 0 15 0 98622412 10916995072 2080440 33554432000 4194304 4196468 140730705592672 139882172951456 139882554187942 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2033] ppid=2023 vsize=10661128 memory=7528 CPUtime=1.09 cores=1,3,5,7
/proc/2026/task/2033/stat : 2033 (java) S 2023 2026 1613 0 -1 1077944384 15708 0 0 0 108 1 0 0 20 0 15 0 98622414 10916995072 2080440 33554432000 4194304 4196468 140730705592672 139881874244064 139882569500373 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2034] ppid=2023 vsize=10661128 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/2026/task/2034/stat : 2034 (java) S 2023 2026 1613 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 98622414 10916995072 2080440 33554432000 4194304 4196468 140730705592672 139881873191776 139882569500373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2035] ppid=2023 vsize=10661128 memory=2204 CPUtime=0 cores=1,3,5,7
/proc/2026/task/2035/stat : 2035 (java) S 2023 2026 1613 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98622414 10916995072 2080440 33554432000 4194304 4196468 140730705592672 139881872139376 139882569500373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2036] ppid=2023 vsize=10661128 memory=1240 CPUtime=0 cores=1,3,5,7
/proc/2026/task/2036/stat : 2036 (java) S 2023 2026 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98622417 10916995072 2080440 33554432000 4194304 4196468 140730705592672 139881871087696 139882569508763 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2037] ppid=2023 vsize=10661128 memory=1520 CPUtime=2.13 cores=1,3,5,7
/proc/2026/task/2037/stat : 2037 (java) S 2023 2026 1613 0 -1 1077944384 5153 0 0 0 212 1 0 0 20 0 15 0 98622417 10916995072 2080440 33554432000 4194304 4196468 140730705592672 139881870035568 139882569501314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2038] ppid=2023 vsize=10661128 memory=844 CPUtime=2.33 cores=1,3,5,7
/proc/2026/task/2038/stat : 2038 (java) S 2023 2026 1613 0 -1 1077944384 6064 0 0 0 233 0 0 0 20 0 15 0 98622417 10916995072 2080440 33554432000 4194304 4196468 140730705592672 139881868982768 139882569501314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2039] ppid=2023 vsize=10661128 memory=3360 CPUtime=0.47 cores=1,3,5,7
/proc/2026/task/2039/stat : 2039 (java) S 2023 2026 1613 0 -1 1077944384 1930 0 0 0 47 0 0 0 20 0 15 0 98622417 10916995072 2080440 33554432000 4194304 4196468 140730705592672 139881867930480 139882569501314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2040] ppid=2023 vsize=10661128 memory=2724 CPUtime=0 cores=1,3,5,7
/proc/2026/task/2040/stat : 2040 (java) S 2023 2026 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98622417 10916995072 2080440 33554432000 4194304 4196468 140730705592672 139881866877920 139882569500373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2041] ppid=2023 vsize=10661128 memory=1129 CPUtime=0.01 cores=1,3,5,7
/proc/2026/task/2041/stat : 2041 (java) S 2023 2026 1613 0 -1 1077944384 317 0 0 0 1 0 0 0 20 0 15 0 98622417 10916995072 2080440 33554432000 4194304 4196468 140730705592672 139881865824688 139882569501314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 12 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
Current children cumulated CPU time: 73.39 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 8321760 KiB

[startup+23.2014 s]
/proc/loadavg: 2.40 1.95 1.58 6/216 2041
/proc/meminfo: memFree=17818064/32770624 swapFree=67108860/67108860
[pid=2026] ppid=2023 vsize=10661128 memory=8321760 CPUtime=76.17 cores=1,3,5,7
/proc/2026/stat : 2026 (java) S 2023 2026 1613 0 -1 1077944320 254577 0 0 0 6801 816 0 0 20 0 15 0 98622411 10916995072 2080440 33554432000 4194304 4196468 140730705592672 140730705575216 139882569490167 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
/proc/2026/statm: 2665282 2080440 3182 1 0 2627263 0
[pid=2026/tid=2028] ppid=2023 vsize=10661128 memory=53 CPUtime=5.46 cores=1,3,5,7
/proc/2026/task/2028/stat : 2028 (java) S 2023 2026 1613 0 -1 1077944384 10516 0 0 0 533 13 0 0 20 0 15 0 98622411 10916995072 2080440 33554432000 4194304 4196468 140730705592672 139882573728992 139882569500373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2029] ppid=2023 vsize=10661128 memory=0 CPUtime=16.19 cores=1,3,5,7
/proc/2026/task/2029/stat : 2029 (java) R 2023 2026 1613 0 -1 4202560 88886 0 0 0 1439 180 0 0 20 0 15 0 98622412 10916995072 2080440 33554432000 4194304 4196468 140730705592672 139882176109344 139882551087178 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2030] ppid=2023 vsize=10661128 memory=0 CPUtime=16.02 cores=1,3,5,7
/proc/2026/task/2030/stat : 2030 (java) R 2023 2026 1613 0 -1 4202560 26189 0 0 0 1396 206 0 0 20 0 15 0 98622412 10916995072 2080440 33554432000 4194304 4196468 140730705592672 139882175056656 139882551086608 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2031] ppid=2023 vsize=10661128 memory=0 CPUtime=16.09 cores=1,3,5,7
/proc/2026/task/2031/stat : 2031 (java) R 2023 2026 1613 0 -1 4202560 63096 0 0 0 1407 202 0 0 20 0 15 0 98622412 10916995072 2080440 33554432000 4194304 4196468 140730705592672 139882174004568 139882554187942 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2032] ppid=2023 vsize=10661128 memory=100 CPUtime=16.16 cores=1,3,5,7
/proc/2026/task/2032/stat : 2032 (java) R 2023 2026 1613 0 -1 4202560 35355 0 0 0 1409 207 0 0 20 0 15 0 98622412 10916995072 2080440 33554432000 4194304 4196468 140730705592672 139882172951568 139882554187919 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2033] ppid=2023 vsize=10661128 memory=0 CPUtime=1.22 cores=1,3,5,7
/proc/2026/task/2033/stat : 2033 (java) S 2023 2026 1613 0 -1 1077944384 15709 0 0 0 121 1 0 0 20 0 15 0 98622414 10916995072 2080440 33554432000 4194304 4196468 140730705592672 139881874244064 139882569500373 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2034] ppid=2023 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2026/task/2034/stat : 2034 (java) S 2023 2026 1613 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 98622414 10916995072 2080440 33554432000 4194304 4196468 140730705592672 139881873191776 139882569500373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2035] ppid=2023 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2026/task/2035/stat : 2035 (java) S 2023 2026 1613 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98622414 10916995072 2080440 33554432000 4194304 4196468 140730705592672 139881872139376 139882569500373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2036] ppid=2023 vsize=10661128 memory=213 CPUtime=0 cores=1,3,5,7
/proc/2026/task/2036/stat : 2036 (java) S 2023 2026 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98622417 10916995072 2080440 33554432000 4194304 4196468 140730705592672 139881871087696 139882569508763 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2037] ppid=2023 vsize=10661128 memory=233 CPUtime=2.13 cores=1,3,5,7
/proc/2026/task/2037/stat : 2037 (java) S 2023 2026 1613 0 -1 1077944384 5153 0 0 0 212 1 0 0 20 0 15 0 98622417 10916995072 2080440 33554432000 4194304 4196468 140730705592672 139881870035568 139882569501314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2038] ppid=2023 vsize=10661128 memory=47 CPUtime=2.33 cores=1,3,5,7
/proc/2026/task/2038/stat : 2038 (java) S 2023 2026 1613 0 -1 1077944384 6064 0 0 0 233 0 0 0 20 0 15 0 98622417 10916995072 2080440 33554432000 4194304 4196468 140730705592672 139881868982768 139882569501314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2039] ppid=2023 vsize=10661128 memory=0 CPUtime=0.47 cores=1,3,5,7
/proc/2026/task/2039/stat : 2039 (java) S 2023 2026 1613 0 -1 1077944384 1930 0 0 0 47 0 0 0 20 0 15 0 98622417 10916995072 2080440 33554432000 4194304 4196468 140730705592672 139881867930480 139882569501314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2040] ppid=2023 vsize=10661128 memory=1 CPUtime=0 cores=1,3,5,7
/proc/2026/task/2040/stat : 2040 (java) S 2023 2026 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98622417 10916995072 2080440 33554432000 4194304 4196468 140730705592672 139881866877920 139882569500373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2041] ppid=2023 vsize=10661128 memory=140602781048545 CPUtime=0.01 cores=1,3,5,7
/proc/2026/task/2041/stat : 2041 (java) S 2023 2026 1613 0 -1 1077944384 317 0 0 0 1 0 0 0 20 0 15 0 98622417 10916995072 2080440 33554432000 4194304 4196468 140730705592672 139881865824688 139882569501314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 12 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
Current children cumulated CPU time: 76.17 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 8321760 KiB

[startup+23.6014 s]
/proc/loadavg: 2.40 1.95 1.58 6/216 2041
/proc/meminfo: memFree=17818064/32770624 swapFree=67108860/67108860
[pid=2026] ppid=2023 vsize=10661128 memory=8321760 CPUtime=77.62 cores=1,3,5,7
/proc/2026/stat : 2026 (java) S 2023 2026 1613 0 -1 1077944320 254577 0 0 0 6946 816 0 0 20 0 15 0 98622411 10916995072 2080440 33554432000 4194304 4196468 140730705592672 140730705575216 139882569490167 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
/proc/2026/statm: 2665282 2080440 3182 1 0 2627263 0
[pid=2026/tid=2028] ppid=2023 vsize=10661128 memory=5448 CPUtime=5.46 cores=1,3,5,7
/proc/2026/task/2028/stat : 2028 (java) S 2023 2026 1613 0 -1 1077944384 10516 0 0 0 533 13 0 0 20 0 15 0 98622411 10916995072 2080440 33554432000 4194304 4196468 140730705592672 139882573728992 139882569500373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2029] ppid=2023 vsize=10661128 memory=756 CPUtime=16.54 cores=1,3,5,7
/proc/2026/task/2029/stat : 2029 (java) R 2023 2026 1613 0 -1 4202560 88886 0 0 0 1474 180 0 0 20 0 15 0 98622412 10916995072 2080440 33554432000 4194304 4196468 140730705592672 139882176109656 139882554189005 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2030] ppid=2023 vsize=10661128 memory=14572 CPUtime=16.37 cores=1,3,5,7
/proc/2026/task/2030/stat : 2030 (java) R 2023 2026 1613 0 -1 4202560 26189 0 0 0 1431 206 0 0 20 0 15 0 98622412 10916995072 2080440 33554432000 4194304 4196468 140730705592672 139882175056544 139882554188915 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2031] ppid=2023 vsize=10661128 memory=12708 CPUtime=16.44 cores=1,3,5,7
/proc/2026/task/2031/stat : 2031 (java) R 2023 2026 1613 0 -1 4202560 63096 0 0 0 1442 202 0 0 20 0 15 0 98622412 10916995072 2080440 33554432000 4194304 4196468 140730705592672 139882174004368 139882551099782 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2032] ppid=2023 vsize=10661128 memory=15896 CPUtime=16.5 cores=1,3,5,7
/proc/2026/task/2032/stat : 2032 (java) R 2023 2026 1613 0 -1 4202560 35355 0 0 0 1443 207 0 0 20 0 15 0 98622412 10916995072 2080440 33554432000 4194304 4196468 140730705592672 139882172951768 139882554188923 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2033] ppid=2023 vsize=10661128 memory=2324 CPUtime=1.27 cores=1,3,5,7
/proc/2026/task/2033/stat : 2033 (java) S 2023 2026 1613 0 -1 1077944384 15709 0 0 0 126 1 0 0 20 0 15 0 98622414 10916995072 2080440 33554432000 4194304 4196468 140730705592672 139881874244304 139882569500373 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2034] ppid=2023 vsize=10661128 memory=1584 CPUtime=0 cores=1,3,5,7
/proc/2026/task/2034/stat : 2034 (java) S 2023 2026 1613 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 98622414 10916995072 2080440 33554432000 4194304 4196468 140730705592672 139881873191776 139882569500373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2035] ppid=2023 vsize=10661128 memory=496 CPUtime=0 cores=1,3,5,7
/proc/2026/task/2035/stat : 2035 (java) S 2023 2026 1613 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98622414 10916995072 2080440 33554432000 4194304 4196468 140730705592672 139881872139376 139882569500373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2036] ppid=2023 vsize=10661128 memory=928 CPUtime=0 cores=1,3,5,7
/proc/2026/task/2036/stat : 2036 (java) S 2023 2026 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98622417 10916995072 2080440 33554432000 4194304 4196468 140730705592672 139881871087696 139882569508763 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2037] ppid=2023 vsize=10661128 memory=1172 CPUtime=2.13 cores=1,3,5,7
/proc/2026/task/2037/stat : 2037 (java) S 2023 2026 1613 0 -1 1077944384 5153 0 0 0 212 1 0 0 20 0 15 0 98622417 10916995072 2080440 33554432000 4194304 4196468 140730705592672 139881870035568 139882569501314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2038] ppid=2023 vsize=10661128 memory=1968 CPUtime=2.33 cores=1,3,5,7
/proc/2026/task/2038/stat : 2038 (java) S 2023 2026 1613 0 -1 1077944384 6064 0 0 0 233 0 0 0 20 0 15 0 98622417 10916995072 2080440 33554432000 4194304 4196468 140730705592672 139881868982768 139882569501314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2039] ppid=2023 vsize=10661128 memory=4096 CPUtime=0.47 cores=1,3,5,7
/proc/2026/task/2039/stat : 2039 (java) S 2023 2026 1613 0 -1 1077944384 1930 0 0 0 47 0 0 0 20 0 15 0 98622417 10916995072 2080440 33554432000 4194304 4196468 140730705592672 139881867930480 139882569501314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2040] ppid=2023 vsize=10661128 memory=1692 CPUtime=0 cores=1,3,5,7
/proc/2026/task/2040/stat : 2040 (java) S 2023 2026 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98622417 10916995072 2080440 33554432000 4194304 4196468 140730705592672 139881866877920 139882569500373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2041] ppid=2023 vsize=10661128 memory=912 CPUtime=0.01 cores=1,3,5,7
/proc/2026/task/2041/stat : 2041 (java) S 2023 2026 1613 0 -1 1077944384 317 0 0 0 1 0 0 0 20 0 15 0 98622417 10916995072 2080440 33554432000 4194304 4196468 140730705592672 139881865824688 139882569501314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 12 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
Current children cumulated CPU time: 77.62 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 8321760 KiB

[startup+23.7007 s]
/proc/loadavg: 2.40 1.95 1.58 6/216 2041
/proc/meminfo: memFree=17818064/32770624 swapFree=67108860/67108860
[pid=2026] ppid=2023 vsize=10661128 memory=8321772 CPUtime=77.86 cores=1,3,5,7
/proc/2026/stat : 2026 (java) S 2023 2026 1613 0 -1 1077944320 254666 0 0 0 6970 816 0 0 20 0 15 0 98622411 10916995072 2080443 33554432000 4194304 4196468 140730705592672 140730705575216 139882569490167 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
/proc/2026/statm: 2665282 2080443 3183 1 0 2627263 0
[pid=2026/tid=2028] ppid=2023 vsize=10661128 memory=8321756 CPUtime=5.46 cores=1,3,5,7
/proc/2026/task/2028/stat : 2028 (java) S 2023 2026 1613 0 -1 1077944384 10597 0 0 0 533 13 0 0 20 0 15 0 98622411 10916995072 2080443 33554432000 4194304 4196468 140730705592672 139882573729952 139882569500373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2029] ppid=2023 vsize=10661128 memory=8321760 CPUtime=16.59 cores=1,3,5,7
/proc/2026/task/2029/stat : 2029 (java) S 2023 2026 1613 0 -1 1077944384 88891 0 0 0 1479 180 0 0 20 0 15 0 98622412 10916995072 2080443 33554432000 4194304 4196468 140730705592672 139882176109456 139882569500373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2030] ppid=2023 vsize=10661128 memory=8320388 CPUtime=16.42 cores=1,3,5,7
/proc/2026/task/2030/stat : 2030 (java) S 2023 2026 1613 0 -1 1077944384 26189 0 0 0 1436 206 0 0 20 0 15 0 98622412 10916995072 2080443 33554432000 4194304 4196468 140730705592672 139882175056656 139882569500373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2031] ppid=2023 vsize=10661128 memory=0 CPUtime=16.49 cores=1,3,5,7
/proc/2026/task/2031/stat : 2031 (java) S 2023 2026 1613 0 -1 1077944384 63096 0 0 0 1447 202 0 0 20 0 15 0 98622412 10916995072 2080443 33554432000 4194304 4196468 140730705592672 139882174004368 139882569500373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2032] ppid=2023 vsize=10661128 memory=5938387974749836133 CPUtime=16.55 cores=1,3,5,7
/proc/2026/task/2032/stat : 2032 (java) S 2023 2026 1613 0 -1 1077944384 35355 0 0 0 1448 207 0 0 20 0 15 0 98622412 10916995072 2080443 33554432000 4194304 4196468 140730705592672 139882172951568 139882569500373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2033] ppid=2023 vsize=10661128 memory=28416 CPUtime=1.32 cores=1,3,5,7
/proc/2026/task/2033/stat : 2033 (java) R 2023 2026 1613 0 -1 4202560 15712 0 0 0 131 1 0 0 20 0 15 0 98622414 10916995072 2080443 33554432000 4194304 4196468 140730705592672 139881874244288 139882547860347 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2034] ppid=2023 vsize=10661128 memory=2204 CPUtime=0 cores=1,3,5,7
/proc/2026/task/2034/stat : 2034 (java) S 2023 2026 1613 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 98622414 10916995072 2080443 33554432000 4194304 4196468 140730705592672 139881873191776 139882569500373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2035] ppid=2023 vsize=10661128 memory=5432280 CPUtime=0 cores=1,3,5,7
/proc/2026/task/2035/stat : 2035 (java) S 2023 2026 1613 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98622414 10916995072 2080443 33554432000 4194304 4196468 140730705592672 139881872139376 139882569500373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2036] ppid=2023 vsize=10661128 memory=55 CPUtime=0 cores=1,3,5,7
/proc/2026/task/2036/stat : 2036 (java) S 2023 2026 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98622417 10916995072 2080443 33554432000 4194304 4196468 140730705592672 139881871087696 139882569508763 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2037] ppid=2023 vsize=10661128 memory=8321720 CPUtime=2.13 cores=1,3,5,7
/proc/2026/task/2037/stat : 2037 (java) S 2023 2026 1613 0 -1 1077944384 5153 0 0 0 212 1 0 0 20 0 15 0 98622417 10916995072 2080443 33554432000 4194304 4196468 140730705592672 139881870035568 139882569501314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2038] ppid=2023 vsize=10661128 memory=8321716 CPUtime=2.33 cores=1,3,5,7
/proc/2026/task/2038/stat : 2038 (java) S 2023 2026 1613 0 -1 1077944384 6064 0 0 0 233 0 0 0 20 0 15 0 98622417 10916995072 2080443 33554432000 4194304 4196468 140730705592672 139881868982768 139882569501314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2039] ppid=2023 vsize=10661128 memory=7913588 CPUtime=0.47 cores=1,3,5,7
/proc/2026/task/2039/stat : 2039 (java) S 2023 2026 1613 0 -1 1077944384 1930 0 0 0 47 0 0 0 20 0 15 0 98622417 10916995072 2080443 33554432000 4194304 4196468 140730705592672 139881867930480 139882569501314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2040] ppid=2023 vsize=10661128 memory=10755 CPUtime=0 cores=1,3,5,7
/proc/2026/task/2040/stat : 2040 (java) S 2023 2026 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98622417 10916995072 2080443 33554432000 4194304 4196468 140730705592672 139881866877920 139882569500373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
[pid=2026/tid=2041] ppid=2023 vsize=10661128 memory=28416 CPUtime=0.01 cores=1,3,5,7
/proc/2026/task/2041/stat : 2041 (java) S 2023 2026 1613 0 -1 1077944384 317 0 0 0 1 0 0 0 20 0 15 0 98622417 10916995072 2080443 33554432000 4194304 4196468 140730705592672 139881865824688 139882569501314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 12 0 0 6293624 6294260 6664192 140730705597578 140730705597705 140730705597705 140730705600463 0
Current children cumulated CPU time: 77.86 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 8321772 KiB

Child status: 1
Real time (s): 23.7834
CPU time (s): 77.9603
CPU user time (s): 69.7454
CPU system time (s): 8.21498
CPU usage (%): 327.793
Max. virtual memory (cumulated for all children) (KiB): 10661128
Max. memory (cumulated for all children) (KiB): 8321772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 69.7454
system time used= 8.21498
maximum resident set size= 8321772
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 254880
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= 6059
involuntary context switches= 1498


# summary of solver processes directly reported to runsolver:
#   pid: 2026
#   total CPU time (s): 77.9603
#   total CPU user time (s): 69.7454
#   total CPU system time (s): 8.21498

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.14832 second user time and 0.312178 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-28 22:43:12
IDJOB=4298425
IDBENCH=141137
IDSOLVER=2767
FILE ID=node136/4298425-1532810592
RUNJOBID= node136-1532809638-1645
PBS_JOBID= 21022480
Free space on /tmp= 55788 MiB

SOLVER NAME= SuperSolver_Macq_Stevenart 2018-04-27
BENCH NAME= XCSP18/GraphColoring/GraphColoring-qg-order60_c18.xml
COMMAND LINE= java -jar DIR/bestMinicp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298425-1532810592/watcher-4298425-1532810592 -o /tmp/evaluation-result-4298425-1532810592/solver-4298425-1532810592 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532809638-1645 --watchdog 2580  java -jar HOME/bestMinicp.jar HOME/instance-4298425-1532810592.xml

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

MD5SUM BENCH= 2b7bed68bca9665ed3be29de24764d77
RANDOM SEED=341312687

node136.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.50
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.50
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.50
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.50
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:        26131948 kB
MemAvailable:   29949700 kB
Buffers:          196276 kB
Cached:          3881604 kB
SwapCached:            0 kB
Active:          3752024 kB
Inactive:        2384288 kB
Active(anon):    2009848 kB
Inactive(anon):    76472 kB
Active(file):    1742176 kB
Inactive(file):  2307816 kB
Unevictable:        7336 kB
Mlocked:            7336 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8372 kB
Writeback:             8 kB
AnonPages:       2065628 kB
Mapped:            45416 kB
Shmem:             25228 kB
Slab:             194624 kB
SReclaimable:     167192 kB
SUnreclaim:        27432 kB
KernelStack:        3584 kB
PageTables:         9524 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2798312 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1961984 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= 55784 MiB
End job on node136 at 2018-07-28 22:43:36