Trace number 4298424

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? 75.6941 22.8005

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298424-1532756986/watcher-4298424-1532756986 -o /tmp/evaluation-result-4298424-1532756986/solver-4298424-1532756986 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1532739463-2140 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4298424-1532756986.xml 

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

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


[startup+0.108652 s]*
/proc/loadavg: 1.67 1.43 1.37 4/220 4390
/proc/meminfo: memFree=25101808/32770624 swapFree=67108744/67108860
[pid=4375] ppid=4372 vsize=10661052 memory=27700 CPUtime=0.15 cores=1,3,5,7
/proc/4375/stat : 4375 (java) S 4372 4375 2108 0 -1 1077944320 5349 0 0 0 14 1 0 0 20 0 15 0 93261850 10916917248 6925 33554432000 4194304 4196468 140726734011472 140726733994016 140030787907319 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
/proc/4375/statm: 2665263 6925 2865 1 0 2627263 0
[pid=4375/tid=4377] ppid=4372 vsize=10661052 memory=-8970426581258171584 CPUtime=0.09 cores=1,3,5,7
/proc/4375/task/4377/stat : 4377 (java) R 4372 4375 2108 0 -1 4202560 3160 0 0 0 9 0 0 0 20 0 15 0 93261850 10916917248 6925 33554432000 4194304 4196468 140726734011472 140030792135664 140030787919254 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4378] ppid=4372 vsize=10661052 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/4375/task/4378/stat : 4378 (java) S 4372 4375 2108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93261851 10916917248 6925 33554432000 4194304 4196468 140726734011472 140030713981200 140030787917525 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4379] ppid=4372 vsize=10661052 memory=140010448823936 CPUtime=0 cores=1,3,5,7
/proc/4375/task/4379/stat : 4379 (java) S 4372 4375 2108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93261851 10916917248 6925 33554432000 4194304 4196468 140726734011472 140030712928656 140030787917525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4380] ppid=4372 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4375/task/4380/stat : 4380 (java) S 4372 4375 2108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93261851 10916917248 6925 33554432000 4194304 4196468 140726734011472 140030711876112 140030787917525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4381] ppid=4372 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4375/task/4381/stat : 4381 (java) S 4372 4375 2108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93261851 10916917248 6925 33554432000 4194304 4196468 140726734011472 140030710823568 140030787917525 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4382] ppid=4372 vsize=10661052 memory=140010448823936 CPUtime=0 cores=1,3,5,7
/proc/4375/task/4382/stat : 4382 (java) S 4372 4375 2108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93261852 10916917248 6925 33554432000 4194304 4196468 140726734011472 140029823220208 140030787918466 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4383] ppid=4372 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4375/task/4383/stat : 4383 (java) S 4372 4375 2108 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 93261853 10916917248 6925 33554432000 4194304 4196468 140726734011472 140029822166432 140030787917525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4384] ppid=4372 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4375/task/4384/stat : 4384 (java) S 4372 4375 2108 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 93261853 10916917248 6925 33554432000 4194304 4196468 140726734011472 140029821113840 140030787917525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4385] ppid=4372 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4375/task/4385/stat : 4385 (java) S 4372 4375 2108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93261855 10916917248 6925 33554432000 4194304 4196468 140726734011472 140029820062416 140030787925915 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4386] ppid=4372 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4375/task/4386/stat : 4386 (java) R 4372 4375 2108 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 15 0 93261855 10916917248 6925 33554432000 4194304 4196468 140726734011472 140029819009008 140030787918466 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4387] ppid=4372 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4375/task/4387/stat : 4387 (java) R 4372 4375 2108 0 -1 4202560 182 0 0 0 0 0 0 0 20 0 15 0 93261855 10916917248 6925 33554432000 4194304 4196468 140726734011472 140029817956464 140030767070448 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4388] ppid=4372 vsize=10661052 memory=140010448823936 CPUtime=0.02 cores=1,3,5,7
/proc/4375/task/4388/stat : 4388 (java) R 4372 4375 2108 0 -1 4202560 345 0 0 0 2 0 0 0 20 0 15 0 93261855 10916917248 6925 33554432000 4194304 4196468 140726734011472 140029816900288 140030771987806 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4389] ppid=4372 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4375/task/4389/stat : 4389 (java) S 4372 4375 2108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93261856 10916917248 6925 33554432000 4194304 4196468 140726734011472 140029815851616 140030787917525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4390] ppid=4372 vsize=10661052 memory=140010448823936 CPUtime=0 cores=1,3,5,7
/proc/4375/task/4390/stat : 4390 (java) S 4372 4375 2108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93261856 10916917248 6925 33554432000 4194304 4196468 140726734011472 140029814799152 140030787918466 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 27700 KiB

