Trace number 4275340

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-07-26UNSAT 215.55499 72.543701

General information on the benchmark

NameFischer/Fischer-m1-s1/
Fischer-05-03-fair.xml
MD5SUMebcae7fb870db8f75b7458b98ea920fc
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 benchmark5.3921299
Satisfiable
(Un)Satisfiability was proved
Number of variables4167
Number of constraints3932
Number of domains3
Minimum domain size2
Maximum domain size20001
Distribution of domain sizes[{"size":2,"count":584},{"size":201,"count":24},{"size":20001,"count":3559}]
Minimum variable degree2
Maximum variable degree60
Distribution of variable degrees[{"degree":2,"count":3653},{"degree":3,"count":90},{"degree":4,"count":18},{"degree":5,"count":60},{"degree":6,"count":46},{"degree":7,"count":101},{"degree":8,"count":94},{"degree":9,"count":60},{"degree":10,"count":12},{"degree":12,"count":1},{"degree":13,"count":15},{"degree":17,"count":4},{"degree":27,"count":4},{"degree":29,"count":1},{"degree":34,"count":1},{"degree":36,"count":1},{"degree":38,"count":3},{"degree":59,"count":2},{"degree":60,"count":1}]
Minimum constraint arity1
Maximum constraint arity3
Distribution of constraint arities[{"arity":1,"count":2},{"arity":2,"count":675},{"arity":3,"count":3255}]
Number of extensional constraints0
Number of intensional constraints3932
Distribution of constraint types[{"type":"intension","count":3932}]
Optimization problemNO
Type of objective

Solver Data

0.30/0.25	c version: 2017-07-26
0.30/0.25	c seed: 1446296594
0.30/0.25	c timeout: 20160
0.30/0.25	c memlimit: 11000
0.30/0.25	c nbcore: 8
0.30/0.28	c Parsing instance...
12.17/9.80	c Parsing done, starting search...
215.34/72.49	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 (15235 MiB free)
  memory of node 1: 16384 MiB (15320 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4275340-1502822897/watcher-4275340-1502822897 -o /tmp/evaluation-result-4275340-1502822897/solver-4275340-1502822897 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node102-1502822031-5900 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1446296594 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275340-1502822897.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=6011, runsolver pid=6008

[startup+0.100062 s]*
/proc/loadavg: 2.19 1.64 1.49 2/198 6031
/proc/meminfo: memFree=31269892/32770624 swapFree=67108860/67108860
[pid=6011] ppid=6008 vsize=14325320 memory=33256 CPUtime=0.12 cores=0-7
/proc/6011/stat : 6011 (java) S 6008 6011 5873 0 -1 1077944320 8236 0 0 0 11 1 0 0 20 0 20 0 115377969 14669127680 8314 33554432000 4194304 4196468 140728324276496 140728324259040 140270086217463 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
/proc/6011/statm: 3581330 8314 3409 1 0 3569050 0
[pid=6011/tid=6013] ppid=6008 vsize=14325320 memory=4134692831991783777 CPUtime=0.09 cores=0-7
/proc/6011/task/6013/stat : 6013 (java) R 6008 6011 5873 0 -1 4202560 6177 0 0 0 8 1 0 0 20 0 20 0 115377970 14669127680 8314 33554432000 4194304 4196468 140728324276496 140270090434144 140270070297950 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6014] ppid=6008 vsize=14325320 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/6011/task/6014/stat : 6014 (java) S 6008 6011 5873 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115377971 14669127680 8314 33554432000 4194304 4196468 140728324276496 140270016305936 140270086227669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6015] ppid=6008 vsize=14325320 memory=139805530510976 CPUtime=0 cores=0-7
/proc/6011/task/6015/stat : 6015 (java) S 6008 6011 5873 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 115377971 14669127680 8314 33554432000 4194304 4196468 140728324276496 140270015253392 140270086227669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6016] ppid=6008 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/6011/task/6016/stat : 6016 (java) S 6008 6011 5873 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115377971 14669127680 8314 33554432000 4194304 4196468 140728324276496 140270014200848 140270086227669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6017] ppid=6008 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/6011/task/6017/stat : 6017 (java) S 6008 6011 5873 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115377971 14669127680 8314 33554432000 4194304 4196468 140728324276496 140270013148304 140270086227669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6018] ppid=6008 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/6011/task/6018/stat : 6018 (java) S 6008 6011 5873 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115377971 14669127680 8314 33554432000 4194304 4196468 140728324276496 140270012094736 140270086227669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6019] ppid=6008 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/6011/task/6019/stat : 6019 (java) S 6008 6011 5873 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115377971 14669127680 8314 33554432000 4194304 4196468 140728324276496 140270011042192 140270086227669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6020] ppid=6008 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/6011/task/6020/stat : 6020 (java) S 6008 6011 5873 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115377971 14669127680 8314 33554432000 4194304 4196468 140728324276496 140270009989648 140270086227669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6021] ppid=6008 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/6011/task/6021/stat : 6021 (java) S 6008 6011 5873 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115377971 14669127680 8314 33554432000 4194304 4196468 140728324276496 140269674216080 140270086227669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6022] ppid=6008 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/6011/task/6022/stat : 6022 (java) S 6008 6011 5873 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115377972 14669127680 8314 33554432000 4194304 4196468 140728324276496 140268713986544 140270086228610 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6023] ppid=6008 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/6011/task/6023/stat : 6023 (java) S 6008 6011 5873 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 115377972 14669127680 8314 33554432000 4194304 4196468 140728324276496 140268712932768 140270086227669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6024] ppid=6008 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/6011/task/6024/stat : 6024 (java) S 6008 6011 5873 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 115377973 14669127680 8314 33554432000 4194304 4196468 140728324276496 140268711880176 140270086227669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6025] ppid=6008 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/6011/task/6025/stat : 6025 (java) S 6008 6011 5873 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115377975 14669127680 8314 33554432000 4194304 4196468 140728324276496 140268710828752 140270086236059 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6026] ppid=6008 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/6011/task/6026/stat : 6026 (java) R 6008 6011 5873 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 20 0 115377975 14669127680 8314 33554432000 4194304 4196468 140728324276496 140268709775344 140270086228610 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6027] ppid=6008 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/6011/task/6027/stat : 6027 (java) S 6008 6011 5873 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115377975 14669127680 8314 33554432000 4194304 4196468 140728324276496 140268708722800 140270086228610 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6028] ppid=6008 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/6011/task/6028/stat : 6028 (java) S 6008 6011 5873 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115377975 14669127680 8314 33554432000 4194304 4196468 140728324276496 140268707670256 140270086228610 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6029] ppid=6008 vsize=14325320 memory=0 CPUtime=0.02 cores=0-7
/proc/6011/task/6029/stat : 6029 (java) R 6008 6011 5873 0 -1 4202560 373 0 0 0 2 0 0 0 20 0 20 0 115377975 14669127680 8314 33554432000 4194304 4196468 140728324276496 140268706617712 140270086229398 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6030] ppid=6008 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/6011/task/6030/stat : 6030 (java) S 6008 6011 5873 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 115377975 14669127680 8314 33554432000 4194304 4196468 140728324276496 140268705565408 140270086227669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6031] ppid=6008 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/6011/task/6031/stat : 6031 (java) S 6008 6011 5873 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115377975 14669127680 8314 33554432000 4194304 4196468 140728324276496 140268704512944 140270086228610 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 33256 KiB

