Trace number 4285432

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 2017-08-22UNSAT 13.9994 4.1104498

General information on the benchmark

NameRenaultMod/RenaultMod-m1-s1/
RenaultMod-40.xml
MD5SUM878edee888014227e65ca0b3d1539934
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 benchmark1.05151
Satisfiable
(Un)Satisfiability was proved
Number of variables108
Number of constraints257
Number of domains1
Minimum domain size42
Maximum domain size42
Distribution of domain sizes[{"size":42,"count":108}]
Minimum variable degree2
Maximum variable degree81
Distribution of variable degrees[{"degree":2,"count":38},{"degree":3,"count":26},{"degree":4,"count":16},{"degree":5,"count":9},{"degree":6,"count":5},{"degree":7,"count":4},{"degree":10,"count":1},{"degree":12,"count":1},{"degree":19,"count":1},{"degree":32,"count":1},{"degree":38,"count":1},{"degree":56,"count":2},{"degree":59,"count":1},{"degree":74,"count":1},{"degree":81,"count":1}]
Minimum constraint arity1
Maximum constraint arity10
Distribution of constraint arities[{"arity":1,"count":108},{"arity":2,"count":42},{"arity":3,"count":20},{"arity":4,"count":19},{"arity":5,"count":9},{"arity":6,"count":38},{"arity":7,"count":14},{"arity":8,"count":5},{"arity":9,"count":1},{"arity":10,"count":1}]
Number of extensional constraints149
Number of intensional constraints108
Distribution of constraint types[{"type":"extension","count":149},{"type":"intension","count":108}]
Optimization problemNO
Type of objective

Solver Data

0.29/0.25	c version: 2017-08-22
0.29/0.26	c seed: 554694813
0.29/0.26	c timeout: 20160
0.29/0.26	c memlimit: 22000
0.29/0.26	c nbcore: 8
0.29/0.28	c Parsing instance...
2.52/1.11	c Parsing done, starting search...
13.51/4.08	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 (11638 MiB free)
  memory of node 1: 16384 MiB (11908 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4285432-1503458628/watcher-4285432-1503458628 -o /tmp/evaluation-result-4285432-1503458628/solver-4285432-1503458628 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node151-1503452705-1308 --watchdog 2580 java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 554694813 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4285432-1503458628.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=1978, runsolver pid=1975
Current StackSize limit: 8192 KiB


[startup+0.100112 s]*
/proc/loadavg: 6.80 6.45 6.00 3/198 1998
/proc/meminfo: memFree=24095880/32770624 swapFree=67108860/67108860
[pid=1978] ppid=1975 vsize=26000852 memory=33008 CPUtime=0.12 cores=0-7
/proc/1978/stat : 1978 (java) S 1975 1978 1281 0 -1 1077944320 8665 0 0 0 10 2 0 0 20 0 20 0 178943436 26624872448 8252 33554432000 4194304 4196468 140728320092496 140728320075040 140531062537975 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
/proc/1978/statm: 6500213 8252 3408 1 0 6487932 0
[pid=1978/tid=1980] ppid=1975 vsize=26000852 memory=1399051139730258233 CPUtime=0.09 cores=0-7
/proc/1978/task/1980/stat : 1980 (java) R 1975 1978 1281 0 -1 4202560 6592 0 0 0 8 1 0 0 20 0 20 0 178943436 26624872448 8260 33554432000 4194304 4196468 140728320092496 140531066734928 140531062559901 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=1981] ppid=1975 vsize=26000852 memory=3677534773662714415 CPUtime=0 cores=0-7
/proc/1978/task/1981/stat : 1981 (java) S 1975 1978 1281 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178943437 26624872448 8260 33554432000 4194304 4196468 140728320092496 140531015158672 140531062548181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=1982] ppid=1975 vsize=26000852 memory=140272455554688 CPUtime=0 cores=0-7
/proc/1978/task/1982/stat : 1982 (java) S 1975 1978 1281 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178943437 26624872448 8260 33554432000 4194304 4196468 140728320092496 140531014105872 140531062548181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=1983] ppid=1975 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/1978/task/1983/stat : 1983 (java) S 1975 1978 1281 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178943437 26624872448 8260 33554432000 4194304 4196468 140728320092496 140531013053584 140531062548181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=1984] ppid=1975 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/1978/task/1984/stat : 1984 (java) S 1975 1978 1281 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178943437 26624872448 8260 33554432000 4194304 4196468 140728320092496 140531012000784 140531062548181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=1985] ppid=1975 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/1978/task/1985/stat : 1985 (java) S 1975 1978 1281 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178943437 26624872448 8260 33554432000 4194304 4196468 140728320092496 140531010947472 140531062548181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=1986] ppid=1975 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/1978/task/1986/stat : 1986 (java) S 1975 1978 1281 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178943437 26624872448 8260 33554432000 4194304 4196468 140728320092496 140531009894672 140531062548181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=1987] ppid=1975 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/1978/task/1987/stat : 1987 (java) S 1975 1978 1281 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178943437 26624872448 8260 33554432000 4194304 4196468 140728320092496 140531008842384 140531062548181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=1988] ppid=1975 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/1978/task/1988/stat : 1988 (java) S 1975 1978 1281 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178943437 26624872448 8260 33554432000 4194304 4196468 140728320092496 140531007789584 140531062548181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=1989] ppid=1975 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/1978/task/1989/stat : 1989 (java) S 1975 1978 1281 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178943438 26624872448 8260 33554432000 4194304 4196468 140728320092496 140529805810288 140531062549122 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=1990] ppid=1975 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/1978/task/1990/stat : 1990 (java) S 1975 1978 1281 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 178943439 26624872448 8260 33554432000 4194304 4196468 140728320092496 140529804756256 140531062548181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=1991] ppid=1975 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/1978/task/1991/stat : 1991 (java) S 1975 1978 1281 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 178943439 26624872448 8260 33554432000 4194304 4196468 140728320092496 140529803703920 140531062548181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=1992] ppid=1975 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/1978/task/1992/stat : 1992 (java) S 1975 1978 1281 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178943441 26624872448 8260 33554432000 4194304 4196468 140728320092496 140529802652240 140531062556571 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=1993] ppid=1975 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/1978/task/1993/stat : 1993 (java) S 1975 1978 1281 0 -1 1077944384 321 0 0 0 0 0 0 0 20 0 20 0 178943441 26624872448 8260 33554432000 4194304 4196468 140728320092496 140529801599088 140531062549122 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=1994] ppid=1975 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/1978/task/1994/stat : 1994 (java) S 1975 1978 1281 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178943441 26624872448 8260 33554432000 4194304 4196468 140728320092496 140529800546288 140531062549122 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=1995] ppid=1975 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/1978/task/1995/stat : 1995 (java) S 1975 1978 1281 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178943442 26624872448 8260 33554432000 4194304 4196468 140728320092496 140529799494000 140531062549122 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=1996] ppid=1975 vsize=26000852 memory=0 CPUtime=0.01 cores=0-7
/proc/1978/task/1996/stat : 1996 (java) R 1975 1978 1281 0 -1 4202560 364 0 0 0 1 0 0 0 20 0 20 0 178943442 26624872448 8260 33554432000 4194304 4196468 140728320092496 140529798441200 140531048862367 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=1997] ppid=1975 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/1978/task/1997/stat : 1997 (java) S 1975 1978 1281 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178943442 26624872448 8260 33554432000 4194304 4196468 140728320092496 140529797389152 140531062548181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=1998] ppid=1975 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/1978/task/1998/stat : 1998 (java) S 1975 1978 1281 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178943442 26624872448 8260 33554432000 4194304 4196468 140728320092496 140529796336432 140531062549122 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26000852 KiB
Current children cumulated memory: 33008 KiB