[startup+0.216198 s]*
/proc/loadavg: 1.67 1.43 1.37 4/220 4390
/proc/meminfo: memFree=25089220/32770624 swapFree=67108744/67108860
[pid=4375] ppid=4372 vsize=10661052 memory=40588 CPUtime=0.36 cores=1,3,5,7
/proc/4375/stat : 4375 (java) S 4372 4375 2108 0 -1 1077944320 8169 0 0 0 34 2 0 0 20 0 15 0 93261850 10916917248 10147 33554432000 4194304 4196468 140726734011472 140726733994016 140030787907319 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
/proc/4375/statm: 2665263 10147 3012 1 0 2627263 0
[pid=4375/tid=4377] ppid=4372 vsize=10661052 memory=7022364594140610616 CPUtime=0.21 cores=1,3,5,7
/proc/4375/task/4377/stat : 4377 (java) R 4372 4375 2108 0 -1 4202560 5121 0 0 0 20 1 0 0 20 0 15 0 93261850 10916917248 10147 33554432000 4194304 4196468 140726734011472 140030792138080 140030379183117 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4378] ppid=4372 vsize=10661052 memory=364 CPUtime=0 cores=1,3,5,7
/proc/4375/task/4378/stat : 4378 (java) S 4372 4375 2108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93261851 10916917248 10147 33554432000 4194304 4196468 140726734011472 140030713981200 140030787917525 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4379] ppid=4372 vsize=10661052 memory=140010448828565 CPUtime=0 cores=1,3,5,7
/proc/4375/task/4379/stat : 4379 (java) S 4372 4375 2108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93261851 10916917248 10147 33554432000 4194304 4196468 140726734011472 140030712928656 140030787917525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4380] ppid=4372 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4375/task/4380/stat : 4380 (java) S 4372 4375 2108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93261851 10916917248 10147 33554432000 4194304 4196468 140726734011472 140030711876112 140030787917525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4381] ppid=4372 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4375/task/4381/stat : 4381 (java) S 4372 4375 2108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93261851 10916917248 10147 33554432000 4194304 4196468 140726734011472 140030710823568 140030787917525 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4382] ppid=4372 vsize=10661052 memory=140010448823936 CPUtime=0 cores=1,3,5,7
/proc/4375/task/4382/stat : 4382 (java) S 4372 4375 2108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93261852 10916917248 10147 33554432000 4194304 4196468 140726734011472 140029823220208 140030787918466 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4383] ppid=4372 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4375/task/4383/stat : 4383 (java) S 4372 4375 2108 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 93261853 10916917248 10147 33554432000 4194304 4196468 140726734011472 140029822166432 140030787917525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4384] ppid=4372 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4375/task/4384/stat : 4384 (java) S 4372 4375 2108 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 93261853 10916917248 10147 33554432000 4194304 4196468 140726734011472 140029821113840 140030787917525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4385] ppid=4372 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4375/task/4385/stat : 4385 (java) S 4372 4375 2108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93261855 10916917248 10147 33554432000 4194304 4196468 140726734011472 140029820062416 140030787925915 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4386] ppid=4372 vsize=10661052 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/4375/task/4386/stat : 4386 (java) R 4372 4375 2108 0 -1 1077944384 312 0 0 0 1 0 0 0 20 0 15 0 93261855 10916917248 10147 33554432000 4194304 4196468 140726734011472 140029819009104 140030787917525 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4387] ppid=4372 vsize=10661052 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/4375/task/4387/stat : 4387 (java) R 4372 4375 2108 0 -1 4202560 633 0 0 0 4 0 0 0 20 0 15 0 93261855 10916917248 10147 33554432000 4194304 4196468 140726734011472 140029817946384 140030768607616 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4388] ppid=4372 vsize=10661052 memory=140010448823936 CPUtime=0.09 cores=1,3,5,7
/proc/4375/task/4388/stat : 4388 (java) R 4372 4375 2108 0 -1 4202560 762 0 0 0 9 0 0 0 20 0 15 0 93261855 10916917248 10147 33554432000 4194304 4196468 140726734011472 140029816899648 140030766275944 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4389] ppid=4372 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4375/task/4389/stat : 4389 (java) S 4372 4375 2108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93261856 10916917248 10147 33554432000 4194304 4196468 140726734011472 140029815851616 140030787917525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4390] ppid=4372 vsize=10661052 memory=140010448823936 CPUtime=0 cores=1,3,5,7
/proc/4375/task/4390/stat : 4390 (java) S 4372 4375 2108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93261856 10916917248 10147 33554432000 4194304 4196468 140726734011472 140029814799152 140030787918466 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
Current children cumulated CPU time: 0.36 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 40588 KiB

[startup+0.31108 s]*
/proc/loadavg: 1.67 1.43 1.37 5/220 4390
/proc/meminfo: memFree=25073960/32770624 swapFree=67108744/67108860
[pid=4375] ppid=4372 vsize=10661052 memory=57952 CPUtime=0.67 cores=1,3,5,7
/proc/4375/stat : 4375 (java) S 4372 4375 2108 0 -1 1077944320 10042 0 0 0 65 2 0 0 20 0 15 0 93261850 10916917248 14488 33554432000 4194304 4196468 140726734011472 140726733994016 140030787907319 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
/proc/4375/statm: 2665263 14488 3048 1 0 2627263 0
[pid=4375/tid=4377] ppid=4372 vsize=10661052 memory=7022364594140610616 CPUtime=0.3 cores=1,3,5,7
/proc/4375/task/4377/stat : 4377 (java) R 4372 4375 2108 0 -1 4202560 5128 0 0 0 29 1 0 0 20 0 15 0 93261850 10916917248 14488 33554432000 4194304 4196468 140726734011472 140030792143376 140030787929245 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4378] ppid=4372 vsize=10661052 memory=4294980952 CPUtime=0 cores=1,3,5,7
/proc/4375/task/4378/stat : 4378 (java) S 4372 4375 2108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93261851 10916917248 14488 33554432000 4194304 4196468 140726734011472 140030713981200 140030787917525 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4379] ppid=4372 vsize=10661052 memory=140010449266683 CPUtime=0 cores=1,3,5,7
/proc/4375/task/4379/stat : 4379 (java) S 4372 4375 2108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93261851 10916917248 14488 33554432000 4194304 4196468 140726734011472 140030712928656 140030787917525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4380] ppid=4372 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4375/task/4380/stat : 4380 (java) S 4372 4375 2108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93261851 10916917248 14488 33554432000 4194304 4196468 140726734011472 140030711876112 140030787917525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4381] ppid=4372 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4375/task/4381/stat : 4381 (java) S 4372 4375 2108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93261851 10916917248 14488 33554432000 4194304 4196468 140726734011472 140030710823568 140030787917525 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4382] ppid=4372 vsize=10661052 memory=140010448823936 CPUtime=0 cores=1,3,5,7
/proc/4375/task/4382/stat : 4382 (java) S 4372 4375 2108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93261852 10916917248 14488 33554432000 4194304 4196468 140726734011472 140029823220208 140030787918466 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4383] ppid=4372 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4375/task/4383/stat : 4383 (java) S 4372 4375 2108 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 93261853 10916917248 14488 33554432000 4194304 4196468 140726734011472 140029822166432 140030787917525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4384] ppid=4372 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4375/task/4384/stat : 4384 (java) S 4372 4375 2108 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 93261853 10916917248 14488 33554432000 4194304 4196468 140726734011472 140029821113840 140030787917525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4385] ppid=4372 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4375/task/4385/stat : 4385 (java) S 4372 4375 2108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93261855 10916917248 14488 33554432000 4194304 4196468 140726734011472 140029820062416 140030787925915 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4386] ppid=4372 vsize=10661052 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/4375/task/4386/stat : 4386 (java) R 4372 4375 2108 0 -1 4202560 1180 0 0 0 10 0 0 0 20 0 15 0 93261855 10916917248 14554 33554432000 4194304 4196468 140726734011472 140029818995032 140030771897409 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4387] ppid=4372 vsize=10661052 memory=-1 CPUtime=0.13 cores=1,3,5,7
/proc/4375/task/4387/stat : 4387 (java) R 4372 4375 2108 0 -1 4202560 1257 0 0 0 13 0 0 0 20 0 15 0 93261855 10916917248 14554 33554432000 4194304 4196468 140726734011472 140029817941944 140030769451042 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4388] ppid=4372 vsize=10661052 memory=140010448823936 CPUtime=0.12 cores=1,3,5,7
/proc/4375/task/4388/stat : 4388 (java) S 4372 4375 2108 0 -1 1077944384 1141 0 0 0 12 0 0 0 20 0 15 0 93261855 10916917248 14554 33554432000 4194304 4196468 140726734011472 140029816903920 140030787918466 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4389] ppid=4372 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4375/task/4389/stat : 4389 (java) S 4372 4375 2108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93261856 10916917248 14554 33554432000 4194304 4196468 140726734011472 140029815851616 140030787917525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4390] ppid=4372 vsize=10661052 memory=140010448823936 CPUtime=0 cores=1,3,5,7
/proc/4375/task/4390/stat : 4390 (java) S 4372 4375 2108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93261856 10916917248 14554 33554432000 4194304 4196468 140726734011472 140029814799152 140030787918466 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 57952 KiB

