Trace number 3433850

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: MiniSAT 2.2.0-agile-26UNSAT 41.5907 41.6351

General information on the benchmark

Nameindustrial/anbulagan/
medium-unsat/dated-5-11-u.cnf
MD5SUM083d28c2adf10233f37f8b5a078c94a9
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark16.0536
Satisfiable
(Un)Satisfiability was proved
Number of variables108786
Number of clauses482639
Sum of the clauses size1096328
Maximum clause length10
Minimum clause length1
Number of clauses of size 19230
Number of clauses of size 2395289
Number of clauses of size 357400
Number of clauses of size 42300
Number of clauses of size 59200
Number of clauses of size over 59220

Solver Data

41.55/41.63	WARNING: for repeatability, setting FPU to use double precision
41.55/41.63	============================[ Problem Statistics ]=============================
41.55/41.63	|                                                                             |
41.55/41.63	|  Number of variables:        108786                                         |
41.55/41.63	|  Number of clauses:          473409                                         |
41.55/41.63	|  Parse time:                   0.20 s                                       |
41.55/41.63	|  Eliminated clauses:           1.15 Mb                                      |
41.55/41.63	|  Simplification time:          0.50 s                                       |
41.55/41.63	|                                                                             |
41.55/41.63	============================[ Search Statistics ]=================================
41.55/41.63	| Conflicts |          ORIGINAL         |          LEARNT          | Progress    |
41.55/41.63	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |     Agility |
41.55/41.63	==================================================================================
41.55/41.63	|       100 |   27361   175711   457015 |    64427       92    114 | 47.067 %  6 |
41.55/41.63	|       250 |   25012   175711   457015 |    70870      233     92 | 49.226 %  6 |
41.55/41.63	|       475 |   24927   133309   353330 |    77957      439     96 | 49.304 %  7 |
41.55/41.63	|       812 |   14780    70168   191895 |    85752      717     89 | 58.632 %  4 |
41.55/41.63	|      1318 |   12714    62293   169778 |    94328     1177     75 | 60.531 %  3 |
41.55/41.63	|      2077 |   12315    56060   154925 |   103760     1915     62 | 60.898 %  3 |
41.55/41.63	|      3216 |   12306    55992   154754 |   114137     3052     51 | 60.906 %  2 |
41.55/41.63	|      4924 |   12306    55992   154754 |   125550     4760     51 | 60.906 %  4 |
41.55/41.63	|      7486 |   10727    52313   145155 |   138105     7151     51 | 62.357 %  4 |
41.55/41.63	|     11330 |   10506    47287   130184 |   151916    10985     48 | 62.560 %  6 |
41.55/41.63	|     17096 |   10357    46398   127864 |   167107    16727     43 | 62.697 %  9 |
41.55/41.63	|     25745 |   10187    45468   125319 |   183818    25325     43 | 62.854 %  6 |
41.55/41.63	|     38719 |   10144    45180   124582 |   202200    38266     41 | 62.893 %  8 |
41.55/41.63	|     58180 |   10048    44672   123277 |   222420    57680     41 | 62.981 %  6 |
41.55/41.63	|     87372 |    9593    40876   113145 |   244662    72416     42 | 63.400 %  5 |
41.55/41.63	|    131161 |    9480    40279   111582 |   269129    97341     42 | 63.504 %  7 |
41.55/41.63	===============================================================================
41.55/41.63	restarts              : 381
41.55/41.63	skipped               : 0
41.55/41.63	conflicts             : 140812         (3389 /sec)
41.55/41.63	decisions             : 250094         (0.00 % random) (6020 /sec)
41.55/41.63	propagations          : 180157816      (4336483 /sec)
41.55/41.63	conflict literals     : 5581078        (39.70 % deleted)
41.55/41.63	Memory used           : 116.00 MB
41.55/41.63	CPU time              : 41.5447 s
41.55/41.63	
41.55/41.63	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: 977)

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-3433850-1306842916/watcher-3433850-1306842916 -o /tmp/evaluation-result-3433850-1306842916/solver-3433850-1306842916 -C 5000 -W 5100 -M 15500 minisat HOME/instance-3433850-1306842916.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 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: 0.00 0.00 0.00 2/514 18956
/proc/meminfo: memFree=5699988/32950928 swapFree=35295748/67111528
[pid=18956] ppid=18954 vsize=11796 CPUtime=0 cores=0,2,4,6
/proc/18956/stat : 18956 (runsolver) S 18954 18956 18924 0 -1 4202560 42 0 0 0 0 0 0 0 21 0 1 0 795888392 12079104 51 33554432000 4194304 5432328 140733980592768 18446744073709551615 4881591 0 2147483391 4096 24578 18446744071699960631 0 0 17 4 0 0 0
/proc/18956/statm: 2949 51 31 303 0 2643 0