[startup+0.210638 s]*
/proc/loadavg: 2.19 1.64 1.49 2/198 6031
/proc/meminfo: memFree=31259344/32770624 swapFree=67108860/67108860
[pid=6011] ppid=6008 vsize=14325320 memory=42668 CPUtime=0.3 cores=0-7
/proc/6011/stat : 6011 (java) S 6008 6011 5873 0 -1 1077944320 9276 0 0 0 28 2 0 0 20 0 20 0 115377969 14669127680 10667 33554432000 4194304 4196468 140728324276496 140728324259040 140270086217463 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
/proc/6011/statm: 3581330 10667 3604 1 0 3569050 0
[pid=6011/tid=6013] ppid=6008 vsize=14325320 memory=4026531975 CPUtime=0.19 cores=0-7
/proc/6011/task/6013/stat : 6013 (java) R 6008 6011 5873 0 -1 4202560 6853 0 0 0 18 1 0 0 20 0 20 0 115377970 14669127680 10667 33554432000 4194304 4196468 140728324276496 140270090426720 140270070297950 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6014] ppid=6008 vsize=14325320 memory=9251 CPUtime=0 cores=0-7
/proc/6011/task/6014/stat : 6014 (java) S 6008 6011 5873 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115377971 14669127680 10667 33554432000 4194304 4196468 140728324276496 140270016305936 140270086227669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6015] ppid=6008 vsize=14325320 memory=139805530520303 CPUtime=0 cores=0-7
/proc/6011/task/6015/stat : 6015 (java) S 6008 6011 5873 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 115377971 14669127680 10667 33554432000 4194304 4196468 140728324276496 140270015253392 140270086227669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6016] ppid=6008 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/6011/task/6016/stat : 6016 (java) S 6008 6011 5873 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115377971 14669127680 10667 33554432000 4194304 4196468 140728324276496 140270014200848 140270086227669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6017] ppid=6008 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/6011/task/6017/stat : 6017 (java) S 6008 6011 5873 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115377971 14669127680 10667 33554432000 4194304 4196468 140728324276496 140270013148304 140270086227669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6018] ppid=6008 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/6011/task/6018/stat : 6018 (java) S 6008 6011 5873 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115377971 14669127680 10667 33554432000 4194304 4196468 140728324276496 140270012094736 140270086227669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6019] ppid=6008 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/6011/task/6019/stat : 6019 (java) S 6008 6011 5873 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115377971 14669127680 10667 33554432000 4194304 4196468 140728324276496 140270011042192 140270086227669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6020] ppid=6008 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/6011/task/6020/stat : 6020 (java) S 6008 6011 5873 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115377971 14669127680 10667 33554432000 4194304 4196468 140728324276496 140270009989648 140270086227669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6021] ppid=6008 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/6011/task/6021/stat : 6021 (java) S 6008 6011 5873 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115377971 14669127680 10667 33554432000 4194304 4196468 140728324276496 140269674216080 140270086227669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6022] ppid=6008 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/6011/task/6022/stat : 6022 (java) S 6008 6011 5873 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 115377972 14669127680 10667 33554432000 4194304 4196468 140728324276496 140268713986544 140270086228610 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6023] ppid=6008 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/6011/task/6023/stat : 6023 (java) S 6008 6011 5873 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 115377972 14669127680 10667 33554432000 4194304 4196468 140728324276496 140268712932768 140270086227669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6024] ppid=6008 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/6011/task/6024/stat : 6024 (java) S 6008 6011 5873 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 115377973 14669127680 10667 33554432000 4194304 4196468 140728324276496 140268711880176 140270086227669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6025] ppid=6008 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/6011/task/6025/stat : 6025 (java) S 6008 6011 5873 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115377975 14669127680 10667 33554432000 4194304 4196468 140728324276496 140268710828752 140270086236059 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6026] ppid=6008 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/6011/task/6026/stat : 6026 (java) S 6008 6011 5873 0 -1 1077944384 424 0 0 0 1 0 0 0 20 0 20 0 115377975 14669127680 10667 33554432000 4194304 4196468 140728324276496 140268709775344 140270086228610 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6027] ppid=6008 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/6011/task/6027/stat : 6027 (java) S 6008 6011 5873 0 -1 1077944384 42 0 0 0 1 0 0 0 20 0 20 0 115377975 14669127680 10667 33554432000 4194304 4196468 140728324276496 140268708722800 140270086228610 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6028] ppid=6008 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/6011/task/6028/stat : 6028 (java) R 6008 6011 5873 0 -1 4202560 179 0 0 0 1 0 0 0 20 0 20 0 115377975 14669127680 10667 33554432000 4194304 4196468 140728324276496 140268707670256 140270066082874 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6029] ppid=6008 vsize=14325320 memory=0 CPUtime=0.05 cores=0-7
/proc/6011/task/6029/stat : 6029 (java) R 6008 6011 5873 0 -1 1077944384 402 0 0 0 5 0 0 0 20 0 20 0 115377975 14669127680 10667 33554432000 4194304 4196468 140728324276496 140268706617712 140270086228610 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6030] ppid=6008 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/6011/task/6030/stat : 6030 (java) S 6008 6011 5873 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 115377975 14669127680 10667 33554432000 4194304 4196468 140728324276496 140268705565408 140270086227669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6031] ppid=6008 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/6011/task/6031/stat : 6031 (java) S 6008 6011 5873 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115377975 14669127680 10667 33554432000 4194304 4196468 140728324276496 140268704512944 140270086228610 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 42668 KiB

