Trace number 4257040

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
OscaR - Parallel with EPS 2017-07-26? (TO) 1053.47 254.11301

General information on the benchmark

NameGraphColoring/GraphColoring-m1-mono/
GraphColoring-wap01a.xml
MD5SUM1f75bed7d5113015eb943bda0c7ab47c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark42
Best CPU time to get the best result obtained on this benchmark251.894
Satisfiable
(Un)Satisfiability was proved
Number of variables2368
Number of constraints110871
Number of domains1
Minimum domain size2368
Maximum domain size2368
Distribution of domain sizes[{"size":2368,"count":2368}]
Minimum variable degree15
Maximum variable degree289
Distribution of variable degrees[{"degree":15,"count":1},{"degree":19,"count":4},{"degree":20,"count":8},{"degree":21,"count":2},{"degree":25,"count":4},{"degree":26,"count":15},{"degree":27,"count":2},{"degree":28,"count":7},{"degree":30,"count":9},{"degree":32,"count":9},{"degree":33,"count":4},{"degree":34,"count":7},{"degree":35,"count":4},{"degree":36,"count":4},{"degree":37,"count":5},{"degree":38,"count":113},{"degree":39,"count":59},{"degree":40,"count":326},{"degree":42,"count":4},{"degree":43,"count":5},{"degree":45,"count":5},{"degree":46,"count":1},{"degree":47,"count":2},{"degree":49,"count":2},{"degree":50,"count":2},"...",{"degree":202,"count":5}, {"degree":203,"count":10}, {"degree":204,"count":3}, {"degree":205,"count":5}, {"degree":206,"count":2}, {"degree":207,"count":1}, {"degree":208,"count":3}, {"degree":209,"count":3}, {"degree":210,"count":4}, {"degree":211,"count":2}, {"degree":216,"count":1}, {"degree":217,"count":2}, {"degree":220,"count":2}, {"degree":223,"count":1}, {"degree":226,"count":1}, {"degree":227,"count":1}, {"degree":228,"count":1}, {"degree":231,"count":1}, {"degree":232,"count":1}, {"degree":244,"count":1}, {"degree":249,"count":1}, {"degree":254,"count":1}, {"degree":258,"count":1}, {"degree":268,"count":1}, {"degree":289,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":110871}]
Number of extensional constraints0
Number of intensional constraints110871
Distribution of constraint types[{"type":"intension","count":110871}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.29/0.25	c version: 2017-07-26
0.29/0.25	c seed: 1092593403
0.29/0.25	c timeout: 2016
0.29/0.25	c memlimit: 22000
0.29/0.25	c nbcore: 8
0.29/0.28	c Parsing instance...
6.33/2.22	c Parsing done, starting search...

Verifier Data

One s line expected

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 (15245 MiB free)
  memory of node 1: 16384 MiB (15678 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4257040-1502640574/watcher-4257040-1502640574 -o /tmp/evaluation-result-4257040-1502640574/solver-4257040-1502640574 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node112-1502636672-7612 --watchdog 312 java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1092593403 --timelimit 2016 --memlimit 22000 --nbcore 8 HOME/instance-4257040-1502640574.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

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

solver pid=17122, runsolver pid=17119

[startup+0.100139 s]*
/proc/loadavg: 8.31 7.23 7.31 2/198 17142
/proc/meminfo: memFree=31649024/32770624 swapFree=67108860/67108860
[pid=17122] ppid=17119 vsize=26000848 memory=31696 CPUtime=0.12 cores=0-7
/proc/17122/stat : 17122 (java) S 17119 17122 7585 0 -1 1077944320 8314 0 0 0 11 1 0 0 20 0 20 0 97145268 26624868352 7924 33554432000 4194304 4196468 140725089981920 140725089964464 140607661264631 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
/proc/17122/statm: 6500212 7924 3406 1 0 6487932 0
[pid=17122/tid=17124] ppid=17119 vsize=26000848 memory=7753960991564405657 CPUtime=0.08 cores=0-7
/proc/17122/task/17124/stat : 17124 (java) R 17119 17122 7585 0 -1 4202560 6215 0 0 0 7 1 0 0 20 0 20 0 97145268 26624868352 7924 33554432000 4194304 4196468 140725089981920 140607665443888 140607661286557 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17125] ppid=17119 vsize=26000848 memory=732370658017176549 CPUtime=0 cores=0-7
/proc/17122/task/17125/stat : 17125 (java) S 17119 17122 7585 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97145269 26624868352 7924 33554432000 4194304 4196468 140725089981920 140607219608464 140607661274837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17126] ppid=17119 vsize=26000848 memory=140519679723136 CPUtime=0 cores=0-7
/proc/17122/task/17126/stat : 17126 (java) S 17119 17122 7585 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97145269 26624868352 7924 33554432000 4194304 4196468 140725089981920 140607218555664 140607661274837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17127] ppid=17119 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/17122/task/17127/stat : 17127 (java) S 17119 17122 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97145269 26624868352 7924 33554432000 4194304 4196468 140725089981920 140607217503376 140607661274837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17128] ppid=17119 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/17122/task/17128/stat : 17128 (java) S 17119 17122 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97145269 26624868352 7924 33554432000 4194304 4196468 140725089981920 140607216450576 140607661274837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17129] ppid=17119 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/17122/task/17129/stat : 17129 (java) S 17119 17122 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97145269 26624868352 7924 33554432000 4194304 4196468 140725089981920 140607215397264 140607661274837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17130] ppid=17119 vsize=26000848 memory=-1 CPUtime=0 cores=0-7
/proc/17122/task/17130/stat : 17130 (java) S 17119 17122 7585 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97145269 26624868352 7924 33554432000 4194304 4196468 140725089981920 140607214344464 140607661274837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17131] ppid=17119 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/17122/task/17131/stat : 17131 (java) S 17119 17122 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97145269 26624868352 7924 33554432000 4194304 4196468 140725089981920 140607213292176 140607661274837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17132] ppid=17119 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/17122/task/17132/stat : 17132 (java) S 17119 17122 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97145269 26624868352 7924 33554432000 4194304 4196468 140725089981920 140607212239376 140607661274837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17133] ppid=17119 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/17122/task/17133/stat : 17133 (java) S 17119 17122 7585 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97145270 26624868352 7924 33554432000 4194304 4196468 140725089981920 140607058131568 140607661275778 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17134] ppid=17119 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/17122/task/17134/stat : 17134 (java) S 17119 17122 7585 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 97145271 26624868352 7924 33554432000 4194304 4196468 140725089981920 140607057077536 140607661274837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17135] ppid=17119 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/17122/task/17135/stat : 17135 (java) S 17119 17122 7585 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 97145271 26624868352 7924 33554432000 4194304 4196468 140725089981920 140607056025200 140607661274837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17136] ppid=17119 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/17122/task/17136/stat : 17136 (java) S 17119 17122 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97145273 26624868352 7924 33554432000 4194304 4196468 140725089981920 140607054973520 140607661283227 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17137] ppid=17119 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/17122/task/17137/stat : 17137 (java) S 17119 17122 7585 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 20 0 97145273 26624868352 7924 33554432000 4194304 4196468 140725089981920 140607053920368 140607661275778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17138] ppid=17119 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/17122/task/17138/stat : 17138 (java) S 17119 17122 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97145273 26624868352 7924 33554432000 4194304 4196468 140725089981920 140607052867568 140607661275778 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17139] ppid=17119 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/17122/task/17139/stat : 17139 (java) S 17119 17122 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97145273 26624868352 7924 33554432000 4194304 4196468 140725089981920 140607051815280 140607661275778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17140] ppid=17119 vsize=26000848 memory=0 CPUtime=0.02 cores=0-7
/proc/17122/task/17140/stat : 17140 (java) S 17119 17122 7585 0 -1 1077944384 412 0 0 0 2 0 0 0 20 0 20 0 97145273 26624868352 7924 33554432000 4194304 4196468 140725089981920 140607050762480 140607661275778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17141] ppid=17119 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/17122/task/17141/stat : 17141 (java) S 17119 17122 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97145273 26624868352 7924 33554432000 4194304 4196468 140725089981920 140607049710432 140607661274837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17142] ppid=17119 vsize=26000848 memory=-1 CPUtime=0 cores=0-7
/proc/17122/task/17142/stat : 17142 (java) S 17119 17122 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97145274 26624868352 7924 33554432000 4194304 4196468 140725089981920 140607048657712 140607661275778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26000848 KiB
Current children cumulated memory: 31696 KiB