[startup+0.111985 s]
/proc/loadavg: 0.00 0.00 0.00 2/514 18956
/proc/meminfo: memFree=5699988/32950928 swapFree=35295748/67111528
[pid=18956] ppid=18954 vsize=42780 CPUtime=0.07 cores=0,2,4,6
/proc/18956/stat : 18956 (minisat) R 18954 18956 18924 0 -1 4202496 6727 0 0 0 6 1 0 0 23 0 1 0 795888392 43806720 6327 33554432000 4194304 4291235 140734265960256 18446744073709551615 254500352709 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18956/statm: 10695 6329 215 24 0 7329 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 42780

[startup+0.200968 s]
/proc/loadavg: 0.00 0.00 0.00 2/514 18956
/proc/meminfo: memFree=5699988/32950928 swapFree=35295748/67111528
[pid=18956] ppid=18954 vsize=54672 CPUtime=0.16 cores=0,2,4,6
/proc/18956/stat : 18956 (minisat) R 18954 18956 18924 0 -1 4202496 10358 0 0 0 15 1 0 0 23 0 1 0 795888392 55984128 9411 33554432000 4194304 4291235 140734265960256 18446744073709551615 4277976 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18956/statm: 13668 9412 215 24 0 10302 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 54672

[startup+0.300948 s]
/proc/loadavg: 0.00 0.00 0.00 2/514 18956
/proc/meminfo: memFree=5699988/32950928 swapFree=35295748/67111528
[pid=18956] ppid=18954 vsize=64960 CPUtime=0.25 cores=0,2,4,6
/proc/18956/stat : 18956 (minisat) R 18954 18956 18924 0 -1 4202496 12947 0 0 0 24 1 0 0 24 0 1 0 795888392 66519040 11467 33554432000 4194304 4291235 140734265960256 18446744073709551615 4229688 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18956/statm: 16240 11467 237 24 0 12874 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 64960

[startup+0.700869 s]
/proc/loadavg: 0.00 0.00 0.00 2/514 18956
/proc/meminfo: memFree=5699988/32950928 swapFree=35295748/67111528
[pid=18956] ppid=18954 vsize=65956 CPUtime=0.66 cores=0,2,4,6
/proc/18956/stat : 18956 (minisat) R 18954 18956 18924 0 -1 4202496 15823 0 0 0 64 2 0 0 25 0 1 0 795888392 67538944 11931 33554432000 4194304 4291235 140734265960256 18446744073709551615 4229939 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18956/statm: 16489 11931 239 24 0 13123 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 65956

[startup+1.50071 s]
/proc/loadavg: 0.00 0.00 0.00 3/518 18963
/proc/meminfo: memFree=5538756/32950928 swapFree=35295748/67111528
[pid=18956] ppid=18954 vsize=58900 CPUtime=1.45 cores=0,2,4,6
/proc/18956/stat : 18956 (minisat) R 18954 18956 18924 0 -1 4202496 17502 0 0 0 143 2 0 0 25 0 1 0 795888392 60313600 10367 33554432000 4194304 4291235 140734265960256 18446744073709551615 4256145 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18956/statm: 14725 10367 259 24 0 11359 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 58900

[startup+3.10038 s]
/proc/loadavg: 0.16 0.03 0.01 3/518 18963
/proc/meminfo: memFree=5498704/32950928 swapFree=35295748/67111528
[pid=18956] ppid=18954 vsize=58900 CPUtime=3.05 cores=0,2,4,6
/proc/18956/stat : 18956 (minisat) R 18954 18956 18924 0 -1 4202496 17660 0 0 0 303 2 0 0 25 0 1 0 795888392 60313600 10523 33554432000 4194304 4291235 140734265960256 18446744073709551615 4256052 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18956/statm: 14725 10523 259 24 0 11359 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 58900

