Trace number 4285649

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 19.099701 5.0339699

General information on the benchmark

NameWwtpp/Wwtpp-ord-s1/
Wwtpp-ord-ex03380.xml
MD5SUM4b7737b348ce8099143a34a20635223c
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.400709
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.25	c version: 2017-08-22
0.29/0.25	c seed: 363984771
0.29/0.25	c timeout: 20160
0.29/0.25	c memlimit: 22000
0.29/0.25	c nbcore: 8
0.29/0.28	c Parsing instance...
1.94/0.84	c Parsing done, starting search...
18.90/5.00	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 (7527 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-4285649-1503467824/watcher-4285649-1503467824 -o /tmp/evaluation-result-4285649-1503467824/solver-4285649-1503467824 -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 363984771 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4285649-1503467824.xml 

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

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


[startup+0.100142 s]*
/proc/loadavg: 8.23 8.70 8.77 2/199 27115
/proc/meminfo: memFree=19481300/32770624 swapFree=67108860/67108860
[pid=27095] ppid=27092 vsize=26000852 memory=32028 CPUtime=0.13 cores=0-7
/proc/27095/stat : 27095 (java) S 27092 27095 26641 0 -1 1077944320 8415 0 0 0 11 2 0 0 20 0 20 0 179863258 26624872448 8007 33554432000 4194304 4196468 140733045828368 140733045810912 139798461886199 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
/proc/27095/statm: 6500213 8007 3410 1 0 6487932 0
[pid=27095/tid=27097] ppid=27092 vsize=26000852 memory=4134930498285298233 CPUtime=0.08 cores=0-7
/proc/27095/task/27097/stat : 27097 (java) R 27092 27095 26641 0 -1 4202560 6365 0 0 0 7 1 0 0 20 0 20 0 179863258 26624872448 8007 33554432000 4194304 4196468 140733045828368 139798466102896 139798445966686 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27098] ppid=27092 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/27095/task/27098/stat : 27098 (java) S 27092 27095 26641 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 179863259 26624872448 8007 33554432000 4194304 4196468 140733045828368 139798369446160 139798461896405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27099] ppid=27092 vsize=26000852 memory=140536039999104 CPUtime=0 cores=0-7
/proc/27095/task/27099/stat : 27099 (java) S 27092 27095 26641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179863259 26624872448 8007 33554432000 4194304 4196468 140733045828368 139798368393616 139798461896405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27100] ppid=27092 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/27095/task/27100/stat : 27100 (java) S 27092 27095 26641 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 179863259 26624872448 8007 33554432000 4194304 4196468 140733045828368 139798018099728 139798461896405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27101] ppid=27092 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/27095/task/27101/stat : 27101 (java) S 27092 27095 26641 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 179863259 26624872448 8007 33554432000 4194304 4196468 140733045828368 139798017047184 139798461896405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27102] ppid=27092 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/27095/task/27102/stat : 27102 (java) S 27092 27095 26641 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 179863259 26624872448 8007 33554432000 4194304 4196468 140733045828368 139798015994640 139798461896405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27103] ppid=27092 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/27095/task/27103/stat : 27103 (java) S 27092 27095 26641 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 179863259 26624872448 8007 33554432000 4194304 4196468 140733045828368 139798014942096 139798461896405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27104] ppid=27092 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/27095/task/27104/stat : 27104 (java) S 27092 27095 26641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179863259 26624872448 8007 33554432000 4194304 4196468 140733045828368 139798013889552 139798461896405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27105] ppid=27092 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/27095/task/27105/stat : 27105 (java) S 27092 27095 26641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 179863259 26624872448 8007 33554432000 4194304 4196468 140733045828368 139798012837008 139798461896405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27106] ppid=27092 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/27095/task/27106/stat : 27106 (java) S 27092 27095 26641 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 179863260 26624872448 8007 33554432000 4194304 4196468 140733045828368 139796869457904 139798461897346 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27107] ppid=27092 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/27095/task/27107/stat : 27107 (java) S 27092 27095 26641 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 179863261 26624872448 8007 33554432000 4194304 4196468 140733045828368 139796868404128 139798461896405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27108] ppid=27092 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/27095/task/27108/stat : 27108 (java) S 27092 27095 26641 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 179863261 26624872448 8007 33554432000 4194304 4196468 140733045828368 139796867351536 139798461896405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27109] ppid=27092 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/27095/task/27109/stat : 27109 (java) S 27092 27095 26641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179863263 26624872448 8007 33554432000 4194304 4196468 140733045828368 139796866300112 139798461904795 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27110] ppid=27092 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/27095/task/27110/stat : 27110 (java) S 27092 27095 26641 0 -1 1077944384 308 0 0 0 0 0 0 0 20 0 20 0 179863263 26624872448 8007 33554432000 4194304 4196468 140733045828368 139796865247728 139798461897346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27111] ppid=27092 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/27095/task/27111/stat : 27111 (java) S 27092 27095 26641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179863263 26624872448 8007 33554432000 4194304 4196468 140733045828368 139796864195184 139798461897346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27112] ppid=27092 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/27095/task/27112/stat : 27112 (java) S 27092 27095 26641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 179863263 26624872448 8007 33554432000 4194304 4196468 140733045828368 139796863142640 139798461897346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27113] ppid=27092 vsize=26000852 memory=0 CPUtime=0.02 cores=0-7
/proc/27095/task/27113/stat : 27113 (java) S 27092 27095 26641 0 -1 1077944384 356 0 0 0 2 0 0 0 20 0 20 0 179863263 26624872448 8007 33554432000 4194304 4196468 140733045828368 139796862090096 139798461897346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27114] ppid=27092 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/27095/task/27114/stat : 27114 (java) S 27092 27095 26641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 179863264 26624872448 8007 33554432000 4194304 4196468 140733045828368 139796861036768 139798461896405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27115] ppid=27092 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/27095/task/27115/stat : 27115 (java) S 27092 27095 26641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179863264 26624872448 8007 33554432000 4194304 4196468 140733045828368 139796859984304 139798461897346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 26000852 KiB
Current children cumulated memory: 32028 KiB

