Trace number 4299017

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
The dodo solver 2018-04-29? 328.836 110.722

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: 2520
0.14/0.13	c memlimit: -1
0.14/0.13	c nbcore: -1
328.70/110.63	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
328.70/110.69		at minicp.util.BitSet.<init>(BitSet.java:11)
328.70/110.69		at minicp.engine.constraints.TableCT.<init>(TableCT.java:67)
328.70/110.69		at xcsp3.XCSP3.buildCtrExtension(XCSP3.java:151)
328.70/110.69		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:306)
328.70/110.69		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:167)
328.70/110.69		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
328.70/110.69		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:429)
328.70/110.69		at org.xcsp.parser.XCallbacks.loadBlock(XCallbacks.java:448)
328.70/110.69		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:420)
328.70/110.69		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
328.70/110.69		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
328.70/110.69		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
328.70/110.69		at xcsp3.XCSP3.<init>(XCSP3.java:80)
328.70/110.69		at xcsp3.CompetitionApp.runSolver(CompetitionApp.java:60)
328.70/110.69		at xcsp3.CompetitionApp.main(CompetitionApp.java:48)
328.70/110.69	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 (14789 MiB free)
  memory of node 1: 16384 MiB (3106 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299017-1532798552/watcher-4299017-1532798552 -o /tmp/evaluation-result-4299017-1532798552/solver-4299017-1532798552 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1532775878-27709 --watchdog 2580 java -jar HOME/dodo_solver.jar HOME/instance-4299017-1532798552.xml --timelimit 2520 

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=30175, runsolver pid=30172

[startup+0.103763 s]*
/proc/loadavg: 2.17 1.83 1.73 8/216 30190
/proc/meminfo: memFree=18310340/32770624 swapFree=67108496/67108860
[pid=30175] ppid=30172 vsize=10658972 memory=27464 CPUtime=0.14 cores=0,2,4,6
/proc/30175/stat : 30175 (java) S 30172 30175 27678 0 -1 1077944320 5356 0 0 0 14 0 0 0 20 0 15 0 97418550 10914787328 6866 33554432000 4194304 4196468 140734232735984 140734232718528 140597457792759 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
/proc/30175/statm: 2664743 6866 2838 1 0 2627263 0
[pid=30175/tid=30177] ppid=30172 vsize=10658972 memory=-8269626465541328767 CPUtime=0.09 cores=0,2,4,6
/proc/30175/task/30177/stat : 30177 (java) R 30172 30175 27678 0 -1 4202560 3113 0 0 0 9 0 0 0 20 0 15 0 97418550 10914787328 6866 33554432000 4194304 4196468 140734232735984 140597462020760 140597441873246 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30178] ppid=30172 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30175/task/30178/stat : 30178 (java) S 30172 30175 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97418551 10914787328 6866 33554432000 4194304 4196468 140734232735984 140597383866640 140597457802965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30179] ppid=30172 vsize=10658972 memory=140657201301120 CPUtime=0 cores=0,2,4,6
/proc/30175/task/30179/stat : 30179 (java) S 30172 30175 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97418551 10914787328 6866 33554432000 4194304 4196468 140734232735984 140597382814096 140597457802965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30180] ppid=30172 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30175/task/30180/stat : 30180 (java) S 30172 30175 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97418551 10914787328 6866 33554432000 4194304 4196468 140734232735984 140597381761552 140597457802965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30181] ppid=30172 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30175/task/30181/stat : 30181 (java) S 30172 30175 27678 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97418551 10914787328 6866 33554432000 4194304 4196468 140734232735984 140597380709008 140597457802965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30182] ppid=30172 vsize=10658972 memory=140657201301120 CPUtime=0 cores=0,2,4,6
/proc/30175/task/30182/stat : 30182 (java) S 30172 30175 27678 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97418552 10914787328 6866 33554432000 4194304 4196468 140734232735984 140596491573744 140597457803906 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30183] ppid=30172 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30175/task/30183/stat : 30183 (java) S 30172 30175 27678 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97418553 10914787328 6866 33554432000 4194304 4196468 140734232735984 140596490519968 140597457802965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30184] ppid=30172 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30175/task/30184/stat : 30184 (java) S 30172 30175 27678 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97418553 10914787328 6931 33554432000 4194304 4196468 140734232735984 140596489467376 140597457802965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30185] ppid=30172 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30175/task/30185/stat : 30185 (java) S 30172 30175 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97418555 10914787328 6931 33554432000 4194304 4196468 140734232735984 140596488415952 140597457811355 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30186] ppid=30172 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30175/task/30186/stat : 30186 (java) S 30172 30175 27678 0 -1 1077944384 424 0 0 0 0 0 0 0 20 0 15 0 97418555 10914787328 6931 33554432000 4194304 4196468 140734232735984 140596487362544 140597457803906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30187] ppid=30172 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30175/task/30187/stat : 30187 (java) S 30172 30175 27678 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 97418555 10914787328 6931 33554432000 4194304 4196468 140734232735984 140596486310000 140597457803906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30188] ppid=30172 vsize=10658972 memory=140657201301120 CPUtime=0.02 cores=0,2,4,6
/proc/30175/task/30188/stat : 30188 (java) R 30172 30175 27678 0 -1 4202560 407 0 0 0 2 0 0 0 20 0 15 0 97418555 10914787328 6931 33554432000 4194304 4196468 140734232735984 140596485254456 140597450029886 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30189] ppid=30172 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30175/task/30189/stat : 30189 (java) S 30172 30175 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97418555 10914787328 6931 33554432000 4194304 4196468 140734232735984 140596484205152 140597457802965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30190] ppid=30172 vsize=10658972 memory=140657201301120 CPUtime=0 cores=0,2,4,6
/proc/30175/task/30190/stat : 30190 (java) S 30172 30175 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97418556 10914787328 6931 33554432000 4194304 4196468 140734232735984 140596483152688 140597457803906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 27464 KiB

