Trace number 4285429

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 20.811001 5.0870199

General information on the benchmark

NameRenaultMod/RenaultMod-m1-s1/
RenaultMod-18.xml
MD5SUM53ac35e1f72f4fcc516f402364f3be2c
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.59745699
Satisfiable
(Un)Satisfiability was proved
Number of variables111
Number of constraints260
Number of domains1
Minimum domain size42
Maximum domain size42
Distribution of domain sizes[{"size":42,"count":111}]
Minimum variable degree2
Maximum variable degree82
Distribution of variable degrees[{"degree":2,"count":43},{"degree":3,"count":22},{"degree":4,"count":18},{"degree":5,"count":9},{"degree":6,"count":7},{"degree":7,"count":1},{"degree":8,"count":1},{"degree":10,"count":1},{"degree":11,"count":1},{"degree":19,"count":1},{"degree":32,"count":1},{"degree":38,"count":1},{"degree":56,"count":2},{"degree":59,"count":1},{"degree":73,"count":1},{"degree":82,"count":1}]
Minimum constraint arity1
Maximum constraint arity10
Distribution of constraint arities[{"arity":1,"count":111},{"arity":2,"count":42},{"arity":3,"count":19},{"arity":4,"count":20},{"arity":5,"count":9},{"arity":6,"count":38},{"arity":7,"count":14},{"arity":8,"count":5},{"arity":9,"count":1},{"arity":10,"count":1}]
Number of extensional constraints149
Number of intensional constraints111
Distribution of constraint types[{"type":"extension","count":149},{"type":"intension","count":111}]
Optimization problemNO
Type of objective

Solver Data

0.30/0.25	c version: 2017-08-22
0.30/0.25	c seed: 478526673
0.30/0.25	c timeout: 20160
0.30/0.25	c memlimit: 22000
0.30/0.25	c nbcore: 8
0.30/0.28	c Parsing instance...
2.39/1.08	c Parsing done, starting search...
20.45/5.06	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 (11636 MiB free)
  memory of node 1: 16384 MiB (11907 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4285429-1503458638/watcher-4285429-1503458638 -o /tmp/evaluation-result-4285429-1503458638/solver-4285429-1503458638 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node151-1503452705-1308 --watchdog 2580 java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 478526673 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4285429-1503458638.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=2209, runsolver pid=2206

[startup+0.100142 s]*
/proc/loadavg: 7.13 6.54 6.03 2/198 2229
/proc/meminfo: memFree=24091020/32770624 swapFree=67108860/67108860
[pid=2209] ppid=2206 vsize=26000852 memory=32172 CPUtime=0.12 cores=0-7
/proc/2209/stat : 2209 (java) S 2206 2209 1281 0 -1 1077944320 8438 0 0 0 10 2 0 0 20 0 20 0 178944445 26624872448 8043 33554432000 4194304 4196468 140728864482256 140728864464800 139908345446135 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
/proc/2209/statm: 6500213 8043 3392 1 0 6487932 0
[pid=2209/tid=2211] ppid=2206 vsize=26000852 memory=-8452003597437945021 CPUtime=0.09 cores=0-7
/proc/2209/task/2211/stat : 2211 (java) R 2206 2209 1281 0 -1 4202560 6396 0 0 0 8 1 0 0 20 0 20 0 178944445 26624872448 8043 33554432000 4194304 4196468 140728864482256 139908349662832 139908329526652 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2212] ppid=2206 vsize=26000852 memory=4342489072520795232 CPUtime=0 cores=0-7
/proc/2209/task/2212/stat : 2212 (java) S 2206 2209 1281 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178944446 26624872448 8043 33554432000 4194304 4196468 140728864482256 139908298066960 139908345456341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2213] ppid=2206 vsize=26000852 memory=140289904273024 CPUtime=0 cores=0-7
/proc/2209/task/2213/stat : 2213 (java) S 2206 2209 1281 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178944446 26624872448 8043 33554432000 4194304 4196468 140728864482256 139908297014416 139908345456341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2214] ppid=2206 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/2209/task/2214/stat : 2214 (java) S 2206 2209 1281 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178944446 26624872448 8043 33554432000 4194304 4196468 140728864482256 139908295961360 139908345456341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2215] ppid=2206 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/2209/task/2215/stat : 2215 (java) S 2206 2209 1281 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178944446 26624872448 8043 33554432000 4194304 4196468 140728864482256 139908294908816 139908345456341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2216] ppid=2206 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/2209/task/2216/stat : 2216 (java) S 2206 2209 1281 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178944446 26624872448 8043 33554432000 4194304 4196468 140728864482256 139908293855760 139908345456341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2217] ppid=2206 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/2209/task/2217/stat : 2217 (java) S 2206 2209 1281 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178944446 26624872448 8043 33554432000 4194304 4196468 140728864482256 139908292803216 139908345456341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2218] ppid=2206 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/2209/task/2218/stat : 2218 (java) S 2206 2209 1281 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178944446 26624872448 8043 33554432000 4194304 4196468 140728864482256 139907897358608 139908345456341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2219] ppid=2206 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/2209/task/2219/stat : 2219 (java) S 2206 2209 1281 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178944446 26624872448 8043 33554432000 4194304 4196468 140728864482256 139907896306064 139908345456341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2220] ppid=2206 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/2209/task/2220/stat : 2220 (java) S 2206 2209 1281 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178944448 26624872448 8043 33554432000 4194304 4196468 140728864482256 139907673561840 139908345457282 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2221] ppid=2206 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/2209/task/2221/stat : 2221 (java) S 2206 2209 1281 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 178944448 26624872448 8043 33554432000 4194304 4196468 140728864482256 139907672508064 139908345456341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2222] ppid=2206 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/2209/task/2222/stat : 2222 (java) S 2206 2209 1281 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 178944448 26624872448 8043 33554432000 4194304 4196468 140728864482256 139907671454960 139908345456341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2223] ppid=2206 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/2209/task/2223/stat : 2223 (java) S 2206 2209 1281 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178944451 26624872448 8043 33554432000 4194304 4196468 140728864482256 139907670403536 139908345464731 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2224] ppid=2206 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/2209/task/2224/stat : 2224 (java) S 2206 2209 1281 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 20 0 178944451 26624872448 8043 33554432000 4194304 4196468 140728864482256 139907669350640 139908345457282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2225] ppid=2206 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/2209/task/2225/stat : 2225 (java) S 2206 2209 1281 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178944451 26624872448 8043 33554432000 4194304 4196468 140728864482256 139907668298096 139908345457282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2226] ppid=2206 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/2209/task/2226/stat : 2226 (java) S 2206 2209 1281 0 -1 1077944384 281 0 0 0 0 0 0 0 20 0 20 0 178944451 26624872448 8043 33554432000 4194304 4196468 140728864482256 139907667245040 139908345457282 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2227] ppid=2206 vsize=26000852 memory=0 CPUtime=0.02 cores=0-7
/proc/2209/task/2227/stat : 2227 (java) S 2206 2209 1281 0 -1 1077944384 365 0 0 0 2 0 0 0 20 0 20 0 178944451 26624872448 8043 33554432000 4194304 4196468 140728864482256 139907666192496 139908345457282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2228] ppid=2206 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/2209/task/2228/stat : 2228 (java) S 2206 2209 1281 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178944451 26624872448 8043 33554432000 4194304 4196468 140728864482256 139907665140704 139908345456341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2229] ppid=2206 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/2209/task/2229/stat : 2229 (java) S 2206 2209 1281 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178944451 26624872448 8043 33554432000 4194304 4196468 140728864482256 139907664088240 139908345457282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26000852 KiB
Current children cumulated memory: 32172 KiB

