Trace number 4298404

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? 78.1496 25.0581

General information on the benchmark

NameGraphColoring/
GraphColoring-qg-order100_c18.xml
MD5SUMd2763c38ef24fdf1196893d726f1931a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables10000
Number of constraints990000
Number of domains1
Minimum domain size10000
Maximum domain size10000
Distribution of domain sizes[{"size":10000,"count":10000}]
Minimum variable degree199
Maximum variable degree199
Distribution of variable degrees[{"degree":199,"count":10000}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":990000}]
Number of extensional constraints0
Number of intensional constraints990000
Distribution of constraint types[{"type":"intension","count":990000}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298404-1532810376/watcher-4298404-1532810376 -o /tmp/evaluation-result-4298404-1532810376/solver-4298404-1532810376 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532805080-30859 --watchdog 2580 java -jar HOME/bestMinicp.jar HOME/instance-4298404-1532810376.xml 

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

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

solver pid=31540, runsolver pid=31537

[startup+0.101053 s]*
/proc/loadavg: 1.43 1.35 1.41 3/215 31555
/proc/meminfo: memFree=20000048/32770624 swapFree=67108860/67108860
[pid=31540] ppid=31537 vsize=10661052 memory=28008 CPUtime=0.12 cores=0,2,4,6
/proc/31540/stat : 31540 (java) S 31537 31540 26996 0 -1 1077944320 5412 0 0 0 11 1 0 0 20 0 15 0 98600774 10916917248 7002 33554432000 4194304 4196468 140722940098336 140722940080880 140253604859639 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
/proc/31540/statm: 2665263 7002 2867 1 0 2627263 0
[pid=31540/tid=31542] ppid=31537 vsize=10661052 memory=-7254949987974015097 CPUtime=0.09 cores=0,2,4,6
/proc/31540/task/31542/stat : 31542 (java) R 31537 31540 26996 0 -1 4202560 3277 0 0 0 8 1 0 0 20 0 15 0 98600774 10916917248 7002 33554432000 4194304 4196468 140722940098336 140253609090048 140253604871574 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31543] ppid=31537 vsize=10661052 memory=5793855936967907769 CPUtime=0 cores=0,2,4,6
/proc/31540/task/31543/stat : 31543 (java) S 31537 31540 26996 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98600775 10916917248 7002 33554432000 4194304 4196468 140722940098336 140253567965840 140253604869845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31544] ppid=31537 vsize=10661052 memory=140685958014592 CPUtime=0 cores=0,2,4,6
/proc/31540/task/31544/stat : 31544 (java) S 31537 31540 26996 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98600775 10916917248 7002 33554432000 4194304 4196468 140722940098336 140253210532368 140253604869845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31545] ppid=31537 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31540/task/31545/stat : 31545 (java) S 31537 31540 26996 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98600775 10916917248 7002 33554432000 4194304 4196468 140722940098336 140253209479568 140253604869845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31546] ppid=31537 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31540/task/31546/stat : 31546 (java) S 31537 31540 26996 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98600775 10916917248 7002 33554432000 4194304 4196468 140722940098336 140253208426768 140253604869845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31547] ppid=31537 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31540/task/31547/stat : 31547 (java) S 31537 31540 26996 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98600776 10916917248 7002 33554432000 4194304 4196468 140722940098336 140253096569712 140253604870786 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31548] ppid=31537 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31540/task/31548/stat : 31548 (java) S 31537 31540 26996 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98600777 10916917248 7002 33554432000 4194304 4196468 140722940098336 140253095515680 140253604869845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31549] ppid=31537 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31540/task/31549/stat : 31549 (java) S 31537 31540 26996 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98600777 10916917248 7002 33554432000 4194304 4196468 140722940098336 140253094462832 140253604869845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31550] ppid=31537 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31540/task/31550/stat : 31550 (java) S 31537 31540 26996 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98600780 10916917248 7002 33554432000 4194304 4196468 140722940098336 140253093411152 140253604878235 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31551] ppid=31537 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31540/task/31551/stat : 31551 (java) S 31537 31540 26996 0 -1 1077944384 313 0 0 0 0 0 0 0 20 0 15 0 98600780 10916917248 7002 33554432000 4194304 4196468 140722940098336 140253092358512 140253604870786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31552] ppid=31537 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31540/task/31552/stat : 31552 (java) S 31537 31540 26996 0 -1 1077944384 132 0 0 0 0 0 0 0 20 0 15 0 98600780 10916917248 7002 33554432000 4194304 4196468 140722940098336 140253091305712 140253604870786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31553] ppid=31537 vsize=10661052 memory=140685958014592 CPUtime=0.01 cores=0,2,4,6
/proc/31540/task/31553/stat : 31553 (java) R 31537 31540 26996 0 -1 4202560 323 0 0 0 1 0 0 0 20 0 15 0 98600780 10916917248 7002 33554432000 4194304 4196468 140722940098336 140253090252912 140253604871574 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31554] ppid=31537 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31540/task/31554/stat : 31554 (java) S 31537 31540 26996 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98600780 10916917248 7002 33554432000 4194304 4196468 140722940098336 140253089200352 140253604869845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31555] ppid=31537 vsize=10661052 memory=140685958014592 CPUtime=0 cores=0,2,4,6
/proc/31540/task/31555/stat : 31555 (java) S 31537 31540 26996 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98600780 10916917248 7002 33554432000 4194304 4196468 140722940098336 140253088148656 140253604870786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 28008 KiB