[startup+0.210581 s]*
/proc/loadavg: 2.17 1.83 1.73 7/216 30190
/proc/meminfo: memFree=18297632/32770624 swapFree=67108496/67108860
[pid=30175] ppid=30172 vsize=10661056 memory=40668 CPUtime=0.34 cores=0,2,4,6
/proc/30175/stat : 30175 (java) S 30172 30175 27678 0 -1 1077944320 8273 0 0 0 33 1 0 0 20 0 15 0 97418550 10916921344 10167 33554432000 4194304 4196468 140734232735984 140734232718528 140597457792759 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
/proc/30175/statm: 2665264 10167 2987 1 0 2627263 0
[pid=30175/tid=30177] ppid=30172 vsize=10661056 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/30175/task/30177/stat : 30177 (java) R 30172 30175 27678 0 -1 4202560 5102 0 0 0 19 1 0 0 20 0 15 0 97418550 10916921344 10167 33554432000 4194304 4196468 140734232735984 140597462030368 140597457814685 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30178] ppid=30172 vsize=10661056 memory=364 CPUtime=0 cores=0,2,4,6
/proc/30175/task/30178/stat : 30178 (java) S 30172 30175 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97418551 10916921344 10167 33554432000 4194304 4196468 140734232735984 140597383866640 140597457802965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30179] ppid=30172 vsize=10661056 memory=288371033353012864 CPUtime=0 cores=0,2,4,6
/proc/30175/task/30179/stat : 30179 (java) S 30172 30175 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97418551 10916921344 10167 33554432000 4194304 4196468 140734232735984 140597382814096 140597457802965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30180] ppid=30172 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30175/task/30180/stat : 30180 (java) S 30172 30175 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97418551 10916921344 10167 33554432000 4194304 4196468 140734232735984 140597381761552 140597457802965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30181] ppid=30172 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30175/task/30181/stat : 30181 (java) S 30172 30175 27678 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97418551 10916921344 10167 33554432000 4194304 4196468 140734232735984 140597380709008 140597457802965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30182] ppid=30172 vsize=10661056 memory=140657201301120 CPUtime=0 cores=0,2,4,6
/proc/30175/task/30182/stat : 30182 (java) S 30172 30175 27678 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97418552 10916921344 10167 33554432000 4194304 4196468 140734232735984 140596491573744 140597457803906 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30183] ppid=30172 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30175/task/30183/stat : 30183 (java) S 30172 30175 27678 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97418553 10916921344 10167 33554432000 4194304 4196468 140734232735984 140596490519968 140597457802965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30184] ppid=30172 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30175/task/30184/stat : 30184 (java) S 30172 30175 27678 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97418553 10916921344 10167 33554432000 4194304 4196468 140734232735984 140596489467376 140597457802965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30185] ppid=30172 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30175/task/30185/stat : 30185 (java) S 30172 30175 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97418555 10916921344 10167 33554432000 4194304 4196468 140734232735984 140596488415952 140597457811355 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30186] ppid=30172 vsize=10661056 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/30175/task/30186/stat : 30186 (java) R 30172 30175 27678 0 -1 4202560 574 0 0 0 2 0 0 0 20 0 15 0 97418555 10916921344 10167 33554432000 4194304 4196468 140734232735984 140596487362544 140597450029886 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30187] ppid=30172 vsize=10661056 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/30175/task/30187/stat : 30187 (java) R 30172 30175 27678 0 -1 1077944384 296 0 0 0 2 0 0 0 20 0 15 0 97418555 10916921344 10167 33554432000 4194304 4196468 140734232735984 140596486310000 140597457803906 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30188] ppid=30172 vsize=10661056 memory=140657201301120 CPUtime=0.08 cores=0,2,4,6
/proc/30175/task/30188/stat : 30188 (java) R 30172 30175 27678 0 -1 4202560 934 0 0 0 8 0 0 0 20 0 15 0 97418555 10916921344 10167 33554432000 4194304 4196468 140734232735984 140596485253368 140597450509911 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30189] ppid=30172 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30175/task/30189/stat : 30189 (java) S 30172 30175 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97418555 10916921344 10167 33554432000 4194304 4196468 140734232735984 140596484205152 140597457802965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30190] ppid=30172 vsize=10661056 memory=140657201301120 CPUtime=0 cores=0,2,4,6
/proc/30175/task/30190/stat : 30190 (java) S 30172 30175 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97418556 10916921344 10167 33554432000 4194304 4196468 140734232735984 140596483152688 140597457803906 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 40668 KiB