[startup+0.210009 s]*
/proc/loadavg: 8.31 7.23 7.31 3/198 17142
/proc/meminfo: memFree=31640464/32770624 swapFree=67108860/67108860
[pid=17122] ppid=17119 vsize=26000848 memory=40852 CPUtime=0.29 cores=0-7
/proc/17122/stat : 17122 (java) S 17119 17122 7585 0 -1 1077944320 9390 0 0 0 27 2 0 0 20 0 20 0 97145268 26624868352 10213 33554432000 4194304 4196468 140725089981920 140725089964464 140607661264631 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
/proc/17122/statm: 6500212 10213 3619 1 0 6487932 0
[pid=17122/tid=17124] ppid=17119 vsize=26000848 memory=32758254098972862 CPUtime=0.2 cores=0-7
/proc/17122/task/17124/stat : 17124 (java) R 17119 17122 7585 0 -1 4202560 6839 0 0 0 18 2 0 0 20 0 20 0 97145268 26624868352 10213 33554432000 4194304 4196468 140725089981920 140607665469936 140607645345118 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17125] ppid=17119 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/17122/task/17125/stat : 17125 (java) S 17119 17122 7585 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97145269 26624868352 10213 33554432000 4194304 4196468 140725089981920 140607219608464 140607661274837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17126] ppid=17119 vsize=26000848 memory=140519680122926 CPUtime=0 cores=0-7
/proc/17122/task/17126/stat : 17126 (java) S 17119 17122 7585 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97145269 26624868352 10213 33554432000 4194304 4196468 140725089981920 140607218555664 140607661274837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17127] ppid=17119 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/17122/task/17127/stat : 17127 (java) S 17119 17122 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97145269 26624868352 10213 33554432000 4194304 4196468 140725089981920 140607217503376 140607661274837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17128] ppid=17119 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/17122/task/17128/stat : 17128 (java) S 17119 17122 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97145269 26624868352 10213 33554432000 4194304 4196468 140725089981920 140607216450576 140607661274837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17129] ppid=17119 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/17122/task/17129/stat : 17129 (java) S 17119 17122 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97145269 26624868352 10213 33554432000 4194304 4196468 140725089981920 140607215397264 140607661274837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17130] ppid=17119 vsize=26000848 memory=-1 CPUtime=0 cores=0-7
/proc/17122/task/17130/stat : 17130 (java) S 17119 17122 7585 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97145269 26624868352 10213 33554432000 4194304 4196468 140725089981920 140607214344464 140607661274837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17131] ppid=17119 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/17122/task/17131/stat : 17131 (java) S 17119 17122 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97145269 26624868352 10213 33554432000 4194304 4196468 140725089981920 140607213292176 140607661274837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17132] ppid=17119 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/17122/task/17132/stat : 17132 (java) S 17119 17122 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97145269 26624868352 10213 33554432000 4194304 4196468 140725089981920 140607212239376 140607661274837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17133] ppid=17119 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/17122/task/17133/stat : 17133 (java) S 17119 17122 7585 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 97145270 26624868352 10213 33554432000 4194304 4196468 140725089981920 140607058131568 140607661275778 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17134] ppid=17119 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/17122/task/17134/stat : 17134 (java) S 17119 17122 7585 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 97145271 26624868352 10213 33554432000 4194304 4196468 140725089981920 140607057077536 140607661274837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17135] ppid=17119 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/17122/task/17135/stat : 17135 (java) S 17119 17122 7585 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 97145271 26624868352 10213 33554432000 4194304 4196468 140725089981920 140607056025200 140607661274837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17136] ppid=17119 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/17122/task/17136/stat : 17136 (java) S 17119 17122 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97145273 26624868352 10213 33554432000 4194304 4196468 140725089981920 140607054973520 140607661283227 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17137] ppid=17119 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/17122/task/17137/stat : 17137 (java) S 17119 17122 7585 0 -1 1077944384 316 0 0 0 0 0 0 0 20 0 20 0 97145273 26624868352 10213 33554432000 4194304 4196468 140725089981920 140607053920368 140607661275778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17138] ppid=17119 vsize=26000848 memory=0 CPUtime=0.01 cores=0-7
/proc/17122/task/17138/stat : 17138 (java) S 17119 17122 7585 0 -1 1077944384 164 0 0 0 1 0 0 0 20 0 20 0 97145273 26624868352 10213 33554432000 4194304 4196468 140725089981920 140607052867568 140607661275778 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17139] ppid=17119 vsize=26000848 memory=0 CPUtime=0.01 cores=0-7
/proc/17122/task/17139/stat : 17139 (java) S 17119 17122 7585 0 -1 1077944384 187 0 0 0 1 0 0 0 20 0 20 0 97145273 26624868352 10213 33554432000 4194304 4196468 140725089981920 140607051815280 140607661275778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17140] ppid=17119 vsize=26000848 memory=0 CPUtime=0.05 cores=0-7
/proc/17122/task/17140/stat : 17140 (java) S 17119 17122 7585 0 -1 1077944384 502 0 0 0 5 0 0 0 20 0 20 0 97145273 26624868352 10213 33554432000 4194304 4196468 140725089981920 140607050762480 140607661275778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17141] ppid=17119 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/17122/task/17141/stat : 17141 (java) S 17119 17122 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97145273 26624868352 10213 33554432000 4194304 4196468 140725089981920 140607049710432 140607661274837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17142] ppid=17119 vsize=26000848 memory=-1 CPUtime=0 cores=0-7
/proc/17122/task/17142/stat : 17142 (java) S 17119 17122 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97145274 26624868352 10213 33554432000 4194304 4196468 140725089981920 140607048657712 140607661275778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 26000848 KiB
Current children cumulated memory: 40852 KiB

