Trace number 4285648

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
OscaR - Parallel with EPS 2017-08-22UNSAT 9.9225302 2.5567

General information on the benchmark

NameWwtpp/Wwtpp-ord-s1/
Wwtpp-ord-ex02280.xml
MD5SUM266034c566073a7f5804da8fab792568
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.31001899
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.30/0.25	c version: 2017-08-22
0.30/0.25	c seed: 2119289651
0.30/0.25	c timeout: 20160
0.30/0.25	c memlimit: 22000
0.30/0.26	c nbcore: 8
0.30/0.28	c Parsing instance...
1.96/0.86	c Parsing done, starting search...
9.78/2.53	s UNSATISFIABLE

Verifier Data


Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (7528 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-4285648-1503467820/watcher-4285648-1503467820 -o /tmp/evaluation-result-4285648-1503467820/solver-4285648-1503467820 -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 2119289651 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4285648-1503467820.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=27009, runsolver pid=27006
Current StackSize limit: 8192 KiB


[startup+0.100156 s]*
/proc/loadavg: 8.60 8.78 8.80 2/199 27029
/proc/meminfo: memFree=19481644/32770624 swapFree=67108860/67108860
[pid=27009] ppid=27006 vsize=26000852 memory=32364 CPUtime=0.12 cores=0-7
/proc/27009/stat : 27009 (java) S 27006 27009 26641 0 -1 1077944320 8494 0 0 0 10 2 0 0 20 0 20 0 179862904 26624872448 8091 33554432000 4194304 4196468 140721655138240 140721655120784 139623621390071 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
/proc/27009/statm: 6500213 8091 3409 1 0 6487932 0
[pid=27009/tid=27011] ppid=27006 vsize=26000852 memory=4134930498285298233 CPUtime=0.08 cores=0-7
/proc/27009/task/27011/stat : 27011 (java) R 27006 27009 26641 0 -1 4202560 6435 0 0 0 7 1 0 0 20 0 20 0 179862905 26624872448 8091 33554432000 4194304 4196468 140721655138240 139623625587216 139623605470588 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27012] ppid=27006 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/27009/task/27012/stat : 27012 (java) S 27006 27009 26641 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 179862906 26624872448 8091 33554432000 4194304 4196468 140721655138240 139623574010896 139623621400277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27013] ppid=27006 vsize=26000852 memory=140027608254080 CPUtime=0 cores=0-7
/proc/27009/task/27013/stat : 27013 (java) S 27006 27009 26641 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 179862906 26624872448 8091 33554432000 4194304 4196468 140721655138240 139623572958352 139623621400277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27014] ppid=27006 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/27009/task/27014/stat : 27014 (java) S 27006 27009 26641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 179862906 26624872448 8091 33554432000 4194304 4196468 140721655138240 139623571905296 139623621400277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27015] ppid=27006 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/27009/task/27015/stat : 27015 (java) S 27006 27009 26641 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 179862906 26624872448 8091 33554432000 4194304 4196468 140721655138240 139623570852752 139623621400277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27016] ppid=27006 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/27009/task/27016/stat : 27016 (java) S 27006 27009 26641 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 179862906 26624872448 8091 33554432000 4194304 4196468 140721655138240 139623569799696 139623621400277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27017] ppid=27006 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/27009/task/27017/stat : 27017 (java) S 27006 27009 26641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179862906 26624872448 8091 33554432000 4194304 4196468 140721655138240 139623568747152 139623621400277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27018] ppid=27006 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/27009/task/27018/stat : 27018 (java) S 27006 27009 26641 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 179862906 26624872448 8091 33554432000 4194304 4196468 140721655138240 139623567694096 139623621400277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27019] ppid=27006 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/27009/task/27019/stat : 27019 (java) S 27006 27009 26641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179862906 26624872448 8091 33554432000 4194304 4196468 140721655138240 139623566641552 139623621400277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27020] ppid=27006 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/27009/task/27020/stat : 27020 (java) S 27006 27009 26641 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 179862907 26624872448 8091 33554432000 4194304 4196468 140721655138240 139622364285680 139623621401218 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27021] ppid=27006 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/27009/task/27021/stat : 27021 (java) S 27006 27009 26641 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 179862907 26624872448 8091 33554432000 4194304 4196468 140721655138240 139622363231904 139623621400277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27022] ppid=27006 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/27009/task/27022/stat : 27022 (java) S 27006 27009 26641 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 179862908 26624872448 8091 33554432000 4194304 4196468 140721655138240 139622362178800 139623621400277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27023] ppid=27006 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/27009/task/27023/stat : 27023 (java) S 27006 27009 26641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179862910 26624872448 8091 33554432000 4194304 4196468 140721655138240 139622361127376 139623621408667 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27024] ppid=27006 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/27009/task/27024/stat : 27024 (java) S 27006 27009 26641 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 20 0 179862910 26624872448 8091 33554432000 4194304 4196468 140721655138240 139622360074480 139623621401218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27025] ppid=27006 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/27009/task/27025/stat : 27025 (java) S 27006 27009 26641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179862910 26624872448 8091 33554432000 4194304 4196468 140721655138240 139622359021936 139623621401218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27026] ppid=27006 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/27009/task/27026/stat : 27026 (java) S 27006 27009 26641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 179862910 26624872448 8091 33554432000 4194304 4196468 140721655138240 139622357968880 139623621401218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27027] ppid=27006 vsize=26000852 memory=0 CPUtime=0.01 cores=0-7
/proc/27009/task/27027/stat : 27027 (java) R 27006 27009 26641 0 -1 4202560 377 0 0 0 1 0 0 0 20 0 20 0 179862910 26624872448 8091 33554432000 4194304 4196468 140721655138240 139622356916336 139623613627198 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27028] ppid=27006 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/27009/task/27028/stat : 27028 (java) S 27006 27009 26641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 179862910 26624872448 8091 33554432000 4194304 4196468 140721655138240 139622355864544 139623621400277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27029] ppid=27006 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/27009/task/27029/stat : 27029 (java) S 27006 27009 26641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179862911 26624872448 8091 33554432000 4194304 4196468 140721655138240 139622354812080 139623621401218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26000852 KiB
Current children cumulated memory: 32364 KiB