[startup+0.310994 s]*
/proc/loadavg: 2.17 1.83 1.73 7/216 30190
/proc/meminfo: memFree=18232224/32770624 swapFree=67108496/67108860
[pid=30175] ppid=30172 vsize=10661056 memory=113532 CPUtime=0.58 cores=0,2,4,6
/proc/30175/stat : 30175 (java) S 30172 30175 27678 0 -1 1077944320 9637 0 0 0 54 4 0 0 20 0 15 0 97418550 10916921344 28383 33554432000 4194304 4196468 140734232735984 140734232718528 140597457792759 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
/proc/30175/statm: 2665264 28383 3043 1 0 2627263 0
[pid=30175/tid=30177] ppid=30172 vsize=10661056 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/30175/task/30177/stat : 30177 (java) R 30172 30175 27678 0 -1 4202560 5141 0 0 0 27 3 0 0 20 0 15 0 97418550 10916921344 28383 33554432000 4194304 4196468 140734232735984 140597462030912 140597457814685 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30178] ppid=30172 vsize=10661056 memory=288230600429797399 CPUtime=0 cores=0,2,4,6
/proc/30175/task/30178/stat : 30178 (java) S 30172 30175 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97418551 10916921344 28383 33554432000 4194304 4196468 140734232735984 140597383866640 140597457802965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30179] ppid=30172 vsize=10661056 memory=288371033353012864 CPUtime=0 cores=0,2,4,6
/proc/30175/task/30179/stat : 30179 (java) S 30172 30175 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97418551 10916921344 28383 33554432000 4194304 4196468 140734232735984 140597382814096 140597457802965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30180] ppid=30172 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30175/task/30180/stat : 30180 (java) S 30172 30175 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97418551 10916921344 28383 33554432000 4194304 4196468 140734232735984 140597381761552 140597457802965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30181] ppid=30172 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30175/task/30181/stat : 30181 (java) S 30172 30175 27678 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97418551 10916921344 28383 33554432000 4194304 4196468 140734232735984 140597380709008 140597457802965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30182] ppid=30172 vsize=10661056 memory=140657201301120 CPUtime=0 cores=0,2,4,6
/proc/30175/task/30182/stat : 30182 (java) S 30172 30175 27678 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97418552 10916921344 28383 33554432000 4194304 4196468 140734232735984 140596491573744 140597457803906 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30183] ppid=30172 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30175/task/30183/stat : 30183 (java) S 30172 30175 27678 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97418553 10916921344 28383 33554432000 4194304 4196468 140734232735984 140596490519968 140597457802965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30184] ppid=30172 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30175/task/30184/stat : 30184 (java) S 30172 30175 27678 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97418553 10916921344 28383 33554432000 4194304 4196468 140734232735984 140596489467376 140597457802965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30185] ppid=30172 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30175/task/30185/stat : 30185 (java) S 30172 30175 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97418555 10916921344 28383 33554432000 4194304 4196468 140734232735984 140596488415952 140597457811355 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30186] ppid=30172 vsize=10661056 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/30175/task/30186/stat : 30186 (java) R 30172 30175 27678 0 -1 4202560 923 0 0 0 6 0 0 0 20 0 15 0 97418555 10916921344 28383 33554432000 4194304 4196468 140734232735984 140596487362544 140597443847772 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30187] ppid=30172 vsize=10661056 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/30175/task/30187/stat : 30187 (java) R 30172 30175 27678 0 -1 4202560 1176 0 0 0 8 0 0 0 20 0 15 0 97418555 10916921344 28383 33554432000 4194304 4196468 140734232735984 140596486291016 140597442081616 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30188] ppid=30172 vsize=10661056 memory=140657201301120 CPUtime=0.11 cores=0,2,4,6
/proc/30175/task/30188/stat : 30188 (java) S 30172 30175 27678 0 -1 1077944384 1029 0 0 0 11 0 0 0 20 0 15 0 97418555 10916921344 28383 33554432000 4194304 4196468 140734232735984 140596485257456 140597457803906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30189] ppid=30172 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30175/task/30189/stat : 30189 (java) S 30172 30175 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97418555 10916921344 28383 33554432000 4194304 4196468 140734232735984 140596484205152 140597457802965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30190] ppid=30172 vsize=10661056 memory=140657201301120 CPUtime=0 cores=0,2,4,6
/proc/30175/task/30190/stat : 30190 (java) S 30172 30175 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97418556 10916921344 28383 33554432000 4194304 4196468 140734232735984 140596483152688 140597457803906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
Current children cumulated CPU time: 0.58 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 113532 KiB

[startup+0.706821 s]
/proc/loadavg: 2.17 1.83 1.73 8/216 30190
/proc/meminfo: memFree=18039908/32770624 swapFree=67108496/67108860
[pid=30175] ppid=30172 vsize=10661056 memory=485812 CPUtime=1.71 cores=0,2,4,6
/proc/30175/stat : 30175 (java) S 30172 30175 27678 0 -1 1077944320 13042 0 0 0 134 37 0 0 20 0 15 0 97418550 10916921344 121453 33554432000 4194304 4196468 140734232735984 140734232718528 140597457792759 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
/proc/30175/statm: 2665264 121453 3082 1 0 2627263 0
[pid=30175/tid=30177] ppid=30172 vsize=10661056 memory=1788 CPUtime=0.53 cores=0,2,4,6
/proc/30175/task/30177/stat : 30177 (java) S 30172 30175 27678 0 -1 1077944384 5171 0 0 0 47 6 0 0 20 0 15 0 97418550 10916921344 121453 33554432000 4194304 4196468 140734232735984 140597462032016 140597457802965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30178] ppid=30172 vsize=10661056 memory=860 CPUtime=0.13 cores=0,2,4,6
/proc/30175/task/30178/stat : 30178 (java) R 30172 30175 27678 0 -1 4202560 209 0 0 0 7 6 0 0 20 0 15 0 97418551 10916921344 121453 33554432000 4194304 4196468 140734232735984 140597383866840 140597450895798 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30179] ppid=30172 vsize=10661056 memory=12556 CPUtime=0.15 cores=0,2,4,6
/proc/30175/task/30179/stat : 30179 (java) R 30172 30175 27678 0 -1 4202560 222 0 0 0 7 8 0 0 20 0 15 0 97418551 10916921344 121453 33554432000 4194304 4196468 140734232735984 140597382814096 140597450889460 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30180] ppid=30172 vsize=10661056 memory=756 CPUtime=0.12 cores=0,2,4,6
/proc/30175/task/30180/stat : 30180 (java) R 30172 30175 27678 0 -1 4202560 181 0 0 0 6 6 0 0 20 0 15 0 97418551 10916921344 121453 33554432000 4194304 4196468 140734232735984 140597381761552 140597450889460 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30181] ppid=30172 vsize=10661056 memory=1616 CPUtime=0.12 cores=0,2,4,6
/proc/30175/task/30181/stat : 30181 (java) R 30172 30175 27678 0 -1 4202560 202 0 0 0 5 7 0 0 20 0 15 0 97418551 10916921344 121453 33554432000 4194304 4196468 140734232735984 140597380709008 140597450889460 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30182] ppid=30172 vsize=10661056 memory=1836 CPUtime=0 cores=0,2,4,6
/proc/30175/task/30182/stat : 30182 (java) S 30172 30175 27678 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 15 0 97418552 10916921344 121453 33554432000 4194304 4196468 140734232735984 140596491572288 140597457802965 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30183] ppid=30172 vsize=10661056 memory=1132 CPUtime=0 cores=0,2,4,6
/proc/30175/task/30183/stat : 30183 (java) S 30172 30175 27678 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97418553 10916921344 121453 33554432000 4194304 4196468 140734232735984 140596490519968 140597457802965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30184] ppid=30172 vsize=10661056 memory=6384 CPUtime=0 cores=0,2,4,6
/proc/30175/task/30184/stat : 30184 (java) S 30172 30175 27678 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97418553 10916921344 121453 33554432000 4194304 4196468 140734232735984 140596489467376 140597457802965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30185] ppid=30172 vsize=10661056 memory=6297835844906604903 CPUtime=0 cores=0,2,4,6
/proc/30175/task/30185/stat : 30185 (java) S 30172 30175 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97418555 10916921344 121453 33554432000 4194304 4196468 140734232735984 140596488415952 140597457811355 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30186] ppid=30172 vsize=10661056 memory=7523093115782322283 CPUtime=0.16 cores=0,2,4,6
/proc/30175/task/30186/stat : 30186 (java) S 30172 30175 27678 0 -1 1077944384 1932 0 0 0 16 0 0 0 20 0 15 0 97418555 10916921344 121453 33554432000 4194304 4196468 140734232735984 140596487362544 140597457803906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30187] ppid=30172 vsize=10661056 memory=5787213827163908199 CPUtime=0.32 cores=0,2,4,6
/proc/30175/task/30187/stat : 30187 (java) S 30172 30175 27678 0 -1 1077944384 2607 0 0 0 32 0 0 0 20 0 15 0 97418555 10916921344 121453 33554432000 4194304 4196468 140734232735984 140596486301280 140597457802965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30188] ppid=30172 vsize=10661056 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/30175/task/30188/stat : 30188 (java) S 30172 30175 27678 0 -1 1077944384 1065 0 0 0 12 0 0 0 20 0 15 0 97418555 10916921344 121453 33554432000 4194304 4196468 140734232735984 140596485257456 140597457803906 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30189] ppid=30172 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30175/task/30189/stat : 30189 (java) S 30172 30175 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97418555 10916921344 121453 33554432000 4194304 4196468 140734232735984 140596484205152 140597457802965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30190] ppid=30172 vsize=10661056 memory=33 CPUtime=0 cores=0,2,4,6
/proc/30175/task/30190/stat : 30190 (java) S 30172 30175 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97418556 10916921344 121453 33554432000 4194304 4196468 140734232735984 140596483152688 140597457803906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
Current children cumulated CPU time: 1.71 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 485812 KiB

