Trace number 4285864

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 2017-08-22? (TO) 1904.6899 252.12399

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-opt-mps/
Pb-mps-v2-20-10-l152lav.xml
MD5SUMe295f86f2e8232e9b7c8210bbc53418f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1989
Number of constraints97
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":1989}]
Minimum variable degree3
Maximum variable degree8
Distribution of variable degrees[{"degree":3,"count":3},{"degree":4,"count":193},{"degree":5,"count":403},{"degree":6,"count":674},{"degree":7,"count":657},{"degree":8,"count":59}]
Minimum constraint arity3
Maximum constraint arity1989
Distribution of constraint arities[{"arity":3,"count":1},{"arity":5,"count":1},{"arity":10,"count":1},{"arity":14,"count":1},{"arity":19,"count":1},{"arity":21,"count":1},{"arity":22,"count":1},{"arity":24,"count":1},{"arity":26,"count":1},{"arity":27,"count":1},{"arity":31,"count":2},{"arity":32,"count":2},{"arity":35,"count":2},{"arity":37,"count":3},{"arity":40,"count":1},{"arity":42,"count":3},{"arity":43,"count":1},{"arity":44,"count":3},{"arity":45,"count":1},{"arity":46,"count":1},{"arity":47,"count":1},{"arity":48,"count":3},{"arity":49,"count":1},{"arity":50,"count":1},{"arity":52,"count":2},"...",{"arity":93,"count":1}, {"arity":94,"count":1}, {"arity":96,"count":3}, {"arity":97,"count":1}, {"arity":102,"count":2}, {"arity":103,"count":1}, {"arity":104,"count":1}, {"arity":106,"count":1}, {"arity":108,"count":2}, {"arity":112,"count":2}, {"arity":114,"count":1}, {"arity":118,"count":1}, {"arity":121,"count":2}, {"arity":123,"count":1}, {"arity":125,"count":1}, {"arity":128,"count":1}, {"arity":129,"count":1}, {"arity":137,"count":1}, {"arity":152,"count":1}, {"arity":160,"count":1}, {"arity":163,"count":1}, {"arity":171,"count":1}, {"arity":218,"count":1}, {"arity":1011,"count":1}, {"arity":1989,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":97}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.30/0.25	c version: 2017-08-22
0.30/0.25	c seed: 674894315
0.30/0.25	c timeout: 2016
0.30/0.25	c memlimit: 22000
0.30/0.25	c nbcore: 8
0.30/0.28	c Parsing instance...
1.26/0.69	c Parsing done, starting search...
1903.89/252.10	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 (12811 MiB free)
  memory of node 1: 16384 MiB (11141 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4285864-1503460294/watcher-4285864-1503460294 -o /tmp/evaluation-result-4285864-1503460294/solver-4285864-1503460294 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node102-1503447030-9918 --watchdog 312 java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 674894315 --timelimit 2016 --memlimit 22000 --nbcore 8 HOME/instance-4285864-1503460294.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2016 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2046 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=11354, runsolver pid=11351

[startup+0.100159 s]*
/proc/loadavg: 8.93 8.70 8.52 2/198 11374
/proc/meminfo: memFree=24511388/32770624 swapFree=67108860/67108860
[pid=11354] ppid=11351 vsize=26000852 memory=32208 CPUtime=0.12 cores=0-7
/proc/11354/stat : 11354 (java) S 11351 11354 9891 0 -1 1077944320 8466 0 0 0 10 2 0 0 20 0 20 0 179117519 26624872448 8052 33554432000 4194304 4196468 140726455294848 140726455277392 140346489548535 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
/proc/11354/statm: 6500213 8052 3411 1 0 6487932 0
[pid=11354/tid=11356] ppid=11351 vsize=26000852 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/11354/task/11356/stat : 11356 (java) R 11351 11354 9891 0 -1 4202560 6406 0 0 0 7 2 0 0 20 0 20 0 179117519 26624872448 8052 33554432000 4194304 4196468 140726455294848 140346493763568 140346473629052 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11357] ppid=11351 vsize=26000852 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/11354/task/11357/stat : 11357 (java) S 11351 11354 9891 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179117520 26624872448 8052 33554432000 4194304 4196468 140726455294848 140346446101392 140346489558741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11358] ppid=11351 vsize=26000852 memory=139680077330048 CPUtime=0 cores=0-7
/proc/11354/task/11358/stat : 11358 (java) S 11351 11354 9891 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 179117520 26624872448 8052 33554432000 4194304 4196468 140726455294848 140346047200016 140346489558741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11359] ppid=11351 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/11354/task/11359/stat : 11359 (java) S 11351 11354 9891 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 179117520 26624872448 8052 33554432000 4194304 4196468 140726455294848 140346046147728 140346489558741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11360] ppid=11351 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/11354/task/11360/stat : 11360 (java) S 11351 11354 9891 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179117520 26624872448 8052 33554432000 4194304 4196468 140726455294848 140346045094928 140346489558741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11361] ppid=11351 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/11354/task/11361/stat : 11361 (java) S 11351 11354 9891 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179117520 26624872448 8052 33554432000 4194304 4196468 140726455294848 140346044041616 140346489558741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11362] ppid=11351 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/11354/task/11362/stat : 11362 (java) S 11351 11354 9891 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 179117520 26624872448 8052 33554432000 4194304 4196468 140726455294848 140346042988816 140346489558741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11363] ppid=11351 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/11354/task/11363/stat : 11363 (java) S 11351 11354 9891 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 179117520 26624872448 8052 33554432000 4194304 4196468 140726455294848 140346041936528 140346489558741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11364] ppid=11351 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/11354/task/11364/stat : 11364 (java) S 11351 11354 9891 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 179117520 26624872448 8052 33554432000 4194304 4196468 140726455294848 140346040883728 140346489558741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11365] ppid=11351 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/11354/task/11365/stat : 11365 (java) S 11351 11354 9891 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 179117521 26624872448 8052 33554432000 4194304 4196468 140726455294848 140345886022256 140346489559682 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11366] ppid=11351 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/11354/task/11366/stat : 11366 (java) S 11351 11354 9891 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 179117522 26624872448 8052 33554432000 4194304 4196468 140726455294848 140345884968224 140346489558741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11367] ppid=11351 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/11354/task/11367/stat : 11367 (java) S 11351 11354 9891 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 179117522 26624872448 8052 33554432000 4194304 4196468 140726455294848 140345883915888 140346489558741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11368] ppid=11351 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/11354/task/11368/stat : 11368 (java) S 11351 11354 9891 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179117524 26624872448 8052 33554432000 4194304 4196468 140726455294848 140345882864208 140346489567131 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11369] ppid=11351 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/11354/task/11369/stat : 11369 (java) S 11351 11354 9891 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 20 0 179117524 26624872448 8052 33554432000 4194304 4196468 140726455294848 140345881811056 140346489559682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11370] ppid=11351 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/11354/task/11370/stat : 11370 (java) S 11351 11354 9891 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 179117524 26624872448 8052 33554432000 4194304 4196468 140726455294848 140345880758256 140346489559682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11371] ppid=11351 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/11354/task/11371/stat : 11371 (java) S 11351 11354 9891 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179117524 26624872448 8052 33554432000 4194304 4196468 140726455294848 140345879705968 140346489559682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11372] ppid=11351 vsize=26000852 memory=0 CPUtime=0.02 cores=0-7
/proc/11354/task/11372/stat : 11372 (java) S 11351 11354 9891 0 -1 1077944384 376 0 0 0 2 0 0 0 20 0 20 0 179117524 26624872448 8052 33554432000 4194304 4196468 140726455294848 140345878653168 140346489559682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11373] ppid=11351 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/11354/task/11373/stat : 11373 (java) S 11351 11354 9891 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 179117525 26624872448 8052 33554432000 4194304 4196468 140726455294848 140345877601120 140346489558741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11374] ppid=11351 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/11354/task/11374/stat : 11374 (java) S 11351 11354 9891 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179117525 26624872448 8052 33554432000 4194304 4196468 140726455294848 140345876548400 140346489559682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26000852 KiB
Current children cumulated memory: 32208 KiB