[startup+0.70263 s]
/proc/loadavg: 1.67 1.43 1.37 5/220 4390
/proc/meminfo: memFree=25050304/32770624 swapFree=67108744/67108860
[pid=4375] ppid=4372 vsize=10661128 memory=140552 CPUtime=1.42 cores=1,3,5,7
/proc/4375/stat : 4375 (java) S 4372 4375 2108 0 -1 1077944320 10760 0 0 0 138 4 0 0 20 0 15 0 93261850 10916995072 35138 33554432000 4194304 4196468 140726734011472 140726733994016 140030787907319 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
/proc/4375/statm: 2665282 35138 3074 1 0 2627263 0
[pid=4375/tid=4377] ppid=4372 vsize=10661128 memory=1236 CPUtime=0.68 cores=1,3,5,7
/proc/4375/task/4377/stat : 4377 (java) R 4372 4375 2108 0 -1 4202560 5435 0 0 0 65 3 0 0 20 0 15 0 93261850 10916995072 35138 33554432000 4194304 4196468 140726734011472 140030792143840 140030379183088 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4378] ppid=4372 vsize=10661128 memory=15632 CPUtime=0 cores=1,3,5,7
/proc/4375/task/4378/stat : 4378 (java) S 4372 4375 2108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93261851 10916995072 35138 33554432000 4194304 4196468 140726734011472 140030713981200 140030787917525 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4379] ppid=4372 vsize=10661128 memory=4052 CPUtime=0 cores=1,3,5,7
/proc/4375/task/4379/stat : 4379 (java) S 4372 4375 2108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93261851 10916995072 35138 33554432000 4194304 4196468 140726734011472 140030712928656 140030787917525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4380] ppid=4372 vsize=10661128 memory=644 CPUtime=0 cores=1,3,5,7
/proc/4375/task/4380/stat : 4380 (java) S 4372 4375 2108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93261851 10916995072 35138 33554432000 4194304 4196468 140726734011472 140030711876112 140030787917525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4381] ppid=4372 vsize=10661128 memory=1800 CPUtime=0 cores=1,3,5,7
/proc/4375/task/4381/stat : 4381 (java) S 4372 4375 2108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93261851 10916995072 35138 33554432000 4194304 4196468 140726734011472 140030710823568 140030787917525 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4382] ppid=4372 vsize=10661128 memory=956 CPUtime=0 cores=1,3,5,7
/proc/4375/task/4382/stat : 4382 (java) S 4372 4375 2108 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 93261852 10916995072 35138 33554432000 4194304 4196468 140726734011472 140029823220208 140030787918466 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4383] ppid=4372 vsize=10661128 memory=2340 CPUtime=0 cores=1,3,5,7
/proc/4375/task/4383/stat : 4383 (java) S 4372 4375 2108 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 93261853 10916995072 35138 33554432000 4194304 4196468 140726734011472 140029822166432 140030787917525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4384] ppid=4372 vsize=10661128 memory=928 CPUtime=0 cores=1,3,5,7
/proc/4375/task/4384/stat : 4384 (java) S 4372 4375 2108 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 93261853 10916995072 35138 33554432000 4194304 4196468 140726734011472 140029821113840 140030787917525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4385] ppid=4372 vsize=10661128 memory=6153431502485415525 CPUtime=0 cores=1,3,5,7
/proc/4375/task/4385/stat : 4385 (java) S 4372 4375 2108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93261855 10916995072 35138 33554432000 4194304 4196468 140726734011472 140029820062416 140030787925915 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4386] ppid=4372 vsize=10661128 memory=6081108994580048232 CPUtime=0.25 cores=1,3,5,7
/proc/4375/task/4386/stat : 4386 (java) R 4372 4375 2108 0 -1 4202560 1403 0 0 0 25 0 0 0 20 0 15 0 93261855 10916995072 35138 33554432000 4194304 4196468 140726734011472 140029819009008 140030772836819 0 4 0 16800975 0 0 0 -1 5 0 0 13 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4387] ppid=4372 vsize=10661128 memory=6154282490091891024 CPUtime=0.3 cores=1,3,5,7
/proc/4375/task/4387/stat : 4387 (java) S 4372 4375 2108 0 -1 1077944384 1317 0 0 0 30 0 0 0 20 0 15 0 93261855 10916995072 35138 33554432000 4194304 4196468 140726734011472 140029817956464 140030787918466 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4388] ppid=4372 vsize=10661128 memory=7440052414025066321 CPUtime=0.17 cores=1,3,5,7
/proc/4375/task/4388/stat : 4388 (java) S 4372 4375 2108 0 -1 1077944384 1232 0 0 0 17 0 0 0 20 0 15 0 93261855 10916995072 35138 33554432000 4194304 4196468 140726734011472 140029816903920 140030787918466 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 13 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4389] ppid=4372 vsize=10661128 memory=7522818319144412011 CPUtime=0 cores=1,3,5,7
/proc/4375/task/4389/stat : 4389 (java) S 4372 4375 2108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93261856 10916995072 35138 33554432000 4194304 4196468 140726734011472 140029815851616 140030787917525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4390] ppid=4372 vsize=10661128 memory=10584 CPUtime=0 cores=1,3,5,7
/proc/4375/task/4390/stat : 4390 (java) S 4372 4375 2108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93261856 10916995072 35138 33554432000 4194304 4196468 140726734011472 140029814799152 140030787918466 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 10 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
Current children cumulated CPU time: 1.42 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 140552 KiB

