Trace number 4309254

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 2018-08-14UNSAT 2672.58 549.311

General information on the benchmark

NameRlfap/Rlfap-dec-scens11/
Rlfap-scen-11-f09_c18.xml
MD5SUM6a895ef6ade7f33e321559e9e4e8dbd9
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 benchmark17.6917
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Number of domains5
Minimum domain size6
Maximum domain size35
Distribution of domain sizes[{"size":6,"count":2},{"size":19,"count":4},{"size":22,"count":10},{"size":28,"count":336},{"size":35,"count":328}]
Minimum variable degree1
Maximum variable degree62
Distribution of variable degrees[{"degree":1,"count":1},{"degree":3,"count":26},{"degree":4,"count":13},{"degree":5,"count":86},{"degree":6,"count":20},{"degree":7,"count":89},{"degree":8,"count":12},{"degree":9,"count":87},{"degree":10,"count":28},{"degree":11,"count":42},{"degree":12,"count":25},{"degree":13,"count":40},{"degree":14,"count":14},{"degree":15,"count":40},{"degree":16,"count":8},{"degree":17,"count":29},{"degree":18,"count":6},{"degree":19,"count":18},{"degree":20,"count":13},{"degree":21,"count":11},{"degree":22,"count":7},{"degree":23,"count":7},{"degree":24,"count":8},{"degree":25,"count":8},{"degree":27,"count":9},{"degree":28,"count":8},{"degree":29,"count":2},{"degree":30,"count":6},{"degree":31,"count":1},{"degree":35,"count":3},{"degree":36,"count":3},{"degree":38,"count":2},{"degree":39,"count":2},{"degree":42,"count":1},{"degree":43,"count":1},{"degree":44,"count":1},{"degree":47,"count":1},{"degree":55,"count":1},{"degree":62,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":4103}]
Number of extensional constraints0
Number of intensional constraints4103
Distribution of constraint types[{"type":"intension","count":4103}]
Optimization problemNO
Type of objective

Solver Data

0.66/0.55	c version: 2018-08-14
0.66/0.55	c seed: 1242084003
0.66/0.55	c timeout: 20160
0.66/0.55	c memlimit: 22000
0.66/0.55	c nbcore: 8
0.66/0.58	c Parsing instance...
5.17/1.83	c Parsing done, starting search...
2672.34/549.26	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 (13596 MiB free)
  memory of node 1: 16384 MiB (10710 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4309254-1534362896/watcher-4309254-1534362896 -o /tmp/evaluation-result-4309254-1534362896/solver-4309254-1534362896 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node135-1534362896-27122 --watchdog 2580 java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 1242084003 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4309254-1534362896.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=27139, runsolver pid=27136

[startup+0.100145 s]*
/proc/loadavg: 8.42 8.65 8.74 2/204 27159
/proc/meminfo: memFree=24874532/32770624 swapFree=67108840/67108860
[pid=27139] ppid=27136 vsize=26103420 memory=30872 CPUtime=0.11 cores=0-7
/proc/27139/stat : 27139 (java) S 27136 27139 27095 0 -1 1077944320 7152 0 0 0 10 1 0 0 20 0 20 0 253852759 26729902080 7718 33554432000 4194304 4196468 140723844827936 140723844810480 140685269831415 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
/proc/27139/statm: 6525855 7718 3133 1 0 6487932 0
[pid=27139/tid=27141] ppid=27136 vsize=26103420 memory=4134930498285298233 CPUtime=0.08 cores=0-7
/proc/27139/task/27141/stat : 27141 (java) R 27136 27139 27095 0 -1 4202560 5231 0 0 0 8 0 0 0 20 0 20 0 253852760 26729902080 7718 33554432000 4194304 4196468 140723844827936 140685274042624 140685250107243 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27142] ppid=27136 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27139/task/27142/stat : 27142 (java) S 27136 27139 27095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253852760 26729902080 7718 33554432000 4194304 4196468 140723844827936 140685222451984 140685269841621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27143] ppid=27136 vsize=26103420 memory=139847479023232 CPUtime=0 cores=0-7
/proc/27139/task/27143/stat : 27143 (java) S 27136 27139 27095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253852760 26729902080 7718 33554432000 4194304 4196468 140723844827936 140685221399440 140685269841621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27144] ppid=27136 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27139/task/27144/stat : 27144 (java) S 27136 27139 27095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253852760 26729902080 7718 33554432000 4194304 4196468 140723844827936 140685220346896 140685269841621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27145] ppid=27136 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27139/task/27145/stat : 27145 (java) S 27136 27139 27095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253852760 26729902080 7718 33554432000 4194304 4196468 140723844827936 140685219294352 140685269841621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27146] ppid=27136 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27139/task/27146/stat : 27146 (java) S 27136 27139 27095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253852760 26729902080 7718 33554432000 4194304 4196468 140723844827936 140685218240784 140685269841621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27147] ppid=27136 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/27139/task/27147/stat : 27147 (java) S 27136 27139 27095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253852760 26729902080 7718 33554432000 4194304 4196468 140723844827936 140685217188240 140685269841621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27148] ppid=27136 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27139/task/27148/stat : 27148 (java) S 27136 27139 27095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253852760 26729902080 7784 33554432000 4194304 4196468 140723844827936 140685216135696 140685269841621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27149] ppid=27136 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27139/task/27149/stat : 27149 (java) S 27136 27139 27095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253852760 26729902080 7784 33554432000 4194304 4196468 140723844827936 140685215083152 140685269841621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27150] ppid=27136 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27139/task/27150/stat : 27150 (java) S 27136 27139 27095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253852762 26729902080 7784 33554432000 4194304 4196468 140723844827936 140684464978416 140685269842562 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27151] ppid=27136 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27139/task/27151/stat : 27151 (java) S 27136 27139 27095 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 253852762 26729902080 7784 33554432000 4194304 4196468 140723844827936 140684463924640 140685269841621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27152] ppid=27136 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27139/task/27152/stat : 27152 (java) S 27136 27139 27095 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 253852763 26729902080 7784 33554432000 4194304 4196468 140723844827936 140684462872048 140685269841621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27153] ppid=27136 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27139/task/27153/stat : 27153 (java) S 27136 27139 27095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253852765 26729902080 7784 33554432000 4194304 4196468 140723844827936 140684461820624 140685269850011 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27154] ppid=27136 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27139/task/27154/stat : 27154 (java) S 27136 27139 27095 0 -1 1077944384 315 0 0 0 0 0 0 0 20 0 20 0 253852765 26729902080 7784 33554432000 4194304 4196468 140723844827936 140684460767216 140685269842562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27155] ppid=27136 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27139/task/27155/stat : 27155 (java) S 27136 27139 27095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253852765 26729902080 7784 33554432000 4194304 4196468 140723844827936 140684459714672 140685269842562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27156] ppid=27136 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27139/task/27156/stat : 27156 (java) S 27136 27139 27095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253852765 26729902080 7784 33554432000 4194304 4196468 140723844827936 140684458662128 140685269842562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27157] ppid=27136 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/27139/task/27157/stat : 27157 (java) S 27136 27139 27095 0 -1 1077944384 242 0 0 0 1 0 0 0 20 0 20 0 253852765 26729902080 7784 33554432000 4194304 4196468 140723844827936 140684457609584 140685269842562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27158] ppid=27136 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27139/task/27158/stat : 27158 (java) S 27136 27139 27095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253852765 26729902080 7784 33554432000 4194304 4196468 140723844827936 140684456557280 140685269841621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27159] ppid=27136 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/27139/task/27159/stat : 27159 (java) S 27136 27139 27095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253852766 26729902080 7850 33554432000 4194304 4196468 140723844827936 140684455504816 140685269842562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 30872 KiB

