Trace number 4285650

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
OscaR - Parallel with EPS 2017-08-22? (TO) 10598.2 2521.0601

General information on the benchmark

NameWwtpp/Wwtpp-ord-s1/
Wwtpp-ord-ex05480.xml
MD5SUMc9499957e3a18a7800afc05acf28f8ff
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark33.343498
Satisfiable
(Un)Satisfiability was proved
Number of variables476
Number of constraints402
Number of domains22
Minimum domain size1
Maximum domain size10001
Distribution of domain sizes[{"size":1,"count":22},{"size":2,"count":92},{"size":1001,"count":46},{"size":1501,"count":46},{"size":2501,"count":46},{"size":3001,"count":46},{"size":5001,"count":88},{"size":10001,"count":90}]
Minimum variable degree1
Maximum variable degree3
Distribution of variable degrees[{"degree":1,"count":16},{"degree":2,"count":29},{"degree":3,"count":431}]
Minimum constraint arity2
Maximum constraint arity24
Distribution of constraint arities[{"arity":2,"count":189},{"arity":3,"count":96},{"arity":4,"count":90},{"arity":10,"count":4},{"arity":11,"count":7},{"arity":12,"count":7},{"arity":13,"count":5},{"arity":14,"count":2},{"arity":23,"count":1},{"arity":24,"count":1}]
Number of extensional constraints192
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":192},{"type":"sum","count":210}]
Optimization problemNO
Type of objective

Solver Data

0.29/0.26	c version: 2017-08-22
0.29/0.26	c seed: 36534510
0.29/0.26	c timeout: 20160
0.29/0.26	c memlimit: 22000
0.29/0.26	c nbcore: 8
0.29/0.28	c Parsing instance...
1.88/0.88	c Parsing done, starting search...
10597.91/2520.93	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 (7526 MiB free)
  memory of node 1: 16384 MiB (11513 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4285650-1503467829/watcher-4285650-1503467829 -o /tmp/evaluation-result-4285650-1503467829/solver-4285650-1503467829 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node150-1503461915-26668 --watchdog 2580 java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 36534510 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4285650-1503467829.xml 

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

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


[startup+0.100152 s]*
/proc/loadavg: 8.21 8.69 8.77 2/199 27201
/proc/meminfo: memFree=19480668/32770624 swapFree=67108860/67108860
[pid=27181] ppid=27178 vsize=26000852 memory=31156 CPUtime=0.12 cores=0-7
/proc/27181/stat : 27181 (java) S 27178 27181 26641 0 -1 1077944320 8676 0 0 0 10 2 0 0 20 0 20 0 179863840 26624872448 7789 33554432000 4194304 4196468 140723201986400 140723201968944 140015295606519 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
/proc/27181/statm: 6500213 7789 3411 1 0 6487932 0
[pid=27181/tid=27183] ppid=27178 vsize=26000852 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/27181/task/27183/stat : 27183 (java) R 27178 27181 26641 0 -1 4202560 6572 0 0 0 8 1 0 0 20 0 20 0 179863841 26624872448 7789 33554432000 4194304 4196468 140723201986400 140015299823200 140015279687006 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27184] ppid=27178 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/27181/task/27184/stat : 27184 (java) S 27178 27181 26641 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 179863842 26624872448 7789 33554432000 4194304 4196468 140723201986400 140014853949968 140015295616725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27185] ppid=27178 vsize=26000852 memory=140639236404864 CPUtime=0 cores=0-7
/proc/27181/task/27185/stat : 27185 (java) S 27178 27181 26641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179863842 26624872448 7789 33554432000 4194304 4196468 140723201986400 140014852897424 140015295616725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27186] ppid=27178 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/27181/task/27186/stat : 27186 (java) S 27178 27181 26641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179863842 26624872448 7789 33554432000 4194304 4196468 140723201986400 140014851844368 140015295616725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27187] ppid=27178 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/27181/task/27187/stat : 27187 (java) S 27178 27181 26641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179863842 26624872448 7789 33554432000 4194304 4196468 140723201986400 140014850791824 140015295616725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27188] ppid=27178 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/27181/task/27188/stat : 27188 (java) S 27178 27181 26641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179863842 26624872448 7789 33554432000 4194304 4196468 140723201986400 140014849739792 140015295616725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27189] ppid=27178 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/27181/task/27189/stat : 27189 (java) S 27178 27181 26641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179863842 26624872448 7789 33554432000 4194304 4196468 140723201986400 140014848687248 140015295616725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27190] ppid=27178 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/27181/task/27190/stat : 27190 (java) S 27178 27181 26641 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 179863842 26624872448 7789 33554432000 4194304 4196468 140723201986400 140014847634192 140015295616725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27191] ppid=27178 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/27181/task/27191/stat : 27191 (java) S 27178 27181 26641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 179863842 26624872448 7789 33554432000 4194304 4196468 140723201986400 140014846581648 140015295616725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27192] ppid=27178 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/27181/task/27192/stat : 27192 (java) S 27178 27181 26641 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 179863843 26624872448 7789 33554432000 4194304 4196468 140723201986400 140013501081840 140015295617666 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27193] ppid=27178 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/27181/task/27193/stat : 27193 (java) S 27178 27181 26641 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 179863843 26624872448 7789 33554432000 4194304 4196468 140723201986400 140013500028064 140015295616725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27194] ppid=27178 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/27181/task/27194/stat : 27194 (java) S 27178 27181 26641 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 179863844 26624872448 7789 33554432000 4194304 4196468 140723201986400 140013498974960 140015295616725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27195] ppid=27178 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/27181/task/27195/stat : 27195 (java) S 27178 27181 26641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179863846 26624872448 7789 33554432000 4194304 4196468 140723201986400 140013497923536 140015295625115 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27196] ppid=27178 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/27181/task/27196/stat : 27196 (java) S 27178 27181 26641 0 -1 1077944384 308 0 0 0 0 0 0 0 20 0 20 0 179863846 26624872448 7789 33554432000 4194304 4196468 140723201986400 140013496871664 140015295617666 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27197] ppid=27178 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/27181/task/27197/stat : 27197 (java) S 27178 27181 26641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 179863846 26624872448 7789 33554432000 4194304 4196468 140723201986400 140013495819120 140015295617666 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27198] ppid=27178 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/27181/task/27198/stat : 27198 (java) S 27178 27181 26641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 179863846 26624872448 7789 33554432000 4194304 4196468 140723201986400 140013494766064 140015295617666 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27199] ppid=27178 vsize=26000852 memory=0 CPUtime=0.01 cores=0-7
/proc/27181/task/27199/stat : 27199 (java) R 27178 27181 26641 0 -1 4202560 413 0 0 0 1 0 0 0 20 0 20 0 179863846 26624872448 7789 33554432000 4194304 4196468 140723201986400 140013493713520 140015288703355 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27200] ppid=27178 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/27181/task/27200/stat : 27200 (java) S 27178 27181 26641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 179863846 26624872448 7789 33554432000 4194304 4196468 140723201986400 140013492660704 140015295616725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27201] ppid=27178 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/27181/task/27201/stat : 27201 (java) S 27178 27181 26641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179863847 26624872448 7789 33554432000 4194304 4196468 140723201986400 140013491608240 140015295617666 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26000852 KiB
Current children cumulated memory: 31156 KiB

