Trace number 3362609

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
minisat hack reference: minisat 2.2.0UNSAT 122.448 122.453

General information on the benchmark

Nameindustrial/fuhs/medium/
AProVE07-21.cnf
MD5SUM627e3d704e5200c3037f9c9d83c939c1
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark9.8305
Satisfiable
(Un)Satisfiability was proved
Number of variables3189
Number of clauses11039
Sum of the clauses size28509
Maximum clause length25
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 25404
Number of clauses of size 35107
Number of clauses of size 4389
Number of clauses of size 586
Number of clauses of size over 552

Solver Data

122.38/122.45	WARNING: for repeatability, setting FPU to use double precision
122.38/122.45	============================[ Problem Statistics ]=============================
122.38/122.45	|                                                                             |
122.38/122.45	|  Number of variables:          3189                                         |
122.38/122.45	|  Number of clauses:           10929                                         |
122.38/122.45	|  Parse time:                   0.00 s                                       |
122.38/122.45	|  Eliminated clauses:           0.07 Mb                                      |
122.38/122.45	|  Simplification time:          0.01 s                                       |
122.38/122.45	|                                                                             |
122.38/122.45	============================[ Search Statistics ]==============================
122.38/122.45	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
122.38/122.45	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
122.38/122.45	===============================================================================
122.38/122.45	|       100 |    1220     6479    21478 |     2375       99     23 | 10.568 % |
122.38/122.45	|       250 |    1220     6444    21395 |     2613      249     26 | 10.568 % |
122.38/122.45	|       475 |    1220     6444    21395 |     2874      474     23 | 10.568 % |
122.38/122.45	|       812 |    1220     6444    21395 |     3161      811     21 | 10.568 % |
122.38/122.45	|      1318 |    1212     6415    21325 |     3478     1310     21 | 10.818 % |
122.38/122.45	|      2077 |    1212     6415    21325 |     3825     2069     27 | 10.818 % |
122.38/122.45	|      3216 |    1211     6413    21321 |     4208     3207     32 | 10.850 % |
122.38/122.45	|      4924 |    1209     6406    21299 |     4629     2611     31 | 10.913 % |
122.38/122.45	|      7486 |    1209     6406    21299 |     5092     2598     33 | 10.913 % |
122.38/122.45	|     11330 |    1205     6395    21267 |     5601     3673     24 | 11.038 % |
122.38/122.45	|     17096 |    1205     6395    21267 |     6161     3406     29 | 11.038 % |
122.38/122.45	|     25745 |    1205     6395    21267 |     6777     5388     29 | 11.038 % |
122.38/122.45	|     38719 |    1205     6395    21267 |     7455     7351     34 | 11.038 % |
122.38/122.45	|     58180 |    1205     6395    21267 |     8201     6863     24 | 11.038 % |
122.38/122.45	|     87372 |    1204     6390    21253 |     9021     5457     31 | 11.069 % |
122.38/122.45	|    131161 |    1204     6390    21253 |     9923     6236     29 | 11.069 % |
122.38/122.45	|    196845 |    1204     6390    21253 |    10915     8988     25 | 11.069 % |
122.38/122.45	|    295371 |    1204     6390    21253 |    12007     9453     31 | 11.070 % |
122.38/122.45	|    443160 |    1204     6390    21253 |    13208    12388     25 | 11.069 % |
122.38/122.45	|    664843 |    1204     6390    21253 |    14529    13401     25 | 11.070 % |
122.38/122.45	|    997368 |    1204     6390    21253 |    15982    13763     23 | 11.069 % |
122.38/122.45	|   1496156 |    1203     6387    21245 |    17580    14997     22 | 11.101 % |
122.38/122.45	|   2244338 |    1201     6365    21178 |    19338    11687     25 | 11.163 % |
122.38/122.45	===============================================================================
122.38/122.45	restarts              : 4173
122.38/122.45	conflicts             : 2482730        (20278 /sec)
122.38/122.45	decisions             : 3174801        (0.00 % random) (25930 /sec)
122.38/122.45	propagations          : 364643854      (2978207 /sec)
122.38/122.45	conflict literals     : 69708510       (47.98 % deleted)
122.38/122.45	Memory used           : 27.00 MB
122.38/122.45	CPU time              : 122.437 s
122.38/122.45	
122.38/122.45	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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-3362609-1305306108/watcher-3362609-1305306108 -o /tmp/evaluation-result-3362609-1305306108/solver-3362609-1305306108 -C 2400 -W 1300 -M 7680 minisat_release HOME/instance-3362609-1305306108.cnf 