[startup+0.210452 s]*
/proc/loadavg: 8.93 8.70 8.52 3/198 11374
/proc/meminfo: memFree=24501164/32770624 swapFree=67108860/67108860
[pid=11354] ppid=11351 vsize=26000852 memory=41352 CPUtime=0.3 cores=0-7
/proc/11354/stat : 11354 (java) S 11351 11354 9891 0 -1 1077944320 9473 0 0 0 27 3 0 0 20 0 20 0 179117519 26624872448 10338 33554432000 4194304 4196468 140726455294848 140726455277392 140346489548535 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
/proc/11354/statm: 6500213 10338 3599 1 0 6487932 0
[pid=11354/tid=11356] ppid=11351 vsize=26000852 memory=4026531975 CPUtime=0.19 cores=0-7
/proc/11354/task/11356/stat : 11356 (java) R 11351 11354 9891 0 -1 4202560 7040 0 0 0 17 2 0 0 20 0 20 0 179117519 26624872448 10338 33554432000 4194304 4196468 140726455294848 140346493761504 140346473629022 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11357] ppid=11351 vsize=26000852 memory=9275 CPUtime=0 cores=0-7
/proc/11354/task/11357/stat : 11357 (java) S 11351 11354 9891 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179117520 26624872448 10338 33554432000 4194304 4196468 140726455294848 140346446101392 140346489558741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11358] ppid=11351 vsize=26000852 memory=139680077340428 CPUtime=0 cores=0-7
/proc/11354/task/11358/stat : 11358 (java) S 11351 11354 9891 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 179117520 26624872448 10338 33554432000 4194304 4196468 140726455294848 140346047200016 140346489558741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11359] ppid=11351 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/11354/task/11359/stat : 11359 (java) S 11351 11354 9891 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 179117520 26624872448 10338 33554432000 4194304 4196468 140726455294848 140346046147728 140346489558741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11360] ppid=11351 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/11354/task/11360/stat : 11360 (java) S 11351 11354 9891 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179117520 26624872448 10338 33554432000 4194304 4196468 140726455294848 140346045094928 140346489558741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11361] ppid=11351 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/11354/task/11361/stat : 11361 (java) S 11351 11354 9891 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179117520 26624872448 10338 33554432000 4194304 4196468 140726455294848 140346044041616 140346489558741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11362] ppid=11351 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/11354/task/11362/stat : 11362 (java) S 11351 11354 9891 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 179117520 26624872448 10338 33554432000 4194304 4196468 140726455294848 140346042988816 140346489558741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11363] ppid=11351 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/11354/task/11363/stat : 11363 (java) S 11351 11354 9891 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 179117520 26624872448 10338 33554432000 4194304 4196468 140726455294848 140346041936528 140346489558741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11364] ppid=11351 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/11354/task/11364/stat : 11364 (java) S 11351 11354 9891 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 179117520 26624872448 10338 33554432000 4194304 4196468 140726455294848 140346040883728 140346489558741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11365] ppid=11351 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/11354/task/11365/stat : 11365 (java) S 11351 11354 9891 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 179117521 26624872448 10338 33554432000 4194304 4196468 140726455294848 140345886022256 140346489559682 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11366] ppid=11351 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/11354/task/11366/stat : 11366 (java) S 11351 11354 9891 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 179117522 26624872448 10338 33554432000 4194304 4196468 140726455294848 140345884968224 140346489558741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11367] ppid=11351 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/11354/task/11367/stat : 11367 (java) S 11351 11354 9891 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 179117522 26624872448 10338 33554432000 4194304 4196468 140726455294848 140345883915888 140346489558741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11368] ppid=11351 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/11354/task/11368/stat : 11368 (java) S 11351 11354 9891 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179117524 26624872448 10338 33554432000 4194304 4196468 140726455294848 140345882864208 140346489567131 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11369] ppid=11351 vsize=26000852 memory=0 CPUtime=0.01 cores=0-7
/proc/11354/task/11369/stat : 11369 (java) S 11351 11354 9891 0 -1 1077944384 398 0 0 0 1 0 0 0 20 0 20 0 179117524 26624872448 10338 33554432000 4194304 4196468 140726455294848 140345881811056 140346489559682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11370] ppid=11351 vsize=26000852 memory=0 CPUtime=0.01 cores=0-7
/proc/11354/task/11370/stat : 11370 (java) S 11351 11354 9891 0 -1 1077944384 36 0 0 0 1 0 0 0 20 0 20 0 179117524 26624872448 10338 33554432000 4194304 4196468 140726455294848 140345880758256 140346489559682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11371] ppid=11351 vsize=26000852 memory=0 CPUtime=0.01 cores=0-7
/proc/11354/task/11371/stat : 11371 (java) S 11351 11354 9891 0 -1 1077944384 196 0 0 0 1 0 0 0 20 0 20 0 179117524 26624872448 10338 33554432000 4194304 4196468 140726455294848 140345879705968 140346489559682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11372] ppid=11351 vsize=26000852 memory=0 CPUtime=0.05 cores=0-7
/proc/11354/task/11372/stat : 11372 (java) R 11351 11354 9891 0 -1 4202560 419 0 0 0 5 0 0 0 20 0 20 0 179117524 26624872448 10338 33554432000 4194304 4196468 140726455294848 140345878653168 140346468494096 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11373] ppid=11351 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/11354/task/11373/stat : 11373 (java) S 11351 11354 9891 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 179117525 26624872448 10338 33554432000 4194304 4196468 140726455294848 140345877601120 140346489558741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11374] ppid=11351 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/11354/task/11374/stat : 11374 (java) S 11351 11354 9891 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179117525 26624872448 10338 33554432000 4194304 4196468 140726455294848 140345876548400 140346489559682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 26000852 KiB
Current children cumulated memory: 41352 KiB

