X86: Update stats for the CPUID change.

This commit is contained in:
Gabe Black 2012-06-04 10:43:11 -07:00
parent 35fa5074aa
commit 6437f3f4ee
64 changed files with 323 additions and 408 deletions

View file

@ -15,7 +15,7 @@ e820_table=system.e820_table
init_param=0
intel_mp_pointer=system.intel_mp_pointer
intel_mp_table=system.intel_mp_table
kernel=/scratch/nilay/GEM5/system/binaries/x86_64-vmlinux-2.6.22.9
kernel=/dist/m5/system/binaries/x86_64-vmlinux-2.6.22.9
load_addr_mask=18446744073709551615
mem_mode=timing
memories=system.physmem
@ -930,9 +930,8 @@ type=IntrControl
sys=system
[system.iobus]
type=Bus
type=NoncoherentBus
block_size=64
bus_id=0
clock=1000
header_cycles=1
use_default_range=true
@ -992,10 +991,9 @@ cpu_side=system.toL2Bus.master[0]
mem_side=system.membus.slave[3]
[system.membus]
type=Bus
type=CoherentBus
children=badaddr_responder
block_size=64
bus_id=1
clock=1000
header_cycles=1
use_default_range=false
@ -1263,7 +1261,7 @@ table_size=65536
[system.pc.south_bridge.ide.disks0.image.child]
type=RawDiskImage
image_file=/scratch/nilay/GEM5/system/disks/linux-x86.img
image_file=/dist/m5/system/disks/linux-x86.img
read_only=true
[system.pc.south_bridge.ide.disks1]
@ -1283,7 +1281,7 @@ table_size=65536
[system.pc.south_bridge.ide.disks1.image.child]
type=RawDiskImage
image_file=/scratch/nilay/GEM5/system/disks/linux-bigswap2.img
image_file=/dist/m5/system/disks/linux-bigswap2.img
read_only=true
[system.pc.south_bridge.int_lines0]
@ -1474,9 +1472,8 @@ vendor=
version=
[system.toL2Bus]
type=Bus
type=CoherentBus
block_size=64
bus_id=0
clock=1000
header_cycles=1
use_default_range=false

View file

@ -1,15 +1,13 @@
Redirecting stdout to build/X86/tests/opt/long/fs/10.linux-boot/x86/linux/pc-o3-timing/simout
Redirecting stderr to build/X86/tests/opt/long/fs/10.linux-boot/x86/linux/pc-o3-timing/simerr
gem5 Simulator System. http://gem5.org
gem5 is copyrighted software; use the --copyright option for details.
gem5 compiled May 21 2012 19:00:49
gem5 started May 21 2012 19:00:58
gem5 executing on ribera.cs.wisc.edu
gem5 compiled Jun 3 2012 13:30:44
gem5 started Jun 3 2012 13:30:58
gem5 executing on burrito
command line: build/X86/gem5.opt -d build/X86/tests/opt/long/fs/10.linux-boot/x86/linux/pc-o3-timing -re tests/run.py build/X86/tests/opt/long/fs/10.linux-boot/x86/linux/pc-o3-timing
warning: add_child('terminal'): child 'terminal' already has parent
Global frequency set at 1000000000000 ticks per second
info: kernel located at: /scratch/nilay/GEM5/system/binaries/x86_64-vmlinux-2.6.22.9
info: kernel located at: /dist/m5/system/binaries/x86_64-vmlinux-2.6.22.9
0: rtc: Real-time clock set to Sun Jan 1 00:00:00 2012
info: Entering event queue @ 0. Starting simulation...
Exiting @ tick 5157514159500 because m5_exit instruction encountered

View file

@ -4,11 +4,11 @@ sim_seconds 5.157514 # Nu
sim_ticks 5157514159500 # Number of ticks simulated
final_tick 5157514159500 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
host_inst_rate 88188 # Simulator instruction rate (inst/s)
host_op_rate 173786 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 1066411603 # Simulator tick rate (ticks/s)
host_mem_usage 415716 # Number of bytes of host memory used
host_seconds 4836.33 # Real time elapsed on the host
host_inst_rate 128842 # Simulator instruction rate (inst/s)
host_op_rate 253899 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 1558019011 # Simulator tick rate (ticks/s)
host_mem_usage 389972 # Number of bytes of host memory used
host_seconds 3310.30 # Real time elapsed on the host
sim_insts 426506235 # Number of instructions simulated
sim_ops 840483958 # Number of ops (including micro ops) simulated
system.physmem.bytes_read 15959488 # Number of bytes read from this memory
@ -392,8 +392,8 @@ system.cpu.rename.IQFullEvents 34551329 # Nu
system.cpu.rename.LSQFullEvents 3873333 # Number of times rename has blocked due to LSQ full
system.cpu.rename.FullRegisterEvents 31844673 # Number of times there has been no free registers
system.cpu.rename.RenamedOperands 1393807250 # Number of destination operands rename has renamed
system.cpu.rename.RenameLookups 2487747342 # Number of register rename lookups that rename has made
system.cpu.rename.int_rename_lookups 2487746606 # Number of integer rename lookups
system.cpu.rename.RenameLookups 2487751490 # Number of register rename lookups that rename has made
system.cpu.rename.int_rename_lookups 2487750754 # Number of integer rename lookups
system.cpu.rename.fp_rename_lookups 736 # Number of floating rename lookups
system.cpu.rename.CommittedMaps 1347499622 # Number of HB maps that are committed
system.cpu.rename.UndoneMaps 46307621 # Number of HB maps that are undone due to squashing
@ -406,22 +406,22 @@ system.cpu.memDep0.conflictingLoads 1295912 # Nu
system.cpu.memDep0.conflictingStores 1023550 # Number of conflicting stores.
system.cpu.iq.iqInstsAdded 865497785 # Number of instructions added to the IQ (excludes non-spec)
system.cpu.iq.iqNonSpecInstsAdded 1720774 # Number of non-speculative instructions added to the IQ
system.cpu.iq.iqInstsIssued 864256508 # Number of instructions issued
system.cpu.iq.iqInstsIssued 864256485 # Number of instructions issued
system.cpu.iq.iqSquashedInstsIssued 112298 # Number of squashed instructions issued
system.cpu.iq.iqSquashedInstsExamined 25797308 # Number of squashed instructions iterated over during squash; mainly for profiling
system.cpu.iq.iqSquashedOperandsExamined 52868004 # Number of squashed operands that are examined and possibly removed from graph
system.cpu.iq.iqSquashedOperandsExamined 52868100 # Number of squashed operands that are examined and possibly removed from graph
system.cpu.iq.iqSquashedNonSpecRemoved 205226 # Number of squashed non-spec instructions that were removed
system.cpu.iq.issued_per_cycle::samples 302354351 # Number of insts issued each cycle
system.cpu.iq.issued_per_cycle::mean 2.858423 # Number of insts issued each cycle
system.cpu.iq.issued_per_cycle::stdev 2.389400 # Number of insts issued each cycle
system.cpu.iq.issued_per_cycle::stdev 2.389396 # Number of insts issued each cycle
system.cpu.iq.issued_per_cycle::underflows 0 0.00% 0.00% # Number of insts issued each cycle
system.cpu.iq.issued_per_cycle::0 95961743 31.74% 31.74% # Number of insts issued each cycle
system.cpu.iq.issued_per_cycle::1 22211681 7.35% 39.08% # Number of insts issued each cycle
system.cpu.iq.issued_per_cycle::2 18919578 6.26% 45.34% # Number of insts issued each cycle
system.cpu.iq.issued_per_cycle::3 7861063 2.60% 47.94% # Number of insts issued each cycle
system.cpu.iq.issued_per_cycle::4 80643893 26.67% 74.61% # Number of insts issued each cycle
system.cpu.iq.issued_per_cycle::5 3287491 1.09% 75.70% # Number of insts issued each cycle
system.cpu.iq.issued_per_cycle::6 72804898 24.08% 99.78% # Number of insts issued each cycle
system.cpu.iq.issued_per_cycle::0 95961753 31.74% 31.74% # Number of insts issued each cycle
system.cpu.iq.issued_per_cycle::1 22210791 7.35% 39.08% # Number of insts issued each cycle
system.cpu.iq.issued_per_cycle::2 18920489 6.26% 45.34% # Number of insts issued each cycle
system.cpu.iq.issued_per_cycle::3 7861035 2.60% 47.94% # Number of insts issued each cycle
system.cpu.iq.issued_per_cycle::4 80643891 26.67% 74.61% # Number of insts issued each cycle
system.cpu.iq.issued_per_cycle::5 3288348 1.09% 75.70% # Number of insts issued each cycle
system.cpu.iq.issued_per_cycle::6 72804040 24.08% 99.78% # Number of insts issued each cycle
system.cpu.iq.issued_per_cycle::7 531965 0.18% 99.96% # Number of insts issued each cycle
system.cpu.iq.issued_per_cycle::8 132039 0.04% 100.00% # Number of insts issued each cycle
system.cpu.iq.issued_per_cycle::overflows 0 0.00% 100.00% # Number of insts issued each cycle
@ -463,7 +463,7 @@ system.cpu.iq.fu_full::MemWrite 164454 7.80% 100.00% # at
system.cpu.iq.fu_full::IprAccess 0 0.00% 100.00% # attempts to use FU when none available
system.cpu.iq.fu_full::InstPrefetch 0 0.00% 100.00% # attempts to use FU when none available
system.cpu.iq.FU_type_0::No_OpClass 295147 0.03% 0.03% # Type of FU issued
system.cpu.iq.FU_type_0::IntAlu 829365439 95.96% 96.00% # Type of FU issued
system.cpu.iq.FU_type_0::IntAlu 829365416 95.96% 96.00% # Type of FU issued
system.cpu.iq.FU_type_0::IntMult 0 0.00% 96.00% # Type of FU issued
system.cpu.iq.FU_type_0::IntDiv 0 0.00% 96.00% # Type of FU issued
system.cpu.iq.FU_type_0::FloatAdd 0 0.00% 96.00% # Type of FU issued
@ -496,17 +496,17 @@ system.cpu.iq.FU_type_0::MemRead 25156928 2.91% 98.91% # Ty
system.cpu.iq.FU_type_0::MemWrite 9438994 1.09% 100.00% # Type of FU issued
system.cpu.iq.FU_type_0::IprAccess 0 0.00% 100.00% # Type of FU issued
system.cpu.iq.FU_type_0::InstPrefetch 0 0.00% 100.00% # Type of FU issued
system.cpu.iq.FU_type_0::total 864256508 # Type of FU issued
system.cpu.iq.FU_type_0::total 864256485 # Type of FU issued
system.cpu.iq.rate 1.873386 # Inst issue rate
system.cpu.iq.fu_busy_cnt 2109065 # FU busy when requested
system.cpu.iq.fu_busy_rate 0.002440 # FU busy rate (busy events/executed inst)
system.cpu.iq.int_inst_queue_reads 2033227261 # Number of integer instruction queue reads
system.cpu.iq.int_inst_queue_reads 2033227215 # Number of integer instruction queue reads
system.cpu.iq.int_inst_queue_writes 893026339 # Number of integer instruction queue writes
system.cpu.iq.int_inst_queue_wakeup_accesses 853844351 # Number of integer instruction queue wakeup accesses
system.cpu.iq.int_inst_queue_wakeup_accesses 853844323 # Number of integer instruction queue wakeup accesses
system.cpu.iq.fp_inst_queue_reads 314 # Number of floating instruction queue reads
system.cpu.iq.fp_inst_queue_writes 348 # Number of floating instruction queue writes
system.cpu.iq.fp_inst_queue_wakeup_accesses 80 # Number of floating instruction queue wakeup accesses
system.cpu.iq.int_alu_accesses 866070281 # Number of integer alu accesses
system.cpu.iq.int_alu_accesses 866070258 # Number of integer alu accesses
system.cpu.iq.fp_alu_accesses 145 # Number of floating point alu accesses
system.cpu.iew.lsq.thread0.forwLoads 1582954 # Number of loads that had data forwarded from stores
system.cpu.iew.lsq.thread0.invAddrLoads 0 # Number of loads ignored due to an invalid address
@ -533,21 +533,21 @@ system.cpu.iew.memOrderViolationEvents 11829 # Nu
system.cpu.iew.predictedTakenIncorrect 701390 # Number of branches that were predicted taken incorrectly
system.cpu.iew.predictedNotTakenIncorrect 622436 # Number of branches that were predicted not taken incorrectly
system.cpu.iew.branchMispredicts 1323826 # Number of branch mispredicts detected at execute
system.cpu.iew.iewExecutedInsts 862339012 # Number of executed instructions
system.cpu.iew.iewExecutedInsts 862338984 # Number of executed instructions
system.cpu.iew.iewExecLoadInsts 24725426 # Number of load instructions executed
system.cpu.iew.iewExecSquashedInsts 1917495 # Number of squashed instructions skipped in execute
system.cpu.iew.iewExecSquashedInsts 1917500 # Number of squashed instructions skipped in execute
system.cpu.iew.exec_swp 0 # number of swp insts executed
system.cpu.iew.exec_nop 0 # number of nop insts executed
system.cpu.iew.exec_refs 33920026 # number of memory reference insts executed
system.cpu.iew.exec_branches 86488789 # Number of branches executed
system.cpu.iew.exec_stores 9194600 # Number of stores executed
system.cpu.iew.exec_rate 1.869230 # Inst execution rate
system.cpu.iew.wb_sent 861878636 # cumulative count of insts sent to commit
system.cpu.iew.wb_count 853844431 # cumulative count of insts written-back
system.cpu.iew.wb_producers 669889199 # num instructions producing a value
system.cpu.iew.wb_consumers 1919045631 # num instructions consuming a value
system.cpu.iew.wb_sent 861878608 # cumulative count of insts sent to commit
system.cpu.iew.wb_count 853844403 # cumulative count of insts written-back
system.cpu.iew.wb_producers 669889230 # num instructions producing a value
system.cpu.iew.wb_consumers 1919047361 # num instructions consuming a value
system.cpu.iew.wb_penalized 0 # number of instrctions required to write to 'other' IQ
system.cpu.iew.wb_rate 1.850817 # insts written-back per cycle
system.cpu.iew.wb_rate 1.850816 # insts written-back per cycle
system.cpu.iew.wb_fanout 0.349074 # average fanout of values written-back
system.cpu.iew.wb_penalized_rate 0 # fraction of instructions written-back that wrote to 'other' IQ
system.cpu.commit.commitCommittedInsts 426506235 # The number of committed instructions
@ -596,8 +596,8 @@ system.cpu.cpi 1.081658 # CP
system.cpu.cpi_total 1.081658 # CPI: Total CPI of All Threads
system.cpu.ipc 0.924507 # IPC: Instructions Per Cycle
system.cpu.ipc_total 0.924507 # IPC: Total IPC of All Threads
system.cpu.int_regfile_reads 2163089762 # number of integer regfile reads
system.cpu.int_regfile_writes 1362601574 # number of integer regfile writes
system.cpu.int_regfile_reads 2163093750 # number of integer regfile reads
system.cpu.int_regfile_writes 1362601470 # number of integer regfile writes
system.cpu.fp_regfile_reads 80 # number of floating regfile reads
system.cpu.misc_regfile_reads 281025584 # number of misc regfile reads
system.cpu.misc_regfile_writes 403474 # number of misc regfile writes