[startup+0.210195 s]*
/proc/loadavg: 8.60 8.78 8.80 2/199 27029
/proc/meminfo: memFree=19472896/32770624 swapFree=67108860/67108860
[pid=27009] ppid=27006 vsize=26000852 memory=41256 CPUtime=0.3 cores=0-7
/proc/27009/stat : 27009 (java) S 27006 27009 26641 0 -1 1077944320 9499 0 0 0 26 4 0 0 20 0 20 0 179862904 26624872448 10314 33554432000 4194304 4196468 140721655138240 140721655120784 139623621390071 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
/proc/27009/statm: 6500213 10314 3603 1 0 6487932 0
[pid=27009/tid=27011] ppid=27006 vsize=26000852 memory=4026531975 CPUtime=0.19 cores=0-7
/proc/27009/task/27011/stat : 27011 (java) R 27006 27009 26641 0 -1 4202560 7067 0 0 0 17 2 0 0 20 0 20 0 179862905 26624872448 10314 33554432000 4194304 4196468 140721655138240 139623625590512 139623605470558 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27012] ppid=27006 vsize=26000852 memory=9321 CPUtime=0 cores=0-7
/proc/27009/task/27012/stat : 27012 (java) S 27006 27009 26641 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 179862906 26624872448 10314 33554432000 4194304 4196468 140721655138240 139623574010896 139623621400277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27013] ppid=27006 vsize=26000852 memory=140027609132569 CPUtime=0 cores=0-7
/proc/27009/task/27013/stat : 27013 (java) S 27006 27009 26641 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 179862906 26624872448 10314 33554432000 4194304 4196468 140721655138240 139623572958352 139623621400277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27014] ppid=27006 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/27009/task/27014/stat : 27014 (java) S 27006 27009 26641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 179862906 26624872448 10314 33554432000 4194304 4196468 140721655138240 139623571905296 139623621400277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27015] ppid=27006 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/27009/task/27015/stat : 27015 (java) S 27006 27009 26641 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 179862906 26624872448 10314 33554432000 4194304 4196468 140721655138240 139623570852752 139623621400277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27016] ppid=27006 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/27009/task/27016/stat : 27016 (java) S 27006 27009 26641 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 179862906 26624872448 10314 33554432000 4194304 4196468 140721655138240 139623569799696 139623621400277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27017] ppid=27006 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/27009/task/27017/stat : 27017 (java) S 27006 27009 26641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179862906 26624872448 10314 33554432000 4194304 4196468 140721655138240 139623568747152 139623621400277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27018] ppid=27006 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/27009/task/27018/stat : 27018 (java) S 27006 27009 26641 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 179862906 26624872448 10314 33554432000 4194304 4196468 140721655138240 139623567694096 139623621400277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27019] ppid=27006 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/27009/task/27019/stat : 27019 (java) S 27006 27009 26641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179862906 26624872448 10314 33554432000 4194304 4196468 140721655138240 139623566641552 139623621400277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27020] ppid=27006 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/27009/task/27020/stat : 27020 (java) S 27006 27009 26641 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 179862907 26624872448 10314 33554432000 4194304 4196468 140721655138240 139622364285680 139623621401218 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27021] ppid=27006 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/27009/task/27021/stat : 27021 (java) S 27006 27009 26641 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 179862907 26624872448 10314 33554432000 4194304 4196468 140721655138240 139622363231904 139623621400277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27022] ppid=27006 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/27009/task/27022/stat : 27022 (java) S 27006 27009 26641 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 179862908 26624872448 10314 33554432000 4194304 4196468 140721655138240 139622362178800 139623621400277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27023] ppid=27006 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/27009/task/27023/stat : 27023 (java) S 27006 27009 26641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179862910 26624872448 10314 33554432000 4194304 4196468 140721655138240 139622361127376 139623621408667 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27024] ppid=27006 vsize=26000852 memory=0 CPUtime=0.01 cores=0-7
/proc/27009/task/27024/stat : 27024 (java) S 27006 27009 26641 0 -1 1077944384 470 0 0 0 1 0 0 0 20 0 20 0 179862910 26624872448 10314 33554432000 4194304 4196468 140721655138240 139622360074480 139623621401218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27025] ppid=27006 vsize=26000852 memory=0 CPUtime=0.01 cores=0-7
/proc/27009/task/27025/stat : 27025 (java) S 27006 27009 26641 0 -1 1077944384 116 0 0 0 1 0 0 0 20 0 20 0 179862910 26624872448 10314 33554432000 4194304 4196468 140721655138240 139622359021936 139623621401218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27026] ppid=27006 vsize=26000852 memory=0 CPUtime=0.01 cores=0-7
/proc/27009/task/27026/stat : 27026 (java) S 27006 27009 26641 0 -1 1077944384 63 0 0 0 1 0 0 0 20 0 20 0 179862910 26624872448 10314 33554432000 4194304 4196468 140721655138240 139622357968880 139623621401218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27027] ppid=27006 vsize=26000852 memory=0 CPUtime=0.05 cores=0-7
/proc/27009/task/27027/stat : 27027 (java) S 27006 27009 26641 0 -1 1077944384 396 0 0 0 5 0 0 0 20 0 20 0 179862910 26624872448 10314 33554432000 4194304 4196468 140721655138240 139622356916336 139623621401218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27028] ppid=27006 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/27009/task/27028/stat : 27028 (java) S 27006 27009 26641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 179862910 26624872448 10314 33554432000 4194304 4196468 140721655138240 139622355864544 139623621400277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27029] ppid=27006 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/27009/task/27029/stat : 27029 (java) S 27006 27009 26641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179862911 26624872448 10314 33554432000 4194304 4196468 140721655138240 139622354812080 139623621401218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 26000852 KiB
Current children cumulated memory: 41256 KiB