[startup+0.209977 s]*
/proc/loadavg: 8.21 8.69 8.77 2/199 27201
/proc/meminfo: memFree=19473368/32770624 swapFree=67108860/67108860
[pid=27181] ppid=27178 vsize=26000852 memory=40572 CPUtime=0.29 cores=0-7
/proc/27181/stat : 27181 (java) S 27178 27181 26641 0 -1 1077944320 9753 0 0 0 27 2 0 0 20 0 20 0 179863840 26624872448 10143 33554432000 4194304 4196468 140723201986400 140723201968944 140015295606519 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
/proc/27181/statm: 6500213 10143 3626 1 0 6487932 0
[pid=27181/tid=27183] ppid=27178 vsize=26000852 memory=4026531975 CPUtime=0.2 cores=0-7
/proc/27181/task/27183/stat : 27183 (java) R 27178 27181 26641 0 -1 4202560 7203 0 0 0 18 2 0 0 20 0 20 0 179863841 26624872448 10143 33554432000 4194304 4196468 140723201986400 140015299824800 140015279687006 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27184] ppid=27178 vsize=26000852 memory=9321 CPUtime=0 cores=0-7
/proc/27181/task/27184/stat : 27184 (java) S 27178 27181 26641 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 179863842 26624872448 10143 33554432000 4194304 4196468 140723201986400 140014853949968 140015295616725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27185] ppid=27178 vsize=26000852 memory=140639237283353 CPUtime=0 cores=0-7
/proc/27181/task/27185/stat : 27185 (java) S 27178 27181 26641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179863842 26624872448 10143 33554432000 4194304 4196468 140723201986400 140014852897424 140015295616725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27186] ppid=27178 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/27181/task/27186/stat : 27186 (java) S 27178 27181 26641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179863842 26624872448 10143 33554432000 4194304 4196468 140723201986400 140014851844368 140015295616725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27187] ppid=27178 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/27181/task/27187/stat : 27187 (java) S 27178 27181 26641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179863842 26624872448 10143 33554432000 4194304 4196468 140723201986400 140014850791824 140015295616725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27188] ppid=27178 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/27181/task/27188/stat : 27188 (java) S 27178 27181 26641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179863842 26624872448 10143 33554432000 4194304 4196468 140723201986400 140014849739792 140015295616725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27189] ppid=27178 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/27181/task/27189/stat : 27189 (java) S 27178 27181 26641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179863842 26624872448 10143 33554432000 4194304 4196468 140723201986400 140014848687248 140015295616725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27190] ppid=27178 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/27181/task/27190/stat : 27190 (java) S 27178 27181 26641 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 179863842 26624872448 10143 33554432000 4194304 4196468 140723201986400 140014847634192 140015295616725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27191] ppid=27178 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/27181/task/27191/stat : 27191 (java) S 27178 27181 26641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 179863842 26624872448 10143 33554432000 4194304 4196468 140723201986400 140014846581648 140015295616725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27192] ppid=27178 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/27181/task/27192/stat : 27192 (java) S 27178 27181 26641 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 179863843 26624872448 10143 33554432000 4194304 4196468 140723201986400 140013501081840 140015295617666 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27193] ppid=27178 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/27181/task/27193/stat : 27193 (java) S 27178 27181 26641 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 179863843 26624872448 10143 33554432000 4194304 4196468 140723201986400 140013500028064 140015295616725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27194] ppid=27178 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/27181/task/27194/stat : 27194 (java) S 27178 27181 26641 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 179863844 26624872448 10143 33554432000 4194304 4196468 140723201986400 140013498974960 140015295616725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27195] ppid=27178 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/27181/task/27195/stat : 27195 (java) S 27178 27181 26641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179863846 26624872448 10143 33554432000 4194304 4196468 140723201986400 140013497923536 140015295625115 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27196] ppid=27178 vsize=26000852 memory=0 CPUtime=0.01 cores=0-7
/proc/27181/task/27196/stat : 27196 (java) S 27178 27181 26641 0 -1 1077944384 339 0 0 0 1 0 0 0 20 0 20 0 179863846 26624872448 10143 33554432000 4194304 4196468 140723201986400 140013496871664 140015295617666 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27197] ppid=27178 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/27181/task/27197/stat : 27197 (java) S 27178 27181 26641 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 20 0 179863846 26624872448 10143 33554432000 4194304 4196468 140723201986400 140013495819120 140015295617666 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27198] ppid=27178 vsize=26000852 memory=0 CPUtime=0.01 cores=0-7
/proc/27181/task/27198/stat : 27198 (java) S 27178 27181 26641 0 -1 1077944384 290 0 0 0 1 0 0 0 20 0 20 0 179863846 26624872448 10143 33554432000 4194304 4196468 140723201986400 140013494766064 140015295617666 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27199] ppid=27178 vsize=26000852 memory=0 CPUtime=0.05 cores=0-7
/proc/27181/task/27199/stat : 27199 (java) S 27178 27181 26641 0 -1 1077944384 496 0 0 0 5 0 0 0 20 0 20 0 179863846 26624872448 10143 33554432000 4194304 4196468 140723201986400 140013493713520 140015295617666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27200] ppid=27178 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/27181/task/27200/stat : 27200 (java) S 27178 27181 26641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 179863846 26624872448 10143 33554432000 4194304 4196468 140723201986400 140013492660704 140015295616725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27201] ppid=27178 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/27181/task/27201/stat : 27201 (java) S 27178 27181 26641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179863847 26624872448 10143 33554432000 4194304 4196468 140723201986400 140013491608240 140015295617666 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 26000852 KiB
Current children cumulated memory: 40572 KiB

