Trace number 4285153

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NameFischer/Fischer-m1-s1/
Fischer-11-12-fair.xml
MD5SUM4cd037b51317e52702be0dab62f9a527
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables34626
Number of constraints32807
Number of domains3
Minimum domain size2
Maximum domain size20001
Distribution of domain sizes[{"size":2,"count":4598},{"size":201,"count":156},{"size":20001,"count":29872}]
Minimum variable degree2
Maximum variable degree276
Distribution of variable degrees[{"degree":2,"count":30674},{"degree":3,"count":792},{"degree":4,"count":45},{"degree":5,"count":330},{"degree":6,"count":186},{"degree":7,"count":671},{"degree":8,"count":971},{"degree":9,"count":546},{"degree":10,"count":24},{"degree":12,"count":25},{"degree":13,"count":288},{"degree":14,"count":11},{"degree":24,"count":1},{"degree":35,"count":13},{"degree":57,"count":13},{"degree":59,"count":10},{"degree":70,"count":1},{"degree":80,"count":12},{"degree":125,"count":2},{"degree":126,"count":10},{"degree":276,"count":1}]
Minimum constraint arity1
Maximum constraint arity3
Distribution of constraint arities[{"arity":1,"count":2},{"arity":2,"count":5304},{"arity":3,"count":27501}]
Number of extensional constraints0
Number of intensional constraints32807
Distribution of constraint types[{"type":"intension","count":32807}]
Optimization problemNO
Type of objective

Solver Data

0.34/0.34	c version: 2017-08-22
0.34/0.34	c seed: 1339636746
0.34/0.34	c timeout: 20160
0.34/0.34	c memlimit: 22000
0.34/0.34	c nbcore: 8
0.34/0.36	c Parsing instance...
81.76/75.25	c Parsing done, starting search...

Verifier Data

One s line expected

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 (15257 MiB free)
  memory of node 1: 16384 MiB (15222 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4285153-1503458348/watcher-4285153-1503458348 -o /tmp/evaluation-result-4285153-1503458348/solver-4285153-1503458348 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node126-1503398604-6745 --watchdog 2580 java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1339636746 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4285153-1503458348.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=15953, runsolver pid=15950

[startup+0.100108 s]*
/proc/loadavg: 1.01 1.04 1.39 2/185 15966
/proc/meminfo: memFree=31201108/32770624 swapFree=67105588/67108860
[pid=15953] ppid=15950 vsize=25927168 memory=21192 CPUtime=0.05 cores=0-7
/proc/15953/stat : 15953 (java) S 15950 15953 6689 0 -1 1077944320 4758 0 0 0 4 1 0 0 20 0 19 0 148029696 26549420032 5298 18446744073709551615 4194304 4196468 140727123749088 140727123731632 140473839587063 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 4 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
/proc/15953/statm: 6481792 5298 2579 1 0 6471289 0
[pid=15953/tid=15955] ppid=15950 vsize=25927168 memory=0 CPUtime=0.04 cores=0-7
/proc/15953/task/15955/stat : 15955 (java) D 15950 15953 6689 0 -1 1077944384 2854 0 0 0 3 1 0 0 20 0 19 0 148029701 26549420032 5298 18446744073709551615 4194304 4196468 140727123749088 140473843824448 140473839610941 0 4 1 16800974 18446744072101613092 0 0 -1 0 0 0 0 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15956] ppid=15950 vsize=25927168 memory=139982813554304 CPUtime=0 cores=0-7
/proc/15953/task/15956/stat : 15956 (java) S 15950 15953 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 148029702 26549420032 5298 18446744073709551615 4194304 4196468 140727123749088 140473401707536 140473839597269 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15957] ppid=15950 vsize=25927168 memory=139982813554304 CPUtime=0 cores=0-7
/proc/15953/task/15957/stat : 15957 (java) S 15950 15953 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 148029702 26549420032 5298 18446744073709551615 4194304 4196468 140727123749088 140473400654992 140473839597269 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15958] ppid=15950 vsize=25927168 memory=0 CPUtime=0 cores=0-7
/proc/15953/task/15958/stat : 15958 (java) S 15950 15953 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 148029702 26549420032 5298 18446744073709551615 4194304 4196468 140727123749088 140473399601936 140473839597269 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15959] ppid=15950 vsize=25927168 memory=0 CPUtime=0 cores=0-7
/proc/15953/task/15959/stat : 15959 (java) S 15950 15953 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 148029702 26549420032 5298 18446744073709551615 4194304 4196468 140727123749088 140473398549392 140473839597269 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15960] ppid=15950 vsize=25927168 memory=0 CPUtime=0 cores=0-7
/proc/15953/task/15960/stat : 15960 (java) S 15950 15953 6689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 148029702 26549420032 5298 18446744073709551615 4194304 4196468 140727123749088 140473397496336 140473839597269 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15961] ppid=15950 vsize=25927168 memory=-1 CPUtime=0 cores=0-7
/proc/15953/task/15961/stat : 15961 (java) S 15950 15953 6689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 148029702 26549420032 5298 18446744073709551615 4194304 4196468 140727123749088 140473396443792 140473839597269 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15962] ppid=15950 vsize=25927168 memory=0 CPUtime=0 cores=0-7
/proc/15953/task/15962/stat : 15962 (java) S 15950 15953 6689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 148029702 26549420032 5298 18446744073709551615 4194304 4196468 140727123749088 140473395390736 140473839597269 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15963] ppid=15950 vsize=25927168 memory=0 CPUtime=0 cores=0-7
/proc/15953/task/15963/stat : 15963 (java) S 15950 15953 6689 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 148029702 26549420032 5298 18446744073709551615 4194304 4196468 140727123749088 140473394338192 140473839597269 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15964] ppid=15950 vsize=25927168 memory=0 CPUtime=0 cores=0-7
/proc/15953/task/15964/stat : 15964 (java) S 15950 15953 6689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 148029703 26549420032 5298 18446744073709551615 4194304 4196468 140727123749088 140473352776432 140473839598210 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15965] ppid=15950 vsize=25927168 memory=0 CPUtime=0 cores=0-7
/proc/15953/task/15965/stat : 15965 (java) S 15950 15953 6689 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 148029704 26549420032 5298 18446744073709551615 4194304 4196468 140727123749088 140473351722656 140473839597269 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15966] ppid=15950 vsize=25927168 memory=0 CPUtime=0 cores=0-7
/proc/15953/task/15966/stat : 15966 (java) S 15950 15953 6689 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 148029704 26549420032 5298 18446744073709551615 4194304 4196468 140727123749088 140473350669552 140473839597269 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15967] ppid=15950 vsize=25927168 memory=0 CPUtime=0 cores=0-7
/proc/15953/task/15967/stat : 15967 (java) S 15950 15953 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 148029706 26549420032 5298 18446744073709551615 4194304 4196468 140727123749088 140473349618128 140473839605659 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15968] ppid=15950 vsize=25927168 memory=0 CPUtime=0 cores=0-7
/proc/15953/task/15968/stat : 15968 (java) S 15950 15953 6689 0 -1 1077944384 308 0 0 0 0 0 0 0 20 0 19 0 148029706 26549420032 5298 18446744073709551615 4194304 4196468 140727123749088 140472833042672 140473839598210 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15969] ppid=15950 vsize=25927168 memory=0 CPUtime=0 cores=0-7
/proc/15953/task/15969/stat : 15969 (java) S 15950 15953 6689 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 148029706 26549420032 5298 18446744073709551615 4194304 4196468 140727123749088 140472831990128 140473839598210 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15970] ppid=15950 vsize=25927168 memory=0 CPUtime=0 cores=0-7
/proc/15953/task/15970/stat : 15970 (java) S 15950 15953 6689 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 148029706 26549420032 5298 18446744073709551615 4194304 4196468 140727123749088 140472830937072 140473839598210 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15971] ppid=15950 vsize=25927168 memory=0 CPUtime=0 cores=0-7
/proc/15953/task/15971/stat : 15971 (java) S 15950 15953 6689 0 -1 1077944384 207 0 0 0 0 0 0 0 20 0 19 0 148029706 26549420032 5298 18446744073709551615 4194304 4196468 140727123749088 140472829884528 140473839598210 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15972] ppid=15950 vsize=25927168 memory=0 CPUtime=0 cores=0-7
/proc/15953/task/15972/stat : 15972 (java) S 15950 15953 6689 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 148029707 26549420032 5298 18446744073709551615 4194304 4196468 140727123749088 140472828832736 140473839597269 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 25927168 KiB
Current children cumulated memory: 21192 KiB

