Trace number 4309032

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 657.085 84.8226

General information on the benchmark

NameDubois/
Dubois-025_c18.xml
MD5SUM973963fd5ae0545f9f330e30fdec40c5
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 benchmark3.62614
Satisfiable
(Un)Satisfiability was proved
Number of variables75
Number of constraints50
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":75}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":75}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":50}]
Number of extensional constraints50
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":50}]
Optimization problemNO
Type of objective

Solver Data

0.67/0.55	c version: 2018-08-14
0.67/0.55	c seed: 1867135265
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...
1.19/0.84	c Parsing done, starting search...
656.84/84.78	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 (9528 MiB free)
  memory of node 1: 16384 MiB (13608 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4309032-1534380653/watcher-4309032-1534380653 -o /tmp/evaluation-result-4309032-1534380653/solver-4309032-1534380653 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node150-1534375539-1398 --watchdog 2580 java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 1867135265 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4309032-1534380653.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=2202, runsolver pid=2199


[startup+0.100124 s]*
/proc/loadavg: 9.77 9.12 8.89 2/199 2222
/proc/meminfo: memFree=23677180/32770624 swapFree=67108792/67108860
[pid=2202] ppid=2199 vsize=26103420 memory=29244 CPUtime=0.11 cores=0-7
/proc/2202/stat : 2202 (java) S 2199 2202 1371 0 -1 1077944320 6791 0 0 0 10 1 0 0 20 0 20 0 255628563 26729902080 7311 33554432000 4194304 4196468 140735353503760 140735353486304 139958098566903 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
/proc/2202/statm: 6525855 7311 3134 1 0 6487932 0
[pid=2202/tid=2204] ppid=2199 vsize=26103420 memory=-8452003597404390589 CPUtime=0.08 cores=0-7
/proc/2202/task/2204/stat : 2204 (java) R 2199 2202 1371 0 -1 4202560 5157 0 0 0 8 0 0 0 20 0 20 0 255628564 26729902080 7641 33554432000 4194304 4196468 140735353503760 139958102800688 139958078842624 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2205] ppid=2199 vsize=26103420 memory=4342489072520795240 CPUtime=0 cores=0-7
/proc/2202/task/2205/stat : 2205 (java) S 2199 2202 1371 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255628565 26729902080 7641 33554432000 4194304 4196468 140735353503760 139958021147536 139958098577109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2206] ppid=2199 vsize=26103420 memory=139992953452160 CPUtime=0 cores=0-7
/proc/2202/task/2206/stat : 2206 (java) S 2199 2202 1371 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255628565 26729902080 7641 33554432000 4194304 4196468 140735353503760 139958020094736 139958098577109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2207] ppid=2199 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/2202/task/2207/stat : 2207 (java) S 2199 2202 1371 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255628565 26729902080 7641 33554432000 4194304 4196468 140735353503760 139957655067792 139958098577109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2208] ppid=2199 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/2202/task/2208/stat : 2208 (java) S 2199 2202 1371 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255628565 26729902080 7641 33554432000 4194304 4196468 140735353503760 139957654014992 139958098577109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2209] ppid=2199 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/2202/task/2209/stat : 2209 (java) S 2199 2202 1371 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255628565 26729902080 7641 33554432000 4194304 4196468 140735353503760 139957652961680 139958098577109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2210] ppid=2199 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/2202/task/2210/stat : 2210 (java) S 2199 2202 1371 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255628565 26729902080 7641 33554432000 4194304 4196468 140735353503760 139957651908880 139958098577109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2211] ppid=2199 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/2202/task/2211/stat : 2211 (java) S 2199 2202 1371 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255628565 26729902080 7707 33554432000 4194304 4196468 140735353503760 139957650856592 139958098577109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2212] ppid=2199 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/2202/task/2212/stat : 2212 (java) S 2199 2202 1371 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255628565 26729902080 7707 33554432000 4194304 4196468 140735353503760 139957649803792 139958098577109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2213] ppid=2199 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/2202/task/2213/stat : 2213 (java) S 2199 2202 1371 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255628566 26729902080 7707 33554432000 4194304 4196468 140735353503760 139957361437296 139958098578050 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2214] ppid=2199 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/2202/task/2214/stat : 2214 (java) S 2199 2202 1371 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 255628567 26729902080 7707 33554432000 4194304 4196468 140735353503760 139957360383264 139958098577109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2215] ppid=2199 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/2202/task/2215/stat : 2215 (java) S 2199 2202 1371 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 255628567 26729902080 7707 33554432000 4194304 4196468 140735353503760 139957359330928 139958098577109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2216] ppid=2199 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/2202/task/2216/stat : 2216 (java) S 2199 2202 1371 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255628569 26729902080 7707 33554432000 4194304 4196468 140735353503760 139957358279248 139958098585499 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2217] ppid=2199 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/2202/task/2217/stat : 2217 (java) S 2199 2202 1371 0 -1 1077944384 296 0 0 0 0 0 0 0 20 0 20 0 255628569 26729902080 7707 33554432000 4194304 4196468 140735353503760 139957357226096 139958098578050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2218] ppid=2199 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/2202/task/2218/stat : 2218 (java) S 2199 2202 1371 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255628569 26729902080 7707 33554432000 4194304 4196468 140735353503760 139957356173296 139958098578050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2219] ppid=2199 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/2202/task/2219/stat : 2219 (java) S 2199 2202 1371 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255628569 26729902080 7707 33554432000 4194304 4196468 140735353503760 139957355121008 139958098578050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2220] ppid=2199 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/2202/task/2220/stat : 2220 (java) S 2199 2202 1371 0 -1 1077944384 247 0 0 0 1 0 0 0 20 0 20 0 255628569 26729902080 7707 33554432000 4194304 4196468 140735353503760 139957354068208 139958098578050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2221] ppid=2199 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/2202/task/2221/stat : 2221 (java) S 2199 2202 1371 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255628569 26729902080 7707 33554432000 4194304 4196468 140735353503760 139957353016160 139958098577109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2222] ppid=2199 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/2202/task/2222/stat : 2222 (java) S 2199 2202 1371 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255628570 26729902080 7773 33554432000 4194304 4196468 140735353503760 139957351963440 139958098578050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 29244 KiB