[startup+0.21018 s]*
/proc/loadavg: 7.13 6.54 6.03 3/198 2229
/proc/meminfo: memFree=24083264/32770624 swapFree=67108860/67108860
[pid=2209] ppid=2206 vsize=26000852 memory=41044 CPUtime=0.3 cores=0-7
/proc/2209/stat : 2209 (java) S 2206 2209 1281 0 -1 1077944320 9455 0 0 0 27 3 0 0 20 0 20 0 178944445 26624872448 10261 33554432000 4194304 4196468 140728864482256 140728864464800 139908345446135 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
/proc/2209/statm: 6500213 10261 3601 1 0 6487932 0
[pid=2209/tid=2211] ppid=2206 vsize=26000852 memory=4026531975 CPUtime=0.2 cores=0-7
/proc/2209/task/2211/stat : 2211 (java) R 2206 2209 1281 0 -1 4202560 7023 0 0 0 18 2 0 0 20 0 20 0 178944445 26624872448 10261 33554432000 4194304 4196468 140728864482256 139908349673024 139908345468061 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2212] ppid=2206 vsize=26000852 memory=3221 CPUtime=0 cores=0-7
/proc/2209/task/2212/stat : 2212 (java) S 2206 2209 1281 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178944446 26624872448 10261 33554432000 4194304 4196468 140728864482256 139908298066960 139908345456341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2213] ppid=2206 vsize=26000852 memory=140289904281863 CPUtime=0 cores=0-7
/proc/2209/task/2213/stat : 2213 (java) S 2206 2209 1281 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178944446 26624872448 10261 33554432000 4194304 4196468 140728864482256 139908297014416 139908345456341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2214] ppid=2206 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/2209/task/2214/stat : 2214 (java) S 2206 2209 1281 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178944446 26624872448 10261 33554432000 4194304 4196468 140728864482256 139908295961360 139908345456341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2215] ppid=2206 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/2209/task/2215/stat : 2215 (java) S 2206 2209 1281 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178944446 26624872448 10261 33554432000 4194304 4196468 140728864482256 139908294908816 139908345456341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2216] ppid=2206 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/2209/task/2216/stat : 2216 (java) S 2206 2209 1281 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178944446 26624872448 10261 33554432000 4194304 4196468 140728864482256 139908293855760 139908345456341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2217] ppid=2206 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/2209/task/2217/stat : 2217 (java) S 2206 2209 1281 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178944446 26624872448 10261 33554432000 4194304 4196468 140728864482256 139908292803216 139908345456341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2218] ppid=2206 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/2209/task/2218/stat : 2218 (java) S 2206 2209 1281 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178944446 26624872448 10261 33554432000 4194304 4196468 140728864482256 139907897358608 139908345456341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2219] ppid=2206 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/2209/task/2219/stat : 2219 (java) S 2206 2209 1281 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178944446 26624872448 10261 33554432000 4194304 4196468 140728864482256 139907896306064 139908345456341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2220] ppid=2206 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/2209/task/2220/stat : 2220 (java) S 2206 2209 1281 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 178944448 26624872448 10261 33554432000 4194304 4196468 140728864482256 139907673561840 139908345457282 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2221] ppid=2206 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/2209/task/2221/stat : 2221 (java) S 2206 2209 1281 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 178944448 26624872448 10261 33554432000 4194304 4196468 140728864482256 139907672508064 139908345456341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2222] ppid=2206 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/2209/task/2222/stat : 2222 (java) S 2206 2209 1281 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 178944448 26624872448 10261 33554432000 4194304 4196468 140728864482256 139907671454960 139908345456341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2223] ppid=2206 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/2209/task/2223/stat : 2223 (java) S 2206 2209 1281 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178944451 26624872448 10261 33554432000 4194304 4196468 140728864482256 139907670403536 139908345464731 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2224] ppid=2206 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/2209/task/2224/stat : 2224 (java) S 2206 2209 1281 0 -1 1077944384 170 0 0 0 0 0 0 0 20 0 20 0 178944451 26624872448 10261 33554432000 4194304 4196468 140728864482256 139907669350640 139908345457282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2225] ppid=2206 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/2209/task/2225/stat : 2225 (java) S 2206 2209 1281 0 -1 1077944384 171 0 0 0 0 0 0 0 20 0 20 0 178944451 26624872448 10261 33554432000 4194304 4196468 140728864482256 139907668298096 139908345457282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2226] ppid=2206 vsize=26000852 memory=0 CPUtime=0.01 cores=0-7
/proc/2209/task/2226/stat : 2226 (java) S 2206 2209 1281 0 -1 1077944384 323 0 0 0 1 0 0 0 20 0 20 0 178944451 26624872448 10261 33554432000 4194304 4196468 140728864482256 139907667245040 139908345457282 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2227] ppid=2206 vsize=26000852 memory=0 CPUtime=0.05 cores=0-7
/proc/2209/task/2227/stat : 2227 (java) R 2206 2209 1281 0 -1 4202560 389 0 0 0 5 0 0 0 20 0 20 0 178944451 26624872448 10261 33554432000 4194304 4196468 140728864482256 139907666192496 139908324033708 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2228] ppid=2206 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/2209/task/2228/stat : 2228 (java) S 2206 2209 1281 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178944451 26624872448 10261 33554432000 4194304 4196468 140728864482256 139907665140704 139908345456341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2229] ppid=2206 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/2209/task/2229/stat : 2229 (java) S 2206 2209 1281 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178944451 26624872448 10261 33554432000 4194304 4196468 140728864482256 139907664088240 139908345457282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 26000852 KiB
Current children cumulated memory: 41044 KiB