[startup+0.210226 s]*
/proc/loadavg: 8.23 8.70 8.77 3/199 27115
/proc/meminfo: memFree=19472780/32770624 swapFree=67108860/67108860
[pid=27095] ppid=27092 vsize=26000852 memory=40912 CPUtime=0.29 cores=0-7
/proc/27095/stat : 27095 (java) S 27092 27095 26641 0 -1 1077944320 9429 0 0 0 27 2 0 0 20 0 20 0 179863258 26624872448 10228 33554432000 4194304 4196468 140733045828368 140733045810912 139798461886199 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
/proc/27095/statm: 6500213 10228 3591 1 0 6487932 0
[pid=27095/tid=27097] ppid=27092 vsize=26000852 memory=4026531975 CPUtime=0.19 cores=0-7
/proc/27095/task/27097/stat : 27097 (java) R 27092 27095 26641 0 -1 4202560 6996 0 0 0 17 2 0 0 20 0 20 0 179863258 26624872448 10228 33554432000 4194304 4196468 140733045828368 139798466091504 139798445929829 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27098] ppid=27092 vsize=26000852 memory=9321 CPUtime=0 cores=0-7
/proc/27095/task/27098/stat : 27098 (java) S 27092 27095 26641 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 179863259 26624872448 10228 33554432000 4194304 4196468 140733045828368 139798369446160 139798461896405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27099] ppid=27092 vsize=26000852 memory=140536040877593 CPUtime=0 cores=0-7
/proc/27095/task/27099/stat : 27099 (java) S 27092 27095 26641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179863259 26624872448 10228 33554432000 4194304 4196468 140733045828368 139798368393616 139798461896405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27100] ppid=27092 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/27095/task/27100/stat : 27100 (java) S 27092 27095 26641 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 179863259 26624872448 10228 33554432000 4194304 4196468 140733045828368 139798018099728 139798461896405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27101] ppid=27092 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/27095/task/27101/stat : 27101 (java) S 27092 27095 26641 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 179863259 26624872448 10228 33554432000 4194304 4196468 140733045828368 139798017047184 139798461896405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27102] ppid=27092 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/27095/task/27102/stat : 27102 (java) S 27092 27095 26641 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 179863259 26624872448 10228 33554432000 4194304 4196468 140733045828368 139798015994640 139798461896405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27103] ppid=27092 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/27095/task/27103/stat : 27103 (java) S 27092 27095 26641 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 179863259 26624872448 10228 33554432000 4194304 4196468 140733045828368 139798014942096 139798461896405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27104] ppid=27092 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/27095/task/27104/stat : 27104 (java) S 27092 27095 26641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179863259 26624872448 10228 33554432000 4194304 4196468 140733045828368 139798013889552 139798461896405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27105] ppid=27092 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/27095/task/27105/stat : 27105 (java) S 27092 27095 26641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 179863259 26624872448 10228 33554432000 4194304 4196468 140733045828368 139798012837008 139798461896405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27106] ppid=27092 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/27095/task/27106/stat : 27106 (java) S 27092 27095 26641 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 179863260 26624872448 10228 33554432000 4194304 4196468 140733045828368 139796869457904 139798461897346 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27107] ppid=27092 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/27095/task/27107/stat : 27107 (java) S 27092 27095 26641 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 179863261 26624872448 10228 33554432000 4194304 4196468 140733045828368 139796868404128 139798461896405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27108] ppid=27092 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/27095/task/27108/stat : 27108 (java) S 27092 27095 26641 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 179863261 26624872448 10228 33554432000 4194304 4196468 140733045828368 139796867351536 139798461896405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27109] ppid=27092 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/27095/task/27109/stat : 27109 (java) S 27092 27095 26641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179863263 26624872448 10228 33554432000 4194304 4196468 140733045828368 139796866300112 139798461904795 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27110] ppid=27092 vsize=26000852 memory=0 CPUtime=0.01 cores=0-7
/proc/27095/task/27110/stat : 27110 (java) S 27092 27095 26641 0 -1 1077944384 431 0 0 0 1 0 0 0 20 0 20 0 179863263 26624872448 10228 33554432000 4194304 4196468 140733045828368 139796865247728 139798461897346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27111] ppid=27092 vsize=26000852 memory=0 CPUtime=0.01 cores=0-7
/proc/27095/task/27111/stat : 27111 (java) S 27092 27095 26641 0 -1 1077944384 193 0 0 0 1 0 0 0 20 0 20 0 179863263 26624872448 10228 33554432000 4194304 4196468 140733045828368 139796864195184 139798461897346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27112] ppid=27092 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/27095/task/27112/stat : 27112 (java) S 27092 27095 26641 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 20 0 179863263 26624872448 10228 33554432000 4194304 4196468 140733045828368 139796863142640 139798461897346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27113] ppid=27092 vsize=26000852 memory=0 CPUtime=0.05 cores=0-7
/proc/27095/task/27113/stat : 27113 (java) R 27092 27095 26641 0 -1 4202560 389 0 0 0 5 0 0 0 20 0 20 0 179863263 26624872448 10228 33554432000 4194304 4196468 140733045828368 139796862090096 139798440810161 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27114] ppid=27092 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/27095/task/27114/stat : 27114 (java) S 27092 27095 26641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 179863264 26624872448 10228 33554432000 4194304 4196468 140733045828368 139796861036768 139798461896405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27115] ppid=27092 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/27095/task/27115/stat : 27115 (java) S 27092 27095 26641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179863264 26624872448 10228 33554432000 4194304 4196468 140733045828368 139796859984304 139798461897346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 26000852 KiB
Current children cumulated memory: 40912 KiB