[startup+0.20975 s]*
/proc/loadavg: 1.01 1.04 1.39 4/192 15973
/proc/meminfo: memFree=31191008/32770624 swapFree=67105588/67108860
[pid=15953] ppid=15950 vsize=25996608 memory=34288 CPUtime=0.17 cores=0-7
/proc/15953/stat : 15953 (java) S 15950 15953 6689 0 -1 1077944320 9761 0 0 0 14 3 0 0 20 0 20 0 148029696 26620526592 8572 18446744073709551615 4194304 4196468 140727123749088 140727123731632 140473839587063 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 4 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
/proc/15953/statm: 6499152 8572 3510 1 0 6487930 0
[pid=15953/tid=15955] ppid=15950 vsize=25996608 memory=-8774313645642428999 CPUtime=0.12 cores=0-7
/proc/15953/task/15955/stat : 15955 (java) R 15950 15953 6689 0 -1 4202560 7495 0 0 0 10 2 0 0 20 0 20 0 148029701 26620526592 8572 18446744073709551615 4194304 4196468 140727123749088 140473843799952 140473839608989 0 4 1 16800974 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15956] ppid=15950 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/15953/task/15956/stat : 15956 (java) S 15950 15953 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148029702 26620526592 8572 18446744073709551615 4194304 4196468 140727123749088 140473401707536 140473839597269 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15957] ppid=15950 vsize=25996608 memory=-1 CPUtime=0 cores=0-7
/proc/15953/task/15957/stat : 15957 (java) S 15950 15953 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148029702 26620526592 8572 18446744073709551615 4194304 4196468 140727123749088 140473400654992 140473839597269 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15958] ppid=15950 vsize=25996608 memory=-1 CPUtime=0 cores=0-7
/proc/15953/task/15958/stat : 15958 (java) S 15950 15953 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148029702 26620526592 8572 18446744073709551615 4194304 4196468 140727123749088 140473399601936 140473839597269 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15959] ppid=15950 vsize=25996608 memory=-1 CPUtime=0 cores=0-7
/proc/15953/task/15959/stat : 15959 (java) S 15950 15953 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148029702 26620526592 8572 18446744073709551615 4194304 4196468 140727123749088 140473398549392 140473839597269 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15960] ppid=15950 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/15953/task/15960/stat : 15960 (java) S 15950 15953 6689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148029702 26620526592 8572 18446744073709551615 4194304 4196468 140727123749088 140473397496336 140473839597269 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15961] ppid=15950 vsize=25996608 memory=-1 CPUtime=0 cores=0-7
/proc/15953/task/15961/stat : 15961 (java) S 15950 15953 6689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148029702 26620526592 8572 18446744073709551615 4194304 4196468 140727123749088 140473396443792 140473839597269 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15962] ppid=15950 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/15953/task/15962/stat : 15962 (java) S 15950 15953 6689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148029702 26620526592 8572 18446744073709551615 4194304 4196468 140727123749088 140473395390736 140473839597269 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15963] ppid=15950 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/15953/task/15963/stat : 15963 (java) S 15950 15953 6689 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 148029702 26620526592 8572 18446744073709551615 4194304 4196468 140727123749088 140473394338192 140473839597269 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15964] ppid=15950 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/15953/task/15964/stat : 15964 (java) S 15950 15953 6689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148029703 26620526592 8572 18446744073709551615 4194304 4196468 140727123749088 140473352776432 140473839598210 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15965] ppid=15950 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/15953/task/15965/stat : 15965 (java) S 15950 15953 6689 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 148029704 26620526592 8572 18446744073709551615 4194304 4196468 140727123749088 140473351722656 140473839597269 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15966] ppid=15950 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/15953/task/15966/stat : 15966 (java) S 15950 15953 6689 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 148029704 26620526592 8572 18446744073709551615 4194304 4196468 140727123749088 140473350669552 140473839597269 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15967] ppid=15950 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/15953/task/15967/stat : 15967 (java) S 15950 15953 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148029706 26620526592 8572 18446744073709551615 4194304 4196468 140727123749088 140473349618128 140473839605659 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15968] ppid=15950 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/15953/task/15968/stat : 15968 (java) S 15950 15953 6689 0 -1 1077944384 308 0 0 0 0 0 0 0 20 0 20 0 148029706 26620526592 8572 18446744073709551615 4194304 4196468 140727123749088 140472833042672 140473839598210 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15969] ppid=15950 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/15953/task/15969/stat : 15969 (java) S 15950 15953 6689 0 -1 1077944384 164 0 0 0 0 0 0 0 20 0 20 0 148029706 26620526592 8572 18446744073709551615 4194304 4196468 140727123749088 140472831990128 140473839598210 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15970] ppid=15950 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/15953/task/15970/stat : 15970 (java) S 15950 15953 6689 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 148029706 26620526592 8572 18446744073709551615 4194304 4196468 140727123749088 140472830937072 140473839598210 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15971] ppid=15950 vsize=25996608 memory=0 CPUtime=0.02 cores=0-7
/proc/15953/task/15971/stat : 15971 (java) R 15950 15953 6689 0 -1 4202560 390 0 0 0 2 0 0 0 20 0 20 0 148029706 26620526592 8572 18446744073709551615 4194304 4196468 140727123749088 140472829884528 140473819482451 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15972] ppid=15950 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/15953/task/15972/stat : 15972 (java) S 15950 15953 6689 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 148029707 26620526592 8572 18446744073709551615 4194304 4196468 140727123749088 140472828832736 140473839597269 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15973] ppid=15950 vsize=25996608 memory=-1 CPUtime=0 cores=0-7
/proc/15953/task/15973/stat : 15973 (java) S 15950 15953 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148029710 26620526592 8572 18446744073709551615 4194304 4196468 140727123749088 140472827780272 140473839598210 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 25996608 KiB
Current children cumulated memory: 34288 KiB

