Trace number 4309251

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
OscaR - Parallel with EPS 2018-08-14UNSAT 126.987 18.7289

General information on the benchmark

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

Solver Data

0.66/0.56	c version: 2018-08-14
0.66/0.56	c seed: 118133360
0.66/0.56	c timeout: 20160
0.66/0.56	c memlimit: 22000
0.66/0.56	c nbcore: 8
0.66/0.59	c Parsing instance...
5.13/1.83	c Parsing done, starting search...
126.68/18.69	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 (14049 MiB free)
  memory of node 1: 16384 MiB (10050 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4309251-1534363274/watcher-4309251-1534363274 -o /tmp/evaluation-result-4309251-1534363274/solver-4309251-1534363274 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node134-1534363274-17104 --watchdog 2580 java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 118133360 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4309251-1534363274.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=17121, runsolver pid=17118

[startup+0.106959 s]*
/proc/loadavg: 8.56 8.83 8.87 2/204 17141
/proc/meminfo: memFree=24660540/32770624 swapFree=67108688/67108860
[pid=17121] ppid=17118 vsize=26103420 memory=32404 CPUtime=0.12 cores=0-7
/proc/17121/stat : 17121 (java) S 17118 17121 17077 0 -1 1077944320 7555 0 0 0 11 1 0 0 20 0 20 0 253890606 26729902080 8101 33554432000 4194304 4196468 140724819380864 140724819363408 139780980100855 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
/proc/17121/statm: 6525855 8101 3143 1 0 6487932 0
[pid=17121/tid=17123] ppid=17118 vsize=26103420 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/17121/task/17123/stat : 17123 (java) R 17118 17121 17077 0 -1 4202560 5612 0 0 0 8 1 0 0 20 0 20 0 253890606 26729902080 8101 33554432000 4194304 4196468 140724819380864 139780984309016 139780972342245 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17124] ppid=17118 vsize=26103420 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/17121/task/17124/stat : 17124 (java) S 17118 17121 17077 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253890607 26729902080 8101 33554432000 4194304 4196468 140724819380864 139780932721680 139780980111061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17125] ppid=17118 vsize=26103420 memory=140198427231872 CPUtime=0 cores=0-7
/proc/17121/task/17125/stat : 17125 (java) S 17118 17121 17077 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253890607 26729902080 8101 33554432000 4194304 4196468 140724819380864 139780931669136 139780980111061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17126] ppid=17118 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/17121/task/17126/stat : 17126 (java) S 17118 17121 17077 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253890607 26729902080 8101 33554432000 4194304 4196468 140724819380864 139780930616080 139780980111061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17127] ppid=17118 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/17121/task/17127/stat : 17127 (java) S 17118 17121 17077 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253890607 26729902080 8101 33554432000 4194304 4196468 140724819380864 139780929563536 139780980111061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17128] ppid=17118 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/17121/task/17128/stat : 17128 (java) S 17118 17121 17077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253890607 26729902080 8101 33554432000 4194304 4196468 140724819380864 139780928510480 139780980111061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17129] ppid=17118 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/17121/task/17129/stat : 17129 (java) S 17118 17121 17077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253890607 26729902080 8101 33554432000 4194304 4196468 140724819380864 139780927457936 139780980111061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17130] ppid=17118 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/17121/task/17130/stat : 17130 (java) S 17118 17121 17077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253890607 26729902080 8101 33554432000 4194304 4196468 140724819380864 139780926404880 139780980111061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17131] ppid=17118 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/17121/task/17131/stat : 17131 (java) S 17118 17121 17077 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253890607 26729902080 8101 33554432000 4194304 4196468 140724819380864 139780925352336 139780980111061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17132] ppid=17118 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/17121/task/17132/stat : 17132 (java) S 17118 17121 17077 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253890609 26729902080 8101 33554432000 4194304 4196468 140724819380864 139779184757488 139780980112002 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17133] ppid=17118 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/17121/task/17133/stat : 17133 (java) S 17118 17121 17077 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 253890609 26729902080 8101 33554432000 4194304 4196468 140724819380864 139779183703712 139780980111061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17134] ppid=17118 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/17121/task/17134/stat : 17134 (java) S 17118 17121 17077 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 253890609 26729902080 8101 33554432000 4194304 4196468 140724819380864 139779182650608 139780980111061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17135] ppid=17118 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/17121/task/17135/stat : 17135 (java) S 17118 17121 17077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253890612 26729902080 8101 33554432000 4194304 4196468 140724819380864 139779181599184 139780980119451 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17136] ppid=17118 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/17121/task/17136/stat : 17136 (java) S 17118 17121 17077 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 20 0 253890612 26729902080 8101 33554432000 4194304 4196468 140724819380864 139779180546288 139780980112002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17137] ppid=17118 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/17121/task/17137/stat : 17137 (java) S 17118 17121 17077 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253890612 26729902080 8101 33554432000 4194304 4196468 140724819380864 139779179493744 139780980112002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17138] ppid=17118 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/17121/task/17138/stat : 17138 (java) S 17118 17121 17077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253890612 26729902080 8101 33554432000 4194304 4196468 140724819380864 139779178440688 139780980112002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17139] ppid=17118 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/17121/task/17139/stat : 17139 (java) S 17118 17121 17077 0 -1 1077944384 263 0 0 0 1 0 0 0 20 0 20 0 253890612 26729902080 8101 33554432000 4194304 4196468 140724819380864 139779177388144 139780980112002 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17140] ppid=17118 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/17121/task/17140/stat : 17140 (java) S 17118 17121 17077 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253890612 26729902080 8101 33554432000 4194304 4196468 140724819380864 139779176336352 139780980111061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17141] ppid=17118 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/17121/task/17141/stat : 17141 (java) S 17118 17121 17077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253890612 26729902080 8101 33554432000 4194304 4196468 140724819380864 139779175283888 139780980112002 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 32404 KiB