[startup+0.210624 s]*
/proc/loadavg: 8.42 8.65 8.74 3/204 27159
/proc/meminfo: memFree=24861200/32770624 swapFree=67108840/67108860
[pid=27139] ppid=27136 vsize=26103420 memory=43292 CPUtime=0.3 cores=0-7
/proc/27139/stat : 27139 (java) S 27136 27139 27095 0 -1 1077944320 10496 0 0 0 28 2 0 0 20 0 20 0 253852759 26729902080 10823 33554432000 4194304 4196468 140723844827936 140723844810480 140685269831415 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
/proc/27139/statm: 6525855 10823 3322 1 0 6487932 0
[pid=27139/tid=27141] ppid=27136 vsize=26103420 memory=4026531975 CPUtime=0.2 cores=0-7
/proc/27139/task/27141/stat : 27141 (java) R 27136 27139 27095 0 -1 4202560 8273 0 0 0 19 1 0 0 20 0 20 0 253852760 26729902080 10823 33554432000 4194304 4196468 140723844827936 140685274061328 140685269853341 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27142] ppid=27136 vsize=26103420 memory=14961 CPUtime=0 cores=0-7
/proc/27139/task/27142/stat : 27142 (java) S 27136 27139 27095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253852760 26729902080 10823 33554432000 4194304 4196468 140723844827936 140685222451984 140685269841621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27143] ppid=27136 vsize=26103420 memory=288370223630734976 CPUtime=0 cores=0-7
/proc/27139/task/27143/stat : 27143 (java) S 27136 27139 27095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253852760 26729902080 10823 33554432000 4194304 4196468 140723844827936 140685221399440 140685269841621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27144] ppid=27136 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/27139/task/27144/stat : 27144 (java) S 27136 27139 27095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253852760 26729902080 10823 33554432000 4194304 4196468 140723844827936 140685220346896 140685269841621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27145] ppid=27136 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27139/task/27145/stat : 27145 (java) S 27136 27139 27095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253852760 26729902080 10823 33554432000 4194304 4196468 140723844827936 140685219294352 140685269841621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27146] ppid=27136 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27139/task/27146/stat : 27146 (java) S 27136 27139 27095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253852760 26729902080 10823 33554432000 4194304 4196468 140723844827936 140685218240784 140685269841621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27147] ppid=27136 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/27139/task/27147/stat : 27147 (java) S 27136 27139 27095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253852760 26729902080 10823 33554432000 4194304 4196468 140723844827936 140685217188240 140685269841621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27148] ppid=27136 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27139/task/27148/stat : 27148 (java) S 27136 27139 27095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253852760 26729902080 10823 33554432000 4194304 4196468 140723844827936 140685216135696 140685269841621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27149] ppid=27136 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27139/task/27149/stat : 27149 (java) S 27136 27139 27095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253852760 26729902080 10823 33554432000 4194304 4196468 140723844827936 140685215083152 140685269841621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27150] ppid=27136 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27139/task/27150/stat : 27150 (java) S 27136 27139 27095 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 253852762 26729902080 10823 33554432000 4194304 4196468 140723844827936 140684464978416 140685269842562 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27151] ppid=27136 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27139/task/27151/stat : 27151 (java) S 27136 27139 27095 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 253852762 26729902080 10823 33554432000 4194304 4196468 140723844827936 140684463924640 140685269841621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27152] ppid=27136 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27139/task/27152/stat : 27152 (java) S 27136 27139 27095 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 253852763 26729902080 10823 33554432000 4194304 4196468 140723844827936 140684462872048 140685269841621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27153] ppid=27136 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27139/task/27153/stat : 27153 (java) S 27136 27139 27095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253852765 26729902080 10823 33554432000 4194304 4196468 140723844827936 140684461820624 140685269850011 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27154] ppid=27136 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27139/task/27154/stat : 27154 (java) S 27136 27139 27095 0 -1 1077944384 351 0 0 0 0 0 0 0 20 0 20 0 253852765 26729902080 10823 33554432000 4194304 4196468 140723844827936 140684460767216 140685269842562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27155] ppid=27136 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/27139/task/27155/stat : 27155 (java) S 27136 27139 27095 0 -1 1077944384 175 0 0 0 1 0 0 0 20 0 20 0 253852765 26729902080 10823 33554432000 4194304 4196468 140723844827936 140684459714672 140685269842562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27156] ppid=27136 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27139/task/27156/stat : 27156 (java) S 27136 27139 27095 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 20 0 253852765 26729902080 10823 33554432000 4194304 4196468 140723844827936 140684458662128 140685269842562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27157] ppid=27136 vsize=26103420 memory=0 CPUtime=0.06 cores=0-7
/proc/27139/task/27157/stat : 27157 (java) S 27136 27139 27095 0 -1 1077944384 286 0 0 0 6 0 0 0 20 0 20 0 253852765 26729902080 10823 33554432000 4194304 4196468 140723844827936 140684457609584 140685269842562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27158] ppid=27136 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27139/task/27158/stat : 27158 (java) S 27136 27139 27095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253852765 26729902080 10823 33554432000 4194304 4196468 140723844827936 140684456557280 140685269841621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27159] ppid=27136 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/27139/task/27159/stat : 27159 (java) S 27136 27139 27095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253852766 26729902080 10823 33554432000 4194304 4196468 140723844827936 140684455504816 140685269842562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 43292 KiB