running on 2 cores: 4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.24 3.55 3.84 2/350 28703
/proc/meminfo: memFree=27295696/32951124 swapFree=53501236/67111528
[pid=28703] ppid=28701 vsize=16096 CPUtime=0.01 cores=4,6
/proc/28703/stat : 28703 (minisat_release) R 28701 28703 28665 0 -1 4202496 811 0 0 0 1 0 0 0 25 0 1 0 642213445 16482304 658 33554432000 4194304 4291037 140736320915664 18446744073709551615 4236957 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28703/statm: 4024 658 239 24 0 658 0

[startup+0.017658 s]
/proc/loadavg: 2.24 3.55 3.84 2/350 28703
/proc/meminfo: memFree=27295696/32951124 swapFree=53501236/67111528
[pid=28703] ppid=28701 vsize=16188 CPUtime=0.01 cores=4,6
/proc/28703/stat : 28703 (minisat_release) R 28701 28703 28665 0 -1 4202496 846 0 0 0 1 0 0 0 25 0 1 0 642213445 16576512 693 33554432000 4194304 4291037 140736320915664 18446744073709551615 4232461 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28703/statm: 4047 693 240 24 0 681 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16188

[startup+0.100656 s]
/proc/loadavg: 2.24 3.55 3.84 2/350 28703
/proc/meminfo: memFree=27295696/32951124 swapFree=53501236/67111528
[pid=28703] ppid=28701 vsize=16692 CPUtime=0.09 cores=4,6
/proc/28703/stat : 28703 (minisat_release) R 28701 28703 28665 0 -1 4202496 1014 0 0 0 9 0 0 0 25 0 1 0 642213445 17092608 796 33554432000 4194304 4291037 140736320915664 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28703/statm: 4173 796 257 24 0 807 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16692

[startup+0.300615 s]
/proc/loadavg: 2.24 3.55 3.84 2/350 28703
/proc/meminfo: memFree=27295696/32951124 swapFree=53501236/67111528
[pid=28703] ppid=28701 vsize=18724 CPUtime=0.29 cores=4,6
/proc/28703/stat : 28703 (minisat_release) R 28701 28703 28665 0 -1 4202496 1286 0 0 0 29 0 0 0 25 0 1 0 642213445 19173376 1058 33554432000 4194304 4291037 140736320915664 18446744073709551615 4261545 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28703/statm: 4681 1058 257 24 0 1315 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18724

[startup+0.700543 s]
/proc/loadavg: 2.24 3.55 3.84 2/350 28703
/proc/meminfo: memFree=27295696/32951124 swapFree=53501236/67111528
[pid=28703] ppid=28701 vsize=19036 CPUtime=0.68 cores=4,6
/proc/28703/stat : 28703 (minisat_release) R 28701 28703 28665 0 -1 4202496 1619 0 0 0 68 0 0 0 25 0 1 0 642213445 19492864 1376 33554432000 4194304 4291037 140736320915664 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28703/statm: 4759 1376 257 24 0 1393 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 19036

[startup+1.5004 s]
/proc/loadavg: 2.24 3.55 3.84 5/362 28726
/proc/meminfo: memFree=27067880/32951124 swapFree=53501236/67111528
[pid=28703] ppid=28701 vsize=19424 CPUtime=1.48 cores=4,6
/proc/28703/stat : 28703 (minisat_release) R 28701 28703 28665 0 -1 4202496 1705 0 0 0 148 0 0 0 25 0 1 0 642213445 19890176 1460 33554432000 4194304 4291037 140736320915664 18446744073709551615 4262422 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28703/statm: 4856 1460 257 24 0 1490 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 19424

[startup+3.10115 s]
/proc/loadavg: 2.38 3.56 3.84 5/362 28726
/proc/meminfo: memFree=27088464/32951124 swapFree=53501236/67111528
[pid=28703] ppid=28701 vsize=19424 CPUtime=3.09 cores=4,6
/proc/28703/stat : 28703 (minisat_release) R 28701 28703 28665 0 -1 4202496 1738 0 0 0 309 0 0 0 25 0 1 0 642213445 19890176 1493 33554432000 4194304 4291037 140736320915664 18446744073709551615 4248322 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28703/statm: 4856 1493 257 24 0 1490 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 19424

[startup+6.30057 s]
/proc/loadavg: 2.38 3.56 3.84 5/362 28726
/proc/meminfo: memFree=27078328/32951124 swapFree=53501236/67111528
[pid=28703] ppid=28701 vsize=22172 CPUtime=6.28 cores=4,6
/proc/28703/stat : 28703 (minisat_release) R 28701 28703 28665 0 -1 4202496 2446 0 0 0 628 0 0 0 25 0 1 0 642213445 22704128 2177 33554432000 4194304 4291037 140736320915664 18446744073709551615 4256161 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28703/statm: 5543 2177 257 24 0 2177 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 22172

