Trace number 4302181

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 NameAnswerobjective functionCPU timeWall clock time
cosoco 1.12? (TO) 252.266 252.34

General information on the benchmark

NameSteelMillSlab/
SteelMillSlab-m2s-2-0_c18.xml
MD5SUM2d28e83d5554f0b825ec3e8d27492158
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark346
Best CPU time to get the best result obtained on this benchmark252.143
Satisfiable
(Un)Satisfiability was proved
Number of variables22422
Number of constraints24975
Number of domains4
Minimum domain size2
Maximum domain size111
Distribution of domain sizes[{"size":2,"count":22089},{"size":25,"count":111},{"size":40,"count":111},{"size":111,"count":111}]
Minimum variable degree2
Maximum variable degree222
Distribution of variable degrees[{"degree":2,"count":20424},{"degree":3,"count":1443},{"degree":4,"count":222},{"degree":5,"count":222},{"degree":222,"count":111}]
Minimum constraint arity2
Maximum constraint arity112
Distribution of constraint arities[{"arity":2,"count":24753},{"arity":88,"count":111},{"arity":112,"count":111}]
Number of extensional constraints111
Number of intensional constraints24642
Distribution of constraint types[{"type":"extension","count":111},{"type":"intension","count":24642},{"type":"sum","count":222}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

11.49/11.56	c best=?? lower=0 upper=2664 
251.93/252.01	c
251.93/252.01	c This is cosoco 1.12 --  
251.93/252.01	c
251.93/252.01	c command line: HOME/cosoco -lc -model -restarts HOME/instance-4302181-1532889684.xml 
251.93/252.01	c enable optimization
251.93/252.01	c ========================================[ Problem Statistics ]===========================================
251.93/252.01	c |                                                                                                       
251.93/252.01	c |  Parse time        :        10.03 s 
251.93/252.01	c |
251.93/252.01	c |               Variables: 22422
251.93/252.01	c |            Domain Sizes: 2..111
251.93/252.01	c |
251.93/252.01	c |             Constraints: 24976
251.93/252.01	c |                   Arity: 2..112  -- Binary: 24753
251.93/252.01	c | 
251.93/252.01	c |                   Types: 
251.93/252.01	c |                          Extension: 111  (nb tuples: 40..40) -- (shared: 110)
251.93/252.01	c |                          Intension: 24642
251.93/252.01	c |                          Sum: 223
251.93/252.01	c |                          
251.93/252.01	c |               Objective: Minimize Sum
251.93/252.01	
251.93/252.01	c =========================================================================================================
251.93/252.01	
251.93/252.01	c *** INTERRUPTED ***
251.93/252.01	c restarts              : 4           
251.93/252.01	c conflicts             : 465          (2 /sec)
251.93/252.01	c decisions             : 85336        (342 /sec)
251.93/252.01	c propagations          : 433429      (1738 /sec)
251.93/252.01	c root propagations     : 0           
251.93/252.01	c filter calls          : 12895609       (51720 /sec)
251.93/252.01	c useless filter calls  : 12767814       (99 %)
251.93/252.01	c Memory used           : 6382.37 MB
251.93/252.01	c CPU time              : 249.335 s
251.93/252.01	
251.93/252.01	c No Bound found!
251.93/252.01	
251.93/252.01	s UNKNOWN

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302181-1532889684/watcher-4302181-1532889684 -o /tmp/evaluation-result-4302181-1532889684/solver-4302181-1532889684 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532885916-11035 --watchdog 312 HOME/cosoco -lc -model -restarts HOME/instance-4302181-1532889684.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=13673, runsolver pid=13670

[startup+0.100164 s]*
/proc/loadavg: 1.99 1.97 1.95 3/188 13674
/proc/meminfo: memFree=22024380/32770624 swapFree=67108436/67108860
[pid=13673] ppid=13670 vsize=43388 memory=19512 CPUtime=0.09 cores=1,3,5,7
/proc/13673/stat : 13673 (cosoco) R 13670 13673 9814 0 -1 4202496 5085 0 0 0 9 0 0 0 20 0 1 0 106531585 44429312 4878 33554432000 4194304 6142532 140720336556848 140720336553480 140350216371173 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 8243016 8247936 37462016 140720336561291 140720336561421 140720336561421 140720336564174 0
/proc/13673/statm: 10847 4878 744 476 0 4169 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 43388 KiB
Current children cumulated memory: 19512 KiB

[startup+0.209743 s]*
/proc/loadavg: 1.99 1.97 1.95 3/188 13674
/proc/meminfo: memFree=22021032/32770624 swapFree=67108436/67108860
[pid=13673] ppid=13670 vsize=45184 memory=21360 CPUtime=0.21 cores=1,3,5,7
/proc/13673/stat : 13673 (cosoco) R 13670 13673 9814 0 -1 4202496 5526 0 0 0 20 1 0 0 20 0 1 0 106531585 46268416 5340 33554432000 4194304 6142532 140720336556848 140720336553480 140350216371173 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 8243016 8247936 37462016 140720336561291 140720336561421 140720336561421 140720336564174 0
/proc/13673/statm: 11296 5340 786 476 0 4618 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 45184 KiB
Current children cumulated memory: 21360 KiB

[startup+0.309142 s]*
/proc/loadavg: 1.99 1.97 1.95 3/188 13674
/proc/meminfo: memFree=22019172/32770624 swapFree=67108436/67108860
[pid=13673] ppid=13670 vsize=46956 memory=22992 CPUtime=0.31 cores=1,3,5,7
/proc/13673/stat : 13673 (cosoco) R 13670 13673 9814 0 -1 4202496 6001 0 0 0 30 1 0 0 20 0 1 0 106531585 48082944 5748 33554432000 4194304 6142532 140720336556848 140720336553496 140350216371173 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 8243016 8247936 37462016 140720336561291 140720336561421 140720336561421 140720336564174 0
/proc/13673/statm: 11739 5748 786 476 0 5061 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 46956 KiB
Current children cumulated memory: 22992 KiB

[startup+0.70038 s]
/proc/loadavg: 1.99 1.97 1.95 3/188 13674
/proc/meminfo: memFree=21938448/32770624 swapFree=67108436/67108860
[pid=13673] ppid=13670 vsize=208612 memory=184560 CPUtime=0.69 cores=1,3,5,7
/proc/13673/stat : 13673 (cosoco) R 13670 13673 9814 0 -1 4202496 46432 0 0 0 61 8 0 0 20 0 1 0 106531585 213618688 46140 33554432000 4194304 6142532 140720336556848 140720336553496 140350216419232 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 8243016 8247936 37462016 140720336561291 140720336561421 140720336561421 140720336564174 0
/proc/13673/statm: 52153 46140 803 476 0 45475 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 208612 KiB
Current children cumulated memory: 184560 KiB

[startup+1.50038 s]
/proc/loadavg: 1.99 1.97 1.95 3/188 13674
/proc/meminfo: memFree=21729796/32770624 swapFree=67108436/67108860
[pid=13673] ppid=13670 vsize=548072 memory=524064 CPUtime=1.49 cores=1,3,5,7
/proc/13673/stat : 13673 (cosoco) R 13670 13673 9814 0 -1 4202496 131298 0 0 0 129 20 0 0 20 0 1 0 106531585 561225728 131016 33554432000 4194304 6142532 140720336556848 140720336551224 140350216371173 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 8243016 8247936 37462016 140720336561291 140720336561421 140720336561421 140720336564174 0
/proc/13673/statm: 137018 131016 803 476 0 130340 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 548072 KiB
Current children cumulated memory: 524064 KiB

[startup+3.10959 s]
/proc/loadavg: 1.99 1.97 1.95 3/188 13674
/proc/meminfo: memFree=20879024/32770624 swapFree=67108436/67108860
[pid=13673] ppid=13670 vsize=1230840 memory=1206876 CPUtime=3.1 cores=1,3,5,7
/proc/13673/stat : 13673 (cosoco) R 13670 13673 9814 0 -1 4202496 302645 0 0 0 269 41 0 0 20 0 1 0 106531585 1260380160 301719 33554432000 4194304 6142532 140720336556848 140720336551320 140350216371173 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 8243016 8247936 37462016 140720336561291 140720336561421 140720336561421 140720336564174 0
/proc/13673/statm: 307710 301719 803 476 0 301032 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 1230840 KiB
Current children cumulated memory: 1206876 KiB

[startup+6.30036 s]
/proc/loadavg: 1.99 1.97 1.95 3/188 13674
/proc/meminfo: memFree=19683540/32770624 swapFree=67108436/67108860
[pid=13673] ppid=13670 vsize=2501088 memory=2477024 CPUtime=6.29 cores=1,3,5,7
/proc/13673/stat : 13673 (cosoco) R 13670 13673 9814 0 -1 4202496 622131 0 0 0 548 81 0 0 20 0 1 0 106531585 2561114112 619256 33554432000 4194304 6142532 140720336556848 140720336551512 140350225719728 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 8243016 8247936 37462016 140720336561291 140720336561421 140720336561421 140720336564174 0
/proc/13673/statm: 625272 619256 803 476 0 618594 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2501088 KiB
Current children cumulated memory: 2477024 KiB

[startup+12.7004 s]
/proc/loadavg: 1.99 1.97 1.95 3/188 13674
/proc/meminfo: memFree=17311084/32770624 swapFree=67108436/67108860
[pid=13673] ppid=13670 vsize=4758008 memory=4734692 CPUtime=12.69 cores=1,3,5,7
/proc/13673/stat : 13673 (cosoco) R 13670 13673 9814 0 -1 4202496 1231637 0 0 0 1114 155 0 0 20 0 1 0 106531585 4872200192 1183673 33554432000 4194304 6142532 140720336556848 140720336553800 140350216371173 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 37462016 140720336561291 140720336561421 140720336561421 140720336564174 0
/proc/13673/statm: 1189502 1183673 886 476 0 1182824 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 4758008 KiB
Current children cumulated memory: 4734692 KiB

[startup+25.5004 s]
/proc/loadavg: 2.00 1.98 1.95 3/188 13674
/proc/meminfo: memFree=17114528/32770624 swapFree=67108436/67108860
[pid=13673] ppid=13670 vsize=4827228 memory=4803676 CPUtime=25.48 cores=1,3,5,7
/proc/13673/stat : 13673 (cosoco) R 13670 13673 9814 0 -1 4202496 1376456 0 0 0 2385 163 0 0 20 0 1 0 106531585 4943081472 1200919 33554432000 4194304 6142532 140720336556848 140720336553704 5366674 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 37462016 140720336561291 140720336561421 140720336561421 140720336564174 0
/proc/13673/statm: 1206807 1200919 888 476 0 1200129 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 4827228 KiB
Current children cumulated memory: 4803676 KiB

[startup+51.1096 s]
/proc/loadavg: 2.00 1.98 1.95 3/188 13674
/proc/meminfo: memFree=16899960/32770624 swapFree=67108436/67108860
[pid=13673] ppid=13670 vsize=5061672 memory=5015048 CPUtime=51.09 cores=1,3,5,7
/proc/13673/stat : 13673 (cosoco) R 13670 13673 9814 0 -1 4202496 1592333 0 0 0 4928 181 0 0 20 0 1 0 106531585 5183152128 1253762 33554432000 4194304 6142532 140720336556848 140720336553592 5047845 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 37462016 140720336561291 140720336561421 140720336561421 140720336564174 0
/proc/13673/statm: 1265418 1253762 888 476 0 1258740 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 5061672 KiB
Current children cumulated memory: 5015048 KiB

[startup+102.3 s]
/proc/loadavg: 2.04 2.00 1.96 3/188 13735
/proc/meminfo: memFree=22518800/32770624 swapFree=67108436/67108860
[pid=13673] ppid=13670 vsize=5835440 memory=5709876 CPUtime=102.25 cores=1,3,5,7
/proc/13673/stat : 13673 (cosoco) R 13670 13673 9814 0 -1 4202496 1939438 0 0 0 10012 213 0 0 20 0 1 0 106531585 5975490560 1427469 33554432000 4194304 6142532 140720336556848 140720336553720 5168903 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 37462016 140720336561291 140720336561421 140720336561421 140720336564174 0
/proc/13673/statm: 1458860 1427469 888 476 0 1452182 0
Current children cumulated CPU time: 102.25 s
Current children cumulated vsize: 5835440 KiB
Current children cumulated memory: 5709876 KiB

[startup+162.3 s]
/proc/loadavg: 2.01 2.00 1.96 3/188 13736
/proc/meminfo: memFree=22014392/32770624 swapFree=67108436/67108860
[pid=13673] ppid=13670 vsize=6444524 memory=6189856 CPUtime=162.23 cores=1,3,5,7
/proc/13673/stat : 13673 (cosoco) R 13670 13673 9814 0 -1 4202496 2341207 0 0 0 15979 244 0 0 20 0 1 0 106531585 6599192576 1547464 33554432000 4194304 6142532 140720336556848 140720336553512 5366791 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 37462016 140720336561291 140720336561421 140720336561421 140720336564174 0
/proc/13673/statm: 1611131 1547464 888 476 0 1604453 0
Current children cumulated CPU time: 162.23 s
Current children cumulated vsize: 6444524 KiB
Current children cumulated memory: 6189856 KiB

[startup+222.3 s]
/proc/loadavg: 2.01 2.00 1.96 3/188 13737
/proc/meminfo: memFree=21937292/32770624 swapFree=67108436/67108860
[pid=13673] ppid=13670 vsize=6535540 memory=6267152 CPUtime=222.22 cores=1,3,5,7
/proc/13673/stat : 13673 (cosoco) R 13670 13673 9814 0 -1 4202496 2537655 0 0 0 21967 255 0 0 20 0 1 0 106531585 6692392960 1566788 33554432000 4194304 6142532 140720336556848 140720336553752 5401288 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 37462016 140720336561291 140720336561421 140720336561421 140720336564174 0
/proc/13673/statm: 1633885 1566788 888 476 0 1627207 0
Current children cumulated CPU time: 222.22 s
Current children cumulated vsize: 6535540 KiB
Current children cumulated memory: 6267152 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+252 s]*
/proc/loadavg: 2.00 2.00 1.96 3/187 13738
/proc/meminfo: memFree=21933872/32770624 swapFree=67108436/67108860
[pid=13673] ppid=13670 vsize=6535540 memory=6270180 CPUtime=251.93 cores=1,3,5,7
/proc/13673/stat : 13673 (cosoco) R 13670 13673 9814 0 -1 4202496 2611158 0 0 0 24933 260 0 0 20 0 1 0 106531585 6692392960 1567545 33554432000 4194304 6142532 140720336556848 140720336553752 5047869 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 37462016 140720336561291 140720336561421 140720336561421 140720336564174 0
/proc/13673/statm: 1633885 1567545 888 476 0 1627207 0
Current children cumulated CPU time: 251.93 s
Current children cumulated vsize: 6535540 KiB
Current children cumulated memory: 6270180 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+252.34 s]
# the end of solver process 13673 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=249.335 s, system=2.93054 s

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

