Trace number 4291915

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
OscaR - Parallel with EPS 2018-07-02? 833.034 167.812

General information on the benchmark

NameRlfap/Rlfap-opt/
Rlfap-scen-07-opt_c18.xml
MD5SUMba4df16e86f19a26142e39b1a48414c8
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark51074811
Best CPU time to get the best result obtained on this benchmark18442.7
Satisfiable
(Un)Satisfiability was proved
Number of variables3065
Number of constraints2865
Number of domains7
Minimum domain size2
Maximum domain size44
Distribution of domain sizes[{"size":2,"count":2665},{"size":22,"count":8},{"size":36,"count":184},{"size":44,"count":208}]
Minimum variable degree2
Maximum variable degree62
Distribution of variable degrees[{"degree":2,"count":2665},{"degree":3,"count":15},{"degree":4,"count":8},{"degree":5,"count":34},{"degree":6,"count":11},{"degree":7,"count":34},{"degree":8,"count":5},{"degree":9,"count":45},{"degree":10,"count":18},{"degree":11,"count":11},{"degree":12,"count":7},{"degree":13,"count":30},{"degree":14,"count":10},{"degree":15,"count":31},{"degree":16,"count":5},{"degree":17,"count":26},{"degree":18,"count":5},{"degree":19,"count":13},{"degree":20,"count":13},{"degree":21,"count":11},{"degree":22,"count":7},{"degree":23,"count":7},{"degree":24,"count":7},{"degree":25,"count":5},{"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 arity3
Distribution of constraint arities[{"arity":2,"count":200},{"arity":3,"count":2665}]
Number of extensional constraints0
Number of intensional constraints2865
Distribution of constraint types[{"type":"intension","count":2865}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.66/0.55	c version: 2018-07-02
0.66/0.55	c seed: 521801877
0.66/0.55	c timeout: 20160
0.66/0.55	c memlimit: 22000
0.66/0.55	c nbcore: 8
0.66/0.58	c Parsing instance...
4.54/1.64	c Parsing done, starting search...
756.69/157.13	Dead letter! Forcing shutdown...
756.69/157.16	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 (10698 MiB free)
  memory of node 1: 16384 MiB (12115 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4291915-1532640783/watcher-4291915-1532640783 -o /tmp/evaluation-result-4291915-1532640783/solver-4291915-1532640783 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node133-1532633883-5328 --watchdog 2580 java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 521801877 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4291915-1532640783.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=6715, runsolver pid=6712

[startup+0.10015 s]*
/proc/loadavg: 3.24 3.66 4.66 3/204 6735
/proc/meminfo: memFree=23345628/32770624 swapFree=67108860/67108860
[pid=6715] ppid=6712 vsize=26103424 memory=30784 CPUtime=0.12 cores=0-7
/proc/6715/stat : 6715 (java) S 6712 6715 5301 0 -1 1077944320 7174 0 0 0 10 2 0 0 20 0 20 0 81641442 26729906176 7696 33554432000 4194304 4196468 140721067862320 140721067844864 139789439250167 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
/proc/6715/statm: 6525856 7696 3139 1 0 6487932 0
[pid=6715/tid=6717] ppid=6712 vsize=26103424 memory=4134692831991783777 CPUtime=0.09 cores=0-7
/proc/6715/task/6717/stat : 6717 (java) R 6712 6715 5301 0 -1 4202560 5423 0 0 0 8 1 0 0 20 0 20 0 81641442 26729906176 7894 33554432000 4194304 4196468 140721067862320 139789443483952 139789419525995 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6718] ppid=6712 vsize=26103424 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/6715/task/6718/stat : 6718 (java) S 6712 6715 5301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81641443 26729906176 7894 33554432000 4194304 4196468 140721067862320 139789391870736 139789439260373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6719] ppid=6712 vsize=26103424 memory=140605198329472 CPUtime=0 cores=0-7
/proc/6715/task/6719/stat : 6719 (java) S 6712 6715 5301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81641443 26729906176 7894 33554432000 4194304 4196468 140721067862320 139789390818192 139789439260373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6720] ppid=6712 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/6715/task/6720/stat : 6720 (java) S 6712 6715 5301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81641443 26729906176 7894 33554432000 4194304 4196468 140721067862320 139789389765648 139789439260373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6721] ppid=6712 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/6715/task/6721/stat : 6721 (java) S 6712 6715 5301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81641443 26729906176 7894 33554432000 4194304 4196468 140721067862320 139789388713104 139789439260373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6722] ppid=6712 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/6715/task/6722/stat : 6722 (java) S 6712 6715 5301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81641443 26729906176 7960 33554432000 4194304 4196468 140721067862320 139789387659536 139789439260373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6723] ppid=6712 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/6715/task/6723/stat : 6723 (java) S 6712 6715 5301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81641443 26729906176 7960 33554432000 4194304 4196468 140721067862320 139789386606992 139789439260373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6724] ppid=6712 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/6715/task/6724/stat : 6724 (java) S 6712 6715 5301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81641443 26729906176 7960 33554432000 4194304 4196468 140721067862320 139789385554448 139789439260373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6725] ppid=6712 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/6715/task/6725/stat : 6725 (java) S 6712 6715 5301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 81641443 26729906176 7960 33554432000 4194304 4196468 140721067862320 139789384501904 139789439260373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6726] ppid=6712 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/6715/task/6726/stat : 6726 (java) S 6712 6715 5301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81641444 26729906176 7960 33554432000 4194304 4196468 140721067862320 139788767181296 139789439261314 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6727] ppid=6712 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/6715/task/6727/stat : 6727 (java) S 6712 6715 5301 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 81641445 26729906176 7960 33554432000 4194304 4196468 140721067862320 139788766127520 139789439260373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6728] ppid=6712 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/6715/task/6728/stat : 6728 (java) S 6712 6715 5301 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 81641445 26729906176 7960 33554432000 4194304 4196468 140721067862320 139788765074928 139789439260373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6729] ppid=6712 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/6715/task/6729/stat : 6729 (java) S 6712 6715 5301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81641447 26729906176 7960 33554432000 4194304 4196468 140721067862320 139788764023504 139789439268763 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6730] ppid=6712 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/6715/task/6730/stat : 6730 (java) S 6712 6715 5301 0 -1 1077944384 315 0 0 0 0 0 0 0 20 0 20 0 81641448 26729906176 7960 33554432000 4194304 4196468 140721067862320 139788762970096 139789439261314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6731] ppid=6712 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/6715/task/6731/stat : 6731 (java) S 6712 6715 5301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81641448 26729906176 7960 33554432000 4194304 4196468 140721067862320 139788761917552 139789439261314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6732] ppid=6712 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/6715/task/6732/stat : 6732 (java) S 6712 6715 5301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 81641448 26729906176 7960 33554432000 4194304 4196468 140721067862320 139788760865008 139789439261314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6733] ppid=6712 vsize=26103424 memory=0 CPUtime=0.01 cores=0-7
/proc/6715/task/6733/stat : 6733 (java) S 6712 6715 5301 0 -1 1077944384 232 0 0 0 1 0 0 0 20 0 20 0 81641448 26729906176 8026 33554432000 4194304 4196468 140721067862320 139788759812464 139789439261314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6734] ppid=6712 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/6715/task/6734/stat : 6734 (java) S 6712 6715 5301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 81641448 26729906176 8026 33554432000 4194304 4196468 140721067862320 139788758760160 139789439260373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6735] ppid=6712 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/6715/task/6735/stat : 6735 (java) S 6712 6715 5301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81641448 26729906176 8026 33554432000 4194304 4196468 140721067862320 139788757707696 139789439261314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26103424 KiB
Current children cumulated memory: 30784 KiB

