Trace number 4309252

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-14UNSAT 118.73 17.7708

General information on the benchmark

NameRlfap/Rlfap-dec-scens11/
Rlfap-scen-11-f11_c18.xml
MD5SUM495f96cb472313b50d142b917feb6977
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 benchmark16.5899
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Number of domains5
Minimum domain size6
Maximum domain size33
Distribution of domain sizes[{"size":6,"count":2},{"size":18,"count":4},{"size":22,"count":10},{"size":27,"count":336},{"size":33,"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: 1805112622
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.32/1.85	c Parsing done, starting search...
118.59/17.73	s UNSATISFIABLE

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4309252-1534362873/watcher-4309252-1534362873 -o /tmp/evaluation-result-4309252-1534362873/solver-4309252-1534362873 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node150-1534362873-32704 --watchdog 2580 java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 1805112622 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4309252-1534362873.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
solver pid=32721, runsolver pid=32718
Current StackSize limit: 8192 KiB


[startup+0.100156 s]*
/proc/loadavg: 8.36 8.49 8.62 2/200 32741
/proc/meminfo: memFree=18602876/32770624 swapFree=67108792/67108860
[pid=32721] ppid=32718 vsize=26103420 memory=32276 CPUtime=0.11 cores=0-7
/proc/32721/stat : 32721 (java) S 32718 32721 32677 0 -1 1077944320 7523 0 0 0 10 1 0 0 20 0 20 0 253850560 26729902080 8069 33554432000 4194304 4196468 140723405288864 140723405271408 140214910672631 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
/proc/32721/statm: 6525855 8069 3142 1 0 6487932 0
[pid=32721/tid=32723] ppid=32718 vsize=26103420 memory=4134930498285298233 CPUtime=0.08 cores=0-7
/proc/32721/task/32723/stat : 32723 (java) R 32718 32721 32677 0 -1 4202560 5609 0 0 0 8 0 0 0 20 0 20 0 253850560 26729902080 8069 33554432000 4194304 4196468 140723405288864 140214914875760 140214890948459 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32724] ppid=32718 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/32721/task/32724/stat : 32724 (java) S 32718 32721 32677 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253850561 26729902080 8069 33554432000 4194304 4196468 140723405288864 140214863293456 140214910682837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32725] ppid=32718 vsize=26103420 memory=140643651241600 CPUtime=0 cores=0-7
/proc/32721/task/32725/stat : 32725 (java) S 32718 32721 32677 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253850561 26729902080 8069 33554432000 4194304 4196468 140723405288864 140214862240912 140214910682837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32726] ppid=32718 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/32721/task/32726/stat : 32726 (java) S 32718 32721 32677 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253850561 26729902080 8135 33554432000 4194304 4196468 140723405288864 140214861187856 140214910682837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32727] ppid=32718 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/32721/task/32727/stat : 32727 (java) S 32718 32721 32677 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253850561 26729902080 8135 33554432000 4194304 4196468 140723405288864 140214860135312 140214910682837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32728] ppid=32718 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/32721/task/32728/stat : 32728 (java) S 32718 32721 32677 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253850561 26729902080 8135 33554432000 4194304 4196468 140723405288864 140214859082256 140214910682837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32729] ppid=32718 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/32721/task/32729/stat : 32729 (java) S 32718 32721 32677 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253850561 26729902080 8135 33554432000 4194304 4196468 140723405288864 140214858029712 140214910682837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32730] ppid=32718 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/32721/task/32730/stat : 32730 (java) S 32718 32721 32677 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253850561 26729902080 8135 33554432000 4194304 4196468 140723405288864 140214856976656 140214910682837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32731] ppid=32718 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/32721/task/32731/stat : 32731 (java) S 32718 32721 32677 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253850561 26729902080 8135 33554432000 4194304 4196468 140723405288864 140214855924112 140214910682837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32732] ppid=32718 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/32721/task/32732/stat : 32732 (java) S 32718 32721 32677 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253850563 26729902080 8135 33554432000 4194304 4196468 140723405288864 140214105266928 140214910683778 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32733] ppid=32718 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/32721/task/32733/stat : 32733 (java) S 32718 32721 32677 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 253850563 26729902080 8135 33554432000 4194304 4196468 140723405288864 140214104213152 140214910682837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32734] ppid=32718 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/32721/task/32734/stat : 32734 (java) S 32718 32721 32677 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 253850563 26729902080 8135 33554432000 4194304 4196468 140723405288864 140214103160048 140214910682837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32735] ppid=32718 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/32721/task/32735/stat : 32735 (java) S 32718 32721 32677 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253850566 26729902080 8135 33554432000 4194304 4196468 140723405288864 140214102108624 140214910691227 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32736] ppid=32718 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/32721/task/32736/stat : 32736 (java) S 32718 32721 32677 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 20 0 253850566 26729902080 8135 33554432000 4194304 4196468 140723405288864 140214101055728 140214910683778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32737] ppid=32718 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/32721/task/32737/stat : 32737 (java) S 32718 32721 32677 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253850566 26729902080 8148 33554432000 4194304 4196468 140723405288864 140214100003184 140214910683778 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32738] ppid=32718 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/32721/task/32738/stat : 32738 (java) S 32718 32721 32677 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253850566 26729902080 8148 33554432000 4194304 4196468 140723405288864 140214098950128 140214910683778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32739] ppid=32718 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/32721/task/32739/stat : 32739 (java) S 32718 32721 32677 0 -1 1077944384 248 0 0 0 1 0 0 0 20 0 20 0 253850566 26729902080 8148 33554432000 4194304 4196468 140723405288864 140214097897584 140214910683778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32740] ppid=32718 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/32721/task/32740/stat : 32740 (java) S 32718 32721 32677 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253850566 26729902080 8148 33554432000 4194304 4196468 140723405288864 140214096845792 140214910682837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32741] ppid=32718 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/32721/task/32741/stat : 32741 (java) S 32718 32721 32677 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253850566 26729902080 8148 33554432000 4194304 4196468 140723405288864 140214095793328 140214910683778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 32276 KiB