[startup+0.309815 s]*
/proc/loadavg: 7.13 6.54 6.03 2/198 2229
/proc/meminfo: memFree=24076624/32770624 swapFree=67108860/67108860
[pid=2209] ppid=2206 vsize=26000872 memory=49372 CPUtime=0.47 cores=0-7
/proc/2209/stat : 2209 (java) S 2206 2209 1281 0 -1 1077944320 10654 0 0 0 44 3 0 0 20 0 20 0 178944445 26624892928 12343 33554432000 4194304 4196468 140728864482256 140728864464800 139908345446135 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
/proc/2209/statm: 6500218 12343 3719 1 0 6487932 0
[pid=2209/tid=2211] ppid=2206 vsize=26000872 memory=1399051139730258233 CPUtime=0.29 cores=0-7
/proc/2209/task/2211/stat : 2211 (java) R 2206 2209 1281 0 -1 4202560 7728 0 0 0 27 2 0 0 20 0 20 0 178944445 26624892928 12343 33554432000 4194304 4196468 140728864482256 139908349642656 139908345458070 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2212] ppid=2206 vsize=26000872 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/2209/task/2212/stat : 2212 (java) S 2206 2209 1281 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178944446 26624892928 12343 33554432000 4194304 4196468 140728864482256 139908298066960 139908345456341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2213] ppid=2206 vsize=26000872 memory=18472 CPUtime=0 cores=0-7
/proc/2209/task/2213/stat : 2213 (java) S 2206 2209 1281 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178944446 26624892928 12343 33554432000 4194304 4196468 140728864482256 139908297014416 139908345456341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2214] ppid=2206 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/2209/task/2214/stat : 2214 (java) S 2206 2209 1281 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178944446 26624892928 12343 33554432000 4194304 4196468 140728864482256 139908295961360 139908345456341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2215] ppid=2206 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/2209/task/2215/stat : 2215 (java) S 2206 2209 1281 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178944446 26624892928 12343 33554432000 4194304 4196468 140728864482256 139908294908816 139908345456341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2216] ppid=2206 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/2209/task/2216/stat : 2216 (java) S 2206 2209 1281 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178944446 26624892928 12343 33554432000 4194304 4196468 140728864482256 139908293855760 139908345456341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2217] ppid=2206 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/2209/task/2217/stat : 2217 (java) S 2206 2209 1281 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178944446 26624892928 12343 33554432000 4194304 4196468 140728864482256 139908292803216 139908345456341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2218] ppid=2206 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/2209/task/2218/stat : 2218 (java) S 2206 2209 1281 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178944446 26624892928 12343 33554432000 4194304 4196468 140728864482256 139907897358608 139908345456341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2219] ppid=2206 vsize=26000872 memory=2244 CPUtime=0 cores=0-7
/proc/2209/task/2219/stat : 2219 (java) S 2206 2209 1281 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178944446 26624892928 12343 33554432000 4194304 4196468 140728864482256 139907896306064 139908345456341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2220] ppid=2206 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/2209/task/2220/stat : 2220 (java) S 2206 2209 1281 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 178944448 26624892928 12343 33554432000 4194304 4196468 140728864482256 139907673561840 139908345457282 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2221] ppid=2206 vsize=26000872 memory=140289805218767 CPUtime=0 cores=0-7
/proc/2209/task/2221/stat : 2221 (java) S 2206 2209 1281 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 178944448 26624892928 12343 33554432000 4194304 4196468 140728864482256 139907672508064 139908345456341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2222] ppid=2206 vsize=26000872 memory=280579610439824 CPUtime=0 cores=0-7
/proc/2209/task/2222/stat : 2222 (java) S 2206 2209 1281 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 178944448 26624892928 12343 33554432000 4194304 4196468 140728864482256 139907671454960 139908345456341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2223] ppid=2206 vsize=26000872 memory=280579610455952 CPUtime=0 cores=0-7
/proc/2209/task/2223/stat : 2223 (java) S 2206 2209 1281 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178944451 26624892928 12343 33554432000 4194304 4196468 140728864482256 139907670403536 139908345464731 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2224] ppid=2206 vsize=26000872 memory=280579610453648 CPUtime=0.03 cores=0-7
/proc/2209/task/2224/stat : 2224 (java) R 2206 2209 1281 0 -1 1077944384 378 0 0 0 3 0 0 0 20 0 20 0 178944451 26624892928 12343 33554432000 4194304 4196468 140728864482256 139907669350640 139908345457282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2225] ppid=2206 vsize=26000872 memory=280579610460560 CPUtime=0.02 cores=0-7
/proc/2209/task/2225/stat : 2225 (java) S 2206 2209 1281 0 -1 1077944384 363 0 0 0 2 0 0 0 20 0 20 0 178944451 26624892928 12343 33554432000 4194304 4196468 140728864482256 139907668298096 139908345457282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2226] ppid=2206 vsize=26000872 memory=280579610401840 CPUtime=0.03 cores=0-7
/proc/2209/task/2226/stat : 2226 (java) R 2206 2209 1281 0 -1 1077944384 393 0 0 0 3 0 0 0 20 0 20 0 178944451 26624892928 12343 33554432000 4194304 4196468 140728864482256 139907667245040 139908345457282 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2227] ppid=2206 vsize=26000872 memory=280579610474384 CPUtime=0.08 cores=0-7
/proc/2209/task/2227/stat : 2227 (java) R 2206 2209 1281 0 -1 1077944384 409 0 0 0 8 0 0 0 20 0 20 0 178944451 26624892928 12343 33554432000 4194304 4196468 140728864482256 139907666192496 139908345457282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2228] ppid=2206 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/2209/task/2228/stat : 2228 (java) S 2206 2209 1281 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178944451 26624892928 12343 33554432000 4194304 4196468 140728864482256 139907665140704 139908345456341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2229] ppid=2206 vsize=26000872 memory=-1 CPUtime=0 cores=0-7
/proc/2209/task/2229/stat : 2229 (java) S 2206 2209 1281 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178944451 26624892928 12343 33554432000 4194304 4196468 140728864482256 139907664088240 139908345457282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 26000872 KiB
Current children cumulated memory: 49372 KiB