[startup+0.310636 s]*
/proc/loadavg: 8.42 8.65 8.74 3/204 27159
/proc/meminfo: memFree=24857416/32770624 swapFree=67108840/67108860
[pid=27139] ppid=27136 vsize=26103420 memory=46848 CPUtime=0.43 cores=0-7
/proc/27139/stat : 27139 (java) S 27136 27139 27095 0 -1 1077944320 10924 0 0 0 41 2 0 0 20 0 20 0 253852759 26729902080 11712 33554432000 4194304 4196468 140723844827936 140723844810480 140685269831415 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
/proc/27139/statm: 6525855 11712 3357 1 0 6487932 0
[pid=27139/tid=27141] ppid=27136 vsize=26103420 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/27139/task/27141/stat : 27141 (java) R 27136 27139 27095 0 -1 4202560 8607 0 0 0 29 1 0 0 20 0 20 0 253852760 26729902080 11712 33554432000 4194304 4196468 140723844827936 140685274041136 140685253911902 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27142] ppid=27136 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27139/task/27142/stat : 27142 (java) S 27136 27139 27095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253852760 26729902080 11712 33554432000 4194304 4196468 140723844827936 140685222451984 140685269841621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27143] ppid=27136 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27139/task/27143/stat : 27143 (java) S 27136 27139 27095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253852760 26729902080 11712 33554432000 4194304 4196468 140723844827936 140685221399440 140685269841621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27144] ppid=27136 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27139/task/27144/stat : 27144 (java) S 27136 27139 27095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253852760 26729902080 11712 33554432000 4194304 4196468 140723844827936 140685220346896 140685269841621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27145] ppid=27136 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27139/task/27145/stat : 27145 (java) S 27136 27139 27095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253852760 26729902080 11712 33554432000 4194304 4196468 140723844827936 140685219294352 140685269841621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27146] ppid=27136 vsize=26103420 memory=2244 CPUtime=0 cores=0-7
/proc/27139/task/27146/stat : 27146 (java) S 27136 27139 27095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253852760 26729902080 11712 33554432000 4194304 4196468 140723844827936 140685218240784 140685269841621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27147] ppid=27136 vsize=26103420 memory=139847356478383 CPUtime=0 cores=0-7
/proc/27139/task/27147/stat : 27147 (java) S 27136 27139 27095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253852760 26729902080 11712 33554432000 4194304 4196468 140723844827936 140685217188240 140685269841621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27148] ppid=27136 vsize=26103420 memory=139847356480688 CPUtime=0 cores=0-7
/proc/27139/task/27148/stat : 27148 (java) S 27136 27139 27095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253852760 26729902080 11712 33554432000 4194304 4196468 140723844827936 140685216135696 140685269841621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27149] ppid=27136 vsize=26103420 memory=139847356482992 CPUtime=0 cores=0-7
/proc/27139/task/27149/stat : 27149 (java) S 27136 27139 27095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253852760 26729902080 11712 33554432000 4194304 4196468 140723844827936 140685215083152 140685269841621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27150] ppid=27136 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27139/task/27150/stat : 27150 (java) S 27136 27139 27095 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 253852762 26729902080 11712 33554432000 4194304 4196468 140723844827936 140684464978416 140685269842562 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27151] ppid=27136 vsize=26103420 memory=279694712972944 CPUtime=0 cores=0-7
/proc/27139/task/27151/stat : 27151 (java) S 27136 27139 27095 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 253852762 26729902080 11712 33554432000 4194304 4196468 140723844827936 140684463924640 140685269841621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27152] ppid=27136 vsize=26103420 memory=279694712979856 CPUtime=0 cores=0-7
/proc/27139/task/27152/stat : 27152 (java) S 27136 27139 27095 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 253852763 26729902080 11712 33554432000 4194304 4196468 140723844827936 140684462872048 140685269841621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27153] ppid=27136 vsize=26103420 memory=279694712921136 CPUtime=0 cores=0-7
/proc/27139/task/27153/stat : 27153 (java) S 27136 27139 27095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253852765 26729902080 11712 33554432000 4194304 4196468 140723844827936 140684461820624 140685269850011 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27154] ppid=27136 vsize=26103420 memory=279694712993680 CPUtime=0.01 cores=0-7
/proc/27139/task/27154/stat : 27154 (java) S 27136 27139 27095 0 -1 1077944384 430 0 0 0 1 0 0 0 20 0 20 0 253852765 26729902080 11712 33554432000 4194304 4196468 140723844827936 140684460767216 140685269842562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27155] ppid=27136 vsize=26103420 memory=279694713000592 CPUtime=0.01 cores=0-7
/proc/27139/task/27155/stat : 27155 (java) S 27136 27139 27095 0 -1 1077944384 175 0 0 0 1 0 0 0 20 0 20 0 253852765 26729902080 11712 33554432000 4194304 4196468 140723844827936 140684459714672 140685269842562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27156] ppid=27136 vsize=26103420 memory=279694712998288 CPUtime=0 cores=0-7
/proc/27139/task/27156/stat : 27156 (java) S 27136 27139 27095 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 20 0 253852765 26729902080 11712 33554432000 4194304 4196468 140723844827936 140684458662128 140685269842562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27157] ppid=27136 vsize=26103420 memory=279694713014896 CPUtime=0.08 cores=0-7
/proc/27139/task/27157/stat : 27157 (java) S 27136 27139 27095 0 -1 1077944384 292 0 0 0 8 0 0 0 20 0 20 0 253852765 26729902080 11712 33554432000 4194304 4196468 140723844827936 140684457609584 140685269842562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27158] ppid=27136 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27139/task/27158/stat : 27158 (java) S 27136 27139 27095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253852765 26729902080 11712 33554432000 4194304 4196468 140723844827936 140684456557280 140685269841621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27159] ppid=27136 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/27139/task/27159/stat : 27159 (java) S 27136 27139 27095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253852766 26729902080 11712 33554432000 4194304 4196468 140723844827936 140684455504816 140685269842562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 46848 KiB