[startup+0.21054 s]*
/proc/loadavg: 1.43 1.35 1.41 4/215 31555
/proc/meminfo: memFree=19988696/32770624 swapFree=67108860/67108860
[pid=31540] ppid=31537 vsize=10661052 memory=40196 CPUtime=0.34 cores=0,2,4,6
/proc/31540/stat : 31540 (java) S 31537 31540 26996 0 -1 1077944320 8137 0 0 0 32 2 0 0 20 0 15 0 98600774 10916917248 10049 33554432000 4194304 4196468 140722940098336 140722940080880 140253604859639 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
/proc/31540/statm: 2665263 10049 2950 1 0 2627263 0
[pid=31540/tid=31542] ppid=31537 vsize=10661052 memory=6735269665583770266 CPUtime=0.19 cores=0,2,4,6
/proc/31540/task/31542/stat : 31542 (java) R 31537 31540 26996 0 -1 4202560 5171 0 0 0 18 1 0 0 20 0 15 0 98600774 10916917248 10049 33554432000 4194304 4196468 140722940098336 140253609099008 140253241115752 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31543] ppid=31537 vsize=10661052 memory=4211974412162805130 CPUtime=0 cores=0,2,4,6
/proc/31540/task/31543/stat : 31543 (java) S 31537 31540 26996 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98600775 10916917248 10049 33554432000 4194304 4196468 140722940098336 140253567965840 140253604869845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31544] ppid=31537 vsize=10661052 memory=140685958014592 CPUtime=0 cores=0,2,4,6
/proc/31540/task/31544/stat : 31544 (java) S 31537 31540 26996 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98600775 10916917248 10049 33554432000 4194304 4196468 140722940098336 140253210532368 140253604869845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31545] ppid=31537 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31540/task/31545/stat : 31545 (java) S 31537 31540 26996 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98600775 10916917248 10049 33554432000 4194304 4196468 140722940098336 140253209479568 140253604869845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31546] ppid=31537 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31540/task/31546/stat : 31546 (java) S 31537 31540 26996 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98600775 10916917248 10049 33554432000 4194304 4196468 140722940098336 140253208426768 140253604869845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31547] ppid=31537 vsize=10661052 memory=140685958014592 CPUtime=0 cores=0,2,4,6
/proc/31540/task/31547/stat : 31547 (java) S 31537 31540 26996 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98600776 10916917248 10049 33554432000 4194304 4196468 140722940098336 140253096569712 140253604870786 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31548] ppid=31537 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31540/task/31548/stat : 31548 (java) S 31537 31540 26996 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98600777 10916917248 10049 33554432000 4194304 4196468 140722940098336 140253095515680 140253604869845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31549] ppid=31537 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31540/task/31549/stat : 31549 (java) S 31537 31540 26996 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98600777 10916917248 10049 33554432000 4194304 4196468 140722940098336 140253094462832 140253604869845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31550] ppid=31537 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31540/task/31550/stat : 31550 (java) S 31537 31540 26996 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98600780 10916917248 10049 33554432000 4194304 4196468 140722940098336 140253093411152 140253604878235 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31551] ppid=31537 vsize=10661052 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/31540/task/31551/stat : 31551 (java) R 31537 31540 26996 0 -1 1077944384 483 0 0 0 1 0 0 0 20 0 15 0 98600780 10916917248 10049 33554432000 4194304 4196468 140722940098336 140253092358512 140253604870786 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31552] ppid=31537 vsize=10661052 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/31540/task/31552/stat : 31552 (java) R 31537 31540 26996 0 -1 4202560 256 0 0 0 2 0 0 0 20 0 15 0 98600780 10916917248 10049 33554432000 4194304 4196468 140722940098336 140253091305712 140253585256832 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31553] ppid=31537 vsize=10661052 memory=140685958014592 CPUtime=0.08 cores=0,2,4,6
/proc/31540/task/31553/stat : 31553 (java) R 31537 31540 26996 0 -1 4202560 861 0 0 0 8 0 0 0 20 0 15 0 98600780 10916917248 10049 33554432000 4194304 4196468 140722940098336 140253090249280 140253583340465 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31554] ppid=31537 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31540/task/31554/stat : 31554 (java) S 31537 31540 26996 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98600780 10916917248 10049 33554432000 4194304 4196468 140722940098336 140253089200352 140253604869845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31555] ppid=31537 vsize=10661052 memory=140685958014592 CPUtime=0 cores=0,2,4,6
/proc/31540/task/31555/stat : 31555 (java) S 31537 31540 26996 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98600780 10916917248 10049 33554432000 4194304 4196468 140722940098336 140253088148656 140253604870786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 40196 KiB