[startup+12.7004 s]
/proc/loadavg: 2.63 3.57 3.84 5/362 28727
/proc/meminfo: memFree=27035188/32951124 swapFree=53501236/67111528
[pid=28703] ppid=28701 vsize=24456 CPUtime=12.68 cores=4,6
/proc/28703/stat : 28703 (minisat_release) R 28701 28703 28665 0 -1 4202496 2703 0 0 0 1268 0 0 0 25 0 1 0 642213445 25042944 2430 33554432000 4194304 4291037 140736320915664 18446744073709551615 4255776 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28703/statm: 6114 2430 257 24 0 2748 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 24456

[startup+25.5002 s]
/proc/loadavg: 2.84 3.58 3.84 5/362 28727
/proc/meminfo: memFree=26988608/32951124 swapFree=53501236/67111528
[pid=28703] ppid=28701 vsize=24456 CPUtime=25.48 cores=4,6
/proc/28703/stat : 28703 (minisat_release) R 28701 28703 28665 0 -1 4202496 2747 0 0 0 2548 0 0 0 25 0 1 0 642213445 25042944 2472 33554432000 4194304 4291037 140736320915664 18446744073709551615 4262902 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28703/statm: 6114 2472 257 24 0 2748 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 24456

[startup+51.1007 s]
/proc/loadavg: 3.40 3.65 3.85 5/362 28728
/proc/meminfo: memFree=26897076/32951124 swapFree=53501236/67111528
[pid=28703] ppid=28701 vsize=25540 CPUtime=51.08 cores=4,6
/proc/28703/stat : 28703 (minisat_release) R 28701 28703 28665 0 -1 4202496 3333 0 0 0 5108 0 0 0 25 0 1 0 642213445 26152960 3022 33554432000 4194304 4291037 140736320915664 18446744073709551615 4256096 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28703/statm: 6385 3022 257 24 0 3019 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 25540

[startup+102.314 s]
/proc/loadavg: 3.76 3.71 3.86 5/362 28731
/proc/meminfo: memFree=26771560/32951124 swapFree=53501236/67111528
[pid=28703] ppid=28701 vsize=28216 CPUtime=102.29 cores=4,6
/proc/28703/stat : 28703 (minisat_release) R 28701 28703 28665 0 -1 4202496 3428 0 0 0 10229 0 0 0 25 0 1 0 642213445 28893184 3113 33554432000 4194304 4291037 140736320915664 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28703/statm: 7054 3113 257 24 0 3688 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 28216

Solver just ended. Dumping a history of the last processes samples

[startup+115.1 s]
/proc/loadavg: 3.79 3.71 3.86 5/362 28732
/proc/meminfo: memFree=26746000/32951124 swapFree=53501236/67111528
[pid=28703] ppid=28701 vsize=28216 CPUtime=115.08 cores=4,6
/proc/28703/stat : 28703 (minisat_release) R 28701 28703 28665 0 -1 4202496 3543 0 0 0 11508 0 0 0 25 0 1 0 642213445 28893184 3227 33554432000 4194304 4291037 140736320915664 18446744073709551615 4255840 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28703/statm: 7054 3227 257 24 0 3688 0
Current children cumulated CPU time (s) 115.08
Current children cumulated vsize (KiB) 28216

[startup+118.301 s]
/proc/loadavg: 3.81 3.72 3.86 5/362 28732
/proc/meminfo: memFree=26737180/32951124 swapFree=53501236/67111528
[pid=28703] ppid=28701 vsize=28216 CPUtime=118.28 cores=4,6
/proc/28703/stat : 28703 (minisat_release) R 28701 28703 28665 0 -1 4202496 3543 0 0 0 11828 0 0 0 25 0 1 0 642213445 28893184 3227 33554432000 4194304 4291037 140736320915664 18446744073709551615 4248998 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28703/statm: 7054 3227 257 24 0 3688 0
Current children cumulated CPU time (s) 118.28
Current children cumulated vsize (KiB) 28216

[startup+119.914 s]
/proc/loadavg: 3.81 3.72 3.86 5/362 28732
/proc/meminfo: memFree=26731600/32951124 swapFree=53501236/67111528
[pid=28703] ppid=28701 vsize=28216 CPUtime=119.89 cores=4,6
/proc/28703/stat : 28703 (minisat_release) R 28701 28703 28665 0 -1 4202496 3543 0 0 0 11989 0 0 0 25 0 1 0 642213445 28893184 3227 33554432000 4194304 4291037 140736320915664 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28703/statm: 7054 3227 257 24 0 3688 0
Current children cumulated CPU time (s) 119.89
Current children cumulated vsize (KiB) 28216