View file

@ -495,9 +495,8 @@ cpu_side=system.cpu.toL2Bus.master[0]
mem_side=system.membus.slave[1]
[system.cpu.toL2Bus]
type=Bus
type=CoherentBus
block_size=64
bus_id=0
clock=1000
header_cycles=1
use_default_range=false
@ -516,7 +515,7 @@ egid=100
env=
errout=cerr
euid=100
executable=/scratch/nilay/GEM5/dist/m5/cpu2000/binaries/x86/linux/gzip
executable=/dist/m5/cpu2000/binaries/x86/linux/gzip
gid=100
input=cin
max_stack_size=67108864
@ -528,9 +527,8 @@ system=system
uid=100
[system.membus]
type=Bus
type=CoherentBus
block_size=64
bus_id=0
clock=1000
header_cycles=1
use_default_range=false

View file

@ -1,11 +1,9 @@
Redirecting stdout to build/X86/tests/opt/long/se/00.gzip/x86/linux/o3-timing/simout
Redirecting stderr to build/X86/tests/opt/long/se/00.gzip/x86/linux/o3-timing/simerr
gem5 Simulator System. http://gem5.org
gem5 is copyrighted software; use the --copyright option for details.
gem5 compiled May 21 2012 19:00:49
gem5 started May 21 2012 19:00:58
gem5 executing on ribera.cs.wisc.edu
gem5 compiled Jun 3 2012 13:30:44
gem5 started Jun 3 2012 13:30:59
gem5 executing on burrito
command line: build/X86/gem5.opt -d build/X86/tests/opt/long/se/00.gzip/x86/linux/o3-timing -re tests/run.py build/X86/tests/opt/long/se/00.gzip/x86/linux/o3-timing
Global frequency set at 1000000000000 ticks per second
info: Entering event queue @ 0. Starting simulation...

View file

@ -4,11 +4,11 @@ sim_seconds 0.636988 # Nu
sim_ticks 636988382500 # Number of ticks simulated
final_tick 636988382500 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
host_inst_rate 47331 # Simulator instruction rate (inst/s)
host_op_rate 87209 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 34259348 # Simulator tick rate (ticks/s)
host_mem_usage 276376 # Number of bytes of host memory used
host_seconds 18593.13 # Real time elapsed on the host
host_inst_rate 71818 # Simulator instruction rate (inst/s)
host_op_rate 132329 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 51984066 # Simulator tick rate (ticks/s)
host_mem_usage 250428 # Number of bytes of host memory used
host_seconds 12253.53 # Real time elapsed on the host
sim_insts 880025312 # Number of instructions simulated
sim_ops 1621493982 # Number of ops (including micro ops) simulated
system.physmem.bytes_read 5834048 # Number of bytes read from this memory
@ -81,8 +81,8 @@ system.cpu.rename.IQFullEvents 293326885 # Nu
system.cpu.rename.LSQFullEvents 103161675 # Number of times rename has blocked due to LSQ full
system.cpu.rename.FullRegisterEvents 640 # Number of times there has been no free registers
system.cpu.rename.RenamedOperands 3463149697 # Number of destination operands rename has renamed
system.cpu.rename.RenameLookups 7120628186 # Number of register rename lookups that rename has made
system.cpu.rename.int_rename_lookups 7120621006 # Number of integer rename lookups
system.cpu.rename.RenameLookups 7120628194 # Number of register rename lookups that rename has made
system.cpu.rename.int_rename_lookups 7120621014 # Number of integer rename lookups
system.cpu.rename.fp_rename_lookups 7180 # Number of floating rename lookups
system.cpu.rename.CommittedMaps 2493860970 # Number of HB maps that are committed
system.cpu.rename.UndoneMaps 969288727 # Number of HB maps that are undone due to squashing
@ -104,10 +104,10 @@ system.cpu.iq.issued_per_cycle::samples 1273914012 # Nu
system.cpu.iq.issued_per_cycle::mean 1.401645 # Number of insts issued each cycle
system.cpu.iq.issued_per_cycle::stdev 1.311838 # Number of insts issued each cycle
system.cpu.iq.issued_per_cycle::underflows 0 0.00% 0.00% # Number of insts issued each cycle
system.cpu.iq.issued_per_cycle::0 347011243 27.24% 27.24% # Number of insts issued each cycle
system.cpu.iq.issued_per_cycle::1 447440187 35.12% 62.36% # Number of insts issued each cycle
system.cpu.iq.issued_per_cycle::2 243114047 19.08% 81.45% # Number of insts issued each cycle
system.cpu.iq.issued_per_cycle::3 151317630 11.88% 93.33% # Number of insts issued each cycle
system.cpu.iq.issued_per_cycle::0 347011244 27.24% 27.24% # Number of insts issued each cycle
system.cpu.iq.issued_per_cycle::1 447440186 35.12% 62.36% # Number of insts issued each cycle
system.cpu.iq.issued_per_cycle::2 243114046 19.08% 81.45% # Number of insts issued each cycle
system.cpu.iq.issued_per_cycle::3 151317631 11.88% 93.33% # Number of insts issued each cycle
system.cpu.iq.issued_per_cycle::4 40944695 3.21% 96.54% # Number of insts issued each cycle
system.cpu.iq.issued_per_cycle::5 32410749 2.54% 99.08% # Number of insts issued each cycle
system.cpu.iq.issued_per_cycle::6 9957171 0.78% 99.87% # Number of insts issued each cycle
@ -234,7 +234,7 @@ system.cpu.iew.exec_rate 1.387458 # In
system.cpu.iew.wb_sent 1728148485 # cumulative count of insts sent to commit
system.cpu.iew.wb_count 1726806355 # cumulative count of insts written-back
system.cpu.iew.wb_producers 1262041827 # num instructions producing a value
system.cpu.iew.wb_consumers 2984894242 # num instructions consuming a value
system.cpu.iew.wb_consumers 2984894243 # num instructions consuming a value
system.cpu.iew.wb_penalized 0 # number of instrctions required to write to 'other' IQ
system.cpu.iew.wb_rate 1.355446 # insts written-back per cycle
system.cpu.iew.wb_fanout 0.422810 # average fanout of values written-back
@ -284,7 +284,7 @@ system.cpu.cpi 1.447659 # CP
system.cpu.cpi_total 1.447659 # CPI: Total CPI of All Threads
system.cpu.ipc 0.690770 # IPC: Instructions Per Cycle
system.cpu.ipc_total 0.690770 # IPC: Total IPC of All Threads
system.cpu.int_regfile_reads 4473469244 # number of integer regfile reads
system.cpu.int_regfile_reads 4473469252 # number of integer regfile reads
system.cpu.int_regfile_writes 2589680881 # number of integer regfile writes
system.cpu.fp_regfile_reads 84 # number of floating regfile reads
system.cpu.misc_regfile_reads 911429698 # number of misc regfile reads

View file

@ -103,7 +103,7 @@ egid=100
env=
errout=cerr
euid=100
executable=/scratch/nilay/GEM5/dist/m5/cpu2000/binaries/x86/linux/gzip
executable=/dist/m5/cpu2000/binaries/x86/linux/gzip
gid=100
input=cin
max_stack_size=67108864
@ -115,9 +115,8 @@ system=system
uid=100
[system.membus]
type=Bus
type=CoherentBus
block_size=64
bus_id=0
clock=1000
header_cycles=1
use_default_range=false

View file

@ -1,11 +1,9 @@
Redirecting stdout to build/X86/tests/opt/long/se/00.gzip/x86/linux/simple-atomic/simout
Redirecting stderr to build/X86/tests/opt/long/se/00.gzip/x86/linux/simple-atomic/simerr
gem5 Simulator System. http://gem5.org
gem5 is copyrighted software; use the --copyright option for details.
gem5 compiled May 21 2012 19:00:49
gem5 started May 21 2012 19:03:31
gem5 executing on ribera.cs.wisc.edu
gem5 compiled Jun 3 2012 13:30:44
gem5 started Jun 3 2012 13:30:58
gem5 executing on burrito
command line: build/X86/gem5.opt -d build/X86/tests/opt/long/se/00.gzip/x86/linux/simple-atomic -re tests/run.py build/X86/tests/opt/long/se/00.gzip/x86/linux/simple-atomic
Global frequency set at 1000000000000 ticks per second
info: Entering event queue @ 0. Starting simulation...

View file

@ -4,11 +4,11 @@ sim_seconds 0.963993 # Nu
sim_ticks 963992704000 # Number of ticks simulated
final_tick 963992704000 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
host_inst_rate 650115 # Simulator instruction rate (inst/s)
host_op_rate 1197871 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 712145069 # Simulator tick rate (ticks/s)
host_mem_usage 265536 # Number of bytes of host memory used
host_seconds 1353.65 # Real time elapsed on the host
host_inst_rate 688761 # Simulator instruction rate (inst/s)
host_op_rate 1269079 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 754478822 # Simulator tick rate (ticks/s)
host_mem_usage 239576 # Number of bytes of host memory used
host_seconds 1277.69 # Real time elapsed on the host
sim_insts 880025313 # Number of instructions simulated
sim_ops 1621493983 # Number of ops (including micro ops) simulated
system.physmem.bytes_read 11334586825 # Number of bytes read from this memory
@ -33,7 +33,7 @@ system.cpu.num_func_calls 0 # nu
system.cpu.num_conditional_control_insts 99478861 # number of instructions that are conditional controls
system.cpu.num_int_insts 1621354493 # number of integer instructions
system.cpu.num_fp_insts 0 # number of float instructions
system.cpu.num_int_register_reads 5129484084 # number of times the integer registers were read
system.cpu.num_int_register_reads 5129484088 # number of times the integer registers were read
system.cpu.num_int_register_writes 2493860970 # number of times the integer registers were written
system.cpu.num_fp_register_reads 0 # number of times the floating registers were read
system.cpu.num_fp_register_writes 0 # number of times the floating registers were written

