Trace number 4299015

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? 132.403 62.4859

General information on the benchmark

NameFapp/Fapp-ext/
Fapp-ext-04-0300_c18.xml
MD5SUMfe02389438635ce836f3ec0e18156e6a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark244954546
Best CPU time to get the best result obtained on this benchmark2519.99
Satisfiable
(Un)Satisfiability was proved
Number of variables5284
Number of constraints3360
Number of domains68
Minimum domain size1
Maximum domain size135
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":1859},{"size":11,"count":1561},{"size":12,"count":1},{"size":25,"count":10},{"size":29,"count":10},{"size":31,"count":42},{"size":33,"count":12},{"size":36,"count":26},{"size":39,"count":45},{"size":41,"count":7},{"size":45,"count":9},{"size":50,"count":6},{"size":51,"count":9},{"size":53,"count":7},{"size":57,"count":23},{"size":58,"count":6},{"size":61,"count":6},{"size":62,"count":10},{"size":67,"count":13},{"size":73,"count":1},{"size":74,"count":2},{"size":75,"count":8},{"size":77,"count":3},{"size":79,"count":9},{"size":81,"count":11},{"size":83,"count":7},{"size":84,"count":1},{"size":85,"count":1},{"size":87,"count":11},{"size":89,"count":6},{"size":93,"count":4},{"size":95,"count":35},{"size":97,"count":5},{"size":100,"count":29},{"size":102,"count":51},{"size":104,"count":11},{"size":105,"count":5},{"size":107,"count":8},{"size":109,"count":6},{"size":110,"count":32},{"size":117,"count":53},{"size":118,"count":63},{"size":122,"count":30},{"size":127,"count":118},{"size":130,"count":112},{"size":132,"count":30},{"size":135,"count":968}]
Minimum variable degree2
Maximum variable degree1562
Distribution of variable degrees[{"degree":2,"count":4684},{"degree":3,"count":6},{"degree":4,"count":6},{"degree":5,"count":11},{"degree":6,"count":24},{"degree":7,"count":24},{"degree":8,"count":40},{"degree":9,"count":42},{"degree":10,"count":48},{"degree":11,"count":68},{"degree":12,"count":79},{"degree":13,"count":128},{"degree":14,"count":97},{"degree":15,"count":11},{"degree":16,"count":8},{"degree":17,"count":6},{"degree":18,"count":1},{"degree":1562,"count":1}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":238},{"arity":3,"count":1561},{"arity":6,"count":1561}]
Number of extensional constraints3360
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":3360}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.14/0.13	c version: 2018-04-11
0.14/0.13	c seed: 1811631
0.14/0.13	c timeout: -1
0.14/0.13	c memlimit: -1
0.14/0.13	c nbcore: -1
132.31/62.44	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
132.31/62.44		at minicp.reversible.ReversibleSparseSet.<init>(ReversibleSparseSet.java:42)
132.31/62.44		at minicp.engine.core.SparseSetDomain.<init>(SparseSetDomain.java:31)
132.31/62.44		at minicp.engine.core.IntVarImpl.<init>(IntVarImpl.java:76)
132.31/62.44		at minicp.cp.Factory.makeIntVar(Factory.java:80)
132.31/62.44		at minicp.cp.Factory.sum(Factory.java:221)
132.31/62.44		at xcsp3.XCSP3.buildObjToMinimize(XCSP3.java:545)
132.31/62.44		at org.xcsp.parser.XCallbacks.loadObj(XCallbacks.java:578)
132.31/62.44		at org.xcsp.parser.XCallbacks.lambda$loadObjectives$7(XCallbacks.java:542)
132.31/62.44		at org.xcsp.parser.XCallbacks$$Lambda$79/801284613.accept(Unknown Source)
132.31/62.44		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
132.31/62.44		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
132.31/62.44		at org.xcsp.parser.XCallbacks.loadObjectives(XCallbacks.java:542)
132.31/62.44		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:300)
132.31/62.44		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
132.31/62.44		at xcsp3.XCSP3.<init>(XCSP3.java:72)
132.31/62.44		at xcsp3.CompetitionApp.runSolver(CompetitionApp.java:63)
132.31/62.44		at xcsp3.CompetitionApp.main(CompetitionApp.java:51)
132.31/62.44	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 (13173 MiB free)
  memory of node 1: 16384 MiB (7342 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299015-1532789628/watcher-4299015-1532789628 -o /tmp/evaluation-result-4299015-1532789628/solver-4299015-1532789628 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1532774598-23260 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4299015-1532789628.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
solver pid=25133, runsolver pid=25130
Current StackSize limit: 8192 KiB


[startup+0.105453 s]*
/proc/loadavg: 3.38 2.08 1.63 3/215 25148
/proc/meminfo: memFree=20993236/32770624 swapFree=67108532/67108860
[pid=25133] ppid=25130 vsize=10661052 memory=27808 CPUtime=0.14 cores=0,2,4,6
/proc/25133/stat : 25133 (java) S 25130 25133 23229 0 -1 1077944320 5352 0 0 0 13 1 0 0 20 0 15 0 96526078 10916917248 6952 33554432000 4194304 4196468 140732695055888 140732695038432 140149409890039 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
/proc/25133/statm: 2665263 6952 2849 1 0 2627263 0
[pid=25133/tid=25135] ppid=25130 vsize=10661052 memory=-8269626465541068155 CPUtime=0.09 cores=0,2,4,6
/proc/25133/task/25135/stat : 25135 (java) R 25130 25133 23229 0 -1 4202560 3171 0 0 0 9 0 0 0 20 0 15 0 96526079 10916917248 6952 33554432000 4194304 4196468 140732695055888 140149414111200 140149027639605 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25136] ppid=25130 vsize=10661052 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25136/stat : 25136 (java) S 25130 25133 23229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96526080 10916917248 6952 33554432000 4194304 4196468 140732695055888 140149016881680 140149409900245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25137] ppid=25130 vsize=10661052 memory=140234244769408 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25137/stat : 25137 (java) S 25130 25133 23229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96526080 10916917248 6952 33554432000 4194304 4196468 140732695055888 140149015829136 140149409900245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25138] ppid=25130 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25138/stat : 25138 (java) S 25130 25133 23229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96526080 10916917248 6952 33554432000 4194304 4196468 140732695055888 140149014776080 140149409900245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25139] ppid=25130 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25139/stat : 25139 (java) S 25130 25133 23229 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96526080 10916917248 6952 33554432000 4194304 4196468 140732695055888 140149013723536 140149409900245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25140] ppid=25130 vsize=10661052 memory=140234244769408 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25140/stat : 25140 (java) S 25130 25133 23229 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96526081 10916917248 6952 33554432000 4194304 4196468 140732695055888 140148901571312 140149409901186 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25141] ppid=25130 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25141/stat : 25141 (java) S 25130 25133 23229 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96526081 10916917248 6952 33554432000 4194304 4196468 140732695055888 140148900517536 140149409900245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25142] ppid=25130 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25142/stat : 25142 (java) S 25130 25133 23229 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96526082 10916917248 6952 33554432000 4194304 4196468 140732695055888 140148899464432 140149409900245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25143] ppid=25130 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25143/stat : 25143 (java) S 25130 25133 23229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96526084 10916917248 6952 33554432000 4194304 4196468 140732695055888 140148898413008 140149409908635 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25144] ppid=25130 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25144/stat : 25144 (java) S 25130 25133 23229 0 -1 1077944384 420 0 0 0 0 0 0 0 20 0 15 0 96526084 10916917248 6952 33554432000 4194304 4196468 140732695055888 140148897360112 140149409901186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25145] ppid=25130 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25145/stat : 25145 (java) S 25130 25133 23229 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 96526084 10916917248 6952 33554432000 4194304 4196468 140732695055888 140148896307568 140149409901186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25146] ppid=25130 vsize=10661052 memory=140234244769408 CPUtime=0.02 cores=0,2,4,6
/proc/25133/task/25146/stat : 25146 (java) R 25130 25133 23229 0 -1 4202560 341 0 0 0 2 0 0 0 20 0 15 0 96526084 10916917248 6952 33554432000 4194304 4196468 140732695055888 140148895254512 140149394058460 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25147] ppid=25130 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25147/stat : 25147 (java) S 25130 25133 23229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96526084 10916917248 6952 33554432000 4194304 4196468 140732695055888 140148894202208 140149409900245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25148] ppid=25130 vsize=10661052 memory=140234244769408 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25148/stat : 25148 (java) S 25130 25133 23229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96526084 10916917248 6952 33554432000 4194304 4196468 140732695055888 140148893150256 140149409901186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 27808 KiB