[startup+0.310285 s]*
/proc/loadavg: 2.19 1.64 1.49 2/198 6031
/proc/meminfo: memFree=31252396/32770624 swapFree=67108860/67108860
[pid=6011] ppid=6008 vsize=14325340 memory=50848 CPUtime=0.49 cores=0-7
/proc/6011/stat : 6011 (java) S 6008 6011 5873 0 -1 1077944320 10493 0 0 0 46 3 0 0 20 0 20 0 115377969 14669148160 12712 33554432000 4194304 4196468 140728324276496 140728324259040 140270086217463 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
/proc/6011/statm: 3581335 12712 3706 1 0 3569050 0
[pid=6011/tid=6013] ppid=6008 vsize=14325340 memory=8112282956445269571 CPUtime=0.3 cores=0-7
/proc/6011/task/6013/stat : 6013 (java) R 6008 6011 5873 0 -1 4202560 7594 0 0 0 28 2 0 0 20 0 20 0 115377970 14669148160 12712 33554432000 4194304 4196468 140728324276496 140270090440240 140270086229398 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6014] ppid=6008 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/6011/task/6014/stat : 6014 (java) S 6008 6011 5873 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115377971 14669148160 12712 33554432000 4194304 4196468 140728324276496 140270016305936 140270086227669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6015] ppid=6008 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/6011/task/6015/stat : 6015 (java) S 6008 6011 5873 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 115377971 14669148160 12712 33554432000 4194304 4196468 140728324276496 140270015253392 140270086227669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6016] ppid=6008 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/6011/task/6016/stat : 6016 (java) S 6008 6011 5873 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115377971 14669148160 12712 33554432000 4194304 4196468 140728324276496 140270014200848 140270086227669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6017] ppid=6008 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/6011/task/6017/stat : 6017 (java) S 6008 6011 5873 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115377971 14669148160 12712 33554432000 4194304 4196468 140728324276496 140270013148304 140270086227669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6018] ppid=6008 vsize=14325340 memory=2244 CPUtime=0 cores=0-7
/proc/6011/task/6018/stat : 6018 (java) S 6008 6011 5873 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115377971 14669148160 12712 33554432000 4194304 4196468 140728324276496 140270012094736 140270086227669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6019] ppid=6008 vsize=14325340 memory=139805413438383 CPUtime=0 cores=0-7
/proc/6011/task/6019/stat : 6019 (java) S 6008 6011 5873 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115377971 14669148160 12712 33554432000 4194304 4196468 140728324276496 140270011042192 140270086227669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6020] ppid=6008 vsize=14325340 memory=139805413440688 CPUtime=0 cores=0-7
/proc/6011/task/6020/stat : 6020 (java) S 6008 6011 5873 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115377971 14669148160 12712 33554432000 4194304 4196468 140728324276496 140270009989648 140270086227669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6021] ppid=6008 vsize=14325340 memory=139805413442992 CPUtime=0 cores=0-7
/proc/6011/task/6021/stat : 6021 (java) S 6008 6011 5873 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115377971 14669148160 12712 33554432000 4194304 4196468 140728324276496 140269674216080 140270086227669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6022] ppid=6008 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/6011/task/6022/stat : 6022 (java) S 6008 6011 5873 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 115377972 14669148160 12712 33554432000 4194304 4196468 140728324276496 140268713986544 140270086228610 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6023] ppid=6008 vsize=14325340 memory=279610826892944 CPUtime=0 cores=0-7
/proc/6011/task/6023/stat : 6023 (java) S 6008 6011 5873 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 115377972 14669148160 12712 33554432000 4194304 4196468 140728324276496 140268712932768 140270086227669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6024] ppid=6008 vsize=14325340 memory=279610826899856 CPUtime=0 cores=0-7
/proc/6011/task/6024/stat : 6024 (java) S 6008 6011 5873 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 115377973 14669148160 12712 33554432000 4194304 4196468 140728324276496 140268711880176 140270086227669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6025] ppid=6008 vsize=14325340 memory=279610826841136 CPUtime=0 cores=0-7
/proc/6011/task/6025/stat : 6025 (java) S 6008 6011 5873 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115377975 14669148160 12712 33554432000 4194304 4196468 140728324276496 140268710828752 140270086236059 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6026] ppid=6008 vsize=14325340 memory=279610826913680 CPUtime=0.02 cores=0-7
/proc/6011/task/6026/stat : 6026 (java) S 6008 6011 5873 0 -1 1077944384 439 0 0 0 2 0 0 0 20 0 20 0 115377975 14669148160 12712 33554432000 4194304 4196468 140728324276496 140268709775344 140270086228610 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6027] ppid=6008 vsize=14325340 memory=279610826920592 CPUtime=0.04 cores=0-7
/proc/6011/task/6027/stat : 6027 (java) S 6008 6011 5873 0 -1 1077944384 281 0 0 0 4 0 0 0 20 0 20 0 115377975 14669148160 12712 33554432000 4194304 4196468 140728324276496 140268708722800 140270086228610 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6028] ppid=6008 vsize=14325340 memory=279610826918288 CPUtime=0.03 cores=0-7
/proc/6011/task/6028/stat : 6028 (java) S 6008 6011 5873 0 -1 1077944384 367 0 0 0 3 0 0 0 20 0 20 0 115377975 14669148160 12712 33554432000 4194304 4196468 140728324276496 140268707670256 140270086228610 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6029] ppid=6008 vsize=14325340 memory=279610826934896 CPUtime=0.08 cores=0-7
/proc/6011/task/6029/stat : 6029 (java) S 6008 6011 5873 0 -1 1077944384 429 0 0 0 8 0 0 0 20 0 20 0 115377975 14669148160 12712 33554432000 4194304 4196468 140728324276496 140268706617712 140270086228610 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6030] ppid=6008 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/6011/task/6030/stat : 6030 (java) S 6008 6011 5873 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 115377975 14669148160 12712 33554432000 4194304 4196468 140728324276496 140268705565408 140270086227669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6031] ppid=6008 vsize=14325340 memory=-1 CPUtime=0 cores=0-7
/proc/6011/task/6031/stat : 6031 (java) S 6008 6011 5873 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115377975 14669148160 12712 33554432000 4194304 4196468 140728324276496 140268704512944 140270086228610 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 14325340 KiB
Current children cumulated memory: 50848 KiB

