Trace number 4309249

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 NameAnswerCPU timeWall clock time
OscaR - Parallel with EPS 2018-08-14? (TO) 20057.9 2520.42

General information on the benchmark

NameRlfap/Rlfap-dec-scens11/
Rlfap-scen-11-f06_c18.xml
MD5SUM70b591545a4dc5c7490ecc842d516269
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark18.1825
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Number of domains5
Minimum domain size6
Maximum domain size38
Distribution of domain sizes[{"size":6,"count":2},{"size":21,"count":4},{"size":22,"count":10},{"size":31,"count":336},{"size":38,"count":328}]
Minimum variable degree1
Maximum variable degree62
Distribution of variable degrees[{"degree":1,"count":1},{"degree":3,"count":26},{"degree":4,"count":13},{"degree":5,"count":86},{"degree":6,"count":20},{"degree":7,"count":89},{"degree":8,"count":12},{"degree":9,"count":87},{"degree":10,"count":28},{"degree":11,"count":42},{"degree":12,"count":25},{"degree":13,"count":40},{"degree":14,"count":14},{"degree":15,"count":40},{"degree":16,"count":8},{"degree":17,"count":29},{"degree":18,"count":6},{"degree":19,"count":18},{"degree":20,"count":13},{"degree":21,"count":11},{"degree":22,"count":7},{"degree":23,"count":7},{"degree":24,"count":8},{"degree":25,"count":8},{"degree":27,"count":9},{"degree":28,"count":8},{"degree":29,"count":2},{"degree":30,"count":6},{"degree":31,"count":1},{"degree":35,"count":3},{"degree":36,"count":3},{"degree":38,"count":2},{"degree":39,"count":2},{"degree":42,"count":1},{"degree":43,"count":1},{"degree":44,"count":1},{"degree":47,"count":1},{"degree":55,"count":1},{"degree":62,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":4103}]
Number of extensional constraints0
Number of intensional constraints4103
Distribution of constraint types[{"type":"intension","count":4103}]
Optimization problemNO
Type of objective

Solver Data

0.67/0.55	c version: 2018-08-14
0.67/0.55	c seed: 1997342804
0.67/0.55	c timeout: 20160
0.67/0.55	c memlimit: 22000
0.67/0.55	c nbcore: 8
0.67/0.58	c Parsing instance...
5.30/1.86	c Parsing done, starting search...
20055.24/2520.11	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 (13596 MiB free)
  memory of node 1: 16384 MiB (10710 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4309249-1534363446/watcher-4309249-1534363446 -o /tmp/evaluation-result-4309249-1534363446/solver-4309249-1534363446 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node135-1534362896-27122 --watchdog 2580 java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 1997342804 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4309249-1534363446.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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=27278, runsolver pid=27275

[startup+0.100162 s]*
/proc/loadavg: 2.99 4.88 6.94 3/203 27298
/proc/meminfo: memFree=24875720/32770624 swapFree=67108840/67108860
[pid=27278] ppid=27275 vsize=26103420 memory=31180 CPUtime=0.12 cores=0-7
/proc/27278/stat : 27278 (java) S 27275 27278 27095 0 -1 1077944320 7222 0 0 0 11 1 0 0 20 0 20 0 253907789 26729902080 7795 33554432000 4194304 4196468 140732401441392 140732401423936 140567524572919 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
/proc/27278/statm: 6525855 7795 3134 1 0 6487932 0
[pid=27278/tid=27280] ppid=27275 vsize=26103420 memory=4134930498285298233 CPUtime=0.08 cores=0-7
/proc/27278/task/27280/stat : 27280 (java) R 27275 27278 27095 0 -1 4202560 5314 0 0 0 8 0 0 0 20 0 20 0 253907789 26729902080 7795 33554432000 4194304 4196468 140732401441392 140567528776048 140567504848747 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27281] ppid=27275 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27278/task/27281/stat : 27281 (java) S 27275 27278 27095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253907790 26729902080 7795 33554432000 4194304 4196468 140732401441392 140567447153040 140567524583125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27282] ppid=27275 vsize=26103420 memory=139865065752192 CPUtime=0 cores=0-7
/proc/27278/task/27282/stat : 27282 (java) S 27275 27278 27095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253907790 26729902080 7795 33554432000 4194304 4196468 140732401441392 140567446100240 140567524583125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27283] ppid=27275 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27278/task/27283/stat : 27283 (java) S 27275 27278 27095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253907790 26729902080 7795 33554432000 4194304 4196468 140732401441392 140567445047952 140567524583125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27284] ppid=27275 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27278/task/27284/stat : 27284 (java) S 27275 27278 27095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253907790 26729902080 7795 33554432000 4194304 4196468 140732401441392 140567443995152 140567524583125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27285] ppid=27275 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27278/task/27285/stat : 27285 (java) S 27275 27278 27095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253907790 26729902080 7795 33554432000 4194304 4196468 140732401441392 140567442942864 140567524583125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27286] ppid=27275 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/27278/task/27286/stat : 27286 (java) S 27275 27278 27095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253907790 26729902080 7861 33554432000 4194304 4196468 140732401441392 140567441890064 140567524583125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27287] ppid=27275 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27278/task/27287/stat : 27287 (java) S 27275 27278 27095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253907790 26729902080 7861 33554432000 4194304 4196468 140732401441392 140567440837776 140567524583125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27288] ppid=27275 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27278/task/27288/stat : 27288 (java) S 27275 27278 27095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253907790 26729902080 7861 33554432000 4194304 4196468 140732401441392 140567439784976 140567524583125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27289] ppid=27275 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27278/task/27289/stat : 27289 (java) S 27275 27278 27095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253907792 26729902080 7861 33554432000 4194304 4196468 140732401441392 140567033849968 140567524584066 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27290] ppid=27275 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27278/task/27290/stat : 27290 (java) S 27275 27278 27095 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 253907792 26729902080 7861 33554432000 4194304 4196468 140732401441392 140566651233056 140567524583125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27291] ppid=27275 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27278/task/27291/stat : 27291 (java) S 27275 27278 27095 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 253907793 26729902080 7861 33554432000 4194304 4196468 140732401441392 140566650180720 140567524583125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27292] ppid=27275 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27278/task/27292/stat : 27292 (java) S 27275 27278 27095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253907795 26729902080 7861 33554432000 4194304 4196468 140732401441392 140566649129040 140567524591515 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27293] ppid=27275 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27278/task/27293/stat : 27293 (java) S 27275 27278 27095 0 -1 1077944384 295 0 0 0 0 0 0 0 20 0 20 0 253907795 26729902080 7861 33554432000 4194304 4196468 140732401441392 140566648076912 140567524584066 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27294] ppid=27275 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27278/task/27294/stat : 27294 (java) S 27275 27278 27095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253907795 26729902080 7861 33554432000 4194304 4196468 140732401441392 140566647024112 140567524584066 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27295] ppid=27275 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27278/task/27295/stat : 27295 (java) S 27275 27278 27095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253907795 26729902080 7861 33554432000 4194304 4196468 140732401441392 140566645971824 140567524584066 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27296] ppid=27275 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/27278/task/27296/stat : 27296 (java) S 27275 27278 27095 0 -1 1077944384 250 0 0 0 1 0 0 0 20 0 20 0 253907795 26729902080 7861 33554432000 4194304 4196468 140732401441392 140566644919024 140567524584066 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27297] ppid=27275 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27278/task/27297/stat : 27297 (java) S 27275 27278 27095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253907795 26729902080 7927 33554432000 4194304 4196468 140732401441392 140566643865952 140567524583125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27298] ppid=27275 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/27278/task/27298/stat : 27298 (java) S 27275 27278 27095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253907795 26729902080 7927 33554432000 4194304 4196468 140732401441392 140566642813232 140567524584066 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 31180 KiB