View file

@ -164,9 +164,8 @@ cpu_side=system.cpu.toL2Bus.master[0]
mem_side=system.membus.slave[1]
[system.cpu.toL2Bus]
type=Bus
type=CoherentBus
block_size=64
bus_id=0
clock=1000
header_cycles=1
use_default_range=false
@ -185,7 +184,7 @@ egid=100
env=
errout=cerr
euid=100
executable=/scratch/nilay/GEM5/dist/m5/cpu2000/binaries/x86/linux/gzip
executable=/dist/m5/cpu2000/binaries/x86/linux/gzip
gid=100
input=cin
max_stack_size=67108864
@ -197,9 +196,8 @@ system=system
uid=100
[system.membus]
type=Bus
type=CoherentBus
block_size=64
bus_id=0
clock=1000
header_cycles=1
use_default_range=false

View file

@ -1,11 +1,9 @@
Redirecting stdout to build/X86/tests/opt/long/se/00.gzip/x86/linux/simple-timing/simout
Redirecting stderr to build/X86/tests/opt/long/se/00.gzip/x86/linux/simple-timing/simerr
gem5 Simulator System. http://gem5.org
gem5 is copyrighted software; use the --copyright option for details.
gem5 compiled May 21 2012 19:00:49
gem5 started May 21 2012 19:00:59
gem5 executing on ribera.cs.wisc.edu
gem5 compiled Jun 3 2012 13:30:44
gem5 started Jun 3 2012 13:30:59
gem5 executing on burrito
command line: build/X86/gem5.opt -d build/X86/tests/opt/long/se/00.gzip/x86/linux/simple-timing -re tests/run.py build/X86/tests/opt/long/se/00.gzip/x86/linux/simple-timing
Global frequency set at 1000000000000 ticks per second
info: Entering event queue @ 0. Starting simulation...

View file

@ -4,11 +4,11 @@ sim_seconds 1.803259 # Nu
sim_ticks 1803258587000 # Number of ticks simulated
final_tick 1803258587000 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
host_inst_rate 373686 # Simulator instruction rate (inst/s)
host_op_rate 688537 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 765720435 # Simulator tick rate (ticks/s)
host_mem_usage 274452 # Number of bytes of host memory used
host_seconds 2354.98 # Real time elapsed on the host
host_inst_rate 617600 # Simulator instruction rate (inst/s)
host_op_rate 1137962 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 1265523884 # Simulator tick rate (ticks/s)
host_mem_usage 248496 # Number of bytes of host memory used
host_seconds 1424.91 # Real time elapsed on the host
sim_insts 880025313 # Number of instructions simulated
sim_ops 1621493983 # Number of ops (including micro ops) simulated
system.physmem.bytes_read 5725952 # Number of bytes read from this memory
@ -33,7 +33,7 @@ system.cpu.num_func_calls 0 # nu
system.cpu.num_conditional_control_insts 99478861 # number of instructions that are conditional controls
system.cpu.num_int_insts 1621354493 # number of integer instructions
system.cpu.num_fp_insts 0 # number of float instructions
system.cpu.num_int_register_reads 5129484084 # number of times the integer registers were read
system.cpu.num_int_register_reads 5129484088 # number of times the integer registers were read
system.cpu.num_int_register_writes 2493860970 # number of times the integer registers were written
system.cpu.num_fp_register_reads 0 # number of times the floating registers were read
system.cpu.num_fp_register_writes 0 # number of times the floating registers were written

View file

@ -495,9 +495,8 @@ cpu_side=system.cpu.toL2Bus.master[0]
mem_side=system.membus.slave[1]
[system.cpu.toL2Bus]
type=Bus
type=CoherentBus
block_size=64
bus_id=0
clock=1000
header_cycles=1
use_default_range=false
@ -516,9 +515,9 @@ egid=100
env=
errout=cerr
euid=100
executable=/scratch/nilay/GEM5/dist/m5/cpu2000/binaries/x86/linux/mcf
executable=/dist/m5/cpu2000/binaries/x86/linux/mcf
gid=100
input=/scratch/nilay/GEM5/dist/m5/cpu2000/data/mcf/smred/input/mcf.in
input=/dist/m5/cpu2000/data/mcf/smred/input/mcf.in
max_stack_size=67108864
output=cout
pid=100
@ -528,9 +527,8 @@ system=system
uid=100
[system.membus]
type=Bus
type=CoherentBus
block_size=64
bus_id=0
clock=1000
header_cycles=1
use_default_range=false

View file

@ -1,11 +1,9 @@
Redirecting stdout to build/X86/tests/opt/long/se/10.mcf/x86/linux/o3-timing/simout
Redirecting stderr to build/X86/tests/opt/long/se/10.mcf/x86/linux/o3-timing/simerr
gem5 Simulator System. http://gem5.org
gem5 is copyrighted software; use the --copyright option for details.
gem5 compiled May 21 2012 19:00:49
gem5 started May 21 2012 19:10:14
gem5 executing on ribera.cs.wisc.edu
gem5 compiled Jun 3 2012 13:30:44
gem5 started Jun 3 2012 13:30:59
gem5 executing on burrito
command line: build/X86/gem5.opt -d build/X86/tests/opt/long/se/10.mcf/x86/linux/o3-timing -re tests/run.py build/X86/tests/opt/long/se/10.mcf/x86/linux/o3-timing
Global frequency set at 1000000000000 ticks per second
info: Entering event queue @ 0. Starting simulation...

View file

@ -4,11 +4,11 @@ sim_seconds 0.067388 # Nu
sim_ticks 67388458000 # Number of ticks simulated
final_tick 67388458000 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
host_inst_rate 49866 # Simulator instruction rate (inst/s)
host_op_rate 87805 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 21269638 # Simulator tick rate (ticks/s)
host_mem_usage 411868 # Number of bytes of host memory used
host_seconds 3168.29 # Real time elapsed on the host
host_inst_rate 74550 # Simulator instruction rate (inst/s)
host_op_rate 131270 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 31798513 # Simulator tick rate (ticks/s)
host_mem_usage 385908 # Number of bytes of host memory used
host_seconds 2119.23 # Real time elapsed on the host
sim_insts 157988582 # Number of instructions simulated
sim_ops 278192519 # Number of ops (including micro ops) simulated
system.physmem.bytes_read 3907520 # Number of bytes read from this memory
@ -81,8 +81,8 @@ system.cpu.rename.IQFullEvents 3712 # Nu
system.cpu.rename.LSQFullEvents 23187560 # Number of times rename has blocked due to LSQ full
system.cpu.rename.FullRegisterEvents 79157 # Number of times there has been no free registers
system.cpu.rename.RenamedOperands 414755881 # Number of destination operands rename has renamed
system.cpu.rename.RenameLookups 1009935088 # Number of register rename lookups that rename has made
system.cpu.rename.int_rename_lookups 1009932388 # Number of integer rename lookups
system.cpu.rename.RenameLookups 1009935094 # Number of register rename lookups that rename has made
system.cpu.rename.int_rename_lookups 1009932394 # Number of integer rename lookups
system.cpu.rename.fp_rename_lookups 2700 # Number of floating rename lookups
system.cpu.rename.CommittedMaps 341010940 # Number of HB maps that are committed
system.cpu.rename.UndoneMaps 73744941 # Number of HB maps that are undone due to squashing
@ -284,7 +284,7 @@ system.cpu.cpi 0.853080 # CP
system.cpu.cpi_total 0.853080 # CPI: Total CPI of All Threads
system.cpu.ipc 1.172223 # IPC: Instructions Per Cycle
system.cpu.ipc_total 1.172223 # IPC: Total IPC of All Threads
system.cpu.int_regfile_reads 705322543 # number of integer regfile reads
system.cpu.int_regfile_reads 705322547 # number of integer regfile reads
system.cpu.int_regfile_writes 373244258 # number of integer regfile writes
system.cpu.fp_regfile_reads 361 # number of floating regfile reads
system.cpu.fp_regfile_writes 193 # number of floating regfile writes

View file

@ -103,9 +103,9 @@ egid=100
env=
errout=cerr
euid=100
executable=/scratch/nilay/GEM5/dist/m5/cpu2000/binaries/x86/linux/mcf
executable=/dist/m5/cpu2000/binaries/x86/linux/mcf
gid=100
input=/scratch/nilay/GEM5/dist/m5/cpu2000/data/mcf/smred/input/mcf.in
input=/dist/m5/cpu2000/data/mcf/smred/input/mcf.in
max_stack_size=67108864
output=cout
pid=100
@ -115,9 +115,8 @@ system=system
uid=100
[system.membus]
type=Bus
type=CoherentBus
block_size=64
bus_id=0
clock=1000
header_cycles=1
use_default_range=false

View file

@ -1,11 +1,9 @@
Redirecting stdout to build/X86/tests/opt/long/se/10.mcf/x86/linux/simple-atomic/simout
Redirecting stderr to build/X86/tests/opt/long/se/10.mcf/x86/linux/simple-atomic/simerr
gem5 Simulator System. http://gem5.org
gem5 is copyrighted software; use the --copyright option for details.
gem5 compiled May 21 2012 19:00:49
gem5 started May 21 2012 19:00:58
gem5 executing on ribera.cs.wisc.edu
gem5 compiled Jun 3 2012 13:30:44
gem5 started Jun 3 2012 13:30:58
gem5 executing on burrito
command line: build/X86/gem5.opt -d build/X86/tests/opt/long/se/10.mcf/x86/linux/simple-atomic -re tests/run.py build/X86/tests/opt/long/se/10.mcf/x86/linux/simple-atomic
Global frequency set at 1000000000000 ticks per second
info: Entering event queue @ 0. Starting simulation...

View file

@ -4,11 +4,11 @@ sim_seconds 0.168950 # Nu
sim_ticks 168950072000 # Number of ticks simulated
final_tick 168950072000 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
host_inst_rate 714486 # Simulator instruction rate (inst/s)
host_op_rate 1258095 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 764057931 # Simulator tick rate (ticks/s)
host_mem_usage 400764 # Number of bytes of host memory used
host_seconds 221.12 # Real time elapsed on the host
host_inst_rate 563497 # Simulator instruction rate (inst/s)
host_op_rate 992227 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 602592819 # Simulator tick rate (ticks/s)
host_mem_usage 374808 # Number of bytes of host memory used
host_seconds 280.37 # Real time elapsed on the host
sim_insts 157988583 # Number of instructions simulated
sim_ops 278192520 # Number of ops (including micro ops) simulated
system.physmem.bytes_read 2458815679 # Number of bytes read from this memory
@ -33,7 +33,7 @@ system.cpu.num_func_calls 0 # nu
system.cpu.num_conditional_control_insts 18628012 # number of instructions that are conditional controls
system.cpu.num_int_insts 278186228 # number of integer instructions
system.cpu.num_fp_insts 40 # number of float instructions
system.cpu.num_int_register_reads 834011906 # number of times the integer registers were read
system.cpu.num_int_register_reads 834011910 # number of times the integer registers were read
system.cpu.num_int_register_writes 341010914 # number of times the integer registers were written
system.cpu.num_fp_register_reads 40 # number of times the floating registers were read
system.cpu.num_fp_register_writes 26 # number of times the floating registers were written

View file

@ -164,9 +164,8 @@ cpu_side=system.cpu.toL2Bus.master[0]
mem_side=system.membus.slave[1]
[system.cpu.toL2Bus]
type=Bus
type=CoherentBus
block_size=64
bus_id=0
clock=1000
header_cycles=1
use_default_range=false
@ -185,9 +184,9 @@ egid=100
env=
errout=cerr
euid=100
executable=/scratch/nilay/GEM5/dist/m5/cpu2000/binaries/x86/linux/mcf
executable=/dist/m5/cpu2000/binaries/x86/linux/mcf
gid=100
input=/scratch/nilay/GEM5/dist/m5/cpu2000/data/mcf/smred/input/mcf.in
input=/dist/m5/cpu2000/data/mcf/smred/input/mcf.in
max_stack_size=67108864
output=cout
pid=100
@ -197,9 +196,8 @@ system=system
uid=100
[system.membus]
type=Bus
type=CoherentBus
block_size=64
bus_id=0
clock=1000
header_cycles=1
use_default_range=false