[startup+0.700895 s]
/proc/loadavg: 2.19 1.64 1.49 3/198 6031
/proc/meminfo: memFree=31233908/32770624 swapFree=67108860/67108860
[pid=6011] ppid=6008 vsize=14327388 memory=107164 CPUtime=1.59 cores=0-7
/proc/6011/stat : 6011 (java) S 6008 6011 5873 0 -1 1077944320 15333 0 0 0 153 6 0 0 20 0 20 0 115377969 14671245312 26791 33554432000 4194304 4196468 140728324276496 140728324259040 140270086217463 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
/proc/6011/statm: 3581847 26791 3776 1 0 3569562 0
[pid=6011/tid=6013] ppid=6008 vsize=14327388 memory=0 CPUtime=0.68 cores=0-7
/proc/6011/task/6013/stat : 6013 (java) R 6008 6011 5873 0 -1 4202560 8373 0 0 0 65 3 0 0 20 0 20 0 115377970 14671245312 26791 33554432000 4194304 4196468 140728324276496 140270090452576 140270070297950 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6014] ppid=6008 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/6011/task/6014/stat : 6014 (java) S 6008 6011 5873 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115377971 14671245312 26791 33554432000 4194304 4196468 140728324276496 140270016305936 140270086227669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6015] ppid=6008 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/6011/task/6015/stat : 6015 (java) S 6008 6011 5873 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 115377971 14671245312 26791 33554432000 4194304 4196468 140728324276496 140270015253392 140270086227669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6016] ppid=6008 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/6011/task/6016/stat : 6016 (java) S 6008 6011 5873 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115377971 14671245312 26791 33554432000 4194304 4196468 140728324276496 140270014200848 140270086227669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6017] ppid=6008 vsize=14327388 memory=1224 CPUtime=0 cores=0-7
/proc/6011/task/6017/stat : 6017 (java) S 6008 6011 5873 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115377971 14671245312 26791 33554432000 4194304 4196468 140728324276496 140270013148304 140270086227669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6018] ppid=6008 vsize=14327388 memory=5792 CPUtime=0 cores=0-7
/proc/6011/task/6018/stat : 6018 (java) S 6008 6011 5873 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115377971 14671245312 26791 33554432000 4194304 4196468 140728324276496 140270012094736 140270086227669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6019] ppid=6008 vsize=14327388 memory=4620 CPUtime=0 cores=0-7
/proc/6011/task/6019/stat : 6019 (java) S 6008 6011 5873 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115377971 14671245312 26791 33554432000 4194304 4196468 140728324276496 140270011042192 140270086227669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6020] ppid=6008 vsize=14327388 memory=1200 CPUtime=0 cores=0-7
/proc/6011/task/6020/stat : 6020 (java) S 6008 6011 5873 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115377971 14671245312 26791 33554432000 4194304 4196468 140728324276496 140270009989648 140270086227669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6021] ppid=6008 vsize=14327388 memory=15876 CPUtime=0 cores=0-7
/proc/6011/task/6021/stat : 6021 (java) S 6008 6011 5873 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115377971 14671245312 26791 33554432000 4194304 4196468 140728324276496 140269674216080 140270086227669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6022] ppid=6008 vsize=14327388 memory=16236 CPUtime=0 cores=0-7
/proc/6011/task/6022/stat : 6022 (java) S 6008 6011 5873 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 115377972 14671245312 26791 33554432000 4194304 4196468 140728324276496 140268713986544 140270086228610 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0

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

[pid=6011/tid=6053] ppid=6008 vsize=16070376 memory=903 CPUtime=1.16 cores=0-7
/proc/6011/task/6053/stat : 6053 (java) S 6008 6011 5873 0 -1 1077944384 171 0 0 0 115 1 0 0 20 0 46 0 115384574 16456065024 1428861 33554432000 4194304 4196468 140728324276496 140266716517648 140270086227669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6054] ppid=6008 vsize=16070376 memory=849 CPUtime=0.42 cores=0-7
/proc/6011/task/6054/stat : 6054 (java) S 6008 6011 5873 0 -1 1077944384 62 0 0 0 42 0 0 0 20 0 46 0 115384574 16456065024 1428861 33554432000 4194304 4196468 140728324276496 140266715465104 140270086227669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6055] ppid=6008 vsize=16070376 memory=792 CPUtime=1.88 cores=0-7
/proc/6011/task/6055/stat : 6055 (java) S 6008 6011 5873 0 -1 1077944384 825 0 0 0 185 3 0 0 20 0 46 0 115384575 16456065024 1428861 33554432000 4194304 4196468 140728324276496 140266714412560 140270086227669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6056] ppid=6008 vsize=16070376 memory=1341 CPUtime=1.09 cores=0-7
/proc/6011/task/6056/stat : 6056 (java) S 6008 6011 5873 0 -1 1077944384 281 0 0 0 109 0 0 0 20 0 46 0 115384576 16456065024 1428861 33554432000 4194304 4196468 140728324276496 140266713360016 140270086227669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6057] ppid=6008 vsize=16070376 memory=259 CPUtime=2.04 cores=0-7
/proc/6011/task/6057/stat : 6057 (java) S 6008 6011 5873 0 -1 1077944384 517 0 0 0 198 6 0 0 20 0 46 0 115384578 16456065024 1428861 33554432000 4194304 4196468 140728324276496 140266712307472 140270086227669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
Current children cumulated CPU time: 214.39 s
Current children cumulated vsize: 16070376 KiB
Current children cumulated memory: 5715444 KiB