[startup+0.210402 s]*
/proc/loadavg: 8.56 8.83 8.87 4/204 17141
/proc/meminfo: memFree=24648604/32770624 swapFree=67108688/67108860
[pid=17121] ppid=17118 vsize=26103420 memory=43312 CPUtime=0.29 cores=0-7
/proc/17121/stat : 17121 (java) S 17118 17121 17077 0 -1 1077944320 10489 0 0 0 27 2 0 0 20 0 20 0 253890606 26729902080 10828 33554432000 4194304 4196468 140724819380864 140724819363408 139780980100855 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
/proc/17121/statm: 6525855 10828 3348 1 0 6487932 0
[pid=17121/tid=17123] ppid=17118 vsize=26103420 memory=4026531975 CPUtime=0.19 cores=0-7
/proc/17121/task/17123/stat : 17123 (java) R 17118 17121 17077 0 -1 4202560 8270 0 0 0 18 1 0 0 20 0 20 0 253890606 26729902080 10828 33554432000 4194304 4196468 140724819380864 139780984329296 139780980122781 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17124] ppid=17118 vsize=26103420 memory=13976 CPUtime=0 cores=0-7
/proc/17121/task/17124/stat : 17124 (java) S 17118 17121 17077 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253890607 26729902080 10828 33554432000 4194304 4196468 140724819380864 139780932721680 139780980111061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17125] ppid=17118 vsize=26103420 memory=288370574578943616 CPUtime=0 cores=0-7
/proc/17121/task/17125/stat : 17125 (java) S 17118 17121 17077 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253890607 26729902080 10828 33554432000 4194304 4196468 140724819380864 139780931669136 139780980111061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17126] ppid=17118 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/17121/task/17126/stat : 17126 (java) S 17118 17121 17077 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253890607 26729902080 10828 33554432000 4194304 4196468 140724819380864 139780930616080 139780980111061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17127] ppid=17118 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/17121/task/17127/stat : 17127 (java) S 17118 17121 17077 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253890607 26729902080 10828 33554432000 4194304 4196468 140724819380864 139780929563536 139780980111061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17128] ppid=17118 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/17121/task/17128/stat : 17128 (java) S 17118 17121 17077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253890607 26729902080 10828 33554432000 4194304 4196468 140724819380864 139780928510480 139780980111061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17129] ppid=17118 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/17121/task/17129/stat : 17129 (java) S 17118 17121 17077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253890607 26729902080 10828 33554432000 4194304 4196468 140724819380864 139780927457936 139780980111061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17130] ppid=17118 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/17121/task/17130/stat : 17130 (java) S 17118 17121 17077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253890607 26729902080 10828 33554432000 4194304 4196468 140724819380864 139780926404880 139780980111061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17131] ppid=17118 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/17121/task/17131/stat : 17131 (java) S 17118 17121 17077 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253890607 26729902080 10828 33554432000 4194304 4196468 140724819380864 139780925352336 139780980111061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17132] ppid=17118 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/17121/task/17132/stat : 17132 (java) S 17118 17121 17077 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253890609 26729902080 10828 33554432000 4194304 4196468 140724819380864 139779184757488 139780980112002 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17133] ppid=17118 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/17121/task/17133/stat : 17133 (java) S 17118 17121 17077 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 253890609 26729902080 10828 33554432000 4194304 4196468 140724819380864 139779183703712 139780980111061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17134] ppid=17118 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/17121/task/17134/stat : 17134 (java) S 17118 17121 17077 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 253890609 26729902080 10828 33554432000 4194304 4196468 140724819380864 139779182650608 139780980111061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17135] ppid=17118 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/17121/task/17135/stat : 17135 (java) S 17118 17121 17077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253890612 26729902080 10828 33554432000 4194304 4196468 140724819380864 139779181599184 139780980119451 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17136] ppid=17118 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/17121/task/17136/stat : 17136 (java) S 17118 17121 17077 0 -1 1077944384 325 0 0 0 0 0 0 0 20 0 20 0 253890612 26729902080 10828 33554432000 4194304 4196468 140724819380864 139779180546288 139780980112002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17137] ppid=17118 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/17121/task/17137/stat : 17137 (java) S 17118 17121 17077 0 -1 1077944384 82 0 0 0 1 0 0 0 20 0 20 0 253890612 26729902080 10828 33554432000 4194304 4196468 140724819380864 139779179493744 139780980112002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17138] ppid=17118 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/17121/task/17138/stat : 17138 (java) S 17118 17121 17077 0 -1 1077944384 141 0 0 0 0 0 0 0 20 0 20 0 253890612 26729902080 10828 33554432000 4194304 4196468 140724819380864 139779178440688 139780980112002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17139] ppid=17118 vsize=26103420 memory=0 CPUtime=0.06 cores=0-7
/proc/17121/task/17139/stat : 17139 (java) R 17118 17121 17077 0 -1 4202560 289 0 0 0 6 0 0 0 20 0 20 0 253890612 26729902080 10828 33554432000 4194304 4196468 140724819380864 139779177383312 139780965266494 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17140] ppid=17118 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/17121/task/17140/stat : 17140 (java) S 17118 17121 17077 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253890612 26729902080 10828 33554432000 4194304 4196468 140724819380864 139779176336352 139780980111061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17141] ppid=17118 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/17121/task/17141/stat : 17141 (java) S 17118 17121 17077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253890612 26729902080 10828 33554432000 4194304 4196468 140724819380864 139779175283888 139780980112002 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 43312 KiB