[startup+0.311195 s]*
/proc/loadavg: 1.43 1.35 1.41 5/215 31555
/proc/meminfo: memFree=19973064/32770624 swapFree=67108860/67108860
[pid=31540] ppid=31537 vsize=10661052 memory=58104 CPUtime=0.67 cores=0,2,4,6
/proc/31540/stat : 31540 (java) S 31537 31540 26996 0 -1 1077944320 10016 0 0 0 64 3 0 0 20 0 15 0 98600774 10916917248 14526 33554432000 4194304 4196468 140722940098336 140722940080880 140253604859639 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
/proc/31540/statm: 2665263 14526 3041 1 0 2627263 0
[pid=31540/tid=31542] ppid=31537 vsize=10661052 memory=6735269665583770266 CPUtime=0.3 cores=0,2,4,6
/proc/31540/task/31542/stat : 31542 (java) R 31537 31540 26996 0 -1 4202560 5189 0 0 0 28 2 0 0 20 0 15 0 98600774 10916917248 14526 33554432000 4194304 4196468 140722940098336 140253609097808 140253604881565 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31543] ppid=31537 vsize=10661052 memory=4211974412162805130 CPUtime=0 cores=0,2,4,6
/proc/31540/task/31543/stat : 31543 (java) S 31537 31540 26996 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98600775 10916917248 14526 33554432000 4194304 4196468 140722940098336 140253567965840 140253604869845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31544] ppid=31537 vsize=10661052 memory=281371772656000 CPUtime=0 cores=0,2,4,6
/proc/31540/task/31544/stat : 31544 (java) S 31537 31540 26996 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98600775 10916917248 14526 33554432000 4194304 4196468 140722940098336 140253210532368 140253604869845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31545] ppid=31537 vsize=10661052 memory=281371629310464 CPUtime=0 cores=0,2,4,6
/proc/31540/task/31545/stat : 31545 (java) S 31537 31540 26996 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98600775 10916917248 14526 33554432000 4194304 4196468 140722940098336 140253209479568 140253604869845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31546] ppid=31537 vsize=10661052 memory=140685814641423 CPUtime=0 cores=0,2,4,6
/proc/31540/task/31546/stat : 31546 (java) S 31537 31540 26996 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98600775 10916917248 14526 33554432000 4194304 4196468 140722940098336 140253208426768 140253604869845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31547] ppid=31537 vsize=10661052 memory=281371772665216 CPUtime=0 cores=0,2,4,6
/proc/31540/task/31547/stat : 31547 (java) S 31537 31540 26996 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98600776 10916917248 14526 33554432000 4194304 4196468 140722940098336 140253096569712 140253604870786 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31548] ppid=31537 vsize=10661052 memory=140685814646031 CPUtime=0 cores=0,2,4,6
/proc/31540/task/31548/stat : 31548 (java) S 31537 31540 26996 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98600777 10916917248 14526 33554432000 4194304 4196468 140722940098336 140253095515680 140253604869845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31549] ppid=31537 vsize=10661052 memory=140685814679196 CPUtime=0 cores=0,2,4,6
/proc/31540/task/31549/stat : 31549 (java) S 31537 31540 26996 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98600777 10916917248 14526 33554432000 4194304 4196468 140722940098336 140253094462832 140253604869845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31550] ppid=31537 vsize=10661052 memory=140685814681852 CPUtime=0 cores=0,2,4,6
/proc/31540/task/31550/stat : 31550 (java) S 31537 31540 26996 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98600780 10916917248 14526 33554432000 4194304 4196468 140722940098336 140253093411152 140253604878235 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31551] ppid=31537 vsize=10661052 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/31540/task/31551/stat : 31551 (java) R 31537 31540 26996 0 -1 4202560 1373 0 0 0 10 0 0 0 20 0 15 0 98600780 10916917248 14526 33554432000 4194304 4196468 140722940098336 140253092344392 140253589983206 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31552] ppid=31537 vsize=10661052 memory=-1 CPUtime=0.12 cores=0,2,4,6
/proc/31540/task/31552/stat : 31552 (java) R 31537 31540 26996 0 -1 4202560 866 0 0 0 12 0 0 0 20 0 15 0 98600780 10916917248 14526 33554432000 4194304 4196468 140722940098336 140253091286728 140253588762686 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31553] ppid=31537 vsize=10661052 memory=140685958014592 CPUtime=0.12 cores=0,2,4,6
/proc/31540/task/31553/stat : 31553 (java) S 31537 31540 26996 0 -1 1077944384 1221 0 0 0 12 0 0 0 20 0 15 0 98600780 10916917248 14526 33554432000 4194304 4196468 140722940098336 140253090252912 140253604870786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31554] ppid=31537 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31540/task/31554/stat : 31554 (java) S 31537 31540 26996 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98600780 10916917248 14526 33554432000 4194304 4196468 140722940098336 140253089200352 140253604869845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31555] ppid=31537 vsize=10661052 memory=140685958042600 CPUtime=0 cores=0,2,4,6
/proc/31540/task/31555/stat : 31555 (java) S 31537 31540 26996 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98600780 10916917248 14526 33554432000 4194304 4196468 140722940098336 140253088148656 140253604870786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 58104 KiB

[startup+0.700926 s]
/proc/loadavg: 1.43 1.35 1.41 3/215 31555
/proc/meminfo: memFree=19888352/32770624 swapFree=67108860/67108860
[pid=31540] ppid=31537 vsize=10661052 memory=296132 CPUtime=1.52 cores=0,2,4,6
/proc/31540/stat : 31540 (java) S 31537 31540 26996 0 -1 1077944320 10468 0 0 0 131 21 0 0 20 0 15 0 98600774 10916917248 74033 33554432000 4194304 4196468 140722940098336 140722940080880 140253604859639 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
/proc/31540/statm: 2665263 74033 3071 1 0 2627263 0
[pid=31540/tid=31542] ppid=31537 vsize=10661052 memory=54 CPUtime=0.57 cores=0,2,4,6
/proc/31540/task/31542/stat : 31542 (java) R 31537 31540 26996 0 -1 4202560 5246 0 0 0 54 3 0 0 20 0 15 0 98600774 10916917248 74033 33554432000 4194304 4196468 140722940098336 140253609098544 140253604881565 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31543] ppid=31537 vsize=10661052 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/31540/task/31543/stat : 31543 (java) S 31537 31540 26996 0 -1 1077944384 63 0 0 0 6 4 0 0 20 0 15 0 98600775 10916917248 74033 33554432000 4194304 4196468 140722940098336 140253567965840 140253604869845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31544] ppid=31537 vsize=10661052 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/31540/task/31544/stat : 31544 (java) S 31537 31540 26996 0 -1 1077944384 67 0 0 0 6 4 0 0 20 0 15 0 98600775 10916917248 74033 33554432000 4194304 4196468 140722940098336 140253210532368 140253604869845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31545] ppid=31537 vsize=10661052 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/31540/task/31545/stat : 31545 (java) S 31537 31540 26996 0 -1 1077944384 67 0 0 0 6 4 0 0 20 0 15 0 98600775 10916917248 74033 33554432000 4194304 4196468 140722940098336 140253209479568 140253604869845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31546] ppid=31537 vsize=10661052 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/31540/task/31546/stat : 31546 (java) S 31537 31540 26996 0 -1 1077944384 73 0 0 0 6 4 0 0 20 0 15 0 98600775 10916917248 74033 33554432000 4194304 4196468 140722940098336 140253208426768 140253604869845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31547] ppid=31537 vsize=10661052 memory=5788 CPUtime=0 cores=0,2,4,6
/proc/31540/task/31547/stat : 31547 (java) S 31537 31540 26996 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 98600776 10916917248 74033 33554432000 4194304 4196468 140722940098336 140253096569712 140253604870786 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31548] ppid=31537 vsize=10661052 memory=4616 CPUtime=0 cores=0,2,4,6
/proc/31540/task/31548/stat : 31548 (java) S 31537 31540 26996 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98600777 10916917248 74033 33554432000 4194304 4196468 140722940098336 140253095515680 140253604869845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31549] ppid=31537 vsize=10661052 memory=12032 CPUtime=0 cores=0,2,4,6
/proc/31540/task/31549/stat : 31549 (java) S 31537 31540 26996 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 98600777 10916917248 74033 33554432000 4194304 4196468 140722940098336 140253094462832 140253604869845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31550] ppid=31537 vsize=10661052 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/31540/task/31550/stat : 31550 (java) S 31537 31540 26996 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98600780 10916917248 74033 33554432000 4194304 4196468 140722940098336 140253093411152 140253604878235 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31551] ppid=31537 vsize=10661052 memory=792 CPUtime=0.18 cores=0,2,4,6
/proc/31540/task/31551/stat : 31551 (java) S 31537 31540 26996 0 -1 1077944384 1419 0 0 0 18 0 0 0 20 0 15 0 98600780 10916917248 74033 33554432000 4194304 4196468 140722940098336 140253092358512 140253604870786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31552] ppid=31537 vsize=10661052 memory=1716 CPUtime=0.18 cores=0,2,4,6
/proc/31540/task/31552/stat : 31552 (java) S 31537 31540 26996 0 -1 1077944384 867 0 0 0 18 0 0 0 20 0 15 0 98600780 10916917248 74033 33554432000 4194304 4196468 140722940098336 140253091305712 140253604870786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31553] ppid=31537 vsize=10661052 memory=1952 CPUtime=0.12 cores=0,2,4,6
/proc/31540/task/31553/stat : 31553 (java) S 31537 31540 26996 0 -1 1077944384 1223 0 0 0 12 0 0 0 20 0 15 0 98600780 10916917248 74033 33554432000 4194304 4196468 140722940098336 140253090252912 140253604870786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31554] ppid=31537 vsize=10661052 memory=8584 CPUtime=0 cores=0,2,4,6
/proc/31540/task/31554/stat : 31554 (java) S 31537 31540 26996 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98600780 10916917248 74033 33554432000 4194304 4196468 140722940098336 140253089200352 140253604869845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31555] ppid=31537 vsize=10661052 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/31540/task/31555/stat : 31555 (java) S 31537 31540 26996 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98600780 10916917248 74033 33554432000 4194304 4196468 140722940098336 140253088148656 140253604870786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
Current children cumulated CPU time: 1.52 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 296132 KiB