[startup+0.310381 s]*
/proc/loadavg: 8.93 8.70 8.52 2/198 11374
/proc/meminfo: memFree=24493596/32770624 swapFree=67108860/67108860
[pid=11354] ppid=11351 vsize=26000872 memory=49072 CPUtime=0.48 cores=0-7
/proc/11354/stat : 11354 (java) S 11351 11354 9891 0 -1 1077944320 10546 0 0 0 45 3 0 0 20 0 20 0 179117519 26624892928 12268 33554432000 4194304 4196468 140726455294848 140726455277392 140346489548535 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
/proc/11354/statm: 6500218 12268 3713 1 0 6487932 0
[pid=11354/tid=11356] ppid=11351 vsize=26000872 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/11354/task/11356/stat : 11356 (java) R 11351 11354 9891 0 -1 4202560 7722 0 0 0 27 3 0 0 20 0 20 0 179117519 26624892928 12268 33554432000 4194304 4196468 140726455294848 140346493759280 140346489572125 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11357] ppid=11351 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/11354/task/11357/stat : 11357 (java) S 11351 11354 9891 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179117520 26624892928 12268 33554432000 4194304 4196468 140726455294848 140346446101392 140346489558741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11358] ppid=11351 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/11354/task/11358/stat : 11358 (java) S 11351 11354 9891 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 179117520 26624892928 12268 33554432000 4194304 4196468 140726455294848 140346047200016 140346489558741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11359] ppid=11351 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/11354/task/11359/stat : 11359 (java) S 11351 11354 9891 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 179117520 26624892928 12268 33554432000 4194304 4196468 140726455294848 140346046147728 140346489558741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11360] ppid=11351 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/11354/task/11360/stat : 11360 (java) S 11351 11354 9891 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179117520 26624892928 12268 33554432000 4194304 4196468 140726455294848 140346045094928 140346489558741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11361] ppid=11351 vsize=26000872 memory=2244 CPUtime=0 cores=0-7
/proc/11354/task/11361/stat : 11361 (java) S 11351 11354 9891 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179117520 26624892928 12268 33554432000 4194304 4196468 140726455294848 140346044041616 140346489558741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11362] ppid=11351 vsize=26000872 memory=139679919862703 CPUtime=0 cores=0-7
/proc/11354/task/11362/stat : 11362 (java) S 11351 11354 9891 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 179117520 26624892928 12268 33554432000 4194304 4196468 140726455294848 140346042988816 140346489558741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11363] ppid=11351 vsize=26000872 memory=139679919865008 CPUtime=0 cores=0-7
/proc/11354/task/11363/stat : 11363 (java) S 11351 11354 9891 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 179117520 26624892928 12268 33554432000 4194304 4196468 140726455294848 140346041936528 140346489558741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11364] ppid=11351 vsize=26000872 memory=139679919867312 CPUtime=0 cores=0-7
/proc/11354/task/11364/stat : 11364 (java) S 11351 11354 9891 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 179117520 26624892928 12268 33554432000 4194304 4196468 140726455294848 140346040883728 140346489558741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11365] ppid=11351 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/11354/task/11365/stat : 11365 (java) S 11351 11354 9891 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 179117521 26624892928 12268 33554432000 4194304 4196468 140726455294848 140345886022256 140346489559682 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11366] ppid=11351 vsize=26000872 memory=279359839741584 CPUtime=0 cores=0-7
/proc/11354/task/11366/stat : 11366 (java) S 11351 11354 9891 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 179117522 26624892928 12268 33554432000 4194304 4196468 140726455294848 140345884968224 140346489558741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11367] ppid=11351 vsize=26000872 memory=279359839748496 CPUtime=0 cores=0-7
/proc/11354/task/11367/stat : 11367 (java) S 11351 11354 9891 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 179117522 26624892928 12268 33554432000 4194304 4196468 140726455294848 140345883915888 140346489558741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11368] ppid=11351 vsize=26000872 memory=279359839689776 CPUtime=0 cores=0-7
/proc/11354/task/11368/stat : 11368 (java) S 11351 11354 9891 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179117524 26624892928 12268 33554432000 4194304 4196468 140726455294848 140345882864208 140346489567131 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11369] ppid=11351 vsize=26000872 memory=279359839762320 CPUtime=0.04 cores=0-7
/proc/11354/task/11369/stat : 11369 (java) S 11351 11354 9891 0 -1 1077944384 547 0 0 0 4 0 0 0 20 0 20 0 179117524 26624892928 12268 33554432000 4194304 4196468 140726455294848 140345881811056 140346489559682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11370] ppid=11351 vsize=26000872 memory=279359839769232 CPUtime=0.02 cores=0-7
/proc/11354/task/11370/stat : 11370 (java) R 11351 11354 9891 0 -1 1077944384 247 0 0 0 2 0 0 0 20 0 20 0 179117524 26624892928 12268 33554432000 4194304 4196468 140726455294848 140345880758256 140346489559682 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11371] ppid=11351 vsize=26000872 memory=279359839766928 CPUtime=0.02 cores=0-7
/proc/11354/task/11371/stat : 11371 (java) S 11351 11354 9891 0 -1 1077944384 206 0 0 0 2 0 0 0 20 0 20 0 179117524 26624892928 12268 33554432000 4194304 4196468 140726455294848 140345879705968 140346489559682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11372] ppid=11351 vsize=26000872 memory=279359839783536 CPUtime=0.08 cores=0-7
/proc/11354/task/11372/stat : 11372 (java) R 11351 11354 9891 0 -1 4202560 440 0 0 0 8 0 0 0 20 0 20 0 179117524 26624892928 12268 33554432000 4194304 4196468 140726455294848 140345878653168 140346489560470 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11373] ppid=11351 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/11354/task/11373/stat : 11373 (java) S 11351 11354 9891 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 179117525 26624892928 12268 33554432000 4194304 4196468 140726455294848 140345877601120 140346489558741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11374] ppid=11351 vsize=26000872 memory=-1 CPUtime=0 cores=0-7
/proc/11354/task/11374/stat : 11374 (java) S 11351 11354 9891 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179117525 26624892928 12268 33554432000 4194304 4196468 140726455294848 140345876548400 140346489559682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 26000872 KiB
Current children cumulated memory: 49072 KiB