[startup+0.210595 s]*
/proc/loadavg: 3.24 3.66 4.66 3/204 6735
/proc/meminfo: memFree=23332036/32770624 swapFree=67108860/67108860
[pid=6715] ppid=6712 vsize=26103424 memory=43064 CPUtime=0.3 cores=0-7
/proc/6715/stat : 6715 (java) S 6712 6715 5301 0 -1 1077944320 10489 0 0 0 27 3 0 0 20 0 20 0 81641442 26729906176 10766 33554432000 4194304 4196468 140721067862320 140721067844864 139789439250167 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
/proc/6715/statm: 6525856 10766 3304 1 0 6487932 0
[pid=6715/tid=6717] ppid=6712 vsize=26103424 memory=4026531975 CPUtime=0.19 cores=0-7
/proc/6715/task/6717/stat : 6717 (java) R 6712 6715 5301 0 -1 4202560 8285 0 0 0 18 1 0 0 20 0 20 0 81641442 26729906176 10766 33554432000 4194304 4196468 140721067862320 139789443467744 139789439272093 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6718] ppid=6712 vsize=26103424 memory=9259 CPUtime=0 cores=0-7
/proc/6715/task/6718/stat : 6718 (java) S 6712 6715 5301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81641443 26729906176 10766 33554432000 4194304 4196468 140721067862320 139789391870736 139789439260373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6719] ppid=6712 vsize=26103424 memory=140605198335693 CPUtime=0 cores=0-7
/proc/6715/task/6719/stat : 6719 (java) S 6712 6715 5301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81641443 26729906176 10766 33554432000 4194304 4196468 140721067862320 139789390818192 139789439260373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6720] ppid=6712 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/6715/task/6720/stat : 6720 (java) S 6712 6715 5301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81641443 26729906176 10766 33554432000 4194304 4196468 140721067862320 139789389765648 139789439260373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6721] ppid=6712 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/6715/task/6721/stat : 6721 (java) S 6712 6715 5301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81641443 26729906176 10766 33554432000 4194304 4196468 140721067862320 139789388713104 139789439260373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6722] ppid=6712 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/6715/task/6722/stat : 6722 (java) S 6712 6715 5301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81641443 26729906176 10766 33554432000 4194304 4196468 140721067862320 139789387659536 139789439260373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6723] ppid=6712 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/6715/task/6723/stat : 6723 (java) S 6712 6715 5301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81641443 26729906176 10766 33554432000 4194304 4196468 140721067862320 139789386606992 139789439260373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6724] ppid=6712 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/6715/task/6724/stat : 6724 (java) S 6712 6715 5301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81641443 26729906176 10766 33554432000 4194304 4196468 140721067862320 139789385554448 139789439260373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6725] ppid=6712 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/6715/task/6725/stat : 6725 (java) S 6712 6715 5301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 81641443 26729906176 10766 33554432000 4194304 4196468 140721067862320 139789384501904 139789439260373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6726] ppid=6712 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/6715/task/6726/stat : 6726 (java) S 6712 6715 5301 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 81641444 26729906176 10766 33554432000 4194304 4196468 140721067862320 139788767181296 139789439261314 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6727] ppid=6712 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/6715/task/6727/stat : 6727 (java) S 6712 6715 5301 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 81641445 26729906176 10766 33554432000 4194304 4196468 140721067862320 139788766127520 139789439260373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6728] ppid=6712 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/6715/task/6728/stat : 6728 (java) S 6712 6715 5301 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 81641445 26729906176 10766 33554432000 4194304 4196468 140721067862320 139788765074928 139789439260373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6729] ppid=6712 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/6715/task/6729/stat : 6729 (java) S 6712 6715 5301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81641447 26729906176 10766 33554432000 4194304 4196468 140721067862320 139788764023504 139789439268763 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6730] ppid=6712 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/6715/task/6730/stat : 6730 (java) S 6712 6715 5301 0 -1 1077944384 323 0 0 0 0 0 0 0 20 0 20 0 81641448 26729906176 10766 33554432000 4194304 4196468 140721067862320 139788762970096 139789439261314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6731] ppid=6712 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/6715/task/6731/stat : 6731 (java) S 6712 6715 5301 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 20 0 81641448 26729906176 10766 33554432000 4194304 4196468 140721067862320 139788761917552 139789439261314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6732] ppid=6712 vsize=26103424 memory=0 CPUtime=0.01 cores=0-7
/proc/6715/task/6732/stat : 6732 (java) S 6712 6715 5301 0 -1 1077944384 174 0 0 0 1 0 0 0 20 0 20 0 81641448 26729906176 10766 33554432000 4194304 4196468 140721067862320 139788760865008 139789439261314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6733] ppid=6712 vsize=26103424 memory=0 CPUtime=0.06 cores=0-7
/proc/6715/task/6733/stat : 6733 (java) S 6712 6715 5301 0 -1 1077944384 277 0 0 0 6 0 0 0 20 0 20 0 81641448 26729906176 10766 33554432000 4194304 4196468 140721067862320 139788759812464 139789439261314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6734] ppid=6712 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/6715/task/6734/stat : 6734 (java) S 6712 6715 5301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 81641448 26729906176 10766 33554432000 4194304 4196468 140721067862320 139788758760160 139789439260373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6735] ppid=6712 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/6715/task/6735/stat : 6735 (java) S 6712 6715 5301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81641448 26729906176 10766 33554432000 4194304 4196468 140721067862320 139788757707696 139789439261314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 26103424 KiB
Current children cumulated memory: 43064 KiB