[startup+1.50083 s]
/proc/loadavg: 1.43 1.35 1.41 6/215 31555
/proc/meminfo: memFree=19613736/32770624 swapFree=67108860/67108860
[pid=31540] ppid=31537 vsize=10661052 memory=483744 CPUtime=3.91 cores=0,2,4,6
/proc/31540/stat : 31540 (java) S 31537 31540 26996 0 -1 1077944320 11975 0 0 0 348 43 0 0 20 0 15 0 98600774 10916917248 120936 33554432000 4194304 4196468 140722940098336 140722940080880 140253604859639 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
/proc/31540/statm: 2665263 120936 3089 1 0 2627263 0
[pid=31540/tid=31542] ppid=31537 vsize=10661052 memory=0 CPUtime=0.82 cores=0,2,4,6
/proc/31540/task/31542/stat : 31542 (java) R 31537 31540 26996 0 -1 4202560 5247 0 0 0 79 3 0 0 20 0 15 0 98600774 10916917248 120936 33554432000 4194304 4196468 140722940098336 140253609098960 140253604881565 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31543] ppid=31537 vsize=10661052 memory=0 CPUtime=0.62 cores=0,2,4,6
/proc/31540/task/31543/stat : 31543 (java) S 31537 31540 26996 0 -1 1077944384 368 0 0 0 53 9 0 0 20 0 15 0 98600775 10916917248 120936 33554432000 4194304 4196468 140722940098336 140253567965840 140253604869845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31544] ppid=31537 vsize=10661052 memory=0 CPUtime=0.63 cores=0,2,4,6
/proc/31540/task/31544/stat : 31544 (java) S 31537 31540 26996 0 -1 1077944384 329 0 0 0 54 9 0 0 20 0 15 0 98600775 10916917248 120936 33554432000 4194304 4196468 140722940098336 140253210532368 140253604869845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31545] ppid=31537 vsize=10661052 memory=0 CPUtime=0.63 cores=0,2,4,6
/proc/31540/task/31545/stat : 31545 (java) S 31537 31540 26996 0 -1 1077944384 348 0 0 0 54 9 0 0 20 0 15 0 98600775 10916917248 120936 33554432000 4194304 4196468 140722940098336 140253209479568 140253604869845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31546] ppid=31537 vsize=10661052 memory=0 CPUtime=0.64 cores=0,2,4,6
/proc/31540/task/31546/stat : 31546 (java) S 31537 31540 26996 0 -1 1077944384 472 0 0 0 55 9 0 0 20 0 15 0 98600775 10916917248 120936 33554432000 4194304 4196468 140722940098336 140253208426768 140253604869845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31547] ppid=31537 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31540/task/31547/stat : 31547 (java) S 31537 31540 26996 0 -1 1077944384 340 0 0 0 0 0 0 0 20 0 15 0 98600776 10916917248 120936 33554432000 4194304 4196468 140722940098336 140253096569712 140253604870786 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0

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

[pid=31540/tid=31554] ppid=31537 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31540/task/31554/stat : 31554 (java) S 31537 31540 26996 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98600780 10916995072 2080438 33554432000 4194304 4196468 140722940098336 140253089200352 140253604869845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31555] ppid=31537 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31540/task/31555/stat : 31555 (java) S 31537 31540 26996 0 -1 1077944384 398 0 0 0 0 0 0 0 20 0 15 0 98600780 10916995072 2080438 33554432000 4194304 4196468 140722940098336 140253088148656 140253604870786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 28 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
Current children cumulated CPU time: 68.8 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 8321752 KiB