[startup+1.50077 s]
/proc/loadavg: 2.17 1.83 1.73 6/216 30190
/proc/meminfo: memFree=17760144/32770624 swapFree=67108496/67108860
[pid=30175] ppid=30172 vsize=10661056 memory=886776 CPUtime=3.5 cores=0,2,4,6
/proc/30175/stat : 30175 (java) S 30172 30175 27678 0 -1 1077944320 14656 0 0 0 271 79 0 0 20 0 15 0 97418550 10916921344 221694 33554432000 4194304 4196468 140734232735984 140734232718528 140597457792759 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
/proc/30175/statm: 2665264 221694 3093 1 0 2627263 0
[pid=30175/tid=30177] ppid=30172 vsize=10661056 memory=6791534058613427641 CPUtime=1.03 cores=0,2,4,6
/proc/30175/task/30177/stat : 30177 (java) R 30172 30175 27678 0 -1 4202560 5228 0 0 0 91 12 0 0 20 0 15 0 97418550 10916921344 221694 33554432000 4194304 4196468 140734232735984 140597462032016 140597457814685 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30178] ppid=30172 vsize=10661056 memory=-6951259422114956437 CPUtime=0.41 cores=0,2,4,6
/proc/30175/task/30178/stat : 30178 (java) S 30172 30175 27678 0 -1 1077944384 427 0 0 0 25 16 0 0 20 0 15 0 97418551 10916921344 221694 33554432000 4194304 4196468 140734232735984 140597383866640 140597457802965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30179] ppid=30172 vsize=10661056 memory=-6509546260019855299 CPUtime=0.43 cores=0,2,4,6
/proc/30175/task/30179/stat : 30179 (java) S 30172 30175 27678 0 -1 1077944384 384 0 0 0 27 16 0 0 20 0 15 0 97418551 10916921344 221694 33554432000 4194304 4196468 140734232735984 140597382814096 140597457802965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30180] ppid=30172 vsize=10661056 memory=-7390251449858225344 CPUtime=0.39 cores=0,2,4,6
/proc/30175/task/30180/stat : 30180 (java) S 30172 30175 27678 0 -1 1077944384 318 0 0 0 24 15 0 0 20 0 15 0 97418551 10916921344 221694 33554432000 4194304 4196468 140734232735984 140597381761552 140597457802965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30181] ppid=30172 vsize=10661056 memory=4134692831991786133 CPUtime=0.4 cores=0,2,4,6
/proc/30175/task/30181/stat : 30181 (java) S 30172 30175 27678 0 -1 1077944384 341 0 0 0 23 17 0 0 20 0 15 0 97418551 10916921344 221694 33554432000 4194304 4196468 140734232735984 140597380709008 140597457802965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30182] ppid=30172 vsize=10661056 memory=-7165351541977658656 CPUtime=0.01 cores=0,2,4,6
/proc/30175/task/30182/stat : 30182 (java) S 30172 30175 27678 0 -1 1077944384 936 0 0 0 1 0 0 0 20 0 15 0 97418552 10916921344 221694 33554432000 4194304 4196468 140734232735984 140596491573744 140597457803906 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0

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