[startup+0.21027 s]*
/proc/loadavg: 6.80 6.45 6.00 2/198 1998
/proc/meminfo: memFree=24084652/32770624 swapFree=67108860/67108860
[pid=1978] ppid=1975 vsize=26000852 memory=41928 CPUtime=0.29 cores=0-7
/proc/1978/stat : 1978 (java) S 1975 1978 1281 0 -1 1077944320 9655 0 0 0 26 3 0 0 20 0 20 0 178943436 26624872448 10482 33554432000 4194304 4196468 140728320092496 140728320075040 140531062537975 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
/proc/1978/statm: 6500213 10482 3581 1 0 6487932 0
[pid=1978/tid=1980] ppid=1975 vsize=26000852 memory=32758254098972862 CPUtime=0.19 cores=0-7
/proc/1978/task/1980/stat : 1980 (java) R 1975 1978 1281 0 -1 4202560 7226 0 0 0 18 1 0 0 20 0 20 0 178943436 26624872448 10482 33554432000 4194304 4196468 140728320092496 140531066752992 140531062559901 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=1981] ppid=1975 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/1978/task/1981/stat : 1981 (java) S 1975 1978 1281 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178943437 26624872448 10482 33554432000 4194304 4196468 140728320092496 140531015158672 140531062548181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=1982] ppid=1975 vsize=26000852 memory=140272455660975 CPUtime=0 cores=0-7
/proc/1978/task/1982/stat : 1982 (java) S 1975 1978 1281 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178943437 26624872448 10482 33554432000 4194304 4196468 140728320092496 140531014105872 140531062548181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=1983] ppid=1975 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/1978/task/1983/stat : 1983 (java) S 1975 1978 1281 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178943437 26624872448 10482 33554432000 4194304 4196468 140728320092496 140531013053584 140531062548181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=1984] ppid=1975 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/1978/task/1984/stat : 1984 (java) S 1975 1978 1281 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178943437 26624872448 10482 33554432000 4194304 4196468 140728320092496 140531012000784 140531062548181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=1985] ppid=1975 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/1978/task/1985/stat : 1985 (java) S 1975 1978 1281 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178943437 26624872448 10482 33554432000 4194304 4196468 140728320092496 140531010947472 140531062548181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=1986] ppid=1975 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/1978/task/1986/stat : 1986 (java) S 1975 1978 1281 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178943437 26624872448 10482 33554432000 4194304 4196468 140728320092496 140531009894672 140531062548181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=1987] ppid=1975 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/1978/task/1987/stat : 1987 (java) S 1975 1978 1281 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178943437 26624872448 10482 33554432000 4194304 4196468 140728320092496 140531008842384 140531062548181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=1988] ppid=1975 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/1978/task/1988/stat : 1988 (java) S 1975 1978 1281 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178943437 26624872448 10482 33554432000 4194304 4196468 140728320092496 140531007789584 140531062548181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=1989] ppid=1975 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/1978/task/1989/stat : 1989 (java) S 1975 1978 1281 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 178943438 26624872448 10482 33554432000 4194304 4196468 140728320092496 140529805810288 140531062549122 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=1990] ppid=1975 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/1978/task/1990/stat : 1990 (java) S 1975 1978 1281 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 178943439 26624872448 10482 33554432000 4194304 4196468 140728320092496 140529804756256 140531062548181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=1991] ppid=1975 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/1978/task/1991/stat : 1991 (java) S 1975 1978 1281 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 178943439 26624872448 10482 33554432000 4194304 4196468 140728320092496 140529803703920 140531062548181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=1992] ppid=1975 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/1978/task/1992/stat : 1992 (java) S 1975 1978 1281 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178943441 26624872448 10482 33554432000 4194304 4196468 140728320092496 140529802652240 140531062556571 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=1993] ppid=1975 vsize=26000852 memory=0 CPUtime=0.01 cores=0-7
/proc/1978/task/1993/stat : 1993 (java) S 1975 1978 1281 0 -1 1077944384 439 0 0 0 1 0 0 0 20 0 20 0 178943441 26624872448 10482 33554432000 4194304 4196468 140728320092496 140529801599088 140531062549122 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=1994] ppid=1975 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/1978/task/1994/stat : 1994 (java) S 1975 1978 1281 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 20 0 178943441 26624872448 10482 33554432000 4194304 4196468 140728320092496 140529800546288 140531062549122 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=1995] ppid=1975 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/1978/task/1995/stat : 1995 (java) S 1975 1978 1281 0 -1 1077944384 168 0 0 0 0 0 0 0 20 0 20 0 178943442 26624872448 10482 33554432000 4194304 4196468 140728320092496 140529799494000 140531062549122 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=1996] ppid=1975 vsize=26000852 memory=0 CPUtime=0.05 cores=0-7
/proc/1978/task/1996/stat : 1996 (java) S 1975 1978 1281 0 -1 1077944384 390 0 0 0 5 0 0 0 20 0 20 0 178943442 26624872448 10482 33554432000 4194304 4196468 140728320092496 140529798441200 140531062549122 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=1997] ppid=1975 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/1978/task/1997/stat : 1997 (java) S 1975 1978 1281 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178943442 26624872448 10482 33554432000 4194304 4196468 140728320092496 140529797389152 140531062548181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=1998] ppid=1975 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/1978/task/1998/stat : 1998 (java) S 1975 1978 1281 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178943442 26624872448 10482 33554432000 4194304 4196468 140728320092496 140529796336432 140531062549122 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 26000852 KiB
Current children cumulated memory: 41928 KiB