[startup+0.209684 s]*
/proc/loadavg: 8.36 8.49 8.62 4/200 32741
/proc/meminfo: memFree=18589996/32770624 swapFree=67108792/67108860
[pid=32721] ppid=32718 vsize=26103420 memory=43512 CPUtime=0.3 cores=0-7
/proc/32721/stat : 32721 (java) S 32718 32721 32677 0 -1 1077944320 10539 0 0 0 28 2 0 0 20 0 20 0 253850560 26729902080 10878 33554432000 4194304 4196468 140723405288864 140723405271408 140214910672631 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
/proc/32721/statm: 6525855 10878 3344 1 0 6487932 0
[pid=32721/tid=32723] ppid=32718 vsize=26103420 memory=4026531975 CPUtime=0.19 cores=0-7
/proc/32721/task/32723/stat : 32723 (java) R 32718 32721 32677 0 -1 4202560 8326 0 0 0 18 1 0 0 20 0 20 0 253850560 26729902080 10878 33554432000 4194304 4196468 140723405288864 140214914893760 140214910694557 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32724] ppid=32718 vsize=26103420 memory=10885 CPUtime=0 cores=0-7
/proc/32721/task/32724/stat : 32724 (java) S 32718 32721 32677 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253850561 26729902080 10878 33554432000 4194304 4196468 140723405288864 140214863293456 140214910682837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32725] ppid=32718 vsize=26103420 memory=140643652622809 CPUtime=0 cores=0-7
/proc/32721/task/32725/stat : 32725 (java) S 32718 32721 32677 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253850561 26729902080 10878 33554432000 4194304 4196468 140723405288864 140214862240912 140214910682837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32726] ppid=32718 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/32721/task/32726/stat : 32726 (java) S 32718 32721 32677 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253850561 26729902080 10878 33554432000 4194304 4196468 140723405288864 140214861187856 140214910682837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32727] ppid=32718 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/32721/task/32727/stat : 32727 (java) S 32718 32721 32677 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253850561 26729902080 10878 33554432000 4194304 4196468 140723405288864 140214860135312 140214910682837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32728] ppid=32718 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/32721/task/32728/stat : 32728 (java) S 32718 32721 32677 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253850561 26729902080 10878 33554432000 4194304 4196468 140723405288864 140214859082256 140214910682837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32729] ppid=32718 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/32721/task/32729/stat : 32729 (java) S 32718 32721 32677 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253850561 26729902080 10878 33554432000 4194304 4196468 140723405288864 140214858029712 140214910682837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32730] ppid=32718 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/32721/task/32730/stat : 32730 (java) S 32718 32721 32677 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253850561 26729902080 10878 33554432000 4194304 4196468 140723405288864 140214856976656 140214910682837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32731] ppid=32718 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/32721/task/32731/stat : 32731 (java) S 32718 32721 32677 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253850561 26729902080 10878 33554432000 4194304 4196468 140723405288864 140214855924112 140214910682837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32732] ppid=32718 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/32721/task/32732/stat : 32732 (java) S 32718 32721 32677 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253850563 26729902080 10878 33554432000 4194304 4196468 140723405288864 140214105266928 140214910683778 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32733] ppid=32718 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/32721/task/32733/stat : 32733 (java) S 32718 32721 32677 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 253850563 26729902080 10878 33554432000 4194304 4196468 140723405288864 140214104213152 140214910682837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32734] ppid=32718 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/32721/task/32734/stat : 32734 (java) S 32718 32721 32677 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 253850563 26729902080 10878 33554432000 4194304 4196468 140723405288864 140214103160048 140214910682837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32735] ppid=32718 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/32721/task/32735/stat : 32735 (java) S 32718 32721 32677 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253850566 26729902080 10878 33554432000 4194304 4196468 140723405288864 140214102108624 140214910691227 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32736] ppid=32718 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/32721/task/32736/stat : 32736 (java) S 32718 32721 32677 0 -1 1077944384 495 0 0 0 1 0 0 0 20 0 20 0 253850566 26729902080 10878 33554432000 4194304 4196468 140723405288864 140214101055728 140214910683778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32737] ppid=32718 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/32721/task/32737/stat : 32737 (java) S 32718 32721 32677 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 20 0 253850566 26729902080 10878 33554432000 4194304 4196468 140723405288864 140214100003184 140214910683778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32738] ppid=32718 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/32721/task/32738/stat : 32738 (java) S 32718 32721 32677 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 20 0 253850566 26729902080 10878 33554432000 4194304 4196468 140723405288864 140214098950128 140214910683778 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32739] ppid=32718 vsize=26103420 memory=0 CPUtime=0.06 cores=0-7
/proc/32721/task/32739/stat : 32739 (java) S 32718 32721 32677 0 -1 1077944384 292 0 0 0 6 0 0 0 20 0 20 0 253850566 26729902080 10878 33554432000 4194304 4196468 140723405288864 140214097897584 140214910683778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32740] ppid=32718 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/32721/task/32740/stat : 32740 (java) S 32718 32721 32677 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253850566 26729902080 10878 33554432000 4194304 4196468 140723405288864 140214096845792 140214910682837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32741] ppid=32718 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/32721/task/32741/stat : 32741 (java) S 32718 32721 32677 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253850566 26729902080 10878 33554432000 4194304 4196468 140723405288864 140214095793328 140214910683778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 43512 KiB