[startup+0.700886 s]
/proc/loadavg: 7.13 6.54 6.03 4/198 2229
/proc/meminfo: memFree=24060244/32770624 swapFree=67108860/67108860
[pid=2209] ppid=2206 vsize=26002920 memory=122396 CPUtime=1.58 cores=0-7
/proc/2209/stat : 2209 (java) S 2206 2209 1281 0 -1 1077944320 14981 0 0 0 153 5 0 0 20 0 20 0 178944445 26626990080 30599 33554432000 4194304 4196468 140728864482256 140728864464800 139908345446135 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
/proc/2209/statm: 6500730 30599 3773 1 0 6488444 0
[pid=2209/tid=2211] ppid=2206 vsize=26002920 memory=0 CPUtime=0.67 cores=0-7
/proc/2209/task/2211/stat : 2211 (java) R 2206 2209 1281 0 -1 4202560 8506 0 0 0 64 3 0 0 20 0 20 0 178944445 26626990080 30599 33554432000 4194304 4196468 140728864482256 139908349674208 139907975129122 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2212] ppid=2206 vsize=26002920 memory=0 CPUtime=0 cores=0-7
/proc/2209/task/2212/stat : 2212 (java) S 2206 2209 1281 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178944446 26626990080 30599 33554432000 4194304 4196468 140728864482256 139908298066960 139908345456341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2213] ppid=2206 vsize=26002920 memory=280579610845888 CPUtime=0 cores=0-7
/proc/2209/task/2213/stat : 2213 (java) S 2206 2209 1281 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178944446 26626990080 30599 33554432000 4194304 4196468 140728864482256 139908297014416 139908345456341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2214] ppid=2206 vsize=26002920 memory=0 CPUtime=0 cores=0-7
/proc/2209/task/2214/stat : 2214 (java) S 2206 2209 1281 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178944446 26626990080 30599 33554432000 4194304 4196468 140728864482256 139908295961360 139908345456341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2215] ppid=2206 vsize=26002920 memory=8748 CPUtime=0 cores=0-7
/proc/2209/task/2215/stat : 2215 (java) S 2206 2209 1281 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178944446 26626990080 30599 33554432000 4194304 4196468 140728864482256 139908294908816 139908345456341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2216] ppid=2206 vsize=26002920 memory=15876 CPUtime=0 cores=0-7
/proc/2209/task/2216/stat : 2216 (java) S 2206 2209 1281 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178944446 26626990080 30599 33554432000 4194304 4196468 140728864482256 139908293855760 139908345456341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2217] ppid=2206 vsize=26002920 memory=4052 CPUtime=0 cores=0-7
/proc/2209/task/2217/stat : 2217 (java) S 2206 2209 1281 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178944446 26626990080 30599 33554432000 4194304 4196468 140728864482256 139908292803216 139908345456341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2218] ppid=2206 vsize=26002920 memory=28344 CPUtime=0 cores=0-7
/proc/2209/task/2218/stat : 2218 (java) S 2206 2209 1281 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178944446 26626990080 31111 33554432000 4194304 4196468 140728864482256 139907897358608 139908345456341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2219] ppid=2206 vsize=26002920 memory=18472 CPUtime=0 cores=0-7
/proc/2209/task/2219/stat : 2219 (java) S 2206 2209 1281 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178944446 26626990080 31111 33554432000 4194304 4196468 140728864482256 139907896306064 139908345456341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2220] ppid=2206 vsize=26002920 memory=640 CPUtime=0 cores=0-7
/proc/2209/task/2220/stat : 2220 (java) S 2206 2209 1281 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 178944448 26626990080 31111 33554432000 4194304 4196468 140728864482256 139907673561840 139908345457282 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0

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