[startup+0.309386 s]*
/proc/loadavg: 8.31 7.23 7.31 3/198 17142
/proc/meminfo: memFree=31632276/32770624 swapFree=67108860/67108860
[pid=17122] ppid=17119 vsize=26000868 memory=48780 CPUtime=0.48 cores=0-7
/proc/17122/stat : 17122 (java) S 17119 17122 7585 0 -1 1077944320 10500 0 0 0 45 3 0 0 20 0 20 0 97145268 26624888832 12195 33554432000 4194304 4196468 140725089981920 140725089964464 140607661264631 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
/proc/17122/statm: 6500217 12195 3716 1 0 6487932 0
[pid=17122/tid=17124] ppid=17119 vsize=26000868 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/17122/task/17124/stat : 17124 (java) R 17119 17122 7585 0 -1 4202560 7400 0 0 0 27 2 0 0 20 0 20 0 97145268 26624888832 12195 33554432000 4194304 4196468 140725089981920 140607665490224 140607645308261 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17125] ppid=17119 vsize=26000868 memory=0 CPUtime=0 cores=0-7
/proc/17122/task/17125/stat : 17125 (java) S 17119 17122 7585 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97145269 26624888832 12195 33554432000 4194304 4196468 140725089981920 140607219608464 140607661274837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17126] ppid=17119 vsize=26000868 memory=0 CPUtime=0 cores=0-7
/proc/17122/task/17126/stat : 17126 (java) S 17119 17122 7585 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97145269 26624888832 12195 33554432000 4194304 4196468 140725089981920 140607218555664 140607661274837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17127] ppid=17119 vsize=26000868 memory=0 CPUtime=0 cores=0-7
/proc/17122/task/17127/stat : 17127 (java) S 17119 17122 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97145269 26624888832 12195 33554432000 4194304 4196468 140725089981920 140607217503376 140607661274837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17128] ppid=17119 vsize=26000868 memory=0 CPUtime=0 cores=0-7
/proc/17122/task/17128/stat : 17128 (java) S 17119 17122 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97145269 26624888832 12195 33554432000 4194304 4196468 140725089981920 140607216450576 140607661274837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17129] ppid=17119 vsize=26000868 memory=2244 CPUtime=0 cores=0-7
/proc/17122/task/17129/stat : 17129 (java) S 17119 17122 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97145269 26624888832 12195 33554432000 4194304 4196468 140725089981920 140607215397264 140607661274837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17130] ppid=17119 vsize=26000868 memory=140519518860207 CPUtime=0 cores=0-7
/proc/17122/task/17130/stat : 17130 (java) S 17119 17122 7585 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97145269 26624888832 12195 33554432000 4194304 4196468 140725089981920 140607214344464 140607661274837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17131] ppid=17119 vsize=26000868 memory=140519518862512 CPUtime=0 cores=0-7
/proc/17122/task/17131/stat : 17131 (java) S 17119 17122 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97145269 26624888832 12195 33554432000 4194304 4196468 140725089981920 140607213292176 140607661274837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17132] ppid=17119 vsize=26000868 memory=140519518864816 CPUtime=0 cores=0-7
/proc/17122/task/17132/stat : 17132 (java) S 17119 17122 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97145269 26624888832 12195 33554432000 4194304 4196468 140725089981920 140607212239376 140607661274837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17133] ppid=17119 vsize=26000868 memory=0 CPUtime=0 cores=0-7
/proc/17122/task/17133/stat : 17133 (java) S 17119 17122 7585 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 97145270 26624888832 12195 33554432000 4194304 4196468 140725089981920 140607058131568 140607661275778 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17134] ppid=17119 vsize=26000868 memory=281039037736592 CPUtime=0 cores=0-7
/proc/17122/task/17134/stat : 17134 (java) S 17119 17122 7585 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 97145271 26624888832 12195 33554432000 4194304 4196468 140725089981920 140607057077536 140607661274837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17135] ppid=17119 vsize=26000868 memory=281039037743504 CPUtime=0 cores=0-7
/proc/17122/task/17135/stat : 17135 (java) S 17119 17122 7585 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 97145271 26624888832 12195 33554432000 4194304 4196468 140725089981920 140607056025200 140607661274837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17136] ppid=17119 vsize=26000868 memory=281039037684784 CPUtime=0 cores=0-7
/proc/17122/task/17136/stat : 17136 (java) S 17119 17122 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97145273 26624888832 12195 33554432000 4194304 4196468 140725089981920 140607054973520 140607661283227 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17137] ppid=17119 vsize=26000868 memory=281039037757328 CPUtime=0.02 cores=0-7
/proc/17122/task/17137/stat : 17137 (java) S 17119 17122 7585 0 -1 1077944384 418 0 0 0 2 0 0 0 20 0 20 0 97145273 26624888832 12195 33554432000 4194304 4196468 140725089981920 140607053920368 140607661275778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17138] ppid=17119 vsize=26000868 memory=281039037764240 CPUtime=0.04 cores=0-7
/proc/17122/task/17138/stat : 17138 (java) S 17119 17122 7585 0 -1 1077944384 340 0 0 0 4 0 0 0 20 0 20 0 97145273 26624888832 12195 33554432000 4194304 4196468 140725089981920 140607052867568 140607661275778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17139] ppid=17119 vsize=26000868 memory=281039037761936 CPUtime=0.02 cores=0-7
/proc/17122/task/17139/stat : 17139 (java) S 17119 17122 7585 0 -1 1077944384 311 0 0 0 2 0 0 0 20 0 20 0 97145273 26624888832 12195 33554432000 4194304 4196468 140725089981920 140607051815280 140607661275778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17140] ppid=17119 vsize=26000868 memory=281039037778496 CPUtime=0.08 cores=0-7
/proc/17122/task/17140/stat : 17140 (java) S 17119 17122 7585 0 -1 1077944384 648 0 0 0 8 0 0 0 20 0 20 0 97145273 26624888832 12195 33554432000 4194304 4196468 140725089981920 140607050762480 140607661275778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17141] ppid=17119 vsize=26000868 memory=0 CPUtime=0 cores=0-7
/proc/17122/task/17141/stat : 17141 (java) S 17119 17122 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97145273 26624888832 12195 33554432000 4194304 4196468 140725089981920 140607049710432 140607661274837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17142] ppid=17119 vsize=26000868 memory=-1 CPUtime=0 cores=0-7
/proc/17122/task/17142/stat : 17142 (java) S 17119 17122 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97145274 26624888832 12195 33554432000 4194304 4196468 140725089981920 140607048657712 140607661275778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 26000868 KiB
Current children cumulated memory: 48780 KiB