[startup+0.209707 s]*
/proc/loadavg: 9.77 9.12 8.89 3/199 2222
/proc/meminfo: memFree=23663780/32770624 swapFree=67108792/67108860
[pid=2202] ppid=2199 vsize=26103420 memory=42776 CPUtime=0.29 cores=0-7
/proc/2202/stat : 2202 (java) S 2199 2202 1371 0 -1 1077944320 10402 0 0 0 27 2 0 0 20 0 20 0 255628563 26729902080 10694 33554432000 4194304 4196468 140735353503760 140735353486304 139958098566903 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
/proc/2202/statm: 6525855 10694 3284 1 0 6487932 0
[pid=2202/tid=2204] ppid=2199 vsize=26103420 memory=4026531975 CPUtime=0.19 cores=0-7
/proc/2202/task/2204/stat : 2204 (java) R 2199 2202 1371 0 -1 4202560 8170 0 0 0 18 1 0 0 20 0 20 0 255628564 26729902080 10694 33554432000 4194304 4196468 140735353503760 139958102793728 139958098578838 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2205] ppid=2199 vsize=26103420 memory=10885 CPUtime=0 cores=0-7
/proc/2202/task/2205/stat : 2205 (java) S 2199 2202 1371 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255628565 26729902080 10694 33554432000 4194304 4196468 140735353503760 139958021147536 139958098577109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2206] ppid=2199 vsize=26103420 memory=139992954219971 CPUtime=0 cores=0-7
/proc/2202/task/2206/stat : 2206 (java) S 2199 2202 1371 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255628565 26729902080 10694 33554432000 4194304 4196468 140735353503760 139958020094736 139958098577109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2207] ppid=2199 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/2202/task/2207/stat : 2207 (java) S 2199 2202 1371 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255628565 26729902080 10694 33554432000 4194304 4196468 140735353503760 139957655067792 139958098577109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2208] ppid=2199 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/2202/task/2208/stat : 2208 (java) S 2199 2202 1371 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255628565 26729902080 10694 33554432000 4194304 4196468 140735353503760 139957654014992 139958098577109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2209] ppid=2199 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/2202/task/2209/stat : 2209 (java) S 2199 2202 1371 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255628565 26729902080 10694 33554432000 4194304 4196468 140735353503760 139957652961680 139958098577109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2210] ppid=2199 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/2202/task/2210/stat : 2210 (java) S 2199 2202 1371 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255628565 26729902080 10694 33554432000 4194304 4196468 140735353503760 139957651908880 139958098577109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2211] ppid=2199 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/2202/task/2211/stat : 2211 (java) S 2199 2202 1371 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255628565 26729902080 10694 33554432000 4194304 4196468 140735353503760 139957650856592 139958098577109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2212] ppid=2199 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/2202/task/2212/stat : 2212 (java) S 2199 2202 1371 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255628565 26729902080 10694 33554432000 4194304 4196468 140735353503760 139957649803792 139958098577109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2213] ppid=2199 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/2202/task/2213/stat : 2213 (java) S 2199 2202 1371 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 255628566 26729902080 10694 33554432000 4194304 4196468 140735353503760 139957361437296 139958098578050 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2214] ppid=2199 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/2202/task/2214/stat : 2214 (java) S 2199 2202 1371 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 255628567 26729902080 10694 33554432000 4194304 4196468 140735353503760 139957360383264 139958098577109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2215] ppid=2199 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/2202/task/2215/stat : 2215 (java) S 2199 2202 1371 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 255628567 26729902080 10694 33554432000 4194304 4196468 140735353503760 139957359330928 139958098577109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2216] ppid=2199 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/2202/task/2216/stat : 2216 (java) S 2199 2202 1371 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255628569 26729902080 10694 33554432000 4194304 4196468 140735353503760 139957358279248 139958098585499 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2217] ppid=2199 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/2202/task/2217/stat : 2217 (java) S 2199 2202 1371 0 -1 1077944384 458 0 0 0 0 0 0 0 20 0 20 0 255628569 26729902080 10694 33554432000 4194304 4196468 140735353503760 139957357226096 139958098578050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2218] ppid=2199 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/2202/task/2218/stat : 2218 (java) S 2199 2202 1371 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 20 0 255628569 26729902080 10694 33554432000 4194304 4196468 140735353503760 139957356173296 139958098578050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2219] ppid=2199 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/2202/task/2219/stat : 2219 (java) S 2199 2202 1371 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 255628569 26729902080 10694 33554432000 4194304 4196468 140735353503760 139957355121008 139958098578050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2220] ppid=2199 vsize=26103420 memory=0 CPUtime=0.06 cores=0-7
/proc/2202/task/2220/stat : 2220 (java) R 2199 2202 1371 0 -1 4202560 314 0 0 0 6 0 0 0 20 0 20 0 255628569 26729902080 10694 33554432000 4194304 4196468 140735353503760 139957354063472 139958082647390 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2221] ppid=2199 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/2202/task/2221/stat : 2221 (java) S 2199 2202 1371 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255628569 26729902080 10694 33554432000 4194304 4196468 140735353503760 139957353016160 139958098577109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2222] ppid=2199 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/2202/task/2222/stat : 2222 (java) S 2199 2202 1371 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255628570 26729902080 10694 33554432000 4194304 4196468 140735353503760 139957351963440 139958098578050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 42776 KiB