[startup+0.215313 s]*
/proc/loadavg: 3.38 2.08 1.63 5/215 25148
/proc/meminfo: memFree=20981164/32770624 swapFree=67108532/67108860
[pid=25133] ppid=25130 vsize=10661052 memory=40284 CPUtime=0.35 cores=0,2,4,6
/proc/25133/stat : 25133 (java) S 25130 25133 23229 0 -1 1077944320 8192 0 0 0 33 2 0 0 20 0 15 0 96526078 10916917248 10071 33554432000 4194304 4196468 140732695055888 140732695038432 140149409890039 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
/proc/25133/statm: 2665263 10071 2990 1 0 2627263 0
[pid=25133/tid=25135] ppid=25130 vsize=10661052 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/25133/task/25135/stat : 25135 (java) R 25130 25133 23229 0 -1 4202560 5132 0 0 0 19 1 0 0 20 0 15 0 96526079 10916917248 10071 33554432000 4194304 4196468 140732695055888 140149414128256 140149409911965 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25136] ppid=25130 vsize=10661052 memory=364 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25136/stat : 25136 (java) S 25130 25133 23229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96526080 10916917248 10071 33554432000 4194304 4196468 140732695055888 140149016881680 140149409900245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25137] ppid=25130 vsize=10661052 memory=140234245303543 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25137/stat : 25137 (java) S 25130 25133 23229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96526080 10916917248 10071 33554432000 4194304 4196468 140732695055888 140149015829136 140149409900245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25138] ppid=25130 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25138/stat : 25138 (java) S 25130 25133 23229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96526080 10916917248 10071 33554432000 4194304 4196468 140732695055888 140149014776080 140149409900245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25139] ppid=25130 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25139/stat : 25139 (java) S 25130 25133 23229 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96526080 10916917248 10071 33554432000 4194304 4196468 140732695055888 140149013723536 140149409900245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25140] ppid=25130 vsize=10661052 memory=140234244769408 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25140/stat : 25140 (java) S 25130 25133 23229 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96526081 10916917248 10071 33554432000 4194304 4196468 140732695055888 140148901571312 140149409901186 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25141] ppid=25130 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25141/stat : 25141 (java) S 25130 25133 23229 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96526081 10916917248 10071 33554432000 4194304 4196468 140732695055888 140148900517536 140149409900245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25142] ppid=25130 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25142/stat : 25142 (java) S 25130 25133 23229 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96526082 10916917248 10071 33554432000 4194304 4196468 140732695055888 140148899464432 140149409900245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25143] ppid=25130 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25143/stat : 25143 (java) S 25130 25133 23229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96526084 10916917248 10071 33554432000 4194304 4196468 140732695055888 140148898413008 140149409908635 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25144] ppid=25130 vsize=10661052 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/25133/task/25144/stat : 25144 (java) S 25130 25133 23229 0 -1 1077944384 559 0 0 0 2 0 0 0 20 0 15 0 96526084 10916917248 10071 33554432000 4194304 4196468 140732695055888 140148897360112 140149409901186 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25145] ppid=25130 vsize=10661052 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/25133/task/25145/stat : 25145 (java) R 25130 25133 23229 0 -1 1077944384 297 0 0 0 2 0 0 0 20 0 15 0 96526084 10916917248 10071 33554432000 4194304 4196468 140732695055888 140148896307568 140149409901186 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25146] ppid=25130 vsize=10661052 memory=140234244769408 CPUtime=0.09 cores=0,2,4,6
/proc/25133/task/25146/stat : 25146 (java) R 25130 25133 23229 0 -1 4202560 836 0 0 0 9 0 0 0 20 0 15 0 96526084 10916917248 10071 33554432000 4194304 4196468 140732695055888 140148895251448 140149388845648 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25147] ppid=25130 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25147/stat : 25147 (java) S 25130 25133 23229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96526084 10916917248 10071 33554432000 4194304 4196468 140732695055888 140148894202208 140149409900245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25148] ppid=25130 vsize=10661052 memory=140234244769408 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25148/stat : 25148 (java) S 25130 25133 23229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96526084 10916917248 10071 33554432000 4194304 4196468 140732695055888 140148893150256 140149409901186 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 40284 KiB