[startup+0.310874 s]*
/proc/loadavg: 3.24 3.66 4.66 4/204 6735
/proc/meminfo: memFree=23329152/32770624 swapFree=67108860/67108860
[pid=6715] ppid=6712 vsize=26103424 memory=46620 CPUtime=0.43 cores=0-7
/proc/6715/stat : 6715 (java) S 6712 6715 5301 0 -1 1077944320 10910 0 0 0 40 3 0 0 20 0 20 0 81641442 26729906176 11655 33554432000 4194304 4196468 140721067862320 140721067844864 139789439250167 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
/proc/6715/statm: 6525856 11655 3352 1 0 6487932 0
[pid=6715/tid=6717] ppid=6712 vsize=26103424 memory=8112282956445269571 CPUtime=0.29 cores=0-7
/proc/6715/task/6717/stat : 6717 (java) R 6712 6715 5301 0 -1 4202560 8621 0 0 0 28 1 0 0 20 0 20 0 81641442 26729906176 11655 33554432000 4194304 4196468 140721067862320 139789443439112 139789423330654 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6718] ppid=6712 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/6715/task/6718/stat : 6718 (java) S 6712 6715 5301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81641443 26729906176 11655 33554432000 4194304 4196468 140721067862320 139789391870736 139789439260373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6719] ppid=6712 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/6715/task/6719/stat : 6719 (java) S 6712 6715 5301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81641443 26729906176 11655 33554432000 4194304 4196468 140721067862320 139789390818192 139789439260373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6720] ppid=6712 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/6715/task/6720/stat : 6720 (java) S 6712 6715 5301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81641443 26729906176 11655 33554432000 4194304 4196468 140721067862320 139789389765648 139789439260373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6721] ppid=6712 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/6715/task/6721/stat : 6721 (java) S 6712 6715 5301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81641443 26729906176 11655 33554432000 4194304 4196468 140721067862320 139789388713104 139789439260373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6722] ppid=6712 vsize=26103424 memory=2244 CPUtime=0 cores=0-7
/proc/6715/task/6722/stat : 6722 (java) S 6712 6715 5301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81641443 26729906176 11655 33554432000 4194304 4196468 140721067862320 139789387659536 139789439260373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6723] ppid=6712 vsize=26103424 memory=140605082661807 CPUtime=0 cores=0-7
/proc/6715/task/6723/stat : 6723 (java) S 6712 6715 5301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81641443 26729906176 11655 33554432000 4194304 4196468 140721067862320 139789386606992 139789439260373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6724] ppid=6712 vsize=26103424 memory=140605082664112 CPUtime=0 cores=0-7
/proc/6715/task/6724/stat : 6724 (java) S 6712 6715 5301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81641443 26729906176 11655 33554432000 4194304 4196468 140721067862320 139789385554448 139789439260373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6725] ppid=6712 vsize=26103424 memory=140605082666416 CPUtime=0 cores=0-7
/proc/6715/task/6725/stat : 6725 (java) S 6712 6715 5301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 81641443 26729906176 11655 33554432000 4194304 4196468 140721067862320 139789384501904 139789439260373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6726] ppid=6712 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/6715/task/6726/stat : 6726 (java) S 6712 6715 5301 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 81641444 26729906176 11655 33554432000 4194304 4196468 140721067862320 139788767181296 139789439261314 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6727] ppid=6712 vsize=26103424 memory=281210165339792 CPUtime=0 cores=0-7
/proc/6715/task/6727/stat : 6727 (java) S 6712 6715 5301 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 81641445 26729906176 11655 33554432000 4194304 4196468 140721067862320 139788766127520 139789439260373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6728] ppid=6712 vsize=26103424 memory=281210165346704 CPUtime=0 cores=0-7
/proc/6715/task/6728/stat : 6728 (java) S 6712 6715 5301 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 81641445 26729906176 11655 33554432000 4194304 4196468 140721067862320 139788765074928 139789439260373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6729] ppid=6712 vsize=26103424 memory=281210165287984 CPUtime=0 cores=0-7
/proc/6715/task/6729/stat : 6729 (java) S 6712 6715 5301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81641447 26729906176 11655 33554432000 4194304 4196468 140721067862320 139788764023504 139789439268763 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6730] ppid=6712 vsize=26103424 memory=281210165360528 CPUtime=0.01 cores=0-7
/proc/6715/task/6730/stat : 6730 (java) S 6712 6715 5301 0 -1 1077944384 323 0 0 0 1 0 0 0 20 0 20 0 81641448 26729906176 11655 33554432000 4194304 4196468 140721067862320 139788762970096 139789439261314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6731] ppid=6712 vsize=26103424 memory=281210165367440 CPUtime=0.01 cores=0-7
/proc/6715/task/6731/stat : 6731 (java) S 6712 6715 5301 0 -1 1077944384 126 0 0 0 1 0 0 0 20 0 20 0 81641448 26729906176 11655 33554432000 4194304 4196468 140721067862320 139788761917552 139789439261314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6732] ppid=6712 vsize=26103424 memory=281210165365136 CPUtime=0.01 cores=0-7
/proc/6715/task/6732/stat : 6732 (java) S 6712 6715 5301 0 -1 1077944384 183 0 0 0 1 0 0 0 20 0 20 0 81641448 26729906176 11655 33554432000 4194304 4196468 140721067862320 139788760865008 139789439261314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6733] ppid=6712 vsize=26103424 memory=281210165381744 CPUtime=0.07 cores=0-7
/proc/6715/task/6733/stat : 6733 (java) S 6712 6715 5301 0 -1 1077944384 283 0 0 0 7 0 0 0 20 0 20 0 81641448 26729906176 11655 33554432000 4194304 4196468 140721067862320 139788759812464 139789439261314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6734] ppid=6712 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/6715/task/6734/stat : 6734 (java) S 6712 6715 5301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 81641448 26729906176 11655 33554432000 4194304 4196468 140721067862320 139788758760160 139789439260373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6735] ppid=6712 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/6715/task/6735/stat : 6735 (java) S 6712 6715 5301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81641448 26729906176 11655 33554432000 4194304 4196468 140721067862320 139788757707696 139789439261314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 26103424 KiB
Current children cumulated memory: 46620 KiB

