Trace number 4291260

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-07-02UNSAT 88.2201 12.7448

General information on the benchmark

NameDubois/
Dubois-022_c18.xml
MD5SUM6cb564a1b449df83d852ba5f609dcac6
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 benchmark3.53277
Satisfiable
(Un)Satisfiability was proved
Number of variables66
Number of constraints44
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":66}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":66}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":44}]
Number of extensional constraints44
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":44}]
Optimization problemNO
Type of objective

Solver Data

0.67/0.55	c version: 2018-07-02
0.67/0.55	c seed: 1846487546
0.67/0.55	c timeout: 20160
0.67/0.55	c memlimit: 22000
0.67/0.55	c nbcore: 8
0.67/0.58	c Parsing instance...
1.18/0.83	c Parsing done, starting search...
88.13/12.71	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 (8472 MiB free)
  memory of node 1: 16384 MiB (11553 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4291260-1532659339/watcher-4291260-1532659339 -o /tmp/evaluation-result-4291260-1532659339/solver-4291260-1532659339 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node105-1532654157-15025 --watchdog 2580 java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 1846487546 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4291260-1532659339.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=16144, runsolver pid=16141

[startup+0.100152 s]*
/proc/loadavg: 8.29 8.63 8.72 2/199 16164
/proc/meminfo: memFree=20490900/32770624 swapFree=67108860/67108860
[pid=16144] ppid=16141 vsize=26103424 memory=31432 CPUtime=0.11 cores=0-7
/proc/16144/stat : 16144 (java) S 16141 16144 14998 0 -1 1077944320 7290 0 0 0 9 2 0 0 20 0 20 0 83497053 26729906176 7858 33554432000 4194304 4196468 140735111556304 140735111538848 139742737792759 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
/proc/16144/statm: 6525856 7858 3133 1 0 6487932 0
[pid=16144/tid=16146] ppid=16141 vsize=26103424 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/16144/task/16146/stat : 16146 (java) R 16141 16144 14998 0 -1 4202560 5411 0 0 0 8 1 0 0 20 0 20 0 83497053 26729906176 7858 33554432000 4194304 4196468 140735111556304 139742742021472 139742718067600 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16147] ppid=16141 vsize=26103424 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/16144/task/16147/stat : 16147 (java) S 16141 16144 14998 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83497054 26729906176 7924 33554432000 4194304 4196468 140735111556304 139742690413712 139742737802965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16148] ppid=16141 vsize=26103424 memory=140075715434112 CPUtime=0 cores=0-7
/proc/16144/task/16148/stat : 16148 (java) S 16141 16144 14998 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83497054 26729906176 7924 33554432000 4194304 4196468 140735111556304 139742689360912 139742737802965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16149] ppid=16141 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/16144/task/16149/stat : 16149 (java) S 16141 16144 14998 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83497054 26729906176 7924 33554432000 4194304 4196468 140735111556304 139742688308112 139742737802965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16150] ppid=16141 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/16144/task/16150/stat : 16150 (java) S 16141 16144 14998 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83497054 26729906176 7924 33554432000 4194304 4196468 140735111556304 139742687255312 139742737802965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16151] ppid=16141 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/16144/task/16151/stat : 16151 (java) S 16141 16144 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83497054 26729906176 7924 33554432000 4194304 4196468 140735111556304 139742686202512 139742737802965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16152] ppid=16141 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/16144/task/16152/stat : 16152 (java) S 16141 16144 14998 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83497054 26729906176 7924 33554432000 4194304 4196468 140735111556304 139742685149712 139742737802965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16153] ppid=16141 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/16144/task/16153/stat : 16153 (java) S 16141 16144 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83497054 26729906176 7924 33554432000 4194304 4196468 140735111556304 139742684096912 139742737802965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16154] ppid=16141 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/16144/task/16154/stat : 16154 (java) S 16141 16144 14998 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83497054 26729906176 7924 33554432000 4194304 4196468 140735111556304 139742683044112 139742737802965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16155] ppid=16141 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/16144/task/16155/stat : 16155 (java) S 16141 16144 14998 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83497055 26729906176 7924 33554432000 4194304 4196468 140735111556304 139741865401200 139742737803906 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16156] ppid=16141 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/16144/task/16156/stat : 16156 (java) S 16141 16144 14998 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 83497056 26729906176 7924 33554432000 4194304 4196468 140735111556304 139741864347168 139742737802965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16157] ppid=16141 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/16144/task/16157/stat : 16157 (java) S 16141 16144 14998 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 83497056 26729906176 7934 33554432000 4194304 4196468 140735111556304 139741863294320 139742737802965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16158] ppid=16141 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/16144/task/16158/stat : 16158 (java) S 16141 16144 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83497058 26729906176 7934 33554432000 4194304 4196468 140735111556304 139741794134352 139742737811355 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16159] ppid=16141 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/16144/task/16159/stat : 16159 (java) S 16141 16144 14998 0 -1 1077944384 292 0 0 0 0 0 0 0 20 0 20 0 83497058 26729906176 7934 33554432000 4194304 4196468 140735111556304 139741793081712 139742737803906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16160] ppid=16141 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/16144/task/16160/stat : 16160 (java) S 16141 16144 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83497059 26729906176 7934 33554432000 4194304 4196468 140735111556304 139741792028912 139742737803906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16161] ppid=16141 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/16144/task/16161/stat : 16161 (java) S 16141 16144 14998 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83497059 26729906176 7934 33554432000 4194304 4196468 140735111556304 139741790976112 139742737803906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16162] ppid=16141 vsize=26103424 memory=0 CPUtime=0.01 cores=0-7
/proc/16144/task/16162/stat : 16162 (java) S 16141 16144 14998 0 -1 1077944384 249 0 0 0 1 0 0 0 20 0 20 0 83497059 26729906176 7934 33554432000 4194304 4196468 140735111556304 139741789923312 139742737803906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16163] ppid=16141 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/16144/task/16163/stat : 16163 (java) S 16141 16144 14998 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83497059 26729906176 7934 33554432000 4194304 4196468 140735111556304 139741788871776 139742737802965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16164] ppid=16141 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/16144/task/16164/stat : 16164 (java) S 16141 16144 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83497059 26729906176 7934 33554432000 4194304 4196468 140735111556304 139741787819056 139742737803906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26103424 KiB
Current children cumulated memory: 31432 KiB