[startup+0.309398 s]*
/proc/loadavg: 8.21 8.69 8.77 2/199 27201
/proc/meminfo: memFree=19464000/32770624 swapFree=67108860/67108860
[pid=27181] ppid=27178 vsize=26000872 memory=48252 CPUtime=0.48 cores=0-7
/proc/27181/stat : 27181 (java) S 27178 27181 26641 0 -1 1077944320 10886 0 0 0 45 3 0 0 20 0 20 0 179863840 26624892928 12063 33554432000 4194304 4196468 140723201986400 140723201968944 140015295606519 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
/proc/27181/statm: 6500218 12063 3693 1 0 6487932 0
[pid=27181/tid=27183] ppid=27178 vsize=26000872 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/27181/task/27183/stat : 27183 (java) R 27178 27181 26641 0 -1 4202560 7777 0 0 0 27 2 0 0 20 0 20 0 179863841 26624892928 12063 33554432000 4194304 4196468 140723201986400 140015299837792 140015295628445 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27184] ppid=27178 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/27181/task/27184/stat : 27184 (java) S 27178 27181 26641 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 179863842 26624892928 12063 33554432000 4194304 4196468 140723201986400 140014853949968 140015295616725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27185] ppid=27178 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/27181/task/27185/stat : 27185 (java) S 27178 27181 26641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179863842 26624892928 12063 33554432000 4194304 4196468 140723201986400 140014852897424 140015295616725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27186] ppid=27178 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/27181/task/27186/stat : 27186 (java) S 27178 27181 26641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179863842 26624892928 12063 33554432000 4194304 4196468 140723201986400 140014851844368 140015295616725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27187] ppid=27178 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/27181/task/27187/stat : 27187 (java) S 27178 27181 26641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179863842 26624892928 12063 33554432000 4194304 4196468 140723201986400 140014850791824 140015295616725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27188] ppid=27178 vsize=26000872 memory=2244 CPUtime=0 cores=0-7
/proc/27181/task/27188/stat : 27188 (java) S 27178 27181 26641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179863842 26624892928 12063 33554432000 4194304 4196468 140723201986400 140014849739792 140015295616725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27189] ppid=27178 vsize=26000872 memory=140639106855855 CPUtime=0 cores=0-7
/proc/27181/task/27189/stat : 27189 (java) S 27178 27181 26641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179863842 26624892928 12063 33554432000 4194304 4196468 140723201986400 140014848687248 140015295616725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27190] ppid=27178 vsize=26000872 memory=140639106858160 CPUtime=0 cores=0-7
/proc/27181/task/27190/stat : 27190 (java) S 27178 27181 26641 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 179863842 26624892928 12063 33554432000 4194304 4196468 140723201986400 140014847634192 140015295616725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27191] ppid=27178 vsize=26000872 memory=140639106860464 CPUtime=0 cores=0-7
/proc/27181/task/27191/stat : 27191 (java) S 27178 27181 26641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 179863842 26624892928 12063 33554432000 4194304 4196468 140723201986400 140014846581648 140015295616725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27192] ppid=27178 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/27181/task/27192/stat : 27192 (java) S 27178 27181 26641 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 179863843 26624892928 12063 33554432000 4194304 4196468 140723201986400 140013501081840 140015295617666 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27193] ppid=27178 vsize=26000872 memory=281278213727888 CPUtime=0 cores=0-7
/proc/27181/task/27193/stat : 27193 (java) S 27178 27181 26641 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 179863843 26624892928 12063 33554432000 4194304 4196468 140723201986400 140013500028064 140015295616725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27194] ppid=27178 vsize=26000872 memory=281278213734800 CPUtime=0 cores=0-7
/proc/27181/task/27194/stat : 27194 (java) S 27178 27181 26641 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 179863844 26624892928 12063 33554432000 4194304 4196468 140723201986400 140013498974960 140015295616725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27195] ppid=27178 vsize=26000872 memory=281278213676080 CPUtime=0 cores=0-7
/proc/27181/task/27195/stat : 27195 (java) S 27178 27181 26641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179863846 26624892928 12063 33554432000 4194304 4196468 140723201986400 140013497923536 140015295625115 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27196] ppid=27178 vsize=26000872 memory=281278213748624 CPUtime=0.03 cores=0-7
/proc/27181/task/27196/stat : 27196 (java) S 27178 27181 26641 0 -1 1077944384 515 0 0 0 3 0 0 0 20 0 20 0 179863846 26624892928 12063 33554432000 4194304 4196468 140723201986400 140013496871664 140015295617666 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27197] ppid=27178 vsize=26000872 memory=281278213755536 CPUtime=0.02 cores=0-7
/proc/27181/task/27197/stat : 27197 (java) R 27178 27181 26641 0 -1 4202560 225 0 0 0 2 0 0 0 20 0 20 0 179863846 26624892928 12063 33554432000 4194304 4196468 140723201986400 140013495819120 140015295618454 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27198] ppid=27178 vsize=26000872 memory=281278213753232 CPUtime=0.02 cores=0-7
/proc/27181/task/27198/stat : 27198 (java) S 27178 27181 26641 0 -1 1077944384 305 0 0 0 2 0 0 0 20 0 20 0 179863846 26624892928 12063 33554432000 4194304 4196468 140723201986400 140013494766064 140015295617666 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27199] ppid=27178 vsize=26000872 memory=281278213769840 CPUtime=0.08 cores=0-7
/proc/27181/task/27199/stat : 27199 (java) R 27178 27181 26641 0 -1 4202560 679 0 0 0 8 0 0 0 20 0 20 0 179863846 26624892928 12063 33554432000 4194304 4196468 140723201986400 140013493713520 140015295627866 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27200] ppid=27178 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/27181/task/27200/stat : 27200 (java) S 27178 27181 26641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 179863846 26624892928 12063 33554432000 4194304 4196468 140723201986400 140013492660704 140015295616725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27201] ppid=27178 vsize=26000872 memory=-1 CPUtime=0 cores=0-7
/proc/27181/task/27201/stat : 27201 (java) S 27178 27181 26641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179863847 26624892928 12063 33554432000 4194304 4196468 140723201986400 140013491608240 140015295617666 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 26000872 KiB
Current children cumulated memory: 48252 KiB

