Trace number 4291112

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
OscaR - Parallel with EPS 2018-07-02? 26.421 16.2392

General information on the benchmark

NameNurseRostering/
NurseRostering-08_c18.xml
MD5SUMd61cb971f7c35e7f42e62a62e90db6df
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark10125
Best CPU time to get the best result obtained on this benchmark20047.1
Satisfiable
(Un)Satisfiability was proved
Number of variables1615
Number of constraints4057
Number of domains17
Minimum domain size1
Maximum domain size31
Distribution of domain sizes[{"size":1,"count":65},{"size":2,"count":347},{"size":3,"count":4},{"size":5,"count":856},{"size":6,"count":1},{"size":9,"count":6},{"size":15,"count":24},{"size":29,"count":60},{"size":31,"count":252}]
Minimum variable degree2
Maximum variable degree27
Distribution of variable degrees[{"degree":2,"count":655},{"degree":3,"count":120},{"degree":14,"count":3},{"degree":15,"count":26},{"degree":16,"count":25},{"degree":17,"count":11},{"degree":18,"count":21},{"degree":19,"count":40},{"degree":20,"count":52},{"degree":21,"count":62},{"degree":22,"count":101},{"degree":23,"count":201},{"degree":24,"count":145},{"degree":25,"count":88},{"degree":26,"count":52},{"degree":27,"count":13}]
Minimum constraint arity2
Maximum constraint arity60
Distribution of constraint arities[{"arity":2,"count":1704},{"arity":3,"count":1144},{"arity":4,"count":205},{"arity":5,"count":30},{"arity":6,"count":529},{"arity":7,"count":154},{"arity":29,"count":150},{"arity":31,"count":140},{"arity":60,"count":1}]
Number of extensional constraints950
Number of intensional constraints511
Distribution of constraint types[{"type":"extension","count":950},{"type":"intension","count":511},{"type":"regular","count":1562},{"type":"sum","count":60},{"type":"count","count":973},{"type":"instantiation","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.68/0.55	c version: 2018-07-02
0.68/0.55	c seed: 1266267968
0.68/0.55	c timeout: 20160
0.68/0.55	c memlimit: 22000
0.68/0.55	c nbcore: 8
0.68/0.58	c Parsing instance...
3.89/1.57	c Parsing done, starting search...
23.62/6.21	Dead letter! Forcing shutdown...
23.62/6.21	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (6650 MiB free)
  memory of node 1: 16384 MiB (10452 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4291112-1532628852/watcher-4291112-1532628852 -o /tmp/evaluation-result-4291112-1532628852/solver-4291112-1532628852 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node138-1532623784-7062 --watchdog 2580 java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 1266267968 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4291112-1532628852.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=7611, runsolver pid=7608
Current StackSize limit: 8192 KiB


[startup+0.100139 s]*
/proc/loadavg: 6.50 7.97 8.23 2/199 7631
/proc/meminfo: memFree=17496344/32770624 swapFree=67108796/67108860
[pid=7611] ppid=7608 vsize=26103424 memory=32020 CPUtime=0.11 cores=0-7
/proc/7611/stat : 7611 (java) S 7608 7611 7035 0 -1 1077944320 7432 0 0 0 9 2 0 0 20 0 20 0 80448375 26729906176 8005 33554432000 4194304 4196468 140721145224384 140721145206928 139798231813879 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
/proc/7611/statm: 6525856 8005 3133 1 0 6487932 0
[pid=7611/tid=7613] ppid=7608 vsize=26103424 memory=4134692831991783777 CPUtime=0.09 cores=0-7
/proc/7611/task/7613/stat : 7613 (java) R 7608 7611 7035 0 -1 4202560 5634 0 0 0 7 2 0 0 20 0 20 0 80448376 26729906176 8137 33554432000 4194304 4196468 140721145224384 139798236017008 139798218011824 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7614] ppid=7608 vsize=26103424 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/7611/task/7614/stat : 7614 (java) S 7608 7611 7035 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80448376 26729906176 8137 33554432000 4194304 4196468 140721145224384 139798184434448 139798231824085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7615] ppid=7608 vsize=26103424 memory=139706826409600 CPUtime=0 cores=0-7
/proc/7611/task/7615/stat : 7615 (java) S 7608 7611 7035 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80448376 26729906176 8146 33554432000 4194304 4196468 140721145224384 139798183381904 139798231824085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7616] ppid=7608 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/7611/task/7616/stat : 7616 (java) S 7608 7611 7035 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80448376 26729906176 8146 33554432000 4194304 4196468 140721145224384 139798182329360 139798231824085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7617] ppid=7608 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/7611/task/7617/stat : 7617 (java) S 7608 7611 7035 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 80448376 26729906176 8146 33554432000 4194304 4196468 140721145224384 139798181276816 139798231824085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7618] ppid=7608 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/7611/task/7618/stat : 7618 (java) S 7608 7611 7035 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80448376 26729906176 8146 33554432000 4194304 4196468 140721145224384 139798180223248 139798231824085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7619] ppid=7608 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/7611/task/7619/stat : 7619 (java) S 7608 7611 7035 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80448376 26729906176 8146 33554432000 4194304 4196468 140721145224384 139798179170704 139798231824085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7620] ppid=7608 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/7611/task/7620/stat : 7620 (java) S 7608 7611 7035 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80448376 26729906176 8146 33554432000 4194304 4196468 140721145224384 139798178118160 139798231824085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7621] ppid=7608 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/7611/task/7621/stat : 7621 (java) S 7608 7611 7035 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 80448376 26729906176 8146 33554432000 4194304 4196468 140721145224384 139798177065616 139798231824085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7622] ppid=7608 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/7611/task/7622/stat : 7622 (java) S 7608 7611 7035 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80448378 26729906176 8146 33554432000 4194304 4196468 140721145224384 139796975077872 139798231825026 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7623] ppid=7608 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/7611/task/7623/stat : 7623 (java) S 7608 7611 7035 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 80448378 26729906176 8146 33554432000 4194304 4196468 140721145224384 139796974024096 139798231824085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7624] ppid=7608 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/7611/task/7624/stat : 7624 (java) S 7608 7611 7035 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 80448378 26729906176 8146 33554432000 4194304 4196468 140721145224384 139796972971504 139798231824085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7625] ppid=7608 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/7611/task/7625/stat : 7625 (java) S 7608 7611 7035 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80448381 26729906176 8146 33554432000 4194304 4196468 140721145224384 139796971920080 139798231832475 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7626] ppid=7608 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/7611/task/7626/stat : 7626 (java) S 7608 7611 7035 0 -1 1077944384 287 0 0 0 0 0 0 0 20 0 20 0 80448381 26729906176 8146 33554432000 4194304 4196468 140721145224384 139796970866672 139798231825026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7627] ppid=7608 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/7611/task/7627/stat : 7627 (java) S 7608 7611 7035 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80448381 26729906176 8146 33554432000 4194304 4196468 140721145224384 139796969814128 139798231825026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7628] ppid=7608 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/7611/task/7628/stat : 7628 (java) S 7608 7611 7035 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80448381 26729906176 8146 33554432000 4194304 4196468 140721145224384 139796968761584 139798231825026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7629] ppid=7608 vsize=26103424 memory=0 CPUtime=0.01 cores=0-7
/proc/7611/task/7629/stat : 7629 (java) S 7608 7611 7035 0 -1 1077944384 247 0 0 0 1 0 0 0 20 0 20 0 80448381 26729906176 8146 33554432000 4194304 4196468 140721145224384 139796967709040 139798231825026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7630] ppid=7608 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/7611/task/7630/stat : 7630 (java) S 7608 7611 7035 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 80448381 26729906176 8146 33554432000 4194304 4196468 140721145224384 139796966656736 139798231824085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7631] ppid=7608 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/7611/task/7631/stat : 7631 (java) S 7608 7611 7035 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80448381 26729906176 8146 33554432000 4194304 4196468 140721145224384 139796965604272 139798231825026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26103424 KiB
Current children cumulated memory: 32020 KiB