[startup+0.309645 s]*
/proc/loadavg: 8.60 8.78 8.80 2/199 27029
/proc/meminfo: memFree=19466196/32770624 swapFree=67108860/67108860
[pid=27009] ppid=27006 vsize=26000872 memory=48376 CPUtime=0.46 cores=0-7
/proc/27009/stat : 27009 (java) S 27006 27009 26641 0 -1 1077944320 10390 0 0 0 42 4 0 0 20 0 20 0 179862904 26624892928 12094 33554432000 4194304 4196468 140721655138240 140721655120784 139623621390071 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
/proc/27009/statm: 6500218 12094 3684 1 0 6487932 0
[pid=27009/tid=27011] ppid=27006 vsize=26000872 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/27009/task/27011/stat : 27011 (java) R 27006 27009 26641 0 -1 4202560 7712 0 0 0 26 3 0 0 20 0 20 0 179862905 26624892928 12094 33554432000 4194304 4196468 140721655138240 139623625607168 139623605470558 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27012] ppid=27006 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/27009/task/27012/stat : 27012 (java) S 27006 27009 26641 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 179862906 26624892928 12094 33554432000 4194304 4196468 140721655138240 139623574010896 139623621400277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27013] ppid=27006 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/27009/task/27013/stat : 27013 (java) S 27006 27009 26641 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 179862906 26624892928 12094 33554432000 4194304 4196468 140721655138240 139623572958352 139623621400277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27014] ppid=27006 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/27009/task/27014/stat : 27014 (java) S 27006 27009 26641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 179862906 26624892928 12094 33554432000 4194304 4196468 140721655138240 139623571905296 139623621400277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27015] ppid=27006 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/27009/task/27015/stat : 27015 (java) S 27006 27009 26641 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 179862906 26624892928 12094 33554432000 4194304 4196468 140721655138240 139623570852752 139623621400277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27016] ppid=27006 vsize=26000872 memory=2244 CPUtime=0 cores=0-7
/proc/27009/task/27016/stat : 27016 (java) S 27006 27009 26641 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 179862906 26624892928 12094 33554432000 4194304 4196468 140721655138240 139623569799696 139623621400277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27017] ppid=27006 vsize=26000872 memory=140027476669359 CPUtime=0 cores=0-7
/proc/27009/task/27017/stat : 27017 (java) S 27006 27009 26641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179862906 26624892928 12094 33554432000 4194304 4196468 140721655138240 139623568747152 139623621400277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27018] ppid=27006 vsize=26000872 memory=140027476671664 CPUtime=0 cores=0-7
/proc/27009/task/27018/stat : 27018 (java) S 27006 27009 26641 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 179862906 26624892928 12094 33554432000 4194304 4196468 140721655138240 139623567694096 139623621400277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27019] ppid=27006 vsize=26000872 memory=140027476673968 CPUtime=0 cores=0-7
/proc/27009/task/27019/stat : 27019 (java) S 27006 27009 26641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179862906 26624892928 12094 33554432000 4194304 4196468 140721655138240 139623566641552 139623621400277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27020] ppid=27006 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/27009/task/27020/stat : 27020 (java) S 27006 27009 26641 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 179862907 26624892928 12094 33554432000 4194304 4196468 140721655138240 139622364285680 139623621401218 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27021] ppid=27006 vsize=26000872 memory=280054953354896 CPUtime=0 cores=0-7
/proc/27009/task/27021/stat : 27021 (java) S 27006 27009 26641 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 179862907 26624892928 12094 33554432000 4194304 4196468 140721655138240 139622363231904 139623621400277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27022] ppid=27006 vsize=26000872 memory=280054953361808 CPUtime=0 cores=0-7
/proc/27009/task/27022/stat : 27022 (java) S 27006 27009 26641 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 179862908 26624892928 12094 33554432000 4194304 4196468 140721655138240 139622362178800 139623621400277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27023] ppid=27006 vsize=26000872 memory=280054953303088 CPUtime=0 cores=0-7
/proc/27009/task/27023/stat : 27023 (java) S 27006 27009 26641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179862910 26624892928 12094 33554432000 4194304 4196468 140721655138240 139622361127376 139623621408667 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27024] ppid=27006 vsize=26000872 memory=280054953375632 CPUtime=0.02 cores=0-7
/proc/27009/task/27024/stat : 27024 (java) S 27006 27009 26641 0 -1 1077944384 548 0 0 0 2 0 0 0 20 0 20 0 179862910 26624892928 12094 33554432000 4194304 4196468 140721655138240 139622360074480 139623621401218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27025] ppid=27006 vsize=26000872 memory=280054953382544 CPUtime=0.01 cores=0-7
/proc/27009/task/27025/stat : 27025 (java) S 27006 27009 26641 0 -1 1077944384 118 0 0 0 1 0 0 0 20 0 20 0 179862910 26624892928 12094 33554432000 4194304 4196468 140721655138240 139622359021936 139623621401218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27026] ppid=27006 vsize=26000872 memory=280054953380240 CPUtime=0.04 cores=0-7
/proc/27009/task/27026/stat : 27026 (java) S 27006 27009 26641 0 -1 1077944384 165 0 0 0 4 0 0 0 20 0 20 0 179862910 26624892928 12094 33554432000 4194304 4196468 140721655138240 139622357968880 139623621401218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27027] ppid=27006 vsize=26000872 memory=280054953396848 CPUtime=0.08 cores=0-7
/proc/27009/task/27027/stat : 27027 (java) S 27006 27009 26641 0 -1 1077944384 461 0 0 0 8 0 0 0 20 0 20 0 179862910 26624892928 12094 33554432000 4194304 4196468 140721655138240 139622356916336 139623621401218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27028] ppid=27006 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/27009/task/27028/stat : 27028 (java) S 27006 27009 26641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 179862910 26624892928 12094 33554432000 4194304 4196468 140721655138240 139622355864544 139623621400277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27029] ppid=27006 vsize=26000872 memory=-1 CPUtime=0 cores=0-7
/proc/27009/task/27029/stat : 27029 (java) S 27006 27009 26641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179862911 26624892928 12094 33554432000 4194304 4196468 140721655138240 139622354812080 139623621401218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
Current children cumulated CPU time: 0.46 s
Current children cumulated vsize: 26000872 KiB
Current children cumulated memory: 48376 KiB