[startup+24.1012 s]*
/proc/loadavg: 1.98 1.47 1.45 6/215 31555
/proc/meminfo: memFree=11719140/32770624 swapFree=67108860/67108860
[pid=31540] ppid=31537 vsize=10661128 memory=8321832 CPUtime=74.9 cores=0,2,4,6
/proc/31540/stat : 31540 (java) S 31537 31540 26996 0 -1 1077944320 213376 0 0 0 6662 828 0 0 20 0 15 0 98600774 10916995072 2080458 33554432000 4194304 4196468 140722940098336 140722940080880 140253604859639 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
/proc/31540/statm: 2665282 2080458 3181 1 0 2627263 0
[pid=31540/tid=31542] ppid=31537 vsize=10661128 memory=6791534058613427641 CPUtime=7.28 cores=0,2,4,6
/proc/31540/task/31542/stat : 31542 (java) S 31537 31540 26996 0 -1 1077944384 9406 0 0 0 716 12 0 0 20 0 15 0 98600774 10916995072 2080458 33554432000 4194304 4196468 140722940098336 140253609098032 140253604869845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31543] ppid=31537 vsize=10661128 memory=-7003737579269690708 CPUtime=15.32 cores=0,2,4,6
/proc/31540/task/31543/stat : 31543 (java) R 31537 31540 26996 0 -1 4202560 82179 0 0 0 1340 192 0 0 20 0 15 0 98600775 10916995072 2080458 33554432000 4194304 4196468 140722940098336 140253567965840 140253589856301 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31544] ppid=31537 vsize=10661128 memory=0 CPUtime=15.3 cores=0,2,4,6
/proc/31540/task/31544/stat : 31544 (java) R 31537 31540 26996 0 -1 4202560 30849 0 0 0 1317 213 0 0 20 0 15 0 98600775 10916995072 2080458 33554432000 4194304 4196468 140722940098336 140253210532368 140253589558395 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31545] ppid=31537 vsize=10661128 memory=281371630032176 CPUtime=15.35 cores=0,2,4,6
/proc/31540/task/31545/stat : 31545 (java) R 31537 31540 26996 0 -1 4202560 28605 0 0 0 1330 205 0 0 20 0 15 0 98600775 10916995072 2080458 33554432000 4194304 4196468 140722940098336 140253209479768 140253589317107 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31546] ppid=31537 vsize=10661128 memory=739411760647873312 CPUtime=15.34 cores=0,2,4,6
/proc/31540/task/31546/stat : 31546 (java) R 31537 31540 26996 0 -1 4202560 33432 0 0 0 1336 198 0 0 20 0 15 0 98600775 10916995072 2080458 33554432000 4194304 4196468 140722940098336 140253208426656 140253586412880 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31547] ppid=31537 vsize=10661128 memory=7971542655782669194 CPUtime=0.84 cores=0,2,4,6
/proc/31540/task/31547/stat : 31547 (java) S 31537 31540 26996 0 -1 1077944384 13520 0 0 0 83 1 0 0 20 0 15 0 98600776 10916995072 2080458 33554432000 4194304 4196468 140722940098336 140253096568256 140253604869845 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 28 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31548] ppid=31537 vsize=10661128 memory=8257237230706253920 CPUtime=0 cores=0,2,4,6
/proc/31540/task/31548/stat : 31548 (java) S 31537 31540 26996 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 98600777 10916995072 2080458 33554432000 4194304 4196468 140722940098336 140253095515344 140253604869845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31549] ppid=31537 vsize=10661128 memory=-7737605734073681312 CPUtime=0 cores=0,2,4,6
/proc/31540/task/31549/stat : 31549 (java) S 31537 31540 26996 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 98600777 10916995072 2080458 33554432000 4194304 4196468 140722940098336 140253094462832 140253604869845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31550] ppid=31537 vsize=10661128 memory=281371629060336 CPUtime=0 cores=0,2,4,6
/proc/31540/task/31550/stat : 31550 (java) S 31537 31540 26996 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98600780 10916995072 2080458 33554432000 4194304 4196468 140722940098336 140253093411152 140253604878235 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31551] ppid=31537 vsize=10661128 memory=-7173504570862900581 CPUtime=2.76 cores=0,2,4,6
/proc/31540/task/31551/stat : 31551 (java) S 31537 31540 26996 0 -1 1077944384 4500 0 0 0 275 1 0 0 20 0 15 0 98600780 10916995072 2080458 33554432000 4194304 4196468 140722940098336 140253092358512 140253604870786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31552] ppid=31537 vsize=10661128 memory=8976414709404591081 CPUtime=2.13 cores=0,2,4,6
/proc/31540/task/31552/stat : 31552 (java) S 31537 31540 26996 0 -1 1077944384 6382 0 0 0 212 1 0 0 20 0 15 0 98600780 10916995072 2080458 33554432000 4194304 4196468 140722940098336 140253091305712 140253604870786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31553] ppid=31537 vsize=10661128 memory=6944656592455097440 CPUtime=0.49 cores=0,2,4,6
/proc/31540/task/31553/stat : 31553 (java) S 31537 31540 26996 0 -1 1077944384 2716 0 0 0 49 0 0 0 20 0 15 0 98600780 10916995072 2080458 33554432000 4194304 4196468 140722940098336 140253090252912 140253604870786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31554] ppid=31537 vsize=10661128 memory=6944656592455359580 CPUtime=0 cores=0,2,4,6
/proc/31540/task/31554/stat : 31554 (java) S 31537 31540 26996 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98600780 10916995072 2080458 33554432000 4194304 4196468 140722940098336 140253089200352 140253604869845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31555] ppid=31537 vsize=10661128 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/31540/task/31555/stat : 31555 (java) S 31537 31540 26996 0 -1 1077944384 398 0 0 0 0 0 0 0 20 0 15 0 98600780 10916995072 2080458 33554432000 4194304 4196468 140722940098336 140253088148656 140253604870786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 28 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
Current children cumulated CPU time: 74.9 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 8321832 KiB