[startup+0.700914 s]
/proc/loadavg: 8.42 8.65 8.74 3/204 27159
/proc/meminfo: memFree=24833728/32770624 swapFree=67108840/67108860
[pid=27139] ppid=27136 vsize=26105488 memory=87636 CPUtime=0.98 cores=0-7
/proc/27139/stat : 27139 (java) S 27136 27139 27095 0 -1 1077944320 17817 0 0 0 94 4 0 0 20 0 20 0 253852759 26732019712 21909 33554432000 4194304 4196468 140723844827936 140723844810480 140685269831415 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
/proc/27139/statm: 6526372 21909 3497 1 0 6488444 0
[pid=27139/tid=27141] ppid=27136 vsize=26105488 memory=0 CPUtime=0.67 cores=0-7
/proc/27139/task/27141/stat : 27141 (java) R 27136 27139 27095 0 -1 4202560 15059 0 0 0 64 3 0 0 20 0 20 0 253852760 26732019712 21909 33554432000 4194304 4196468 140723844827936 140685274056912 140685269853341 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27142] ppid=27136 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/27139/task/27142/stat : 27142 (java) S 27136 27139 27095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253852760 26732019712 21909 33554432000 4194304 4196468 140723844827936 140685222451984 140685269841621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27143] ppid=27136 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/27139/task/27143/stat : 27143 (java) S 27136 27139 27095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253852760 26732019712 21909 33554432000 4194304 4196468 140723844827936 140685221399440 140685269841621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27144] ppid=27136 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/27139/task/27144/stat : 27144 (java) S 27136 27139 27095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253852760 26732019712 21909 33554432000 4194304 4196468 140723844827936 140685220346896 140685269841621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27145] ppid=27136 vsize=26105488 memory=10692 CPUtime=0 cores=0-7
/proc/27139/task/27145/stat : 27145 (java) S 27136 27139 27095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253852760 26732019712 21909 33554432000 4194304 4196468 140723844827936 140685219294352 140685269841621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27146] ppid=27136 vsize=26105488 memory=1620 CPUtime=0 cores=0-7
/proc/27139/task/27146/stat : 27146 (java) S 27136 27139 27095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253852760 26732019712 21909 33554432000 4194304 4196468 140723844827936 140685218240784 140685269841621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27147] ppid=27136 vsize=26105488 memory=6864 CPUtime=0 cores=0-7
/proc/27139/task/27147/stat : 27147 (java) S 27136 27139 27095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253852760 26732019712 21909 33554432000 4194304 4196468 140723844827936 140685217188240 140685269841621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27148] ppid=27136 vsize=26105488 memory=4548 CPUtime=0 cores=0-7
/proc/27139/task/27148/stat : 27148 (java) S 27136 27139 27095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253852760 26732019712 21909 33554432000 4194304 4196468 140723844827936 140685216135696 140685269841621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27149] ppid=27136 vsize=26105488 memory=15188 CPUtime=0 cores=0-7
/proc/27139/task/27149/stat : 27149 (java) S 27136 27139 27095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253852760 26732019712 21909 33554432000 4194304 4196468 140723844827936 140685215083152 140685269841621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27150] ppid=27136 vsize=26105488 memory=4008 CPUtime=0 cores=0-7
/proc/27139/task/27150/stat : 27150 (java) S 27136 27139 27095 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 253852762 26732019712 21909 33554432000 4194304 4196468 140723844827936 140684464978416 140685269842562 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0

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