[startup+0.700852 s]
/proc/loadavg: 8.60 8.78 8.80 4/199 27029
/proc/meminfo: memFree=19451448/32770624 swapFree=67108860/67108860
[pid=27009] ppid=27006 vsize=26002920 memory=123768 CPUtime=1.59 cores=0-7
/proc/27009/stat : 27009 (java) S 27006 27009 26641 0 -1 1077944320 14869 0 0 0 152 7 0 0 20 0 20 0 179862904 26626990080 30942 33554432000 4194304 4196468 140721655138240 140721655120784 139623621390071 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
/proc/27009/statm: 6500730 30942 3776 1 0 6488444 0
[pid=27009/tid=27011] ppid=27006 vsize=26002920 memory=0 CPUtime=0.67 cores=0-7
/proc/27009/task/27011/stat : 27011 (java) R 27006 27009 26641 0 -1 4202560 8480 0 0 0 63 4 0 0 20 0 20 0 179862905 26626990080 30942 33554432000 4194304 4196468 140721655138240 139623625624080 139623229891266 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27012] ppid=27006 vsize=26002920 memory=0 CPUtime=0 cores=0-7
/proc/27009/task/27012/stat : 27012 (java) S 27006 27009 26641 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 179862906 26626990080 30942 33554432000 4194304 4196468 140721655138240 139623574010896 139623621400277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27013] ppid=27006 vsize=26002920 memory=0 CPUtime=0 cores=0-7
/proc/27009/task/27013/stat : 27013 (java) S 27006 27009 26641 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 179862906 26626990080 30942 33554432000 4194304 4196468 140721655138240 139623572958352 139623621400277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27014] ppid=27006 vsize=26002920 memory=0 CPUtime=0 cores=0-7
/proc/27009/task/27014/stat : 27014 (java) S 27006 27009 26641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 179862906 26626990080 30942 33554432000 4194304 4196468 140721655138240 139623571905296 139623621400277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27015] ppid=27006 vsize=26002920 memory=1224 CPUtime=0 cores=0-7
/proc/27009/task/27015/stat : 27015 (java) S 27006 27009 26641 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 179862906 26626990080 31454 33554432000 4194304 4196468 140721655138240 139623570852752 139623621400277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27016] ppid=27006 vsize=26002920 memory=1716 CPUtime=0 cores=0-7
/proc/27009/task/27016/stat : 27016 (java) S 27006 27009 26641 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 179862906 26626990080 31454 33554432000 4194304 4196468 140721655138240 139623569799696 139623621400277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27017] ppid=27006 vsize=26002920 memory=10784 CPUtime=0 cores=0-7
/proc/27009/task/27017/stat : 27017 (java) S 27006 27009 26641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179862906 26626990080 31454 33554432000 4194304 4196468 140721655138240 139623568747152 139623621400277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27018] ppid=27006 vsize=26002920 memory=1200 CPUtime=0 cores=0-7
/proc/27009/task/27018/stat : 27018 (java) S 27006 27009 26641 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 179862906 26626990080 31454 33554432000 4194304 4196468 140721655138240 139623567694096 139623621400277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27019] ppid=27006 vsize=26002920 memory=15876 CPUtime=0 cores=0-7
/proc/27009/task/27019/stat : 27019 (java) S 27006 27009 26641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179862906 26626990080 31454 33554432000 4194304 4196468 140721655138240 139623566641552 139623621400277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27020] ppid=27006 vsize=26002920 memory=4044 CPUtime=0 cores=0-7
/proc/27009/task/27020/stat : 27020 (java) S 27006 27009 26641 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 179862907 26626990080 31454 33554432000 4194304 4196468 140721655138240 139622364285680 139623621401218 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0

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

[pid=27009/tid=27024] ppid=27006 vsize=26007016 memory=13849659856660828 CPUtime=0.47 cores=0-7
/proc/27009/task/27024/stat : 27024 (java) S 27006 27009 26641 0 -1 1077944384 2345 0 0 0 46 1 0 0 20 0 20 0 179862910 26631184384 167877 33554432000 4194304 4196468 140721655138240 139622360074480 139623621401218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27025] ppid=27006 vsize=26007016 memory=0 CPUtime=0.41 cores=0-7
/proc/27009/task/27025/stat : 27025 (java) S 27006 27009 26641 0 -1 1077944384 1746 0 0 0 41 0 0 0 20 0 20 0 179862910 26631184384 167877 33554432000 4194304 4196468 140721655138240 139622359021936 139623621401218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27026] ppid=27006 vsize=26007016 memory=0 CPUtime=0.44 cores=0-7
/proc/27009/task/27026/stat : 27026 (java) S 27006 27009 26641 0 -1 1077944384 1683 0 0 0 44 0 0 0 20 0 20 0 179862910 26631184384 167877 33554432000 4194304 4196468 140721655138240 139622357968880 139623621401218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27027] ppid=27006 vsize=26007016 memory=0 CPUtime=0.54 cores=0-7
/proc/27009/task/27027/stat : 27027 (java) S 27006 27009 26641 0 -1 1077944384 3257 0 0 0 53 1 0 0 20 0 20 0 179862910 26631184384 167877 33554432000 4194304 4196468 140721655138240 139622356912208 139623621400277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27028] ppid=27006 vsize=26007016 memory=0 CPUtime=0 cores=0-7
/proc/27009/task/27028/stat : 27028 (java) S 27006 27009 26641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 179862910 26631184384 167877 33554432000 4194304 4196468 140721655138240 139622355864544 139623621400277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27029] ppid=27006 vsize=26007016 memory=0 CPUtime=0 cores=0-7
/proc/27009/task/27029/stat : 27029 (java) S 27006 27009 26641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 179862911 26631184384 167877 33554432000 4194304 4196468 140721655138240 139622354812080 139623621401218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
Current children cumulated CPU time: 4.93 s
Current children cumulated vsize: 26007016 KiB
Current children cumulated memory: 671508 KiB