[startup+0.210698 s]*
/proc/loadavg: 2.99 4.88 6.94 4/203 27298
/proc/meminfo: memFree=24862264/32770624 swapFree=67108840/67108860
[pid=27278] ppid=27275 vsize=26103420 memory=42784 CPUtime=0.31 cores=0-7
/proc/27278/stat : 27278 (java) S 27275 27278 27095 0 -1 1077944320 10430 0 0 0 29 2 0 0 20 0 20 0 253907789 26729902080 10696 33554432000 4194304 4196468 140732401441392 140732401423936 140567524572919 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
/proc/27278/statm: 6525855 10696 3281 1 0 6487932 0
[pid=27278/tid=27280] ppid=27275 vsize=26103420 memory=4026531975 CPUtime=0.2 cores=0-7
/proc/27278/task/27280/stat : 27280 (java) R 27275 27278 27095 0 -1 4202560 8194 0 0 0 19 1 0 0 20 0 20 0 253907789 26729902080 10696 33554432000 4194304 4196468 140732401441392 140567528792752 140567508653406 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27281] ppid=27275 vsize=26103420 memory=14961 CPUtime=0 cores=0-7
/proc/27278/task/27281/stat : 27281 (java) S 27275 27278 27095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253907790 26729902080 10696 33554432000 4194304 4196468 140732401441392 140567447153040 140567524583125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27282] ppid=27275 vsize=26103420 memory=288370241217463936 CPUtime=0 cores=0-7
/proc/27278/task/27282/stat : 27282 (java) S 27275 27278 27095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253907790 26729902080 10696 33554432000 4194304 4196468 140732401441392 140567446100240 140567524583125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27283] ppid=27275 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/27278/task/27283/stat : 27283 (java) S 27275 27278 27095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253907790 26729902080 10696 33554432000 4194304 4196468 140732401441392 140567445047952 140567524583125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27284] ppid=27275 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27278/task/27284/stat : 27284 (java) S 27275 27278 27095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253907790 26729902080 10696 33554432000 4194304 4196468 140732401441392 140567443995152 140567524583125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27285] ppid=27275 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27278/task/27285/stat : 27285 (java) S 27275 27278 27095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253907790 26729902080 10696 33554432000 4194304 4196468 140732401441392 140567442942864 140567524583125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27286] ppid=27275 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/27278/task/27286/stat : 27286 (java) S 27275 27278 27095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253907790 26729902080 10696 33554432000 4194304 4196468 140732401441392 140567441890064 140567524583125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27287] ppid=27275 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27278/task/27287/stat : 27287 (java) S 27275 27278 27095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253907790 26729902080 10696 33554432000 4194304 4196468 140732401441392 140567440837776 140567524583125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27288] ppid=27275 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27278/task/27288/stat : 27288 (java) S 27275 27278 27095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253907790 26729902080 10696 33554432000 4194304 4196468 140732401441392 140567439784976 140567524583125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27289] ppid=27275 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27278/task/27289/stat : 27289 (java) S 27275 27278 27095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253907792 26729902080 10696 33554432000 4194304 4196468 140732401441392 140567033849968 140567524584066 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27290] ppid=27275 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27278/task/27290/stat : 27290 (java) S 27275 27278 27095 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 253907792 26729902080 10696 33554432000 4194304 4196468 140732401441392 140566651233056 140567524583125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27291] ppid=27275 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27278/task/27291/stat : 27291 (java) S 27275 27278 27095 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 253907793 26729902080 10696 33554432000 4194304 4196468 140732401441392 140566650180720 140567524583125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27292] ppid=27275 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27278/task/27292/stat : 27292 (java) S 27275 27278 27095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253907795 26729902080 10696 33554432000 4194304 4196468 140732401441392 140566649129040 140567524591515 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27293] ppid=27275 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/27278/task/27293/stat : 27293 (java) S 27275 27278 27095 0 -1 1077944384 359 0 0 0 1 0 0 0 20 0 20 0 253907795 26729902080 10696 33554432000 4194304 4196468 140732401441392 140566648076912 140567524584066 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27294] ppid=27275 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27278/task/27294/stat : 27294 (java) S 27275 27278 27095 0 -1 1077944384 132 0 0 0 0 0 0 0 20 0 20 0 253907795 26729902080 10696 33554432000 4194304 4196468 140732401441392 140566647024112 140567524584066 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27295] ppid=27275 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/27278/task/27295/stat : 27295 (java) S 27275 27278 27095 0 -1 1077944384 46 0 0 0 1 0 0 0 20 0 20 0 253907795 26729902080 10696 33554432000 4194304 4196468 140732401441392 140566645971824 140567524584066 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27296] ppid=27275 vsize=26103420 memory=0 CPUtime=0.06 cores=0-7
/proc/27278/task/27296/stat : 27296 (java) R 27275 27278 27095 0 -1 4202560 317 0 0 0 6 0 0 0 20 0 20 0 253907795 26729902080 10696 33554432000 4194304 4196468 140732401441392 140566644919024 140567508653406 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27297] ppid=27275 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27278/task/27297/stat : 27297 (java) S 27275 27278 27095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253907795 26729902080 10696 33554432000 4194304 4196468 140732401441392 140566643865952 140567524583125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27298] ppid=27275 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/27278/task/27298/stat : 27298 (java) S 27275 27278 27095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253907795 26729902080 10696 33554432000 4194304 4196468 140732401441392 140566642813232 140567524584066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 42784 KiB