[startup+0.310439 s]*
/proc/loadavg: 3.38 2.08 1.63 5/215 25148
/proc/meminfo: memFree=20926764/32770624 swapFree=67108532/67108860
[pid=25133] ppid=25130 vsize=10661052 memory=103492 CPUtime=0.56 cores=0,2,4,6
/proc/25133/stat : 25133 (java) S 25130 25133 23229 0 -1 1077944320 8615 0 0 0 52 4 0 0 20 0 15 0 96526078 10916917248 25873 33554432000 4194304 4196468 140732695055888 140732695038432 140149409890039 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
/proc/25133/statm: 2665263 25873 3045 1 0 2627263 0
[pid=25133/tid=25135] ppid=25130 vsize=10661052 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/25133/task/25135/stat : 25135 (java) R 25130 25133 23229 0 -1 4202560 5167 0 0 0 27 3 0 0 20 0 15 0 96526079 10916917248 26005 33554432000 4194304 4196468 140732695055888 140149414125632 140149409911965 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25136] ppid=25130 vsize=10661052 memory=304556149079015447 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25136/stat : 25136 (java) S 25130 25133 23229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96526080 10916917248 26005 33554432000 4194304 4196468 140732695055888 140149016881680 140149409900245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25137] ppid=25130 vsize=10661052 memory=140234245304227 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25137/stat : 25137 (java) S 25130 25133 23229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96526080 10916917248 26005 33554432000 4194304 4196468 140732695055888 140149015829136 140149409900245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25138] ppid=25130 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25138/stat : 25138 (java) S 25130 25133 23229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96526080 10916917248 26005 33554432000 4194304 4196468 140732695055888 140149014776080 140149409900245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25139] ppid=25130 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25139/stat : 25139 (java) S 25130 25133 23229 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96526080 10916917248 26005 33554432000 4194304 4196468 140732695055888 140149013723536 140149409900245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25140] ppid=25130 vsize=10661052 memory=140234244769408 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25140/stat : 25140 (java) S 25130 25133 23229 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96526081 10916917248 26005 33554432000 4194304 4196468 140732695055888 140148901571312 140149409901186 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25141] ppid=25130 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25141/stat : 25141 (java) S 25130 25133 23229 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96526081 10916917248 26005 33554432000 4194304 4196468 140732695055888 140148900517536 140149409900245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25142] ppid=25130 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25142/stat : 25142 (java) S 25130 25133 23229 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96526082 10916917248 26005 33554432000 4194304 4196468 140732695055888 140148899464432 140149409900245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25143] ppid=25130 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25143/stat : 25143 (java) S 25130 25133 23229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96526084 10916917248 26005 33554432000 4194304 4196468 140732695055888 140148898413008 140149409908635 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25144] ppid=25130 vsize=10661052 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/25133/task/25144/stat : 25144 (java) R 25130 25133 23229 0 -1 4202560 733 0 0 0 5 0 0 0 20 0 15 0 96526084 10916917248 26005 33554432000 4194304 4196468 140732695055888 140148897360112 140149391436725 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25145] ppid=25130 vsize=10661052 memory=-1 CPUtime=0.06 cores=0,2,4,6
/proc/25133/task/25145/stat : 25145 (java) R 25130 25133 23229 0 -1 4202560 547 0 0 0 6 0 0 0 20 0 15 0 96526084 10916917248 26005 33554432000 4194304 4196468 140732695055888 140148896293448 140149389067472 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25146] ppid=25130 vsize=10661052 memory=140234244769408 CPUtime=0.12 cores=0,2,4,6
/proc/25133/task/25146/stat : 25146 (java) S 25130 25133 23229 0 -1 1077944384 861 0 0 0 12 0 0 0 20 0 15 0 96526084 10916917248 26005 33554432000 4194304 4196468 140732695055888 140148895254512 140149409901186 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25147] ppid=25130 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25147/stat : 25147 (java) S 25130 25133 23229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96526084 10916917248 26005 33554432000 4194304 4196468 140732695055888 140148894202208 140149409900245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25148] ppid=25130 vsize=10661052 memory=140234244769408 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25148/stat : 25148 (java) S 25130 25133 23229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96526084 10916917248 26005 33554432000 4194304 4196468 140732695055888 140148893150256 140149409901186 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
Current children cumulated CPU time: 0.56 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 103492 KiB