[startup+6.30074 s]
/proc/loadavg: 0.16 0.03 0.01 3/518 18963
/proc/meminfo: memFree=5525020/32950928 swapFree=35295748/67111528
[pid=18956] ppid=18954 vsize=58900 CPUtime=6.24 cores=0,2,4,6
/proc/18956/stat : 18956 (minisat) R 18954 18956 18924 0 -1 4202496 17957 0 0 0 622 2 0 0 25 0 1 0 795888392 60313600 10808 33554432000 4194304 4291235 140734265960256 18446744073709551615 4255848 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18956/statm: 14725 10808 259 24 0 11359 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 58900

[startup+12.7005 s]
/proc/loadavg: 0.44 0.10 0.03 3/518 18963
/proc/meminfo: memFree=5506536/32950928 swapFree=35295748/67111528
[pid=18956] ppid=18954 vsize=70756 CPUtime=12.65 cores=0,2,4,6
/proc/18956/stat : 18956 (minisat) R 18954 18956 18924 0 -1 4202496 20669 0 0 0 1262 3 0 0 25 0 1 0 795888392 72454144 13492 33554432000 4194304 4291235 140734265960256 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18956/statm: 17689 13492 259 24 0 14323 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 70756

[startup+25.5009 s]
/proc/loadavg: 0.68 0.16 0.05 3/518 18964
/proc/meminfo: memFree=5468340/32950928 swapFree=35295748/67111528
[pid=18956] ppid=18954 vsize=89432 CPUtime=25.44 cores=0,2,4,6
/proc/18956/stat : 18956 (minisat) R 18954 18956 18924 0 -1 4202496 25378 0 0 0 2541 3 0 0 25 0 1 0 795888392 91578368 18159 33554432000 4194304 4291235 140734265960256 18446744073709551615 4262379 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18956/statm: 22358 18159 259 24 0 18992 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 89432

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

[startup+25.6009 s]
/proc/loadavg: 0.68 0.16 0.05 3/518 18964
/proc/meminfo: memFree=5468340/32950928 swapFree=35295748/67111528
[pid=18956] ppid=18954 vsize=89432 CPUtime=25.54 cores=0,2,4,6
/proc/18956/stat : 18956 (minisat) R 18954 18956 18924 0 -1 4202496 25392 0 0 0 2551 3 0 0 25 0 1 0 795888392 91578368 18173 33554432000 4194304 4291235 140734265960256 18446744073709551615 4255562 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18956/statm: 22358 18173 259 24 0 18992 0
Current children cumulated CPU time (s) 25.54
Current children cumulated vsize (KiB) 89432

[startup+32.0196 s]
/proc/loadavg: 0.88 0.22 0.07 3/518 18964
/proc/meminfo: memFree=5454876/32950928 swapFree=35295748/67111528
[pid=18956] ppid=18954 vsize=101108 CPUtime=31.96 cores=0,2,4,6
/proc/18956/stat : 18956 (minisat) R 18954 18956 18924 0 -1 4202496 26132 0 0 0 3193 3 0 0 25 0 1 0 795888392 103534592 18890 33554432000 4194304 4291235 140734265960256 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18956/statm: 25277 18890 259 24 0 21911 0
Current children cumulated CPU time (s) 31.96
Current children cumulated vsize (KiB) 101108

[startup+38.4003 s]
/proc/loadavg: 0.97 0.25 0.08 3/518 18964
/proc/meminfo: memFree=5446552/32950928 swapFree=35295748/67111528
[pid=18956] ppid=18954 vsize=89432 CPUtime=38.35 cores=0,2,4,6
/proc/18956/stat : 18956 (minisat) R 18954 18956 18924 0 -1 4202496 30660 0 0 0 3831 4 0 0 25 0 1 0 795888392 91578368 18233 33554432000 4194304 4291235 140734265960256 18446744073709551615 4248950 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18956/statm: 22358 18233 259 24 0 18992 0
Current children cumulated CPU time (s) 38.35
Current children cumulated vsize (KiB) 89432

[startup+40.001 s]
/proc/loadavg: 0.97 0.25 0.08 3/518 18964
/proc/meminfo: memFree=5442832/32950928 swapFree=35295748/67111528
[pid=18956] ppid=18954 vsize=89432 CPUtime=39.95 cores=0,2,4,6
/proc/18956/stat : 18956 (minisat) R 18954 18956 18924 0 -1 4202496 30848 0 0 0 3991 4 0 0 25 0 1 0 795888392 91578368 18419 33554432000 4194304 4291235 140734265960256 18446744073709551615 4255875 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18956/statm: 22358 18419 259 24 0 18992 0
Current children cumulated CPU time (s) 39.95
Current children cumulated vsize (KiB) 89432