[startup+0.309398 s]*
/proc/loadavg: 9.77 9.12 8.89 2/199 2222
/proc/meminfo: memFree=23660368/32770624 swapFree=67108792/67108860
[pid=2202] ppid=2199 vsize=26103420 memory=46832 CPUtime=0.42 cores=0-7
/proc/2202/stat : 2202 (java) S 2199 2202 1371 0 -1 1077944320 10877 0 0 0 40 2 0 0 20 0 20 0 255628563 26729902080 11708 33554432000 4194304 4196468 140735353503760 140735353486304 139958098566903 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
/proc/2202/statm: 6525855 11708 3358 1 0 6487932 0
[pid=2202/tid=2204] ppid=2199 vsize=26103420 memory=1399051139730258233 CPUtime=0.29 cores=0-7
/proc/2202/task/2204/stat : 2204 (java) R 2199 2202 1371 0 -1 4202560 8544 0 0 0 28 1 0 0 20 0 20 0 255628564 26729902080 11708 33554432000 4194304 4196468 140735353503760 139958102728640 139958080130447 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2205] ppid=2199 vsize=26103420 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/2202/task/2205/stat : 2205 (java) S 2199 2202 1371 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255628565 26729902080 11708 33554432000 4194304 4196468 140735353503760 139958021147536 139958098577109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2206] ppid=2199 vsize=26103420 memory=3300 CPUtime=0 cores=0-7
/proc/2202/task/2206/stat : 2206 (java) S 2199 2202 1371 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255628565 26729902080 11708 33554432000 4194304 4196468 140735353503760 139958020094736 139958098577109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2207] ppid=2199 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/2202/task/2207/stat : 2207 (java) S 2199 2202 1371 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255628565 26729902080 11708 33554432000 4194304 4196468 140735353503760 139957655067792 139958098577109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2208] ppid=2199 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/2202/task/2208/stat : 2208 (java) S 2199 2202 1371 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255628565 26729902080 11708 33554432000 4194304 4196468 140735353503760 139957654014992 139958098577109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2209] ppid=2199 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/2202/task/2209/stat : 2209 (java) S 2199 2202 1371 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255628565 26729902080 11708 33554432000 4194304 4196468 140735353503760 139957652961680 139958098577109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2210] ppid=2199 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/2202/task/2210/stat : 2210 (java) S 2199 2202 1371 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255628565 26729902080 11708 33554432000 4194304 4196468 140735353503760 139957651908880 139958098577109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2211] ppid=2199 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/2202/task/2211/stat : 2211 (java) S 2199 2202 1371 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255628565 26729902080 11708 33554432000 4194304 4196468 140735353503760 139957650856592 139958098577109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2212] ppid=2199 vsize=26103420 memory=2244 CPUtime=0 cores=0-7
/proc/2202/task/2212/stat : 2212 (java) S 2199 2202 1371 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255628565 26729902080 11708 33554432000 4194304 4196468 140735353503760 139957649803792 139958098577109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2213] ppid=2199 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/2202/task/2213/stat : 2213 (java) S 2199 2202 1371 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 255628566 26729902080 11708 33554432000 4194304 4196468 140735353503760 139957361437296 139958098578050 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2214] ppid=2199 vsize=26103420 memory=139992848495567 CPUtime=0 cores=0-7
/proc/2202/task/2214/stat : 2214 (java) S 2199 2202 1371 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 255628567 26729902080 11708 33554432000 4194304 4196468 140735353503760 139957360383264 139958098577109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2215] ppid=2199 vsize=26103420 memory=279985696993424 CPUtime=0 cores=0-7
/proc/2202/task/2215/stat : 2215 (java) S 2199 2202 1371 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 255628567 26729902080 11708 33554432000 4194304 4196468 140735353503760 139957359330928 139958098577109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2216] ppid=2199 vsize=26103420 memory=279985697009552 CPUtime=0 cores=0-7
/proc/2202/task/2216/stat : 2216 (java) S 2199 2202 1371 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255628569 26729902080 11708 33554432000 4194304 4196468 140735353503760 139957358279248 139958098585499 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2217] ppid=2199 vsize=26103420 memory=279985697007248 CPUtime=0.01 cores=0-7
/proc/2202/task/2217/stat : 2217 (java) S 2199 2202 1371 0 -1 1077944384 467 0 0 0 1 0 0 0 20 0 20 0 255628569 26729902080 11708 33554432000 4194304 4196468 140735353503760 139957357226096 139958098578050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2218] ppid=2199 vsize=26103420 memory=279985697014160 CPUtime=0 cores=0-7
/proc/2202/task/2218/stat : 2218 (java) S 2199 2202 1371 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 20 0 255628569 26729902080 11708 33554432000 4194304 4196468 140735353503760 139957356173296 139958098578050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2219] ppid=2199 vsize=26103420 memory=279985696955440 CPUtime=0.01 cores=0-7
/proc/2202/task/2219/stat : 2219 (java) S 2199 2202 1371 0 -1 1077944384 99 0 0 0 1 0 0 0 20 0 20 0 255628569 26729902080 11708 33554432000 4194304 4196468 140735353503760 139957355121008 139958098578050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2220] ppid=2199 vsize=26103420 memory=279985697027984 CPUtime=0.08 cores=0-7
/proc/2202/task/2220/stat : 2220 (java) S 2199 2202 1371 0 -1 1077944384 332 0 0 0 8 0 0 0 20 0 20 0 255628569 26729902080 11708 33554432000 4194304 4196468 140735353503760 139957354068208 139958098578050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2221] ppid=2199 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/2202/task/2221/stat : 2221 (java) S 2199 2202 1371 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255628569 26729902080 11708 33554432000 4194304 4196468 140735353503760 139957353016160 139958098577109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2222] ppid=2199 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/2202/task/2222/stat : 2222 (java) S 2199 2202 1371 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255628570 26729902080 11708 33554432000 4194304 4196468 140735353503760 139957351963440 139958098578050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 46832 KiB