[startup+0.309762 s]*
/proc/loadavg: 8.23 8.70 8.77 3/199 27115
/proc/meminfo: memFree=19465088/32770624 swapFree=67108860/67108860
[pid=27095] ppid=27092 vsize=26000872 memory=49644 CPUtime=0.48 cores=0-7
/proc/27095/stat : 27095 (java) S 27092 27095 26641 0 -1 1077944320 10654 0 0 0 45 3 0 0 20 0 20 0 179863258 26624892928 12411 33554432000 4194304 4196468 140733045828368 140733045810912 139798461886199 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
/proc/27095/statm: 6500218 12411 3721 1 0 6487932 0
[pid=27095/tid=27097] ppid=27092 vsize=26000872 memory=6791534058613427641 CPUtime=0.28 cores=0-7
/proc/27095/task/27097/stat : 27097 (java) R 27092 27095 26641 0 -1 4202560 7734 0 0 0 26 2 0 0 20 0 20 0 179863258 26624892928 12411 33554432000 4194304 4196468 140733045828368 139798466109360 139798461908125 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27098] ppid=27092 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/27095/task/27098/stat : 27098 (java) S 27092 27095 26641 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 179863259 26624892928 12411 33554432000 4194304 4196468 140733045828368 139798369446160 139798461896405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27099] ppid=27092 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/27095/task/27099/stat : 27099 (java) S 27092 27095 26641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179863259 26624892928 12411 33554432000 4194304 4196468 140733045828368 139798368393616 139798461896405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27100] ppid=27092 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/27095/task/27100/stat : 27100 (java) S 27092 27095 26641 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 179863259 26624892928 12411 33554432000 4194304 4196468 140733045828368 139798018099728 139798461896405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27101] ppid=27092 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/27095/task/27101/stat : 27101 (java) S 27092 27095 26641 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 179863259 26624892928 12411 33554432000 4194304 4196468 140733045828368 139798017047184 139798461896405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27102] ppid=27092 vsize=26000872 memory=2244 CPUtime=0 cores=0-7
/proc/27095/task/27102/stat : 27102 (java) S 27092 27095 26641 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 179863259 26624892928 12411 33554432000 4194304 4196468 140733045828368 139798015994640 139798461896405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27103] ppid=27092 vsize=26000872 memory=140535893423023 CPUtime=0 cores=0-7
/proc/27095/task/27103/stat : 27103 (java) S 27092 27095 26641 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 179863259 26624892928 12411 33554432000 4194304 4196468 140733045828368 139798014942096 139798461896405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27104] ppid=27092 vsize=26000872 memory=140535893425328 CPUtime=0 cores=0-7
/proc/27095/task/27104/stat : 27104 (java) S 27092 27095 26641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179863259 26624892928 12411 33554432000 4194304 4196468 140733045828368 139798013889552 139798461896405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27105] ppid=27092 vsize=26000872 memory=140535893427632 CPUtime=0 cores=0-7
/proc/27095/task/27105/stat : 27105 (java) S 27092 27095 26641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 179863259 26624892928 12411 33554432000 4194304 4196468 140733045828368 139798012837008 139798461896405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27106] ppid=27092 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/27095/task/27106/stat : 27106 (java) S 27092 27095 26641 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 179863260 26624892928 12411 33554432000 4194304 4196468 140733045828368 139796869457904 139798461897346 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27107] ppid=27092 vsize=26000872 memory=281071786862224 CPUtime=0 cores=0-7
/proc/27095/task/27107/stat : 27107 (java) S 27092 27095 26641 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 179863261 26624892928 12411 33554432000 4194304 4196468 140733045828368 139796868404128 139798461896405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27108] ppid=27092 vsize=26000872 memory=281071786869136 CPUtime=0 cores=0-7
/proc/27095/task/27108/stat : 27108 (java) S 27092 27095 26641 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 179863261 26624892928 12411 33554432000 4194304 4196468 140733045828368 139796867351536 139798461896405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27109] ppid=27092 vsize=26000872 memory=281071786810416 CPUtime=0 cores=0-7
/proc/27095/task/27109/stat : 27109 (java) S 27092 27095 26641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179863263 26624892928 12411 33554432000 4194304 4196468 140733045828368 139796866300112 139798461904795 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27110] ppid=27092 vsize=26000872 memory=281071786882960 CPUtime=0.03 cores=0-7
/proc/27095/task/27110/stat : 27110 (java) S 27092 27095 26641 0 -1 1077944384 634 0 0 0 3 0 0 0 20 0 20 0 179863263 26624892928 12411 33554432000 4194304 4196468 140733045828368 139796865247728 139798461897346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27111] ppid=27092 vsize=26000872 memory=281071786889872 CPUtime=0.01 cores=0-7
/proc/27095/task/27111/stat : 27111 (java) S 27092 27095 26641 0 -1 1077944384 202 0 0 0 1 0 0 0 20 0 20 0 179863263 26624892928 12411 33554432000 4194304 4196468 140733045828368 139796864195184 139798461897346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27112] ppid=27092 vsize=26000872 memory=281071786887568 CPUtime=0.03 cores=0-7
/proc/27095/task/27112/stat : 27112 (java) S 27092 27095 26641 0 -1 1077944384 214 0 0 0 3 0 0 0 20 0 20 0 179863263 26624892928 12411 33554432000 4194304 4196468 140733045828368 139796863142640 139798461897346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27113] ppid=27092 vsize=26000872 memory=281071786904176 CPUtime=0.08 cores=0-7
/proc/27095/task/27113/stat : 27113 (java) R 27092 27095 26641 0 -1 4202560 483 0 0 0 8 0 0 0 20 0 20 0 179863263 26624892928 12411 33554432000 4194304 4196468 140733045828368 139796862090096 139798447567994 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27114] ppid=27092 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/27095/task/27114/stat : 27114 (java) S 27092 27095 26641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 179863264 26624892928 12411 33554432000 4194304 4196468 140733045828368 139796861036768 139798461896405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27115] ppid=27092 vsize=26000872 memory=-1 CPUtime=0 cores=0-7
/proc/27095/task/27115/stat : 27115 (java) S 27092 27095 26641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179863264 26624892928 12411 33554432000 4194304 4196468 140733045828368 139796859984304 139798461897346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 26000872 KiB
Current children cumulated memory: 49644 KiB