[startup+0.700675 s]
/proc/loadavg: 3.38 2.08 1.63 4/215 25148
/proc/meminfo: memFree=20722892/32770624 swapFree=67108532/67108860
[pid=25133] ppid=25130 vsize=10661052 memory=448612 CPUtime=1.68 cores=0,2,4,6
/proc/25133/stat : 25133 (java) S 25130 25133 23229 0 -1 1077944320 12520 0 0 0 128 40 0 0 20 0 15 0 96526078 10916917248 112153 33554432000 4194304 4196468 140732695055888 140732695038432 140149409890039 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
/proc/25133/statm: 2665263 112153 3075 1 0 2627263 0
[pid=25133/tid=25135] ppid=25130 vsize=10661052 memory=16236 CPUtime=0.53 cores=0,2,4,6
/proc/25133/task/25135/stat : 25135 (java) S 25130 25133 23229 0 -1 1077944384 5200 0 0 0 46 7 0 0 20 0 15 0 96526079 10916917248 112153 33554432000 4194304 4196468 140732695055888 140149414129184 140149409900245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25136] ppid=25130 vsize=10661052 memory=4048 CPUtime=0.12 cores=0,2,4,6
/proc/25133/task/25136/stat : 25136 (java) S 25130 25133 23229 0 -1 1077944384 186 0 0 0 5 7 0 0 20 0 15 0 96526080 10916917248 112153 33554432000 4194304 4196468 140732695055888 140149016881680 140149409900245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25137] ppid=25130 vsize=10661052 memory=640 CPUtime=0.1 cores=0,2,4,6
/proc/25133/task/25137/stat : 25137 (java) S 25130 25133 23229 0 -1 1077944384 164 0 0 0 4 6 0 0 20 0 15 0 96526080 10916917248 112153 33554432000 4194304 4196468 140732695055888 140149015829136 140149409900245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25138] ppid=25130 vsize=10661052 memory=1788 CPUtime=0.14 cores=0,2,4,6
/proc/25133/task/25138/stat : 25138 (java) S 25130 25133 23229 0 -1 1077944384 204 0 0 0 6 8 0 0 20 0 15 0 96526080 10916917248 112153 33554432000 4194304 4196468 140732695055888 140149014776080 140149409900245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25139] ppid=25130 vsize=10661052 memory=960 CPUtime=0.14 cores=0,2,4,6
/proc/25133/task/25139/stat : 25139 (java) S 25130 25133 23229 0 -1 1077944384 204 0 0 0 6 8 0 0 20 0 15 0 96526080 10916917248 112153 33554432000 4194304 4196468 140732695055888 140149013723536 140149409900245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25140] ppid=25130 vsize=10661052 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25140/stat : 25140 (java) R 25130 25133 23229 0 -1 4202560 82 0 0 0 0 0 0 0 20 0 15 0 96526081 10916917248 112153 33554432000 4194304 4196468 140732695055888 140148901569824 140149395901857 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25141] ppid=25130 vsize=10661052 memory=2332 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25141/stat : 25141 (java) S 25130 25133 23229 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96526081 10916917248 112153 33554432000 4194304 4196468 140732695055888 140148900517536 140149409900245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25142] ppid=25130 vsize=10661052 memory=928 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25142/stat : 25142 (java) S 25130 25133 23229 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96526082 10916917248 112218 33554432000 4194304 4196468 140732695055888 140148899464432 140149409900245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25143] ppid=25130 vsize=10661052 memory=6153431502485415274 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25143/stat : 25143 (java) S 25130 25133 23229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96526084 10916917248 112218 33554432000 4194304 4196468 140732695055888 140148898413008 140149409908635 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25144] ppid=25130 vsize=10661052 memory=6081108994580113768 CPUtime=0.17 cores=0,2,4,6
/proc/25133/task/25144/stat : 25144 (java) S 25130 25133 23229 0 -1 1077944384 1757 0 0 0 17 0 0 0 20 0 15 0 96526084 10916917248 112218 33554432000 4194304 4196468 140732695055888 140148897360112 140149409901186 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25145] ppid=25130 vsize=10661052 memory=6154282490091891024 CPUtime=0.29 cores=0,2,4,6
/proc/25133/task/25145/stat : 25145 (java) S 25130 25133 23229 0 -1 1077944384 2427 0 0 0 29 0 0 0 20 0 15 0 96526084 10916917248 112218 33554432000 4194304 4196468 140732695055888 140148896298848 140149409900245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25146] ppid=25130 vsize=10661052 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/25133/task/25146/stat : 25146 (java) S 25130 25133 23229 0 -1 1077944384 935 0 0 0 12 0 0 0 20 0 15 0 96526084 10916917248 112218 33554432000 4194304 4196468 140732695055888 140148895254512 140149409901186 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25147] ppid=25130 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25147/stat : 25147 (java) S 25130 25133 23229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96526084 10916917248 112218 33554432000 4194304 4196468 140732695055888 140148894202208 140149409900245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25148] ppid=25130 vsize=10661052 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25148/stat : 25148 (java) S 25130 25133 23229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96526084 10916917248 112218 33554432000 4194304 4196468 140732695055888 140148893150256 140149409901186 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
Current children cumulated CPU time: 1.68 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 448612 KiB

[startup+1.50074 s]
/proc/loadavg: 3.38 2.08 1.63 3/215 25148
/proc/meminfo: memFree=20458084/32770624 swapFree=67108532/67108860
[pid=25133] ppid=25130 vsize=10661052 memory=884156 CPUtime=3.52 cores=0,2,4,6
/proc/25133/stat : 25133 (java) S 25130 25133 23229 0 -1 1077944320 14879 0 0 0 265 87 0 0 20 0 15 0 96526078 10916917248 221039 33554432000 4194304 4196468 140732695055888 140732695038432 140149409890039 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
/proc/25133/statm: 2665263 221039 3098 1 0 2627263 0
[pid=25133/tid=25135] ppid=25130 vsize=10661052 memory=883628 CPUtime=1.02 cores=0,2,4,6
/proc/25133/task/25135/stat : 25135 (java) R 25130 25133 23229 0 -1 4202560 5257 0 0 0 89 13 0 0 20 0 15 0 96526079 10916917248 221039 33554432000 4194304 4196468 140732695055888 140149414129296 140149409911965 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25136] ppid=25130 vsize=10661052 memory=6791534058613427641 CPUtime=0.42 cores=0,2,4,6
/proc/25133/task/25136/stat : 25136 (java) S 25130 25133 23229 0 -1 1077944384 509 0 0 0 25 17 0 0 20 0 15 0 96526080 10916917248 221039 33554432000 4194304 4196468 140732695055888 140149016881680 140149409900245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25137] ppid=25130 vsize=10661052 memory=0 CPUtime=0.4 cores=0,2,4,6
/proc/25133/task/25137/stat : 25137 (java) S 25130 25133 23229 0 -1 1077944384 367 0 0 0 24 16 0 0 20 0 15 0 96526080 10916917248 221039 33554432000 4194304 4196468 140732695055888 140149015829136 140149409900245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25138] ppid=25130 vsize=10661052 memory=0 CPUtime=0.42 cores=0,2,4,6
/proc/25133/task/25138/stat : 25138 (java) S 25130 25133 23229 0 -1 1077944384 597 0 0 0 24 18 0 0 20 0 15 0 96526080 10916917248 221039 33554432000 4194304 4196468 140732695055888 140149014776080 140149409900245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25139] ppid=25130 vsize=10661052 memory=6943526294502006880 CPUtime=0.43 cores=0,2,4,6
/proc/25133/task/25139/stat : 25139 (java) S 25130 25133 23229 0 -1 1077944384 603 0 0 0 25 18 0 0 20 0 15 0 96526080 10916917248 221039 33554432000 4194304 4196468 140732695055888 140149013723536 140149409900245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25140] ppid=25130 vsize=10661052 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/25133/task/25140/stat : 25140 (java) S 25130 25133 23229 0 -1 1077944384 932 0 0 0 1 0 0 0 20 0 15 0 96526081 10916917248 221039 33554432000 4194304 4196468 140732695055888 140148901571312 140149409901186 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0

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

[pid=25133/tid=25147] ppid=25130 vsize=10661128 memory=53 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25147/stat : 25147 (java) S 25130 25133 23229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96526084 10916995072 1976694 33554432000 4194304 4196468 140732695055888 140148894202208 140149409900245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25148] ppid=25130 vsize=10661128 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/25133/task/25148/stat : 25148 (java) S 25130 25133 23229 0 -1 1077944384 564 0 0 0 1 2 0 0 20 0 15 0 96526084 10916995072 1976694 33554432000 4194304 4196468 140732695055888 140148893150256 140149409901186 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
Current children cumulated CPU time: 113.71 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 7904728 KiB