[startup+0.309621 s]*
/proc/loadavg: 6.80 6.45 6.00 2/198 1998
/proc/meminfo: memFree=24077364/32770624 swapFree=67108860/67108860
[pid=1978] ppid=1975 vsize=26000872 memory=49584 CPUtime=0.47 cores=0-7
/proc/1978/stat : 1978 (java) S 1975 1978 1281 0 -1 1077944320 10672 0 0 0 44 3 0 0 20 0 20 0 178943436 26624892928 12396 33554432000 4194304 4196468 140728320092496 140728320075040 140531062537975 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
/proc/1978/statm: 6500218 12396 3690 1 0 6487932 0
[pid=1978/tid=1980] ppid=1975 vsize=26000872 memory=1399051139730258233 CPUtime=0.29 cores=0-7
/proc/1978/task/1980/stat : 1980 (java) R 1975 1978 1281 0 -1 4202560 7793 0 0 0 27 2 0 0 20 0 20 0 178943436 26624892928 12396 33554432000 4194304 4196468 140728320092496 140531066768592 140531062559901 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=1981] ppid=1975 vsize=26000872 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/1978/task/1981/stat : 1981 (java) S 1975 1978 1281 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178943437 26624892928 12396 33554432000 4194304 4196468 140728320092496 140531015158672 140531062548181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=1982] ppid=1975 vsize=26000872 memory=8748 CPUtime=0 cores=0-7
/proc/1978/task/1982/stat : 1982 (java) S 1975 1978 1281 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178943437 26624892928 12396 33554432000 4194304 4196468 140728320092496 140531014105872 140531062548181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=1983] ppid=1975 vsize=26000872 memory=15876 CPUtime=0 cores=0-7
/proc/1978/task/1983/stat : 1983 (java) S 1975 1978 1281 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178943437 26624892928 12396 33554432000 4194304 4196468 140728320092496 140531013053584 140531062548181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=1984] ppid=1975 vsize=26000872 memory=4052 CPUtime=0 cores=0-7
/proc/1978/task/1984/stat : 1984 (java) S 1975 1978 1281 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178943437 26624892928 12396 33554432000 4194304 4196468 140728320092496 140531012000784 140531062548181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=1985] ppid=1975 vsize=26000872 memory=28344 CPUtime=0 cores=0-7
/proc/1978/task/1985/stat : 1985 (java) S 1975 1978 1281 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178943437 26624892928 12396 33554432000 4194304 4196468 140728320092496 140531010947472 140531062548181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=1986] ppid=1975 vsize=26000872 memory=18472 CPUtime=0 cores=0-7
/proc/1978/task/1986/stat : 1986 (java) S 1975 1978 1281 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178943437 26624892928 12396 33554432000 4194304 4196468 140728320092496 140531009894672 140531062548181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=1987] ppid=1975 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/1978/task/1987/stat : 1987 (java) S 1975 1978 1281 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178943437 26624892928 12396 33554432000 4194304 4196468 140728320092496 140531008842384 140531062548181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=1988] ppid=1975 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/1978/task/1988/stat : 1988 (java) S 1975 1978 1281 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178943437 26624892928 12396 33554432000 4194304 4196468 140728320092496 140531007789584 140531062548181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=1989] ppid=1975 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/1978/task/1989/stat : 1989 (java) S 1975 1978 1281 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 178943438 26624892928 12396 33554432000 4194304 4196468 140728320092496 140529805810288 140531062549122 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=1990] ppid=1975 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/1978/task/1990/stat : 1990 (java) S 1975 1978 1281 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 178943439 26624892928 12396 33554432000 4194304 4196468 140728320092496 140529804756256 140531062548181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=1991] ppid=1975 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/1978/task/1991/stat : 1991 (java) S 1975 1978 1281 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 178943439 26624892928 12396 33554432000 4194304 4196468 140728320092496 140529803703920 140531062548181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=1992] ppid=1975 vsize=26000872 memory=2244 CPUtime=0 cores=0-7
/proc/1978/task/1992/stat : 1992 (java) S 1975 1978 1281 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178943441 26624892928 12396 33554432000 4194304 4196468 140728320092496 140529802652240 140531062556571 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=1993] ppid=1975 vsize=26000872 memory=2244 CPUtime=0.03 cores=0-7
/proc/1978/task/1993/stat : 1993 (java) S 1975 1978 1281 0 -1 1077944384 623 0 0 0 3 0 0 0 20 0 20 0 178943441 26624892928 12396 33554432000 4194304 4196468 140728320092496 140529801599088 140531062549122 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=1994] ppid=1975 vsize=26000872 memory=2244 CPUtime=0.01 cores=0-7
/proc/1978/task/1994/stat : 1994 (java) S 1975 1978 1281 0 -1 1077944384 59 0 0 0 1 0 0 0 20 0 20 0 178943441 26624892928 12396 33554432000 4194304 4196468 140728320092496 140529800546288 140531062549122 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=1995] ppid=1975 vsize=26000872 memory=2244 CPUtime=0.03 cores=0-7
/proc/1978/task/1995/stat : 1995 (java) S 1975 1978 1281 0 -1 1077944384 339 0 0 0 3 0 0 0 20 0 20 0 178943442 26624892928 12396 33554432000 4194304 4196468 140728320092496 140529799494000 140531062549122 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=1996] ppid=1975 vsize=26000872 memory=2244 CPUtime=0.08 cores=0-7
/proc/1978/task/1996/stat : 1996 (java) S 1975 1978 1281 0 -1 1077944384 471 0 0 0 8 0 0 0 20 0 20 0 178943442 26624892928 12396 33554432000 4194304 4196468 140728320092496 140529798441200 140531062549122 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=1997] ppid=1975 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/1978/task/1997/stat : 1997 (java) S 1975 1978 1281 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178943442 26624892928 12396 33554432000 4194304 4196468 140728320092496 140529797389152 140531062548181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=1998] ppid=1975 vsize=26000872 memory=1 CPUtime=0 cores=0-7
/proc/1978/task/1998/stat : 1998 (java) S 1975 1978 1281 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178943442 26624892928 12396 33554432000 4194304 4196468 140728320092496 140529796336432 140531062549122 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 26000872 KiB
Current children cumulated memory: 49584 KiB