[startup+0.210263 s]*
/proc/loadavg: 6.50 7.97 8.23 4/199 7631
/proc/meminfo: memFree=17482888/32770624 swapFree=67108796/67108860
[pid=7611] ppid=7608 vsize=26103424 memory=43500 CPUtime=0.3 cores=0-7
/proc/7611/stat : 7611 (java) S 7608 7611 7035 0 -1 1077944320 10538 0 0 0 27 3 0 0 20 0 20 0 80448375 26729906176 10875 33554432000 4194304 4196468 140721145224384 140721145206928 139798231813879 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
/proc/7611/statm: 6525856 10875 3354 1 0 6487932 0
[pid=7611/tid=7613] ppid=7608 vsize=26103424 memory=4026531975 CPUtime=0.2 cores=0-7
/proc/7611/task/7613/stat : 7613 (java) R 7608 7611 7035 0 -1 4202560 8327 0 0 0 18 2 0 0 20 0 20 0 80448376 26729906176 10875 33554432000 4194304 4196468 140721145224384 139798236042496 139798231835805 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7614] ppid=7608 vsize=26103424 memory=9272 CPUtime=0 cores=0-7
/proc/7611/task/7614/stat : 7614 (java) S 7608 7611 7035 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80448376 26729906176 10875 33554432000 4194304 4196468 140721145224384 139798184434448 139798231824085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7615] ppid=7608 vsize=26103424 memory=139706826417259 CPUtime=0 cores=0-7
/proc/7611/task/7615/stat : 7615 (java) S 7608 7611 7035 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80448376 26729906176 10875 33554432000 4194304 4196468 140721145224384 139798183381904 139798231824085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7616] ppid=7608 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/7611/task/7616/stat : 7616 (java) S 7608 7611 7035 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80448376 26729906176 10875 33554432000 4194304 4196468 140721145224384 139798182329360 139798231824085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7617] ppid=7608 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/7611/task/7617/stat : 7617 (java) S 7608 7611 7035 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 80448376 26729906176 10875 33554432000 4194304 4196468 140721145224384 139798181276816 139798231824085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7618] ppid=7608 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/7611/task/7618/stat : 7618 (java) S 7608 7611 7035 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80448376 26729906176 10875 33554432000 4194304 4196468 140721145224384 139798180223248 139798231824085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7619] ppid=7608 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/7611/task/7619/stat : 7619 (java) S 7608 7611 7035 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80448376 26729906176 10875 33554432000 4194304 4196468 140721145224384 139798179170704 139798231824085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7620] ppid=7608 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/7611/task/7620/stat : 7620 (java) S 7608 7611 7035 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80448376 26729906176 10875 33554432000 4194304 4196468 140721145224384 139798178118160 139798231824085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7621] ppid=7608 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/7611/task/7621/stat : 7621 (java) S 7608 7611 7035 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 80448376 26729906176 10875 33554432000 4194304 4196468 140721145224384 139798177065616 139798231824085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7622] ppid=7608 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/7611/task/7622/stat : 7622 (java) S 7608 7611 7035 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 80448378 26729906176 10875 33554432000 4194304 4196468 140721145224384 139796975077872 139798231825026 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7623] ppid=7608 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/7611/task/7623/stat : 7623 (java) S 7608 7611 7035 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 80448378 26729906176 10875 33554432000 4194304 4196468 140721145224384 139796974024096 139798231824085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7624] ppid=7608 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/7611/task/7624/stat : 7624 (java) S 7608 7611 7035 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 80448378 26729906176 10875 33554432000 4194304 4196468 140721145224384 139796972971504 139798231824085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7625] ppid=7608 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/7611/task/7625/stat : 7625 (java) S 7608 7611 7035 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80448381 26729906176 10875 33554432000 4194304 4196468 140721145224384 139796971920080 139798231832475 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7626] ppid=7608 vsize=26103424 memory=0 CPUtime=0.01 cores=0-7
/proc/7611/task/7626/stat : 7626 (java) S 7608 7611 7035 0 -1 1077944384 475 0 0 0 1 0 0 0 20 0 20 0 80448381 26729906176 10875 33554432000 4194304 4196468 140721145224384 139796970866672 139798231825026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7627] ppid=7608 vsize=26103424 memory=0 CPUtime=0.01 cores=0-7
/proc/7611/task/7627/stat : 7627 (java) S 7608 7611 7035 0 -1 1077944384 46 0 0 0 1 0 0 0 20 0 20 0 80448381 26729906176 10875 33554432000 4194304 4196468 140721145224384 139796969814128 139798231825026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7628] ppid=7608 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/7611/task/7628/stat : 7628 (java) S 7608 7611 7035 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 20 0 80448381 26729906176 10875 33554432000 4194304 4196468 140721145224384 139796968761584 139798231825026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7629] ppid=7608 vsize=26103424 memory=0 CPUtime=0.06 cores=0-7
/proc/7611/task/7629/stat : 7629 (java) S 7608 7611 7035 0 -1 1077944384 292 0 0 0 6 0 0 0 20 0 20 0 80448381 26729906176 10875 33554432000 4194304 4196468 140721145224384 139796967709040 139798231825026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7630] ppid=7608 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/7611/task/7630/stat : 7630 (java) S 7608 7611 7035 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 80448381 26729906176 10875 33554432000 4194304 4196468 140721145224384 139796966656736 139798231824085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7631] ppid=7608 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/7611/task/7631/stat : 7631 (java) S 7608 7611 7035 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80448381 26729906176 10875 33554432000 4194304 4196468 140721145224384 139796965604272 139798231825026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 26103424 KiB
Current children cumulated memory: 43500 KiB