[startup+0.700934 s]
/proc/loadavg: 3.24 3.66 4.66 2/204 6735
/proc/meminfo: memFree=23305360/32770624 swapFree=67108860/67108860
[pid=6715] ppid=6712 vsize=26105492 memory=87384 CPUtime=0.98 cores=0-7
/proc/6715/stat : 6715 (java) S 6712 6715 5301 0 -1 1077944320 17820 0 0 0 94 4 0 0 20 0 20 0 81641442 26732023808 21846 33554432000 4194304 4196468 140721067862320 140721067844864 139789439250167 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
/proc/6715/statm: 6526373 21846 3464 1 0 6488444 0
[pid=6715/tid=6717] ppid=6712 vsize=26105492 memory=0 CPUtime=0.67 cores=0-7
/proc/6715/task/6717/stat : 6717 (java) R 6712 6715 5301 0 -1 4202560 15065 0 0 0 64 3 0 0 20 0 20 0 81641442 26732023808 21846 33554432000 4194304 4196468 140721067862320 139789443465136 139789439272093 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6718] ppid=6712 vsize=26105492 memory=0 CPUtime=0 cores=0-7
/proc/6715/task/6718/stat : 6718 (java) S 6712 6715 5301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81641443 26732023808 21846 33554432000 4194304 4196468 140721067862320 139789391870736 139789439260373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6719] ppid=6712 vsize=26105492 memory=0 CPUtime=0 cores=0-7
/proc/6715/task/6719/stat : 6719 (java) S 6712 6715 5301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81641443 26732023808 21846 33554432000 4194304 4196468 140721067862320 139789390818192 139789439260373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6720] ppid=6712 vsize=26105492 memory=0 CPUtime=0 cores=0-7
/proc/6715/task/6720/stat : 6720 (java) S 6712 6715 5301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81641443 26732023808 21846 33554432000 4194304 4196468 140721067862320 139789389765648 139789439260373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6721] ppid=6712 vsize=26105492 memory=1012 CPUtime=0 cores=0-7
/proc/6715/task/6721/stat : 6721 (java) S 6712 6715 5301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81641443 26732023808 21846 33554432000 4194304 4196468 140721067862320 139789388713104 139789439260373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6722] ppid=6712 vsize=26105492 memory=1948 CPUtime=0 cores=0-7
/proc/6715/task/6722/stat : 6722 (java) S 6712 6715 5301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81641443 26732023808 21846 33554432000 4194304 4196468 140721067862320 139789387659536 139789439260373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6723] ppid=6712 vsize=26105492 memory=1188 CPUtime=0 cores=0-7
/proc/6715/task/6723/stat : 6723 (java) S 6712 6715 5301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81641443 26732023808 21846 33554432000 4194304 4196468 140721067862320 139789386606992 139789439260373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6724] ppid=6712 vsize=26105492 memory=8436 CPUtime=0 cores=0-7
/proc/6715/task/6724/stat : 6724 (java) S 6712 6715 5301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81641443 26732023808 21846 33554432000 4194304 4196468 140721067862320 139789385554448 139789439260373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6725] ppid=6712 vsize=26105492 memory=15252 CPUtime=0 cores=0-7
/proc/6715/task/6725/stat : 6725 (java) S 6712 6715 5301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 81641443 26732023808 21846 33554432000 4194304 4196468 140721067862320 139789384501904 139789439260373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6726] ppid=6712 vsize=26105492 memory=16244 CPUtime=0 cores=0-7
/proc/6715/task/6726/stat : 6726 (java) S 6712 6715 5301 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 81641444 26732023808 21846 33554432000 4194304 4196468 140721067862320 139788767181296 139789439261314 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0

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