[startup+0.700904 s]
/proc/loadavg: 6.80 6.45 6.00 2/198 1998
/proc/meminfo: memFree=24061388/32770624 swapFree=67108860/67108860
[pid=1978] ppid=1975 vsize=26002920 memory=125976 CPUtime=1.56 cores=0-7
/proc/1978/stat : 1978 (java) S 1975 1978 1281 0 -1 1077944320 14895 0 0 0 151 5 0 0 20 0 20 0 178943436 26626990080 31494 33554432000 4194304 4196468 140728320092496 140728320075040 140531062537975 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
/proc/1978/statm: 6500730 31494 3773 1 0 6488444 0
[pid=1978/tid=1980] ppid=1975 vsize=26002920 memory=0 CPUtime=0.67 cores=0-7
/proc/1978/task/1980/stat : 1980 (java) R 1975 1978 1281 0 -1 4202560 8525 0 0 0 64 3 0 0 20 0 20 0 178943436 26626990080 31494 33554432000 4194304 4196468 140728320092496 140531066774144 140530678559471 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=1981] ppid=1975 vsize=26002920 memory=0 CPUtime=0 cores=0-7
/proc/1978/task/1981/stat : 1981 (java) S 1975 1978 1281 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178943437 26626990080 31494 33554432000 4194304 4196468 140728320092496 140531015158672 140531062548181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=1982] ppid=1975 vsize=26002920 memory=0 CPUtime=0 cores=0-7
/proc/1978/task/1982/stat : 1982 (java) S 1975 1978 1281 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178943437 26626990080 31494 33554432000 4194304 4196468 140728320092496 140531014105872 140531062548181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=1983] ppid=1975 vsize=26002920 memory=0 CPUtime=0 cores=0-7
/proc/1978/task/1983/stat : 1983 (java) S 1975 1978 1281 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178943437 26626990080 31494 33554432000 4194304 4196468 140728320092496 140531013053584 140531062548181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=1984] ppid=1975 vsize=26002920 memory=4612 CPUtime=0 cores=0-7
/proc/1978/task/1984/stat : 1984 (java) S 1975 1978 1281 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178943437 26626990080 31494 33554432000 4194304 4196468 140728320092496 140531012000784 140531062548181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=1985] ppid=1975 vsize=26002920 memory=1008 CPUtime=0 cores=0-7
/proc/1978/task/1985/stat : 1985 (java) S 1975 1978 1281 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178943437 26626990080 31494 33554432000 4194304 4196468 140728320092496 140531010947472 140531062548181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=1986] ppid=1975 vsize=26002920 memory=1944 CPUtime=0 cores=0-7
/proc/1978/task/1986/stat : 1986 (java) S 1975 1978 1281 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178943437 26626990080 31494 33554432000 4194304 4196468 140728320092496 140531009894672 140531062548181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=1987] ppid=1975 vsize=26002920 memory=1200 CPUtime=0 cores=0-7
/proc/1978/task/1987/stat : 1987 (java) S 1975 1978 1281 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178943437 26626990080 31494 33554432000 4194304 4196468 140728320092496 140531008842384 140531062548181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=1988] ppid=1975 vsize=26002920 memory=1424 CPUtime=0 cores=0-7
/proc/1978/task/1988/stat : 1988 (java) S 1975 1978 1281 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178943437 26626990080 31494 33554432000 4194304 4196468 140728320092496 140531007789584 140531062548181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=1989] ppid=1975 vsize=26002920 memory=8748 CPUtime=0 cores=0-7
/proc/1978/task/1989/stat : 1989 (java) S 1975 1978 1281 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 178943438 26626990080 31494 33554432000 4194304 4196468 140728320092496 140529805810288 140531062549122 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0

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

[pid=1978/tid=1997] ppid=1975 vsize=26142192 memory=0 CPUtime=0 cores=0-7
/proc/1978/task/1997/stat : 1997 (java) S 1975 1978 1281 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 178943442 26769604608 103143 33554432000 4194304 4196468 140728320092496 140529797389152 140531062548181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=1998] ppid=1975 vsize=26142192 memory=0 CPUtime=0 cores=0-7
/proc/1978/task/1998/stat : 1998 (java) S 1975 1978 1281 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 178943442 26769604608 103143 33554432000 4194304 4196468 140728320092496 140529796336432 140531062549122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=1999] ppid=1975 vsize=26142192 memory=0 CPUtime=0 cores=0-7
/proc/1978/task/1999/stat : 1999 (java) S 1975 1978 1281 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 22 0 178943735 26769604608 103143 33554432000 4194304 4196468 140728320092496 140529788142976 140531062548181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
Current children cumulated CPU time: 7.46 s
Current children cumulated vsize: 26142192 KiB
Current children cumulated memory: 412572 KiB