[startup+0.309151 s]*
/proc/loadavg: 1.01 1.04 1.39 3/192 15973
/proc/meminfo: memFree=31184544/32770624 swapFree=67105588/67108860
[pid=15953] ppid=15950 vsize=25996608 memory=41588 CPUtime=0.34 cores=0-7
/proc/15953/stat : 15953 (java) S 15950 15953 6689 0 -1 1077944320 11632 0 0 0 29 5 0 0 20 0 20 0 148029696 26620526592 10397 18446744073709551615 4194304 4196468 140727123749088 140727123731632 140473839587063 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 4 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
/proc/15953/statm: 6499152 10397 3592 1 0 6487930 0
[pid=15953/tid=15955] ppid=15950 vsize=25996608 memory=-8774313645642428999 CPUtime=0.22 cores=0-7
/proc/15953/task/15955/stat : 15955 (java) R 15950 15953 6689 0 -1 4202560 9064 0 0 0 18 4 0 0 20 0 20 0 148029701 26620526592 10397 18446744073709551615 4194304 4196468 140727123749088 140473843796752 140473824956942 0 4 1 16800974 0 0 0 -1 6 0 0 2 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15956] ppid=15950 vsize=25996608 memory=-7003737579269690708 CPUtime=0 cores=0-7
/proc/15953/task/15956/stat : 15956 (java) S 15950 15953 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148029702 26620526592 10397 18446744073709551615 4194304 4196468 140727123749088 140473401707536 140473839597269 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15957] ppid=15950 vsize=25996608 memory=644 CPUtime=0 cores=0-7
/proc/15953/task/15957/stat : 15957 (java) S 15950 15953 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148029702 26620526592 10397 18446744073709551615 4194304 4196468 140727123749088 140473400654992 140473839597269 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15958] ppid=15950 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/15953/task/15958/stat : 15958 (java) S 15950 15953 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148029702 26620526592 10397 18446744073709551615 4194304 4196468 140727123749088 140473399601936 140473839597269 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15959] ppid=15950 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/15953/task/15959/stat : 15959 (java) S 15950 15953 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148029702 26620526592 10397 18446744073709551615 4194304 4196468 140727123749088 140473398549392 140473839597269 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15960] ppid=15950 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/15953/task/15960/stat : 15960 (java) S 15950 15953 6689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148029702 26620526592 10397 18446744073709551615 4194304 4196468 140727123749088 140473397496336 140473839597269 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15961] ppid=15950 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/15953/task/15961/stat : 15961 (java) S 15950 15953 6689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148029702 26620526592 10397 18446744073709551615 4194304 4196468 140727123749088 140473396443792 140473839597269 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15962] ppid=15950 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/15953/task/15962/stat : 15962 (java) S 15950 15953 6689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148029702 26620526592 10397 18446744073709551615 4194304 4196468 140727123749088 140473395390736 140473839597269 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15963] ppid=15950 vsize=25996608 memory=2244 CPUtime=0 cores=0-7
/proc/15953/task/15963/stat : 15963 (java) S 15950 15953 6689 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 148029702 26620526592 10397 18446744073709551615 4194304 4196468 140727123749088 140473394338192 140473839597269 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15964] ppid=15950 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/15953/task/15964/stat : 15964 (java) S 15950 15953 6689 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 148029703 26620526592 10397 18446744073709551615 4194304 4196468 140727123749088 140473352776432 140473839598210 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15965] ppid=15950 vsize=25996608 memory=139982715057103 CPUtime=0 cores=0-7
/proc/15953/task/15965/stat : 15965 (java) S 15950 15953 6689 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 148029704 26620526592 10397 18446744073709551615 4194304 4196468 140727123749088 140473351722656 140473839597269 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15966] ppid=15950 vsize=25996608 memory=279965430134928 CPUtime=0 cores=0-7
/proc/15953/task/15966/stat : 15966 (java) S 15950 15953 6689 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 148029704 26620526592 10397 18446744073709551615 4194304 4196468 140727123749088 140473350669552 140473839597269 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15967] ppid=15950 vsize=25996608 memory=279965430132624 CPUtime=0 cores=0-7
/proc/15953/task/15967/stat : 15967 (java) S 15950 15953 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148029706 26620526592 10397 18446744073709551615 4194304 4196468 140727123749088 140473349618128 140473839605659 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15968] ppid=15950 vsize=25996608 memory=279965430130320 CPUtime=0.02 cores=0-7
/proc/15953/task/15968/stat : 15968 (java) S 15950 15953 6689 0 -1 1077944384 421 0 0 0 2 0 0 0 20 0 20 0 148029706 26620526592 10397 18446744073709551615 4194304 4196468 140727123749088 140472833042672 140473839598210 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15969] ppid=15950 vsize=25996608 memory=279965430137232 CPUtime=0.01 cores=0-7
/proc/15953/task/15969/stat : 15969 (java) R 15950 15953 6689 0 -1 4202560 280 0 0 0 1 0 0 0 20 0 20 0 148029706 26620526592 10397 18446744073709551615 4194304 4196468 140727123749088 140472831990128 140473822971812 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15970] ppid=15950 vsize=25996608 memory=279965430125712 CPUtime=0 cores=0-7
/proc/15953/task/15970/stat : 15970 (java) S 15950 15953 6689 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 20 0 148029706 26620526592 10397 18446744073709551615 4194304 4196468 140727123749088 140472830937072 140473839598210 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15971] ppid=15950 vsize=25996608 memory=279965430150992 CPUtime=0.06 cores=0-7
/proc/15953/task/15971/stat : 15971 (java) R 15950 15953 6689 0 -1 4202560 433 0 0 0 6 0 0 0 20 0 20 0 148029706 26620526592 10397 18446744073709551615 4194304 4196468 140727123749088 140472829880256 140473839608410 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15972] ppid=15950 vsize=25996608 memory=-1 CPUtime=0 cores=0-7
/proc/15953/task/15972/stat : 15972 (java) S 15950 15953 6689 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 148029707 26620526592 10397 18446744073709551615 4194304 4196468 140727123749088 140472828832736 140473839597269 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15973] ppid=15950 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/15953/task/15973/stat : 15973 (java) S 15950 15953 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148029710 26620526592 10397 18446744073709551615 4194304 4196468 140727123749088 140472827780272 140473839598210 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 25996608 KiB
Current children cumulated memory: 41588 KiB