[startup+1.50079 s]
/proc/loadavg: 1.67 1.43 1.37 5/220 4390
/proc/meminfo: memFree=24859848/32770624 swapFree=67108744/67108860
[pid=4375] ppid=4372 vsize=10661128 memory=321712 CPUtime=3.91 cores=1,3,5,7
/proc/4375/stat : 4375 (java) S 4372 4375 2108 0 -1 1077944320 16483 0 0 0 374 17 0 0 20 0 15 0 93261850 10916995072 80428 33554432000 4194304 4196468 140726734011472 140726733994016 140030787907319 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
/proc/4375/statm: 2665282 80428 3127 1 0 2627263 0
[pid=4375/tid=4377] ppid=4372 vsize=10661128 memory=303768 CPUtime=1.37 cores=1,3,5,7
/proc/4375/task/4377/stat : 4377 (java) R 4372 4375 2108 0 -1 4202560 5496 0 0 0 134 3 0 0 20 0 15 0 93261850 10916995072 80428 33554432000 4194304 4196468 140726734011472 140030792144080 140030379369154 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4378] ppid=4372 vsize=10661128 memory=8112282956445269571 CPUtime=0.08 cores=1,3,5,7
/proc/4375/task/4378/stat : 4378 (java) S 4372 4375 2108 0 -1 1077944384 171 0 0 0 6 2 0 0 20 0 15 0 93261851 10916995072 80428 33554432000 4194304 4196468 140726734011472 140030713981200 140030787917525 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4379] ppid=4372 vsize=10661128 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4375/task/4379/stat : 4379 (java) S 4372 4375 2108 0 -1 1077944384 73 0 0 0 6 2 0 0 20 0 15 0 93261851 10916995072 80428 33554432000 4194304 4196468 140726734011472 140030712928656 140030787917525 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4380] ppid=4372 vsize=10661128 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4375/task/4380/stat : 4380 (java) S 4372 4375 2108 0 -1 1077944384 86 0 0 0 5 2 0 0 20 0 15 0 93261851 10916995072 80428 33554432000 4194304 4196468 140726734011472 140030711876112 140030787917525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4381] ppid=4372 vsize=10661128 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/4375/task/4381/stat : 4381 (java) S 4372 4375 2108 0 -1 1077944384 235 0 0 0 7 3 0 0 20 0 15 0 93261851 10916995072 80428 33554432000 4194304 4196468 140726734011472 140030710823568 140030787917525 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4382] ppid=4372 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4375/task/4382/stat : 4382 (java) S 4372 4375 2108 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 93261852 10916995072 80428 33554432000 4194304 4196468 140726734011472 140029823220208 140030787918466 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0

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

[pid=4375/tid=4389] ppid=4372 vsize=10661128 memory=8329648 CPUtime=0 cores=1,3,5,7
/proc/4375/task/4389/stat : 4389 (java) S 4372 4375 2108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93261856 10916995072 2082427 33554432000 4194304 4196468 140726734011472 140029815851616 140030787917525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4390] ppid=4372 vsize=10661128 memory=4096 CPUtime=0.01 cores=1,3,5,7
/proc/4375/task/4390/stat : 4390 (java) S 4372 4375 2108 0 -1 1077944384 160 0 0 0 0 1 0 0 20 0 15 0 93261856 10916995072 2082427 33554432000 4194304 4196468 140726734011472 140029814799152 140030787918466 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 10 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
Current children cumulated CPU time: 68.71 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 8329708 KiB