[startup+0.700781 s]
/proc/loadavg: 8.21 8.69 8.77 4/199 27201
/proc/meminfo: memFree=19451184/32770624 swapFree=67108860/67108860
[pid=27181] ppid=27178 vsize=26002920 memory=117584 CPUtime=1.56 cores=0-7
/proc/27181/stat : 27181 (java) S 27178 27181 26641 0 -1 1077944320 14903 0 0 0 151 5 0 0 20 0 20 0 179863840 26626990080 29396 33554432000 4194304 4196468 140723201986400 140723201968944 140015295606519 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
/proc/27181/statm: 6500730 29396 3778 1 0 6488444 0
[pid=27181/tid=27183] ppid=27178 vsize=26002920 memory=0 CPUtime=0.67 cores=0-7
/proc/27181/task/27183/stat : 27183 (java) R 27178 27181 26641 0 -1 4202560 8560 0 0 0 64 3 0 0 20 0 20 0 179863841 26626990080 29396 33554432000 4194304 4196468 140723201986400 140015299842272 140015295618454 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27184] ppid=27178 vsize=26002920 memory=0 CPUtime=0 cores=0-7
/proc/27181/task/27184/stat : 27184 (java) S 27178 27181 26641 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 179863842 26626990080 29396 33554432000 4194304 4196468 140723201986400 140014853949968 140015295616725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27185] ppid=27178 vsize=26002920 memory=0 CPUtime=0 cores=0-7
/proc/27181/task/27185/stat : 27185 (java) S 27178 27181 26641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179863842 26626990080 29396 33554432000 4194304 4196468 140723201986400 140014852897424 140015295616725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27186] ppid=27178 vsize=26002920 memory=0 CPUtime=0 cores=0-7
/proc/27181/task/27186/stat : 27186 (java) S 27178 27181 26641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179863842 26626990080 29396 33554432000 4194304 4196468 140723201986400 140014851844368 140015295616725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27187] ppid=27178 vsize=26002920 memory=1224 CPUtime=0 cores=0-7
/proc/27181/task/27187/stat : 27187 (java) S 27178 27181 26641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179863842 26626990080 29396 33554432000 4194304 4196468 140723201986400 140014850791824 140015295616725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27188] ppid=27178 vsize=26002920 memory=1716 CPUtime=0 cores=0-7
/proc/27181/task/27188/stat : 27188 (java) S 27178 27181 26641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179863842 26626990080 29396 33554432000 4194304 4196468 140723201986400 140014849739792 140015295616725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27189] ppid=27178 vsize=26002920 memory=10784 CPUtime=0 cores=0-7
/proc/27181/task/27189/stat : 27189 (java) S 27178 27181 26641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179863842 26626990080 29396 33554432000 4194304 4196468 140723201986400 140014848687248 140015295616725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27190] ppid=27178 vsize=26002920 memory=1200 CPUtime=0 cores=0-7
/proc/27181/task/27190/stat : 27190 (java) S 27178 27181 26641 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 179863842 26626990080 29396 33554432000 4194304 4196468 140723201986400 140014847634192 140015295616725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27191] ppid=27178 vsize=26002920 memory=15876 CPUtime=0 cores=0-7
/proc/27181/task/27191/stat : 27191 (java) S 27178 27181 26641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 179863842 26626990080 29396 33554432000 4194304 4196468 140723201986400 140014846581648 140015295616725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27192] ppid=27178 vsize=26002920 memory=4044 CPUtime=0 cores=0-7
/proc/27181/task/27192/stat : 27192 (java) S 27178 27181 26641 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 179863843 26626990080 29396 33554432000 4194304 4196468 140723201986400 140013501081840 140015295617666 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0

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