[startup+0.70089 s]
/proc/loadavg: 1.01 1.04 1.39 2/192 15973
/proc/meminfo: memFree=31172112/32770624 swapFree=67105588/67108860
[pid=15953] ppid=15950 vsize=25998676 memory=107708 CPUtime=1.35 cores=0-7
/proc/15953/stat : 15953 (java) S 15950 15953 6689 0 -1 1077944320 15457 0 0 0 128 7 0 0 20 0 20 0 148029696 26622644224 26927 18446744073709551615 4194304 4196468 140727123749088 140727123731632 140473839587063 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 4 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
/proc/15953/statm: 6499669 26927 3746 1 0 6488442 0
[pid=15953/tid=15955] ppid=15950 vsize=25998676 memory=7608 CPUtime=0.6 cores=0-7
/proc/15953/task/15955/stat : 15955 (java) R 15950 15953 6689 0 -1 4202560 10422 0 0 0 55 5 0 0 20 0 20 0 148029701 26622644224 26927 18446744073709551615 4194304 4196468 140727123749088 140473843822560 140473839598998 0 4 1 16800974 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15956] ppid=15950 vsize=25998676 memory=1636 CPUtime=0 cores=0-7
/proc/15953/task/15956/stat : 15956 (java) S 15950 15953 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148029702 26622644224 26927 18446744073709551615 4194304 4196468 140727123749088 140473401707536 140473839597269 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15957] ppid=15950 vsize=25998676 memory=14340 CPUtime=0 cores=0-7
/proc/15953/task/15957/stat : 15957 (java) S 15950 15953 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148029702 26622644224 26927 18446744073709551615 4194304 4196468 140727123749088 140473400654992 140473839597269 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15958] ppid=15950 vsize=25998676 memory=796 CPUtime=0 cores=0-7
/proc/15953/task/15958/stat : 15958 (java) S 15950 15953 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148029702 26622644224 26927 18446744073709551615 4194304 4196468 140727123749088 140473399601936 140473839597269 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15959] ppid=15950 vsize=25998676 memory=7013062643969123904 CPUtime=0 cores=0-7
/proc/15953/task/15959/stat : 15959 (java) S 15950 15953 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148029702 26622644224 26927 18446744073709551615 4194304 4196468 140727123749088 140473398549392 140473839597269 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15960] ppid=15950 vsize=25998676 memory=-7655404311101385754 CPUtime=0 cores=0-7
/proc/15953/task/15960/stat : 15960 (java) S 15950 15953 6689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148029702 26622644224 26927 18446744073709551615 4194304 4196468 140727123749088 140473397496336 140473839597269 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15961] ppid=15950 vsize=25998676 memory=0 CPUtime=0 cores=0-7
/proc/15953/task/15961/stat : 15961 (java) S 15950 15953 6689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148029702 26622644224 26927 18446744073709551615 4194304 4196468 140727123749088 140473396443792 140473839597269 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15962] ppid=15950 vsize=25998676 memory=279965430253648 CPUtime=0 cores=0-7
/proc/15953/task/15962/stat : 15962 (java) S 15950 15953 6689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148029702 26622644224 26927 18446744073709551615 4194304 4196468 140727123749088 140473395390736 140473839597269 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15963] ppid=15950 vsize=25998676 memory=1228 CPUtime=0 cores=0-7
/proc/15953/task/15963/stat : 15963 (java) S 15950 15953 6689 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 148029702 26622644224 26927 18446744073709551615 4194304 4196468 140727123749088 140473394338192 140473839597269 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15964] ppid=15950 vsize=25998676 memory=1428 CPUtime=0 cores=0-7
/proc/15953/task/15964/stat : 15964 (java) S 15950 15953 6689 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 148029703 26622644224 26927 18446744073709551615 4194304 4196468 140727123749088 140473352776432 140473839598210 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15965] ppid=15950 vsize=25998676 memory=15348 CPUtime=0 cores=0-7
/proc/15953/task/15965/stat : 15965 (java) S 15950 15953 6689 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 148029704 26622644224 26927 18446744073709551615 4194304 4196468 140727123749088 140473351722656 140473839597269 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0

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