[startup+60.8007 s]
/proc/loadavg: 2.27 2.00 1.64 6/215 25149
/proc/meminfo: memFree=12870200/32770624 swapFree=67108532/67108860
[pid=25133] ppid=25130 vsize=10661128 memory=8134264 CPUtime=126.18 cores=0,2,4,6
/proc/25133/stat : 25133 (java) S 25130 25133 23229 0 -1 1077944320 94026 0 0 0 11970 648 0 0 20 0 15 0 96526078 10916995072 2033566 33554432000 4194304 4196468 140732695055888 140732695038432 140149409890039 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
/proc/25133/statm: 2665282 2033566 3184 1 0 2627263 0
[pid=25133/tid=25135] ppid=25130 vsize=10661128 memory=6791534058613427641 CPUtime=38.94 cores=0,2,4,6
/proc/25133/task/25135/stat : 25135 (java) S 25130 25133 23229 0 -1 1077944384 17217 0 0 0 3847 47 0 0 20 0 15 0 96526079 10916995072 2033566 33554432000 4194304 4196468 140732695055888 140149414128800 140149409900245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25136] ppid=25130 vsize=10661128 memory=1580 CPUtime=20.51 cores=0,2,4,6
/proc/25133/task/25136/stat : 25136 (java) R 25130 25133 23229 0 -1 4202560 12068 0 0 0 1900 151 0 0 20 0 15 0 96526080 10916995072 2033566 33554432000 4194304 4196468 140732695055888 140149016881488 140149402518247 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25137] ppid=25130 vsize=10661128 memory=2244 CPUtime=20.51 cores=0,2,4,6
/proc/25133/task/25137/stat : 25137 (java) R 25130 25133 23229 0 -1 4202560 10398 0 0 0 1899 152 0 0 20 0 15 0 96526080 10916995072 2033566 33554432000 4194304 4196468 140732695055888 140149015828944 140149402518247 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25138] ppid=25130 vsize=10661128 memory=4136 CPUtime=20.5 cores=0,2,4,6
/proc/25133/task/25138/stat : 25138 (java) R 25130 25133 23229 0 -1 4202560 9550 0 0 0 1909 141 0 0 20 0 15 0 96526080 10916995072 2033566 33554432000 4194304 4196468 140732695055888 140149014776200 140149402518247 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25139] ppid=25130 vsize=10661128 memory=8134264 CPUtime=20.59 cores=0,2,4,6
/proc/25133/task/25139/stat : 25139 (java) R 25130 25133 23229 0 -1 4202560 10665 0 0 0 1913 146 0 0 20 0 15 0 96526080 10916995072 2033566 33554432000 4194304 4196468 140732695055888 140149013723424 140149402993039 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25140] ppid=25130 vsize=10661128 memory=8060488 CPUtime=1.1 cores=0,2,4,6
/proc/25133/task/25140/stat : 25140 (java) S 25130 25133 23229 0 -1 1077944384 11432 0 0 0 108 2 0 0 20 0 15 0 96526081 10916995072 2033566 33554432000 4194304 4196468 140732695055888 140148901569872 140149409900245 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25141] ppid=25130 vsize=10661128 memory=280468210335232 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25141/stat : 25141 (java) S 25130 25133 23229 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 96526081 10916995072 2033566 33554432000 4194304 4196468 140732695055888 140148900517600 140149409900245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25142] ppid=25130 vsize=10661128 memory=-7088785026379990432 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25142/stat : 25142 (java) S 25130 25133 23229 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 96526082 10916995072 2033566 33554432000 4194304 4196468 140732695055888 140148899464432 140149409900245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25143] ppid=25130 vsize=10661128 memory=792 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25143/stat : 25143 (java) S 25130 25133 23229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96526084 10916995072 2033566 33554432000 4194304 4196468 140732695055888 140148898413008 140149409908635 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25144] ppid=25130 vsize=10661128 memory=1960 CPUtime=1.53 cores=0,2,4,6
/proc/25133/task/25144/stat : 25144 (java) S 25130 25133 23229 0 -1 1077944384 7210 0 0 0 152 1 0 0 20 0 15 0 96526084 10916995072 2033566 33554432000 4194304 4196468 140732695055888 140148897360112 140149409901186 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25145] ppid=25130 vsize=10661128 memory=5756 CPUtime=1.82 cores=0,2,4,6
/proc/25133/task/25145/stat : 25145 (java) S 25130 25133 23229 0 -1 1077944384 8769 0 0 0 181 1 0 0 20 0 15 0 96526084 10916995072 2033566 33554432000 4194304 4196468 140732695055888 140148896307568 140149409901186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25146] ppid=25130 vsize=10661128 memory=4616 CPUtime=0.54 cores=0,2,4,6
/proc/25133/task/25146/stat : 25146 (java) S 25130 25133 23229 0 -1 1077944384 4743 0 0 0 53 1 0 0 20 0 15 0 96526084 10916995072 2033566 33554432000 4194304 4196468 140732695055888 140148895254512 140149409901186 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25147] ppid=25130 vsize=10661128 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25147/stat : 25147 (java) S 25130 25133 23229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96526084 10916995072 2033566 33554432000 4194304 4196468 140732695055888 140148894202208 140149409900245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25148] ppid=25130 vsize=10661128 memory=6791534058613427641 CPUtime=0.04 cores=0,2,4,6
/proc/25133/task/25148/stat : 25148 (java) S 25130 25133 23229 0 -1 1077944384 569 0 0 0 2 2 0 0 20 0 15 0 96526084 10916995072 2033566 33554432000 4194304 4196468 140732695055888 140148893150256 140149409901186 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
Current children cumulated CPU time: 126.18 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 8134264 KiB