[startup+0.310037 s]*
/proc/loadavg: 2.99 4.88 6.94 3/203 27298
/proc/meminfo: memFree=24858232/32770624 swapFree=67108840/67108860
[pid=27278] ppid=27275 vsize=26103420 memory=46556 CPUtime=0.43 cores=0-7
/proc/27278/stat : 27278 (java) S 27275 27278 27095 0 -1 1077944320 10859 0 0 0 41 2 0 0 20 0 20 0 253907789 26729902080 11639 33554432000 4194304 4196468 140732401441392 140732401423936 140567524572919 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
/proc/27278/statm: 6525855 11639 3317 1 0 6487932 0
[pid=27278/tid=27280] ppid=27275 vsize=26103420 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/27278/task/27280/stat : 27280 (java) R 27275 27278 27095 0 -1 4202560 8531 0 0 0 28 1 0 0 20 0 20 0 253907789 26729902080 11639 33554432000 4194304 4196468 140732401441392 140567528734656 140567508653406 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27281] ppid=27275 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27278/task/27281/stat : 27281 (java) S 27275 27278 27095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253907790 26729902080 11639 33554432000 4194304 4196468 140732401441392 140567447153040 140567524583125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27282] ppid=27275 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27278/task/27282/stat : 27282 (java) S 27275 27278 27095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253907790 26729902080 11639 33554432000 4194304 4196468 140732401441392 140567446100240 140567524583125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27283] ppid=27275 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27278/task/27283/stat : 27283 (java) S 27275 27278 27095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253907790 26729902080 11639 33554432000 4194304 4196468 140732401441392 140567445047952 140567524583125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27284] ppid=27275 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27278/task/27284/stat : 27284 (java) S 27275 27278 27095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253907790 26729902080 11639 33554432000 4194304 4196468 140732401441392 140567443995152 140567524583125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27285] ppid=27275 vsize=26103420 memory=2244 CPUtime=0 cores=0-7
/proc/27278/task/27285/stat : 27285 (java) S 27275 27278 27095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253907790 26729902080 11639 33554432000 4194304 4196468 140732401441392 140567442942864 140567524583125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27286] ppid=27275 vsize=26103420 memory=139864939000751 CPUtime=0 cores=0-7
/proc/27278/task/27286/stat : 27286 (java) S 27275 27278 27095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253907790 26729902080 11639 33554432000 4194304 4196468 140732401441392 140567441890064 140567524583125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27287] ppid=27275 vsize=26103420 memory=139864939003056 CPUtime=0 cores=0-7
/proc/27278/task/27287/stat : 27287 (java) S 27275 27278 27095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253907790 26729902080 11639 33554432000 4194304 4196468 140732401441392 140567440837776 140567524583125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27288] ppid=27275 vsize=26103420 memory=139864939005360 CPUtime=0 cores=0-7
/proc/27278/task/27288/stat : 27288 (java) S 27275 27278 27095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253907790 26729902080 11639 33554432000 4194304 4196468 140732401441392 140567439784976 140567524583125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27289] ppid=27275 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27278/task/27289/stat : 27289 (java) S 27275 27278 27095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253907792 26729902080 11639 33554432000 4194304 4196468 140732401441392 140567033849968 140567524584066 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27290] ppid=27275 vsize=26103420 memory=279729878017680 CPUtime=0 cores=0-7
/proc/27278/task/27290/stat : 27290 (java) S 27275 27278 27095 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 253907792 26729902080 11639 33554432000 4194304 4196468 140732401441392 140566651233056 140567524583125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27291] ppid=27275 vsize=26103420 memory=279729878024592 CPUtime=0 cores=0-7
/proc/27278/task/27291/stat : 27291 (java) S 27275 27278 27095 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 253907793 26729902080 11639 33554432000 4194304 4196468 140732401441392 140566650180720 140567524583125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27292] ppid=27275 vsize=26103420 memory=279729877965872 CPUtime=0 cores=0-7
/proc/27278/task/27292/stat : 27292 (java) S 27275 27278 27095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253907795 26729902080 11639 33554432000 4194304 4196468 140732401441392 140566649129040 140567524591515 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27293] ppid=27275 vsize=26103420 memory=279729878038416 CPUtime=0.02 cores=0-7
/proc/27278/task/27293/stat : 27293 (java) S 27275 27278 27095 0 -1 1077944384 425 0 0 0 2 0 0 0 20 0 20 0 253907795 26729902080 11639 33554432000 4194304 4196468 140732401441392 140566648076912 140567524584066 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27294] ppid=27275 vsize=26103420 memory=279729878045328 CPUtime=0 cores=0-7
/proc/27278/task/27294/stat : 27294 (java) S 27275 27278 27095 0 -1 1077944384 132 0 0 0 0 0 0 0 20 0 20 0 253907795 26729902080 11639 33554432000 4194304 4196468 140732401441392 140566647024112 140567524584066 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27295] ppid=27275 vsize=26103420 memory=279729878043024 CPUtime=0.01 cores=0-7
/proc/27278/task/27295/stat : 27295 (java) S 27275 27278 27095 0 -1 1077944384 55 0 0 0 1 0 0 0 20 0 20 0 253907795 26729902080 11639 33554432000 4194304 4196468 140732401441392 140566645971824 140567524584066 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27296] ppid=27275 vsize=26103420 memory=279729878059632 CPUtime=0.07 cores=0-7
/proc/27278/task/27296/stat : 27296 (java) S 27275 27278 27095 0 -1 1077944384 333 0 0 0 7 0 0 0 20 0 20 0 253907795 26729902080 11639 33554432000 4194304 4196468 140732401441392 140566644919024 140567524584066 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27297] ppid=27275 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27278/task/27297/stat : 27297 (java) S 27275 27278 27095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253907795 26729902080 11639 33554432000 4194304 4196468 140732401441392 140566643865952 140567524583125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27298] ppid=27275 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/27278/task/27298/stat : 27298 (java) S 27275 27278 27095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253907795 26729902080 11639 33554432000 4194304 4196468 140732401441392 140566642813232 140567524584066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 46556 KiB