[startup+0.310452 s]*
/proc/loadavg: 8.56 8.83 8.87 2/204 17141
/proc/meminfo: memFree=24645060/32770624 swapFree=67108688/67108860
[pid=17121] ppid=17118 vsize=26103420 memory=47132 CPUtime=0.42 cores=0-7
/proc/17121/stat : 17121 (java) S 17118 17121 17077 0 -1 1077944320 10899 0 0 0 40 2 0 0 20 0 20 0 253890606 26729902080 11783 33554432000 4194304 4196468 140724819380864 140724819363408 139780980100855 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
/proc/17121/statm: 6525855 11783 3416 1 0 6487932 0
[pid=17121/tid=17123] ppid=17118 vsize=26103420 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/17121/task/17123/stat : 17123 (java) R 17118 17121 17077 0 -1 4202560 8600 0 0 0 28 2 0 0 20 0 20 0 253890606 26729902080 11783 33554432000 4194304 4196468 140724819380864 139780984262592 139780961665341 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17124] ppid=17118 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/17121/task/17124/stat : 17124 (java) S 17118 17121 17077 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253890607 26729902080 11783 33554432000 4194304 4196468 140724819380864 139780932721680 139780980111061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17125] ppid=17118 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/17121/task/17125/stat : 17125 (java) S 17118 17121 17077 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253890607 26729902080 11783 33554432000 4194304 4196468 140724819380864 139780931669136 139780980111061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17126] ppid=17118 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/17121/task/17126/stat : 17126 (java) S 17118 17121 17077 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253890607 26729902080 11783 33554432000 4194304 4196468 140724819380864 139780930616080 139780980111061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17127] ppid=17118 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/17121/task/17127/stat : 17127 (java) S 17118 17121 17077 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253890607 26729902080 11783 33554432000 4194304 4196468 140724819380864 139780929563536 139780980111061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17128] ppid=17118 vsize=26103420 memory=2244 CPUtime=0 cores=0-7
/proc/17121/task/17128/stat : 17128 (java) S 17118 17121 17077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253890607 26729902080 11783 33554432000 4194304 4196468 140724819380864 139780928510480 139780980111061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17129] ppid=17118 vsize=26103420 memory=140198268728239 CPUtime=0 cores=0-7
/proc/17121/task/17129/stat : 17129 (java) S 17118 17121 17077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253890607 26729902080 11783 33554432000 4194304 4196468 140724819380864 139780927457936 139780980111061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17130] ppid=17118 vsize=26103420 memory=140198268730544 CPUtime=0 cores=0-7
/proc/17121/task/17130/stat : 17130 (java) S 17118 17121 17077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253890607 26729902080 11783 33554432000 4194304 4196468 140724819380864 139780926404880 139780980111061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17131] ppid=17118 vsize=26103420 memory=140198268732848 CPUtime=0 cores=0-7
/proc/17121/task/17131/stat : 17131 (java) S 17118 17121 17077 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253890607 26729902080 11783 33554432000 4194304 4196468 140724819380864 139780925352336 139780980111061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17132] ppid=17118 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/17121/task/17132/stat : 17132 (java) S 17118 17121 17077 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253890609 26729902080 11783 33554432000 4194304 4196468 140724819380864 139779184757488 139780980112002 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17133] ppid=17118 vsize=26103420 memory=280396537472656 CPUtime=0 cores=0-7
/proc/17121/task/17133/stat : 17133 (java) S 17118 17121 17077 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 253890609 26729902080 11783 33554432000 4194304 4196468 140724819380864 139779183703712 139780980111061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17134] ppid=17118 vsize=26103420 memory=280396537479568 CPUtime=0 cores=0-7
/proc/17121/task/17134/stat : 17134 (java) S 17118 17121 17077 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 253890609 26729902080 11783 33554432000 4194304 4196468 140724819380864 139779182650608 139780980111061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17135] ppid=17118 vsize=26103420 memory=280396537420848 CPUtime=0 cores=0-7
/proc/17121/task/17135/stat : 17135 (java) S 17118 17121 17077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253890612 26729902080 11783 33554432000 4194304 4196468 140724819380864 139779181599184 139780980119451 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17136] ppid=17118 vsize=26103420 memory=280396537493392 CPUtime=0.01 cores=0-7
/proc/17121/task/17136/stat : 17136 (java) S 17118 17121 17077 0 -1 1077944384 334 0 0 0 1 0 0 0 20 0 20 0 253890612 26729902080 11783 33554432000 4194304 4196468 140724819380864 139779180546288 139780980112002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17137] ppid=17118 vsize=26103420 memory=280396537500304 CPUtime=0.01 cores=0-7
/proc/17121/task/17137/stat : 17137 (java) S 17118 17121 17077 0 -1 1077944384 142 0 0 0 1 0 0 0 20 0 20 0 253890612 26729902080 11783 33554432000 4194304 4196468 140724819380864 139779179493744 139780980112002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17138] ppid=17118 vsize=26103420 memory=280396537498000 CPUtime=0 cores=0-7
/proc/17121/task/17138/stat : 17138 (java) S 17118 17121 17077 0 -1 1077944384 141 0 0 0 0 0 0 0 20 0 20 0 253890612 26729902080 11783 33554432000 4194304 4196468 140724819380864 139779178440688 139780980112002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17139] ppid=17118 vsize=26103420 memory=280396537514608 CPUtime=0.07 cores=0-7
/proc/17121/task/17139/stat : 17139 (java) S 17118 17121 17077 0 -1 1077944384 297 0 0 0 7 0 0 0 20 0 20 0 253890612 26729902080 11783 33554432000 4194304 4196468 140724819380864 139779177388144 139780980112002 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17140] ppid=17118 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/17121/task/17140/stat : 17140 (java) S 17118 17121 17077 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253890612 26729902080 11783 33554432000 4194304 4196468 140724819380864 139779176336352 139780980111061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17141] ppid=17118 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/17121/task/17141/stat : 17141 (java) S 17118 17121 17077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253890612 26729902080 11783 33554432000 4194304 4196468 140724819380864 139779175283888 139780980112002 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 47132 KiB