[startup+0.309453 s]*
/proc/loadavg: 8.36 8.49 8.62 2/200 32741
/proc/meminfo: memFree=18586760/32770624 swapFree=67108792/67108860
[pid=32721] ppid=32718 vsize=26103420 memory=47088 CPUtime=0.42 cores=0-7
/proc/32721/stat : 32721 (java) S 32718 32721 32677 0 -1 1077944320 10979 0 0 0 40 2 0 0 20 0 20 0 253850560 26729902080 11772 33554432000 4194304 4196468 140723405288864 140723405271408 140214910672631 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
/proc/32721/statm: 6525855 11772 3375 1 0 6487932 0
[pid=32721/tid=32723] ppid=32718 vsize=26103420 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/32721/task/32723/stat : 32723 (java) R 32718 32721 32677 0 -1 4202560 8671 0 0 0 28 1 0 0 20 0 20 0 253850560 26729902080 11772 33554432000 4194304 4196468 140723405288864 140214914834368 140214892236191 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32724] ppid=32718 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/32721/task/32724/stat : 32724 (java) S 32718 32721 32677 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253850561 26729902080 11772 33554432000 4194304 4196468 140723405288864 140214863293456 140214910682837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32725] ppid=32718 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/32721/task/32725/stat : 32725 (java) S 32718 32721 32677 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253850561 26729902080 11772 33554432000 4194304 4196468 140723405288864 140214862240912 140214910682837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32726] ppid=32718 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/32721/task/32726/stat : 32726 (java) S 32718 32721 32677 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253850561 26729902080 11772 33554432000 4194304 4196468 140723405288864 140214861187856 140214910682837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32727] ppid=32718 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/32721/task/32727/stat : 32727 (java) S 32718 32721 32677 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253850561 26729902080 11772 33554432000 4194304 4196468 140723405288864 140214860135312 140214910682837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32728] ppid=32718 vsize=26103420 memory=2244 CPUtime=0 cores=0-7
/proc/32721/task/32728/stat : 32728 (java) S 32718 32721 32677 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253850561 26729902080 11772 33554432000 4194304 4196468 140723405288864 140214859082256 140214910682837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32729] ppid=32718 vsize=26103420 memory=140643536040879 CPUtime=0 cores=0-7
/proc/32721/task/32729/stat : 32729 (java) S 32718 32721 32677 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253850561 26729902080 11772 33554432000 4194304 4196468 140723405288864 140214858029712 140214910682837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32730] ppid=32718 vsize=26103420 memory=140643536043184 CPUtime=0 cores=0-7
/proc/32721/task/32730/stat : 32730 (java) S 32718 32721 32677 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253850561 26729902080 11772 33554432000 4194304 4196468 140723405288864 140214856976656 140214910682837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32731] ppid=32718 vsize=26103420 memory=140643536045488 CPUtime=0 cores=0-7
/proc/32721/task/32731/stat : 32731 (java) S 32718 32721 32677 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253850561 26729902080 11772 33554432000 4194304 4196468 140723405288864 140214855924112 140214910682837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32732] ppid=32718 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/32721/task/32732/stat : 32732 (java) S 32718 32721 32677 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253850563 26729902080 11772 33554432000 4194304 4196468 140723405288864 140214105266928 140214910683778 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32733] ppid=32718 vsize=26103420 memory=281287072097936 CPUtime=0 cores=0-7
/proc/32721/task/32733/stat : 32733 (java) S 32718 32721 32677 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 253850563 26729902080 11772 33554432000 4194304 4196468 140723405288864 140214104213152 140214910682837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32734] ppid=32718 vsize=26103420 memory=281287072104848 CPUtime=0 cores=0-7
/proc/32721/task/32734/stat : 32734 (java) S 32718 32721 32677 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 253850563 26729902080 11772 33554432000 4194304 4196468 140723405288864 140214103160048 140214910682837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32735] ppid=32718 vsize=26103420 memory=281287072046128 CPUtime=0 cores=0-7
/proc/32721/task/32735/stat : 32735 (java) S 32718 32721 32677 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253850566 26729902080 11772 33554432000 4194304 4196468 140723405288864 140214102108624 140214910691227 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32736] ppid=32718 vsize=26103420 memory=281287072118672 CPUtime=0.01 cores=0-7
/proc/32721/task/32736/stat : 32736 (java) S 32718 32721 32677 0 -1 1077944384 504 0 0 0 1 0 0 0 20 0 20 0 253850566 26729902080 11772 33554432000 4194304 4196468 140723405288864 140214101055728 140214910683778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32737] ppid=32718 vsize=26103420 memory=281287072125584 CPUtime=0.01 cores=0-7
/proc/32721/task/32737/stat : 32737 (java) S 32718 32721 32677 0 -1 1077944384 109 0 0 0 1 0 0 0 20 0 20 0 253850566 26729902080 11772 33554432000 4194304 4196468 140723405288864 140214100003184 140214910683778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32738] ppid=32718 vsize=26103420 memory=281287072123280 CPUtime=0 cores=0-7
/proc/32721/task/32738/stat : 32738 (java) S 32718 32721 32677 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 20 0 253850566 26729902080 11772 33554432000 4194304 4196468 140723405288864 140214098950128 140214910683778 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32739] ppid=32718 vsize=26103420 memory=281287072139888 CPUtime=0.07 cores=0-7
/proc/32721/task/32739/stat : 32739 (java) S 32718 32721 32677 0 -1 1077944384 298 0 0 0 7 0 0 0 20 0 20 0 253850566 26729902080 11772 33554432000 4194304 4196468 140723405288864 140214097897584 140214910683778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32740] ppid=32718 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/32721/task/32740/stat : 32740 (java) S 32718 32721 32677 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253850566 26729902080 11772 33554432000 4194304 4196468 140723405288864 140214096845792 140214910682837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32741] ppid=32718 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/32721/task/32741/stat : 32741 (java) S 32718 32721 32677 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253850566 26729902080 11772 33554432000 4194304 4196468 140723405288864 140214095793328 140214910683778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 47088 KiB

[startup+0.700861 s]
/proc/loadavg: 8.36 8.49 8.62 2/200 32741
/proc/meminfo: memFree=18563072/32770624 swapFree=67108792/67108860
[pid=32721] ppid=32718 vsize=26105488 memory=87696 CPUtime=0.99 cores=0-7
/proc/32721/stat : 32721 (java) S 32718 32721 32677 0 -1 1077944320 17884 0 0 0 95 4 0 0 20 0 20 0 253850560 26732019712 21924 33554432000 4194304 4196468 140723405288864 140723405271408 140214910672631 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
/proc/32721/statm: 6526372 21924 3502 1 0 6488444 0
[pid=32721/tid=32723] ppid=32718 vsize=26105488 memory=0 CPUtime=0.68 cores=0-7
/proc/32721/task/32723/stat : 32723 (java) R 32718 32721 32677 0 -1 4202560 15082 0 0 0 65 3 0 0 20 0 20 0 253850560 26732019712 21924 33554432000 4194304 4196468 140723405288864 140214914887744 140214910694557 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32724] ppid=32718 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/32721/task/32724/stat : 32724 (java) S 32718 32721 32677 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253850561 26732019712 21924 33554432000 4194304 4196468 140723405288864 140214863293456 140214910682837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32725] ppid=32718 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/32721/task/32725/stat : 32725 (java) S 32718 32721 32677 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253850561 26732019712 21924 33554432000 4194304 4196468 140723405288864 140214862240912 140214910682837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32726] ppid=32718 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/32721/task/32726/stat : 32726 (java) S 32718 32721 32677 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253850561 26732019712 21924 33554432000 4194304 4196468 140723405288864 140214861187856 140214910682837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32727] ppid=32718 vsize=26105488 memory=748 CPUtime=0 cores=0-7
/proc/32721/task/32727/stat : 32727 (java) S 32718 32721 32677 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253850561 26732019712 21924 33554432000 4194304 4196468 140723405288864 140214860135312 140214910682837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32728] ppid=32718 vsize=26105488 memory=872 CPUtime=0 cores=0-7
/proc/32721/task/32728/stat : 32728 (java) S 32718 32721 32677 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253850561 26732019712 21924 33554432000 4194304 4196468 140723405288864 140214859082256 140214910682837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32729] ppid=32718 vsize=26105488 memory=1220 CPUtime=0 cores=0-7
/proc/32721/task/32729/stat : 32729 (java) S 32718 32721 32677 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253850561 26732019712 21924 33554432000 4194304 4196468 140723405288864 140214858029712 140214910682837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32730] ppid=32718 vsize=26105488 memory=1108 CPUtime=0 cores=0-7
/proc/32721/task/32730/stat : 32730 (java) S 32718 32721 32677 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253850561 26732019712 21924 33554432000 4194304 4196468 140723405288864 140214856976656 140214910682837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32731] ppid=32718 vsize=26105488 memory=15336 CPUtime=0 cores=0-7
/proc/32721/task/32731/stat : 32731 (java) S 32718 32721 32677 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253850561 26732019712 21924 33554432000 4194304 4196468 140723405288864 140214855924112 140214910682837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32732] ppid=32718 vsize=26105488 memory=15840 CPUtime=0 cores=0-7
/proc/32721/task/32732/stat : 32732 (java) S 32718 32721 32677 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253850563 26732019712 21924 33554432000 4194304 4196468 140723405288864 140214105266928 140214910683778 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0

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

