Trace number 4086295

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
Open-WBO PB16? 99.7558 100.778

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/
miplib/normalized-mps-v2-20-10-mod008.opb
MD5SUM4dd9ac2644c29d272d2675c7fc366ed6
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark307
Best CPU time to get the best result obtained on this benchmark1187.4
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 307
Optimality of the best value was proved YES
Number of variables319
Total number of constraints6
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints6
Minimum length of a constraint186
Maximum length of a constraint231
Number of terms in the objective function 319
Biggest coefficient in the objective function 87
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 23554
Number of bits of the sum of numbers in the objective function 15
Biggest number in a constraint 22000
Number of bits of the biggest number in a constraint 15
Biggest sum of numbers in a constraint 1027256
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c
0.00/0.00	c Open-WBO:	 a Modular MaxSAT Solver -- based on Glucose4.0 (core version)
0.00/0.00	c Version:	 Pseudo-Boolean Evaluation 2016
0.00/0.00	c Authors:	 Ruben Martins, Vasco Manquinho, Ines Lynce
0.00/0.00	c Contributors:	 Miguel Neves, Saurabh Joshi, Mikolas Janota
0.00/0.00	c Contact:	 open-wbo@sat.inesc-id.pt -- http://sat.inesc-id.pt/open-wbo/
0.00/0.00	c
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Instance file HOME/instance-4086295-1465234046.opb
0.00/0.00	c File size is 16026 bytes.
99.15/100.18	c Sum of soft weights:        23554
99.15/100.18	c |                                                                                                       |
99.15/100.18	c ========================================[ Problem Statistics ]===========================================
99.15/100.18	c |                                                                                                       |
99.15/100.18	c |  Problem Type:             Weighted                                                                   |
99.15/100.18	c |  Number of variables:           319                                                                   |
99.15/100.18	c |  Number of hard clauses:          0                                                                   |
99.15/100.18	c |  Number of soft clauses:        319                                                                   |
99.15/100.18	c |  Number of cardinality:           0                                                                   |
99.15/100.18	c |  Number of PB :                   6                                                                   |
99.15/100.18	c |  Parse time:                   0.00 s                                                                 |
99.15/100.18	c |                                                                                                       |
99.15/100.18	c Error: Out of memory.
99.15/100.18	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4086295-1465234046/watcher-4086295-1465234046 -o /tmp/evaluation-result-4086295-1465234046/solver-4086295-1465234046 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1465223432-16631 --watchdog 1960 open-wbo HOME/instance-4086295-1465234046.opb 

pid=20108
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.96 2.00 1.99 3/178 20111
/proc/meminfo: memFree=31898332/32872528 swapFree=8144/8144
[pid=20111] ppid=20108 vsize=8052 CPUtime=0 cores=0,2,4,6
/proc/20111/stat : 20111 (open-wbo) R 20108 20111 16615 0 -1 4202496 721 0 0 0 0 0 0 0 20 0 1 0 105336695 8245248 591 33554432000 4194304 6059633 140737251772080 140735560387944 4242357 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/20111/statm: 2013 593 161 456 0 1549 0

[startup+0.100216 s]
/proc/loadavg: 1.96 2.00 1.99 3/178 20111
/proc/meminfo: memFree=31898332/32872528 swapFree=8144/8144
[pid=20111] ppid=20108 vsize=27524 CPUtime=0.09 cores=0,2,4,6
/proc/20111/stat : 20111 (open-wbo) R 20108 20111 16615 0 -1 4202496 5650 0 0 0 9 0 0 0 20 0 1 0 105336695 28184576 5711 33554432000 4194304 6059633 140737251772080 140735560387944 4294824 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/20111/statm: 6881 5712 161 456 0 6417 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27524

[startup+0.200363 s]
/proc/loadavg: 1.96 2.00 1.99 3/178 20111
/proc/meminfo: memFree=31898332/32872528 swapFree=8144/8144
[pid=20111] ppid=20108 vsize=47028 CPUtime=0.19 cores=0,2,4,6
/proc/20111/stat : 20111 (open-wbo) R 20108 20111 16615 0 -1 4202496 7897 0 0 0 18 1 0 0 20 0 1 0 105336695 48156672 9907 33554432000 4194304 6059633 140737251772080 140735560387944 4295055 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/20111/statm: 11757 9909 161 456 0 11293 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 47028