[startup+0.700848 s]
/proc/loadavg: 9.77 9.12 8.89 3/199 2222
/proc/meminfo: memFree=23636184/32770624 swapFree=67108792/67108860
[pid=2202] ppid=2199 vsize=26105488 memory=87456 CPUtime=0.99 cores=0-7
/proc/2202/stat : 2202 (java) S 2199 2202 1371 0 -1 1077944320 17811 0 0 0 94 5 0 0 20 0 20 0 255628563 26732019712 21864 33554432000 4194304 4196468 140735353503760 140735353486304 139958098566903 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
/proc/2202/statm: 6526372 21864 3470 1 0 6488444 0
[pid=2202/tid=2204] ppid=2199 vsize=26105488 memory=0 CPUtime=0.67 cores=0-7
/proc/2202/task/2204/stat : 2204 (java) R 2199 2202 1371 0 -1 4202560 15021 0 0 0 64 3 0 0 20 0 20 0 255628564 26732019712 21864 33554432000 4194304 4196468 140735353503760 139958102772960 139958082647390 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2205] ppid=2199 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/2202/task/2205/stat : 2205 (java) S 2199 2202 1371 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255628565 26732019712 21864 33554432000 4194304 4196468 140735353503760 139958021147536 139958098577109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2206] ppid=2199 vsize=26105488 memory=279985697399488 CPUtime=0 cores=0-7
/proc/2202/task/2206/stat : 2206 (java) S 2199 2202 1371 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255628565 26732019712 21864 33554432000 4194304 4196468 140735353503760 139958020094736 139958098577109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2207] ppid=2199 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/2202/task/2207/stat : 2207 (java) S 2199 2202 1371 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255628565 26732019712 21864 33554432000 4194304 4196468 140735353503760 139957655067792 139958098577109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2208] ppid=2199 vsize=26105488 memory=1068 CPUtime=0 cores=0-7
/proc/2202/task/2208/stat : 2208 (java) S 2199 2202 1371 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255628565 26732019712 21864 33554432000 4194304 4196468 140735353503760 139957654014992 139958098577109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2209] ppid=2199 vsize=26105488 memory=14888 CPUtime=0 cores=0-7
/proc/2202/task/2209/stat : 2209 (java) S 2199 2202 1371 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255628565 26732019712 21864 33554432000 4194304 4196468 140735353503760 139957652961680 139958098577109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2210] ppid=2199 vsize=26105488 memory=15764 CPUtime=0 cores=0-7
/proc/2202/task/2210/stat : 2210 (java) S 2199 2202 1371 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255628565 26732019712 21864 33554432000 4194304 4196468 140735353503760 139957651908880 139958098577109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2211] ppid=2199 vsize=26105488 memory=39152 CPUtime=0 cores=0-7
/proc/2202/task/2211/stat : 2211 (java) S 2199 2202 1371 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255628565 26732019712 21864 33554432000 4194304 4196468 140735353503760 139957650856592 139958098577109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2212] ppid=2199 vsize=26105488 memory=3300 CPUtime=0 cores=0-7
/proc/2202/task/2212/stat : 2212 (java) S 2199 2202 1371 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255628565 26732019712 21864 33554432000 4194304 4196468 140735353503760 139957649803792 139958098577109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2213] ppid=2199 vsize=26105488 memory=496 CPUtime=0 cores=0-7
/proc/2202/task/2213/stat : 2213 (java) S 2199 2202 1371 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 255628566 26732019712 21864 33554432000 4194304 4196468 140735353503760 139957361437296 139958098578050 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0

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