[startup+0.210407 s]*
/proc/loadavg: 8.29 8.63 8.72 5/199 16164
/proc/meminfo: memFree=20478352/32770624 swapFree=67108860/67108860
[pid=16144] ppid=16141 vsize=26103424 memory=42788 CPUtime=0.3 cores=0-7
/proc/16144/stat : 16144 (java) S 16141 16144 14998 0 -1 1077944320 10441 0 0 0 27 3 0 0 20 0 20 0 83497053 26729906176 10697 33554432000 4194304 4196468 140735111556304 140735111538848 139742737792759 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
/proc/16144/statm: 6525856 10697 3289 1 0 6487932 0
[pid=16144/tid=16146] ppid=16141 vsize=26103424 memory=4026531975 CPUtime=0.2 cores=0-7
/proc/16144/task/16146/stat : 16146 (java) R 16141 16144 14998 0 -1 4202560 8200 0 0 0 18 2 0 0 20 0 20 0 83497053 26729906176 10697 33554432000 4194304 4196468 140735111556304 139742742022352 139742737814685 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16147] ppid=16141 vsize=26103424 memory=13939 CPUtime=0 cores=0-7
/proc/16144/task/16147/stat : 16147 (java) S 16141 16144 14998 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83497054 26729906176 10697 33554432000 4194304 4196468 140735111556304 139742690413712 139742737802965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16148] ppid=16141 vsize=26103424 memory=140075715986066 CPUtime=0 cores=0-7
/proc/16144/task/16148/stat : 16148 (java) S 16141 16144 14998 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83497054 26729906176 10697 33554432000 4194304 4196468 140735111556304 139742689360912 139742737802965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16149] ppid=16141 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/16144/task/16149/stat : 16149 (java) S 16141 16144 14998 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83497054 26729906176 10697 33554432000 4194304 4196468 140735111556304 139742688308112 139742737802965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16150] ppid=16141 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/16144/task/16150/stat : 16150 (java) S 16141 16144 14998 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83497054 26729906176 10697 33554432000 4194304 4196468 140735111556304 139742687255312 139742737802965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16151] ppid=16141 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/16144/task/16151/stat : 16151 (java) S 16141 16144 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83497054 26729906176 10697 33554432000 4194304 4196468 140735111556304 139742686202512 139742737802965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16152] ppid=16141 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/16144/task/16152/stat : 16152 (java) S 16141 16144 14998 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83497054 26729906176 10697 33554432000 4194304 4196468 140735111556304 139742685149712 139742737802965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16153] ppid=16141 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/16144/task/16153/stat : 16153 (java) S 16141 16144 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83497054 26729906176 10697 33554432000 4194304 4196468 140735111556304 139742684096912 139742737802965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16154] ppid=16141 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/16144/task/16154/stat : 16154 (java) S 16141 16144 14998 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83497054 26729906176 10697 33554432000 4194304 4196468 140735111556304 139742683044112 139742737802965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16155] ppid=16141 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/16144/task/16155/stat : 16155 (java) S 16141 16144 14998 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83497055 26729906176 10697 33554432000 4194304 4196468 140735111556304 139741865401200 139742737803906 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16156] ppid=16141 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/16144/task/16156/stat : 16156 (java) S 16141 16144 14998 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 83497056 26729906176 10697 33554432000 4194304 4196468 140735111556304 139741864347168 139742737802965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16157] ppid=16141 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/16144/task/16157/stat : 16157 (java) S 16141 16144 14998 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 83497056 26729906176 10697 33554432000 4194304 4196468 140735111556304 139741863294320 139742737802965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16158] ppid=16141 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/16144/task/16158/stat : 16158 (java) S 16141 16144 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83497058 26729906176 10697 33554432000 4194304 4196468 140735111556304 139741794134352 139742737811355 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16159] ppid=16141 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/16144/task/16159/stat : 16159 (java) S 16141 16144 14998 0 -1 1077944384 460 0 0 0 0 0 0 0 20 0 20 0 83497058 26729906176 10697 33554432000 4194304 4196468 140735111556304 139741793081712 139742737803906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16160] ppid=16141 vsize=26103424 memory=0 CPUtime=0.01 cores=0-7
/proc/16144/task/16160/stat : 16160 (java) S 16141 16144 14998 0 -1 1077944384 46 0 0 0 1 0 0 0 20 0 20 0 83497059 26729906176 10697 33554432000 4194304 4196468 140735111556304 139741792028912 139742737803906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16161] ppid=16141 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/16144/task/16161/stat : 16161 (java) S 16141 16144 14998 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 83497059 26729906176 10697 33554432000 4194304 4196468 140735111556304 139741790976112 139742737803906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16162] ppid=16141 vsize=26103424 memory=0 CPUtime=0.06 cores=0-7
/proc/16144/task/16162/stat : 16162 (java) S 16141 16144 14998 0 -1 1077944384 316 0 0 0 6 0 0 0 20 0 20 0 83497059 26729906176 10697 33554432000 4194304 4196468 140735111556304 139741789923312 139742737803906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16163] ppid=16141 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/16144/task/16163/stat : 16163 (java) S 16141 16144 14998 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83497059 26729906176 10697 33554432000 4194304 4196468 140735111556304 139741788871776 139742737802965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16164] ppid=16141 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/16144/task/16164/stat : 16164 (java) S 16141 16144 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83497059 26729906176 10697 33554432000 4194304 4196468 140735111556304 139741787819056 139742737803906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 26103424 KiB
Current children cumulated memory: 42788 KiB