[startup+72.4015 s]
/proc/loadavg: 3.40 2.03 1.63 6/224 6057
/proc/meminfo: memFree=25578000/32770624 swapFree=67108860/67108860
[pid=6011] ppid=6008 vsize=16070376 memory=5715444 CPUtime=215.34 cores=0-7
/proc/6011/stat : 6011 (java) S 6008 6011 5873 0 -1 1077944320 162677 0 0 0 20526 1008 0 0 20 0 46 0 115377969 16456065024 1428861 33554432000 4194304 4196468 140728324276496 140728324259040 140270086217463 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
/proc/6011/statm: 4017594 1428861 3867 1 0 4004788 0
[pid=6011/tid=6013] ppid=6008 vsize=16070376 memory=4044 CPUtime=51.37 cores=0-7
/proc/6011/task/6013/stat : 6013 (java) S 6008 6011 5873 0 -1 1077944384 23574 0 0 0 5080 57 0 0 20 0 46 0 115377970 16456065024 1428861 33554432000 4194304 4196468 140728324276496 140270090455168 140270086227669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6014] ppid=6008 vsize=16070376 memory=18876 CPUtime=3.56 cores=0-7
/proc/6011/task/6014/stat : 6014 (java) S 6008 6011 5873 0 -1 1077944384 4037 0 0 0 255 101 0 0 20 0 46 0 115377971 16456065024 1428861 33554432000 4194304 4196468 140728324276496 140270016305936 140270086227669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 8 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6015] ppid=6008 vsize=16070376 memory=1232 CPUtime=3.58 cores=0-7
/proc/6011/task/6015/stat : 6015 (java) S 6008 6011 5873 0 -1 1077944384 3541 0 0 0 256 102 0 0 20 0 46 0 115377971 16456065024 1428861 33554432000 4194304 4196468 140728324276496 140270015253392 140270086227669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 6 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6016] ppid=6008 vsize=16070376 memory=648 CPUtime=3.54 cores=0-7
/proc/6011/task/6016/stat : 6016 (java) S 6008 6011 5873 0 -1 1077944384 5751 0 0 0 254 100 0 0 20 0 46 0 115377971 16456065024 1428861 33554432000 4194304 4196468 140728324276496 140270014200848 140270086227669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 7 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6017] ppid=6008 vsize=16070376 memory=1796 CPUtime=3.55 cores=0-7
/proc/6011/task/6017/stat : 6017 (java) S 6008 6011 5873 0 -1 1077944384 5303 0 0 0 262 93 0 0 20 0 46 0 115377971 16456065024 1428861 33554432000 4194304 4196468 140728324276496 140270013148304 140270086227669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 7 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6018] ppid=6008 vsize=16070376 memory=956 CPUtime=3.55 cores=0-7
/proc/6011/task/6018/stat : 6018 (java) S 6008 6011 5873 0 -1 1077944384 5355 0 0 0 257 98 0 0 20 0 46 0 115377971 16456065024 1428861 33554432000 4194304 4196468 140728324276496 140270012094736 140270086227669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 6 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6019] ppid=6008 vsize=16070376 memory=2428 CPUtime=3.5 cores=0-7
/proc/6011/task/6019/stat : 6019 (java) S 6008 6011 5873 0 -1 1077944384 5359 0 0 0 256 94 0 0 20 0 46 0 115377971 16456065024 1428861 33554432000 4194304 4196468 140728324276496 140270011042192 140270086227669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 9 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6020] ppid=6008 vsize=16070376 memory=928 CPUtime=3.5 cores=0-7
/proc/6011/task/6020/stat : 6020 (java) S 6008 6011 5873 0 -1 1077944384 4898 0 0 0 258 92 0 0 20 0 46 0 115377971 16456065024 1428861 33554432000 4194304 4196468 140728324276496 140270009989648 140270086227669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 7 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6021] ppid=6008 vsize=16070376 memory=1576 CPUtime=3.52 cores=0-7
/proc/6011/task/6021/stat : 6021 (java) S 6008 6011 5873 0 -1 1077944384 5033 0 0 0 257 95 0 0 20 0 46 0 115377971 16456065024 1428861 33554432000 4194304 4196468 140728324276496 140269674216080 140270086227669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 10 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6022] ppid=6008 vsize=16070376 memory=2236 CPUtime=0.3 cores=0-7
/proc/6011/task/6022/stat : 6022 (java) S 6008 6011 5873 0 -1 1077944384 17373 0 0 0 25 5 0 0 20 0 46 0 115377972 16456065024 1428861 33554432000 4194304 4196468 140728324276496 140268713986544 140270086228610 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6023] ppid=6008 vsize=16070376 memory=4316 CPUtime=0 cores=0-7
/proc/6011/task/6023/stat : 6023 (java) S 6008 6011 5873 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 46 0 115377972 16456065024 1428861 33554432000 4194304 4196468 140728324276496 140268712932832 140270086227669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6024] ppid=6008 vsize=16070376 memory=2241 CPUtime=0 cores=0-7
/proc/6011/task/6024/stat : 6024 (java) S 6008 6011 5873 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 46 0 115377973 16456065024 1428861 33554432000 4194304 4196468 140728324276496 140268711880192 140270086227669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6025] ppid=6008 vsize=16070376 memory=2244 CPUtime=0 cores=0-7
/proc/6011/task/6025/stat : 6025 (java) S 6008 6011 5873 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 46 0 115377975 16456065024 1428861 33554432000 4194304 4196468 140728324276496 140268710828752 140270086236059 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6026] ppid=6008 vsize=16070376 memory=0 CPUtime=3.24 cores=0-7
/proc/6011/task/6026/stat : 6026 (java) S 6008 6011 5873 0 -1 1077944384 13955 0 0 0 320 4 0 0 20 0 46 0 115377975 16456065024 1428861 33554432000 4194304 4196468 140728324276496 140268709775344 140270086228610 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6027] ppid=6008 vsize=16070376 memory=0 CPUtime=2.85 cores=0-7
/proc/6011/task/6027/stat : 6027 (java) S 6008 6011 5873 0 -1 1077944384 10130 0 0 0 281 4 0 0 20 0 46 0 115377975 16456065024 1428861 33554432000 4194304 4196468 140728324276496 140268708722800 140270086228610 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6028] ppid=6008 vsize=16070376 memory=0 CPUtime=3.27 cores=0-7
/proc/6011/task/6028/stat : 6028 (java) S 6008 6011 5873 0 -1 1077944384 11625 0 0 0 323 4 0 0 20 0 46 0 115377975 16456065024 1428861 33554432000 4194304 4196468 140728324276496 140268707670256 140270086228610 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6029] ppid=6008 vsize=16070376 memory=279610829126784 CPUtime=1.68 cores=0-7
/proc/6011/task/6029/stat : 6029 (java) S 6008 6011 5873 0 -1 1077944384 16531 0 0 0 164 4 0 0 20 0 46 0 115377975 16456065024 1428861 33554432000 4194304 4196468 140728324276496 140268706617712 140270086228610 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6030] ppid=6008 vsize=16070376 memory=139805414569712 CPUtime=0 cores=0-7
/proc/6011/task/6030/stat : 6030 (java) S 6008 6011 5873 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 46 0 115377975 16456065024 1428861 33554432000 4194304 4196468 140728324276496 140268705565408 140270086227669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6031] ppid=6008 vsize=16070376 memory=-1807685287717842718 CPUtime=0.02 cores=0-7
/proc/6011/task/6031/stat : 6031 (java) S 6008 6011 5873 0 -1 1077944384 417 0 0 0 0 2 0 0 20 0 46 0 115377975 16456065024 1428861 33554432000 4194304 4196468 140728324276496 140268704512944 140270086228610 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6032] ppid=6008 vsize=16070376 memory=6944656592387989600 CPUtime=0.08 cores=0-7
/proc/6011/task/6032/stat : 6032 (java) S 6008 6011 5873 0 -1 1077944384 384 0 0 0 5 3 0 0 20 0 46 0 115383136 16456065024 1428861 33554432000 4194304 4196468 140728324276496 140268692128976 140270086227669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6033] ppid=6008 vsize=16070376 memory=6944656575208382560 CPUtime=0.12 cores=0-7
/proc/6011/task/6033/stat : 6033 (java) S 6008 6011 5873 0 -1 1077944384 928 0 0 0 5 7 0 0 20 0 46 0 115383148 16456065024 1428861 33554432000 4194304 4196468 140728324276496 140268691076624 140270086228610 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6034] ppid=6008 vsize=16070376 memory=6944652177228980320 CPUtime=10.63 cores=0-7
/proc/6011/task/6034/stat : 6034 (java) S 6008 6011 5873 0 -1 1077944384 3200 0 0 0 1054 9 0 0 20 0 46 0 115383157 16456065024 1428861 33554432000 4194304 4196468 140728324276496 140268687926160 140270086227669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6035] ppid=6008 vsize=16070376 memory=-7161732098442470212 CPUtime=14.84 cores=0-7
/proc/6011/task/6035/stat : 6035 (java) S 6008 6011 5873 0 -1 1077944384 2816 0 0 0 1472 12 0 0 20 0 46 0 115383159 16456065024 1428861 33554432000 4194304 4196468 140728324276496 140268686873616 140270086227669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6036] ppid=6008 vsize=16070376 memory=6944656575208382560 CPUtime=6.15 cores=0-7
/proc/6011/task/6036/stat : 6036 (java) S 6008 6011 5873 0 -1 1077944384 925 0 0 0 614 1 0 0 20 0 46 0 115383159 16456065024 1428861 33554432000 4194304 4196468 140728324276496 140268685821072 140270086227669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6037] ppid=6008 vsize=16070376 memory=7157735280213710950 CPUtime=12.96 cores=0-7
/proc/6011/task/6037/stat : 6037 (java) S 6008 6011 5873 0 -1 1077944384 2891 0 0 0 1291 5 0 0 20 0 46 0 115383166 16456065024 1428861 33554432000 4194304 4196468 140728324276496 140268684768528 140270086227669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6038] ppid=6008 vsize=16070376 memory=7014751519633856614 CPUtime=4.41 cores=0-7
/proc/6011/task/6038/stat : 6038 (java) S 6008 6011 5873 0 -1 1077944384 608 0 0 0 438 3 0 0 20 0 46 0 115383166 16456065024 1428861 33554432000 4194304 4196468 140728324276496 140268683715984 140270086227669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6039] ppid=6008 vsize=16070376 memory=7157735280213710950 CPUtime=9.54 cores=0-7
/proc/6011/task/6039/stat : 6039 (java) S 6008 6011 5873 0 -1 1077944384 1397 0 0 0 949 5 0 0 20 0 46 0 115383166 16456065024 1428861 33554432000 4194304 4196468 140728324276496 140268682663440 140270086227669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6040] ppid=6008 vsize=16070376 memory=7014751519633856614 CPUtime=8.49 cores=0-7
/proc/6011/task/6040/stat : 6040 (java) S 6008 6011 5873 0 -1 1077944384 1344 0 0 0 846 3 0 0 20 0 46 0 115383166 16456065024 1428861 33554432000 4194304 4196468 140728324276496 140268681610896 140270086227669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6041] ppid=6008 vsize=16070376 memory=7014751519633856614 CPUtime=7.92 cores=0-7
/proc/6011/task/6041/stat : 6041 (java) S 6008 6011 5873 0 -1 1077944384 2652 0 0 0 777 15 0 0 20 0 46 0 115383166 16456065024 1428861 33554432000 4194304 4196468 140728324276496 140268680558352 140270086227669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6042] ppid=6008 vsize=16070376 memory=7014751519633856614 CPUtime=13.47 cores=0-7
/proc/6011/task/6042/stat : 6042 (java) S 6008 6011 5873 0 -1 1077944384 1858 0 0 0 1341 6 0 0 20 0 46 0 115383166 16456065024 1428861 33554432000 4194304 4196468 140728324276496 140268679504784 140270086227669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6043] ppid=6008 vsize=16070376 memory=7014751519633856614 CPUtime=2.63 cores=0-7
/proc/6011/task/6043/stat : 6043 (java) S 6008 6011 5873 0 -1 1077944384 754 0 0 0 258 5 0 0 20 0 46 0 115383166 16456065024 1428861 33554432000 4194304 4196468 140728324276496 140268678452240 140270086227669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6044] ppid=6008 vsize=16070376 memory=7014751519633856614 CPUtime=4.29 cores=0-7
/proc/6011/task/6044/stat : 6044 (java) S 6008 6011 5873 0 -1 1077944384 1288 0 0 0 427 2 0 0 20 0 46 0 115383166 16456065024 1428861 33554432000 4194304 4196468 140728324276496 140268677399696 140270086227669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6045] ppid=6008 vsize=16070376 memory=7157735280213710950 CPUtime=5.38 cores=0-7
/proc/6011/task/6045/stat : 6045 (java) R 6008 6011 5873 0 -1 4202560 1063 0 0 0 531 7 0 0 20 0 46 0 115383977 16456065024 1428861 33554432000 4194304 4196468 140728324276496 140268676341080 140269701255574 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6046] ppid=6008 vsize=16070376 memory=7014751519633856614 CPUtime=4.67 cores=0-7
/proc/6011/task/6046/stat : 6046 (java) S 6008 6011 5873 0 -1 1077944384 717 0 0 0 458 9 0 0 20 0 46 0 115383977 16456065024 1428861 33554432000 4194304 4196468 140728324276496 140268675294608 140270086227669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6047] ppid=6008 vsize=16070376 memory=7157735280213710950 CPUtime=3.98 cores=0-7
/proc/6011/task/6047/stat : 6047 (java) S 6008 6011 5873 0 -1 1077944384 876 0 0 0 378 20 0 0 20 0 46 0 115383977 16456065024 1428861 33554432000 4194304 4196468 140728324276496 140268674242064 140270086227669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6048] ppid=6008 vsize=16070376 memory=7014751519633856614 CPUtime=2.99 cores=0-7
/proc/6011/task/6048/stat : 6048 (java) S 6008 6011 5873 0 -1 1077944384 509 0 0 0 296 3 0 0 20 0 46 0 115383977 16456065024 1428861 33554432000 4194304 4196468 140728324276496 140268673189520 140270086227669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6049] ppid=6008 vsize=16070376 memory=7014751519633856614 CPUtime=0.64 cores=0-7
/proc/6011/task/6049/stat : 6049 (java) S 6008 6011 5873 0 -1 1077944384 240 0 0 0 61 3 0 0 20 0 46 0 115383977 16456065024 1428861 33554432000 4194304 4196468 140728324276496 140268672136976 140270086227669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6050] ppid=6008 vsize=16070376 memory=7014751519633856614 CPUtime=0.49 cores=0-7
/proc/6011/task/6050/stat : 6050 (java) S 6008 6011 5873 0 -1 1077944384 385 0 0 0 48 1 0 0 20 0 46 0 115383978 16456065024 1428861 33554432000 4194304 4196468 140728324276496 140268671083408 140270086227669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6051] ppid=6008 vsize=16070376 memory=7014751519633856614 CPUtime=2.48 cores=0-7
/proc/6011/task/6051/stat : 6051 (java) S 6008 6011 5873 0 -1 1077944384 1239 0 0 0 234 14 0 0 20 0 46 0 115384357 16456065024 1428861 33554432000 4194304 4196468 140728324276496 140268667896848 140270086227669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6052] ppid=6008 vsize=16070376 memory=7014751519633856614 CPUtime=1.16 cores=0-7
/proc/6011/task/6052/stat : 6052 (java) S 6008 6011 5873 0 -1 1077944384 418 0 0 0 115 1 0 0 20 0 46 0 115384531 16456065024 1428861 33554432000 4194304 4196468 140728324276496 140266717570192 140270086227669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6053] ppid=6008 vsize=16070376 memory=7014751519633856614 CPUtime=1.16 cores=0-7
/proc/6011/task/6053/stat : 6053 (java) S 6008 6011 5873 0 -1 1077944384 171 0 0 0 115 1 0 0 20 0 46 0 115384574 16456065024 1428861 33554432000 4194304 4196468 140728324276496 140266716517648 140270086227669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6054] ppid=6008 vsize=16070376 memory=7014751519633856614 CPUtime=0.42 cores=0-7
/proc/6011/task/6054/stat : 6054 (java) S 6008 6011 5873 0 -1 1077944384 62 0 0 0 42 0 0 0 20 0 46 0 115384574 16456065024 1428861 33554432000 4194304 4196468 140728324276496 140266715465104 140270086227669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6055] ppid=6008 vsize=16070376 memory=7014751519633856614 CPUtime=1.88 cores=0-7
/proc/6011/task/6055/stat : 6055 (java) S 6008 6011 5873 0 -1 1077944384 825 0 0 0 185 3 0 0 20 0 46 0 115384575 16456065024 1428861 33554432000 4194304 4196468 140728324276496 140266714412560 140270086227669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6056] ppid=6008 vsize=16070376 memory=7014751519633856614 CPUtime=1.09 cores=0-7
/proc/6011/task/6056/stat : 6056 (java) S 6008 6011 5873 0 -1 1077944384 281 0 0 0 109 0 0 0 20 0 46 0 115384576 16456065024 1428861 33554432000 4194304 4196468 140728324276496 140266713360016 140270086227669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6057] ppid=6008 vsize=16070376 memory=7014751519633856614 CPUtime=2.04 cores=0-7
/proc/6011/task/6057/stat : 6057 (java) S 6008 6011 5873 0 -1 1077944384 517 0 0 0 198 6 0 0 20 0 46 0 115384578 16456065024 1428861 33554432000 4194304 4196468 140728324276496 140266712307472 140270086227669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
Current children cumulated CPU time: 215.34 s
Current children cumulated vsize: 16070376 KiB
Current children cumulated memory: 5715444 KiB