[startup+0.3103 s]*
/proc/loadavg: 6.50 7.97 8.23 2/199 7631
/proc/meminfo: memFree=17479352/32770624 swapFree=67108796/67108860
[pid=7611] ppid=7608 vsize=26103424 memory=47056 CPUtime=0.43 cores=0-7
/proc/7611/stat : 7611 (java) S 7608 7611 7035 0 -1 1077944320 10956 0 0 0 40 3 0 0 20 0 20 0 80448375 26729906176 11764 33554432000 4194304 4196468 140721145224384 140721145206928 139798231813879 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
/proc/7611/statm: 6525856 11764 3392 1 0 6487932 0
[pid=7611/tid=7613] ppid=7608 vsize=26103424 memory=8112282956445269571 CPUtime=0.29 cores=0-7
/proc/7611/task/7613/stat : 7613 (java) R 7608 7611 7035 0 -1 4202560 8666 0 0 0 27 2 0 0 20 0 20 0 80448376 26729906176 11764 33554432000 4194304 4196468 140721145224384 139798235975616 139798212089096 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7614] ppid=7608 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/7611/task/7614/stat : 7614 (java) S 7608 7611 7035 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80448376 26729906176 11764 33554432000 4194304 4196468 140721145224384 139798184434448 139798231824085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7615] ppid=7608 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/7611/task/7615/stat : 7615 (java) S 7608 7611 7035 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80448376 26729906176 11764 33554432000 4194304 4196468 140721145224384 139798183381904 139798231824085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7616] ppid=7608 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/7611/task/7616/stat : 7616 (java) S 7608 7611 7035 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80448376 26729906176 11764 33554432000 4194304 4196468 140721145224384 139798182329360 139798231824085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7617] ppid=7608 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/7611/task/7617/stat : 7617 (java) S 7608 7611 7035 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 80448376 26729906176 11764 33554432000 4194304 4196468 140721145224384 139798181276816 139798231824085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7618] ppid=7608 vsize=26103424 memory=2244 CPUtime=0 cores=0-7
/proc/7611/task/7618/stat : 7618 (java) S 7608 7611 7035 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80448376 26729906176 11764 33554432000 4194304 4196468 140721145224384 139798180223248 139798231824085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7619] ppid=7608 vsize=26103424 memory=139706696299439 CPUtime=0 cores=0-7
/proc/7611/task/7619/stat : 7619 (java) S 7608 7611 7035 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80448376 26729906176 11764 33554432000 4194304 4196468 140721145224384 139798179170704 139798231824085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7620] ppid=7608 vsize=26103424 memory=139706696301744 CPUtime=0 cores=0-7
/proc/7611/task/7620/stat : 7620 (java) S 7608 7611 7035 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80448376 26729906176 11764 33554432000 4194304 4196468 140721145224384 139798178118160 139798231824085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7621] ppid=7608 vsize=26103424 memory=139706696304048 CPUtime=0 cores=0-7
/proc/7611/task/7621/stat : 7621 (java) S 7608 7611 7035 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 80448376 26729906176 11764 33554432000 4194304 4196468 140721145224384 139798177065616 139798231824085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7622] ppid=7608 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/7611/task/7622/stat : 7622 (java) S 7608 7611 7035 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 80448378 26729906176 11764 33554432000 4194304 4196468 140721145224384 139796975077872 139798231825026 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7623] ppid=7608 vsize=26103424 memory=279413392615056 CPUtime=0 cores=0-7
/proc/7611/task/7623/stat : 7623 (java) S 7608 7611 7035 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 80448378 26729906176 11764 33554432000 4194304 4196468 140721145224384 139796974024096 139798231824085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7624] ppid=7608 vsize=26103424 memory=279413392621968 CPUtime=0 cores=0-7
/proc/7611/task/7624/stat : 7624 (java) S 7608 7611 7035 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 80448378 26729906176 11764 33554432000 4194304 4196468 140721145224384 139796972971504 139798231824085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7625] ppid=7608 vsize=26103424 memory=279413392563248 CPUtime=0 cores=0-7
/proc/7611/task/7625/stat : 7625 (java) S 7608 7611 7035 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80448381 26729906176 11764 33554432000 4194304 4196468 140721145224384 139796971920080 139798231832475 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7626] ppid=7608 vsize=26103424 memory=279413392635792 CPUtime=0.02 cores=0-7
/proc/7611/task/7626/stat : 7626 (java) S 7608 7611 7035 0 -1 1077944384 541 0 0 0 2 0 0 0 20 0 20 0 80448381 26729906176 11764 33554432000 4194304 4196468 140721145224384 139796970866672 139798231825026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7627] ppid=7608 vsize=26103424 memory=279413392642704 CPUtime=0.01 cores=0-7
/proc/7611/task/7627/stat : 7627 (java) S 7608 7611 7035 0 -1 1077944384 46 0 0 0 1 0 0 0 20 0 20 0 80448381 26729906176 11764 33554432000 4194304 4196468 140721145224384 139796969814128 139798231825026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7628] ppid=7608 vsize=26103424 memory=279413392640400 CPUtime=0.01 cores=0-7
/proc/7611/task/7628/stat : 7628 (java) S 7608 7611 7035 0 -1 1077944384 16 0 0 0 1 0 0 0 20 0 20 0 80448381 26729906176 11764 33554432000 4194304 4196468 140721145224384 139796968761584 139798231825026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7629] ppid=7608 vsize=26103424 memory=279413392657008 CPUtime=0.07 cores=0-7
/proc/7611/task/7629/stat : 7629 (java) S 7608 7611 7035 0 -1 1077944384 299 0 0 0 7 0 0 0 20 0 20 0 80448381 26729906176 11764 33554432000 4194304 4196468 140721145224384 139796967709040 139798231825026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7630] ppid=7608 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/7611/task/7630/stat : 7630 (java) S 7608 7611 7035 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 80448381 26729906176 11764 33554432000 4194304 4196468 140721145224384 139796966656736 139798231824085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7631] ppid=7608 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/7611/task/7631/stat : 7631 (java) S 7608 7611 7035 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80448381 26729906176 11764 33554432000 4194304 4196468 140721145224384 139796965604272 139798231825026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 26103424 KiB
Current children cumulated memory: 47056 KiB

