regressions: update eio stats due to cache latency fix

This commit is contained in:
Nilay Vaish 2013-03-28 09:32:01 -05:00
parent 4646369afd
commit 1af9369779
4 changed files with 639 additions and 643 deletions

View file

@ -10,10 +10,12 @@ time_sync_spin_threshold=100000000
type=System
children=cpu0 cpu1 cpu2 cpu3 l2c membus physmem toL2Bus
boot_osflags=a
clock=1000
init_param=0
kernel=
load_addr_mask=1099511627775
mem_mode=timing
mem_ranges=
memories=system.physmem
num_work_ids=16
readfile=
@ -29,11 +31,11 @@ system_port=system.membus.slave[1]
[system.cpu0]
type=TimingSimpleCPU
children=dcache dtb icache interrupts itb tracer workload
children=dcache dtb icache interrupts isa itb tracer workload
branchPred=Null
checker=Null
clock=500
cpu_id=0
defer_registration=false
do_checkpoint_insts=true
do_quiesce=true
do_statistics_insts=true
@ -41,15 +43,16 @@ dtb=system.cpu0.dtb
function_trace=false
function_trace_start=0
interrupts=system.cpu0.interrupts
isa=system.cpu0.isa
itb=system.cpu0.itb
max_insts_all_threads=0
max_insts_any_thread=500000
max_loads_all_threads=0
max_loads_any_thread=0
numThreads=1
phase=0
profile=0
progress_interval=0
switched_out=false
system=system
tracer=system.cpu0.tracer
workload=system.cpu0.workload
@ -61,21 +64,18 @@ type=BaseCache
addr_ranges=0:18446744073709551615
assoc=4
block_size=64
clock=500
forward_snoops=true
hash_delay=1
hit_latency=2
is_top_level=true
latency=1000
max_miss_count=0
mshrs=4
prefetch_on_access=false
prefetcher=Null
prioritizeRequests=false
repl=Null
response_latency=2
size=32768
subblock_size=0
system=system
tgts_per_mshr=8
trace_addr=0
tgts_per_mshr=20
two_queue=false
write_buffers=8
cpu_side=system.cpu0.dcache_port
@ -90,21 +90,18 @@ type=BaseCache
addr_ranges=0:18446744073709551615
assoc=1
block_size=64
clock=500
forward_snoops=true
hash_delay=1
hit_latency=2
is_top_level=true
latency=1000
max_miss_count=0
mshrs=4
prefetch_on_access=false
prefetcher=Null
prioritizeRequests=false
repl=Null
response_latency=2
size=32768
subblock_size=0
system=system
tgts_per_mshr=8
trace_addr=0
tgts_per_mshr=20
two_queue=false
write_buffers=8
cpu_side=system.cpu0.icache_port
@ -113,6 +110,9 @@ mem_side=system.toL2Bus.slave[0]
[system.cpu0.interrupts]
type=AlphaInterrupts
[system.cpu0.isa]
type=AlphaISA
[system.cpu0.itb]
type=AlphaTLB
size=48
@ -124,7 +124,7 @@ type=ExeTracer
type=EioProcess
chkpt=
errout=cerr
file=/dist/m5/regression/test-progs/anagram/bin/alpha/eio/anagram-vshort.eio.gz
file=tests/test-progs/anagram/bin/alpha/eio/anagram-vshort.eio.gz
input=None
max_stack_size=67108864
output=cout
@ -132,11 +132,11 @@ system=system
[system.cpu1]
type=TimingSimpleCPU
children=dcache dtb icache interrupts itb tracer workload
children=dcache dtb icache interrupts isa itb tracer workload
branchPred=Null
checker=Null
clock=500
cpu_id=1
defer_registration=false
do_checkpoint_insts=true
do_quiesce=true
do_statistics_insts=true
@ -144,15 +144,16 @@ dtb=system.cpu1.dtb
function_trace=false
function_trace_start=0
interrupts=system.cpu1.interrupts
isa=system.cpu1.isa
itb=system.cpu1.itb
max_insts_all_threads=0
max_insts_any_thread=500000
max_loads_all_threads=0
max_loads_any_thread=0
numThreads=1
phase=0
profile=0
progress_interval=0
switched_out=false
system=system
tracer=system.cpu1.tracer
workload=system.cpu1.workload
@ -164,21 +165,18 @@ type=BaseCache
addr_ranges=0:18446744073709551615
assoc=4
block_size=64
clock=500
forward_snoops=true
hash_delay=1
hit_latency=2
is_top_level=true
latency=1000
max_miss_count=0
mshrs=4
prefetch_on_access=false
prefetcher=Null
prioritizeRequests=false
repl=Null
response_latency=2
size=32768
subblock_size=0
system=system
tgts_per_mshr=8
trace_addr=0
tgts_per_mshr=20
two_queue=false
write_buffers=8
cpu_side=system.cpu1.dcache_port
@ -193,21 +191,18 @@ type=BaseCache
addr_ranges=0:18446744073709551615
assoc=1
block_size=64
clock=500
forward_snoops=true
hash_delay=1
hit_latency=2
is_top_level=true
latency=1000
max_miss_count=0
mshrs=4
prefetch_on_access=false
prefetcher=Null
prioritizeRequests=false
repl=Null
response_latency=2
size=32768
subblock_size=0
system=system
tgts_per_mshr=8
trace_addr=0
tgts_per_mshr=20
two_queue=false
write_buffers=8
cpu_side=system.cpu1.icache_port
@ -216,6 +211,9 @@ mem_side=system.toL2Bus.slave[2]
[system.cpu1.interrupts]
type=AlphaInterrupts
[system.cpu1.isa]
type=AlphaISA
[system.cpu1.itb]
type=AlphaTLB
size=48
@ -227,7 +225,7 @@ type=ExeTracer
type=EioProcess
chkpt=
errout=cerr
file=/dist/m5/regression/test-progs/anagram/bin/alpha/eio/anagram-vshort.eio.gz
file=tests/test-progs/anagram/bin/alpha/eio/anagram-vshort.eio.gz
input=None
max_stack_size=67108864
output=cout
@ -235,11 +233,11 @@ system=system
[system.cpu2]
type=TimingSimpleCPU
children=dcache dtb icache interrupts itb tracer workload
children=dcache dtb icache interrupts isa itb tracer workload
branchPred=Null
checker=Null
clock=500
cpu_id=2
defer_registration=false
do_checkpoint_insts=true
do_quiesce=true
do_statistics_insts=true
@ -247,15 +245,16 @@ dtb=system.cpu2.dtb
function_trace=false
function_trace_start=0
interrupts=system.cpu2.interrupts
isa=system.cpu2.isa
itb=system.cpu2.itb
max_insts_all_threads=0
max_insts_any_thread=500000
max_loads_all_threads=0
max_loads_any_thread=0
numThreads=1
phase=0
profile=0
progress_interval=0
switched_out=false
system=system
tracer=system.cpu2.tracer
workload=system.cpu2.workload
@ -267,21 +266,18 @@ type=BaseCache
addr_ranges=0:18446744073709551615
assoc=4
block_size=64
clock=500
forward_snoops=true
hash_delay=1
hit_latency=2
is_top_level=true
latency=1000
max_miss_count=0
mshrs=4
prefetch_on_access=false
prefetcher=Null
prioritizeRequests=false
repl=Null
response_latency=2
size=32768
subblock_size=0
system=system
tgts_per_mshr=8
trace_addr=0
tgts_per_mshr=20
two_queue=false
write_buffers=8
cpu_side=system.cpu2.dcache_port
@ -296,21 +292,18 @@ type=BaseCache
addr_ranges=0:18446744073709551615
assoc=1
block_size=64
clock=500
forward_snoops=true
hash_delay=1
hit_latency=2
is_top_level=true
latency=1000
max_miss_count=0
mshrs=4
prefetch_on_access=false
prefetcher=Null
prioritizeRequests=false
repl=Null
response_latency=2
size=32768
subblock_size=0
system=system
tgts_per_mshr=8
trace_addr=0
tgts_per_mshr=20
two_queue=false
write_buffers=8
cpu_side=system.cpu2.icache_port
@ -319,6 +312,9 @@ mem_side=system.toL2Bus.slave[4]
[system.cpu2.interrupts]
type=AlphaInterrupts
[system.cpu2.isa]
type=AlphaISA
[system.cpu2.itb]
type=AlphaTLB
size=48
@ -330,7 +326,7 @@ type=ExeTracer
type=EioProcess
chkpt=
errout=cerr
file=/dist/m5/regression/test-progs/anagram/bin/alpha/eio/anagram-vshort.eio.gz
file=tests/test-progs/anagram/bin/alpha/eio/anagram-vshort.eio.gz
input=None
max_stack_size=67108864
output=cout
@ -338,11 +334,11 @@ system=system
[system.cpu3]
type=TimingSimpleCPU
children=dcache dtb icache interrupts itb tracer workload
children=dcache dtb icache interrupts isa itb tracer workload
branchPred=Null
checker=Null
clock=500
cpu_id=3
defer_registration=false
do_checkpoint_insts=true
do_quiesce=true
do_statistics_insts=true
@ -350,15 +346,16 @@ dtb=system.cpu3.dtb
function_trace=false
function_trace_start=0
interrupts=system.cpu3.interrupts
isa=system.cpu3.isa
itb=system.cpu3.itb
max_insts_all_threads=0
max_insts_any_thread=500000
max_loads_all_threads=0
max_loads_any_thread=0
numThreads=1
phase=0
profile=0
progress_interval=0
switched_out=false
system=system
tracer=system.cpu3.tracer
workload=system.cpu3.workload
@ -370,21 +367,18 @@ type=BaseCache
addr_ranges=0:18446744073709551615
assoc=4
block_size=64
clock=500
forward_snoops=true
hash_delay=1
hit_latency=2
is_top_level=true
latency=1000
max_miss_count=0
mshrs=4
prefetch_on_access=false
prefetcher=Null
prioritizeRequests=false
repl=Null
response_latency=2
size=32768
subblock_size=0
system=system
tgts_per_mshr=8
trace_addr=0
tgts_per_mshr=20
two_queue=false
write_buffers=8
cpu_side=system.cpu3.dcache_port
@ -399,21 +393,18 @@ type=BaseCache
addr_ranges=0:18446744073709551615
assoc=1
block_size=64
clock=500
forward_snoops=true
hash_delay=1
hit_latency=2
is_top_level=true
latency=1000
max_miss_count=0
mshrs=4
prefetch_on_access=false
prefetcher=Null
prioritizeRequests=false
repl=Null
response_latency=2
size=32768
subblock_size=0
system=system
tgts_per_mshr=8
trace_addr=0
tgts_per_mshr=20
two_queue=false
write_buffers=8
cpu_side=system.cpu3.icache_port
@ -422,6 +413,9 @@ mem_side=system.toL2Bus.slave[6]
[system.cpu3.interrupts]
type=AlphaInterrupts
[system.cpu3.isa]
type=AlphaISA
[system.cpu3.itb]
type=AlphaTLB
size=48
@ -433,7 +427,7 @@ type=ExeTracer
type=EioProcess
chkpt=
errout=cerr
file=/dist/m5/regression/test-progs/anagram/bin/alpha/eio/anagram-vshort.eio.gz
file=tests/test-progs/anagram/bin/alpha/eio/anagram-vshort.eio.gz
input=None
max_stack_size=67108864
output=cout
@ -444,21 +438,18 @@ type=BaseCache
addr_ranges=0:18446744073709551615
assoc=8
block_size=64
clock=500
forward_snoops=true
hash_delay=1
hit_latency=20
is_top_level=false
latency=10000
max_miss_count=0
mshrs=92
mshrs=20
prefetch_on_access=false
prefetcher=Null
prioritizeRequests=false
repl=Null
response_latency=20
size=4194304
subblock_size=0
system=system
tgts_per_mshr=16
trace_addr=0
tgts_per_mshr=12
two_queue=false
write_buffers=8
cpu_side=system.toL2Bus.master[0]
@ -469,6 +460,7 @@ type=CoherentBus
block_size=64
clock=1000
header_cycles=1
system=system
use_default_range=false
width=8
master=system.physmem.port
@ -476,8 +468,9 @@ slave=system.l2c.mem_side system.system_port
[system.physmem]
type=SimpleMemory
bandwidth=73.000000
clock=1000
conf_table_reported=false
file=
in_addr_map=true
latency=30000
latency_var=0
@ -489,8 +482,9 @@ port=system.membus.master[0]
[system.toL2Bus]
type=CoherentBus
block_size=64
clock=1000
clock=500
header_cycles=1
system=system
use_default_range=false
width=8
master=system.l2c.cpu_side