[pid=6715/tid=6723] ppid=6712 vsize=27317980 memory=23321872 CPUtime=53.14 cores=0-7
/proc/6715/task/6723/stat : 6723 (java) R 6712 6715 5301 0 -1 4202560 99623 0 0 0 5030 284 0 0 20 0 37 0 81641443 27973611520 5830926 33554432000 4194304 4196468 140721067862320 139789386606800 139789431878375 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6724] ppid=6712 vsize=27317980 memory=23321316 CPUtime=53.07 cores=0-7
/proc/6715/task/6724/stat : 6724 (java) R 6712 6715 5301 0 -1 4202560 86709 0 0 0 5043 264 0 0 20 0 37 0 81641443 27973611520 5830926 33554432000 4194304 4196468 140721067862320 139789385554568 139789431878375 0 4 0 16800975 0 0 0 -1 7 0 0 2 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6725] ppid=6712 vsize=27317980 memory=2244 CPUtime=53.13 cores=0-7
/proc/6715/task/6725/stat : 6725 (java) R 6712 6715 5301 0 -1 4202560 371693 0 0 0 5046 267 0 0 20 0 37 0 81641443 27973611520 5830926 33554432000 4194304 4196468 140721067862320 139789384502024 139789431878375 0 4 0 16800975 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6726] ppid=6712 vsize=27317980 memory=4036 CPUtime=16.52 cores=0-7
/proc/6715/task/6726/stat : 6726 (java) S 6712 6715 5301 0 -1 1077944384 287791 0 0 0 1613 39 0 0 20 0 37 0 81641444 27973611520 5830926 33554432000 4194304 4196468 140721067862320 139788767179840 139789439260373 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 23 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6727] ppid=6712 vsize=27317980 memory=24356 CPUtime=0 cores=0-7
/proc/6715/task/6727/stat : 6727 (java) S 6712 6715 5301 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 37 0 81641445 27973611520 5830926 33554432000 4194304 4196468 140721067862320 139788766127584 139789439260373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6728] ppid=6712 vsize=27317980 memory=1244 CPUtime=0 cores=0-7
/proc/6715/task/6728/stat : 6728 (java) S 6712 6715 5301 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 37 0 81641445 27973611520 5830926 33554432000 4194304 4196468 140721067862320 139788765074944 139789439260373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6729] ppid=6712 vsize=27317980 memory=2268 CPUtime=0 cores=0-7
/proc/6715/task/6729/stat : 6729 (java) S 6712 6715 5301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 37 0 81641447 27973611520 5830926 33554432000 4194304 4196468 140721067862320 139788764023504 139789439268763 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6730] ppid=6712 vsize=27317980 memory=8112282956445269571 CPUtime=2.73 cores=0-7
/proc/6715/task/6730/stat : 6730 (java) S 6712 6715 5301 0 -1 1077944384 8520 0 0 0 269 4 0 0 20 0 37 0 81641448 27973611520 5830926 33554432000 4194304 4196468 140721067862320 139788762970096 139789439261314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6731] ppid=6712 vsize=27317980 memory=23323684 CPUtime=2.73 cores=0-7
/proc/6715/task/6731/stat : 6731 (java) S 6712 6715 5301 0 -1 1077944384 8269 0 0 0 269 4 0 0 20 0 37 0 81641448 27973611520 5830926 33554432000 4194304 4196468 140721067862320 139788761917552 139789439261314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6732] ppid=6712 vsize=27317980 memory=1244 CPUtime=2.92 cores=0-7
/proc/6715/task/6732/stat : 6732 (java) S 6712 6715 5301 0 -1 1077944384 9235 0 0 0 290 2 0 0 20 0 37 0 81641448 27973611520 5830926 33554432000 4194304 4196468 140721067862320 139788760865008 139789439261314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6733] ppid=6712 vsize=27317980 memory=4036 CPUtime=1.49 cores=0-7
/proc/6715/task/6733/stat : 6733 (java) S 6712 6715 5301 0 -1 1077944384 13739 0 0 0 145 4 0 0 20 0 37 0 81641448 27973611520 5830926 33554432000 4194304 4196468 140721067862320 139788759812464 139789439261314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6734] ppid=6712 vsize=27317980 memory=23323700 CPUtime=0 cores=0-7
/proc/6715/task/6734/stat : 6734 (java) S 6712 6715 5301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 37 0 81641448 27973611520 5830926 33554432000 4194304 4196468 140721067862320 139788758760160 139789439260373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6735] ppid=6712 vsize=27317980 memory=8112282956445269571 CPUtime=0.08 cores=0-7
/proc/6715/task/6735/stat : 6735 (java) S 6712 6715 5301 0 -1 1077944384 684 0 0 0 4 4 0 0 20 0 37 0 81641448 27973611520 5830926 33554432000 4194304 4196468 140721067862320 139788757707696 139789439261314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 41 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6736] ppid=6712 vsize=27317980 memory=23320700 CPUtime=0 cores=0-7
/proc/6715/task/6736/stat : 6736 (java) S 6712 6715 5301 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 37 0 81647314 27973611520 5830926 33554432000 4194304 4196468 140721067862320 139788744262912 139789439260373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6737] ppid=6712 vsize=27317980 memory=23320904 CPUtime=0.27 cores=0-7
/proc/6715/task/6737/stat : 6737 (java) S 6712 6715 5301 0 -1 1077944384 1454 0 0 0 6 21 0 0 20 0 37 0 81647331 27973611520 5830926 33554432000 4194304 4196468 140721067862320 139788741113056 139789439260373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6738] ppid=6712 vsize=27317980 memory=24356 CPUtime=39.87 cores=0-7
/proc/6715/task/6738/stat : 6738 (java) S 6712 6715 5301 0 -1 1077944384 3247 0 0 0 3956 31 0 0 20 0 37 0 81647345 27973611520 5830926 33554432000 4194304 4196468 140721067862320 139788737957376 139789439260373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6739] ppid=6712 vsize=27317980 memory=23320720 CPUtime=39.85 cores=0-7
/proc/6715/task/6739/stat : 6739 (java) S 6712 6715 5301 0 -1 1077944384 4216 0 0 0 3970 15 0 0 20 0 37 0 81647346 27973611520 5830926 33554432000 4194304 4196468 140721067862320 139788736901824 139789439260373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6740] ppid=6712 vsize=27317980 memory=23323700 CPUtime=38.24 cores=0-7
/proc/6715/task/6740/stat : 6740 (java) S 6712 6715 5301 0 -1 1077944384 6657 0 0 0 3820 4 0 0 20 0 37 0 81647346 27973611520 5830926 33554432000 4194304 4196468 140721067862320 139788735857568 139789439260373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6741] ppid=6712 vsize=27317980 memory=836 CPUtime=39.89 cores=0-7
/proc/6715/task/6741/stat : 6741 (java) S 6712 6715 5301 0 -1 1077944384 3044 0 0 0 3937 52 0 0 20 0 37 0 81647353 27973611520 5830926 33554432000 4194304 4196468 140721067862320 139788734796736 139789439260373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6742] ppid=6712 vsize=27317980 memory=1696 CPUtime=39.97 cores=0-7
/proc/6715/task/6742/stat : 6742 (java) S 6712 6715 5301 0 -1 1077944384 4281 0 0 0 3977 20 0 0 20 0 37 0 81647353 27973611520 5830926 33554432000 4194304 4196468 140721067862320 139788733744192 139789439260373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6743] ppid=6712 vsize=27317980 memory=920 CPUtime=40.05 cores=0-7
/proc/6715/task/6743/stat : 6743 (java) S 6712 6715 5301 0 -1 1077944384 2901 0 0 0 3983 22 0 0 20 0 37 0 81647353 27973611520 5830926 33554432000 4194304 4196468 140721067862320 139788732694992 139789439260373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6744] ppid=6712 vsize=27317980 memory=4144 CPUtime=39.94 cores=0-7
/proc/6715/task/6744/stat : 6744 (java) S 6712 6715 5301 0 -1 1077944384 2715 0 0 0 3967 27 0 0 20 0 37 0 81647353 27973611520 5830926 33554432000 4194304 4196468 140721067862320 139788731639104 139789439260373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6745] ppid=6712 vsize=27317980 memory=23323700 CPUtime=40.03 cores=0-7
/proc/6715/task/6745/stat : 6745 (java) S 6712 6715 5301 0 -1 1077944384 2949 0 0 0 3944 59 0 0 20 0 37 0 81647353 27973611520 5830926 33554432000 4194304 4196468 140721067862320 139788730586544 139789439260373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6746] ppid=6712 vsize=27317980 memory=-6733704525061579059 CPUtime=0 cores=0-7
/proc/6715/task/6746/stat : 6746 (java) S 6712 6715 5301 0 -1 1077944384 218 0 0 0 0 0 0 0 20 0 37 0 81647353 27973611520 5830926 33554432000 4194304 4196468 140721067862320 139788729541280 139789439260373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6747] ppid=6712 vsize=27317980 memory=8436 CPUtime=0 cores=0-7
/proc/6715/task/6747/stat : 6747 (java) S 6712 6715 5301 0 -1 1077944384 161 0 0 0 0 0 0 0 20 0 37 0 81647353 27973611520 5830926 33554432000 4194304 4196468 140721067862320 139788728486464 139789439260373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6748] ppid=6712 vsize=27317980 memory=15252 CPUtime=0 cores=0-7
/proc/6715/task/6748/stat : 6748 (java) S 6712 6715 5301 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 37 0 81647355 27973611520 5830926 33554432000 4194304 4196468 140721067862320 139788727436192 139789439260373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6750] ppid=6712 vsize=27317980 memory=16244 CPUtime=0.02 cores=0-7
/proc/6715/task/6750/stat : 6750 (java) S 6712 6715 5301 0 -1 1077944384 207 0 0 0 2 0 0 0 20 0 37 0 81657155 27973611520 5830926 33554432000 4194304 4196468 140721067862320 139788726383648 139789439260373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6751] ppid=6712 vsize=27317980 memory=57887569228964 CPUtime=0 cores=0-7
/proc/6715/task/6751/stat : 6751 (java) S 6712 6715 5301 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 37 0 81657155 27973611520 5830926 33554432000 4194304 4196468 140721067862320 139788725331104 139789439260373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6752] ppid=6712 vsize=27317980 memory=281210165420568 CPUtime=0 cores=0-7
/proc/6715/task/6752/stat : 6752 (java) S 6712 6715 5301 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 37 0 81657155 27973611520 5830926 33554432000 4194304 4196468 140721067862320 139788724278560 139789439260373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6754] ppid=6712 vsize=27317980 memory=8316868033356759116 CPUtime=0.01 cores=0-7
/proc/6715/task/6754/stat : 6754 (java) S 6712 6715 5301 0 -1 1077944384 473 0 0 0 1 0 0 0 20 0 37 0 81657157 27973611520 5830926 33554432000 4194304 4196468 140721067862320 139788722172512 139789439261314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
Current children cumulated CPU time: 824.72 s
Current children cumulated vsize: 27317980 KiB
Current children cumulated memory: 23323704 KiB