[startup+0.700892 s]
/proc/loadavg: 8.23 8.70 8.77 3/199 27115
/proc/meminfo: memFree=19451068/32770624 swapFree=67108860/67108860
[pid=27095] ppid=27092 vsize=26002920 memory=137592 CPUtime=1.62 cores=0-7
/proc/27095/stat : 27095 (java) S 27092 27095 26641 0 -1 1077944320 14722 0 0 0 156 6 0 0 20 0 20 0 179863258 26626990080 34398 33554432000 4194304 4196468 140733045828368 140733045810912 139798461886199 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
/proc/27095/statm: 6500730 34398 3778 1 0 6488444 0
[pid=27095/tid=27097] ppid=27092 vsize=26002920 memory=0 CPUtime=0.67 cores=0-7
/proc/27095/task/27097/stat : 27097 (java) R 27092 27095 26641 0 -1 4202560 8512 0 0 0 64 3 0 0 20 0 20 0 179863258 26626990080 34398 33554432000 4194304 4196468 140733045828368 139798466120208 139798048176996 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27098] ppid=27092 vsize=26002920 memory=0 CPUtime=0 cores=0-7
/proc/27095/task/27098/stat : 27098 (java) S 27092 27095 26641 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 179863259 26626990080 34398 33554432000 4194304 4196468 140733045828368 139798369446160 139798461896405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27099] ppid=27092 vsize=26002920 memory=0 CPUtime=0 cores=0-7
/proc/27095/task/27099/stat : 27099 (java) S 27092 27095 26641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179863259 26626990080 34398 33554432000 4194304 4196468 140733045828368 139798368393616 139798461896405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27100] ppid=27092 vsize=26002920 memory=0 CPUtime=0 cores=0-7
/proc/27095/task/27100/stat : 27100 (java) S 27092 27095 26641 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 179863259 26626990080 34398 33554432000 4194304 4196468 140733045828368 139798018099728 139798461896405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27101] ppid=27092 vsize=26002920 memory=1224 CPUtime=0 cores=0-7
/proc/27095/task/27101/stat : 27101 (java) S 27092 27095 26641 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 179863259 26626990080 34398 33554432000 4194304 4196468 140733045828368 139798017047184 139798461896405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27102] ppid=27092 vsize=26002920 memory=1716 CPUtime=0 cores=0-7
/proc/27095/task/27102/stat : 27102 (java) S 27092 27095 26641 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 179863259 26626990080 34398 33554432000 4194304 4196468 140733045828368 139798015994640 139798461896405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27103] ppid=27092 vsize=26002920 memory=10784 CPUtime=0 cores=0-7
/proc/27095/task/27103/stat : 27103 (java) S 27092 27095 26641 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 179863259 26626990080 34398 33554432000 4194304 4196468 140733045828368 139798014942096 139798461896405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27104] ppid=27092 vsize=26002920 memory=1200 CPUtime=0 cores=0-7
/proc/27095/task/27104/stat : 27104 (java) S 27092 27095 26641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179863259 26626990080 34398 33554432000 4194304 4196468 140733045828368 139798013889552 139798461896405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27105] ppid=27092 vsize=26002920 memory=15876 CPUtime=0 cores=0-7
/proc/27095/task/27105/stat : 27105 (java) S 27092 27095 26641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 179863259 26626990080 34398 33554432000 4194304 4196468 140733045828368 139798012837008 139798461896405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27106] ppid=27092 vsize=26002920 memory=4044 CPUtime=0 cores=0-7
/proc/27095/task/27106/stat : 27106 (java) S 27092 27095 26641 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 179863260 26626990080 34398 33554432000 4194304 4196468 140733045828368 139796869457904 139798461897346 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0

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

[pid=27095/tid=27109] ppid=27092 vsize=26007016 memory=0 CPUtime=0 cores=0-7
/proc/27095/task/27109/stat : 27109 (java) S 27092 27095 26641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179863263 26631184384 350210 33554432000 4194304 4196468 140733045828368 139796866300112 139798461904795 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27110] ppid=27092 vsize=26007016 memory=0 CPUtime=0.48 cores=0-7
/proc/27095/task/27110/stat : 27110 (java) S 27092 27095 26641 0 -1 1077944384 1996 0 0 0 47 1 0 0 20 0 20 0 179863263 26631184384 350210 33554432000 4194304 4196468 140733045828368 139796865247728 139798461897346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27111] ppid=27092 vsize=26007016 memory=0 CPUtime=0.41 cores=0-7
/proc/27095/task/27111/stat : 27111 (java) S 27092 27095 26641 0 -1 1077944384 1932 0 0 0 41 0 0 0 20 0 20 0 179863263 26631184384 350210 33554432000 4194304 4196468 140733045828368 139796864195184 139798461897346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27112] ppid=27092 vsize=26007016 memory=140535893673088 CPUtime=0.46 cores=0-7
/proc/27095/task/27112/stat : 27112 (java) S 27092 27095 26641 0 -1 1077944384 1741 0 0 0 45 1 0 0 20 0 20 0 179863263 26631184384 350210 33554432000 4194304 4196468 140733045828368 139796863142640 139798461897346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27113] ppid=27092 vsize=26007016 memory=0 CPUtime=0.54 cores=0-7
/proc/27095/task/27113/stat : 27113 (java) S 27092 27095 26641 0 -1 1077944384 3866 0 0 0 53 1 0 0 20 0 20 0 179863263 26631184384 350210 33554432000 4194304 4196468 140733045828368 139796862090096 139798461897346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27114] ppid=27092 vsize=26007016 memory=0 CPUtime=0 cores=0-7
/proc/27095/task/27114/stat : 27114 (java) S 27092 27095 26641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 179863264 26631184384 350210 33554432000 4194304 4196468 140733045828368 139796861036768 139798461896405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27115] ppid=27092 vsize=26007016 memory=0 CPUtime=0 cores=0-7
/proc/27095/task/27115/stat : 27115 (java) S 27092 27095 26641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 179863264 26631184384 350210 33554432000 4194304 4196468 140733045828368 139796859984304 139798461897346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
Current children cumulated CPU time: 10.5 s
Current children cumulated vsize: 26007016 KiB
Current children cumulated memory: 1400840 KiB