[pid=32721/tid=32735] ppid=32718 vsize=27719444 memory=0 CPUtime=0 cores=0-7
/proc/32721/task/32735/stat : 32735 (java) S 32718 32721 32677 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 44 0 253850566 28384710656 833474 33554432000 4194304 4196468 140723405288864 140214102108624 140214910691227 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32736] ppid=32718 vsize=27719444 memory=140647946208895 CPUtime=2.81 cores=0-7
/proc/32721/task/32736/stat : 32736 (java) S 32718 32721 32677 0 -1 1077944384 5967 0 0 0 279 2 0 0 20 0 44 0 253850566 28384710656 833474 33554432000 4194304 4196468 140723405288864 140214101055728 140214910683778 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 20 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32737] ppid=32718 vsize=27719444 memory=0 CPUtime=2.58 cores=0-7
/proc/32721/task/32737/stat : 32737 (java) S 32718 32721 32677 0 -1 1077944384 5611 0 0 0 257 1 0 0 20 0 44 0 253850566 28384710656 833474 33554432000 4194304 4196468 140723405288864 140214100003184 140214910683778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 23 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32738] ppid=32718 vsize=27719444 memory=0 CPUtime=2.26 cores=0-7
/proc/32721/task/32738/stat : 32738 (java) S 32718 32721 32677 0 -1 1077944384 4155 0 0 0 225 1 0 0 20 0 44 0 253850566 28384710656 833474 33554432000 4194304 4196468 140723405288864 140214098950128 140214910683778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 20 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32739] ppid=32718 vsize=27719444 memory=0 CPUtime=1.48 cores=0-7
/proc/32721/task/32739/stat : 32739 (java) S 32718 32721 32677 0 -1 1077944384 8183 0 0 0 144 4 0 0 20 0 44 0 253850566 28384710656 833474 33554432000 4194304 4196468 140723405288864 140214097897584 140214910683778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 24 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32740] ppid=32718 vsize=27719444 memory=0 CPUtime=0 cores=0-7
/proc/32721/task/32740/stat : 32740 (java) S 32718 32721 32677 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 44 0 253850566 28384710656 833474 33554432000 4194304 4196468 140723405288864 140214096845792 140214910682837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32741] ppid=32718 vsize=27719444 memory=0 CPUtime=0 cores=0-7
/proc/32721/task/32741/stat : 32741 (java) S 32718 32721 32677 0 -1 1077944384 242 0 0 0 0 0 0 0 20 0 44 0 253850566 28384710656 833474 33554432000 4194304 4196468 140723405288864 140214095793328 140214910683778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 23 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32742] ppid=32718 vsize=27719444 memory=0 CPUtime=0.04 cores=0-7
/proc/32721/task/32742/stat : 32742 (java) S 32718 32721 32677 0 -1 1077944384 710 0 0 0 3 1 0 0 20 0 44 0 253850924 28384710656 833474 33554432000 4194304 4196468 140723405288864 140214082352080 140214910682837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32743] ppid=32718 vsize=27719444 memory=0 CPUtime=0.04 cores=0-7
/proc/32721/task/32743/stat : 32743 (java) S 32718 32721 32677 0 -1 1077944384 962 0 0 0 1 3 0 0 20 0 44 0 253850947 28384710656 833474 33554432000 4194304 4196468 140723405288864 140214079202576 140214910683778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32744] ppid=32718 vsize=27719444 memory=0 CPUtime=7.92 cores=0-7
/proc/32721/task/32744/stat : 32744 (java) R 32718 32721 32677 0 -1 4202560 1605 0 0 0 783 9 0 0 20 0 44 0 253850963 28384710656 833474 33554432000 4194304 4196468 140723405288864 140214076046576 140214538090952 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32745] ppid=32718 vsize=27719444 memory=0 CPUtime=8.5 cores=0-7
/proc/32721/task/32745/stat : 32745 (java) R 32718 32721 32677 0 -1 1077944384 982 0 0 0 844 6 0 0 20 0 44 0 253850964 28384710656 833474 33554432000 4194304 4196468 140723405288864 140214074994128 140214910682837 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32746] ppid=32718 vsize=27719444 memory=0 CPUtime=8.57 cores=0-7
/proc/32721/task/32746/stat : 32746 (java) R 32718 32721 32677 0 -1 4202560 1121 0 0 0 850 7 0 0 20 0 44 0 253850964 28384710656 833474 33554432000 4194304 4196468 140723405288864 140214073940976 140214895049744 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32747] ppid=32718 vsize=27719444 memory=0 CPUtime=3.8 cores=0-7
/proc/32721/task/32747/stat : 32747 (java) R 32718 32721 32677 0 -1 4202560 453 0 0 0 380 0 0 0 20 0 44 0 253850971 28384710656 833474 33554432000 4194304 4196468 140723405288864 140214072886936 140214541048450 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32748] ppid=32718 vsize=27719444 memory=0 CPUtime=1.34 cores=0-7
/proc/32721/task/32748/stat : 32748 (java) S 32718 32721 32677 0 -1 1077944384 64 0 0 0 134 0 0 0 20 0 44 0 253850971 28384710656 833474 33554432000 4194304 4196468 140723405288864 140214071842448 140214910682837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32749] ppid=32718 vsize=27719444 memory=0 CPUtime=6.42 cores=0-7
/proc/32721/task/32749/stat : 32749 (java) S 32718 32721 32677 0 -1 1077944384 799 0 0 0 636 6 0 0 20 0 44 0 253850971 28384710656 833474 33554432000 4194304 4196468 140723405288864 140214070789904 140214910682837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32750] ppid=32718 vsize=27719444 memory=0 CPUtime=1.72 cores=0-7
/proc/32721/task/32750/stat : 32750 (java) S 32718 32721 32677 0 -1 1077944384 151 0 0 0 172 0 0 0 20 0 44 0 253850971 28384710656 833474 33554432000 4194304 4196468 140723405288864 140214069736848 140214910682837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32751] ppid=32718 vsize=27719444 memory=0 CPUtime=8.54 cores=0-7
/proc/32721/task/32751/stat : 32751 (java) R 32718 32721 32677 0 -1 4202560 1180 0 0 0 845 9 0 0 20 0 44 0 253850971 28384710656 833474 33554432000 4194304 4196468 140723405288864 140214068676792 140214541048199 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32752] ppid=32718 vsize=27719444 memory=0 CPUtime=5.48 cores=0-7
/proc/32721/task/32752/stat : 32752 (java) S 32718 32721 32677 0 -1 1077944384 616 0 0 0 542 6 0 0 20 0 44 0 253850971 28384710656 833474 33554432000 4194304 4196468 140723405288864 140214067631248 140214910682837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32753] ppid=32718 vsize=27719444 memory=0 CPUtime=6.04 cores=0-7
/proc/32721/task/32753/stat : 32753 (java) R 32718 32721 32677 0 -1 4202560 594 0 0 0 602 2 0 0 20 0 44 0 253850972 28384710656 833474 33554432000 4194304 4196468 140723405288864 140214066572656 140214541238609 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32754] ppid=32718 vsize=27719444 memory=0 CPUtime=9.77 cores=0-7
/proc/32721/task/32754/stat : 32754 (java) S 32718 32721 32677 0 -1 1077944384 949 0 0 0 968 9 0 0 20 0 44 0 253850990 28384710656 833474 33554432000 4194304 4196468 140723405288864 140214063428496 140214910682837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32755] ppid=32718 vsize=27719444 memory=0 CPUtime=6.61 cores=0-7
/proc/32721/task/32755/stat : 32755 (java) S 32718 32721 32677 0 -1 1077944384 2000 0 0 0 650 11 0 0 20 0 44 0 253850991 28384710656 833474 33554432000 4194304 4196468 140723405288864 140214062375952 140214910682837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32756] ppid=32718 vsize=27719444 memory=0 CPUtime=4.44 cores=0-7
/proc/32721/task/32756/stat : 32756 (java) S 32718 32721 32677 0 -1 1077944384 354 0 0 0 443 1 0 0 20 0 44 0 253850991 28384710656 833474 33554432000 4194304 4196468 140723405288864 140214061323920 140214910682837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32757] ppid=32718 vsize=27719444 memory=0 CPUtime=1.46 cores=0-7
/proc/32721/task/32757/stat : 32757 (java) S 32718 32721 32677 0 -1 1077944384 177 0 0 0 145 1 0 0 20 0 44 0 253850991 28384710656 833474 33554432000 4194304 4196468 140723405288864 140214060271376 140214910682837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32758] ppid=32718 vsize=27719444 memory=0 CPUtime=4.19 cores=0-7
/proc/32721/task/32758/stat : 32758 (java) S 32718 32721 32677 0 -1 1077944384 471 0 0 0 417 2 0 0 20 0 44 0 253850991 28384710656 833474 33554432000 4194304 4196468 140723405288864 140214059218320 140214910682837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32759] ppid=32718 vsize=27719444 memory=0 CPUtime=0.73 cores=0-7
/proc/32721/task/32759/stat : 32759 (java) S 32718 32721 32677 0 -1 1077944384 174 0 0 0 73 0 0 0 20 0 44 0 253850991 28384710656 833474 33554432000 4194304 4196468 140723405288864 140214058165776 140214910682837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32760] ppid=32718 vsize=27719444 memory=0 CPUtime=2.03 cores=0-7
/proc/32721/task/32760/stat : 32760 (java) S 32718 32721 32677 0 -1 1077944384 73 0 0 0 203 0 0 0 20 0 44 0 253851430 28384710656 833474 33554432000 4194304 4196468 140723405288864 140214054978704 140214910682837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32761] ppid=32718 vsize=27719444 memory=0 CPUtime=2.29 cores=0-7
/proc/32721/task/32761/stat : 32761 (java) R 32718 32721 32677 0 -1 4202560 410 0 0 0 229 0 0 0 20 0 44 0 253851431 28384710656 833474 33554432000 4194304 4196468 140723405288864 140214053920112 140214541048390 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32762] ppid=32718 vsize=27719444 memory=0 CPUtime=0.11 cores=0-7
/proc/32721/task/32762/stat : 32762 (java) S 32718 32721 32677 0 -1 1077944384 30 0 0 0 11 0 0 0 20 0 44 0 253851476 28384710656 833474 33554432000 4194304 4196468 140723405288864 140214052873104 140214910682837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32763] ppid=32718 vsize=27719444 memory=0 CPUtime=2.73 cores=0-7
/proc/32721/task/32763/stat : 32763 (java) R 32718 32721 32677 0 -1 4202560 388 0 0 0 272 1 0 0 20 0 44 0 253851478 28384710656 833474 33554432000 4194304 4196468 140723405288864 140214051814512 140214537861930 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32764] ppid=32718 vsize=27719444 memory=0 CPUtime=3.22 cores=0-7
/proc/32721/task/32764/stat : 32764 (java) S 32718 32721 32677 0 -1 1077944384 478 0 0 0 319 3 0 0 20 0 44 0 253851523 28384710656 833474 33554432000 4194304 4196468 140723405288864 140214050768528 140214910682837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32765] ppid=32718 vsize=27719444 memory=0 CPUtime=4.91 cores=0-7
/proc/32721/task/32765/stat : 32765 (java) S 32718 32721 32677 0 -1 1077944384 611 0 0 0 489 2 0 0 20 0 44 0 253851524 28384710656 833474 33554432000 4194304 4196468 140723405288864 140214049715984 140214910682837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
Current children cumulated CPU time: 118.11 s
Current children cumulated vsize: 27719444 KiB
Current children cumulated memory: 3333896 KiB