[startup+0.700868 s]
/proc/loadavg: 8.56 8.83 8.87 2/204 17141
/proc/meminfo: memFree=24621372/32770624 swapFree=67108688/67108860
[pid=17121] ppid=17118 vsize=26105488 memory=85184 CPUtime=0.99 cores=0-7
/proc/17121/stat : 17121 (java) S 17118 17121 17077 0 -1 1077944320 17752 0 0 0 94 5 0 0 20 0 20 0 253890606 26732019712 21296 33554432000 4194304 4196468 140724819380864 140724819363408 139780980100855 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
/proc/17121/statm: 6526372 21296 3473 1 0 6488444 0
[pid=17121/tid=17123] ppid=17118 vsize=26105488 memory=0 CPUtime=0.67 cores=0-7
/proc/17121/task/17123/stat : 17123 (java) R 17118 17121 17077 0 -1 4202560 15020 0 0 0 64 3 0 0 20 0 20 0 253890606 26732019712 21296 33554432000 4194304 4196468 140724819380864 139780984325024 139780965796672 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17124] ppid=17118 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/17121/task/17124/stat : 17124 (java) S 17118 17121 17077 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253890607 26732019712 21296 33554432000 4194304 4196468 140724819380864 139780932721680 139780980111061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17125] ppid=17118 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/17121/task/17125/stat : 17125 (java) S 17118 17121 17077 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253890607 26732019712 21296 33554432000 4194304 4196468 140724819380864 139780931669136 139780980111061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17126] ppid=17118 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/17121/task/17126/stat : 17126 (java) S 17118 17121 17077 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253890607 26732019712 21296 33554432000 4194304 4196468 140724819380864 139780930616080 139780980111061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17127] ppid=17118 vsize=26105488 memory=1220 CPUtime=0 cores=0-7
/proc/17121/task/17127/stat : 17127 (java) S 17118 17121 17077 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253890607 26732019712 21296 33554432000 4194304 4196468 140724819380864 139780929563536 139780980111061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17128] ppid=17118 vsize=26105488 memory=1612 CPUtime=0 cores=0-7
/proc/17121/task/17128/stat : 17128 (java) S 17118 17121 17077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253890607 26732019712 21296 33554432000 4194304 4196468 140724819380864 139780928510480 139780980111061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17129] ppid=17118 vsize=26105488 memory=1808 CPUtime=0 cores=0-7
/proc/17121/task/17129/stat : 17129 (java) S 17118 17121 17077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253890607 26732019712 21296 33554432000 4194304 4196468 140724819380864 139780927457936 139780980111061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17130] ppid=17118 vsize=26105488 memory=8700 CPUtime=0 cores=0-7
/proc/17121/task/17130/stat : 17130 (java) S 17118 17121 17077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253890607 26732019712 21296 33554432000 4194304 4196468 140724819380864 139780926404880 139780980111061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17131] ppid=17118 vsize=26105488 memory=14884 CPUtime=0 cores=0-7
/proc/17121/task/17131/stat : 17131 (java) S 17118 17121 17077 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253890607 26732019712 21296 33554432000 4194304 4196468 140724819380864 139780925352336 139780980111061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17132] ppid=17118 vsize=26105488 memory=15784 CPUtime=0 cores=0-7
/proc/17121/task/17132/stat : 17132 (java) S 17118 17121 17077 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253890609 26732019712 21296 33554432000 4194304 4196468 140724819380864 139779184757488 139780980112002 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0

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

[pid=17121/tid=17151] ppid=17118 vsize=27453188 memory=1624 CPUtime=5.9 cores=0-7
/proc/17121/task/17151/stat : 17151 (java) R 17118 17121 17077 0 -1 4202560 618 0 0 0 583 7 0 0 20 0 40 0 253891006 28112064512 880837 33554432000 4194304 4196468 140724819380864 139778840313168 139780611617794 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17152] ppid=17118 vsize=27453188 memory=928 CPUtime=7.93 cores=0-7
/proc/17121/task/17152/stat : 17152 (java) S 17118 17121 17077 0 -1 1077944384 625 0 0 0 785 8 0 0 20 0 40 0 253891006 28112064512 880837 33554432000 4194304 4196468 140724819380864 139777965810832 139780980111061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17153] ppid=17118 vsize=27453188 memory=2332 CPUtime=5.77 cores=0-7
/proc/17121/task/17153/stat : 17153 (java) S 17118 17121 17077 0 -1 1077944384 1233 0 0 0 576 1 0 0 20 0 40 0 253891006 28112064512 880837 33554432000 4194304 4196468 140724819380864 139777964758288 139780980111061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17154] ppid=17118 vsize=27453188 memory=924 CPUtime=9.67 cores=0-7
/proc/17121/task/17154/stat : 17154 (java) R 17118 17121 17077 0 -1 4202560 1344 0 0 0 956 11 0 0 20 0 40 0 253891006 28112064512 880837 33554432000 4194304 4196468 140724819380864 139777963702992 139780611991877 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17155] ppid=17118 vsize=27453188 memory=1564 CPUtime=7.56 cores=0-7
/proc/17121/task/17155/stat : 17155 (java) S 17118 17121 17077 0 -1 1077944384 604 0 0 0 750 6 0 0 20 0 40 0 253891006 28112064512 880837 33554432000 4194304 4196468 140724819380864 139777962652688 139780980111061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17156] ppid=17118 vsize=27453188 memory=2192 CPUtime=4.73 cores=0-7
/proc/17121/task/17156/stat : 17156 (java) R 17118 17121 17077 0 -1 1077944384 755 0 0 0 472 1 0 0 20 0 40 0 253891027 28112064512 880837 33554432000 4194304 4196468 140724819380864 139777961600656 139780980111061 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17157] ppid=17118 vsize=27453188 memory=3980 CPUtime=6.84 cores=0-7
/proc/17121/task/17157/stat : 17157 (java) S 17118 17121 17077 0 -1 1077944384 689 0 0 0 682 2 0 0 20 0 40 0 253891388 28112064512 880837 33554432000 4194304 4196468 140724819380864 139777956316944 139780980111061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17158] ppid=17118 vsize=27453188 memory=1924 CPUtime=4.49 cores=0-7
/proc/17121/task/17158/stat : 17158 (java) S 17118 17121 17077 0 -1 1077944384 559 0 0 0 447 2 0 0 20 0 40 0 253891392 28112064512 880837 33554432000 4194304 4196468 140724819380864 139777955263888 139780980111061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17159] ppid=17118 vsize=27453188 memory=7636 CPUtime=4.76 cores=0-7
/proc/17121/task/17159/stat : 17159 (java) R 17118 17121 17077 0 -1 4202560 464 0 0 0 475 1 0 0 20 0 40 0 253891465 28112064512 880837 33554432000 4194304 4196468 140724819380864 139777954209104 139780614770206 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17160] ppid=17118 vsize=27453188 memory=804 CPUtime=3.98 cores=0-7
/proc/17121/task/17160/stat : 17160 (java) R 17118 17121 17077 0 -1 4202560 888 0 0 0 397 1 0 0 20 0 40 0 253891466 28112064512 880837 33554432000 4194304 4196468 140724819380864 139777953156048 139780609380080 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17161] ppid=17118 vsize=27453188 memory=4104 CPUtime=5.36 cores=0-7
/proc/17121/task/17161/stat : 17161 (java) R 17118 17121 17077 0 -1 4202560 1005 0 0 0 535 1 0 0 20 0 40 0 253891639 28112064512 880837 33554432000 4194304 4196468 140724819380864 139777952103504 139780614770004 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
Current children cumulated CPU time: 125.16 s
Current children cumulated vsize: 27453188 KiB
Current children cumulated memory: 3523348 KiB