[startup+24.5012 s]
/proc/loadavg: 1.98 1.47 1.45 6/215 31555
/proc/meminfo: memFree=11719140/32770624 swapFree=67108860/67108860
[pid=31540] ppid=31537 vsize=10661128 memory=8321832 CPUtime=76.34 cores=0,2,4,6
/proc/31540/stat : 31540 (java) S 31537 31540 26996 0 -1 1077944320 213488 0 0 0 6806 828 0 0 20 0 15 0 98600774 10916995072 2080458 33554432000 4194304 4196468 140722940098336 140722940080880 140253604859639 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
/proc/31540/statm: 2665282 2080458 3181 1 0 2627263 0
[pid=31540/tid=31542] ppid=31537 vsize=10661128 memory=0 CPUtime=7.28 cores=0,2,4,6
/proc/31540/task/31542/stat : 31542 (java) S 31537 31540 26996 0 -1 1077944384 9406 0 0 0 716 12 0 0 20 0 15 0 98600774 10916995072 2080458 33554432000 4194304 4196468 140722940098336 140253609098032 140253604869845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31543] ppid=31537 vsize=10661128 memory=0 CPUtime=15.67 cores=0,2,4,6
/proc/31540/task/31543/stat : 31543 (java) R 31537 31540 26996 0 -1 4202560 82239 0 0 0 1375 192 0 0 20 0 15 0 98600775 10916995072 2080458 33554432000 4194304 4196468 140722940098336 140253567965728 140253589810317 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31544] ppid=31537 vsize=10661128 memory=6791534058613427641 CPUtime=15.65 cores=0,2,4,6
/proc/31540/task/31544/stat : 31544 (java) R 31537 31540 26996 0 -1 4202560 30889 0 0 0 1352 213 0 0 20 0 15 0 98600775 10916995072 2080458 33554432000 4194304 4196468 140722940098336 140253210532368 140253589557414 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31545] ppid=31537 vsize=10661128 memory=3848 CPUtime=15.7 cores=0,2,4,6
/proc/31540/task/31545/stat : 31545 (java) R 31537 31540 26996 0 -1 4202560 28607 0 0 0 1365 205 0 0 20 0 15 0 98600775 10916995072 2080458 33554432000 4194304 4196468 140722940098336 140253209479568 140253589557278 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31546] ppid=31537 vsize=10661128 memory=6791534058613427641 CPUtime=15.69 cores=0,2,4,6
/proc/31540/task/31546/stat : 31546 (java) R 31537 31540 26996 0 -1 4202560 33442 0 0 0 1371 198 0 0 20 0 15 0 98600775 10916995072 2080458 33554432000 4194304 4196468 140722940098336 140253208426968 140253589557414 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31547] ppid=31537 vsize=10661128 memory=4616 CPUtime=0.88 cores=0,2,4,6
/proc/31540/task/31547/stat : 31547 (java) S 31537 31540 26996 0 -1 1077944384 13520 0 0 0 87 1 0 0 20 0 15 0 98600776 10916995072 2080458 33554432000 4194304 4196468 140722940098336 140253096568048 140253604869845 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 28 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31548] ppid=31537 vsize=10661128 memory=12032 CPUtime=0 cores=0,2,4,6
/proc/31540/task/31548/stat : 31548 (java) S 31537 31540 26996 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 98600777 10916995072 2080458 33554432000 4194304 4196468 140722940098336 140253095515344 140253604869845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31549] ppid=31537 vsize=10661128 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/31540/task/31549/stat : 31549 (java) S 31537 31540 26996 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 98600777 10916995072 2080458 33554432000 4194304 4196468 140722940098336 140253094462832 140253604869845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31550] ppid=31537 vsize=10661128 memory=792 CPUtime=0 cores=0,2,4,6
/proc/31540/task/31550/stat : 31550 (java) S 31537 31540 26996 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98600780 10916995072 2080458 33554432000 4194304 4196468 140722940098336 140253093411152 140253604878235 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31551] ppid=31537 vsize=10661128 memory=1716 CPUtime=2.76 cores=0,2,4,6
/proc/31540/task/31551/stat : 31551 (java) S 31537 31540 26996 0 -1 1077944384 4500 0 0 0 275 1 0 0 20 0 15 0 98600780 10916995072 2080458 33554432000 4194304 4196468 140722940098336 140253092358512 140253604870786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31552] ppid=31537 vsize=10661128 memory=1952 CPUtime=2.13 cores=0,2,4,6
/proc/31540/task/31552/stat : 31552 (java) S 31537 31540 26996 0 -1 1077944384 6382 0 0 0 212 1 0 0 20 0 15 0 98600780 10916995072 2080458 33554432000 4194304 4196468 140722940098336 140253091305712 140253604870786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31553] ppid=31537 vsize=10661128 memory=8584 CPUtime=0.49 cores=0,2,4,6
/proc/31540/task/31553/stat : 31553 (java) S 31537 31540 26996 0 -1 1077944384 2716 0 0 0 49 0 0 0 20 0 15 0 98600780 10916995072 2080458 33554432000 4194304 4196468 140722940098336 140253090252912 140253604870786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31554] ppid=31537 vsize=10661128 memory=14018773256590 CPUtime=0 cores=0,2,4,6
/proc/31540/task/31554/stat : 31554 (java) S 31537 31540 26996 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98600780 10916995072 2080458 33554432000 4194304 4196468 140722940098336 140253089200352 140253604869845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31555] ppid=31537 vsize=10661128 memory=288230596050944315 CPUtime=0 cores=0,2,4,6
/proc/31540/task/31555/stat : 31555 (java) S 31537 31540 26996 0 -1 1077944384 398 0 0 0 0 0 0 0 20 0 15 0 98600780 10916995072 2080458 33554432000 4194304 4196468 140722940098336 140253088148656 140253604870786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 28 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
Current children cumulated CPU time: 76.34 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 8321832 KiB