[pid=27181/tid=27193] ppid=27178 vsize=27211348 memory=1936 CPUtime=0 cores=0-7
/proc/27181/task/27193/stat : 27193 (java) S 27178 27181 26641 0 -1 1077944384 112 0 0 0 0 0 0 0 20 0 38 0 179863843 27864420352 4722666 33554432000 4194304 4196468 140723201986400 140013500028128 140015295616725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27194] ppid=27178 vsize=27211348 memory=1224 CPUtime=0 cores=0-7
/proc/27181/task/27194/stat : 27194 (java) S 27178 27181 26641 0 -1 1077944384 134 0 0 0 0 0 0 0 20 0 38 0 179863844 27864420352 4722666 33554432000 4194304 4196468 140723201986400 140013498974976 140015295616725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27195] ppid=27178 vsize=27211348 memory=1716 CPUtime=0 cores=0-7
/proc/27181/task/27195/stat : 27195 (java) S 27178 27181 26641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 38 0 179863846 27864420352 4722666 33554432000 4194304 4196468 140723201986400 140013497923536 140015295625115 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27196] ppid=27178 vsize=27211348 memory=10784 CPUtime=2.38 cores=0-7
/proc/27181/task/27196/stat : 27196 (java) S 27178 27181 26641 0 -1 1077944384 27342 0 0 0 232 6 0 0 20 0 38 0 179863846 27864420352 4722666 33554432000 4194304 4196468 140723201986400 140013496871664 140015295617666 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27197] ppid=27178 vsize=27211348 memory=1200 CPUtime=2.3 cores=0-7
/proc/27181/task/27197/stat : 27197 (java) S 27178 27181 26641 0 -1 1077944384 21789 0 0 0 226 4 0 0 20 0 38 0 179863846 27864420352 4722666 33554432000 4194304 4196468 140723201986400 140013495819120 140015295617666 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27198] ppid=27178 vsize=27211348 memory=15876 CPUtime=2.09 cores=0-7
/proc/27181/task/27198/stat : 27198 (java) S 27178 27181 26641 0 -1 1077944384 24999 0 0 0 205 4 0 0 20 0 38 0 179863846 27864420352 4722666 33554432000 4194304 4196468 140723201986400 140013494766064 140015295617666 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27199] ppid=27178 vsize=27211348 memory=4044 CPUtime=1.19 cores=0-7
/proc/27181/task/27199/stat : 27199 (java) S 27178 27181 26641 0 -1 1077944384 26439 0 0 0 113 6 0 0 20 0 38 0 179863846 27864420352 4722666 33554432000 4194304 4196468 140723201986400 140013493713520 140015295617666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27200] ppid=27178 vsize=27211348 memory=16444 CPUtime=0 cores=0-7
/proc/27181/task/27200/stat : 27200 (java) S 27178 27181 26641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 38 0 179863846 27864420352 4722666 33554432000 4194304 4196468 140723201986400 140013492660704 140015295616725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27201] ppid=27178 vsize=27211348 memory=28668 CPUtime=1.1 cores=0-7
/proc/27181/task/27201/stat : 27201 (java) S 27178 27181 26641 0 -1 1077944384 3098 0 0 0 51 59 0 0 20 0 38 0 179863847 27864420352 4722666 33554432000 4194304 4196468 140723201986400 140013491608240 140015295617666 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27243] ppid=27178 vsize=27211348 memory=1796 CPUtime=0 cores=0-7
/proc/27181/task/27243/stat : 27243 (java) S 27178 27181 26641 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 38 0 179999837 27864420352 4722666 33554432000 4194304 4196468 140723201986400 140013481316864 140015295616725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27244] ppid=27178 vsize=27211348 memory=6791534058613427641 CPUtime=2.33 cores=0-7
/proc/27181/task/27244/stat : 27244 (java) R 27178 27181 26641 0 -1 1077944384 7888 0 0 0 145 88 0 0 20 0 38 0 179999850 27864420352 4722666 33554432000 4194304 4196468 140723201986400 140013478167456 140015295617666 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27245] ppid=27178 vsize=27211348 memory=1296 CPUtime=1061.33 cores=0-7
/proc/27181/task/27245/stat : 27245 (java) R 27178 27181 26641 0 -1 4202560 29624 0 0 0 106125 8 0 0 20 0 38 0 179999859 27864420352 4722666 33554432000 4194304 4196468 140723201986400 140013475011560 140014939132752 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27246] ppid=27178 vsize=27211348 memory=2396 CPUtime=3.04 cores=0-7
/proc/27181/task/27246/stat : 27246 (java) S 27178 27181 26641 0 -1 1077944384 802 0 0 0 304 0 0 0 20 0 38 0 179999860 27864420352 4722666 33554432000 4194304 4196468 140723201986400 140013473965616 140015295616725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27247] ppid=27178 vsize=27211348 memory=1836 CPUtime=2.93 cores=0-7
/proc/27181/task/27247/stat : 27247 (java) S 27178 27181 26641 0 -1 1077944384 854 0 0 0 292 1 0 0 20 0 38 0 179999860 27864420352 4722666 33554432000 4194304 4196468 140723201986400 140013472912560 140015295616725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27248] ppid=27178 vsize=27211348 memory=1004 CPUtime=1069.81 cores=0-7
/proc/27181/task/27248/stat : 27248 (java) R 27178 27181 26641 0 -1 4202560 412773 0 0 0 106923 58 0 0 20 0 38 0 179999863 27864420352 4722666 33554432000 4194304 4196468 140723201986400 140013471853416 140014939130886 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27249] ppid=27178 vsize=27211348 memory=11112 CPUtime=2.87 cores=0-7
/proc/27181/task/27249/stat : 27249 (java) S 27178 27181 26641 0 -1 1077944384 1736 0 0 0 287 0 0 0 20 0 38 0 179999863 27864420352 4722666 33554432000 4194304 4196468 140723201986400 140013470806960 140015295616725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27250] ppid=27178 vsize=27211348 memory=5792 CPUtime=1069.49 cores=0-7
/proc/27181/task/27250/stat : 27250 (java) R 27178 27181 26641 0 -1 4202560 38386 0 0 0 106938 11 0 0 20 0 38 0 179999863 27864420352 4722666 33554432000 4194304 4196468 140723201986400 140013469747816 140014939130773 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27251] ppid=27178 vsize=27211348 memory=4616 CPUtime=1070.97 cores=0-7
/proc/27181/task/27251/stat : 27251 (java) R 27178 27181 26641 0 -1 4202560 49887 0 0 0 107083 14 0 0 20 0 38 0 179999863 27864420352 4722666 33554432000 4194304 4196468 140723201986400 140013468696928 140014936861772 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27252] ppid=27178 vsize=27211348 memory=792 CPUtime=1067.56 cores=0-7
/proc/27181/task/27252/stat : 27252 (java) R 27178 27181 26641 0 -1 4202560 29541 0 0 0 106743 13 0 0 20 0 38 0 179999863 27864420352 4722666 33554432000 4194304 4196468 140723201986400 140013467642216 140014939132675 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27253] ppid=27178 vsize=27211348 memory=1424 CPUtime=1069.83 cores=0-7
/proc/27181/task/27253/stat : 27253 (java) R 27178 27181 26641 0 -1 4202560 96756 0 0 0 106960 23 0 0 20 0 38 0 179999863 27864420352 4722666 33554432000 4194304 4196468 140723201986400 140013466589936 140014939132712 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27254] ppid=27178 vsize=27211348 memory=18890664 CPUtime=1072.96 cores=0-7
/proc/27181/task/27254/stat : 27254 (java) R 27178 27181 26641 0 -1 4202560 34673 0 0 0 107284 12 0 0 20 0 38 0 179999863 27864420352 4722666 33554432000 4194304 4196468 140723201986400 140013465537640 140014936861577 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27255] ppid=27178 vsize=27211348 memory=1716 CPUtime=1065.71 cores=0-7
/proc/27181/task/27255/stat : 27255 (java) R 27178 27181 26641 0 -1 4202560 251594 0 0 0 106533 38 0 0 20 0 38 0 180003468 27864420352 4722666 33554432000 4194304 4196468 140723201986400 140013464484584 140014939130886 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27256] ppid=27178 vsize=27211348 memory=10784 CPUtime=0 cores=0-7
/proc/27181/task/27256/stat : 27256 (java) S 27178 27181 26641 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 38 0 180003469 27864420352 4722666 33554432000 4194304 4196468 140723201986400 140013463438640 140015295616725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27257] ppid=27178 vsize=27211348 memory=1200 CPUtime=0 cores=0-7
/proc/27181/task/27257/stat : 27257 (java) S 27178 27181 26641 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 38 0 180003469 27864420352 4722666 33554432000 4194304 4196468 140723201986400 140013462385584 140015295616725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27258] ppid=27178 vsize=27211348 memory=18890664 CPUtime=0 cores=0-7
/proc/27181/task/27258/stat : 27258 (java) S 27178 27181 26641 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 38 0 180003469 27864420352 4722666 33554432000 4194304 4196468 140723201986400 140013461333040 140015295616725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27259] ppid=27178 vsize=27211348 memory=4044 CPUtime=0 cores=0-7
/proc/27181/task/27259/stat : 27259 (java) S 27178 27181 26641 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 38 0 180003469 27864420352 4722666 33554432000 4194304 4196468 140723201986400 140013460279984 140015295616725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27260] ppid=27178 vsize=27211348 memory=16444 CPUtime=0 cores=0-7
/proc/27181/task/27260/stat : 27260 (java) S 27178 27181 26641 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 38 0 180003469 27864420352 4722666 33554432000 4194304 4196468 140723201986400 140013459227440 140015295616725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
Current children cumulated CPU time: 10591.4 s
Current children cumulated vsize: 27211348 KiB
Current children cumulated memory: 18890664 KiB

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

