Trace number 4308878

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-08-14? 18.1317 14.8282

General information on the benchmark

NameNurseRostering/
NurseRostering-05_c18.xml
MD5SUMb6cc1cad0a6ec682295352adb28466c6
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark2827
Best CPU time to get the best result obtained on this benchmark20005.2
Satisfiable
(Un)Satisfiability was proved
Number of variables834
Number of constraints2135
Number of domains14
Minimum domain size1
Maximum domain size29
Distribution of domain sizes[{"size":1,"count":34},{"size":2,"count":170},{"size":3,"count":448},{"size":15,"count":10},{"size":17,"count":140},{"size":29,"count":32}]
Minimum variable degree2
Maximum variable degree23
Distribution of variable degrees[{"degree":2,"count":322},{"degree":3,"count":64},{"degree":11,"count":16},{"degree":12,"count":15},{"degree":13,"count":1},{"degree":14,"count":12},{"degree":15,"count":17},{"degree":16,"count":22},{"degree":17,"count":26},{"degree":18,"count":24},{"degree":19,"count":109},{"degree":20,"count":73},{"degree":21,"count":82},{"degree":22,"count":46},{"degree":23,"count":5}]
Minimum constraint arity2
Maximum constraint arity32
Distribution of constraint arities[{"arity":2,"count":782},{"arity":3,"count":692},{"arity":4,"count":166},{"arity":6,"count":230},{"arity":7,"count":132},{"arity":17,"count":84},{"arity":29,"count":48},{"arity":32,"count":1}]
Number of extensional constraints516
Number of intensional constraints266
Distribution of constraint types[{"type":"extension","count":516},{"type":"intension","count":266},{"type":"regular","count":826},{"type":"sum","count":32},{"type":"count","count":494},{"type":"instantiation","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.66/0.55	c version: 2018-08-14
0.66/0.55	c seed: 617931920
0.66/0.55	c timeout: 20160
0.66/0.55	c memlimit: 22000
0.66/0.55	c nbcore: 8
0.66/0.58	c Parsing instance...
2.80/1.36	c Parsing done, starting search...
14.03/4.31	Dead letter! Forcing shutdown...
17.04/4.79	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 (12851 MiB free)
  memory of node 1: 16384 MiB (10348 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4308878-1534354515/watcher-4308878-1534354515 -o /tmp/evaluation-result-4308878-1534354515/solver-4308878-1534354515 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node148-1534351989-23257 --watchdog 2580 java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 617931920 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4308878-1534354515.xml 

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

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

solver pid=23557, runsolver pid=23554

[startup+0.10006 s]*
/proc/loadavg: 8.17 8.74 8.26 3/198 23577
/proc/meminfo: memFree=23740000/32770624 swapFree=67108368/67108860
[pid=23557] ppid=23554 vsize=26103420 memory=31476 CPUtime=0.12 cores=0-7
/proc/23557/stat : 23557 (java) S 23554 23557 23230 0 -1 1077944320 7301 0 0 0 11 1 0 0 20 0 20 0 253014695 26729902080 7869 33554432000 4194304 4196468 140727673459280 140727673441824 140708176748279 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
/proc/23557/statm: 6525855 7869 3136 1 0 6487932 0
[pid=23557/tid=23559] ppid=23554 vsize=26103420 memory=8041066567320903836 CPUtime=0.08 cores=0-7
/proc/23557/task/23559/stat : 23559 (java) R 23554 23557 23230 0 -1 4202560 5360 0 0 0 8 0 0 0 20 0 20 0 253014696 26729902080 7869 33554432000 4194304 4196468 140727673459280 140708180971248 140708176770205 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23560] ppid=23554 vsize=26103420 memory=732370313764920293 CPUtime=0 cores=0-7
/proc/23557/task/23560/stat : 23560 (java) S 23554 23557 23230 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253014697 26729902080 7869 33554432000 4194304 4196468 140727673459280 140708099328528 140708176758485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23561] ppid=23554 vsize=26103420 memory=140175427466880 CPUtime=0 cores=0-7
/proc/23557/task/23561/stat : 23561 (java) S 23554 23557 23230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253014697 26729902080 7869 33554432000 4194304 4196468 140727673459280 140708098275984 140708176758485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23562] ppid=23554 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/23557/task/23562/stat : 23562 (java) S 23554 23557 23230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253014697 26729902080 7869 33554432000 4194304 4196468 140727673459280 140708097222928 140708176758485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23563] ppid=23554 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/23557/task/23563/stat : 23563 (java) S 23554 23557 23230 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253014697 26729902080 7869 33554432000 4194304 4196468 140727673459280 140708096170384 140708176758485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23564] ppid=23554 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/23557/task/23564/stat : 23564 (java) S 23554 23557 23230 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253014697 26729902080 7869 33554432000 4194304 4196468 140727673459280 140707730840592 140708176758485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23565] ppid=23554 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/23557/task/23565/stat : 23565 (java) S 23554 23557 23230 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253014697 26729902080 7869 33554432000 4194304 4196468 140727673459280 140707729788048 140708176758485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23566] ppid=23554 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/23557/task/23566/stat : 23566 (java) S 23554 23557 23230 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253014697 26729902080 7869 33554432000 4194304 4196468 140727673459280 140707728734992 140708176758485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23567] ppid=23554 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/23557/task/23567/stat : 23567 (java) S 23554 23557 23230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253014697 26729902080 7869 33554432000 4194304 4196468 140727673459280 140707727682448 140708176758485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23568] ppid=23554 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/23557/task/23568/stat : 23568 (java) S 23554 23557 23230 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253014698 26729902080 7869 33554432000 4194304 4196468 140727673459280 140707439315184 140708176759426 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23569] ppid=23554 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/23557/task/23569/stat : 23569 (java) S 23554 23557 23230 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 253014698 26729902080 7869 33554432000 4194304 4196468 140727673459280 140707438261408 140708176758485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23570] ppid=23554 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/23557/task/23570/stat : 23570 (java) S 23554 23557 23230 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 253014699 26729902080 7869 33554432000 4194304 4196468 140727673459280 140707437208304 140708176758485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23571] ppid=23554 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/23557/task/23571/stat : 23571 (java) S 23554 23557 23230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253014701 26729902080 7869 33554432000 4194304 4196468 140727673459280 140707436156880 140708176766875 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23572] ppid=23554 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/23557/task/23572/stat : 23572 (java) S 23554 23557 23230 0 -1 1077944384 295 0 0 0 0 0 0 0 20 0 20 0 253014701 26729902080 7869 33554432000 4194304 4196468 140727673459280 140707435105008 140708176759426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23573] ppid=23554 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/23557/task/23573/stat : 23573 (java) R 23554 23557 23230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253014701 26729902080 7869 33554432000 4194304 4196468 140727673459280 140707434052464 140708176759426 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23574] ppid=23554 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/23557/task/23574/stat : 23574 (java) S 23554 23557 23230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253014701 26729902080 7869 33554432000 4194304 4196468 140727673459280 140707432999408 140708176759426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23575] ppid=23554 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/23557/task/23575/stat : 23575 (java) R 23554 23557 23230 0 -1 4202560 255 0 0 0 1 0 0 0 20 0 20 0 253014701 26729902080 7869 33554432000 4194304 4196468 140727673459280 140707431946864 140708155407921 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23576] ppid=23554 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/23557/task/23576/stat : 23576 (java) S 23554 23557 23230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253014701 26729902080 7869 33554432000 4194304 4196468 140727673459280 140707430894048 140708176758485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23577] ppid=23554 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/23557/task/23577/stat : 23577 (java) S 23554 23557 23230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253014701 26729902080 7869 33554432000 4194304 4196468 140727673459280 140707429841584 140708176759426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 31476 KiB