[startup+0.300327 s]
/proc/loadavg: 1.96 2.00 1.99 3/178 20111
/proc/meminfo: memFree=31898332/32872528 swapFree=8144/8144
[pid=20111] ppid=20108 vsize=68140 CPUtime=0.29 cores=0,2,4,6
/proc/20111/stat : 20111 (open-wbo) R 20108 20111 16615 0 -1 4202496 10578 0 0 0 27 2 0 0 20 0 1 0 105336695 69775360 13951 33554432000 4194304 6059633 140737251772080 140735560387944 4252008 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/20111/statm: 17035 13951 161 456 0 16571 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 68140

[startup+0.700278 s]
/proc/loadavg: 1.96 2.00 1.99 3/178 20111
/proc/meminfo: memFree=31898332/32872528 swapFree=8144/8144
[pid=20111] ppid=20108 vsize=149124 CPUtime=0.69 cores=0,2,4,6
/proc/20111/stat : 20111 (open-wbo) R 20108 20111 16615 0 -1 4202496 18877 0 0 0 65 4 0 0 20 0 1 0 105336695 152702976 29027 33554432000 4194304 6059633 140737251772080 140735560387944 5047405 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/20111/statm: 37281 29027 161 456 0 36817 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 149124

[startup+1.50029 s]
/proc/loadavg: 1.96 2.00 1.99 3/179 20112
/proc/meminfo: memFree=31709884/32872528 swapFree=8144/8144
[pid=20111] ppid=20108 vsize=266336 CPUtime=1.49 cores=0,2,4,6
/proc/20111/stat : 20111 (open-wbo) R 20108 20111 16615 0 -1 4202496 32363 0 0 0 142 7 0 0 20 0 1 0 105336695 272728064 59716 33554432000 4194304 6059633 140737251772080 140737251768984 5047405 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/20111/statm: 66584 59717 161 456 0 66120 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 266336

[startup+3.10029 s]
/proc/loadavg: 1.96 2.00 1.99 3/179 20112
/proc/meminfo: memFree=31550972/32872528 swapFree=8144/8144
[pid=20111] ppid=20108 vsize=601568 CPUtime=3.09 cores=0,2,4,6
/proc/20111/stat : 20111 (open-wbo) R 20108 20111 16615 0 -1 4202496 59749 0 0 0 294 15 0 0 20 0 1 0 105336695 616005632 120957 33554432000 4194304 6059633 140737251772080 140737251768984 4313234 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/20111/statm: 150392 120957 161 456 0 149928 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 601568

[startup+6.30028 s]
/proc/loadavg: 1.96 2.00 1.99 3/179 20112
/proc/meminfo: memFree=31002616/32872528 swapFree=8144/8144
[pid=20111] ppid=20108 vsize=1100436 CPUtime=6.29 cores=0,2,4,6
/proc/20111/stat : 20111 (open-wbo) R 20108 20111 16615 0 -1 4202496 113554 0 0 0 603 26 0 0 20 0 1 0 105336695 1126846464 249198 33554432000 4194304 6059633 140737251772080 140737251768984 4252008 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/20111/statm: 275145 249200 161 456 0 274681 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1100436

[startup+12.7003 s]
/proc/loadavg: 1.96 2.00 1.99 3/179 20112
/proc/meminfo: memFree=29982660/32872528 swapFree=8144/8144
[pid=20111] ppid=20108 vsize=2614988 CPUtime=12.69 cores=0,2,4,6
/proc/20111/stat : 20111 (open-wbo) R 20108 20111 16615 0 -1 4202496 219383 0 0 0 1214 55 0 0 20 0 1 0 105336695 2677747712 497851 33554432000 4194304 6059633 140737251772080 140737251768984 4252008 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/20111/statm: 653747 497851 161 456 0 653283 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 2614988

[startup+25.5004 s]
/proc/loadavg: 1.97 2.00 1.99 3/179 20112
/proc/meminfo: memFree=27945648/32872528 swapFree=8144/8144
[pid=20111] ppid=20108 vsize=4677984 CPUtime=25.49 cores=0,2,4,6
/proc/20111/stat : 20111 (open-wbo) R 20108 20111 16615 0 -1 4202496 419472 0 0 0 2438 111 0 0 20 0 1 0 105336695 4790255616 991130 33554432000 4194304 6059633 140737251772080 140737251768984 4252008 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/20111/statm: 1169496 991130 161 456 0 1169032 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 4677984