[startup+108.801 s]
/proc/loadavg: 5.07 3.00 2.16 9/216 30266
/proc/meminfo: memFree=13020392/32770624 swapFree=67108496/67108860
[pid=30175] ppid=30172 vsize=10661132 memory=8317488 CPUtime=321.8 cores=0,2,4,6
/proc/30175/stat : 30175 (java) S 30172 30175 27678 0 -1 1077944320 132033 0 0 0 31399 781 0 0 20 0 15 0 97418550 10916999168 2079372 33554432000 4194304 4196468 140734232735984 140734232718528 140597457792759 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
/proc/30175/statm: 2665283 2079372 3194 1 0 2627263 0
[pid=30175/tid=30177] ppid=30172 vsize=10661132 memory=56 CPUtime=35.4 cores=0,2,4,6
/proc/30175/task/30177/stat : 30177 (java) S 30172 30175 27678 0 -1 1077944384 14359 0 0 0 3517 23 0 0 20 0 15 0 97418550 10916999168 2079372 33554432000 4194304 4196468 140734232735984 140597462031232 140597457802965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30178] ppid=30172 vsize=10661132 memory=9215612443221087420 CPUtime=69.88 cores=0,2,4,6
/proc/30175/task/30178/stat : 30178 (java) R 30172 30175 27678 0 -1 4202560 17001 0 0 0 6807 181 0 0 20 0 15 0 97418551 10916999168 2079372 33554432000 4194304 4196468 140734232735984 140597383866840 140597442492659 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30179] ppid=30172 vsize=10661132 memory=6791534058613427641 CPUtime=69.83 cores=0,2,4,6
/proc/30175/task/30179/stat : 30179 (java) R 30172 30175 27678 0 -1 4202560 14838 0 0 0 6803 180 0 0 20 0 15 0 97418551 10916999168 2079372 33554432000 4194304 4196468 140734232735984 140597382814216 140597450420967 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30180] ppid=30172 vsize=10661132 memory=1180 CPUtime=69.98 cores=0,2,4,6
/proc/30175/task/30180/stat : 30180 (java) R 30172 30175 27678 0 -1 4202560 15247 0 0 0 6812 186 0 0 20 0 15 0 97418551 10916999168 2079372 33554432000 4194304 4196468 140734232735984 140597381761360 140597450420967 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30181] ppid=30172 vsize=10661132 memory=8317488 CPUtime=69.88 cores=0,2,4,6
/proc/30175/task/30181/stat : 30181 (java) R 30172 30175 27678 0 -1 4202560 13914 0 0 0 6788 200 0 0 20 0 15 0 97418551 10916999168 2079372 33554432000 4194304 4196468 140734232735984 140597380708816 140597450420967 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30182] ppid=30172 vsize=10661132 memory=1720 CPUtime=2.97 cores=0,2,4,6
/proc/30175/task/30182/stat : 30182 (java) S 30172 30175 27678 0 -1 1077944384 33399 0 0 0 294 3 0 0 20 0 15 0 97418552 10916999168 2079372 33554432000 4194304 4196468 140734232735984 140596491572288 140597457802965 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30183] ppid=30172 vsize=10661132 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/30175/task/30183/stat : 30183 (java) S 30172 30175 27678 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 97418553 10916999168 2079372 33554432000 4194304 4196468 140734232735984 140596490520032 140597457802965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30184] ppid=30172 vsize=10661132 memory=912 CPUtime=0 cores=0,2,4,6
/proc/30175/task/30184/stat : 30184 (java) S 30172 30175 27678 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 97418553 10916999168 2079372 33554432000 4194304 4196468 140734232735984 140596489467376 140597457802965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30185] ppid=30172 vsize=10661132 memory=3844 CPUtime=0 cores=0,2,4,6
/proc/30175/task/30185/stat : 30185 (java) S 30172 30175 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97418555 10916999168 2079372 33554432000 4194304 4196468 140734232735984 140596488415952 140597457811355 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30186] ppid=30172 vsize=10661132 memory=2588 CPUtime=1.46 cores=0,2,4,6
/proc/30175/task/30186/stat : 30186 (java) S 30172 30175 27678 0 -1 1077944384 8250 0 0 0 145 1 0 0 20 0 15 0 97418555 10916999168 2079372 33554432000 4194304 4196468 140734232735984 140596487362544 140597457803906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30187] ppid=30172 vsize=10661132 memory=8317488 CPUtime=1.71 cores=0,2,4,6
/proc/30175/task/30187/stat : 30187 (java) S 30172 30175 27678 0 -1 1077944384 7952 0 0 0 170 1 0 0 20 0 15 0 97418555 10916999168 2079372 33554432000 4194304 4196468 140734232735984 140596486310000 140597457803906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30188] ppid=30172 vsize=10661132 memory=2260 CPUtime=0.53 cores=0,2,4,6
/proc/30175/task/30188/stat : 30188 (java) S 30172 30175 27678 0 -1 1077944384 4873 0 0 0 52 1 0 0 20 0 15 0 97418555 10916999168 2079372 33554432000 4194304 4196468 140734232735984 140596485257456 140597457803906 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30189] ppid=30172 vsize=10661132 memory=1788 CPUtime=0 cores=0,2,4,6
/proc/30175/task/30189/stat : 30189 (java) S 30172 30175 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97418555 10916999168 2079372 33554432000 4194304 4196468 140734232735984 140596484205152 140597457802965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30190] ppid=30172 vsize=10661132 memory=860 CPUtime=0.07 cores=0,2,4,6
/proc/30175/task/30190/stat : 30190 (java) S 30172 30175 27678 0 -1 1077944384 795 0 0 0 2 5 0 0 20 0 15 0 97418556 10916999168 2079372 33554432000 4194304 4196468 140734232735984 140596483152688 140597457803906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
Current children cumulated CPU time: 321.8 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8317488 KiB