[startup+18.6014 s]
/proc/loadavg: 8.87 8.86 8.88 10/224 17161
/proc/meminfo: memFree=21161296/32770624 swapFree=67108688/67108860
[pid=17121] ppid=17118 vsize=27453188 memory=3523348 CPUtime=126.68 cores=0-7
/proc/17121/stat : 17121 (java) S 17118 17121 17077 0 -1 1077944320 84698 0 0 0 12484 184 0 0 20 0 40 0 253890606 28112064512 880837 33554432000 4194304 4196468 140724819380864 140724819363408 139780980100855 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
/proc/17121/statm: 6863297 880837 3623 1 0 6824848 0
[pid=17121/tid=17123] ppid=17118 vsize=27453188 memory=916 CPUtime=3.8 cores=0-7
/proc/17121/task/17123/stat : 17123 (java) S 17118 17121 17077 0 -1 1077944384 23161 0 0 0 364 16 0 0 20 0 40 0 253890606 28112064512 880837 33554432000 4194304 4196468 140724819380864 139780984338320 139780980111061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17124] ppid=17118 vsize=27453188 memory=3908 CPUtime=0.4 cores=0-7
/proc/17121/task/17124/stat : 17124 (java) S 17118 17121 17077 0 -1 1077944384 545 0 0 0 32 8 0 0 20 0 40 0 253890607 28112064512 880837 33554432000 4194304 4196468 140724819380864 139780932721680 139780980111061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17125] ppid=17118 vsize=27453188 memory=1408 CPUtime=0.39 cores=0-7
/proc/17121/task/17125/stat : 17125 (java) S 17118 17121 17077 0 -1 1077944384 414 0 0 0 31 8 0 0 20 0 40 0 253890607 28112064512 880837 33554432000 4194304 4196468 140724819380864 139780931669136 139780980111061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17126] ppid=17118 vsize=27453188 memory=3200 CPUtime=0.41 cores=0-7
/proc/17121/task/17126/stat : 17126 (java) S 17118 17121 17077 0 -1 1077944384 878 0 0 0 33 8 0 0 20 0 40 0 253890607 28112064512 880837 33554432000 4194304 4196468 140724819380864 139780930616080 139780980111061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17127] ppid=17118 vsize=27453188 memory=3523348 CPUtime=0.4 cores=0-7
/proc/17121/task/17127/stat : 17127 (java) S 17118 17121 17077 0 -1 1077944384 1372 0 0 0 34 6 0 0 20 0 40 0 253890607 28112064512 880837 33554432000 4194304 4196468 140724819380864 139780929563536 139780980111061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17128] ppid=17118 vsize=27453188 memory=7524512692651257697 CPUtime=0.41 cores=0-7
/proc/17121/task/17128/stat : 17128 (java) S 17118 17121 17077 0 -1 1077944384 784 0 0 0 34 7 0 0 20 0 40 0 253890607 28112064512 880837 33554432000 4194304 4196468 140724819380864 139780928510480 139780980111061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17129] ppid=17118 vsize=27453188 memory=0 CPUtime=0.39 cores=0-7
/proc/17121/task/17129/stat : 17129 (java) S 17118 17121 17077 0 -1 1077944384 1363 0 0 0 31 8 0 0 20 0 40 0 253890607 28112064512 880837 33554432000 4194304 4196468 140724819380864 139780927457936 139780980111061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17130] ppid=17118 vsize=27453188 memory=3523348 CPUtime=0.39 cores=0-7
/proc/17121/task/17130/stat : 17130 (java) S 17118 17121 17077 0 -1 1077944384 668 0 0 0 30 9 0 0 20 0 40 0 253890607 28112064512 880837 33554432000 4194304 4196468 140724819380864 139780926404880 139780980111061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17131] ppid=17118 vsize=27453188 memory=872 CPUtime=0.41 cores=0-7
/proc/17121/task/17131/stat : 17131 (java) S 17118 17121 17077 0 -1 1077944384 477 0 0 0 33 8 0 0 20 0 40 0 253890607 28112064512 880837 33554432000 4194304 4196468 140724819380864 139780925352336 139780980111061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17132] ppid=17118 vsize=27453188 memory=4216 CPUtime=0.09 cores=0-7
/proc/17121/task/17132/stat : 17132 (java) S 17118 17121 17077 0 -1 1077944384 4612 0 0 0 8 1 0 0 20 0 40 0 253890609 28112064512 880837 33554432000 4194304 4196468 140724819380864 139779184757488 139780980112002 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17133] ppid=17118 vsize=27453188 memory=752 CPUtime=0 cores=0-7
/proc/17121/task/17133/stat : 17133 (java) S 17118 17121 17077 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 40 0 253890609 28112064512 880837 33554432000 4194304 4196468 140724819380864 139779183703776 139780980111061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17134] ppid=17118 vsize=27453188 memory=3732 CPUtime=0 cores=0-7
/proc/17121/task/17134/stat : 17134 (java) S 17118 17121 17077 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 40 0 253890609 28112064512 880837 33554432000 4194304 4196468 140724819380864 139779182650624 139780980111061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17135] ppid=17118 vsize=27453188 memory=1276 CPUtime=0 cores=0-7
/proc/17121/task/17135/stat : 17135 (java) S 17118 17121 17077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 40 0 253890612 28112064512 880837 33554432000 4194304 4196468 140724819380864 139779181599184 139780980119451 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17136] ppid=17118 vsize=27453188 memory=9604 CPUtime=2.58 cores=0-7
/proc/17121/task/17136/stat : 17136 (java) S 17118 17121 17077 0 -1 1077944384 5333 0 0 0 257 1 0 0 20 0 40 0 253890612 28112064512 880837 33554432000 4194304 4196468 140724819380864 139779180546288 139780980112002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17137] ppid=17118 vsize=27453188 memory=1068 CPUtime=2.72 cores=0-7
/proc/17121/task/17137/stat : 17137 (java) S 17118 17121 17077 0 -1 1077944384 7596 0 0 0 270 2 0 0 20 0 40 0 253890612 28112064512 880837 33554432000 4194304 4196468 140724819380864 139779179493744 139780980112002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17138] ppid=17118 vsize=27453188 memory=1220 CPUtime=2.73 cores=0-7
/proc/17121/task/17138/stat : 17138 (java) S 17118 17121 17077 0 -1 1077944384 8841 0 0 0 270 3 0 0 20 0 40 0 253890612 28112064512 880837 33554432000 4194304 4196468 140724819380864 139779178440688 139780980112002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17139] ppid=17118 vsize=27453188 memory=1612 CPUtime=1.44 cores=0-7
/proc/17121/task/17139/stat : 17139 (java) S 17118 17121 17077 0 -1 1077944384 9905 0 0 0 141 3 0 0 20 0 40 0 253890612 28112064512 880837 33554432000 4194304 4196468 140724819380864 139779177388144 139780980112002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17140] ppid=17118 vsize=27453188 memory=1808 CPUtime=0 cores=0-7
/proc/17121/task/17140/stat : 17140 (java) S 17118 17121 17077 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 40 0 253890612 28112064512 880837 33554432000 4194304 4196468 140724819380864 139779176336352 139780980111061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17141] ppid=17118 vsize=27453188 memory=8700 CPUtime=0 cores=0-7
/proc/17121/task/17141/stat : 17141 (java) S 17118 17121 17077 0 -1 1077944384 905 0 0 0 0 0 0 0 20 0 40 0 253890612 28112064512 880837 33554432000 4194304 4196468 140724819380864 139779175283888 139780980112002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17142] ppid=17118 vsize=27453188 memory=14884 CPUtime=0.04 cores=0-7
/proc/17121/task/17142/stat : 17142 (java) S 17118 17121 17077 0 -1 1077944384 368 0 0 0 4 0 0 0 20 0 40 0 253890959 28112064512 880837 33554432000 4194304 4196468 140724819380864 139778853983184 139780980111061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17143] ppid=17118 vsize=27453188 memory=15784 CPUtime=0.03 cores=0-7
/proc/17121/task/17143/stat : 17143 (java) S 17118 17121 17077 0 -1 1077944384 942 0 0 0 0 3 0 0 20 0 40 0 253890982 28112064512 880837 33554432000 4194304 4196468 140724819380864 139778850833680 139780980112002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17144] ppid=17118 vsize=27453188 memory=1172 CPUtime=5.98 cores=0-7
/proc/17121/task/17144/stat : 17144 (java) S 17118 17121 17077 0 -1 1077944384 1028 0 0 0 593 5 0 0 20 0 40 0 253890998 28112064512 880837 33554432000 4194304 4196468 140724819380864 139778847683728 139780980111061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17145] ppid=17118 vsize=27453188 memory=38212 CPUtime=8.39 cores=0-7
/proc/17121/task/17145/stat : 17145 (java) S 17118 17121 17077 0 -1 1077944384 891 0 0 0 828 11 0 0 20 0 40 0 253890999 28112064512 880837 33554432000 4194304 4196468 140724819380864 139778846631184 139780980111061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17146] ppid=17118 vsize=27453188 memory=3360 CPUtime=4.91 cores=0-7
/proc/17121/task/17146/stat : 17146 (java) S 17118 17121 17077 0 -1 1077944384 1211 0 0 0 490 1 0 0 20 0 40 0 253890999 28112064512 880837 33554432000 4194304 4196468 140724819380864 139778845578128 139780980111061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17147] ppid=17118 vsize=27453188 memory=288230574492221466 CPUtime=7.05 cores=0-7
/proc/17121/task/17147/stat : 17147 (java) S 17118 17121 17077 0 -1 1077944384 1015 0 0 0 696 9 0 0 20 0 40 0 253890999 28112064512 880837 33554432000 4194304 4196468 140724819380864 139778844525584 139780980111061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17148] ppid=17118 vsize=27453188 memory=301741394933055803 CPUtime=9.06 cores=0-7
/proc/17121/task/17148/stat : 17148 (java) S 17118 17121 17077 0 -1 1077944384 1161 0 0 0 897 9 0 0 20 0 40 0 253891006 28112064512 880837 33554432000 4194304 4196468 140724819380864 139778843473552 139780980111061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17149] ppid=17118 vsize=27453188 memory=15538518206188108 CPUtime=1.07 cores=0-7
/proc/17121/task/17149/stat : 17149 (java) S 17118 17121 17077 0 -1 1077944384 177 0 0 0 107 0 0 0 20 0 40 0 253891006 28112064512 880837 33554432000 4194304 4196468 140724819380864 139778842421008 139780980111061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17150] ppid=17118 vsize=27453188 memory=6944656575208382560 CPUtime=5.28 cores=0-7
/proc/17121/task/17150/stat : 17150 (java) R 17118 17121 17077 0 -1 4202560 707 0 0 0 526 2 0 0 20 0 40 0 253891006 28112064512 880837 33554432000 4194304 4196468 140724819380864 139778841365712 139780611617876 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17151] ppid=17118 vsize=27453188 memory=0 CPUtime=6.09 cores=0-7
/proc/17121/task/17151/stat : 17151 (java) S 17118 17121 17077 0 -1 1077944384 638 0 0 0 602 7 0 0 20 0 40 0 253891006 28112064512 880837 33554432000 4194304 4196468 140724819380864 139778840315408 139780980111061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17152] ppid=17118 vsize=27453188 memory=280396538345984 CPUtime=7.93 cores=0-7
/proc/17121/task/17152/stat : 17152 (java) S 17118 17121 17077 0 -1 1077944384 625 0 0 0 785 8 0 0 20 0 40 0 253891006 28112064512 880837 33554432000 4194304 4196468 140724819380864 139777965810832 139780980111061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17153] ppid=17118 vsize=27453188 memory=0 CPUtime=5.77 cores=0-7
/proc/17121/task/17153/stat : 17153 (java) S 17118 17121 17077 0 -1 1077944384 1233 0 0 0 576 1 0 0 20 0 40 0 253891006 28112064512 880837 33554432000 4194304 4196468 140724819380864 139777964758288 139780980111061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17154] ppid=17118 vsize=27453188 memory=280396538405888 CPUtime=9.86 cores=0-7
/proc/17121/task/17154/stat : 17154 (java) R 17118 17121 17077 0 -1 4202560 1360 0 0 0 975 11 0 0 20 0 40 0 253891006 28112064512 880837 33554432000 4194304 4196468 140724819380864 139777963702992 139780604778997 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17155] ppid=17118 vsize=27453188 memory=0 CPUtime=7.56 cores=0-7
/proc/17121/task/17155/stat : 17155 (java) S 17118 17121 17077 0 -1 1077944384 604 0 0 0 750 6 0 0 20 0 40 0 253891006 28112064512 880837 33554432000 4194304 4196468 140724819380864 139777962652688 139780980111061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17156] ppid=17118 vsize=27453188 memory=280396538414976 CPUtime=4.73 cores=0-7
/proc/17121/task/17156/stat : 17156 (java) S 17118 17121 17077 0 -1 1077944384 755 0 0 0 472 1 0 0 20 0 40 0 253891027 28112064512 880837 33554432000 4194304 4196468 140724819380864 139777961600656 139780980111061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17157] ppid=17118 vsize=27453188 memory=0 CPUtime=6.84 cores=0-7
/proc/17121/task/17157/stat : 17157 (java) S 17118 17121 17077 0 -1 1077944384 689 0 0 0 682 2 0 0 20 0 40 0 253891388 28112064512 880837 33554432000 4194304 4196468 140724819380864 139777956316944 139780980111061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17158] ppid=17118 vsize=27453188 memory=280396538424064 CPUtime=4.49 cores=0-7
/proc/17121/task/17158/stat : 17158 (java) S 17118 17121 17077 0 -1 1077944384 559 0 0 0 447 2 0 0 20 0 40 0 253891392 28112064512 880837 33554432000 4194304 4196468 140724819380864 139777955263888 139780980111061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17159] ppid=17118 vsize=27453188 memory=0 CPUtime=4.95 cores=0-7
/proc/17121/task/17159/stat : 17159 (java) R 17118 17121 17077 0 -1 4202560 487 0 0 0 494 1 0 0 20 0 40 0 253891465 28112064512 880837 33554432000 4194304 4196468 140724819380864 139777954209104 139780611992109 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17160] ppid=17118 vsize=27453188 memory=280396538431072 CPUtime=4.18 cores=0-7
/proc/17121/task/17160/stat : 17160 (java) R 17118 17121 17077 0 -1 4202560 939 0 0 0 417 1 0 0 20 0 40 0 253891466 28112064512 880837 33554432000 4194304 4196468 140724819380864 139777953156048 139780612559553 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17161] ppid=17118 vsize=27453188 memory=0 CPUtime=5.54 cores=0-7
/proc/17121/task/17161/stat : 17161 (java) S 17118 17121 17077 0 -1 1077944384 1025 0 0 0 553 1 0 0 20 0 40 0 253891639 28112064512 880837 33554432000 4194304 4196468 140724819380864 139777952105744 139780980111061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
Current children cumulated CPU time: 126.68 s
Current children cumulated vsize: 27453188 KiB
Current children cumulated memory: 3523348 KiB