[startup+0.70091 s]
/proc/loadavg: 6.50 7.97 8.23 3/199 7631
/proc/meminfo: memFree=17455168/32770624 swapFree=67108796/67108860
[pid=7611] ppid=7608 vsize=26105492 memory=87472 CPUtime=0.99 cores=0-7
/proc/7611/stat : 7611 (java) S 7608 7611 7035 0 -1 1077944320 17868 0 0 0 94 5 0 0 20 0 20 0 80448375 26732023808 21868 33554432000 4194304 4196468 140721145224384 140721145206928 139798231813879 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
/proc/7611/statm: 6526373 21868 3490 1 0 6488444 0
[pid=7611/tid=7613] ppid=7608 vsize=26105492 memory=0 CPUtime=0.68 cores=0-7
/proc/7611/task/7613/stat : 7613 (java) R 7608 7611 7035 0 -1 4202560 15096 0 0 0 64 4 0 0 20 0 20 0 80448376 26732023808 21868 33554432000 4194304 4196468 140721145224384 139798236037200 139798231835805 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7614] ppid=7608 vsize=26105492 memory=0 CPUtime=0 cores=0-7
/proc/7611/task/7614/stat : 7614 (java) S 7608 7611 7035 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80448376 26732023808 21868 33554432000 4194304 4196468 140721145224384 139798184434448 139798231824085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7615] ppid=7608 vsize=26105492 memory=0 CPUtime=0 cores=0-7
/proc/7611/task/7615/stat : 7615 (java) S 7608 7611 7035 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80448376 26732023808 21868 33554432000 4194304 4196468 140721145224384 139798183381904 139798231824085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7616] ppid=7608 vsize=26105492 memory=0 CPUtime=0 cores=0-7
/proc/7611/task/7616/stat : 7616 (java) S 7608 7611 7035 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80448376 26732023808 21868 33554432000 4194304 4196468 140721145224384 139798182329360 139798231824085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7617] ppid=7608 vsize=26105492 memory=1284 CPUtime=0 cores=0-7
/proc/7611/task/7617/stat : 7617 (java) S 7608 7611 7035 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 80448376 26732023808 21868 33554432000 4194304 4196468 140721145224384 139798181276816 139798231824085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7618] ppid=7608 vsize=26105492 memory=1088 CPUtime=0 cores=0-7
/proc/7611/task/7618/stat : 7618 (java) S 7608 7611 7035 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80448376 26732023808 21868 33554432000 4194304 4196468 140721145224384 139798180223248 139798231824085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7619] ppid=7608 vsize=26105492 memory=1800 CPUtime=0 cores=0-7
/proc/7611/task/7619/stat : 7619 (java) S 7608 7611 7035 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80448376 26732023808 21868 33554432000 4194304 4196468 140721145224384 139798179170704 139798231824085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7620] ppid=7608 vsize=26105492 memory=7024 CPUtime=0 cores=0-7
/proc/7611/task/7620/stat : 7620 (java) S 7608 7611 7035 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80448376 26732023808 21868 33554432000 4194304 4196468 140721145224384 139798178118160 139798231824085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7621] ppid=7608 vsize=26105492 memory=15044 CPUtime=0 cores=0-7
/proc/7611/task/7621/stat : 7621 (java) S 7608 7611 7035 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 80448376 26732023808 21868 33554432000 4194304 4196468 140721145224384 139798177065616 139798231824085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7622] ppid=7608 vsize=26105492 memory=18612 CPUtime=0 cores=0-7
/proc/7611/task/7622/stat : 7622 (java) S 7608 7611 7035 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 80448378 26732023808 21868 33554432000 4194304 4196468 140721145224384 139796975077872 139798231825026 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0

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

Current children cumulated CPU time: 26.39 s
Current children cumulated vsize: 27184852 KiB
Current children cumulated memory: 1252700 KiB