[startup+167.201 s]
/proc/loadavg: 5.98 4.37 4.73 9/219 6754
/proc/meminfo: memFree=211172/32770624 swapFree=67108860/67108860
[pid=6715] ppid=6712 vsize=27317980 memory=23323704 CPUtime=830.89 cores=0-7
/proc/6715/stat : 6715 (java) S 6712 6715 5301 0 -1 1077944320 3983558 0 0 0 80386 2703 0 0 20 0 37 0 81641442 27973611520 5830926 33554432000 4194304 4196468 140721067862320 140721067844864 139789439250167 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
/proc/6715/statm: 6829495 5830926 3617 1 0 6791566 0
[pid=6715/tid=6717] ppid=6712 vsize=27317980 memory=0 CPUtime=54.25 cores=0-7
/proc/6715/task/6717/stat : 6717 (java) S 6712 6715 5301 0 -1 1077944384 34020 0 0 0 5329 96 0 0 20 0 37 0 81641442 27973611520 5830926 33554432000 4194304 4196468 140721067862320 139789443487296 139789439260373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6718] ppid=6712 vsize=27317980 memory=7 CPUtime=53.94 cores=0-7
/proc/6715/task/6718/stat : 6718 (java) R 6712 6715 5301 0 -1 4202560 168664 0 0 0 5111 283 0 0 20 0 37 0 81641443 27973611520 5830926 33554432000 4194304 4196468 140721067862320 139789391870544 139789431878375 0 4 0 16800975 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6719] ppid=6712 vsize=27317980 memory=0 CPUtime=54.07 cores=0-7
/proc/6715/task/6719/stat : 6719 (java) R 6712 6715 5301 0 -1 4202560 495143 0 0 0 5126 281 0 0 20 0 37 0 81641443 27973611520 5830926 33554432000 4194304 4196468 140721067862320 139789390818392 139789432353186 0 4 0 16800975 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6720] ppid=6712 vsize=27317980 memory=24 CPUtime=53.96 cores=0-7
/proc/6715/task/6720/stat : 6720 (java) R 6712 6715 5301 0 -1 4202560 1184394 0 0 0 5070 326 0 0 20 0 37 0 81641443 27973611520 5830926 33554432000 4194304 4196468 140721067862320 139789389765456 139789431878375 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6721] ppid=6712 vsize=27317980 memory=3843 CPUtime=54.01 cores=0-7
/proc/6715/task/6721/stat : 6721 (java) R 6712 6715 5301 0 -1 4202560 103169 0 0 0 5131 270 0 0 20 0 37 0 81641443 27973611520 5830926 33554432000 4194304 4196468 140721067862320 139789388712912 139789431878375 0 4 0 16800975 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6722] ppid=6712 vsize=27317980 memory=8112282956445269571 CPUtime=54.16 cores=0-7
/proc/6715/task/6722/stat : 6722 (java) R 6712 6715 5301 0 -1 4202560 1077845 0 0 0 5086 330 0 0 20 0 37 0 81641443 27973611520 5830926 33554432000 4194304 4196468 140721067862320 139789387659656 139789431878375 0 4 0 16800975 0 0 0 -1 7 0 0 1 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6723] ppid=6712 vsize=27317980 memory=144 CPUtime=53.92 cores=0-7
/proc/6715/task/6723/stat : 6723 (java) R 6712 6715 5301 0 -1 4202560 99623 0 0 0 5107 285 0 0 20 0 37 0 81641443 27973611520 5830926 33554432000 4194304 4196468 140721067862320 139789386606800 139789431878375 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6724] ppid=6712 vsize=27317980 memory=0 CPUtime=53.84 cores=0-7
/proc/6715/task/6724/stat : 6724 (java) R 6712 6715 5301 0 -1 4202560 86709 0 0 0 5119 265 0 0 20 0 37 0 81641443 27973611520 5830926 33554432000 4194304 4196468 140721067862320 139789385554256 139789431878375 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6725] ppid=6712 vsize=27317980 memory=0 CPUtime=53.9 cores=0-7
/proc/6715/task/6725/stat : 6725 (java) R 6712 6715 5301 0 -1 4202560 371693 0 0 0 5123 267 0 0 20 0 37 0 81641443 27973611520 5830926 33554432000 4194304 4196468 140721067862320 139789384502024 139789431878375 0 4 0 16800975 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6726] ppid=6712 vsize=27317980 memory=0 CPUtime=16.52 cores=0-7
/proc/6715/task/6726/stat : 6726 (java) S 6712 6715 5301 0 -1 1077944384 287791 0 0 0 1613 39 0 0 20 0 37 0 81641444 27973611520 5830926 33554432000 4194304 4196468 140721067862320 139788767179840 139789439260373 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 23 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6727] ppid=6712 vsize=27317980 memory=273 CPUtime=0 cores=0-7
/proc/6715/task/6727/stat : 6727 (java) S 6712 6715 5301 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 37 0 81641445 27973611520 5830926 33554432000 4194304 4196468 140721067862320 139788766127584 139789439260373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6728] ppid=6712 vsize=27317980 memory=23320708 CPUtime=0 cores=0-7
/proc/6715/task/6728/stat : 6728 (java) S 6712 6715 5301 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 37 0 81641445 27973611520 5830926 33554432000 4194304 4196468 140721067862320 139788765074944 139789439260373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6729] ppid=6712 vsize=27317980 memory=1780 CPUtime=0 cores=0-7
/proc/6715/task/6729/stat : 6729 (java) S 6712 6715 5301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 37 0 81641447 27973611520 5830926 33554432000 4194304 4196468 140721067862320 139788764023504 139789439268763 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6730] ppid=6712 vsize=27317980 memory=644 CPUtime=2.73 cores=0-7
/proc/6715/task/6730/stat : 6730 (java) S 6712 6715 5301 0 -1 1077944384 8520 0 0 0 269 4 0 0 20 0 37 0 81641448 27973611520 5830926 33554432000 4194304 4196468 140721067862320 139788762970096 139789439261314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6731] ppid=6712 vsize=27317980 memory=956 CPUtime=2.73 cores=0-7
/proc/6715/task/6731/stat : 6731 (java) S 6712 6715 5301 0 -1 1077944384 8269 0 0 0 269 4 0 0 20 0 37 0 81641448 27973611520 5830926 33554432000 4194304 4196468 140721067862320 139788761917552 139789439261314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6732] ppid=6712 vsize=27317980 memory=2320 CPUtime=2.92 cores=0-7
/proc/6715/task/6732/stat : 6732 (java) S 6712 6715 5301 0 -1 1077944384 9235 0 0 0 290 2 0 0 20 0 37 0 81641448 27973611520 5830926 33554432000 4194304 4196468 140721067862320 139788760865008 139789439261314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6733] ppid=6712 vsize=27317980 memory=1572 CPUtime=1.49 cores=0-7
/proc/6715/task/6733/stat : 6733 (java) S 6712 6715 5301 0 -1 1077944384 13739 0 0 0 145 4 0 0 20 0 37 0 81641448 27973611520 5830926 33554432000 4194304 4196468 140721067862320 139788759812464 139789439261314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6734] ppid=6712 vsize=27317980 memory=0 CPUtime=0 cores=0-7
/proc/6715/task/6734/stat : 6734 (java) S 6712 6715 5301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 37 0 81641448 27973611520 5830926 33554432000 4194304 4196468 140721067862320 139788758760160 139789439260373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6735] ppid=6712 vsize=27317980 memory=319586249591759576 CPUtime=0.08 cores=0-7
/proc/6715/task/6735/stat : 6735 (java) S 6712 6715 5301 0 -1 1077944384 684 0 0 0 4 4 0 0 20 0 37 0 81641448 27973611520 5830926 33554432000 4194304 4196468 140721067862320 139788757707696 139789439261314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 41 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6736] ppid=6712 vsize=27317980 memory=288284459336491139 CPUtime=0 cores=0-7
/proc/6715/task/6736/stat : 6736 (java) S 6712 6715 5301 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 37 0 81647314 27973611520 5830926 33554432000 4194304 4196468 140721067862320 139788744262912 139789439260373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6737] ppid=6712 vsize=27317980 memory=-7966001967256141664 CPUtime=0.27 cores=0-7
/proc/6715/task/6737/stat : 6737 (java) S 6712 6715 5301 0 -1 1077944384 1454 0 0 0 6 21 0 0 20 0 37 0 81647331 27973611520 5830926 33554432000 4194304 4196468 140721067862320 139788741113056 139789439260373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6738] ppid=6712 vsize=27317980 memory=6944656592452807325 CPUtime=39.87 cores=0-7
/proc/6715/task/6738/stat : 6738 (java) S 6712 6715 5301 0 -1 1077944384 3247 0 0 0 3956 31 0 0 20 0 37 0 81647345 27973611520 5830926 33554432000 4194304 4196468 140721067862320 139788737957376 139789439260373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6739] ppid=6712 vsize=27317980 memory=7682475212697334547 CPUtime=39.85 cores=0-7
/proc/6715/task/6739/stat : 6739 (java) S 6712 6715 5301 0 -1 1077944384 4216 0 0 0 3970 15 0 0 20 0 37 0 81647346 27973611520 5830926 33554432000 4194304 4196468 140721067862320 139788736901824 139789439260373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6740] ppid=6712 vsize=27317980 memory=0 CPUtime=38.24 cores=0-7
/proc/6715/task/6740/stat : 6740 (java) S 6712 6715 5301 0 -1 1077944384 6657 0 0 0 3820 4 0 0 20 0 37 0 81647346 27973611520 5830926 33554432000 4194304 4196468 140721067862320 139788735857568 139789439260373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6741] ppid=6712 vsize=27317980 memory=8819569139123392301 CPUtime=39.89 cores=0-7
/proc/6715/task/6741/stat : 6741 (java) S 6712 6715 5301 0 -1 1077944384 3044 0 0 0 3937 52 0 0 20 0 37 0 81647353 27973611520 5830926 33554432000 4194304 4196468 140721067862320 139788734796736 139789439260373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6742] ppid=6712 vsize=27317980 memory=288283372659409838 CPUtime=39.97 cores=0-7
/proc/6715/task/6742/stat : 6742 (java) S 6712 6715 5301 0 -1 1077944384 4281 0 0 0 3977 20 0 0 20 0 37 0 81647353 27973611520 5830926 33554432000 4194304 4196468 140721067862320 139788733744192 139789439260373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6743] ppid=6712 vsize=27317980 memory=7882240888017282151 CPUtime=40.05 cores=0-7
/proc/6715/task/6743/stat : 6743 (java) S 6712 6715 5301 0 -1 1077944384 2901 0 0 0 3983 22 0 0 20 0 37 0 81647353 27973611520 5830926 33554432000 4194304 4196468 140721067862320 139788732694992 139789439260373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6744] ppid=6712 vsize=27317980 memory=8834541426090092077 CPUtime=39.94 cores=0-7
/proc/6715/task/6744/stat : 6744 (java) S 6712 6715 5301 0 -1 1077944384 2715 0 0 0 3967 27 0 0 20 0 37 0 81647353 27973611520 5830926 33554432000 4194304 4196468 140721067862320 139788731639104 139789439260373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6745] ppid=6712 vsize=27317980 memory=8819622135631082541 CPUtime=40.03 cores=0-7
/proc/6715/task/6745/stat : 6745 (java) S 6712 6715 5301 0 -1 1077944384 2949 0 0 0 3944 59 0 0 20 0 37 0 81647353 27973611520 5830926 33554432000 4194304 4196468 140721067862320 139788730586544 139789439260373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6746] ppid=6712 vsize=27317980 memory=4104 CPUtime=0 cores=0-7
/proc/6715/task/6746/stat : 6746 (java) S 6712 6715 5301 0 -1 1077944384 218 0 0 0 0 0 0 0 20 0 37 0 81647353 27973611520 5830926 33554432000 4194304 4196468 140721067862320 139788729541280 139789439260373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6747] ppid=6712 vsize=27317980 memory=-6733704525061579059 CPUtime=0 cores=0-7
/proc/6715/task/6747/stat : 6747 (java) S 6712 6715 5301 0 -1 1077944384 161 0 0 0 0 0 0 0 20 0 37 0 81647353 27973611520 5830926 33554432000 4194304 4196468 140721067862320 139788728486464 139789439260373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6748] ppid=6712 vsize=27317980 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/6715/task/6748/stat : 6748 (java) S 6712 6715 5301 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 37 0 81647355 27973611520 5830926 33554432000 4194304 4196468 140721067862320 139788727436192 139789439260373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6750] ppid=6712 vsize=27317980 memory=4036 CPUtime=0.02 cores=0-7
/proc/6715/task/6750/stat : 6750 (java) S 6712 6715 5301 0 -1 1077944384 207 0 0 0 2 0 0 0 20 0 37 0 81657155 27973611520 5830926 33554432000 4194304 4196468 140721067862320 139788726383648 139789439260373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6751] ppid=6712 vsize=27317980 memory=24356 CPUtime=0 cores=0-7
/proc/6715/task/6751/stat : 6751 (java) S 6712 6715 5301 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 37 0 81657155 27973611520 5830926 33554432000 4194304 4196468 140721067862320 139788725331104 139789439260373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6752] ppid=6712 vsize=27317980 memory=1244 CPUtime=0 cores=0-7
/proc/6715/task/6752/stat : 6752 (java) S 6712 6715 5301 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 37 0 81657155 27973611520 5830926 33554432000 4194304 4196468 140721067862320 139788724278560 139789439260373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
[pid=6715/tid=6754] ppid=6712 vsize=27317980 memory=2268 CPUtime=0.01 cores=0-7
/proc/6715/task/6754/stat : 6754 (java) S 6712 6715 5301 0 -1 1077944384 473 0 0 0 1 0 0 0 20 0 37 0 81657157 27973611520 5830926 33554432000 4194304 4196468 140721067862320 139788722172064 139789439260373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19398656 140721067865166 140721067865349 140721067865349 140721067868111 0
Current children cumulated CPU time: 830.89 s
Current children cumulated vsize: 27317980 KiB
Current children cumulated memory: 23323704 KiB