[startup+18.7014 s]
/proc/loadavg: 8.87 8.86 8.88 10/224 17161
/proc/meminfo: memFree=21161296/32770624 swapFree=67108688/67108860
[pid=17121] ppid=17118 vsize=27453188 memory=3524176 CPUtime=126.95 cores=0-7
/proc/17121/stat : 17121 (java) S 17118 17121 17077 0 -1 1077944320 93091 0 0 0 12510 185 0 0 20 0 19 0 253890606 28112064512 881044 33554432000 4194304 4196468 140724819380864 140724819363408 139780980100855 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
/proc/17121/statm: 6863297 881044 3626 1 0 6824848 0
[pid=17121/tid=17123] ppid=17118 vsize=27453188 memory=280396539114256 CPUtime=3.8 cores=0-7
/proc/17121/task/17123/stat : 17123 (java) S 17118 17121 17077 0 -1 1077944384 23344 0 0 0 364 16 0 0 20 0 19 0 253890606 28112064512 881044 33554432000 4194304 4196468 140724819380864 139780984343696 139780980111061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17124] ppid=17118 vsize=27453188 memory=8098973420133503337 CPUtime=0.4 cores=0-7
/proc/17121/task/17124/stat : 17124 (java) S 17118 17121 17077 0 -1 1077944384 545 0 0 0 32 8 0 0 20 0 19 0 253890607 28112064512 881044 33554432000 4194304 4196468 140724819380864 139780932721680 139780980111061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17125] ppid=17118 vsize=27453188 memory=1220 CPUtime=0.39 cores=0-7
/proc/17121/task/17125/stat : 17125 (java) S 17118 17121 17077 0 -1 1077944384 414 0 0 0 31 8 0 0 20 0 19 0 253890607 28112064512 881044 33554432000 4194304 4196468 140724819380864 139780931669136 139780980111061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17126] ppid=17118 vsize=27453188 memory=1756 CPUtime=0.41 cores=0-7
/proc/17121/task/17126/stat : 17126 (java) S 17118 17121 17077 0 -1 1077944384 878 0 0 0 33 8 0 0 20 0 19 0 253890607 28112064512 881044 33554432000 4194304 4196468 140724819380864 139780930616080 139780980111061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17127] ppid=17118 vsize=27453188 memory=872 CPUtime=0.4 cores=0-7
/proc/17121/task/17127/stat : 17127 (java) S 17118 17121 17077 0 -1 1077944384 1372 0 0 0 34 6 0 0 20 0 19 0 253890607 28112064512 881044 33554432000 4194304 4196468 140724819380864 139780929563536 139780980111061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17128] ppid=17118 vsize=27453188 memory=3139084 CPUtime=0.41 cores=0-7
/proc/17121/task/17128/stat : 17128 (java) S 17118 17121 17077 0 -1 1077944384 784 0 0 0 34 7 0 0 20 0 19 0 253890607 28112064512 881044 33554432000 4194304 4196468 140724819380864 139780928510480 139780980111061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17129] ppid=17118 vsize=27453188 memory=69080 CPUtime=0.39 cores=0-7
/proc/17121/task/17129/stat : 17129 (java) S 17118 17121 17077 0 -1 1077944384 1363 0 0 0 31 8 0 0 20 0 19 0 253890607 28112064512 881044 33554432000 4194304 4196468 140724819380864 139780927457936 139780980111061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17130] ppid=17118 vsize=27453188 memory=3100164 CPUtime=0.39 cores=0-7
/proc/17121/task/17130/stat : 17130 (java) S 17118 17121 17077 0 -1 1077944384 668 0 0 0 30 9 0 0 20 0 19 0 253890607 28112064512 881044 33554432000 4194304 4196468 140724819380864 139780926404880 139780980111061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17131] ppid=17118 vsize=27453188 memory=2332 CPUtime=0.41 cores=0-7
/proc/17121/task/17131/stat : 17131 (java) S 17118 17121 17077 0 -1 1077944384 477 0 0 0 33 8 0 0 20 0 19 0 253890607 28112064512 881044 33554432000 4194304 4196468 140724819380864 139780925352336 139780980111061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17132] ppid=17118 vsize=27453188 memory=924 CPUtime=0.09 cores=0-7
/proc/17121/task/17132/stat : 17132 (java) S 17118 17121 17077 0 -1 1077944384 4765 0 0 0 8 1 0 0 20 0 19 0 253890609 28112064512 881044 33554432000 4194304 4196468 140724819380864 139779184757696 139780980112002 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17133] ppid=17118 vsize=27453188 memory=1564 CPUtime=0 cores=0-7
/proc/17121/task/17133/stat : 17133 (java) S 17118 17121 17077 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 19 0 253890609 28112064512 881044 33554432000 4194304 4196468 140724819380864 139779183703776 139780980111061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17134] ppid=17118 vsize=27453188 memory=0 CPUtime=0 cores=0-7
/proc/17121/task/17134/stat : 17134 (java) S 17118 17121 17077 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 19 0 253890609 28112064512 881044 33554432000 4194304 4196468 140724819380864 139779182650624 139780980111061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17135] ppid=17118 vsize=27453188 memory=6149992307896516461 CPUtime=0 cores=0-7
/proc/17121/task/17135/stat : 17135 (java) S 17118 17121 17077 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 19 0 253890612 28112064512 881044 33554432000 4194304 4196468 140724819380864 139779181598832 139780980111061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17136] ppid=17118 vsize=27453188 memory=7450450585550475529 CPUtime=2.6 cores=0-7
/proc/17121/task/17136/stat : 17136 (java) S 17118 17121 17077 0 -1 1077944384 5740 0 0 0 259 1 0 0 20 0 19 0 253890612 28112064512 881044 33554432000 4194304 4196468 140724819380864 139779180546288 139780980112002 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17137] ppid=17118 vsize=27453188 memory=33 CPUtime=2.75 cores=0-7
/proc/17121/task/17137/stat : 17137 (java) S 17118 17121 17077 0 -1 1077944384 8236 0 0 0 273 2 0 0 20 0 19 0 253890612 28112064512 881044 33554432000 4194304 4196468 140724819380864 139779179473888 139780980111061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17138] ppid=17118 vsize=27453188 memory=-7173504570862900581 CPUtime=2.75 cores=0-7
/proc/17121/task/17138/stat : 17138 (java) S 17118 17121 17077 0 -1 1077944384 9444 0 0 0 272 3 0 0 20 0 19 0 253890612 28112064512 881044 33554432000 4194304 4196468 140724819380864 139779178440688 139780980112002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17139] ppid=17118 vsize=27453188 memory=147308788352504 CPUtime=1.46 cores=0-7
/proc/17121/task/17139/stat : 17139 (java) S 17118 17121 17077 0 -1 1077944384 12403 0 0 0 143 3 0 0 20 0 19 0 253890612 28112064512 881044 33554432000 4194304 4196468 140724819380864 139779177388144 139780980112002 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
[pid=17121/tid=17140] ppid=17118 vsize=27453188 memory=0 CPUtime=0 cores=0-7
/proc/17121/task/17140/stat : 17140 (java) S 17118 17121 17077 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 253890612 28112064512 881044 33554432000 4194304 4196468 140724819380864 139779176336352 139780980111061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29863936 140724819387470 140724819387653 140724819387653 140724819390415 0
Current children cumulated CPU time: 126.95 s
Current children cumulated vsize: 27453188 KiB
Current children cumulated memory: 3524176 KiB