[startup+2.00122 s]*
/proc/loadavg: 8.23 8.70 8.77 2/199 27029
/proc/meminfo: memFree=18613272/32770624 swapFree=67108860/67108860
[pid=27009] ppid=27006 vsize=26007016 memory=901592 CPUtime=6.78 cores=0-7
/proc/27009/stat : 27009 (java) S 27006 27009 26641 0 -1 1077944320 25922 0 0 0 496 182 0 0 20 0 20 0 179862904 26631184384 225398 33554432000 4194304 4196468 140721655138240 140721655120784 139623621390071 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
/proc/27009/statm: 6501754 225398 3836 1 0 6489468 0
[pid=27009/tid=27011] ppid=27006 vsize=26007016 memory=0 CPUtime=1.51 cores=0-7
/proc/27009/task/27011/stat : 27011 (java) R 27006 27009 26641 0 -1 4202560 11361 0 0 0 143 8 0 0 20 0 20 0 179862905 26631184384 225398 33554432000 4194304 4196468 140721655138240 139623625624480 139623235706510 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27012] ppid=27006 vsize=26007016 memory=0 CPUtime=0.4 cores=0-7
/proc/27009/task/27012/stat : 27012 (java) S 27006 27009 26641 0 -1 1077944384 333 0 0 0 19 21 0 0 20 0 20 0 179862906 26631184384 225398 33554432000 4194304 4196468 140721655138240 139623574010896 139623621400277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27013] ppid=27006 vsize=26007016 memory=140027608254080 CPUtime=0.4 cores=0-7
/proc/27009/task/27013/stat : 27013 (java) S 27006 27009 26641 0 -1 1077944384 353 0 0 0 19 21 0 0 20 0 20 0 179862906 26631184384 225398 33554432000 4194304 4196468 140721655138240 139623572958352 139623621400277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27014] ppid=27006 vsize=26007016 memory=-1 CPUtime=0.39 cores=0-7
/proc/27009/task/27014/stat : 27014 (java) S 27006 27009 26641 0 -1 1077944384 273 0 0 0 19 20 0 0 20 0 20 0 179862906 26631184384 225398 33554432000 4194304 4196468 140721655138240 139623571905296 139623621400277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27015] ppid=27006 vsize=26007016 memory=0 CPUtime=0.4 cores=0-7
/proc/27009/task/27015/stat : 27015 (java) S 27006 27009 26641 0 -1 1077944384 317 0 0 0 19 21 0 0 20 0 20 0 179862906 26631184384 225398 33554432000 4194304 4196468 140721655138240 139623570852752 139623621400277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27016] ppid=27006 vsize=26007016 memory=3472592183261933599 CPUtime=0.39 cores=0-7
/proc/27009/task/27016/stat : 27016 (java) S 27006 27009 26641 0 -1 1077944384 324 0 0 0 19 20 0 0 20 0 20 0 179862906 26631184384 225398 33554432000 4194304 4196468 140721655138240 139623569799696 139623621400277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27017] ppid=27006 vsize=26007016 memory=7649399362756294449 CPUtime=0.4 cores=0-7
/proc/27009/task/27017/stat : 27017 (java) S 27006 27009 26641 0 -1 1077944384 546 0 0 0 20 20 0 0 20 0 20 0 179862906 26631184384 225398 33554432000 4194304 4196468 140721655138240 139623568747152 139623621400277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27018] ppid=27006 vsize=26007016 memory=7649399367051261746 CPUtime=0.4 cores=0-7
/proc/27009/task/27018/stat : 27018 (java) S 27006 27009 26641 0 -1 1077944384 384 0 0 0 19 21 0 0 20 0 20 0 179862906 26631184384 225398 33554432000 4194304 4196468 140721655138240 139623567694096 139623621400277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27019] ppid=27006 vsize=26007016 memory=7649399371346229042 CPUtime=0.4 cores=0-7
/proc/27009/task/27019/stat : 27019 (java) S 27006 27009 26641 0 -1 1077944384 327 0 0 0 19 21 0 0 20 0 20 0 179862906 26631184384 225398 33554432000 4194304 4196468 140721655138240 139623566641552 139623621400277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27020] ppid=27006 vsize=26007016 memory=0 CPUtime=0.04 cores=0-7
/proc/27009/task/27020/stat : 27020 (java) S 27006 27009 26641 0 -1 1077944384 1178 0 0 0 4 0 0 0 20 0 20 0 179862907 26631184384 225398 33554432000 4194304 4196468 140721655138240 139622364285680 139623621401218 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27021] ppid=27006 vsize=26007016 memory=280054953843520 CPUtime=0 cores=0-7
/proc/27009/task/27021/stat : 27021 (java) S 27006 27009 26641 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 20 0 179862907 26631184384 225398 33554432000 4194304 4196468 140721655138240 139622363231968 139623621400277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27022] ppid=27006 vsize=26007016 memory=45501491 CPUtime=0 cores=0-7
/proc/27009/task/27022/stat : 27022 (java) S 27006 27009 26641 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 20 0 179862908 26631184384 225398 33554432000 4194304 4196468 140721655138240 139622362178816 139623621400277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27023] ppid=27006 vsize=26007016 memory=7517459132133565778 CPUtime=0 cores=0-7
/proc/27009/task/27023/stat : 27023 (java) S 27006 27009 26641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179862910 26631184384 225398 33554432000 4194304 4196468 140721655138240 139622361127376 139623621408667 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27024] ppid=27006 vsize=26007016 memory=7380106142448642923 CPUtime=0.5 cores=0-7
/proc/27009/task/27024/stat : 27024 (java) S 27006 27009 26641 0 -1 1077944384 2413 0 0 0 49 1 0 0 20 0 20 0 179862910 26631184384 225398 33554432000 4194304 4196468 140721655138240 139622360074480 139623621401218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27025] ppid=27006 vsize=26007016 memory=4628973187041168758 CPUtime=0.41 cores=0-7
/proc/27009/task/27025/stat : 27025 (java) S 27006 27009 26641 0 -1 1077944384 1748 0 0 0 41 0 0 0 20 0 20 0 179862910 26631184384 225398 33554432000 4194304 4196468 140721655138240 139622359021936 139623621401218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27026] ppid=27006 vsize=26007016 memory=-7385037593950845031 CPUtime=0.45 cores=0-7
/proc/27009/task/27026/stat : 27026 (java) S 27006 27009 26641 0 -1 1077944384 1683 0 0 0 45 0 0 0 20 0 20 0 179862910 26631184384 225398 33554432000 4194304 4196468 140721655138240 139622357968880 139623621401218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27027] ppid=27006 vsize=26007016 memory=-9001733975035308135 CPUtime=0.55 cores=0-7
/proc/27009/task/27027/stat : 27027 (java) S 27006 27009 26641 0 -1 1077944384 3268 0 0 0 54 1 0 0 20 0 20 0 179862910 26631184384 225398 33554432000 4194304 4196468 140721655138240 139622356916336 139623621401218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27028] ppid=27006 vsize=26007016 memory=3472328279047811120 CPUtime=0 cores=0-7
/proc/27009/task/27028/stat : 27028 (java) S 27006 27009 26641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 179862910 26631184384 225398 33554432000 4194304 4196468 140721655138240 139622355864544 139623621400277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27029] ppid=27006 vsize=26007016 memory=3472328296227679279 CPUtime=0 cores=0-7
/proc/27009/task/27029/stat : 27029 (java) S 27006 27009 26641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 179862911 26631184384 225398 33554432000 4194304 4196468 140721655138240 139622354812080 139623621401218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
Current children cumulated CPU time: 6.78 s
Current children cumulated vsize: 26007016 KiB
Current children cumulated memory: 901592 KiB