[startup+16.0012 s]*
/proc/loadavg: 5.48 7.67 8.13 1/214 7647
/proc/meminfo: memFree=16272340/32770624 swapFree=67108796/67108860
[pid=7611] ppid=7608 vsize=27184852 memory=1252700 CPUtime=26.39 cores=0-7
/proc/7611/stat : 7611 (java) S 7608 7611 7035 0 -1 1077944320 60259 0 0 0 2400 239 0 0 20 0 35 0 80448375 27837288448 313175 33554432000 4194304 4196468 140721145224384 140721145206928 139798231813879 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
/proc/7611/statm: 6796213 313175 3623 1 0 6758284 0
[pid=7611/tid=7613] ppid=7608 vsize=27184852 memory=8112282956445269571 CPUtime=5 cores=0-7
/proc/7611/task/7613/stat : 7613 (java) S 7608 7611 7035 0 -1 1077944384 22752 0 0 0 492 8 0 0 20 0 35 0 80448376 27837288448 313175 33554432000 4194304 4196468 140721145224384 139798236051008 139798231824085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7614] ppid=7608 vsize=27184852 memory=4126316290023845779 CPUtime=0.79 cores=0-7
/proc/7611/task/7614/stat : 7614 (java) S 7608 7611 7035 0 -1 1077944384 545 0 0 0 52 27 0 0 20 0 35 0 80448376 27837288448 313175 33554432000 4194304 4196468 140721145224384 139798184434448 139798231824085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7615] ppid=7608 vsize=27184852 memory=1284 CPUtime=0.79 cores=0-7
/proc/7611/task/7615/stat : 7615 (java) S 7608 7611 7035 0 -1 1077944384 819 0 0 0 53 26 0 0 20 0 35 0 80448376 27837288448 313175 33554432000 4194304 4196468 140721145224384 139798183381904 139798231824085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7616] ppid=7608 vsize=27184852 memory=1088 CPUtime=0.78 cores=0-7
/proc/7611/task/7616/stat : 7616 (java) S 7608 7611 7035 0 -1 1077944384 605 0 0 0 53 25 0 0 20 0 35 0 80448376 27837288448 313175 33554432000 4194304 4196468 140721145224384 139798182329360 139798231824085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7617] ppid=7608 vsize=27184852 memory=1800 CPUtime=0.77 cores=0-7
/proc/7611/task/7617/stat : 7617 (java) S 7608 7611 7035 0 -1 1077944384 569 0 0 0 51 26 0 0 20 0 35 0 80448376 27837288448 313175 33554432000 4194304 4196468 140721145224384 139798181276816 139798231824085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7618] ppid=7608 vsize=27184852 memory=7024 CPUtime=0.77 cores=0-7
/proc/7611/task/7618/stat : 7618 (java) S 7608 7611 7035 0 -1 1077944384 538 0 0 0 51 26 0 0 20 0 35 0 80448376 27837288448 313175 33554432000 4194304 4196468 140721145224384 139798180223248 139798231824085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7619] ppid=7608 vsize=27184852 memory=15044 CPUtime=0.77 cores=0-7
/proc/7611/task/7619/stat : 7619 (java) S 7608 7611 7035 0 -1 1077944384 665 0 0 0 52 25 0 0 20 0 35 0 80448376 27837288448 313175 33554432000 4194304 4196468 140721145224384 139798179170704 139798231824085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7620] ppid=7608 vsize=27184852 memory=18612 CPUtime=0.8 cores=0-7
/proc/7611/task/7620/stat : 7620 (java) S 7608 7611 7035 0 -1 1077944384 593 0 0 0 53 27 0 0 20 0 35 0 80448376 27837288448 313175 33554432000 4194304 4196468 140721145224384 139798178118160 139798231824085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7621] ppid=7608 vsize=27184852 memory=17804 CPUtime=0.79 cores=0-7
/proc/7611/task/7621/stat : 7621 (java) S 7608 7611 7035 0 -1 1077944384 580 0 0 0 52 27 0 0 20 0 35 0 80448376 27837288448 313175 33554432000 4194304 4196468 140721145224384 139798177065616 139798231824085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7622] ppid=7608 vsize=27184852 memory=4016 CPUtime=0.11 cores=0-7
/proc/7611/task/7622/stat : 7622 (java) S 7608 7611 7035 0 -1 1077944384 2136 0 0 0 10 1 0 0 20 0 35 0 80448378 27837288448 313175 33554432000 4194304 4196468 140721145224384 139796975077872 139798231825026 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7623] ppid=7608 vsize=27184852 memory=644 CPUtime=0 cores=0-7
/proc/7611/task/7623/stat : 7623 (java) S 7608 7611 7035 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 35 0 80448378 27837288448 313175 33554432000 4194304 4196468 140721145224384 139796974024160 139798231824085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7624] ppid=7608 vsize=27184852 memory=0 CPUtime=0 cores=0-7
/proc/7611/task/7624/stat : 7624 (java) S 7608 7611 7035 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 35 0 80448378 27837288448 313175 33554432000 4194304 4196468 140721145224384 139796972971520 139798231824085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7625] ppid=7608 vsize=27184852 memory=0 CPUtime=0 cores=0-7
/proc/7611/task/7625/stat : 7625 (java) S 7608 7611 7035 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 35 0 80448381 27837288448 313175 33554432000 4194304 4196468 140721145224384 139796971920080 139798231832475 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7626] ppid=7608 vsize=27184852 memory=8112282956445269571 CPUtime=3.76 cores=0-7
/proc/7611/task/7626/stat : 7626 (java) S 7608 7611 7035 0 -1 1077944384 6071 0 0 0 374 2 0 0 20 0 35 0 80448381 27837288448 313175 33554432000 4194304 4196468 140721145224384 139796970866672 139798231825026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7627] ppid=7608 vsize=27184852 memory=9220 CPUtime=3.4 cores=0-7
/proc/7611/task/7627/stat : 7627 (java) S 7608 7611 7035 0 -1 1077944384 7486 0 0 0 338 2 0 0 20 0 35 0 80448381 27837288448 313175 33554432000 4194304 4196468 140721145224384 139796969814128 139798231825026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7628] ppid=7608 vsize=27184852 memory=4328 CPUtime=3.44 cores=0-7
/proc/7611/task/7628/stat : 7628 (java) S 7608 7611 7035 0 -1 1077944384 5778 0 0 0 341 3 0 0 20 0 35 0 80448381 27837288448 313175 33554432000 4194304 4196468 140721145224384 139796968761584 139798231825026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7629] ppid=7608 vsize=27184852 memory=0 CPUtime=1.56 cores=0-7
/proc/7611/task/7629/stat : 7629 (java) S 7608 7611 7035 0 -1 1077944384 7836 0 0 0 154 2 0 0 20 0 35 0 80448381 27837288448 313175 33554432000 4194304 4196468 140721145224384 139796967709040 139798231825026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7630] ppid=7608 vsize=27184852 memory=0 CPUtime=0 cores=0-7
/proc/7611/task/7630/stat : 7630 (java) S 7608 7611 7035 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 35 0 80448381 27837288448 313175 33554432000 4194304 4196468 140721145224384 139796966656736 139798231824085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7631] ppid=7608 vsize=27184852 memory=0 CPUtime=0 cores=0-7
/proc/7611/task/7631/stat : 7631 (java) S 7608 7611 7035 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 35 0 80448381 27837288448 313175 33554432000 4194304 4196468 140721145224384 139796965604272 139798231825026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7632] ppid=7608 vsize=27184852 memory=0 CPUtime=0 cores=0-7
/proc/7611/task/7632/stat : 7632 (java) S 7608 7611 7035 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 35 0 80448868 27837288448 313175 33554432000 4194304 4196468 140721145224384 139796882121984 139798231824085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7633] ppid=7608 vsize=27184852 memory=0 CPUtime=0.02 cores=0-7
/proc/7611/task/7633/stat : 7633 (java) S 7608 7611 7035 0 -1 1077944384 708 0 0 0 2 0 0 0 20 0 35 0 80448884 27837288448 313175 33554432000 4194304 4196468 140721145224384 139796878972432 139798231825026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7634] ppid=7608 vsize=27184852 memory=0 CPUtime=0.36 cores=0-7
/proc/7611/task/7634/stat : 7634 (java) S 7608 7611 7035 0 -1 1077944384 132 0 0 0 36 0 0 0 20 0 35 0 80448897 27837288448 313175 33554432000 4194304 4196468 140721145224384 139796877918880 139798231824085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7635] ppid=7608 vsize=27184852 memory=2209 CPUtime=0.36 cores=0-7
/proc/7611/task/7635/stat : 7635 (java) S 7608 7611 7035 0 -1 1077944384 95 0 0 0 36 0 0 0 20 0 35 0 80448897 27837288448 313175 33554432000 4194304 4196468 140721145224384 139796876866336 139798231824085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7636] ppid=7608 vsize=27184852 memory=22144 CPUtime=0.33 cores=0-7
/proc/7611/task/7636/stat : 7636 (java) S 7608 7611 7035 0 -1 1077944384 59 0 0 0 32 1 0 0 20 0 35 0 80448897 27837288448 313175 33554432000 4194304 4196468 140721145224384 139796875813792 139798231824085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7637] ppid=7608 vsize=27184852 memory=279413393435088 CPUtime=0.34 cores=0-7
/proc/7611/task/7637/stat : 7637 (java) S 7608 7611 7035 0 -1 1077944384 325 0 0 0 34 0 0 0 20 0 35 0 80448904 27837288448 313175 33554432000 4194304 4196468 140721145224384 139796872664096 139798231824085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7638] ppid=7608 vsize=27184852 memory=139706696503312 CPUtime=0.29 cores=0-7
/proc/7611/task/7638/stat : 7638 (java) S 7608 7611 7035 0 -1 1077944384 43 0 0 0 29 0 0 0 20 0 35 0 80448904 27837288448 313175 33554432000 4194304 4196468 140721145224384 139796871611552 139798231824085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7639] ppid=7608 vsize=27184852 memory=0 CPUtime=0.24 cores=0-7
/proc/7611/task/7639/stat : 7639 (java) S 7608 7611 7035 0 -1 1077944384 137 0 0 0 24 0 0 0 20 0 35 0 80448904 27837288448 313175 33554432000 4194304 4196468 140721145224384 139796870559008 139798231824085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7640] ppid=7608 vsize=27184852 memory=279413393682656 CPUtime=0.35 cores=0-7
/proc/7611/task/7640/stat : 7640 (java) S 7608 7611 7035 0 -1 1077944384 43 0 0 0 35 0 0 0 20 0 35 0 80448904 27837288448 313175 33554432000 4194304 4196468 140721145224384 139796869506464 139798231824085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7641] ppid=7608 vsize=27184852 memory=0 CPUtime=0.32 cores=0-7
/proc/7611/task/7641/stat : 7641 (java) S 7608 7611 7035 0 -1 1077944384 43 0 0 0 32 0 0 0 20 0 35 0 80448904 27837288448 313175 33554432000 4194304 4196468 140721145224384 139796868453920 139798231824085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7642] ppid=7608 vsize=27184852 memory=0 CPUtime=0 cores=0-7
/proc/7611/task/7642/stat : 7642 (java) S 7608 7611 7035 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 35 0 80448904 27837288448 313175 33554432000 4194304 4196468 140721145224384 139796867400352 139798231824085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7643] ppid=7608 vsize=27184852 memory=0 CPUtime=0 cores=0-7
/proc/7611/task/7643/stat : 7643 (java) S 7608 7611 7035 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 35 0 80448905 27837288448 313175 33554432000 4194304 4196468 140721145224384 139796866345536 139798231824085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7644] ppid=7608 vsize=27184852 memory=0 CPUtime=0 cores=0-7
/proc/7611/task/7644/stat : 7644 (java) S 7608 7611 7035 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 35 0 80448996 27837288448 313175 33554432000 4194304 4196468 140721145224384 139796865295264 139798231824085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7645] ppid=7608 vsize=27184852 memory=0 CPUtime=0 cores=0-7
/proc/7611/task/7645/stat : 7645 (java) S 7608 7611 7035 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 35 0 80448996 27837288448 313175 33554432000 4194304 4196468 140721145224384 139796864242720 139798231824085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7647] ppid=7608 vsize=27184852 memory=0 CPUtime=0.01 cores=0-7
/proc/7611/task/7647/stat : 7647 (java) S 7608 7611 7035 0 -1 1077944384 63 0 0 0 1 0 0 0 20 0 35 0 80448996 27837288448 313175 33554432000 4194304 4196468 140721145224384 139796862136672 139798231825026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
Current children cumulated CPU time: 26.39 s
Current children cumulated vsize: 27184852 KiB
Current children cumulated memory: 1252700 KiB