[startup+4.00128 s]*
/proc/loadavg: 8.21 8.69 8.77 9/199 27115
/proc/meminfo: memFree=17374704/32770624 swapFree=67108860/67108860
[pid=27095] ppid=27092 vsize=26007016 memory=2146616 CPUtime=13.45 cores=0-7
/proc/27095/stat : 27095 (java) S 27092 27095 26641 0 -1 1077944320 35581 0 0 0 893 452 0 0 20 0 20 0 179863258 26631184384 536654 33554432000 4194304 4196468 140733045828368 140733045810912 139798461886199 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
/proc/27095/statm: 6501754 536654 3836 1 0 6489468 0
[pid=27095/tid=27097] ppid=27092 vsize=26007016 memory=6791534058613427641 CPUtime=2.83 cores=0-7
/proc/27095/task/27097/stat : 27097 (java) S 27092 27095 26641 0 -1 1077944384 11807 0 0 0 271 12 0 0 20 0 20 0 179863258 26631184384 536654 33554432000 4194304 4196468 140733045828368 139798466118464 139798461896405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27098] ppid=27092 vsize=26007016 memory=0 CPUtime=1.05 cores=0-7
/proc/27095/task/27098/stat : 27098 (java) R 27092 27095 26641 0 -1 4202560 883 0 0 0 51 54 0 0 20 0 20 0 179863259 26631184384 536654 33554432000 4194304 4196468 140733045828368 139798369446160 139798454986046 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27099] ppid=27092 vsize=26007016 memory=0 CPUtime=1.06 cores=0-7
/proc/27095/task/27099/stat : 27099 (java) R 27092 27095 26641 0 -1 4202560 805 0 0 0 52 54 0 0 20 0 20 0 179863259 26631184384 536654 33554432000 4194304 4196468 140733045828368 139798368393616 139798454983035 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27100] ppid=27092 vsize=26007016 memory=0 CPUtime=1.05 cores=0-7
/proc/27095/task/27100/stat : 27100 (java) R 27092 27095 26641 0 -1 4202560 852 0 0 0 53 52 0 0 20 0 20 0 179863259 26631184384 536654 33554432000 4194304 4196468 140733045828368 139798018099728 139798454983035 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27101] ppid=27092 vsize=26007016 memory=0 CPUtime=1.05 cores=0-7
/proc/27095/task/27101/stat : 27101 (java) R 27092 27095 26641 0 -1 4202560 971 0 0 0 52 53 0 0 20 0 20 0 179863259 26631184384 536654 33554432000 4194304 4196468 140733045828368 139798017047184 139798454982900 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27102] ppid=27092 vsize=26007016 memory=0 CPUtime=1.05 cores=0-7
/proc/27095/task/27102/stat : 27102 (java) R 27092 27095 26641 0 -1 4202560 823 0 0 0 52 53 0 0 20 0 20 0 179863259 26631184384 536654 33554432000 4194304 4196468 140733045828368 139798015994840 139798454985899 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27103] ppid=27092 vsize=26007016 memory=0 CPUtime=1.06 cores=0-7
/proc/27095/task/27103/stat : 27103 (java) R 27092 27095 26641 0 -1 4202560 810 0 0 0 51 55 0 0 20 0 20 0 179863259 26631184384 536654 33554432000 4194304 4196468 140733045828368 139798014942176 139798454986046 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27104] ppid=27092 vsize=26007016 memory=0 CPUtime=1.05 cores=0-7
/proc/27095/task/27104/stat : 27104 (java) R 27092 27095 26641 0 -1 4202560 808 0 0 0 51 54 0 0 20 0 20 0 179863259 26631184384 536654 33554432000 4194304 4196468 140733045828368 139798013889552 139798454982900 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27105] ppid=27092 vsize=26007016 memory=0 CPUtime=1.04 cores=0-7
/proc/27095/task/27105/stat : 27105 (java) R 27092 27095 26641 0 -1 4202560 746 0 0 0 52 52 0 0 20 0 20 0 179863259 26631184384 536654 33554432000 4194304 4196468 140733045828368 139798012834808 139798454986046 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27106] ppid=27092 vsize=26007016 memory=0 CPUtime=0.06 cores=0-7
/proc/27095/task/27106/stat : 27106 (java) S 27092 27095 26641 0 -1 1077944384 2726 0 0 0 6 0 0 0 20 0 20 0 179863260 26631184384 536654 33554432000 4194304 4196468 140733045828368 139796869456416 139798461896405 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27107] ppid=27092 vsize=26007016 memory=0 CPUtime=0 cores=0-7
/proc/27095/task/27107/stat : 27107 (java) S 27092 27095 26641 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 20 0 179863261 26631184384 536654 33554432000 4194304 4196468 140733045828368 139796868404192 139798461896405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27108] ppid=27092 vsize=26007016 memory=5755 CPUtime=0 cores=0-7
/proc/27095/task/27108/stat : 27108 (java) S 27092 27095 26641 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 20 0 179863261 26631184384 536654 33554432000 4194304 4196468 140733045828368 139796867351552 139798461896405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27109] ppid=27092 vsize=26007016 memory=0 CPUtime=0 cores=0-7
/proc/27095/task/27109/stat : 27109 (java) S 27092 27095 26641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179863263 26631184384 536654 33554432000 4194304 4196468 140733045828368 139796866300112 139798461904795 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27110] ppid=27092 vsize=26007016 memory=479 CPUtime=0.49 cores=0-7
/proc/27095/task/27110/stat : 27110 (java) S 27092 27095 26641 0 -1 1077944384 1997 0 0 0 48 1 0 0 20 0 20 0 179863263 26631184384 536654 33554432000 4194304 4196468 140733045828368 139796865247728 139798461897346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27111] ppid=27092 vsize=26007016 memory=0 CPUtime=0.42 cores=0-7
/proc/27095/task/27111/stat : 27111 (java) S 27092 27095 26641 0 -1 1077944384 1937 0 0 0 42 0 0 0 20 0 20 0 179863263 26631184384 537166 33554432000 4194304 4196468 140733045828368 139796864195184 139798461897346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27112] ppid=27092 vsize=26007016 memory=0 CPUtime=0.48 cores=0-7
/proc/27095/task/27112/stat : 27112 (java) S 27092 27095 26641 0 -1 1077944384 1744 0 0 0 47 1 0 0 20 0 20 0 179863263 26631184384 537166 33554432000 4194304 4196468 140733045828368 139796863142640 139798461897346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27113] ppid=27092 vsize=26007016 memory=0 CPUtime=0.61 cores=0-7
/proc/27095/task/27113/stat : 27113 (java) S 27092 27095 26641 0 -1 1077944384 7257 0 0 0 59 2 0 0 20 0 20 0 179863263 26631184384 537166 33554432000 4194304 4196468 140733045828368 139796862090096 139798461897346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27114] ppid=27092 vsize=26007016 memory=0 CPUtime=0 cores=0-7
/proc/27095/task/27114/stat : 27114 (java) S 27092 27095 26641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 179863264 26631184384 537166 33554432000 4194304 4196468 140733045828368 139796861036768 139798461896405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27115] ppid=27092 vsize=26007016 memory=0 CPUtime=0 cores=0-7
/proc/27095/task/27115/stat : 27115 (java) S 27092 27095 26641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 179863264 26631184384 537166 33554432000 4194304 4196468 140733045828368 139796859984304 139798461897346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
Current children cumulated CPU time: 13.45 s
Current children cumulated vsize: 26007016 KiB
Current children cumulated memory: 2146616 KiB