[startup+2.40088 s]
/proc/loadavg: 8.23 8.70 8.77 2/199 27029
/proc/meminfo: memFree=18613272/32770624 swapFree=67108860/67108860
[pid=27009] ppid=27006 vsize=26007016 memory=1411992 CPUtime=9.04 cores=0-7
/proc/27009/stat : 27009 (java) S 27006 27009 26641 0 -1 1077944320 27925 0 0 0 625 279 0 0 20 0 20 0 179862904 26631184384 352998 33554432000 4194304 4196468 140721655138240 140721655120784 139623621390071 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
/proc/27009/statm: 6501754 352998 3836 1 0 6489468 0
[pid=27009/tid=27011] ppid=27006 vsize=26007016 memory=0 CPUtime=1.62 cores=0-7
/proc/27009/task/27011/stat : 27011 (java) S 27006 27009 26641 0 -1 1077944384 11444 0 0 0 152 10 0 0 20 0 20 0 179862905 26631184384 352998 33554432000 4194304 4196468 140721655138240 139623625623872 139623621400277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27012] ppid=27006 vsize=26007016 memory=0 CPUtime=0.66 cores=0-7
/proc/27009/task/27012/stat : 27012 (java) R 27006 27009 26641 0 -1 4202560 533 0 0 0 33 33 0 0 20 0 20 0 179862906 26631184384 352998 33554432000 4194304 4196468 140721655138240 139623574010896 139623614486828 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27013] ppid=27006 vsize=26007016 memory=0 CPUtime=0.67 cores=0-7
/proc/27009/task/27013/stat : 27013 (java) R 27006 27009 26641 0 -1 4202560 525 0 0 0 34 33 0 0 20 0 20 0 179862906 26631184384 352998 33554432000 4194304 4196468 140721655138240 139623572958160 139623614018279 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27014] ppid=27006 vsize=26007016 memory=0 CPUtime=0.65 cores=0-7
/proc/27009/task/27014/stat : 27014 (java) R 27006 27009 26641 0 -1 4202560 432 0 0 0 33 32 0 0 20 0 20 0 179862906 26631184384 352998 33554432000 4194304 4196468 140721655138240 139623571905416 139623614018279 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27015] ppid=27006 vsize=26007016 memory=3471202396320837679 CPUtime=0.66 cores=0-7
/proc/27009/task/27015/stat : 27015 (java) R 27006 27009 26641 0 -1 4202560 494 0 0 0 34 32 0 0 20 0 20 0 179862906 26631184384 352998 33554432000 4194304 4196468 140721655138240 139623570852560 139623614018279 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27016] ppid=27006 vsize=26007016 memory=6944656592455359580 CPUtime=0.65 cores=0-7
/proc/27009/task/27016/stat : 27016 (java) R 27006 27009 26641 0 -1 4202560 494 0 0 0 34 31 0 0 20 0 20 0 179862906 26631184384 352998 33554432000 4194304 4196468 140721655138240 139623569799504 139623614018279 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27017] ppid=27006 vsize=26007016 memory=6944656592387989600 CPUtime=0.67 cores=0-7
/proc/27009/task/27017/stat : 27017 (java) R 27006 27009 26641 0 -1 4202560 712 0 0 0 35 32 0 0 20 0 20 0 179862906 26631184384 352998 33554432000 4194304 4196468 140721655138240 139623568746960 139623614018279 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27018] ppid=27006 vsize=26007016 memory=6944656592455097440 CPUtime=0.66 cores=0-7
/proc/27009/task/27018/stat : 27018 (java) R 27006 27009 26641 0 -1 4202560 555 0 0 0 33 33 0 0 20 0 20 0 179862906 26631184384 352998 33554432000 4194304 4196468 140721655138240 139623567693904 139623614018279 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27019] ppid=27006 vsize=26007016 memory=6944656592387989600 CPUtime=0.66 cores=0-7
/proc/27009/task/27019/stat : 27019 (java) R 27006 27009 26641 0 -1 4202560 500 0 0 0 34 32 0 0 20 0 20 0 179862906 26631184384 352998 33554432000 4194304 4196468 140721655138240 139623566641360 139623614018279 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27020] ppid=27006 vsize=26007016 memory=6944656575208382560 CPUtime=0.05 cores=0-7
/proc/27009/task/27020/stat : 27020 (java) S 27006 27009 26641 0 -1 1077944384 1693 0 0 0 5 0 0 0 20 0 20 0 179862907 26631184384 352998 33554432000 4194304 4196468 140721655138240 139622364284224 139623621400277 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27021] ppid=27006 vsize=26007016 memory=6943526294502006880 CPUtime=0 cores=0-7
/proc/27009/task/27021/stat : 27021 (java) S 27006 27009 26641 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 20 0 179862907 26631184384 352998 33554432000 4194304 4196468 140721655138240 139622363231968 139623621400277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27022] ppid=27006 vsize=26007016 memory=6656426216303648864 CPUtime=0 cores=0-7
/proc/27009/task/27022/stat : 27022 (java) S 27006 27009 26641 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 20 0 179862908 26631184384 352998 33554432000 4194304 4196468 140721655138240 139622362178816 139623621400277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27023] ppid=27006 vsize=26007016 memory=-8672958532971446211 CPUtime=0 cores=0-7
/proc/27009/task/27023/stat : 27023 (java) S 27006 27009 26641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179862910 26631184384 352998 33554432000 4194304 4196468 140721655138240 139622361127376 139623621408667 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27024] ppid=27006 vsize=26007016 memory=4713742226031938934 CPUtime=0.51 cores=0-7
/proc/27009/task/27024/stat : 27024 (java) S 27006 27009 26641 0 -1 1077944384 2413 0 0 0 50 1 0 0 20 0 20 0 179862910 26631184384 352998 33554432000 4194304 4196468 140721655138240 139622360059472 139623621400277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27025] ppid=27006 vsize=26007016 memory=0 CPUtime=0.42 cores=0-7
/proc/27009/task/27025/stat : 27025 (java) S 27006 27009 26641 0 -1 1077944384 1749 0 0 0 42 0 0 0 20 0 20 0 179862910 26631184384 352998 33554432000 4194304 4196468 140721655138240 139622359009776 139623621400277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27026] ppid=27006 vsize=26007016 memory=0 CPUtime=0.45 cores=0-7
/proc/27009/task/27026/stat : 27026 (java) S 27006 27009 26641 0 -1 1077944384 1686 0 0 0 45 0 0 0 20 0 20 0 179862910 26631184384 352998 33554432000 4194304 4196468 140721655138240 139622357960160 139623621400277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27027] ppid=27006 vsize=26007016 memory=0 CPUtime=0.56 cores=0-7
/proc/27009/task/27027/stat : 27027 (java) S 27006 27009 26641 0 -1 1077944384 3281 0 0 0 55 1 0 0 20 0 20 0 179862910 26631184384 352998 33554432000 4194304 4196468 140721655138240 139622356916336 139623621401218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27028] ppid=27006 vsize=26007016 memory=0 CPUtime=0 cores=0-7
/proc/27009/task/27028/stat : 27028 (java) S 27006 27009 26641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 179862910 26631184384 352998 33554432000 4194304 4196468 140721655138240 139622355864544 139623621400277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27029] ppid=27006 vsize=26007016 memory=0 CPUtime=0 cores=0-7
/proc/27009/task/27029/stat : 27029 (java) S 27006 27009 26641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 179862911 26631184384 352998 33554432000 4194304 4196468 140721655138240 139622354812080 139623621401218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
Current children cumulated CPU time: 9.04 s
Current children cumulated vsize: 26007016 KiB
Current children cumulated memory: 1411992 KiB