[startup+0.700887 s]
/proc/loadavg: 8.93 8.70 8.52 6/198 11374
/proc/meminfo: memFree=24479212/32770624 swapFree=67108860/67108860
[pid=11354] ppid=11351 vsize=26002920 memory=83132 CPUtime=1.6 cores=0-7
/proc/11354/stat : 11354 (java) S 11351 11354 9891 0 -1 1077944320 13855 0 0 0 155 5 0 0 20 0 20 0 179117519 26626990080 20783 33554432000 4194304 4196468 140726455294848 140726455277392 140346489548535 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
/proc/11354/statm: 6500730 20783 3780 1 0 6488444 0
[pid=11354/tid=11356] ppid=11351 vsize=26002920 memory=0 CPUtime=0.67 cores=0-7
/proc/11354/task/11356/stat : 11356 (java) R 11351 11354 9891 0 -1 4202560 8681 0 0 0 64 3 0 0 20 0 20 0 179117519 26626990080 20783 33554432000 4194304 4196468 140726455294848 140346493778368 140346489560470 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11357] ppid=11351 vsize=26002920 memory=0 CPUtime=0 cores=0-7
/proc/11354/task/11357/stat : 11357 (java) S 11351 11354 9891 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179117520 26626990080 20783 33554432000 4194304 4196468 140726455294848 140346446101392 140346489558741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11358] ppid=11351 vsize=26002920 memory=0 CPUtime=0 cores=0-7
/proc/11354/task/11358/stat : 11358 (java) S 11351 11354 9891 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 179117520 26626990080 20783 33554432000 4194304 4196468 140726455294848 140346047200016 140346489558741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11359] ppid=11351 vsize=26002920 memory=0 CPUtime=0 cores=0-7
/proc/11354/task/11359/stat : 11359 (java) S 11351 11354 9891 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 179117520 26626990080 20783 33554432000 4194304 4196468 140726455294848 140346046147728 140346489558741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11360] ppid=11351 vsize=26002920 memory=1224 CPUtime=0 cores=0-7
/proc/11354/task/11360/stat : 11360 (java) S 11351 11354 9891 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179117520 26626990080 20783 33554432000 4194304 4196468 140726455294848 140346045094928 140346489558741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11361] ppid=11351 vsize=26002920 memory=5792 CPUtime=0 cores=0-7
/proc/11354/task/11361/stat : 11361 (java) S 11351 11354 9891 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179117520 26626990080 20783 33554432000 4194304 4196468 140726455294848 140346044041616 140346489558741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11362] ppid=11351 vsize=26002920 memory=4620 CPUtime=0 cores=0-7
/proc/11354/task/11362/stat : 11362 (java) S 11351 11354 9891 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 179117520 26626990080 20783 33554432000 4194304 4196468 140726455294848 140346042988816 140346489558741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11363] ppid=11351 vsize=26002920 memory=1200 CPUtime=0 cores=0-7
/proc/11354/task/11363/stat : 11363 (java) S 11351 11354 9891 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 179117520 26626990080 20783 33554432000 4194304 4196468 140726455294848 140346041936528 140346489558741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11364] ppid=11351 vsize=26002920 memory=15880 CPUtime=0 cores=0-7
/proc/11354/task/11364/stat : 11364 (java) S 11351 11354 9891 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 179117520 26626990080 20783 33554432000 4194304 4196468 140726455294848 140346040883728 140346489558741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11365] ppid=11351 vsize=26002920 memory=16236 CPUtime=0 cores=0-7
/proc/11354/task/11365/stat : 11365 (java) S 11351 11354 9891 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 179117521 26626990080 20783 33554432000 4194304 4196468 140726455294848 140345886022256 140346489559682 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0

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