[startup+51.1004 s]
/proc/loadavg: 1.98 2.00 1.99 3/179 20112
/proc/meminfo: memFree=25028316/32872528 swapFree=8144/8144
[pid=20111] ppid=20108 vsize=7655808 CPUtime=51.09 cores=0,2,4,6
/proc/20111/stat : 20111 (open-wbo) R 20108 20111 16615 0 -1 4202496 686455 0 0 0 4920 189 0 0 20 0 1 0 105336695 7839547392 1711073 33554432000 4194304 6059633 140737251772080 140737251769304 4252008 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/20111/statm: 1913952 1711073 161 456 0 1913488 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 7655808

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 20111 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+51.2003 s]
/proc/loadavg: 1.98 2.00 1.99 3/179 20112
/proc/meminfo: memFree=25028316/32872528 swapFree=8144/8144
[pid=20111] ppid=20108 vsize=7710248 CPUtime=51.18 cores=0,2,4,6
/proc/20111/stat : 20111 (open-wbo) R 20108 20111 16615 0 -1 4202496 699942 0 0 0 4928 190 0 0 20 0 1 0 105336695 7895293952 1726093 33554432000 4194304 6059633 140737251772080 140737251769304 5131227 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/20111/statm: 1927562 1726112 161 456 0 1927098 0
Current children cumulated CPU time (s) 51.18
Current children cumulated vsize (KiB) 7710248

[startup+76.8003 s]
/proc/loadavg: 1.99 2.00 1.99 3/179 20113
/proc/meminfo: memFree=22329752/32872528 swapFree=8144/8144
[pid=20111] ppid=20108 vsize=11682176 CPUtime=76.78 cores=0,2,4,6
/proc/20111/stat : 20111 (open-wbo) R 20108 20111 16615 0 -1 4202496 950889 0 0 0 7384 294 0 0 20 0 1 0 105336695 11962548224 2407175 33554432000 4194304 6059633 140737251772080 140737251769560 4294854 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/20111/statm: 2920544 2407176 161 456 0 2920080 0
Current children cumulated CPU time (s) 76.78
Current children cumulated vsize (KiB) 11682176

[startup+89.6003 s]
/proc/loadavg: 1.99 2.00 1.99 3/179 20113
/proc/meminfo: memFree=20700188/32872528 swapFree=8144/8144
[pid=20111] ppid=20108 vsize=12514644 CPUtime=89.57 cores=0,2,4,6
/proc/20111/stat : 20111 (open-wbo) R 20108 20111 16615 0 -1 4202496 1130189 0 0 0 8616 341 0 0 20 0 1 0 105336695 12814995456 2797798 33554432000 4194304 6059633 140737251772080 140737251769560 4252008 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/20111/statm: 3128661 2797798 161 456 0 3128197 0
Current children cumulated CPU time (s) 89.57
Current children cumulated vsize (KiB) 12514644

[startup+96.0003 s]
/proc/loadavg: 1.99 2.00 1.99 3/179 20113
/proc/meminfo: memFree=20088472/32872528 swapFree=8144/8144
[pid=20111] ppid=20108 vsize=12684232 CPUtime=95.97 cores=0,2,4,6
/proc/20111/stat : 20111 (open-wbo) R 20108 20111 16615 0 -1 4202496 1167749 0 0 0 9235 362 0 0 20 0 1 0 105336695 12988653568 2943022 33554432000 4194304 6059633 140737251772080 140737251769560 4313379 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/20111/statm: 3171058 2943022 161 456 0 3170594 0
Current children cumulated CPU time (s) 95.97
Current children cumulated vsize (KiB) 12684232

[startup+99.2003 s]
/proc/loadavg: 1.99 2.00 1.99 3/179 20113
/proc/meminfo: memFree=19794368/32872528 swapFree=8144/8144
[pid=20111] ppid=20108 vsize=12833488 CPUtime=99.15 cores=0,2,4,6
/proc/20111/stat : 20111 (open-wbo) S 20108 20111 16615 0 -1 4202496 1183607 0 0 0 9544 371 0 0 20 0 1 0 105336695 13141491712 3011418 33554432000 4194304 6059633 140737251772080 140737251771304 5263648 0 0 4096 8404992 18446744071579460660 0 0 17 2 0 0 0 0 0
/proc/20111/statm: 3208372 3011418 209 456 0 3207908 0
Current children cumulated CPU time (s) 99.15
Current children cumulated vsize (KiB) 12833488

[startup+100 s]
/proc/loadavg: 1.99 2.00 1.99 3/179 20113
/proc/meminfo: memFree=19794368/32872528 swapFree=8144/8144
[pid=20111] ppid=20108 vsize=12833488 CPUtime=99.15 cores=0,2,4,6
/proc/20111/stat : 20111 (open-wbo) S 20108 20111 16615 0 -1 4202496 1183607 0 0 0 9544 371 0 0 20 0 1 0 105336695 13141491712 3011418 33554432000 4194304 6059633 140737251772080 140737251771304 5263648 0 0 4096 8404992 18446744071579460660 0 0 17 2 0 0 0 0 0
/proc/20111/statm: 3208372 3011418 209 456 0 3207908 0
Current children cumulated CPU time (s) 99.15
Current children cumulated vsize (KiB) 12833488