[startup+109.601 s]
/proc/loadavg: 5.07 3.00 2.16 6/216 30266
/proc/meminfo: memFree=13020144/32770624 swapFree=67108496/67108860
[pid=30175] ppid=30172 vsize=10661132 memory=8317488 CPUtime=324.9 cores=0,2,4,6
/proc/30175/stat : 30175 (java) S 30172 30175 27678 0 -1 1077944320 132033 0 0 0 31707 783 0 0 20 0 15 0 97418550 10916999168 2079372 33554432000 4194304 4196468 140734232735984 140734232718528 140597457792759 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
/proc/30175/statm: 2665283 2079372 3194 1 0 2627263 0
[pid=30175/tid=30177] ppid=30172 vsize=10661132 memory=1224 CPUtime=35.4 cores=0,2,4,6
/proc/30175/task/30177/stat : 30177 (java) S 30172 30175 27678 0 -1 1077944384 14359 0 0 0 3517 23 0 0 20 0 15 0 97418550 10916999168 2079372 33554432000 4194304 4196468 140734232735984 140597462031232 140597457802965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30178] ppid=30172 vsize=10661132 memory=2260 CPUtime=70.68 cores=0,2,4,6
/proc/30175/task/30178/stat : 30178 (java) R 30172 30175 27678 0 -1 4202560 17001 0 0 0 6887 181 0 0 20 0 15 0 97418551 10916999168 2079372 33554432000 4194304 4196468 140734232735984 140597383866840 140597450895752 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30179] ppid=30172 vsize=10661132 memory=6791534058613427641 CPUtime=70.59 cores=0,2,4,6
/proc/30175/task/30179/stat : 30179 (java) R 30172 30175 27678 0 -1 4202560 14838 0 0 0 6878 181 0 0 20 0 15 0 97418551 10916999168 2079372 33554432000 4194304 4196468 140734232735984 140597382814216 140597450420967 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30180] ppid=30172 vsize=10661132 memory=860 CPUtime=70.75 cores=0,2,4,6
/proc/30175/task/30180/stat : 30180 (java) R 30172 30175 27678 0 -1 4202560 15247 0 0 0 6888 187 0 0 20 0 15 0 97418551 10916999168 2079372 33554432000 4194304 4196468 140734232735984 140597381761360 140597450420967 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30181] ppid=30172 vsize=10661132 memory=12556 CPUtime=70.65 cores=0,2,4,6
/proc/30175/task/30181/stat : 30181 (java) R 30172 30175 27678 0 -1 4202560 13914 0 0 0 6864 201 0 0 20 0 15 0 97418551 10916999168 2079372 33554432000 4194304 4196468 140734232735984 140597380708816 140597450420967 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30182] ppid=30172 vsize=10661132 memory=756 CPUtime=2.97 cores=0,2,4,6
/proc/30175/task/30182/stat : 30182 (java) S 30172 30175 27678 0 -1 1077944384 33399 0 0 0 294 3 0 0 20 0 15 0 97418552 10916999168 2079372 33554432000 4194304 4196468 140734232735984 140596491572288 140597457802965 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30183] ppid=30172 vsize=10661132 memory=1616 CPUtime=0 cores=0,2,4,6
/proc/30175/task/30183/stat : 30183 (java) S 30172 30175 27678 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 97418553 10916999168 2079372 33554432000 4194304 4196468 140734232735984 140596490520032 140597457802965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30184] ppid=30172 vsize=10661132 memory=1836 CPUtime=0 cores=0,2,4,6
/proc/30175/task/30184/stat : 30184 (java) S 30172 30175 27678 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 97418553 10916999168 2079372 33554432000 4194304 4196468 140734232735984 140596489467376 140597457802965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30185] ppid=30172 vsize=10661132 memory=1132 CPUtime=0 cores=0,2,4,6
/proc/30175/task/30185/stat : 30185 (java) S 30172 30175 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97418555 10916999168 2079372 33554432000 4194304 4196468 140734232735984 140596488415952 140597457811355 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30186] ppid=30172 vsize=10661132 memory=6384 CPUtime=1.46 cores=0,2,4,6
/proc/30175/task/30186/stat : 30186 (java) S 30172 30175 27678 0 -1 1077944384 8250 0 0 0 145 1 0 0 20 0 15 0 97418555 10916999168 2079372 33554432000 4194304 4196468 140734232735984 140596487362544 140597457803906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30187] ppid=30172 vsize=10661132 memory=5500 CPUtime=1.71 cores=0,2,4,6
/proc/30175/task/30187/stat : 30187 (java) S 30172 30175 27678 0 -1 1077944384 7952 0 0 0 170 1 0 0 20 0 15 0 97418555 10916999168 2079372 33554432000 4194304 4196468 140734232735984 140596486310000 140597457803906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30188] ppid=30172 vsize=10661132 memory=4460 CPUtime=0.53 cores=0,2,4,6
/proc/30175/task/30188/stat : 30188 (java) S 30172 30175 27678 0 -1 1077944384 4873 0 0 0 52 1 0 0 20 0 15 0 97418555 10916999168 2079372 33554432000 4194304 4196468 140734232735984 140596485257456 140597457803906 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30189] ppid=30172 vsize=10661132 memory=14256 CPUtime=0 cores=0,2,4,6
/proc/30175/task/30189/stat : 30189 (java) S 30172 30175 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97418555 10916999168 2079372 33554432000 4194304 4196468 140734232735984 140596484205152 140597457802965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30190] ppid=30172 vsize=10661132 memory=16424 CPUtime=0.07 cores=0,2,4,6
/proc/30175/task/30190/stat : 30190 (java) S 30172 30175 27678 0 -1 1077944384 795 0 0 0 2 5 0 0 20 0 15 0 97418556 10916999168 2079372 33554432000 4194304 4196468 140734232735984 140596483152688 140597457803906 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
Current children cumulated CPU time: 324.9 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8317488 KiB