View file

@ -8,3 +8,5 @@ gzip: stdout: Broken pipe
gzip: stdout: Broken pipe
gzip: stdout: Broken pipe
gzip: stdout: Broken pipe

View file

@ -1,12 +1,12 @@
Redirecting stdout to build/ALPHA/tests/opt/quick/se/30.eio-mp/alpha/eio/simple-timing-mp/simout
Redirecting stderr to build/ALPHA/tests/opt/quick/se/30.eio-mp/alpha/eio/simple-timing-mp/simerr
Redirecting stdout to build/ALPHA/tests/fast/quick/se/30.eio-mp/alpha/eio/simple-timing-mp/simout
Redirecting stderr to build/ALPHA/tests/fast/quick/se/30.eio-mp/alpha/eio/simple-timing-mp/simerr
gem5 Simulator System. http://gem5.org
gem5 is copyrighted software; use the --copyright option for details.
gem5 compiled Jul 22 2012 20:21:46
gem5 started Jul 23 2012 00:28:55
gem5 executing on zizzer
command line: build/ALPHA/gem5.opt -d build/ALPHA/tests/opt/quick/se/30.eio-mp/alpha/eio/simple-timing-mp -re tests/run.py build/ALPHA/tests/opt/quick/se/30.eio-mp/alpha/eio/simple-timing-mp
gem5 compiled Mar 28 2013 09:19:43
gem5 started Mar 28 2013 09:22:33
gem5 executing on ribera.cs.wisc.edu
command line: build/ALPHA/gem5.fast -d build/ALPHA/tests/fast/quick/se/30.eio-mp/alpha/eio/simple-timing-mp -re tests/run.py build/ALPHA/tests/fast/quick/se/30.eio-mp/alpha/eio/simple-timing-mp
Global frequency set at 1000000000000 ticks per second
info: Entering event queue @ 0. Starting simulation...
main dictionary has 1245 entries
@ -17,4 +17,4 @@ main dictionary has 1245 entries
49508 bytes wasted
49508 bytes wasted
49508 bytes wasted
>>>>Exiting @ tick 731328000 because a thread reached the max instruction count
>>>>Exiting @ tick 729071000 because a thread reached the max instruction count