/proc/11354/task/11360/stat : 11360 (java) S 11351 11354 9891 0 -1 1077944384 5056 0 0 0 80 7 0 0 20 0 36 0 179117520 27728097280 198297 33554432000 4194304 4196468 140726455294848 140346045094928 140346489558741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11361] ppid=11351 vsize=27078220 memory=786868 CPUtime=0.87 cores=0-7
/proc/11354/task/11361/stat : 11361 (java) S 11351 11354 9891 0 -1 1077944384 3804 0 0 0 80 7 0 0 20 0 36 0 179117520 27728097280 198297 33554432000 4194304 4196468 140726455294848 140346044041616 140346489558741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11362] ppid=11351 vsize=27078220 memory=97736275810530 CPUtime=0.87 cores=0-7
/proc/11354/task/11362/stat : 11362 (java) S 11351 11354 9891 0 -1 1077944384 6158 0 0 0 79 8 0 0 20 0 36 0 179117520 27728097280 198297 33554432000 4194304 4196468 140726455294848 140346042988816 140346489558741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11363] ppid=11351 vsize=27078220 memory=7579625678298638946 CPUtime=0.86 cores=0-7
/proc/11354/task/11363/stat : 11363 (java) S 11351 11354 9891 0 -1 1077944384 11586 0 0 0 76 10 0 0 20 0 36 0 179117520 27728097280 198297 33554432000 4194304 4196468 140726455294848 140346041936528 140346489558741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11364] ppid=11351 vsize=27078220 memory=6155130286605625190 CPUtime=0.87 cores=0-7
/proc/11354/task/11364/stat : 11364 (java) S 11351 11354 9891 0 -1 1077944384 6206 0 0 0 79 8 0 0 20 0 36 0 179117520 27728097280 198297 33554432000 4194304 4196468 140726455294848 140346040883728 140346489558741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11365] ppid=11351 vsize=27078220 memory=1424 CPUtime=1.06 cores=0-7
/proc/11354/task/11365/stat : 11365 (java) S 11351 11354 9891 0 -1 1077944384 14306 0 0 0 94 12 0 0 20 0 36 0 179117521 27728097280 198297 33554432000 4194304 4196468 140726455294848 140345886022256 140346489559682 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11366] ppid=11351 vsize=27078220 memory=8624 CPUtime=0 cores=0-7
/proc/11354/task/11366/stat : 11366 (java) S 11351 11354 9891 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 36 0 179117522 27728097280 198297 33554432000 4194304 4196468 140726455294848 140345884968288 140346489558741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11367] ppid=11351 vsize=27078220 memory=288230574492221466 CPUtime=0 cores=0-7
/proc/11354/task/11367/stat : 11367 (java) S 11351 11354 9891 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 36 0 179117522 27728097280 198297 33554432000 4194304 4196468 140726455294848 140345883915904 140346489558741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11368] ppid=11351 vsize=27078220 memory=288230596050944315 CPUtime=0 cores=0-7
/proc/11354/task/11368/stat : 11368 (java) S 11351 11354 9891 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 36 0 179117524 27728097280 198297 33554432000 4194304 4196468 140726455294848 140345882864208 140346489567131 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11369] ppid=11351 vsize=27078220 memory=1004 CPUtime=1.03 cores=0-7
/proc/11354/task/11369/stat : 11369 (java) S 11351 11354 9891 0 -1 1077944384 5543 0 0 0 101 2 0 0 20 0 36 0 179117524 27728097280 198297 33554432000 4194304 4196468 140726455294848 140345881811056 140346489559682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11370] ppid=11351 vsize=27078220 memory=1944 CPUtime=1.05 cores=0-7
/proc/11354/task/11370/stat : 11370 (java) S 11351 11354 9891 0 -1 1077944384 6934 0 0 0 103 2 0 0 20 0 36 0 179117524 27728097280 198297 33554432000 4194304 4196468 140726455294848 140345880758256 140346489559682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11371] ppid=11351 vsize=27078220 memory=105 CPUtime=1 cores=0-7
/proc/11354/task/11371/stat : 11371 (java) S 11351 11354 9891 0 -1 1077944384 7065 0 0 0 98 2 0 0 20 0 36 0 179117524 27728097280 198297 33554432000 4194304 4196468 140726455294848 140345879705968 140346489559682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11372] ppid=11351 vsize=27078220 memory=0 CPUtime=0.81 cores=0-7
/proc/11354/task/11372/stat : 11372 (java) S 11351 11354 9891 0 -1 1077944384 11729 0 0 0 79 2 0 0 20 0 36 0 179117524 27728097280 198297 33554432000 4194304 4196468 140726455294848 140345878653168 140346489559682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11373] ppid=11351 vsize=27078220 memory=1692 CPUtime=0 cores=0-7
/proc/11354/task/11373/stat : 11373 (java) S 11351 11354 9891 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 36 0 179117525 27728097280 198297 33554432000 4194304 4196468 140726455294848 140345877601120 140346489558741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11374] ppid=11351 vsize=27078220 memory=916 CPUtime=0.05 cores=0-7
/proc/11354/task/11374/stat : 11374 (java) S 11351 11354 9891 0 -1 1077944384 831 0 0 0 3 2 0 0 20 0 36 0 179117525 27728097280 198297 33554432000 4194304 4196468 140726455294848 140345876548400 140346489559682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11375] ppid=11351 vsize=27078220 memory=784804 CPUtime=0 cores=0-7
/proc/11354/task/11375/stat : 11375 (java) S 11351 11354 9891 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 36 0 179118736 27728097280 198297 33554432000 4194304 4196468 140726455294848 140345866257792 140346489558741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11376] ppid=11351 vsize=27078220 memory=2196 CPUtime=0.22 cores=0-7
/proc/11354/task/11376/stat : 11376 (java) R 11351 11354 9891 0 -1 1077944384 3280 0 0 0 8 14 0 0 20 0 36 0 179118748 27728097280 198297 33554432000 4194304 4196468 140726455294848 140345863108016 140346489559682 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11377] ppid=11351 vsize=27078220 memory=18627 CPUtime=205.93 cores=0-7
/proc/11354/task/11377/stat : 11377 (java) R 11351 11354 9891 0 -1 4202560 5775 0 0 0 20588 5 0 0 20 0 36 0 179118758 27728097280 198297 33554432000 4194304 4196468 140726455294848 140345862048408 140346136463957 0 4 0 16800975 0 0 0 -1 6 0 0 2 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11378] ppid=11351 vsize=27078220 memory=0 CPUtime=0.05 cores=0-7
/proc/11354/task/11378/stat : 11378 (java) S 11351 11354 9891 0 -1 1077944384 113 0 0 0 5 0 0 0 20 0 36 0 179118759 27728097280 198297 33554432000 4194304 4196468 140726455294848 140345861001888 140346489558741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11379] ppid=11351 vsize=27078220 memory=0 CPUtime=205.45 cores=0-7
/proc/11354/task/11379/stat : 11379 (java) R 11351 11354 9891 0 -1 4202560 6053 0 0 0 20538 7 0 0 20 0 36 0 179118759 27728097280 198297 33554432000 4194304 4196468 140726455294848 140345857846656 140346136541501 0 4 0 16800975 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11380] ppid=11351 vsize=27078220 memory=279359841755488 CPUtime=0.04 cores=0-7
/proc/11354/task/11380/stat : 11380 (java) S 11351 11354 9891 0 -1 1077944384 59 0 0 0 4 0 0 0 20 0 36 0 179118761 27728097280 198297 33554432000 4194304 4196468 140726455294848 140345856799648 140346489558741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11381] ppid=11351 vsize=27078220 memory=-7022074515825631275 CPUtime=205.45 cores=0-7
/proc/11354/task/11381/stat : 11381 (java) R 11351 11354 9891 0 -1 4202560 6602 0 0 0 20539 6 0 0 20 0 36 0 179118761 27728097280 198297 33554432000 4194304 4196468 140726455294848 140345855741456 140346136541456 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11382] ppid=11351 vsize=27078220 memory=-6948055166404804227 CPUtime=205.4 cores=0-7
/proc/11354/task/11382/stat : 11382 (java) R 11351 11354 9891 0 -1 4202560 5347 0 0 0 20533 7 0 0 20 0 36 0 179118761 27728097280 198297 33554432000 4194304 4196468 140726455294848 140345854688048 140346136393308 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11383] ppid=11351 vsize=27078220 memory=4136 CPUtime=205.71 cores=0-7
/proc/11354/task/11383/stat : 11383 (java) R 11351 11354 9891 0 -1 4202560 5345 0 0 0 20565 6 0 0 20 0 36 0 179118761 27728097280 198297 33554432000 4194304 4196468 140726455294848 140345853639656 140346136457984 0 4 0 16800975 0 0 0 -1 7 0 0 2 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11384] ppid=11351 vsize=27078220 memory=49496 CPUtime=0.03 cores=0-7
/proc/11354/task/11384/stat : 11384 (java) S 11351 11354 9891 0 -1 1077944384 52 0 0 0 3 0 0 0 20 0 36 0 179118761 27728097280 198297 33554432000 4194304 4196468 140726455294848 140345852589472 140346489558741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11385] ppid=11351 vsize=27078220 memory=1296 CPUtime=205.76 cores=0-7
/proc/11354/task/11385/stat : 11385 (java) R 11351 11354 9891 0 -1 4202560 6217 0 0 0 20569 7 0 0 20 0 36 0 179118761 27728097280 198297 33554432000 4194304 4196468 140726455294848 140345851530464 140346136464026 0 4 0 16800975 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11386] ppid=11351 vsize=27078220 memory=2404 CPUtime=0 cores=0-7
/proc/11354/task/11386/stat : 11386 (java) S 11351 11354 9891 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 36 0 179118762 27728097280 198297 33554432000 4194304 4196468 140726455294848 140345850483360 140346489558741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11387] ppid=11351 vsize=27078220 memory=1724 CPUtime=205.52 cores=0-7
/proc/11354/task/11387/stat : 11387 (java) R 11351 11354 9891 0 -1 4202560 5639 0 0 0 20546 6 0 0 20 0 36 0 179118769 27728097280 198297 33554432000 4194304 4196468 140726455294848 140345849425304 140346136463952 0 4 0 16800975 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11388] ppid=11351 vsize=27078220 memory=11104 CPUtime=205.74 cores=0-7
/proc/11354/task/11388/stat : 11388 (java) R 11351 11354 9891 0 -1 4202560 5467 0 0 0 20568 6 0 0 20 0 36 0 179118769 27728097280 198297 33554432000 4194304 4196468 140726455294848 140345848375776 140346136463400 0 4 0 16800975 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11389] ppid=11351 vsize=27078220 memory=1224 CPUtime=0 cores=0-7
/proc/11354/task/11389/stat : 11389 (java) S 11351 11354 9891 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 36 0 179118769 27728097280 198297 33554432000 4194304 4196468 140726455294848 140345847325984 140346489558741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11390] ppid=11351 vsize=27078220 memory=5792 CPUtime=0 cores=0-7
/proc/11354/task/11390/stat : 11390 (java) S 11351 11354 9891 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 36 0 179118769 27728097280 198297 33554432000 4194304 4196468 140726455294848 140345846273184 140346489558741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
Current children cumulated CPU time: 1669.84 s
Current children cumulated vsize: 27078220 KiB
Current children cumulated memory: 793188 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+252.002 s]*
/proc/loadavg: 9.47 8.91 8.61 10/214 11397
/proc/meminfo: memFree=23742180/32770624 swapFree=67108860/67108860
[pid=11354] ppid=11351 vsize=27078220 memory=799520 CPUtime=1903.89 cores=0-7
/proc/11354/stat : 11354 (java) S 11351 11354 9891 0 -1 1077944320 198335 0 0 0 190221 168 0 0 20 0 36 0 179117519 27728097280 199880 33554432000 4194304 4196468 140726455294848 140726455277392 140346489548535 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
/proc/11354/statm: 6769555 199880 3842 1 0 6756748 0
[pid=11354/tid=11356] ppid=11351 vsize=27078220 memory=4620 CPUtime=12.34 cores=0-7
/proc/11354/task/11356/stat : 11356 (java) S 11351 11354 9891 0 -1 1077944384 15811 0 0 0 1227 7 0 0 20 0 36 0 179117519 27728097280 199880 33554432000 4194304 4196468 140726455294848 140346493786240 140346489558741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11357] ppid=11351 vsize=27078220 memory=4872558044660077418 CPUtime=0.98 cores=0-7
/proc/11354/task/11357/stat : 11357 (java) S 11351 11354 9891 0 -1 1077944384 8729 0 0 0 90 8 0 0 20 0 36 0 179117520 27728097280 199880 33554432000 4194304 4196468 140726455294848 140346446101392 140346489558741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11358] ppid=11351 vsize=27078220 memory=15880 CPUtime=0.97 cores=0-7
/proc/11354/task/11358/stat : 11358 (java) S 11351 11354 9891 0 -1 1077944384 8032 0 0 0 88 9 0 0 20 0 36 0 179117520 27728097280 199880 33554432000 4194304 4196468 140726455294848 140346047200016 140346489558741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11359] ppid=11351 vsize=27078220 memory=16236 CPUtime=0.99 cores=0-7
/proc/11354/task/11359/stat : 11359 (java) S 11351 11354 9891 0 -1 1077944384 5952 0 0 0 90 9 0 0 20 0 36 0 179117520 27728097280 199880 33554432000 4194304 4196468 140726455294848 140346046147728 140346489558741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11360] ppid=11351 vsize=27078220 memory=4044 CPUtime=0.98 cores=0-7
/proc/11354/task/11360/stat : 11360 (java) S 11351 11354 9891 0 -1 1077944384 6560 0 0 0 91 7 0 0 20 0 36 0 179117520 27728097280 199880 33554432000 4194304 4196468 140726455294848 140346045094928 140346489558741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11361] ppid=11351 vsize=27078220 memory=27928 CPUtime=0.98 cores=0-7
/proc/11354/task/11361/stat : 11361 (java) S 11351 11354 9891 0 -1 1077944384 6326 0 0 0 90 8 0 0 20 0 36 0 179117520 27728097280 199880 33554432000 4194304 4196468 140726455294848 140346044041616 140346489558741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11362] ppid=11351 vsize=27078220 memory=1232 CPUtime=0.99 cores=0-7
/proc/11354/task/11362/stat : 11362 (java) S 11351 11354 9891 0 -1 1077944384 7773 0 0 0 90 9 0 0 20 0 36 0 179117520 27728097280 199880 33554432000 4194304 4196468 140726455294848 140346042988816 140346489558741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11363] ppid=11351 vsize=27078220 memory=648 CPUtime=0.98 cores=0-7
/proc/11354/task/11363/stat : 11363 (java) S 11351 11354 9891 0 -1 1077944384 12926 0 0 0 87 11 0 0 20 0 36 0 179117520 27728097280 199880 33554432000 4194304 4196468 140726455294848 140346041936528 140346489558741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11364] ppid=11351 vsize=27078220 memory=1796 CPUtime=0.98 cores=0-7
/proc/11354/task/11364/stat : 11364 (java) S 11351 11354 9891 0 -1 1077944384 8844 0 0 0 89 9 0 0 20 0 36 0 179117520 27728097280 199880 33554432000 4194304 4196468 140726455294848 140346040883728 140346489558741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11365] ppid=11351 vsize=27078220 memory=956 CPUtime=1.19 cores=0-7
/proc/11354/task/11365/stat : 11365 (java) R 11351 11354 9891 0 -1 1077944384 18689 0 0 0 106 13 0 0 20 0 36 0 179117521 27728097280 199880 33554432000 4194304 4196468 140726455294848 140345886022256 140346489559682 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11366] ppid=11351 vsize=27078220 memory=2468 CPUtime=0 cores=0-7
/proc/11354/task/11366/stat : 11366 (java) S 11351 11354 9891 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 36 0 179117522 27728097280 199880 33554432000 4194304 4196468 140726455294848 140345884968288 140346489558741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11367] ppid=11351 vsize=27078220 memory=928 CPUtime=0 cores=0-7
/proc/11354/task/11367/stat : 11367 (java) S 11351 11354 9891 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 36 0 179117522 27728097280 199880 33554432000 4194304 4196468 140726455294848 140345883915904 140346489558741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11368] ppid=11351 vsize=27078220 memory=1576 CPUtime=0 cores=0-7
/proc/11354/task/11368/stat : 11368 (java) S 11351 11354 9891 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 36 0 179117524 27728097280 199880 33554432000 4194304 4196468 140726455294848 140345882864208 140346489567131 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11369] ppid=11351 vsize=27078220 memory=2236 CPUtime=1.03 cores=0-7
/proc/11354/task/11369/stat : 11369 (java) S 11351 11354 9891 0 -1 1077944384 5554 0 0 0 101 2 0 0 20 0 36 0 179117524 27728097280 199880 33554432000 4194304 4196468 140726455294848 140345881811056 140346489559682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11370] ppid=11351 vsize=27078220 memory=4316 CPUtime=1.05 cores=0-7
/proc/11354/task/11370/stat : 11370 (java) S 11351 11354 9891 0 -1 1077944384 6951 0 0 0 103 2 0 0 20 0 36 0 179117524 27728097280 199880 33554432000 4194304 4196468 140726455294848 140345880758256 140346489559682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11371] ppid=11351 vsize=27078220 memory=795332 CPUtime=1 cores=0-7
/proc/11354/task/11371/stat : 11371 (java) S 11351 11354 9891 0 -1 1077944384 7076 0 0 0 98 2 0 0 20 0 36 0 179117524 27728097280 199880 33554432000 4194304 4196468 140726455294848 140345879705968 140346489559682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11372] ppid=11351 vsize=27078220 memory=6791534058613427641 CPUtime=0.81 cores=0-7
/proc/11354/task/11372/stat : 11372 (java) S 11351 11354 9891 0 -1 1077944384 11742 0 0 0 79 2 0 0 20 0 36 0 179117524 27728097280 199880 33554432000 4194304 4196468 140726455294848 140345878653168 140346489559682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11373] ppid=11351 vsize=27078220 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/11354/task/11373/stat : 11373 (java) S 11351 11354 9891 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 36 0 179117525 27728097280 199880 33554432000 4194304 4196468 140726455294848 140345877601120 140346489558741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11374] ppid=11351 vsize=27078220 memory=11690 CPUtime=0.06 cores=0-7
/proc/11354/task/11374/stat : 11374 (java) S 11351 11354 9891 0 -1 1077944384 1040 0 0 0 4 2 0 0 20 0 36 0 179117525 27728097280 199880 33554432000 4194304 4196468 140726455294848 140345876548400 140346489559682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11375] ppid=11351 vsize=27078220 memory=0 CPUtime=0 cores=0-7
/proc/11354/task/11375/stat : 11375 (java) S 11351 11354 9891 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 36 0 179118736 27728097280 199880 33554432000 4194304 4196468 140726455294848 140345866257792 140346489558741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11376] ppid=11351 vsize=27078220 memory=549 CPUtime=0.25 cores=0-7
/proc/11354/task/11376/stat : 11376 (java) S 11351 11354 9891 0 -1 1077944384 4289 0 0 0 10 15 0 0 20 0 36 0 179118748 27728097280 199880 33554432000 4194304 4196468 140726455294848 140345863108016 140346489559682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11377] ppid=11351 vsize=27078220 memory=4263 CPUtime=235.06 cores=0-7
/proc/11354/task/11377/stat : 11377 (java) S 11351 11354 9891 0 -1 1077944384 7207 0 0 0 23499 7 0 0 20 0 36 0 179118758 27728097280 199880 33554432000 4194304 4196468 140726455294848 140345862048688 140346489558741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11378] ppid=11351 vsize=27078220 memory=0 CPUtime=0.05 cores=0-7
/proc/11354/task/11378/stat : 11378 (java) S 11351 11354 9891 0 -1 1077944384 113 0 0 0 5 0 0 0 20 0 36 0 179118759 27728097280 199880 33554432000 4194304 4196468 140726455294848 140345861001888 140346489558741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11379] ppid=11351 vsize=27078220 memory=11104 CPUtime=234.49 cores=0-7
/proc/11354/task/11379/stat : 11379 (java) S 11351 11354 9891 0 -1 1077944384 7521 0 0 0 23440 9 0 0 20 0 36 0 179118759 27728097280 199880 33554432000 4194304 4196468 140726455294848 140345857845936 140346489558741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11380] ppid=11351 vsize=27078220 memory=1224 CPUtime=0.04 cores=0-7
/proc/11354/task/11380/stat : 11380 (java) S 11351 11354 9891 0 -1 1077944384 59 0 0 0 4 0 0 0 20 0 36 0 179118761 27728097280 199880 33554432000 4194304 4196468 140726455294848 140345856799648 140346489558741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11381] ppid=11351 vsize=27078220 memory=5792 CPUtime=234.52 cores=0-7
/proc/11354/task/11381/stat : 11381 (java) S 11351 11354 9891 0 -1 1077944384 8459 0 0 0 23445 7 0 0 20 0 36 0 179118761 27728097280 199880 33554432000 4194304 4196468 140726455294848 140345855741456 140346489558741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11382] ppid=11351 vsize=27078220 memory=4620 CPUtime=234.43 cores=0-7
/proc/11354/task/11382/stat : 11382 (java) S 11351 11354 9891 0 -1 1077944384 7042 0 0 0 23434 9 0 0 20 0 36 0 179118761 27728097280 199880 33554432000 4194304 4196468 140726455294848 140345854688768 140346489558741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11383] ppid=11351 vsize=27078220 memory=1200 CPUtime=234.72 cores=0-7
/proc/11354/task/11383/stat : 11383 (java) S 11351 11354 9891 0 -1 1077944384 6995 0 0 0 23465 7 0 0 20 0 36 0 179118761 27728097280 199880 33554432000 4194304 4196468 140726455294848 140345853636368 140346489558741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11384] ppid=11351 vsize=27078220 memory=15880 CPUtime=0.03 cores=0-7
/proc/11354/task/11384/stat : 11384 (java) S 11351 11354 9891 0 -1 1077944384 52 0 0 0 3 0 0 0 20 0 36 0 179118761 27728097280 199880 33554432000 4194304 4196468 140726455294848 140345852589472 140346489558741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11385] ppid=11351 vsize=27078220 memory=799516 CPUtime=235.03 cores=0-7
/proc/11354/task/11385/stat : 11385 (java) S 11351 11354 9891 0 -1 1077944384 8399 0 0 0 23495 8 0 0 20 0 36 0 179118761 27728097280 199880 33554432000 4194304 4196468 140726455294848 140345851533264 140346489558741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11386] ppid=11351 vsize=27078220 memory=799516 CPUtime=0 cores=0-7
/proc/11354/task/11386/stat : 11386 (java) S 11351 11354 9891 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 36 0 179118762 27728097280 199880 33554432000 4194304 4196468 140726455294848 140345850483360 140346489558741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11387] ppid=11351 vsize=27078220 memory=928 CPUtime=234.69 cores=0-7
/proc/11354/task/11387/stat : 11387 (java) S 11351 11354 9891 0 -1 1077944384 7247 0 0 0 23462 7 0 0 20 0 36 0 179118769 27728097280 199880 33554432000 4194304 4196468 140726455294848 140345849425168 140346489558741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11388] ppid=11351 vsize=27078220 memory=1576 CPUtime=234.97 cores=0-7
/proc/11354/task/11388/stat : 11388 (java) S 11351 11354 9891 0 -1 1077944384 7384 0 0 0 23490 7 0 0 20 0 36 0 179118769 27728097280 199880 33554432000 4194304 4196468 140726455294848 140345848372368 140346489558741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11389] ppid=11351 vsize=27078220 memory=2236 CPUtime=0 cores=0-7
/proc/11354/task/11389/stat : 11389 (java) S 11351 11354 9891 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 36 0 179118769 27728097280 199880 33554432000 4194304 4196468 140726455294848 140345847325984 140346489558741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
[pid=11354/tid=11390] ppid=11351 vsize=27078220 memory=799516 CPUtime=0 cores=0-7
/proc/11354/task/11390/stat : 11390 (java) S 11351 11354 9891 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 36 0 179118769 27728097280 199880 33554432000 4194304 4196468 140726455294848 140345846273184 140346489558741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25206784 140726455297128 140726455297312 140726455297312 140726455300047 0
Current children cumulated CPU time: 1903.89 s
Current children cumulated vsize: 27078220 KiB
Current children cumulated memory: 799520 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+252.124 s]
# the end of solver process 11354 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1903 s, system=1.69696 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 252.124
CPU time (s): 1904.69
CPU user time (s): 1903
CPU system time (s): 1.69696
CPU usage (%): 755.46
Max. virtual memory (cumulated for all children) (KiB): 27078220
Max. memory (cumulated for all children) (KiB): 799520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1903
system time used= 1.69696
maximum resident set size= 800992
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 198871
page faults= 0
swaps= 0
block input operations= 0
block output operations= 648
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 114211
involuntary context switches= 44598