[pid=2209/tid=2228] ppid=2206 vsize=27743860 memory=149761214648664 CPUtime=0 cores=0-7
/proc/2209/task/2228/stat : 2228 (java) S 2206 2209 1281 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 46 0 178944451 28409712640 215290 33554432000 4194304 4196468 140728864482256 139907665140704 139908345456341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2229] ppid=2206 vsize=27743860 memory=280579610640816 CPUtime=0 cores=0-7
/proc/2209/task/2229/stat : 2229 (java) R 2206 2209 1281 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 46 0 178944451 28409712640 215290 33554432000 4194304 4196468 140728864482256 139907664088240 139908345457282 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2230] ppid=2206 vsize=27743860 memory=16104753792812369 CPUtime=0.01 cores=0-7
/proc/2209/task/2230/stat : 2230 (java) R 2206 2209 1281 0 -1 1077944384 36 0 0 0 1 0 0 0 20 0 46 0 178944755 28409712640 215290 33554432000 4194304 4196468 140728864482256 139907653796784 139908345456341 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2231] ppid=2206 vsize=27743860 memory=8836 CPUtime=0 cores=0-7
/proc/2209/task/2231/stat : 2231 (java) R 2206 2209 1281 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 46 0 178944766 28409712640 215290 33554432000 4194304 4196468 140728864482256 139907650647248 139908345457282 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2232] ppid=2206 vsize=27743860 memory=11044 CPUtime=0.5 cores=0-7
/proc/2209/task/2232/stat : 2232 (java) R 2206 2209 1281 0 -1 4202560 166 0 0 0 49 1 0 0 20 0 46 0 178944776 28409712640 215290 33554432000 4194304 4196468 140728864482256 139907649593552 139907979810999 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2233] ppid=2206 vsize=27743860 memory=13252 CPUtime=0.6 cores=0-7
/proc/2209/task/2233/stat : 2233 (java) R 2206 2209 1281 0 -1 1077944384 111 0 0 0 59 1 0 0 20 0 46 0 178944777 28409712640 215290 33554432000 4194304 4196468 140728864482256 139907646444816 139908345456341 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2234] ppid=2206 vsize=27743860 memory=15460 CPUtime=0.33 cores=0-7
/proc/2209/task/2234/stat : 2234 (java) R 2206 2209 1281 0 -1 1077944384 56 0 0 0 33 0 0 0 20 0 46 0 178944777 28409712640 215290 33554432000 4194304 4196468 140728864482256 139907645391760 139908345456341 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2235] ppid=2206 vsize=27743860 memory=17668 CPUtime=0.35 cores=0-7
/proc/2209/task/2235/stat : 2235 (java) R 2206 2209 1281 0 -1 1077944384 99 0 0 0 34 1 0 0 20 0 46 0 178944777 28409712640 215290 33554432000 4194304 4196468 140728864482256 139907644339216 139908345456341 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2236] ppid=2206 vsize=27743860 memory=19876 CPUtime=0.76 cores=0-7
/proc/2209/task/2236/stat : 2236 (java) R 2206 2209 1281 0 -1 1077944384 54 0 0 0 75 1 0 0 20 0 46 0 178944780 28409712640 215290 33554432000 4194304 4196468 140728864482256 139907643287184 139908345456341 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2237] ppid=2206 vsize=27743860 memory=22084 CPUtime=0.36 cores=0-7
/proc/2209/task/2237/stat : 2237 (java) R 2206 2209 1281 0 -1 1077944384 62 0 0 0 35 1 0 0 20 0 46 0 178944780 28409712640 215290 33554432000 4194304 4196468 140728864482256 139907642234640 139908345456341 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2238] ppid=2206 vsize=27743860 memory=24292 CPUtime=0.52 cores=0-7
/proc/2209/task/2238/stat : 2238 (java) R 2206 2209 1281 0 -1 4202560 117 0 0 0 52 0 0 0 20 0 46 0 178944780 28409712640 215290 33554432000 4194304 4196468 140728864482256 139907641180624 139907979995653 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2239] ppid=2206 vsize=27743860 memory=24356 CPUtime=0.6 cores=0-7
/proc/2209/task/2239/stat : 2239 (java) R 2206 2209 1281 0 -1 1077944384 46 0 0 0 59 1 0 0 20 0 46 0 178944780 28409712640 215290 33554432000 4194304 4196468 140728864482256 139907640129040 139908345456341 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2240] ppid=2206 vsize=27743860 memory=0 CPUtime=0.62 cores=0-7
/proc/2209/task/2240/stat : 2240 (java) R 2206 2209 1281 0 -1 4202560 66 0 0 0 62 0 0 0 20 0 46 0 178944780 28409712640 215290 33554432000 4194304 4196468 140728864482256 139907639075024 139907980078485 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2241] ppid=2206 vsize=27743860 memory=0 CPUtime=0.42 cores=0-7
/proc/2209/task/2241/stat : 2241 (java) R 2206 2209 1281 0 -1 1077944384 35 0 0 0 42 0 0 0 20 0 46 0 178944780 28409712640 215290 33554432000 4194304 4196468 140728864482256 139907638023440 139908345456341 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2242] ppid=2206 vsize=27743860 memory=0 CPUtime=0.23 cores=0-7
/proc/2209/task/2242/stat : 2242 (java) R 2206 2209 1281 0 -1 1077944384 35 0 0 0 23 0 0 0 20 0 46 0 178944781 28409712640 215290 33554432000 4194304 4196468 140728864482256 139907636970384 139908345456341 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2243] ppid=2206 vsize=27743860 memory=0 CPUtime=0.18 cores=0-7
/proc/2209/task/2243/stat : 2243 (java) R 2206 2209 1281 0 -1 4202560 25 0 0 0 18 0 0 0 20 0 46 0 178944820 28409712640 215290 33554432000 4194304 4196468 140728864482256 139907635917840 139907979810193 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2244] ppid=2206 vsize=27743860 memory=0 CPUtime=0.24 cores=0-7
/proc/2209/task/2244/stat : 2244 (java) R 2206 2209 1281 0 -1 4202560 32 0 0 0 24 0 0 0 20 0 46 0 178944820 28409712640 215290 33554432000 4194304 4196468 140728864482256 139907634864848 139907979810774 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2245] ppid=2206 vsize=27743860 memory=-2672971630408907303 CPUtime=0.26 cores=0-7
/proc/2209/task/2245/stat : 2245 (java) R 2206 2209 1281 0 -1 4202560 29 0 0 0 26 0 0 0 20 0 46 0 178944820 28409712640 215290 33554432000 4194304 4196468 140728864482256 139907633812304 140728864495554 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2246] ppid=2206 vsize=27743860 memory=-6654736624941490777 CPUtime=0.31 cores=0-7
/proc/2209/task/2246/stat : 2246 (java) R 2206 2209 1281 0 -1 4202560 25 0 0 0 31 0 0 0 20 0 46 0 178944820 28409712640 215290 33554432000 4194304 4196468 140728864482256 139907632759248 139907982810403 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2247] ppid=2206 vsize=27743860 memory=8562125494162282060 CPUtime=0.41 cores=0-7
/proc/2209/task/2247/stat : 2247 (java) R 2206 2209 1281 0 -1 1077944384 81 0 0 0 41 0 0 0 20 0 46 0 178944820 28409712640 215290 33554432000 4194304 4196468 140728864482256 139907631707664 139908345456341 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2248] ppid=2206 vsize=27743860 memory=-6935123839545469842 CPUtime=0.2 cores=0-7
/proc/2209/task/2248/stat : 2248 (java) R 2206 2209 1281 0 -1 1077944384 189 0 0 0 20 0 0 0 20 0 46 0 178944831 28409712640 215290 33554432000 4194304 4196468 140728864482256 139907628520592 139908345456341 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2249] ppid=2206 vsize=27743860 memory=8547763363015199892 CPUtime=0.43 cores=0-7
/proc/2209/task/2249/stat : 2249 (java) R 2206 2209 1281 0 -1 1077944384 23 0 0 0 43 0 0 0 20 0 46 0 178944835 28409712640 215290 33554432000 4194304 4196468 140728864482256 139907627468048 139908345456341 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2250] ppid=2206 vsize=27743860 memory=0 CPUtime=0.18 cores=0-7
/proc/2209/task/2250/stat : 2250 (java) R 2206 2209 1281 0 -1 1077944384 30 0 0 0 18 0 0 0 20 0 46 0 178944837 28409712640 215290 33554432000 4194304 4196468 140728864482256 139907626414992 139908345456341 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2251] ppid=2206 vsize=27743860 memory=0 CPUtime=0.27 cores=0-7
/proc/2209/task/2251/stat : 2251 (java) R 2206 2209 1281 0 -1 1077944384 23 0 0 0 27 0 0 0 20 0 46 0 178944838 28409712640 215290 33554432000 4194304 4196468 140728864482256 139907625362448 139908345456341 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2252] ppid=2206 vsize=27743860 memory=0 CPUtime=0.24 cores=0-7
/proc/2209/task/2252/stat : 2252 (java) R 2206 2209 1281 0 -1 1077944384 25 0 0 0 24 0 0 0 20 0 46 0 178944838 28409712640 215290 33554432000 4194304 4196468 140728864482256 139907624310416 139908345456341 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2253] ppid=2206 vsize=27743860 memory=0 CPUtime=0.22 cores=0-7
/proc/2209/task/2253/stat : 2253 (java) R 2206 2209 1281 0 -1 1077944384 27 0 0 0 22 0 0 0 20 0 46 0 178944840 28409712640 215290 33554432000 4194304 4196468 140728864482256 139907623257872 139908345456341 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2254] ppid=2206 vsize=27743860 memory=0 CPUtime=0.27 cores=0-7
/proc/2209/task/2254/stat : 2254 (java) R 2206 2209 1281 0 -1 1077944384 23 0 0 0 27 0 0 0 20 0 46 0 178944841 28409712640 215290 33554432000 4194304 4196468 140728864482256 139907622204816 139908345456341 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2255] ppid=2206 vsize=27743860 memory=0 CPUtime=0.13 cores=0-7
/proc/2209/task/2255/stat : 2255 (java) R 2206 2209 1281 0 -1 4202560 26 0 0 0 13 0 0 0 20 0 46 0 178944842 28409712640 215290 33554432000 4194304 4196468 140728864482256 139907418808912 139907979809597 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
Current children cumulated CPU time: 19.66 s
Current children cumulated vsize: 27743860 KiB
Current children cumulated memory: 861160 KiB