[startup+2.50574 s]
/proc/loadavg: 8.23 8.70 8.77 2/199 27029
/proc/meminfo: memFree=18613272/32770624 swapFree=67108860/67108860
[pid=27009] ppid=27006 vsize=26007016 memory=1413988 CPUtime=9.78 cores=0-7
/proc/27009/stat : 27009 (java) S 27006 27009 26641 0 -1 1077944320 28400 0 0 0 699 279 0 0 20 0 20 0 179862904 26631184384 353497 33554432000 4194304 4196468 140721655138240 140721655120784 139623621390071 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
/proc/27009/statm: 6501754 353497 3836 1 0 6489468 0
[pid=27009/tid=27011] ppid=27006 vsize=26007016 memory=0 CPUtime=1.63 cores=0-7
/proc/27009/task/27011/stat : 27011 (java) R 27006 27009 26641 0 -1 4202560 11444 0 0 0 153 10 0 0 20 0 20 0 179862905 26631184384 353497 33554432000 4194304 4196468 140721655138240 139623625623872 139623235706544 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27012] ppid=27006 vsize=26007016 memory=0 CPUtime=0.75 cores=0-7
/proc/27009/task/27012/stat : 27012 (java) S 27006 27009 26641 0 -1 1077944384 533 0 0 0 42 33 0 0 20 0 20 0 179862906 26631184384 353497 33554432000 4194304 4196468 140721655138240 139623574010896 139623621400277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27013] ppid=27006 vsize=26007016 memory=1296 CPUtime=0.75 cores=0-7
/proc/27009/task/27013/stat : 27013 (java) S 27006 27009 26641 0 -1 1077944384 525 0 0 0 42 33 0 0 20 0 20 0 179862906 26631184384 353497 33554432000 4194304 4196468 140721655138240 139623572958352 139623621400277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27014] ppid=27006 vsize=26007016 memory=2396 CPUtime=0.74 cores=0-7
/proc/27009/task/27014/stat : 27014 (java) S 27006 27009 26641 0 -1 1077944384 432 0 0 0 42 32 0 0 20 0 20 0 179862906 26631184384 353497 33554432000 4194304 4196468 140721655138240 139623571905296 139623621400277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27015] ppid=27006 vsize=26007016 memory=1836 CPUtime=0.75 cores=0-7
/proc/27009/task/27015/stat : 27015 (java) S 27006 27009 26641 0 -1 1077944384 494 0 0 0 43 32 0 0 20 0 20 0 179862906 26631184384 353497 33554432000 4194304 4196468 140721655138240 139623570852752 139623621400277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27016] ppid=27006 vsize=26007016 memory=1004 CPUtime=0.74 cores=0-7
/proc/27009/task/27016/stat : 27016 (java) S 27006 27009 26641 0 -1 1077944384 494 0 0 0 43 31 0 0 20 0 20 0 179862906 26631184384 353497 33554432000 4194304 4196468 140721655138240 139623569799696 139623621400277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27017] ppid=27006 vsize=26007016 memory=0 CPUtime=0.75 cores=0-7
/proc/27009/task/27017/stat : 27017 (java) S 27006 27009 26641 0 -1 1077944384 712 0 0 0 43 32 0 0 20 0 20 0 179862906 26631184384 353497 33554432000 4194304 4196468 140721655138240 139623568747152 139623621400277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27018] ppid=27006 vsize=26007016 memory=6940437791573103465 CPUtime=0.75 cores=0-7
/proc/27009/task/27018/stat : 27018 (java) S 27006 27009 26641 0 -1 1077944384 555 0 0 0 42 33 0 0 20 0 20 0 179862906 26631184384 353497 33554432000 4194304 4196468 140721655138240 139623567694096 139623621400277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27019] ppid=27006 vsize=26007016 memory=7451303785083197809 CPUtime=0.74 cores=0-7
/proc/27009/task/27019/stat : 27019 (java) S 27006 27009 26641 0 -1 1077944384 500 0 0 0 42 32 0 0 20 0 20 0 179862906 26631184384 353497 33554432000 4194304 4196468 140721655138240 139623566641552 139623621400277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27020] ppid=27006 vsize=26007016 memory=280054953730800 CPUtime=0.06 cores=0-7
/proc/27009/task/27020/stat : 27020 (java) S 27006 27009 26641 0 -1 1077944384 2139 0 0 0 6 0 0 0 20 0 20 0 179862907 26631184384 353497 33554432000 4194304 4196468 140721655138240 139622364285680 139623621401218 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27021] ppid=27006 vsize=26007016 memory=797896 CPUtime=0 cores=0-7
/proc/27009/task/27021/stat : 27021 (java) S 27006 27009 26641 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 20 0 179862907 26631184384 353497 33554432000 4194304 4196468 140721655138240 139622363231968 139623621400277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27022] ppid=27006 vsize=26007016 memory=211628 CPUtime=0 cores=0-7
/proc/27009/task/27022/stat : 27022 (java) S 27006 27009 26641 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 20 0 179862908 26631184384 353497 33554432000 4194304 4196468 140721655138240 139622362178816 139623621400277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27023] ppid=27006 vsize=26007016 memory=1796 CPUtime=0 cores=0-7
/proc/27009/task/27023/stat : 27023 (java) S 27006 27009 26641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179862910 26631184384 353497 33554432000 4194304 4196468 140721655138240 139622361127376 139623621408667 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27024] ppid=27006 vsize=26007016 memory=636 CPUtime=0.52 cores=0-7
/proc/27009/task/27024/stat : 27024 (java) R 27006 27009 26641 0 -1 4202560 2426 0 0 0 51 1 0 0 20 0 20 0 179862910 26631184384 353497 33554432000 4194304 4196468 140721655138240 139622360059680 139623600567576 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27025] ppid=27006 vsize=26007016 memory=288230574492221466 CPUtime=0.43 cores=0-7
/proc/27009/task/27025/stat : 27025 (java) R 27006 27009 26641 0 -1 4202560 1755 0 0 0 43 0 0 0 20 0 20 0 179862910 26631184384 353497 33554432000 4194304 4196468 140721655138240 139622359008256 139623606295471 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27026] ppid=27006 vsize=26007016 memory=280054953148656 CPUtime=0.46 cores=0-7
/proc/27009/task/27026/stat : 27026 (java) R 27006 27009 26641 0 -1 4202560 1692 0 0 0 46 0 0 0 20 0 20 0 179862910 26631184384 353497 33554432000 4194304 4196468 140721655138240 139622357967280 139623600723719 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27027] ppid=27006 vsize=26007016 memory=6656426216303648864 CPUtime=0.56 cores=0-7
/proc/27009/task/27027/stat : 27027 (java) S 27006 27009 26641 0 -1 1077944384 3285 0 0 0 55 1 0 0 20 0 20 0 179862910 26631184384 353497 33554432000 4194304 4196468 140721655138240 139622356916336 139623621401218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27028] ppid=27006 vsize=26007016 memory=369704 CPUtime=0 cores=0-7
/proc/27009/task/27028/stat : 27028 (java) S 27006 27009 26641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 179862910 26631184384 353497 33554432000 4194304 4196468 140721655138240 139622355864544 139623621400277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
[pid=27009/tid=27029] ppid=27006 vsize=26007016 memory=280054953542352 CPUtime=0 cores=0-7
/proc/27009/task/27029/stat : 27029 (java) S 27006 27009 26641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 179862911 26631184384 353497 33554432000 4194304 4196468 140721655138240 139622354812080 139623621401218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15282176 140721655145569 140721655145755 140721655145755 140721655148495 0
Current children cumulated CPU time: 9.78 s
Current children cumulated vsize: 26007016 KiB
Current children cumulated memory: 1413988 KiB