[startup+61.6007 s]
/proc/loadavg: 2.27 2.00 1.64 5/215 25149
/proc/meminfo: memFree=12870324/32770624 swapFree=67108532/67108860
[pid=25133] ppid=25130 vsize=10661128 memory=8134264 CPUtime=129.27 cores=0,2,4,6
/proc/25133/stat : 25133 (java) S 25130 25133 23229 0 -1 1077944320 94613 0 0 0 12279 648 0 0 20 0 15 0 96526078 10916995072 2033566 33554432000 4194304 4196468 140732695055888 140732695038432 140149409890039 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
/proc/25133/statm: 2665282 2033566 3184 1 0 2627263 0
[pid=25133/tid=25135] ppid=25130 vsize=10661128 memory=1408 CPUtime=38.94 cores=0,2,4,6
/proc/25133/task/25135/stat : 25135 (java) S 25130 25133 23229 0 -1 1077944384 17217 0 0 0 3847 47 0 0 20 0 15 0 96526079 10916995072 2033566 33554432000 4194304 4196468 140732695055888 140149414128800 140149409900245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25136] ppid=25130 vsize=10661128 memory=2804 CPUtime=21.28 cores=0,2,4,6
/proc/25133/task/25136/stat : 25136 (java) R 25130 25133 23229 0 -1 4202560 12068 0 0 0 1977 151 0 0 20 0 15 0 96526080 10916995072 2033566 33554432000 4194304 4196468 140732695055888 140149016881488 140149402518247 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25137] ppid=25130 vsize=10661128 memory=8060488 CPUtime=21.28 cores=0,2,4,6
/proc/25133/task/25137/stat : 25137 (java) R 25130 25133 23229 0 -1 4202560 10398 0 0 0 1976 152 0 0 20 0 15 0 96526080 10916995072 2033566 33554432000 4194304 4196468 140732695055888 140149015828944 140149402518247 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25138] ppid=25130 vsize=10661128 memory=3868 CPUtime=21.25 cores=0,2,4,6
/proc/25133/task/25138/stat : 25138 (java) R 25130 25133 23229 0 -1 4202560 9550 0 0 0 1984 141 0 0 20 0 15 0 96526080 10916995072 2033566 33554432000 4194304 4196468 140732695055888 140149014776200 140149402518247 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25139] ppid=25130 vsize=10661128 memory=28028 CPUtime=21.39 cores=0,2,4,6
/proc/25133/task/25139/stat : 25139 (java) R 25130 25133 23229 0 -1 4202560 11251 0 0 0 1993 146 0 0 20 0 15 0 96526080 10916995072 2033566 33554432000 4194304 4196468 140732695055888 140149013723424 140149394879682 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25140] ppid=25130 vsize=10661128 memory=1280 CPUtime=1.1 cores=0,2,4,6
/proc/25133/task/25140/stat : 25140 (java) S 25130 25133 23229 0 -1 1077944384 11432 0 0 0 108 2 0 0 20 0 15 0 96526081 10916995072 2033566 33554432000 4194304 4196468 140732695055888 140148901569872 140149409900245 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25141] ppid=25130 vsize=10661128 memory=2340 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25141/stat : 25141 (java) S 25130 25133 23229 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 96526081 10916995072 2033566 33554432000 4194304 4196468 140732695055888 140148900517600 140149409900245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25142] ppid=25130 vsize=10661128 memory=1832 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25142/stat : 25142 (java) S 25130 25133 23229 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 96526082 10916995072 2033566 33554432000 4194304 4196468 140732695055888 140148899464432 140149409900245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25143] ppid=25130 vsize=10661128 memory=792 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25143/stat : 25143 (java) S 25130 25133 23229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96526084 10916995072 2033566 33554432000 4194304 4196468 140732695055888 140148898413008 140149409908635 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25144] ppid=25130 vsize=10661128 memory=1960 CPUtime=1.53 cores=0,2,4,6
/proc/25133/task/25144/stat : 25144 (java) S 25130 25133 23229 0 -1 1077944384 7210 0 0 0 152 1 0 0 20 0 15 0 96526084 10916995072 2033566 33554432000 4194304 4196468 140732695055888 140148897360112 140149409901186 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25145] ppid=25130 vsize=10661128 memory=5756 CPUtime=1.82 cores=0,2,4,6
/proc/25133/task/25145/stat : 25145 (java) S 25130 25133 23229 0 -1 1077944384 8769 0 0 0 181 1 0 0 20 0 15 0 96526084 10916995072 2033566 33554432000 4194304 4196468 140732695055888 140148896307568 140149409901186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25146] ppid=25130 vsize=10661128 memory=4616 CPUtime=0.54 cores=0,2,4,6
/proc/25133/task/25146/stat : 25146 (java) S 25130 25133 23229 0 -1 1077944384 4743 0 0 0 53 1 0 0 20 0 15 0 96526084 10916995072 2033566 33554432000 4194304 4196468 140732695055888 140148895254512 140149409901186 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25147] ppid=25130 vsize=10661128 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25147/stat : 25147 (java) S 25130 25133 23229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96526084 10916995072 2033566 33554432000 4194304 4196468 140732695055888 140148894202208 140149409900245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25148] ppid=25130 vsize=10661128 memory=12012 CPUtime=0.04 cores=0,2,4,6
/proc/25133/task/25148/stat : 25148 (java) S 25130 25133 23229 0 -1 1077944384 569 0 0 0 2 2 0 0 20 0 15 0 96526084 10916995072 2033566 33554432000 4194304 4196468 140732695055888 140148893150256 140149409901186 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
Current children cumulated CPU time: 129.27 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 8134264 KiB