[startup+0.210376 s]*
/proc/loadavg: 8.17 8.74 8.26 4/198 23577
/proc/meminfo: memFree=23726544/32770624 swapFree=67108368/67108860
[pid=23557] ppid=23554 vsize=26103420 memory=43080 CPUtime=0.3 cores=0-7
/proc/23557/stat : 23557 (java) S 23554 23557 23230 0 -1 1077944320 10437 0 0 0 28 2 0 0 20 0 20 0 253014695 26729902080 10770 33554432000 4194304 4196468 140727673459280 140727673441824 140708176748279 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
/proc/23557/statm: 6525855 10770 3324 1 0 6487932 0
[pid=23557/tid=23559] ppid=23554 vsize=26103420 memory=32758254098972862 CPUtime=0.2 cores=0-7
/proc/23557/task/23559/stat : 23559 (java) R 23554 23557 23230 0 -1 4202560 8219 0 0 0 19 1 0 0 20 0 20 0 253014696 26729902080 10770 33554432000 4194304 4196468 140727673459280 140708180973840 140708176760214 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23560] ppid=23554 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/23557/task/23560/stat : 23560 (java) S 23554 23557 23230 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253014697 26729902080 10770 33554432000 4194304 4196468 140727673459280 140708099328528 140708176758485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23561] ppid=23554 vsize=26103420 memory=140175428806295 CPUtime=0 cores=0-7
/proc/23557/task/23561/stat : 23561 (java) S 23554 23557 23230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253014697 26729902080 10770 33554432000 4194304 4196468 140727673459280 140708098275984 140708176758485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23562] ppid=23554 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/23557/task/23562/stat : 23562 (java) S 23554 23557 23230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253014697 26729902080 10770 33554432000 4194304 4196468 140727673459280 140708097222928 140708176758485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23563] ppid=23554 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/23557/task/23563/stat : 23563 (java) S 23554 23557 23230 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253014697 26729902080 10770 33554432000 4194304 4196468 140727673459280 140708096170384 140708176758485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23564] ppid=23554 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/23557/task/23564/stat : 23564 (java) S 23554 23557 23230 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253014697 26729902080 10770 33554432000 4194304 4196468 140727673459280 140707730840592 140708176758485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23565] ppid=23554 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/23557/task/23565/stat : 23565 (java) S 23554 23557 23230 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253014697 26729902080 10770 33554432000 4194304 4196468 140727673459280 140707729788048 140708176758485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23566] ppid=23554 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/23557/task/23566/stat : 23566 (java) S 23554 23557 23230 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253014697 26729902080 10770 33554432000 4194304 4196468 140727673459280 140707728734992 140708176758485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23567] ppid=23554 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/23557/task/23567/stat : 23567 (java) S 23554 23557 23230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253014697 26729902080 10770 33554432000 4194304 4196468 140727673459280 140707727682448 140708176758485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23568] ppid=23554 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/23557/task/23568/stat : 23568 (java) S 23554 23557 23230 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 253014698 26729902080 10770 33554432000 4194304 4196468 140727673459280 140707439315184 140708176759426 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23569] ppid=23554 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/23557/task/23569/stat : 23569 (java) S 23554 23557 23230 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 253014698 26729902080 10770 33554432000 4194304 4196468 140727673459280 140707438261408 140708176758485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23570] ppid=23554 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/23557/task/23570/stat : 23570 (java) S 23554 23557 23230 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 253014699 26729902080 10770 33554432000 4194304 4196468 140727673459280 140707437208304 140708176758485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23571] ppid=23554 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/23557/task/23571/stat : 23571 (java) S 23554 23557 23230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253014701 26729902080 10770 33554432000 4194304 4196468 140727673459280 140707436156880 140708176766875 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23572] ppid=23554 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/23557/task/23572/stat : 23572 (java) S 23554 23557 23230 0 -1 1077944384 338 0 0 0 1 0 0 0 20 0 20 0 253014701 26729902080 10770 33554432000 4194304 4196468 140727673459280 140707435105008 140708176759426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23573] ppid=23554 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/23557/task/23573/stat : 23573 (java) S 23554 23557 23230 0 -1 1077944384 176 0 0 0 0 0 0 0 20 0 20 0 253014701 26729902080 10770 33554432000 4194304 4196468 140727673459280 140707434052464 140708176759426 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23574] ppid=23554 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/23557/task/23574/stat : 23574 (java) S 23554 23557 23230 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 20 0 253014701 26729902080 11282 33554432000 4194304 4196468 140727673459280 140707432999408 140708176759426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23575] ppid=23554 vsize=26103420 memory=0 CPUtime=0.06 cores=0-7
/proc/23557/task/23575/stat : 23575 (java) R 23554 23557 23230 0 -1 4202560 306 0 0 0 6 0 0 0 20 0 20 0 253014701 26729902080 11282 33554432000 4194304 4196468 140727673459280 140707431946864 140708176769626 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23576] ppid=23554 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/23557/task/23576/stat : 23576 (java) S 23554 23557 23230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253014701 26729902080 11282 33554432000 4194304 4196468 140727673459280 140707430894048 140708176758485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23577] ppid=23554 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/23557/task/23577/stat : 23577 (java) S 23554 23557 23230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253014701 26729902080 11282 33554432000 4194304 4196468 140727673459280 140707429841584 140708176759426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 43080 KiB