/proc/27139/task/27147/stat : 27147 (java) S 27136 27139 27095 0 -1 1077944384 21615 0 0 0 181 29 0 0 20 0 39 0 253852760 28043902976 1036638 33554432000 4194304 4196468 140723844827936 140685217188240 140685269841621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27148] ppid=27136 vsize=27386624 memory=16101468159609437 CPUtime=2.12 cores=0-7
/proc/27139/task/27148/stat : 27148 (java) S 27136 27139 27095 0 -1 1077944384 22866 0 0 0 182 30 0 0 20 0 39 0 253852760 28043902976 1036638 33554432000 4194304 4196468 140723844827936 140685216135696 140685269841621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27149] ppid=27136 vsize=27386624 memory=15188 CPUtime=2.12 cores=0-7
/proc/27139/task/27149/stat : 27149 (java) S 27136 27139 27095 0 -1 1077944384 21914 0 0 0 183 29 0 0 20 0 39 0 253852760 28043902976 1036638 33554432000 4194304 4196468 140723844827936 140685215083152 140685269841621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27150] ppid=27136 vsize=27386624 memory=4008 CPUtime=0.38 cores=0-7
/proc/27139/task/27150/stat : 27150 (java) S 27136 27139 27095 0 -1 1077944384 37508 0 0 0 30 8 0 0 20 0 39 0 253852762 28043902976 1036638 33554432000 4194304 4196468 140723844827936 140684464978416 140685269842562 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 39 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27151] ppid=27136 vsize=27386624 memory=39108 CPUtime=0 cores=0-7
/proc/27139/task/27151/stat : 27151 (java) S 27136 27139 27095 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 39 0 253852762 28043902976 1036638 33554432000 4194304 4196468 140723844827936 140684463924704 140685269841621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27152] ppid=27136 vsize=27386624 memory=16320 CPUtime=0 cores=0-7
/proc/27139/task/27152/stat : 27152 (java) S 27136 27139 27095 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 39 0 253852763 28043902976 1036638 33554432000 4194304 4196468 140723844827936 140684462872064 140685269841621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27153] ppid=27136 vsize=27386624 memory=4146552 CPUtime=0 cores=0-7
/proc/27139/task/27153/stat : 27153 (java) S 27136 27139 27095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 39 0 253852765 28043902976 1036638 33554432000 4194304 4196468 140723844827936 140684461820624 140685269850011 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27154] ppid=27136 vsize=27386624 memory=6791534058613427641 CPUtime=2.31 cores=0-7
/proc/27139/task/27154/stat : 27154 (java) S 27136 27139 27095 0 -1 1077944384 9975 0 1 0 228 3 0 0 20 0 39 0 253852765 28043902976 1036638 33554432000 4194304 4196468 140723844827936 140684460767216 140685269842562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 46 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27155] ppid=27136 vsize=27386624 memory=3047711553219693942 CPUtime=2.54 cores=0-7
/proc/27139/task/27155/stat : 27155 (java) S 27136 27139 27095 0 -1 1077944384 10253 0 0 0 253 1 0 0 20 0 39 0 253852765 28043902976 1036638 33554432000 4194304 4196468 140723844827936 140684459714672 140685269842562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 43 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27156] ppid=27136 vsize=27386624 memory=4629546024076873078 CPUtime=2.24 cores=0-7
/proc/27139/task/27156/stat : 27156 (java) S 27136 27139 27095 0 -1 1077944384 5202 0 0 0 222 2 0 0 20 0 39 0 253852765 28043902976 1036638 33554432000 4194304 4196468 140723844827936 140684458662128 140685269842562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 40 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27157] ppid=27136 vsize=27386624 memory=-7666414585839465563 CPUtime=1.48 cores=0-7
/proc/27139/task/27157/stat : 27157 (java) S 27136 27139 27095 0 -1 1077944384 19075 0 0 0 144 4 0 0 20 0 39 0 253852765 28043902976 1036638 33554432000 4194304 4196468 140723844827936 140684457609584 140685269842562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 47 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27158] ppid=27136 vsize=27386624 memory=-7521736447810188379 CPUtime=0 cores=0-7
/proc/27139/task/27158/stat : 27158 (java) S 27136 27139 27095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 39 0 253852765 28043902976 1036638 33554432000 4194304 4196468 140723844827936 140684456557280 140685269841621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27159] ppid=27136 vsize=27386624 memory=-8412652160765825907 CPUtime=0.26 cores=0-7
/proc/27139/task/27159/stat : 27159 (java) S 27136 27139 27095 0 -1 1077944384 2527 0 0 0 13 13 0 0 20 0 39 0 253852766 28043902976 1036638 33554432000 4194304 4196468 140723844827936 140684455504816 140685269842562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 45 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27160] ppid=27136 vsize=27386624 memory=7100839878645619564 CPUtime=0.07 cores=0-7
/proc/27139/task/27160/stat : 27160 (java) S 27136 27139 27095 0 -1 1077944384 1324 0 0 0 7 0 0 0 20 0 39 0 253853150 28043902976 1036638 33554432000 4194304 4196468 140723844827936 140684442064080 140685269841621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27161] ppid=27136 vsize=27386624 memory=-8634980985311628903 CPUtime=0.98 cores=0-7
/proc/27139/task/27161/stat : 27161 (java) S 27136 27139 27095 0 -1 1077944384 9539 0 0 0 52 46 0 0 20 0 39 0 253853173 28043902976 1036638 33554432000 4194304 4196468 140723844827936 140684438914528 140685269842562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27162] ppid=27136 vsize=27386624 memory=15188 CPUtime=529.68 cores=0-7
/proc/27139/task/27162/stat : 27162 (java) S 27136 27139 27095 0 -1 1077944384 58642 0 0 0 52871 97 0 0 20 0 39 0 253853189 28043902976 1036638 33554432000 4194304 4196468 140723844827936 140684435764112 140685269841621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 8 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27163] ppid=27136 vsize=27386624 memory=4008 CPUtime=527.7 cores=0-7
/proc/27139/task/27163/stat : 27163 (java) S 27136 27139 27095 0 -1 1077944384 55375 0 0 0 52644 126 0 0 20 0 39 0 253853190 28043902976 1036638 33554432000 4194304 4196468 140723844827936 140684434711568 140685269841621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 8 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27164] ppid=27136 vsize=27386624 memory=279694715119968 CPUtime=7.92 cores=0-7
/proc/27139/task/27164/stat : 27164 (java) S 27136 27139 27095 0 -1 1077944384 834 0 0 0 790 2 0 0 20 0 39 0 253853193 28043902976 1036638 33554432000 4194304 4196468 140723844827936 140684433659024 140685269841621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27165] ppid=27136 vsize=27386624 memory=4153220 CPUtime=96.35 cores=0-7
/proc/27139/task/27165/stat : 27165 (java) S 27136 27139 27095 0 -1 1077944384 10537 0 0 0 9614 21 0 0 20 0 39 0 253853196 28043902976 1036638 33554432000 4194304 4196468 140723844827936 140684432606480 140685269841621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27166] ppid=27136 vsize=27386624 memory=4147576 CPUtime=105.99 cores=0-7
/proc/27139/task/27166/stat : 27166 (java) S 27136 27139 27095 0 -1 1077944384 10176 0 0 0 10583 16 0 0 20 0 39 0 253853196 28043902976 1036638 33554432000 4194304 4196468 140723844827936 140684431553936 140685269841621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27167] ppid=27136 vsize=27386624 memory=3500 CPUtime=3.6 cores=0-7
/proc/27139/task/27167/stat : 27167 (java) S 27136 27139 27095 0 -1 1077944384 859 0 0 0 360 0 0 0 20 0 39 0 253853196 28043902976 1036638 33554432000 4194304 4196468 140723844827936 140684430501392 140685269841621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27168] ppid=27136 vsize=27386624 memory=69148 CPUtime=88.89 cores=0-7
/proc/27139/task/27168/stat : 27168 (java) S 27136 27139 27095 0 -1 1077944384 8715 0 0 0 8870 19 0 0 20 0 39 0 253853196 28043902976 1036638 33554432000 4194304 4196468 140723844827936 140684429448848 140685269841621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27169] ppid=27136 vsize=27386624 memory=1100 CPUtime=510.59 cores=0-7
/proc/27139/task/27169/stat : 27169 (java) S 27136 27139 27095 0 -1 1077944384 53388 0 0 0 50962 97 0 0 20 0 39 0 253853197 28043902976 1036638 33554432000 4194304 4196468 140723844827936 140684428396304 140685269841621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 6 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27170] ppid=27136 vsize=27386624 memory=2356 CPUtime=95.2 cores=0-7
/proc/27139/task/27170/stat : 27170 (java) S 27136 27139 27095 0 -1 1077944384 11277 0 0 0 9496 24 0 0 20 0 39 0 253853197 28043902976 1036638 33554432000 4194304 4196468 140723844827936 140684427342736 140685269841621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27171] ppid=27136 vsize=27386624 memory=1784 CPUtime=22.04 cores=0-7
/proc/27139/task/27171/stat : 27171 (java) S 27136 27139 27095 0 -1 1077944384 2263 0 0 0 2204 0 0 0 20 0 39 0 253853197 28043902976 1036638 33554432000 4194304 4196468 140723844827936 140684426290192 140685269841621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27172] ppid=27136 vsize=27386624 memory=752 CPUtime=541.3 cores=0-7
/proc/27139/task/27172/stat : 27172 (java) R 27136 27139 27095 0 -1 4202560 56877 0 0 0 54038 92 0 0 20 0 39 0 253853198 28043902976 1036638 33554432000 4194304 4196468 140723844827936 140684425232128 140684894400221 0 4 0 16800975 0 0 0 -1 4 0 0 5 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27174] ppid=27136 vsize=27386624 memory=1224 CPUtime=19.54 cores=0-7
/proc/27139/task/27174/stat : 27174 (java) S 27136 27139 27095 0 -1 1077944384 2353 0 0 0 1952 2 0 0 20 0 39 0 253860814 28043902976 1036638 33554432000 4194304 4196468 140723844827936 140684419953936 140685269841621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27175] ppid=27136 vsize=27386624 memory=1828 CPUtime=33.38 cores=0-7
/proc/27139/task/27175/stat : 27175 (java) S 27136 27139 27095 0 -1 1077944384 2999 0 0 0 3333 5 0 0 20 0 39 0 253860816 28043902976 1036638 33554432000 4194304 4196468 140723844827936 140684418901392 140685269841621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27176] ppid=27136 vsize=27386624 memory=5728 CPUtime=4 cores=0-7
/proc/27139/task/27176/stat : 27176 (java) S 27136 27139 27095 0 -1 1077944384 108 0 0 0 400 0 0 0 20 0 39 0 253860818 28043902976 1036638 33554432000 4194304 4196468 140723844827936 140684417848848 140685269841621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27177] ppid=27136 vsize=27386624 memory=1408 CPUtime=30.67 cores=0-7
/proc/27139/task/27177/stat : 27177 (java) S 27136 27139 27095 0 -1 1077944384 3952 0 0 0 3065 2 0 0 20 0 39 0 253862110 28043902976 1036638 33554432000 4194304 4196468 140723844827936 140684416796304 140685269841621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27178] ppid=27136 vsize=27386624 memory=1092 CPUtime=19.29 cores=0-7
/proc/27139/task/27178/stat : 27178 (java) S 27136 27139 27095 0 -1 1077944384 2061 0 0 0 1928 1 0 0 20 0 39 0 253862111 28043902976 1036638 33554432000 4194304 4196468 140723844827936 140684415743760 140685269841621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27179] ppid=27136 vsize=27386624 memory=6791534058613427641 CPUtime=4.44 cores=0-7
/proc/27139/task/27179/stat : 27179 (java) S 27136 27139 27095 0 -1 1077944384 1152 0 0 0 444 0 0 0 20 0 39 0 253862112 28043902976 1036638 33554432000 4194304 4196468 140723844827936 140684414690192 140685269841621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
Current children cumulated CPU time: 2671.93 s
Current children cumulated vsize: 27386624 KiB
Current children cumulated memory: 4146552 KiB