[startup+0.700861 s]
/proc/loadavg: 8.31 7.23 7.31 6/198 17142
/proc/meminfo: memFree=31604728/32770624 swapFree=67108860/67108860
[pid=17122] ppid=17119 vsize=26002916 memory=137424 CPUtime=1.41 cores=0-7
/proc/17122/stat : 17122 (java) S 17119 17122 7585 0 -1 1077944320 13117 0 0 0 135 6 0 0 20 0 20 0 97145268 26626985984 34356 33554432000 4194304 4196468 140725089981920 140725089964464 140607661264631 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
/proc/17122/statm: 6500729 34356 3754 1 0 6488444 0
[pid=17122/tid=17124] ppid=17119 vsize=26002916 memory=5788366128605063528 CPUtime=0.68 cores=0-7
/proc/17122/task/17124/stat : 17124 (java) R 17119 17122 7585 0 -1 4202560 8046 0 0 0 63 5 0 0 20 0 20 0 97145268 26626985984 34356 33554432000 4194304 4196468 140725089981920 140607665497120 140607661276566 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17125] ppid=17119 vsize=26002916 memory=73620034455018 CPUtime=0 cores=0-7
/proc/17122/task/17125/stat : 17125 (java) S 17119 17122 7585 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97145269 26626985984 34356 33554432000 4194304 4196468 140725089981920 140607219608464 140607661274837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17126] ppid=17119 vsize=26002916 memory=140519518879515 CPUtime=0 cores=0-7
/proc/17122/task/17126/stat : 17126 (java) S 17119 17122 7585 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97145269 26626985984 34356 33554432000 4194304 4196468 140725089981920 140607218555664 140607661274837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17127] ppid=17119 vsize=26002916 memory=0 CPUtime=0 cores=0-7
/proc/17122/task/17127/stat : 17127 (java) S 17119 17122 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97145269 26626985984 34356 33554432000 4194304 4196468 140725089981920 140607217503376 140607661274837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17128] ppid=17119 vsize=26002916 memory=0 CPUtime=0 cores=0-7
/proc/17122/task/17128/stat : 17128 (java) S 17119 17122 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97145269 26626985984 34356 33554432000 4194304 4196468 140725089981920 140607216450576 140607661274837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17129] ppid=17119 vsize=26002916 memory=0 CPUtime=0 cores=0-7
/proc/17122/task/17129/stat : 17129 (java) S 17119 17122 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97145269 26626985984 34356 33554432000 4194304 4196468 140725089981920 140607215397264 140607661274837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17130] ppid=17119 vsize=26002916 memory=0 CPUtime=0 cores=0-7
/proc/17122/task/17130/stat : 17130 (java) S 17119 17122 7585 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97145269 26626985984 34356 33554432000 4194304 4196468 140725089981920 140607214344464 140607661274837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17131] ppid=17119 vsize=26002916 memory=0 CPUtime=0 cores=0-7
/proc/17122/task/17131/stat : 17131 (java) S 17119 17122 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97145269 26626985984 34356 33554432000 4194304 4196468 140725089981920 140607213292176 140607661274837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17132] ppid=17119 vsize=26002916 memory=1728 CPUtime=0 cores=0-7
/proc/17122/task/17132/stat : 17132 (java) S 17119 17122 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97145269 26626985984 34356 33554432000 4194304 4196468 140725089981920 140607212239376 140607661274837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17133] ppid=17119 vsize=26002916 memory=5788 CPUtime=0 cores=0-7
/proc/17122/task/17133/stat : 17133 (java) S 17119 17122 7585 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 97145270 26626985984 34356 33554432000 4194304 4196468 140725089981920 140607058131568 140607661275778 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0

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

[pid=17122/tid=17149] ppid=17119 vsize=26809876 memory=960 CPUtime=19.51 cores=0-7
/proc/17122/task/17149/stat : 17149 (java) S 17119 17122 7585 0 -1 1077944384 3725 0 0 0 1928 23 0 0 20 0 32 0 97159525 27453313024 5859468 33554432000 4194304 4196468 140725089981920 140606826331376 140607661274837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17150] ppid=17119 vsize=26809876 memory=2340 CPUtime=19.43 cores=0-7
/proc/17122/task/17150/stat : 17150 (java) S 17119 17122 7585 0 -1 1077944384 4133 0 0 0 1929 14 0 0 20 0 32 0 97159525 27453313024 5859468 33554432000 4194304 4196468 140725089981920 140606825278576 140607661274837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17151] ppid=17119 vsize=26809876 memory=2236 CPUtime=19.63 cores=0-7
/proc/17122/task/17151/stat : 17151 (java) S 17119 17122 7585 0 -1 1077944384 4836 0 0 0 1920 43 0 0 20 0 32 0 97159525 27453313024 5859468 33554432000 4194304 4196468 140725089981920 140606824228176 140607661274837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17152] ppid=17119 vsize=26809876 memory=4084 CPUtime=19.56 cores=0-7
/proc/17122/task/17152/stat : 17152 (java) S 17119 17122 7585 0 -1 1077944384 4661 0 0 0 1934 22 0 0 20 0 32 0 97159526 27453313024 5859468 33554432000 4194304 4196468 140725089981920 140606823173488 140607661274837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17153] ppid=17119 vsize=26809876 memory=1228 CPUtime=19.68 cores=0-7
/proc/17122/task/17153/stat : 17153 (java) S 17119 17122 7585 0 -1 1077944384 3791 0 0 0 1944 24 0 0 20 0 32 0 97159526 27453313024 5859468 33554432000 4194304 4196468 140725089981920 140606822121312 140607661274837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17154] ppid=17119 vsize=26809876 memory=796 CPUtime=0 cores=0-7
/proc/17122/task/17154/stat : 17154 (java) S 17119 17122 7585 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 32 0 97159526 27453313024 5859468 33554432000 4194304 4196468 140725089981920 140606821073568 140607661274837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
Current children cumulated CPU time: 1051.04 s
Current children cumulated vsize: 26809876 KiB
Current children cumulated memory: 23437872 KiB