[startup+0.31063 s]*
/proc/loadavg: 8.29 8.63 8.72 2/199 16164
/proc/meminfo: memFree=20474760/32770624 swapFree=67108860/67108860
[pid=16144] ppid=16141 vsize=26103424 memory=46820 CPUtime=0.43 cores=0-7
/proc/16144/stat : 16144 (java) S 16141 16144 14998 0 -1 1077944320 10871 0 0 0 39 4 0 0 20 0 20 0 83497053 26729906176 11705 33554432000 4194304 4196468 140735111556304 140735111538848 139742737792759 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
/proc/16144/statm: 6525856 11705 3385 1 0 6487932 0
[pid=16144/tid=16146] ppid=16141 vsize=26103424 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/16144/task/16146/stat : 16146 (java) R 16141 16144 14998 0 -1 4202560 8545 0 0 0 27 2 0 0 20 0 20 0 83497053 26729906176 11705 33554432000 4194304 4196468 140735111556304 139742741954496 139742721873246 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16147] ppid=16141 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/16144/task/16147/stat : 16147 (java) S 16141 16144 14998 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83497054 26729906176 11705 33554432000 4194304 4196468 140735111556304 139742690413712 139742737802965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16148] ppid=16141 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/16144/task/16148/stat : 16148 (java) S 16141 16144 14998 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83497054 26729906176 11705 33554432000 4194304 4196468 140735111556304 139742689360912 139742737802965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16149] ppid=16141 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/16144/task/16149/stat : 16149 (java) S 16141 16144 14998 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83497054 26729906176 11705 33554432000 4194304 4196468 140735111556304 139742688308112 139742737802965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16150] ppid=16141 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/16144/task/16150/stat : 16150 (java) S 16141 16144 14998 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83497054 26729906176 11705 33554432000 4194304 4196468 140735111556304 139742687255312 139742737802965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16151] ppid=16141 vsize=26103424 memory=2244 CPUtime=0 cores=0-7
/proc/16144/task/16151/stat : 16151 (java) S 16141 16144 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83497054 26729906176 11705 33554432000 4194304 4196468 140735111556304 139742686202512 139742737802965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16152] ppid=16141 vsize=26103424 memory=140075593724847 CPUtime=0 cores=0-7
/proc/16144/task/16152/stat : 16152 (java) S 16141 16144 14998 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83497054 26729906176 11705 33554432000 4194304 4196468 140735111556304 139742685149712 139742737802965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16153] ppid=16141 vsize=26103424 memory=140075593727152 CPUtime=0 cores=0-7
/proc/16144/task/16153/stat : 16153 (java) S 16141 16144 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83497054 26729906176 11705 33554432000 4194304 4196468 140735111556304 139742684096912 139742737802965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16154] ppid=16141 vsize=26103424 memory=140075593729456 CPUtime=0 cores=0-7
/proc/16144/task/16154/stat : 16154 (java) S 16141 16144 14998 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83497054 26729906176 11705 33554432000 4194304 4196468 140735111556304 139742683044112 139742737802965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16155] ppid=16141 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/16144/task/16155/stat : 16155 (java) S 16141 16144 14998 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83497055 26729906176 11705 33554432000 4194304 4196468 140735111556304 139741865401200 139742737803906 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16156] ppid=16141 vsize=26103424 memory=280151187465872 CPUtime=0 cores=0-7
/proc/16144/task/16156/stat : 16156 (java) S 16141 16144 14998 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 83497056 26729906176 11705 33554432000 4194304 4196468 140735111556304 139741864347168 139742737802965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16157] ppid=16141 vsize=26103424 memory=280151187472784 CPUtime=0 cores=0-7
/proc/16144/task/16157/stat : 16157 (java) S 16141 16144 14998 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 83497056 26729906176 11705 33554432000 4194304 4196468 140735111556304 139741863294320 139742737802965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16158] ppid=16141 vsize=26103424 memory=280151187414064 CPUtime=0 cores=0-7
/proc/16144/task/16158/stat : 16158 (java) S 16141 16144 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83497058 26729906176 11705 33554432000 4194304 4196468 140735111556304 139741794134352 139742737811355 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16159] ppid=16141 vsize=26103424 memory=280151187486608 CPUtime=0 cores=0-7
/proc/16144/task/16159/stat : 16159 (java) S 16141 16144 14998 0 -1 1077944384 469 0 0 0 0 0 0 0 20 0 20 0 83497058 26729906176 11705 33554432000 4194304 4196468 140735111556304 139741793081712 139742737803906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16160] ppid=16141 vsize=26103424 memory=280151187493520 CPUtime=0.02 cores=0-7
/proc/16144/task/16160/stat : 16160 (java) S 16141 16144 14998 0 -1 1077944384 106 0 0 0 2 0 0 0 20 0 20 0 83497059 26729906176 11705 33554432000 4194304 4196468 140735111556304 139741792028912 139742737803906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16161] ppid=16141 vsize=26103424 memory=280151187491216 CPUtime=0 cores=0-7
/proc/16144/task/16161/stat : 16161 (java) S 16141 16144 14998 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 83497059 26729906176 11705 33554432000 4194304 4196468 140735111556304 139741790976112 139742737803906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16162] ppid=16141 vsize=26103424 memory=280151187507824 CPUtime=0.07 cores=0-7
/proc/16144/task/16162/stat : 16162 (java) S 16141 16144 14998 0 -1 1077944384 332 0 0 0 7 0 0 0 20 0 20 0 83497059 26729906176 11705 33554432000 4194304 4196468 140735111556304 139741789923312 139742737803906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16163] ppid=16141 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/16144/task/16163/stat : 16163 (java) S 16141 16144 14998 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83497059 26729906176 11705 33554432000 4194304 4196468 140735111556304 139741788871776 139742737802965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16164] ppid=16141 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/16144/task/16164/stat : 16164 (java) S 16141 16144 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83497059 26729906176 11705 33554432000 4194304 4196468 140735111556304 139741787819056 139742737803906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 26103424 KiB
Current children cumulated memory: 46820 KiB