[startup+62.0007 s]*
/proc/loadavg: 2.27 2.00 1.64 6/215 25149
/proc/meminfo: memFree=12870332/32770624 swapFree=67108532/67108860
[pid=25133] ppid=25130 vsize=10661128 memory=8134264 CPUtime=130.85 cores=0,2,4,6
/proc/25133/stat : 25133 (java) S 25130 25133 23229 0 -1 1077944320 94615 0 0 0 12436 649 0 0 20 0 15 0 96526078 10916995072 2033566 33554432000 4194304 4196468 140732695055888 140732695038432 140149409890039 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
/proc/25133/statm: 2665282 2033566 3184 1 0 2627263 0
[pid=25133/tid=25135] ppid=25130 vsize=10661128 memory=6791534058613427641 CPUtime=38.94 cores=0,2,4,6
/proc/25133/task/25135/stat : 25135 (java) S 25130 25133 23229 0 -1 1077944384 17217 0 0 0 3847 47 0 0 20 0 15 0 96526079 10916995072 2033566 33554432000 4194304 4196468 140732695055888 140149414128800 140149409900245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25136] ppid=25130 vsize=10661128 memory=4872558044660077418 CPUtime=21.67 cores=0,2,4,6
/proc/25133/task/25136/stat : 25136 (java) R 25130 25133 23229 0 -1 4202560 12068 0 0 0 2016 151 0 0 20 0 15 0 96526080 10916995072 2033566 33554432000 4194304 4196468 140732695055888 140149016881488 140149402518247 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25137] ppid=25130 vsize=10661128 memory=297237782420783418 CPUtime=21.68 cores=0,2,4,6
/proc/25133/task/25137/stat : 25137 (java) R 25130 25133 23229 0 -1 4202560 10398 0 0 0 2015 153 0 0 20 0 15 0 96526080 10916995072 2033566 33554432000 4194304 4196468 140732695055888 140149015828944 140149402518247 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25138] ppid=25130 vsize=10661128 memory=14413717810973266 CPUtime=21.64 cores=0,2,4,6
/proc/25133/task/25138/stat : 25138 (java) R 25130 25133 23229 0 -1 4202560 9550 0 0 0 2022 142 0 0 20 0 15 0 96526080 10916995072 2033566 33554432000 4194304 4196468 140732695055888 140149014776200 140149402518247 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25139] ppid=25130 vsize=10661128 memory=8514726395714825349 CPUtime=21.8 cores=0,2,4,6
/proc/25133/task/25139/stat : 25139 (java) R 25130 25133 23229 0 -1 4202560 11251 0 0 0 2034 146 0 0 20 0 15 0 96526080 10916995072 2033566 33554432000 4194304 4196468 140732695055888 140149013723424 140149394589904 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25140] ppid=25130 vsize=10661128 memory=-6520471753822164382 CPUtime=1.1 cores=0,2,4,6
/proc/25133/task/25140/stat : 25140 (java) S 25130 25133 23229 0 -1 1077944384 11432 0 0 0 108 2 0 0 20 0 15 0 96526081 10916995072 2033566 33554432000 4194304 4196468 140732695055888 140148901569872 140149409900245 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25141] ppid=25130 vsize=10661128 memory=-8341965534556230502 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25141/stat : 25141 (java) S 25130 25133 23229 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 96526081 10916995072 2033566 33554432000 4194304 4196468 140732695055888 140148900517600 140149409900245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25142] ppid=25130 vsize=10661128 memory=9047017150487036571 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25142/stat : 25142 (java) S 25130 25133 23229 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 96526082 10916995072 2033566 33554432000 4194304 4196468 140732695055888 140148899464432 140149409900245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25143] ppid=25130 vsize=10661128 memory=4715433313220523562 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25143/stat : 25143 (java) S 25130 25133 23229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96526084 10916995072 2033566 33554432000 4194304 4196468 140732695055888 140148898413008 140149409908635 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25144] ppid=25130 vsize=10661128 memory=-8412652177879177843 CPUtime=1.53 cores=0,2,4,6
/proc/25133/task/25144/stat : 25144 (java) S 25130 25133 23229 0 -1 1077944384 7210 0 0 0 152 1 0 0 20 0 15 0 96526084 10916995072 2033566 33554432000 4194304 4196468 140732695055888 140148897360112 140149409901186 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25145] ppid=25130 vsize=10661128 memory=7822038051842261661 CPUtime=1.82 cores=0,2,4,6
/proc/25133/task/25145/stat : 25145 (java) S 25130 25133 23229 0 -1 1077944384 8769 0 0 0 181 1 0 0 20 0 15 0 96526084 10916995072 2033566 33554432000 4194304 4196468 140732695055888 140148896307568 140149409901186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25146] ppid=25130 vsize=10661128 memory=9047017150487036575 CPUtime=0.54 cores=0,2,4,6
/proc/25133/task/25146/stat : 25146 (java) S 25130 25133 23229 0 -1 1077944384 4743 0 0 0 53 1 0 0 20 0 15 0 96526084 10916995072 2033566 33554432000 4194304 4196468 140732695055888 140148895254512 140149409901186 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25147] ppid=25130 vsize=10661128 memory=57508 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25147/stat : 25147 (java) S 25130 25133 23229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96526084 10916995072 2033566 33554432000 4194304 4196468 140732695055888 140148894202208 140149409900245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25148] ppid=25130 vsize=10661128 memory=57572 CPUtime=0.04 cores=0,2,4,6
/proc/25133/task/25148/stat : 25148 (java) S 25130 25133 23229 0 -1 1077944384 571 0 0 0 2 2 0 0 20 0 15 0 96526084 10916995072 2033566 33554432000 4194304 4196468 140732695055888 140148893150256 140149409901186 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
Current children cumulated CPU time: 130.85 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 8134264 KiB