[startup+0.70086 s]
/proc/loadavg: 2.99 4.88 6.94 2/203 27298
/proc/meminfo: memFree=24834420/32770624 swapFree=67108840/67108860
[pid=27278] ppid=27275 vsize=26105488 memory=87740 CPUtime=0.99 cores=0-7
/proc/27278/stat : 27278 (java) S 27275 27278 27095 0 -1 1077944320 17875 0 0 0 94 5 0 0 20 0 20 0 253907789 26732019712 21935 33554432000 4194304 4196468 140732401441392 140732401423936 140567524572919 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
/proc/27278/statm: 6526372 21935 3490 1 0 6488444 0
[pid=27278/tid=27280] ppid=27275 vsize=26105488 memory=0 CPUtime=0.67 cores=0-7
/proc/27278/task/27280/stat : 27280 (java) R 27275 27278 27095 0 -1 4202560 15019 0 0 0 63 4 0 0 20 0 20 0 253907789 26732019712 21935 33554432000 4194304 4196468 140732401441392 140567528795584 140567524594845 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27281] ppid=27275 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/27278/task/27281/stat : 27281 (java) S 27275 27278 27095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253907790 26732019712 21935 33554432000 4194304 4196468 140732401441392 140567447153040 140567524583125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27282] ppid=27275 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/27278/task/27282/stat : 27282 (java) S 27275 27278 27095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253907790 26732019712 21935 33554432000 4194304 4196468 140732401441392 140567446100240 140567524583125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27283] ppid=27275 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/27278/task/27283/stat : 27283 (java) S 27275 27278 27095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253907790 26732019712 21935 33554432000 4194304 4196468 140732401441392 140567445047952 140567524583125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27284] ppid=27275 vsize=26105488 memory=10692 CPUtime=0 cores=0-7
/proc/27278/task/27284/stat : 27284 (java) S 27275 27278 27095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253907790 26732019712 21935 33554432000 4194304 4196468 140732401441392 140567443995152 140567524583125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27285] ppid=27275 vsize=26105488 memory=1620 CPUtime=0 cores=0-7
/proc/27278/task/27285/stat : 27285 (java) S 27275 27278 27095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253907790 26732019712 21935 33554432000 4194304 4196468 140732401441392 140567442942864 140567524583125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27286] ppid=27275 vsize=26105488 memory=6864 CPUtime=0 cores=0-7
/proc/27278/task/27286/stat : 27286 (java) S 27275 27278 27095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253907790 26732019712 21935 33554432000 4194304 4196468 140732401441392 140567441890064 140567524583125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27287] ppid=27275 vsize=26105488 memory=4548 CPUtime=0 cores=0-7
/proc/27278/task/27287/stat : 27287 (java) S 27275 27278 27095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253907790 26732019712 21935 33554432000 4194304 4196468 140732401441392 140567440837776 140567524583125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27288] ppid=27275 vsize=26105488 memory=15188 CPUtime=0 cores=0-7
/proc/27278/task/27288/stat : 27288 (java) S 27275 27278 27095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253907790 26732019712 21935 33554432000 4194304 4196468 140732401441392 140567439784976 140567524583125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27289] ppid=27275 vsize=26105488 memory=4008 CPUtime=0 cores=0-7
/proc/27278/task/27289/stat : 27289 (java) S 27275 27278 27095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253907792 26732019712 21935 33554432000 4194304 4196468 140732401441392 140567033849968 140567524584066 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0

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