[startup+0.700927 s]
/proc/loadavg: 8.29 8.63 8.72 2/199 16164
/proc/meminfo: memFree=20450568/32770624 swapFree=67108860/67108860
[pid=16144] ppid=16141 vsize=26105492 memory=87736 CPUtime=0.98 cores=0-7
/proc/16144/stat : 16144 (java) S 16141 16144 14998 0 -1 1077944320 17871 0 0 0 93 5 0 0 20 0 20 0 83497053 26732023808 21934 33554432000 4194304 4196468 140735111556304 140735111538848 139742737792759 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
/proc/16144/statm: 6526373 21934 3502 1 0 6488444 0
[pid=16144/tid=16146] ppid=16141 vsize=26105492 memory=0 CPUtime=0.67 cores=0-7
/proc/16144/task/16146/stat : 16146 (java) R 16141 16144 14998 0 -1 4202560 15026 0 0 0 63 4 0 0 20 0 20 0 83497053 26732023808 21934 33554432000 4194304 4196468 140735111556304 139742742019216 139742737814685 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16147] ppid=16141 vsize=26105492 memory=0 CPUtime=0 cores=0-7
/proc/16144/task/16147/stat : 16147 (java) S 16141 16144 14998 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83497054 26732023808 21934 33554432000 4194304 4196468 140735111556304 139742690413712 139742737802965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16148] ppid=16141 vsize=26105492 memory=0 CPUtime=0 cores=0-7
/proc/16144/task/16148/stat : 16148 (java) S 16141 16144 14998 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83497054 26732023808 21934 33554432000 4194304 4196468 140735111556304 139742689360912 139742737802965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16149] ppid=16141 vsize=26105492 memory=0 CPUtime=0 cores=0-7
/proc/16144/task/16149/stat : 16149 (java) S 16141 16144 14998 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83497054 26732023808 21934 33554432000 4194304 4196468 140735111556304 139742688308112 139742737802965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16150] ppid=16141 vsize=26105492 memory=1196 CPUtime=0 cores=0-7
/proc/16144/task/16150/stat : 16150 (java) S 16141 16144 14998 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83497054 26732023808 21934 33554432000 4194304 4196468 140735111556304 139742687255312 139742737802965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16151] ppid=16141 vsize=26105492 memory=8536 CPUtime=0 cores=0-7
/proc/16144/task/16151/stat : 16151 (java) S 16141 16144 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83497054 26732023808 21934 33554432000 4194304 4196468 140735111556304 139742686202512 139742737802965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16152] ppid=16141 vsize=26105492 memory=4616 CPUtime=0 cores=0-7
/proc/16144/task/16152/stat : 16152 (java) S 16141 16144 14998 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83497054 26732023808 21934 33554432000 4194304 4196468 140735111556304 139742685149712 139742737802965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16153] ppid=16141 vsize=26105492 memory=1424 CPUtime=0 cores=0-7
/proc/16144/task/16153/stat : 16153 (java) S 16141 16144 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83497054 26732023808 21934 33554432000 4194304 4196468 140735111556304 139742684096912 139742737802965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16154] ppid=16141 vsize=26105492 memory=15868 CPUtime=0 cores=0-7
/proc/16144/task/16154/stat : 16154 (java) S 16141 16144 14998 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83497054 26732023808 21934 33554432000 4194304 4196468 140735111556304 139742683044112 139742737802965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16155] ppid=16141 vsize=26105492 memory=4052 CPUtime=0 cores=0-7
/proc/16144/task/16155/stat : 16155 (java) S 16141 16144 14998 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83497055 26732023808 21934 33554432000 4194304 4196468 140735111556304 139741865401200 139742737803906 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0

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