[startup+549.201 s]
/proc/loadavg: 3.25 4.96 6.98 2/222 27212
/proc/meminfo: memFree=20749020/32770624 swapFree=67108840/67108860
[pid=27139] ppid=27136 vsize=27386624 memory=4146552 CPUtime=2672.34 cores=0-7
/proc/27139/stat : 27139 (java) S 27136 27139 27095 0 -1 1077944320 593935 0 1 0 266412 822 0 0 20 0 39 0 253852759 28043902976 1036638 33554432000 4194304 4196468 140723844827936 140723844810480 140685269831415 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
/proc/27139/statm: 6846656 1036638 3623 1 0 6808207 0
[pid=27139/tid=27141] ppid=27136 vsize=27386624 memory=1100 CPUtime=3.78 cores=0-7
/proc/27139/task/27141/stat : 27141 (java) S 27136 27139 27095 0 -1 1077944384 19821 0 0 0 364 14 0 0 20 0 39 0 253852760 28043902976 1036638 33554432000 4194304 4196468 140723844827936 140685274068880 140685269841621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27142] ppid=27136 vsize=27386624 memory=6791534058613427641 CPUtime=2.13 cores=0-7
/proc/27139/task/27142/stat : 27142 (java) S 27136 27139 27095 0 -1 1077944384 25073 0 0 0 183 30 0 0 20 0 39 0 253852760 28043902976 1036638 33554432000 4194304 4196468 140723844827936 140685222451984 140685269841621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27143] ppid=27136 vsize=27386624 memory=924 CPUtime=2.15 cores=0-7
/proc/27139/task/27143/stat : 27143 (java) S 27136 27139 27095 0 -1 1077944384 34574 0 0 0 184 31 0 0 20 0 39 0 253852760 28043902976 1036638 33554432000 4194304 4196468 140723844827936 140685221399440 140685269841621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27144] ppid=27136 vsize=27386624 memory=2372 CPUtime=2.11 cores=0-7
/proc/27139/task/27144/stat : 27144 (java) S 27136 27139 27095 0 -1 1077944384 25552 0 0 0 181 30 0 0 20 0 39 0 253852760 28043902976 1036638 33554432000 4194304 4196468 140723844827936 140685220346896 140685269841621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27145] ppid=27136 vsize=27386624 memory=1532 CPUtime=2.12 cores=0-7
/proc/27139/task/27145/stat : 27145 (java) S 27136 27139 27095 0 -1 1077944384 20272 0 0 0 182 30 0 0 20 0 39 0 253852760 28043902976 1036638 33554432000 4194304 4196468 140723844827936 140685219294352 140685269841621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27146] ppid=27136 vsize=27386624 memory=928 CPUtime=2.14 cores=0-7
/proc/27139/task/27146/stat : 27146 (java) S 27136 27139 27095 0 -1 1077944384 23830 0 0 0 183 31 0 0 20 0 39 0 253852760 28043902976 1036638 33554432000 4194304 4196468 140723844827936 140685218240784 140685269841621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27147] ppid=27136 vsize=27386624 memory=2216 CPUtime=2.1 cores=0-7
/proc/27139/task/27147/stat : 27147 (java) S 27136 27139 27095 0 -1 1077944384 21615 0 0 0 181 29 0 0 20 0 39 0 253852760 28043902976 1036638 33554432000 4194304 4196468 140723844827936 140685217188240 140685269841621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27148] ppid=27136 vsize=27386624 memory=4147576 CPUtime=2.12 cores=0-7
/proc/27139/task/27148/stat : 27148 (java) S 27136 27139 27095 0 -1 1077944384 22866 0 0 0 182 30 0 0 20 0 39 0 253852760 28043902976 1036638 33554432000 4194304 4196468 140723844827936 140685216135696 140685269841621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27149] ppid=27136 vsize=27386624 memory=3988 CPUtime=2.12 cores=0-7
/proc/27139/task/27149/stat : 27149 (java) S 27136 27139 27095 0 -1 1077944384 21914 0 0 0 183 29 0 0 20 0 39 0 253852760 28043902976 1036638 33554432000 4194304 4196468 140723844827936 140685215083152 140685269841621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27150] ppid=27136 vsize=27386624 memory=2036 CPUtime=0.38 cores=0-7
/proc/27139/task/27150/stat : 27150 (java) S 27136 27139 27095 0 -1 1077944384 37508 0 0 0 30 8 0 0 20 0 39 0 253852762 28043902976 1036638 33554432000 4194304 4196468 140723844827936 140684464978416 140685269842562 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 39 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27151] ppid=27136 vsize=27386624 memory=4150656 CPUtime=0 cores=0-7
/proc/27139/task/27151/stat : 27151 (java) S 27136 27139 27095 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 39 0 253852762 28043902976 1036638 33554432000 4194304 4196468 140723844827936 140684463924704 140685269841621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27152] ppid=27136 vsize=27386624 memory=4153220 CPUtime=0 cores=0-7
/proc/27139/task/27152/stat : 27152 (java) S 27136 27139 27095 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 39 0 253852763 28043902976 1036638 33554432000 4194304 4196468 140723844827936 140684462872064 140685269841621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27153] ppid=27136 vsize=27386624 memory=33 CPUtime=0 cores=0-7
/proc/27139/task/27153/stat : 27153 (java) S 27136 27139 27095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 39 0 253852765 28043902976 1036638 33554432000 4194304 4196468 140723844827936 140684461820624 140685269850011 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27154] ppid=27136 vsize=27386624 memory=605171704106937603 CPUtime=2.31 cores=0-7
/proc/27139/task/27154/stat : 27154 (java) S 27136 27139 27095 0 -1 1077944384 9975 0 1 0 228 3 0 0 20 0 39 0 253852765 28043902976 1036638 33554432000 4194304 4196468 140723844827936 140684460767216 140685269842562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 46 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27155] ppid=27136 vsize=27386624 memory=12947 CPUtime=2.54 cores=0-7
/proc/27139/task/27155/stat : 27155 (java) S 27136 27139 27095 0 -1 1077944384 10253 0 0 0 253 1 0 0 20 0 39 0 253852765 28043902976 1036638 33554432000 4194304 4196468 140723844827936 140684459714672 140685269842562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 43 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27156] ppid=27136 vsize=27386624 memory=3500 CPUtime=2.24 cores=0-7
/proc/27139/task/27156/stat : 27156 (java) S 27136 27139 27095 0 -1 1077944384 5202 0 0 0 222 2 0 0 20 0 39 0 253852765 28043902976 1036638 33554432000 4194304 4196468 140723844827936 140684458662128 140685269842562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 40 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27157] ppid=27136 vsize=27386624 memory=69148 CPUtime=1.48 cores=0-7
/proc/27139/task/27157/stat : 27157 (java) S 27136 27139 27095 0 -1 1077944384 19075 0 0 0 144 4 0 0 20 0 39 0 253852765 28043902976 1036638 33554432000 4194304 4196468 140723844827936 140684457609584 140685269842562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 47 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27158] ppid=27136 vsize=27386624 memory=1100 CPUtime=0 cores=0-7
/proc/27139/task/27158/stat : 27158 (java) S 27136 27139 27095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 39 0 253852765 28043902976 1036638 33554432000 4194304 4196468 140723844827936 140684456557280 140685269841621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27159] ppid=27136 vsize=27386624 memory=2356 CPUtime=0.26 cores=0-7
/proc/27139/task/27159/stat : 27159 (java) S 27136 27139 27095 0 -1 1077944384 2527 0 0 0 13 13 0 0 20 0 39 0 253852766 28043902976 1036638 33554432000 4194304 4196468 140723844827936 140684455504816 140685269842562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 45 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27160] ppid=27136 vsize=27386624 memory=1784 CPUtime=0.07 cores=0-7
/proc/27139/task/27160/stat : 27160 (java) S 27136 27139 27095 0 -1 1077944384 1324 0 0 0 7 0 0 0 20 0 39 0 253853150 28043902976 1036638 33554432000 4194304 4196468 140723844827936 140684442064080 140685269841621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27161] ppid=27136 vsize=27386624 memory=4146552 CPUtime=0.98 cores=0-7
/proc/27139/task/27161/stat : 27161 (java) S 27136 27139 27095 0 -1 1077944384 9576 0 0 0 52 46 0 0 20 0 39 0 253853173 28043902976 1036638 33554432000 4194304 4196468 140723844827936 140684438914528 140685269842562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27162] ppid=27136 vsize=27386624 memory=1224 CPUtime=529.68 cores=0-7
/proc/27139/task/27162/stat : 27162 (java) S 27136 27139 27095 0 -1 1077944384 58642 0 0 0 52871 97 0 0 20 0 39 0 253853189 28043902976 1036638 33554432000 4194304 4196468 140723844827936 140684435764112 140685269841621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 8 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27163] ppid=27136 vsize=27386624 memory=1828 CPUtime=527.7 cores=0-7
/proc/27139/task/27163/stat : 27163 (java) S 27136 27139 27095 0 -1 1077944384 55375 0 0 0 52644 126 0 0 20 0 39 0 253853190 28043902976 1036638 33554432000 4194304 4196468 140723844827936 140684434711568 140685269841621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 8 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27164] ppid=27136 vsize=27386624 memory=5728 CPUtime=7.92 cores=0-7
/proc/27139/task/27164/stat : 27164 (java) S 27136 27139 27095 0 -1 1077944384 834 0 0 0 790 2 0 0 20 0 39 0 253853193 28043902976 1036638 33554432000 4194304 4196468 140723844827936 140684433659024 140685269841621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27165] ppid=27136 vsize=27386624 memory=6791534058613427641 CPUtime=96.35 cores=0-7
/proc/27139/task/27165/stat : 27165 (java) S 27136 27139 27095 0 -1 1077944384 10537 0 0 0 9614 21 0 0 20 0 39 0 253853196 28043902976 1036638 33554432000 4194304 4196468 140723844827936 140684432606480 140685269841621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27166] ppid=27136 vsize=27386624 memory=69148 CPUtime=105.99 cores=0-7
/proc/27139/task/27166/stat : 27166 (java) S 27136 27139 27095 0 -1 1077944384 10176 0 0 0 10583 16 0 0 20 0 39 0 253853196 28043902976 1036638 33554432000 4194304 4196468 140723844827936 140684431553936 140685269841621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27167] ppid=27136 vsize=27386624 memory=1100 CPUtime=3.6 cores=0-7
/proc/27139/task/27167/stat : 27167 (java) S 27136 27139 27095 0 -1 1077944384 859 0 0 0 360 0 0 0 20 0 39 0 253853196 28043902976 1036638 33554432000 4194304 4196468 140723844827936 140684430501392 140685269841621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27168] ppid=27136 vsize=27386624 memory=2356 CPUtime=88.89 cores=0-7
/proc/27139/task/27168/stat : 27168 (java) S 27136 27139 27095 0 -1 1077944384 8715 0 0 0 8870 19 0 0 20 0 39 0 253853196 28043902976 1036638 33554432000 4194304 4196468 140723844827936 140684429448848 140685269841621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27169] ppid=27136 vsize=27386624 memory=1784 CPUtime=510.59 cores=0-7
/proc/27139/task/27169/stat : 27169 (java) S 27136 27139 27095 0 -1 1077944384 53388 0 0 0 50962 97 0 0 20 0 39 0 253853197 28043902976 1036638 33554432000 4194304 4196468 140723844827936 140684428396304 140685269841621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 6 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27170] ppid=27136 vsize=27386624 memory=752 CPUtime=95.2 cores=0-7
/proc/27139/task/27170/stat : 27170 (java) S 27136 27139 27095 0 -1 1077944384 11277 0 0 0 9496 24 0 0 20 0 39 0 253853197 28043902976 1036638 33554432000 4194304 4196468 140723844827936 140684427342736 140685269841621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27171] ppid=27136 vsize=27386624 memory=6791534058613427641 CPUtime=22.04 cores=0-7
/proc/27139/task/27171/stat : 27171 (java) S 27136 27139 27095 0 -1 1077944384 2263 0 0 0 2204 0 0 0 20 0 39 0 253853197 28043902976 1036638 33554432000 4194304 4196468 140723844827936 140684426290192 140685269841621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27172] ppid=27136 vsize=27386624 memory=6791534058613427641 CPUtime=541.7 cores=0-7
/proc/27139/task/27172/stat : 27172 (java) R 27136 27139 27095 0 -1 4202560 56901 0 0 0 54078 92 0 0 20 0 39 0 253853198 28043902976 1036638 33554432000 4194304 4196468 140723844827936 140684425232128 140684892897775 0 4 0 16800975 0 0 0 -1 4 0 0 5 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27174] ppid=27136 vsize=27386624 memory=7451611747389039720 CPUtime=19.54 cores=0-7
/proc/27139/task/27174/stat : 27174 (java) S 27136 27139 27095 0 -1 1077944384 2353 0 0 0 1952 2 0 0 20 0 39 0 253860814 28043902976 1036638 33554432000 4194304 4196468 140723844827936 140684419953936 140685269841621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27175] ppid=27136 vsize=27386624 memory=7308328794843081831 CPUtime=33.38 cores=0-7
/proc/27139/task/27175/stat : 27175 (java) S 27136 27139 27095 0 -1 1077944384 2999 0 0 0 3333 5 0 0 20 0 39 0 253860816 28043902976 1036638 33554432000 4194304 4196468 140723844827936 140684418901392 140685269841621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27176] ppid=27136 vsize=27386624 memory=7811328014484455524 CPUtime=4 cores=0-7
/proc/27139/task/27176/stat : 27176 (java) S 27136 27139 27095 0 -1 1077944384 108 0 0 0 400 0 0 0 20 0 39 0 253860818 28043902976 1036638 33554432000 4194304 4196468 140723844827936 140684417848848 140685269841621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27177] ppid=27136 vsize=27386624 memory=5860979083288605031 CPUtime=30.67 cores=0-7
/proc/27139/task/27177/stat : 27177 (java) S 27136 27139 27095 0 -1 1077944384 3952 0 0 0 3065 2 0 0 20 0 39 0 253862110 28043902976 1036638 33554432000 4194304 4196468 140723844827936 140684416796304 140685269841621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27178] ppid=27136 vsize=27386624 memory=303430223234596890 CPUtime=19.29 cores=0-7
/proc/27139/task/27178/stat : 27178 (java) S 27136 27139 27095 0 -1 1077944384 2061 0 0 0 1928 1 0 0 20 0 39 0 253862111 28043902976 1036638 33554432000 4194304 4196468 140723844827936 140684415743760 140685269841621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
[pid=27139/tid=27179] ppid=27136 vsize=27386624 memory=288230596050944315 CPUtime=4.44 cores=0-7
/proc/27139/task/27179/stat : 27179 (java) S 27136 27139 27095 0 -1 1077944384 1152 0 0 0 444 0 0 0 20 0 39 0 253862112 28043902976 1036638 33554432000 4194304 4196468 140723844827936 140684414690192 140685269841621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15855616 140723844830285 140723844830469 140723844830469 140723844833231 0
Current children cumulated CPU time: 2672.34 s
Current children cumulated vsize: 27386624 KiB
Current children cumulated memory: 4146552 KiB

