John,
Here are results from my Intel P4 2.80c MHz, Intel DB875PBZ, 1GB PC3200
memory.
I encluded the dmidecode output, with excrutiating detail ;^)
-- David N. Lombard Rossmoor, Orange County, CA N 33 deg, 48', W 118 deg, 5'
Script started on Wed 26 Nov 2003 07:18:26 PM PST
$ cat /etc/redhat-release
Red Hat Linux release 9 (Shrike)
$ uname -a
Linux closter.lombardsnest.com 2.4.20-20.9smp #1 SMP Mon Aug 18 11:32:15 EDT 2003 i686 i686 i386 GNU/Linux
$ gcc -o stream_d stream_d.c second_wall.c -lm
$ ./stream_d
-------------------------------------------------------------
This system uses 8 bytes per DOUBLE PRECISION word.
-------------------------------------------------------------
Array size = 2000000, Offset = 0
Total memory required = 45.8 MB.
Each test is run 10 times, but only
the *best* time for each is used.
-------------------------------------------------------------
Your clock granularity/precision appears to be 1 microseconds.
Each test below will take on the order of 9519 microseconds.
(= 9519 clock ticks)
Increase the size of the arrays if this shows that
you are not getting at least 20 clock ticks per test.
-------------------------------------------------------------
WARNING -- The above is only a rough guideline.
For best results, please be sure you know the
precision of your system timer.
-------------------------------------------------------------
Function Rate (MB/s) RMS time Min time Max time
Copy: 2320.0107 0.0140 0.0138 0.0144
Scale: 2330.4954 0.0140 0.0137 0.0154
Add: 2682.1548 0.0183 0.0179 0.0202
Triad: 2691.4873 0.0181 0.0178 0.0184
$ gcc -O3 -o stream_d-O3 stream_d.c second_wall.c -lm
$ ./stream_d-O3
-------------------------------------------------------------
This system uses 8 bytes per DOUBLE PRECISION word.
-------------------------------------------------------------
Array size = 2000000, Offset = 0
Total memory required = 45.8 MB.
Each test is run 10 times, but only
the *best* time for each is used.
-------------------------------------------------------------
Your clock granularity/precision appears to be 1 microseconds.
Each test below will take on the order of 9915 microseconds.
(= 9915 clock ticks)
Increase the size of the arrays if this shows that
you are not getting at least 20 clock ticks per test.
-------------------------------------------------------------
WARNING -- The above is only a rough guideline.
For best results, please be sure you know the
precision of your system timer.
-------------------------------------------------------------
Function Rate (MB/s) RMS time Min time Max time
Copy: 2391.4519 0.0136 0.0134 0.0143
Scale: 2376.0052 0.0138 0.0135 0.0146
Add: 2741.6093 0.0179 0.0175 0.0194
Triad: 2714.6198 0.0178 0.0177 0.0184
$ cat /proc/cpuinfo
processor : 0
vendor_id : GenuineIntel
cpu family : 15
model : 2
model name : Intel(R) Pentium(R) 4 CPU 2.80GHz
stepping : 9
cpu MHz : 2793.018
cache size : 512 KB
physical id : 0
siblings : 2
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 2
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
bogomips : 5570.56
processor : 1
vendor_id : GenuineIntel
cpu family : 15
model : 2
model name : Intel(R) Pentium(R) 4 CPU 2.80GHz
stepping : 9
cpu MHz : 2793.018
cache size : 512 KB
physical id : 0
siblings : 2
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 2
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
bogomips : 5583.66
$ chmod a+rx ./stream_omp
$ ./stream_omp
-------------------------------------------------------------
This system uses 8 bytes per DOUBLE PRECISION word.
-------------------------------------------------------------
Array size = 2000000, Offset = 0
Total memory required = 45.8 MB.
Each test is run 10 times, but only
the *best* time for each is used.
-------------------------------------------------------------
Your clock granularity/precision appears to be 1 microseconds.
Each test below will take on the order of 10325 microseconds.
(= 10325 clock ticks)
Increase the size of the arrays if this shows that
you are not getting at least 20 clock ticks per test.
-------------------------------------------------------------
WARNING -- The above is only a rough guideline.
For best results, please be sure you know the
precision of your system timer.
-------------------------------------------------------------
Function Rate (MB/s) Avg time Min time Max time
Copy: 2385.3869 0.0122 0.0134 0.0138
Scale: 2394.3154 0.0121 0.0134 0.0136
Add: 2765.9391 0.0159 0.0174 0.0192
Triad: 2748.9919 0.0159 0.0175 0.0178
-------------------------------------------------------------
Solution Validates
-------------------------------------------------------------
$ dmidecode
# dmidecode 2.2
SMBIOS 2.3 present.
71 structures occupying 2486 bytes.
Table at 0x000FB4A0.
Handle 0x0000
DMI type 0, 20 bytes.
BIOS Information
Vendor: Intel Corp.
Version: BZ87510A.86A.0026.P05.0304231448
Release Date: 04/23/2003
Address: 0xF0000
Runtime Size: 64 kB
ROM Size: 1024 kB
Characteristics:
PCI is supported
PNP is supported
APM is supported
BIOS is upgradeable
BIOS shadowing is allowed
Boot from CD is supported
Selectable boot is supported
EDD is supported
Japanese floppy for NEC 9800 1.2 MB is supported (int 13h)
Japanese floppy for Toshiba 1.2 MB is supported (int 13h)
5.25"/360 KB floppy services are supported (int 13h)
5.25"/1.2 MB floppy services are supported (int 13h)
3.5"/720 KB floppy services are supported (int 13h)
3.5"/2.88 MB floppy services are supported (int 13h)
Print screen service is supported (int 5h)
8042 keyboard services are supported (int 9h)
Serial services are supported (int 14h)
Printer services are supported (int 17h)
CGA/mono video services are supported (int 10h)
ACPI is supported
USB legacy is supported
AGP is supported
LS-120 boot is supported
ATAPI Zip drive boot is supported
BIOS boot specification is supported
Function key-initiated network boot is supported
Handle 0x0001
DMI type 1, 25 bytes.
System Information
Manufacturer:
Product Name:
Version:
Serial Number:
UUID: 63328901-C028-11D7-A04D-00E0188D425D
Wake-up Type: Power Switch
Handle 0x0002
DMI type 2, 8 bytes.
Base Board Information
Manufacturer: Intel Corporation
Product Name: D875PBZ
Version: AAC26680-205
Serial Number: BTBZ33006232
Handle 0x0003
DMI type 3, 17 bytes.
Chassis Information
Manufacturer:
Type: Unknown
Lock: Not Present
Version:
Serial Number:
Asset Tag:
Boot-up State: Safe
Power Supply State: Safe
Thermal State: Other
Security Status: Other
OEM Information: 0x00000000
Handle 0x0004
DMI type 4, 35 bytes.
Processor Information
Socket Designation: J2E1
Type: Central Processor
Family: Pentium 4
Manufacturer: Intel
ID: 29 0F 00 00 FF FB EB BF
Signature: Type 0, Family F, Model 2, Stepping 9
Flags:
FPU (Floating-point unit on-chip)
VME (Virtual mode extension)
DE (Debugging extension)
PSE (Page size extension)
TSC (Time stamp counter)
MSR (Model specific registers)
PAE (Physical address extension)
MCE (Machine check exception)
CX8 (CMPXCHG8 instruction supported)
APIC (On-chip APIC hardware supported)
SEP (Fast system call)
MTRR (Memory type range registers)
PGE (Page global enable)
MCA (Machine check architecture)
CMOV (Conditional move instruction supported)
PAT (Page attribute table)
PSE-36 (36-bit page size extension)
CLFSH (CLFLUSH instruction supported)
DS (Debug store)
ACPI (ACPI supported)
MMX (MMX technology supported)
FXSR (Fast floating-point save and restore)
SSE (Streaming SIMD extensions)
SSE2 (Streaming SIMD extensions 2)
SS (Self-snoop)
HTT (Hyper-threading technology)
TM (Thermal monitor supported)
SBF (Signal break on FERR)
Version: Intel(R) Pentium(R) 4 processor
Voltage: 3.3 V 2.9 V
External Clock: 200 MHz
Max Speed: 3060 MHz
Current Speed: 2800 MHz
Status: Populated, Enabled
Upgrade: Socket 478
L1 Cache Handle: 0x0005
L2 Cache Handle: 0x0006
L3 Cache Handle: Not Provided
Serial Number: To Be Filled By O.E.M.
Asset Tag: To Be Filled By O.E.M.
Part Number: To Be Filled By O.E.M.
Handle 0x0005
DMI type 7, 19 bytes.
Cache Information
Socket Designation: None
Configuration: Enabled, Not Socketed, Level 1
Operational Mode: Varies With Memory Address
Location: Internal
Installed Size: 8 KB
Maximum Size: 8 KB
Supported SRAM Types:
Pipeline Burst
Installed SRAM Type: Pipeline Burst
Speed: Unknown
Error Correction Type: Single-bit ECC
System Type: Data
Associativity: 4-way Set-associative
Handle 0x0006
DMI type 7, 19 bytes.
Cache Information
Socket Designation: None
Configuration: Enabled, Not Socketed, Level 2
Operational Mode: Varies With Memory Address
Location: Internal
Installed Size: 512 KB
Maximum Size: 512 KB
Supported SRAM Types:
Pipeline Burst
Installed SRAM Type: Pipeline Burst
Speed: Unknown
Error Correction Type: Single-bit ECC
System Type: Unified
Associativity: 8-way Set-associative
Handle 0x0007
DMI type 5, 24 bytes.
Memory Controller Information
Error Detecting Method: 64-bit ECC
Error Correcting Capabilities:
None
Supported Interleave: One-way Interleave
Current Interleave: One-way Interleave
Maximum Memory Module Size: 1024 MB
Maximum Total Memory Size: 4096 MB
Supported Speeds:
70 ns
60 ns
Supported Memory Types:
Other
Unknown
Standard
FPM
EDO
Parity
ECC
SIMM
DIMM
Burst EDO
SDRAM
Memory Module Voltage: 3.3 V
Associated Memory Slots: 4
0x0008
0x0009
0x000A
0x000B
Enabled Error Correcting Capabilities:
None
Handle 0x0008
DMI type 6, 12 bytes.
Memory Module Information
Socket Designation: DIMM1
Bank Connections: 11 12
Current Speed: 2 ns
Type: DIMM
Installed Size: 512 MB (Double-bank Connection)
Enabled Size: 512 MB (Double-bank Connection)
Error Status: OK
Handle 0x0009
DMI type 6, 12 bytes.
Memory Module Information
Socket Designation: DIMM2
Bank Connections: 11 12
Current Speed: 2 ns
Type: DIMM
Installed Size: Not Installed (Single-bank Connection)
Enabled Size: Not Installed (Single-bank Connection)
Error Status: OK
Handle 0x000A
DMI type 6, 12 bytes.
Memory Module Information
Socket Designation: DIMM3
Bank Connections: 11 12
Current Speed: 2 ns
Type: DIMM
Installed Size: 512 MB (Double-bank Connection)
Enabled Size: 512 MB (Double-bank Connection)
Error Status: OK
Handle 0x000B
DMI type 6, 12 bytes.
Memory Module Information
Socket Designation: DIMM4
Bank Connections: 11 12
Current Speed: 2 ns
Type: DIMM
Installed Size: Not Installed (Single-bank Connection)
Enabled Size: Not Installed (Single-bank Connection)
Error Status: OK
Handle 0x000C
DMI type 8, 9 bytes.
Port Connector Information
Internal Reference Designator: J1A1
Internal Connector Type: None
External Reference Designator: PS2Mouse
External Connector Type: PS/2
Port Type: Mouse Port
Handle 0x000D
DMI type 8, 9 bytes.
Port Connector Information
Internal Reference Designator: J1A1
Internal Connector Type: None
External Reference Designator: Keyboard
External Connector Type: PS/2
Port Type: Keyboard Port
Handle 0x000E
DMI type 8, 9 bytes.
Port Connector Information
Internal Reference Designator: J2A1
Internal Connector Type: None
External Reference Designator: COM 1
External Connector Type: DB-9 female
Port Type: Serial Port 16550A Compatible
Handle 0x000F
DMI type 8, 9 bytes.
Port Connector Information
Internal Reference Designator: J3A1
Internal Connector Type: None
External Reference Designator: LPT1
External Connector Type: DB-25 male
Port Type: Parallel Port ECP/EPP
Handle 0x0010
DMI type 8, 9 bytes.
Port Connector Information
Internal Reference Designator: J1A2
Internal Connector Type: None
External Reference Designator: USB
External Connector Type: Access Bus (USB)
Port Type: USB
Handle 0x0011
DMI type 8, 9 bytes.
Port Connector Information
Internal Reference Designator: J1A2
Internal Connector Type: None
External Reference Designator: USB
External Connector Type: Access Bus (USB)
Port Type: USB
Handle 0x0012
DMI type 8, 9 bytes.
Port Connector Information
Internal Reference Designator: JA4A1
Internal Connector Type: None
External Reference Designator: USB
External Connector Type: Access Bus (USB)
Port Type: USB
Handle 0x0013
DMI type 8, 9 bytes.
Port Connector Information
Internal Reference Designator: JA4A1
Internal Connector Type: None
External Reference Designator: USB
External Connector Type: Access Bus (USB)
Port Type: USB
Handle 0x0014
DMI type 8, 9 bytes.
Port Connector Information
Internal Reference Designator: JA4A1
Internal Connector Type: None
External Reference Designator: RJ-45 Type
External Connector Type: RJ-45
Port Type: Network Port
Handle 0x0015
DMI type 8, 9 bytes.
Port Connector Information
Internal Reference Designator: J5A1
Internal Connector Type: None
External Reference Designator: Audio Mic In
External Connector Type: Mini Jack (headphones)
Port Type: Audio Port
Handle 0x0016
DMI type 8, 9 bytes.
Port Connector Information
Internal Reference Designator: J5A1
Internal Connector Type: None
External Reference Designator: Audio Line In
External Connector Type: Mini Jack (headphones)
Port Type: Audio Port
Handle 0x0017
DMI type 8, 9 bytes.
Port Connector Information
Internal Reference Designator: J5A1
Internal Connector Type: None
External Reference Designator: Audio Line Out
External Connector Type: Mini Jack (headphones)
Port Type: Audio Port
Handle 0x0018
DMI type 8, 9 bytes.
Port Connector Information
Internal Reference Designator: J2J1 - +12V
Internal Connector Type: Other
External Reference Designator: Not Specified
External Connector Type: None
Port Type: Other
Handle 0x0019
DMI type 8, 9 bytes.
Port Connector Information
Internal Reference Designator: J3J1 - FDD
Internal Connector Type: On Board Floppy
External Reference Designator: Not Specified
External Connector Type: None
Port Type: Other
Handle 0x001A
DMI type 8, 9 bytes.
Port Connector Information
Internal Reference Designator: J5J2 - PRI IDE
Internal Connector Type: On Board IDE
External Reference Designator: Not Specified
External Connector Type: None
Port Type: Other
Handle 0x001B
DMI type 8, 9 bytes.
Port Connector Information
Internal Reference Designator: J5J1 - SEC IDE
Internal Connector Type: On Board IDE
External Reference Designator: Not Specified
External Connector Type: None
Port Type: Other
Handle 0x001C
DMI type 8, 9 bytes.
Port Connector Information
Internal Reference Designator: J8B1 - CDIN
Internal Connector Type: On Board Sound Input From CD-ROM
External Reference Designator: Not Specified
External Connector Type: None
Port Type: Audio Port
Handle 0x001D
DMI type 8, 9 bytes.
Port Connector Information
Internal Reference Designator: J9A1 - AUX IN
Internal Connector Type: Other
External Reference Designator: Not Specified
External Connector Type: None
Port Type: Audio Port
Handle 0x001E
DMI type 8, 9 bytes.
Port Connector Information
Internal Reference Designator: J8J2 - FRONT PANEL HDR
Internal Connector Type: Other
External Reference Designator: Not Specified
External Connector Type: None
Port Type: Other
Handle 0x001F
DMI type 8, 9 bytes.
Port Connector Information
Internal Reference Designator: J1F1 - CPU FAN
Internal Connector Type: Other
External Reference Designator: Not Specified
External Connector Type: None
Port Type: Other
Handle 0x0020
DMI type 8, 9 bytes.
Port Connector Information
Internal Reference Designator: J7J1 - FRONT CHASSIS FAN
Internal Connector Type: Other
External Reference Designator: Not Specified
External Connector Type: None
Port Type: Other
Handle 0x0021
DMI type 8, 9 bytes.
Port Connector Information
Internal Reference Designator: J1B1 - REAR CHASSIS FAN
Internal Connector Type: Other
External Reference Designator: Not Specified
External Connector Type: None
Port Type: Other
Handle 0x0022
DMI type 8, 9 bytes.
Port Connector Information
Internal Reference Designator: J5B1 - REAR CHASSIS FAN
Internal Connector Type: Other
External Reference Designator: Not Specified
External Connector Type: None
Port Type: Other
Handle 0x0023
DMI type 8, 9 bytes.
Port Connector Information
Internal Reference Designator: J7J2 - BIOS CONFIG
Internal Connector Type: Other
External Reference Designator: Not Specified
External Connector Type: None
Port Type: Other
Handle 0x0024
DMI type 8, 9 bytes.
Port Connector Information
Internal Reference Designator: J8A1 - FP AUDIO
Internal Connector Type: Proprietary
External Reference Designator: Not Specified
External Connector Type: None
Port Type: Other
Handle 0x0025
DMI type 8, 9 bytes.
Port Connector Information
Internal Reference Designator: J9F1 - FRONT PANEL USB
Internal Connector Type: Other
External Reference Designator: Not Specified
External Connector Type: None
Port Type: Other
Handle 0x0026
DMI type 8, 9 bytes.
Port Connector Information
Internal Reference Designator: J2H1 - PS
Internal Connector Type: Other
External Reference Designator: Not Specified
External Connector Type: None
Port Type: Other
Handle 0x0027
DMI type 8, 9 bytes.
Port Connector Information
Internal Reference Designator: J8H1 - CH INTR
Internal Connector Type: Other
External Reference Designator: Not Specified
External Connector Type: None
Port Type: Other
Handle 0x0028
DMI type 9, 13 bytes.
System Slot Information
Designation: J6C1
Type: 32-bit AGP 4x
Current Usage: In Use
Length: Long
ID: 0
Characteristics:
3.3 V is provided
Handle 0x0029
DMI type 9, 13 bytes.
System Slot Information
Designation: J7B2
Type: 32-bit PCI
Current Usage: In Use
Length: Long
ID: 1
Characteristics:
3.3 V is provided
PME signal is supported
SMBus signal is supported
Handle 0x002A
DMI type 9, 13 bytes.
System Slot Information
Designation: J7B1
Type: 32-bit PCI
Current Usage: Available
Length: Long
ID: 2
Characteristics:
3.3 V is provided
PME signal is supported
SMBus signal is supported
Handle 0x002B
DMI type 9, 13 bytes.
System Slot Information
Designation: J8B3
Type: 32-bit PCI
Current Usage: In Use
Length: Long
ID: 3
Characteristics:
3.3 V is provided
PME signal is supported
SMBus signal is supported
Handle 0x002C
DMI type 9, 13 bytes.
System Slot Information
Designation: J8B2
Type: 32-bit PCI
Current Usage: Available
Length: Long
ID: 4
Characteristics:
3.3 V is provided
PME signal is supported
SMBus signal is supported
Handle 0x002D
DMI type 9, 13 bytes.
System Slot Information
Designation: J9B1
Type: 32-bit PCI
Current Usage: Available
Length: Long
ID: 5
Characteristics:
3.3 V is provided
PME signal is supported
SMBus signal is supported
Handle 0x002E
DMI type 10, 6 bytes.
On Board Device Information
Type: Video
Status: Disabled
Description: Intel GMCH AGP Graphics Controller
Handle 0x002F
DMI type 10, 6 bytes.
On Board Device Information
Type: Ethernet
Status: Enabled
Description: Intel Ethernet Device
Handle 0x0030
DMI type 10, 6 bytes.
On Board Device Information
Type: Sound
Status: Disabled
Description: Intel ICH5 Audio Device
Handle 0x0031
DMI type 12, 5 bytes.
System Configuration Options
Option 1: To Be Filled By O.E.M.
Option 2: To Be Filled By O.E.M.
Option 3: To Be Filled By O.E.M.
Handle 0x0032
DMI type 13, 22 bytes.
BIOS Language Information
Installable Languages: 1
enUS
Currently Installed Language: enUS
Handle 0x0033
DMI type 15, 35 bytes.
System Event Log
Area Length: 2048 bytes
Header Start Offset: 0x0000
Header Length: 16 bytes
Data Start Offset: 0x0010
Access Method: Memory-mapped physical 32-bit address
Access Address: 0xFFFEF7F0
Status: Valid, Not Full
Change Token: 0x00000000
Header Format: Type 1
Supported Log Type Descriptors: 6
Descriptor 1: POST error
Data Format 1: POST results bitmap
Descriptor 2: Parity memory error
Data Format 2: Multiple-event
Descriptor 3: I/O channel block
Data Format 3: Multiple-event
Descriptor 4: Single-bit ECC memory error
Data Format 4: Multiple-event
Descriptor 5: Multi-bit ECC memory error
Data Format 5: Multiple-event
Descriptor 6: System limit exceeded
Data Format 6: System management
Handle 0x0034
DMI type 18, 23 bytes.
32-bit Memory Error Information
Type: Unknown
Granularity: Unknown
Operation: Unknown
Vendor Syndrome: Unknown
Memory Array Address: Unknown
Device Address: Unknown
Resolution: Unknown
Handle 0x0035
DMI type 16, 15 bytes.
Physical Memory Array
Location: System Board Or Motherboard
Use: System Memory
Error Correction Type: None
Maximum Capacity: 4 GB
Error Information Handle: 0x0034
Number Of Devices: 4
Handle 0x0036
DMI type 19, 15 bytes.
Memory Array Mapped Address
Starting Address: 0x00000000000
Ending Address: 0x0003FFFFFFF
Range Size: 1 GB
Physical Array Handle: 0x0035
Partition Width: 0
Handle 0x0037
DMI type 17, 27 bytes.
Memory Device
Array Handle: 0x0035
Error Information Handle: 0x0034
Total Width: 64 bits
Data Width: 64 bits
Size: 512 MB
Form Factor: DIMM
Set: 1
Locator: J5G1
Bank Locator: DIMM0
Type: DDR
Type Detail: Synchronous
Speed: 400 MHz (2.5 ns)
Manufacturer: Manufacturer1
Serial Number: SerNum1
Asset Tag: AssetTagNum1
Part Number: PartNum1
Handle 0x0038
DMI type 20, 19 bytes.
Memory Device Mapped Address
Starting Address: 0x00000000000
Ending Address: 0x0001FFFFFFF
Range Size: 512 MB
Physical Device Handle: 0x0037
Memory Array Mapped Address Handle: 0x0036
Partition Row Position: 1
Interleave Position: 1
Interleaved Data Depth: 1
Handle 0x0039
DMI type 17, 27 bytes.
Memory Device
Array Handle: 0x0035
Error Information Handle: 0x0034
Total Width: 64 bits
Data Width: 64 bits
Size: No Module Installed
Form Factor: DIMM
Set: 2
Locator: J5G2
Bank Locator: DIMM1
Type: DDR
Type Detail: Synchronous
Speed: 400 MHz (2.5 ns)
Manufacturer: Manufacturer2
Serial Number: SerNum2
Asset Tag: AssetTagNum2
Part Number: PartNum2
Handle 0x003A
DMI type 126, 19 bytes.
Inactive
Handle 0x003B
DMI type 17, 27 bytes.
Memory Device
Array Handle: 0x0035
Error Information Handle: 0x0034
Total Width: 64 bits
Data Width: 64 bits
Size: 512 MB
Form Factor: DIMM
Set: 1
Locator: J5H1
Bank Locator: DIMM2
Type: DDR
Type Detail: Synchronous
Speed: 400 MHz (2.5 ns)
Manufacturer: Manufacturer3
Serial Number: SerNum3
Asset Tag: AssetTagNum3
Part Number: PartNum3
Handle 0x003C
DMI type 20, 19 bytes.
Memory Device Mapped Address
Starting Address: 0x00020000000
Ending Address: 0x0003FFFFFFF
Range Size: 512 MB
Physical Device Handle: 0x003B
Memory Array Mapped Address Handle: 0x0036
Partition Row Position: 2
Interleave Position: 2
Interleaved Data Depth: 1
Handle 0x003D
DMI type 17, 27 bytes.
Memory Device
Array Handle: 0x0035
Error Information Handle: 0x0034
Total Width: 64 bits
Data Width: 64 bits
Size: No Module Installed
Form Factor: DIMM
Set: 2
Locator: J5H2
Bank Locator: DIMM3
Type: DDR
Type Detail: Synchronous
Speed: 400 MHz (2.5 ns)
Manufacturer: Manufacturer4
Serial Number: SerNum4
Asset Tag: AssetTagNum4
Part Number: PartNum4
Handle 0x003E
DMI type 126, 19 bytes.
Inactive
Handle 0x003F
DMI type 23, 13 bytes.
System Reset
Status: Disabled
Watchdog Timer: No
Boot Option: <OUT OF SPEC>
Boot Option On Limit: <OUT OF SPEC>
Reset Count: Unknown
Reset Limit: Unknown
Timer Interval: Unknown
Timeout: Unknown
Handle 0x0040
DMI type 126, 28 bytes.
Inactive
Handle 0x0041
DMI type 32, 20 bytes.
System Boot Information
Status: No errors detected
Handle 0x0042
DMI type 187, 9 bytes.
OEM-specific Type
Header And Data:
BB 09 42 00 37 00 03 90 01
Handle 0x0043
DMI type 126, 9 bytes.
Inactive
Handle 0x0044
DMI type 187, 9 bytes.
OEM-specific Type
Header And Data:
BB 09 44 00 3B 00 03 90 01
Handle 0x0045
DMI type 126, 9 bytes.
Inactive
Handle 0x0046
DMI type 127, 4 bytes.
End Of Table
$ exit
Script done on Wed 26 Nov 2003 07:20:13 PM PST
Received on Wed Nov 26 21:31:12 2003
This archive was generated by hypermail 2.1.8 : Wed Feb 11 2004 - 14:54:56 CST