View file

@ -1,11 +1,9 @@
Redirecting stdout to build/X86/tests/opt/long/se/10.mcf/x86/linux/simple-timing/simout
Redirecting stderr to build/X86/tests/opt/long/se/10.mcf/x86/linux/simple-timing/simerr
gem5 Simulator System. http://gem5.org
gem5 is copyrighted software; use the --copyright option for details.
gem5 compiled May 21 2012 19:00:49
gem5 started May 21 2012 19:00:58
gem5 executing on ribera.cs.wisc.edu
gem5 compiled Jun 3 2012 13:30:44
gem5 started Jun 3 2012 13:30:59
gem5 executing on burrito
command line: build/X86/gem5.opt -d build/X86/tests/opt/long/se/10.mcf/x86/linux/simple-timing -re tests/run.py build/X86/tests/opt/long/se/10.mcf/x86/linux/simple-timing
Global frequency set at 1000000000000 ticks per second
info: Entering event queue @ 0. Starting simulation...

View file

@ -4,11 +4,11 @@ sim_seconds 0.370011 # Nu
sim_ticks 370010840000 # Number of ticks simulated
final_tick 370010840000 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
host_inst_rate 298215 # Simulator instruction rate (inst/s)
host_op_rate 525109 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 698422266 # Simulator tick rate (ticks/s)
host_mem_usage 409692 # Number of bytes of host memory used
host_seconds 529.78 # Real time elapsed on the host
host_inst_rate 376379 # Simulator instruction rate (inst/s)
host_op_rate 662743 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 881483751 # Simulator tick rate (ticks/s)
host_mem_usage 383736 # Number of bytes of host memory used
host_seconds 419.76 # Real time elapsed on the host
sim_insts 157988583 # Number of instructions simulated
sim_ops 278192520 # Number of ops (including micro ops) simulated
system.physmem.bytes_read 4900800 # Number of bytes read from this memory
@ -33,7 +33,7 @@ system.cpu.num_func_calls 0 # nu
system.cpu.num_conditional_control_insts 18628012 # number of instructions that are conditional controls
system.cpu.num_int_insts 278186228 # number of integer instructions
system.cpu.num_fp_insts 40 # number of float instructions
system.cpu.num_int_register_reads 834011906 # number of times the integer registers were read
system.cpu.num_int_register_reads 834011910 # number of times the integer registers were read
system.cpu.num_int_register_writes 341010914 # number of times the integer registers were written
system.cpu.num_fp_register_reads 40 # number of times the floating registers were read
system.cpu.num_fp_register_writes 26 # number of times the floating registers were written

View file

@ -495,9 +495,8 @@ cpu_side=system.cpu.toL2Bus.master[0]
mem_side=system.membus.slave[1]
[system.cpu.toL2Bus]
type=Bus
type=CoherentBus
block_size=64
bus_id=0
clock=1000
header_cycles=1
use_default_range=false
@ -516,9 +515,9 @@ egid=100
env=
errout=cerr
euid=100
executable=/scratch/nilay/GEM5/dist/m5/cpu2000/binaries/x86/linux/parser
executable=/dist/m5/cpu2000/binaries/x86/linux/parser
gid=100
input=/scratch/nilay/GEM5/dist/m5/cpu2000/data/parser/mdred/input/parser.in
input=/dist/m5/cpu2000/data/parser/mdred/input/parser.in
max_stack_size=67108864
output=cout
pid=100
@ -528,9 +527,8 @@ system=system
uid=100
[system.membus]
type=Bus
type=CoherentBus
block_size=64
bus_id=0
clock=1000
header_cycles=1
use_default_range=false

View file

@ -1,11 +1,9 @@
Redirecting stdout to build/X86/tests/opt/long/se/20.parser/x86/linux/o3-timing/simout
Redirecting stderr to build/X86/tests/opt/long/se/20.parser/x86/linux/o3-timing/simerr
gem5 Simulator System. http://gem5.org
gem5 is copyrighted software; use the --copyright option for details.
gem5 compiled May 21 2012 19:00:49
gem5 started May 21 2012 19:00:58
gem5 executing on ribera.cs.wisc.edu
gem5 compiled Jun 3 2012 13:30:44
gem5 started Jun 3 2012 13:30:59
gem5 executing on burrito
command line: build/X86/gem5.opt -d build/X86/tests/opt/long/se/20.parser/x86/linux/o3-timing -re tests/run.py build/X86/tests/opt/long/se/20.parser/x86/linux/o3-timing
Global frequency set at 1000000000000 ticks per second
info: Entering event queue @ 0. Starting simulation...

View file

@ -4,11 +4,11 @@ sim_seconds 0.459938 # Nu
sim_ticks 459937575500 # Number of ticks simulated
final_tick 459937575500 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
host_inst_rate 49599 # Simulator instruction rate (inst/s)
host_op_rate 91715 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 27588814 # Simulator tick rate (ticks/s)
host_mem_usage 313336 # Number of bytes of host memory used
host_seconds 16671.16 # Real time elapsed on the host
host_inst_rate 75971 # Simulator instruction rate (inst/s)
host_op_rate 140479 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 42257715 # Simulator tick rate (ticks/s)
host_mem_usage 287264 # Number of bytes of host memory used
host_seconds 10884.11 # Real time elapsed on the host
sim_insts 826877144 # Number of instructions simulated
sim_ops 1528988756 # Number of ops (including micro ops) simulated
system.physmem.bytes_read 37483008 # Number of bytes read from this memory
@ -82,8 +82,8 @@ system.cpu.rename.IQFullEvents 23409384 # Nu
system.cpu.rename.LSQFullEvents 104435988 # Number of times rename has blocked due to LSQ full
system.cpu.rename.FullRegisterEvents 12914 # Number of times there has been no free registers
system.cpu.rename.RenamedOperands 2886886923 # Number of destination operands rename has renamed
system.cpu.rename.RenameLookups 6492696422 # Number of register rename lookups that rename has made
system.cpu.rename.int_rename_lookups 6491823897 # Number of integer rename lookups
system.cpu.rename.RenameLookups 6492696430 # Number of register rename lookups that rename has made
system.cpu.rename.int_rename_lookups 6491823905 # Number of integer rename lookups
system.cpu.rename.fp_rename_lookups 872525 # Number of floating rename lookups
system.cpu.rename.CommittedMaps 1993077484 # Number of HB maps that are committed
system.cpu.rename.UndoneMaps 893809439 # Number of HB maps that are undone due to squashing
@ -105,10 +105,10 @@ system.cpu.iq.issued_per_cycle::samples 901432928 # Nu
system.cpu.iq.issued_per_cycle::mean 2.048639 # Number of insts issued each cycle
system.cpu.iq.issued_per_cycle::stdev 1.805034 # Number of insts issued each cycle
system.cpu.iq.issued_per_cycle::underflows 0 0.00% 0.00% # Number of insts issued each cycle
system.cpu.iq.issued_per_cycle::0 246353789 27.33% 27.33% # Number of insts issued each cycle
system.cpu.iq.issued_per_cycle::1 156616036 17.37% 44.70% # Number of insts issued each cycle
system.cpu.iq.issued_per_cycle::2 150729221 16.72% 61.42% # Number of insts issued each cycle
system.cpu.iq.issued_per_cycle::3 147768172 16.39% 77.82% # Number of insts issued each cycle
system.cpu.iq.issued_per_cycle::0 246353790 27.33% 27.33% # Number of insts issued each cycle
system.cpu.iq.issued_per_cycle::1 156616035 17.37% 44.70% # Number of insts issued each cycle
system.cpu.iq.issued_per_cycle::2 150729220 16.72% 61.42% # Number of insts issued each cycle
system.cpu.iq.issued_per_cycle::3 147768173 16.39% 77.82% # Number of insts issued each cycle
system.cpu.iq.issued_per_cycle::4 103385508 11.47% 89.29% # Number of insts issued each cycle
system.cpu.iq.issued_per_cycle::5 58828894 6.53% 95.81% # Number of insts issued each cycle
system.cpu.iq.issued_per_cycle::6 27652970 3.07% 98.88% # Number of insts issued each cycle
@ -235,7 +235,7 @@ system.cpu.iew.exec_rate 1.977147 # In
system.cpu.iew.wb_sent 1813502289 # cumulative count of insts sent to commit
system.cpu.iew.wb_count 1806214095 # cumulative count of insts written-back
system.cpu.iew.wb_producers 1379770015 # num instructions producing a value
system.cpu.iew.wb_consumers 2939115294 # num instructions consuming a value
system.cpu.iew.wb_consumers 2939115295 # num instructions consuming a value
system.cpu.iew.wb_penalized 0 # number of instrctions required to write to 'other' IQ
system.cpu.iew.wb_rate 1.963543 # insts written-back per cycle
system.cpu.iew.wb_fanout 0.469451 # average fanout of values written-back
@ -285,7 +285,7 @@ system.cpu.cpi 1.112469 # CP
system.cpu.cpi_total 1.112469 # CPI: Total CPI of All Threads
system.cpu.ipc 0.898901 # IPC: Instructions Per Cycle
system.cpu.ipc_total 0.898901 # IPC: Total IPC of All Threads
system.cpu.int_regfile_reads 4004380463 # number of integer regfile reads
system.cpu.int_regfile_reads 4004380471 # number of integer regfile reads
system.cpu.int_regfile_writes 2286341091 # number of integer regfile writes
system.cpu.fp_regfile_reads 262 # number of floating regfile reads
system.cpu.misc_regfile_reads 1001920300 # number of misc regfile reads

View file

@ -103,9 +103,9 @@ egid=100
env=
errout=cerr
euid=100
executable=/scratch/nilay/GEM5/dist/m5/cpu2000/binaries/x86/linux/parser
executable=/dist/m5/cpu2000/binaries/x86/linux/parser
gid=100
input=/scratch/nilay/GEM5/dist/m5/cpu2000/data/parser/mdred/input/parser.in
input=/dist/m5/cpu2000/data/parser/mdred/input/parser.in
max_stack_size=67108864
output=cout
pid=100
@ -115,9 +115,8 @@ system=system
uid=100
[system.membus]
type=Bus
type=CoherentBus
block_size=64
bus_id=0
clock=1000
header_cycles=1
use_default_range=false

View file

@ -1,11 +1,9 @@
Redirecting stdout to build/X86/tests/opt/long/se/20.parser/x86/linux/simple-atomic/simout
Redirecting stderr to build/X86/tests/opt/long/se/20.parser/x86/linux/simple-atomic/simerr
gem5 Simulator System. http://gem5.org
gem5 is copyrighted software; use the --copyright option for details.
gem5 compiled May 21 2012 19:00:49
gem5 started May 21 2012 19:00:57
gem5 executing on ribera.cs.wisc.edu
gem5 compiled Jun 3 2012 13:30:44
gem5 started Jun 3 2012 13:30:58
gem5 executing on burrito
command line: build/X86/gem5.opt -d build/X86/tests/opt/long/se/20.parser/x86/linux/simple-atomic -re tests/run.py build/X86/tests/opt/long/se/20.parser/x86/linux/simple-atomic
Global frequency set at 1000000000000 ticks per second
info: Entering event queue @ 0. Starting simulation...

View file