[startup+3.60174 s]
/proc/loadavg: 6.80 6.45 6.00 5/199 1999
/proc/meminfo: memFree=23718756/32770624 swapFree=67108860/67108860
[pid=1978] ppid=1975 vsize=26876444 memory=789808 CPUtime=10.27 cores=0-7
/proc/1978/stat : 1978 (java) S 1975 1978 1281 0 -1 1077944320 30902 0 0 0 953 74 0 0 20 0 33 0 178943436 27521478656 197452 33554432000 4194304 4196468 140728320092496 140728320075040 140531062537975 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
/proc/1978/statm: 6719111 197452 3835 1 0 6706825 0
[pid=1978/tid=1980] ppid=1975 vsize=26876444 memory=1292 CPUtime=3.13 cores=0-7
/proc/1978/task/1980/stat : 1980 (java) S 1975 1978 1281 0 -1 1077944384 11792 0 0 0 303 10 0 0 20 0 33 0 178943436 27521478656 197452 33554432000 4194304 4196468 140728320092496 140531066775360 140531062548181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=1981] ppid=1975 vsize=26876444 memory=2428 CPUtime=0.14 cores=0-7
/proc/1978/task/1981/stat : 1981 (java) S 1975 1978 1281 0 -1 1077944384 165 0 0 0 10 4 0 0 20 0 33 0 178943437 27521478656 197452 33554432000 4194304 4196468 140728320092496 140531015158672 140531062548181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=1982] ppid=1975 vsize=26876444 memory=1840 CPUtime=0.14 cores=0-7
/proc/1978/task/1982/stat : 1982 (java) S 1975 1978 1281 0 -1 1077944384 105 0 0 0 9 5 0 0 20 0 33 0 178943437 27521478656 197452 33554432000 4194304 4196468 140728320092496 140531014105872 140531062548181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=1983] ppid=1975 vsize=26876444 memory=792 CPUtime=0.16 cores=0-7
/proc/1978/task/1983/stat : 1983 (java) S 1975 1978 1281 0 -1 1077944384 104 0 0 0 10 6 0 0 20 0 33 0 178943437 27521478656 197452 33554432000 4194304 4196468 140728320092496 140531013053584 140531062548181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=1984] ppid=1975 vsize=26876444 memory=10096 CPUtime=0.14 cores=0-7
/proc/1978/task/1984/stat : 1984 (java) S 1975 1978 1281 0 -1 1077944384 105 0 0 0 8 6 0 0 20 0 33 0 178943437 27521478656 197452 33554432000 4194304 4196468 140728320092496 140531012000784 140531062548181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=1985] ppid=1975 vsize=26876444 memory=1224 CPUtime=0.13 cores=0-7
/proc/1978/task/1985/stat : 1985 (java) S 1975 1978 1281 0 -1 1077944384 126 0 0 0 8 5 0 0 20 0 33 0 178943437 27521478656 197452 33554432000 4194304 4196468 140728320092496 140531010947472 140531062548181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=1986] ppid=1975 vsize=26876444 memory=2241 CPUtime=0.12 cores=0-7
/proc/1978/task/1986/stat : 1986 (java) S 1975 1978 1281 0 -1 1077944384 107 0 0 0 7 5 0 0 20 0 33 0 178943437 27521478656 197452 33554432000 4194304 4196468 140728320092496 140531009894672 140531062548181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=1987] ppid=1975 vsize=26876444 memory=8112282956445269571 CPUtime=0.15 cores=0-7
/proc/1978/task/1987/stat : 1987 (java) S 1975 1978 1281 0 -1 1077944384 102 0 0 0 10 5 0 0 20 0 33 0 178943437 27521478656 197452 33554432000 4194304 4196468 140728320092496 140531008842384 140531062548181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=1988] ppid=1975 vsize=26876444 memory=4138127952194991006 CPUtime=0.14 cores=0-7
/proc/1978/task/1988/stat : 1988 (java) S 1975 1978 1281 0 -1 1077944384 104 0 0 0 9 5 0 0 20 0 33 0 178943437 27521478656 197452 33554432000 4194304 4196468 140728320092496 140531007789584 140531062548181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=1989] ppid=1975 vsize=26876444 memory=0 CPUtime=0.01 cores=0-7
/proc/1978/task/1989/stat : 1989 (java) S 1975 1978 1281 0 -1 1077944384 538 0 0 0 1 0 0 0 20 0 33 0 178943438 27521478656 197452 33554432000 4194304 4196468 140728320092496 140529805810288 140531062549122 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=1990] ppid=1975 vsize=26876444 memory=5787213835654554711 CPUtime=0 cores=0-7
/proc/1978/task/1990/stat : 1990 (java) S 1975 1978 1281 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 33 0 178943439 27521478656 197452 33554432000 4194304 4196468 140728320092496 140529804756320 140531062548181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=1991] ppid=1975 vsize=26876444 memory=7158016849663125607 CPUtime=0 cores=0-7
/proc/1978/task/1991/stat : 1991 (java) S 1975 1978 1281 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 33 0 178943439 27521478656 197452 33554432000 4194304 4196468 140728320092496 140529803703936 140531062548181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=1992] ppid=1975 vsize=26876444 memory=7596277704825528679 CPUtime=0 cores=0-7
/proc/1978/task/1992/stat : 1992 (java) S 1975 1978 1281 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 33 0 178943441 27521478656 197452 33554432000 4194304 4196468 140728320092496 140529802652240 140531062556571 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=1993] ppid=1975 vsize=26876444 memory=-8820979915922421270 CPUtime=1.17 cores=0-7
/proc/1978/task/1993/stat : 1993 (java) R 1975 1978 1281 0 -1 4202560 3960 0 0 0 116 1 0 0 20 0 33 0 178943441 27521478656 197452 33554432000 4194304 4196468 140728320092496 140529801587760 140531045922803 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=1994] ppid=1975 vsize=26876444 memory=7373668299958692233 CPUtime=1.34 cores=0-7
/proc/1978/task/1994/stat : 1994 (java) R 1975 1978 1281 0 -1 4202560 4390 0 0 0 133 1 0 0 20 0 33 0 178943441 27521478656 197452 33554432000 4194304 4196468 140728320092496 140529800546288 140531048581777 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=1995] ppid=1975 vsize=26876444 memory=7295945017690972058 CPUtime=1.11 cores=0-7
/proc/1978/task/1995/stat : 1995 (java) R 1975 1978 1281 0 -1 4202560 2589 0 0 0 110 1 0 0 20 0 33 0 178943442 27521478656 197452 33554432000 4194304 4196468 140728320092496 140529799481312 140531048560266 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=1996] ppid=1975 vsize=26876444 memory=7373893893280839994 CPUtime=0.81 cores=0-7
/proc/1978/task/1996/stat : 1996 (java) S 1975 1978 1281 0 -1 1077944384 4609 0 0 0 80 1 0 0 20 0 33 0 178943442 27521478656 197452 33554432000 4194304 4196468 140728320092496 140529798441200 140531062549122 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=1997] ppid=1975 vsize=26876444 memory=7668329908746279012 CPUtime=0 cores=0-7
/proc/1978/task/1997/stat : 1997 (java) S 1975 1978 1281 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 33 0 178943442 27521478656 197452 33554432000 4194304 4196468 140728320092496 140529797389152 140531062548181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=1998] ppid=1975 vsize=26876444 memory=7597132098393106257 CPUtime=0 cores=0-7
/proc/1978/task/1998/stat : 1998 (java) S 1975 1978 1281 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 33 0 178943442 27521478656 197452 33554432000 4194304 4196468 140728320092496 140529796336432 140531062549122 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=1999] ppid=1975 vsize=26876444 memory=7380671248541445222 CPUtime=0 cores=0-7
/proc/1978/task/1999/stat : 1999 (java) S 1975 1978 1281 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 33 0 178943735 27521478656 197452 33554432000 4194304 4196468 140728320092496 140529788142976 140531062548181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
Current children cumulated CPU time: 10.27 s
Current children cumulated vsize: 26876444 KiB
Current children cumulated memory: 789808 KiB