[pid=16144/tid=16163] ppid=16141 vsize=27783964 memory=2420 CPUtime=0 cores=0-7
/proc/16144/task/16163/stat : 16163 (java) S 16141 16144 14998 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 44 0 83497059 28450779136 570443 33554432000 4194304 4196468 140735111556304 139741788871776 139742737802965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16164] ppid=16141 vsize=27783964 memory=1292 CPUtime=0 cores=0-7
/proc/16144/task/16164/stat : 16164 (java) S 16141 16144 14998 0 -1 1077944384 744 0 0 0 0 0 0 0 20 0 44 0 83497059 28450779136 570443 33554432000 4194304 4196468 140735111556304 139741787819056 139742737803906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16166] ppid=16141 vsize=27783964 memory=796 CPUtime=0.03 cores=0-7
/proc/16144/task/16166/stat : 16166 (java) S 16141 16144 14998 0 -1 1077944384 765 0 0 0 2 1 0 0 20 0 44 0 83497219 28450779136 570443 33554432000 4194304 4196468 140735111556304 139741773321360 139742737803906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16167] ppid=16141 vsize=27783964 memory=1012 CPUtime=2.94 cores=0-7
/proc/16144/task/16167/stat : 16167 (java) S 16141 16144 14998 0 -1 1077944384 260 0 0 0 292 2 0 0 20 0 44 0 83497239 28450779136 570443 33554432000 4194304 4196468 140735111556304 139741770171664 139742737802965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16168] ppid=16141 vsize=27783964 memory=1228 CPUtime=5.7 cores=0-7
/proc/16144/task/16168/stat : 16168 (java) S 16141 16144 14998 0 -1 1077944384 967 0 0 0 567 3 0 0 20 0 44 0 83497240 28450779136 570443 33554432000 4194304 4196468 140735111556304 139741769118864 139742737802965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16169] ppid=16141 vsize=27783964 memory=1704 CPUtime=3.84 cores=0-7
/proc/16144/task/16169/stat : 16169 (java) S 16141 16144 14998 0 -1 1077944384 971 0 0 0 380 4 0 0 20 0 44 0 83497240 28450779136 570443 33554432000 4194304 4196468 140735111556304 139741768066064 139742737802965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16170] ppid=16141 vsize=27783964 memory=9996 CPUtime=2.07 cores=0-7
/proc/16144/task/16170/stat : 16170 (java) S 16141 16144 14998 0 -1 1077944384 223 0 0 0 206 1 0 0 20 0 44 0 83497247 28450779136 570443 33554432000 4194304 4196468 140735111556304 139741764916112 139742737802965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16171] ppid=16141 vsize=27783964 memory=5792 CPUtime=6.03 cores=0-7
/proc/16144/task/16171/stat : 16171 (java) S 16141 16144 14998 0 -1 1077944384 670 0 0 0 598 5 0 0 20 0 44 0 83497247 28450779136 570443 33554432000 4194304 4196468 140735111556304 139741763860272 139742737803906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16172] ppid=16141 vsize=27783964 memory=1936 CPUtime=4.56 cores=0-7
/proc/16144/task/16172/stat : 16172 (java) S 16141 16144 14998 0 -1 1077944384 266 0 0 0 453 3 0 0 20 0 44 0 83497247 28450779136 570443 33554432000 4194304 4196468 140735111556304 139741762811328 139742737802965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16173] ppid=16141 vsize=27783964 memory=1196 CPUtime=4.06 cores=0-7
/proc/16144/task/16173/stat : 16173 (java) S 16141 16144 14998 0 -1 1077944384 1905 0 0 0 401 5 0 0 20 0 44 0 83497247 28450779136 570443 33554432000 4194304 4196468 140735111556304 139741761758736 139742737802965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16174] ppid=16141 vsize=27783964 memory=2082412 CPUtime=1.14 cores=0-7
/proc/16144/task/16174/stat : 16174 (java) S 16141 16144 14998 0 -1 1077944384 180 0 0 0 113 1 0 0 20 0 44 0 83497247 28450779136 570443 33554432000 4194304 4196468 140735111556304 139741760705936 139742737802965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16175] ppid=16141 vsize=27783964 memory=2177078661025 CPUtime=3.59 cores=0-7
/proc/16144/task/16175/stat : 16175 (java) S 16141 16144 14998 0 -1 1077944384 437 0 0 0 357 2 0 0 20 0 44 0 83497247 28450779136 570443 33554432000 4194304 4196468 140735111556304 139741759653136 139742737802965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16176] ppid=16141 vsize=27783964 memory=36740 CPUtime=0.24 cores=0-7
/proc/16144/task/16176/stat : 16176 (java) S 16141 16144 14998 0 -1 1077944384 45 0 0 0 24 0 0 0 20 0 44 0 83497247 28450779136 570443 33554432000 4194304 4196468 140735111556304 139741758600336 139742737802965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16177] ppid=16141 vsize=27783964 memory=3546091443811019620 CPUtime=4.73 cores=0-7
/proc/16144/task/16177/stat : 16177 (java) S 16141 16144 14998 0 -1 1077944384 1031 0 0 0 468 5 0 0 20 0 44 0 83497252 28450779136 570443 33554432000 4194304 4196468 140735111556304 139741757547536 139742737802965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16178] ppid=16141 vsize=27783964 memory=7522529121731373163 CPUtime=3.49 cores=0-7
/proc/16144/task/16178/stat : 16178 (java) S 16141 16144 14998 0 -1 1077944384 438 0 0 0 346 3 0 0 20 0 44 0 83497253 28450779136 570443 33554432000 4194304 4196468 140735111556304 139741756494320 139742737803906 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16179] ppid=16141 vsize=27783964 memory=2051672 CPUtime=2.27 cores=0-7
/proc/16144/task/16179/stat : 16179 (java) S 16141 16144 14998 0 -1 1077944384 269 0 0 0 227 0 0 0 20 0 44 0 83497253 28450779136 570443 33554432000 4194304 4196468 140735111556304 139741755442832 139742737802965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16180] ppid=16141 vsize=27783964 memory=8026937781851153767 CPUtime=3.84 cores=0-7
/proc/16144/task/16180/stat : 16180 (java) S 16141 16144 14998 0 -1 1077944384 679 0 0 0 380 4 0 0 20 0 44 0 83497253 28450779136 570443 33554432000 4194304 4196468 140735111556304 139741754390160 139742737802965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16181] ppid=16141 vsize=27783964 memory=138882062515790 CPUtime=6.2 cores=0-7
/proc/16144/task/16181/stat : 16181 (java) S 16141 16144 14998 0 -1 1077944384 1706 0 0 0 617 3 0 0 20 0 44 0 83497253 28450779136 570443 33554432000 4194304 4196468 140735111556304 139741753337360 139742737802965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16182] ppid=16141 vsize=27783964 memory=6944656591801720471 CPUtime=3.27 cores=0-7
/proc/16144/task/16182/stat : 16182 (java) S 16141 16144 14998 0 -1 1077944384 939 0 0 0 322 5 0 0 20 0 44 0 83497253 28450779136 570443 33554432000 4194304 4196468 140735111556304 139741752284560 139742737802965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16183] ppid=16141 vsize=27783964 memory=6225773947496784469 CPUtime=2.86 cores=0-7
/proc/16144/task/16183/stat : 16183 (java) S 16141 16144 14998 0 -1 1077944384 354 0 0 0 284 2 0 0 20 0 44 0 83497281 28450779136 570443 33554432000 4194304 4196468 140735111556304 139741749097744 139742737802965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16184] ppid=16141 vsize=27783964 memory=7523924419383682132 CPUtime=3.42 cores=0-7
/proc/16144/task/16184/stat : 16184 (java) S 16141 16144 14998 0 -1 1077944384 126 0 0 0 338 4 0 0 20 0 44 0 83497282 28450779136 570443 33554432000 4194304 4196468 140735111556304 139741748044944 139742737802965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16185] ppid=16141 vsize=27783964 memory=0 CPUtime=3.73 cores=0-7
/proc/16144/task/16185/stat : 16185 (java) S 16141 16144 14998 0 -1 1077944384 137 0 0 0 370 3 0 0 20 0 44 0 83497344 28450779136 570443 33554432000 4194304 4196468 140735111556304 139741746992144 139742737802965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16186] ppid=16141 vsize=27783964 memory=28753 CPUtime=4.87 cores=0-7
/proc/16144/task/16186/stat : 16186 (java) S 16141 16144 14998 0 -1 1077944384 722 0 0 0 483 4 0 0 20 0 44 0 83497344 28450779136 570443 33554432000 4194304 4196468 140735111556304 139741745939344 139742737802965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16187] ppid=16141 vsize=27783964 memory=4420 CPUtime=2.44 cores=0-7
/proc/16144/task/16187/stat : 16187 (java) S 16141 16144 14998 0 -1 1077944384 154 0 0 0 242 2 0 0 20 0 44 0 83497346 28450779136 570443 33554432000 4194304 4196468 140735111556304 139741744887440 139742737802965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16188] ppid=16141 vsize=27783964 memory=6628 CPUtime=3.13 cores=0-7
/proc/16144/task/16188/stat : 16188 (java) S 16141 16144 14998 0 -1 1077944384 157 0 0 0 312 1 0 0 20 0 44 0 83497346 28450779136 570443 33554432000 4194304 4196468 140735111556304 139741743834640 139742737802965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16189] ppid=16141 vsize=27783964 memory=8836 CPUtime=3.13 cores=0-7
/proc/16144/task/16189/stat : 16189 (java) S 16141 16144 14998 0 -1 1077944384 124 0 0 0 310 3 0 0 20 0 44 0 83497346 28450779136 570443 33554432000 4194304 4196468 140735111556304 139741742781968 139742737802965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
Current children cumulated CPU time: 88.13 s
Current children cumulated vsize: 27783964 KiB
Current children cumulated memory: 2281772 KiB