[startup+253.901 s]
/proc/loadavg: 6.73 5.75 6.57 9/210 17155
/proc/meminfo: memFree=8197928/32770624 swapFree=67108860/67108860
[pid=17122] ppid=17119 vsize=26809876 memory=23437872 CPUtime=1052.53 cores=0-7
/proc/17122/stat : 17122 (java) S 17119 17122 7585 0 -1 1077944320 741229 0 0 0 99523 5730 0 0 20 0 32 0 97145268 27453313024 5859468 33554432000 4194304 4196468 140725089981920 140725089964464 140607661264631 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
/proc/17122/statm: 6702469 5859468 3855 1 0 6690184 0
[pid=17122/tid=17124] ppid=17119 vsize=26809876 memory=648 CPUtime=132.33 cores=0-7
/proc/17122/task/17124/stat : 17124 (java) S 17119 17122 7585 0 -1 1077944384 35003 0 0 0 13121 112 0 0 20 0 32 0 97145268 27453313024 5859468 33554432000 4194304 4196468 140725089981920 140607665502016 140607661274837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17125] ppid=17119 vsize=26809876 memory=1236 CPUtime=94.18 cores=0-7
/proc/17122/task/17125/stat : 17125 (java) R 17119 17122 7585 0 -1 4202560 42710 0 0 0 8723 695 0 0 20 0 32 0 97145269 27453313024 5859468 33554432000 4194304 4196468 140725089981920 140607219608272 140607653892839 0 4 0 16800975 0 0 0 -1 2 0 0 35 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17126] ppid=17119 vsize=26809876 memory=960 CPUtime=94.68 cores=0-7
/proc/17122/task/17126/stat : 17126 (java) R 17119 17122 7585 0 -1 4202560 81793 0 0 0 8818 650 0 0 20 0 32 0 97145269 27453313024 5859468 33554432000 4194304 4196468 140725089981920 140607218555472 140607653892839 0 4 0 16800975 0 0 0 -1 6 0 0 36 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17127] ppid=17119 vsize=26809876 memory=2340 CPUtime=93.74 cores=0-7
/proc/17122/task/17127/stat : 17127 (java) R 17119 17122 7585 0 -1 4202560 36283 0 0 0 8707 667 0 0 20 0 32 0 97145269 27453313024 5859468 33554432000 4194304 4196468 140725089981920 140607217503184 140607653892839 0 4 0 16800975 0 0 0 -1 1 0 0 33 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17128] ppid=17119 vsize=26809876 memory=2236 CPUtime=94.15 cores=0-7
/proc/17122/task/17128/stat : 17128 (java) R 17119 17122 7585 0 -1 4202560 68014 0 0 0 8723 692 0 0 20 0 32 0 97145269 27453313024 5859468 33554432000 4194304 4196468 140725089981920 140607216450384 140607653892839 0 4 0 16800975 0 0 0 -1 4 0 0 29 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17129] ppid=17119 vsize=26809876 memory=4084 CPUtime=94.44 cores=0-7
/proc/17122/task/17129/stat : 17129 (java) R 17119 17122 7585 0 -1 4202560 57985 0 0 0 8774 670 0 0 20 0 32 0 97145269 27453313024 5859468 33554432000 4194304 4196468 140725089981920 140607215397072 140607653892839 0 4 0 16800975 0 0 0 -1 5 0 0 33 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17130] ppid=17119 vsize=26809876 memory=932 CPUtime=93.85 cores=0-7
/proc/17122/task/17130/stat : 17130 (java) R 17119 17122 7585 0 -1 4202560 40940 0 0 0 8709 676 0 0 20 0 32 0 97145269 27453313024 5859468 33554432000 4194304 4196468 140725089981920 140607214344584 140607653892839 0 4 0 16800975 0 0 0 -1 7 0 0 33 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17131] ppid=17119 vsize=26809876 memory=1572 CPUtime=94.22 cores=0-7
/proc/17122/task/17131/stat : 17131 (java) R 17119 17122 7585 0 -1 4202560 63130 0 0 0 8785 637 0 0 20 0 32 0 97145269 27453313024 5859468 33554432000 4194304 4196468 140725089981920 140607213292296 140607654361384 0 4 0 16800975 0 0 0 -1 3 0 0 35 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17132] ppid=17119 vsize=26809876 memory=2200 CPUtime=94.7 cores=0-7
/proc/17122/task/17132/stat : 17132 (java) R 17119 17122 7585 0 -1 4202560 90835 0 0 0 8774 696 0 0 20 0 32 0 97145269 27453313024 5859468 33554432000 4194304 4196468 140725089981920 140607212239496 140607653892839 0 4 0 16800975 0 0 0 -1 0 0 0 37 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17133] ppid=17119 vsize=26809876 memory=6504 CPUtime=3.57 cores=0-7
/proc/17122/task/17133/stat : 17133 (java) S 17119 17122 7585 0 -1 1077944384 158871 0 0 0 318 39 0 0 20 0 32 0 97145270 27453313024 5859468 33554432000 4194304 4196468 140725089981920 140607058130112 140607661274837 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17134] ppid=17119 vsize=26809876 memory=836 CPUtime=0 cores=0-7
/proc/17122/task/17134/stat : 17134 (java) S 17119 17122 7585 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 32 0 97145271 27453313024 5859468 33554432000 4194304 4196468 140725089981920 140607057077600 140607661274837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17135] ppid=17119 vsize=26809876 memory=4104 CPUtime=0 cores=0-7
/proc/17122/task/17135/stat : 17135 (java) S 17119 17122 7585 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 32 0 97145271 27453313024 5859468 33554432000 4194304 4196468 140725089981920 140607056025216 140607661274837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17136] ppid=17119 vsize=26809876 memory=1696 CPUtime=0 cores=0-7
/proc/17122/task/17136/stat : 17136 (java) S 17119 17122 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 32 0 97145273 27453313024 5859468 33554432000 4194304 4196468 140725089981920 140607054973168 140607661274837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17137] ppid=17119 vsize=26809876 memory=1436 CPUtime=1.4 cores=0-7
/proc/17122/task/17137/stat : 17137 (java) S 17119 17122 7585 0 -1 1077944384 5376 0 0 0 139 1 0 0 20 0 32 0 97145273 27453313024 5859468 33554432000 4194304 4196468 140725089981920 140607053920416 140607661274837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 62 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17138] ppid=17119 vsize=26809876 memory=1200 CPUtime=1.63 cores=0-7
/proc/17122/task/17138/stat : 17138 (java) S 17119 17122 7585 0 -1 1077944384 6821 0 0 0 162 1 0 0 20 0 32 0 97145273 27453313024 5859468 33554432000 4194304 4196468 140725089981920 140607052867616 140607661274837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17139] ppid=17119 vsize=26809876 memory=15872 CPUtime=1.54 cores=0-7
/proc/17122/task/17139/stat : 17139 (java) S 17119 17122 7585 0 -1 1077944384 7662 0 0 0 151 3 0 0 20 0 32 0 97145273 27453313024 5859468 33554432000 4194304 4196468 140725089981920 140607051815040 140607661274837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17140] ppid=17119 vsize=26809876 memory=4040 CPUtime=0.96 cores=0-7
/proc/17122/task/17140/stat : 17140 (java) S 17119 17122 7585 0 -1 1077944384 9016 0 0 0 94 2 0 0 20 0 32 0 97145273 27453313024 5859468 33554432000 4194304 4196468 140725089981920 140607050762528 140607661274837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17141] ppid=17119 vsize=26809876 memory=16700 CPUtime=0 cores=0-7
/proc/17122/task/17141/stat : 17141 (java) S 17119 17122 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 32 0 97145273 27453313024 5859468 33554432000 4194304 4196468 140725089981920 140607049710432 140607661274837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17142] ppid=17119 vsize=26809876 memory=18292 CPUtime=0.11 cores=0-7
/proc/17122/task/17142/stat : 17142 (java) S 17119 17122 7585 0 -1 1077944384 489 0 0 0 6 5 0 0 20 0 32 0 97145274 27453313024 5859468 33554432000 4194304 4196468 140725089981920 140607048657712 140607661275778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 61 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17143] ppid=17119 vsize=26809876 memory=1792 CPUtime=0 cores=0-7
/proc/17122/task/17143/stat : 17143 (java) S 17119 17122 7585 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 32 0 97159499 27453313024 5859468 33554432000 4194304 4196468 140725089981920 140607038371200 140607661274837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17144] ppid=17119 vsize=26809876 memory=648 CPUtime=0.18 cores=0-7
/proc/17122/task/17144/stat : 17144 (java) S 17119 17122 7585 0 -1 1077944384 1582 0 0 0 6 12 0 0 20 0 32 0 97159512 27453313024 5859468 33554432000 4194304 4196468 140725089981920 140607035221088 140607661274837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17145] ppid=17119 vsize=26809876 memory=1236 CPUtime=19.53 cores=0-7
/proc/17122/task/17145/stat : 17145 (java) S 17119 17122 7585 0 -1 1077944384 4010 0 0 0 1935 18 0 0 20 0 32 0 97159522 27453313024 5859468 33554432000 4194304 4196468 140725089981920 140607034160064 140607661274837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17146] ppid=17119 vsize=26809876 memory=960 CPUtime=19.59 cores=0-7
/proc/17122/task/17146/stat : 17146 (java) S 17119 17122 7585 0 -1 1077944384 3519 0 0 0 1937 22 0 0 20 0 32 0 97159523 27453313024 5859468 33554432000 4194304 4196468 140725089981920 140607031010256 140607661274837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17147] ppid=17119 vsize=26809876 memory=2340 CPUtime=0.01 cores=0-7
/proc/17122/task/17147/stat : 17147 (java) S 17119 17122 7585 0 -1 1077944384 102 0 0 0 1 0 0 0 20 0 32 0 97159523 27453313024 5859468 33554432000 4194304 4196468 140725089981920 140607029965856 140607661274837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17148] ppid=17119 vsize=26809876 memory=2236 CPUtime=19.71 cores=0-7
/proc/17122/task/17148/stat : 17148 (java) S 17119 17122 7585 0 -1 1077944384 4483 0 0 0 1962 9 0 0 20 0 32 0 97159525 27453313024 5859468 33554432000 4194304 4196468 140725089981920 140606827385584 140607661274837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17149] ppid=17119 vsize=26809876 memory=4084 CPUtime=19.51 cores=0-7
/proc/17122/task/17149/stat : 17149 (java) S 17119 17122 7585 0 -1 1077944384 3725 0 0 0 1928 23 0 0 20 0 32 0 97159525 27453313024 5859468 33554432000 4194304 4196468 140725089981920 140606826331376 140607661274837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17150] ppid=17119 vsize=26809876 memory=932 CPUtime=19.43 cores=0-7
/proc/17122/task/17150/stat : 17150 (java) S 17119 17122 7585 0 -1 1077944384 4133 0 0 0 1929 14 0 0 20 0 32 0 97159525 27453313024 5859468 33554432000 4194304 4196468 140725089981920 140606825278576 140607661274837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17151] ppid=17119 vsize=26809876 memory=1572 CPUtime=19.63 cores=0-7
/proc/17122/task/17151/stat : 17151 (java) S 17119 17122 7585 0 -1 1077944384 4836 0 0 0 1920 43 0 0 20 0 32 0 97159525 27453313024 5859468 33554432000 4194304 4196468 140725089981920 140606824228176 140607661274837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17152] ppid=17119 vsize=26809876 memory=2200 CPUtime=19.56 cores=0-7
/proc/17122/task/17152/stat : 17152 (java) S 17119 17122 7585 0 -1 1077944384 4661 0 0 0 1934 22 0 0 20 0 32 0 97159526 27453313024 5859468 33554432000 4194304 4196468 140725089981920 140606823173488 140607661274837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17153] ppid=17119 vsize=26809876 memory=6504 CPUtime=19.68 cores=0-7
/proc/17122/task/17153/stat : 17153 (java) S 17119 17122 7585 0 -1 1077944384 3791 0 0 0 1944 24 0 0 20 0 32 0 97159526 27453313024 5859468 33554432000 4194304 4196468 140725089981920 140606822121312 140607661274837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17154] ppid=17119 vsize=26809876 memory=836 CPUtime=0 cores=0-7
/proc/17122/task/17154/stat : 17154 (java) S 17119 17122 7585 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 32 0 97159526 27453313024 5859468 33554432000 4194304 4196468 140725089981920 140606821073568 140607661274837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
Current children cumulated CPU time: 1052.53 s
Current children cumulated vsize: 26809876 KiB
Current children cumulated memory: 23437872 KiB