[startup+0.310786 s]*
/proc/loadavg: 8.17 8.74 8.26 2/198 23577
/proc/meminfo: memFree=23723256/32770624 swapFree=67108368/67108860
[pid=23557] ppid=23554 vsize=26103420 memory=46608 CPUtime=0.43 cores=0-7
/proc/23557/stat : 23557 (java) S 23554 23557 23230 0 -1 1077944320 10866 0 0 0 41 2 0 0 20 0 20 0 253014695 26729902080 11652 33554432000 4194304 4196468 140727673459280 140727673441824 140708176748279 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
/proc/23557/statm: 6525855 11652 3370 1 0 6487932 0
[pid=23557/tid=23559] ppid=23554 vsize=26103420 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/23557/task/23559/stat : 23559 (java) R 23554 23557 23230 0 -1 4202560 8563 0 0 0 29 1 0 0 20 0 20 0 253014696 26729902080 11652 33554432000 4194304 4196468 140727673459280 140708180910016 140708176760214 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23560] ppid=23554 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/23557/task/23560/stat : 23560 (java) S 23554 23557 23230 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253014697 26729902080 11652 33554432000 4194304 4196468 140727673459280 140708099328528 140708176758485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23561] ppid=23554 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/23557/task/23561/stat : 23561 (java) S 23554 23557 23230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253014697 26729902080 11652 33554432000 4194304 4196468 140727673459280 140708098275984 140708176758485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23562] ppid=23554 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/23557/task/23562/stat : 23562 (java) S 23554 23557 23230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253014697 26729902080 11652 33554432000 4194304 4196468 140727673459280 140708097222928 140708176758485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23563] ppid=23554 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/23557/task/23563/stat : 23563 (java) S 23554 23557 23230 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253014697 26729902080 11652 33554432000 4194304 4196468 140727673459280 140708096170384 140708176758485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23564] ppid=23554 vsize=26103420 memory=2244 CPUtime=0 cores=0-7
/proc/23557/task/23564/stat : 23564 (java) S 23554 23557 23230 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253014697 26729902080 11652 33554432000 4194304 4196468 140727673459280 140707730840592 140708176758485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23565] ppid=23554 vsize=26103420 memory=140175317496751 CPUtime=0 cores=0-7
/proc/23557/task/23565/stat : 23565 (java) S 23554 23557 23230 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253014697 26729902080 11652 33554432000 4194304 4196468 140727673459280 140707729788048 140708176758485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23566] ppid=23554 vsize=26103420 memory=140175317499056 CPUtime=0 cores=0-7
/proc/23557/task/23566/stat : 23566 (java) S 23554 23557 23230 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253014697 26729902080 11652 33554432000 4194304 4196468 140727673459280 140707728734992 140708176758485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23567] ppid=23554 vsize=26103420 memory=140175317501360 CPUtime=0 cores=0-7
/proc/23557/task/23567/stat : 23567 (java) S 23554 23557 23230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253014697 26729902080 11652 33554432000 4194304 4196468 140727673459280 140707727682448 140708176758485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23568] ppid=23554 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/23557/task/23568/stat : 23568 (java) S 23554 23557 23230 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 253014698 26729902080 11652 33554432000 4194304 4196468 140727673459280 140707439315184 140708176759426 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23569] ppid=23554 vsize=26103420 memory=280350635009680 CPUtime=0 cores=0-7
/proc/23557/task/23569/stat : 23569 (java) S 23554 23557 23230 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 253014698 26729902080 11652 33554432000 4194304 4196468 140727673459280 140707438261408 140708176758485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23570] ppid=23554 vsize=26103420 memory=280350635016592 CPUtime=0 cores=0-7
/proc/23557/task/23570/stat : 23570 (java) S 23554 23557 23230 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 253014699 26729902080 11652 33554432000 4194304 4196468 140727673459280 140707437208304 140708176758485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23571] ppid=23554 vsize=26103420 memory=280350634957872 CPUtime=0 cores=0-7
/proc/23557/task/23571/stat : 23571 (java) S 23554 23557 23230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253014701 26729902080 11717 33554432000 4194304 4196468 140727673459280 140707436156880 140708176766875 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23572] ppid=23554 vsize=26103420 memory=280350635030416 CPUtime=0.02 cores=0-7
/proc/23557/task/23572/stat : 23572 (java) S 23554 23557 23230 0 -1 1077944384 399 0 0 0 2 0 0 0 20 0 20 0 253014701 26729902080 11717 33554432000 4194304 4196468 140727673459280 140707435105008 140708176759426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23573] ppid=23554 vsize=26103420 memory=280350635037328 CPUtime=0 cores=0-7
/proc/23557/task/23573/stat : 23573 (java) S 23554 23557 23230 0 -1 1077944384 176 0 0 0 0 0 0 0 20 0 20 0 253014701 26729902080 11717 33554432000 4194304 4196468 140727673459280 140707434052464 140708176759426 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23574] ppid=23554 vsize=26103420 memory=280350635035024 CPUtime=0 cores=0-7
/proc/23557/task/23574/stat : 23574 (java) R 23554 23557 23230 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 20 0 253014701 26729902080 11717 33554432000 4194304 4196468 140727673459280 140707432999408 140708176769626 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23575] ppid=23554 vsize=26103420 memory=280350635051584 CPUtime=0.07 cores=0-7
/proc/23557/task/23575/stat : 23575 (java) R 23554 23557 23230 0 -1 4202560 321 0 0 0 7 0 0 0 20 0 20 0 253014701 26729902080 11717 33554432000 4194304 4196468 140727673459280 140707431946864 140708176769626 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23576] ppid=23554 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/23557/task/23576/stat : 23576 (java) S 23554 23557 23230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253014701 26729902080 11717 33554432000 4194304 4196468 140727673459280 140707430894048 140708176758485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23577] ppid=23554 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/23557/task/23577/stat : 23577 (java) S 23554 23557 23230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253014701 26729902080 11717 33554432000 4194304 4196468 140727673459280 140707429841584 140708176759426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 46608 KiB