# summary of solver processes directly reported to runsolver:
#   pid: 11354
#   total CPU time (s): 1904.69
#   total CPU user time (s): 1903
#   total CPU system time (s): 1.69696

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.33534 second user time and 3.21437 second system time

The end

Launcher Data

Begin job on node102 at 2017-08-23 05:37:13
IDJOB=4285864
IDBENCH=135432
IDSOLVER=2682
FILE ID=node102/4285864-1503460294
RUNJOBID= node102-1503447030-9918
PBS_JOBID= 20632157
Free space on /tmp= 61048 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-08-22
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-opt-mps/Pb-mps-v2-20-10-l152lav.xml
COMMAND LINE= java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 22000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4285864-1503460294/watcher-4285864-1503460294 -o /tmp/evaluation-result-4285864-1503460294/solver-4285864-1503460294 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node102-1503447030-9918 --watchdog 312  java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 674894315 --timelimit 2016 --memlimit 22000 --nbcore 8 HOME/instance-4285864-1503460294.xml

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

MD5SUM BENCH= e295f86f2e8232e9b7c8210bbc53418f
RANDOM SEED=674894315

node102.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.35
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.35
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.35
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.35
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:        24527552 kB
MemAvailable:   31952536 kB
Buffers:          232924 kB
Cached:          7480456 kB
SwapCached:            0 kB
Active:          1810220 kB
Inactive:        5956600 kB
Active(anon):       3492 kB
Inactive(anon):    94172 kB
Active(file):    1806728 kB
Inactive(file):  5862428 kB
Unevictable:        7484 kB
Mlocked:            7484 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42396 kB
Writeback:             0 kB
AnonPages:         60608 kB
Mapped:            55360 kB
Shmem:             41612 kB
Slab:             171040 kB
SReclaimable:     143328 kB
SUnreclaim:        27712 kB
KernelStack:        3200 kB
PageTables:         4840 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     344056 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:      134528 kB
DirectMap2M:    33411072 kB

Free space on /tmp at the end= 61008 MiB
End job on node102 at 2017-08-23 05:41:26