[startup+121.5 s]
/proc/loadavg: 3.81 3.72 3.86 5/362 28732
/proc/meminfo: memFree=26728880/32951124 swapFree=53501236/67111528
[pid=28703] ppid=28701 vsize=28216 CPUtime=121.48 cores=4,6
/proc/28703/stat : 28703 (minisat_release) R 28701 28703 28665 0 -1 4202496 3543 0 0 0 12148 0 0 0 25 0 1 0 642213445 28893184 3227 33554432000 4194304 4291037 140736320915664 18446744073709551615 4256127 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28703/statm: 7054 3227 257 24 0 3688 0
Current children cumulated CPU time (s) 121.48
Current children cumulated vsize (KiB) 28216

[startup+121.9 s]
/proc/loadavg: 3.81 3.72 3.86 5/362 28732
/proc/meminfo: memFree=26728880/32951124 swapFree=53501236/67111528
[pid=28703] ppid=28701 vsize=28216 CPUtime=121.88 cores=4,6
/proc/28703/stat : 28703 (minisat_release) R 28701 28703 28665 0 -1 4202496 3543 0 0 0 12188 0 0 0 25 0 1 0 642213445 28893184 3227 33554432000 4194304 4291037 140736320915664 18446744073709551615 4256096 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28703/statm: 7054 3227 257 24 0 3688 0
Current children cumulated CPU time (s) 121.88
Current children cumulated vsize (KiB) 28216

[startup+122.301 s]
/proc/loadavg: 3.83 3.72 3.86 5/362 28732
/proc/meminfo: memFree=26727020/32951124 swapFree=53501236/67111528
[pid=28703] ppid=28701 vsize=28216 CPUtime=122.28 cores=4,6
/proc/28703/stat : 28703 (minisat_release) R 28701 28703 28665 0 -1 4202496 3543 0 0 0 12228 0 0 0 25 0 1 0 642213445 28893184 3227 33554432000 4194304 4291037 140736320915664 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28703/statm: 7054 3227 257 24 0 3688 0
Current children cumulated CPU time (s) 122.28
Current children cumulated vsize (KiB) 28216

[startup+122.401 s]
/proc/loadavg: 3.83 3.72 3.86 5/362 28732
/proc/meminfo: memFree=26727020/32951124 swapFree=53501236/67111528
[pid=28703] ppid=28701 vsize=28216 CPUtime=122.38 cores=4,6
/proc/28703/stat : 28703 (minisat_release) R 28701 28703 28665 0 -1 4202496 3543 0 0 0 12238 0 0 0 25 0 1 0 642213445 28893184 3227 33554432000 4194304 4291037 140736320915664 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28703/statm: 7054 3227 257 24 0 3688 0
Current children cumulated CPU time (s) 122.38
Current children cumulated vsize (KiB) 28216

Child status: 20
Real time (s): 122.453
CPU time (s): 122.448
CPU user time (s): 122.437
CPU system time (s): 0.010998
CPU usage (%): 99.9959
Max. virtual memory (cumulated for all children) (KiB): 28216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 122.437
system time used= 0.010998
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3558
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= 7
involuntary context switches= 443

runsolver used 0.472928 second user time and 0.874867 second system time

The end

Launcher Data

Begin job on node103 at 2011-05-13 19:01:48
IDJOB=3362609
IDBENCH=20393
IDSOLVER=1840
FILE ID=node103/3362609-1305306108
RUNJOBID= node103-1305306108-28684
PBS_JOBID= 13321469
Free space on /tmp= 48420 MiB

SOLVER NAME= minisat hack reference: minisat 2.2.0
BENCH NAME= SAT07/industrial/fuhs/medium/AProVE07-21.cnf
COMMAND LINE= minisat_release BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362609-1305306108/watcher-3362609-1305306108 -o /tmp/evaluation-result-3362609-1305306108/solver-3362609-1305306108 -C 2400 -W 1300 -M 7680  minisat_release HOME/instance-3362609-1305306108.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 627e3d704e5200c3037f9c9d83c939c1
RANDOM SEED=997412138

node103.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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		: 2666.858
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.71
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.858
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.858
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.858
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.858
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.858
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.858
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.858
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27296100 kB
Buffers:        240332 kB
Cached:        2885888 kB
SwapCached:     340160 kB
Active:        1202556 kB
Inactive:      4193888 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27296100 kB
SwapTotal:    67111528 kB
SwapFree:     53501236 kB
Dirty:            2160 kB
Writeback:           0 kB
AnonPages:     1940192 kB
Mapped:          10124 kB
Slab:           138488 kB
PageTables:      53572 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 78298232 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 48388 MiB
End job on node103 at 2011-05-13 19:03:51