[startup+2521.6 s]
/proc/loadavg: 7.84 7.49 6.70 9/208 16091
/proc/meminfo: memFree=7957532/32770624 swapFree=67105588/67108860
[pid=15953] ppid=15950 vsize=27076024 memory=23236572 CPUtime=17053.1 cores=0-7
/proc/15953/stat : 15953 (java) S 15950 15953 6689 0 -1 1077944320 20435706 0 0 0 1688291 17020 0 0 20 0 36 0 148029696 27725848576 5809143 18446744073709551615 4194304 4196468 140727123749088 140727123731632 140473839587063 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 4 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
/proc/15953/statm: 6769006 5809143 3846 1 0 6757258 0
[pid=15953/tid=15955] ppid=15950 vsize=27076024 memory=1636 CPUtime=244.79 cores=0-7
/proc/15953/task/15955/stat : 15955 (java) S 15950 15953 6689 0 -1 1077944384 37679 0 0 0 24351 128 0 0 20 0 36 0 148029701 27725848576 5809143 18446744073709551615 4194304 4196468 140727123749088 140473843824768 140473839597269 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15956] ppid=15950 vsize=27076024 memory=14340 CPUtime=1715.34 cores=0-7
/proc/15953/task/15956/stat : 15956 (java) R 15950 15953 6689 0 -1 4202560 1035196 0 0 0 170061 1473 0 0 20 0 36 0 148029702 27725848576 5809143 18446744073709551615 4194304 4196468 140727123749088 140473401707344 140473832215271 0 4 1 16800974 0 0 0 -1 6 0 0 22 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15957] ppid=15950 vsize=27076024 memory=796 CPUtime=1713.99 cores=0-7
/proc/15953/task/15957/stat : 15957 (java) R 15950 15953 6689 0 -1 4202560 1002336 0 0 0 169988 1411 0 0 20 0 36 0 148029702 27725848576 5809143 18446744073709551615 4194304 4196468 140727123749088 140473400654800 140473832215271 0 4 1 16800974 0 0 0 -1 2 0 0 34 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15958] ppid=15950 vsize=27076024 memory=0 CPUtime=1713.89 cores=0-7
/proc/15953/task/15958/stat : 15958 (java) R 15950 15953 6689 0 -1 4202560 1117422 0 0 0 169991 1398 0 0 20 0 36 0 148029702 27725848576 5809143 18446744073709551615 4194304 4196468 140727123749088 140473399601744 140473832215271 0 4 1 16800974 0 0 0 -1 3 0 0 27 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15959] ppid=15950 vsize=27076024 memory=0 CPUtime=1714.18 cores=0-7
/proc/15953/task/15959/stat : 15959 (java) R 15950 15953 6689 0 -1 1077944384 1418420 0 0 0 169906 1512 0 0 20 0 36 0 148029702 27725848576 5809143 18446744073709551615 4194304 4196468 140727123749088 140473398549200 140473839598210 0 4 1 16800974 0 0 0 -1 7 0 0 24 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15960] ppid=15950 vsize=27076024 memory=0 CPUtime=1715.34 cores=0-7
/proc/15953/task/15960/stat : 15960 (java) R 15950 15953 6689 0 -1 4202560 1637585 0 0 0 170133 1401 0 0 20 0 36 0 148029702 27725848576 5809143 18446744073709551615 4194304 4196468 140727123749088 140473397496336 140473832690715 0 4 1 16800974 0 0 0 -1 0 0 0 29 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15961] ppid=15950 vsize=27076024 memory=3 CPUtime=1722.76 cores=0-7
/proc/15953/task/15961/stat : 15961 (java) R 15950 15953 6689 0 -1 4202560 3214080 0 0 0 170631 1645 0 0 20 0 36 0 148029702 27725848576 5809143 18446744073709551615 4194304 4196468 140727123749088 140473396443600 140473832215271 0 4 1 16800974 0 0 0 -1 1 0 0 28 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15962] ppid=15950 vsize=27076024 memory=42435528 CPUtime=1719.93 cores=0-7
/proc/15953/task/15962/stat : 15962 (java) R 15950 15953 6689 0 -1 4202560 2553387 0 0 0 170557 1436 0 0 20 0 36 0 148029702 27725848576 5809143 18446744073709551615 4194304 4196468 140727123749088 140473395390544 140473832215271 0 4 1 16800974 0 0 0 -1 5 0 0 28 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15963] ppid=15950 vsize=27076024 memory=0 CPUtime=1718.33 cores=0-7
/proc/15953/task/15963/stat : 15963 (java) R 15950 15953 6689 0 -1 4202560 1590014 0 0 0 170402 1431 0 0 20 0 36 0 148029702 27725848576 5809143 18446744073709551615 4194304 4196468 140727123749088 140473394338000 140473825345880 0 4 1 16800974 0 0 0 -1 4 0 0 26 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15964] ppid=15950 vsize=27076024 memory=-7003737579269690708 CPUtime=145.49 cores=0-7
/proc/15953/task/15964/stat : 15964 (java) S 15950 15953 6689 0 -1 1077944384 5951214 0 0 0 13991 558 0 0 20 0 36 0 148029703 27725848576 5809143 18446744073709551615 4194304 4196468 140727123749088 140473352774976 140473839597269 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15965] ppid=15950 vsize=27076024 memory=7308045125357167980 CPUtime=0 cores=0-7
/proc/15953/task/15965/stat : 15965 (java) S 15950 15953 6689 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 36 0 148029704 27725848576 5809143 18446744073709551615 4194304 4196468 140727123749088 140473351722720 140473839597269 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15966] ppid=15950 vsize=27076024 memory=1044 CPUtime=0.01 cores=0-7
/proc/15953/task/15966/stat : 15966 (java) S 15950 15953 6689 0 -1 1077944384 96 0 0 0 1 0 0 0 20 0 36 0 148029704 27725848576 5809143 18446744073709551615 4194304 4196468 140727123749088 140473350669568 140473839597269 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15967] ppid=15950 vsize=27076024 memory=6944656592455360604 CPUtime=0 cores=0-7
/proc/15953/task/15967/stat : 15967 (java) S 15950 15953 6689 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 36 0 148029706 27725848576 5809143 18446744073709551615 4194304 4196468 140727123749088 140473349617776 140473839597269 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15968] ppid=15950 vsize=27076024 memory=6655300316396806240 CPUtime=4.85 cores=0-7
/proc/15953/task/15968/stat : 15968 (java) S 15950 15953 6689 0 -1 1077944384 28753 0 0 0 478 7 0 0 20 0 36 0 148029706 27725848576 5809143 18446744073709551615 4194304 4196468 140727123749088 140472833042672 140473839598210 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 73 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15969] ppid=15950 vsize=27076024 memory=31356350842106233 CPUtime=5.01 cores=0-7
/proc/15953/task/15969/stat : 15969 (java) S 15950 15953 6689 0 -1 1077944384 25789 0 0 0 495 6 0 0 20 0 36 0 148029706 27725848576 5809143 18446744073709551615 4194304 4196468 140727123749088 140472831990128 140473839598210 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 70 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15970] ppid=15950 vsize=27076024 memory=1740 CPUtime=6.18 cores=0-7
/proc/15953/task/15970/stat : 15970 (java) S 15950 15953 6689 0 -1 1077944384 35734 0 0 0 609 9 0 0 20 0 36 0 148029706 27725848576 5809143 18446744073709551615 4194304 4196468 140727123749088 140472830937072 140473839598210 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 66 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15971] ppid=15950 vsize=27076024 memory=956 CPUtime=1.89 cores=0-7
/proc/15953/task/15971/stat : 15971 (java) S 15950 15953 6689 0 -1 1077944384 28436 0 0 0 182 7 0 0 20 0 36 0 148029706 27725848576 5809143 18446744073709551615 4194304 4196468 140727123749088 140472829884528 140473839598210 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 77 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15972] ppid=15950 vsize=27076024 memory=1232 CPUtime=0 cores=0-7
/proc/15953/task/15972/stat : 15972 (java) S 15950 15953 6689 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 36 0 148029707 27725848576 5809143 18446744073709551615 4194304 4196468 140727123749088 140472828832736 140473839597269 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15973] ppid=15950 vsize=27076024 memory=2240 CPUtime=1.04 cores=0-7
/proc/15953/task/15973/stat : 15973 (java) S 15950 15953 6689 0 -1 1077944384 5687 0 0 0 53 51 0 0 20 0 36 0 148029710 27725848576 5809143 18446744073709551615 4194304 4196468 140727123749088 140472827780272 140473839598210 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 75 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15978] ppid=15950 vsize=27076024 memory=4304 CPUtime=0 cores=0-7
/proc/15953/task/15978/stat : 15978 (java) S 15950 15953 6689 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 36 0 148054705 27725848576 5809143 18446744073709551615 4194304 4196468 140727123749088 140472815391744 140473839597269 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15979] ppid=15950 vsize=27076024 memory=1620 CPUtime=1.59 cores=0-7
/proc/15953/task/15979/stat : 15979 (java) S 15950 15953 6689 0 -1 1077944384 6811 0 0 0 80 79 0 0 20 0 36 0 148054718 27725848576 5809143 18446744073709551615 4194304 4196468 140727123749088 140472814339216 140473839597269 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15980] ppid=15950 vsize=27076024 memory=23236560 CPUtime=363.52 cores=0-7
/proc/15953/task/15980/stat : 15980 (java) S 15950 15953 6689 0 -1 1077944384 97109 0 0 0 35727 625 0 0 20 0 36 0 148054727 27725848576 5809143 18446744073709551615 4194304 4196468 140727123749088 140472022980304 140473839597269 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 9 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15981] ppid=15950 vsize=27076024 memory=79200 CPUtime=362.63 cores=0-7
/proc/15953/task/15981/stat : 15981 (java) S 15950 15953 6689 0 -1 1077944384 99527 0 0 0 35690 573 0 0 20 0 36 0 148054728 27725848576 5809143 18446744073709551615 4194304 4196468 140727123749088 140472021924784 140473839597269 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 12 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15982] ppid=15950 vsize=27076024 memory=23236564 CPUtime=363.06 cores=0-7
/proc/15953/task/15982/stat : 15982 (java) S 15950 15953 6689 0 -1 1077944384 98184 0 0 0 35781 525 0 0 20 0 36 0 148054729 27725848576 5809143 18446744073709551615 4194304 4196468 140727123749088 140472020871728 140473839597269 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 12 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15983] ppid=15950 vsize=27076024 memory=56 CPUtime=33.91 cores=0-7
/proc/15953/task/15983/stat : 15983 (java) S 15950 15953 6689 0 -1 1077944384 5299 0 0 0 3376 15 0 0 20 0 36 0 148054731 27725848576 5809143 18446744073709551615 4194304 4196468 140727123749088 140472019825456 140473839597269 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15984] ppid=15950 vsize=27076024 memory=6944656575208382560 CPUtime=364.62 cores=0-7
/proc/15953/task/15984/stat : 15984 (java) S 15950 15953 6689 0 -1 1077944384 87392 0 0 0 35824 638 0 0 20 0 36 0 148054731 27725848576 5809143 18446744073709551615 4194304 4196468 140727123749088 140472018767152 140473839597269 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 12 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15985] ppid=15950 vsize=27076024 memory=6656426216303648864 CPUtime=33.88 cores=0-7
/proc/15953/task/15985/stat : 15985 (java) S 15950 15953 6689 0 -1 1077944384 7480 0 0 0 3379 9 0 0 20 0 36 0 148054731 27725848576 5809143 18446744073709551615 4194304 4196468 140727123749088 140472017720880 140473839597269 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15986] ppid=15950 vsize=27076024 memory=-6586667735541663136 CPUtime=365.04 cores=0-7
/proc/15953/task/15986/stat : 15986 (java) S 15950 15953 6689 0 -1 1077944384 82607 0 0 0 35884 620 0 0 20 0 36 0 148054731 27725848576 5809143 18446744073709551615 4194304 4196468 140727123749088 140472016661552 140473839597269 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 12 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15987] ppid=15950 vsize=27076024 memory=7016671349533276567 CPUtime=0 cores=0-7
/proc/15953/task/15987/stat : 15987 (java) S 15950 15953 6689 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 36 0 148054731 27725848576 5809143 18446744073709551615 4194304 4196468 140727123749088 140472015615280 140473839597269 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15988] ppid=15950 vsize=27076024 memory=1164 CPUtime=363.3 cores=0-7
/proc/15953/task/15988/stat : 15988 (java) S 15950 15953 6689 0 -1 1077944384 98798 0 0 0 35826 504 0 0 20 0 36 0 148054731 27725848576 5809143 18446744073709551615 4194304 4196468 140727123749088 140472014556096 140473839597269 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 13 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15989] ppid=15950 vsize=27076024 memory=7608 CPUtime=328.2 cores=0-7
/proc/15953/task/15989/stat : 15989 (java) S 15950 15953 6689 0 -1 1077944384 89851 0 0 0 32351 469 0 0 20 0 36 0 148054731 27725848576 5809143 18446744073709551615 4194304 4196468 140727123749088 140472013503664 140473839597269 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 13 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15990] ppid=15950 vsize=27076024 memory=1636 CPUtime=0 cores=0-7
/proc/15953/task/15990/stat : 15990 (java) S 15950 15953 6689 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 36 0 148054731 27725848576 5809143 18446744073709551615 4194304 4196468 140727123749088 140472012456624 140473839597269 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15991] ppid=15950 vsize=27076024 memory=14340 CPUtime=330.08 cores=0-7
/proc/15953/task/15991/stat : 15991 (java) S 15950 15953 6689 0 -1 1077944384 79272 0 0 0 32428 580 0 0 20 0 36 0 148054731 27725848576 5809143 18446744073709551615 4194304 4196468 140727123749088 140472011397808 140473839597269 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 13 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=16009] ppid=15950 vsize=27076024 memory=796 CPUtime=0 cores=0-7
/proc/15953/task/16009/stat : 16009 (java) S 15950 15953 6689 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 36 0 148064446 27725848576 5809143 18446744073709551615 4194304 4196468 140727123749088 140472008254896 140473839597269 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=16010] ppid=15950 vsize=27076024 memory=23236564 CPUtime=0 cores=0-7
/proc/15953/task/16010/stat : 16010 (java) S 15950 15953 6689 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 36 0 148064446 27725848576 5809143 18446744073709551615 4194304 4196468 140727123749088 140472007202352 140473839597269 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
Current children cumulated CPU time: 17053.1 s
Current children cumulated vsize: 27076024 KiB
Current children cumulated memory: 23236572 KiB