[startup+17.7055 s]
/proc/loadavg: 8.71 8.56 8.64 13/224 32765
/proc/meminfo: memFree=15291280/32770624 swapFree=67108792/67108860
[pid=32721] ppid=32718 vsize=27719444 memory=3334628 CPUtime=118.59 cores=0-7
/proc/32721/stat : 32721 (java) S 32718 32721 32677 0 -1 1077944320 76019 0 0 0 11658 201 0 0 20 0 43 0 253850560 28384710656 833657 33554432000 4194304 4196468 140723405288864 140723405271408 140214910672631 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
/proc/32721/statm: 6929861 833657 3627 1 0 6891412 0
[pid=32721/tid=32723] ppid=32718 vsize=27719444 memory=0 CPUtime=3.77 cores=0-7
/proc/32721/task/32723/stat : 32723 (java) S 32718 32721 32677 0 -1 1077944384 20700 0 0 0 364 13 0 0 20 0 43 0 253850560 28384710656 833657 33554432000 4194304 4196468 140723405288864 140214914910096 140214910682837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32724] ppid=32718 vsize=27719444 memory=57 CPUtime=0.46 cores=0-7
/proc/32721/task/32724/stat : 32724 (java) S 32718 32721 32677 0 -1 1077944384 535 0 0 0 37 9 0 0 20 0 43 0 253850561 28384710656 833657 33554432000 4194304 4196468 140723405288864 140214863293456 140214910682837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32725] ppid=32718 vsize=27719444 memory=7649399388543332915 CPUtime=0.45 cores=0-7
/proc/32721/task/32725/stat : 32725 (java) S 32718 32721 32677 0 -1 1077944384 650 0 0 0 36 9 0 0 20 0 43 0 253850561 28384710656 833661 33554432000 4194304 4196468 140723405288864 140214862240912 140214910682837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32726] ppid=32718 vsize=27719444 memory=7306580648077386295 CPUtime=0.48 cores=0-7
/proc/32721/task/32726/stat : 32726 (java) S 32718 32721 32677 0 -1 1077944384 1534 0 0 0 38 10 0 0 20 0 43 0 253850561 28384710656 833661 33554432000 4194304 4196468 140723405288864 140214861187856 140214910682837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32727] ppid=32718 vsize=27719444 memory=0 CPUtime=0.49 cores=0-7
/proc/32721/task/32727/stat : 32727 (java) S 32718 32721 32677 0 -1 1077944384 738 0 0 0 39 10 0 0 20 0 43 0 253850561 28384710656 833661 33554432000 4194304 4196468 140723405288864 140214860135312 140214910682837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32728] ppid=32718 vsize=27719444 memory=0 CPUtime=0.47 cores=0-7
/proc/32721/task/32728/stat : 32728 (java) S 32718 32721 32677 0 -1 1077944384 462 0 0 0 36 11 0 0 20 0 43 0 253850561 28384710656 833661 33554432000 4194304 4196468 140723405288864 140214859082256 140214910682837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32729] ppid=32718 vsize=27719444 memory=4351193298435789144 CPUtime=0.49 cores=0-7
/proc/32721/task/32729/stat : 32729 (java) S 32718 32721 32677 0 -1 1077944384 1532 0 0 0 37 12 0 0 20 0 43 0 253850561 28384710656 833661 33554432000 4194304 4196468 140723405288864 140214858029712 140214910682837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32730] ppid=32718 vsize=27719444 memory=7649399397133267507 CPUtime=0.47 cores=0-7
/proc/32721/task/32730/stat : 32730 (java) S 32718 32721 32677 0 -1 1077944384 470 0 0 0 37 10 0 0 20 0 43 0 253850561 28384710656 833661 33554432000 4194304 4196468 140723405288864 140214856976656 140214910682837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32731] ppid=32718 vsize=27719444 memory=0 CPUtime=0.47 cores=0-7
/proc/32721/task/32731/stat : 32731 (java) S 32718 32721 32677 0 -1 1077944384 505 0 0 0 37 10 0 0 20 0 43 0 253850561 28384710656 833661 33554432000 4194304 4196468 140723405288864 140214855924112 140214910682837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32732] ppid=32718 vsize=27719444 memory=196 CPUtime=0.11 cores=0-7
/proc/32721/task/32732/stat : 32732 (java) S 32718 32721 32677 0 -1 1077944384 3098 0 0 0 11 0 0 0 20 0 43 0 253850563 28384710656 833661 33554432000 4194304 4196468 140723405288864 140214105266928 140214910683778 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 13 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32733] ppid=32718 vsize=27719444 memory=195 CPUtime=0 cores=0-7
/proc/32721/task/32733/stat : 32733 (java) S 32718 32721 32677 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 43 0 253850563 28384710656 833661 33554432000 4194304 4196468 140723405288864 140214104213216 140214910682837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32734] ppid=32718 vsize=27719444 memory=0 CPUtime=0 cores=0-7
/proc/32721/task/32734/stat : 32734 (java) S 32718 32721 32677 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 43 0 253850563 28384710656 833661 33554432000 4194304 4196468 140723405288864 140214103160064 140214910682837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32735] ppid=32718 vsize=27719444 memory=281226406451435 CPUtime=0 cores=0-7
/proc/32721/task/32735/stat : 32735 (java) S 32718 32721 32677 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 43 0 253850566 28384710656 833661 33554432000 4194304 4196468 140723405288864 140214102108624 140214910691227 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32736] ppid=32718 vsize=27719444 memory=-7522837583045875833 CPUtime=2.81 cores=0-7
/proc/32721/task/32736/stat : 32736 (java) R 32718 32721 32677 0 -1 4202560 6017 0 0 0 279 2 0 0 20 0 43 0 253850566 28384710656 833661 33554432000 4194304 4196468 140723405288864 140214101047376 140214910684566 0 4 0 16800975 0 0 0 -1 0 0 0 20 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32737] ppid=32718 vsize=27719444 memory=2869748 CPUtime=2.59 cores=0-7
/proc/32721/task/32737/stat : 32737 (java) R 32718 32721 32677 0 -1 4202560 5661 0 0 0 258 1 0 0 20 0 43 0 253850566 28384710656 833661 33554432000 4194304 4196468 140723405288864 140214099990864 140214910693978 0 4 0 16800975 0 0 0 -1 1 0 0 23 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32738] ppid=32718 vsize=27719444 memory=3892 CPUtime=2.27 cores=0-7
/proc/32721/task/32738/stat : 32738 (java) R 32718 32721 32677 0 -1 4202560 4264 0 0 0 226 1 0 0 20 0 43 0 253850566 28384710656 833661 33554432000 4194304 4196468 140723405288864 140214098940152 140214902913612 0 4 0 16800975 0 0 0 -1 5 0 0 20 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32739] ppid=32718 vsize=27719444 memory=65 CPUtime=1.5 cores=0-7
/proc/32721/task/32739/stat : 32739 (java) R 32718 32721 32677 0 -1 4202560 10216 0 0 0 145 5 0 0 20 0 43 0 253850566 28384710656 833661 33554432000 4194304 4196468 140723405288864 140214097897472 140214910684566 0 4 0 16800975 0 0 0 -1 3 0 0 24 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32740] ppid=32718 vsize=27719444 memory=4639074098508484694 CPUtime=0 cores=0-7
/proc/32721/task/32740/stat : 32740 (java) S 32718 32721 32677 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 43 0 253850566 28384710656 833661 33554432000 4194304 4196468 140723405288864 140214096845792 140214910682837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32741] ppid=32718 vsize=27719444 memory=4639074098508484689 CPUtime=0 cores=0-7
/proc/32721/task/32741/stat : 32741 (java) S 32718 32721 32677 0 -1 1077944384 242 0 0 0 0 0 0 0 20 0 43 0 253850566 28384710656 833661 33554432000 4194304 4196468 140723405288864 140214095793328 140214910683778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 23 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32743] ppid=32718 vsize=27719444 memory=7805974384891420736 CPUtime=0.04 cores=0-7
/proc/32721/task/32743/stat : 32743 (java) S 32718 32721 32677 0 -1 1077944384 962 0 0 0 1 3 0 0 20 0 43 0 253850947 28384710656 833661 33554432000 4194304 4196468 140723405288864 140214079202576 140214910683778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32744] ppid=32718 vsize=27719444 memory=33 CPUtime=7.94 cores=0-7
/proc/32721/task/32744/stat : 32744 (java) S 32718 32721 32677 0 -1 1077944384 1607 0 0 0 785 9 0 0 20 0 43 0 253850963 28384710656 833661 33554432000 4194304 4196468 140723405288864 140214076052624 140214910682837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32745] ppid=32718 vsize=27719444 memory=8049867166153220215 CPUtime=8.57 cores=0-7
/proc/32721/task/32745/stat : 32745 (java) S 32718 32721 32677 0 -1 1077944384 1100 0 0 0 851 6 0 0 20 0 43 0 253850964 28384710656 833661 33554432000 4194304 4196468 140723405288864 140214075000080 140214910682837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32746] ppid=32718 vsize=27719444 memory=6791534058613427641 CPUtime=8.6 cores=0-7
/proc/32721/task/32746/stat : 32746 (java) S 32718 32721 32677 0 -1 1077944384 1183 0 0 0 853 7 0 0 20 0 43 0 253850964 28384710656 833661 33554432000 4194304 4196468 140723405288864 140214073947024 140214910682837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32747] ppid=32718 vsize=27719444 memory=0 CPUtime=3.88 cores=0-7
/proc/32721/task/32747/stat : 32747 (java) S 32718 32721 32677 0 -1 1077944384 1573 0 0 0 388 0 0 0 20 0 43 0 253850971 28384710656 833661 33554432000 4194304 4196468 140723405288864 140214072884240 140214910682837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32748] ppid=32718 vsize=27719444 memory=21849 CPUtime=1.34 cores=0-7
/proc/32721/task/32748/stat : 32748 (java) S 32718 32721 32677 0 -1 1077944384 64 0 0 0 134 0 0 0 20 0 43 0 253850971 28384710656 833661 33554432000 4194304 4196468 140723405288864 140214071842448 140214910682837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32749] ppid=32718 vsize=27719444 memory=0 CPUtime=6.42 cores=0-7
/proc/32721/task/32749/stat : 32749 (java) S 32718 32721 32677 0 -1 1077944384 799 0 0 0 636 6 0 0 20 0 43 0 253850971 28384710656 833661 33554432000 4194304 4196468 140723405288864 140214070789904 140214910682837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32750] ppid=32718 vsize=27719444 memory=2840892 CPUtime=1.72 cores=0-7
/proc/32721/task/32750/stat : 32750 (java) S 32718 32721 32677 0 -1 1077944384 261 0 0 0 172 0 0 0 20 0 43 0 253850971 28384710656 833661 33554432000 4194304 4196468 140723405288864 140214069736848 140214910682837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32751] ppid=32718 vsize=27719444 memory=281287073776608 CPUtime=8.59 cores=0-7
/proc/32721/task/32751/stat : 32751 (java) S 32718 32721 32677 0 -1 1077944384 1299 0 0 0 850 9 0 0 20 0 43 0 253850971 28384710656 833661 33554432000 4194304 4196468 140723405288864 140214068684304 140214910682837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32752] ppid=32718 vsize=27719444 memory=140643536894096 CPUtime=5.49 cores=0-7
/proc/32721/task/32752/stat : 32752 (java) S 32718 32721 32677 0 -1 1077944384 764 0 0 0 543 6 0 0 20 0 43 0 253850971 28384710656 833661 33554432000 4194304 4196468 140723405288864 140214067631248 140214910682837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32753] ppid=32718 vsize=27719444 memory=0 CPUtime=6.12 cores=0-7
/proc/32721/task/32753/stat : 32753 (java) S 32718 32721 32677 0 -1 1077944384 694 0 0 0 610 2 0 0 20 0 43 0 253850972 28384710656 833661 33554432000 4194304 4196468 140723405288864 140214066578704 140214910682837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32754] ppid=32718 vsize=27719444 memory=7589502595830671211 CPUtime=9.77 cores=0-7
/proc/32721/task/32754/stat : 32754 (java) S 32718 32721 32677 0 -1 1077944384 1104 0 0 0 968 9 0 0 20 0 43 0 253850990 28384710656 833661 33554432000 4194304 4196468 140723405288864 140214063428496 140214910682837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32755] ppid=32718 vsize=27719444 memory=281287073037376 CPUtime=6.61 cores=0-7
/proc/32721/task/32755/stat : 32755 (java) S 32718 32721 32677 0 -1 1077944384 2000 0 0 0 650 11 0 0 20 0 43 0 253850991 28384710656 833668 33554432000 4194304 4196468 140723405288864 140214062375952 140214910682837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32756] ppid=32718 vsize=27719444 memory=0 CPUtime=4.44 cores=0-7
/proc/32721/task/32756/stat : 32756 (java) S 32718 32721 32677 0 -1 1077944384 354 0 0 0 443 1 0 0 20 0 43 0 253850991 28384710656 833668 33554432000 4194304 4196468 140723405288864 140214061323920 140214910682837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32757] ppid=32718 vsize=27719444 memory=6944656592455360604 CPUtime=1.46 cores=0-7
/proc/32721/task/32757/stat : 32757 (java) S 32718 32721 32677 0 -1 1077944384 177 0 0 0 145 1 0 0 20 0 43 0 253850991 28384710656 833668 33554432000 4194304 4196468 140723405288864 140214060271376 140214910682837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32758] ppid=32718 vsize=27719444 memory=0 CPUtime=4.19 cores=0-7
/proc/32721/task/32758/stat : 32758 (java) S 32718 32721 32677 0 -1 1077944384 471 0 0 0 417 2 0 0 20 0 43 0 253850991 28384710656 833668 33554432000 4194304 4196468 140723405288864 140214059218320 140214910682837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32759] ppid=32718 vsize=27719444 memory=3906086771756453995 CPUtime=0.73 cores=0-7
/proc/32721/task/32759/stat : 32759 (java) S 32718 32721 32677 0 -1 1077944384 174 0 0 0 73 0 0 0 20 0 43 0 253850991 28384710656 833668 33554432000 4194304 4196468 140723405288864 140214058165776 140214910682837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32760] ppid=32718 vsize=27719444 memory=8330969454845486047 CPUtime=2.03 cores=0-7
/proc/32721/task/32760/stat : 32760 (java) S 32718 32721 32677 0 -1 1077944384 73 0 0 0 203 0 0 0 20 0 43 0 253851430 28384710656 833668 33554432000 4194304 4196468 140723405288864 140214054978704 140214910682837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32761] ppid=32718 vsize=27719444 memory=6944652177228980320 CPUtime=2.35 cores=0-7
/proc/32721/task/32761/stat : 32761 (java) S 32718 32721 32677 0 -1 1077944384 549 0 0 0 234 1 0 0 20 0 43 0 253851431 28384710656 833668 33554432000 4194304 4196468 140723405288864 140214053926160 140214910682837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32762] ppid=32718 vsize=27719444 memory=3333620 CPUtime=0.11 cores=0-7
/proc/32721/task/32762/stat : 32762 (java) S 32718 32721 32677 0 -1 1077944384 30 0 0 0 11 0 0 0 20 0 43 0 253851476 28384710656 833668 33554432000 4194304 4196468 140723405288864 140214052873104 140214910682837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32763] ppid=32718 vsize=27719444 memory=69132 CPUtime=2.77 cores=0-7
/proc/32721/task/32763/stat : 32763 (java) R 32718 32721 32677 0 -1 4202560 985 0 0 0 276 1 0 0 20 0 43 0 253851478 28384710656 833668 33554432000 4194304 4196468 140723405288864 140214051815744 140214910684566 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32764] ppid=32718 vsize=27719444 memory=1220 CPUtime=3.22 cores=0-7
/proc/32721/task/32764/stat : 32764 (java) S 32718 32721 32677 0 -1 1077944384 478 0 0 0 319 3 0 0 20 0 43 0 253851523 28384710656 833668 33554432000 4194304 4196468 140723405288864 140214050768528 140214910682837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
[pid=32721/tid=32765] ppid=32718 vsize=27719444 memory=2380 CPUtime=4.91 cores=0-7
/proc/32721/task/32765/stat : 32765 (java) S 32718 32721 32677 0 -1 1077944384 611 0 0 0 489 2 0 0 20 0 43 0 253851524 28384710656 833668 33554432000 4194304 4196468 140723405288864 140214049715984 140214910682837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38232064 140723405292621 140723405292805 140723405292805 140723405295567 0
Current children cumulated CPU time: 118.59 s
Current children cumulated vsize: 27719444 KiB
Current children cumulated memory: 3334628 KiB