[startup+24.9007 s]
/proc/loadavg: 1.98 1.47 1.45 6/215 31555
/proc/meminfo: memFree=11719140/32770624 swapFree=67108860/67108860
[pid=31540] ppid=31537 vsize=10661128 memory=8321832 CPUtime=77.9 cores=0,2,4,6
/proc/31540/stat : 31540 (java) S 31537 31540 26996 0 -1 1077944320 213516 0 0 0 6962 828 0 0 20 0 15 0 98600774 10916995072 2080458 33554432000 4194304 4196468 140722940098336 140722940080880 140253604859639 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
/proc/31540/statm: 2665282 2080458 3181 1 0 2627263 0
[pid=31540/tid=31542] ppid=31537 vsize=10661128 memory=0 CPUtime=7.28 cores=0,2,4,6
/proc/31540/task/31542/stat : 31542 (java) S 31537 31540 26996 0 -1 1077944384 9406 0 0 0 716 12 0 0 20 0 15 0 98600774 10916995072 2080458 33554432000 4194304 4196468 140722940098336 140253609098032 140253604869845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31543] ppid=31537 vsize=10661128 memory=6791534058613427641 CPUtime=16.06 cores=0,2,4,6
/proc/31540/task/31543/stat : 31543 (java) R 31537 31540 26996 0 -1 4202560 82264 0 0 0 1414 192 0 0 20 0 15 0 98600775 10916995072 2080458 33554432000 4194304 4196468 140722940098336 140253567965960 140253597487847 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31544] ppid=31537 vsize=10661128 memory=1296 CPUtime=16.05 cores=0,2,4,6
/proc/31540/task/31544/stat : 31544 (java) R 31537 31540 26996 0 -1 4202560 30892 0 0 0 1391 214 0 0 20 0 15 0 98600775 10916995072 2080458 33554432000 4194304 4196468 140722940098336 140253210532368 140253589855984 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31545] ppid=31537 vsize=10661128 memory=2412 CPUtime=16.08 cores=0,2,4,6
/proc/31540/task/31545/stat : 31545 (java) R 31537 31540 26996 0 -1 4202560 28607 0 0 0 1403 205 0 0 20 0 15 0 98600775 10916995072 2080458 33554432000 4194304 4196468 140722940098336 140253209479376 140253597487847 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31546] ppid=31537 vsize=10661128 memory=1724 CPUtime=16.07 cores=0,2,4,6
/proc/31540/task/31546/stat : 31546 (java) R 31537 31540 26996 0 -1 4202560 33442 0 0 0 1409 198 0 0 20 0 15 0 98600775 10916995072 2080458 33554432000 4194304 4196468 140722940098336 140253208426576 140253597487847 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31547] ppid=31537 vsize=10661128 memory=1228 CPUtime=0.88 cores=0,2,4,6
/proc/31540/task/31547/stat : 31547 (java) S 31537 31540 26996 0 -1 1077944384 13520 0 0 0 87 1 0 0 20 0 15 0 98600776 10916995072 2080458 33554432000 4194304 4196468 140722940098336 140253096568272 140253604869845 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 28 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31548] ppid=31537 vsize=10661128 memory=1428 CPUtime=0 cores=0,2,4,6
/proc/31540/task/31548/stat : 31548 (java) S 31537 31540 26996 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 98600777 10916995072 2080458 33554432000 4194304 4196468 140722940098336 140253095515344 140253604869845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31549] ppid=31537 vsize=10661128 memory=1196 CPUtime=0 cores=0,2,4,6
/proc/31540/task/31549/stat : 31549 (java) S 31537 31540 26996 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 98600777 10916995072 2080458 33554432000 4194304 4196468 140722940098336 140253094462832 140253604869845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31550] ppid=31537 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31540/task/31550/stat : 31550 (java) S 31537 31540 26996 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98600780 10916995072 2080458 33554432000 4194304 4196468 140722940098336 140253093411152 140253604878235 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31551] ppid=31537 vsize=10661128 memory=0 CPUtime=2.76 cores=0,2,4,6
/proc/31540/task/31551/stat : 31551 (java) S 31537 31540 26996 0 -1 1077944384 4500 0 0 0 275 1 0 0 20 0 15 0 98600780 10916995072 2080458 33554432000 4194304 4196468 140722940098336 140253092358512 140253604870786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31552] ppid=31537 vsize=10661128 memory=4580 CPUtime=2.13 cores=0,2,4,6
/proc/31540/task/31552/stat : 31552 (java) S 31537 31540 26996 0 -1 1077944384 6382 0 0 0 212 1 0 0 20 0 15 0 98600780 10916995072 2080458 33554432000 4194304 4196468 140722940098336 140253091305712 140253604870786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31553] ppid=31537 vsize=10661128 memory=7516936864114453394 CPUtime=0.49 cores=0,2,4,6
/proc/31540/task/31553/stat : 31553 (java) S 31537 31540 26996 0 -1 1077944384 2716 0 0 0 49 0 0 0 20 0 15 0 98600780 10916995072 2080458 33554432000 4194304 4196468 140722940098336 140253090252912 140253604870786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31554] ppid=31537 vsize=10661128 memory=11015595849 CPUtime=0 cores=0,2,4,6
/proc/31540/task/31554/stat : 31554 (java) S 31537 31540 26996 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98600780 10916995072 2080458 33554432000 4194304 4196468 140722940098336 140253089200352 140253604869845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31555] ppid=31537 vsize=10661128 memory=281371630432624 CPUtime=0 cores=0,2,4,6
/proc/31540/task/31555/stat : 31555 (java) S 31537 31540 26996 0 -1 1077944384 398 0 0 0 0 0 0 0 20 0 15 0 98600780 10916995072 2080458 33554432000 4194304 4196468 140722940098336 140253088148656 140253604870786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 28 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
Current children cumulated CPU time: 77.9 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 8321832 KiB