[startup+4.01074 s]*
/proc/loadavg: 7.06 6.51 6.02 29/224 2024
/proc/meminfo: memFree=23332676/32770624 swapFree=67108860/67108860
[pid=1978] ppid=1975 vsize=27743860 memory=790812 CPUtime=13.51 cores=0-7
/proc/1978/stat : 1978 (java) S 1975 1978 1281 0 -1 1077944320 32227 0 0 0 1275 76 0 0 20 0 46 0 178943436 28409712640 197703 33554432000 4194304 4196468 140728320092496 140728320075040 140531062537975 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
/proc/1978/statm: 6935965 197703 3839 1 0 6923158 0
[pid=1978/tid=1980] ppid=1975 vsize=27743860 memory=1399051139730258233 CPUtime=3.13 cores=0-7
/proc/1978/task/1980/stat : 1980 (java) S 1975 1978 1281 0 -1 1077944384 11799 0 0 0 303 10 0 0 20 0 46 0 178943436 28409712640 197703 33554432000 4194304 4196468 140728320092496 140531066775680 140531062548181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=1981] ppid=1975 vsize=27743860 memory=3677534773662714415 CPUtime=0.14 cores=0-7
/proc/1978/task/1981/stat : 1981 (java) S 1975 1978 1281 0 -1 1077944384 165 0 0 0 10 4 0 0 20 0 46 0 178943437 28409712640 197703 33554432000 4194304 4196468 140728320092496 140531015158672 140531062548181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=1982] ppid=1975 vsize=27743860 memory=140272455554688 CPUtime=0.14 cores=0-7
/proc/1978/task/1982/stat : 1982 (java) S 1975 1978 1281 0 -1 1077944384 105 0 0 0 9 5 0 0 20 0 46 0 178943437 28409712640 197703 33554432000 4194304 4196468 140728320092496 140531014105872 140531062548181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=1983] ppid=1975 vsize=27743860 memory=0 CPUtime=0.16 cores=0-7
/proc/1978/task/1983/stat : 1983 (java) S 1975 1978 1281 0 -1 1077944384 104 0 0 0 10 6 0 0 20 0 46 0 178943437 28409712640 197703 33554432000 4194304 4196468 140728320092496 140531013053584 140531062548181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=1984] ppid=1975 vsize=27743860 memory=-1 CPUtime=0.14 cores=0-7
/proc/1978/task/1984/stat : 1984 (java) S 1975 1978 1281 0 -1 1077944384 105 0 0 0 8 6 0 0 20 0 46 0 178943437 28409712640 197703 33554432000 4194304 4196468 140728320092496 140531012000784 140531062548181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=1985] ppid=1975 vsize=27743860 memory=0 CPUtime=0.13 cores=0-7
/proc/1978/task/1985/stat : 1985 (java) S 1975 1978 1281 0 -1 1077944384 126 0 0 0 8 5 0 0 20 0 46 0 178943437 28409712640 197703 33554432000 4194304 4196468 140728320092496 140531010947472 140531062548181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=1986] ppid=1975 vsize=27743860 memory=8112282956445269571 CPUtime=0.12 cores=0-7
/proc/1978/task/1986/stat : 1986 (java) S 1975 1978 1281 0 -1 1077944384 107 0 0 0 7 5 0 0 20 0 46 0 178943437 28409712640 197703 33554432000 4194304 4196468 140728320092496 140531009894672 140531062548181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=1987] ppid=1975 vsize=27743860 memory=2204 CPUtime=0.15 cores=0-7
/proc/1978/task/1987/stat : 1987 (java) S 1975 1978 1281 0 -1 1077944384 102 0 0 0 10 5 0 0 20 0 46 0 178943437 28409712640 197703 33554432000 4194304 4196468 140728320092496 140531008842384 140531062548181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=1988] ppid=1975 vsize=27743860 memory=7792 CPUtime=0.14 cores=0-7
/proc/1978/task/1988/stat : 1988 (java) S 1975 1978 1281 0 -1 1077944384 104 0 0 0 9 5 0 0 20 0 46 0 178943437 28409712640 197703 33554432000 4194304 4196468 140728320092496 140531007789584 140531062548181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=1989] ppid=1975 vsize=27743860 memory=844 CPUtime=0.01 cores=0-7
/proc/1978/task/1989/stat : 1989 (java) S 1975 1978 1281 0 -1 1077944384 538 0 0 0 1 0 0 0 20 0 46 0 178943438 28409712640 197703 33554432000 4194304 4196468 140728320092496 140529805810288 140531062549122 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=1990] ppid=1975 vsize=27743860 memory=1399051139730258233 CPUtime=0 cores=0-7
/proc/1978/task/1990/stat : 1990 (java) S 1975 1978 1281 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 46 0 178943439 28409712640 197703 33554432000 4194304 4196468 140728320092496 140529804756320 140531062548181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=1991] ppid=1975 vsize=27743860 memory=0 CPUtime=0 cores=0-7
/proc/1978/task/1991/stat : 1991 (java) S 1975 1978 1281 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 46 0 178943439 28409712640 197703 33554432000 4194304 4196468 140728320092496 140529803703936 140531062548181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=1992] ppid=1975 vsize=27743860 memory=0 CPUtime=0 cores=0-7
/proc/1978/task/1992/stat : 1992 (java) S 1975 1978 1281 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 46 0 178943441 28409712640 197703 33554432000 4194304 4196468 140728320092496 140529802652240 140531062556571 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=1993] ppid=1975 vsize=27743860 memory=0 CPUtime=1.35 cores=0-7
/proc/1978/task/1993/stat : 1993 (java) R 1975 1978 1281 0 -1 4202560 3994 0 0 0 134 1 0 0 20 0 46 0 178943441 28409712640 197703 33554432000 4194304 4196468 140728320092496 140529801585632 140531047642528 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=1994] ppid=1975 vsize=27743860 memory=0 CPUtime=1.66 cores=0-7
/proc/1978/task/1994/stat : 1994 (java) R 1975 1978 1281 0 -1 4202560 4449 0 0 0 165 1 0 0 20 0 46 0 178943441 28409712640 197703 33554432000 4194304 4196468 140728320092496 140529800533104 140531047450304 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=1995] ppid=1975 vsize=27743860 memory=0 CPUtime=1.46 cores=0-7
/proc/1978/task/1995/stat : 1995 (java) R 1975 1978 1281 0 -1 4202560 3087 0 0 0 145 1 0 0 20 0 46 0 178943442 28409712640 197703 33554432000 4194304 4196468 140728320092496 140529799479968 140531044059201 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=1996] ppid=1975 vsize=27743860 memory=0 CPUtime=0.92 cores=0-7
/proc/1978/task/1996/stat : 1996 (java) S 1975 1978 1281 0 -1 1077944384 4765 0 0 0 90 2 0 0 20 0 46 0 178943442 28409712640 197703 33554432000 4194304 4196468 140728320092496 140529798441200 140531062549122 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=1997] ppid=1975 vsize=27743860 memory=0 CPUtime=0 cores=0-7
/proc/1978/task/1997/stat : 1997 (java) S 1975 1978 1281 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 46 0 178943442 28409712640 197703 33554432000 4194304 4196468 140728320092496 140529797389152 140531062548181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=1998] ppid=1975 vsize=27743860 memory=140272357244543 CPUtime=0 cores=0-7
/proc/1978/task/1998/stat : 1998 (java) S 1975 1978 1281 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 46 0 178943442 28409712640 197703 33554432000 4194304 4196468 140728320092496 140529796336432 140531062549122 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=1999] ppid=1975 vsize=27743860 memory=67 CPUtime=0.01 cores=0-7
/proc/1978/task/1999/stat : 1999 (java) R 1975 1978 1281 0 -1 1077944384 34 0 0 0 1 0 0 0 20 0 46 0 178943735 28409712640 197703 33554432000 4194304 4196468 140728320092496 140529788142736 140531062559165 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=2000] ppid=1975 vsize=27743860 memory=0 CPUtime=0 cores=0-7
/proc/1978/task/2000/stat : 2000 (java) S 1975 1978 1281 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 46 0 178943746 28409712640 197703 33554432000 4194304 4196468 140728320092496 140529715111248 140531062549122 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=2001] ppid=1975 vsize=27743860 memory=7164494090026506088 CPUtime=0.11 cores=0-7
/proc/1978/task/2001/stat : 2001 (java) R 1975 1978 1281 0 -1 1077944384 137 0 0 0 11 0 0 0 20 0 46 0 178943756 28409712640 197703 33554432000 4194304 4196468 140728320092496 140529714058128 140531062548181 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=2002] ppid=1975 vsize=27743860 memory=6224634810097751394 CPUtime=0.24 cores=0-7
/proc/1978/task/2002/stat : 2002 (java) R 1975 1978 1281 0 -1 1077944384 107 0 0 0 23 1 0 0 20 0 46 0 178943757 28409712640 197703 33554432000 4194304 4196468 140728320092496 140529710908096 140531062548181 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=2003] ppid=1975 vsize=27743860 memory=5936706817159160929 CPUtime=0.29 cores=0-7
/proc/1978/task/2003/stat : 2003 (java) R 1975 1978 1281 0 -1 1077944384 111 0 0 0 28 1 0 0 20 0 46 0 178943757 28409712640 197703 33554432000 4194304 4196468 140728320092496 140529709855888 140531062548181 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=2004] ppid=1975 vsize=27743860 memory=7013346442758874224 CPUtime=0.28 cores=0-7
/proc/1978/task/2004/stat : 2004 (java) R 1975 1978 1281 0 -1 1077944384 108 0 0 0 27 1 0 0 20 0 46 0 178943759 28409712640 197703 33554432000 4194304 4196468 140728320092496 140529708803088 140531062548181 0 4 0 16800975 0 0 0 -1 7 0 0 1 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=2005] ppid=1975 vsize=27743860 memory=7237943669962592597 CPUtime=0.27 cores=0-7
/proc/1978/task/2005/stat : 2005 (java) R 1975 1978 1281 0 -1 1077944384 51 0 0 0 26 1 0 0 20 0 46 0 178943759 28409712640 197703 33554432000 4194304 4196468 140728320092496 140529707750800 140531062548181 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=2006] ppid=1975 vsize=27743860 memory=7301550365703684195 CPUtime=0.25 cores=0-7
/proc/1978/task/2006/stat : 2006 (java) R 1975 1978 1281 0 -1 1077944384 56 0 0 0 24 1 0 0 20 0 46 0 178943759 28409712640 197703 33554432000 4194304 4196468 140728320092496 140529706698000 140531062548181 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=2007] ppid=1975 vsize=27743860 memory=7518026621751089001 CPUtime=0.28 cores=0-7
/proc/1978/task/2007/stat : 2007 (java) R 1975 1978 1281 0 -1 4202560 61 0 0 0 27 1 0 0 20 0 46 0 178943759 28409712640 197703 33554432000 4194304 4196468 140728320092496 140529705644720 140530682890401 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=2008] ppid=1975 vsize=27743860 memory=5793151207033820260 CPUtime=0.28 cores=0-7
/proc/1978/task/2008/stat : 2008 (java) R 1975 1978 1281 0 -1 4202560 61 0 0 0 27 1 0 0 20 0 46 0 178943759 28409712640 197703 33554432000 4194304 4196468 140728320092496 140529704591192 140728320485314 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=2009] ppid=1975 vsize=27743860 memory=7163890427858739792 CPUtime=0.27 cores=0-7
/proc/1978/task/2009/stat : 2009 (java) R 1975 1978 1281 0 -1 1077944384 73 0 0 0 27 0 0 0 20 0 46 0 178943760 28409712640 197703 33554432000 4194304 4196468 140728320092496 140529703539600 140531062548181 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=2010] ppid=1975 vsize=27743860 memory=0 CPUtime=0.08 cores=0-7
/proc/1978/task/2010/stat : 2010 (java) R 1975 1978 1281 0 -1 1077944384 43 0 0 0 8 0 0 0 20 0 46 0 178943761 28409712640 197703 33554432000 4194304 4196468 140728320092496 140529702486800 140531062548181 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=2011] ppid=1975 vsize=27743860 memory=3473595499367773109 CPUtime=0.17 cores=0-7
/proc/1978/task/2011/stat : 2011 (java) R 1975 1978 1281 0 -1 1077944384 51 0 0 0 17 0 0 0 20 0 46 0 178943761 28409712640 197703 33554432000 4194304 4196468 140728320092496 140529701434512 140531062548181 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=2012] ppid=1975 vsize=27743860 memory=0 CPUtime=0.08 cores=0-7
/proc/1978/task/2012/stat : 2012 (java) R 1975 1978 1281 0 -1 1077944384 30 0 0 0 8 0 0 0 20 0 46 0 178943797 28409712640 197703 33554432000 4194304 4196468 140728320092496 140529700381632 140531062548181 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=2013] ppid=1975 vsize=27743860 memory=5938112001609393249 CPUtime=0.06 cores=0-7
/proc/1978/task/2013/stat : 2013 (java) R 1975 1978 1281 0 -1 4202560 25 0 0 0 6 0 0 0 20 0 46 0 178943797 28409712640 197703 33554432000 4194304 4196468 140728320092496 140529699328432 140530686072334 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=2014] ppid=1975 vsize=27743860 memory=418144 CPUtime=0.09 cores=0-7
/proc/1978/task/2014/stat : 2014 (java) R 1975 1978 1281 0 -1 1077944384 30 0 0 0 9 0 0 0 20 0 46 0 178943797 28409712640 197703 33554432000 4194304 4196468 140728320092496 140529698276624 140531062548181 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=2015] ppid=1975 vsize=27743860 memory=280544714338272 CPUtime=0.11 cores=0-7
/proc/1978/task/2015/stat : 2015 (java) R 1975 1978 1281 0 -1 1077944384 25 0 0 0 11 0 0 0 20 0 46 0 178943797 28409712640 197703 33554432000 4194304 4196468 140728320092496 140529697224336 140531062548181 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=2016] ppid=1975 vsize=27743860 memory=148751897333623 CPUtime=0.03 cores=0-7
/proc/1978/task/2016/stat : 2016 (java) R 1975 1978 1281 0 -1 1077944384 33 0 0 0 3 0 0 0 20 0 46 0 178943797 28409712640 197703 33554432000 4194304 4196468 140728320092496 140529696171536 140531062548181 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=2017] ppid=1975 vsize=27743860 memory=142876382069386 CPUtime=0.12 cores=0-7
/proc/1978/task/2017/stat : 2017 (java) R 1975 1978 1281 0 -1 4202560 61 0 0 0 12 0 0 0 20 0 46 0 178943799 28409712640 197703 33554432000 4194304 4196468 140728320092496 140529692983216 140530682890480 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=2018] ppid=1975 vsize=27743860 memory=140273631888248 CPUtime=0.06 cores=0-7
/proc/1978/task/2018/stat : 2018 (java) R 1975 1978 1281 0 -1 1077944384 30 0 0 0 6 0 0 0 20 0 46 0 178943800 28409712640 197703 33554432000 4194304 4196468 140728320092496 140529691931408 140531062548181 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=2019] ppid=1975 vsize=27743860 memory=140273631888279 CPUtime=0.08 cores=0-7
/proc/1978/task/2019/stat : 2019 (java) R 1975 1978 1281 0 -1 4202560 24 0 0 0 8 0 0 0 20 0 46 0 178943800 28409712640 197703 33554432000 4194304 4196468 140728320092496 140529690871560 140728320485314 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=2020] ppid=1975 vsize=27743860 memory=140273631888280 CPUtime=0.11 cores=0-7
/proc/1978/task/2020/stat : 2020 (java) R 1975 1978 1281 0 -1 4202560 26 0 0 0 11 0 0 0 20 0 46 0 178943800 28409712640 197703 33554432000 4194304 4196468 140728320092496 140529689825328 140728320485314 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=2021] ppid=1975 vsize=27743860 memory=140273631888306 CPUtime=0.09 cores=0-7
/proc/1978/task/2021/stat : 2021 (java) R 1975 1978 1281 0 -1 1077944384 26 0 0 0 9 0 0 0 20 0 46 0 178943801 28409712640 197703 33554432000 4194304 4196468 140728320092496 140529688774032 140531062548181 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=2022] ppid=1975 vsize=27743860 memory=140273631888308 CPUtime=0.09 cores=0-7
/proc/1978/task/2022/stat : 2022 (java) R 1975 1978 1281 0 -1 1077944384 27 0 0 0 9 0 0 0 20 0 46 0 178943801 28409712640 197703 33554432000 4194304 4196468 140728320092496 140529687721232 140531062548181 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=2023] ppid=1975 vsize=27743860 memory=149653840464009 CPUtime=0.06 cores=0-7
/proc/1978/task/2023/stat : 2023 (java) R 1975 1978 1281 0 -1 4202560 26 0 0 0 6 0 0 0 20 0 46 0 178943801 28409712640 197703 33554432000 4194304 4196468 140728320092496 140529686667952 140530682890480 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
[pid=1978/tid=2024] ppid=1975 vsize=27743860 memory=140273631888346 CPUtime=0.07 cores=0-7
/proc/1978/task/2024/stat : 2024 (java) R 1975 1978 1281 0 -1 4202560 25 0 0 0 7 0 0 0 20 0 46 0 178943801 28409712640 197703 33554432000 4194304 4196468 140728320092496 140529685615152 140530686070654 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36814848 140728320095330 140728320095515 140728320095515 140728320098255 0
Current children cumulated CPU time: 13.51 s
Current children cumulated vsize: 27743860 KiB
Current children cumulated memory: 790812 KiB