[startup+21.6007 s]
/proc/loadavg: 2.62 1.66 1.44 6/220 4397
/proc/meminfo: memFree=16258380/32770624 swapFree=67108744/67108860
[pid=4375] ppid=4372 vsize=10661128 memory=8329708 CPUtime=71.8 cores=1,3,5,7
/proc/4375/stat : 4375 (java) S 4372 4375 2108 0 -1 1077944320 256138 0 0 0 6372 808 0 0 20 0 15 0 93261850 10916995072 2082427 33554432000 4194304 4196468 140726734011472 140726733994016 140030787907319 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
/proc/4375/statm: 2665282 2082427 3179 1 0 2627263 0
[pid=4375/tid=4377] ppid=4372 vsize=10661128 memory=1292 CPUtime=5.81 cores=1,3,5,7
/proc/4375/task/4377/stat : 4377 (java) S 4372 4375 2108 0 -1 1077944384 9362 0 0 0 569 12 0 0 20 0 15 0 93261850 10916995072 2082427 33554432000 4194304 4196468 140726734011472 140030792145776 140030787917525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4378] ppid=4372 vsize=10661128 memory=1844 CPUtime=14.6 cores=1,3,5,7
/proc/4375/task/4378/stat : 4378 (java) R 4372 4375 2108 0 -1 4202560 107318 0 0 0 1285 175 0 0 20 0 15 0 93261851 10916995072 2082427 33554432000 4194304 4196468 140726734011472 140030713981400 140030781010956 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4379] ppid=4372 vsize=10661128 memory=1008 CPUtime=14.48 cores=1,3,5,7
/proc/4375/task/4379/stat : 4379 (java) R 4372 4375 2108 0 -1 4202560 42924 0 0 0 1245 203 0 0 20 0 15 0 93261851 10916995072 2082427 33554432000 4194304 4196468 140726734011472 140030712928776 140030771290361 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4380] ppid=4372 vsize=10661128 memory=5404 CPUtime=14.61 cores=1,3,5,7
/proc/4375/task/4380/stat : 4380 (java) R 4372 4375 2108 0 -1 4202560 26846 0 0 0 1252 209 0 0 20 0 15 0 93261851 10916995072 2082427 33554432000 4194304 4196468 140726734011472 140030711875920 140030780535527 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4381] ppid=4372 vsize=10661128 memory=796 CPUtime=14.56 cores=1,3,5,7
/proc/4375/task/4381/stat : 4381 (java) R 4372 4375 2108 0 -1 4202560 30408 0 0 0 1256 200 0 0 20 0 15 0 93261851 10916995072 2082427 33554432000 4194304 4196468 140726734011472 140030710823688 140030780535527 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4382] ppid=4372 vsize=10661128 memory=4616 CPUtime=0.91 cores=1,3,5,7
/proc/4375/task/4382/stat : 4382 (java) S 4372 4375 2108 0 -1 1077944384 17847 0 0 0 90 1 0 0 20 0 15 0 93261852 10916995072 2082427 33554432000 4194304 4196468 140726734011472 140029823218768 140030787917525 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4383] ppid=4372 vsize=10661128 memory=1424 CPUtime=0 cores=1,3,5,7
/proc/4375/task/4383/stat : 4383 (java) S 4372 4375 2108 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 93261853 10916995072 2082427 33554432000 4194304 4196468 140726734011472 140029822166496 140030787917525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4384] ppid=4372 vsize=10661128 memory=11116 CPUtime=0 cores=1,3,5,7
/proc/4375/task/4384/stat : 4384 (java) S 4372 4375 2108 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 93261853 10916995072 2082427 33554432000 4194304 4196468 140726734011472 140029821113840 140030787917525 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4385] ppid=4372 vsize=10661128 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/4375/task/4385/stat : 4385 (java) S 4372 4375 2108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93261855 10916995072 2082427 33554432000 4194304 4196468 140726734011472 140029820062416 140030787925915 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4386] ppid=4372 vsize=10661128 memory=1228 CPUtime=2.97 cores=1,3,5,7
/proc/4375/task/4386/stat : 4386 (java) S 4372 4375 2108 0 -1 1077944384 7750 0 0 0 296 1 0 0 20 0 15 0 93261855 10916995072 2082427 33554432000 4194304 4196468 140726734011472 140029819009008 140030787918466 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 13 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4387] ppid=4372 vsize=10661128 memory=1704 CPUtime=3.35 cores=1,3,5,7
/proc/4375/task/4387/stat : 4387 (java) S 4372 4375 2108 0 -1 1077944384 10342 0 0 0 333 2 0 0 20 0 15 0 93261855 10916995072 2082427 33554432000 4194304 4196468 140726734011472 140029817956464 140030787918466 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4388] ppid=4372 vsize=10661128 memory=1952 CPUtime=0.43 cores=1,3,5,7
/proc/4375/task/4388/stat : 4388 (java) S 4372 4375 2108 0 -1 1077944384 1821 0 0 0 42 1 0 0 20 0 15 0 93261855 10916995072 2082427 33554432000 4194304 4196468 140726734011472 140029816903680 140030787917525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 13 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4389] ppid=4372 vsize=10661128 memory=10584 CPUtime=0 cores=1,3,5,7
/proc/4375/task/4389/stat : 4389 (java) S 4372 4375 2108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93261856 10916995072 2082427 33554432000 4194304 4196468 140726734011472 140029815851616 140030787917525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4390] ppid=4372 vsize=10661128 memory=8329708 CPUtime=0.01 cores=1,3,5,7
/proc/4375/task/4390/stat : 4390 (java) S 4372 4375 2108 0 -1 1077944384 160 0 0 0 0 1 0 0 20 0 15 0 93261856 10916995072 2082427 33554432000 4194304 4196468 140726734011472 140029814799152 140030787918466 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 10 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
Current children cumulated CPU time: 71.8 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 8329708 KiB