[startup+110.401 s]
/proc/loadavg: 5.06 3.03 2.18 6/216 30266
/proc/meminfo: memFree=13018036/32770624 swapFree=67108496/67108860
[pid=30175] ppid=30172 vsize=10661132 memory=8317488 CPUtime=328 cores=0,2,4,6
/proc/30175/stat : 30175 (java) S 30172 30175 27678 0 -1 1077944320 132161 0 0 0 32016 784 0 0 20 0 15 0 97418550 10916999168 2079372 33554432000 4194304 4196468 140734232735984 140734232718528 140597457792759 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
/proc/30175/statm: 2665283 2079372 3194 1 0 2627263 0
[pid=30175/tid=30177] ppid=30172 vsize=10661132 memory=6791534058613427641 CPUtime=35.4 cores=0,2,4,6
/proc/30175/task/30177/stat : 30177 (java) S 30172 30175 27678 0 -1 1077944384 14359 0 0 0 3517 23 0 0 20 0 15 0 97418550 10916999168 2079372 33554432000 4194304 4196468 140734232735984 140597462031232 140597457802965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30178] ppid=30172 vsize=10661132 memory=2260 CPUtime=71.48 cores=0,2,4,6
/proc/30175/task/30178/stat : 30178 (java) R 30172 30175 27678 0 -1 4202560 17129 0 0 0 6967 181 0 0 20 0 15 0 97418551 10916999168 2079372 33554432000 4194304 4196468 140734232735984 140597383866840 140597450889500 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30179] ppid=30172 vsize=10661132 memory=1788 CPUtime=71.35 cores=0,2,4,6
/proc/30175/task/30179/stat : 30179 (java) R 30172 30175 27678 0 -1 4202560 14838 0 0 0 6954 181 0 0 20 0 15 0 97418551 10916999168 2079372 33554432000 4194304 4196468 140734232735984 140597382814216 140597450420967 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30180] ppid=30172 vsize=10661132 memory=860 CPUtime=71.52 cores=0,2,4,6
/proc/30175/task/30180/stat : 30180 (java) R 30172 30175 27678 0 -1 4202560 15247 0 0 0 6965 187 0 0 20 0 15 0 97418551 10916999168 2079372 33554432000 4194304 4196468 140734232735984 140597381761672 140597450420967 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30181] ppid=30172 vsize=10661132 memory=12556 CPUtime=71.42 cores=0,2,4,6
/proc/30175/task/30181/stat : 30181 (java) R 30172 30175 27678 0 -1 4202560 13914 0 0 0 6941 201 0 0 20 0 15 0 97418551 10916999168 2079372 33554432000 4194304 4196468 140734232735984 140597380708816 140597450420967 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30182] ppid=30172 vsize=10661132 memory=756 CPUtime=2.97 cores=0,2,4,6
/proc/30175/task/30182/stat : 30182 (java) S 30172 30175 27678 0 -1 1077944384 33399 0 0 0 294 3 0 0 20 0 15 0 97418552 10916999168 2079372 33554432000 4194304 4196468 140734232735984 140596491572288 140597457802965 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30183] ppid=30172 vsize=10661132 memory=504 CPUtime=0 cores=0,2,4,6
/proc/30175/task/30183/stat : 30183 (java) S 30172 30175 27678 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 97418553 10916999168 2079372 33554432000 4194304 4196468 140734232735984 140596490520032 140597457802965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30184] ppid=30172 vsize=10661132 memory=1720 CPUtime=0 cores=0,2,4,6
/proc/30175/task/30184/stat : 30184 (java) S 30172 30175 27678 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 97418553 10916999168 2079372 33554432000 4194304 4196468 140734232735984 140596489467376 140597457802965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30185] ppid=30172 vsize=10661132 memory=928 CPUtime=0 cores=0,2,4,6
/proc/30175/task/30185/stat : 30185 (java) S 30172 30175 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97418555 10916999168 2079372 33554432000 4194304 4196468 140734232735984 140596488415952 140597457811355 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30186] ppid=30172 vsize=10661132 memory=2336 CPUtime=1.46 cores=0,2,4,6
/proc/30175/task/30186/stat : 30186 (java) S 30172 30175 27678 0 -1 1077944384 8250 0 0 0 145 1 0 0 20 0 15 0 97418555 10916999168 2079372 33554432000 4194304 4196468 140734232735984 140596487362544 140597457803906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30187] ppid=30172 vsize=10661132 memory=932 CPUtime=1.71 cores=0,2,4,6
/proc/30175/task/30187/stat : 30187 (java) S 30172 30175 27678 0 -1 1077944384 7952 0 0 0 170 1 0 0 20 0 15 0 97418555 10916999168 2079372 33554432000 4194304 4196468 140734232735984 140596486310000 140597457803906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30188] ppid=30172 vsize=10661132 memory=1564 CPUtime=0.53 cores=0,2,4,6
/proc/30175/task/30188/stat : 30188 (java) S 30172 30175 27678 0 -1 1077944384 4873 0 0 0 52 1 0 0 20 0 15 0 97418555 10916999168 2079372 33554432000 4194304 4196468 140734232735984 140596485257456 140597457803906 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30189] ppid=30172 vsize=10661132 memory=2212 CPUtime=0 cores=0,2,4,6
/proc/30175/task/30189/stat : 30189 (java) S 30172 30175 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97418555 10916999168 2079372 33554432000 4194304 4196468 140734232735984 140596484205152 140597457802965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30190] ppid=30172 vsize=10661132 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30175/task/30190/stat : 30190 (java) S 30172 30175 27678 0 -1 1077944384 795 0 0 0 2 5 0 0 20 0 15 0 97418556 10916999168 2079372 33554432000 4194304 4196468 140734232735984 140596483152688 140597457803906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
Current children cumulated CPU time: 328 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8317488 KiB