[startup+0.700947 s]
/proc/loadavg: 8.17 8.74 8.26 2/198 23577
/proc/meminfo: memFree=23699320/32770624 swapFree=67108368/67108860
[pid=23557] ppid=23554 vsize=26105488 memory=87528 CPUtime=0.98 cores=0-7
/proc/23557/stat : 23557 (java) S 23554 23557 23230 0 -1 1077944320 17823 0 0 0 94 4 0 0 20 0 20 0 253014695 26732019712 21882 33554432000 4194304 4196468 140727673459280 140727673441824 140708176748279 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
/proc/23557/statm: 6526372 21882 3493 1 0 6488444 0
[pid=23557/tid=23559] ppid=23554 vsize=26105488 memory=7230638415907023447 CPUtime=0.67 cores=0-7
/proc/23557/task/23559/stat : 23559 (java) R 23554 23557 23230 0 -1 4202560 15043 0 0 0 64 3 0 0 20 0 20 0 253014696 26732019712 21882 33554432000 4194304 4196468 140727673459280 140708180972448 140708176760214 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23560] ppid=23554 vsize=26105488 memory=101258149017648 CPUtime=0 cores=0-7
/proc/23557/task/23560/stat : 23560 (java) S 23554 23557 23230 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253014697 26732019712 21882 33554432000 4194304 4196468 140727673459280 140708099328528 140708176758485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23561] ppid=23554 vsize=26105488 memory=140175317522494 CPUtime=0 cores=0-7
/proc/23557/task/23561/stat : 23561 (java) S 23554 23557 23230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253014697 26732019712 21882 33554432000 4194304 4196468 140727673459280 140708098275984 140708176758485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23562] ppid=23554 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/23557/task/23562/stat : 23562 (java) S 23554 23557 23230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253014697 26732019712 21882 33554432000 4194304 4196468 140727673459280 140708097222928 140708176758485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23563] ppid=23554 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/23557/task/23563/stat : 23563 (java) S 23554 23557 23230 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253014697 26732019712 21882 33554432000 4194304 4196468 140727673459280 140708096170384 140708176758485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23564] ppid=23554 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/23557/task/23564/stat : 23564 (java) S 23554 23557 23230 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253014697 26732019712 21882 33554432000 4194304 4196468 140727673459280 140707730840592 140708176758485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23565] ppid=23554 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/23557/task/23565/stat : 23565 (java) S 23554 23557 23230 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253014697 26732019712 21882 33554432000 4194304 4196468 140727673459280 140707729788048 140708176758485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23566] ppid=23554 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/23557/task/23566/stat : 23566 (java) S 23554 23557 23230 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253014697 26732019712 21882 33554432000 4194304 4196468 140727673459280 140707728734992 140708176758485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23567] ppid=23554 vsize=26105488 memory=1764 CPUtime=0 cores=0-7
/proc/23557/task/23567/stat : 23567 (java) S 23554 23557 23230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253014697 26732019712 21882 33554432000 4194304 4196468 140727673459280 140707727682448 140708176758485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23568] ppid=23554 vsize=26105488 memory=1616 CPUtime=0 cores=0-7
/proc/23557/task/23568/stat : 23568 (java) S 23554 23557 23230 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 253014698 26732019712 21882 33554432000 4194304 4196468 140727673459280 140707439315184 140708176759426 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0

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

[pid=23557/tid=23591] ppid=23554 vsize=27051720 memory=2180 CPUtime=0 cores=0-7
/proc/23557/task/23591/stat : 23591 (java) S 23554 23557 23230 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 34 0 253015127 27700961280 281677 33554432000 4194304 4196468 140727673459280 140707194937696 140708176759426 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23592] ppid=23554 vsize=27051720 memory=3980 CPUtime=0 cores=0-7
/proc/23557/task/23592/stat : 23592 (java) S 23554 23557 23230 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 34 0 253015177 27700961280 281677 33554432000 4194304 4196468 140727673459280 140707195990944 140708176758485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
Current children cumulated CPU time: 18.1 s
Current children cumulated vsize: 27051720 KiB
Current children cumulated memory: 1126708 KiB