/proc/2202/task/2210/stat : 2210 (java) S 2199 2202 1371 0 -1 1077944384 5497 0 0 0 14 6 0 0 20 0 39 0 255628565 28041805824 789352 33554432000 4194304 4196468 140735353503760 139957651908880 139958098577109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2211] ppid=2199 vsize=27384576 memory=2168 CPUtime=0.2 cores=0-7
/proc/2202/task/2211/stat : 2211 (java) S 2199 2202 1371 0 -1 1077944384 5481 0 0 0 13 7 0 0 20 0 39 0 255628565 28041805824 789352 33554432000 4194304 4196468 140735353503760 139957650856592 139958098577109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2212] ppid=2199 vsize=27384576 memory=1748 CPUtime=0.19 cores=0-7
/proc/2202/task/2212/stat : 2212 (java) S 2199 2202 1371 0 -1 1077944384 2614 0 0 0 13 6 0 0 20 0 39 0 255628565 28041805824 789352 33554432000 4194304 4196468 140735353503760 139957649803792 139958098577109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2213] ppid=2199 vsize=27384576 memory=8112282956445269571 CPUtime=0.2 cores=0-7
/proc/2202/task/2213/stat : 2213 (java) S 2199 2202 1371 0 -1 1077944384 9920 0 0 0 18 2 0 0 20 0 39 0 255628566 28041805824 789352 33554432000 4194304 4196468 140735353503760 139957361437296 139958098578050 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 15 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2214] ppid=2199 vsize=27384576 memory=4104 CPUtime=0 cores=0-7
/proc/2202/task/2214/stat : 2214 (java) S 2199 2202 1371 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 39 0 255628567 28041805824 789352 33554432000 4194304 4196468 140735353503760 139957360383328 139958098577109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2215] ppid=2199 vsize=27384576 memory=1572 CPUtime=0 cores=0-7
/proc/2202/task/2215/stat : 2215 (java) S 2199 2202 1371 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 39 0 255628567 28041805824 789352 33554432000 4194304 4196468 140735353503760 139957359330944 139958098577109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2216] ppid=2199 vsize=27384576 memory=924 CPUtime=0 cores=0-7
/proc/2202/task/2216/stat : 2216 (java) S 2199 2202 1371 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 39 0 255628569 28041805824 789352 33554432000 4194304 4196468 140735353503760 139957358279248 139958098585499 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2217] ppid=2199 vsize=27384576 memory=2192 CPUtime=1.04 cores=0-7
/proc/2202/task/2217/stat : 2217 (java) S 2199 2202 1371 0 -1 1077944384 7183 0 0 0 102 2 0 0 20 0 39 0 255628569 28041805824 789352 33554432000 4194304 4196468 140735353503760 139957357226096 139958098578050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2218] ppid=2199 vsize=27384576 memory=3984 CPUtime=1.06 cores=0-7
/proc/2202/task/2218/stat : 2218 (java) S 2199 2202 1371 0 -1 1077944384 4733 0 0 0 105 1 0 0 20 0 39 0 255628569 28041805824 789352 33554432000 4194304 4196468 140735353503760 139957356173296 139958098578050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2219] ppid=2199 vsize=27384576 memory=1408 CPUtime=0.98 cores=0-7
/proc/2202/task/2219/stat : 2219 (java) S 2199 2202 1371 0 -1 1077944384 2768 0 0 0 97 1 0 0 20 0 39 0 255628569 28041805824 789352 33554432000 4194304 4196468 140735353503760 139957355121008 139958098578050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2220] ppid=2199 vsize=27384576 memory=8112282956445269571 CPUtime=0.95 cores=0-7
/proc/2202/task/2220/stat : 2220 (java) S 2199 2202 1371 0 -1 1077944384 15229 0 0 0 92 3 0 0 20 0 39 0 255628569 28041805824 789352 33554432000 4194304 4196468 140735353503760 139957354068208 139958098578050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 37 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2221] ppid=2199 vsize=27384576 memory=3157320 CPUtime=0 cores=0-7
/proc/2202/task/2221/stat : 2221 (java) S 2199 2202 1371 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 39 0 255628569 28041805824 789352 33554432000 4194304 4196468 140735353503760 139957353016160 139958098577109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2222] ppid=2199 vsize=27384576 memory=1916 CPUtime=0.03 cores=0-7
/proc/2202/task/2222/stat : 2222 (java) S 2199 2202 1371 0 -1 1077944384 1604 0 0 0 0 3 0 0 20 0 39 0 255628570 28041805824 789352 33554432000 4194304 4196468 140735353503760 139957351963440 139958098578050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 36 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2223] ppid=2199 vsize=27384576 memory=7892 CPUtime=0.09 cores=0-7
/proc/2202/task/2223/stat : 2223 (java) S 2199 2202 1371 0 -1 1077944384 1994 0 0 0 5 4 0 0 20 0 39 0 255628713 28041805824 789352 33554432000 4194304 4196468 140735353503760 139957349008720 139958098577109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2224] ppid=2199 vsize=27384576 memory=808 CPUtime=0.24 cores=0-7
/proc/2202/task/2224/stat : 2224 (java) R 2199 2202 1371 0 -1 1077944384 2167 0 0 0 9 15 0 0 20 0 39 0 255628730 28041805824 789352 33554432000 4194304 4196468 140735353503760 139957270209968 139958098578050 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2225] ppid=2199 vsize=27384576 memory=6155408467426306404 CPUtime=37.94 cores=0-7
/proc/2202/task/2225/stat : 2225 (java) S 2199 2202 1371 0 -1 1077944384 6213 0 0 0 3790 4 0 0 20 0 39 0 255628751 28041805824 789352 33554432000 4194304 4196468 140735353503760 139957267059728 139958098577109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2226] ppid=2199 vsize=27384576 memory=6155408467426306404 CPUtime=41.1 cores=0-7
/proc/2202/task/2226/stat : 2226 (java) R 2199 2202 1371 0 -1 4202560 5055 0 0 0 4102 8 0 0 20 0 39 0 255628752 28041805824 789352 33554432000 4194304 4196468 140735353503760 139957265999416 139957701268735 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2227] ppid=2199 vsize=27384576 memory=1620 CPUtime=55.75 cores=0-7
/proc/2202/task/2227/stat : 2227 (java) S 2199 2202 1371 0 -1 1077944384 5940 0 0 0 5564 11 0 0 20 0 39 0 255628752 28041805824 789352 33554432000 4194304 4196468 140735353503760 139957264954640 139958098577109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2228] ppid=2199 vsize=27384576 memory=4512 CPUtime=35.8 cores=0-7
/proc/2202/task/2228/stat : 2228 (java) S 2199 2202 1371 0 -1 1077944384 6131 0 0 0 3571 9 0 0 20 0 39 0 255628759 28041805824 789352 33554432000 4194304 4196468 140735353503760 139957261804688 139958098577109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2229] ppid=2199 vsize=27384576 memory=3668 CPUtime=37.1 cores=0-7
/proc/2202/task/2229/stat : 2229 (java) R 2199 2202 1371 0 -1 4202560 4131 0 0 0 3703 7 0 0 20 0 39 0 255628759 28041805824 789352 33554432000 4194304 4196468 140735353503760 139957260748016 139957710075884 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2230] ppid=2199 vsize=27384576 memory=8520 CPUtime=18.85 cores=0-7
/proc/2202/task/2230/stat : 2230 (java) S 2199 2202 1371 0 -1 1077944384 2522 0 0 0 1879 6 0 0 20 0 39 0 255628759 28041805824 789352 33554432000 4194304 4196468 140735353503760 139957259699600 139958098577109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2231] ppid=2199 vsize=27384576 memory=1800 CPUtime=54.52 cores=0-7
/proc/2202/task/2231/stat : 2231 (java) R 2199 2202 1371 0 -1 4202560 8684 0 0 0 5446 6 0 0 20 0 39 0 255628759 28041805824 789352 33554432000 4194304 4196468 140735353503760 139957258639880 139958080215851 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2232] ppid=2199 vsize=27384576 memory=1264 CPUtime=10.15 cores=0-7
/proc/2202/task/2232/stat : 2232 (java) R 2199 2202 1371 0 -1 4202560 2013 0 0 0 1013 2 0 0 20 0 39 0 255628759 28041805824 789352 33554432000 4194304 4196468 140735353503760 139957257586264 139957703995281 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2233] ppid=2199 vsize=27384576 memory=6572 CPUtime=57.09 cores=0-7
/proc/2202/task/2233/stat : 2233 (java) R 2199 2202 1371 0 -1 4202560 7588 0 0 0 5696 13 0 0 20 0 39 0 255628759 28041805824 789352 33554432000 4194304 4196468 140735353503760 139957256536072 139957709716692 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2234] ppid=2199 vsize=27384576 memory=748 CPUtime=32.71 cores=0-7
/proc/2202/task/2234/stat : 2234 (java) S 2199 2202 1371 0 -1 1077944384 7185 0 0 0 3259 12 0 0 20 0 39 0 255628764 28041805824 789352 33554432000 4194304 4196468 140735353503760 139957255488400 139958098577109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2235] ppid=2199 vsize=27384576 memory=872 CPUtime=52.92 cores=0-7
/proc/2202/task/2235/stat : 2235 (java) R 2199 2202 1371 0 -1 4202560 7682 0 0 0 5281 11 0 0 20 0 39 0 255628764 28041805824 789352 33554432000 4194304 4196468 140735353503760 139957254427864 139957709721412 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2236] ppid=2199 vsize=27384576 memory=1220 CPUtime=51.63 cores=0-7
/proc/2202/task/2236/stat : 2236 (java) S 2199 2202 1371 0 -1 1077944384 10289 0 0 0 5155 8 0 0 20 0 39 0 255628764 28041805824 789352 33554432000 4194304 4196468 140735353503760 139957253383312 139958098577109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2237] ppid=2199 vsize=27384576 memory=1068 CPUtime=10.08 cores=0-7
/proc/2202/task/2237/stat : 2237 (java) S 2199 2202 1371 0 -1 1077944384 1155 0 0 0 1001 7 0 0 20 0 39 0 255628844 28041805824 789352 33554432000 4194304 4196468 140735353503760 139957250197008 139958098577109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2238] ppid=2199 vsize=27384576 memory=14888 CPUtime=26.47 cores=0-7
/proc/2202/task/2238/stat : 2238 (java) S 2199 2202 1371 0 -1 1077944384 5502 0 0 0 2643 4 0 0 20 0 39 0 255628845 28041805824 789352 33554432000 4194304 4196468 140735353503760 139957249144208 139958098577109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2239] ppid=2199 vsize=27384576 memory=15764 CPUtime=38.99 cores=0-7
/proc/2202/task/2239/stat : 2239 (java) S 2199 2202 1371 0 -1 1077944384 5451 0 0 0 3891 8 0 0 20 0 39 0 255628847 28041805824 789352 33554432000 4194304 4196468 140735353503760 139957248091920 139958098577109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2240] ppid=2199 vsize=27384576 memory=39152 CPUtime=46.8 cores=0-7
/proc/2202/task/2240/stat : 2240 (java) R 2199 2202 1371 0 -1 4202560 6003 0 0 0 4673 7 0 0 20 0 39 0 255628848 28041805824 789352 33554432000 4194304 4196468 140735353503760 139957247034904 139957709189566 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2241] ppid=2199 vsize=27384576 memory=8112282956445269571 CPUtime=37.05 cores=0-7
/proc/2202/task/2241/stat : 2241 (java) R 2199 2202 1371 0 -1 4202560 7260 0 0 0 3699 6 0 0 20 0 39 0 255628850 28041805824 789352 33554432000 4194304 4196468 140735353503760 139957245977784 139957709721174 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
Current children cumulated CPU time: 653.31 s
Current children cumulated vsize: 27384576 KiB
Current children cumulated memory: 3157408 KiB