Child status: 0
Real time (s): 18.7289
CPU time (s): 126.987
CPU user time (s): 125.105
CPU system time (s): 1.88202
CPU usage (%): 678.027
Max. virtual memory (cumulated for all children) (KiB): 27453188
Max. memory (cumulated for all children) (KiB): 3524176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 125.105
system time used= 1.88202
maximum resident set size= 3525428
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 93134
page faults= 0
swaps= 0
block input operations= 0
block output operations= 160
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15920
involuntary context switches= 6858


# summary of solver processes directly reported to runsolver:
#   pid: 17121
#   total CPU time (s): 126.987
#   total CPU user time (s): 125.105
#   total CPU system time (s): 1.88202

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.175314 second user time and 0.29146 second system time

The end

Launcher Data

Begin job on node134 at 2018-08-15 22:01:14
IDJOB=4309251
IDBENCH=141181
IDSOLVER=2793
FILE ID=node134/4309251-1534363274
RUNJOBID= node134-1534363274-17104
PBS_JOBID= 21038277
Free space on /tmp= 51788 MiB

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

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

MD5SUM BENCH= 597c97ebbfec0748b52bd546c50d9854
RANDOM SEED=118133360

node134.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.68
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.68
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.68
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.68
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:        24678588 kB
MemAvailable:   31889836 kB
Buffers:          215668 kB
Cached:          7211764 kB
SwapCached:           32 kB
Active:          3956472 kB
Inactive:        3526284 kB
Active(anon):       4188 kB
Inactive(anon):   111440 kB
Active(file):    3952284 kB
Inactive(file):  3414844 kB
Unevictable:        7392 kB
Mlocked:            7392 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:             35636 kB
Writeback:             0 kB
AnonPages:         61908 kB
Mapped:            55444 kB
Shmem:             57844 kB
Slab:             302140 kB
SReclaimable:     272580 kB
SUnreclaim:        29560 kB
KernelStack:        3296 kB
PageTables:         4800 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     356652 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 51752 MiB
End job on node134 at 2018-08-15 22:01:33