[startup+5.00157 s]
/proc/loadavg: 7.28 6.58 6.05 8/224 2255
/proc/meminfo: memFree=23325868/32770624 swapFree=67108860/67108860
[pid=2209] ppid=2206 vsize=27743860 memory=861160 CPUtime=20.45 cores=0-7
/proc/2209/stat : 2209 (java) S 2206 2209 1281 0 -1 1077944320 31408 0 0 0 1946 99 0 0 20 0 46 0 178944445 28409712640 215290 33554432000 4194304 4196468 140728864482256 140728864464800 139908345446135 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
/proc/2209/statm: 6935965 215290 3846 1 0 6923158 0
[pid=2209/tid=2211] ppid=2206 vsize=27743860 memory=0 CPUtime=3.25 cores=0-7
/proc/2209/task/2211/stat : 2211 (java) S 2206 2209 1281 0 -1 1077944384 11793 0 0 0 317 8 0 0 20 0 46 0 178944445 28409712640 215290 33554432000 4194304 4196468 140728864482256 139908349683840 139908345456341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2212] ppid=2206 vsize=27743860 memory=280579610313904 CPUtime=0.21 cores=0-7
/proc/2209/task/2212/stat : 2212 (java) S 2206 2209 1281 0 -1 1077944384 166 0 0 0 12 9 0 0 20 0 46 0 178944446 28409712640 215290 33554432000 4194304 4196468 140728864482256 139908298066960 139908345456341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2213] ppid=2206 vsize=27743860 memory=7019467088023597618 CPUtime=0.22 cores=0-7
/proc/2209/task/2213/stat : 2213 (java) S 2206 2209 1281 0 -1 1077944384 182 0 0 0 14 8 0 0 20 0 46 0 178944446 28409712640 215290 33554432000 4194304 4196468 140728864482256 139908297014416 139908345456341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2214] ppid=2206 vsize=27743860 memory=7019467088040374834 CPUtime=0.2 cores=0-7
/proc/2209/task/2214/stat : 2214 (java) S 2206 2209 1281 0 -1 1077944384 138 0 0 0 12 8 0 0 20 0 46 0 178944446 28409712640 215290 33554432000 4194304 4196468 140728864482256 139908295961360 139908345456341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2215] ppid=2206 vsize=27743860 memory=0 CPUtime=0.21 cores=0-7
/proc/2209/task/2215/stat : 2215 (java) S 2206 2209 1281 0 -1 1077944384 140 0 0 0 12 9 0 0 20 0 46 0 178944446 28409712640 215290 33554432000 4194304 4196468 140728864482256 139908294908816 139908345456341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2216] ppid=2206 vsize=27743860 memory=0 CPUtime=0.22 cores=0-7
/proc/2209/task/2216/stat : 2216 (java) S 2206 2209 1281 0 -1 1077944384 158 0 0 0 13 9 0 0 20 0 46 0 178944446 28409712640 215290 33554432000 4194304 4196468 140728864482256 139908293855760 139908345456341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2217] ppid=2206 vsize=27743860 memory=0 CPUtime=0.21 cores=0-7
/proc/2209/task/2217/stat : 2217 (java) S 2206 2209 1281 0 -1 1077944384 165 0 0 0 13 8 0 0 20 0 46 0 178944446 28409712640 215290 33554432000 4194304 4196468 140728864482256 139908292803216 139908345456341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2218] ppid=2206 vsize=27743860 memory=7373632188021566820 CPUtime=0.22 cores=0-7
/proc/2209/task/2218/stat : 2218 (java) S 2206 2209 1281 0 -1 1077944384 172 0 0 0 13 9 0 0 20 0 46 0 178944446 28409712640 215290 33554432000 4194304 4196468 140728864482256 139907897358608 139908345456341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2219] ppid=2206 vsize=27743860 memory=0 CPUtime=0.2 cores=0-7
/proc/2209/task/2219/stat : 2219 (java) S 2206 2209 1281 0 -1 1077944384 146 0 0 0 11 9 0 0 20 0 46 0 178944446 28409712640 215290 33554432000 4194304 4196468 140728864482256 139907896306064 139908345456341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2220] ppid=2206 vsize=27743860 memory=4637164475387183459 CPUtime=0.01 cores=0-7
/proc/2209/task/2220/stat : 2220 (java) S 2206 2209 1281 0 -1 1077944384 548 0 0 0 1 0 0 0 20 0 46 0 178944448 28409712640 215290 33554432000 4194304 4196468 140728864482256 139907673561840 139908345457282 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2221] ppid=2206 vsize=27743860 memory=4713745623906815350 CPUtime=0 cores=0-7
/proc/2209/task/2221/stat : 2221 (java) S 2206 2209 1281 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 46 0 178944448 28409712640 215290 33554432000 4194304 4196468 140728864482256 139907672508128 139908345456341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2222] ppid=2206 vsize=27743860 memory=280579610865392 CPUtime=0 cores=0-7
/proc/2209/task/2222/stat : 2222 (java) S 2206 2209 1281 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 46 0 178944448 28409712640 215290 33554432000 4194304 4196468 140728864482256 139907671454976 139908345456341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2223] ppid=2206 vsize=27743860 memory=0 CPUtime=0 cores=0-7
/proc/2209/task/2223/stat : 2223 (java) S 2206 2209 1281 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 46 0 178944451 28409712640 215290 33554432000 4194304 4196468 140728864482256 139907670403536 139908345464731 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2224] ppid=2206 vsize=27743860 memory=0 CPUtime=1.58 cores=0-7
/proc/2209/task/2224/stat : 2224 (java) S 2206 2209 1281 0 -1 1077944384 4212 0 0 0 157 1 0 0 20 0 46 0 178944451 28409712640 215290 33554432000 4194304 4196468 140728864482256 139907669350640 139908345457282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2225] ppid=2206 vsize=27743860 memory=0 CPUtime=1.55 cores=0-7
/proc/2209/task/2225/stat : 2225 (java) R 2206 2209 1281 0 -1 1077944384 3127 0 0 0 154 1 0 0 20 0 46 0 178944451 28409712640 215290 33554432000 4194304 4196468 140728864482256 139907668298096 139908345457282 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2226] ppid=2206 vsize=27743860 memory=0 CPUtime=1.73 cores=0-7
/proc/2209/task/2226/stat : 2226 (java) S 2206 2209 1281 0 -1 1077944384 2571 0 0 0 172 1 0 0 20 0 46 0 178944451 28409712640 215290 33554432000 4194304 4196468 140728864482256 139907667245040 139908345457282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2227] ppid=2206 vsize=27743860 memory=0 CPUtime=0.92 cores=0-7
/proc/2209/task/2227/stat : 2227 (java) S 2206 2209 1281 0 -1 1077944384 5051 0 0 0 91 1 0 0 20 0 46 0 178944451 28409712640 215290 33554432000 4194304 4196468 140728864482256 139907666192496 139908345457282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2228] ppid=2206 vsize=27743860 memory=55 CPUtime=0 cores=0-7
/proc/2209/task/2228/stat : 2228 (java) S 2206 2209 1281 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 46 0 178944451 28409712640 215290 33554432000 4194304 4196468 140728864482256 139907665140704 139908345456341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2229] ppid=2206 vsize=27743860 memory=0 CPUtime=0 cores=0-7
/proc/2209/task/2229/stat : 2229 (java) S 2206 2209 1281 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 46 0 178944451 28409712640 215290 33554432000 4194304 4196468 140728864482256 139907664088240 139908345457282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2230] ppid=2206 vsize=27743860 memory=0 CPUtime=0.01 cores=0-7
/proc/2209/task/2230/stat : 2230 (java) R 2206 2209 1281 0 -1 1077944384 36 0 0 0 1 0 0 0 20 0 46 0 178944755 28409712640 215290 33554432000 4194304 4196468 140728864482256 139907653796784 139908345456341 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2231] ppid=2206 vsize=27743860 memory=0 CPUtime=0 cores=0-7
/proc/2209/task/2231/stat : 2231 (java) S 2206 2209 1281 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 46 0 178944766 28409712640 215290 33554432000 4194304 4196468 140728864482256 139907650647248 139908345457282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2232] ppid=2206 vsize=27743860 memory=0 CPUtime=0.52 cores=0-7
/proc/2209/task/2232/stat : 2232 (java) R 2206 2209 1281 0 -1 1077944384 166 0 0 0 51 1 0 0 20 0 46 0 178944776 28409712640 215290 33554432000 4194304 4196468 140728864482256 139907649594512 139908345456341 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2233] ppid=2206 vsize=27743860 memory=2218 CPUtime=0.68 cores=0-7
/proc/2209/task/2233/stat : 2233 (java) R 2206 2209 1281 0 -1 4202560 111 0 0 0 67 1 0 0 20 0 46 0 178944777 28409712640 215290 33554432000 4194304 4196468 140728864482256 139907646443856 139907980080946 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2234] ppid=2206 vsize=27743860 memory=0 CPUtime=0.42 cores=0-7
/proc/2209/task/2234/stat : 2234 (java) R 2206 2209 1281 0 -1 4202560 56 0 0 0 42 0 0 0 20 0 46 0 178944777 28409712640 215290 33554432000 4194304 4196468 140728864482256 139907645390800 139907982810368 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2235] ppid=2206 vsize=27743860 memory=0 CPUtime=0.35 cores=0-7
/proc/2209/task/2235/stat : 2235 (java) R 2206 2209 1281 0 -1 1077944384 99 0 0 0 34 1 0 0 20 0 46 0 178944777 28409712640 215290 33554432000 4194304 4196468 140728864482256 139907644339216 139908345456341 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2236] ppid=2206 vsize=27743860 memory=0 CPUtime=0.76 cores=0-7
/proc/2209/task/2236/stat : 2236 (java) R 2206 2209 1281 0 -1 4202560 54 0 0 0 75 1 0 0 20 0 46 0 178944780 28409712640 215290 33554432000 4194304 4196468 140728864482256 139907643287184 139907982992716 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2237] ppid=2206 vsize=27743860 memory=0 CPUtime=0.36 cores=0-7
/proc/2209/task/2237/stat : 2237 (java) R 2206 2209 1281 0 -1 1077944384 62 0 0 0 35 1 0 0 20 0 46 0 178944780 28409712640 215290 33554432000 4194304 4196468 140728864482256 139907642234640 139908345456341 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2238] ppid=2206 vsize=27743860 memory=405052 CPUtime=0.59 cores=0-7
/proc/2209/task/2238/stat : 2238 (java) R 2206 2209 1281 0 -1 1077944384 117 0 0 0 58 1 0 0 20 0 46 0 178944780 28409712640 215290 33554432000 4194304 4196468 140728864482256 139907641181584 139908345456341 0 4 0 16800975 0 0 0 -1 7 0 0 1 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2239] ppid=2206 vsize=27743860 memory=65 CPUtime=0.66 cores=0-7
/proc/2209/task/2239/stat : 2239 (java) R 2206 2209 1281 0 -1 4202560 46 0 0 0 65 1 0 0 20 0 46 0 178944780 28409712640 215290 33554432000 4194304 4196468 140728864482256 139907640128080 139907978114503 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2240] ppid=2206 vsize=27743860 memory=0 CPUtime=0.63 cores=0-7
/proc/2209/task/2240/stat : 2240 (java) R 2206 2209 1281 0 -1 1077944384 66 0 0 0 63 0 0 0 20 0 46 0 178944780 28409712640 215290 33554432000 4194304 4196468 140728864482256 139907639075984 139908345456341 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2241] ppid=2206 vsize=27743860 memory=0 CPUtime=0.42 cores=0-7
/proc/2209/task/2241/stat : 2241 (java) R 2206 2209 1281 0 -1 1077944384 35 0 0 0 42 0 0 0 20 0 46 0 178944780 28409712640 215290 33554432000 4194304 4196468 140728864482256 139907638023440 139908345456341 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2242] ppid=2206 vsize=27743860 memory=0 CPUtime=0.25 cores=0-7
/proc/2209/task/2242/stat : 2242 (java) R 2206 2209 1281 0 -1 1077944384 35 0 0 0 25 0 0 0 20 0 46 0 178944781 28409712640 215290 33554432000 4194304 4196468 140728864482256 139907636970384 139908345456341 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2243] ppid=2206 vsize=27743860 memory=0 CPUtime=0.19 cores=0-7
/proc/2209/task/2243/stat : 2243 (java) R 2206 2209 1281 0 -1 1077944384 25 0 0 0 19 0 0 0 20 0 46 0 178944820 28409712640 215290 33554432000 4194304 4196468 140728864482256 139907635917840 139908345456341 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2244] ppid=2206 vsize=27743860 memory=0 CPUtime=0.28 cores=0-7
/proc/2209/task/2244/stat : 2244 (java) R 2206 2209 1281 0 -1 1077944384 32 0 0 0 28 0 0 0 20 0 46 0 178944820 28409712640 215290 33554432000 4194304 4196468 140728864482256 139907634865808 139908345456341 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2245] ppid=2206 vsize=27743860 memory=0 CPUtime=0.36 cores=0-7
/proc/2209/task/2245/stat : 2245 (java) R 2206 2209 1281 0 -1 4202560 29 0 0 0 36 0 0 0 20 0 46 0 178944820 28409712640 215290 33554432000 4194304 4196468 140728864482256 139907633812304 139907979811009 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2246] ppid=2206 vsize=27743860 memory=0 CPUtime=0.31 cores=0-7
/proc/2209/task/2246/stat : 2246 (java) R 2206 2209 1281 0 -1 1077944384 25 0 0 0 31 0 0 0 20 0 46 0 178944820 28409712640 215290 33554432000 4194304 4196468 140728864482256 139907632760208 139908345456341 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2247] ppid=2206 vsize=27743860 memory=0 CPUtime=0.41 cores=0-7
/proc/2209/task/2247/stat : 2247 (java) R 2206 2209 1281 0 -1 1077944384 81 0 0 0 41 0 0 0 20 0 46 0 178944820 28409712640 215290 33554432000 4194304 4196468 140728864482256 139907631707664 139908345456341 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2248] ppid=2206 vsize=27743860 memory=1292 CPUtime=0.26 cores=0-7
/proc/2209/task/2248/stat : 2248 (java) R 2206 2209 1281 0 -1 4202560 189 0 0 0 26 0 0 0 20 0 46 0 178944831 28409712640 215290 33554432000 4194304 4196468 140728864482256 139907628519632 139907979810867 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2249] ppid=2206 vsize=27743860 memory=2428 CPUtime=0.49 cores=0-7
/proc/2209/task/2249/stat : 2249 (java) R 2206 2209 1281 0 -1 1077944384 23 0 0 0 49 0 0 0 20 0 46 0 178944835 28409712640 215290 33554432000 4194304 4196468 140728864482256 139907627468048 139908345456341 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2250] ppid=2206 vsize=27743860 memory=0 CPUtime=0.18 cores=0-7
/proc/2209/task/2250/stat : 2250 (java) R 2206 2209 1281 0 -1 1077944384 30 0 0 0 18 0 0 0 20 0 46 0 178944837 28409712640 215290 33554432000 4194304 4196468 140728864482256 139907626414992 139908345456341 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2251] ppid=2206 vsize=27743860 memory=0 CPUtime=0.27 cores=0-7
/proc/2209/task/2251/stat : 2251 (java) R 2206 2209 1281 0 -1 1077944384 23 0 0 0 27 0 0 0 20 0 46 0 178944838 28409712640 215290 33554432000 4194304 4196468 140728864482256 139907625362448 139908345456341 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2252] ppid=2206 vsize=27743860 memory=0 CPUtime=0.33 cores=0-7
/proc/2209/task/2252/stat : 2252 (java) R 2206 2209 1281 0 -1 4202560 25 0 0 0 33 0 0 0 20 0 46 0 178944838 28409712640 215290 33554432000 4194304 4196468 140728864482256 139907624309456 139907982328173 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2253] ppid=2206 vsize=27743860 memory=0 CPUtime=0.22 cores=0-7
/proc/2209/task/2253/stat : 2253 (java) R 2206 2209 1281 0 -1 1077944384 27 0 0 0 22 0 0 0 20 0 46 0 178944840 28409712640 215290 33554432000 4194304 4196468 140728864482256 139907623257872 139908345456341 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2254] ppid=2206 vsize=27743860 memory=145254787380746 CPUtime=0.29 cores=0-7
/proc/2209/task/2254/stat : 2254 (java) R 2206 2209 1281 0 -1 1077944384 23 0 0 0 29 0 0 0 20 0 46 0 178944841 28409712640 215290 33554432000 4194304 4196468 140728864482256 139907622204816 139908345456341 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
[pid=2209/tid=2255] ppid=2206 vsize=27743860 memory=288230596050944315 CPUtime=0.2 cores=0-7
/proc/2209/task/2255/stat : 2255 (java) R 2206 2209 1281 0 -1 4202560 26 0 0 0 20 0 0 0 20 0 46 0 178944842 28409712640 215290 33554432000 4194304 4196468 140728864482256 139907418808912 139907979809989 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8212480 140728864490594 140728864490779 140728864490779 140728864493519 0
Current children cumulated CPU time: 20.45 s
Current children cumulated vsize: 27743860 KiB
Current children cumulated memory: 861160 KiB