[startup+84.4014 s]
/proc/loadavg: 9.22 9.09 8.90 10/218 2241
/proc/meminfo: memFree=20544132/32770624 swapFree=67108792/67108860
[pid=2202] ppid=2199 vsize=27384576 memory=3157408 CPUtime=655.73 cores=0-7
/proc/2202/stat : 2202 (java) S 2199 2202 1371 0 -1 1077944320 197412 0 0 0 65363 210 0 0 20 0 39 0 255628563 28041805824 789352 33554432000 4194304 4196468 140735353503760 140735353486304 139958098566903 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
/proc/2202/statm: 6846144 789352 3615 1 0 6807695 0
[pid=2202/tid=2204] ppid=2199 vsize=27384576 memory=8112282956445269571 CPUtime=1.88 cores=0-7
/proc/2202/task/2204/stat : 2204 (java) S 2199 2202 1371 0 -1 1077944384 20272 0 0 0 181 7 0 0 20 0 39 0 255628564 28041805824 789352 33554432000 4194304 4196468 140735353503760 139958102804368 139958098577109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2205] ppid=2199 vsize=27384576 memory=6943526294502006880 CPUtime=0.2 cores=0-7
/proc/2202/task/2205/stat : 2205 (java) S 2199 2202 1371 0 -1 1077944384 4180 0 0 0 15 5 0 0 20 0 39 0 255628565 28041805824 789352 33554432000 4194304 4196468 140735353503760 139958021147536 139958098577109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2206] ppid=2199 vsize=27384576 memory=3157408 CPUtime=0.2 cores=0-7
/proc/2202/task/2206/stat : 2206 (java) S 2199 2202 1371 0 -1 1077944384 3498 0 0 0 14 6 0 0 20 0 39 0 255628565 28041805824 789352 33554432000 4194304 4196468 140735353503760 139958020094736 139958098577109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2207] ppid=2199 vsize=27384576 memory=6944656592455359580 CPUtime=0.2 cores=0-7
/proc/2202/task/2207/stat : 2207 (java) S 2199 2202 1371 0 -1 1077944384 1946 0 0 0 14 6 0 0 20 0 39 0 255628565 28041805824 789352 33554432000 4194304 4196468 140735353503760 139957655067792 139958098577109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2208] ppid=2199 vsize=27384576 memory=3157408 CPUtime=0.19 cores=0-7
/proc/2202/task/2208/stat : 2208 (java) S 2199 2202 1371 0 -1 1077944384 4706 0 0 0 14 5 0 0 20 0 39 0 255628565 28041805824 789352 33554432000 4194304 4196468 140735353503760 139957654014992 139958098577109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2209] ppid=2199 vsize=27384576 memory=8112282956445269571 CPUtime=0.2 cores=0-7
/proc/2202/task/2209/stat : 2209 (java) S 2199 2202 1371 0 -1 1077944384 3345 0 0 0 14 6 0 0 20 0 39 0 255628565 28041805824 789352 33554432000 4194304 4196468 140735353503760 139957652961680 139958098577109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2210] ppid=2199 vsize=27384576 memory=0 CPUtime=0.2 cores=0-7
/proc/2202/task/2210/stat : 2210 (java) S 2199 2202 1371 0 -1 1077944384 5497 0 0 0 14 6 0 0 20 0 39 0 255628565 28041805824 789352 33554432000 4194304 4196468 140735353503760 139957651908880 139958098577109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2211] ppid=2199 vsize=27384576 memory=0 CPUtime=0.21 cores=0-7
/proc/2202/task/2211/stat : 2211 (java) S 2199 2202 1371 0 -1 1077944384 5481 0 0 0 14 7 0 0 20 0 39 0 255628565 28041805824 789352 33554432000 4194304 4196468 140735353503760 139957650856592 139958098577109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2212] ppid=2199 vsize=27384576 memory=0 CPUtime=0.19 cores=0-7
/proc/2202/task/2212/stat : 2212 (java) S 2199 2202 1371 0 -1 1077944384 2615 0 0 0 13 6 0 0 20 0 39 0 255628565 28041805824 789352 33554432000 4194304 4196468 140735353503760 139957649803792 139958098577109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2213] ppid=2199 vsize=27384576 memory=0 CPUtime=0.2 cores=0-7
/proc/2202/task/2213/stat : 2213 (java) S 2199 2202 1371 0 -1 1077944384 9921 0 0 0 18 2 0 0 20 0 39 0 255628566 28041805824 789352 33554432000 4194304 4196468 140735353503760 139957361437296 139958098578050 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 15 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2214] ppid=2199 vsize=27384576 memory=0 CPUtime=0 cores=0-7
/proc/2202/task/2214/stat : 2214 (java) S 2199 2202 1371 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 39 0 255628567 28041805824 789352 33554432000 4194304 4196468 140735353503760 139957360383328 139958098577109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2215] ppid=2199 vsize=27384576 memory=0 CPUtime=0 cores=0-7
/proc/2202/task/2215/stat : 2215 (java) S 2199 2202 1371 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 39 0 255628567 28041805824 789352 33554432000 4194304 4196468 140735353503760 139957359330944 139958098577109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2216] ppid=2199 vsize=27384576 memory=0 CPUtime=0 cores=0-7
/proc/2202/task/2216/stat : 2216 (java) S 2199 2202 1371 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 39 0 255628569 28041805824 789352 33554432000 4194304 4196468 140735353503760 139957358279248 139958098585499 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2217] ppid=2199 vsize=27384576 memory=0 CPUtime=1.04 cores=0-7
/proc/2202/task/2217/stat : 2217 (java) S 2199 2202 1371 0 -1 1077944384 7183 0 0 0 102 2 0 0 20 0 39 0 255628569 28041805824 789352 33554432000 4194304 4196468 140735353503760 139957357226096 139958098578050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2218] ppid=2199 vsize=27384576 memory=0 CPUtime=1.06 cores=0-7
/proc/2202/task/2218/stat : 2218 (java) S 2199 2202 1371 0 -1 1077944384 4733 0 0 0 105 1 0 0 20 0 39 0 255628569 28041805824 789352 33554432000 4194304 4196468 140735353503760 139957356173296 139958098578050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2219] ppid=2199 vsize=27384576 memory=0 CPUtime=0.98 cores=0-7
/proc/2202/task/2219/stat : 2219 (java) S 2199 2202 1371 0 -1 1077944384 2768 0 0 0 97 1 0 0 20 0 39 0 255628569 28041805824 789352 33554432000 4194304 4196468 140735353503760 139957355121008 139958098578050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2220] ppid=2199 vsize=27384576 memory=0 CPUtime=0.95 cores=0-7
/proc/2202/task/2220/stat : 2220 (java) S 2199 2202 1371 0 -1 1077944384 15229 0 0 0 92 3 0 0 20 0 39 0 255628569 28041805824 789352 33554432000 4194304 4196468 140735353503760 139957354068208 139958098578050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 37 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2221] ppid=2199 vsize=27384576 memory=0 CPUtime=0 cores=0-7
/proc/2202/task/2221/stat : 2221 (java) S 2199 2202 1371 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 39 0 255628569 28041805824 789352 33554432000 4194304 4196468 140735353503760 139957353016160 139958098577109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2222] ppid=2199 vsize=27384576 memory=0 CPUtime=0.03 cores=0-7
/proc/2202/task/2222/stat : 2222 (java) S 2199 2202 1371 0 -1 1077944384 1604 0 0 0 0 3 0 0 20 0 39 0 255628570 28041805824 789352 33554432000 4194304 4196468 140735353503760 139957351963440 139958098578050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 36 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2223] ppid=2199 vsize=27384576 memory=0 CPUtime=0.09 cores=0-7
/proc/2202/task/2223/stat : 2223 (java) S 2199 2202 1371 0 -1 1077944384 1994 0 0 0 5 4 0 0 20 0 39 0 255628713 28041805824 789352 33554432000 4194304 4196468 140735353503760 139957349008720 139958098577109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2224] ppid=2199 vsize=27384576 memory=0 CPUtime=0.24 cores=0-7
/proc/2202/task/2224/stat : 2224 (java) S 2199 2202 1371 0 -1 1077944384 2167 0 0 0 9 15 0 0 20 0 39 0 255628730 28041805824 789352 33554432000 4194304 4196468 140735353503760 139957270209968 139958098578050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2225] ppid=2199 vsize=27384576 memory=4126316290023845779 CPUtime=37.94 cores=0-7
/proc/2202/task/2225/stat : 2225 (java) S 2199 2202 1371 0 -1 1077944384 6213 0 0 0 3790 4 0 0 20 0 39 0 255628751 28041805824 789352 33554432000 4194304 4196468 140735353503760 139957267059728 139958098577109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2226] ppid=2199 vsize=27384576 memory=2336 CPUtime=41.35 cores=0-7
/proc/2202/task/2226/stat : 2226 (java) S 2199 2202 1371 0 -1 1077944384 5065 0 0 0 4127 8 0 0 20 0 39 0 255628752 28041805824 789352 33554432000 4194304 4196468 140735353503760 139957266006928 139958098577109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2227] ppid=2199 vsize=27384576 memory=1696 CPUtime=55.75 cores=0-7
/proc/2202/task/2227/stat : 2227 (java) S 2199 2202 1371 0 -1 1077944384 5940 0 0 0 5564 11 0 0 20 0 39 0 255628752 28041805824 789352 33554432000 4194304 4196468 140735353503760 139957264954640 139958098577109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2228] ppid=2199 vsize=27384576 memory=3300 CPUtime=35.8 cores=0-7
/proc/2202/task/2228/stat : 2228 (java) S 2199 2202 1371 0 -1 1077944384 6131 0 0 0 3571 9 0 0 20 0 39 0 255628759 28041805824 789352 33554432000 4194304 4196468 140735353503760 139957261804688 139958098577109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2229] ppid=2199 vsize=27384576 memory=496 CPUtime=37.35 cores=0-7
/proc/2202/task/2229/stat : 2229 (java) S 2199 2202 1371 0 -1 1077944384 4136 0 0 0 3728 7 0 0 20 0 39 0 255628759 28041805824 789352 33554432000 4194304 4196468 140735353503760 139957260752400 139958098577109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2230] ppid=2199 vsize=27384576 memory=1616 CPUtime=18.85 cores=0-7
/proc/2202/task/2230/stat : 2230 (java) S 2199 2202 1371 0 -1 1077944384 2522 0 0 0 1879 6 0 0 20 0 39 0 255628759 28041805824 789352 33554432000 4194304 4196468 140735353503760 139957259699600 139958098577109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2231] ppid=2199 vsize=27384576 memory=1168 CPUtime=54.91 cores=0-7
/proc/2202/task/2231/stat : 2231 (java) R 2199 2202 1371 0 -1 4202560 8690 0 0 0 5485 6 0 0 20 0 39 0 255628759 28041805824 789352 33554432000 4194304 4196468 140735353503760 139957258639800 139957709816621 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2232] ppid=2199 vsize=27384576 memory=928 CPUtime=10.54 cores=0-7
/proc/2202/task/2232/stat : 2232 (java) R 2199 2202 1371 0 -1 4202560 2021 0 0 0 1052 2 0 0 20 0 39 0 255628759 28041805824 789352 33554432000 4194304 4196468 140735353503760 139957257587000 139957709722478 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2233] ppid=2199 vsize=27384576 memory=2336 CPUtime=57.3 cores=0-7
/proc/2202/task/2233/stat : 2233 (java) S 2199 2202 1371 0 -1 1077944384 7595 0 0 0 5717 13 0 0 20 0 39 0 255628759 28041805824 789352 33554432000 4194304 4196468 140735353503760 139957256541200 139958098577109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2234] ppid=2199 vsize=27384576 memory=1696 CPUtime=32.71 cores=0-7
/proc/2202/task/2234/stat : 2234 (java) S 2199 2202 1371 0 -1 1077944384 7185 0 0 0 3259 12 0 0 20 0 39 0 255628764 28041805824 789352 33554432000 4194304 4196468 140735353503760 139957255488400 139958098577109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2235] ppid=2199 vsize=27384576 memory=920 CPUtime=53.31 cores=0-7
/proc/2202/task/2235/stat : 2235 (java) R 2199 2202 1371 0 -1 4202560 7690 0 0 0 5320 11 0 0 20 0 39 0 255628764 28041805824 789352 33554432000 4194304 4196468 140735353503760 139957254428600 139957710073989 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2236] ppid=2199 vsize=27384576 memory=4484 CPUtime=51.63 cores=0-7
/proc/2202/task/2236/stat : 2236 (java) S 2199 2202 1371 0 -1 1077944384 10289 0 0 0 5155 8 0 0 20 0 39 0 255628764 28041805824 789352 33554432000 4194304 4196468 140735353503760 139957253383312 139958098577109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2237] ppid=2199 vsize=27384576 memory=4104 CPUtime=10.08 cores=0-7
/proc/2202/task/2237/stat : 2237 (java) S 2199 2202 1371 0 -1 1077944384 1155 0 0 0 1001 7 0 0 20 0 39 0 255628844 28041805824 789352 33554432000 4194304 4196468 140735353503760 139957250197008 139958098577109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2238] ppid=2199 vsize=27384576 memory=1572 CPUtime=26.47 cores=0-7
/proc/2202/task/2238/stat : 2238 (java) S 2199 2202 1371 0 -1 1077944384 5502 0 0 0 2643 4 0 0 20 0 39 0 255628845 28041805824 789352 33554432000 4194304 4196468 140735353503760 139957249144208 139958098577109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2239] ppid=2199 vsize=27384576 memory=924 CPUtime=38.99 cores=0-7
/proc/2202/task/2239/stat : 2239 (java) S 2199 2202 1371 0 -1 1077944384 5451 0 0 0 3891 8 0 0 20 0 39 0 255628847 28041805824 789352 33554432000 4194304 4196468 140735353503760 139957248091920 139958098577109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2240] ppid=2199 vsize=27384576 memory=2192 CPUtime=46.94 cores=0-7
/proc/2202/task/2240/stat : 2240 (java) S 2199 2202 1371 0 -1 1077944384 6010 0 0 0 4687 7 0 0 20 0 39 0 255628848 28041805824 789352 33554432000 4194304 4196468 140735353503760 139957247039120 139958098577109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
[pid=2202/tid=2241] ppid=2199 vsize=27384576 memory=3984 CPUtime=37.44 cores=0-7
/proc/2202/task/2241/stat : 2241 (java) R 2199 2202 1371 0 -1 4202560 7267 0 0 0 3738 6 0 0 20 0 39 0 255628850 28041805824 789352 33554432000 4194304 4196468 140735353503760 139957245983568 139957703995264 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30081024 140735353504845 140735353505029 140735353505029 140735353507791 0
Current children cumulated CPU time: 655.73 s
Current children cumulated vsize: 27384576 KiB
Current children cumulated memory: 3157408 KiB