[startup+2522 s]*
/proc/loadavg: 7.84 7.49 6.70 8/208 16091
/proc/meminfo: memFree=7957556/32770624 swapFree=67105588/67108860
[pid=15953] ppid=15950 vsize=27076024 memory=23236572 CPUtime=17056.3 cores=0-7
/proc/15953/stat : 15953 (java) S 15950 15953 6689 0 -1 1077944320 20436308 0 0 0 1688606 17021 0 0 20 0 36 0 148029696 27725848576 5809143 18446744073709551615 4194304 4196468 140727123749088 140727123731632 140473839587063 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 4 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
/proc/15953/statm: 6769006 5809143 3846 1 0 6757258 0
[pid=15953/tid=15955] ppid=15950 vsize=27076024 memory=4872558044660077418 CPUtime=244.79 cores=0-7
/proc/15953/task/15955/stat : 15955 (java) S 15950 15953 6689 0 -1 1077944384 37679 0 0 0 24351 128 0 0 20 0 36 0 148029701 27725848576 5809143 18446744073709551615 4194304 4196468 140727123749088 140473843824768 140473839597269 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15956] ppid=15950 vsize=27076024 memory=-7003737579269690708 CPUtime=1715.73 cores=0-7
/proc/15953/task/15956/stat : 15956 (java) R 15950 15953 6689 0 -1 4202560 1035196 0 0 0 170100 1473 0 0 20 0 36 0 148029702 27725848576 5809143 18446744073709551615 4194304 4196468 140727123749088 140473401707344 140473832215271 0 4 1 16800974 0 0 0 -1 6 0 0 22 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15957] ppid=15950 vsize=27076024 memory=1620 CPUtime=1714.38 cores=0-7
/proc/15953/task/15957/stat : 15957 (java) R 15950 15953 6689 0 -1 4202560 1002336 0 0 0 170027 1411 0 0 20 0 36 0 148029702 27725848576 5809143 18446744073709551615 4194304 4196468 140727123749088 140473400654800 140473832215271 0 4 1 16800974 0 0 0 -1 2 0 0 34 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15958] ppid=15950 vsize=27076024 memory=23236572 CPUtime=1714.28 cores=0-7
/proc/15953/task/15958/stat : 15958 (java) R 15950 15953 6689 0 -1 4202560 1117422 0 0 0 170030 1398 0 0 20 0 36 0 148029702 27725848576 5809143 18446744073709551615 4194304 4196468 140727123749088 140473399602056 140473832215271 0 4 1 16800974 0 0 0 -1 5 0 0 27 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15959] ppid=15950 vsize=27076024 memory=2032 CPUtime=1714.57 cores=0-7
/proc/15953/task/15959/stat : 15959 (java) R 15950 15953 6689 0 -1 4202560 1418420 0 0 0 169945 1512 0 0 20 0 36 0 148029702 27725848576 5809143 18446744073709551615 4194304 4196468 140727123749088 140473398549512 140473832215271 0 4 1 16800974 0 0 0 -1 3 0 0 24 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15960] ppid=15950 vsize=27076024 memory=832 CPUtime=1715.75 cores=0-7
/proc/15953/task/15960/stat : 15960 (java) R 15950 15953 6689 0 -1 4202560 1638187 0 0 0 170174 1401 0 0 20 0 36 0 148029702 27725848576 5809143 18446744073709551615 4194304 4196468 140727123749088 140473397496536 140473832690082 0 4 1 16800974 0 0 0 -1 0 0 0 29 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15961] ppid=15950 vsize=27076024 memory=16436 CPUtime=1723.15 cores=0-7
/proc/15953/task/15961/stat : 15961 (java) R 15950 15953 6689 0 -1 4202560 3214080 0 0 0 170670 1645 0 0 20 0 36 0 148029702 27725848576 5809143 18446744073709551615 4194304 4196468 140727123749088 140473396443600 140473832215271 0 4 1 16800974 0 0 0 -1 1 0 0 28 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15962] ppid=15950 vsize=27076024 memory=5036 CPUtime=1720.32 cores=0-7
/proc/15953/task/15962/stat : 15962 (java) R 15950 15953 6689 0 -1 4202560 2553387 0 0 0 170596 1436 0 0 20 0 36 0 148029702 27725848576 5809143 18446744073709551615 4194304 4196468 140727123749088 140473395390856 140473832215271 0 4 1 16800974 0 0 0 -1 5 0 0 28 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15963] ppid=15950 vsize=27076024 memory=4064 CPUtime=1718.72 cores=0-7
/proc/15953/task/15963/stat : 15963 (java) R 15950 15953 6689 0 -1 4202560 1590014 0 0 0 170441 1431 0 0 20 0 36 0 148029702 27725848576 5809143 18446744073709551615 4194304 4196468 140727123749088 140473394338312 140473832215271 0 4 1 16800974 0 0 0 -1 4 0 0 26 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15964] ppid=15950 vsize=27076024 memory=1152 CPUtime=145.49 cores=0-7
/proc/15953/task/15964/stat : 15964 (java) S 15950 15953 6689 0 -1 1077944384 5951214 0 0 0 13991 558 0 0 20 0 36 0 148029703 27725848576 5809143 18446744073709551615 4194304 4196468 140727123749088 140473352774976 140473839597269 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15965] ppid=15950 vsize=27076024 memory=14340 CPUtime=0 cores=0-7
/proc/15953/task/15965/stat : 15965 (java) S 15950 15953 6689 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 36 0 148029704 27725848576 5809143 18446744073709551615 4194304 4196468 140727123749088 140473351722720 140473839597269 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15966] ppid=15950 vsize=27076024 memory=796 CPUtime=0.01 cores=0-7
/proc/15953/task/15966/stat : 15966 (java) S 15950 15953 6689 0 -1 1077944384 96 0 0 0 1 0 0 0 20 0 36 0 148029704 27725848576 5809143 18446744073709551615 4194304 4196468 140727123749088 140473350669568 140473839597269 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15967] ppid=15950 vsize=27076024 memory=1228 CPUtime=0 cores=0-7
/proc/15953/task/15967/stat : 15967 (java) S 15950 15953 6689 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 36 0 148029706 27725848576 5809143 18446744073709551615 4194304 4196468 140727123749088 140473349617776 140473839597269 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15968] ppid=15950 vsize=27076024 memory=23236572 CPUtime=4.85 cores=0-7
/proc/15953/task/15968/stat : 15968 (java) S 15950 15953 6689 0 -1 1077944384 28753 0 0 0 478 7 0 0 20 0 36 0 148029706 27725848576 5809143 18446744073709551615 4194304 4196468 140727123749088 140472833042672 140473839598210 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 73 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15969] ppid=15950 vsize=27076024 memory=15348 CPUtime=5.01 cores=0-7
/proc/15953/task/15969/stat : 15969 (java) S 15950 15953 6689 0 -1 1077944384 25789 0 0 0 495 6 0 0 20 0 36 0 148029706 27725848576 5809143 18446744073709551615 4194304 4196468 140727123749088 140472831990128 140473839598210 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 70 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15970] ppid=15950 vsize=27076024 memory=47228 CPUtime=6.18 cores=0-7
/proc/15953/task/15970/stat : 15970 (java) S 15950 15953 6689 0 -1 1077944384 35734 0 0 0 609 9 0 0 20 0 36 0 148029706 27725848576 5809143 18446744073709551615 4194304 4196468 140727123749088 140472830937072 140473839598210 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 66 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15971] ppid=15950 vsize=27076024 memory=4044 CPUtime=1.89 cores=0-7
/proc/15953/task/15971/stat : 15971 (java) S 15950 15953 6689 0 -1 1077944384 28436 0 0 0 182 7 0 0 20 0 36 0 148029706 27725848576 5809143 18446744073709551615 4194304 4196468 140727123749088 140472829884528 140473839598210 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 77 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15972] ppid=15950 vsize=27076024 memory=644 CPUtime=0 cores=0-7
/proc/15953/task/15972/stat : 15972 (java) S 15950 15953 6689 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 36 0 148029707 27725848576 5809143 18446744073709551615 4194304 4196468 140727123749088 140472828832736 140473839597269 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15973] ppid=15950 vsize=27076024 memory=1740 CPUtime=1.04 cores=0-7
/proc/15953/task/15973/stat : 15973 (java) S 15950 15953 6689 0 -1 1077944384 5687 0 0 0 53 51 0 0 20 0 36 0 148029710 27725848576 5809143 18446744073709551615 4194304 4196468 140727123749088 140472827780272 140473839598210 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 75 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15978] ppid=15950 vsize=27076024 memory=956 CPUtime=0 cores=0-7
/proc/15953/task/15978/stat : 15978 (java) S 15950 15953 6689 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 36 0 148054705 27725848576 5809143 18446744073709551615 4194304 4196468 140727123749088 140472815391744 140473839597269 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15979] ppid=15950 vsize=27076024 memory=-8774313645642428999 CPUtime=1.59 cores=0-7
/proc/15953/task/15979/stat : 15979 (java) S 15950 15953 6689 0 -1 1077944384 6811 0 0 0 80 79 0 0 20 0 36 0 148054718 27725848576 5809143 18446744073709551615 4194304 4196468 140727123749088 140472814339216 140473839597269 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15980] ppid=15950 vsize=27076024 memory=4072 CPUtime=363.52 cores=0-7
/proc/15953/task/15980/stat : 15980 (java) S 15950 15953 6689 0 -1 1077944384 97109 0 0 0 35727 625 0 0 20 0 36 0 148054727 27725848576 5809143 18446744073709551615 4194304 4196468 140727123749088 140472022980304 140473839597269 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 9 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15981] ppid=15950 vsize=27076024 memory=23236568 CPUtime=362.63 cores=0-7
/proc/15953/task/15981/stat : 15981 (java) S 15950 15953 6689 0 -1 1077944384 99527 0 0 0 35690 573 0 0 20 0 36 0 148054728 27725848576 5809143 18446744073709551615 4194304 4196468 140727123749088 140472021924784 140473839597269 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 12 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15982] ppid=15950 vsize=27076024 memory=-8774313645642428999 CPUtime=363.06 cores=0-7
/proc/15953/task/15982/stat : 15982 (java) S 15950 15953 6689 0 -1 1077944384 98184 0 0 0 35781 525 0 0 20 0 36 0 148054729 27725848576 5809143 18446744073709551615 4194304 4196468 140727123749088 140472020871728 140473839597269 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 12 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15983] ppid=15950 vsize=27076024 memory=-7003737579269690708 CPUtime=33.91 cores=0-7
/proc/15953/task/15983/stat : 15983 (java) S 15950 15953 6689 0 -1 1077944384 5299 0 0 0 3376 15 0 0 20 0 36 0 148054731 27725848576 5809143 18446744073709551615 4194304 4196468 140727123749088 140472019825456 140473839597269 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15984] ppid=15950 vsize=27076024 memory=920 CPUtime=364.62 cores=0-7
/proc/15953/task/15984/stat : 15984 (java) S 15950 15953 6689 0 -1 1077944384 87392 0 0 0 35824 638 0 0 20 0 36 0 148054731 27725848576 5809143 18446744073709551615 4194304 4196468 140727123749088 140472018767152 140473839597269 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 12 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15985] ppid=15950 vsize=27076024 memory=279965432078912 CPUtime=33.88 cores=0-7
/proc/15953/task/15985/stat : 15985 (java) S 15950 15953 6689 0 -1 1077944384 7480 0 0 0 3379 9 0 0 20 0 36 0 148054731 27725848576 5809143 18446744073709551615 4194304 4196468 140727123749088 140472017720880 140473839597269 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15986] ppid=15950 vsize=27076024 memory=-7088785026379990432 CPUtime=365.04 cores=0-7
/proc/15953/task/15986/stat : 15986 (java) S 15950 15953 6689 0 -1 1077944384 82607 0 0 0 35884 620 0 0 20 0 36 0 148054731 27725848576 5809143 18446744073709551615 4194304 4196468 140727123749088 140472016661552 140473839597269 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 12 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15987] ppid=15950 vsize=27076024 memory=6944656592455350634 CPUtime=0 cores=0-7
/proc/15953/task/15987/stat : 15987 (java) S 15950 15953 6689 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 36 0 148054731 27725848576 5809143 18446744073709551615 4194304 4196468 140727123749088 140472015615280 140473839597269 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15988] ppid=15950 vsize=27076024 memory=6369019305372176471 CPUtime=363.3 cores=0-7
/proc/15953/task/15988/stat : 15988 (java) S 15950 15953 6689 0 -1 1077944384 98798 0 0 0 35826 504 0 0 20 0 36 0 148054731 27725848576 5809143 18446744073709551615 4194304 4196468 140727123749088 140472014556096 140473839597269 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 13 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15989] ppid=15950 vsize=27076024 memory=6224904117296320596 CPUtime=328.2 cores=0-7
/proc/15953/task/15989/stat : 15989 (java) S 15950 15953 6689 0 -1 1077944384 89851 0 0 0 32351 469 0 0 20 0 36 0 148054731 27725848576 5809143 18446744073709551615 4194304 4196468 140727123749088 140472013503664 140473839597269 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 13 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15990] ppid=15950 vsize=27076024 memory=288230574492221466 CPUtime=0 cores=0-7
/proc/15953/task/15990/stat : 15990 (java) S 15950 15953 6689 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 36 0 148054731 27725848576 5809143 18446744073709551615 4194304 4196468 140727123749088 140472012456624 140473839597269 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=15991] ppid=15950 vsize=27076024 memory=288230617509003574 CPUtime=330.08 cores=0-7
/proc/15953/task/15991/stat : 15991 (java) S 15950 15953 6689 0 -1 1077944384 79272 0 0 0 32428 580 0 0 20 0 36 0 148054731 27725848576 5809143 18446744073709551615 4194304 4196468 140727123749088 140472011397808 140473839597269 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 13 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=16009] ppid=15950 vsize=27076024 memory=15540738687502695 CPUtime=0 cores=0-7
/proc/15953/task/16009/stat : 16009 (java) S 15950 15953 6689 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 36 0 148064446 27725848576 5809143 18446744073709551615 4194304 4196468 140727123749088 140472008254896 140473839597269 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
[pid=15953/tid=16010] ppid=15950 vsize=27076024 memory=1164 CPUtime=0 cores=0-7
/proc/15953/task/16010/stat : 16010 (java) S 15950 15953 6689 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 36 0 148064446 27725848576 5809143 18446744073709551615 4194304 4196468 140727123749088 140472007202352 140473839597269 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25915392 140727123751275 140727123751461 140727123751461 140727123754959 0
Current children cumulated CPU time: 17056.3 s
Current children cumulated vsize: 27076024 KiB
Current children cumulated memory: 23236572 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 2522.14
CPU time (s): 17056.4
CPU user time (s): 16886.1
CPU system time (s): 170.339
CPU usage (%): 676.268
Max. virtual memory (cumulated for all children) (KiB): 27076024
Max. memory (cumulated for all children) (KiB): 23240192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16886.1
system time used= 170.339
maximum resident set size= 23240208
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20436319
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3584
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 454124
involuntary context switches= 520980