Child status: 0
Real time (s): 5.08702
CPU time (s): 20.811
CPU user time (s): 19.8019
CPU system time (s): 1.0091
CPU usage (%): 409.099
Max. virtual memory (cumulated for all children) (KiB): 27743860
Max. memory (cumulated for all children) (KiB): 861160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.8019
system time used= 1.0091
maximum resident set size= 863656
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31619
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8676
involuntary context switches= 975


# summary of solver processes directly reported to runsolver:
#   pid: 2209
#   total CPU time (s): 20.811
#   total CPU user time (s): 19.8019
#   total CPU system time (s): 1.0091

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.056834 second user time and 0.09407 second system time

The end

Launcher Data

Begin job on node151 at 2017-08-23 05:09:37
IDJOB=4285429
IDBENCH=139320
IDSOLVER=2681
FILE ID=node151/4285429-1503458638
RUNJOBID= node151-1503452705-1308
PBS_JOBID= 20632166
Free space on /tmp= 61680 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-08-22
BENCH NAME= XCSP17/RenaultMod/RenaultMod-m1-s1/RenaultMod-18.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-4285429-1503458638/watcher-4285429-1503458638 -o /tmp/evaluation-result-4285429-1503458638/solver-4285429-1503458638 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node151-1503452705-1308 --watchdog 2580  java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 478526673 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4285429-1503458638.xml

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

MD5SUM BENCH= 53ac35e1f72f4fcc516f402364f3be2c
RANDOM SEED=478526673

node151.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.95
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.95
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.95
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.95
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:        24109196 kB
MemAvailable:   31956576 kB
Buffers:          336080 kB
Cached:          7806688 kB
SwapCached:            0 kB
Active:          2018128 kB
Inactive:        6178500 kB
Active(anon):      44660 kB
Inactive(anon):    53532 kB
Active(file):    1973468 kB
Inactive(file):  6124968 kB
Unevictable:        7520 kB
Mlocked:            7520 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             45380 kB
Writeback:             4 kB
AnonPages:         60368 kB
Mapped:            55724 kB
Shmem:             41608 kB
Slab:             156764 kB
SReclaimable:     129556 kB
SUnreclaim:        27208 kB
KernelStack:        3232 kB
PageTables:         5520 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     341432 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:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61636 MiB
End job on node151 at 2017-08-23 05:09:42