[startup+16.2012 s]
/proc/loadavg: 5.48 7.67 8.13 1/214 7647
/proc/meminfo: memFree=16272340/32770624 swapFree=67108796/67108860
[pid=7611] ppid=7608 vsize=27184852 memory=1252700 CPUtime=26.39 cores=0-7
/proc/7611/stat : 7611 (java) S 7608 7611 7035 0 -1 1077944320 60259 0 0 0 2400 239 0 0 20 0 35 0 80448375 27837288448 313175 33554432000 4194304 4196468 140721145224384 140721145206928 139798231813879 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
/proc/7611/statm: 6796213 313175 3623 1 0 6758284 0
[pid=7611/tid=7613] ppid=7608 vsize=27184852 memory=0 CPUtime=5 cores=0-7
/proc/7611/task/7613/stat : 7613 (java) S 7608 7611 7035 0 -1 1077944384 22752 0 0 0 492 8 0 0 20 0 35 0 80448376 27837288448 313175 33554432000 4194304 4196468 140721145224384 139798236051008 139798231824085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7614] ppid=7608 vsize=27184852 memory=0 CPUtime=0.79 cores=0-7
/proc/7611/task/7614/stat : 7614 (java) S 7608 7611 7035 0 -1 1077944384 545 0 0 0 52 27 0 0 20 0 35 0 80448376 27837288448 313175 33554432000 4194304 4196468 140721145224384 139798184434448 139798231824085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7615] ppid=7608 vsize=27184852 memory=0 CPUtime=0.79 cores=0-7
/proc/7611/task/7615/stat : 7615 (java) S 7608 7611 7035 0 -1 1077944384 819 0 0 0 53 26 0 0 20 0 35 0 80448376 27837288448 313175 33554432000 4194304 4196468 140721145224384 139798183381904 139798231824085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7616] ppid=7608 vsize=27184852 memory=0 CPUtime=0.78 cores=0-7
/proc/7611/task/7616/stat : 7616 (java) S 7608 7611 7035 0 -1 1077944384 605 0 0 0 53 25 0 0 20 0 35 0 80448376 27837288448 313175 33554432000 4194304 4196468 140721145224384 139798182329360 139798231824085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7617] ppid=7608 vsize=27184852 memory=6944656592387989600 CPUtime=0.77 cores=0-7
/proc/7611/task/7617/stat : 7617 (java) S 7608 7611 7035 0 -1 1077944384 569 0 0 0 51 26 0 0 20 0 35 0 80448376 27837288448 313175 33554432000 4194304 4196468 140721145224384 139798181276816 139798231824085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7618] ppid=7608 vsize=27184852 memory=6944656592455360604 CPUtime=0.77 cores=0-7
/proc/7611/task/7618/stat : 7618 (java) S 7608 7611 7035 0 -1 1077944384 538 0 0 0 51 26 0 0 20 0 35 0 80448376 27837288448 313175 33554432000 4194304 4196468 140721145224384 139798180223248 139798231824085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7619] ppid=7608 vsize=27184852 memory=288230574492221466 CPUtime=0.77 cores=0-7
/proc/7611/task/7619/stat : 7619 (java) S 7608 7611 7035 0 -1 1077944384 665 0 0 0 52 25 0 0 20 0 35 0 80448376 27837288448 313175 33554432000 4194304 4196468 140721145224384 139798179170704 139798231824085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7620] ppid=7608 vsize=27184852 memory=288230621803970871 CPUtime=0.8 cores=0-7
/proc/7611/task/7620/stat : 7620 (java) S 7608 7611 7035 0 -1 1077944384 593 0 0 0 53 27 0 0 20 0 35 0 80448376 27837288448 313175 33554432000 4194304 4196468 140721145224384 139798178118160 139798231824085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7621] ppid=7608 vsize=27184852 memory=15815586546452881 CPUtime=0.79 cores=0-7
/proc/7611/task/7621/stat : 7621 (java) S 7608 7611 7035 0 -1 1077944384 580 0 0 0 52 27 0 0 20 0 35 0 80448376 27837288448 313175 33554432000 4194304 4196468 140721145224384 139798177065616 139798231824085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7622] ppid=7608 vsize=27184852 memory=0 CPUtime=0.11 cores=0-7
/proc/7611/task/7622/stat : 7622 (java) S 7608 7611 7035 0 -1 1077944384 2136 0 0 0 10 1 0 0 20 0 35 0 80448378 27837288448 313175 33554432000 4194304 4196468 140721145224384 139796975077872 139798231825026 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7623] ppid=7608 vsize=27184852 memory=0 CPUtime=0 cores=0-7
/proc/7611/task/7623/stat : 7623 (java) S 7608 7611 7035 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 35 0 80448378 27837288448 313175 33554432000 4194304 4196468 140721145224384 139796974024160 139798231824085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7624] ppid=7608 vsize=27184852 memory=0 CPUtime=0 cores=0-7
/proc/7611/task/7624/stat : 7624 (java) S 7608 7611 7035 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 35 0 80448378 27837288448 313175 33554432000 4194304 4196468 140721145224384 139796972971520 139798231824085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7625] ppid=7608 vsize=27184852 memory=0 CPUtime=0 cores=0-7
/proc/7611/task/7625/stat : 7625 (java) S 7608 7611 7035 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 35 0 80448381 27837288448 313175 33554432000 4194304 4196468 140721145224384 139796971920080 139798231832475 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7626] ppid=7608 vsize=27184852 memory=0 CPUtime=3.76 cores=0-7
/proc/7611/task/7626/stat : 7626 (java) S 7608 7611 7035 0 -1 1077944384 6071 0 0 0 374 2 0 0 20 0 35 0 80448381 27837288448 313175 33554432000 4194304 4196468 140721145224384 139796970866672 139798231825026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7627] ppid=7608 vsize=27184852 memory=0 CPUtime=3.4 cores=0-7
/proc/7611/task/7627/stat : 7627 (java) S 7608 7611 7035 0 -1 1077944384 7486 0 0 0 338 2 0 0 20 0 35 0 80448381 27837288448 313175 33554432000 4194304 4196468 140721145224384 139796969814128 139798231825026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7628] ppid=7608 vsize=27184852 memory=0 CPUtime=3.44 cores=0-7
/proc/7611/task/7628/stat : 7628 (java) S 7608 7611 7035 0 -1 1077944384 5778 0 0 0 341 3 0 0 20 0 35 0 80448381 27837288448 313175 33554432000 4194304 4196468 140721145224384 139796968761584 139798231825026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7629] ppid=7608 vsize=27184852 memory=0 CPUtime=1.56 cores=0-7
/proc/7611/task/7629/stat : 7629 (java) S 7608 7611 7035 0 -1 1077944384 7836 0 0 0 154 2 0 0 20 0 35 0 80448381 27837288448 313175 33554432000 4194304 4196468 140721145224384 139796967709040 139798231825026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7630] ppid=7608 vsize=27184852 memory=0 CPUtime=0 cores=0-7
/proc/7611/task/7630/stat : 7630 (java) S 7608 7611 7035 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 35 0 80448381 27837288448 313175 33554432000 4194304 4196468 140721145224384 139796966656736 139798231824085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7631] ppid=7608 vsize=27184852 memory=0 CPUtime=0 cores=0-7
/proc/7611/task/7631/stat : 7631 (java) S 7608 7611 7035 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 35 0 80448381 27837288448 313175 33554432000 4194304 4196468 140721145224384 139796965604272 139798231825026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7632] ppid=7608 vsize=27184852 memory=0 CPUtime=0 cores=0-7
/proc/7611/task/7632/stat : 7632 (java) S 7608 7611 7035 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 35 0 80448868 27837288448 313175 33554432000 4194304 4196468 140721145224384 139796882121984 139798231824085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7633] ppid=7608 vsize=27184852 memory=3120 CPUtime=0.02 cores=0-7
/proc/7611/task/7633/stat : 7633 (java) S 7608 7611 7035 0 -1 1077944384 708 0 0 0 2 0 0 0 20 0 35 0 80448884 27837288448 313175 33554432000 4194304 4196468 140721145224384 139796878972432 139798231825026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7634] ppid=7608 vsize=27184852 memory=1252700 CPUtime=0.36 cores=0-7
/proc/7611/task/7634/stat : 7634 (java) S 7608 7611 7035 0 -1 1077944384 132 0 0 0 36 0 0 0 20 0 35 0 80448897 27837288448 313175 33554432000 4194304 4196468 140721145224384 139796877918880 139798231824085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7635] ppid=7608 vsize=27184852 memory=0 CPUtime=0.36 cores=0-7
/proc/7611/task/7635/stat : 7635 (java) S 7608 7611 7035 0 -1 1077944384 95 0 0 0 36 0 0 0 20 0 35 0 80448897 27837288448 313175 33554432000 4194304 4196468 140721145224384 139796876866336 139798231824085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7636] ppid=7608 vsize=27184852 memory=172382807407482 CPUtime=0.33 cores=0-7
/proc/7611/task/7636/stat : 7636 (java) S 7608 7611 7035 0 -1 1077944384 59 0 0 0 32 1 0 0 20 0 35 0 80448897 27837288448 313175 33554432000 4194304 4196468 140721145224384 139796875813792 139798231824085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7637] ppid=7608 vsize=27184852 memory=172382807407483 CPUtime=0.34 cores=0-7
/proc/7611/task/7637/stat : 7637 (java) S 7608 7611 7035 0 -1 1077944384 325 0 0 0 34 0 0 0 20 0 35 0 80448904 27837288448 313175 33554432000 4194304 4196468 140721145224384 139796872664096 139798231824085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7638] ppid=7608 vsize=27184852 memory=172382807407484 CPUtime=0.29 cores=0-7
/proc/7611/task/7638/stat : 7638 (java) S 7608 7611 7035 0 -1 1077944384 43 0 0 0 29 0 0 0 20 0 35 0 80448904 27837288448 313175 33554432000 4194304 4196468 140721145224384 139796871611552 139798231824085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7639] ppid=7608 vsize=27184852 memory=172382807407485 CPUtime=0.24 cores=0-7
/proc/7611/task/7639/stat : 7639 (java) S 7608 7611 7035 0 -1 1077944384 137 0 0 0 24 0 0 0 20 0 35 0 80448904 27837288448 313175 33554432000 4194304 4196468 140721145224384 139796870559008 139798231824085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7640] ppid=7608 vsize=27184852 memory=172382807407486 CPUtime=0.35 cores=0-7
/proc/7611/task/7640/stat : 7640 (java) S 7608 7611 7035 0 -1 1077944384 43 0 0 0 35 0 0 0 20 0 35 0 80448904 27837288448 313175 33554432000 4194304 4196468 140721145224384 139796869506464 139798231824085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7641] ppid=7608 vsize=27184852 memory=172382807407487 CPUtime=0.32 cores=0-7
/proc/7611/task/7641/stat : 7641 (java) S 7608 7611 7035 0 -1 1077944384 43 0 0 0 32 0 0 0 20 0 35 0 80448904 27837288448 313175 33554432000 4194304 4196468 140721145224384 139796868453920 139798231824085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7642] ppid=7608 vsize=27184852 memory=172382807407488 CPUtime=0 cores=0-7
/proc/7611/task/7642/stat : 7642 (java) S 7608 7611 7035 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 35 0 80448904 27837288448 313175 33554432000 4194304 4196468 140721145224384 139796867400352 139798231824085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7643] ppid=7608 vsize=27184852 memory=172382807407489 CPUtime=0 cores=0-7
/proc/7611/task/7643/stat : 7643 (java) S 7608 7611 7035 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 35 0 80448905 27837288448 313175 33554432000 4194304 4196468 140721145224384 139796866345536 139798231824085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7644] ppid=7608 vsize=27184852 memory=172382807407490 CPUtime=0 cores=0-7
/proc/7611/task/7644/stat : 7644 (java) S 7608 7611 7035 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 35 0 80448996 27837288448 313175 33554432000 4194304 4196468 140721145224384 139796865295264 139798231824085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7645] ppid=7608 vsize=27184852 memory=172382807407491 CPUtime=0 cores=0-7
/proc/7611/task/7645/stat : 7645 (java) S 7608 7611 7035 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 35 0 80448996 27837288448 313175 33554432000 4194304 4196468 140721145224384 139796864242720 139798231824085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
[pid=7611/tid=7647] ppid=7608 vsize=27184852 memory=172382807407492 CPUtime=0.01 cores=0-7
/proc/7611/task/7647/stat : 7647 (java) S 7608 7611 7035 0 -1 1077944384 63 0 0 0 1 0 0 0 20 0 35 0 80448996 27837288448 313175 33554432000 4194304 4196468 140721145224384 139796862136672 139798231825026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23805952 140721145230413 140721145230597 140721145230597 140721145233359 0
Current children cumulated CPU time: 26.39 s
Current children cumulated vsize: 27184852 KiB
Current children cumulated memory: 1252700 KiB