[startup+14.4012 s]
/proc/loadavg: 6.56 8.36 8.14 1/212 23592
/proc/meminfo: memFree=22639276/32770624 swapFree=67108368/67108860
[pid=23557] ppid=23554 vsize=27051720 memory=1126708 CPUtime=18.1 cores=0-7
/proc/23557/stat : 23557 (java) S 23554 23557 23230 0 -1 1077944320 55969 0 0 0 1640 170 0 0 20 0 34 0 253014695 27700961280 281677 33554432000 4194304 4196468 140727673459280 140727673441824 140708176748279 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
/proc/23557/statm: 6762930 281677 3620 1 0 6725002 0
[pid=23557/tid=23559] ppid=23554 vsize=27051720 memory=0 CPUtime=3.31 cores=0-7
/proc/23557/task/23559/stat : 23559 (java) S 23554 23557 23230 0 -1 1077944384 22182 0 0 0 323 8 0 0 20 0 34 0 253014696 27700961280 281677 33554432000 4194304 4196468 140727673459280 140708180985408 140708176758485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23560] ppid=23554 vsize=27051720 memory=0 CPUtime=0.64 cores=0-7
/proc/23557/task/23560/stat : 23560 (java) S 23554 23557 23230 0 -1 1077944384 515 0 0 0 47 17 0 0 20 0 34 0 253014697 27700961280 281677 33554432000 4194304 4196468 140727673459280 140708099328528 140708176758485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23561] ppid=23554 vsize=27051720 memory=0 CPUtime=0.64 cores=0-7
/proc/23557/task/23561/stat : 23561 (java) S 23554 23557 23230 0 -1 1077944384 420 0 0 0 48 16 0 0 20 0 34 0 253014697 27700961280 281677 33554432000 4194304 4196468 140727673459280 140708098275984 140708176758485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23562] ppid=23554 vsize=27051720 memory=0 CPUtime=0.63 cores=0-7
/proc/23557/task/23562/stat : 23562 (java) S 23554 23557 23230 0 -1 1077944384 387 0 0 0 46 17 0 0 20 0 34 0 253014697 27700961280 281677 33554432000 4194304 4196468 140727673459280 140708097222928 140708176758485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23563] ppid=23554 vsize=27051720 memory=0 CPUtime=0.62 cores=0-7
/proc/23557/task/23563/stat : 23563 (java) S 23554 23557 23230 0 -1 1077944384 339 0 0 0 46 16 0 0 20 0 34 0 253014697 27700961280 281677 33554432000 4194304 4196468 140727673459280 140708096170384 140708176758485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23564] ppid=23554 vsize=27051720 memory=0 CPUtime=0.65 cores=0-7
/proc/23557/task/23564/stat : 23564 (java) S 23554 23557 23230 0 -1 1077944384 585 0 0 0 46 19 0 0 20 0 34 0 253014697 27700961280 281677 33554432000 4194304 4196468 140727673459280 140707730840592 140708176758485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23565] ppid=23554 vsize=27051720 memory=0 CPUtime=0.63 cores=0-7
/proc/23557/task/23565/stat : 23565 (java) S 23554 23557 23230 0 -1 1077944384 506 0 0 0 46 17 0 0 20 0 34 0 253014697 27700961280 281677 33554432000 4194304 4196468 140727673459280 140707729788048 140708176758485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23566] ppid=23554 vsize=27051720 memory=0 CPUtime=0.63 cores=0-7
/proc/23557/task/23566/stat : 23566 (java) S 23554 23557 23230 0 -1 1077944384 492 0 0 0 46 17 0 0 20 0 34 0 253014697 27700961280 281677 33554432000 4194304 4196468 140727673459280 140707728734992 140708176758485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23567] ppid=23554 vsize=27051720 memory=0 CPUtime=0.66 cores=0-7
/proc/23557/task/23567/stat : 23567 (java) S 23554 23557 23230 0 -1 1077944384 1455 0 0 0 48 18 0 0 20 0 34 0 253014697 27700961280 281677 33554432000 4194304 4196468 140727673459280 140707727682448 140708176758485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23568] ppid=23554 vsize=27051720 memory=0 CPUtime=0.11 cores=0-7
/proc/23557/task/23568/stat : 23568 (java) S 23554 23557 23230 0 -1 1077944384 3012 0 0 0 10 1 0 0 20 0 34 0 253014698 27700961280 281677 33554432000 4194304 4196468 140727673459280 140707439315184 140708176759426 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 24 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23569] ppid=23554 vsize=27051720 memory=1126708 CPUtime=0 cores=0-7
/proc/23557/task/23569/stat : 23569 (java) S 23554 23557 23230 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 34 0 253014698 27700961280 281677 33554432000 4194304 4196468 140727673459280 140707438261472 140708176758485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23570] ppid=23554 vsize=27051720 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/23557/task/23570/stat : 23570 (java) S 23554 23557 23230 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 34 0 253014699 27700961280 281677 33554432000 4194304 4196468 140727673459280 140707437208320 140708176758485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23571] ppid=23554 vsize=27051720 memory=-7003737579269690708 CPUtime=0 cores=0-7
/proc/23557/task/23571/stat : 23571 (java) S 23554 23557 23230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 34 0 253014701 27700961280 281677 33554432000 4194304 4196468 140727673459280 140707436156880 140708176766875 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23572] ppid=23554 vsize=27051720 memory=6298119609235433572 CPUtime=1.89 cores=0-7
/proc/23557/task/23572/stat : 23572 (java) S 23554 23557 23230 0 -1 1077944384 4004 0 0 0 187 2 0 0 20 0 34 0 253014701 27700961280 281677 33554432000 4194304 4196468 140727673459280 140707435105008 140708176759426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23573] ppid=23554 vsize=27051720 memory=5931919569234194795 CPUtime=1.96 cores=0-7
/proc/23557/task/23573/stat : 23573 (java) S 23554 23557 23230 0 -1 1077944384 5957 0 0 0 194 2 0 0 20 0 34 0 253014701 27700961280 281677 33554432000 4194304 4196468 140727673459280 140707434052464 140708176759426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23574] ppid=23554 vsize=27051720 memory=6297844705592175463 CPUtime=2.16 cores=0-7
/proc/23557/task/23574/stat : 23574 (java) S 23554 23557 23230 0 -1 1077944384 5779 0 0 0 214 2 0 0 20 0 34 0 253014701 27700961280 281677 33554432000 4194304 4196468 140727673459280 140707432999408 140708176759426 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23575] ppid=23554 vsize=27051720 memory=7381510218865928023 CPUtime=1.41 cores=0-7
/proc/23557/task/23575/stat : 23575 (java) S 23554 23557 23230 0 -1 1077944384 7225 0 0 0 138 3 0 0 20 0 34 0 253014701 27700961280 281677 33554432000 4194304 4196468 140727673459280 140707431946864 140708176759426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23576] ppid=23554 vsize=27051720 memory=6298119583515896679 CPUtime=0 cores=0-7
/proc/23557/task/23576/stat : 23576 (java) S 23554 23557 23230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 34 0 253014701 27700961280 281677 33554432000 4194304 4196468 140727673459280 140707430894048 140708176758485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23577] ppid=23554 vsize=27051720 memory=7590648222523090031 CPUtime=0 cores=0-7
/proc/23557/task/23577/stat : 23577 (java) S 23554 23557 23230 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 34 0 253014701 27700961280 281677 33554432000 4194304 4196468 140727673459280 140707429841584 140708176759426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 21 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23578] ppid=23554 vsize=27051720 memory=7590648222523090031 CPUtime=0 cores=0-7
/proc/23557/task/23578/stat : 23578 (java) S 23554 23557 23230 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 34 0 253015000 27700961280 281677 33554432000 4194304 4196468 140727673459280 140707424788992 140708176758485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23579] ppid=23554 vsize=27051720 memory=6226885531857743720 CPUtime=0.02 cores=0-7
/proc/23557/task/23579/stat : 23579 (java) S 23554 23557 23230 0 -1 1077944384 708 0 0 0 1 1 0 0 20 0 34 0 253015022 27700961280 281677 33554432000 4194304 4196468 140727673459280 140707211764496 140708176759426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23580] ppid=23554 vsize=27051720 memory=7451878967338559319 CPUtime=0.23 cores=0-7
/proc/23557/task/23580/stat : 23580 (java) S 23554 23557 23230 0 -1 1077944384 186 0 0 0 23 0 0 0 20 0 34 0 253015037 27700961280 281677 33554432000 4194304 4196468 140727673459280 140707208615328 140708176758485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23581] ppid=23554 vsize=27051720 memory=7451878967338559319 CPUtime=0.27 cores=0-7
/proc/23557/task/23581/stat : 23581 (java) S 23554 23557 23230 0 -1 1077944384 148 0 0 0 27 0 0 0 20 0 34 0 253015038 27700961280 281677 33554432000 4194304 4196468 140727673459280 140707207562784 140708176758485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23582] ppid=23554 vsize=27051720 memory=7451878967338559319 CPUtime=0.24 cores=0-7
/proc/23557/task/23582/stat : 23582 (java) S 23554 23557 23230 0 -1 1077944384 83 0 0 0 24 0 0 0 20 0 34 0 253015038 27700961280 281677 33554432000 4194304 4196468 140727673459280 140707206509728 140708176758485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23583] ppid=23554 vsize=27051720 memory=56 CPUtime=0.23 cores=0-7
/proc/23557/task/23583/stat : 23583 (java) S 23554 23557 23230 0 -1 1077944384 80 0 0 0 23 0 0 0 20 0 34 0 253015044 27700961280 281677 33554432000 4194304 4196468 140727673459280 140707203360032 140708176758485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23584] ppid=23554 vsize=27051720 memory=8747226831578988619 CPUtime=0.24 cores=0-7
/proc/23557/task/23584/stat : 23584 (java) S 23554 23557 23230 0 -1 1077944384 52 0 0 0 24 0 0 0 20 0 34 0 253015044 27700961280 281677 33554432000 4194304 4196468 140727673459280 140707202306976 140708176758485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23585] ppid=23554 vsize=27051720 memory=288289956827513840 CPUtime=0.27 cores=0-7
/proc/23557/task/23585/stat : 23585 (java) S 23554 23557 23230 0 -1 1077944384 55 0 0 0 27 0 0 0 20 0 34 0 253015044 27700961280 281677 33554432000 4194304 4196468 140727673459280 140707201254432 140708176758485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23586] ppid=23554 vsize=27051720 memory=4050201933888356384 CPUtime=0.19 cores=0-7
/proc/23557/task/23586/stat : 23586 (java) S 23554 23557 23230 0 -1 1077944384 48 0 0 0 19 0 0 0 20 0 34 0 253015044 27700961280 281677 33554432000 4194304 4196468 140727673459280 140707200201376 140708176758485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23587] ppid=23554 vsize=27051720 memory=0 CPUtime=0.19 cores=0-7
/proc/23557/task/23587/stat : 23587 (java) S 23554 23557 23230 0 -1 1077944384 79 0 0 0 19 0 0 0 20 0 34 0 253015045 27700961280 281677 33554432000 4194304 4196468 140727673459280 140707199146560 140708176758485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23588] ppid=23554 vsize=27051720 memory=1126708 CPUtime=0 cores=0-7
/proc/23557/task/23588/stat : 23588 (java) S 23554 23557 23230 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 34 0 253015046 27700961280 281677 33554432000 4194304 4196468 140727673459280 140707198096800 140708176758485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23589] ppid=23554 vsize=27051720 memory=0 CPUtime=0 cores=0-7
/proc/23557/task/23589/stat : 23589 (java) S 23554 23557 23230 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 34 0 253015046 27700961280 281677 33554432000 4194304 4196468 140727673459280 140707197044256 140708176758485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23591] ppid=23554 vsize=27051720 memory=0 CPUtime=0 cores=0-7
/proc/23557/task/23591/stat : 23591 (java) S 23554 23557 23230 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 34 0 253015127 27700961280 281677 33554432000 4194304 4196468 140727673459280 140707194937696 140708176759426 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23592] ppid=23554 vsize=27051720 memory=0 CPUtime=0 cores=0-7
/proc/23557/task/23592/stat : 23592 (java) S 23554 23557 23230 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 34 0 253015177 27700961280 281677 33554432000 4194304 4196468 140727673459280 140707195990944 140708176758485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
Current children cumulated CPU time: 18.1 s
Current children cumulated vsize: 27051720 KiB
Current children cumulated memory: 1126708 KiB