[startup+4.80087 s]
/proc/loadavg: 8.21 8.69 8.77 9/199 27115
/proc/meminfo: memFree=17374704/32770624 swapFree=67108860/67108860
[pid=27095] ppid=27092 vsize=26007016 memory=3213844 CPUtime=18.72 cores=0-7
/proc/27095/stat : 27095 (java) S 27092 27095 26641 0 -1 1077944320 46592 0 0 0 1145 727 0 0 20 0 20 0 179863258 26631184384 803461 33554432000 4194304 4196468 140733045828368 140733045810912 139798461886199 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
/proc/27095/statm: 6501754 803461 3836 1 0 6489468 0
[pid=27095/tid=27097] ppid=27092 vsize=26007016 memory=0 CPUtime=2.93 cores=0-7
/proc/27095/task/27097/stat : 27097 (java) R 27092 27095 26641 0 -1 4202560 11906 0 0 0 281 12 0 0 20 0 20 0 179863258 26631184384 803461 33554432000 4194304 4196468 140733045828368 139798466118464 139798054367225 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27098] ppid=27092 vsize=26007016 memory=6791534058613427641 CPUtime=1.7 cores=0-7
/proc/27095/task/27098/stat : 27098 (java) S 27092 27095 26641 0 -1 1077944384 1789 0 0 0 79 91 0 0 20 0 20 0 179863259 26631184384 803461 33554432000 4194304 4196468 140733045828368 139798369446160 139798461896405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27099] ppid=27092 vsize=26007016 memory=4010856 CPUtime=1.69 cores=0-7
/proc/27095/task/27099/stat : 27099 (java) S 27092 27095 26641 0 -1 1077944384 1536 0 0 0 81 88 0 0 20 0 20 0 179863259 26631184384 803461 33554432000 4194304 4196468 140733045828368 139798368393616 139798461896405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27100] ppid=27092 vsize=26007016 memory=0 CPUtime=1.69 cores=0-7
/proc/27095/task/27100/stat : 27100 (java) S 27092 27095 26641 0 -1 1077944384 1658 0 0 0 83 86 0 0 20 0 20 0 179863259 26631184384 803461 33554432000 4194304 4196468 140733045828368 139798018099728 139798461896405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27101] ppid=27092 vsize=26007016 memory=0 CPUtime=1.69 cores=0-7
/proc/27095/task/27101/stat : 27101 (java) S 27092 27095 26641 0 -1 1077944384 1866 0 0 0 82 87 0 0 20 0 20 0 179863259 26631184384 803461 33554432000 4194304 4196468 140733045828368 139798017047184 139798461896405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27102] ppid=27092 vsize=26007016 memory=0 CPUtime=1.7 cores=0-7
/proc/27095/task/27102/stat : 27102 (java) S 27092 27095 26641 0 -1 1077944384 1615 0 0 0 82 88 0 0 20 0 20 0 179863259 26631184384 803461 33554432000 4194304 4196468 140733045828368 139798015994640 139798461896405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27103] ppid=27092 vsize=26007016 memory=0 CPUtime=1.7 cores=0-7
/proc/27095/task/27103/stat : 27103 (java) S 27092 27095 26641 0 -1 1077944384 1589 0 0 0 82 88 0 0 20 0 20 0 179863259 26631184384 803461 33554432000 4194304 4196468 140733045828368 139798014942096 139798461896405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27104] ppid=27092 vsize=26007016 memory=6791534058613427641 CPUtime=1.68 cores=0-7
/proc/27095/task/27104/stat : 27104 (java) S 27092 27095 26641 0 -1 1077944384 2208 0 0 0 77 91 0 0 20 0 20 0 179863259 26631184384 803461 33554432000 4194304 4196468 140733045828368 139798013889552 139798461896405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27105] ppid=27092 vsize=26007016 memory=-7452168091315060379 CPUtime=1.68 cores=0-7
/proc/27095/task/27105/stat : 27105 (java) S 27092 27095 26641 0 -1 1077944384 1456 0 0 0 85 83 0 0 20 0 20 0 179863259 26631184384 803461 33554432000 4194304 4196468 140733045828368 139798012837008 139798461896405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27106] ppid=27092 vsize=26007016 memory=4281678150055274395 CPUtime=0.1 cores=0-7
/proc/27095/task/27106/stat : 27106 (java) S 27092 27095 26641 0 -1 1077944384 6584 0 0 0 9 1 0 0 20 0 20 0 179863260 26631184384 803461 33554432000 4194304 4196468 140733045828368 139796869457904 139798461897346 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27107] ppid=27092 vsize=26007016 memory=8317141777509777479 CPUtime=0 cores=0-7
/proc/27095/task/27107/stat : 27107 (java) S 27092 27095 26641 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 20 0 179863261 26631184384 803461 33554432000 4194304 4196468 140733045828368 139796868404192 139798461896405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27108] ppid=27092 vsize=26007016 memory=288283376920822490 CPUtime=0 cores=0-7
/proc/27095/task/27108/stat : 27108 (java) S 27092 27095 26641 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 20 0 179863261 26631184384 803461 33554432000 4194304 4196468 140733045828368 139796867351552 139798461896405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27109] ppid=27092 vsize=26007016 memory=4064031849716265760 CPUtime=0 cores=0-7
/proc/27095/task/27109/stat : 27109 (java) S 27092 27095 26641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179863263 26631184384 803461 33554432000 4194304 4196468 140733045828368 139796866300112 139798461904795 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27110] ppid=27092 vsize=26007016 memory=7018110613788255079 CPUtime=0.49 cores=0-7
/proc/27095/task/27110/stat : 27110 (java) S 27092 27095 26641 0 -1 1077944384 1997 0 0 0 48 1 0 0 20 0 20 0 179863263 26631184384 803461 33554432000 4194304 4196468 140733045828368 139796865247728 139798461897346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27111] ppid=27092 vsize=26007016 memory=7523653862333834855 CPUtime=0.42 cores=0-7
/proc/27095/task/27111/stat : 27111 (java) S 27092 27095 26641 0 -1 1077944384 1937 0 0 0 42 0 0 0 20 0 20 0 179863263 26631184384 803461 33554432000 4194304 4196468 140733045828368 139796864195184 139798461897346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27112] ppid=27092 vsize=26007016 memory=9342 CPUtime=0.48 cores=0-7
/proc/27095/task/27112/stat : 27112 (java) S 27092 27095 26641 0 -1 1077944384 1744 0 0 0 47 1 0 0 20 0 20 0 179863263 26631184384 803461 33554432000 4194304 4196468 140733045828368 139796863142640 139798461897346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27113] ppid=27092 vsize=26007016 memory=0 CPUtime=0.61 cores=0-7
/proc/27095/task/27113/stat : 27113 (java) S 27092 27095 26641 0 -1 1077944384 7257 0 0 0 59 2 0 0 20 0 20 0 179863263 26631184384 803461 33554432000 4194304 4196468 140733045828368 139796862090096 139798461897346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27114] ppid=27092 vsize=26007016 memory=140535893789632 CPUtime=0 cores=0-7
/proc/27095/task/27114/stat : 27114 (java) S 27092 27095 26641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 179863264 26631184384 803461 33554432000 4194304 4196468 140733045828368 139796861036768 139798461896405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27115] ppid=27092 vsize=26007016 memory=0 CPUtime=0 cores=0-7
/proc/27095/task/27115/stat : 27115 (java) S 27092 27095 26641 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 20 0 179863264 26631184384 803461 33554432000 4194304 4196468 140733045828368 139796859984304 139798461897346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 23 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
Current children cumulated CPU time: 18.72 s
Current children cumulated vsize: 26007016 KiB
Current children cumulated memory: 3213844 KiB