Child status: 0
Real time (s): 4.11045
CPU time (s): 13.9994
CPU user time (s): 13.2167
CPU system time (s): 0.782706
CPU usage (%): 340.581
Max. virtual memory (cumulated for all children) (KiB): 27743860
Max. memory (cumulated for all children) (KiB): 792884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.2167
system time used= 0.782706
maximum resident set size= 793888
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32484
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6383
involuntary context switches= 382


# summary of solver processes directly reported to runsolver:
#   pid: 1978
#   total CPU time (s): 13.9994
#   total CPU user time (s): 13.2167
#   total CPU system time (s): 0.782706

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.051378 second user time and 0.08456 second system time

The end

Launcher Data

Begin job on node151 at 2017-08-23 05:09:27
IDJOB=4285432
IDBENCH=139312
IDSOLVER=2681
FILE ID=node151/4285432-1503458628
RUNJOBID= node151-1503452705-1308
PBS_JOBID= 20632166
Free space on /tmp= 61680 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-08-22
BENCH NAME= XCSP17/RenaultMod/RenaultMod-m1-s1/RenaultMod-40.xml
COMMAND LINE= java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 22000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4285432-1503458628/watcher-4285432-1503458628 -o /tmp/evaluation-result-4285432-1503458628/solver-4285432-1503458628 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node151-1503452705-1308 --watchdog 2580  java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 554694813 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4285432-1503458628.xml

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

MD5SUM BENCH= 878edee888014227e65ca0b3d1539934
RANDOM SEED=554694813

node151.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	: 5332.95
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	: 5332.95
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	: 5332.95
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	: 5332.95
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:        24111960 kB
MemAvailable:   31959328 kB
Buffers:          336076 kB
Cached:          7806664 kB
SwapCached:            0 kB
Active:          2018116 kB
Inactive:        6178296 kB
Active(anon):      44472 kB
Inactive(anon):    53532 kB
Active(file):    1973644 kB
Inactive(file):  6124764 kB
Unevictable:        7520 kB
Mlocked:            7520 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             45128 kB
Writeback:             0 kB
AnonPages:         57464 kB
Mapped:            55516 kB
Shmem:             41608 kB
Slab:             156792 kB
SReclaimable:     129592 kB
SUnreclaim:        27200 kB
KernelStack:        3520 kB
PageTables:         4836 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     341432 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61636 MiB
End job on node151 at 2017-08-23 05:09:31