[startup+72.5014 s]
/proc/loadavg: 3.40 2.03 1.63 6/224 6057
/proc/meminfo: memFree=25578000/32770624 swapFree=67108860/67108860
[pid=6011] ppid=6008 vsize=16070376 memory=5715268 CPUtime=215.52 cores=0-7
/proc/6011/stat : 6011 (java) S 6008 6011 5873 0 -1 1077944320 169375 0 0 0 20540 1012 0 0 20 0 19 0 115377969 16456065024 1428817 33554432000 4194304 4196468 140728324276496 140728324259040 140270086217463 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
/proc/6011/statm: 4017594 1428817 3870 1 0 4004788 0
[pid=6011/tid=6013] ppid=6008 vsize=16070376 memory=51840255274788 CPUtime=51.37 cores=0-7
/proc/6011/task/6013/stat : 6013 (java) S 6008 6011 5873 0 -1 1077944384 23658 0 0 0 5080 57 0 0 20 0 19 0 115377970 16456065024 1428817 33554432000 4194304 4196468 140728324276496 140270090460304 140270086227669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6014] ppid=6008 vsize=16070376 memory=14788720437 CPUtime=3.56 cores=0-7
/proc/6011/task/6014/stat : 6014 (java) S 6008 6011 5873 0 -1 1077944384 4037 0 0 0 255 101 0 0 20 0 19 0 115377971 16456065024 1428817 33554432000 4194304 4196468 140728324276496 140270016305936 140270086227669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 8 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6015] ppid=6008 vsize=16070376 memory=279610828845184 CPUtime=3.58 cores=0-7
/proc/6011/task/6015/stat : 6015 (java) S 6008 6011 5873 0 -1 1077944384 3541 0 0 0 256 102 0 0 20 0 19 0 115377971 16456065024 1428817 33554432000 4194304 4196468 140728324276496 140270015253392 140270086227669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 6 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6016] ppid=6008 vsize=16070376 memory=2337202594398027619 CPUtime=3.54 cores=0-7
/proc/6011/task/6016/stat : 6016 (java) S 6008 6011 5873 0 -1 1077944384 5751 0 0 0 254 100 0 0 20 0 19 0 115377971 16456065024 1428817 33554432000 4194304 4196468 140728324276496 140270014200848 140270086227669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 7 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6017] ppid=6008 vsize=16070376 memory=0 CPUtime=3.55 cores=0-7
/proc/6011/task/6017/stat : 6017 (java) S 6008 6011 5873 0 -1 1077944384 5303 0 0 0 262 93 0 0 20 0 19 0 115377971 16456065024 1428817 33554432000 4194304 4196468 140728324276496 140270013148304 140270086227669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 7 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6018] ppid=6008 vsize=16070376 memory=0 CPUtime=3.55 cores=0-7
/proc/6011/task/6018/stat : 6018 (java) S 6008 6011 5873 0 -1 1077944384 5355 0 0 0 257 98 0 0 20 0 19 0 115377971 16456065024 1428817 33554432000 4194304 4196468 140728324276496 140270012094736 140270086227669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 6 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6019] ppid=6008 vsize=16070376 memory=139809825478271 CPUtime=3.5 cores=0-7
/proc/6011/task/6019/stat : 6019 (java) S 6008 6011 5873 0 -1 1077944384 5359 0 0 0 256 94 0 0 20 0 19 0 115377971 16456065024 1428817 33554432000 4194304 4196468 140728324276496 140270011042192 140270086227669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 9 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6020] ppid=6008 vsize=16070376 memory=0 CPUtime=3.5 cores=0-7
/proc/6011/task/6020/stat : 6020 (java) S 6008 6011 5873 0 -1 1077944384 4898 0 0 0 258 92 0 0 20 0 19 0 115377971 16456065024 1428817 33554432000 4194304 4196468 140728324276496 140270009989648 140270086227669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 7 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6021] ppid=6008 vsize=16070376 memory=5701064 CPUtime=3.52 cores=0-7
/proc/6011/task/6021/stat : 6021 (java) S 6008 6011 5873 0 -1 1077944384 5033 0 0 0 257 95 0 0 20 0 19 0 115377971 16456065024 1428817 33554432000 4194304 4196468 140728324276496 140269674216080 140270086227669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 10 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6022] ppid=6008 vsize=16070376 memory=288230621803970871 CPUtime=0.31 cores=0-7
/proc/6011/task/6022/stat : 6022 (java) S 6008 6011 5873 0 -1 1077944384 18646 0 0 0 25 6 0 0 20 0 19 0 115377972 16456065024 1428817 33554432000 4194304 4196468 140728324276496 140268713986752 140270086228610 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6023] ppid=6008 vsize=16070376 memory=16097070113098297 CPUtime=0 cores=0-7
/proc/6011/task/6023/stat : 6023 (java) S 6008 6011 5873 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 19 0 115377972 16456065024 1428817 33554432000 4194304 4196468 140728324276496 140268712932832 140270086227669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6024] ppid=6008 vsize=16070376 memory=8112282956445269571 CPUtime=0 cores=0-7
/proc/6011/task/6024/stat : 6024 (java) S 6008 6011 5873 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 19 0 115377973 16456065024 1428817 33554432000 4194304 4196468 140728324276496 140268711880192 140270086227669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6025] ppid=6008 vsize=16070376 memory=4639918523438616663 CPUtime=0 cores=0-7
/proc/6011/task/6025/stat : 6025 (java) S 6008 6011 5873 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 19 0 115377975 16456065024 1428817 33554432000 4194304 4196468 140728324276496 140268710828400 140270086227669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6026] ppid=6008 vsize=16070376 memory=7079766698425864272 CPUtime=3.24 cores=0-7
/proc/6011/task/6026/stat : 6026 (java) S 6008 6011 5873 0 -1 1077944384 14082 0 0 0 320 4 0 0 20 0 19 0 115377975 16456065024 1428817 33554432000 4194304 4196468 140728324276496 140268709775344 140270086228610 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6027] ppid=6008 vsize=16070376 memory=1224 CPUtime=2.85 cores=0-7
/proc/6011/task/6027/stat : 6027 (java) S 6008 6011 5873 0 -1 1077944384 10208 0 0 0 281 4 0 0 20 0 19 0 115377975 16456065024 1428817 33554432000 4194304 4196468 140728324276496 140268708722800 140270086228610 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6028] ppid=6008 vsize=16070376 memory=5792 CPUtime=3.29 cores=0-7
/proc/6011/task/6028/stat : 6028 (java) S 6008 6011 5873 0 -1 1077944384 12452 0 0 0 325 4 0 0 20 0 19 0 115377975 16456065024 1428817 33554432000 4194304 4196468 140728324276496 140268707650064 140270086227669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6029] ppid=6008 vsize=16070376 memory=4620 CPUtime=1.7 cores=0-7
/proc/6011/task/6029/stat : 6029 (java) S 6008 6011 5873 0 -1 1077944384 17921 0 0 0 165 5 0 0 20 0 19 0 115377975 16456065024 1428817 33554432000 4194304 4196468 140728324276496 140268706617712 140270086228610 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
[pid=6011/tid=6030] ppid=6008 vsize=16070376 memory=5504708 CPUtime=0 cores=0-7
/proc/6011/task/6030/stat : 6030 (java) S 6008 6011 5873 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 115377975 16456065024 1428817 33554432000 4194304 4196468 140728324276496 140268705565408 140270086227669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36384768 140728324281441 140728324281627 140728324281627 140728324284367 0
Current children cumulated CPU time: 215.52 s
Current children cumulated vsize: 16070376 KiB
Current children cumulated memory: 5715268 KiB