Child status: 0
Real time (s): 2.5567
CPU time (s): 9.92253
CPU user time (s): 7.11954
CPU system time (s): 2.80299
CPU usage (%): 388.099
Max. virtual memory (cumulated for all children) (KiB): 26007016
Max. memory (cumulated for all children) (KiB): 1413988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.11954
system time used= 2.80299
maximum resident set size= 1414892
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29008
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4151
involuntary context switches= 52


# summary of solver processes directly reported to runsolver:
#   pid: 27009
#   total CPU time (s): 9.92253
#   total CPU user time (s): 7.11954
#   total CPU system time (s): 2.80299

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.034373 second user time and 0.070829 second system time

The end

Launcher Data

Begin job on node150 at 2017-08-23 07:42:39
IDJOB=4285648
IDBENCH=140614
IDSOLVER=2681
FILE ID=node150/4285648-1503467820
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-ex02280.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-4285648-1503467820/watcher-4285648-1503467820 -o /tmp/evaluation-result-4285648-1503467820/solver-4285648-1503467820 -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 2119289651 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4285648-1503467820.xml

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

MD5SUM BENCH= 266034c566073a7f5804da8fab792568
RANDOM SEED=2119289651

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:        19499984 kB
MemAvailable:   31934708 kB
Buffers:          308384 kB
Cached:         12397816 kB
SwapCached:            0 kB
Active:          3864136 kB
Inactive:        8894656 kB
Active(anon):       3520 kB
Inactive(anon):    93672 kB
Active(file):    3860616 kB
Inactive(file):  8800984 kB
Unevictable:        7264 kB
Mlocked:            7264 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42684 kB
Writeback:             0 kB
AnonPages:         60208 kB
Mapped:            55840 kB
Shmem:             41608 kB
Slab:             204364 kB
SReclaimable:     177920 kB
SUnreclaim:        26444 kB
KernelStack:        3184 kB
PageTables:         4808 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     340616 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 07:42:42