Child status: 1
Real time (s): 16.2392
CPU time (s): 26.421
CPU user time (s): 24.0112
CPU system time (s): 2.40975
CPU usage (%): 162.699
Max. virtual memory (cumulated for all children) (KiB): 27184852
Max. memory (cumulated for all children) (KiB): 1252700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 24.0112
system time used= 2.40975
maximum resident set size= 1255316
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60279
page faults= 0
swaps= 0
block input operations= 0
block output operations= 120
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9836
involuntary context switches= 258


# summary of solver processes directly reported to runsolver:
#   pid: 7611
#   total CPU time (s): 26.421
#   total CPU user time (s): 24.0112
#   total CPU system time (s): 2.40975

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.147282 second user time and 0.21405 second system time

The end

Launcher Data

Begin job on node138 at 2018-07-26 20:14:12
IDJOB=4291112
IDBENCH=141055
IDSOLVER=2745
FILE ID=node138/4291112-1532628852
RUNJOBID= node138-1532623784-7062
PBS_JOBID= 21022023
Free space on /tmp= 53800 MiB

SOLVER NAME= OscaR - Parallel with EPS 2018-07-02
BENCH NAME= XCSP18/NurseRostering/NurseRostering-08_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-4291112-1532628852/watcher-4291112-1532628852 -o /tmp/evaluation-result-4291112-1532628852/solver-4291112-1532628852 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node138-1532623784-7062 --watchdog 2580  java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 1266267968 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4291112-1532628852.xml

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

MD5SUM BENCH= d61cb971f7c35e7f42e62a62e90db6df
RANDOM SEED=1266267968

node138.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.71
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.71
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.71
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.71
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:        17513760 kB
MemAvailable:   31919948 kB
Buffers:          199552 kB
Cached:         14350304 kB
SwapCached:           44 kB
Active:          2456888 kB
Inactive:       12153664 kB
Active(anon):      11292 kB
Inactive(anon):    77300 kB
Active(file):    2445596 kB
Inactive(file): 12076364 kB
Unevictable:        7280 kB
Mlocked:            7280 kB
SwapTotal:      67108860 kB
SwapFree:       67108796 kB
Dirty:             35708 kB
Writeback:             0 kB
AnonPages:         67264 kB
Mapped:            36028 kB
Shmem:             25164 kB
Slab:             340672 kB
SReclaimable:     312688 kB
SUnreclaim:        27984 kB
KernelStack:        3808 kB
PageTables:         4764 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     324756 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 53768 MiB
End job on node138 at 2018-07-26 20:14:28