[startup+254.001 s]
/proc/loadavg: 6.73 5.75 6.57 9/210 17155
/proc/meminfo: memFree=8197928/32770624 swapFree=67108860/67108860
[pid=17122] ppid=17119 vsize=26809876 memory=23437872 CPUtime=1053.31 cores=0-7
/proc/17122/stat : 17122 (java) S 17119 17122 7585 0 -1 1077944320 741461 0 0 0 99601 5730 0 0 20 0 32 0 97145268 27453313024 5859468 33554432000 4194304 4196468 140725089981920 140725089964464 140607661264631 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
/proc/17122/statm: 6702469 5859468 3855 1 0 6690184 0
[pid=17122/tid=17124] ppid=17119 vsize=26809876 memory=23437868 CPUtime=132.33 cores=0-7
/proc/17122/task/17124/stat : 17124 (java) S 17119 17122 7585 0 -1 1077944384 35003 0 0 0 13121 112 0 0 20 0 32 0 97145268 27453313024 5859468 33554432000 4194304 4196468 140725089981920 140607665502016 140607661274837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17125] ppid=17119 vsize=26809876 memory=23437872 CPUtime=94.27 cores=0-7
/proc/17122/task/17125/stat : 17125 (java) R 17119 17122 7585 0 -1 4202560 42710 0 0 0 8732 695 0 0 20 0 32 0 97145269 27453313024 5859468 33554432000 4194304 4196468 140725089981920 140607219608272 140607653892839 0 4 0 16800975 0 0 0 -1 2 0 0 35 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17126] ppid=17119 vsize=26809876 memory=23437872 CPUtime=94.78 cores=0-7
/proc/17122/task/17126/stat : 17126 (java) R 17119 17122 7585 0 -1 4202560 81793 0 0 0 8828 650 0 0 20 0 32 0 97145269 27453313024 5859468 33554432000 4194304 4196468 140725089981920 140607218555472 140607653892839 0 4 0 16800975 0 0 0 -1 6 0 0 36 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17127] ppid=17119 vsize=26809876 memory=23437872 CPUtime=93.84 cores=0-7
/proc/17122/task/17127/stat : 17127 (java) R 17119 17122 7585 0 -1 4202560 36283 0 0 0 8717 667 0 0 20 0 32 0 97145269 27453313024 5859468 33554432000 4194304 4196468 140725089981920 140607217503184 140607653892839 0 4 0 16800975 0 0 0 -1 1 0 0 33 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17128] ppid=17119 vsize=26809876 memory=23437864 CPUtime=94.25 cores=0-7
/proc/17122/task/17128/stat : 17128 (java) R 17119 17122 7585 0 -1 4202560 68014 0 0 0 8733 692 0 0 20 0 32 0 97145269 27453313024 5859468 33554432000 4194304 4196468 140725089981920 140607216450384 140607653892839 0 4 0 16800975 0 0 0 -1 4 0 0 29 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17129] ppid=17119 vsize=26809876 memory=56 CPUtime=94.53 cores=0-7
/proc/17122/task/17129/stat : 17129 (java) R 17119 17122 7585 0 -1 4202560 57985 0 0 0 8783 670 0 0 20 0 32 0 97145269 27453313024 5859468 33554432000 4194304 4196468 140725089981920 140607215397072 140607653892839 0 4 0 16800975 0 0 0 -1 5 0 0 33 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17130] ppid=17119 vsize=26809876 memory=281039039385088 CPUtime=93.94 cores=0-7
/proc/17122/task/17130/stat : 17130 (java) R 17119 17122 7585 0 -1 4202560 40940 0 0 0 8718 676 0 0 20 0 32 0 97145269 27453313024 5859468 33554432000 4194304 4196468 140725089981920 140607214344584 140607653892839 0 4 0 16800975 0 0 0 -1 7 0 0 33 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17131] ppid=17119 vsize=26809876 memory=6943526294502006880 CPUtime=94.32 cores=0-7
/proc/17122/task/17131/stat : 17131 (java) R 17119 17122 7585 0 -1 4202560 63362 0 0 0 8795 637 0 0 20 0 32 0 97145269 27453313024 5859468 33554432000 4194304 4196468 140725089981920 140607213292296 140607654367665 0 4 0 16800975 0 0 0 -1 3 0 0 35 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17132] ppid=17119 vsize=26809876 memory=3472328296227679313 CPUtime=94.8 cores=0-7
/proc/17122/task/17132/stat : 17132 (java) R 17119 17122 7585 0 -1 4202560 90835 0 0 0 8784 696 0 0 20 0 32 0 97145269 27453313024 5859468 33554432000 4194304 4196468 140725089981920 140607212239496 140607653892839 0 4 0 16800975 0 0 0 -1 0 0 0 37 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17133] ppid=17119 vsize=26809876 memory=6944656592455360604 CPUtime=3.57 cores=0-7
/proc/17122/task/17133/stat : 17133 (java) S 17119 17122 7585 0 -1 1077944384 158871 0 0 0 318 39 0 0 20 0 32 0 97145270 27453313024 5859468 33554432000 4194304 4196468 140725089981920 140607058130112 140607661274837 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17134] ppid=17119 vsize=26809876 memory=9012 CPUtime=0 cores=0-7
/proc/17122/task/17134/stat : 17134 (java) S 17119 17122 7585 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 32 0 97145271 27453313024 5859468 33554432000 4194304 4196468 140725089981920 140607057077600 140607661274837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17135] ppid=17119 vsize=26809876 memory=7306916055891837008 CPUtime=0 cores=0-7
/proc/17122/task/17135/stat : 17135 (java) S 17119 17122 7585 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 32 0 97145271 27453313024 5859468 33554432000 4194304 4196468 140725089981920 140607056025216 140607661274837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17136] ppid=17119 vsize=26809876 memory=281039040127328 CPUtime=0 cores=0-7
/proc/17122/task/17136/stat : 17136 (java) S 17119 17122 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 32 0 97145273 27453313024 5859468 33554432000 4194304 4196468 140725089981920 140607054973168 140607661274837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17137] ppid=17119 vsize=26809876 memory=7661564596504979567 CPUtime=1.4 cores=0-7
/proc/17122/task/17137/stat : 17137 (java) S 17119 17122 7585 0 -1 1077944384 5376 0 0 0 139 1 0 0 20 0 32 0 97145273 27453313024 5859468 33554432000 4194304 4196468 140725089981920 140607053920416 140607661274837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 62 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17138] ppid=17119 vsize=26809876 memory=1160 CPUtime=1.63 cores=0-7
/proc/17122/task/17138/stat : 17138 (java) S 17119 17122 7585 0 -1 1077944384 6821 0 0 0 162 1 0 0 20 0 32 0 97145273 27453313024 5859468 33554432000 4194304 4196468 140725089981920 140607052867616 140607661274837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17139] ppid=17119 vsize=26809876 memory=3516 CPUtime=1.54 cores=0-7
/proc/17122/task/17139/stat : 17139 (java) S 17119 17122 7585 0 -1 1077944384 7662 0 0 0 151 3 0 0 20 0 32 0 97145273 27453313024 5859468 33554432000 4194304 4196468 140725089981920 140607051815040 140607661274837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17140] ppid=17119 vsize=26809876 memory=1696 CPUtime=0.96 cores=0-7
/proc/17122/task/17140/stat : 17140 (java) S 17119 17122 7585 0 -1 1077944384 9016 0 0 0 94 2 0 0 20 0 32 0 97145273 27453313024 5859468 33554432000 4194304 4196468 140725089981920 140607050762528 140607661274837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17141] ppid=17119 vsize=26809876 memory=920 CPUtime=0 cores=0-7
/proc/17122/task/17141/stat : 17141 (java) S 17119 17122 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 32 0 97145273 27453313024 5859468 33554432000 4194304 4196468 140725089981920 140607049710432 140607661274837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17142] ppid=17119 vsize=26809876 memory=23437356 CPUtime=0.11 cores=0-7
/proc/17122/task/17142/stat : 17142 (java) S 17119 17122 7585 0 -1 1077944384 489 0 0 0 6 5 0 0 20 0 32 0 97145274 27453313024 5859468 33554432000 4194304 4196468 140725089981920 140607048657712 140607661275778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 61 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17143] ppid=17119 vsize=26809876 memory=214105193576750 CPUtime=0 cores=0-7
/proc/17122/task/17143/stat : 17143 (java) S 17119 17122 7585 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 32 0 97159499 27453313024 5859468 33554432000 4194304 4196468 140725089981920 140607038371200 140607661274837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17144] ppid=17119 vsize=26809876 memory=23437852 CPUtime=0.18 cores=0-7
/proc/17122/task/17144/stat : 17144 (java) S 17119 17122 7585 0 -1 1077944384 1582 0 0 0 6 12 0 0 20 0 32 0 97159512 27453313024 5859468 33554432000 4194304 4196468 140725089981920 140607035221088 140607661274837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17145] ppid=17119 vsize=26809876 memory=23437852 CPUtime=19.53 cores=0-7
/proc/17122/task/17145/stat : 17145 (java) S 17119 17122 7585 0 -1 1077944384 4010 0 0 0 1935 18 0 0 20 0 32 0 97159522 27453313024 5859468 33554432000 4194304 4196468 140725089981920 140607034160064 140607661274837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17146] ppid=17119 vsize=26809876 memory=28276 CPUtime=19.59 cores=0-7
/proc/17122/task/17146/stat : 17146 (java) S 17119 17122 7585 0 -1 1077944384 3519 0 0 0 1937 22 0 0 20 0 32 0 97159523 27453313024 5859468 33554432000 4194304 4196468 140725089981920 140607031010256 140607661274837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17147] ppid=17119 vsize=26809876 memory=4132 CPUtime=0.01 cores=0-7
/proc/17122/task/17147/stat : 17147 (java) S 17119 17122 7585 0 -1 1077944384 102 0 0 0 1 0 0 0 20 0 32 0 97159523 27453313024 5859468 33554432000 4194304 4196468 140725089981920 140607029965856 140607661274837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17148] ppid=17119 vsize=26809876 memory=28276 CPUtime=19.71 cores=0-7
/proc/17122/task/17148/stat : 17148 (java) S 17119 17122 7585 0 -1 1077944384 4483 0 0 0 1962 9 0 0 20 0 32 0 97159525 27453313024 5859468 33554432000 4194304 4196468 140725089981920 140606827385584 140607661274837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17149] ppid=17119 vsize=26809876 memory=2332 CPUtime=19.51 cores=0-7
/proc/17122/task/17149/stat : 17149 (java) S 17119 17122 7585 0 -1 1077944384 3725 0 0 0 1928 23 0 0 20 0 32 0 97159525 27453313024 5859468 33554432000 4194304 4196468 140725089981920 140606826331376 140607661274837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17150] ppid=17119 vsize=26809876 memory=1292 CPUtime=19.43 cores=0-7
/proc/17122/task/17150/stat : 17150 (java) S 17119 17122 7585 0 -1 1077944384 4133 0 0 0 1929 14 0 0 20 0 32 0 97159525 27453313024 5859468 33554432000 4194304 4196468 140725089981920 140606825278576 140607661274837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17151] ppid=17119 vsize=26809876 memory=1728 CPUtime=19.63 cores=0-7
/proc/17122/task/17151/stat : 17151 (java) S 17119 17122 7585 0 -1 1077944384 4836 0 0 0 1920 43 0 0 20 0 32 0 97159525 27453313024 5859468 33554432000 4194304 4196468 140725089981920 140606824228176 140607661274837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17152] ppid=17119 vsize=26809876 memory=5788 CPUtime=19.56 cores=0-7
/proc/17122/task/17152/stat : 17152 (java) S 17119 17122 7585 0 -1 1077944384 4661 0 0 0 1934 22 0 0 20 0 32 0 97159526 27453313024 5859468 33554432000 4194304 4196468 140725089981920 140606823173488 140607661274837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17153] ppid=17119 vsize=26809876 memory=4132 CPUtime=19.68 cores=0-7
/proc/17122/task/17153/stat : 17153 (java) S 17119 17122 7585 0 -1 1077944384 3791 0 0 0 1944 24 0 0 20 0 32 0 97159526 27453313024 5859468 33554432000 4194304 4196468 140725089981920 140606822121312 140607661274837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
[pid=17122/tid=17154] ppid=17119 vsize=26809876 memory=28276 CPUtime=0 cores=0-7
/proc/17122/task/17154/stat : 17154 (java) S 17119 17122 7585 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 32 0 97159526 27453313024 5859468 33554432000 4194304 4196468 140725089981920 140606821073568 140607661274837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39641088 140725089985639 140725089985824 140725089985824 140725089988559 0
Current children cumulated CPU time: 1053.31 s
Current children cumulated vsize: 26809876 KiB
Current children cumulated memory: 23437872 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 254.113
CPU time (s): 1053.47
CPU user time (s): 996.056
CPU system time (s): 57.4098
CPU usage (%): 414.565
Max. virtual memory (cumulated for all children) (KiB): 26809876
Max. memory (cumulated for all children) (KiB): 23437872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 996.056
system time used= 57.4098
maximum resident set size= 23438428
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 741482
page faults= 0
swaps= 0
block input operations= 0
block output operations= 488
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39992
involuntary context switches= 89990