[startup+549.301 s]*
/proc/loadavg: 3.25 4.96 6.98 2/185 27213
/proc/meminfo: memFree=24779540/32770624 swapFree=67108840/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 549.311
CPU time (s): 2672.58
CPU user time (s): 2664.31
CPU system time (s): 8.27198
CPU usage (%): 486.533
Max. virtual memory (cumulated for all children) (KiB): 27386624
Max. memory (cumulated for all children) (KiB): 4228692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2664.31
system time used= 8.27198
maximum resident set size= 4231772
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 601919
page faults= 1
swaps= 0
block input operations= 144
block output operations= 848
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 93814
involuntary context switches= 31604


# summary of solver processes directly reported to runsolver:
#   pid: 27139
#   total CPU time (s): 2672.58
#   total CPU user time (s): 2664.31
#   total CPU system time (s): 8.27198

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.15719 second user time and 6.13771 second system time

The end

Launcher Data

Begin job on node135 at 2018-08-15 21:54:56
IDJOB=4309254
IDBENCH=141179
IDSOLVER=2793
FILE ID=node135/4309254-1534362896
RUNJOBID= node135-1534362896-27122
PBS_JOBID= 21038275
Free space on /tmp= 49628 MiB

SOLVER NAME= OscaR - Parallel with EPS 2018-08-14
BENCH NAME= XCSP18/Rlfap/Rlfap-dec-scens11/Rlfap-scen-11-f09_c18.xml
COMMAND LINE= java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 22000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4309254-1534362896/watcher-4309254-1534362896 -o /tmp/evaluation-result-4309254-1534362896/solver-4309254-1534362896 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node135-1534362896-27122 --watchdog 2580  java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 1242084003 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4309254-1534362896.xml

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

MD5SUM BENCH= 6a895ef6ade7f33e321559e9e4e8dbd9
RANDOM SEED=1242084003

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        24890700 kB
MemAvailable:   31892060 kB
Buffers:          172600 kB
Cached:          7074004 kB
SwapCached:           20 kB
Active:          3945348 kB
Inactive:        3355920 kB
Active(anon):       3936 kB
Inactive(anon):   111496 kB
Active(file):    3941412 kB
Inactive(file):  3244424 kB
Unevictable:        7240 kB
Mlocked:            7240 kB
SwapTotal:      67108860 kB
SwapFree:       67108840 kB
Dirty:             35720 kB
Writeback:             0 kB
AnonPages:         61632 kB
Mapped:            58052 kB
Shmem:             57996 kB
Slab:             271996 kB
SReclaimable:     243984 kB
SUnreclaim:        28012 kB
KernelStack:        3184 kB
PageTables:         5316 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     356736 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       93568 kB
DirectMap2M:    33452032 kB

Free space on /tmp at the end= 49592 MiB
End job on node135 at 2018-08-15 22:04:05