[startup+84.8015 s]*
/proc/loadavg: 9.22 9.09 8.90 2/181 2242
/proc/meminfo: memFree=20573140/32770624 swapFree=67108792/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 84.8226
CPU time (s): 657.085
CPU user time (s): 654.943
CPU system time (s): 2.14215
CPU usage (%): 774.658
Max. virtual memory (cumulated for all children) (KiB): 27384576
Max. memory (cumulated for all children) (KiB): 3157412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 654.943
system time used= 2.14215
maximum resident set size= 3160260
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 205998
page faults= 0
swaps= 0
block input operations= 0
block output operations= 288
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 33092
involuntary context switches= 19841


# summary of solver processes directly reported to runsolver:
#   pid: 2202
#   total CPU time (s): 657.085
#   total CPU user time (s): 654.943
#   total CPU system time (s): 2.14215

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.832357 second user time and 1.14657 second system time

The end

Launcher Data

Begin job on node150 at 2018-08-16 02:50:53
IDJOB=4309032
IDBENCH=141409
IDSOLVER=2793
FILE ID=node150/4309032-1534380653
RUNJOBID= node150-1534375539-1398
PBS_JOBID= 21038298
Free space on /tmp= 43008 MiB

SOLVER NAME= OscaR - Parallel with EPS 2018-08-14
BENCH NAME= XCSP18/Dubois/Dubois-025_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-4309032-1534380653/watcher-4309032-1534380653 -o /tmp/evaluation-result-4309032-1534380653/solver-4309032-1534380653 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node150-1534375539-1398 --watchdog 2580  java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 1867135265 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4309032-1534380653.xml

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

MD5SUM BENCH= 973963fd5ae0545f9f330e30fdec40c5
RANDOM SEED=1867135265

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:        23693260 kB
MemAvailable:   31893316 kB
Buffers:          157972 kB
Cached:          8270224 kB
SwapCached:            0 kB
Active:          4192436 kB
Inactive:        4289276 kB
Active(anon):       4884 kB
Inactive(anon):   109536 kB
Active(file):    4187552 kB
Inactive(file):  4179740 kB
Unevictable:        7740 kB
Mlocked:            7740 kB
SwapTotal:      67108860 kB
SwapFree:       67108792 kB
Dirty:             35760 kB
Writeback:             0 kB
AnonPages:         76760 kB
Mapped:            55908 kB
Shmem:             57924 kB
Slab:             289268 kB
SReclaimable:     261224 kB
SUnreclaim:        28044 kB
KernelStack:        3856 kB
PageTables:         5384 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     357876 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     20480 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-16 02:52:18