[startup+62.4012 s]
/proc/loadavg: 2.27 2.00 1.64 6/215 25149
/proc/meminfo: memFree=12870332/32770624 swapFree=67108532/67108860
[pid=25133] ppid=25130 vsize=10661128 memory=8134264 CPUtime=132.31 cores=0,2,4,6
/proc/25133/stat : 25133 (java) S 25130 25133 23229 0 -1 1077944320 94950 0 0 0 12581 650 0 0 20 0 15 0 96526078 10916995072 2033566 33554432000 4194304 4196468 140732695055888 140732695038432 140149409890039 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
/proc/25133/statm: 2665282 2033566 3184 1 0 2627263 0
[pid=25133/tid=25135] ppid=25130 vsize=10661128 memory=6791534058613427641 CPUtime=38.94 cores=0,2,4,6
/proc/25133/task/25135/stat : 25135 (java) S 25130 25133 23229 0 -1 1077944384 17217 0 0 0 3847 47 0 0 20 0 15 0 96526079 10916995072 2033566 33554432000 4194304 4196468 140732695055888 140149414128800 140149409900245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25136] ppid=25130 vsize=10661128 memory=28028 CPUtime=22.03 cores=0,2,4,6
/proc/25133/task/25136/stat : 25136 (java) S 25130 25133 23229 0 -1 1077944384 12068 0 0 0 2052 151 0 0 20 0 15 0 96526080 10916995072 2033566 33554432000 4194304 4196468 140732695055888 140149016881680 140149409900245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25137] ppid=25130 vsize=10661128 memory=1280 CPUtime=22.04 cores=0,2,4,6
/proc/25133/task/25137/stat : 25137 (java) S 25130 25133 23229 0 -1 1077944384 10398 0 0 0 2051 153 0 0 20 0 15 0 96526080 10916995072 2033566 33554432000 4194304 4196468 140732695055888 140149015829136 140149409900245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25138] ppid=25130 vsize=10661128 memory=2340 CPUtime=21.99 cores=0,2,4,6
/proc/25133/task/25138/stat : 25138 (java) S 25130 25133 23229 0 -1 1077944384 9550 0 0 0 2057 142 0 0 20 0 15 0 96526080 10916995072 2033566 33554432000 4194304 4196468 140732695055888 140149014776080 140149409900245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25139] ppid=25130 vsize=10661128 memory=1012 CPUtime=22.17 cores=0,2,4,6
/proc/25133/task/25139/stat : 25139 (java) S 25130 25133 23229 0 -1 1077944384 11251 0 0 0 2071 146 0 0 20 0 15 0 96526080 10916995072 2033566 33554432000 4194304 4196468 140732695055888 140149013723536 140149409900245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25140] ppid=25130 vsize=10661128 memory=1444 CPUtime=1.13 cores=0,2,4,6
/proc/25133/task/25140/stat : 25140 (java) R 25130 25133 23229 0 -1 4202560 11766 0 0 0 111 2 0 0 20 0 15 0 96526081 10916995072 2033566 33554432000 4194304 4196468 140732695055888 140148901569760 140149394590672 0 0 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25141] ppid=25130 vsize=10661128 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25141/stat : 25141 (java) S 25130 25133 23229 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 96526081 10916995072 2033566 33554432000 4194304 4196468 140732695055888 140148900517600 140149409900245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25142] ppid=25130 vsize=10661128 memory=15436 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25142/stat : 25142 (java) S 25130 25133 23229 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 96526082 10916995072 2033566 33554432000 4194304 4196468 140732695055888 140148899464432 140149409900245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25143] ppid=25130 vsize=10661128 memory=16664 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25143/stat : 25143 (java) S 25130 25133 23229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96526084 10916995072 2033566 33554432000 4194304 4196468 140732695055888 140148898413008 140149409908635 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25144] ppid=25130 vsize=10661128 memory=6791534058613427641 CPUtime=1.53 cores=0,2,4,6
/proc/25133/task/25144/stat : 25144 (java) S 25130 25133 23229 0 -1 1077944384 7210 0 0 0 152 1 0 0 20 0 15 0 96526084 10916995072 2033566 33554432000 4194304 4196468 140732695055888 140148897360160 140149409900245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25145] ppid=25130 vsize=10661128 memory=960 CPUtime=1.82 cores=0,2,4,6
/proc/25133/task/25145/stat : 25145 (java) S 25130 25133 23229 0 -1 1077944384 8769 0 0 0 181 1 0 0 20 0 15 0 96526084 10916995072 2033566 33554432000 4194304 4196468 140732695055888 140148896307616 140149409900245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25146] ppid=25130 vsize=10661128 memory=1232 CPUtime=0.54 cores=0,2,4,6
/proc/25133/task/25146/stat : 25146 (java) S 25130 25133 23229 0 -1 1077944384 4744 0 0 0 53 1 0 0 20 0 15 0 96526084 10916995072 2033566 33554432000 4194304 4196468 140732695055888 140148895254272 140149409900245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25147] ppid=25130 vsize=10661128 memory=2332 CPUtime=0 cores=0,2,4,6
/proc/25133/task/25147/stat : 25147 (java) S 25130 25133 23229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96526084 10916995072 2033566 33554432000 4194304 4196468 140732695055888 140148894202208 140149409900245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
[pid=25133/tid=25148] ppid=25130 vsize=10661128 memory=928 CPUtime=0.04 cores=0,2,4,6
/proc/25133/task/25148/stat : 25148 (java) S 25130 25133 23229 0 -1 1077944384 571 0 0 0 2 2 0 0 20 0 15 0 96526084 10916995072 2033566 33554432000 4194304 4196468 140732695055888 140148893150256 140149409901186 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31997952 140732695061677 140732695061769 140732695061769 140732695064527 0
Current children cumulated CPU time: 132.31 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 8134264 KiB

Child status: 1
Real time (s): 62.4859
CPU time (s): 132.403
CPU user time (s): 125.86
CPU system time (s): 6.5421
CPU usage (%): 211.892
Max. virtual memory (cumulated for all children) (KiB): 10661128
Max. memory (cumulated for all children) (KiB): 8134264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 125.86
system time used= 6.5421
maximum resident set size= 8134504
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 95151
page faults= 0
swaps= 0
block input operations= 0
block output operations= 192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4727
involuntary context switches= 971


# summary of solver processes directly reported to runsolver:
#   pid: 25133
#   total CPU time (s): 132.403
#   total CPU user time (s): 125.86
#   total CPU system time (s): 6.5421

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.431701 second user time and 0.621404 second system time

The end

Launcher Data

Begin job on node104 at 2018-07-28 16:53:49
IDJOB=4299015
IDBENCH=141283
IDSOLVER=2766
FILE ID=node104/4299015-1532789628
RUNJOBID= node104-1532774598-23260
PBS_JOBID= 21022461
Free space on /tmp= 47808 MiB

SOLVER NAME= Solver of Xavier Schul & Yvhan Smal 2018-04-28
BENCH NAME= XCSP18/Fapp/Fapp-ext/Fapp-ext-04-0300_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4299015-1532789628/watcher-4299015-1532789628 -o /tmp/evaluation-result-4299015-1532789628/solver-4299015-1532789628 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1532774598-23260 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4299015-1532789628.xml

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

MD5SUM BENCH= fe02389438635ce836f3ec0e18156e6a
RANDOM SEED=10053071

node104.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.11
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.11
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.11
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.11
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:        21008392 kB
MemAvailable:   25395840 kB
Buffers:          154760 kB
Cached:          4484652 kB
SwapCached:           12 kB
Active:          9012852 kB
Inactive:        2223056 kB
Active(anon):    6551380 kB
Inactive(anon):    73040 kB
Active(file):    2461472 kB
Inactive(file):  2150016 kB
Unevictable:        7364 kB
Mlocked:            7364 kB
SwapTotal:      67108860 kB
SwapFree:       67108532 kB
Dirty:            364464 kB
Writeback:             0 kB
AnonPages:       6606100 kB
Mapped:            52752 kB
Shmem:             25060 kB
Slab:             212244 kB
SReclaimable:     183592 kB
SUnreclaim:        28652 kB
KernelStack:        3504 kB
PageTables:        18112 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    7272900 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6379520 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 47808 MiB
End job on node104 at 2018-07-28 16:54:52