Child status: 0
Real time (s): 72.5437
CPU time (s): 215.555
CPU user time (s): 205.403
CPU system time (s): 10.1525
CPU usage (%): 297.139
Max. virtual memory (cumulated for all children) (KiB): 16070376
Max. memory (cumulated for all children) (KiB): 5715444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 205.403
system time used= 10.1525
maximum resident set size= 5716924
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 169403
page faults= 0
swaps= 0
block input operations= 0
block output operations= 232
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22889
involuntary context switches= 5478


# summary of solver processes directly reported to runsolver:
#   pid: 6011
#   total CPU time (s): 215.555
#   total CPU user time (s): 205.403
#   total CPU system time (s): 10.1525

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.605116 second user time and 0.894779 second system time

The end

Launcher Data

Begin job on node102 at 2017-08-15 20:33:58
IDJOB=4275340
IDBENCH=139204
IDSOLVER=2668
FILE ID=node102/4275340-1502822897
RUNJOBID= node102-1502822031-5900
PBS_JOBID= 20629830
Free space on /tmp= 61924 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-07-26
BENCH NAME= XCSP17/Fischer/Fischer-m1-s1/Fischer-05-03-fair.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4275340-1502822897/watcher-4275340-1502822897 -o /tmp/evaluation-result-4275340-1502822897/solver-4275340-1502822897 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node102-1502822031-5900 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1446296594 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275340-1502822897.xml

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

MD5SUM BENCH= ebcae7fb870db8f75b7458b98ea920fc
RANDOM SEED=1446296594

node102.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.35
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.35
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.35
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.35
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:        31289372 kB
MemAvailable:   31980616 kB
Buffers:          188276 kB
Cached:           785916 kB
SwapCached:            0 kB
Active:           775404 kB
Inactive:         251288 kB
Active(anon):       5856 kB
Inactive(anon):    75040 kB
Active(file):     769548 kB
Inactive(file):   176248 kB
Unevictable:        6448 kB
Mlocked:            6448 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42560 kB
Writeback:             0 kB
AnonPages:        322180 kB
Mapped:            45548 kB
Shmem:             25228 kB
Slab:             149664 kB
SReclaimable:     122568 kB
SUnreclaim:        27096 kB
KernelStack:        3680 kB
PageTables:         5804 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     324724 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    268288 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      134528 kB
DirectMap2M:    33411072 kB

Free space on /tmp at the end= 61880 MiB
End job on node102 at 2017-08-15 20:35:11