[startup+2521.06 s]
# the end of solver process 27181 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=10541.8 s, system=56.3843 s

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

[startup+2520.8 s]
/proc/loadavg: 8.15 8.39 6.94 10/217 27277
/proc/meminfo: memFree=588732/32770624 swapFree=67108860/67108860
[pid=27181] ppid=27178 vsize=27344476 memory=18890764 CPUtime=10597.6 cores=0-7
/proc/27181/stat : 27181 (java) S 27178 27181 26641 0 -1 1077944320 5103611 0 0 0 1054134 5626 0 0 20 0 40 0 179863840 28000743424 4722691 33554432000 4194304 4196468 140723201986400 140723201968944 140015295606519 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
/proc/27181/statm: 6836119 4722691 3875 1 0 6823312 0
[pid=27181/tid=27183] ppid=27178 vsize=27344476 memory=288230596050944315 CPUtime=1355.82 cores=0-7
/proc/27181/task/27183/stat : 27183 (java) S 27178 27181 26641 0 -1 1077944384 87961 0 0 0 135511 71 0 0 20 0 40 0 179863841 28000743424 4722691 33554432000 4194304 4196468 140723201986400 140015299844224 140015295616725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27184] ppid=27178 vsize=27344476 memory=13849659856660828 CPUtime=83.37 cores=0-7
/proc/27181/task/27184/stat : 27184 (java) R 27178 27181 26641 0 -1 4202560 471954 0 0 0 7700 637 0 0 20 0 40 0 179863842 28000743424 4722691 33554432000 4194304 4196468 140723201986400 140014853950168 140015288234727 0 4 0 16800975 0 0 0 -1 2 0 0 22 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27185] ppid=27178 vsize=27344476 memory=10784 CPUtime=83.67 cores=0-7
/proc/27181/task/27185/stat : 27185 (java) R 27178 27181 26641 0 -1 4202560 332101 0 0 0 7739 628 0 0 20 0 40 0 179863842 28000743424 4722691 33554432000 4194304 4196468 140723201986400 140014852897624 140015280603165 0 4 0 16800975 0 0 0 -1 1 0 0 26 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27186] ppid=27178 vsize=27344476 memory=18890764 CPUtime=83.16 cores=0-7
/proc/27181/task/27186/stat : 27186 (java) R 27178 27181 26641 0 -1 4202560 455523 0 0 0 7649 667 0 0 20 0 40 0 179863842 28000743424 4722691 33554432000 4194304 4196468 140723201986400 140014851844368 140015288234727 0 4 0 16800975 0 0 0 -1 0 0 0 24 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27187] ppid=27178 vsize=27344476 memory=1796 CPUtime=83.71 cores=0-7
/proc/27181/task/27187/stat : 27187 (java) R 27178 27181 26641 0 -1 4202560 461767 0 0 0 7725 646 0 0 20 0 40 0 179863842 28000743424 4722691 33554432000 4194304 4196468 140723201986400 140014850791824 140015280305936 0 4 0 16800975 0 0 0 -1 4 0 0 27 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27188] ppid=27178 vsize=27344476 memory=636 CPUtime=83.37 cores=0-7
/proc/27181/task/27188/stat : 27188 (java) R 27178 27181 26641 0 -1 4202560 395571 0 0 0 7680 657 0 0 20 0 40 0 179863842 28000743424 4722691 33554432000 4194304 4196468 140723201986400 140014849739792 140015280603165 0 4 0 16800975 0 0 0 -1 6 0 0 24 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27189] ppid=27178 vsize=27344476 memory=960 CPUtime=83.38 cores=0-7
/proc/27181/task/27189/stat : 27189 (java) R 27178 27181 26641 0 -1 4202560 516062 0 0 0 7651 687 0 0 20 0 40 0 179863842 28000743424 4722691 33554432000 4194304 4196468 140723201986400 140014848687248 140015288234727 0 4 0 16800975 0 0 0 -1 3 0 0 25 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27190] ppid=27178 vsize=27344476 memory=18890664 CPUtime=83.44 cores=0-7
/proc/27181/task/27190/stat : 27190 (java) R 27178 27181 26641 0 -1 4202560 481056 0 0 0 7640 704 0 0 20 0 40 0 179863842 28000743424 4722691 33554432000 4194304 4196468 140723201986400 140014847634192 140015288234727 0 4 0 16800975 0 0 0 -1 5 0 0 32 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27191] ppid=27178 vsize=27344476 memory=18890664 CPUtime=83.21 cores=0-7
/proc/27181/task/27191/stat : 27191 (java) R 27178 27181 26641 0 -1 4202560 290582 0 0 0 7676 645 0 0 20 0 40 0 179863842 28000743424 4722691 33554432000 4194304 4196468 140723201986400 140014846581768 140015288234727 0 4 0 16800975 0 0 0 -1 7 0 0 26 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27192] ppid=27178 vsize=27344476 memory=50004 CPUtime=5.58 cores=0-7
/proc/27181/task/27192/stat : 27192 (java) S 27178 27181 26641 0 -1 1077944384 551000 0 0 0 511 47 0 0 20 0 40 0 179863843 28000743424 4722691 33554432000 4194304 4196468 140723201986400 140013501080384 140015295616725 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27193] ppid=27178 vsize=27344476 memory=1296 CPUtime=0 cores=0-7
/proc/27181/task/27193/stat : 27193 (java) S 27178 27181 26641 0 -1 1077944384 112 0 0 0 0 0 0 0 20 0 40 0 179863843 28000743424 4722691 33554432000 4194304 4196468 140723201986400 140013500028128 140015295616725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27194] ppid=27178 vsize=27344476 memory=2396 CPUtime=0 cores=0-7
/proc/27181/task/27194/stat : 27194 (java) S 27178 27181 26641 0 -1 1077944384 134 0 0 0 0 0 0 0 20 0 40 0 179863844 28000743424 4722691 33554432000 4194304 4196468 140723201986400 140013498974976 140015295616725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27195] ppid=27178 vsize=27344476 memory=1836 CPUtime=0 cores=0-7
/proc/27181/task/27195/stat : 27195 (java) S 27178 27181 26641 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 40 0 179863846 28000743424 4722691 33554432000 4194304 4196468 140723201986400 140013497923536 140015295625115 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27196] ppid=27178 vsize=27344476 memory=1004 CPUtime=2.38 cores=0-7
/proc/27181/task/27196/stat : 27196 (java) S 27178 27181 26641 0 -1 1077944384 27342 0 0 0 232 6 0 0 20 0 40 0 179863846 28000743424 4722691 33554432000 4194304 4196468 140723201986400 140013496871664 140015295617666 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27197] ppid=27178 vsize=27344476 memory=0 CPUtime=2.3 cores=0-7
/proc/27181/task/27197/stat : 27197 (java) S 27178 27181 26641 0 -1 1077944384 21789 0 0 0 226 4 0 0 20 0 40 0 179863846 28000743424 4722691 33554432000 4194304 4196468 140723201986400 140013495819120 140015295617666 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27198] ppid=27178 vsize=27344476 memory=-7745171288847261353 CPUtime=2.09 cores=0-7
/proc/27181/task/27198/stat : 27198 (java) S 27178 27181 26641 0 -1 1077944384 24999 0 0 0 205 4 0 0 20 0 40 0 179863846 28000743424 4722691 33554432000 4194304 4196468 140723201986400 140013494766064 140015295617666 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27199] ppid=27178 vsize=27344476 memory=2608 CPUtime=1.19 cores=0-7
/proc/27181/task/27199/stat : 27199 (java) S 27178 27181 26641 0 -1 1077944384 26439 0 0 0 113 6 0 0 20 0 40 0 179863846 28000743424 4722691 33554432000 4194304 4196468 140723201986400 140013493713520 140015295617666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27200] ppid=27178 vsize=27344476 memory=18890664 CPUtime=0 cores=0-7
/proc/27181/task/27200/stat : 27200 (java) S 27178 27181 26641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 40 0 179863846 28000743424 4722691 33554432000 4194304 4196468 140723201986400 140013492660704 140015295616725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27201] ppid=27178 vsize=27344476 memory=4214689240130690729 CPUtime=1.1 cores=0-7
/proc/27181/task/27201/stat : 27201 (java) S 27178 27181 26641 0 -1 1077944384 3098 0 0 0 51 59 0 0 20 0 40 0 179863847 28000743424 4722691 33554432000 4194304 4196468 140723201986400 140013491608240 140015295617666 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27243] ppid=27178 vsize=27344476 memory=10 CPUtime=0 cores=0-7
/proc/27181/task/27243/stat : 27243 (java) S 27178 27181 26641 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 40 0 179999837 28000743424 4722691 33554432000 4194304 4196468 140723201986400 140013481316864 140015295616725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27244] ppid=27178 vsize=27344476 memory=4140 CPUtime=2.33 cores=0-7
/proc/27181/task/27244/stat : 27244 (java) S 27178 27181 26641 0 -1 1077944384 7889 0 0 0 145 88 0 0 20 0 40 0 179999850 28000743424 4722691 33554432000 4194304 4196468 140723201986400 140013478167152 140015295616725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27245] ppid=27178 vsize=27344476 memory=6791534058613427641 CPUtime=1061.42 cores=0-7
/proc/27181/task/27245/stat : 27245 (java) S 27178 27181 26641 0 -1 1077944384 29624 0 0 0 106134 8 0 0 20 0 40 0 179999859 28000743424 4722691 33554432000 4194304 4196468 140723201986400 140013475011424 140015295616725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27246] ppid=27178 vsize=27344476 memory=636 CPUtime=3.04 cores=0-7
/proc/27181/task/27246/stat : 27246 (java) S 27178 27181 26641 0 -1 1077944384 802 0 0 0 304 0 0 0 20 0 40 0 179999860 28000743424 4722691 33554432000 4194304 4196468 140723201986400 140013473965616 140015295616725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27247] ppid=27178 vsize=27344476 memory=960 CPUtime=2.93 cores=0-7
/proc/27181/task/27247/stat : 27247 (java) S 27178 27181 26641 0 -1 1077944384 854 0 0 0 292 1 0 0 20 0 40 0 179999860 28000743424 4722691 33554432000 4194304 4196468 140723201986400 140013472912560 140015295616725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27248] ppid=27178 vsize=27344476 memory=1232 CPUtime=1069.9 cores=0-7
/proc/27181/task/27248/stat : 27248 (java) S 27178 27181 26641 0 -1 1077944384 412773 0 0 0 106932 58 0 0 20 0 40 0 179999863 28000743424 4722691 33554432000 4194304 4196468 140723201986400 140013471853280 140015295616725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27249] ppid=27178 vsize=27344476 memory=2464 CPUtime=2.87 cores=0-7
/proc/27181/task/27249/stat : 27249 (java) S 27178 27181 26641 0 -1 1077944384 1736 0 0 0 287 0 0 0 20 0 40 0 179999863 28000743424 4722691 33554432000 4194304 4196468 140723201986400 140013470806960 140015295616725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27250] ppid=27178 vsize=27344476 memory=1580 CPUtime=1069.58 cores=0-7
/proc/27181/task/27250/stat : 27250 (java) S 27178 27181 26641 0 -1 1077944384 38386 0 0 0 106947 11 0 0 20 0 40 0 179999863 28000743424 4722691 33554432000 4194304 4196468 140723201986400 140013469747680 140015295616725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27251] ppid=27178 vsize=27344476 memory=928 CPUtime=1071.06 cores=0-7
/proc/27181/task/27251/stat : 27251 (java) S 27178 27181 26641 0 -1 1077944384 49888 0 0 0 107092 14 0 0 20 0 40 0 179999863 28000743424 4722691 33554432000 4194304 4196468 140723201986400 140013468694624 140015295616725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27252] ppid=27178 vsize=27344476 memory=2244 CPUtime=1067.66 cores=0-7
/proc/27181/task/27252/stat : 27252 (java) S 27178 27181 26641 0 -1 1077944384 29541 0 0 0 106753 13 0 0 20 0 40 0 179999863 28000743424 4722691 33554432000 4194304 4196468 140723201986400 140013467642080 140015295616725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27253] ppid=27178 vsize=27344476 memory=4124 CPUtime=1069.92 cores=0-7
/proc/27181/task/27253/stat : 27253 (java) S 27178 27181 26641 0 -1 1077944384 96756 0 0 0 106969 23 0 0 20 0 40 0 179999863 28000743424 4722691 33554432000 4194304 4196468 140723201986400 140013466590048 140015295616725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27254] ppid=27178 vsize=27344476 memory=2196 CPUtime=1073.05 cores=0-7
/proc/27181/task/27254/stat : 27254 (java) S 27178 27181 26641 0 -1 1077944384 34673 0 0 0 107293 12 0 0 20 0 40 0 179999863 28000743424 4722691 33554432000 4194304 4196468 140723201986400 140013465537504 140015295616725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27255] ppid=27178 vsize=27344476 memory=7540 CPUtime=1065.8 cores=0-7
/proc/27181/task/27255/stat : 27255 (java) S 27178 27181 26641 0 -1 1077944384 251594 0 0 0 106542 38 0 0 20 0 40 0 180003468 28000743424 4722691 33554432000 4194304 4196468 140723201986400 140013464484448 140015295616725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27256] ppid=27178 vsize=27344476 memory=840 CPUtime=0 cores=0-7
/proc/27181/task/27256/stat : 27256 (java) S 27178 27181 26641 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 40 0 180003469 28000743424 4722691 33554432000 4194304 4196468 140723201986400 140013463438640 140015295616725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27257] ppid=27178 vsize=27344476 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/27181/task/27257/stat : 27257 (java) S 27178 27181 26641 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 40 0 180003469 28000743424 4722691 33554432000 4194304 4196468 140723201986400 140013462385584 140015295616725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27258] ppid=27178 vsize=27344476 memory=4616 CPUtime=0 cores=0-7
/proc/27181/task/27258/stat : 27258 (java) S 27178 27181 26641 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 40 0 180003469 28000743424 4722691 33554432000 4194304 4196468 140723201986400 140013461333040 140015295616725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27259] ppid=27178 vsize=27344476 memory=792 CPUtime=0 cores=0-7
/proc/27181/task/27259/stat : 27259 (java) S 27178 27181 26641 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 40 0 180003469 28000743424 4722691 33554432000 4194304 4196468 140723201986400 140013460279984 140015295616725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
[pid=27181/tid=27260] ppid=27178 vsize=27344476 memory=1424 CPUtime=0 cores=0-7
/proc/27181/task/27260/stat : 27260 (java) S 27178 27181 26641 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 40 0 180003469 28000743424 4722691 33554432000 4194304 4196468 140723201986400 140013459227440 140015295616725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33411072 140723201987683 140723201987867 140723201987867 140723201990607 0
Current children cumulated CPU time: 10597.6 s
Current children cumulated vsize: 27344476 KiB
Current children cumulated memory: 18890764 KiB