[startup+5.00077 s]*
/proc/loadavg: 8.21 8.69 8.77 3/199 27115
/proc/meminfo: memFree=16293876/32770624 swapFree=67108860/67108860
[pid=27095] ppid=27092 vsize=26073580 memory=3214092 CPUtime=19.07 cores=0-7
/proc/27095/stat : 27095 (java) S 27092 27095 26641 0 -1 1077944320 46917 0 0 0 1180 727 0 0 20 0 19 0 179863258 26699345920 803523 33554432000 4194304 4196468 140733045828368 140733045810912 139798461886199 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
/proc/27095/statm: 6518395 803523 3838 1 0 6506109 0
[pid=27095/tid=27097] ppid=27092 vsize=26073580 memory=8316850467074736180 CPUtime=3.13 cores=0-7
/proc/27095/task/27097/stat : 27097 (java) S 27092 27095 26641 0 -1 1077944384 11993 0 0 0 301 12 0 0 20 0 19 0 179863258 26699345920 803523 33554432000 4194304 4196468 140733045828368 139798466129040 139798461896405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27098] ppid=27092 vsize=26073580 memory=9342 CPUtime=1.7 cores=0-7
/proc/27095/task/27098/stat : 27098 (java) S 27092 27095 26641 0 -1 1077944384 1789 0 0 0 79 91 0 0 20 0 19 0 179863259 26699345920 803523 33554432000 4194304 4196468 140733045828368 139798369446160 139798461896405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27099] ppid=27092 vsize=26073580 memory=4121269774602864288 CPUtime=1.69 cores=0-7
/proc/27095/task/27099/stat : 27099 (java) S 27092 27095 26641 0 -1 1077944384 1536 0 0 0 81 88 0 0 20 0 19 0 179863259 26699345920 803523 33554432000 4194304 4196468 140733045828368 139798368393616 139798461896405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27100] ppid=27092 vsize=26073580 memory=3467824627965180207 CPUtime=1.69 cores=0-7
/proc/27095/task/27100/stat : 27100 (java) S 27092 27095 26641 0 -1 1077944384 1658 0 0 0 83 86 0 0 20 0 19 0 179863259 26699345920 803523 33554432000 4194304 4196468 140733045828368 139798018099728 139798461896405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27101] ppid=27092 vsize=26073580 memory=7380387566071469161 CPUtime=1.69 cores=0-7
/proc/27095/task/27101/stat : 27101 (java) S 27092 27095 26641 0 -1 1077944384 1866 0 0 0 82 87 0 0 20 0 19 0 179863259 26699345920 803523 33554432000 4194304 4196468 140733045828368 139798017047184 139798461896405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27102] ppid=27092 vsize=26073580 memory=0 CPUtime=1.7 cores=0-7
/proc/27095/task/27102/stat : 27102 (java) S 27092 27095 26641 0 -1 1077944384 1615 0 0 0 82 88 0 0 20 0 19 0 179863259 26699345920 803523 33554432000 4194304 4196468 140733045828368 139798015994640 139798461896405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27103] ppid=27092 vsize=26073580 memory=140535893362831 CPUtime=1.7 cores=0-7
/proc/27095/task/27103/stat : 27103 (java) S 27092 27095 26641 0 -1 1077944384 1589 0 0 0 82 88 0 0 20 0 19 0 179863259 26699345920 803523 33554432000 4194304 4196468 140733045828368 139798014942096 139798461896405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27104] ppid=27092 vsize=26073580 memory=576587700018377745 CPUtime=1.68 cores=0-7
/proc/27095/task/27104/stat : 27104 (java) S 27092 27095 26641 0 -1 1077944384 2208 0 0 0 77 91 0 0 20 0 19 0 179863259 26699345920 803523 33554432000 4194304 4196468 140733045828368 139798013889552 139798461896405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27105] ppid=27092 vsize=26073580 memory=281071787085000 CPUtime=1.68 cores=0-7
/proc/27095/task/27105/stat : 27105 (java) S 27092 27095 26641 0 -1 1077944384 1456 0 0 0 85 83 0 0 20 0 19 0 179863259 26699345920 803523 33554432000 4194304 4196468 140733045828368 139798012837008 139798461896405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27106] ppid=27092 vsize=26073580 memory=0 CPUtime=0.1 cores=0-7
/proc/27095/task/27106/stat : 27106 (java) S 27092 27095 26641 0 -1 1077944384 6589 0 0 0 9 1 0 0 20 0 19 0 179863260 26699345920 803523 33554432000 4194304 4196468 140733045828368 139796869458112 139798461897346 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27107] ppid=27092 vsize=26073580 memory=3 CPUtime=0 cores=0-7
/proc/27095/task/27107/stat : 27107 (java) S 27092 27095 26641 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 19 0 179863261 26699345920 803523 33554432000 4194304 4196468 140733045828368 139796868404192 139798461896405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27108] ppid=27092 vsize=26073580 memory=0 CPUtime=0 cores=0-7
/proc/27095/task/27108/stat : 27108 (java) S 27092 27095 26641 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 19 0 179863261 26699345920 803523 33554432000 4194304 4196468 140733045828368 139796867351552 139798461896405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27109] ppid=27092 vsize=26073580 memory=0 CPUtime=0 cores=0-7
/proc/27095/task/27109/stat : 27109 (java) S 27092 27095 26641 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 19 0 179863263 26699345920 803523 33554432000 4194304 4196468 140733045828368 139796866299760 139798461896405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27110] ppid=27092 vsize=26073580 memory=0 CPUtime=0.53 cores=0-7
/proc/27095/task/27110/stat : 27110 (java) S 27092 27095 26641 0 -1 1077944384 2044 0 0 0 52 1 0 0 20 0 19 0 179863263 26699345920 803523 33554432000 4194304 4196468 140733045828368 139796865247728 139798461897346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27111] ppid=27092 vsize=26073580 memory=0 CPUtime=0.44 cores=0-7
/proc/27095/task/27111/stat : 27111 (java) S 27092 27095 26641 0 -1 1077944384 1970 0 0 0 44 0 0 0 20 0 19 0 179863263 26699345920 803523 33554432000 4194304 4196468 140733045828368 139796864195184 139798461897346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27112] ppid=27092 vsize=26073580 memory=3472592183261933599 CPUtime=0.55 cores=0-7
/proc/27095/task/27112/stat : 27112 (java) S 27092 27095 26641 0 -1 1077944384 1839 0 0 0 54 1 0 0 20 0 19 0 179863263 26699345920 803523 33554432000 4194304 4196468 140733045828368 139796863127696 139798461896405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27113] ppid=27092 vsize=26073580 memory=3472592183261933599 CPUtime=0.62 cores=0-7
/proc/27095/task/27113/stat : 27113 (java) S 27092 27095 26641 0 -1 1077944384 7285 0 0 0 60 2 0 0 20 0 19 0 179863263 26699345920 803523 33554432000 4194304 4196468 140733045828368 139796862090096 139798461897346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
[pid=27095/tid=27114] ppid=27092 vsize=26073580 memory=3472592183261933600 CPUtime=0 cores=0-7
/proc/27095/task/27114/stat : 27114 (java) S 27092 27095 26641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 179863264 26699345920 803523 33554432000 4194304 4196468 140733045828368 139796861036768 139798461896405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8306688 140733045830754 140733045830939 140733045830939 140733045833679 0
Current children cumulated CPU time: 19.07 s
Current children cumulated vsize: 26073580 KiB
Current children cumulated memory: 3214092 KiB