# summary of solver processes directly reported to runsolver:
#   pid: 17122
#   total CPU time (s): 1053.47
#   total CPU user time (s): 996.056
#   total CPU system time (s): 57.4098

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.94629 second user time and 2.95073 second system time

The end

Launcher Data

Begin job on node112 at 2017-08-13 17:55:16
IDJOB=4257040
IDBENCH=120625
IDSOLVER=2641
FILE ID=node112/4257040-1502640574
RUNJOBID= node112-1502636672-7612
PBS_JOBID= 20628326
Free space on /tmp= 61784 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-07-26
BENCH NAME= XCSP17/GraphColoring/GraphColoring-m1-mono/GraphColoring-wap01a.xml
COMMAND LINE= java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 22000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4257040-1502640574/watcher-4257040-1502640574 -o /tmp/evaluation-result-4257040-1502640574/solver-4257040-1502640574 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node112-1502636672-7612 --watchdog 312  java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1092593403 --timelimit 2016 --memlimit 22000 --nbcore 8 HOME/instance-4257040-1502640574.xml

TIME LIMIT= 2016 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 1f75bed7d5113015eb943bda0c7ab47c
RANDOM SEED=1092593403

node112.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.24
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.24
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.24
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.24
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:        31666628 kB
MemAvailable:   31981968 kB
Buffers:          127288 kB
Cached:           468272 kB
SwapCached:            0 kB
Active:           492852 kB
Inactive:         155560 kB
Active(anon):       3760 kB
Inactive(anon):    76476 kB
Active(file):     489092 kB
Inactive(file):    79084 kB
Unevictable:        6276 kB
Mlocked:            6276 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             45856 kB
Writeback:             0 kB
AnonPages:        144112 kB
Mapped:            43644 kB
Shmem:             25224 kB
Slab:             151916 kB
SReclaimable:     125996 kB
SUnreclaim:        25920 kB
KernelStack:        3520 kB
PageTables:         4956 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     323184 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     90112 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= 61744 MiB
End job on node112 at 2017-08-13 17:59:30