[startup+40.8198 s]
/proc/loadavg: 0.97 0.25 0.08 3/518 18964
/proc/meminfo: memFree=5440104/32950928 swapFree=35295748/67111528
[pid=18956] ppid=18954 vsize=89432 CPUtime=40.77 cores=0,2,4,6
/proc/18956/stat : 18956 (minisat) R 18954 18956 18924 0 -1 4202496 30945 0 0 0 4073 4 0 0 25 0 1 0 795888392 91578368 18513 33554432000 4194304 4291235 140734265960256 18446744073709551615 4255658 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18956/statm: 22358 18513 259 24 0 18992 0
Current children cumulated CPU time (s) 40.77
Current children cumulated vsize (KiB) 89432

[startup+41.2008 s]
/proc/loadavg: 0.97 0.25 0.08 3/518 18964
/proc/meminfo: memFree=5440104/32950928 swapFree=35295748/67111528
[pid=18956] ppid=18954 vsize=89432 CPUtime=41.15 cores=0,2,4,6
/proc/18956/stat : 18956 (minisat) R 18954 18956 18924 0 -1 4202496 30980 0 0 0 4111 4 0 0 25 0 1 0 795888392 91578368 18547 33554432000 4194304 4291235 140734265960256 18446744073709551615 4256145 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18956/statm: 22358 18547 259 24 0 18992 0
Current children cumulated CPU time (s) 41.15
Current children cumulated vsize (KiB) 89432

[startup+41.6007 s]
/proc/loadavg: 0.97 0.25 0.08 3/518 18964
/proc/meminfo: memFree=5440104/32950928 swapFree=35295748/67111528
[pid=18956] ppid=18954 vsize=70756 CPUtime=41.55 cores=0,2,4,6
/proc/18956/stat : 18956 (minisat) R 18954 18956 18924 0 -1 4202496 31013 0 0 0 4151 4 0 0 25 0 1 0 795888392 72454144 13924 33554432000 4194304 4291235 140734265960256 18446744073709551615 4255722 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18956/statm: 17689 13924 259 24 0 14323 0
Current children cumulated CPU time (s) 41.55
Current children cumulated vsize (KiB) 70756

Child status: 20
Real time (s): 41.6351
CPU time (s): 41.5907
CPU user time (s): 41.5447
CPU system time (s): 0.045993
CPU usage (%): 99.8934
Max. virtual memory (cumulated for all children) (KiB): 101108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 41.5447
system time used= 0.045993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31028
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= 52

runsolver used 0.235964 second user time and 0.476927 second system time

The end

Launcher Data

Begin job on node149 at 2011-05-31 13:55:17
IDJOB=3433850
IDBENCH=20346
IDSOLVER=1930
FILE ID=node149/3433850-1306842916
RUNJOBID= node149-1306842916-18942
PBS_JOBID= 13482003
Free space on /tmp= 58692 MiB

SOLVER NAME= minisat hack: MiniSAT 2.2.0-agile-26
BENCH NAME= SAT07/industrial/anbulagan/medium-unsat/dated-5-11-u.cnf
COMMAND LINE= minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3433850-1306842916/watcher-3433850-1306842916 -o /tmp/evaluation-result-3433850-1306842916/solver-3433850-1306842916 -C 5000 -W 5100 -M 15500  minisat HOME/instance-3433850-1306842916.cnf

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

MD5SUM BENCH= 083d28c2adf10233f37f8b5a078c94a9
RANDOM SEED=1663274369

node149.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.806
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.61
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.806
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.83
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.806
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.83
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.806
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.73
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.806
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.82
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.806
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.806
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.82
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.806
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:     32950928 kB
MemFree:       5701136 kB
Buffers:        281016 kB
Cached:       17788812 kB
SwapCached:      74568 kB
Active:       10893104 kB
Inactive:     15641816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       5701136 kB
SwapTotal:    67111528 kB
SwapFree:     35295748 kB
Dirty:           21316 kB
Writeback:           0 kB
AnonPages:     8414924 kB
Mapped:          17456 kB
Slab:           525328 kB
PageTables:     117804 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 173086320 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= 58672 MiB
End job on node149 at 2011-05-31 13:55:59