Child status: 0
Real time (s): 17.7708
CPU time (s): 118.73
CPU user time (s): 116.685
CPU system time (s): 2.04472
CPU usage (%): 668.117
Max. virtual memory (cumulated for all children) (KiB): 27719444
Max. memory (cumulated for all children) (KiB): 3334628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 116.685
system time used= 2.04472
maximum resident set size= 3335500
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78904
page faults= 0
swaps= 0
block input operations= 0
block output operations= 136
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15639
involuntary context switches= 6268


# summary of solver processes directly reported to runsolver:
#   pid: 32721
#   total CPU time (s): 118.73
#   total CPU user time (s): 116.685
#   total CPU system time (s): 2.04472

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.195923 second user time and 0.25526 second system time

The end

Launcher Data

Begin job on node150 at 2018-08-15 21:54:33
IDJOB=4309252
IDBENCH=141176
IDSOLVER=2793
FILE ID=node150/4309252-1534362873
RUNJOBID= node150-1534362873-32704
PBS_JOBID= 21038273
Free space on /tmp= 43008 MiB

SOLVER NAME= OscaR - Parallel with EPS 2018-08-14
BENCH NAME= XCSP18/Rlfap/Rlfap-dec-scens11/Rlfap-scen-11-f11_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-4309252-1534362873/watcher-4309252-1534362873 -o /tmp/evaluation-result-4309252-1534362873/solver-4309252-1534362873 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node150-1534362873-32704 --watchdog 2580  java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 1805112622 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4309252-1534362873.xml

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

MD5SUM BENCH= 495f96cb472313b50d142b917feb6977
RANDOM SEED=1805112622

node150.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.76
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.76
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.76
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.76
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:        18620188 kB
MemAvailable:   31895240 kB
Buffers:          257696 kB
Cached:         13202588 kB
SwapCached:           32 kB
Active:          6381620 kB
Inactive:        7130836 kB
Active(anon):       3232 kB
Inactive(anon):   109552 kB
Active(file):    6378388 kB
Inactive(file):  7021284 kB
Unevictable:        7740 kB
Mlocked:            7740 kB
SwapTotal:      67108860 kB
SwapFree:       67108792 kB
Dirty:             35636 kB
Writeback:             0 kB
AnonPages:         59952 kB
Mapped:            56676 kB
Shmem:             57924 kB
Slab:             331808 kB
SReclaimable:     303840 kB
SUnreclaim:        27968 kB
KernelStack:        3168 kB
PageTables:         5476 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     357300 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 42972 MiB
End job on node150 at 2018-08-15 21:54:51