My results

From: Sebestyén Béla <sbela@mail.coranet.hu>
Date: Sun Mar 01 2009 - 15:53:15 CST

Hi

These are my results!

Bye, sbela.

sbela@centurio:~/Dokumentumok/stream$ cc stream.c -o stream.exe -Wall -O3 -mtune=k8 -msse3 -m3dnow -fopenmp
sbela@centurio:~/Dokumentumok/stream$ ./stream.exe
-------------------------------------------------------------
STREAM version $Revision: 5.8 $
-------------------------------------------------------------
This system uses 8 bytes per DOUBLE PRECISION word.
-------------------------------------------------------------
Array size = 40000000, Offset = 0
Total memory required = 915.5 MB.
Each test is run 10 times, but only
the *best* time for each is used.
-------------------------------------------------------------
Number of Threads requested = 2
-------------------------------------------------------------
Printing one line per active thread....
Printing one line per active thread....
-------------------------------------------------------------
Your clock granularity/precision appears to be 3 microseconds.
Each test below will take on the order of 165778 microseconds.
   (= 55259 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: 4347.1440 0.1539 0.1472 0.1728
Scale: 4395.0296 0.1468 0.1456 0.1495
Add: 4782.2097 0.2076 0.2007 0.2355
Triad: 4800.9616 0.2033 0.2000 0.2151
-------------------------------------------------------------
Solution Validates
-------------------------------------------------------------
sbela@centurio:~/Dokumentumok/stream$


[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 2.6.27-11-generic (buildd@rothera) (gcc version 4.3.2 (Ubuntu 4.3.2-1ubuntu11) ) #1 SMP Thu Jan 29 19:24:39 UTC 2009 (Ubuntu 2.6.27-11.27-generic)
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: 0000000000000000 - 000000000009f400 (usable)
[ 0.000000] BIOS-e820: 000000000009f400 - 00000000000a0000 (reserved)
[ 0.000000] BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
[ 0.000000] BIOS-e820: 0000000000100000 - 00000000bfff0000 (usable)
[ 0.000000] BIOS-e820: 00000000bfff0000 - 00000000bfff3000 (ACPI NVS)
[ 0.000000] BIOS-e820: 00000000bfff3000 - 00000000c0000000 (ACPI data)
[ 0.000000] BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
[ 0.000000] BIOS-e820: 00000000fec00000 - 0000000100000000 (reserved)
[ 0.000000] BIOS-e820: 0000000100000000 - 0000000140000000 (usable)
[ 0.000000] DMI 2.2 present.
[ 0.000000] Phoenix BIOS detected: BIOS may corrupt low RAM, working it around.
[ 0.000000] last_pfn = 0xbfff0 max_arch_pfn = 0x100000
[ 0.000000] kernel direct mapping tables up to 38000000 @ 10000-15000
[ 0.000000] RAMDISK: 3781c000 - 37fef4a5
[ 0.000000] ACPI: RSDP 000F7E00, 0014 (r0 Nvidia)
[ 0.000000] ACPI: RSDT BFFF3040, 0034 (r1 Nvidia AWRDACPI 42302E31 AWRD 0)
[ 0.000000] ACPI: FACP BFFF30C0, 0074 (r1 Nvidia AWRDACPI 42302E31 AWRD 0)
[ 0.000000] ACPI: DSDT BFFF3180, 6422 (r1 NVIDIA AWRDACPI 1000 MSFT 100000E)
[ 0.000000] ACPI: FACS BFFF0000, 0040
[ 0.000000] ACPI: SSDT BFFF96C0, 028A (r1 PTLTD POWERNOW 1 LTP 1)
[ 0.000000] ACPI: MCFG BFFF99C0, 003C (r1 Nvidia AWRDACPI 42302E31 AWRD 0)
[ 0.000000] ACPI: APIC BFFF9600, 0072 (r1 Nvidia AWRDACPI 42302E31 AWRD 0)
[ 0.000000] 2175MB HIGHMEM available.
[ 0.000000] 896MB LOWMEM available.
[ 0.000000] mapped low ram: 0 - 38000000
[ 0.000000] low ram: 00000000 - 38000000
[ 0.000000] bootmap 00011000 - 00018000
[ 0.000000] (9 early reservations) ==> bootmem [0000000000 - 0038000000]
[ 0.000000] #0 [0000000000 - 0000001000] BIOS data page ==> [0000000000 - 0000001000]
[ 0.000000] #1 [0000001000 - 0000002000] EX TRAMPOLINE ==> [0000001000 - 0000002000]
[ 0.000000] #2 [0000006000 - 0000007000] TRAMPOLINE ==> [0000006000 - 0000007000]
[ 0.000000] #3 [0000100000 - 00005c29e0] TEXT DATA BSS ==> [0000100000 - 00005c29e0]
[ 0.000000] #4 [003781c000 - 0037fef4a5] RAMDISK ==> [003781c000 - 0037fef4a5]
[ 0.000000] #5 [00005c3000 - 00005c6000] INIT_PG_TABLE ==> [00005c3000 - 00005c6000]
[ 0.000000] #6 [000009f000 - 0000100000] BIOS reserved ==> [000009f000 - 0000100000]
[ 0.000000] #7 [0000010000 - 0000011000] PGTABLE ==> [0000010000 - 0000011000]
[ 0.000000] #8 [0000011000 - 0000018000] BOOTMAP ==> [0000011000 - 0000018000]
[ 0.000000] found SMP MP-table at [c00f3e70] 000f3e70
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0x00000010 -> 0x00001000
[ 0.000000] Normal 0x00001000 -> 0x00038000
[ 0.000000] HighMem 0x00038000 -> 0x000bfff0
[ 0.000000] Movable zone start PFN for each node
[ 0.000000] early_node_map[2] active PFN ranges
[ 0.000000] 0: 0x00000010 -> 0x0000009f
[ 0.000000] 0: 0x00000100 -> 0x000bfff0
[ 0.000000] On node 0 totalpages: 786303
[ 0.000000] free_area_init_node: node 0, pgdat c048c680, node_mem_map c1000240
[ 0.000000] DMA zone: 3947 pages, LIFO batch:0
[ 0.000000] Normal zone: 223300 pages, LIFO batch:31
[ 0.000000] HighMem zone: 552144 pages, LIFO batch:31
[ 0.000000] Nvidia board detected. Ignoring ACPI timer override.
[ 0.000000] If you got timer trouble try acpi_use_timer_override
[ 0.000000] Detected use of extended apic ids on hypertransport bus
[ 0.000000] ACPI: PM-Timer IO Port: 0x1008
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 2, version 17, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 14 global_irq 14 high edge)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 15 global_irq 15 high edge)
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] ACPI: IRQ14 used by override.
[ 0.000000] ACPI: IRQ15 used by override.
[ 0.000000] Enabling APIC mode: Flat. Using 1 I/O APICs
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs
[ 0.000000] mapped APIC to ffffb000 (fee00000)
[ 0.000000] mapped IOAPIC to ffffa000 (fec00000)
[ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
[ 0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
[ 0.000000] Allocating PCI resources starting at c2000000 (gap: c0000000:20000000)
[ 0.000000] PERCPU: Allocating 41628 bytes of per cpu data
[ 0.000000] NR_CPUS: 64, nr_cpu_ids: 2, nr_node_ids 1
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 779391
[ 0.000000] Kernel command line: root=UUID=713435d4-2da0-4652-be49-30316286e5f1 ro quiet splash
[ 0.000000] Enabling fast FPU save and restore... done.
[ 0.000000] Enabling unmasked SIMD FPU exception support... done.
[ 0.000000] Initializing CPU#0
[ 0.000000] PID hash table entries: 4096 (order: 12, 16384 bytes)
[ 0.000000] TSC: PIT calibration confirmed by PMTIMER.
[ 0.000000] TSC: using PIT calibration value
[ 0.000000] Detected 2599.948 MHz processor.
[ 0.004000] spurious 8259A interrupt: IRQ7.
[ 0.004000] Console: colour VGA+ 80x25
[ 0.004000] console [tty0] enabled
[ 0.004000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[ 0.004000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.004000] Memory: 3102812k/3145664k available (2576k kernel code, 41516k reserved, 1165k data, 424k init, 2228160k highmem)
[ 0.004000] virtual kernel memory layout:
[ 0.004000] fixmap : 0xffc77000 - 0xfffff000 (3616 kB)
[ 0.004000] pkmap : 0xff400000 - 0xff800000 (4096 kB)
[ 0.004000] vmalloc : 0xf8800000 - 0xff3fe000 ( 107 MB)
[ 0.004000] lowmem : 0xc0000000 - 0xf8000000 ( 896 MB)
[ 0.004000] .init : 0xc04ad000 - 0xc0517000 ( 424 kB)
[ 0.004000] .data : 0xc03840da - 0xc04a7680 (1165 kB)
[ 0.004000] .text : 0xc0100000 - 0xc03840da (2576 kB)
[ 0.004000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[ 0.004000] CPA: page pool initialized 1 of 1 pages preallocated
[ 0.004000] SLUB: Genslabs=12, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.004007] Calibrating delay loop (skipped), value calculated using timer frequency.. 5199.89 BogoMIPS (lpj=10399792)
[ 0.004021] Security Framework initialized
[ 0.004028] SELinux: Disabled at boot.
[ 0.004046] AppArmor: AppArmor initialized
[ 0.004052] Mount-cache hash table entries: 512
[ 0.004175] Initializing cgroup subsys ns
[ 0.004178] Initializing cgroup subsys cpuacct
[ 0.004180] Initializing cgroup subsys memory
[ 0.004191] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[ 0.004193] CPU: L2 Cache: 1024K (64 bytes/line)
[ 0.004195] CPU 0(2) -> Core 0
[ 0.004197] using C1E aware idle routine
[ 0.004204] Checking 'hlt' instruction... OK.
[ 0.021173] ACPI: Core revision 20080609
[ 0.022820] ACPI: Checking initramfs for custom DSDT
[ 0.284193] ENABLING IO-APIC IRQs
[ 0.284369] ..TIMER: vector=0x31 apic1=0 pin1=0 apic2=-1 pin2=-1
[ 0.325523] CPU0: AMD Athlon(tm) 64 X2 Dual Core Processor 5200+ stepping 02
[ 0.328020] Booting processor 1/1 ip 6000
[ 0.004000] Initializing CPU#1
[ 0.004000] Calibrating delay using timer specific routine.. 5200.39 BogoMIPS (lpj=10400792)
[ 0.004000] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[ 0.004000] CPU: L2 Cache: 1024K (64 bytes/line)
[ 0.004000] CPU 1(2) -> Core 1
[ 0.412230] CPU1: AMD Athlon(tm) 64 X2 Dual Core Processor 5200+ stepping 02
[ 0.412251] Brought up 2 CPUs
[ 0.412253] Total of 2 processors activated (10400.29 BogoMIPS).
[ 0.412279] CPU0 attaching sched-domain:
[ 0.412281] domain 0: span 0-1 level CPU
[ 0.412284] groups: 0 1
[ 0.412288] CPU1 attaching sched-domain:
[ 0.412290] domain 0: span 0-1 level CPU
[ 0.412292] groups: 1 0
[ 0.412342] net_namespace: 840 bytes
[ 0.412342] Booting paravirtualized kernel on bare hardware
[ 0.412342] Time: 9:36:18 Date: 03/01/09
[ 0.412342] NET: Registered protocol family 16
[ 0.412342] EISA bus registered
[ 0.412342] ACPI: bus type pci registered
[ 0.412342] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
[ 0.412342] PCI: MCFG area at e0000000 reserved in E820
[ 0.412342] PCI: Using MMCONFIG for extended config space
[ 0.412342] PCI: Using configuration type 1 for base access
[ 0.412815] ACPI: EC: Look up EC in DSDT
[ 0.421937] ACPI: Interpreter enabled
[ 0.421940] ACPI: (supports S0 S3 S4 S5)
[ 0.421952] ACPI: Using IOAPIC for interrupt routing
[ 0.429099] ACPI: PCI Root Bridge [PCI0] (0000:00)
[ 0.429099] HPET not enabled in BIOS. You might try hpet=force boot option
[ 0.429099] PCI: 0000:00:01.1 reg 10 io port: [fc00, fc1f]
[ 0.429099] PCI: 0000:00:01.1 reg 20 io port: [1c00, 1c3f]
[ 0.429099] PCI: 0000:00:01.1 reg 24 io port: [1c40, 1c7f]
[ 0.429099] pci 0000:00:01.1: PME# supported from D3hot D3cold
[ 0.429099] pci 0000:00:01.1: PME# disabled
[ 0.429099] PCI: 0000:00:02.0 reg 10 32bit mmio: [fe02f000, fe02ffff]
[ 0.429099] pci 0000:00:02.0: supports D1
[ 0.429099] pci 0000:00:02.0: supports D2
[ 0.429099] pci 0000:00:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.429099] pci 0000:00:02.0: PME# disabled
[ 0.429099] PCI: 0000:00:02.1 reg 10 32bit mmio: [feb00000, feb000ff]
[ 0.429099] pci 0000:00:02.1: supports D1
[ 0.429099] pci 0000:00:02.1: supports D2
[ 0.429099] pci 0000:00:02.1: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.429099] pci 0000:00:02.1: PME# disabled
[ 0.429099] PCI: 0000:00:06.0 reg 20 io port: [f000, f00f]
[ 0.429099] PCI: 0000:00:07.0 reg 10 io port: [9f0, 9f7]
[ 0.429099] PCI: 0000:00:07.0 reg 14 io port: [bf0, bf3]
[ 0.429099] PCI: 0000:00:07.0 reg 18 io port: [970, 977]
[ 0.429099] PCI: 0000:00:07.0 reg 1c io port: [b70, b73]
[ 0.429099] PCI: 0000:00:07.0 reg 20 io port: [dc00, dc0f]
[ 0.429099] PCI: 0000:00:07.0 reg 24 32bit mmio: [fe02d000, fe02dfff]
[ 0.429099] PCI: 0000:00:08.0 reg 10 io port: [9e0, 9e7]
[ 0.429099] PCI: 0000:00:08.0 reg 14 io port: [be0, be3]
[ 0.429099] PCI: 0000:00:08.0 reg 18 io port: [960, 967]
[ 0.429099] PCI: 0000:00:08.0 reg 1c io port: [b60, b63]
[ 0.429099] PCI: 0000:00:08.0 reg 20 io port: [c800, c80f]
[ 0.429099] PCI: 0000:00:08.0 reg 24 32bit mmio: [fe02c000, fe02cfff]
[ 0.429099] PCI: 0000:00:0a.0 reg 10 32bit mmio: [fe02b000, fe02bfff]
[ 0.429099] PCI: 0000:00:0a.0 reg 14 io port: [c400, c407]
[ 0.429099] pci 0000:00:0a.0: supports D1
[ 0.429099] pci 0000:00:0a.0: supports D2
[ 0.429099] pci 0000:00:0a.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.429099] pci 0000:00:0a.0: PME# disabled
[ 0.429099] pci 0000:00:0b.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.429099] pci 0000:00:0b.0: PME# disabled
[ 0.429099] pci 0000:00:0c.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.429099] pci 0000:00:0c.0: PME# disabled
[ 0.429099] pci 0000:00:0d.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.429099] pci 0000:00:0d.0: PME# disabled
[ 0.429099] pci 0000:00:0e.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.429099] pci 0000:00:0e.0: PME# disabled
[ 0.429099] PCI: 0000:01:08.0 reg 10 32bit mmio: [dc000000, dcffffff]
[ 0.429099] PCI: 0000:01:08.1 reg 10 32bit mmio: [de000000, deffffff]
[ 0.429099] PCI: 0000:01:08.2 reg 10 32bit mmio: [dd000000, ddffffff]
[ 0.429099] PCI: 0000:01:09.0 reg 10 io port: [bc00, bc1f]
[ 0.429099] PCI: 0000:01:09.0 reg 14 64bit mmio: [dfe00000, dfffffff]
[ 0.429099] PCI: 0000:01:09.0 reg 1c 64bit mmio: [d8000000, dbffffff]
[ 0.429099] pci 0000:01:09.0: supports D1
[ 0.429099] pci 0000:01:09.0: supports D2
[ 0.429099] pci 0000:00:09.0: transparent bridge
[ 0.429099] PCI: bridge 0000:00:09.0 io port: [b000, bfff]
[ 0.429099] PCI: bridge 0000:00:09.0 32bit mmio: [d8000000, dfffffff]
[ 0.429099] PCI: bridge 0000:00:09.0 32bit mmio pref: [fdf00000, fdffffff]
[ 0.429099] PCI: bridge 0000:00:0b.0 io port: [a000, afff]
[ 0.429099] PCI: bridge 0000:00:0b.0 32bit mmio: [fde00000, fdefffff]
[ 0.429099] PCI: bridge 0000:00:0b.0 64bit mmio pref: [fdd00000, fddfffff]
[ 0.429099] PCI: bridge 0000:00:0c.0 io port: [9000, 9fff]
[ 0.429099] PCI: bridge 0000:00:0c.0 32bit mmio: [fdc00000, fdcfffff]
[ 0.429099] PCI: bridge 0000:00:0c.0 64bit mmio pref: [fdb00000, fdbfffff]
[ 0.429099] PCI: bridge 0000:00:0d.0 io port: [8000, 8fff]
[ 0.429099] PCI: bridge 0000:00:0d.0 32bit mmio: [fda00000, fdafffff]
[ 0.429099] PCI: bridge 0000:00:0d.0 64bit mmio pref: [fd900000, fd9fffff]
[ 0.429099] PCI: 0000:05:00.0 reg 10 32bit mmio: [fa000000, faffffff]
[ 0.429099] PCI: 0000:05:00.0 reg 14 64bit mmio: [c0000000, cfffffff]
[ 0.429099] PCI: 0000:05:00.0 reg 1c 64bit mmio: [fb000000, fbffffff]
[ 0.429099] PCI: 0000:05:00.0 reg 24 io port: [7c00, 7c7f]
[ 0.429099] PCI: 0000:05:00.0 reg 30 32bit mmio: [0, 1ffff]
[ 0.429099] PCI: bridge 0000:00:0e.0 io port: [7000, 7fff]
[ 0.429099] PCI: bridge 0000:00:0e.0 32bit mmio: [fa000000, fcffffff]
[ 0.429099] PCI: bridge 0000:00:0e.0 64bit mmio pref: [c0000000, cfffffff]
[ 0.429099] bus 00 -> node 0
[ 0.429099] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 0.429146] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.HUB0._PRT]
[ 0.493380] ACPI: PCI Interrupt Link [LNK1] (IRQs 5 10 *11)
[ 0.493380] ACPI: PCI Interrupt Link [LNK2] (IRQs 5 *10 11)
[ 0.493380] ACPI: PCI Interrupt Link [LNK3] (IRQs *5 10 11)
[ 0.493380] ACPI: PCI Interrupt Link [LNK4] (IRQs 5 10 11) *0, disabled.
[ 0.493380] ACPI: PCI Interrupt Link [LNK5] (IRQs 5 10 11) *0, disabled.
[ 0.493380] ACPI: PCI Interrupt Link [LUBA] (IRQs 5 *10 11)
[ 0.493380] ACPI: PCI Interrupt Link [LUBB] (IRQs 5 10 11) *0, disabled.
[ 0.493445] ACPI: PCI Interrupt Link [LMAC] (IRQs *5 10 11)
[ 0.493624] ACPI: PCI Interrupt Link [LACI] (IRQs 5 10 11) *0, disabled.
[ 0.493805] ACPI: PCI Interrupt Link [LMCI] (IRQs 5 10 11) *0, disabled.
[ 0.493987] ACPI: PCI Interrupt Link [LSMB] (IRQs *5 10 11)
[ 0.494168] ACPI: PCI Interrupt Link [LUB2] (IRQs 5 10 *11)
[ 0.496093] ACPI: PCI Interrupt Link [LIDE] (IRQs 5 10 11) *0, disabled.
[ 0.496283] ACPI: PCI Interrupt Link [LSID] (IRQs 5 *10 11)
[ 0.496473] ACPI: PCI Interrupt Link [LFID] (IRQs 5 10 *11)
[ 0.496661] ACPI: PCI Interrupt Link [LPCA] (IRQs 5 10 11) *0, disabled.
[ 0.496864] ACPI: PCI Interrupt Link [APC1] (IRQs 16) *0
[ 0.497068] ACPI: PCI Interrupt Link [APC2] (IRQs 17) *0
[ 0.497268] ACPI: PCI Interrupt Link [APC3] (IRQs 18) *0
[ 0.497468] ACPI: PCI Interrupt Link [APC4] (IRQs 19) *0, disabled.
[ 0.497597] ACPI: PCI Interrupt Link [APC5] (IRQs *16), disabled.
[ 0.497803] ACPI: PCI Interrupt Link [APCF] (IRQs 20 21 22 23) *0
[ 0.498009] ACPI: PCI Interrupt Link [APCG] (IRQs 20 21 22 23) *0, disabled.
[ 0.498215] ACPI: PCI Interrupt Link [APCH] (IRQs 20 21 22 23) *0
[ 0.498421] ACPI: PCI Interrupt Link [APCJ] (IRQs 20 21 22 23) *0, disabled.
[ 0.498628] ACPI: PCI Interrupt Link [APCK] (IRQs 20 21 22 23) *0, disabled.
[ 0.498835] ACPI: PCI Interrupt Link [APCS] (IRQs 20 21 22 23) *0
[ 0.499042] ACPI: PCI Interrupt Link [APCL] (IRQs 20 21 22 23) *0
[ 0.499249] ACPI: PCI Interrupt Link [APCZ] (IRQs 20 21 22 23) *0, disabled.
[ 0.499464] ACPI: PCI Interrupt Link [APSI] (IRQs 20 21 22 23) *0
[ 0.499679] ACPI: PCI Interrupt Link [APSJ] (IRQs 20 21 22 23) *0
[ 0.499894] ACPI: PCI Interrupt Link [APCP] (IRQs 20 21 22 23) *0, disabled.
[ 0.500055] Linux Plug and Play Support v0.97 (c) Adam Belay
[ 0.500064] pnp: PnP ACPI init
[ 0.500064] ACPI: bus type pnp registered
[ 0.504640] pnp: PnP ACPI: found 10 devices
[ 0.504640] ACPI: ACPI bus type pnp unregistered
[ 0.504640] PnPBIOS: Disabled by ACPI PNP
[ 0.504640] PCI: Using ACPI for IRQ routing
[ 0.512038] NET: Registered protocol family 8
[ 0.512040] NET: Registered protocol family 20
[ 0.512060] NetLabel: Initializing
[ 0.512062] NetLabel: domain hash size = 128
[ 0.512063] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.512074] NetLabel: unlabeled traffic allowed by default
[ 0.512555] tracer: 772 pages allocated for 65536 entries of 48 bytes
[ 0.512557] actual entries 65620
[ 0.512651] AppArmor: AppArmor Filesystem Enabled
[ 0.512673] ACPI: RTC can wake from S4
[ 0.520046] system 00:01: ioport range 0x1000-0x107f has been reserved
[ 0.520048] system 00:01: ioport range 0x1080-0x10ff has been reserved
[ 0.520051] system 00:01: ioport range 0x1400-0x147f has been reserved
[ 0.520053] system 00:01: ioport range 0x1480-0x14ff has been reserved
[ 0.520055] system 00:01: ioport range 0x1800-0x187f has been reserved
[ 0.520058] system 00:01: ioport range 0x1880-0x18ff has been reserved
[ 0.520062] system 00:02: ioport range 0xb78-0xb7b has been reserved
[ 0.520065] system 00:02: ioport range 0xf78-0xf7b has been reserved
[ 0.520067] system 00:02: ioport range 0xa78-0xa7b has been reserved
[ 0.520069] system 00:02: ioport range 0xe78-0xe7b has been reserved
[ 0.520072] system 00:02: ioport range 0xbbc-0xbbf has been reserved
[ 0.520074] system 00:02: ioport range 0xfbc-0xfbf has been reserved
[ 0.520076] system 00:02: ioport range 0x4d0-0x4d1 has been reserved
[ 0.520079] system 00:02: ioport range 0x294-0x297 has been reserved
[ 0.520081] system 00:02: ioport range 0x295-0x296 has been reserved
[ 0.520088] system 00:08: iomem range 0xe0000000-0xefffffff could not be reserved
[ 0.520092] system 00:09: iomem range 0xd0000-0xd3fff has been reserved
[ 0.520095] system 00:09: iomem range 0xf0000-0xf7fff could not be reserved
[ 0.520097] system 00:09: iomem range 0xf8000-0xfbfff could not be reserved
[ 0.520100] system 00:09: iomem range 0xfc000-0xfffff could not be reserved
[ 0.520102] system 00:09: iomem range 0xbfff0000-0xbfffffff could not be reserved
[ 0.520105] system 00:09: iomem range 0xffff0000-0xffffffff could not be reserved
[ 0.520107] system 00:09: iomem range 0x0-0x9ffff could not be reserved
[ 0.520110] system 00:09: iomem range 0x100000-0xbffeffff could not be reserved
[ 0.520112] system 00:09: iomem range 0xfec00000-0xfec00fff could not be reserved
[ 0.520115] system 00:09: iomem range 0xfee00000-0xfeefffff could not be reserved
[ 0.520117] system 00:09: iomem range 0xfefff000-0xfeffffff could not be reserved
[ 0.520120] system 00:09: iomem range 0xfff80000-0xfff80fff could not be reserved
[ 0.520123] system 00:09: iomem range 0xfff90000-0xfffbffff could not be reserved
[ 0.520125] system 00:09: iomem range 0xfffed000-0xfffeffff could not be reserved
[ 0.555107] pci 0000:00:09.0: PCI bridge, secondary bus 0000:01
[ 0.555110] pci 0000:00:09.0: IO window: 0xb000-0xbfff
[ 0.555113] pci 0000:00:09.0: MEM window: 0xd8000000-0xdfffffff
[ 0.555116] pci 0000:00:09.0: PREFETCH window: 0x000000fdf00000-0x000000fdffffff
[ 0.555119] pci 0000:00:0b.0: PCI bridge, secondary bus 0000:02
[ 0.555121] pci 0000:00:0b.0: IO window: 0xa000-0xafff
[ 0.555124] pci 0000:00:0b.0: MEM window: 0xfde00000-0xfdefffff
[ 0.555126] pci 0000:00:0b.0: PREFETCH window: 0x000000fdd00000-0x000000fddfffff
[ 0.555130] pci 0000:00:0c.0: PCI bridge, secondary bus 0000:03
[ 0.555132] pci 0000:00:0c.0: IO window: 0x9000-0x9fff
[ 0.555134] pci 0000:00:0c.0: MEM window: 0xfdc00000-0xfdcfffff
[ 0.555137] pci 0000:00:0c.0: PREFETCH window: 0x000000fdb00000-0x000000fdbfffff
[ 0.555140] pci 0000:00:0d.0: PCI bridge, secondary bus 0000:04
[ 0.555142] pci 0000:00:0d.0: IO window: 0x8000-0x8fff
[ 0.555145] pci 0000:00:0d.0: MEM window: 0xfda00000-0xfdafffff
[ 0.555148] pci 0000:00:0d.0: PREFETCH window: 0x000000fd900000-0x000000fd9fffff
[ 0.555153] pci 0000:00:0e.0: PCI bridge, secondary bus 0000:05
[ 0.555155] pci 0000:00:0e.0: IO window: 0x7000-0x7fff
[ 0.555157] pci 0000:00:0e.0: MEM window: 0xfa000000-0xfcffffff
[ 0.555160] pci 0000:00:0e.0: PREFETCH window: 0x000000c0000000-0x000000cfffffff
[ 0.555167] pci 0000:00:09.0: setting latency timer to 64
[ 0.555171] pci 0000:00:0b.0: setting latency timer to 64
[ 0.555175] pci 0000:00:0c.0: setting latency timer to 64
[ 0.555179] pci 0000:00:0d.0: setting latency timer to 64
[ 0.555182] pci 0000:00:0e.0: setting latency timer to 64
[ 0.555185] bus: 00 index 0 io port: [0, ffff]
[ 0.555187] bus: 00 index 1 mmio: [0, ffffffff]
[ 0.555189] bus: 01 index 0 io port: [b000, bfff]
[ 0.555190] bus: 01 index 1 mmio: [d8000000, dfffffff]
[ 0.555192] bus: 01 index 2 mmio: [fdf00000, fdffffff]
[ 0.555194] bus: 01 index 3 io port: [0, ffff]
[ 0.555196] bus: 01 index 4 mmio: [0, ffffffff]
[ 0.555197] bus: 02 index 0 io port: [a000, afff]
[ 0.555199] bus: 02 index 1 mmio: [fde00000, fdefffff]
[ 0.555201] bus: 02 index 2 mmio: [fdd00000, fddfffff]
[ 0.555203] bus: 02 index 3 mmio: [0, 0]
[ 0.555205] bus: 03 index 0 io port: [9000, 9fff]
[ 0.555207] bus: 03 index 1 mmio: [fdc00000, fdcfffff]
[ 0.555208] bus: 03 index 2 mmio: [fdb00000, fdbfffff]
[ 0.555210] bus: 03 index 3 mmio: [0, 0]
[ 0.555212] bus: 04 index 0 io port: [8000, 8fff]
[ 0.555214] bus: 04 index 1 mmio: [fda00000, fdafffff]
[ 0.555215] bus: 04 index 2 mmio: [fd900000, fd9fffff]
[ 0.555217] bus: 04 index 3 mmio: [0, 0]
[ 0.555219] bus: 05 index 0 io port: [7000, 7fff]
[ 0.555221] bus: 05 index 1 mmio: [fa000000, fcffffff]
[ 0.555223] bus: 05 index 2 mmio: [c0000000, cfffffff]
[ 0.555224] bus: 05 index 3 mmio: [0, 0]
[ 0.555232] NET: Registered protocol family 2
[ 0.556047] Switched to high resolution mode on CPU 0
[ 0.556269] Switched to high resolution mode on CPU 1
[ 0.568053] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.568276] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.568779] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.569035] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.569038] TCP reno registered
[ 0.576074] NET: Registered protocol family 1
[ 0.576172] checking if image is initramfs... it is
[ 1.112567] Freeing initrd memory: 8013k freed
[ 1.113565] audit: initializing netlink socket (disabled)
[ 1.113580] type=2000 audit(1235900178.112:1): initialized
[ 1.118280] highmem bounce pool size: 64 pages
[ 1.118285] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[ 1.120417] VFS: Disk quotas dquot_6.5.1
[ 1.120482] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 1.120556] msgmni has been set to 1725
[ 1.120644] io scheduler noop registered
[ 1.120646] io scheduler anticipatory registered
[ 1.120647] io scheduler deadline registered
[ 1.120657] io scheduler cfq registered (default)
[ 1.120673] pci 0000:00:00.0: Enabling HT MSI Mapping
[ 1.137081] pci 0000:00:0b.0: Enabling HT MSI Mapping
[ 1.137088] pci 0000:00:0b.0: Found enabled HT MSI Mapping
[ 1.137092] pci 0000:00:0b.0: Linking AER extended capability
[ 1.137100] pci 0000:00:0c.0: Enabling HT MSI Mapping
[ 1.137106] pci 0000:00:0c.0: Found enabled HT MSI Mapping
[ 1.137108] pci 0000:00:0c.0: Linking AER extended capability
[ 1.137117] pci 0000:00:0d.0: Enabling HT MSI Mapping
[ 1.137122] pci 0000:00:0d.0: Found enabled HT MSI Mapping
[ 1.137125] pci 0000:00:0d.0: Linking AER extended capability
[ 1.137133] pci 0000:00:0e.0: Enabling HT MSI Mapping
[ 1.137139] pci 0000:00:0e.0: Found enabled HT MSI Mapping
[ 1.137141] pci 0000:00:0e.0: Linking AER extended capability
[ 1.137159] pci 0000:05:00.0: Boot video device
[ 1.137236] pcieport-driver 0000:00:0b.0: setting latency timer to 64
[ 1.137254] pcieport-driver 0000:00:0b.0: found MSI capability
[ 1.137269] pci_express 0000:00:0b.0:pcie00: allocate port service
[ 1.137297] pci_express 0000:00:0b.0:pcie03: allocate port service
[ 1.137348] pcieport-driver 0000:00:0c.0: setting latency timer to 64
[ 1.137365] pcieport-driver 0000:00:0c.0: found MSI capability
[ 1.137378] pci_express 0000:00:0c.0:pcie00: allocate port service
[ 1.137407] pci_express 0000:00:0c.0:pcie03: allocate port service
[ 1.137457] pcieport-driver 0000:00:0d.0: setting latency timer to 64
[ 1.137474] pcieport-driver 0000:00:0d.0: found MSI capability
[ 1.137487] pci_express 0000:00:0d.0:pcie00: allocate port service
[ 1.137514] pci_express 0000:00:0d.0:pcie03: allocate port service
[ 1.137565] pcieport-driver 0000:00:0e.0: setting latency timer to 64
[ 1.137582] pcieport-driver 0000:00:0e.0: found MSI capability
[ 1.137594] pci_express 0000:00:0e.0:pcie00: allocate port service
[ 1.137622] pci_express 0000:00:0e.0:pcie03: allocate port service
[ 1.137833] isapnp: Scanning for PnP cards...
[ 1.490212] isapnp: No Plug & Play device found
[ 1.519446] Serial: 8250/16550 driver4 ports, IRQ sharing enabled
[ 1.521465] brd: module loaded
[ 1.521528] input: Macintosh mouse button emulation as /devices/virtual/input/input0
[ 1.521685] PNP: No PS/2 controller found. Probing ports directly.
[ 1.524396] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 1.524400] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 1.524648] mice: PS/2 mouse device common for all mice
[ 1.524762] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
[ 1.524781] rtc0: alarms up to one year, y3k
[ 1.524901] EISA: Probing bus 0 at eisa.0
[ 1.524906] Cannot allocate resource for EISA slot 1
[ 1.524921] Cannot allocate resource for EISA slot 7
[ 1.524923] Cannot allocate resource for EISA slot 8
[ 1.524925] EISA: Detected 0 cards.
[ 1.524927] cpuidle: using governor ladder
[ 1.524929] cpuidle: using governor menu
[ 1.525345] TCP cubic registered
[ 1.525365] Using IPI No-Shortcut mode
[ 1.525530] registered taskstats version 1
[ 1.525633] Magic number: 1:588:625
[ 1.525763] rtc_cmos 00:04: setting system clock to 2009-03-01 09:36:19 UTC (1235900179)
[ 1.525765] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 1.525767] EDD information not available.
[ 1.526021] Freeing unused kernel memory: 424k freed
[ 1.526073] Write protecting the kernel text: 2580k
[ 1.526105] Write protecting the kernel read-only data: 940k
[ 1.709804] fuse init (API version 7.9)
[ 1.840637] fan PNP0C0B:00: registered as cooling_device0
[ 1.840643] ACPI: Fan [FAN] (on)
[ 1.861150] processor ACPI0007:00: registered as cooling_device1
[ 1.861197] processor ACPI0007:01: registered as cooling_device2
[ 1.864511] thermal LNXTHERM:01: registered as thermal_zone0
[ 1.865327] ACPI: Thermal Zone [THRM] (28 C)
[ 2.080392] usbcore: registered new interface driver usbfs
[ 2.080412] usbcore: registered new interface driver hub
[ 2.088325] usbcore: registered new device driver usb
[ 2.094853] ohci_hcd: 2006 August 04 USB 1.1 'Open' Host Controller (OHCI) Driver
[ 2.095205] ACPI: PCI Interrupt Link [APCF] enabled at IRQ 23
[ 2.095213] ohci_hcd 0000:00:02.0: PCI INT A -> Link[APCF] -> GSI 23 (level, low) -> IRQ 23
[ 2.095224] ohci_hcd 0000:00:02.0: setting latency timer to 64
[ 2.095226] ohci_hcd 0000:00:02.0: OHCI Host Controller
[ 2.095265] ohci_hcd 0000:00:02.0: new USB bus registered, assigned bus number 1
[ 2.095284] ohci_hcd 0000:00:02.0: irq 23, io mem 0xfe02f000
[ 2.170158] usb usb1: configuration #1 chosen from 1 choice
[ 2.170185] hub 1-0:1.0: USB hub found
[ 2.170192] hub 1-0:1.0: 10 ports detected
[ 2.245523] Warning! ehci_hcd should always be loaded before uhci_hcd and ohci_hcd, not after
[ 2.284165] No dock devices found.
[ 2.313378] SCSI subsystem initialized
[ 2.326514] libata version 3.00 loaded.
[ 2.380612] ACPI: PCI Interrupt Link [APCL] enabled at IRQ 22
[ 2.380621] ehci_hcd 0000:00:02.1: PCI INT B -> Link[APCL] -> GSI 22 (level, low) -> IRQ 22
[ 2.380631] ehci_hcd 0000:00:02.1: setting latency timer to 64
[ 2.380633] ehci_hcd 0000:00:02.1: EHCI Host Controller
[ 2.380665] ehci_hcd 0000:00:02.1: new USB bus registered, assigned bus number 2
[ 2.380685] ehci_hcd 0000:00:02.1: debug port 1
[ 2.380688] ehci_hcd 0000:00:02.1: cache line size of 64 is not supported
[ 2.380700] ehci_hcd 0000:00:02.1: irq 22, io mem 0xfeb00000
[ 2.553103] usb 1-4: new full speed USB device using ohci_hcd and address 2
[ 2.565028] ehci_hcd 0000:00:02.1: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
[ 2.565179] usb usb2: configuration #1 chosen from 1 choice
[ 2.565202] hub 2-0:1.0: USB hub found
[ 2.565209] hub 2-0:1.0: 10 ports detected
[ 2.621025] hub 1-0:1.0: unable to enumerate USB device on port 4
[ 2.772345] forcedeth: Reverse Engineered nForce ethernet driver. Version 0.61.
[ 2.772673] ACPI: PCI Interrupt Link [APCH] enabled at IRQ 21
[ 2.772680] forcedeth 0000:00:0a.0: PCI INT A -> Link[APCH] -> GSI 21 (level, low) -> IRQ 21
[ 2.772684] forcedeth 0000:00:0a.0: setting latency timer to 64
[ 2.772704] nv_probe: set workaround bit for reversed mac addr
[ 3.292394] forcedeth 0000:00:0a.0: ifname eth0, PHY OUI 0x5043 @ 1, addr 00:50:8d:95:74:ea
[ 3.292397] forcedeth 0000:00:0a.0: highdma csum timirq gbit lnktim desc-v3
[ 3.294726] pata_acpi 0000:00:06.0: setting latency timer to 64
[ 3.295157] ACPI: PCI Interrupt Link [APSI] enabled at IRQ 20
[ 3.295165] pata_acpi 0000:00:07.0: PCI INT A -> Link[APSI] -> GSI 20 (level, low) -> IRQ 20
[ 3.295180] pata_acpi 0000:00:07.0: setting latency timer to 64
[ 3.295186] pata_acpi 0000:00:07.0: PCI INT A disabled
[ 3.295550] ACPI: PCI Interrupt Link [APSJ] enabled at IRQ 23
[ 3.295553] pata_acpi 0000:00:08.0: PCI INT A -> Link[APSJ] -> GSI 23 (level, low) -> IRQ 23
[ 3.295566] pata_acpi 0000:00:08.0: setting latency timer to 64
[ 3.295572] pata_acpi 0000:00:08.0: PCI INT A disabled
[ 3.308902] sata_nv 0000:00:07.0: version 3.5
[ 3.308915] sata_nv 0000:00:07.0: PCI INT A -> Link[APSI] -> GSI 20 (level, low) -> IRQ 20
[ 3.308948] sata_nv 0000:00:07.0: setting latency timer to 64
[ 3.309057] scsi0 : sata_nv
[ 3.311868] scsi1 : sata_nv
[ 3.312049] ata1: SATA max UDMA/133 cmd 0x9f0 ctl 0xbf0 bmdma 0xdc00 irq 20
[ 3.312052] ata2: SATA max UDMA/133 cmd 0x970 ctl 0xb70 bmdma 0xdc08 irq 20
[ 3.532037] usb 1-4: new full speed USB device using ohci_hcd and address 3
[ 3.628029] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 3.636111] ata1.00: ATA-7: WDC WD5000KS-60MNB0, 08.02E08, max UDMA/100
[ 3.636114] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[ 3.652121] ata1.00: configured for UDMA/100
[ 3.741328] usb 1-4: configuration #1 chosen from 1 choice
[ 3.972027] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 3.995473] ata2.00: ATA-7: WDC WD5000KS-00MNB0, 07.02E07, max UDMA/133
[ 3.995477] ata2.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[ 4.008995] ata2.00: configured for UDMA/133
[ 4.009094] scsi 0:0:0:0: Direct-Access ATA WDC WD5000KS-60M 08.0 PQ: 0 ANSI: 5
[ 4.009206] scsi 1:0:0:0: Direct-Access ATA WDC WD5000KS-00M 07.0 PQ: 0 ANSI: 5
[ 4.009265] sata_nv 0000:00:08.0: PCI INT A -> Link[APSJ] -> GSI 23 (level, low) -> IRQ 23
[ 4.009301] sata_nv 0000:00:08.0: setting latency timer to 64
[ 4.009333] scsi2 : sata_nv
[ 4.009374] scsi3 : sata_nv
[ 4.009539] ata3: SATA max UDMA/133 cmd 0x9e0 ctl 0xbe0 bmdma 0xc800 irq 23
[ 4.009541] ata4: SATA max UDMA/133 cmd 0x960 ctl 0xb60 bmdma 0xc808 irq 23
[ 4.048024] usb 1-6: new low speed USB device using ohci_hcd and address 4
[ 4.262331] usb 1-6: configuration #1 chosen from 1 choice
[ 4.328024] ata3: SATA link down (SStatus 0 SControl 300)
[ 4.577019] usb 1-10: new low speed USB device using ohci_hcd and address 5
[ 4.648022] ata4: SATA link down (SStatus 0 SControl 300)
[ 4.648069] pata_amd 0000:00:06.0: version 0.3.10
[ 4.648106] pata_amd 0000:00:06.0: setting latency timer to 64
[ 4.648173] scsi4 : pata_amd
[ 4.648454] scsi5 : pata_amd
[ 4.649170] ata5: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xf000 irq 14
[ 4.649172] ata6: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xf008 irq 15
[ 4.790341] usb 1-10: configuration #1 chosen from 1 choice
[ 4.793681] usbcore: registered new interface driver hiddev
[ 4.799380] input: Genius NetScroll+ Superior as /devices/pci0000:00/0000:00:02.0/usb1/1-6/1-6:1.0/input/input1
[ 4.809099] input,hidraw0: USB HID v1.10 Mouse [Genius NetScroll+ Superior] on usb-0000:00:02.0-6
[ 4.815294] input: DELL DELL USB Keyboard as /devices/pci0000:00/0000:00:02.0/usb1/1-10/1-10:1.0/input/input2
[ 4.816111] input,hidraw1: USB HID v1.10 Keyboard [DELL DELL USB Keyboard] on usb-0000:00:02.0-10
[ 4.816125] usbcore: registered new interface driver usbhid
[ 4.816128] usbhid: v2.6:USB HID core driver
[ 4.841328] ata5.00: ATAPI: HL-DT-STDVD-RAM GSA-H58N, 1.03, max UDMA/66
[ 4.841347] ata5.01: ATAPI: TSSTcorpDVD-ROM TS-H352C, DE02, max UDMA/33
[ 4.841360] ata5: nv_mode_filter: 0x1f39f&0x1f01f->0x1f01f, BIOS=0x1f000 (0xc5c00000) ACPI=0x1f01f (30:60:0x1f)
[ 4.841364] ata5: nv_mode_filter: 0x739f&0x701f->0x701f, BIOS=0x7000 (0xc5c00000) ACPI=0x701f (30:60:0x1f)
[ 4.856270] ata5.00: configured for UDMA/66
[ 4.888188] ata5.01: configured for UDMA/33
[ 5.056126] scsi 4:0:0:0: CD-ROM HL-DT-ST DVD-RAM GSA-H58N 1.03 PQ: 0 ANSI: 5
[ 5.056676] scsi 4:0:1:0: CD-ROM TSSTcorp DVD-ROM TS-H352C DE02 PQ: 0 ANSI: 5
[ 5.064518] scsi 0:0:0:0: Attached scsi generic sg0 type 0
[ 5.064751] scsi 1:0:0:0: Attached scsi generic sg1 type 0
[ 5.064781] scsi 4:0:0:0: Attached scsi generic sg2 type 5
[ 5.064808] scsi 4:0:1:0: Attached scsi generic sg3 type 5
[ 5.079991] Driver 'sd' needs updating - please use bus_type methods
[ 5.080073] sd 0:0:0:0: [sda] 976773168 512-byte hardware sectors (500108 MB)
[ 5.080085] sd 0:0:0:0: [sda] Write Protect is off
[ 5.080088] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 5.080105] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 5.080155] sd 0:0:0:0: [sda] 976773168 512-byte hardware sectors (500108 MB)
[ 5.080165] sd 0:0:0:0: [sda] Write Protect is off
[ 5.080167] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 5.080183] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 5.080186] sda: sda1 sda2
[ 5.084959] sd 0:0:0:0: [sda] Attached SCSI disk
[ 5.085070] sd 1:0:0:0: [sdb] 976773168 512-byte hardware sectors (500108 MB)
[ 5.085083] sd 1:0:0:0: [sdb] Write Protect is off
[ 5.085085] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[ 5.085104] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 5.085145] sd 1:0:0:0: [sdb] 976773168 512-byte hardware sectors (500108 MB)
[ 5.085155] sd 1:0:0:0: [sdb] Write Protect is off
[ 5.085157] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[ 5.085175] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 5.085178] sdb:<4>Driver 'sr' needs updating - please use bus_type methods
[ 5.093583] sdb1 sdb2 sdb3
[ 5.107941] sd 1:0:0:0: [sdb] Attached SCSI disk
[ 5.112467] sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
[ 5.112471] Uniform CD-ROM driver Revision: 3.20
[ 5.112541] sr 4:0:0:0: Attached scsi CD-ROM sr0
[ 5.121049] sr1: scsi3-mmc drive: 4x/48x cd/rw xa/form2 cdda tray
[ 5.121127] sr 4:0:1:0: Attached scsi CD-ROM sr1
[ 5.425538] PM: Starting manual resume from disk
[ 5.425541] PM: Resume from partition 8:19
[ 5.425543] PM: Checking hibernation image.
[ 5.425741] PM: Resume from disk failed.
[ 5.466948] kjournald starting. Commit interval 5 seconds
[ 5.466957] EXT3-fs: mounted filesystem with ordered data mode.
[ 10.173560] udevd version 124 started
[ 10.520145] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 10.574158] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 10.618463] input: Power Button (FF) as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[ 10.637052] ACPI: Power Button (FF) [PWRF]
[ 10.637146] input: Power Button (CM) as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input4
[ 10.657021] ACPI: Power Button (CM) [PWRB]
[ 10.674811] i2c-adapter i2c-0: nForce2 SMBus adapter at 0x1c00
[ 10.674833] i2c-adapter i2c-1: nForce2 SMBus adapter at 0x1c40
[ 11.040751] Linux video capture interface: v2.00
[ 11.159025] cx88/2: cx2388x MPEG-TS Driver Manager version 0.0.6 loaded
[ 11.159508] cx88[0]: subsystem: 107d:665e, board: WinFast DTV2000 H ver. I (old) [card=51,autodetected]
[ 11.159510] cx88[0]: TV tuner type 63, Radio tuner type -1
[ 11.244115] cx88/0: cx2388x v4l2 driver version 0.0.6 loaded
[ 11.343251] tuner' 2-0061: chip found @ 0xc2 (cx88[0])
[ 11.343931] tuner' 2-0063: chip found @ 0xc6 (cx88[0])
[ 11.410070] cx2388x alsa driver version 0.0.6 loaded
[ 11.496528] tuner-simple 2-0061: creating new instance
[ 11.496532] tuner-simple 2-0061: type set to 63 (Philips FMD1216ME MK3 Hybrid Tuner)
[ 11.497690] input: cx88 IR (WinFast DTV2000 H ver. as /devices/pci0000:00/0000:00:09.0/0000:01:08.2/input/input5
[ 11.520761] cx88[0]/2: cx2388x 8802 Driver Manager
[ 11.521026] ACPI: PCI Interrupt Link [APC1] enabled at IRQ 16
[ 11.521034] cx88-mpeg driver manager 0000:01:08.2: PCI INT A -> Link[APC1] -> GSI 16 (level, low) -> IRQ 16
[ 11.521039] cx88-mpeg driver manager 0000:01:08.2: setting latency timer to 64
[ 11.521044] cx88[0]/2: found at 0000:01:08.2, rev: 5, irq: 16, latency: 64, mmio: 0xdd000000
[ 11.521560] cx8800 0000:01:08.0: PCI INT A -> Link[APC1] -> GSI 16 (level, low) -> IRQ 16
[ 11.521567] cx88[0]/0: found at 0000:01:08.0, rev: 5, irq: 16, latency: 20, mmio: 0xdc000000
[ 11.521666] cx88[0]/0: registered device video0 [v4l2]
[ 11.521693] cx88[0]/0: registered device vbi0
[ 11.553745] cx88_audio 0000:01:08.1: PCI INT A -> Link[APC1] -> GSI 16 (level, low) -> IRQ 16
[ 11.553750] cx88_audio 0000:01:08.1: setting latency timer to 64
[ 11.553769] cx88[0]/1: CX88x/0: ALSA support for cx2388x boards
[ 11.554254] gspca: main v2.2.0 registered
[ 11.555562] gspca: probing 0c45:60b0
[ 11.563172] gspca: probe ok
[ 11.563183] gspca: probing 0c45:60b0
[ 11.563190] gspca: probing 0c45:60b0
[ 11.563211] usbcore: registered new interface driver sonixb
[ 11.563214] sonixb: registered
[ 11.619829] ACPI: PCI Interrupt Link [APC2] enabled at IRQ 17
[ 11.619839] CTALSA 0000:01:09.0: PCI INT A -> Link[APC2] -> GSI 17 (level, low) -> IRQ 17
[ 11.619848] CTALSA 0000:01:09.0: setting latency timer to 64
[ 12.021917] input: PC Speaker as /devices/platform/pcspkr/input/input6
[ 12.067870] cx88/2: cx2388x dvb driver version 0.0.6 loaded
[ 12.067874] cx88/2: registering cx8802 driver, type: dvb access: shared
[ 12.067877] cx88[0]/2: subsystem: 107d:665e, board: WinFast DTV2000 H ver. I (old) [card=51]
[ 12.067880] cx88[0]/2: cx2388x based DVB/ATSC card
[ 12.145865] Linux agpgart interface v0.103
[ 12.188519] usbcore: registered new interface driver snd-usb-audio
[ 12.287717] nvidia: module license 'NVIDIA' taints kernel.
[ 12.543376] ACPI: PCI Interrupt Link [APC3] enabled at IRQ 18
[ 12.543387] nvidia 0000:05:00.0: PCI INT A -> Link[APC3] -> GSI 18 (level, low) -> IRQ 18
[ 12.543393] nvidia 0000:05:00.0: setting latency timer to 64
[ 12.543632] NVRM: loading NVIDIA UNIX x86 Kernel Module 177.82 Tue Nov 4 13:35:57 PST 2008
[ 12.569335] tuner-simple 2-0061: attaching existing instance
[ 12.569339] tuner-simple 2-0061: type set to 63 (Philips FMD1216ME MK3 Hybrid Tuner)
[ 12.571488] DVB: registering new adapter (cx88[0])
[ 12.571492] DVB: registering frontend 0 (Conexant CX22702 DVB-T)...
[ 13.078908] lp: driver loaded but no devices found
[ 13.211374] Adding 979956k swap on /dev/sdb3. Priority:-1 extents:1 across:979956k
[ 13.753435] EXT3 FS on sdb1, internal journal
[ 15.139771] type=1505 audit(1235896593.142:2): operation="profile_load" name="/usr/share/gdm/guest-session/Xsession" name2="default" pid=4392
[ 15.295588] type=1505 audit(1235896593.297:3): operation="profile_load" name="/usr/lib/cups/backend/cups-pdf" name2="default" pid=4397
[ 15.295758] type=1505 audit(1235896593.297:4): operation="profile_load" name="/usr/sbin/cupsd" name2="default" pid=4397
[ 15.331122] type=1505 audit(1235896593.333:5): operation="profile_load" name="/usr/sbin/mysqld" name2="default" pid=4401
[ 15.369838] type=1505 audit(1235896593.373:6): operation="profile_load" name="/usr/sbin/mysqld-akonadi" name2="default" pid=4405
[ 15.504529] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 16.024586] ACPI: WMI: Mapper loaded
[ 16.226543] powernow-k8: Found 1 AMD Athlon(tm) 64 X2 Dual Core Processor 5200+ processors (2 cpu cores) (version 2.20.00)
[ 16.226593] powernow-k8: 0 : fid 0x12 (2600 MHz), vid 0x8
[ 16.226597] powernow-k8: 1 : fid 0x10 (2400 MHz), vid 0xa
[ 16.226599] powernow-k8: 2 : fid 0xe (2200 MHz), vid 0xc
[ 16.226601] powernow-k8: 3 : fid 0xc (2000 MHz), vid 0xe
[ 16.226603] powernow-k8: 4 : fid 0xa (1800 MHz), vid 0x10
[ 16.226605] powernow-k8: 5 : fid 0x2 (1000 MHz), vid 0x12
[ 16.857546] warning: `avahi-daemon' uses 32-bit capabilities (legacy support in use)
[ 18.744272] apm: BIOS version 1.2 Flags 0x07 (Driver version 1.16ac)
[ 18.744278] apm: disabled - APM is not SMP safe.
[ 18.905100] ppdev: user-space parallel port driver
[ 24.407598] vboxdrv: Trying to deactivate the NMI watchdog permanently...
[ 24.407603] vboxdrv: Successfully done.
[ 24.407605] vboxdrv: Found 2 processor cores.
[ 24.408241] vboxdrv: fAsync=1 offMin=0x165ae4 offMax=0x165ae4
[ 24.408533] vboxdrv: TSC mode is 'asynchronous', kernel timer mode is 'normal'.
[ 24.408536] vboxdrv: Successfully loaded version 2.0.4_OSE (interface 0x00090000).
[ 25.052027] Clocksource tsc unstable (delta = -307634400 ns)
[ 25.703126] NET: Registered protocol family 10
[ 25.704007] lo: Disabled Privacy Extensions
[ 27.500462] Bluetooth: Core ver 2.13
[ 27.503185] NET: Registered protocol family 31
[ 27.503192] Bluetooth: HCI device and connection manager initialized
[ 27.503200] Bluetooth: HCI socket layer initialized
[ 27.580570] Bluetooth: L2CAP ver 2.11
[ 27.580581] Bluetooth: L2CAP socket layer initialized
[ 27.605454] Bluetooth: RFCOMM socket layer initialized
[ 27.605524] Bluetooth: RFCOMM TTY layer initialized
[ 27.605531] Bluetooth: RFCOMM ver 1.10
[ 27.615989] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 27.616000] Bluetooth: BNEP filters: protocol multicast
[ 27.683556] Bridge firewalling registered
[ 27.718394] Bluetooth: SCO (Voice Link) ver 0.6
[ 27.718405] Bluetooth: SCO socket layer initialized
[ 36.130267] cx88[0]: irq aud [0x1001] dn_risci1* dn_sync*
[ 36.130293] cx88[0]: irq aud [0x1001] dn_risci1* dn_sync*
[ 36.130305] cx88[0]: irq aud [0x1001] dn_risci1* dn_sync*
[ 36.130316] cx88[0]: irq aud [0x1001] dn_risci1* dn_sync*
[ 36.130327] cx88[0]: irq aud [0x1001] dn_risci1* dn_sync*
[ 36.130339] cx88[0]: irq aud [0x1001] dn_risci1* dn_sync*
[ 36.130350] cx88[0]: irq aud [0x1001] dn_risci1* dn_sync*
[ 36.130361] cx88[0]: irq aud [0x1001] dn_risci1* dn_sync*
[ 36.130374] cx88[0]: irq aud [0x1001] dn_risci1* dn_sync*
[ 36.130386] cx88[0]: irq aud [0x1001] dn_risci1* dn_sync*
[ 36.130397] cx88[0]: irq aud [0x1001] dn_risci1* dn_sync*
[ 36.130408] cx88[0]: irq aud [0x1001] dn_risci1* dn_sync*
[ 36.130421] cx88[0]: irq aud [0x1001] dn_risci1* dn_sync*
[ 36.130433] cx88[0]: irq aud [0x1001] dn_risci1* dn_sync*
[ 36.130444] cx88[0]: irq aud [0x1001] dn_risci1* dn_sync*
[ 36.130455] cx88[0]: irq aud [0x1001] dn_risci1* dn_sync*
[ 36.130465] cx88[0]: irq aud [0x1001] dn_risci1* dn_sync*
[ 36.130479] cx88[0]: irq aud [0x1001] dn_risci1* dn_sync*
[ 36.130490] cx88[0]: irq aud [0x1001] dn_risci1* dn_sync*
[ 36.130502] cx88[0]: irq aud [0x1001] dn_risci1* dn_sync*
[ 36.130513] cx88[0]: irq aud [0x1001] dn_risci1* dn_sync*
[ 36.130524] cx88[0]: irq aud [0x1001] dn_risci1* dn_sync*
[ 36.130537] cx88[0]: irq aud [0x1001] dn_risci1* dn_sync*
[ 36.130549] cx88[0]: irq aud [0x1001] dn_risci1* dn_sync*
[ 36.130560] cx88[0]: irq aud [0x1001] dn_risci1* dn_sync*
[ 36.130571] cx88[0]: irq aud [0x1001] dn_risci1* dn_sync*
[ 36.130582] cx88[0]: irq aud [0x1001] dn_risci1* dn_sync*
[ 36.130596] cx88[0]: irq aud [0x1001] dn_risci1* dn_sync*
[ 36.130608] cx88[0]: irq aud [0x1001] dn_risci1* dn_sync*
[ 36.130619] cx88[0]: irq aud [0x1001] dn_risci1* dn_sync*
[ 36.130630] cx88[0]: irq aud [0x1001] dn_risci1* dn_sync*
[ 36.130641] cx88[0]: irq aud [0x1001] dn_risci1* dn_sync*
[ 36.130654] cx88[0]: irq aud [0x1001] dn_risci1* dn_sync*
[ 36.130666] cx88[0]: irq aud [0x1001] dn_risci1* dn_sync*
[ 36.130677] cx88[0]: irq aud [0x1001] dn_risci1* dn_sync*
[ 36.130688] cx88[0]: irq aud [0x1001] dn_risci1* dn_sync*
[ 36.130701] cx88[0]: irq aud [0x1001] dn_risci1* dn_sync*
[ 36.130713] cx88[0]: irq aud [0x1001] dn_risci1* dn_sync*
[ 36.130725] cx88[0]: irq aud [0x1001] dn_risci1* dn_sync*
[ 36.130736] cx88[0]: irq aud [0x1001] dn_risci1* dn_sync*
[ 36.130746] cx88[0]: irq aud [0x1001] dn_risci1* dn_sync*
[ 36.130760] cx88[0]: irq aud [0x1001] dn_risci1* dn_sync*
[ 36.130771] cx88[0]: irq aud [0x1001] dn_risci1* dn_sync*
[ 36.130783] cx88[0]: irq aud [0x1001] dn_risci1* dn_sync*
[ 36.130794] cx88[0]: irq aud [0x1001] dn_risci1* dn_sync*
[ 36.130805] cx88[0]: irq aud [0x1001] dn_risci1* dn_sync*
[ 36.130818] cx88[0]: irq aud [0x1001] dn_risci1* dn_sync*
[ 36.130830] cx88[0]: irq aud [0x1001] dn_risci1* dn_sync*
[ 36.130842] cx88[0]: irq aud [0x1001] dn_risci1* dn_sync*
[ 36.130853] cx88[0]: irq aud [0x1001] dn_risci1* dn_sync*
[ 36.130861] cx88[0]/1: IRQ loop detected, disabling interrupts
[ 41.940018] eth0: no IPv6 routers present
[ 3706.728647] loop: module loaded
[ 3706.912565] ISO 9660 Extensions: Microsoft Joliet Level 3
[ 3706.925321] ISO 9660 Extensions: RRIP_1991A
[30913.145044] usb 2-9: new high speed USB device using ehci_hcd and address 5
[30913.279360] usb 2-9: configuration #1 chosen from 1 choice
[30913.693720] usblp0: USB Bidirectional printer dev 5 if 0 alt 0 proto 2 vid 0x03F0 pid 0x2C17
[30913.693764] usbcore: registered new interface driver usblp
[30935.376068] usblp0: removed
[30944.660041] type=1503 audit(1235927518.722:7): operation="inode_permission" requested_mask="::rw" denied_mask="::rw" fsuid=7 name="/dev/tty" pid=12805 profile="/usr/sbin/cupsd"
[30948.105676] type=1503 audit(1235927522.167:8): operation="inode_permission" requested_mask="::rw" denied_mask="::rw" fsuid=7 name="/dev/tty" pid=12810 profile="/usr/sbin/cupsd"
[31015.440804] usb 2-9: USB disconnect, address 5
[37563.241484] usb 2-7: new high speed USB device using ehci_hcd and address 6
[37563.379921] usb 2-7: configuration #1 chosen from 1 choice
[37563.657702] usbcore: registered new interface driver libusual
[37563.687972] Initializing USB Mass Storage driver...
[37563.689883] scsi6 : SCSI emulation for USB Mass Storage devices
[37563.690336] usb-storage: device found at 6
[37563.690346] usb-storage: waiting for device to settle before scanning
[37563.690363] usbcore: registered new interface driver usb-storage
[37563.690376] USB Mass Storage support registered.
[37568.691246] usb-storage: device scan complete
[37568.694098] scsi 6:0:0:0: Direct-Access USB FLASH DRIVE 1100 PQ: 0 ANSI: 0 CCS
[37568.696680] sd 6:0:0:0: [sdc] 31326208 512-byte hardware sectors (16039 MB)
[37568.698935] sd 6:0:0:0: [sdc] Write Protect is off
[37568.698944] sd 6:0:0:0: [sdc] Mode Sense: 43 00 00 00
[37568.698950] sd 6:0:0:0: [sdc] Assuming drive cache: write through
[37568.703682] sd 6:0:0:0: [sdc] 31326208 512-byte hardware sectors (16039 MB)
[37568.708951] sd 6:0:0:0: [sdc] Write Protect is off
[37568.708964] sd 6:0:0:0: [sdc] Mode Sense: 43 00 00 00
[37568.708969] sd 6:0:0:0: [sdc] Assuming drive cache: write through
[37568.711845] sdc: sdc1
[37568.779739] sd 6:0:0:0: [sdc] Attached SCSI removable disk
[37568.780937] sd 6:0:0:0: Attached scsi generic sg4 type 0
[41031.738355] usb 2-7: USB disconnect, address 6
[47447.065579] stream.exe[5089]: segfault at 6762d0e0 ip 080494ab sp bfa61450 error 6 in stream.exe[8048000+3000]
[47449.993529] stream.exe[5092]: segfault at 37b3c8e0 ip 080494a4 sp b7f2c350 error 6 in stream.exe[8048000+3000]

sbela@centurio:~/Dokumentumok/stream$ cc stream.c -o stream.exe -Wall -O3 -mtune=k8 -msse3 -m3dnow -fopenmp
sbela@centurio:~/Dokumentumok/stream$ ./stream.exe
-------------------------------------------------------------
STREAM version $Revision: 5.8 $
-------------------------------------------------------------
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.
-------------------------------------------------------------
Number of Threads requested = 2
-------------------------------------------------------------
Printing one line per active thread....
Printing one line per active thread....
-------------------------------------------------------------
Your clock granularity/precision appears to be 3 microseconds.
Each test below will take on the order of 11105 microseconds.
   (= 3701 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: 2267.8913 0.0146 0.0141 0.0157
Scale: 2236.5005 0.0145 0.0143 0.0148
Add: 2378.1120 0.0212 0.0202 0.0278
Triad: 2407.8312 0.0203 0.0199 0.0216
-------------------------------------------------------------
Solution Validates
-------------------------------------------------------------
sbela@centurio:~/Dokumentumok/stream$



Received on Sun Mar 01 17:02:14 2009

This archive was generated by hypermail 2.1.8 : Sat Mar 14 2009 - 08:52:38 CDT