[startup+12.7448 s]
# the end of solver process 16144 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=87.0737 s, system=1.14635 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+12.7017 s]
/proc/loadavg: 8.49 8.65 8.73 9/224 16189
/proc/meminfo: memFree=18333172/32770624 swapFree=67108860/67108860
[pid=16144] ppid=16141 vsize=27783964 memory=2281772 CPUtime=88.13 cores=0-7
/proc/16144/stat : 16144 (java) S 16141 16144 14998 0 -1 1077944320 55870 0 0 0 8701 112 0 0 20 0 44 0 83497053 28450779136 570443 33554432000 4194304 4196468 140735111556304 140735111538848 139742737792759 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
/proc/16144/statm: 6945991 570443 3615 1 0 6907541 0
[pid=16144/tid=16146] ppid=16141 vsize=27783964 memory=0 CPUtime=1.87 cores=0-7
/proc/16144/task/16146/stat : 16146 (java) S 16141 16144 14998 0 -1 1077944384 20312 0 0 0 180 7 0 0 20 0 44 0 83497053 28450779136 570443 33554432000 4194304 4196468 140735111556304 139742742030224 139742737802965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16147] ppid=16141 vsize=27783964 memory=0 CPUtime=0.05 cores=0-7
/proc/16144/task/16147/stat : 16147 (java) S 16141 16144 14998 0 -1 1077944384 217 0 0 0 3 2 0 0 20 0 44 0 83497054 28450779136 570443 33554432000 4194304 4196468 140735111556304 139742690413712 139742737802965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16148] ppid=16141 vsize=27783964 memory=57 CPUtime=0.05 cores=0-7
/proc/16144/task/16148/stat : 16148 (java) S 16141 16144 14998 0 -1 1077944384 102 0 0 0 3 2 0 0 20 0 44 0 83497054 28450779136 570443 33554432000 4194304 4196468 140735111556304 139742689360912 139742737802965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16149] ppid=16141 vsize=27783964 memory=0 CPUtime=0.04 cores=0-7
/proc/16144/task/16149/stat : 16149 (java) S 16141 16144 14998 0 -1 1077944384 1044 0 0 0 2 2 0 0 20 0 44 0 83497054 28450779136 570443 33554432000 4194304 4196468 140735111556304 139742688308112 139742737802965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16150] ppid=16141 vsize=27783964 memory=0 CPUtime=0.05 cores=0-7
/proc/16144/task/16150/stat : 16150 (java) S 16141 16144 14998 0 -1 1077944384 86 0 0 0 3 2 0 0 20 0 44 0 83497054 28450779136 570443 33554432000 4194304 4196468 140735111556304 139742687255312 139742737802965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16151] ppid=16141 vsize=27783964 memory=5 CPUtime=0.05 cores=0-7
/proc/16144/task/16151/stat : 16151 (java) S 16141 16144 14998 0 -1 1077944384 175 0 0 0 3 2 0 0 20 0 44 0 83497054 28450779136 570443 33554432000 4194304 4196468 140735111556304 139742686202512 139742737802965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16152] ppid=16141 vsize=27783964 memory=5 CPUtime=0.04 cores=0-7
/proc/16144/task/16152/stat : 16152 (java) S 16141 16144 14998 0 -1 1077944384 55 0 0 0 2 2 0 0 20 0 44 0 83497054 28450779136 570443 33554432000 4194304 4196468 140735111556304 139742685149712 139742737802965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16153] ppid=16141 vsize=27783964 memory=5 CPUtime=0.05 cores=0-7
/proc/16144/task/16153/stat : 16153 (java) S 16141 16144 14998 0 -1 1077944384 453 0 0 0 3 2 0 0 20 0 44 0 83497054 28450779136 570443 33554432000 4194304 4196468 140735111556304 139742684096912 139742737802965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16154] ppid=16141 vsize=27783964 memory=0 CPUtime=0.05 cores=0-7
/proc/16144/task/16154/stat : 16154 (java) S 16141 16144 14998 0 -1 1077944384 116 0 0 0 3 2 0 0 20 0 44 0 83497054 28450779136 570443 33554432000 4194304 4196468 140735111556304 139742683044112 139742737802965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16155] ppid=16141 vsize=27783964 memory=6791534058613427641 CPUtime=0.05 cores=0-7
/proc/16144/task/16155/stat : 16155 (java) S 16141 16144 14998 0 -1 1077944384 2351 0 0 0 4 1 0 0 20 0 44 0 83497055 28450779136 570443 33554432000 4194304 4196468 140735111556304 139741865401200 139742737803906 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16156] ppid=16141 vsize=27783964 memory=6370151923012430185 CPUtime=0 cores=0-7
/proc/16144/task/16156/stat : 16156 (java) S 16141 16144 14998 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 44 0 83497056 28450779136 570443 33554432000 4194304 4196468 140735111556304 139741864347232 139742737802965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16157] ppid=16141 vsize=27783964 memory=7810763844726514514 CPUtime=0 cores=0-7
/proc/16144/task/16157/stat : 16157 (java) S 16141 16144 14998 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 44 0 83497056 28450779136 570443 33554432000 4194304 4196468 140735111556304 139741863294336 139742737802965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16158] ppid=16141 vsize=27783964 memory=0 CPUtime=0 cores=0-7
/proc/16144/task/16158/stat : 16158 (java) S 16141 16144 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 44 0 83497058 28450779136 570443 33554432000 4194304 4196468 140735111556304 139741794134352 139742737811355 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16159] ppid=16141 vsize=27783964 memory=57 CPUtime=0.97 cores=0-7
/proc/16144/task/16159/stat : 16159 (java) R 16141 16144 14998 0 -1 4202560 2601 0 0 0 96 1 0 0 20 0 44 0 83497058 28450779136 570443 33554432000 4194304 4196468 140735111556304 139741793068672 139742717144272 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16160] ppid=16141 vsize=27783964 memory=6944656592387989600 CPUtime=1.04 cores=0-7
/proc/16144/task/16160/stat : 16160 (java) R 16141 16144 14998 0 -1 4202560 2912 0 0 0 103 1 0 0 20 0 44 0 83497059 28450779136 570443 33554432000 4194304 4196468 140735111556304 139741792010864 139742719338222 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16161] ppid=16141 vsize=27783964 memory=-8746401511660371911 CPUtime=0.86 cores=0-7
/proc/16144/task/16161/stat : 16161 (java) R 16141 16144 14998 0 -1 4202560 1721 0 0 0 85 1 0 0 20 0 44 0 83497059 28450779136 570443 33554432000 4194304 4196468 140735111556304 139741790965824 139742730082208 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16162] ppid=16141 vsize=27783964 memory=4126316290023845779 CPUtime=0.94 cores=0-7
/proc/16144/task/16162/stat : 16162 (java) S 16141 16144 14998 0 -1 1077944384 7602 0 0 0 91 3 0 0 20 0 44 0 83497059 28450779136 570443 33554432000 4194304 4196468 140735111556304 139741789923312 139742737803906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16163] ppid=16141 vsize=27783964 memory=2420 CPUtime=0 cores=0-7
/proc/16144/task/16163/stat : 16163 (java) S 16141 16144 14998 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 44 0 83497059 28450779136 570443 33554432000 4194304 4196468 140735111556304 139741788871776 139742737802965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16164] ppid=16141 vsize=27783964 memory=1292 CPUtime=0 cores=0-7
/proc/16144/task/16164/stat : 16164 (java) S 16141 16144 14998 0 -1 1077944384 744 0 0 0 0 0 0 0 20 0 44 0 83497059 28450779136 570443 33554432000 4194304 4196468 140735111556304 139741787819056 139742737803906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16166] ppid=16141 vsize=27783964 memory=796 CPUtime=0.03 cores=0-7
/proc/16144/task/16166/stat : 16166 (java) S 16141 16144 14998 0 -1 1077944384 765 0 0 0 2 1 0 0 20 0 44 0 83497219 28450779136 570443 33554432000 4194304 4196468 140735111556304 139741773321360 139742737803906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16167] ppid=16141 vsize=27783964 memory=1012 CPUtime=2.94 cores=0-7
/proc/16144/task/16167/stat : 16167 (java) S 16141 16144 14998 0 -1 1077944384 260 0 0 0 292 2 0 0 20 0 44 0 83497239 28450779136 570443 33554432000 4194304 4196468 140735111556304 139741770171664 139742737802965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16168] ppid=16141 vsize=27783964 memory=1228 CPUtime=5.7 cores=0-7
/proc/16144/task/16168/stat : 16168 (java) S 16141 16144 14998 0 -1 1077944384 967 0 0 0 567 3 0 0 20 0 44 0 83497240 28450779136 570443 33554432000 4194304 4196468 140735111556304 139741769118864 139742737802965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16169] ppid=16141 vsize=27783964 memory=1704 CPUtime=3.84 cores=0-7
/proc/16144/task/16169/stat : 16169 (java) S 16141 16144 14998 0 -1 1077944384 971 0 0 0 380 4 0 0 20 0 44 0 83497240 28450779136 570443 33554432000 4194304 4196468 140735111556304 139741768066064 139742737802965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16170] ppid=16141 vsize=27783964 memory=9996 CPUtime=2.07 cores=0-7
/proc/16144/task/16170/stat : 16170 (java) S 16141 16144 14998 0 -1 1077944384 223 0 0 0 206 1 0 0 20 0 44 0 83497247 28450779136 570443 33554432000 4194304 4196468 140735111556304 139741764916112 139742737802965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16171] ppid=16141 vsize=27783964 memory=5792 CPUtime=6.03 cores=0-7
/proc/16144/task/16171/stat : 16171 (java) S 16141 16144 14998 0 -1 1077944384 670 0 0 0 598 5 0 0 20 0 44 0 83497247 28450779136 570443 33554432000 4194304 4196468 140735111556304 139741763860272 139742737803906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16172] ppid=16141 vsize=27783964 memory=1936 CPUtime=4.56 cores=0-7
/proc/16144/task/16172/stat : 16172 (java) S 16141 16144 14998 0 -1 1077944384 266 0 0 0 453 3 0 0 20 0 44 0 83497247 28450779136 570443 33554432000 4194304 4196468 140735111556304 139741762811328 139742737802965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16173] ppid=16141 vsize=27783964 memory=1196 CPUtime=4.06 cores=0-7
/proc/16144/task/16173/stat : 16173 (java) S 16141 16144 14998 0 -1 1077944384 1905 0 0 0 401 5 0 0 20 0 44 0 83497247 28450779136 570443 33554432000 4194304 4196468 140735111556304 139741761758736 139742737802965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16174] ppid=16141 vsize=27783964 memory=2082412 CPUtime=1.14 cores=0-7
/proc/16144/task/16174/stat : 16174 (java) S 16141 16144 14998 0 -1 1077944384 180 0 0 0 113 1 0 0 20 0 44 0 83497247 28450779136 570443 33554432000 4194304 4196468 140735111556304 139741760705936 139742737802965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16175] ppid=16141 vsize=27783964 memory=2177078661025 CPUtime=3.59 cores=0-7
/proc/16144/task/16175/stat : 16175 (java) S 16141 16144 14998 0 -1 1077944384 437 0 0 0 357 2 0 0 20 0 44 0 83497247 28450779136 570443 33554432000 4194304 4196468 140735111556304 139741759653136 139742737802965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16176] ppid=16141 vsize=27783964 memory=36740 CPUtime=0.24 cores=0-7
/proc/16144/task/16176/stat : 16176 (java) S 16141 16144 14998 0 -1 1077944384 45 0 0 0 24 0 0 0 20 0 44 0 83497247 28450779136 570443 33554432000 4194304 4196468 140735111556304 139741758600336 139742737802965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16177] ppid=16141 vsize=27783964 memory=3546091443811019620 CPUtime=4.73 cores=0-7
/proc/16144/task/16177/stat : 16177 (java) S 16141 16144 14998 0 -1 1077944384 1031 0 0 0 468 5 0 0 20 0 44 0 83497252 28450779136 570443 33554432000 4194304 4196468 140735111556304 139741757547536 139742737802965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16178] ppid=16141 vsize=27783964 memory=7522529121731373163 CPUtime=3.49 cores=0-7
/proc/16144/task/16178/stat : 16178 (java) S 16141 16144 14998 0 -1 1077944384 438 0 0 0 346 3 0 0 20 0 44 0 83497253 28450779136 570443 33554432000 4194304 4196468 140735111556304 139741756494320 139742737803906 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16179] ppid=16141 vsize=27783964 memory=2051672 CPUtime=2.27 cores=0-7
/proc/16144/task/16179/stat : 16179 (java) S 16141 16144 14998 0 -1 1077944384 269 0 0 0 227 0 0 0 20 0 44 0 83497253 28450779136 570443 33554432000 4194304 4196468 140735111556304 139741755442832 139742737802965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16180] ppid=16141 vsize=27783964 memory=8026937781851153767 CPUtime=3.84 cores=0-7
/proc/16144/task/16180/stat : 16180 (java) S 16141 16144 14998 0 -1 1077944384 679 0 0 0 380 4 0 0 20 0 44 0 83497253 28450779136 570443 33554432000 4194304 4196468 140735111556304 139741754390160 139742737802965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16181] ppid=16141 vsize=27783964 memory=138882062515790 CPUtime=6.2 cores=0-7
/proc/16144/task/16181/stat : 16181 (java) S 16141 16144 14998 0 -1 1077944384 1706 0 0 0 617 3 0 0 20 0 44 0 83497253 28450779136 570443 33554432000 4194304 4196468 140735111556304 139741753337360 139742737802965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16182] ppid=16141 vsize=27783964 memory=6944656591801720471 CPUtime=3.27 cores=0-7
/proc/16144/task/16182/stat : 16182 (java) S 16141 16144 14998 0 -1 1077944384 939 0 0 0 322 5 0 0 20 0 44 0 83497253 28450779136 570443 33554432000 4194304 4196468 140735111556304 139741752284560 139742737802965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16183] ppid=16141 vsize=27783964 memory=6225773947496784469 CPUtime=2.86 cores=0-7
/proc/16144/task/16183/stat : 16183 (java) S 16141 16144 14998 0 -1 1077944384 354 0 0 0 284 2 0 0 20 0 44 0 83497281 28450779136 570443 33554432000 4194304 4196468 140735111556304 139741749097744 139742737802965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16184] ppid=16141 vsize=27783964 memory=7523924419383682132 CPUtime=3.42 cores=0-7
/proc/16144/task/16184/stat : 16184 (java) S 16141 16144 14998 0 -1 1077944384 126 0 0 0 338 4 0 0 20 0 44 0 83497282 28450779136 570443 33554432000 4194304 4196468 140735111556304 139741748044944 139742737802965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16185] ppid=16141 vsize=27783964 memory=0 CPUtime=3.73 cores=0-7
/proc/16144/task/16185/stat : 16185 (java) S 16141 16144 14998 0 -1 1077944384 137 0 0 0 370 3 0 0 20 0 44 0 83497344 28450779136 570443 33554432000 4194304 4196468 140735111556304 139741746992144 139742737802965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16186] ppid=16141 vsize=27783964 memory=28753 CPUtime=4.87 cores=0-7
/proc/16144/task/16186/stat : 16186 (java) S 16141 16144 14998 0 -1 1077944384 722 0 0 0 483 4 0 0 20 0 44 0 83497344 28450779136 570443 33554432000 4194304 4196468 140735111556304 139741745939344 139742737802965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16187] ppid=16141 vsize=27783964 memory=4420 CPUtime=2.44 cores=0-7
/proc/16144/task/16187/stat : 16187 (java) S 16141 16144 14998 0 -1 1077944384 154 0 0 0 242 2 0 0 20 0 44 0 83497346 28450779136 570443 33554432000 4194304 4196468 140735111556304 139741744887440 139742737802965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16188] ppid=16141 vsize=27783964 memory=6628 CPUtime=3.13 cores=0-7
/proc/16144/task/16188/stat : 16188 (java) S 16141 16144 14998 0 -1 1077944384 157 0 0 0 312 1 0 0 20 0 44 0 83497346 28450779136 570443 33554432000 4194304 4196468 140735111556304 139741743834640 139742737802965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
[pid=16144/tid=16189] ppid=16141 vsize=27783964 memory=8836 CPUtime=3.13 cores=0-7
/proc/16144/task/16189/stat : 16189 (java) S 16141 16144 14998 0 -1 1077944384 124 0 0 0 310 3 0 0 20 0 44 0 83497346 28450779136 570443 33554432000 4194304 4196468 140735111556304 139741742781968 139742737802965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10051584 140735111558221 140735111558405 140735111558405 140735111561167 0
Current children cumulated CPU time: 88.13 s
Current children cumulated vsize: 27783964 KiB
Current children cumulated memory: 2281772 KiB