[startup+25.0008 s]
/proc/loadavg: 1.98 1.47 1.45 6/215 31555
/proc/meminfo: memFree=11719140/32770624 swapFree=67108860/67108860
[pid=31540] ppid=31537 vsize=10661128 memory=8321836 CPUtime=78.09 cores=0,2,4,6
/proc/31540/stat : 31540 (java) S 31537 31540 26996 0 -1 1077944320 213670 0 0 0 6980 829 0 0 20 0 15 0 98600774 10916995072 2080459 33554432000 4194304 4196468 140722940098336 140722940080880 140253604859639 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
/proc/31540/statm: 2665282 2080459 3182 1 0 2627263 0
[pid=31540/tid=31542] ppid=31537 vsize=10661128 memory=8321832 CPUtime=7.28 cores=0,2,4,6
/proc/31540/task/31542/stat : 31542 (java) S 31537 31540 26996 0 -1 1077944384 9507 0 0 0 716 12 0 0 20 0 15 0 98600774 10916995072 2080459 33554432000 4194304 4196468 140722940098336 140253609099424 140253604869845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31543] ppid=31537 vsize=10661128 memory=8321832 CPUtime=16.08 cores=0,2,4,6
/proc/31540/task/31543/stat : 31543 (java) S 31537 31540 26996 0 -1 1077944384 82264 0 0 0 1416 192 0 0 20 0 15 0 98600775 10916995072 2080459 33554432000 4194304 4196468 140722940098336 140253567965840 140253604869845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31544] ppid=31537 vsize=10661128 memory=8321828 CPUtime=16.08 cores=0,2,4,6
/proc/31540/task/31544/stat : 31544 (java) S 31537 31540 26996 0 -1 1077944384 30893 0 0 0 1394 214 0 0 20 0 15 0 98600775 10916995072 2080459 33554432000 4194304 4196468 140722940098336 140253210532368 140253604869845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31545] ppid=31537 vsize=10661128 memory=276 CPUtime=16.11 cores=0,2,4,6
/proc/31540/task/31545/stat : 31545 (java) S 31537 31540 26996 0 -1 1077944384 28607 0 0 0 1406 205 0 0 20 0 15 0 98600775 10916995072 2080459 33554432000 4194304 4196468 140722940098336 140253209479568 140253604869845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31546] ppid=31537 vsize=10661128 memory=6943526294502006880 CPUtime=16.1 cores=0,2,4,6
/proc/31540/task/31546/stat : 31546 (java) S 31537 31540 26996 0 -1 1077944384 33445 0 0 0 1412 198 0 0 20 0 15 0 98600775 10916995072 2080459 33554432000 4194304 4196468 140722940098336 140253208426768 140253604869845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31547] ppid=31537 vsize=10661128 memory=8321832 CPUtime=0.95 cores=0,2,4,6
/proc/31540/task/31547/stat : 31547 (java) R 31537 31540 26996 0 -1 4202560 13522 0 0 0 94 1 0 0 20 0 15 0 98600776 10916995072 2080459 33554432000 4194304 4196468 140722940098336 140253096568256 140253583229819 0 0 0 16800975 0 0 0 -1 2 0 0 28 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31548] ppid=31537 vsize=10661128 memory=-9178176117148050014 CPUtime=0 cores=0,2,4,6
/proc/31540/task/31548/stat : 31548 (java) S 31537 31540 26996 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 98600777 10916995072 2080459 33554432000 4194304 4196468 140722940098336 140253095515744 140253604869845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31549] ppid=31537 vsize=10661128 memory=8321340 CPUtime=0 cores=0,2,4,6
/proc/31540/task/31549/stat : 31549 (java) S 31537 31540 26996 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 98600777 10916995072 2080459 33554432000 4194304 4196468 140722940098336 140253094462832 140253604869845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31550] ppid=31537 vsize=10661128 memory=4140 CPUtime=0 cores=0,2,4,6
/proc/31540/task/31550/stat : 31550 (java) S 31537 31540 26996 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98600780 10916995072 2080459 33554432000 4194304 4196468 140722940098336 140253093411152 140253604878235 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31551] ppid=31537 vsize=10661128 memory=8320860 CPUtime=2.76 cores=0,2,4,6
/proc/31540/task/31551/stat : 31551 (java) S 31537 31540 26996 0 -1 1077944384 4500 0 0 0 275 1 0 0 20 0 15 0 98600780 10916995072 2080459 33554432000 4194304 4196468 140722940098336 140253092358512 140253604870786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31552] ppid=31537 vsize=10661128 memory=8320724 CPUtime=2.13 cores=0,2,4,6
/proc/31540/task/31552/stat : 31552 (java) S 31537 31540 26996 0 -1 1077944384 6382 0 0 0 212 1 0 0 20 0 15 0 98600780 10916995072 2080459 33554432000 4194304 4196468 140722940098336 140253091305712 140253604870786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31553] ppid=31537 vsize=10661128 memory=14135545664113376 CPUtime=0.49 cores=0,2,4,6
/proc/31540/task/31553/stat : 31553 (java) S 31537 31540 26996 0 -1 1077944384 2754 0 0 0 49 0 0 0 20 0 15 0 98600780 10916995072 2080459 33554432000 4194304 4196468 140722940098336 140253090252912 140253604870786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31554] ppid=31537 vsize=10661128 memory=-6520471753822164382 CPUtime=0 cores=0,2,4,6
/proc/31540/task/31554/stat : 31554 (java) S 31537 31540 26996 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98600780 10916995072 2080459 33554432000 4194304 4196468 140722940098336 140253089200352 140253604869845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
[pid=31540/tid=31555] ppid=31537 vsize=10661128 memory=9047017150487036575 CPUtime=0 cores=0,2,4,6
/proc/31540/task/31555/stat : 31555 (java) S 31537 31540 26996 0 -1 1077944384 398 0 0 0 0 0 0 0 20 0 15 0 98600780 10916995072 2080459 33554432000 4194304 4196468 140722940098336 140253088148656 140253604870786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 28 0 0 6293624 6294260 18796544 140722940105866 140722940105993 140722940105993 140722940108751 0
Current children cumulated CPU time: 78.09 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 8321836 KiB

Child status: 1
Real time (s): 25.0581
CPU time (s): 78.1496
CPU user time (s): 69.8081
CPU system time (s): 8.34148
CPU usage (%): 311.873
Max. virtual memory (cumulated for all children) (KiB): 10661128
Max. memory (cumulated for all children) (KiB): 8321836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 69.8081
system time used= 8.34148
maximum resident set size= 8321836
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 213809
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= 6405
involuntary context switches= 799


# summary of solver processes directly reported to runsolver:
#   pid: 31540
#   total CPU time (s): 78.1496
#   total CPU user time (s): 69.8081
#   total CPU system time (s): 8.34148

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.193813 second user time and 0.274661 second system time

The end

Launcher Data

Begin job on node103 at 2018-07-28 22:39:36
IDJOB=4298404
IDBENCH=141134
IDSOLVER=2767
FILE ID=node103/4298404-1532810376
RUNJOBID= node103-1532805080-30859
PBS_JOBID= 21022463
Free space on /tmp= 56500 MiB

SOLVER NAME= SuperSolver_Macq_Stevenart 2018-04-27
BENCH NAME= XCSP18/GraphColoring/GraphColoring-qg-order100_c18.xml
COMMAND LINE= java -jar DIR/bestMinicp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298404-1532810376/watcher-4298404-1532810376 -o /tmp/evaluation-result-4298404-1532810376/solver-4298404-1532810376 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532805080-30859 --watchdog 2580  java -jar HOME/bestMinicp.jar HOME/instance-4298404-1532810376.xml

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

MD5SUM BENCH= d2763c38ef24fdf1196893d726f1931a
RANDOM SEED=1967085427

node103.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.48
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.48
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.48
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.48
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:        20016208 kB
MemAvailable:   31761328 kB
Buffers:          303768 kB
Cached:         11625140 kB
SwapCached:            0 kB
Active:          4126216 kB
Inactive:        8026988 kB
Active(anon):     227116 kB
Inactive(anon):    25184 kB
Active(file):    3899100 kB
Inactive(file):  8001804 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             38052 kB
Writeback:             0 kB
AnonPages:        231672 kB
Mapped:            55376 kB
Shmem:             25228 kB
Slab:             300536 kB
SReclaimable:     272676 kB
SUnreclaim:        27860 kB
KernelStack:        3504 kB
PageTables:         5660 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1178732 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    147456 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 56500 MiB
End job on node103 at 2018-07-28 22:40:01