Child status: 0
Real time (s): 5.03397
CPU time (s): 19.0997
CPU user time (s): 11.8078
CPU system time (s): 7.29193
CPU usage (%): 379.416
Max. virtual memory (cumulated for all children) (KiB): 26073580
Max. memory (cumulated for all children) (KiB): 3214092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.8078
system time used= 7.29193
maximum resident set size= 3214744
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46944
page faults= 0
swaps= 0
block input operations= 0
block output operations= 128
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5539
involuntary context switches= 151


# summary of solver processes directly reported to runsolver:
#   pid: 27095
#   total CPU time (s): 19.0997
#   total CPU user time (s): 11.8078
#   total CPU system time (s): 7.29193

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.063052 second user time and 0.089493 second system time

The end

Launcher Data

Begin job on node150 at 2017-08-23 07:42:43
IDJOB=4285649
IDBENCH=140669
IDSOLVER=2681
FILE ID=node150/4285649-1503467824
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-ex03380.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-4285649-1503467824/watcher-4285649-1503467824 -o /tmp/evaluation-result-4285649-1503467824/solver-4285649-1503467824 -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 363984771 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4285649-1503467824.xml

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

MD5SUM BENCH= 4b7737b348ce8099143a34a20635223c
RANDOM SEED=363984771

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:        19498924 kB
MemAvailable:   31934308 kB
Buffers:          308388 kB
Cached:         12398008 kB
SwapCached:            0 kB
Active:          3866144 kB
Inactive:        8894872 kB
Active(anon):       5220 kB
Inactive(anon):    93672 kB
Active(file):    3860924 kB
Inactive(file):  8801200 kB
Unevictable:        7264 kB
Mlocked:            7264 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42732 kB
Writeback:           384 kB
AnonPages:         61308 kB
Mapped:            55604 kB
Shmem:             41608 kB
Slab:             205368 kB
SReclaimable:     178188 kB
SUnreclaim:        27180 kB
KernelStack:        3232 kB
PageTables:         4532 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 07:42:48