[pid=27278/tid=27288] ppid=27275 vsize=27186932 memory=243457 CPUtime=7.14 cores=0-7
/proc/27278/task/27288/stat : 27288 (java) S 27275 27278 27095 0 -1 1077944384 54425 0 0 0 653 61 0 0 20 0 36 0 253907790 27839418368 2035910 33554432000 4194304 4196468 140732401441392 140567439784976 140567524583125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 11 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27289] ppid=27275 vsize=27186932 memory=13 CPUtime=1.25 cores=0-7
/proc/27278/task/27289/stat : 27289 (java) S 27275 27278 27095 0 -1 1077944384 79683 0 0 0 102 23 0 0 20 0 36 0 253907792 27839418368 2035910 33554432000 4194304 4196468 140732401441392 140567033849968 140567524584066 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 10 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27290] ppid=27275 vsize=27186932 memory=0 CPUtime=0 cores=0-7
/proc/27278/task/27290/stat : 27290 (java) S 27275 27278 27095 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 36 0 253907792 27839418368 2035910 33554432000 4194304 4196468 140732401441392 140566651233120 140567524583125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27291] ppid=27275 vsize=27186932 memory=7521662728480909412 CPUtime=0.01 cores=0-7
/proc/27278/task/27291/stat : 27291 (java) S 27275 27278 27095 0 -1 1077944384 51 0 0 0 1 0 0 0 20 0 36 0 253907793 27839418368 2035910 33554432000 4194304 4196468 140732401441392 140566650180736 140567524583125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27292] ppid=27275 vsize=27186932 memory=164 CPUtime=0 cores=0-7
/proc/27278/task/27292/stat : 27292 (java) S 27275 27278 27095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 36 0 253907795 27839418368 2035910 33554432000 4194304 4196468 140732401441392 140566649129040 140567524591515 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27293] ppid=27275 vsize=27186932 memory=6082200805632790610 CPUtime=2.41 cores=0-7
/proc/27278/task/27293/stat : 27293 (java) S 27275 27278 27095 0 -1 1077944384 13427 0 0 0 238 3 0 0 20 0 36 0 253907795 27839418368 2035910 33554432000 4194304 4196468 140732401441392 140566648076912 140567524584066 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 22 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27294] ppid=27275 vsize=27186932 memory=8143640 CPUtime=2.45 cores=0-7
/proc/27278/task/27294/stat : 27294 (java) S 27275 27278 27095 0 -1 1077944384 14994 0 0 0 243 2 0 0 20 0 36 0 253907795 27839418368 2035910 33554432000 4194304 4196468 140732401441392 140566647024112 140567524584066 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 25 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27295] ppid=27275 vsize=27186932 memory=8143640 CPUtime=2.56 cores=0-7
/proc/27278/task/27295/stat : 27295 (java) S 27275 27278 27095 0 -1 1077944384 6520 0 0 0 255 1 0 0 20 0 36 0 253907795 27839418368 2035910 33554432000 4194304 4196468 140732401441392 140566645971824 140567524584066 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 31 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27296] ppid=27275 vsize=27186932 memory=279729879757088 CPUtime=1.45 cores=0-7
/proc/27278/task/27296/stat : 27296 (java) S 27275 27278 27095 0 -1 1077944384 63484 0 0 0 138 7 0 0 20 0 36 0 253907795 27839418368 2035910 33554432000 4194304 4196468 140732401441392 140566644919024 140567524584066 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 38 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27297] ppid=27275 vsize=27186932 memory=8143640 CPUtime=0 cores=0-7
/proc/27278/task/27297/stat : 27297 (java) S 27275 27278 27095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 36 0 253907795 27839418368 2035910 33554432000 4194304 4196468 140732401441392 140566643865952 140567524583125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27298] ppid=27275 vsize=27186932 memory=1828 CPUtime=0.83 cores=0-7
/proc/27278/task/27298/stat : 27298 (java) R 27275 27278 27095 0 -1 1077944384 4703 0 0 0 47 36 0 0 20 0 36 0 253907795 27839418368 2035910 33554432000 4194304 4196468 140732401441392 140566642813232 140567524584066 0 4 0 16800975 0 0 0 -1 1 0 0 43 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27299] ppid=27275 vsize=27186932 memory=8143640 CPUtime=0.02 cores=0-7
/proc/27278/task/27299/stat : 27299 (java) S 27275 27278 27095 0 -1 1077944384 3468 0 0 0 1 1 0 0 20 0 36 0 253908168 27839418368 2035910 33554432000 4194304 4196468 140732401441392 140565706957728 140567524583125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27300] ppid=27275 vsize=27186932 memory=8143640 CPUtime=4.3 cores=0-7
/proc/27278/task/27300/stat : 27300 (java) S 27275 27278 27095 0 -1 1077944384 12406 0 0 0 228 202 0 0 20 0 36 0 253908191 27839418368 2035910 33554432000 4194304 4196468 140732401441392 140565703808032 140567524584066 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27301] ppid=27275 vsize=27186932 memory=8143640 CPUtime=2479.56 cores=0-7
/proc/27278/task/27301/stat : 27301 (java) R 27275 27278 27095 0 -1 4202560 329252 0 0 0 247755 201 0 0 20 0 36 0 253908208 27839418368 2035910 33554432000 4194304 4196468 140732401441392 140565700651080 140567130924031 0 4 0 16800975 0 0 0 -1 6 0 0 16 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27302] ppid=27275 vsize=27186932 memory=8143640 CPUtime=2158.14 cores=0-7
/proc/27278/task/27302/stat : 27302 (java) S 27275 27278 27095 0 -1 1077944384 219606 0 0 0 215667 147 0 0 20 0 36 0 253908209 27839418368 2035910 33554432000 4194304 4196468 140732401441392 140565699605904 140567524583125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 15 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27303] ppid=27275 vsize=27186932 memory=8143640 CPUtime=2474.23 cores=0-7
/proc/27278/task/27303/stat : 27303 (java) R 27275 27278 27095 0 -1 4202560 325373 0 0 0 247228 195 0 0 20 0 36 0 253908209 27839418368 2035910 33554432000 4194304 4196468 140732401441392 140565698547312 140567131019913 0 4 0 16800975 0 0 0 -1 4 0 0 16 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27304] ppid=27275 vsize=27186932 memory=8143640 CPUtime=0.14 cores=0-7
/proc/27278/task/27304/stat : 27304 (java) S 27275 27278 27095 0 -1 1077944384 33 0 0 0 14 0 0 0 20 0 36 0 253908215 27839418368 2035910 33554432000 4194304 4196468 140732401441392 140565697500592 140567524583125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27305] ppid=27275 vsize=27186932 memory=8143640 CPUtime=2479.48 cores=0-7
/proc/27278/task/27305/stat : 27305 (java) R 27275 27278 27095 0 -1 4202560 311053 0 0 0 247757 191 0 0 20 0 36 0 253908215 27839418368 2035910 33554432000 4194304 4196468 140732401441392 140565696439880 140567120636047 0 4 0 16800975 0 0 0 -1 2 0 0 17 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27306] ppid=27275 vsize=27186932 memory=8143640 CPUtime=0.13 cores=0-7
/proc/27278/task/27306/stat : 27306 (java) S 27275 27278 27095 0 -1 1077944384 38 0 0 0 13 0 0 0 20 0 36 0 253908215 27839418368 2035910 33554432000 4194304 4196468 140732401441392 140565695394480 140567524583125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27307] ppid=27275 vsize=27186932 memory=8143640 CPUtime=2482.11 cores=0-7
/proc/27278/task/27307/stat : 27307 (java) R 27275 27278 27095 0 -1 4202560 335366 0 0 0 248005 206 0 0 20 0 36 0 253908215 27839418368 2035910 33554432000 4194304 4196468 140732401441392 140565694337088 140567128066080 0 4 0 16800975 0 0 0 -1 3 0 0 16 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27308] ppid=27275 vsize=27186932 memory=1100 CPUtime=1299.81 cores=0-7
/proc/27278/task/27308/stat : 27308 (java) S 27275 27278 27095 0 -1 1077944384 115767 0 0 0 129883 98 0 0 20 0 36 0 253908216 27839418368 2035910 33554432000 4194304 4196468 140732401441392 140565693289616 140567524583125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 12 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27309] ppid=27275 vsize=27186932 memory=139864939386312 CPUtime=2480.26 cores=0-7
/proc/27278/task/27309/stat : 27309 (java) R 27275 27278 27095 0 -1 4202560 295247 0 0 0 247844 182 0 0 20 0 36 0 253908216 27839418368 2035910 33554432000 4194304 4196468 140732401441392 140565692229704 140567130813198 0 4 0 16800975 0 0 0 -1 5 0 0 14 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27310] ppid=27275 vsize=27186932 memory=928 CPUtime=2480.81 cores=0-7
/proc/27278/task/27310/stat : 27310 (java) R 27275 27278 27095 0 -1 4202560 299933 0 0 0 247903 178 0 0 20 0 36 0 253908216 27839418368 2035910 33554432000 4194304 4196468 140732401441392 140565691177096 140567130923125 0 4 0 16800975 0 0 0 -1 0 0 0 17 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27311] ppid=27275 vsize=27186932 memory=2216 CPUtime=394.55 cores=0-7
/proc/27278/task/27311/stat : 27311 (java) S 27275 27278 27095 0 -1 1077944384 107754 0 0 0 39417 38 0 0 20 0 36 0 253908234 27839418368 2035910 33554432000 4194304 4196468 140732401441392 140565380159248 140567524583125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27312] ppid=27275 vsize=27186932 memory=8143640 CPUtime=0 cores=0-7
/proc/27278/task/27312/stat : 27312 (java) S 27275 27278 27095 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 36 0 253908234 27839418368 2035910 33554432000 4194304 4196468 140732401441392 140565379106224 140567524583125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27313] ppid=27275 vsize=27186932 memory=4008 CPUtime=562.77 cores=0-7
/proc/27278/task/27313/stat : 27313 (java) R 27275 27278 27095 0 -1 4202560 67148 0 0 0 56251 26 0 0 20 0 36 0 253908234 27839418368 2035910 33554432000 4194304 4196468 140732401441392 140565378044968 140567130942834 0 4 0 16800975 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27314] ppid=27275 vsize=27186932 memory=8143640 CPUtime=545.2 cores=0-7
/proc/27278/task/27314/stat : 27314 (java) R 27275 27278 27095 0 -1 4202560 110250 0 0 0 54477 43 0 0 20 0 36 0 253908234 27839418368 2035910 33554432000 4194304 4196468 140732401441392 140565376992680 140567128066129 0 4 0 16800975 0 0 0 -1 7 0 0 4 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
Current children cumulated CPU time: 19914 s
Current children cumulated vsize: 27186932 KiB
Current children cumulated memory: 8143640 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 9.08 8.93 8.79 10/219 27362
/proc/meminfo: memFree=16747736/32770624 swapFree=67108840/67108860
[pid=27278] ppid=27275 vsize=27186932 memory=8143640 CPUtime=20055.2 cores=0-7
/proc/27278/stat : 27278 (java) S 27275 27278 27095 0 -1 1077944320 3235298 0 0 0 2003436 2088 0 0 20 0 36 0 253907789 27839418368 2035910 33554432000 4194304 4196468 140732401441392 140732401423936 140567524572919 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
/proc/27278/statm: 6796733 2035910 3622 1 0 6758284 0
[pid=27278/tid=27280] ppid=27275 vsize=27186932 memory=1398720917958146503 CPUtime=3.96 cores=0-7
/proc/27278/task/27280/stat : 27280 (java) S 27275 27278 27095 0 -1 1077944384 22711 0 0 0 382 14 0 0 20 0 36 0 253907789 27839418368 2035910 33554432000 4194304 4196468 140732401441392 140567528810384 140567524583125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27281] ppid=27275 vsize=27186932 memory=2216 CPUtime=7.16 cores=0-7
/proc/27278/task/27281/stat : 27281 (java) S 27275 27278 27095 0 -1 1077944384 58762 0 0 0 653 63 0 0 20 0 36 0 253907790 27839418368 2035910 33554432000 4194304 4196468 140732401441392 140567447153040 140567524583125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 7 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27282] ppid=27275 vsize=27186932 memory=3988 CPUtime=7.2 cores=0-7
/proc/27278/task/27282/stat : 27282 (java) S 27275 27278 27095 0 -1 1077944384 66445 0 0 0 655 65 0 0 20 0 36 0 253907790 27839418368 2035910 33554432000 4194304 4196468 140732401441392 140567446100240 140567524583125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 7 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27283] ppid=27275 vsize=27186932 memory=8143640 CPUtime=7.12 cores=0-7
/proc/27278/task/27283/stat : 27283 (java) S 27275 27278 27095 0 -1 1077944384 56497 0 0 0 648 64 0 0 20 0 36 0 253907790 27839418368 2035910 33554432000 4194304 4196468 140732401441392 140567445047952 140567524583125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 9 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27284] ppid=27275 vsize=27186932 memory=4126316290023845779 CPUtime=7.19 cores=0-7
/proc/27278/task/27284/stat : 27284 (java) S 27275 27278 27095 0 -1 1077944384 56293 0 0 0 652 67 0 0 20 0 36 0 253907790 27839418368 2035910 33554432000 4194304 4196468 140732401441392 140567443995152 140567524583125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 7 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27285] ppid=27275 vsize=27186932 memory=752 CPUtime=7.16 cores=0-7
/proc/27278/task/27285/stat : 27285 (java) S 27275 27278 27095 0 -1 1077944384 66348 0 0 0 652 64 0 0 20 0 36 0 253907790 27839418368 2035910 33554432000 4194304 4196468 140732401441392 140567442942864 140567524583125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 7 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27286] ppid=27275 vsize=27186932 memory=1224 CPUtime=7.21 cores=0-7
/proc/27278/task/27286/stat : 27286 (java) S 27275 27278 27095 0 -1 1077944384 59168 0 0 0 655 66 0 0 20 0 36 0 253907790 27839418368 2035910 33554432000 4194304 4196468 140732401441392 140567441890064 140567524583125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 8 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27287] ppid=27275 vsize=27186932 memory=1828 CPUtime=7.18 cores=0-7
/proc/27278/task/27287/stat : 27287 (java) S 27275 27278 27095 0 -1 1077944384 53648 0 0 0 653 65 0 0 20 0 36 0 253907790 27839418368 2035910 33554432000 4194304 4196468 140732401441392 140567440837776 140567524583125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 9 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27288] ppid=27275 vsize=27186932 memory=5728 CPUtime=7.15 cores=0-7
/proc/27278/task/27288/stat : 27288 (java) S 27275 27278 27095 0 -1 1077944384 54425 0 0 0 654 61 0 0 20 0 36 0 253907790 27839418368 2035910 33554432000 4194304 4196468 140732401441392 140567439784976 140567524583125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 11 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27289] ppid=27275 vsize=27186932 memory=1408 CPUtime=1.25 cores=0-7
/proc/27278/task/27289/stat : 27289 (java) S 27275 27278 27095 0 -1 1077944384 79688 0 0 0 102 23 0 0 20 0 36 0 253907792 27839418368 2035910 33554432000 4194304 4196468 140732401441392 140567033849968 140567524584066 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 10 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27290] ppid=27275 vsize=27186932 memory=1092 CPUtime=0 cores=0-7
/proc/27278/task/27290/stat : 27290 (java) S 27275 27278 27095 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 36 0 253907792 27839418368 2035910 33554432000 4194304 4196468 140732401441392 140566651233120 140567524583125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27291] ppid=27275 vsize=27186932 memory=836 CPUtime=0.01 cores=0-7
/proc/27278/task/27291/stat : 27291 (java) S 27275 27278 27095 0 -1 1077944384 51 0 0 0 1 0 0 0 20 0 36 0 253907793 27839418368 2035910 33554432000 4194304 4196468 140732401441392 140566650180736 140567524583125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27292] ppid=27275 vsize=27186932 memory=10692 CPUtime=0 cores=0-7
/proc/27278/task/27292/stat : 27292 (java) S 27275 27278 27095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 36 0 253907795 27839418368 2035910 33554432000 4194304 4196468 140732401441392 140566649129040 140567524591515 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27293] ppid=27275 vsize=27186932 memory=1620 CPUtime=2.41 cores=0-7
/proc/27278/task/27293/stat : 27293 (java) S 27275 27278 27095 0 -1 1077944384 13427 0 0 0 238 3 0 0 20 0 36 0 253907795 27839418368 2035910 33554432000 4194304 4196468 140732401441392 140566648076912 140567524584066 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 22 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27294] ppid=27275 vsize=27186932 memory=6864 CPUtime=2.45 cores=0-7
/proc/27278/task/27294/stat : 27294 (java) S 27275 27278 27095 0 -1 1077944384 14994 0 0 0 243 2 0 0 20 0 36 0 253907795 27839418368 2035910 33554432000 4194304 4196468 140732401441392 140566647024112 140567524584066 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 25 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27295] ppid=27275 vsize=27186932 memory=4548 CPUtime=2.56 cores=0-7
/proc/27278/task/27295/stat : 27295 (java) S 27275 27278 27095 0 -1 1077944384 6520 0 0 0 255 1 0 0 20 0 36 0 253907795 27839418368 2035910 33554432000 4194304 4196468 140732401441392 140566645971824 140567524584066 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 31 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27296] ppid=27275 vsize=27186932 memory=15188 CPUtime=1.45 cores=0-7
/proc/27278/task/27296/stat : 27296 (java) S 27275 27278 27095 0 -1 1077944384 63484 0 0 0 138 7 0 0 20 0 36 0 253907795 27839418368 2035910 33554432000 4194304 4196468 140732401441392 140566644919024 140567524584066 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 38 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27297] ppid=27275 vsize=27186932 memory=4008 CPUtime=0 cores=0-7
/proc/27278/task/27297/stat : 27297 (java) S 27275 27278 27095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 36 0 253907795 27839418368 2035910 33554432000 4194304 4196468 140732401441392 140566643865952 140567524583125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27298] ppid=27275 vsize=27186932 memory=39132 CPUtime=0.84 cores=0-7
/proc/27278/task/27298/stat : 27298 (java) S 27275 27278 27095 0 -1 1077944384 4703 0 0 0 47 37 0 0 20 0 36 0 253907795 27839418368 2035910 33554432000 4194304 4196468 140732401441392 140566642813232 140567524584066 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 43 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27299] ppid=27275 vsize=27186932 memory=16320 CPUtime=0.02 cores=0-7
/proc/27278/task/27299/stat : 27299 (java) S 27275 27278 27095 0 -1 1077944384 3468 0 0 0 1 1 0 0 20 0 36 0 253908168 27839418368 2035910 33554432000 4194304 4196468 140732401441392 140565706957728 140567524583125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27300] ppid=27275 vsize=27186932 memory=1720 CPUtime=4.32 cores=0-7
/proc/27278/task/27300/stat : 27300 (java) R 27275 27278 27095 0 -1 1077944384 12411 0 0 0 229 203 0 0 20 0 36 0 253908191 27839418368 2035910 33554432000 4194304 4196468 140732401441392 140565703808032 140567524584066 0 4 0 16800975 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27301] ppid=27275 vsize=27186932 memory=1168 CPUtime=2497.25 cores=0-7
/proc/27278/task/27301/stat : 27301 (java) R 27275 27278 27095 0 -1 4202560 331425 0 0 0 249523 202 0 0 20 0 36 0 253908208 27839418368 2035910 33554432000 4194304 4196468 140732401441392 140565700651272 140567120636776 0 4 0 16800975 0 0 0 -1 2 0 0 16 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27302] ppid=27275 vsize=27186932 memory=8143640 CPUtime=2158.14 cores=0-7
/proc/27278/task/27302/stat : 27302 (java) S 27275 27278 27095 0 -1 1077944384 219606 0 0 0 215667 147 0 0 20 0 36 0 253908209 27839418368 2035910 33554432000 4194304 4196468 140732401441392 140565699605904 140567524583125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 15 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27303] ppid=27275 vsize=27186932 memory=5728 CPUtime=2491.91 cores=0-7
/proc/27278/task/27303/stat : 27303 (java) R 27275 27278 27095 0 -1 4202560 329598 0 0 0 248996 195 0 0 20 0 36 0 253908209 27839418368 2035910 33554432000 4194304 4196468 140732401441392 140565698547752 140567131024146 0 4 0 16800975 0 0 0 -1 0 0 0 16 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27304] ppid=27275 vsize=27186932 memory=1408 CPUtime=0.14 cores=0-7
/proc/27278/task/27304/stat : 27304 (java) S 27275 27278 27095 0 -1 1077944384 33 0 0 0 14 0 0 0 20 0 36 0 253908215 27839418368 2035910 33554432000 4194304 4196468 140732401441392 140565697500592 140567524583125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27305] ppid=27275 vsize=27186932 memory=1092 CPUtime=2497.16 cores=0-7
/proc/27278/task/27305/stat : 27305 (java) R 27275 27278 27095 0 -1 4202560 314261 0 0 0 249525 191 0 0 20 0 36 0 253908215 27839418368 2035910 33554432000 4194304 4196468 140732401441392 140565696441888 140567131019937 0 4 0 16800975 0 0 0 -1 6 0 0 17 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27306] ppid=27275 vsize=27186932 memory=836 CPUtime=0.13 cores=0-7
/proc/27278/task/27306/stat : 27306 (java) S 27275 27278 27095 0 -1 1077944384 38 0 0 0 13 0 0 0 20 0 36 0 253908215 27839418368 2035910 33554432000 4194304 4196468 140732401441392 140565695394480 140567524583125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27307] ppid=27275 vsize=27186932 memory=10692 CPUtime=2499.81 cores=0-7
/proc/27278/task/27307/stat : 27307 (java) R 27275 27278 27095 0 -1 4202560 340109 0 0 0 249774 207 0 0 20 0 36 0 253908215 27839418368 2035910 33554432000 4194304 4196468 140732401441392 140565694336112 140567131020650 0 4 0 16800975 0 0 0 -1 3 0 0 16 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27308] ppid=27275 vsize=27186932 memory=1620 CPUtime=1299.81 cores=0-7
/proc/27278/task/27308/stat : 27308 (java) S 27275 27278 27095 0 -1 1077944384 115767 0 0 0 129883 98 0 0 20 0 36 0 253908216 27839418368 2035910 33554432000 4194304 4196468 140732401441392 140565693289616 140567524583125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 12 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27309] ppid=27275 vsize=27186932 memory=6864 CPUtime=2497.95 cores=0-7
/proc/27278/task/27309/stat : 27309 (java) R 27275 27278 27095 0 -1 4202560 297401 0 0 0 249613 182 0 0 20 0 36 0 253908216 27839418368 2035910 33554432000 4194304 4196468 140732401441392 140565692231272 140567131307045 0 4 0 16800975 0 0 0 -1 5 0 0 14 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27310] ppid=27275 vsize=27186932 memory=4548 CPUtime=2498.5 cores=0-7
/proc/27278/task/27310/stat : 27310 (java) R 27275 27278 27095 0 -1 4202560 303127 0 0 0 249672 178 0 0 20 0 36 0 253908216 27839418368 2035910 33554432000 4194304 4196468 140732401441392 140565691176904 140567131333756 0 4 0 16800975 0 0 0 -1 4 0 0 17 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27311] ppid=27275 vsize=27186932 memory=15188 CPUtime=394.55 cores=0-7
/proc/27278/task/27311/stat : 27311 (java) S 27275 27278 27095 0 -1 1077944384 107754 0 0 0 39417 38 0 0 20 0 36 0 253908234 27839418368 2035910 33554432000 4194304 4196468 140732401441392 140565380159248 140567524583125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27312] ppid=27275 vsize=27186932 memory=4008 CPUtime=0 cores=0-7
/proc/27278/task/27312/stat : 27312 (java) S 27275 27278 27095 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 36 0 253908234 27839418368 2035910 33554432000 4194304 4196468 140732401441392 140565379106224 140567524583125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27313] ppid=27275 vsize=27186932 memory=6791534058613427641 CPUtime=580.46 cores=0-7
/proc/27278/task/27313/stat : 27313 (java) R 27275 27278 27095 0 -1 4202560 70341 0 0 0 58019 27 0 0 20 0 36 0 253908234 27839418368 2035910 33554432000 4194304 4196468 140732401441392 140565378045480 140567130341202 0 4 0 16800975 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
[pid=27278/tid=27314] ppid=27275 vsize=27186932 memory=5728 CPUtime=562.5 cores=0-7
/proc/27278/task/27314/stat : 27314 (java) R 27275 27278 27095 0 -1 4202560 111396 0 0 0 56207 43 0 0 20 0 36 0 253908234 27839418368 2035910 33554432000 4194304 4196468 140732401441392 140565376997776 140567130341344 0 4 0 16800975 0 0 0 -1 7 0 0 4 0 0 6293624 6294260 28147712 140732401443917 140732401444101 140732401444101 140732401446863 0
Current children cumulated CPU time: 20055.2 s
Current children cumulated vsize: 27186932 KiB
Current children cumulated memory: 8143640 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2520.42 s]
# the end of solver process 27278 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=20036.9 s, system=20.96 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2520.41 s]*
/proc/loadavg: 9.07 8.93 8.79 2/185 27372
/proc/meminfo: memFree=24696236/32770624 swapFree=67108840/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143
Real time (s): 2520.42
CPU time (s): 20057.9
CPU user time (s): 20036.9
CPU system time (s): 20.96
CPU usage (%): 795.814
Max. virtual memory (cumulated for all children) (KiB): 27720472
Max. memory (cumulated for all children) (KiB): 8146556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20036.9
system time used= 20.96
maximum resident set size= 8148988
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3242803
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 357216
involuntary context switches= 442074