[startup+22.4011 s]
/proc/loadavg: 2.62 1.66 1.44 6/220 4397
/proc/meminfo: memFree=16258380/32770624 swapFree=67108744/67108860
[pid=4375] ppid=4372 vsize=10661128 memory=8329724 CPUtime=74.62 cores=1,3,5,7
/proc/4375/stat : 4375 (java) S 4372 4375 2108 0 -1 1077944320 256281 0 0 0 6653 809 0 0 20 0 15 0 93261850 10916995072 2082431 33554432000 4194304 4196468 140726734011472 140726733994016 140030787907319 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
/proc/4375/statm: 2665282 2082431 3179 1 0 2627263 0
[pid=4375/tid=4377] ppid=4372 vsize=10661128 memory=8112282956445269571 CPUtime=5.81 cores=1,3,5,7
/proc/4375/task/4377/stat : 4377 (java) S 4372 4375 2108 0 -1 1077944384 9367 0 0 0 569 12 0 0 20 0 15 0 93261850 10916995072 2082431 33554432000 4194304 4196468 140726734011472 140030792145776 140030787917525 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4378] ppid=4372 vsize=10661128 memory=280020594601792 CPUtime=15.28 cores=1,3,5,7
/proc/4375/task/4378/stat : 4378 (java) S 4372 4375 2108 0 -1 1077944384 107318 0 0 0 1353 175 0 0 20 0 15 0 93261851 10916995072 2082431 33554432000 4194304 4196468 140726734011472 140030713981200 140030787917525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4379] ppid=4372 vsize=10661128 memory=280020594601984 CPUtime=15.16 cores=1,3,5,7
/proc/4375/task/4379/stat : 4379 (java) S 4372 4375 2108 0 -1 1077944384 42924 0 0 0 1313 203 0 0 20 0 15 0 93261851 10916995072 2082431 33554432000 4194304 4196468 140726734011472 140030712928656 140030787917525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4380] ppid=4372 vsize=10661128 memory=280020594602176 CPUtime=15.27 cores=1,3,5,7
/proc/4375/task/4380/stat : 4380 (java) S 4372 4375 2108 0 -1 1077944384 26846 0 0 0 1318 209 0 0 20 0 15 0 93261851 10916995072 2082431 33554432000 4194304 4196468 140726734011472 140030711876112 140030787917525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4381] ppid=4372 vsize=10661128 memory=280020594602368 CPUtime=15.23 cores=1,3,5,7
/proc/4375/task/4381/stat : 4381 (java) S 4372 4375 2108 0 -1 1077944384 30408 0 0 0 1323 200 0 0 20 0 15 0 93261851 10916995072 2082431 33554432000 4194304 4196468 140726734011472 140030710823568 140030787917525 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4382] ppid=4372 vsize=10661128 memory=280020594601584 CPUtime=1.03 cores=1,3,5,7
/proc/4375/task/4382/stat : 4382 (java) R 4372 4375 2108 0 -1 4202560 17982 0 0 0 101 2 0 0 20 0 15 0 93261852 10916995072 2082431 33554432000 4194304 4196468 140726734011472 140029823218640 140030766277499 0 0 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4383] ppid=4372 vsize=10661128 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/4375/task/4383/stat : 4383 (java) S 4372 4375 2108 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 93261853 10916995072 2082431 33554432000 4194304 4196468 140726734011472 140029822166496 140030787917525 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4384] ppid=4372 vsize=10661128 memory=1844 CPUtime=0 cores=1,3,5,7
/proc/4375/task/4384/stat : 4384 (java) S 4372 4375 2108 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 93261853 10916995072 2082431 33554432000 4194304 4196468 140726734011472 140029821113840 140030787917525 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4385] ppid=4372 vsize=10661128 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/4375/task/4385/stat : 4385 (java) S 4372 4375 2108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93261855 10916995072 2082431 33554432000 4194304 4196468 140726734011472 140029820062416 140030787925915 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4386] ppid=4372 vsize=10661128 memory=5404 CPUtime=2.97 cores=1,3,5,7
/proc/4375/task/4386/stat : 4386 (java) S 4372 4375 2108 0 -1 1077944384 7751 0 0 0 296 1 0 0 20 0 15 0 93261855 10916995072 2082431 33554432000 4194304 4196468 140726734011472 140029819009008 140030787918466 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 13 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4387] ppid=4372 vsize=10661128 memory=796 CPUtime=3.35 cores=1,3,5,7
/proc/4375/task/4387/stat : 4387 (java) S 4372 4375 2108 0 -1 1077944384 10342 0 0 0 333 2 0 0 20 0 15 0 93261855 10916995072 2082431 33554432000 4194304 4196468 140726734011472 140029817956464 140030787918466 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4388] ppid=4372 vsize=10661128 memory=0 CPUtime=0.43 cores=1,3,5,7
/proc/4375/task/4388/stat : 4388 (java) S 4372 4375 2108 0 -1 1077944384 1821 0 0 0 42 1 0 0 20 0 15 0 93261855 10916995072 2082431 33554432000 4194304 4196468 140726734011472 140029816903920 140030787918466 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 13 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4389] ppid=4372 vsize=10661128 memory=10584 CPUtime=0 cores=1,3,5,7
/proc/4375/task/4389/stat : 4389 (java) S 4372 4375 2108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93261856 10916995072 2082431 33554432000 4194304 4196468 140726734011472 140029815851616 140030787917525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4390] ppid=4372 vsize=10661128 memory=15872 CPUtime=0.01 cores=1,3,5,7
/proc/4375/task/4390/stat : 4390 (java) S 4372 4375 2108 0 -1 1077944384 160 0 0 0 0 1 0 0 20 0 15 0 93261856 10916995072 2082431 33554432000 4194304 4196468 140726734011472 140029814799152 140030787918466 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 10 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
Current children cumulated CPU time: 74.62 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 8329724 KiB