[startup+167.602 s]*
/proc/loadavg: 5.98 4.37 4.73 2/184 6754
/proc/meminfo: memFree=10734660/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+167.8 s]
/proc/loadavg: 5.98 4.37 4.73 2/184 6754
/proc/meminfo: memFree=10734660/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 1
Real time (s): 167.812
CPU time (s): 833.034
CPU user time (s): 805.649
CPU system time (s): 27.3853
CPU usage (%): 496.409
Max. virtual memory (cumulated for all children) (KiB): 27317980
Max. memory (cumulated for all children) (KiB): 23323704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 805.649
system time used= 27.3853
maximum resident set size= 23324388
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4121014
page faults= 0
swaps= 0
block input operations= 0
block output operations= 424
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 35693
involuntary context switches= 29709


# summary of solver processes directly reported to runsolver:
#   pid: 6715
#   total CPU time (s): 833.034
#   total CPU user time (s): 805.649
#   total CPU system time (s): 27.3853

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.41661 second user time and 2.17706 second system time

The end

Launcher Data

Begin job on node133 at 2018-07-26 23:33:03
IDJOB=4291915
IDBENCH=141200
IDSOLVER=2745
FILE ID=node133/4291915-1532640783
RUNJOBID= node133-1532633883-5328
PBS_JOBID= 21022180
Free space on /tmp= 48252 MiB