[startup+2521 s]*
/proc/loadavg: 8.15 8.39 6.94 2/181 27279
/proc/meminfo: memFree=13229948/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143
Real time (s): 2521.06
CPU time (s): 10598.2
CPU user time (s): 10541.8
CPU system time (s): 56.3843
CPU usage (%): 420.386
Max. virtual memory (cumulated for all children) (KiB): 27344476
Max. memory (cumulated for all children) (KiB): 18890764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10541.8
system time used= 56.3843
maximum resident set size= 18891580
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5104178
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2984
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 199053
involuntary context switches= 203801


# summary of solver processes directly reported to runsolver:
#   pid: 27181
#   total CPU time (s): 10598.2
#   total CPU user time (s): 10541.8
#   total CPU system time (s): 56.3843

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.0657 second user time and 28.8484 second system time

The end

Launcher Data

Begin job on node150 at 2017-08-23 07:42:48
IDJOB=4285650
IDBENCH=140774
IDSOLVER=2681
FILE ID=node150/4285650-1503467829
RUNJOBID= node150-1503461915-26668
PBS_JOBID= 20632174
Free space on /tmp= 61032 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-08-22
BENCH NAME= XCSP17/Wwtpp/Wwtpp-ord-s1/Wwtpp-ord-ex05480.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-4285650-1503467829/watcher-4285650-1503467829 -o /tmp/evaluation-result-4285650-1503467829/solver-4285650-1503467829 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node150-1503461915-26668 --watchdog 2580  java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 36534510 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4285650-1503467829.xml

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

MD5SUM BENCH= c9499957e3a18a7800afc05acf28f8ff
RANDOM SEED=36534510

node150.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.89
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.89
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.89
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.89
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:        19497768 kB
MemAvailable:   31933476 kB
Buffers:          308404 kB
Cached:         12398132 kB
SwapCached:            0 kB
Active:          3866516 kB
Inactive:        8894704 kB
Active(anon):       5052 kB
Inactive(anon):    93672 kB
Active(file):    3861464 kB
Inactive(file):  8801032 kB
Unevictable:        7264 kB
Mlocked:            7264 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             43004 kB
Writeback:             0 kB
AnonPages:         60720 kB
Mapped:            55688 kB
Shmem:             41608 kB
Slab:             205060 kB
SReclaimable:     178096 kB
SUnreclaim:        26964 kB
KernelStack:        3248 kB
PageTables:         5128 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     340828 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 60992 MiB
End job on node150 at 2017-08-23 08:24:50