[startup+252.21 s]
/proc/loadavg: 2.00 2.00 1.96 3/187 13738
/proc/meminfo: memFree=24043840/32770624 swapFree=67108436/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+252.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/187 13738
/proc/meminfo: memFree=24043840/32770624 swapFree=67108436/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 1
Real time (s): 252.34
CPU time (s): 252.266
CPU user time (s): 249.335
CPU system time (s): 2.93054
CPU usage (%): 99.9708
Max. virtual memory (cumulated for all children) (KiB): 6535540
Max. memory (cumulated for all children) (KiB): 6270180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 249.335
system time used= 2.93054
maximum resident set size= 6270280
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2611203
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 77
involuntary context switches= 265


# summary of solver processes directly reported to runsolver:
#   pid: 13673
#   total CPU time (s): 252.266
#   total CPU user time (s): 249.335
#   total CPU system time (s): 2.93054

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.940125 second user time and 1.99542 second system time

The end

Launcher Data

Begin job on node137 at 2018-07-29 20:41:24
IDJOB=4302181
IDBENCH=141647
IDSOLVER=2774
FILE ID=node137/4302181-1532889684
RUNJOBID= node137-1532885916-11035
PBS_JOBID= 21022513
Free space on /tmp= 48532 MiB

SOLVER NAME= cosoco 1.12
BENCH NAME= XCSP18/SteelMillSlab/SteelMillSlab-m2s-2-0_c18.xml
COMMAND LINE= DIR/cosoco -lc -model -restarts BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302181-1532889684/watcher-4302181-1532889684 -o /tmp/evaluation-result-4302181-1532889684/solver-4302181-1532889684 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532885916-11035 --watchdog 312  HOME/cosoco -lc -model -restarts HOME/instance-4302181-1532889684.xml

TIME LIMIT= 252 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 2d28e83d5554f0b825ec3e8d27492158
RANDOM SEED=1201709561

node137.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.54
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.56
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.54
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.56
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.54
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.56
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.54
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        22038892 kB
MemAvailable:   25757120 kB
Buffers:          214744 kB
Cached:          3739340 kB
SwapCached:           32 kB
Active:          7885944 kB
Inactive:        2289248 kB
Active(anon):    6168552 kB
Inactive(anon):    80044 kB
Active(file):    1717392 kB
Inactive(file):  2209204 kB
Unevictable:        7424 kB
Mlocked:            7424 kB
SwapTotal:      67108860 kB
SwapFree:       67108436 kB
Dirty:              3960 kB
Writeback:             0 kB
AnonPages:       6238140 kB
Mapped:            44508 kB
Shmem:             25052 kB
Slab:             243168 kB
SReclaimable:     214936 kB
SUnreclaim:        28232 kB
KernelStack:        3584 kB
PageTables:        17596 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6725952 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     20480 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 48528 MiB
End job on node137 at 2018-07-29 20:45:37