[startup+110.601 s]
/proc/loadavg: 5.06 3.03 2.18 6/216 30266
/proc/meminfo: memFree=13018036/32770624 swapFree=67108496/67108860
[pid=30175] ppid=30172 vsize=10661132 memory=8317488 CPUtime=328.7 cores=0,2,4,6
/proc/30175/stat : 30175 (java) S 30172 30175 27678 0 -1 1077944320 132290 0 0 0 32085 785 0 0 20 0 15 0 97418550 10916999168 2079372 33554432000 4194304 4196468 140734232735984 140734232718528 140597457792759 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
/proc/30175/statm: 2665283 2079372 3194 1 0 2627263 0
[pid=30175/tid=30177] ppid=30172 vsize=10661132 memory=7822038051842261661 CPUtime=35.4 cores=0,2,4,6
/proc/30175/task/30177/stat : 30177 (java) S 30172 30175 27678 0 -1 1077944384 14359 0 0 0 3517 23 0 0 20 0 15 0 97418550 10916999168 2079372 33554432000 4194304 4196468 140734232735984 140597462031232 140597457802965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30178] ppid=30172 vsize=10661132 memory=-6520471753822164382 CPUtime=71.65 cores=0,2,4,6
/proc/30175/task/30178/stat : 30178 (java) S 30172 30175 27678 0 -1 1077944384 17129 0 0 0 6984 181 0 0 20 0 15 0 97418551 10916999168 2079372 33554432000 4194304 4196468 140734232735984 140597383866640 140597457802965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30179] ppid=30172 vsize=10661132 memory=2872 CPUtime=71.51 cores=0,2,4,6
/proc/30175/task/30179/stat : 30179 (java) S 30172 30175 27678 0 -1 1077944384 14838 0 0 0 6970 181 0 0 20 0 15 0 97418551 10916999168 2079372 33554432000 4194304 4196468 140734232735984 140597382814096 140597457802965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30180] ppid=30172 vsize=10661132 memory=4992644 CPUtime=71.68 cores=0,2,4,6
/proc/30175/task/30180/stat : 30180 (java) S 30172 30175 27678 0 -1 1077944384 15247 0 0 0 6981 187 0 0 20 0 15 0 97418551 10916999168 2079372 33554432000 4194304 4196468 140734232735984 140597381761552 140597457802965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30181] ppid=30172 vsize=10661132 memory=7380388699906794602 CPUtime=71.59 cores=0,2,4,6
/proc/30175/task/30181/stat : 30181 (java) S 30172 30175 27678 0 -1 1077944384 13914 0 0 0 6958 201 0 0 20 0 15 0 97418551 10916999168 2079372 33554432000 4194304 4196468 140734232735984 140597380709008 140597457802965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30182] ppid=30172 vsize=10661132 memory=1380 CPUtime=3 cores=0,2,4,6
/proc/30175/task/30182/stat : 30182 (java) R 30172 30175 27678 0 -1 4202560 33527 0 0 0 297 3 0 0 20 0 15 0 97418552 10916999168 2079372 33554432000 4194304 4196468 140734232735984 140596491572176 140597442250350 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30183] ppid=30172 vsize=10661132 memory=1160 CPUtime=0 cores=0,2,4,6
/proc/30175/task/30183/stat : 30183 (java) S 30172 30175 27678 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 97418553 10916999168 2079372 33554432000 4194304 4196468 140734232735984 140596490520032 140597457802965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30184] ppid=30172 vsize=10661132 memory=15184 CPUtime=0 cores=0,2,4,6
/proc/30175/task/30184/stat : 30184 (java) S 30172 30175 27678 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 97418553 10916999168 2079372 33554432000 4194304 4196468 140734232735984 140596489467376 140597457802965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30185] ppid=30172 vsize=10661132 memory=4000 CPUtime=0 cores=0,2,4,6
/proc/30175/task/30185/stat : 30185 (java) S 30172 30175 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97418555 10916999168 2079372 33554432000 4194304 4196468 140734232735984 140596488415952 140597457811355 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30186] ppid=30172 vsize=10661132 memory=14256 CPUtime=1.46 cores=0,2,4,6
/proc/30175/task/30186/stat : 30186 (java) S 30172 30175 27678 0 -1 1077944384 8251 0 0 0 145 1 0 0 20 0 15 0 97418555 10916999168 2079372 33554432000 4194304 4196468 140734232735984 140596487362304 140597457802965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30187] ppid=30172 vsize=10661132 memory=16424 CPUtime=1.71 cores=0,2,4,6
/proc/30175/task/30187/stat : 30187 (java) S 30172 30175 27678 0 -1 1077944384 7952 0 0 0 170 1 0 0 20 0 15 0 97418555 10916999168 2079372 33554432000 4194304 4196468 140734232735984 140596486310000 140597457803906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30188] ppid=30172 vsize=10661132 memory=1180 CPUtime=0.53 cores=0,2,4,6
/proc/30175/task/30188/stat : 30188 (java) S 30172 30175 27678 0 -1 1077944384 4873 0 0 0 52 1 0 0 20 0 15 0 97418555 10916999168 2079372 33554432000 4194304 4196468 140734232735984 140596485257456 140597457803906 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30189] ppid=30172 vsize=10661132 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/30175/task/30189/stat : 30189 (java) S 30172 30175 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97418555 10916999168 2079372 33554432000 4194304 4196468 140734232735984 140596484205152 140597457802965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
[pid=30175/tid=30190] ppid=30172 vsize=10661132 memory=1160 CPUtime=0.07 cores=0,2,4,6
/proc/30175/task/30190/stat : 30190 (java) S 30172 30175 27678 0 -1 1077944384 795 0 0 0 2 5 0 0 20 0 15 0 97418556 10916999168 2079372 33554432000 4194304 4196468 140734232735984 140596483152688 140597457803906 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9785344 140734232740984 140734232741129 140734232741129 140734232743887 0
Current children cumulated CPU time: 328.7 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8317488 KiB

[startup+110.701 s]*
/proc/loadavg: 5.06 3.03 2.18 3/203 30267
/proc/meminfo: memFree=16150808/32770624 swapFree=67108496/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 1
Real time (s): 110.722
CPU time (s): 328.836
CPU user time (s): 320.95
CPU system time (s): 7.88533
CPU usage (%): 296.991
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 8317488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 320.95
system time used= 7.88533
maximum resident set size= 8317492
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 132504
page faults= 0
swaps= 0
block input operations= 0
block output operations= 224
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7007
involuntary context switches= 3960


# summary of solver processes directly reported to runsolver:
#   pid: 30175
#   total CPU time (s): 328.836
#   total CPU user time (s): 320.95
#   total CPU system time (s): 7.88533

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.630777 second user time and 1.18183 second system time

The end

Launcher Data

Begin job on node149 at 2018-07-28 19:22:34
IDJOB=4299017
IDBENCH=141283
IDSOLVER=2768
FILE ID=node149/4299017-1532798552
RUNJOBID= node149-1532775878-27709
PBS_JOBID= 21022467
Free space on /tmp= 42424 MiB

SOLVER NAME= The dodo solver 2018-04-29
BENCH NAME= XCSP18/Fapp/Fapp-ext/Fapp-ext-04-0300_c18.xml
COMMAND LINE= java -jar DIR/dodo_solver.jar BENCHNAME --timelimit TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4299017-1532798552/watcher-4299017-1532798552 -o /tmp/evaluation-result-4299017-1532798552/solver-4299017-1532798552 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1532775878-27709 --watchdog 2580  java -jar HOME/dodo_solver.jar HOME/instance-4299017-1532798552.xml --timelimit 2520

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

MD5SUM BENCH= fe02389438635ce836f3ec0e18156e6a
RANDOM SEED=660071915

node149.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.60
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.60
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.60
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.60
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:        18325764 kB
MemAvailable:   23616108 kB
Buffers:          137984 kB
Cached:          5369868 kB
SwapCached:           60 kB
Active:         10703544 kB
Inactive:        3156420 kB
Active(anon):    8301932 kB
Inactive(anon):    78000 kB
Active(file):    2401612 kB
Inactive(file):  3078420 kB
Unevictable:        7752 kB
Mlocked:            7752 kB
SwapTotal:      67108860 kB
SwapFree:       67108496 kB
Dirty:            364484 kB
Writeback:             0 kB
AnonPages:       8359984 kB
Mapped:            47348 kB
Shmem:             25040 kB
Slab:             268124 kB
SReclaimable:     238772 kB
SUnreclaim:        29352 kB
KernelStack:        3536 kB
PageTables:        21468 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8652600 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8224768 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 42328 MiB
End job on node149 at 2018-07-28 19:24:24