SOLVER NAME= OscaR - Parallel with EPS 2018-07-02
BENCH NAME= XCSP18/Rlfap/Rlfap-opt/Rlfap-scen-07-opt_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-4291915-1532640783/watcher-4291915-1532640783 -o /tmp/evaluation-result-4291915-1532640783/solver-4291915-1532640783 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node133-1532633883-5328 --watchdog 2580  java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 521801877 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4291915-1532640783.xml

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

MD5SUM BENCH= ba4df16e86f19a26142e39b1a48414c8
RANDOM SEED=521801877

node133.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.24
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.24
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.24
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.24
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        23362708 kB
MemAvailable:   31928136 kB
Buffers:          169812 kB
Cached:          8623700 kB
SwapCached:            0 kB
Active:          2809784 kB
Inactive:        6036852 kB
Active(anon):       3152 kB
Inactive(anon):    78040 kB
Active(file):    2806632 kB
Inactive(file):  5958812 kB
Unevictable:        7100 kB
Mlocked:            7100 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             35928 kB
Writeback:             0 kB
AnonPages:         53528 kB
Mapped:            38324 kB
Shmem:             25248 kB
Slab:             256032 kB
SReclaimable:     228444 kB
SUnreclaim:        27588 kB
KernelStack:        3776 kB
PageTables:         4912 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     325020 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 48216 MiB
End job on node133 at 2018-07-26 23:35:51