[startup+22.6011 s]
/proc/loadavg: 2.62 1.66 1.44 6/220 4397
/proc/meminfo: memFree=16258380/32770624 swapFree=67108744/67108860
[pid=4375] ppid=4372 vsize=10661128 memory=8329724 CPUtime=75.34 cores=1,3,5,7
/proc/4375/stat : 4375 (java) S 4372 4375 2108 0 -1 1077944320 256281 0 0 0 6725 809 0 0 20 0 15 0 93261850 10916995072 2082431 33554432000 4194304 4196468 140726734011472 140726733994016 140030787907319 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
/proc/4375/statm: 2665282 2082431 3179 1 0 2627263 0
[pid=4375/tid=4377] ppid=4372 vsize=10661128 memory=1236 CPUtime=5.81 cores=1,3,5,7
/proc/4375/task/4377/stat : 4377 (java) S 4372 4375 2108 0 -1 1077944384 9367 0 0 0 569 12 0 0 20 0 15 0 93261850 10916995072 2082431 33554432000 4194304 4196468 140726734011472 140030792145776 140030787917525 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4378] ppid=4372 vsize=10661128 memory=15636 CPUtime=15.45 cores=1,3,5,7
/proc/4375/task/4378/stat : 4378 (java) R 4372 4375 2108 0 -1 4202560 107318 0 0 0 1370 175 0 0 20 0 15 0 93261851 10916995072 2082431 33554432000 4194304 4196468 140726734011472 140030713981400 140030772606091 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4379] ppid=4372 vsize=10661128 memory=4052 CPUtime=15.33 cores=1,3,5,7
/proc/4375/task/4379/stat : 4379 (java) R 4372 4375 2108 0 -1 4202560 42924 0 0 0 1330 203 0 0 20 0 15 0 93261851 10916995072 2082431 33554432000 4194304 4196468 140726734011472 140030712928656 140030772606192 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4380] ppid=4372 vsize=10661128 memory=644 CPUtime=15.44 cores=1,3,5,7
/proc/4375/task/4380/stat : 4380 (java) R 4372 4375 2108 0 -1 4202560 26846 0 0 0 1335 209 0 0 20 0 15 0 93261851 10916995072 2082431 33554432000 4194304 4196468 140726734011472 140030711876112 140030769517095 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4381] ppid=4372 vsize=10661128 memory=5404 CPUtime=15.4 cores=1,3,5,7
/proc/4375/task/4381/stat : 4381 (java) R 4372 4375 2108 0 -1 4202560 30408 0 0 0 1340 200 0 0 20 0 15 0 93261851 10916995072 2082431 33554432000 4194304 4196468 140726734011472 140030710823456 140030772606747 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4382] ppid=4372 vsize=10661128 memory=796 CPUtime=1.06 cores=1,3,5,7
/proc/4375/task/4382/stat : 4382 (java) S 4372 4375 2108 0 -1 1077944384 17982 0 0 0 104 2 0 0 20 0 15 0 93261852 10916995072 2082431 33554432000 4194304 4196468 140726734011472 140029823218768 140030787917525 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4383] ppid=4372 vsize=10661128 memory=8329724 CPUtime=0 cores=1,3,5,7
/proc/4375/task/4383/stat : 4383 (java) S 4372 4375 2108 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 93261853 10916995072 2082431 33554432000 4194304 4196468 140726734011472 140029822166496 140030787917525 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4384] ppid=4372 vsize=10661128 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/4375/task/4384/stat : 4384 (java) S 4372 4375 2108 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 93261853 10916995072 2082431 33554432000 4194304 4196468 140726734011472 140029821113840 140030787917525 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4385] ppid=4372 vsize=10661128 memory=11116 CPUtime=0 cores=1,3,5,7
/proc/4375/task/4385/stat : 4385 (java) S 4372 4375 2108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93261855 10916995072 2082431 33554432000 4194304 4196468 140726734011472 140029820062416 140030787925915 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4386] ppid=4372 vsize=10661128 memory=1200 CPUtime=2.97 cores=1,3,5,7
/proc/4375/task/4386/stat : 4386 (java) S 4372 4375 2108 0 -1 1077944384 7751 0 0 0 296 1 0 0 20 0 15 0 93261855 10916995072 2082431 33554432000 4194304 4196468 140726734011472 140029819009008 140030787918466 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 13 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4387] ppid=4372 vsize=10661128 memory=1228 CPUtime=3.35 cores=1,3,5,7
/proc/4375/task/4387/stat : 4387 (java) S 4372 4375 2108 0 -1 1077944384 10342 0 0 0 333 2 0 0 20 0 15 0 93261855 10916995072 2082431 33554432000 4194304 4196468 140726734011472 140029817956464 140030787918466 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4388] ppid=4372 vsize=10661128 memory=1704 CPUtime=0.43 cores=1,3,5,7
/proc/4375/task/4388/stat : 4388 (java) S 4372 4375 2108 0 -1 1077944384 1821 0 0 0 42 1 0 0 20 0 15 0 93261855 10916995072 2082431 33554432000 4194304 4196468 140726734011472 140029816903920 140030787918466 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 13 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4389] ppid=4372 vsize=10661128 memory=1952 CPUtime=0 cores=1,3,5,7
/proc/4375/task/4389/stat : 4389 (java) S 4372 4375 2108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93261856 10916995072 2082431 33554432000 4194304 4196468 140726734011472 140029815851616 140030787917525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4390] ppid=4372 vsize=10661128 memory=4616 CPUtime=0.01 cores=1,3,5,7
/proc/4375/task/4390/stat : 4390 (java) S 4372 4375 2108 0 -1 1077944384 160 0 0 0 0 1 0 0 20 0 15 0 93261856 10916995072 2082431 33554432000 4194304 4196468 140726734011472 140029814799152 140030787918466 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 10 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
Current children cumulated CPU time: 75.34 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 8329724 KiB