[startup+14.8012 s]
/proc/loadavg: 6.56 8.36 8.14 1/212 23592
/proc/meminfo: memFree=22639276/32770624 swapFree=67108368/67108860
[pid=23557] ppid=23554 vsize=27051720 memory=1126708 CPUtime=18.1 cores=0-7
/proc/23557/stat : 23557 (java) S 23554 23557 23230 0 -1 1077944320 55969 0 0 0 1640 170 0 0 20 0 34 0 253014695 27700961280 281677 33554432000 4194304 4196468 140727673459280 140727673441824 140708176748279 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
/proc/23557/statm: 6762930 281677 3620 1 0 6725002 0
[pid=23557/tid=23559] ppid=23554 vsize=27051720 memory=288230596050944315 CPUtime=3.31 cores=0-7
/proc/23557/task/23559/stat : 23559 (java) S 23554 23557 23230 0 -1 1077944384 22182 0 0 0 323 8 0 0 20 0 34 0 253014696 27700961280 281677 33554432000 4194304 4196468 140727673459280 140708180985408 140708176758485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23560] ppid=23554 vsize=27051720 memory=13850767857556514 CPUtime=0.64 cores=0-7
/proc/23557/task/23560/stat : 23560 (java) S 23554 23557 23230 0 -1 1077944384 515 0 0 0 47 17 0 0 20 0 34 0 253014697 27700961280 281677 33554432000 4194304 4196468 140727673459280 140708099328528 140708176758485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23561] ppid=23554 vsize=27051720 memory=9168 CPUtime=0.64 cores=0-7
/proc/23557/task/23561/stat : 23561 (java) S 23554 23557 23230 0 -1 1077944384 420 0 0 0 48 16 0 0 20 0 34 0 253014697 27700961280 281677 33554432000 4194304 4196468 140727673459280 140708098275984 140708176758485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23562] ppid=23554 vsize=27051720 memory=33 CPUtime=0.63 cores=0-7
/proc/23557/task/23562/stat : 23562 (java) S 23554 23557 23230 0 -1 1077944384 387 0 0 0 46 17 0 0 20 0 34 0 253014697 27700961280 281677 33554432000 4194304 4196468 140727673459280 140708097222928 140708176758485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23563] ppid=23554 vsize=27051720 memory=0 CPUtime=0.62 cores=0-7
/proc/23557/task/23563/stat : 23563 (java) S 23554 23557 23230 0 -1 1077944384 339 0 0 0 46 16 0 0 20 0 34 0 253014697 27700961280 281677 33554432000 4194304 4196468 140727673459280 140708096170384 140708176758485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23564] ppid=23554 vsize=27051720 memory=170926128 CPUtime=0.65 cores=0-7
/proc/23557/task/23564/stat : 23564 (java) S 23554 23557 23230 0 -1 1077944384 585 0 0 0 46 19 0 0 20 0 34 0 253014697 27700961280 281677 33554432000 4194304 4196468 140727673459280 140707730840592 140708176758485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23565] ppid=23554 vsize=27051720 memory=6082220498210155624 CPUtime=0.63 cores=0-7
/proc/23557/task/23565/stat : 23565 (java) S 23554 23557 23230 0 -1 1077944384 506 0 0 0 46 17 0 0 20 0 34 0 253014697 27700961280 281677 33554432000 4194304 4196468 140727673459280 140707729788048 140708176758485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23566] ppid=23554 vsize=27051720 memory=7526486018442541112 CPUtime=0.63 cores=0-7
/proc/23557/task/23566/stat : 23566 (java) S 23554 23557 23230 0 -1 1077944384 492 0 0 0 46 17 0 0 20 0 34 0 253014697 27700961280 281677 33554432000 4194304 4196468 140727673459280 140707728734992 140708176758485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23567] ppid=23554 vsize=27051720 memory=6944656592455360604 CPUtime=0.66 cores=0-7
/proc/23557/task/23567/stat : 23567 (java) S 23554 23557 23230 0 -1 1077944384 1455 0 0 0 48 18 0 0 20 0 34 0 253014697 27700961280 281677 33554432000 4194304 4196468 140727673459280 140707727682448 140708176758485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23568] ppid=23554 vsize=27051720 memory=6656426216303648864 CPUtime=0.11 cores=0-7
/proc/23557/task/23568/stat : 23568 (java) S 23554 23557 23230 0 -1 1077944384 3012 0 0 0 10 1 0 0 20 0 34 0 253014698 27700961280 281677 33554432000 4194304 4196468 140727673459280 140707439315184 140708176759426 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 24 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23569] ppid=23554 vsize=27051720 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/23557/task/23569/stat : 23569 (java) S 23554 23557 23230 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 34 0 253014698 27700961280 281677 33554432000 4194304 4196468 140727673459280 140707438261472 140708176758485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23570] ppid=23554 vsize=27051720 memory=6944656592387989600 CPUtime=0 cores=0-7
/proc/23557/task/23570/stat : 23570 (java) S 23554 23557 23230 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 34 0 253014699 27700961280 281677 33554432000 4194304 4196468 140727673459280 140707437208320 140708176758485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23571] ppid=23554 vsize=27051720 memory=6655300316396806240 CPUtime=0 cores=0-7
/proc/23557/task/23571/stat : 23571 (java) S 23554 23557 23230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 34 0 253014701 27700961280 281677 33554432000 4194304 4196468 140727673459280 140707436156880 140708176766875 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23572] ppid=23554 vsize=27051720 memory=9168 CPUtime=1.89 cores=0-7
/proc/23557/task/23572/stat : 23572 (java) S 23554 23557 23230 0 -1 1077944384 4004 0 0 0 187 2 0 0 20 0 34 0 253014701 27700961280 281677 33554432000 4194304 4196468 140727673459280 140707435105008 140708176759426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23573] ppid=23554 vsize=27051720 memory=872 CPUtime=1.96 cores=0-7
/proc/23557/task/23573/stat : 23573 (java) S 23554 23557 23230 0 -1 1077944384 5957 0 0 0 194 2 0 0 20 0 34 0 253014701 27700961280 281677 33554432000 4194304 4196468 140727673459280 140707434052464 140708176759426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23574] ppid=23554 vsize=27051720 memory=1920 CPUtime=2.16 cores=0-7
/proc/23557/task/23574/stat : 23574 (java) S 23554 23557 23230 0 -1 1077944384 5779 0 0 0 214 2 0 0 20 0 34 0 253014701 27700961280 281677 33554432000 4194304 4196468 140727673459280 140707432999408 140708176759426 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23575] ppid=23554 vsize=27051720 memory=6284 CPUtime=1.41 cores=0-7
/proc/23557/task/23575/stat : 23575 (java) S 23554 23557 23230 0 -1 1077944384 7225 0 0 0 138 3 0 0 20 0 34 0 253014701 27700961280 281677 33554432000 4194304 4196468 140727673459280 140707431946864 140708176759426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23576] ppid=23554 vsize=27051720 memory=1224 CPUtime=0 cores=0-7
/proc/23557/task/23576/stat : 23576 (java) S 23554 23557 23230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 34 0 253014701 27700961280 281677 33554432000 4194304 4196468 140727673459280 140707430894048 140708176758485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23577] ppid=23554 vsize=27051720 memory=3920 CPUtime=0 cores=0-7
/proc/23557/task/23577/stat : 23577 (java) S 23554 23557 23230 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 34 0 253014701 27700961280 281677 33554432000 4194304 4196468 140727673459280 140707429841584 140708176759426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 21 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23578] ppid=23554 vsize=27051720 memory=1288 CPUtime=0 cores=0-7
/proc/23557/task/23578/stat : 23578 (java) S 23554 23557 23230 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 34 0 253015000 27700961280 281677 33554432000 4194304 4196468 140727673459280 140707424788992 140708176758485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23579] ppid=23554 vsize=27051720 memory=3460 CPUtime=0.02 cores=0-7
/proc/23557/task/23579/stat : 23579 (java) S 23554 23557 23230 0 -1 1077944384 708 0 0 0 1 1 0 0 20 0 34 0 253015022 27700961280 281677 33554432000 4194304 4196468 140727673459280 140707211764496 140708176759426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23580] ppid=23554 vsize=27051720 memory=1104 CPUtime=0.23 cores=0-7
/proc/23557/task/23580/stat : 23580 (java) S 23554 23557 23230 0 -1 1077944384 186 0 0 0 23 0 0 0 20 0 34 0 253015037 27700961280 281677 33554432000 4194304 4196468 140727673459280 140707208615328 140708176758485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23581] ppid=23554 vsize=27051720 memory=14912 CPUtime=0.27 cores=0-7
/proc/23557/task/23581/stat : 23581 (java) S 23554 23557 23230 0 -1 1077944384 148 0 0 0 27 0 0 0 20 0 34 0 253015038 27700961280 281677 33554432000 4194304 4196468 140727673459280 140707207562784 140708176758485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23582] ppid=23554 vsize=27051720 memory=3364 CPUtime=0.24 cores=0-7
/proc/23557/task/23582/stat : 23582 (java) S 23554 23557 23230 0 -1 1077944384 83 0 0 0 24 0 0 0 20 0 34 0 253015038 27700961280 281677 33554432000 4194304 4196468 140727673459280 140707206509728 140708176758485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23583] ppid=23554 vsize=27051720 memory=38000 CPUtime=0.23 cores=0-7
/proc/23557/task/23583/stat : 23583 (java) S 23554 23557 23230 0 -1 1077944384 80 0 0 0 23 0 0 0 20 0 34 0 253015044 27700961280 281677 33554432000 4194304 4196468 140727673459280 140707203360032 140708176758485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23584] ppid=23554 vsize=27051720 memory=13820 CPUtime=0.24 cores=0-7
/proc/23557/task/23584/stat : 23584 (java) S 23554 23557 23230 0 -1 1077944384 52 0 0 0 24 0 0 0 20 0 34 0 253015044 27700961280 281677 33554432000 4194304 4196468 140727673459280 140707202306976 140708176758485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23585] ppid=23554 vsize=27051720 memory=1616 CPUtime=0.27 cores=0-7
/proc/23557/task/23585/stat : 23585 (java) S 23554 23557 23230 0 -1 1077944384 55 0 0 0 27 0 0 0 20 0 34 0 253015044 27700961280 281677 33554432000 4194304 4196468 140727673459280 140707201254432 140708176758485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23586] ppid=23554 vsize=27051720 memory=0 CPUtime=0.19 cores=0-7
/proc/23557/task/23586/stat : 23586 (java) S 23554 23557 23230 0 -1 1077944384 48 0 0 0 19 0 0 0 20 0 34 0 253015044 27700961280 281677 33554432000 4194304 4196468 140727673459280 140707200201376 140708176758485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23587] ppid=23554 vsize=27051720 memory=7007707949394126417 CPUtime=0.19 cores=0-7
/proc/23557/task/23587/stat : 23587 (java) S 23554 23557 23230 0 -1 1077944384 79 0 0 0 19 0 0 0 20 0 34 0 253015045 27700961280 281677 33554432000 4194304 4196468 140727673459280 140707199146560 140708176758485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23588] ppid=23554 vsize=27051720 memory=0 CPUtime=0 cores=0-7
/proc/23557/task/23588/stat : 23588 (java) S 23554 23557 23230 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 34 0 253015046 27700961280 281677 33554432000 4194304 4196468 140727673459280 140707198096800 140708176758485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23589] ppid=23554 vsize=27051720 memory=0 CPUtime=0 cores=0-7
/proc/23557/task/23589/stat : 23589 (java) S 23554 23557 23230 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 34 0 253015046 27700961280 281677 33554432000 4194304 4196468 140727673459280 140707197044256 140708176758485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23591] ppid=23554 vsize=27051720 memory=0 CPUtime=0 cores=0-7
/proc/23557/task/23591/stat : 23591 (java) S 23554 23557 23230 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 34 0 253015127 27700961280 281677 33554432000 4194304 4196468 140727673459280 140707194937696 140708176759426 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
[pid=23557/tid=23592] ppid=23554 vsize=27051720 memory=0 CPUtime=0 cores=0-7
/proc/23557/task/23592/stat : 23592 (java) S 23554 23557 23230 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 34 0 253015177 27700961280 281677 33554432000 4194304 4196468 140727673459280 140707195990944 140708176758485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29806592 140727673463886 140727673464069 140727673464069 140727673466831 0
Current children cumulated CPU time: 18.1 s
Current children cumulated vsize: 27051720 KiB
Current children cumulated memory: 1126708 KiB