@ -4,11 +4,11 @@ sim_seconds 0.885229 # Nu
sim_ticks 885229360000 # Number of ticks simulated
final_tick 885229360000 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
host_inst_rate 552274 # Simulator instruction rate (inst/s)
host_op_rate 1021217 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 591247536 # Simulator tick rate (ticks/s)
host_mem_usage 269460 # Number of bytes of host memory used
host_seconds 1497.22 # Real time elapsed on the host
host_inst_rate 648787 # Simulator instruction rate (inst/s)
host_op_rate 1199679 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 694571010 # Simulator tick rate (ticks/s)
host_mem_usage 243520 # Number of bytes of host memory used
host_seconds 1274.50 # Real time elapsed on the host
sim_insts 826877145 # Number of instructions simulated
sim_ops 1528988757 # Number of ops (including micro ops) simulated
system.physmem.bytes_read 10832432532 # Number of bytes read from this memory
@ -33,7 +33,7 @@ system.cpu.num_func_calls 0 # nu
system.cpu.num_conditional_control_insts 92658800 # number of instructions that are conditional controls
system.cpu.num_int_insts 1528317615 # number of integer instructions
system.cpu.num_fp_insts 0 # number of float instructions
system.cpu.num_int_register_reads 4441632806 # number of times the integer registers were read
system.cpu.num_int_register_reads 4441632810 # number of times the integer registers were read
system.cpu.num_int_register_writes 1993077484 # number of times the integer registers were written
system.cpu.num_fp_register_reads 0 # number of times the floating registers were read
system.cpu.num_fp_register_writes 0 # number of times the floating registers were written

View file

@ -164,9 +164,8 @@ cpu_side=system.cpu.toL2Bus.master[0]
mem_side=system.membus.slave[1]
[system.cpu.toL2Bus]
type=Bus
type=CoherentBus
block_size=64
bus_id=0
clock=1000
header_cycles=1
use_default_range=false
@ -185,9 +184,9 @@ egid=100
env=
errout=cerr
euid=100
executable=/scratch/nilay/GEM5/dist/m5/cpu2000/binaries/x86/linux/parser
executable=/dist/m5/cpu2000/binaries/x86/linux/parser
gid=100
input=/scratch/nilay/GEM5/dist/m5/cpu2000/data/parser/mdred/input/parser.in
input=/dist/m5/cpu2000/data/parser/mdred/input/parser.in
max_stack_size=67108864
output=cout
pid=100
@ -197,9 +196,8 @@ system=system
uid=100
[system.membus]
type=Bus
type=CoherentBus
block_size=64
bus_id=0
clock=1000
header_cycles=1
use_default_range=false

View file

@ -1,11 +1,9 @@
Redirecting stdout to build/X86/tests/opt/long/se/20.parser/x86/linux/simple-timing/simout
Redirecting stderr to build/X86/tests/opt/long/se/20.parser/x86/linux/simple-timing/simerr
gem5 Simulator System. http://gem5.org
gem5 is copyrighted software; use the --copyright option for details.
gem5 compiled May 21 2012 19:00:49
gem5 started May 21 2012 19:10:10
gem5 executing on ribera.cs.wisc.edu
gem5 compiled Jun 3 2012 13:30:44
gem5 started Jun 3 2012 13:30:58
gem5 executing on burrito
command line: build/X86/gem5.opt -d build/X86/tests/opt/long/se/20.parser/x86/linux/simple-timing -re tests/run.py build/X86/tests/opt/long/se/20.parser/x86/linux/simple-timing
Global frequency set at 1000000000000 ticks per second
info: Entering event queue @ 0. Starting simulation...

View file

@ -4,11 +4,11 @@ sim_seconds 1.658730 # Nu
sim_ticks 1658729604000 # Number of ticks simulated
final_tick 1658729604000 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
host_inst_rate 376518 # Simulator instruction rate (inst/s)
host_op_rate 696225 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 755302226 # Simulator tick rate (ticks/s)
host_mem_usage 278396 # Number of bytes of host memory used
host_seconds 2196.11 # Real time elapsed on the host
host_inst_rate 478704 # Simulator instruction rate (inst/s)
host_op_rate 885178 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 960288988 # Simulator tick rate (ticks/s)
host_mem_usage 252496 # Number of bytes of host memory used
host_seconds 1727.32 # Real time elapsed on the host
sim_insts 826877145 # Number of instructions simulated
sim_ops 1528988757 # Number of ops (including micro ops) simulated
system.physmem.bytes_read 37094976 # Number of bytes read from this memory
@ -33,7 +33,7 @@ system.cpu.num_func_calls 0 # nu
system.cpu.num_conditional_control_insts 92658800 # number of instructions that are conditional controls
system.cpu.num_int_insts 1528317615 # number of integer instructions
system.cpu.num_fp_insts 0 # number of float instructions
system.cpu.num_int_register_reads 4441632806 # number of times the integer registers were read
system.cpu.num_int_register_reads 4441632810 # number of times the integer registers were read
system.cpu.num_int_register_writes 1993077484 # number of times the integer registers were written
system.cpu.num_fp_register_reads 0 # number of times the floating registers were read
system.cpu.num_fp_register_writes 0 # number of times the floating registers were written

View file

@ -103,7 +103,7 @@ egid=100
env=
errout=cerr
euid=100
executable=/scratch/nilay/GEM5/dist/m5/cpu2000/binaries/x86/linux/bzip2
executable=/dist/m5/cpu2000/binaries/x86/linux/bzip2
gid=100
input=cin
max_stack_size=67108864
@ -115,9 +115,8 @@ system=system
uid=100
[system.membus]
type=Bus
type=CoherentBus
block_size=64
bus_id=0
clock=1000
header_cycles=1
use_default_range=false

View file

@ -1,11 +1,9 @@
Redirecting stdout to build/X86/tests/opt/long/se/60.bzip2/x86/linux/simple-atomic/simout
Redirecting stderr to build/X86/tests/opt/long/se/60.bzip2/x86/linux/simple-atomic/simerr
gem5 Simulator System. http://gem5.org
gem5 is copyrighted software; use the --copyright option for details.
gem5 compiled May 21 2012 19:00:49
gem5 started May 21 2012 19:00:57
gem5 executing on ribera.cs.wisc.edu
gem5 compiled Jun 3 2012 13:30:44
gem5 started Jun 3 2012 13:30:59
gem5 executing on burrito
command line: build/X86/gem5.opt -d build/X86/tests/opt/long/se/60.bzip2/x86/linux/simple-atomic -re tests/run.py build/X86/tests/opt/long/se/60.bzip2/x86/linux/simple-atomic
Global frequency set at 1000000000000 ticks per second
info: Entering event queue @ 0. Starting simulation...

View file

@ -4,11 +4,11 @@ sim_seconds 2.846007 # Nu
sim_ticks 2846007259500 # Number of ticks simulated
final_tick 2846007259500 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
host_inst_rate 825244 # Simulator instruction rate (inst/s)
host_op_rate 1285805 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 780780219 # Simulator tick rate (ticks/s)
host_mem_usage 265452 # Number of bytes of host memory used
host_seconds 3645.08 # Real time elapsed on the host
host_inst_rate 1189657 # Simulator instruction rate (inst/s)
host_op_rate 1853594 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 1125559296 # Simulator tick rate (ticks/s)
host_mem_usage 239492 # Number of bytes of host memory used
host_seconds 2528.53 # Real time elapsed on the host
sim_insts 3008081057 # Number of instructions simulated
sim_ops 4686862651 # Number of ops (including micro ops) simulated
system.physmem.bytes_read 37129731755 # Number of bytes read from this memory
@ -33,7 +33,7 @@ system.cpu.num_func_calls 0 # nu
system.cpu.num_conditional_control_insts 182173305 # number of instructions that are conditional controls
system.cpu.num_int_insts 4686862580 # number of integer instructions
system.cpu.num_fp_insts 0 # number of float instructions
system.cpu.num_int_register_reads 14165752762 # number of times the integer registers were read
system.cpu.num_int_register_reads 14165752766 # number of times the integer registers were read
system.cpu.num_int_register_writes 6716691823 # number of times the integer registers were written
system.cpu.num_fp_register_reads 0 # number of times the floating registers were read
system.cpu.num_fp_register_writes 0 # number of times the floating registers were written

View file

@ -164,9 +164,8 @@ cpu_side=system.cpu.toL2Bus.master[0]
mem_side=system.membus.slave[1]
[system.cpu.toL2Bus]
type=Bus
type=CoherentBus
block_size=64
bus_id=0
clock=1000
header_cycles=1
use_default_range=false
@ -185,7 +184,7 @@ egid=100
env=
errout=cerr
euid=100
executable=/scratch/nilay/GEM5/dist/m5/cpu2000/binaries/x86/linux/bzip2
executable=/dist/m5/cpu2000/binaries/x86/linux/bzip2
gid=100
input=cin
max_stack_size=67108864
@ -197,9 +196,8 @@ system=system
uid=100
[system.membus]
type=Bus
type=CoherentBus
block_size=64
bus_id=0
clock=1000
header_cycles=1
use_default_range=false

View file

@ -1,11 +1,9 @@
Redirecting stdout to build/X86/tests/opt/long/se/60.bzip2/x86/linux/simple-timing/simout
Redirecting stderr to build/X86/tests/opt/long/se/60.bzip2/x86/linux/simple-timing/simerr
gem5 Simulator System. http://gem5.org
gem5 is copyrighted software; use the --copyright option for details.
gem5 compiled May 21 2012 19:00:49
gem5 started May 21 2012 19:07:40
gem5 executing on ribera.cs.wisc.edu
gem5 compiled Jun 3 2012 13:30:44
gem5 started Jun 3 2012 13:30:58
gem5 executing on burrito
command line: build/X86/gem5.opt -d build/X86/tests/opt/long/se/60.bzip2/x86/linux/simple-timing -re tests/run.py build/X86/tests/opt/long/se/60.bzip2/x86/linux/simple-timing
Global frequency set at 1000000000000 ticks per second
info: Entering event queue @ 0. Starting simulation...

View file

@ -4,11 +4,11 @@ sim_seconds 5.923548 # Nu
sim_ticks 5923548078000 # Number of ticks simulated
final_tick 5923548078000 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
host_inst_rate 557700 # Simulator instruction rate (inst/s)
host_op_rate 868947 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 1098229805 # Simulator tick rate (ticks/s)
host_mem_usage 274380 # Number of bytes of host memory used
host_seconds 5393.72 # Real time elapsed on the host
host_inst_rate 747861 # Simulator instruction rate (inst/s)
host_op_rate 1165236 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 1472697488 # Simulator tick rate (ticks/s)
host_mem_usage 248420 # Number of bytes of host memory used
host_seconds 4022.24 # Real time elapsed on the host
sim_insts 3008081057 # Number of instructions simulated
sim_ops 4686862651 # Number of ops (including micro ops) simulated
system.physmem.bytes_read 173910080 # Number of bytes read from this memory
@ -33,7 +33,7 @@ system.cpu.num_func_calls 0 # nu
system.cpu.num_conditional_control_insts 182173305 # number of instructions that are conditional controls
system.cpu.num_int_insts 4686862580 # number of integer instructions
system.cpu.num_fp_insts 0 # number of float instructions
system.cpu.num_int_register_reads 14165752762 # number of times the integer registers were read
system.cpu.num_int_register_reads 14165752766 # number of times the integer registers were read
system.cpu.num_int_register_writes 6716691823 # number of times the integer registers were written
system.cpu.num_fp_register_reads 0 # number of times the floating registers were read
system.cpu.num_fp_register_writes 0 # number of times the floating registers were written

View file

@ -495,9 +495,8 @@ cpu_side=system.cpu.toL2Bus.master[0]
mem_side=system.membus.slave[1]
[system.cpu.toL2Bus]
type=Bus
type=CoherentBus
block_size=64
bus_id=0
clock=1000
header_cycles=1
use_default_range=false
@ -516,7 +515,7 @@ egid=100
env=
errout=cerr
euid=100
executable=/scratch/nilay/GEM5/dist/m5/cpu2000/binaries/x86/linux/twolf
executable=/dist/m5/cpu2000/binaries/x86/linux/twolf
gid=100
input=cin
max_stack_size=67108864
@ -528,9 +527,8 @@ system=system
uid=100
[system.membus]
type=Bus
type=CoherentBus
block_size=64
bus_id=0
clock=1000
header_cycles=1
use_default_range=false

View file

@ -1,14 +1,10 @@
Redirecting stdout to build/X86/tests/opt/long/se/70.twolf/x86/linux/o3-timing/simout
Redirecting stderr to build/X86/tests/opt/long/se/70.twolf/x86/linux/o3-timing/simerr
gem5 Simulator System. http://gem5.org
gem5 is copyrighted software; use the --copyright option for details.
gem5 compiled May 21 2012 19:00:49
gem5 started May 21 2012 19:00:57
gem5 executing on ribera.cs.wisc.edu
gem5 compiled Jun 3 2012 13:30:44
gem5 started Jun 3 2012 13:30:59
gem5 executing on burrito
command line: build/X86/gem5.opt -d build/X86/tests/opt/long/se/70.twolf/x86/linux/o3-timing -re tests/run.py build/X86/tests/opt/long/se/70.twolf/x86/linux/o3-timing
Couldn't unlink build/X86/tests/opt/long/se/70.twolf/x86/linux/o3-timing/smred.sav
Couldn't unlink build/X86/tests/opt/long/se/70.twolf/x86/linux/o3-timing/smred.sv2
Global frequency set at 1000000000000 ticks per second
info: Entering event queue @ 0. Starting simulation...