[startup+22.7007 s]
/proc/loadavg: 2.62 1.66 1.44 6/220 4397
/proc/meminfo: memFree=16258380/32770624 swapFree=67108744/67108860
[pid=4375] ppid=4372 vsize=10661128 memory=8329868 CPUtime=75.59 cores=1,3,5,7
/proc/4375/stat : 4375 (java) S 4372 4375 2108 0 -1 1077944320 256453 0 0 0 6750 809 0 0 20 0 15 0 93261850 10916995072 2082467 33554432000 4194304 4196468 140726734011472 140726733994016 140030787907319 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
/proc/4375/statm: 2665282 2082467 3181 1 0 2627263 0
[pid=4375/tid=4377] ppid=4372 vsize=10661128 memory=8329724 CPUtime=5.81 cores=1,3,5,7
/proc/4375/task/4377/stat : 4377 (java) S 4372 4375 2108 0 -1 1077944384 9435 0 0 0 569 12 0 0 20 0 15 0 93261850 10916995072 2082467 33554432000 4194304 4196468 140726734011472 140030792147104 140030787917525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4378] ppid=4372 vsize=10661128 memory=8329708 CPUtime=15.5 cores=1,3,5,7
/proc/4375/task/4378/stat : 4378 (java) S 4372 4375 2108 0 -1 1077944384 107318 0 0 0 1375 175 0 0 20 0 15 0 93261851 10916995072 2082467 33554432000 4194304 4196468 140726734011472 140030713981200 140030787917525 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4379] ppid=4372 vsize=10661128 memory=8329700 CPUtime=15.38 cores=1,3,5,7
/proc/4375/task/4379/stat : 4379 (java) S 4372 4375 2108 0 -1 1077944384 42924 0 0 0 1335 203 0 0 20 0 15 0 93261851 10916995072 2082467 33554432000 4194304 4196468 140726734011472 140030712928656 140030787917525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4380] ppid=4372 vsize=10661128 memory=8329700 CPUtime=15.49 cores=1,3,5,7
/proc/4375/task/4380/stat : 4380 (java) S 4372 4375 2108 0 -1 1077944384 26850 0 0 0 1340 209 0 0 20 0 15 0 93261851 10916995072 2082467 33554432000 4194304 4196468 140726734011472 140030711876112 140030787917525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4381] ppid=4372 vsize=10661128 memory=8329724 CPUtime=15.46 cores=1,3,5,7
/proc/4375/task/4381/stat : 4381 (java) S 4372 4375 2108 0 -1 1077944384 30408 0 0 0 1345 201 0 0 20 0 15 0 93261851 10916995072 2082467 33554432000 4194304 4196468 140726734011472 140030710823568 140030787917525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4382] ppid=4372 vsize=10661128 memory=8329700 CPUtime=1.1 cores=1,3,5,7
/proc/4375/task/4382/stat : 4382 (java) R 4372 4375 2108 0 -1 4202560 18019 0 0 0 108 2 0 0 20 0 15 0 93261852 10916995072 2082467 33554432000 4194304 4196468 140726734011472 140029823218752 140030766277494 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4383] ppid=4372 vsize=10661128 memory=280020594514432 CPUtime=0 cores=1,3,5,7
/proc/4375/task/4383/stat : 4383 (java) S 4372 4375 2108 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 93261853 10916995072 2082467 33554432000 4194304 4196468 140726734011472 140029822166496 140030787917525 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4384] ppid=4372 vsize=10661128 memory=4096 CPUtime=0 cores=1,3,5,7
/proc/4375/task/4384/stat : 4384 (java) S 4372 4375 2108 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 93261853 10916995072 2082467 33554432000 4194304 4196468 140726734011472 140029821113840 140030787917525 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4385] ppid=4372 vsize=10661128 memory=27096 CPUtime=0 cores=1,3,5,7
/proc/4375/task/4385/stat : 4385 (java) S 4372 4375 2108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93261855 10916995072 2082467 33554432000 4194304 4196468 140726734011472 140029820062416 140030787925915 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4386] ppid=4372 vsize=10661128 memory=4096 CPUtime=2.97 cores=1,3,5,7
/proc/4375/task/4386/stat : 4386 (java) S 4372 4375 2108 0 -1 1077944384 7751 0 0 0 296 1 0 0 20 0 15 0 93261855 10916995072 2082467 33554432000 4194304 4196468 140726734011472 140029819009008 140030787918466 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 13 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4387] ppid=4372 vsize=10661128 memory=27096 CPUtime=3.35 cores=1,3,5,7
/proc/4375/task/4387/stat : 4387 (java) S 4372 4375 2108 0 -1 1077944384 10376 0 0 0 333 2 0 0 20 0 15 0 93261855 10916995072 2082467 33554432000 4194304 4196468 140726734011472 140029817945472 140030787917525 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4388] ppid=4372 vsize=10661128 memory=8329700 CPUtime=0.43 cores=1,3,5,7
/proc/4375/task/4388/stat : 4388 (java) S 4372 4375 2108 0 -1 1077944384 1850 0 0 0 42 1 0 0 20 0 15 0 93261855 10916995072 2082467 33554432000 4194304 4196468 140726734011472 140029816901120 140030787917525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 13 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4389] ppid=4372 vsize=10661128 memory=2164404 CPUtime=0 cores=1,3,5,7
/proc/4375/task/4389/stat : 4389 (java) S 4372 4375 2108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93261856 10916995072 2082467 33554432000 4194304 4196468 140726734011472 140029815851616 140030787917525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
[pid=4375/tid=4390] ppid=4372 vsize=10661128 memory=8328616 CPUtime=0.01 cores=1,3,5,7
/proc/4375/task/4390/stat : 4390 (java) S 4372 4375 2108 0 -1 1077944384 160 0 0 0 0 1 0 0 20 0 15 0 93261856 10916995072 2082467 33554432000 4194304 4196468 140726734011472 140029814799152 140030787918466 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 10 0 0 6293624 6294260 7749632 140726734013613 140726734013705 140726734013705 140726734016463 0
Current children cumulated CPU time: 75.59 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 8329868 KiB

Child status: 1
Real time (s): 22.8005
CPU time (s): 75.6941
CPU user time (s): 67.5418
CPU system time (s): 8.15228
CPU usage (%): 331.984
Max. virtual memory (cumulated for all children) (KiB): 10661128
Max. memory (cumulated for all children) (KiB): 8329868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 67.5418
system time used= 8.15228
maximum resident set size= 8329868
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 256754
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= 5732
involuntary context switches= 1003


# summary of solver processes directly reported to runsolver:
#   pid: 4375
#   total CPU time (s): 75.6941
#   total CPU user time (s): 67.5418
#   total CPU system time (s): 8.15228

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.183408 second user time and 0.273839 second system time

The end

Launcher Data

Begin job on node134 at 2018-07-28 07:49:46
IDJOB=4298424
IDBENCH=141137
IDSOLVER=2766
FILE ID=node134/4298424-1532756986
RUNJOBID= node134-1532739463-2140
PBS_JOBID= 21022441
Free space on /tmp= 55552 MiB

SOLVER NAME= Solver of Xavier Schul & Yvhan Smal 2018-04-28
BENCH NAME= XCSP18/GraphColoring/GraphColoring-qg-order60_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298424-1532756986/watcher-4298424-1532756986 -o /tmp/evaluation-result-4298424-1532756986/solver-4298424-1532756986 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1532739463-2140 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4298424-1532756986.xml

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

MD5SUM BENCH= 2b7bed68bca9665ed3be29de24764d77
RANDOM SEED=372442778

node134.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.68
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.68
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.68
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.68
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:        25118200 kB
MemAvailable:   28897292 kB
Buffers:          174220 kB
Cached:          3867832 kB
SwapCached:            0 kB
Active:          4827760 kB
Inactive:        2329372 kB
Active(anon):    3064416 kB
Inactive(anon):    78544 kB
Active(file):    1763344 kB
Inactive(file):  2250828 kB
Unevictable:        7364 kB
Mlocked:            7364 kB
SwapTotal:      67108860 kB
SwapFree:       67108744 kB
Dirty:              8900 kB
Writeback:             0 kB
AnonPages:       2934520 kB
Mapped:            54656 kB
Shmem:             25132 kB
Slab:             190092 kB
SReclaimable:     161508 kB
SUnreclaim:        28584 kB
KernelStack:        3888 kB
PageTables:        11424 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5436924 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2809856 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 55548 MiB
End job on node134 at 2018-07-28 07:50:09