# summary of solver processes directly reported to runsolver:
#   pid: 27278
#   total CPU time (s): 20057.9
#   total CPU user time (s): 20036.9
#   total CPU system time (s): 20.96

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 25.3462 second user time and 31.5406 second system time

The end

Launcher Data

Begin job on node135 at 2018-08-15 22:04:06
IDJOB=4309249
IDBENCH=141184
IDSOLVER=2793
FILE ID=node135/4309249-1534363446
RUNJOBID= node135-1534362896-27122
PBS_JOBID= 21038275
Free space on /tmp= 49628 MiB

SOLVER NAME= OscaR - Parallel with EPS 2018-08-14
BENCH NAME= XCSP18/Rlfap/Rlfap-dec-scens11/Rlfap-scen-11-f06_c18.xml
COMMAND LINE= java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 22000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4309249-1534363446/watcher-4309249-1534363446 -o /tmp/evaluation-result-4309249-1534363446/solver-4309249-1534363446 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node135-1534362896-27122 --watchdog 2580  java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 1997342804 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4309249-1534363446.xml

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

MD5SUM BENCH= 70b591545a4dc5c7490ecc842d516269
RANDOM SEED=1997342804

node135.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.50
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.50
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.50
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.50
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:        24891356 kB
MemAvailable:   31892984 kB
Buffers:          172728 kB
Cached:          7074148 kB
SwapCached:           20 kB
Active:          3945168 kB
Inactive:        3356064 kB
Active(anon):       3664 kB
Inactive(anon):   111460 kB
Active(file):    3941504 kB
Inactive(file):  3244604 kB
Unevictable:        7240 kB
Mlocked:            7240 kB
SwapTotal:      67108860 kB
SwapFree:       67108840 kB
Dirty:             35720 kB
Writeback:             0 kB
AnonPages:         61648 kB
Mapped:            58320 kB
Shmem:             57996 kB
Slab:             271856 kB
SReclaimable:     243980 kB
SUnreclaim:        27876 kB
KernelStack:        3328 kB
PageTables:         5068 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     356836 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       93568 kB
DirectMap2M:    33452032 kB

Free space on /tmp at the end= 49592 MiB
End job on node135 at 2018-08-15 22:46:07