[startup+100.4 s]
/proc/loadavg: 1.99 2.00 1.99 2/179 20113
/proc/meminfo: memFree=19779664/32872528 swapFree=8144/8144
[pid=20111] ppid=20108 vsize=0 CPUtime=99.37 cores=0,2,4,6
/proc/20111/stat : 20111 (open-wbo) R 20108 20111 16615 0 -1 4202500 1183609 0 0 0 9544 393 0 0 20 0 1 0 105336695 0 0 33554432000 0 0 0 0 0 0 0 4096 8404992 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20111/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 99.37
Current children cumulated vsize (KiB) 0

[startup+100.6 s]
/proc/loadavg: 1.99 2.00 1.99 2/179 20113
/proc/meminfo: memFree=19779664/32872528 swapFree=8144/8144
[pid=20111] ppid=20108 vsize=0 CPUtime=99.57 cores=0,2,4,6
/proc/20111/stat : 20111 (open-wbo) R 20108 20111 16615 0 -1 4202500 1183609 0 0 0 9544 413 0 0 20 0 1 0 105336695 0 0 33554432000 0 0 0 0 0 0 0 4096 8404992 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20111/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 99.57
Current children cumulated vsize (KiB) 0

[startup+100.7 s]
/proc/loadavg: 1.99 2.00 1.99 2/179 20113
/proc/meminfo: memFree=19779664/32872528 swapFree=8144/8144
[pid=20111] ppid=20108 vsize=0 CPUtime=99.67 cores=0,2,4,6
/proc/20111/stat : 20111 (open-wbo) R 20108 20111 16615 0 -1 4202500 1183609 0 0 0 9544 423 0 0 20 0 1 0 105336695 0 0 33554432000 0 0 0 0 0 0 0 4096 8404992 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20111/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 99.67
Current children cumulated vsize (KiB) 0

Child status: 50
Real time (s): 100.778
CPU time (s): 99.7558
CPU user time (s): 95.4445
CPU system time (s): 4.31134
CPU usage (%): 98.9855
Max. virtual memory (cumulated for all children) (KiB): 12833488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 95.4445
system time used= 4.31134
maximum resident set size= 12045680
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1183609
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= 19
involuntary context switches= 106

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.281957 second user time and 0.363944 second system time

The end

Launcher Data

Begin job on node133 at 2016-06-06 19:27:26
IDJOB=4086295
IDBENCH=1854
IDSOLVER=2547
FILE ID=node133/4086295-1465234046
RUNJOBID= node133-1465223432-16631
PBS_JOBID= 19843235
Free space on /tmp= 71744 MiB

SOLVER NAME= Open-WBO PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-mod008.opb
COMMAND LINE= open-wbo BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4086295-1465234046/watcher-4086295-1465234046 -o /tmp/evaluation-result-4086295-1465234046/solver-4086295-1465234046 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1465223432-16631 --watchdog 1960  open-wbo HOME/instance-4086295-1465234046.opb

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

MD5SUM BENCH= 4dd9ac2644c29d272d2675c7fc366ed6
RANDOM SEED=612669271

node133.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.065
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.13
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
cpu MHz		: 2667.065
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 7358.89
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
cpu MHz		: 2667.065
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 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 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 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	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.065
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 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 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 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
cpu MHz		: 2667.065
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 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 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 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	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.065
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 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 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 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
cpu MHz		: 2667.065
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 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 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 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	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.065
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 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 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 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:       32872528 kB
MemFree:        31899224 kB
Buffers:           15544 kB
Cached:            81868 kB
SwapCached:         2076 kB
Active:           214244 kB
Inactive:          54136 kB
Active(anon):     171984 kB
Inactive(anon):     1356 kB
Active(file):      42260 kB
Inactive(file):    52780 kB
Unevictable:        8144 kB
Mlocked:            8144 kB
SwapTotal:      67108856 kB
SwapFree:       67098184 kB
Dirty:              4684 kB
Writeback:             0 kB
AnonPages:        178344 kB
Mapped:             7880 kB
Shmem:                 0 kB
Slab:             567436 kB
SReclaimable:      10936 kB
SUnreclaim:       556500 kB
KernelStack:        1440 kB
PageTables:         4392 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     313556 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    104448 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71740 MiB
End job on node133 at 2016-06-06 19:29:07