View file

@ -4,11 +4,11 @@ sim_seconds 0.087752 # Nu
sim_ticks 87751730000 # Number of ticks simulated
final_tick 87751730000 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
host_inst_rate 34298 # Simulator instruction rate (inst/s)
host_op_rate 57486 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 22788458 # Simulator tick rate (ticks/s)
host_mem_usage 285268 # Number of bytes of host memory used
host_seconds 3850.71 # Real time elapsed on the host
host_inst_rate 56809 # Simulator instruction rate (inst/s)
host_op_rate 95217 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 37745520 # Simulator tick rate (ticks/s)
host_mem_usage 259224 # Number of bytes of host memory used
host_seconds 2324.83 # Real time elapsed on the host
sim_insts 132071227 # Number of instructions simulated
sim_ops 221363017 # Number of ops (including micro ops) simulated
system.physmem.bytes_read 345024 # Number of bytes read from this memory
@ -80,8 +80,8 @@ system.cpu.rename.IQFullEvents 20636040 # Nu
system.cpu.rename.LSQFullEvents 22537767 # Number of times rename has blocked due to LSQ full
system.cpu.rename.FullRegisterEvents 2198 # Number of times there has been no free registers
system.cpu.rename.RenamedOperands 506554560 # Number of destination operands rename has renamed
system.cpu.rename.RenameLookups 1130537576 # Number of register rename lookups that rename has made
system.cpu.rename.int_rename_lookups 1120266829 # Number of integer rename lookups
system.cpu.rename.RenameLookups 1130537584 # Number of register rename lookups that rename has made
system.cpu.rename.int_rename_lookups 1120266837 # Number of integer rename lookups
system.cpu.rename.fp_rename_lookups 10270747 # Number of floating rename lookups
system.cpu.rename.CommittedMaps 320143989 # Number of HB maps that are committed
system.cpu.rename.UndoneMaps 186410571 # Number of HB maps that are undone due to squashing
@ -103,10 +103,10 @@ system.cpu.iq.issued_per_cycle::samples 175426420 # Nu
system.cpu.iq.issued_per_cycle::mean 1.544061 # Number of insts issued each cycle
system.cpu.iq.issued_per_cycle::stdev 1.467197 # Number of insts issued each cycle
system.cpu.iq.issued_per_cycle::underflows 0 0.00% 0.00% # Number of insts issued each cycle
system.cpu.iq.issued_per_cycle::0 49131918 28.01% 28.01% # Number of insts issued each cycle
system.cpu.iq.issued_per_cycle::1 52597598 29.98% 57.99% # Number of insts issued each cycle
system.cpu.iq.issued_per_cycle::2 34344441 19.58% 77.57% # Number of insts issued each cycle
system.cpu.iq.issued_per_cycle::3 18981959 10.82% 88.39% # Number of insts issued each cycle
system.cpu.iq.issued_per_cycle::0 49131919 28.01% 28.01% # Number of insts issued each cycle
system.cpu.iq.issued_per_cycle::1 52597597 29.98% 57.99% # Number of insts issued each cycle
system.cpu.iq.issued_per_cycle::2 34344440 19.58% 77.57% # Number of insts issued each cycle
system.cpu.iq.issued_per_cycle::3 18981960 10.82% 88.39% # Number of insts issued each cycle
system.cpu.iq.issued_per_cycle::4 12711399 7.25% 95.63% # Number of insts issued each cycle
system.cpu.iq.issued_per_cycle::5 4926918 2.81% 98.44% # Number of insts issued each cycle
system.cpu.iq.issued_per_cycle::6 2079867 1.19% 99.63% # Number of insts issued each cycle
@ -233,7 +233,7 @@ system.cpu.iew.exec_rate 1.525690 # In
system.cpu.iew.wb_sent 266689649 # cumulative count of insts sent to commit
system.cpu.iew.wb_count 265814614 # cumulative count of insts written-back
system.cpu.iew.wb_producers 214459238 # num instructions producing a value
system.cpu.iew.wb_consumers 504388651 # num instructions consuming a value
system.cpu.iew.wb_consumers 504388652 # num instructions consuming a value
system.cpu.iew.wb_penalized 0 # number of instrctions required to write to 'other' IQ
system.cpu.iew.wb_rate 1.514583 # insts written-back per cycle
system.cpu.iew.wb_fanout 0.425186 # average fanout of values written-back
@ -283,7 +283,7 @@ system.cpu.cpi 1.328855 # CP
system.cpu.cpi_total 1.328855 # CPI: Total CPI of All Threads
system.cpu.ipc 0.752528 # IPC: Instructions Per Cycle
system.cpu.ipc_total 0.752528 # IPC: Total IPC of All Threads
system.cpu.int_regfile_reads 657510090 # number of integer regfile reads
system.cpu.int_regfile_reads 657510098 # number of integer regfile reads
system.cpu.int_regfile_writes 365370199 # number of integer regfile writes
system.cpu.fp_regfile_reads 3509073 # number of floating regfile reads
system.cpu.fp_regfile_writes 2221147 # number of floating regfile writes

View file

@ -103,7 +103,7 @@ egid=100
env=
errout=cerr
euid=100
executable=/scratch/nilay/GEM5/dist/m5/cpu2000/binaries/x86/linux/twolf
executable=/dist/m5/cpu2000/binaries/x86/linux/twolf
gid=100
input=cin
max_stack_size=67108864
@ -115,9 +115,8 @@ system=system
uid=100
[system.membus]
type=Bus
type=CoherentBus
block_size=64
bus_id=0
clock=1000
header_cycles=1
use_default_range=false

View file

@ -1,14 +1,10 @@
Redirecting stdout to build/X86/tests/opt/long/se/70.twolf/x86/linux/simple-atomic/simout
Redirecting stderr to build/X86/tests/opt/long/se/70.twolf/x86/linux/simple-atomic/simerr
gem5 Simulator System. http://gem5.org
gem5 is copyrighted software; use the --copyright option for details.
gem5 compiled May 21 2012 19:00:49
gem5 started May 21 2012 19:08:43
gem5 executing on ribera.cs.wisc.edu
gem5 compiled Jun 3 2012 13:30:44
gem5 started Jun 3 2012 13:30:59
gem5 executing on burrito
command line: build/X86/gem5.opt -d build/X86/tests/opt/long/se/70.twolf/x86/linux/simple-atomic -re tests/run.py build/X86/tests/opt/long/se/70.twolf/x86/linux/simple-atomic
Couldn't unlink build/X86/tests/opt/long/se/70.twolf/x86/linux/simple-atomic/smred.sav
Couldn't unlink build/X86/tests/opt/long/se/70.twolf/x86/linux/simple-atomic/smred.sv2
Global frequency set at 1000000000000 ticks per second
info: Entering event queue @ 0. Starting simulation...

View file

@ -4,11 +4,11 @@ sim_seconds 0.131393 # Nu
sim_ticks 131393100000 # Number of ticks simulated
final_tick 131393100000 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
host_inst_rate 449336 # Simulator instruction rate (inst/s)
host_op_rate 753127 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 447028889 # Simulator tick rate (ticks/s)
host_mem_usage 272700 # Number of bytes of host memory used
host_seconds 293.93 # Real time elapsed on the host
host_inst_rate 560372 # Simulator instruction rate (inst/s)
host_op_rate 939232 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 557494351 # Simulator tick rate (ticks/s)
host_mem_usage 246748 # Number of bytes of host memory used
host_seconds 235.69 # Real time elapsed on the host
sim_insts 132071228 # Number of instructions simulated
sim_ops 221363018 # Number of ops (including micro ops) simulated
system.physmem.bytes_read 1698379042 # Number of bytes read from this memory
@ -33,7 +33,7 @@ system.cpu.num_func_calls 0 # nu
system.cpu.num_conditional_control_insts 8268471 # number of instructions that are conditional controls
system.cpu.num_int_insts 220339607 # number of integer instructions
system.cpu.num_fp_insts 2162459 # number of float instructions
system.cpu.num_int_register_reads 705008819 # number of times the integer registers were read
system.cpu.num_int_register_reads 705008823 # number of times the integer registers were read
system.cpu.num_int_register_writes 318312586 # number of times the integer registers were written
system.cpu.num_fp_register_reads 3037165 # number of times the floating registers were read
system.cpu.num_fp_register_writes 1831403 # number of times the floating registers were written

View file

@ -164,9 +164,8 @@ cpu_side=system.cpu.toL2Bus.master[0]
mem_side=system.membus.slave[1]
[system.cpu.toL2Bus]
type=Bus
type=CoherentBus
block_size=64
bus_id=0
clock=1000
header_cycles=1
use_default_range=false
@ -185,7 +184,7 @@ egid=100
env=
errout=cerr
euid=100
executable=/scratch/nilay/GEM5/dist/m5/cpu2000/binaries/x86/linux/twolf
executable=/dist/m5/cpu2000/binaries/x86/linux/twolf
gid=100
input=cin
max_stack_size=67108864
@ -197,9 +196,8 @@ system=system
uid=100
[system.membus]
type=Bus
type=CoherentBus
block_size=64
bus_id=0
clock=1000
header_cycles=1
use_default_range=false

View file

@ -1,14 +1,10 @@
Redirecting stdout to build/X86/tests/opt/long/se/70.twolf/x86/linux/simple-timing/simout
Redirecting stderr to build/X86/tests/opt/long/se/70.twolf/x86/linux/simple-timing/simerr
gem5 Simulator System. http://gem5.org
gem5 is copyrighted software; use the --copyright option for details.
gem5 compiled May 21 2012 19:00:49
gem5 started May 21 2012 19:00:58
gem5 executing on ribera.cs.wisc.edu
gem5 compiled Jun 3 2012 13:30:44
gem5 started Jun 3 2012 13:30:59
gem5 executing on burrito
command line: build/X86/gem5.opt -d build/X86/tests/opt/long/se/70.twolf/x86/linux/simple-timing -re tests/run.py build/X86/tests/opt/long/se/70.twolf/x86/linux/simple-timing
Couldn't unlink build/X86/tests/opt/long/se/70.twolf/x86/linux/simple-timing/smred.sav
Couldn't unlink build/X86/tests/opt/long/se/70.twolf/x86/linux/simple-timing/smred.sv2
Global frequency set at 1000000000000 ticks per second
info: Entering event queue @ 0. Starting simulation...

View file

@ -4,11 +4,11 @@ sim_seconds 0.250961 # Nu
sim_ticks 250960631000 # Number of ticks simulated
final_tick 250960631000 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
host_inst_rate 291052 # Simulator instruction rate (inst/s)
host_op_rate 487829 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 553054781 # Simulator tick rate (ticks/s)
host_mem_usage 281636 # Number of bytes of host memory used
host_seconds 453.77 # Real time elapsed on the host
host_inst_rate 361817 # Simulator instruction rate (inst/s)
host_op_rate 606437 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 687521912 # Simulator tick rate (ticks/s)
host_mem_usage 255672 # Number of bytes of host memory used
host_seconds 365.02 # Real time elapsed on the host
sim_insts 132071228 # Number of instructions simulated
sim_ops 221363018 # Number of ops (including micro ops) simulated
system.physmem.bytes_read 303040 # Number of bytes read from this memory
@ -32,7 +32,7 @@ system.cpu.num_func_calls 0 # nu
system.cpu.num_conditional_control_insts 8268471 # number of instructions that are conditional controls
system.cpu.num_int_insts 220339607 # number of integer instructions
system.cpu.num_fp_insts 2162459 # number of float instructions
system.cpu.num_int_register_reads 705008819 # number of times the integer registers were read
system.cpu.num_int_register_reads 705008823 # number of times the integer registers were read
system.cpu.num_int_register_writes 318312586 # number of times the integer registers were written
system.cpu.num_fp_register_reads 3037165 # number of times the floating registers were read
system.cpu.num_fp_register_writes 1831403 # number of times the floating registers were written