Child status: 0
Real time (s): 12.7448
CPU time (s): 88.2201
CPU user time (s): 87.0737
CPU system time (s): 1.14635
CPU usage (%): 692.203
Max. virtual memory (cumulated for all children) (KiB): 27783996
Max. memory (cumulated for all children) (KiB): 2281772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 87.0737
system time used= 1.14635
maximum resident set size= 2283240
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57137
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= 14737
involuntary context switches= 5465


# summary of solver processes directly reported to runsolver:
#   pid: 16144
#   total CPU time (s): 88.2201
#   total CPU user time (s): 87.0737
#   total CPU system time (s): 1.14635

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.141497 second user time and 0.223611 second system time

The end

Launcher Data

Begin job on node105 at 2018-07-27 04:42:19
IDJOB=4291260
IDBENCH=141406
IDSOLVER=2745
FILE ID=node105/4291260-1532659339
RUNJOBID= node105-1532654157-15025
PBS_JOBID= 21022216
Free space on /tmp= 44624 MiB

SOLVER NAME= OscaR - Parallel with EPS 2018-07-02
BENCH NAME= XCSP18/Dubois/Dubois-022_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-4291260-1532659339/watcher-4291260-1532659339 -o /tmp/evaluation-result-4291260-1532659339/solver-4291260-1532659339 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node105-1532654157-15025 --watchdog 2580  java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 1846487546 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4291260-1532659339.xml

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

MD5SUM BENCH= 6cb564a1b449df83d852ba5f609dcac6
RANDOM SEED=1846487546

node105.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.32
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.32
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.32
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.32
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:        20508224 kB
MemAvailable:   31928124 kB
Buffers:          253920 kB
Cached:         11307648 kB
SwapCached:            0 kB
Active:          2364848 kB
Inactive:        9248484 kB
Active(anon):       6932 kB
Inactive(anon):    73456 kB
Active(file):    2357916 kB
Inactive(file):  9175028 kB
Unevictable:        7296 kB
Mlocked:            7296 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             35560 kB
Writeback:             0 kB
AnonPages:         53172 kB
Mapped:            41448 kB
Shmem:             25228 kB
Slab:             343156 kB
SReclaimable:     315416 kB
SUnreclaim:        27740 kB
KernelStack:        3552 kB
PageTables:         5520 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     324572 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 44588 MiB
End job on node105 at 2018-07-27 04:42:32