Child status: 1
Real time (s): 14.8282
CPU time (s): 18.1317
CPU user time (s): 16.4072
CPU system time (s): 1.72451
CPU usage (%): 122.278
Max. virtual memory (cumulated for all children) (KiB): 27051720
Max. memory (cumulated for all children) (KiB): 1129532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.4072
system time used= 1.72451
maximum resident set size= 1130336
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55990
page faults= 0
swaps= 0
block input operations= 0
block output operations= 136
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8631
involuntary context switches= 274


# summary of solver processes directly reported to runsolver:
#   pid: 23557
#   total CPU time (s): 18.1317
#   total CPU user time (s): 16.4072
#   total CPU system time (s): 1.72451

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.149242 second user time and 0.195486 second system time

The end

Launcher Data

Begin job on node148 at 2018-08-15 19:35:15
IDJOB=4308878
IDBENCH=141044
IDSOLVER=2793
FILE ID=node148/4308878-1534354515
RUNJOBID= node148-1534351989-23257
PBS_JOBID= 21038247
Free space on /tmp= 44896 MiB

SOLVER NAME= OscaR - Parallel with EPS 2018-08-14
BENCH NAME= XCSP18/NurseRostering/NurseRostering-05_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-4308878-1534354515/watcher-4308878-1534354515 -o /tmp/evaluation-result-4308878-1534354515/solver-4308878-1534354515 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node148-1534351989-23257 --watchdog 2580  java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 617931920 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4308878-1534354515.xml

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

MD5SUM BENCH= b6cc1cad0a6ec682295352adb28466c6
RANDOM SEED=617931920

node148.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.50
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.50
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.50
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.50
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:        23756664 kB
MemAvailable:   31896804 kB
Buffers:          187208 kB
Cached:          8175780 kB
SwapCached:            4 kB
Active:          4507716 kB
Inactive:        3905068 kB
Active(anon):       3424 kB
Inactive(anon):   106940 kB
Active(file):    4504292 kB
Inactive(file):  3798128 kB
Unevictable:        7348 kB
Mlocked:            7348 kB
SwapTotal:      67108860 kB
SwapFree:       67108368 kB
Dirty:             35784 kB
Writeback:             0 kB
AnonPages:         57492 kB
Mapped:            55592 kB
Shmem:             57780 kB
Slab:             294672 kB
SReclaimable:     266180 kB
SUnreclaim:        28492 kB
KernelStack:        3152 kB
PageTables:         4524 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     356800 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 44860 MiB
End job on node148 at 2018-08-15 19:35:30