View file

@ -15,7 +15,7 @@ e820_table=system.e820_table
init_param=0
intel_mp_pointer=system.intel_mp_pointer
intel_mp_table=system.intel_mp_table
kernel=/scratch/nilay/GEM5/system/binaries/x86_64-vmlinux-2.6.22.9
kernel=/dist/m5/system/binaries/x86_64-vmlinux-2.6.22.9
load_addr_mask=18446744073709551615
mem_mode=atomic
memories=system.physmem
@ -603,9 +603,8 @@ type=IntrControl
sys=system
[system.iobus]
type=Bus
type=NoncoherentBus
block_size=64
bus_id=0
clock=1000
header_cycles=1
use_default_range=true
@ -665,10 +664,9 @@ cpu_side=system.toL2Bus.master[0]
mem_side=system.membus.slave[3]
[system.membus]
type=Bus
type=CoherentBus
children=badaddr_responder
block_size=64
bus_id=1
clock=1000
header_cycles=1
use_default_range=false
@ -936,7 +934,7 @@ table_size=65536
[system.pc.south_bridge.ide.disks0.image.child]
type=RawDiskImage
image_file=/scratch/nilay/GEM5/system/disks/linux-x86.img
image_file=/dist/m5/system/disks/linux-x86.img
read_only=true
[system.pc.south_bridge.ide.disks1]
@ -956,7 +954,7 @@ table_size=65536
[system.pc.south_bridge.ide.disks1.image.child]
type=RawDiskImage
image_file=/scratch/nilay/GEM5/system/disks/linux-bigswap2.img
image_file=/dist/m5/system/disks/linux-bigswap2.img
read_only=true
[system.pc.south_bridge.int_lines0]
@ -1147,9 +1145,8 @@ vendor=
version=
[system.toL2Bus]
type=Bus
type=CoherentBus
block_size=64
bus_id=0
clock=1000
header_cycles=1
use_default_range=false

View file

@ -1,15 +1,13 @@
Redirecting stdout to build/X86/tests/opt/quick/fs/10.linux-boot/x86/linux/pc-simple-atomic/simout
Redirecting stderr to build/X86/tests/opt/quick/fs/10.linux-boot/x86/linux/pc-simple-atomic/simerr
gem5 Simulator System. http://gem5.org
gem5 is copyrighted software; use the --copyright option for details.
gem5 compiled May 21 2012 19:00:49
gem5 started May 21 2012 19:00:57
gem5 executing on ribera.cs.wisc.edu
gem5 compiled Jun 3 2012 13:30:44
gem5 started Jun 3 2012 13:30:59
gem5 executing on burrito
command line: build/X86/gem5.opt -d build/X86/tests/opt/quick/fs/10.linux-boot/x86/linux/pc-simple-atomic -re tests/run.py build/X86/tests/opt/quick/fs/10.linux-boot/x86/linux/pc-simple-atomic
warning: add_child('terminal'): child 'terminal' already has parent
Global frequency set at 1000000000000 ticks per second
info: kernel located at: /scratch/nilay/GEM5/system/binaries/x86_64-vmlinux-2.6.22.9
info: kernel located at: /dist/m5/system/binaries/x86_64-vmlinux-2.6.22.9
0: rtc: Real-time clock set to Sun Jan 1 00:00:00 2012
info: Entering event queue @ 0. Starting simulation...
Exiting @ tick 5112043255000 because m5_exit instruction encountered

View file

@ -4,11 +4,11 @@ sim_seconds 5.112043 # Nu
sim_ticks 5112043255000 # Number of ticks simulated
final_tick 5112043255000 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
host_inst_rate 514394 # Simulator instruction rate (inst/s)
host_op_rate 1053258 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 13160254594 # Simulator tick rate (ticks/s)
host_mem_usage 404120 # Number of bytes of host memory used
host_seconds 388.45 # Real time elapsed on the host
host_inst_rate 704165 # Simulator instruction rate (inst/s)
host_op_rate 1441828 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 18015373871 # Simulator tick rate (ticks/s)
host_mem_usage 378116 # Number of bytes of host memory used
host_seconds 283.76 # Real time elapsed on the host
sim_insts 199813913 # Number of instructions simulated
sim_ops 409133277 # Number of ops (including micro ops) simulated
system.physmem.bytes_read 15568704 # Number of bytes read from this memory
@ -187,7 +187,7 @@ system.cpu.num_func_calls 0 # nu
system.cpu.num_conditional_control_insts 39954968 # number of instructions that are conditional controls
system.cpu.num_int_insts 374297244 # number of integer instructions
system.cpu.num_fp_insts 0 # number of float instructions
system.cpu.num_int_register_reads 1159024883 # number of times the integer registers were read
system.cpu.num_int_register_reads 1159028861 # number of times the integer registers were read
system.cpu.num_int_register_writes 636431619 # number of times the integer registers were written
system.cpu.num_fp_register_reads 0 # number of times the floating registers were read
system.cpu.num_fp_register_writes 0 # number of times the floating registers were written

View file

@ -15,7 +15,7 @@ e820_table=system.e820_table
init_param=0
intel_mp_pointer=system.intel_mp_pointer
intel_mp_table=system.intel_mp_table
kernel=/scratch/nilay/GEM5/system/binaries/x86_64-vmlinux-2.6.22.9
kernel=/dist/m5/system/binaries/x86_64-vmlinux-2.6.22.9
load_addr_mask=18446744073709551615
mem_mode=timing
memories=system.physmem
@ -599,9 +599,8 @@ type=IntrControl
sys=system
[system.iobus]
type=Bus
type=NoncoherentBus
block_size=64
bus_id=0
clock=1000
header_cycles=1
use_default_range=true
@ -661,10 +660,9 @@ cpu_side=system.toL2Bus.master[0]
mem_side=system.membus.slave[3]
[system.membus]
type=Bus
type=CoherentBus
children=badaddr_responder
block_size=64
bus_id=1
clock=1000
header_cycles=1
use_default_range=false
@ -932,7 +930,7 @@ table_size=65536
[system.pc.south_bridge.ide.disks0.image.child]
type=RawDiskImage
image_file=/scratch/nilay/GEM5/system/disks/linux-x86.img
image_file=/dist/m5/system/disks/linux-x86.img
read_only=true
[system.pc.south_bridge.ide.disks1]
@ -952,7 +950,7 @@ table_size=65536
[system.pc.south_bridge.ide.disks1.image.child]
type=RawDiskImage
image_file=/scratch/nilay/GEM5/system/disks/linux-bigswap2.img
image_file=/dist/m5/system/disks/linux-bigswap2.img
read_only=true
[system.pc.south_bridge.int_lines0]
@ -1143,9 +1141,8 @@ vendor=
version=
[system.toL2Bus]
type=Bus
type=CoherentBus
block_size=64
bus_id=0
clock=1000
header_cycles=1
use_default_range=false

View file

@ -1,15 +1,13 @@
Redirecting stdout to build/X86/tests/opt/quick/fs/10.linux-boot/x86/linux/pc-simple-timing/simout
Redirecting stderr to build/X86/tests/opt/quick/fs/10.linux-boot/x86/linux/pc-simple-timing/simerr
gem5 Simulator System. http://gem5.org
gem5 is copyrighted software; use the --copyright option for details.
gem5 compiled May 21 2012 19:00:49
gem5 started May 21 2012 19:04:51
gem5 executing on ribera.cs.wisc.edu
gem5 compiled Jun 3 2012 13:30:44
gem5 started Jun 3 2012 13:30:59
gem5 executing on burrito
command line: build/X86/gem5.opt -d build/X86/tests/opt/quick/fs/10.linux-boot/x86/linux/pc-simple-timing -re tests/run.py build/X86/tests/opt/quick/fs/10.linux-boot/x86/linux/pc-simple-timing
warning: add_child('terminal'): child 'terminal' already has parent
Global frequency set at 1000000000000 ticks per second
info: kernel located at: /scratch/nilay/GEM5/system/binaries/x86_64-vmlinux-2.6.22.9
info: kernel located at: /dist/m5/system/binaries/x86_64-vmlinux-2.6.22.9
0: rtc: Real-time clock set to Sun Jan 1 00:00:00 2012
info: Entering event queue @ 0. Starting simulation...
Exiting @ tick 5195470393000 because m5_exit instruction encountered

View file

@ -4,11 +4,11 @@ sim_seconds 5.195470 # Nu
sim_ticks 5195470393000 # Number of ticks simulated
final_tick 5195470393000 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
host_inst_rate 457894 # Simulator instruction rate (inst/s)
host_op_rate 878898 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 17221658168 # Simulator tick rate (ticks/s)
host_mem_usage 400980 # Number of bytes of host memory used
host_seconds 301.68 # Real time elapsed on the host
host_inst_rate 435377 # Simulator instruction rate (inst/s)
host_op_rate 835677 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 16374771456 # Simulator tick rate (ticks/s)
host_mem_usage 374904 # Number of bytes of host memory used
host_seconds 317.29 # Real time elapsed on the host
sim_insts 138138472 # Number of instructions simulated
sim_ops 265147881 # Number of ops (including micro ops) simulated
system.physmem.bytes_read 13764096 # Number of bytes read from this memory
@ -331,7 +331,7 @@ system.cpu.num_func_calls 0 # nu
system.cpu.num_conditional_control_insts 24882695 # number of instructions that are conditional controls
system.cpu.num_int_insts 249556386 # number of integer instructions
system.cpu.num_fp_insts 0 # number of float instructions
system.cpu.num_int_register_reads 778081993 # number of times the integer registers were read
system.cpu.num_int_register_reads 778086007 # number of times the integer registers were read
system.cpu.num_int_register_writes 422921187 # number of times the integer registers were written
system.cpu.num_fp_register_reads 0 # number of times the floating registers were read
system.cpu.num_fp_register_writes 0 # number of times the floating registers were written

View file

@ -495,9 +495,8 @@ cpu_side=system.cpu.toL2Bus.master[0]
mem_side=system.membus.slave[1]
[system.cpu.toL2Bus]
type=Bus
type=CoherentBus
block_size=64
bus_id=0
clock=1000
header_cycles=1
use_default_range=false
@ -516,7 +515,7 @@ egid=100
env=
errout=cerr
euid=100
executable=tests/test-progs/hello/bin/x86/linux/hello
executable=/dist/m5/regression/test-progs/hello/bin/x86/linux/hello
gid=100
input=cin
max_stack_size=67108864
@ -528,9 +527,8 @@ system=system
uid=100
[system.membus]
type=Bus
type=CoherentBus
block_size=64
bus_id=0
clock=1000
header_cycles=1
use_default_range=false

View file

@ -1,11 +1,9 @@
Redirecting stdout to build/X86/tests/opt/quick/se/00.hello/x86/linux/o3-timing/simout
Redirecting stderr to build/X86/tests/opt/quick/se/00.hello/x86/linux/o3-timing/simerr
gem5 Simulator System. http://gem5.org
gem5 is copyrighted software; use the --copyright option for details.
gem5 compiled May 21 2012 19:00:49
gem5 started May 21 2012 19:03:20
gem5 executing on ribera.cs.wisc.edu
gem5 compiled Jun 3 2012 13:30:44
gem5 started Jun 3 2012 13:30:58
gem5 executing on burrito
command line: build/X86/gem5.opt -d build/X86/tests/opt/quick/se/00.hello/x86/linux/o3-timing -re tests/run.py build/X86/tests/opt/quick/se/00.hello/x86/linux/o3-timing
Global frequency set at 1000000000000 ticks per second
info: Entering event queue @ 0. Starting simulation...

View file