# summary of solver processes directly reported to runsolver:
#   pid: 15953
#   total CPU time (s): 17056.4
#   total CPU user time (s): 16886.1
#   total CPU system time (s): 170.339

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 24.1578 second user time and 30.6215 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-23 05:05:01
IDJOB=4285153
IDBENCH=139206
IDSOLVER=2681
FILE ID=node126/4285153-1503458348
RUNJOBID= node126-1503398604-6745
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-08-22
BENCH NAME= XCSP17/Fischer/Fischer-m1-s1/Fischer-11-12-fair.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-4285153-1503458348/watcher-4285153-1503458348 -o /tmp/evaluation-result-4285153-1503458348/solver-4285153-1503458348 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node126-1503398604-6745 --watchdog 2580  java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1339636746 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4285153-1503458348.xml

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

MD5SUM BENCH= 4cd037b51317e52702be0dab62f9a527
RANDOM SEED=1339636746

node126.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.81
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.81
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.81
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.81
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:        31211120 kB
MemAvailable:   31938124 kB
Buffers:          339592 kB
Cached:           685100 kB
SwapCached:          524 kB
Active:           671100 kB
Inactive:         408844 kB
Active(anon):      11704 kB
Inactive(anon):   101988 kB
Active(file):     659396 kB
Inactive(file):   306856 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:             43852 kB
Writeback:             4 kB
AnonPages:         55180 kB
Mapped:            66764 kB
Shmem:             58016 kB
Slab:             179872 kB
SReclaimable:     153176 kB
SUnreclaim:        26696 kB
KernelStack:        3056 kB
PageTables:         4608 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     328344 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 61988 MiB
End job on node126 at 2017-08-23 05:47:03