@ -4,11 +4,11 @@ sim_seconds 0.000012 # Nu
sim_ticks 12198000 # Number of ticks simulated
final_tick 12198000 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
host_inst_rate 10821 # Simulator instruction rate (inst/s)
host_op_rate 19598 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 24369729 # Simulator tick rate (ticks/s)
host_mem_usage 271424 # Number of bytes of host memory used
host_seconds 0.50 # Real time elapsed on the host
host_inst_rate 27776 # Simulator instruction rate (inst/s)
host_op_rate 50299 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 62542635 # Simulator tick rate (ticks/s)
host_mem_usage 245428 # Number of bytes of host memory used
host_seconds 0.20 # Real time elapsed on the host
sim_insts 5416 # Number of instructions simulated
sim_ops 9809 # Number of ops (including micro ops) simulated
system.physmem.bytes_read 28864 # Number of bytes read from this memory
@ -80,8 +80,8 @@ system.cpu.rename.IQFullEvents 50 # Nu
system.cpu.rename.LSQFullEvents 591 # Number of times rename has blocked due to LSQ full
system.cpu.rename.FullRegisterEvents 1 # Number of times there has been no free registers
system.cpu.rename.RenamedOperands 35223 # Number of destination operands rename has renamed
system.cpu.rename.RenameLookups 70482 # Number of register rename lookups that rename has made
system.cpu.rename.int_rename_lookups 70466 # Number of integer rename lookups
system.cpu.rename.RenameLookups 70488 # Number of register rename lookups that rename has made
system.cpu.rename.int_rename_lookups 70472 # Number of integer rename lookups
system.cpu.rename.fp_rename_lookups 16 # Number of floating rename lookups
system.cpu.rename.CommittedMaps 14707 # Number of HB maps that are committed
system.cpu.rename.UndoneMaps 20516 # Number of HB maps that are undone due to squashing
@ -283,7 +283,7 @@ system.cpu.cpi 4.504616 # CP
system.cpu.cpi_total 4.504616 # CPI: Total CPI of All Threads
system.cpu.ipc 0.221995 # IPC: Instructions Per Cycle
system.cpu.ipc_total 0.221995 # IPC: Total IPC of All Threads
system.cpu.int_regfile_reads 35454 # number of integer regfile reads
system.cpu.int_regfile_reads 35460 # number of integer regfile reads
system.cpu.int_regfile_writes 22063 # number of integer regfile writes
system.cpu.fp_regfile_reads 4 # number of floating regfile reads
system.cpu.misc_regfile_reads 7402 # number of misc regfile reads

View file

@ -103,7 +103,7 @@ egid=100
env=
errout=cerr
euid=100
executable=tests/test-progs/hello/bin/x86/linux/hello
executable=/dist/m5/regression/test-progs/hello/bin/x86/linux/hello
gid=100
input=cin
max_stack_size=67108864
@ -115,9 +115,8 @@ system=system
uid=100
[system.membus]
type=Bus
type=CoherentBus
block_size=64
bus_id=0
clock=1000
header_cycles=1
use_default_range=false

View file

@ -1,11 +1,9 @@
Redirecting stdout to build/X86/tests/opt/quick/se/00.hello/x86/linux/simple-atomic/simout
Redirecting stderr to build/X86/tests/opt/quick/se/00.hello/x86/linux/simple-atomic/simerr
gem5 Simulator System. http://gem5.org
gem5 is copyrighted software; use the --copyright option for details.
gem5 compiled May 21 2012 19:00:49
gem5 started May 21 2012 19:10:03
gem5 executing on ribera.cs.wisc.edu
gem5 compiled Jun 3 2012 13:30:44
gem5 started Jun 3 2012 13:30:59
gem5 executing on burrito
command line: build/X86/gem5.opt -d build/X86/tests/opt/quick/se/00.hello/x86/linux/simple-atomic -re tests/run.py build/X86/tests/opt/quick/se/00.hello/x86/linux/simple-atomic
Global frequency set at 1000000000000 ticks per second
info: Entering event queue @ 0. Starting simulation...

View file

@ -4,11 +4,11 @@ sim_seconds 0.000006 # Nu
sim_ticks 5651000 # Number of ticks simulated
final_tick 5651000 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
host_inst_rate 288907 # Simulator instruction rate (inst/s)
host_op_rate 522587 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 300697068 # Simulator tick rate (ticks/s)
host_mem_usage 260908 # Number of bytes of host memory used
host_seconds 0.02 # Real time elapsed on the host
host_inst_rate 8235 # Simulator instruction rate (inst/s)
host_op_rate 14913 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 8590426 # Simulator tick rate (ticks/s)
host_mem_usage 234908 # Number of bytes of host memory used
host_seconds 0.66 # Real time elapsed on the host
sim_insts 5417 # Number of instructions simulated
sim_ops 9810 # Number of ops (including micro ops) simulated
system.physmem.bytes_read 62348 # Number of bytes read from this memory
@ -33,7 +33,7 @@ system.cpu.num_func_calls 0 # nu
system.cpu.num_conditional_control_insts 904 # number of instructions that are conditional controls
system.cpu.num_int_insts 9715 # number of integer instructions
system.cpu.num_fp_insts 0 # number of float instructions
system.cpu.num_int_register_reads 29928 # number of times the integer registers were read
system.cpu.num_int_register_reads 29934 # number of times the integer registers were read
system.cpu.num_int_register_writes 14707 # number of times the integer registers were written
system.cpu.num_fp_register_reads 0 # number of times the floating registers were read
system.cpu.num_fp_register_writes 0 # number of times the floating registers were written

View file

@ -99,7 +99,7 @@ egid=100
env=
errout=cerr
euid=100
executable=tests/test-progs/hello/bin/x86/linux/hello
executable=/dist/m5/regression/test-progs/hello/bin/x86/linux/hello
gid=100
input=cin
max_stack_size=67108864

View file

@ -34,7 +34,7 @@ periodic_stats_period: 1000000
================ End RubySystem Configuration Print ================
Real time: May/21/2012 19:13:48
Real time: Jun/03/2012 13:31:00
Profiler Stats
--------------
@ -43,18 +43,18 @@ Elapsed_time_in_minutes: 0.0166667
Elapsed_time_in_hours: 0.000277778
Elapsed_time_in_days: 1.15741e-05
Virtual_time_in_seconds: 0.46
Virtual_time_in_minutes: 0.00766667
Virtual_time_in_hours: 0.000127778
Virtual_time_in_days: 5.32407e-06
Virtual_time_in_seconds: 0.35
Virtual_time_in_minutes: 0.00583333
Virtual_time_in_hours: 9.72222e-05
Virtual_time_in_days: 4.05093e-06
Ruby_current_time: 276484
Ruby_start_time: 0
Ruby_cycles: 276484
mbytes_resident: 53.1328
mbytes_total: 274.648
resident_ratio: 0.193486
mbytes_resident: 52.5547
mbytes_total: 249.254
resident_ratio: 0.210848
ruby_cycles_executed: [ 276485 ]
@ -125,11 +125,11 @@ Resource Usage
page_size: 4096
user_time: 0
system_time: 0
page_reclaims: 15001
page_faults: 3
page_reclaims: 11223
page_faults: 0
swaps: 0
block_inputs: 0
block_outputs: 0
block_outputs: 96
Network Stats
-------------

View file

@ -1,11 +1,9 @@
Redirecting stdout to build/X86/tests/opt/quick/se/00.hello/x86/linux/simple-timing-ruby/simout
Redirecting stderr to build/X86/tests/opt/quick/se/00.hello/x86/linux/simple-timing-ruby/simerr
gem5 Simulator System. http://gem5.org
gem5 is copyrighted software; use the --copyright option for details.
gem5 compiled May 21 2012 19:00:49
gem5 started May 21 2012 19:13:47
gem5 executing on ribera.cs.wisc.edu
gem5 compiled Jun 3 2012 13:30:44
gem5 started Jun 3 2012 13:30:58
gem5 executing on burrito
command line: build/X86/gem5.opt -d build/X86/tests/opt/quick/se/00.hello/x86/linux/simple-timing-ruby -re tests/run.py build/X86/tests/opt/quick/se/00.hello/x86/linux/simple-timing-ruby
Global frequency set at 1000000000 ticks per second
info: Entering event queue @ 0. Starting simulation...

View file

@ -4,11 +4,11 @@ sim_seconds 0.000276 # Nu
sim_ticks 276484 # Number of ticks simulated
final_tick 276484 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000 # Frequency of simulated ticks
host_inst_rate 40683 # Simulator instruction rate (inst/s)
host_op_rate 73662 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 2075784 # Simulator tick rate (ticks/s)
host_mem_usage 281244 # Number of bytes of host memory used
host_seconds 0.13 # Real time elapsed on the host
host_inst_rate 34222 # Simulator instruction rate (inst/s)
host_op_rate 61969 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 1746397 # Simulator tick rate (ticks/s)
host_mem_usage 255240 # Number of bytes of host memory used
host_seconds 0.16 # Real time elapsed on the host
sim_insts 5417 # Number of instructions simulated
sim_ops 9810 # Number of ops (including micro ops) simulated
system.physmem.bytes_read 62348 # Number of bytes read from this memory
@ -33,7 +33,7 @@ system.cpu.num_func_calls 0 # nu
system.cpu.num_conditional_control_insts 904 # number of instructions that are conditional controls
system.cpu.num_int_insts 9715 # number of integer instructions
system.cpu.num_fp_insts 0 # number of float instructions
system.cpu.num_int_register_reads 29928 # number of times the integer registers were read
system.cpu.num_int_register_reads 29934 # number of times the integer registers were read
system.cpu.num_int_register_writes 14707 # number of times the integer registers were written
system.cpu.num_fp_register_reads 0 # number of times the floating registers were read
system.cpu.num_fp_register_writes 0 # number of times the floating registers were written

View file

@ -164,9 +164,8 @@ cpu_side=system.cpu.toL2Bus.master[0]
mem_side=system.membus.slave[1]
[system.cpu.toL2Bus]
type=Bus
type=CoherentBus
block_size=64
bus_id=0
clock=1000
header_cycles=1
use_default_range=false
@ -185,7 +184,7 @@ egid=100
env=
errout=cerr
euid=100
executable=tests/test-progs/hello/bin/x86/linux/hello
executable=/dist/m5/regression/test-progs/hello/bin/x86/linux/hello
gid=100
input=cin
max_stack_size=67108864
@ -197,9 +196,8 @@ system=system
uid=100
[system.membus]
type=Bus
type=CoherentBus
block_size=64
bus_id=0
clock=1000
header_cycles=1
use_default_range=false

View file

@ -1,11 +1,9 @@
Redirecting stdout to build/X86/tests/opt/quick/se/00.hello/x86/linux/simple-timing/simout
Redirecting stderr to build/X86/tests/opt/quick/se/00.hello/x86/linux/simple-timing/simerr
gem5 Simulator System. http://gem5.org
gem5 is copyrighted software; use the --copyright option for details.
gem5 compiled May 21 2012 19:00:49
gem5 started May 21 2012 19:09:59
gem5 executing on ribera.cs.wisc.edu
gem5 compiled Jun 3 2012 13:30:44
gem5 started Jun 3 2012 13:30:59
gem5 executing on burrito
command line: build/X86/gem5.opt -d build/X86/tests/opt/quick/se/00.hello/x86/linux/simple-timing -re tests/run.py build/X86/tests/opt/quick/se/00.hello/x86/linux/simple-timing
Global frequency set at 1000000000000 ticks per second
info: Entering event queue @ 0. Starting simulation...

View file

@ -4,11 +4,11 @@ sim_seconds 0.000029 # Nu
sim_ticks 28768000 # Number of ticks simulated
final_tick 28768000 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
host_inst_rate 209143 # Simulator instruction rate (inst/s)
host_op_rate 378428 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 1108849830 # Simulator tick rate (ticks/s)
host_mem_usage 269844 # Number of bytes of host memory used
host_seconds 0.03 # Real time elapsed on the host
host_inst_rate 39729 # Simulator instruction rate (inst/s)
host_op_rate 71940 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 210944443 # Simulator tick rate (ticks/s)
host_mem_usage 244104 # Number of bytes of host memory used
host_seconds 0.14 # Real time elapsed on the host
sim_insts 5417 # Number of instructions simulated
sim_ops 9810 # Number of ops (including micro ops) simulated
system.physmem.bytes_read 23104 # Number of bytes read from this memory
@ -32,7 +32,7 @@ system.cpu.num_func_calls 0 # nu
system.cpu.num_conditional_control_insts 904 # number of instructions that are conditional controls
system.cpu.num_int_insts 9715 # number of integer instructions
system.cpu.num_fp_insts 0 # number of float instructions
system.cpu.num_int_register_reads 29928 # number of times the integer registers were read
system.cpu.num_int_register_reads 29934 # number of times the integer registers were read
system.cpu.num_int_register_writes 14707 # number of times the integer registers were written
system.cpu.num_fp_register_reads 0 # number of times the floating registers were read
system.cpu.num_fp_register_writes 0 # number of times the floating registers were written