summaryrefslogtreecommitdiff
path: root/tests/long/se/70.twolf/ref/alpha
diff options
context:
space:
mode:
authorAli Saidi <Ali.Saidi@ARM.com>2012-11-02 11:50:06 -0500
committerAli Saidi <Ali.Saidi@ARM.com>2012-11-02 11:50:06 -0500
commit1dbf9bb4ca6cc3bee68713a28778c1bdfe222f75 (patch)
tree81108e7ff1951b652258f53bd5615a617b734ce2 /tests/long/se/70.twolf/ref/alpha
parentddd6af414cdd4939f4ff382f0e83e7dfa695781d (diff)
downloadgem5-1dbf9bb4ca6cc3bee68713a28778c1bdfe222f75.tar.xz
update stats for preceeding changes
Diffstat (limited to 'tests/long/se/70.twolf/ref/alpha')
-rw-r--r--tests/long/se/70.twolf/ref/alpha/tru64/inorder-timing/config.ini68
-rwxr-xr-xtests/long/se/70.twolf/ref/alpha/tru64/inorder-timing/simout12
-rw-r--r--tests/long/se/70.twolf/ref/alpha/tru64/inorder-timing/stats.txt684
-rw-r--r--tests/long/se/70.twolf/ref/alpha/tru64/o3-timing/config.ini62
-rwxr-xr-xtests/long/se/70.twolf/ref/alpha/tru64/o3-timing/simout12
-rw-r--r--tests/long/se/70.twolf/ref/alpha/tru64/o3-timing/stats.txt1205
6 files changed, 1042 insertions, 1001 deletions
diff --git a/tests/long/se/70.twolf/ref/alpha/tru64/inorder-timing/config.ini b/tests/long/se/70.twolf/ref/alpha/tru64/inorder-timing/config.ini
index db2911eab..402c5cbcd 100644
--- a/tests/long/se/70.twolf/ref/alpha/tru64/inorder-timing/config.ini
+++ b/tests/long/se/70.twolf/ref/alpha/tru64/inorder-timing/config.ini
@@ -10,6 +10,7 @@ time_sync_spin_threshold=100000000
type=System
children=cpu membus physmem
boot_osflags=a
+clock=1000
init_param=0
kernel=
load_addr_mask=1099511627775
@@ -29,7 +30,7 @@ system_port=system.membus.slave[0]
[system.cpu]
type=InOrderCPU
-children=dcache dtb icache interrupts itb l2cache toL2Bus tracer workload
+children=dcache dtb icache interrupts isa itb l2cache toL2Bus tracer workload
BTBEntries=4096
BTBTagSize=16
RASSize=16
@@ -54,8 +55,6 @@ do_quiesce=true
do_statistics_insts=true
dtb=system.cpu.dtb
fetchBuffSize=4
-functionTrace=false
-functionTraceStart=0
function_trace=false
function_trace_start=0
globalCtrBits=2
@@ -63,6 +62,7 @@ globalHistoryBits=13
globalPredictorSize=8192
instShiftAmt=2
interrupts=system.cpu.interrupts
+isa=system.cpu.isa
itb=system.cpu.itb
localCtrBits=2
localHistoryBits=11
@@ -76,7 +76,6 @@ memBlockSize=64
multLatency=1
multRepeatRate=1
numThreads=1
-phase=0
predType=tournament
profile=0
progress_interval=0
@@ -94,20 +93,22 @@ type=BaseCache
addr_ranges=0:18446744073709551615
assoc=2
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=10
+mshrs=4
prefetch_on_access=false
prefetcher=Null
prioritizeRequests=false
repl=Null
+response_latency=2
size=262144
subblock_size=0
system=system
-tgts_per_mshr=5
+tgts_per_mshr=20
trace_addr=0
two_queue=false
write_buffers=8
@@ -123,20 +124,22 @@ type=BaseCache
addr_ranges=0:18446744073709551615
assoc=2
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=10
+mshrs=4
prefetch_on_access=false
prefetcher=Null
prioritizeRequests=false
repl=Null
+response_latency=2
size=131072
subblock_size=0
system=system
-tgts_per_mshr=5
+tgts_per_mshr=20
trace_addr=0
two_queue=false
write_buffers=8
@@ -146,6 +149,9 @@ mem_side=system.cpu.toL2Bus.slave[0]
[system.cpu.interrupts]
type=AlphaInterrupts
+[system.cpu.isa]
+type=AlphaISA
+
[system.cpu.itb]
type=AlphaTLB
size=48
@@ -153,22 +159,24 @@ size=48
[system.cpu.l2cache]
type=BaseCache
addr_ranges=0:18446744073709551615
-assoc=2
+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=10
+mshrs=20
prefetch_on_access=false
prefetcher=Null
prioritizeRequests=false
repl=Null
+response_latency=20
size=2097152
subblock_size=0
system=system
-tgts_per_mshr=5
+tgts_per_mshr=12
trace_addr=0
two_queue=false
write_buffers=8
@@ -178,10 +186,10 @@ mem_side=system.membus.slave[1]
[system.cpu.toL2Bus]
type=CoherentBus
block_size=64
-clock=1000
+clock=500
header_cycles=1
use_default_range=false
-width=8
+width=32
master=system.cpu.l2cache.cpu_side
slave=system.cpu.icache.mem_side system.cpu.dcache.mem_side
@@ -191,12 +199,12 @@ type=ExeTracer
[system.cpu.workload]
type=LiveProcess
cmd=twolf smred
-cwd=build/ALPHA/tests/fast/long/se/70.twolf/alpha/tru64/inorder-timing
+cwd=build/ALPHA/tests/opt/long/se/70.twolf/alpha/tru64/inorder-timing
egid=100
env=
errout=cerr
euid=100
-executable=/dist/m5/cpu2000/binaries/alpha/tru64/twolf
+executable=/projects/pd/randd/dist/cpu2000/binaries/alpha/tru64/twolf
gid=100
input=cin
max_stack_size=67108864
@@ -214,18 +222,32 @@ clock=1000
header_cycles=1
use_default_range=false
width=8
-master=system.physmem.port[0]
+master=system.physmem.port
slave=system.system_port system.cpu.l2cache.mem_side
[system.physmem]
-type=SimpleMemory
+type=SimpleDRAM
+addr_mapping=openmap
+banks_per_rank=8
+clock=1000
conf_table_reported=false
-file=
in_addr_map=true
-latency=30000
-latency_var=0
+lines_per_rowbuffer=64
+mem_sched_policy=fcfs
null=false
+page_policy=open
range=0:134217727
+ranks_per_channel=2
+read_buffer_size=32
+tBURST=4000
+tCL=14000
+tRCD=14000
+tREFI=7800000
+tRFC=300000
+tRP=14000
+tWTR=1000
+write_buffer_size=32
+write_thresh_perc=70
zero=false
port=system.membus.master[0]
diff --git a/tests/long/se/70.twolf/ref/alpha/tru64/inorder-timing/simout b/tests/long/se/70.twolf/ref/alpha/tru64/inorder-timing/simout
index b50317767..483ce54bf 100755
--- a/tests/long/se/70.twolf/ref/alpha/tru64/inorder-timing/simout
+++ b/tests/long/se/70.twolf/ref/alpha/tru64/inorder-timing/simout
@@ -1,12 +1,10 @@
gem5 Simulator System. http://gem5.org
gem5 is copyrighted software; use the --copyright option for details.
-gem5 compiled Jul 2 2012 08:30:56
-gem5 started Jul 2 2012 10:35:16
-gem5 executing on zizzer
-command line: build/ALPHA/gem5.fast -d build/ALPHA/tests/fast/long/se/70.twolf/alpha/tru64/inorder-timing -re tests/run.py build/ALPHA/tests/fast/long/se/70.twolf/alpha/tru64/inorder-timing
-Couldn't unlink build/ALPHA/tests/fast/long/se/70.twolf/alpha/tru64/inorder-timing/smred.sav
-Couldn't unlink build/ALPHA/tests/fast/long/se/70.twolf/alpha/tru64/inorder-timing/smred.sv2
+gem5 compiled Oct 30 2012 11:02:14
+gem5 started Oct 30 2012 13:10:16
+gem5 executing on u200540-lin
+command line: build/ALPHA/gem5.opt -d build/ALPHA/tests/opt/long/se/70.twolf/alpha/tru64/inorder-timing -re tests/run.py build/ALPHA/tests/opt/long/se/70.twolf/alpha/tru64/inorder-timing
Global frequency set at 1000000000000 ticks per second
info: Entering event queue @ 0. Starting simulation...
info: Increasing stack size by one page.
@@ -23,4 +21,4 @@ Authors: Carl Sechen, Bill Swartz
76 77 78 79 80 81 82 83 84 85 86 87 88 89 90
91 92 93 94 95 96 97 98 99 100 101 102 103 104 105
106 107 108 109 110 111 112 113 114 115 116 117 118 119 120
-122 123 124 Exiting @ tick 42012413000 because target called exit()
+122 123 124 Exiting @ tick 41615049000 because target called exit()
diff --git a/tests/long/se/70.twolf/ref/alpha/tru64/inorder-timing/stats.txt b/tests/long/se/70.twolf/ref/alpha/tru64/inorder-timing/stats.txt
index ba13ea976..7f70f56b6 100644
--- a/tests/long/se/70.twolf/ref/alpha/tru64/inorder-timing/stats.txt
+++ b/tests/long/se/70.twolf/ref/alpha/tru64/inorder-timing/stats.txt
@@ -1,14 +1,14 @@
---------- Begin Simulation Statistics ----------
-sim_seconds 0.041949 # Number of seconds simulated
-sim_ticks 41948719000 # Number of ticks simulated
-final_tick 41948719000 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
+sim_seconds 0.041615 # Number of seconds simulated
+sim_ticks 41615049000 # Number of ticks simulated
+final_tick 41615049000 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
-host_inst_rate 82495 # Simulator instruction rate (inst/s)
-host_op_rate 82495 # Simulator op (including micro ops) rate (op/s)
-host_tick_rate 37654494 # Simulator tick rate (ticks/s)
-host_mem_usage 221732 # Number of bytes of host memory used
-host_seconds 1114.04 # Real time elapsed on the host
+host_inst_rate 117678 # Simulator instruction rate (inst/s)
+host_op_rate 117678 # Simulator op (including micro ops) rate (op/s)
+host_tick_rate 53286406 # Simulator tick rate (ticks/s)
+host_mem_usage 217828 # Number of bytes of host memory used
+host_seconds 780.97 # Real time elapsed on the host
sim_insts 91903056 # Number of instructions simulated
sim_ops 91903056 # Number of ops (including micro ops) simulated
system.physmem.bytes_read::cpu.inst 178816 # Number of bytes read from this memory
@@ -19,14 +19,14 @@ system.physmem.bytes_inst_read::total 178816 # Nu
system.physmem.num_reads::cpu.inst 2794 # Number of read requests responded to by this memory
system.physmem.num_reads::cpu.data 2144 # Number of read requests responded to by this memory
system.physmem.num_reads::total 4938 # Number of read requests responded to by this memory
-system.physmem.bw_read::cpu.inst 4262728 # Total read bandwidth from this memory (bytes/s)
-system.physmem.bw_read::cpu.data 3271041 # Total read bandwidth from this memory (bytes/s)
-system.physmem.bw_read::total 7533770 # Total read bandwidth from this memory (bytes/s)
-system.physmem.bw_inst_read::cpu.inst 4262728 # Instruction read bandwidth from this memory (bytes/s)
-system.physmem.bw_inst_read::total 4262728 # Instruction read bandwidth from this memory (bytes/s)
-system.physmem.bw_total::cpu.inst 4262728 # Total bandwidth to/from this memory (bytes/s)
-system.physmem.bw_total::cpu.data 3271041 # Total bandwidth to/from this memory (bytes/s)
-system.physmem.bw_total::total 7533770 # Total bandwidth to/from this memory (bytes/s)
+system.physmem.bw_read::cpu.inst 4296907 # Total read bandwidth from this memory (bytes/s)
+system.physmem.bw_read::cpu.data 3297269 # Total read bandwidth from this memory (bytes/s)
+system.physmem.bw_read::total 7594176 # Total read bandwidth from this memory (bytes/s)
+system.physmem.bw_inst_read::cpu.inst 4296907 # Instruction read bandwidth from this memory (bytes/s)
+system.physmem.bw_inst_read::total 4296907 # Instruction read bandwidth from this memory (bytes/s)
+system.physmem.bw_total::cpu.inst 4296907 # Total bandwidth to/from this memory (bytes/s)
+system.physmem.bw_total::cpu.data 3297269 # Total bandwidth to/from this memory (bytes/s)
+system.physmem.bw_total::total 7594176 # Total bandwidth to/from this memory (bytes/s)
system.physmem.readReqs 4938 # Total number of read requests seen
system.physmem.writeReqs 0 # Total number of write requests seen
system.physmem.cpureqs 4938 # Reqs generatd by CPU via cache - shady
@@ -70,7 +70,7 @@ system.physmem.perBankWrReqs::14 0 # Tr
system.physmem.perBankWrReqs::15 0 # Track writes on a per bank basis
system.physmem.numRdRetry 0 # Number of times rd buffer was full causing retry
system.physmem.numWrRetry 0 # Number of times wr buffer was full causing retry
-system.physmem.totGap 41948681000 # Total gap between requests
+system.physmem.totGap 41614997000 # Total gap between requests
system.physmem.readPktSize::0 0 # Categorize read packet sizes
system.physmem.readPktSize::1 0 # Categorize read packet sizes
system.physmem.readPktSize::2 0 # Categorize read packet sizes
@@ -99,8 +99,8 @@ system.physmem.neitherpktsize::6 0 # ca
system.physmem.neitherpktsize::7 0 # categorize neither packet sizes
system.physmem.neitherpktsize::8 0 # categorize neither packet sizes
system.physmem.rdQLenPdf::0 3467 # What read queue length does an incoming req see
-system.physmem.rdQLenPdf::1 991 # What read queue length does an incoming req see
-system.physmem.rdQLenPdf::2 438 # What read queue length does an incoming req see
+system.physmem.rdQLenPdf::1 1008 # What read queue length does an incoming req see
+system.physmem.rdQLenPdf::2 421 # What read queue length does an incoming req see
system.physmem.rdQLenPdf::3 36 # What read queue length does an incoming req see
system.physmem.rdQLenPdf::4 6 # What read queue length does an incoming req see
system.physmem.rdQLenPdf::5 0 # What read queue length does an incoming req see
@@ -164,47 +164,47 @@ system.physmem.wrQLenPdf::29 0 # Wh
system.physmem.wrQLenPdf::30 0 # What write queue length does an incoming req see
system.physmem.wrQLenPdf::31 0 # What write queue length does an incoming req see
system.physmem.wrQLenPdf::32 0 # What write queue length does an incoming req see
-system.physmem.totQLat 18563928 # Total cycles spent in queuing delays
-system.physmem.totMemAccLat 107349928 # Sum of mem lat for all requests
+system.physmem.totQLat 17845427 # Total cycles spent in queuing delays
+system.physmem.totMemAccLat 106827427 # Sum of mem lat for all requests
system.physmem.totBusLat 19752000 # Total cycles spent in databus access
-system.physmem.totBankLat 69034000 # Total cycles spent in bank access
-system.physmem.avgQLat 3759.40 # Average queueing delay per request
-system.physmem.avgBankLat 13980.15 # Average bank access latency per request
+system.physmem.totBankLat 69230000 # Total cycles spent in bank access
+system.physmem.avgQLat 3613.90 # Average queueing delay per request
+system.physmem.avgBankLat 14019.85 # Average bank access latency per request
system.physmem.avgBusLat 4000.00 # Average bus latency per request
-system.physmem.avgMemAccLat 21739.56 # Average memory access latency
-system.physmem.avgRdBW 7.53 # Average achieved read bandwidth in MB/s
+system.physmem.avgMemAccLat 21633.74 # Average memory access latency
+system.physmem.avgRdBW 7.59 # Average achieved read bandwidth in MB/s
system.physmem.avgWrBW 0.00 # Average achieved write bandwidth in MB/s
-system.physmem.avgConsumedRdBW 7.53 # Average consumed read bandwidth in MB/s
+system.physmem.avgConsumedRdBW 7.59 # Average consumed read bandwidth in MB/s
system.physmem.avgConsumedWrBW 0.00 # Average consumed write bandwidth in MB/s
system.physmem.peakBW 16000.00 # Theoretical peak bandwidth in MB/s
system.physmem.busUtil 0.05 # Data bus utilization in percentage
system.physmem.avgRdQLen 0.00 # Average read queue length over time
system.physmem.avgWrQLen 0.00 # Average write queue length over time
-system.physmem.readRowHits 4458 # Number of row buffer hits during reads
+system.physmem.readRowHits 4457 # Number of row buffer hits during reads
system.physmem.writeRowHits 0 # Number of row buffer hits during writes
-system.physmem.readRowHitRate 90.28 # Row buffer hit rate for reads
+system.physmem.readRowHitRate 90.26 # Row buffer hit rate for reads
system.physmem.writeRowHitRate nan # Row buffer hit rate for writes
-system.physmem.avgGap 8495075.13 # Average gap between requests
+system.physmem.avgGap 8427500.41 # Average gap between requests
system.cpu.dtb.fetch_hits 0 # ITB hits
system.cpu.dtb.fetch_misses 0 # ITB misses
system.cpu.dtb.fetch_acv 0 # ITB acv
system.cpu.dtb.fetch_accesses 0 # ITB accesses
-system.cpu.dtb.read_hits 19996251 # DTB read hits
+system.cpu.dtb.read_hits 19996253 # DTB read hits
system.cpu.dtb.read_misses 10 # DTB read misses
system.cpu.dtb.read_acv 0 # DTB read access violations
-system.cpu.dtb.read_accesses 19996261 # DTB read accesses
+system.cpu.dtb.read_accesses 19996263 # DTB read accesses
system.cpu.dtb.write_hits 6501863 # DTB write hits
system.cpu.dtb.write_misses 23 # DTB write misses
system.cpu.dtb.write_acv 0 # DTB write access violations
system.cpu.dtb.write_accesses 6501886 # DTB write accesses
-system.cpu.dtb.data_hits 26498114 # DTB hits
+system.cpu.dtb.data_hits 26498116 # DTB hits
system.cpu.dtb.data_misses 33 # DTB misses
system.cpu.dtb.data_acv 0 # DTB access violations
-system.cpu.dtb.data_accesses 26498147 # DTB accesses
-system.cpu.itb.fetch_hits 10035746 # ITB hits
+system.cpu.dtb.data_accesses 26498149 # DTB accesses
+system.cpu.itb.fetch_hits 9956935 # ITB hits
system.cpu.itb.fetch_misses 49 # ITB misses
system.cpu.itb.fetch_acv 0 # ITB acv
-system.cpu.itb.fetch_accesses 10035795 # ITB accesses
+system.cpu.itb.fetch_accesses 9956984 # ITB accesses
system.cpu.itb.read_hits 0 # DTB read hits
system.cpu.itb.read_misses 0 # DTB read misses
system.cpu.itb.read_acv 0 # DTB read access violations
@@ -218,42 +218,42 @@ system.cpu.itb.data_misses 0 # DT
system.cpu.itb.data_acv 0 # DTB access violations
system.cpu.itb.data_accesses 0 # DTB accesses
system.cpu.workload.num_syscalls 389 # Number of system calls
-system.cpu.numCycles 83897439 # number of cpu cycles simulated
+system.cpu.numCycles 83230099 # number of cpu cycles simulated
system.cpu.numWorkItemsStarted 0 # number of work items this cpu started
system.cpu.numWorkItemsCompleted 0 # number of work items this cpu completed
-system.cpu.branch_predictor.lookups 13564910 # Number of BP lookups
-system.cpu.branch_predictor.condPredicted 9782241 # Number of conditional branches predicted
-system.cpu.branch_predictor.condIncorrect 4497823 # Number of conditional branches incorrect
-system.cpu.branch_predictor.BTBLookups 7992573 # Number of BTB lookups
-system.cpu.branch_predictor.BTBHits 3850501 # Number of BTB hits
+system.cpu.branch_predictor.lookups 13412629 # Number of BP lookups
+system.cpu.branch_predictor.condPredicted 9650146 # Number of conditional branches predicted
+system.cpu.branch_predictor.condIncorrect 4269214 # Number of conditional branches incorrect
+system.cpu.branch_predictor.BTBLookups 7424481 # Number of BTB lookups
+system.cpu.branch_predictor.BTBHits 3768497 # Number of BTB hits
system.cpu.branch_predictor.usedRAS 1029619 # Number of times the RAS was used to get a target.
-system.cpu.branch_predictor.RASInCorrect 122 # Number of incorrect RAS predictions.
-system.cpu.branch_predictor.BTBHitPct 48.175988 # BTB Hit Percentage
-system.cpu.branch_predictor.predictedTaken 5999726 # Number of Branches Predicted As Taken (True).
-system.cpu.branch_predictor.predictedNotTaken 7565184 # Number of Branches Predicted As Not Taken (False).
-system.cpu.regfile_manager.intRegFileReads 73745307 # Number of Reads from Int. Register File
+system.cpu.branch_predictor.RASInCorrect 126 # Number of incorrect RAS predictions.
+system.cpu.branch_predictor.BTBHitPct 50.757716 # BTB Hit Percentage
+system.cpu.branch_predictor.predictedTaken 5905664 # Number of Branches Predicted As Taken (True).
+system.cpu.branch_predictor.predictedNotTaken 7506965 # Number of Branches Predicted As Not Taken (False).
+system.cpu.regfile_manager.intRegFileReads 73570547 # Number of Reads from Int. Register File
system.cpu.regfile_manager.intRegFileWrites 62575472 # Number of Writes to Int. Register File
-system.cpu.regfile_manager.intRegFileAccesses 136320779 # Total Accesses (Read+Write) to the Int. Register File
-system.cpu.regfile_manager.floatRegFileReads 2206802 # Number of Reads from FP Register File
+system.cpu.regfile_manager.intRegFileAccesses 136146019 # Total Accesses (Read+Write) to the Int. Register File
+system.cpu.regfile_manager.floatRegFileReads 2206128 # Number of Reads from FP Register File
system.cpu.regfile_manager.floatRegFileWrites 5851888 # Number of Writes to FP Register File
-system.cpu.regfile_manager.floatRegFileAccesses 8058690 # Total Accesses (Read+Write) to the FP Register File
-system.cpu.regfile_manager.regForwards 38528710 # Number of Registers Read Through Forwarding Logic
-system.cpu.agen_unit.agens 26769089 # Number of Address Generations
-system.cpu.execution_unit.predictedTakenIncorrect 3520477 # Number of Branches Incorrectly Predicted As Taken.
-system.cpu.execution_unit.predictedNotTakenIncorrect 976488 # Number of Branches Incorrectly Predicted As Not Taken).
-system.cpu.execution_unit.mispredicted 4496965 # Number of Branches Incorrectly Predicted
-system.cpu.execution_unit.predicted 5743737 # Number of Branches Incorrectly Predicted
-system.cpu.execution_unit.mispredictPct 43.912663 # Percentage of Incorrect Branches Predicts
-system.cpu.execution_unit.executions 57470360 # Number of Instructions Executed.
-system.cpu.mult_div_unit.multiplies 458258 # Number of Multipy Operations Executed
+system.cpu.regfile_manager.floatRegFileAccesses 8058016 # Total Accesses (Read+Write) to the FP Register File
+system.cpu.regfile_manager.regForwards 38521872 # Number of Registers Read Through Forwarding Logic
+system.cpu.agen_unit.agens 26722393 # Number of Address Generations
+system.cpu.execution_unit.predictedTakenIncorrect 3469296 # Number of Branches Incorrectly Predicted As Taken.
+system.cpu.execution_unit.predictedNotTakenIncorrect 799060 # Number of Branches Incorrectly Predicted As Not Taken).
+system.cpu.execution_unit.mispredicted 4268356 # Number of Branches Incorrectly Predicted
+system.cpu.execution_unit.predicted 5972346 # Number of Branches Incorrectly Predicted
+system.cpu.execution_unit.mispredictPct 41.680307 # Percentage of Incorrect Branches Predicts
+system.cpu.execution_unit.executions 57404029 # Number of Instructions Executed.
+system.cpu.mult_div_unit.multiplies 458253 # Number of Multipy Operations Executed
system.cpu.mult_div_unit.divides 0 # Number of Divide Operations Executed
system.cpu.contextSwitches 1 # Number of context switches
-system.cpu.threadCycles 83635742 # Total Number of Cycles A Thread Was Active in CPU (Per-Thread)
+system.cpu.threadCycles 82970257 # Total Number of Cycles A Thread Was Active in CPU (Per-Thread)
system.cpu.smtCycles 0 # Total number of cycles that the CPU was in SMT-mode
-system.cpu.timesIdled 10897 # Number of times that the entire CPU went into an idle state and unscheduled itself
-system.cpu.idleCycles 7614848 # Number of cycles cpu's stages were not processed
-system.cpu.runCycles 76282591 # Number of cycles cpu stages are processed.
-system.cpu.activity 90.923623 # Percentage of cycles cpu is active
+system.cpu.timesIdled 10685 # Number of times that the entire CPU went into an idle state and unscheduled itself
+system.cpu.idleCycles 7622365 # Number of cycles cpu's stages were not processed
+system.cpu.runCycles 75607734 # Number of cycles cpu stages are processed.
+system.cpu.activity 90.841817 # Percentage of cycles cpu is active
system.cpu.comLoads 19996198 # Number of Load instructions committed
system.cpu.comStores 6501103 # Number of Store instructions committed
system.cpu.comBranches 10240685 # Number of Branches instructions committed
@@ -265,72 +265,72 @@ system.cpu.committedInsts 91903056 # Nu
system.cpu.committedOps 91903056 # Number of Ops committed (Per-Thread)
system.cpu.smtCommittedInsts 0 # Number of SMT Instructions committed (Per-Thread)
system.cpu.committedInsts_total 91903056 # Number of Instructions committed (Total)
-system.cpu.cpi 0.912891 # CPI: Cycles Per Instruction (Per-Thread)
+system.cpu.cpi 0.905629 # CPI: Cycles Per Instruction (Per-Thread)
system.cpu.smt_cpi nan # CPI: Total SMT-CPI
-system.cpu.cpi_total 0.912891 # CPI: Total CPI of All Threads
-system.cpu.ipc 1.095421 # IPC: Instructions Per Cycle (Per-Thread)
+system.cpu.cpi_total 0.905629 # CPI: Total CPI of All Threads
+system.cpu.ipc 1.104205 # IPC: Instructions Per Cycle (Per-Thread)
system.cpu.smt_ipc nan # IPC: Total SMT-IPC
-system.cpu.ipc_total 1.095421 # IPC: Total IPC of All Threads
-system.cpu.stage0.idleCycles 27675918 # Number of cycles 0 instructions are processed.
-system.cpu.stage0.runCycles 56221521 # Number of cycles 1+ instructions are processed.
-system.cpu.stage0.utilization 67.012202 # Percentage of cycles stage was utilized (processing insts).
-system.cpu.stage1.idleCycles 34449958 # Number of cycles 0 instructions are processed.
-system.cpu.stage1.runCycles 49447481 # Number of cycles 1+ instructions are processed.
-system.cpu.stage1.utilization 58.938010 # Percentage of cycles stage was utilized (processing insts).
-system.cpu.stage2.idleCycles 33919397 # Number of cycles 0 instructions are processed.
-system.cpu.stage2.runCycles 49978042 # Number of cycles 1+ instructions are processed.
-system.cpu.stage2.utilization 59.570402 # Percentage of cycles stage was utilized (processing insts).
-system.cpu.stage3.idleCycles 65867839 # Number of cycles 0 instructions are processed.
-system.cpu.stage3.runCycles 18029600 # Number of cycles 1+ instructions are processed.
-system.cpu.stage3.utilization 21.490048 # Percentage of cycles stage was utilized (processing insts).
-system.cpu.stage4.idleCycles 29953374 # Number of cycles 0 instructions are processed.
-system.cpu.stage4.runCycles 53944065 # Number of cycles 1+ instructions are processed.
-system.cpu.stage4.utilization 64.297630 # Percentage of cycles stage was utilized (processing insts).
-system.cpu.icache.replacements 8127 # number of replacements
-system.cpu.icache.tagsinuse 1492.667941 # Cycle average of tags in use
-system.cpu.icache.total_refs 10023995 # Total number of references to valid blocks.
-system.cpu.icache.sampled_refs 10012 # Sample count of references to valid blocks.
-system.cpu.icache.avg_refs 1001.198062 # Average number of references to valid blocks.
+system.cpu.ipc_total 1.104205 # IPC: Total IPC of All Threads
+system.cpu.stage0.idleCycles 27549736 # Number of cycles 0 instructions are processed.
+system.cpu.stage0.runCycles 55680363 # Number of cycles 1+ instructions are processed.
+system.cpu.stage0.utilization 66.899311 # Percentage of cycles stage was utilized (processing insts).
+system.cpu.stage1.idleCycles 33978401 # Number of cycles 0 instructions are processed.
+system.cpu.stage1.runCycles 49251698 # Number of cycles 1+ instructions are processed.
+system.cpu.stage1.utilization 59.175345 # Percentage of cycles stage was utilized (processing insts).
+system.cpu.stage2.idleCycles 33378776 # Number of cycles 0 instructions are processed.
+system.cpu.stage2.runCycles 49851323 # Number of cycles 1+ instructions are processed.
+system.cpu.stage2.utilization 59.895787 # Percentage of cycles stage was utilized (processing insts).
+system.cpu.stage3.idleCycles 65203595 # Number of cycles 0 instructions are processed.
+system.cpu.stage3.runCycles 18026504 # Number of cycles 1+ instructions are processed.
+system.cpu.stage3.utilization 21.658636 # Percentage of cycles stage was utilized (processing insts).
+system.cpu.stage4.idleCycles 29370403 # Number of cycles 0 instructions are processed.
+system.cpu.stage4.runCycles 53859696 # Number of cycles 1+ instructions are processed.
+system.cpu.stage4.utilization 64.711801 # Percentage of cycles stage was utilized (processing insts).
+system.cpu.icache.replacements 7635 # number of replacements
+system.cpu.icache.tagsinuse 1492.730683 # Cycle average of tags in use
+system.cpu.icache.total_refs 9945572 # Total number of references to valid blocks.
+system.cpu.icache.sampled_refs 9520 # Sample count of references to valid blocks.
+system.cpu.icache.avg_refs 1044.702941 # Average number of references to valid blocks.
system.cpu.icache.warmup_cycle 0 # Cycle when the warmup percentage was hit.
-system.cpu.icache.occ_blocks::cpu.inst 1492.667941 # Average occupied blocks per requestor
-system.cpu.icache.occ_percent::cpu.inst 0.728842 # Average percentage of cache occupancy
-system.cpu.icache.occ_percent::total 0.728842 # Average percentage of cache occupancy
-system.cpu.icache.ReadReq_hits::cpu.inst 10023995 # number of ReadReq hits
-system.cpu.icache.ReadReq_hits::total 10023995 # number of ReadReq hits
-system.cpu.icache.demand_hits::cpu.inst 10023995 # number of demand (read+write) hits
-system.cpu.icache.demand_hits::total 10023995 # number of demand (read+write) hits
-system.cpu.icache.overall_hits::cpu.inst 10023995 # number of overall hits
-system.cpu.icache.overall_hits::total 10023995 # number of overall hits
-system.cpu.icache.ReadReq_misses::cpu.inst 11751 # number of ReadReq misses
-system.cpu.icache.ReadReq_misses::total 11751 # number of ReadReq misses
-system.cpu.icache.demand_misses::cpu.inst 11751 # number of demand (read+write) misses
-system.cpu.icache.demand_misses::total 11751 # number of demand (read+write) misses
-system.cpu.icache.overall_misses::cpu.inst 11751 # number of overall misses
-system.cpu.icache.overall_misses::total 11751 # number of overall misses
-system.cpu.icache.ReadReq_miss_latency::cpu.inst 259062500 # number of ReadReq miss cycles
-system.cpu.icache.ReadReq_miss_latency::total 259062500 # number of ReadReq miss cycles
-system.cpu.icache.demand_miss_latency::cpu.inst 259062500 # number of demand (read+write) miss cycles
-system.cpu.icache.demand_miss_latency::total 259062500 # number of demand (read+write) miss cycles
-system.cpu.icache.overall_miss_latency::cpu.inst 259062500 # number of overall miss cycles
-system.cpu.icache.overall_miss_latency::total 259062500 # number of overall miss cycles
-system.cpu.icache.ReadReq_accesses::cpu.inst 10035746 # number of ReadReq accesses(hits+misses)
-system.cpu.icache.ReadReq_accesses::total 10035746 # number of ReadReq accesses(hits+misses)
-system.cpu.icache.demand_accesses::cpu.inst 10035746 # number of demand (read+write) accesses
-system.cpu.icache.demand_accesses::total 10035746 # number of demand (read+write) accesses
-system.cpu.icache.overall_accesses::cpu.inst 10035746 # number of overall (read+write) accesses
-system.cpu.icache.overall_accesses::total 10035746 # number of overall (read+write) accesses
-system.cpu.icache.ReadReq_miss_rate::cpu.inst 0.001171 # miss rate for ReadReq accesses
-system.cpu.icache.ReadReq_miss_rate::total 0.001171 # miss rate for ReadReq accesses
-system.cpu.icache.demand_miss_rate::cpu.inst 0.001171 # miss rate for demand accesses
-system.cpu.icache.demand_miss_rate::total 0.001171 # miss rate for demand accesses
-system.cpu.icache.overall_miss_rate::cpu.inst 0.001171 # miss rate for overall accesses
-system.cpu.icache.overall_miss_rate::total 0.001171 # miss rate for overall accesses
-system.cpu.icache.ReadReq_avg_miss_latency::cpu.inst 22045.996085 # average ReadReq miss latency
-system.cpu.icache.ReadReq_avg_miss_latency::total 22045.996085 # average ReadReq miss latency
-system.cpu.icache.demand_avg_miss_latency::cpu.inst 22045.996085 # average overall miss latency
-system.cpu.icache.demand_avg_miss_latency::total 22045.996085 # average overall miss latency
-system.cpu.icache.overall_avg_miss_latency::cpu.inst 22045.996085 # average overall miss latency
-system.cpu.icache.overall_avg_miss_latency::total 22045.996085 # average overall miss latency
+system.cpu.icache.occ_blocks::cpu.inst 1492.730683 # Average occupied blocks per requestor
+system.cpu.icache.occ_percent::cpu.inst 0.728872 # Average percentage of cache occupancy
+system.cpu.icache.occ_percent::total 0.728872 # Average percentage of cache occupancy
+system.cpu.icache.ReadReq_hits::cpu.inst 9945572 # number of ReadReq hits
+system.cpu.icache.ReadReq_hits::total 9945572 # number of ReadReq hits
+system.cpu.icache.demand_hits::cpu.inst 9945572 # number of demand (read+write) hits
+system.cpu.icache.demand_hits::total 9945572 # number of demand (read+write) hits
+system.cpu.icache.overall_hits::cpu.inst 9945572 # number of overall hits
+system.cpu.icache.overall_hits::total 9945572 # number of overall hits
+system.cpu.icache.ReadReq_misses::cpu.inst 11363 # number of ReadReq misses
+system.cpu.icache.ReadReq_misses::total 11363 # number of ReadReq misses
+system.cpu.icache.demand_misses::cpu.inst 11363 # number of demand (read+write) misses
+system.cpu.icache.demand_misses::total 11363 # number of demand (read+write) misses
+system.cpu.icache.overall_misses::cpu.inst 11363 # number of overall misses
+system.cpu.icache.overall_misses::total 11363 # number of overall misses
+system.cpu.icache.ReadReq_miss_latency::cpu.inst 253418000 # number of ReadReq miss cycles
+system.cpu.icache.ReadReq_miss_latency::total 253418000 # number of ReadReq miss cycles
+system.cpu.icache.demand_miss_latency::cpu.inst 253418000 # number of demand (read+write) miss cycles
+system.cpu.icache.demand_miss_latency::total 253418000 # number of demand (read+write) miss cycles
+system.cpu.icache.overall_miss_latency::cpu.inst 253418000 # number of overall miss cycles
+system.cpu.icache.overall_miss_latency::total 253418000 # number of overall miss cycles
+system.cpu.icache.ReadReq_accesses::cpu.inst 9956935 # number of ReadReq accesses(hits+misses)
+system.cpu.icache.ReadReq_accesses::total 9956935 # number of ReadReq accesses(hits+misses)
+system.cpu.icache.demand_accesses::cpu.inst 9956935 # number of demand (read+write) accesses
+system.cpu.icache.demand_accesses::total 9956935 # number of demand (read+write) accesses
+system.cpu.icache.overall_accesses::cpu.inst 9956935 # number of overall (read+write) accesses
+system.cpu.icache.overall_accesses::total 9956935 # number of overall (read+write) accesses
+system.cpu.icache.ReadReq_miss_rate::cpu.inst 0.001141 # miss rate for ReadReq accesses
+system.cpu.icache.ReadReq_miss_rate::total 0.001141 # miss rate for ReadReq accesses
+system.cpu.icache.demand_miss_rate::cpu.inst 0.001141 # miss rate for demand accesses
+system.cpu.icache.demand_miss_rate::total 0.001141 # miss rate for demand accesses
+system.cpu.icache.overall_miss_rate::cpu.inst 0.001141 # miss rate for overall accesses
+system.cpu.icache.overall_miss_rate::total 0.001141 # miss rate for overall accesses
+system.cpu.icache.ReadReq_avg_miss_latency::cpu.inst 22302.032914 # average ReadReq miss latency
+system.cpu.icache.ReadReq_avg_miss_latency::total 22302.032914 # average ReadReq miss latency
+system.cpu.icache.demand_avg_miss_latency::cpu.inst 22302.032914 # average overall miss latency
+system.cpu.icache.demand_avg_miss_latency::total 22302.032914 # average overall miss latency
+system.cpu.icache.overall_avg_miss_latency::cpu.inst 22302.032914 # average overall miss latency
+system.cpu.icache.overall_avg_miss_latency::total 22302.032914 # average overall miss latency
system.cpu.icache.blocked_cycles::no_mshrs 7 # number of cycles access was blocked
system.cpu.icache.blocked_cycles::no_targets 0 # number of cycles access was blocked
system.cpu.icache.blocked::no_mshrs 1 # number of cycles access was blocked
@@ -339,171 +339,63 @@ system.cpu.icache.avg_blocked_cycles::no_mshrs 7
system.cpu.icache.avg_blocked_cycles::no_targets nan # average number of cycles each access was blocked
system.cpu.icache.fast_writes 0 # number of fast writes performed
system.cpu.icache.cache_copies 0 # number of cache copies performed
-system.cpu.icache.ReadReq_mshr_hits::cpu.inst 1739 # number of ReadReq MSHR hits
-system.cpu.icache.ReadReq_mshr_hits::total 1739 # number of ReadReq MSHR hits
-system.cpu.icache.demand_mshr_hits::cpu.inst 1739 # number of demand (read+write) MSHR hits
-system.cpu.icache.demand_mshr_hits::total 1739 # number of demand (read+write) MSHR hits
-system.cpu.icache.overall_mshr_hits::cpu.inst 1739 # number of overall MSHR hits
-system.cpu.icache.overall_mshr_hits::total 1739 # number of overall MSHR hits
-system.cpu.icache.ReadReq_mshr_misses::cpu.inst 10012 # number of ReadReq MSHR misses
-system.cpu.icache.ReadReq_mshr_misses::total 10012 # number of ReadReq MSHR misses
-system.cpu.icache.demand_mshr_misses::cpu.inst 10012 # number of demand (read+write) MSHR misses
-system.cpu.icache.demand_mshr_misses::total 10012 # number of demand (read+write) MSHR misses
-system.cpu.icache.overall_mshr_misses::cpu.inst 10012 # number of overall MSHR misses
-system.cpu.icache.overall_mshr_misses::total 10012 # number of overall MSHR misses
-system.cpu.icache.ReadReq_mshr_miss_latency::cpu.inst 209799500 # number of ReadReq MSHR miss cycles
-system.cpu.icache.ReadReq_mshr_miss_latency::total 209799500 # number of ReadReq MSHR miss cycles
-system.cpu.icache.demand_mshr_miss_latency::cpu.inst 209799500 # number of demand (read+write) MSHR miss cycles
-system.cpu.icache.demand_mshr_miss_latency::total 209799500 # number of demand (read+write) MSHR miss cycles
-system.cpu.icache.overall_mshr_miss_latency::cpu.inst 209799500 # number of overall MSHR miss cycles
-system.cpu.icache.overall_mshr_miss_latency::total 209799500 # number of overall MSHR miss cycles
-system.cpu.icache.ReadReq_mshr_miss_rate::cpu.inst 0.000998 # mshr miss rate for ReadReq accesses
-system.cpu.icache.ReadReq_mshr_miss_rate::total 0.000998 # mshr miss rate for ReadReq accesses
-system.cpu.icache.demand_mshr_miss_rate::cpu.inst 0.000998 # mshr miss rate for demand accesses
-system.cpu.icache.demand_mshr_miss_rate::total 0.000998 # mshr miss rate for demand accesses
-system.cpu.icache.overall_mshr_miss_rate::cpu.inst 0.000998 # mshr miss rate for overall accesses
-system.cpu.icache.overall_mshr_miss_rate::total 0.000998 # mshr miss rate for overall accesses
-system.cpu.icache.ReadReq_avg_mshr_miss_latency::cpu.inst 20954.804235 # average ReadReq mshr miss latency
-system.cpu.icache.ReadReq_avg_mshr_miss_latency::total 20954.804235 # average ReadReq mshr miss latency
-system.cpu.icache.demand_avg_mshr_miss_latency::cpu.inst 20954.804235 # average overall mshr miss latency
-system.cpu.icache.demand_avg_mshr_miss_latency::total 20954.804235 # average overall mshr miss latency
-system.cpu.icache.overall_avg_mshr_miss_latency::cpu.inst 20954.804235 # average overall mshr miss latency
-system.cpu.icache.overall_avg_mshr_miss_latency::total 20954.804235 # average overall mshr miss latency
+system.cpu.icache.ReadReq_mshr_hits::cpu.inst 1843 # number of ReadReq MSHR hits
+system.cpu.icache.ReadReq_mshr_hits::total 1843 # number of ReadReq MSHR hits
+system.cpu.icache.demand_mshr_hits::cpu.inst 1843 # number of demand (read+write) MSHR hits
+system.cpu.icache.demand_mshr_hits::total 1843 # number of demand (read+write) MSHR hits
+system.cpu.icache.overall_mshr_hits::cpu.inst 1843 # number of overall MSHR hits
+system.cpu.icache.overall_mshr_hits::total 1843 # number of overall MSHR hits
+system.cpu.icache.ReadReq_mshr_misses::cpu.inst 9520 # number of ReadReq MSHR misses
+system.cpu.icache.ReadReq_mshr_misses::total 9520 # number of ReadReq MSHR misses
+system.cpu.icache.demand_mshr_misses::cpu.inst 9520 # number of demand (read+write) MSHR misses
+system.cpu.icache.demand_mshr_misses::total 9520 # number of demand (read+write) MSHR misses
+system.cpu.icache.overall_mshr_misses::cpu.inst 9520 # number of overall MSHR misses
+system.cpu.icache.overall_mshr_misses::total 9520 # number of overall MSHR misses
+system.cpu.icache.ReadReq_mshr_miss_latency::cpu.inst 204186500 # number of ReadReq MSHR miss cycles
+system.cpu.icache.ReadReq_mshr_miss_latency::total 204186500 # number of ReadReq MSHR miss cycles
+system.cpu.icache.demand_mshr_miss_latency::cpu.inst 204186500 # number of demand (read+write) MSHR miss cycles
+system.cpu.icache.demand_mshr_miss_latency::total 204186500 # number of demand (read+write) MSHR miss cycles
+system.cpu.icache.overall_mshr_miss_latency::cpu.inst 204186500 # number of overall MSHR miss cycles
+system.cpu.icache.overall_mshr_miss_latency::total 204186500 # number of overall MSHR miss cycles
+system.cpu.icache.ReadReq_mshr_miss_rate::cpu.inst 0.000956 # mshr miss rate for ReadReq accesses
+system.cpu.icache.ReadReq_mshr_miss_rate::total 0.000956 # mshr miss rate for ReadReq accesses
+system.cpu.icache.demand_mshr_miss_rate::cpu.inst 0.000956 # mshr miss rate for demand accesses
+system.cpu.icache.demand_mshr_miss_rate::total 0.000956 # mshr miss rate for demand accesses
+system.cpu.icache.overall_mshr_miss_rate::cpu.inst 0.000956 # mshr miss rate for overall accesses
+system.cpu.icache.overall_mshr_miss_rate::total 0.000956 # mshr miss rate for overall accesses
+system.cpu.icache.ReadReq_avg_mshr_miss_latency::cpu.inst 21448.161765 # average ReadReq mshr miss latency
+system.cpu.icache.ReadReq_avg_mshr_miss_latency::total 21448.161765 # average ReadReq mshr miss latency
+system.cpu.icache.demand_avg_mshr_miss_latency::cpu.inst 21448.161765 # average overall mshr miss latency
+system.cpu.icache.demand_avg_mshr_miss_latency::total 21448.161765 # average overall mshr miss latency
+system.cpu.icache.overall_avg_mshr_miss_latency::cpu.inst 21448.161765 # average overall mshr miss latency
+system.cpu.icache.overall_avg_mshr_miss_latency::total 21448.161765 # average overall mshr miss latency
system.cpu.icache.no_allocate_misses 0 # Number of misses that were no-allocate
-system.cpu.dcache.replacements 157 # number of replacements
-system.cpu.dcache.tagsinuse 1441.862848 # Cycle average of tags in use
-system.cpu.dcache.total_refs 26488630 # Total number of references to valid blocks.
-system.cpu.dcache.sampled_refs 2223 # Sample count of references to valid blocks.
-system.cpu.dcache.avg_refs 11915.713000 # Average number of references to valid blocks.
-system.cpu.dcache.warmup_cycle 0 # Cycle when the warmup percentage was hit.
-system.cpu.dcache.occ_blocks::cpu.data 1441.862848 # Average occupied blocks per requestor
-system.cpu.dcache.occ_percent::cpu.data 0.352017 # Average percentage of cache occupancy
-system.cpu.dcache.occ_percent::total 0.352017 # Average percentage of cache occupancy
-system.cpu.dcache.ReadReq_hits::cpu.data 19995623 # number of ReadReq hits
-system.cpu.dcache.ReadReq_hits::total 19995623 # number of ReadReq hits
-system.cpu.dcache.WriteReq_hits::cpu.data 6493007 # number of WriteReq hits
-system.cpu.dcache.WriteReq_hits::total 6493007 # number of WriteReq hits
-system.cpu.dcache.demand_hits::cpu.data 26488630 # number of demand (read+write) hits
-system.cpu.dcache.demand_hits::total 26488630 # number of demand (read+write) hits
-system.cpu.dcache.overall_hits::cpu.data 26488630 # number of overall hits
-system.cpu.dcache.overall_hits::total 26488630 # number of overall hits
-system.cpu.dcache.ReadReq_misses::cpu.data 575 # number of ReadReq misses
-system.cpu.dcache.ReadReq_misses::total 575 # number of ReadReq misses
-system.cpu.dcache.WriteReq_misses::cpu.data 8096 # number of WriteReq misses
-system.cpu.dcache.WriteReq_misses::total 8096 # number of WriteReq misses
-system.cpu.dcache.demand_misses::cpu.data 8671 # number of demand (read+write) misses
-system.cpu.dcache.demand_misses::total 8671 # number of demand (read+write) misses
-system.cpu.dcache.overall_misses::cpu.data 8671 # number of overall misses
-system.cpu.dcache.overall_misses::total 8671 # number of overall misses
-system.cpu.dcache.ReadReq_miss_latency::cpu.data 28479000 # number of ReadReq miss cycles
-system.cpu.dcache.ReadReq_miss_latency::total 28479000 # number of ReadReq miss cycles
-system.cpu.dcache.WriteReq_miss_latency::cpu.data 330607000 # number of WriteReq miss cycles
-system.cpu.dcache.WriteReq_miss_latency::total 330607000 # number of WriteReq miss cycles
-system.cpu.dcache.demand_miss_latency::cpu.data 359086000 # number of demand (read+write) miss cycles
-system.cpu.dcache.demand_miss_latency::total 359086000 # number of demand (read+write) miss cycles
-system.cpu.dcache.overall_miss_latency::cpu.data 359086000 # number of overall miss cycles
-system.cpu.dcache.overall_miss_latency::total 359086000 # number of overall miss cycles
-system.cpu.dcache.ReadReq_accesses::cpu.data 19996198 # number of ReadReq accesses(hits+misses)
-system.cpu.dcache.ReadReq_accesses::total 19996198 # number of ReadReq accesses(hits+misses)
-system.cpu.dcache.WriteReq_accesses::cpu.data 6501103 # number of WriteReq accesses(hits+misses)
-system.cpu.dcache.WriteReq_accesses::total 6501103 # number of WriteReq accesses(hits+misses)
-system.cpu.dcache.demand_accesses::cpu.data 26497301 # number of demand (read+write) accesses
-system.cpu.dcache.demand_accesses::total 26497301 # number of demand (read+write) accesses
-system.cpu.dcache.overall_accesses::cpu.data 26497301 # number of overall (read+write) accesses
-system.cpu.dcache.overall_accesses::total 26497301 # number of overall (read+write) accesses
-system.cpu.dcache.ReadReq_miss_rate::cpu.data 0.000029 # miss rate for ReadReq accesses
-system.cpu.dcache.ReadReq_miss_rate::total 0.000029 # miss rate for ReadReq accesses
-system.cpu.dcache.WriteReq_miss_rate::cpu.data 0.001245 # miss rate for WriteReq accesses
-system.cpu.dcache.WriteReq_miss_rate::total 0.001245 # miss rate for WriteReq accesses
-system.cpu.dcache.demand_miss_rate::cpu.data 0.000327 # miss rate for demand accesses
-system.cpu.dcache.demand_miss_rate::total 0.000327 # miss rate for demand accesses
-system.cpu.dcache.overall_miss_rate::cpu.data 0.000327 # miss rate for overall accesses
-system.cpu.dcache.overall_miss_rate::total 0.000327 # miss rate for overall accesses
-system.cpu.dcache.ReadReq_avg_miss_latency::cpu.data 49528.695652 # average ReadReq miss latency
-system.cpu.dcache.ReadReq_avg_miss_latency::total 49528.695652 # average ReadReq miss latency
-system.cpu.dcache.WriteReq_avg_miss_latency::cpu.data 40835.844862 # average WriteReq miss latency
-system.cpu.dcache.WriteReq_avg_miss_latency::total 40835.844862 # average WriteReq miss latency
-system.cpu.dcache.demand_avg_miss_latency::cpu.data 41412.293853 # average overall miss latency
-system.cpu.dcache.demand_avg_miss_latency::total 41412.293853 # average overall miss latency
-system.cpu.dcache.overall_avg_miss_latency::cpu.data 41412.293853 # average overall miss latency
-system.cpu.dcache.overall_avg_miss_latency::total 41412.293853 # average overall miss latency
-system.cpu.dcache.blocked_cycles::no_mshrs 11966 # number of cycles access was blocked
-system.cpu.dcache.blocked_cycles::no_targets 0 # number of cycles access was blocked
-system.cpu.dcache.blocked::no_mshrs 828 # number of cycles access was blocked
-system.cpu.dcache.blocked::no_targets 0 # number of cycles access was blocked
-system.cpu.dcache.avg_blocked_cycles::no_mshrs 14.451691 # average number of cycles each access was blocked
-system.cpu.dcache.avg_blocked_cycles::no_targets nan # average number of cycles each access was blocked
-system.cpu.dcache.fast_writes 0 # number of fast writes performed
-system.cpu.dcache.cache_copies 0 # number of cache copies performed
-system.cpu.dcache.writebacks::writebacks 107 # number of writebacks
-system.cpu.dcache.writebacks::total 107 # number of writebacks
-system.cpu.dcache.ReadReq_mshr_hits::cpu.data 100 # number of ReadReq MSHR hits
-system.cpu.dcache.ReadReq_mshr_hits::total 100 # number of ReadReq MSHR hits
-system.cpu.dcache.WriteReq_mshr_hits::cpu.data 6348 # number of WriteReq MSHR hits
-system.cpu.dcache.WriteReq_mshr_hits::total 6348 # number of WriteReq MSHR hits
-system.cpu.dcache.demand_mshr_hits::cpu.data 6448 # number of demand (read+write) MSHR hits
-system.cpu.dcache.demand_mshr_hits::total 6448 # number of demand (read+write) MSHR hits
-system.cpu.dcache.overall_mshr_hits::cpu.data 6448 # number of overall MSHR hits
-system.cpu.dcache.overall_mshr_hits::total 6448 # number of overall MSHR hits
-system.cpu.dcache.ReadReq_mshr_misses::cpu.data 475 # number of ReadReq MSHR misses
-system.cpu.dcache.ReadReq_mshr_misses::total 475 # number of ReadReq MSHR misses
-system.cpu.dcache.WriteReq_mshr_misses::cpu.data 1748 # number of WriteReq MSHR misses
-system.cpu.dcache.WriteReq_mshr_misses::total 1748 # number of WriteReq MSHR misses
-system.cpu.dcache.demand_mshr_misses::cpu.data 2223 # number of demand (read+write) MSHR misses
-system.cpu.dcache.demand_mshr_misses::total 2223 # number of demand (read+write) MSHR misses
-system.cpu.dcache.overall_mshr_misses::cpu.data 2223 # number of overall MSHR misses
-system.cpu.dcache.overall_mshr_misses::total 2223 # number of overall MSHR misses
-system.cpu.dcache.ReadReq_mshr_miss_latency::cpu.data 22783000 # number of ReadReq MSHR miss cycles
-system.cpu.dcache.ReadReq_mshr_miss_latency::total 22783000 # number of ReadReq MSHR miss cycles
-system.cpu.dcache.WriteReq_mshr_miss_latency::cpu.data 82274500 # number of WriteReq MSHR miss cycles
-system.cpu.dcache.WriteReq_mshr_miss_latency::total 82274500 # number of WriteReq MSHR miss cycles
-system.cpu.dcache.demand_mshr_miss_latency::cpu.data 105057500 # number of demand (read+write) MSHR miss cycles
-system.cpu.dcache.demand_mshr_miss_latency::total 105057500 # number of demand (read+write) MSHR miss cycles
-system.cpu.dcache.overall_mshr_miss_latency::cpu.data 105057500 # number of overall MSHR miss cycles
-system.cpu.dcache.overall_mshr_miss_latency::total 105057500 # number of overall MSHR miss cycles
-system.cpu.dcache.ReadReq_mshr_miss_rate::cpu.data 0.000024 # mshr miss rate for ReadReq accesses
-system.cpu.dcache.ReadReq_mshr_miss_rate::total 0.000024 # mshr miss rate for ReadReq accesses
-system.cpu.dcache.WriteReq_mshr_miss_rate::cpu.data 0.000269 # mshr miss rate for WriteReq accesses
-system.cpu.dcache.WriteReq_mshr_miss_rate::total 0.000269 # mshr miss rate for WriteReq accesses
-system.cpu.dcache.demand_mshr_miss_rate::cpu.data 0.000084 # mshr miss rate for demand accesses
-system.cpu.dcache.demand_mshr_miss_rate::total 0.000084 # mshr miss rate for demand accesses
-system.cpu.dcache.overall_mshr_miss_rate::cpu.data 0.000084 # mshr miss rate for overall accesses
-system.cpu.dcache.overall_mshr_miss_rate::total 0.000084 # mshr miss rate for overall accesses
-system.cpu.dcache.ReadReq_avg_mshr_miss_latency::cpu.data 47964.210526 # average ReadReq mshr miss latency
-system.cpu.dcache.ReadReq_avg_mshr_miss_latency::total 47964.210526 # average ReadReq mshr miss latency
-system.cpu.dcache.WriteReq_avg_mshr_miss_latency::cpu.data 47067.791762 # average WriteReq mshr miss latency
-system.cpu.dcache.WriteReq_avg_mshr_miss_latency::total 47067.791762 # average WriteReq mshr miss latency
-system.cpu.dcache.demand_avg_mshr_miss_latency::cpu.data 47259.334233 # average overall mshr miss latency
-system.cpu.dcache.demand_avg_mshr_miss_latency::total 47259.334233 # average overall mshr miss latency
-system.cpu.dcache.overall_avg_mshr_miss_latency::cpu.data 47259.334233 # average overall mshr miss latency
-system.cpu.dcache.overall_avg_mshr_miss_latency::total 47259.334233 # average overall mshr miss latency
-system.cpu.dcache.no_allocate_misses 0 # Number of misses that were no-allocate
system.cpu.l2cache.replacements 0 # number of replacements
-system.cpu.l2cache.tagsinuse 2190.279989 # Cycle average of tags in use
-system.cpu.l2cache.total_refs 7285 # Total number of references to valid blocks.
+system.cpu.l2cache.tagsinuse 2190.387059 # Cycle average of tags in use
+system.cpu.l2cache.total_refs 6793 # Total number of references to valid blocks.
system.cpu.l2cache.sampled_refs 3282 # Sample count of references to valid blocks.
-system.cpu.l2cache.avg_refs 2.219683 # Average number of references to valid blocks.
+system.cpu.l2cache.avg_refs 2.069775 # Average number of references to valid blocks.
system.cpu.l2cache.warmup_cycle 0 # Cycle when the warmup percentage was hit.
-system.cpu.l2cache.occ_blocks::writebacks 17.844336 # Average occupied blocks per requestor
-system.cpu.l2cache.occ_blocks::cpu.inst 1821.341583 # Average occupied blocks per requestor
-system.cpu.l2cache.occ_blocks::cpu.data 351.094069 # Average occupied blocks per requestor
-system.cpu.l2cache.occ_percent::writebacks 0.000545 # Average percentage of cache occupancy
-system.cpu.l2cache.occ_percent::cpu.inst 0.055583 # Average percentage of cache occupancy
+system.cpu.l2cache.occ_blocks::writebacks 17.839462 # Average occupied blocks per requestor
+system.cpu.l2cache.occ_blocks::cpu.inst 1821.429033 # Average occupied blocks per requestor
+system.cpu.l2cache.occ_blocks::cpu.data 351.118565 # Average occupied blocks per requestor
+system.cpu.l2cache.occ_percent::writebacks 0.000544 # Average percentage of cache occupancy
+system.cpu.l2cache.occ_percent::cpu.inst 0.055586 # Average percentage of cache occupancy
system.cpu.l2cache.occ_percent::cpu.data 0.010715 # Average percentage of cache occupancy
-system.cpu.l2cache.occ_percent::total 0.066842 # Average percentage of cache occupancy
-system.cpu.l2cache.ReadReq_hits::cpu.inst 7218 # number of ReadReq hits
+system.cpu.l2cache.occ_percent::total 0.066845 # Average percentage of cache occupancy
+system.cpu.l2cache.ReadReq_hits::cpu.inst 6726 # number of ReadReq hits
system.cpu.l2cache.ReadReq_hits::cpu.data 53 # number of ReadReq hits
-system.cpu.l2cache.ReadReq_hits::total 7271 # number of ReadReq hits
+system.cpu.l2cache.ReadReq_hits::total 6779 # number of ReadReq hits
system.cpu.l2cache.Writeback_hits::writebacks 107 # number of Writeback hits
system.cpu.l2cache.Writeback_hits::total 107 # number of Writeback hits
system.cpu.l2cache.ReadExReq_hits::cpu.data 26 # number of ReadExReq hits
system.cpu.l2cache.ReadExReq_hits::total 26 # number of ReadExReq hits
-system.cpu.l2cache.demand_hits::cpu.inst 7218 # number of demand (read+write) hits
+system.cpu.l2cache.demand_hits::cpu.inst 6726 # number of demand (read+write) hits
system.cpu.l2cache.demand_hits::cpu.data 79 # number of demand (read+write) hits
-system.cpu.l2cache.demand_hits::total 7297 # number of demand (read+write) hits
-system.cpu.l2cache.overall_hits::cpu.inst 7218 # number of overall hits
+system.cpu.l2cache.demand_hits::total 6805 # number of demand (read+write) hits
+system.cpu.l2cache.overall_hits::cpu.inst 6726 # number of overall hits
system.cpu.l2cache.overall_hits::cpu.data 79 # number of overall hits
-system.cpu.l2cache.overall_hits::total 7297 # number of overall hits
+system.cpu.l2cache.overall_hits::total 6805 # number of overall hits
system.cpu.l2cache.ReadReq_misses::cpu.inst 2794 # number of ReadReq misses
system.cpu.l2cache.ReadReq_misses::cpu.data 422 # number of ReadReq misses
system.cpu.l2cache.ReadReq_misses::total 3216 # number of ReadReq misses
@@ -515,52 +407,52 @@ system.cpu.l2cache.demand_misses::total 4938 # nu
system.cpu.l2cache.overall_misses::cpu.inst 2794 # number of overall misses
system.cpu.l2cache.overall_misses::cpu.data 2144 # number of overall misses
system.cpu.l2cache.overall_misses::total 4938 # number of overall misses
-system.cpu.l2cache.ReadReq_miss_latency::cpu.inst 127295000 # number of ReadReq miss cycles
-system.cpu.l2cache.ReadReq_miss_latency::cpu.data 21759500 # number of ReadReq miss cycles
-system.cpu.l2cache.ReadReq_miss_latency::total 149054500 # number of ReadReq miss cycles
-system.cpu.l2cache.ReadExReq_miss_latency::cpu.data 80257000 # number of ReadExReq miss cycles
-system.cpu.l2cache.ReadExReq_miss_latency::total 80257000 # number of ReadExReq miss cycles
-system.cpu.l2cache.demand_miss_latency::cpu.inst 127295000 # number of demand (read+write) miss cycles
-system.cpu.l2cache.demand_miss_latency::cpu.data 102016500 # number of demand (read+write) miss cycles
-system.cpu.l2cache.demand_miss_latency::total 229311500 # number of demand (read+write) miss cycles
-system.cpu.l2cache.overall_miss_latency::cpu.inst 127295000 # number of overall miss cycles
-system.cpu.l2cache.overall_miss_latency::cpu.data 102016500 # number of overall miss cycles
-system.cpu.l2cache.overall_miss_latency::total 229311500 # number of overall miss cycles
-system.cpu.l2cache.ReadReq_accesses::cpu.inst 10012 # number of ReadReq accesses(hits+misses)
+system.cpu.l2cache.ReadReq_miss_latency::cpu.inst 127130500 # number of ReadReq miss cycles
+system.cpu.l2cache.ReadReq_miss_latency::cpu.data 21966500 # number of ReadReq miss cycles
+system.cpu.l2cache.ReadReq_miss_latency::total 149097000 # number of ReadReq miss cycles
+system.cpu.l2cache.ReadExReq_miss_latency::cpu.data 79600500 # number of ReadExReq miss cycles
+system.cpu.l2cache.ReadExReq_miss_latency::total 79600500 # number of ReadExReq miss cycles
+system.cpu.l2cache.demand_miss_latency::cpu.inst 127130500 # number of demand (read+write) miss cycles
+system.cpu.l2cache.demand_miss_latency::cpu.data 101567000 # number of demand (read+write) miss cycles
+system.cpu.l2cache.demand_miss_latency::total 228697500 # number of demand (read+write) miss cycles
+system.cpu.l2cache.overall_miss_latency::cpu.inst 127130500 # number of overall miss cycles
+system.cpu.l2cache.overall_miss_latency::cpu.data 101567000 # number of overall miss cycles
+system.cpu.l2cache.overall_miss_latency::total 228697500 # number of overall miss cycles
+system.cpu.l2cache.ReadReq_accesses::cpu.inst 9520 # number of ReadReq accesses(hits+misses)
system.cpu.l2cache.ReadReq_accesses::cpu.data 475 # number of ReadReq accesses(hits+misses)
-system.cpu.l2cache.ReadReq_accesses::total 10487 # number of ReadReq accesses(hits+misses)
+system.cpu.l2cache.ReadReq_accesses::total 9995 # number of ReadReq accesses(hits+misses)
system.cpu.l2cache.Writeback_accesses::writebacks 107 # number of Writeback accesses(hits+misses)
system.cpu.l2cache.Writeback_accesses::total 107 # number of Writeback accesses(hits+misses)
system.cpu.l2cache.ReadExReq_accesses::cpu.data 1748 # number of ReadExReq accesses(hits+misses)
system.cpu.l2cache.ReadExReq_accesses::total 1748 # number of ReadExReq accesses(hits+misses)
-system.cpu.l2cache.demand_accesses::cpu.inst 10012 # number of demand (read+write) accesses
+system.cpu.l2cache.demand_accesses::cpu.inst 9520 # number of demand (read+write) accesses
system.cpu.l2cache.demand_accesses::cpu.data 2223 # number of demand (read+write) accesses
-system.cpu.l2cache.demand_accesses::total 12235 # number of demand (read+write) accesses
-system.cpu.l2cache.overall_accesses::cpu.inst 10012 # number of overall (read+write) accesses
+system.cpu.l2cache.demand_accesses::total 11743 # number of demand (read+write) accesses
+system.cpu.l2cache.overall_accesses::cpu.inst 9520 # number of overall (read+write) accesses
system.cpu.l2cache.overall_accesses::cpu.data 2223 # number of overall (read+write) accesses
-system.cpu.l2cache.overall_accesses::total 12235 # number of overall (read+write) accesses
-system.cpu.l2cache.ReadReq_miss_rate::cpu.inst 0.279065 # miss rate for ReadReq accesses
+system.cpu.l2cache.overall_accesses::total 11743 # number of overall (read+write) accesses
+system.cpu.l2cache.ReadReq_miss_rate::cpu.inst 0.293487 # miss rate for ReadReq accesses
system.cpu.l2cache.ReadReq_miss_rate::cpu.data 0.888421 # miss rate for ReadReq accesses
-system.cpu.l2cache.ReadReq_miss_rate::total 0.306665 # miss rate for ReadReq accesses
+system.cpu.l2cache.ReadReq_miss_rate::total 0.321761 # miss rate for ReadReq accesses
system.cpu.l2cache.ReadExReq_miss_rate::cpu.data 0.985126 # miss rate for ReadExReq accesses
system.cpu.l2cache.ReadExReq_miss_rate::total 0.985126 # miss rate for ReadExReq accesses
-system.cpu.l2cache.demand_miss_rate::cpu.inst 0.279065 # miss rate for demand accesses
+system.cpu.l2cache.demand_miss_rate::cpu.inst 0.293487 # miss rate for demand accesses
system.cpu.l2cache.demand_miss_rate::cpu.data 0.964462 # miss rate for demand accesses
-system.cpu.l2cache.demand_miss_rate::total 0.403596 # miss rate for demand accesses
-system.cpu.l2cache.overall_miss_rate::cpu.inst 0.279065 # miss rate for overall accesses
+system.cpu.l2cache.demand_miss_rate::total 0.420506 # miss rate for demand accesses
+system.cpu.l2cache.overall_miss_rate::cpu.inst 0.293487 # miss rate for overall accesses
system.cpu.l2cache.overall_miss_rate::cpu.data 0.964462 # miss rate for overall accesses
-system.cpu.l2cache.overall_miss_rate::total 0.403596 # miss rate for overall accesses
-system.cpu.l2cache.ReadReq_avg_miss_latency::cpu.inst 45560.128848 # average ReadReq miss latency
-system.cpu.l2cache.ReadReq_avg_miss_latency::cpu.data 51562.796209 # average ReadReq miss latency
-system.cpu.l2cache.ReadReq_avg_miss_latency::total 46347.792289 # average ReadReq miss latency
-system.cpu.l2cache.ReadExReq_avg_miss_latency::cpu.data 46606.852497 # average ReadExReq miss latency
-system.cpu.l2cache.ReadExReq_avg_miss_latency::total 46606.852497 # average ReadExReq miss latency
-system.cpu.l2cache.demand_avg_miss_latency::cpu.inst 45560.128848 # average overall miss latency
-system.cpu.l2cache.demand_avg_miss_latency::cpu.data 47582.322761 # average overall miss latency
-system.cpu.l2cache.demand_avg_miss_latency::total 46438.132847 # average overall miss latency
-system.cpu.l2cache.overall_avg_miss_latency::cpu.inst 45560.128848 # average overall miss latency
-system.cpu.l2cache.overall_avg_miss_latency::cpu.data 47582.322761 # average overall miss latency
-system.cpu.l2cache.overall_avg_miss_latency::total 46438.132847 # average overall miss latency
+system.cpu.l2cache.overall_miss_rate::total 0.420506 # miss rate for overall accesses
+system.cpu.l2cache.ReadReq_avg_miss_latency::cpu.inst 45501.252684 # average ReadReq miss latency
+system.cpu.l2cache.ReadReq_avg_miss_latency::cpu.data 52053.317536 # average ReadReq miss latency
+system.cpu.l2cache.ReadReq_avg_miss_latency::total 46361.007463 # average ReadReq miss latency
+system.cpu.l2cache.ReadExReq_avg_miss_latency::cpu.data 46225.609756 # average ReadExReq miss latency
+system.cpu.l2cache.ReadExReq_avg_miss_latency::total 46225.609756 # average ReadExReq miss latency
+system.cpu.l2cache.demand_avg_miss_latency::cpu.inst 45501.252684 # average overall miss latency
+system.cpu.l2cache.demand_avg_miss_latency::cpu.data 47372.667910 # average overall miss latency
+system.cpu.l2cache.demand_avg_miss_latency::total 46313.791009 # average overall miss latency
+system.cpu.l2cache.overall_avg_miss_latency::cpu.inst 45501.252684 # average overall miss latency
+system.cpu.l2cache.overall_avg_miss_latency::cpu.data 47372.667910 # average overall miss latency
+system.cpu.l2cache.overall_avg_miss_latency::total 46313.791009 # average overall miss latency
system.cpu.l2cache.blocked_cycles::no_mshrs 0 # number of cycles access was blocked
system.cpu.l2cache.blocked_cycles::no_targets 0 # number of cycles access was blocked
system.cpu.l2cache.blocked::no_mshrs 0 # number of cycles access was blocked
@@ -580,39 +472,147 @@ system.cpu.l2cache.demand_mshr_misses::total 4938
system.cpu.l2cache.overall_mshr_misses::cpu.inst 2794 # number of overall MSHR misses
system.cpu.l2cache.overall_mshr_misses::cpu.data 2144 # number of overall MSHR misses
system.cpu.l2cache.overall_mshr_misses::total 4938 # number of overall MSHR misses
-system.cpu.l2cache.ReadReq_mshr_miss_latency::cpu.inst 91926812 # number of ReadReq MSHR miss cycles
-system.cpu.l2cache.ReadReq_mshr_miss_latency::cpu.data 16443678 # number of ReadReq MSHR miss cycles
-system.cpu.l2cache.ReadReq_mshr_miss_latency::total 108370490 # number of ReadReq MSHR miss cycles
-system.cpu.l2cache.ReadExReq_mshr_miss_latency::cpu.data 59040867 # number of ReadExReq MSHR miss cycles
-system.cpu.l2cache.ReadExReq_mshr_miss_latency::total 59040867 # number of ReadExReq MSHR miss cycles
-system.cpu.l2cache.demand_mshr_miss_latency::cpu.inst 91926812 # number of demand (read+write) MSHR miss cycles
-system.cpu.l2cache.demand_mshr_miss_latency::cpu.data 75484545 # number of demand (read+write) MSHR miss cycles
-system.cpu.l2cache.demand_mshr_miss_latency::total 167411357 # number of demand (read+write) MSHR miss cycles
-system.cpu.l2cache.overall_mshr_miss_latency::cpu.inst 91926812 # number of overall MSHR miss cycles
-system.cpu.l2cache.overall_mshr_miss_latency::cpu.data 75484545 # number of overall MSHR miss cycles
-system.cpu.l2cache.overall_mshr_miss_latency::total 167411357 # number of overall MSHR miss cycles
-system.cpu.l2cache.ReadReq_mshr_miss_rate::cpu.inst 0.279065 # mshr miss rate for ReadReq accesses
+system.cpu.l2cache.ReadReq_mshr_miss_latency::cpu.inst 91774816 # number of ReadReq MSHR miss cycles
+system.cpu.l2cache.ReadReq_mshr_miss_latency::cpu.data 16652177 # number of ReadReq MSHR miss cycles
+system.cpu.l2cache.ReadReq_mshr_miss_latency::total 108426993 # number of ReadReq MSHR miss cycles
+system.cpu.l2cache.ReadExReq_mshr_miss_latency::cpu.data 58348895 # number of ReadExReq MSHR miss cycles
+system.cpu.l2cache.ReadExReq_mshr_miss_latency::total 58348895 # number of ReadExReq MSHR miss cycles
+system.cpu.l2cache.demand_mshr_miss_latency::cpu.inst 91774816 # number of demand (read+write) MSHR miss cycles
+system.cpu.l2cache.demand_mshr_miss_latency::cpu.data 75001072 # number of demand (read+write) MSHR miss cycles
+system.cpu.l2cache.demand_mshr_miss_latency::total 166775888 # number of demand (read+write) MSHR miss cycles
+system.cpu.l2cache.overall_mshr_miss_latency::cpu.inst 91774816 # number of overall MSHR miss cycles
+system.cpu.l2cache.overall_mshr_miss_latency::cpu.data 75001072 # number of overall MSHR miss cycles
+system.cpu.l2cache.overall_mshr_miss_latency::total 166775888 # number of overall MSHR miss cycles
+system.cpu.l2cache.ReadReq_mshr_miss_rate::cpu.inst 0.293487 # mshr miss rate for ReadReq accesses
system.cpu.l2cache.ReadReq_mshr_miss_rate::cpu.data 0.888421 # mshr miss rate for ReadReq accesses
-system.cpu.l2cache.ReadReq_mshr_miss_rate::total 0.306665 # mshr miss rate for ReadReq accesses
+system.cpu.l2cache.ReadReq_mshr_miss_rate::total 0.321761 # mshr miss rate for ReadReq accesses
system.cpu.l2cache.ReadExReq_mshr_miss_rate::cpu.data 0.985126 # mshr miss rate for ReadExReq accesses
system.cpu.l2cache.ReadExReq_mshr_miss_rate::total 0.985126 # mshr miss rate for ReadExReq accesses
-system.cpu.l2cache.demand_mshr_miss_rate::cpu.inst 0.279065 # mshr miss rate for demand accesses
+system.cpu.l2cache.demand_mshr_miss_rate::cpu.inst 0.293487 # mshr miss rate for demand accesses
system.cpu.l2cache.demand_mshr_miss_rate::cpu.data 0.964462 # mshr miss rate for demand accesses
-system.cpu.l2cache.demand_mshr_miss_rate::total 0.403596 # mshr miss rate for demand accesses
-system.cpu.l2cache.overall_mshr_miss_rate::cpu.inst 0.279065 # mshr miss rate for overall accesses
+system.cpu.l2cache.demand_mshr_miss_rate::total 0.420506 # mshr miss rate for demand accesses
+system.cpu.l2cache.overall_mshr_miss_rate::cpu.inst 0.293487 # mshr miss rate for overall accesses
system.cpu.l2cache.overall_mshr_miss_rate::cpu.data 0.964462 # mshr miss rate for overall accesses
-system.cpu.l2cache.overall_mshr_miss_rate::total 0.403596 # mshr miss rate for overall accesses
-system.cpu.l2cache.ReadReq_avg_mshr_miss_latency::cpu.inst 32901.507516 # average ReadReq mshr miss latency
-system.cpu.l2cache.ReadReq_avg_mshr_miss_latency::cpu.data 38966.061611 # average ReadReq mshr miss latency
-system.cpu.l2cache.ReadReq_avg_mshr_miss_latency::total 33697.291667 # average ReadReq mshr miss latency
-system.cpu.l2cache.ReadExReq_avg_mshr_miss_latency::cpu.data 34286.217770 # average ReadExReq mshr miss latency
-system.cpu.l2cache.ReadExReq_avg_mshr_miss_latency::total 34286.217770 # average ReadExReq mshr miss latency
-system.cpu.l2cache.demand_avg_mshr_miss_latency::cpu.inst 32901.507516 # average overall mshr miss latency
-system.cpu.l2cache.demand_avg_mshr_miss_latency::cpu.data 35207.343750 # average overall mshr miss latency
-system.cpu.l2cache.demand_avg_mshr_miss_latency::total 33902.664439 # average overall mshr miss latency
-system.cpu.l2cache.overall_avg_mshr_miss_latency::cpu.inst 32901.507516 # average overall mshr miss latency
-system.cpu.l2cache.overall_avg_mshr_miss_latency::cpu.data 35207.343750 # average overall mshr miss latency
-system.cpu.l2cache.overall_avg_mshr_miss_latency::total 33902.664439 # average overall mshr miss latency
+system.cpu.l2cache.overall_mshr_miss_rate::total 0.420506 # mshr miss rate for overall accesses
+system.cpu.l2cache.ReadReq_avg_mshr_miss_latency::cpu.inst 32847.106657 # average ReadReq mshr miss latency
+system.cpu.l2cache.ReadReq_avg_mshr_miss_latency::cpu.data 39460.135071 # average ReadReq mshr miss latency
+system.cpu.l2cache.ReadReq_avg_mshr_miss_latency::total 33714.861007 # average ReadReq mshr miss latency
+system.cpu.l2cache.ReadExReq_avg_mshr_miss_latency::cpu.data 33884.375726 # average ReadExReq mshr miss latency
+system.cpu.l2cache.ReadExReq_avg_mshr_miss_latency::total 33884.375726 # average ReadExReq mshr miss latency
+system.cpu.l2cache.demand_avg_mshr_miss_latency::cpu.inst 32847.106657 # average overall mshr miss latency
+system.cpu.l2cache.demand_avg_mshr_miss_latency::cpu.data 34981.843284 # average overall mshr miss latency
+system.cpu.l2cache.demand_avg_mshr_miss_latency::total 33773.974889 # average overall mshr miss latency
+system.cpu.l2cache.overall_avg_mshr_miss_latency::cpu.inst 32847.106657 # average overall mshr miss latency
+system.cpu.l2cache.overall_avg_mshr_miss_latency::cpu.data 34981.843284 # average overall mshr miss latency
+system.cpu.l2cache.overall_avg_mshr_miss_latency::total 33773.974889 # average overall mshr miss latency
system.cpu.l2cache.no_allocate_misses 0 # Number of misses that were no-allocate
+system.cpu.dcache.replacements 157 # number of replacements
+system.cpu.dcache.tagsinuse 1441.892023 # Cycle average of tags in use
+system.cpu.dcache.total_refs 26488629 # Total number of references to valid blocks.
+system.cpu.dcache.sampled_refs 2223 # Sample count of references to valid blocks.
+system.cpu.dcache.avg_refs 11915.712551 # Average number of references to valid blocks.
+system.cpu.dcache.warmup_cycle 0 # Cycle when the warmup percentage was hit.
+system.cpu.dcache.occ_blocks::cpu.data 1441.892023 # Average occupied blocks per requestor
+system.cpu.dcache.occ_percent::cpu.data 0.352024 # Average percentage of cache occupancy
+system.cpu.dcache.occ_percent::total 0.352024 # Average percentage of cache occupancy
+system.cpu.dcache.ReadReq_hits::cpu.data 19995623 # number of ReadReq hits
+system.cpu.dcache.ReadReq_hits::total 19995623 # number of ReadReq hits
+system.cpu.dcache.WriteReq_hits::cpu.data 6493006 # number of WriteReq hits
+system.cpu.dcache.WriteReq_hits::total 6493006 # number of WriteReq hits
+system.cpu.dcache.demand_hits::cpu.data 26488629 # number of demand (read+write) hits
+system.cpu.dcache.demand_hits::total 26488629 # number of demand (read+write) hits
+system.cpu.dcache.overall_hits::cpu.data 26488629 # number of overall hits
+system.cpu.dcache.overall_hits::total 26488629 # number of overall hits
+system.cpu.dcache.ReadReq_misses::cpu.data 575 # number of ReadReq misses
+system.cpu.dcache.ReadReq_misses::total 575 # number of ReadReq misses
+system.cpu.dcache.WriteReq_misses::cpu.data 8097 # number of WriteReq misses
+system.cpu.dcache.WriteReq_misses::total 8097 # number of WriteReq misses
+system.cpu.dcache.demand_misses::cpu.data 8672 # number of demand (read+write) misses
+system.cpu.dcache.demand_misses::total 8672 # number of demand (read+write) misses
+system.cpu.dcache.overall_misses::cpu.data 8672 # number of overall misses
+system.cpu.dcache.overall_misses::total 8672 # number of overall misses
+system.cpu.dcache.ReadReq_miss_latency::cpu.data 28721000 # number of ReadReq miss cycles
+system.cpu.dcache.ReadReq_miss_latency::total 28721000 # number of ReadReq miss cycles
+system.cpu.dcache.WriteReq_miss_latency::cpu.data 329862500 # number of WriteReq miss cycles
+system.cpu.dcache.WriteReq_miss_latency::total 329862500 # number of WriteReq miss cycles
+system.cpu.dcache.demand_miss_latency::cpu.data 358583500 # number of demand (read+write) miss cycles
+system.cpu.dcache.demand_miss_latency::total 358583500 # number of demand (read+write) miss cycles
+system.cpu.dcache.overall_miss_latency::cpu.data 358583500 # number of overall miss cycles
+system.cpu.dcache.overall_miss_latency::total 358583500 # number of overall miss cycles
+system.cpu.dcache.ReadReq_accesses::cpu.data 19996198 # number of ReadReq accesses(hits+misses)
+system.cpu.dcache.ReadReq_accesses::total 19996198 # number of ReadReq accesses(hits+misses)
+system.cpu.dcache.WriteReq_accesses::cpu.data 6501103 # number of WriteReq accesses(hits+misses)
+system.cpu.dcache.WriteReq_accesses::total 6501103 # number of WriteReq accesses(hits+misses)
+system.cpu.dcache.demand_accesses::cpu.data 26497301 # number of demand (read+write) accesses
+system.cpu.dcache.demand_accesses::total 26497301 # number of demand (read+write) accesses
+system.cpu.dcache.overall_accesses::cpu.data 26497301 # number of overall (read+write) accesses
+system.cpu.dcache.overall_accesses::total 26497301 # number of overall (read+write) accesses
+system.cpu.dcache.ReadReq_miss_rate::cpu.data 0.000029 # miss rate for ReadReq accesses
+system.cpu.dcache.ReadReq_miss_rate::total 0.000029 # miss rate for ReadReq accesses
+system.cpu.dcache.WriteReq_miss_rate::cpu.data 0.001245 # miss rate for WriteReq accesses
+system.cpu.dcache.WriteReq_miss_rate::total 0.001245 # miss rate for WriteReq accesses
+system.cpu.dcache.demand_miss_rate::cpu.data 0.000327 # miss rate for demand accesses
+system.cpu.dcache.demand_miss_rate::total 0.000327 # miss rate for demand accesses
+system.cpu.dcache.overall_miss_rate::cpu.data 0.000327 # miss rate for overall accesses
+system.cpu.dcache.overall_miss_rate::total 0.000327 # miss rate for overall accesses
+system.cpu.dcache.ReadReq_avg_miss_latency::cpu.data 49949.565217 # average ReadReq miss latency
+system.cpu.dcache.ReadReq_avg_miss_latency::total 49949.565217 # average ReadReq miss latency
+system.cpu.dcache.WriteReq_avg_miss_latency::cpu.data 40738.853897 # average WriteReq miss latency
+system.cpu.dcache.WriteReq_avg_miss_latency::total 40738.853897 # average WriteReq miss latency
+system.cpu.dcache.demand_avg_miss_latency::cpu.data 41349.573339 # average overall miss latency
+system.cpu.dcache.demand_avg_miss_latency::total 41349.573339 # average overall miss latency
+system.cpu.dcache.overall_avg_miss_latency::cpu.data 41349.573339 # average overall miss latency
+system.cpu.dcache.overall_avg_miss_latency::total 41349.573339 # average overall miss latency
+system.cpu.dcache.blocked_cycles::no_mshrs 11994 # number of cycles access was blocked
+system.cpu.dcache.blocked_cycles::no_targets 0 # number of cycles access was blocked
+system.cpu.dcache.blocked::no_mshrs 830 # number of cycles access was blocked
+system.cpu.dcache.blocked::no_targets 0 # number of cycles access was blocked
+system.cpu.dcache.avg_blocked_cycles::no_mshrs 14.450602 # average number of cycles each access was blocked
+system.cpu.dcache.avg_blocked_cycles::no_targets nan # average number of cycles each access was blocked
+system.cpu.dcache.fast_writes 0 # number of fast writes performed
+system.cpu.dcache.cache_copies 0 # number of cache copies performed
+system.cpu.dcache.writebacks::writebacks 107 # number of writebacks
+system.cpu.dcache.writebacks::total 107 # number of writebacks
+system.cpu.dcache.ReadReq_mshr_hits::cpu.data 100 # number of ReadReq MSHR hits
+system.cpu.dcache.ReadReq_mshr_hits::total 100 # number of ReadReq MSHR hits
+system.cpu.dcache.WriteReq_mshr_hits::cpu.data 6349 # number of WriteReq MSHR hits
+system.cpu.dcache.WriteReq_mshr_hits::total 6349 # number of WriteReq MSHR hits
+system.cpu.dcache.demand_mshr_hits::cpu.data 6449 # number of demand (read+write) MSHR hits
+system.cpu.dcache.demand_mshr_hits::total 6449 # number of demand (read+write) MSHR hits
+system.cpu.dcache.overall_mshr_hits::cpu.data 6449 # number of overall MSHR hits
+system.cpu.dcache.overall_mshr_hits::total 6449 # number of overall MSHR hits
+system.cpu.dcache.ReadReq_mshr_misses::cpu.data 475 # number of ReadReq MSHR misses
+system.cpu.dcache.ReadReq_mshr_misses::total 475 # number of ReadReq MSHR misses
+system.cpu.dcache.WriteReq_mshr_misses::cpu.data 1748 # number of WriteReq MSHR misses
+system.cpu.dcache.WriteReq_mshr_misses::total 1748 # number of WriteReq MSHR misses
+system.cpu.dcache.demand_mshr_misses::cpu.data 2223 # number of demand (read+write) MSHR misses
+system.cpu.dcache.demand_mshr_misses::total 2223 # number of demand (read+write) MSHR misses
+system.cpu.dcache.overall_mshr_misses::cpu.data 2223 # number of overall MSHR misses
+system.cpu.dcache.overall_mshr_misses::total 2223 # number of overall MSHR misses
+system.cpu.dcache.ReadReq_mshr_miss_latency::cpu.data 22990000 # number of ReadReq MSHR miss cycles
+system.cpu.dcache.ReadReq_mshr_miss_latency::total 22990000 # number of ReadReq MSHR miss cycles
+system.cpu.dcache.WriteReq_mshr_miss_latency::cpu.data 81618000 # number of WriteReq MSHR miss cycles
+system.cpu.dcache.WriteReq_mshr_miss_latency::total 81618000 # number of WriteReq MSHR miss cycles
+system.cpu.dcache.demand_mshr_miss_latency::cpu.data 104608000 # number of demand (read+write) MSHR miss cycles
+system.cpu.dcache.demand_mshr_miss_latency::total 104608000 # number of demand (read+write) MSHR miss cycles
+system.cpu.dcache.overall_mshr_miss_latency::cpu.data 104608000 # number of overall MSHR miss cycles
+system.cpu.dcache.overall_mshr_miss_latency::total 104608000 # number of overall MSHR miss cycles
+system.cpu.dcache.ReadReq_mshr_miss_rate::cpu.data 0.000024 # mshr miss rate for ReadReq accesses
+system.cpu.dcache.ReadReq_mshr_miss_rate::total 0.000024 # mshr miss rate for ReadReq accesses
+system.cpu.dcache.WriteReq_mshr_miss_rate::cpu.data 0.000269 # mshr miss rate for WriteReq accesses
+system.cpu.dcache.WriteReq_mshr_miss_rate::total 0.000269 # mshr miss rate for WriteReq accesses
+system.cpu.dcache.demand_mshr_miss_rate::cpu.data 0.000084 # mshr miss rate for demand accesses
+system.cpu.dcache.demand_mshr_miss_rate::total 0.000084 # mshr miss rate for demand accesses
+system.cpu.dcache.overall_mshr_miss_rate::cpu.data 0.000084 # mshr miss rate for overall accesses
+system.cpu.dcache.overall_mshr_miss_rate::total 0.000084 # mshr miss rate for overall accesses
+system.cpu.dcache.ReadReq_avg_mshr_miss_latency::cpu.data 48400 # average ReadReq mshr miss latency
+system.cpu.dcache.ReadReq_avg_mshr_miss_latency::total 48400 # average ReadReq mshr miss latency
+system.cpu.dcache.WriteReq_avg_mshr_miss_latency::cpu.data 46692.219680 # average WriteReq mshr miss latency
+system.cpu.dcache.WriteReq_avg_mshr_miss_latency::total 46692.219680 # average WriteReq mshr miss latency
+system.cpu.dcache.demand_avg_mshr_miss_latency::cpu.data 47057.130004 # average overall mshr miss latency
+system.cpu.dcache.demand_avg_mshr_miss_latency::total 47057.130004 # average overall mshr miss latency
+system.cpu.dcache.overall_avg_mshr_miss_latency::cpu.data 47057.130004 # average overall mshr miss latency
+system.cpu.dcache.overall_avg_mshr_miss_latency::total 47057.130004 # average overall mshr miss latency
+system.cpu.dcache.no_allocate_misses 0 # Number of misses that were no-allocate
---------- End Simulation Statistics ----------
diff --git a/tests/long/se/70.twolf/ref/alpha/tru64/o3-timing/config.ini b/tests/long/se/70.twolf/ref/alpha/tru64/o3-timing/config.ini
index 064828e12..231709206 100644
--- a/tests/long/se/70.twolf/ref/alpha/tru64/o3-timing/config.ini
+++ b/tests/long/se/70.twolf/ref/alpha/tru64/o3-timing/config.ini
@@ -10,6 +10,7 @@ time_sync_spin_threshold=100000000
type=System
children=cpu membus physmem
boot_osflags=a
+clock=1000
init_param=0
kernel=
load_addr_mask=1099511627775
@@ -29,7 +30,7 @@ system_port=system.membus.slave[0]
[system.cpu]
type=DerivO3CPU
-children=dcache dtb fuPool icache interrupts itb l2cache toL2Bus tracer workload
+children=dcache dtb fuPool icache interrupts isa itb l2cache toL2Bus tracer workload
BTBEntries=4096
BTBTagSize=16
LFSTSize=1024
@@ -77,6 +78,7 @@ iewToFetchDelay=1
iewToRenameDelay=1
instShiftAmt=2
interrupts=system.cpu.interrupts
+isa=system.cpu.isa
issueToExecuteDelay=1
issueWidth=8
itb=system.cpu.itb
@@ -95,7 +97,6 @@ numPhysIntRegs=256
numROBEntries=192
numRobs=1
numThreads=1
-phase=0
predType=tournament
profile=0
progress_interval=0
@@ -129,16 +130,18 @@ type=BaseCache
addr_ranges=0:18446744073709551615
assoc=2
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=10
+mshrs=4
prefetch_on_access=false
prefetcher=Null
prioritizeRequests=false
repl=Null
+response_latency=2
size=262144
subblock_size=0
system=system
@@ -421,16 +424,18 @@ type=BaseCache
addr_ranges=0:18446744073709551615
assoc=2
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=10
+mshrs=4
prefetch_on_access=false
prefetcher=Null
prioritizeRequests=false
repl=Null
+response_latency=2
size=131072
subblock_size=0
system=system
@@ -444,6 +449,9 @@ mem_side=system.cpu.toL2Bus.slave[0]
[system.cpu.interrupts]
type=AlphaInterrupts
+[system.cpu.isa]
+type=AlphaISA
+
[system.cpu.itb]
type=AlphaTLB
size=48
@@ -451,22 +459,24 @@ size=48
[system.cpu.l2cache]
type=BaseCache
addr_ranges=0:18446744073709551615
-assoc=2
+assoc=8
block_size=64
+clock=500
forward_snoops=true
hash_delay=1
+hit_latency=20
is_top_level=false
-latency=1000
max_miss_count=0
-mshrs=10
+mshrs=20
prefetch_on_access=false
prefetcher=Null
prioritizeRequests=false
repl=Null
+response_latency=20
size=2097152
subblock_size=0
system=system
-tgts_per_mshr=5
+tgts_per_mshr=12
trace_addr=0
two_queue=false
write_buffers=8
@@ -476,10 +486,10 @@ mem_side=system.membus.slave[1]
[system.cpu.toL2Bus]
type=CoherentBus
block_size=64
-clock=1000
+clock=500
header_cycles=1
use_default_range=false
-width=8
+width=32
master=system.cpu.l2cache.cpu_side
slave=system.cpu.icache.mem_side system.cpu.dcache.mem_side
@@ -489,12 +499,12 @@ type=ExeTracer
[system.cpu.workload]
type=LiveProcess
cmd=twolf smred
-cwd=build/ALPHA/tests/fast/long/se/70.twolf/alpha/tru64/o3-timing
+cwd=build/ALPHA/tests/opt/long/se/70.twolf/alpha/tru64/o3-timing
egid=100
env=
errout=cerr
euid=100
-executable=/dist/m5/cpu2000/binaries/alpha/tru64/twolf
+executable=/projects/pd/randd/dist/cpu2000/binaries/alpha/tru64/twolf
gid=100
input=cin
max_stack_size=67108864
@@ -512,18 +522,32 @@ clock=1000
header_cycles=1
use_default_range=false
width=8
-master=system.physmem.port[0]
+master=system.physmem.port
slave=system.system_port system.cpu.l2cache.mem_side
[system.physmem]
-type=SimpleMemory
+type=SimpleDRAM
+addr_mapping=openmap
+banks_per_rank=8
+clock=1000
conf_table_reported=false
-file=
in_addr_map=true
-latency=30000
-latency_var=0
+lines_per_rowbuffer=64
+mem_sched_policy=fcfs
null=false
+page_policy=open
range=0:134217727
+ranks_per_channel=2
+read_buffer_size=32
+tBURST=4000
+tCL=14000
+tRCD=14000
+tREFI=7800000
+tRFC=300000
+tRP=14000
+tWTR=1000
+write_buffer_size=32
+write_thresh_perc=70
zero=false
port=system.membus.master[0]
diff --git a/tests/long/se/70.twolf/ref/alpha/tru64/o3-timing/simout b/tests/long/se/70.twolf/ref/alpha/tru64/o3-timing/simout
index bbfeb5540..4f948ec38 100755
--- a/tests/long/se/70.twolf/ref/alpha/tru64/o3-timing/simout
+++ b/tests/long/se/70.twolf/ref/alpha/tru64/o3-timing/simout
@@ -1,12 +1,10 @@
gem5 Simulator System. http://gem5.org
gem5 is copyrighted software; use the --copyright option for details.
-gem5 compiled Jul 2 2012 08:30:56
-gem5 started Jul 2 2012 10:49:45
-gem5 executing on zizzer
-command line: build/ALPHA/gem5.fast -d build/ALPHA/tests/fast/long/se/70.twolf/alpha/tru64/o3-timing -re tests/run.py build/ALPHA/tests/fast/long/se/70.twolf/alpha/tru64/o3-timing
-Couldn't unlink build/ALPHA/tests/fast/long/se/70.twolf/alpha/tru64/o3-timing/smred.sav
-Couldn't unlink build/ALPHA/tests/fast/long/se/70.twolf/alpha/tru64/o3-timing/smred.sv2
+gem5 compiled Oct 30 2012 11:02:14
+gem5 started Oct 30 2012 13:23:29
+gem5 executing on u200540-lin
+command line: build/ALPHA/gem5.opt -d build/ALPHA/tests/opt/long/se/70.twolf/alpha/tru64/o3-timing -re tests/run.py build/ALPHA/tests/opt/long/se/70.twolf/alpha/tru64/o3-timing
Global frequency set at 1000000000000 ticks per second
info: Entering event queue @ 0. Starting simulation...
info: Increasing stack size by one page.
@@ -23,4 +21,4 @@ Authors: Carl Sechen, Bill Swartz
76 77 78 79 80 81 82 83 84 85 86 87 88 89 90
91 92 93 94 95 96 97 98 99 100 101 102 103 104 105
106 107 108 109 110 111 112 113 114 115 116 117 118 119 120
-122 123 124 Exiting @ tick 23661066000 because target called exit()
+122 123 124 Exiting @ tick 23378067000 because target called exit()
diff --git a/tests/long/se/70.twolf/ref/alpha/tru64/o3-timing/stats.txt b/tests/long/se/70.twolf/ref/alpha/tru64/o3-timing/stats.txt
index ef2eb2fe7..91f902e42 100644
--- a/tests/long/se/70.twolf/ref/alpha/tru64/o3-timing/stats.txt
+++ b/tests/long/se/70.twolf/ref/alpha/tru64/o3-timing/stats.txt
@@ -1,57 +1,57 @@
---------- Begin Simulation Statistics ----------
-sim_seconds 0.023714 # Number of seconds simulated
-sim_ticks 23713623000 # Number of ticks simulated
-final_tick 23713623000 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
+sim_seconds 0.023378 # Number of seconds simulated
+sim_ticks 23378067000 # Number of ticks simulated
+final_tick 23378067000 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
-host_inst_rate 202255 # Simulator instruction rate (inst/s)
-host_op_rate 202255 # Simulator op (including micro ops) rate (op/s)
-host_tick_rate 56975613 # Simulator tick rate (ticks/s)
-host_mem_usage 222752 # Number of bytes of host memory used
-host_seconds 416.21 # Real time elapsed on the host
+host_inst_rate 166789 # Simulator instruction rate (inst/s)
+host_op_rate 166789 # Simulator op (including micro ops) rate (op/s)
+host_tick_rate 46320112 # Simulator tick rate (ticks/s)
+host_mem_usage 219224 # Number of bytes of host memory used
+host_seconds 504.71 # Real time elapsed on the host
sim_insts 84179709 # Number of instructions simulated
sim_ops 84179709 # Number of ops (including micro ops) simulated
-system.physmem.bytes_read::cpu.inst 196928 # Number of bytes read from this memory
-system.physmem.bytes_read::cpu.data 138560 # Number of bytes read from this memory
-system.physmem.bytes_read::total 335488 # Number of bytes read from this memory
-system.physmem.bytes_inst_read::cpu.inst 196928 # Number of instructions bytes read from this memory
-system.physmem.bytes_inst_read::total 196928 # Number of instructions bytes read from this memory
-system.physmem.num_reads::cpu.inst 3077 # Number of read requests responded to by this memory
-system.physmem.num_reads::cpu.data 2165 # Number of read requests responded to by this memory
-system.physmem.num_reads::total 5242 # Number of read requests responded to by this memory
-system.physmem.bw_read::cpu.inst 8304425 # Total read bandwidth from this memory (bytes/s)
-system.physmem.bw_read::cpu.data 5843055 # Total read bandwidth from this memory (bytes/s)
-system.physmem.bw_read::total 14147480 # Total read bandwidth from this memory (bytes/s)
-system.physmem.bw_inst_read::cpu.inst 8304425 # Instruction read bandwidth from this memory (bytes/s)
-system.physmem.bw_inst_read::total 8304425 # Instruction read bandwidth from this memory (bytes/s)
-system.physmem.bw_total::cpu.inst 8304425 # Total bandwidth to/from this memory (bytes/s)
-system.physmem.bw_total::cpu.data 5843055 # Total bandwidth to/from this memory (bytes/s)
-system.physmem.bw_total::total 14147480 # Total bandwidth to/from this memory (bytes/s)
-system.physmem.readReqs 5242 # Total number of read requests seen
+system.physmem.bytes_read::cpu.inst 196096 # Number of bytes read from this memory
+system.physmem.bytes_read::cpu.data 138496 # Number of bytes read from this memory
+system.physmem.bytes_read::total 334592 # Number of bytes read from this memory
+system.physmem.bytes_inst_read::cpu.inst 196096 # Number of instructions bytes read from this memory
+system.physmem.bytes_inst_read::total 196096 # Number of instructions bytes read from this memory
+system.physmem.num_reads::cpu.inst 3064 # Number of read requests responded to by this memory
+system.physmem.num_reads::cpu.data 2164 # Number of read requests responded to by this memory
+system.physmem.num_reads::total 5228 # Number of read requests responded to by this memory
+system.physmem.bw_read::cpu.inst 8388033 # Total read bandwidth from this memory (bytes/s)
+system.physmem.bw_read::cpu.data 5924185 # Total read bandwidth from this memory (bytes/s)
+system.physmem.bw_read::total 14312218 # Total read bandwidth from this memory (bytes/s)
+system.physmem.bw_inst_read::cpu.inst 8388033 # Instruction read bandwidth from this memory (bytes/s)
+system.physmem.bw_inst_read::total 8388033 # Instruction read bandwidth from this memory (bytes/s)
+system.physmem.bw_total::cpu.inst 8388033 # Total bandwidth to/from this memory (bytes/s)
+system.physmem.bw_total::cpu.data 5924185 # Total bandwidth to/from this memory (bytes/s)
+system.physmem.bw_total::total 14312218 # Total bandwidth to/from this memory (bytes/s)
+system.physmem.readReqs 5228 # Total number of read requests seen
system.physmem.writeReqs 0 # Total number of write requests seen
-system.physmem.cpureqs 5242 # Reqs generatd by CPU via cache - shady
-system.physmem.bytesRead 335488 # Total number of bytes read from memory
+system.physmem.cpureqs 5228 # Reqs generatd by CPU via cache - shady
+system.physmem.bytesRead 334592 # Total number of bytes read from memory
system.physmem.bytesWritten 0 # Total number of bytes written to memory
-system.physmem.bytesConsumedRd 335488 # bytesRead derated as per pkt->getSize()
+system.physmem.bytesConsumedRd 334592 # bytesRead derated as per pkt->getSize()
system.physmem.bytesConsumedWr 0 # bytesWritten derated as per pkt->getSize()
system.physmem.servicedByWrQ 0 # Number of read reqs serviced by write Q
system.physmem.neitherReadNorWrite 0 # Reqs where no action is needed
-system.physmem.perBankRdReqs::0 370 # Track reads on a per bank basis
+system.physmem.perBankRdReqs::0 367 # Track reads on a per bank basis
system.physmem.perBankRdReqs::1 340 # Track reads on a per bank basis
-system.physmem.perBankRdReqs::2 254 # Track reads on a per bank basis
-system.physmem.perBankRdReqs::3 319 # Track reads on a per bank basis
-system.physmem.perBankRdReqs::4 254 # Track reads on a per bank basis
+system.physmem.perBankRdReqs::2 253 # Track reads on a per bank basis
+system.physmem.perBankRdReqs::3 316 # Track reads on a per bank basis
+system.physmem.perBankRdReqs::4 255 # Track reads on a per bank basis
system.physmem.perBankRdReqs::5 295 # Track reads on a per bank basis
-system.physmem.perBankRdReqs::6 376 # Track reads on a per bank basis
-system.physmem.perBankRdReqs::7 404 # Track reads on a per bank basis
-system.physmem.perBankRdReqs::8 323 # Track reads on a per bank basis
-system.physmem.perBankRdReqs::9 298 # Track reads on a per bank basis
-system.physmem.perBankRdReqs::10 277 # Track reads on a per bank basis
+system.physmem.perBankRdReqs::6 373 # Track reads on a per bank basis
+system.physmem.perBankRdReqs::7 401 # Track reads on a per bank basis
+system.physmem.perBankRdReqs::8 320 # Track reads on a per bank basis
+system.physmem.perBankRdReqs::9 300 # Track reads on a per bank basis
+system.physmem.perBankRdReqs::10 275 # Track reads on a per bank basis
system.physmem.perBankRdReqs::11 288 # Track reads on a per bank basis
system.physmem.perBankRdReqs::12 326 # Track reads on a per bank basis
system.physmem.perBankRdReqs::13 385 # Track reads on a per bank basis
-system.physmem.perBankRdReqs::14 380 # Track reads on a per bank basis
-system.physmem.perBankRdReqs::15 353 # Track reads on a per bank basis
+system.physmem.perBankRdReqs::14 382 # Track reads on a per bank basis
+system.physmem.perBankRdReqs::15 352 # Track reads on a per bank basis
system.physmem.perBankWrReqs::0 0 # Track writes on a per bank basis
system.physmem.perBankWrReqs::1 0 # Track writes on a per bank basis
system.physmem.perBankWrReqs::2 0 # Track writes on a per bank basis
@@ -70,14 +70,14 @@ system.physmem.perBankWrReqs::14 0 # Tr
system.physmem.perBankWrReqs::15 0 # Track writes on a per bank basis
system.physmem.numRdRetry 0 # Number of times rd buffer was full causing retry
system.physmem.numWrRetry 0 # Number of times wr buffer was full causing retry
-system.physmem.totGap 23713517000 # Total gap between requests
+system.physmem.totGap 23377961000 # Total gap between requests
system.physmem.readPktSize::0 0 # Categorize read packet sizes
system.physmem.readPktSize::1 0 # Categorize read packet sizes
system.physmem.readPktSize::2 0 # Categorize read packet sizes
system.physmem.readPktSize::3 0 # Categorize read packet sizes
system.physmem.readPktSize::4 0 # Categorize read packet sizes
system.physmem.readPktSize::5 0 # Categorize read packet sizes
-system.physmem.readPktSize::6 5242 # Categorize read packet sizes
+system.physmem.readPktSize::6 5228 # Categorize read packet sizes
system.physmem.readPktSize::7 0 # Categorize read packet sizes
system.physmem.readPktSize::8 0 # Categorize read packet sizes
system.physmem.writePktSize::0 0 # categorize write packet sizes
@@ -98,12 +98,12 @@ system.physmem.neitherpktsize::5 0 # ca
system.physmem.neitherpktsize::6 0 # categorize neither packet sizes
system.physmem.neitherpktsize::7 0 # categorize neither packet sizes
system.physmem.neitherpktsize::8 0 # categorize neither packet sizes
-system.physmem.rdQLenPdf::0 3227 # What read queue length does an incoming req see
-system.physmem.rdQLenPdf::1 1550 # What read queue length does an incoming req see
-system.physmem.rdQLenPdf::2 352 # What read queue length does an incoming req see
+system.physmem.rdQLenPdf::0 3190 # What read queue length does an incoming req see
+system.physmem.rdQLenPdf::1 1567 # What read queue length does an incoming req see
+system.physmem.rdQLenPdf::2 365 # What read queue length does an incoming req see
system.physmem.rdQLenPdf::3 92 # What read queue length does an incoming req see
-system.physmem.rdQLenPdf::4 19 # What read queue length does an incoming req see
-system.physmem.rdQLenPdf::5 2 # What read queue length does an incoming req see
+system.physmem.rdQLenPdf::4 13 # What read queue length does an incoming req see
+system.physmem.rdQLenPdf::5 1 # What read queue length does an incoming req see
system.physmem.rdQLenPdf::6 0 # What read queue length does an incoming req see
system.physmem.rdQLenPdf::7 0 # What read queue length does an incoming req see
system.physmem.rdQLenPdf::8 0 # What read queue length does an incoming req see
@@ -164,47 +164,47 @@ system.physmem.wrQLenPdf::29 0 # Wh
system.physmem.wrQLenPdf::30 0 # What write queue length does an incoming req see
system.physmem.wrQLenPdf::31 0 # What write queue length does an incoming req see
system.physmem.wrQLenPdf::32 0 # What write queue length does an incoming req see
-system.physmem.totQLat 21552231 # Total cycles spent in queuing delays
-system.physmem.totMemAccLat 116524231 # Sum of mem lat for all requests
-system.physmem.totBusLat 20968000 # Total cycles spent in databus access
-system.physmem.totBankLat 74004000 # Total cycles spent in bank access
-system.physmem.avgQLat 4111.45 # Average queueing delay per request
-system.physmem.avgBankLat 14117.51 # Average bank access latency per request
+system.physmem.totQLat 21787213 # Total cycles spent in queuing delays
+system.physmem.totMemAccLat 116311213 # Sum of mem lat for all requests
+system.physmem.totBusLat 20912000 # Total cycles spent in databus access
+system.physmem.totBankLat 73612000 # Total cycles spent in bank access
+system.physmem.avgQLat 4167.41 # Average queueing delay per request
+system.physmem.avgBankLat 14080.34 # Average bank access latency per request
system.physmem.avgBusLat 4000.00 # Average bus latency per request
-system.physmem.avgMemAccLat 22228.96 # Average memory access latency
-system.physmem.avgRdBW 14.15 # Average achieved read bandwidth in MB/s
+system.physmem.avgMemAccLat 22247.75 # Average memory access latency
+system.physmem.avgRdBW 14.31 # Average achieved read bandwidth in MB/s
system.physmem.avgWrBW 0.00 # Average achieved write bandwidth in MB/s
-system.physmem.avgConsumedRdBW 14.15 # Average consumed read bandwidth in MB/s
+system.physmem.avgConsumedRdBW 14.31 # Average consumed read bandwidth in MB/s
system.physmem.avgConsumedWrBW 0.00 # Average consumed write bandwidth in MB/s
system.physmem.peakBW 16000.00 # Theoretical peak bandwidth in MB/s
system.physmem.busUtil 0.09 # Data bus utilization in percentage
system.physmem.avgRdQLen 0.00 # Average read queue length over time
system.physmem.avgWrQLen 0.00 # Average write queue length over time
-system.physmem.readRowHits 4692 # Number of row buffer hits during reads
+system.physmem.readRowHits 4677 # Number of row buffer hits during reads
system.physmem.writeRowHits 0 # Number of row buffer hits during writes
-system.physmem.readRowHitRate 89.51 # Row buffer hit rate for reads
+system.physmem.readRowHitRate 89.46 # Row buffer hit rate for reads
system.physmem.writeRowHitRate nan # Row buffer hit rate for writes
-system.physmem.avgGap 4523753.72 # Average gap between requests
+system.physmem.avgGap 4471683.44 # Average gap between requests
system.cpu.dtb.fetch_hits 0 # ITB hits
system.cpu.dtb.fetch_misses 0 # ITB misses
system.cpu.dtb.fetch_acv 0 # ITB acv
system.cpu.dtb.fetch_accesses 0 # ITB accesses
-system.cpu.dtb.read_hits 23220961 # DTB read hits
-system.cpu.dtb.read_misses 199829 # DTB read misses
+system.cpu.dtb.read_hits 23102664 # DTB read hits
+system.cpu.dtb.read_misses 192481 # DTB read misses
system.cpu.dtb.read_acv 2 # DTB read access violations
-system.cpu.dtb.read_accesses 23420790 # DTB read accesses
-system.cpu.dtb.write_hits 7077526 # DTB write hits
-system.cpu.dtb.write_misses 1364 # DTB write misses
-system.cpu.dtb.write_acv 6 # DTB write access violations
-system.cpu.dtb.write_accesses 7078890 # DTB write accesses
-system.cpu.dtb.data_hits 30298487 # DTB hits
-system.cpu.dtb.data_misses 201193 # DTB misses
-system.cpu.dtb.data_acv 8 # DTB access violations
-system.cpu.dtb.data_accesses 30499680 # DTB accesses
-system.cpu.itb.fetch_hits 14949647 # ITB hits
-system.cpu.itb.fetch_misses 105 # ITB misses
+system.cpu.dtb.read_accesses 23295145 # DTB read accesses
+system.cpu.dtb.write_hits 7068005 # DTB write hits
+system.cpu.dtb.write_misses 1092 # DTB write misses
+system.cpu.dtb.write_acv 0 # DTB write access violations
+system.cpu.dtb.write_accesses 7069097 # DTB write accesses
+system.cpu.dtb.data_hits 30170669 # DTB hits
+system.cpu.dtb.data_misses 193573 # DTB misses
+system.cpu.dtb.data_acv 2 # DTB access violations
+system.cpu.dtb.data_accesses 30364242 # DTB accesses
+system.cpu.itb.fetch_hits 14708082 # ITB hits
+system.cpu.itb.fetch_misses 96 # ITB misses
system.cpu.itb.fetch_acv 0 # ITB acv
-system.cpu.itb.fetch_accesses 14949752 # ITB accesses
+system.cpu.itb.fetch_accesses 14708178 # ITB accesses
system.cpu.itb.read_hits 0 # DTB read hits
system.cpu.itb.read_misses 0 # DTB read misses
system.cpu.itb.read_acv 0 # DTB read access violations
@@ -218,246 +218,245 @@ system.cpu.itb.data_misses 0 # DT
system.cpu.itb.data_acv 0 # DTB access violations
system.cpu.itb.data_accesses 0 # DTB accesses
system.cpu.workload.num_syscalls 389 # Number of system calls
-system.cpu.numCycles 47427247 # number of cpu cycles simulated
+system.cpu.numCycles 46756135 # number of cpu cycles simulated
system.cpu.numWorkItemsStarted 0 # number of work items this cpu started
system.cpu.numWorkItemsCompleted 0 # number of work items this cpu completed
-system.cpu.BPredUnit.lookups 15025642 # Number of BP lookups
-system.cpu.BPredUnit.condPredicted 10894363 # Number of conditional branches predicted
-system.cpu.BPredUnit.condIncorrect 964786 # Number of conditional branches incorrect
-system.cpu.BPredUnit.BTBLookups 8694430 # Number of BTB lookups
-system.cpu.BPredUnit.BTBHits 7072700 # Number of BTB hits
+system.cpu.BPredUnit.lookups 14833517 # Number of BP lookups
+system.cpu.BPredUnit.condPredicted 10762267 # Number of conditional branches predicted
+system.cpu.BPredUnit.condIncorrect 917019 # Number of conditional branches incorrect
+system.cpu.BPredUnit.BTBLookups 8075874 # Number of BTB lookups
+system.cpu.BPredUnit.BTBHits 6944735 # Number of BTB hits
system.cpu.BPredUnit.BTBCorrect 0 # Number of correct BTB predictions (this stat may not work properly.
-system.cpu.BPredUnit.usedRAS 1485982 # Number of times the RAS was used to get a target.
-system.cpu.BPredUnit.RASInCorrect 3318 # Number of incorrect RAS predictions.
-system.cpu.fetch.icacheStallCycles 15702309 # Number of cycles fetch is stalled on an Icache miss
-system.cpu.fetch.Insts 128217574 # Number of instructions fetch has processed
-system.cpu.fetch.Branches 15025642 # Number of branches that fetch encountered
-system.cpu.fetch.predictedBranches 8558682 # Number of branches that fetch has predicted taken
-system.cpu.fetch.Cycles 22383156 # Number of cycles fetch has run and was not squashing or blocked
-system.cpu.fetch.SquashCycles 4634796 # Number of cycles fetch has spent squashing
-system.cpu.fetch.BlockedCycles 5563262 # Number of cycles fetch has spent blocked
-system.cpu.fetch.MiscStallCycles 84 # Number of cycles fetch has spent waiting on interrupts, or bad addresses, or out of MSHRs
-system.cpu.fetch.PendingTrapStallCycles 2124 # Number of stall cycles due to pending traps
-system.cpu.fetch.IcacheWaitRetryStallCycles 19 # Number of stall cycles due to full MSHR
-system.cpu.fetch.CacheLines 14949647 # Number of cache lines fetched
-system.cpu.fetch.IcacheSquashes 339712 # Number of outstanding Icache misses that were squashed
-system.cpu.fetch.rateDist::samples 47286808 # Number of instructions fetched each cycle (Total)
-system.cpu.fetch.rateDist::mean 2.711487 # Number of instructions fetched each cycle (Total)
-system.cpu.fetch.rateDist::stdev 3.371391 # Number of instructions fetched each cycle (Total)
+system.cpu.BPredUnit.usedRAS 1466052 # Number of times the RAS was used to get a target.
+system.cpu.BPredUnit.RASInCorrect 3147 # Number of incorrect RAS predictions.
+system.cpu.fetch.icacheStallCycles 15430530 # Number of cycles fetch is stalled on an Icache miss
+system.cpu.fetch.Insts 126815242 # Number of instructions fetch has processed
+system.cpu.fetch.Branches 14833517 # Number of branches that fetch encountered
+system.cpu.fetch.predictedBranches 8410787 # Number of branches that fetch has predicted taken
+system.cpu.fetch.Cycles 22106787 # Number of cycles fetch has run and was not squashing or blocked
+system.cpu.fetch.SquashCycles 4454905 # Number of cycles fetch has spent squashing
+system.cpu.fetch.BlockedCycles 5569972 # Number of cycles fetch has spent blocked
+system.cpu.fetch.MiscStallCycles 51 # Number of cycles fetch has spent waiting on interrupts, or bad addresses, or out of MSHRs
+system.cpu.fetch.PendingTrapStallCycles 2009 # Number of stall cycles due to pending traps
+system.cpu.fetch.CacheLines 14708082 # Number of cache lines fetched
+system.cpu.fetch.IcacheSquashes 322729 # Number of outstanding Icache misses that were squashed
+system.cpu.fetch.rateDist::samples 46612836 # Number of instructions fetched each cycle (Total)
+system.cpu.fetch.rateDist::mean 2.720608 # Number of instructions fetched each cycle (Total)
+system.cpu.fetch.rateDist::stdev 3.376239 # Number of instructions fetched each cycle (Total)
system.cpu.fetch.rateDist::underflows 0 0.00% 0.00% # Number of instructions fetched each cycle (Total)
-system.cpu.fetch.rateDist::0 24903652 52.67% 52.67% # Number of instructions fetched each cycle (Total)
-system.cpu.fetch.rateDist::1 2390695 5.06% 57.72% # Number of instructions fetched each cycle (Total)
-system.cpu.fetch.rateDist::2 1208579 2.56% 60.28% # Number of instructions fetched each cycle (Total)
-system.cpu.fetch.rateDist::3 1776118 3.76% 64.03% # Number of instructions fetched each cycle (Total)
-system.cpu.fetch.rateDist::4 2803213 5.93% 69.96% # Number of instructions fetched each cycle (Total)
-system.cpu.fetch.rateDist::5 1173314 2.48% 72.44% # Number of instructions fetched each cycle (Total)
-system.cpu.fetch.rateDist::6 1230561 2.60% 75.04% # Number of instructions fetched each cycle (Total)
-system.cpu.fetch.rateDist::7 786829 1.66% 76.71% # Number of instructions fetched each cycle (Total)
-system.cpu.fetch.rateDist::8 11013847 23.29% 100.00% # Number of instructions fetched each cycle (Total)
+system.cpu.fetch.rateDist::0 24506049 52.57% 52.57% # Number of instructions fetched each cycle (Total)
+system.cpu.fetch.rateDist::1 2362426 5.07% 57.64% # Number of instructions fetched each cycle (Total)
+system.cpu.fetch.rateDist::2 1191299 2.56% 60.20% # Number of instructions fetched each cycle (Total)
+system.cpu.fetch.rateDist::3 1739407 3.73% 63.93% # Number of instructions fetched each cycle (Total)
+system.cpu.fetch.rateDist::4 2752944 5.91% 69.84% # Number of instructions fetched each cycle (Total)
+system.cpu.fetch.rateDist::5 1147923 2.46% 72.30% # Number of instructions fetched each cycle (Total)
+system.cpu.fetch.rateDist::6 1216668 2.61% 74.91% # Number of instructions fetched each cycle (Total)
+system.cpu.fetch.rateDist::7 768362 1.65% 76.56% # Number of instructions fetched each cycle (Total)
+system.cpu.fetch.rateDist::8 10927758 23.44% 100.00% # Number of instructions fetched each cycle (Total)
system.cpu.fetch.rateDist::overflows 0 0.00% 100.00% # Number of instructions fetched each cycle (Total)
system.cpu.fetch.rateDist::min_value 0 # Number of instructions fetched each cycle (Total)
system.cpu.fetch.rateDist::max_value 8 # Number of instructions fetched each cycle (Total)
-system.cpu.fetch.rateDist::total 47286808 # Number of instructions fetched each cycle (Total)
-system.cpu.fetch.branchRate 0.316815 # Number of branch fetches per cycle
-system.cpu.fetch.rate 2.703458 # Number of inst fetches per cycle
-system.cpu.decode.IdleCycles 17546675 # Number of cycles decode is idle
-system.cpu.decode.BlockedCycles 4261865 # Number of cycles decode is blocked
-system.cpu.decode.RunCycles 20763738 # Number of cycles decode is running
-system.cpu.decode.UnblockCycles 1090514 # Number of cycles decode is unblocking
-system.cpu.decode.SquashCycles 3624016 # Number of cycles decode is squashing
-system.cpu.decode.BranchResolved 2545492 # Number of times decode resolved a branch
-system.cpu.decode.BranchMispred 12249 # Number of times decode detected a branch misprediction
-system.cpu.decode.DecodedInsts 125138336 # Number of instructions handled by decode
-system.cpu.decode.SquashedInsts 32050 # Number of squashed instructions handled by decode
-system.cpu.rename.SquashCycles 3624016 # Number of cycles rename is squashing
-system.cpu.rename.IdleCycles 18714540 # Number of cycles rename is idle
-system.cpu.rename.BlockCycles 973231 # Number of cycles rename is blocking
-system.cpu.rename.serializeStallCycles 8290 # count of cycles rename stalled for serializing inst
-system.cpu.rename.RunCycles 20663986 # Number of cycles rename is running
-system.cpu.rename.UnblockCycles 3302745 # Number of cycles rename is unblocking
-system.cpu.rename.RenamedInsts 122153228 # Number of instructions processed by rename
-system.cpu.rename.ROBFullEvents 68 # Number of times rename has blocked due to ROB full
-system.cpu.rename.IQFullEvents 400521 # Number of times rename has blocked due to IQ full
-system.cpu.rename.LSQFullEvents 2428440 # Number of times rename has blocked due to LSQ full
-system.cpu.rename.RenamedOperands 89689212 # Number of destination operands rename has renamed
-system.cpu.rename.RenameLookups 158636809 # Number of register rename lookups that rename has made
-system.cpu.rename.int_rename_lookups 148888433 # Number of integer rename lookups
-system.cpu.rename.fp_rename_lookups 9748376 # Number of floating rename lookups
+system.cpu.fetch.rateDist::total 46612836 # Number of instructions fetched each cycle (Total)
+system.cpu.fetch.branchRate 0.317253 # Number of branch fetches per cycle
+system.cpu.fetch.rate 2.712270 # Number of inst fetches per cycle
+system.cpu.decode.IdleCycles 17256308 # Number of cycles decode is idle
+system.cpu.decode.BlockedCycles 4263506 # Number of cycles decode is blocked
+system.cpu.decode.RunCycles 20503237 # Number of cycles decode is running
+system.cpu.decode.UnblockCycles 1097959 # Number of cycles decode is unblocking
+system.cpu.decode.SquashCycles 3491826 # Number of cycles decode is squashing
+system.cpu.decode.BranchResolved 2511850 # Number of times decode resolved a branch
+system.cpu.decode.BranchMispred 12028 # Number of times decode detected a branch misprediction
+system.cpu.decode.DecodedInsts 123858190 # Number of instructions handled by decode
+system.cpu.decode.SquashedInsts 32546 # Number of squashed instructions handled by decode
+system.cpu.rename.SquashCycles 3491826 # Number of cycles rename is squashing
+system.cpu.rename.IdleCycles 18399179 # Number of cycles rename is idle
+system.cpu.rename.BlockCycles 964925 # Number of cycles rename is blocking
+system.cpu.rename.serializeStallCycles 7287 # count of cycles rename stalled for serializing inst
+system.cpu.rename.RunCycles 20435541 # Number of cycles rename is running
+system.cpu.rename.UnblockCycles 3314078 # Number of cycles rename is unblocking
+system.cpu.rename.RenamedInsts 121046582 # Number of instructions processed by rename
+system.cpu.rename.ROBFullEvents 48 # Number of times rename has blocked due to ROB full
+system.cpu.rename.IQFullEvents 399182 # Number of times rename has blocked due to IQ full
+system.cpu.rename.LSQFullEvents 2434828 # Number of times rename has blocked due to LSQ full
+system.cpu.rename.RenamedOperands 88894409 # Number of destination operands rename has renamed
+system.cpu.rename.RenameLookups 157311905 # Number of register rename lookups that rename has made
+system.cpu.rename.int_rename_lookups 147648223 # Number of integer rename lookups
+system.cpu.rename.fp_rename_lookups 9663682 # Number of floating rename lookups
system.cpu.rename.CommittedMaps 68427361 # Number of HB maps that are committed
-system.cpu.rename.UndoneMaps 21261851 # Number of HB maps that are undone due to squashing
-system.cpu.rename.serializingInsts 999 # count of serializing insts renamed
-system.cpu.rename.tempSerializingInsts 1008 # count of temporary serializing insts renamed
-system.cpu.rename.skidInsts 8748966 # count of insts added to the skid buffer
-system.cpu.memDep0.insertedLoads 25553670 # Number of loads inserted to the mem dependence unit.
-system.cpu.memDep0.insertedStores 8298282 # Number of stores inserted to the mem dependence unit.
-system.cpu.memDep0.conflictingLoads 2624329 # Number of conflicting loads.
-system.cpu.memDep0.conflictingStores 917691 # Number of conflicting stores.
-system.cpu.iq.iqInstsAdded 106148372 # Number of instructions added to the IQ (excludes non-spec)
-system.cpu.iq.iqNonSpecInstsAdded 2425 # Number of non-speculative instructions added to the IQ
-system.cpu.iq.iqInstsIssued 96973982 # Number of instructions issued
-system.cpu.iq.iqSquashedInstsIssued 186832 # Number of squashed instructions issued
-system.cpu.iq.iqSquashedInstsExamined 21507239 # Number of squashed instructions iterated over during squash; mainly for profiling
-system.cpu.iq.iqSquashedOperandsExamined 16151719 # Number of squashed operands that are examined and possibly removed from graph
-system.cpu.iq.iqSquashedNonSpecRemoved 2036 # Number of squashed non-spec instructions that were removed
-system.cpu.iq.issued_per_cycle::samples 47286808 # Number of insts issued each cycle
-system.cpu.iq.issued_per_cycle::mean 2.050762 # Number of insts issued each cycle
-system.cpu.iq.issued_per_cycle::stdev 1.875057 # Number of insts issued each cycle
+system.cpu.rename.UndoneMaps 20467048 # Number of HB maps that are undone due to squashing
+system.cpu.rename.serializingInsts 739 # count of serializing insts renamed
+system.cpu.rename.tempSerializingInsts 732 # count of temporary serializing insts renamed
+system.cpu.rename.skidInsts 8795383 # count of insts added to the skid buffer
+system.cpu.memDep0.insertedLoads 25343096 # Number of loads inserted to the mem dependence unit.
+system.cpu.memDep0.insertedStores 8237940 # Number of stores inserted to the mem dependence unit.
+system.cpu.memDep0.conflictingLoads 2594464 # Number of conflicting loads.
+system.cpu.memDep0.conflictingStores 920924 # Number of conflicting stores.
+system.cpu.iq.iqInstsAdded 105370947 # Number of instructions added to the IQ (excludes non-spec)
+system.cpu.iq.iqNonSpecInstsAdded 1446 # Number of non-speculative instructions added to the IQ
+system.cpu.iq.iqInstsIssued 96530679 # Number of instructions issued
+system.cpu.iq.iqSquashedInstsIssued 178191 # Number of squashed instructions issued
+system.cpu.iq.iqSquashedInstsExamined 20721356 # Number of squashed instructions iterated over during squash; mainly for profiling
+system.cpu.iq.iqSquashedOperandsExamined 15565520 # Number of squashed operands that are examined and possibly removed from graph
+system.cpu.iq.iqSquashedNonSpecRemoved 1057 # Number of squashed non-spec instructions that were removed
+system.cpu.iq.issued_per_cycle::samples 46612836 # Number of insts issued each cycle
+system.cpu.iq.issued_per_cycle::mean 2.070903 # Number of insts issued each cycle
+system.cpu.iq.issued_per_cycle::stdev 1.875751 # 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 12523872 26.48% 26.48% # Number of insts issued each cycle
-system.cpu.iq.issued_per_cycle::1 9450826 19.99% 46.47% # Number of insts issued each cycle
-system.cpu.iq.issued_per_cycle::2 8468072 17.91% 64.38% # Number of insts issued each cycle
-system.cpu.iq.issued_per_cycle::3 6321623 13.37% 77.75% # Number of insts issued each cycle
-system.cpu.iq.issued_per_cycle::4 4941695 10.45% 88.20% # Number of insts issued each cycle
-system.cpu.iq.issued_per_cycle::5 2845109 6.02% 94.21% # Number of insts issued each cycle
-system.cpu.iq.issued_per_cycle::6 1728871 3.66% 97.87% # Number of insts issued each cycle
-system.cpu.iq.issued_per_cycle::7 797328 1.69% 99.56% # Number of insts issued each cycle
-system.cpu.iq.issued_per_cycle::8 209412 0.44% 100.00% # Number of insts issued each cycle
+system.cpu.iq.issued_per_cycle::0 12074665 25.90% 25.90% # Number of insts issued each cycle
+system.cpu.iq.issued_per_cycle::1 9351108 20.06% 45.97% # Number of insts issued each cycle
+system.cpu.iq.issued_per_cycle::2 8402793 18.03% 63.99% # Number of insts issued each cycle
+system.cpu.iq.issued_per_cycle::3 6288710 13.49% 77.48% # Number of insts issued each cycle
+system.cpu.iq.issued_per_cycle::4 4905546 10.52% 88.01% # Number of insts issued each cycle
+system.cpu.iq.issued_per_cycle::5 2859533 6.13% 94.14% # Number of insts issued each cycle
+system.cpu.iq.issued_per_cycle::6 1729691 3.71% 97.85% # Number of insts issued each cycle
+system.cpu.iq.issued_per_cycle::7 796460 1.71% 99.56% # Number of insts issued each cycle
+system.cpu.iq.issued_per_cycle::8 204330 0.44% 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
system.cpu.iq.issued_per_cycle::min_value 0 # Number of insts issued each cycle
system.cpu.iq.issued_per_cycle::max_value 8 # Number of insts issued each cycle
-system.cpu.iq.issued_per_cycle::total 47286808 # Number of insts issued each cycle
+system.cpu.iq.issued_per_cycle::total 46612836 # Number of insts issued each cycle
system.cpu.iq.fu_full::No_OpClass 0 0.00% 0.00% # attempts to use FU when none available
-system.cpu.iq.fu_full::IntAlu 189731 12.08% 12.08% # attempts to use FU when none available
-system.cpu.iq.fu_full::IntMult 0 0.00% 12.08% # attempts to use FU when none available
-system.cpu.iq.fu_full::IntDiv 0 0.00% 12.08% # attempts to use FU when none available
-system.cpu.iq.fu_full::FloatAdd 196 0.01% 12.09% # attempts to use FU when none available
-system.cpu.iq.fu_full::FloatCmp 0 0.00% 12.09% # attempts to use FU when none available
-system.cpu.iq.fu_full::FloatCvt 7230 0.46% 12.55% # attempts to use FU when none available
-system.cpu.iq.fu_full::FloatMult 5874 0.37% 12.92% # attempts to use FU when none available
-system.cpu.iq.fu_full::FloatDiv 843349 53.68% 66.60% # attempts to use FU when none available
-system.cpu.iq.fu_full::FloatSqrt 0 0.00% 66.60% # attempts to use FU when none available
-system.cpu.iq.fu_full::SimdAdd 0 0.00% 66.60% # attempts to use FU when none available
-system.cpu.iq.fu_full::SimdAddAcc 0 0.00% 66.60% # attempts to use FU when none available
-system.cpu.iq.fu_full::SimdAlu 0 0.00% 66.60% # attempts to use FU when none available
-system.cpu.iq.fu_full::SimdCmp 0 0.00% 66.60% # attempts to use FU when none available
-system.cpu.iq.fu_full::SimdCvt 0 0.00% 66.60% # attempts to use FU when none available
-system.cpu.iq.fu_full::SimdMisc 0 0.00% 66.60% # attempts to use FU when none available
-system.cpu.iq.fu_full::SimdMult 0 0.00% 66.60% # attempts to use FU when none available
-system.cpu.iq.fu_full::SimdMultAcc 0 0.00% 66.60% # attempts to use FU when none available
-system.cpu.iq.fu_full::SimdShift 0 0.00% 66.60% # attempts to use FU when none available
-system.cpu.iq.fu_full::SimdShiftAcc 0 0.00% 66.60% # attempts to use FU when none available
-system.cpu.iq.fu_full::SimdSqrt 0 0.00% 66.60% # attempts to use FU when none available
-system.cpu.iq.fu_full::SimdFloatAdd 0 0.00% 66.60% # attempts to use FU when none available
-system.cpu.iq.fu_full::SimdFloatAlu 0 0.00% 66.60% # attempts to use FU when none available
-system.cpu.iq.fu_full::SimdFloatCmp 0 0.00% 66.60% # attempts to use FU when none available
-system.cpu.iq.fu_full::SimdFloatCvt 0 0.00% 66.60% # attempts to use FU when none available
-system.cpu.iq.fu_full::SimdFloatDiv 0 0.00% 66.60% # attempts to use FU when none available
-system.cpu.iq.fu_full::SimdFloatMisc 0 0.00% 66.60% # attempts to use FU when none available
-system.cpu.iq.fu_full::SimdFloatMult 0 0.00% 66.60% # attempts to use FU when none available
-system.cpu.iq.fu_full::SimdFloatMultAcc 0 0.00% 66.60% # attempts to use FU when none available
-system.cpu.iq.fu_full::SimdFloatSqrt 0 0.00% 66.60% # attempts to use FU when none available
-system.cpu.iq.fu_full::MemRead 445490 28.35% 94.95% # attempts to use FU when none available
-system.cpu.iq.fu_full::MemWrite 79325 5.05% 100.00% # attempts to use FU when none available
+system.cpu.iq.fu_full::IntAlu 190047 12.12% 12.12% # attempts to use FU when none available
+system.cpu.iq.fu_full::IntMult 0 0.00% 12.12% # attempts to use FU when none available
+system.cpu.iq.fu_full::IntDiv 0 0.00% 12.12% # attempts to use FU when none available
+system.cpu.iq.fu_full::FloatAdd 203 0.01% 12.13% # attempts to use FU when none available
+system.cpu.iq.fu_full::FloatCmp 0 0.00% 12.13% # attempts to use FU when none available
+system.cpu.iq.fu_full::FloatCvt 7055 0.45% 12.58% # attempts to use FU when none available
+system.cpu.iq.fu_full::FloatMult 5882 0.38% 12.95% # attempts to use FU when none available
+system.cpu.iq.fu_full::FloatDiv 842974 53.75% 66.70% # attempts to use FU when none available
+system.cpu.iq.fu_full::FloatSqrt 0 0.00% 66.70% # attempts to use FU when none available
+system.cpu.iq.fu_full::SimdAdd 0 0.00% 66.70% # attempts to use FU when none available
+system.cpu.iq.fu_full::SimdAddAcc 0 0.00% 66.70% # attempts to use FU when none available
+system.cpu.iq.fu_full::SimdAlu 0 0.00% 66.70% # attempts to use FU when none available
+system.cpu.iq.fu_full::SimdCmp 0 0.00% 66.70% # attempts to use FU when none available
+system.cpu.iq.fu_full::SimdCvt 0 0.00% 66.70% # attempts to use FU when none available
+system.cpu.iq.fu_full::SimdMisc 0 0.00% 66.70% # attempts to use FU when none available
+system.cpu.iq.fu_full::SimdMult 0 0.00% 66.70% # attempts to use FU when none available
+system.cpu.iq.fu_full::SimdMultAcc 0 0.00% 66.70% # attempts to use FU when none available
+system.cpu.iq.fu_full::SimdShift 0 0.00% 66.70% # attempts to use FU when none available
+system.cpu.iq.fu_full::SimdShiftAcc 0 0.00% 66.70% # attempts to use FU when none available
+system.cpu.iq.fu_full::SimdSqrt 0 0.00% 66.70% # attempts to use FU when none available
+system.cpu.iq.fu_full::SimdFloatAdd 0 0.00% 66.70% # attempts to use FU when none available
+system.cpu.iq.fu_full::SimdFloatAlu 0 0.00% 66.70% # attempts to use FU when none available
+system.cpu.iq.fu_full::SimdFloatCmp 0 0.00% 66.70% # attempts to use FU when none available
+system.cpu.iq.fu_full::SimdFloatCvt 0 0.00% 66.70% # attempts to use FU when none available
+system.cpu.iq.fu_full::SimdFloatDiv 0 0.00% 66.70% # attempts to use FU when none available
+system.cpu.iq.fu_full::SimdFloatMisc 0 0.00% 66.70% # attempts to use FU when none available
+system.cpu.iq.fu_full::SimdFloatMult 0 0.00% 66.70% # attempts to use FU when none available
+system.cpu.iq.fu_full::SimdFloatMultAcc 0 0.00% 66.70% # attempts to use FU when none available
+system.cpu.iq.fu_full::SimdFloatSqrt 0 0.00% 66.70% # attempts to use FU when none available
+system.cpu.iq.fu_full::MemRead 444058 28.31% 95.01% # attempts to use FU when none available
+system.cpu.iq.fu_full::MemWrite 78249 4.99% 100.00% # attempts to use FU when none available
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 7 0.00% 0.00% # Type of FU issued
-system.cpu.iq.FU_type_0::IntAlu 58981330 60.82% 60.82% # Type of FU issued
-system.cpu.iq.FU_type_0::IntMult 480636 0.50% 61.32% # Type of FU issued
+system.cpu.iq.FU_type_0::IntAlu 58717725 60.83% 60.83% # Type of FU issued
+system.cpu.iq.FU_type_0::IntMult 479593 0.50% 61.32% # Type of FU issued
system.cpu.iq.FU_type_0::IntDiv 0 0.00% 61.32% # Type of FU issued
-system.cpu.iq.FU_type_0::FloatAdd 2802326 2.89% 64.21% # Type of FU issued
-system.cpu.iq.FU_type_0::FloatCmp 115452 0.12% 64.33% # Type of FU issued
-system.cpu.iq.FU_type_0::FloatCvt 2386635 2.46% 66.79% # Type of FU issued
-system.cpu.iq.FU_type_0::FloatMult 311394 0.32% 67.11% # Type of FU issued
-system.cpu.iq.FU_type_0::FloatDiv 759833 0.78% 67.89% # Type of FU issued
-system.cpu.iq.FU_type_0::FloatSqrt 319 0.00% 67.89% # Type of FU issued
-system.cpu.iq.FU_type_0::SimdAdd 0 0.00% 67.89% # Type of FU issued
-system.cpu.iq.FU_type_0::SimdAddAcc 0 0.00% 67.89% # Type of FU issued
-system.cpu.iq.FU_type_0::SimdAlu 0 0.00% 67.89% # Type of FU issued
-system.cpu.iq.FU_type_0::SimdCmp 0 0.00% 67.89% # Type of FU issued
-system.cpu.iq.FU_type_0::SimdCvt 0 0.00% 67.89% # Type of FU issued
-system.cpu.iq.FU_type_0::SimdMisc 0 0.00% 67.89% # Type of FU issued
-system.cpu.iq.FU_type_0::SimdMult 0 0.00% 67.89% # Type of FU issued
-system.cpu.iq.FU_type_0::SimdMultAcc 0 0.00% 67.89% # Type of FU issued
-system.cpu.iq.FU_type_0::SimdShift 0 0.00% 67.89% # Type of FU issued
-system.cpu.iq.FU_type_0::SimdShiftAcc 0 0.00% 67.89% # Type of FU issued
-system.cpu.iq.FU_type_0::SimdSqrt 0 0.00% 67.89% # Type of FU issued
-system.cpu.iq.FU_type_0::SimdFloatAdd 0 0.00% 67.89% # Type of FU issued
-system.cpu.iq.FU_type_0::SimdFloatAlu 0 0.00% 67.89% # Type of FU issued
-system.cpu.iq.FU_type_0::SimdFloatCmp 0 0.00% 67.89% # Type of FU issued
-system.cpu.iq.FU_type_0::SimdFloatCvt 0 0.00% 67.89% # Type of FU issued
-system.cpu.iq.FU_type_0::SimdFloatDiv 0 0.00% 67.89% # Type of FU issued
-system.cpu.iq.FU_type_0::SimdFloatMisc 0 0.00% 67.89% # Type of FU issued
-system.cpu.iq.FU_type_0::SimdFloatMult 0 0.00% 67.89% # Type of FU issued
-system.cpu.iq.FU_type_0::SimdFloatMultAcc 0 0.00% 67.89% # Type of FU issued
-system.cpu.iq.FU_type_0::SimdFloatSqrt 0 0.00% 67.89% # Type of FU issued
-system.cpu.iq.FU_type_0::MemRead 23966232 24.71% 92.61% # Type of FU issued
-system.cpu.iq.FU_type_0::MemWrite 7169818 7.39% 100.00% # Type of FU issued
+system.cpu.iq.FU_type_0::FloatAdd 2796739 2.90% 64.22% # Type of FU issued
+system.cpu.iq.FU_type_0::FloatCmp 115257 0.12% 64.34% # Type of FU issued
+system.cpu.iq.FU_type_0::FloatCvt 2386885 2.47% 66.81% # Type of FU issued
+system.cpu.iq.FU_type_0::FloatMult 311006 0.32% 67.14% # Type of FU issued
+system.cpu.iq.FU_type_0::FloatDiv 760000 0.79% 67.92% # Type of FU issued
+system.cpu.iq.FU_type_0::FloatSqrt 319 0.00% 67.92% # Type of FU issued
+system.cpu.iq.FU_type_0::SimdAdd 0 0.00% 67.92% # Type of FU issued
+system.cpu.iq.FU_type_0::SimdAddAcc 0 0.00% 67.92% # Type of FU issued
+system.cpu.iq.FU_type_0::SimdAlu 0 0.00% 67.92% # Type of FU issued
+system.cpu.iq.FU_type_0::SimdCmp 0 0.00% 67.92% # Type of FU issued
+system.cpu.iq.FU_type_0::SimdCvt 0 0.00% 67.92% # Type of FU issued
+system.cpu.iq.FU_type_0::SimdMisc 0 0.00% 67.92% # Type of FU issued
+system.cpu.iq.FU_type_0::SimdMult 0 0.00% 67.92% # Type of FU issued
+system.cpu.iq.FU_type_0::SimdMultAcc 0 0.00% 67.92% # Type of FU issued
+system.cpu.iq.FU_type_0::SimdShift 0 0.00% 67.92% # Type of FU issued
+system.cpu.iq.FU_type_0::SimdShiftAcc 0 0.00% 67.92% # Type of FU issued
+system.cpu.iq.FU_type_0::SimdSqrt 0 0.00% 67.92% # Type of FU issued
+system.cpu.iq.FU_type_0::SimdFloatAdd 0 0.00% 67.92% # Type of FU issued
+system.cpu.iq.FU_type_0::SimdFloatAlu 0 0.00% 67.92% # Type of FU issued
+system.cpu.iq.FU_type_0::SimdFloatCmp 0 0.00% 67.92% # Type of FU issued
+system.cpu.iq.FU_type_0::SimdFloatCvt 0 0.00% 67.92% # Type of FU issued
+system.cpu.iq.FU_type_0::SimdFloatDiv 0 0.00% 67.92% # Type of FU issued
+system.cpu.iq.FU_type_0::SimdFloatMisc 0 0.00% 67.92% # Type of FU issued
+system.cpu.iq.FU_type_0::SimdFloatMult 0 0.00% 67.92% # Type of FU issued
+system.cpu.iq.FU_type_0::SimdFloatMultAcc 0 0.00% 67.92% # Type of FU issued
+system.cpu.iq.FU_type_0::SimdFloatSqrt 0 0.00% 67.92% # Type of FU issued
+system.cpu.iq.FU_type_0::MemRead 23812199 24.67% 92.59% # Type of FU issued
+system.cpu.iq.FU_type_0::MemWrite 7150949 7.41% 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 96973982 # Type of FU issued
-system.cpu.iq.rate 2.044689 # Inst issue rate
-system.cpu.iq.fu_busy_cnt 1571195 # FU busy when requested
-system.cpu.iq.fu_busy_rate 0.016202 # FU busy rate (busy events/executed inst)
-system.cpu.iq.int_inst_queue_reads 227861218 # Number of integer instruction queue reads
-system.cpu.iq.int_inst_queue_writes 118862045 # Number of integer instruction queue writes
-system.cpu.iq.int_inst_queue_wakeup_accesses 87356059 # Number of integer instruction queue wakeup accesses
-system.cpu.iq.fp_inst_queue_reads 15131581 # Number of floating instruction queue reads
-system.cpu.iq.fp_inst_queue_writes 8830751 # Number of floating instruction queue writes
-system.cpu.iq.fp_inst_queue_wakeup_accesses 7068549 # Number of floating instruction queue wakeup accesses
-system.cpu.iq.int_alu_accesses 90549768 # Number of integer alu accesses
-system.cpu.iq.fp_alu_accesses 7995402 # Number of floating point alu accesses
-system.cpu.iew.lsq.thread0.forwLoads 1518620 # Number of loads that had data forwarded from stores
+system.cpu.iq.FU_type_0::total 96530679 # Type of FU issued
+system.cpu.iq.rate 2.064556 # Inst issue rate
+system.cpu.iq.fu_busy_cnt 1568468 # FU busy when requested
+system.cpu.iq.fu_busy_rate 0.016248 # FU busy rate (busy events/executed inst)
+system.cpu.iq.int_inst_queue_reads 226318050 # Number of integer instruction queue reads
+system.cpu.iq.int_inst_queue_writes 117401953 # Number of integer instruction queue writes
+system.cpu.iq.int_inst_queue_wakeup_accesses 87051166 # Number of integer instruction queue wakeup accesses
+system.cpu.iq.fp_inst_queue_reads 15102803 # Number of floating instruction queue reads
+system.cpu.iq.fp_inst_queue_writes 8726703 # Number of floating instruction queue writes
+system.cpu.iq.fp_inst_queue_wakeup_accesses 7059295 # Number of floating instruction queue wakeup accesses
+system.cpu.iq.int_alu_accesses 90117667 # Number of integer alu accesses
+system.cpu.iq.fp_alu_accesses 7981473 # Number of floating point alu accesses
+system.cpu.iew.lsq.thread0.forwLoads 1519109 # 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
-system.cpu.iew.lsq.thread0.squashedLoads 5557472 # Number of loads squashed
-system.cpu.iew.lsq.thread0.ignoredResponses 19450 # Number of memory responses ignored because the instruction is squashed
-system.cpu.iew.lsq.thread0.memOrderViolation 34891 # Number of memory ordering violations
-system.cpu.iew.lsq.thread0.squashedStores 1797179 # Number of stores squashed
+system.cpu.iew.lsq.thread0.squashedLoads 5346898 # Number of loads squashed
+system.cpu.iew.lsq.thread0.ignoredResponses 18469 # Number of memory responses ignored because the instruction is squashed
+system.cpu.iew.lsq.thread0.memOrderViolation 35032 # Number of memory ordering violations
+system.cpu.iew.lsq.thread0.squashedStores 1736837 # Number of stores squashed
system.cpu.iew.lsq.thread0.invAddrSwpfs 0 # Number of software prefetches ignored due to an invalid address
system.cpu.iew.lsq.thread0.blockedLoads 0 # Number of blocked loads due to partial load-store forwarding
-system.cpu.iew.lsq.thread0.rescheduledLoads 10488 # Number of loads that were rescheduled
-system.cpu.iew.lsq.thread0.cacheBlocked 1489 # Number of times an access to memory failed due to the cache being blocked
+system.cpu.iew.lsq.thread0.rescheduledLoads 10557 # Number of loads that were rescheduled
+system.cpu.iew.lsq.thread0.cacheBlocked 1512 # Number of times an access to memory failed due to the cache being blocked
system.cpu.iew.iewIdleCycles 0 # Number of cycles IEW is idle
-system.cpu.iew.iewSquashCycles 3624016 # Number of cycles IEW is squashing
-system.cpu.iew.iewBlockCycles 135468 # Number of cycles IEW is blocking
-system.cpu.iew.iewUnblockCycles 17609 # Number of cycles IEW is unblocking
-system.cpu.iew.iewDispatchedInsts 116444859 # Number of instructions dispatched to IQ
-system.cpu.iew.iewDispSquashedInsts 396288 # Number of squashed instructions skipped by dispatch
-system.cpu.iew.iewDispLoadInsts 25553670 # Number of dispatched load instructions
-system.cpu.iew.iewDispStoreInsts 8298282 # Number of dispatched store instructions
-system.cpu.iew.iewDispNonSpecInsts 2425 # Number of dispatched non-speculative instructions
-system.cpu.iew.iewIQFullEvents 3185 # Number of times the IQ has become full, causing a stall
-system.cpu.iew.iewLSQFullEvents 28 # Number of times the LSQ has become full, causing a stall
-system.cpu.iew.memOrderViolationEvents 34891 # Number of memory order violations
-system.cpu.iew.predictedTakenIncorrect 568741 # Number of branches that were predicted taken incorrectly
-system.cpu.iew.predictedNotTakenIncorrect 508698 # Number of branches that were predicted not taken incorrectly
-system.cpu.iew.branchMispredicts 1077439 # Number of branch mispredicts detected at execute
-system.cpu.iew.iewExecutedInsts 95679677 # Number of executed instructions
-system.cpu.iew.iewExecLoadInsts 23421457 # Number of load instructions executed
-system.cpu.iew.iewExecSquashedInsts 1294305 # Number of squashed instructions skipped in execute
+system.cpu.iew.iewSquashCycles 3491826 # Number of cycles IEW is squashing
+system.cpu.iew.iewBlockCycles 132020 # Number of cycles IEW is blocking
+system.cpu.iew.iewUnblockCycles 18316 # Number of cycles IEW is unblocking
+system.cpu.iew.iewDispatchedInsts 115597875 # Number of instructions dispatched to IQ
+system.cpu.iew.iewDispSquashedInsts 364987 # Number of squashed instructions skipped by dispatch
+system.cpu.iew.iewDispLoadInsts 25343096 # Number of dispatched load instructions
+system.cpu.iew.iewDispStoreInsts 8237940 # Number of dispatched store instructions
+system.cpu.iew.iewDispNonSpecInsts 1446 # Number of dispatched non-speculative instructions
+system.cpu.iew.iewIQFullEvents 3142 # Number of times the IQ has become full, causing a stall
+system.cpu.iew.iewLSQFullEvents 30 # Number of times the LSQ has become full, causing a stall
+system.cpu.iew.memOrderViolationEvents 35032 # Number of memory order violations
+system.cpu.iew.predictedTakenIncorrect 529110 # Number of branches that were predicted taken incorrectly
+system.cpu.iew.predictedNotTakenIncorrect 494336 # Number of branches that were predicted not taken incorrectly
+system.cpu.iew.branchMispredicts 1023446 # Number of branch mispredicts detected at execute
+system.cpu.iew.iewExecutedInsts 95309066 # Number of executed instructions
+system.cpu.iew.iewExecLoadInsts 23295605 # Number of load instructions executed
+system.cpu.iew.iewExecSquashedInsts 1221613 # Number of squashed instructions skipped in execute
system.cpu.iew.exec_swp 0 # number of swp insts executed
-system.cpu.iew.exec_nop 10294062 # number of nop insts executed
-system.cpu.iew.exec_refs 30500537 # number of memory reference insts executed
-system.cpu.iew.exec_branches 12076025 # Number of branches executed
-system.cpu.iew.exec_stores 7079080 # Number of stores executed
-system.cpu.iew.exec_rate 2.017399 # Inst execution rate
-system.cpu.iew.wb_sent 94965900 # cumulative count of insts sent to commit
-system.cpu.iew.wb_count 94424608 # cumulative count of insts written-back
-system.cpu.iew.wb_producers 64613443 # num instructions producing a value
-system.cpu.iew.wb_consumers 89987902 # num instructions consuming a value
+system.cpu.iew.exec_nop 10225482 # number of nop insts executed
+system.cpu.iew.exec_refs 30364899 # number of memory reference insts executed
+system.cpu.iew.exec_branches 12021435 # Number of branches executed
+system.cpu.iew.exec_stores 7069294 # Number of stores executed
+system.cpu.iew.exec_rate 2.038429 # Inst execution rate
+system.cpu.iew.wb_sent 94627849 # cumulative count of insts sent to commit
+system.cpu.iew.wb_count 94110461 # cumulative count of insts written-back
+system.cpu.iew.wb_producers 64468484 # num instructions producing a value
+system.cpu.iew.wb_consumers 89853069 # 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.990936 # insts written-back per cycle
-system.cpu.iew.wb_fanout 0.718024 # average fanout of values written-back
+system.cpu.iew.wb_rate 2.012794 # insts written-back per cycle
+system.cpu.iew.wb_fanout 0.717488 # 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.commitSquashedInsts 24543105 # The number of squashed insts skipped by commit
+system.cpu.commit.commitSquashedInsts 23695922 # The number of squashed insts skipped by commit
system.cpu.commit.commitNonSpecStalls 389 # The number of times commit has been forced to stall to communicate backwards
-system.cpu.commit.branchMispredicts 952948 # The number of times a branch was mispredicted
-system.cpu.commit.committed_per_cycle::samples 43662792 # Number of insts commited each cycle
-system.cpu.commit.committed_per_cycle::mean 2.104837 # Number of insts commited each cycle
-system.cpu.commit.committed_per_cycle::stdev 2.733240 # Number of insts commited each cycle
+system.cpu.commit.branchMispredicts 905358 # The number of times a branch was mispredicted
+system.cpu.commit.committed_per_cycle::samples 43121010 # Number of insts commited each cycle
+system.cpu.commit.committed_per_cycle::mean 2.131283 # Number of insts commited each cycle
+system.cpu.commit.committed_per_cycle::stdev 2.747044 # Number of insts commited each cycle
system.cpu.commit.committed_per_cycle::underflows 0 0.00% 0.00% # Number of insts commited each cycle
-system.cpu.commit.committed_per_cycle::0 17112386 39.19% 39.19% # Number of insts commited each cycle
-system.cpu.commit.committed_per_cycle::1 9977533 22.85% 62.04% # Number of insts commited each cycle
-system.cpu.commit.committed_per_cycle::2 4511330 10.33% 72.38% # Number of insts commited each cycle
-system.cpu.commit.committed_per_cycle::3 2294197 5.25% 77.63% # Number of insts commited each cycle
-system.cpu.commit.committed_per_cycle::4 1617378 3.70% 81.33% # Number of insts commited each cycle
-system.cpu.commit.committed_per_cycle::5 1129034 2.59% 83.92% # Number of insts commited each cycle
-system.cpu.commit.committed_per_cycle::6 721116 1.65% 85.57% # Number of insts commited each cycle
-system.cpu.commit.committed_per_cycle::7 819651 1.88% 87.45% # Number of insts commited each cycle
-system.cpu.commit.committed_per_cycle::8 5480167 12.55% 100.00% # Number of insts commited each cycle
+system.cpu.commit.committed_per_cycle::0 16684738 38.69% 38.69% # Number of insts commited each cycle
+system.cpu.commit.committed_per_cycle::1 9903892 22.97% 61.66% # Number of insts commited each cycle
+system.cpu.commit.committed_per_cycle::2 4485087 10.40% 72.06% # Number of insts commited each cycle
+system.cpu.commit.committed_per_cycle::3 2259914 5.24% 77.30% # Number of insts commited each cycle
+system.cpu.commit.committed_per_cycle::4 1605498 3.72% 81.03% # Number of insts commited each cycle
+system.cpu.commit.committed_per_cycle::5 1123100 2.60% 83.63% # Number of insts commited each cycle
+system.cpu.commit.committed_per_cycle::6 719913 1.67% 85.30% # Number of insts commited each cycle
+system.cpu.commit.committed_per_cycle::7 818667 1.90% 87.20% # Number of insts commited each cycle
+system.cpu.commit.committed_per_cycle::8 5520201 12.80% 100.00% # Number of insts commited each cycle
system.cpu.commit.committed_per_cycle::overflows 0 0.00% 100.00% # Number of insts commited each cycle
system.cpu.commit.committed_per_cycle::min_value 0 # Number of insts commited each cycle
system.cpu.commit.committed_per_cycle::max_value 8 # Number of insts commited each cycle
-system.cpu.commit.committed_per_cycle::total 43662792 # Number of insts commited each cycle
+system.cpu.commit.committed_per_cycle::total 43121010 # Number of insts commited each cycle
system.cpu.commit.committedInsts 91903055 # Number of instructions committed
system.cpu.commit.committedOps 91903055 # Number of ops (including micro ops) committed
system.cpu.commit.swp_count 0 # Number of s/w prefetches committed
@@ -468,372 +467,372 @@ system.cpu.commit.branches 10240685 # Nu
system.cpu.commit.fp_insts 6862061 # Number of committed floating point instructions.
system.cpu.commit.int_insts 79581076 # Number of committed integer instructions.
system.cpu.commit.function_calls 1029620 # Number of function calls committed.
-system.cpu.commit.bw_lim_events 5480167 # number cycles where commit BW limit reached
+system.cpu.commit.bw_lim_events 5520201 # number cycles where commit BW limit reached
system.cpu.commit.bw_limited 0 # number of insts not committed due to BW limits
-system.cpu.rob.rob_reads 154627745 # The number of ROB reads
-system.cpu.rob.rob_writes 236540658 # The number of ROB writes
-system.cpu.timesIdled 5097 # Number of times that the entire CPU went into an idle state and unscheduled itself
-system.cpu.idleCycles 140439 # Total number of cycles that the CPU has spent unscheduled due to idling
+system.cpu.rob.rob_reads 153198746 # The number of ROB reads
+system.cpu.rob.rob_writes 234713539 # The number of ROB writes
+system.cpu.timesIdled 5103 # Number of times that the entire CPU went into an idle state and unscheduled itself
+system.cpu.idleCycles 143299 # Total number of cycles that the CPU has spent unscheduled due to idling
system.cpu.committedInsts 84179709 # Number of Instructions Simulated
system.cpu.committedOps 84179709 # Number of Ops (including micro ops) Simulated
system.cpu.committedInsts_total 84179709 # Number of Instructions Simulated
-system.cpu.cpi 0.563405 # CPI: Cycles Per Instruction
-system.cpu.cpi_total 0.563405 # CPI: Total CPI of All Threads
-system.cpu.ipc 1.774923 # IPC: Instructions Per Cycle
-system.cpu.ipc_total 1.774923 # IPC: Total IPC of All Threads
-system.cpu.int_regfile_reads 129451321 # number of integer regfile reads
-system.cpu.int_regfile_writes 70766811 # number of integer regfile writes
-system.cpu.fp_regfile_reads 6191777 # number of floating regfile reads
-system.cpu.fp_regfile_writes 6050030 # number of floating regfile writes
-system.cpu.misc_regfile_reads 714415 # number of misc regfile reads
+system.cpu.cpi 0.555432 # CPI: Cycles Per Instruction
+system.cpu.cpi_total 0.555432 # CPI: Total CPI of All Threads
+system.cpu.ipc 1.800399 # IPC: Instructions Per Cycle
+system.cpu.ipc_total 1.800399 # IPC: Total IPC of All Threads
+system.cpu.int_regfile_reads 129015669 # number of integer regfile reads
+system.cpu.int_regfile_writes 70499119 # number of integer regfile writes
+system.cpu.fp_regfile_reads 6185969 # number of floating regfile reads
+system.cpu.fp_regfile_writes 6040722 # number of floating regfile writes
+system.cpu.misc_regfile_reads 714490 # number of misc regfile reads
system.cpu.misc_regfile_writes 1 # number of misc regfile writes
-system.cpu.icache.replacements 10208 # number of replacements
-system.cpu.icache.tagsinuse 1605.593166 # Cycle average of tags in use
-system.cpu.icache.total_refs 14934718 # Total number of references to valid blocks.
-system.cpu.icache.sampled_refs 12146 # Sample count of references to valid blocks.
-system.cpu.icache.avg_refs 1229.599704 # Average number of references to valid blocks.
+system.cpu.icache.replacements 9535 # number of replacements
+system.cpu.icache.tagsinuse 1597.711655 # Cycle average of tags in use
+system.cpu.icache.total_refs 14694095 # Total number of references to valid blocks.
+system.cpu.icache.sampled_refs 11468 # Sample count of references to valid blocks.
+system.cpu.icache.avg_refs 1281.312783 # Average number of references to valid blocks.
system.cpu.icache.warmup_cycle 0 # Cycle when the warmup percentage was hit.
-system.cpu.icache.occ_blocks::cpu.inst 1605.593166 # Average occupied blocks per requestor
-system.cpu.icache.occ_percent::cpu.inst 0.783981 # Average percentage of cache occupancy
-system.cpu.icache.occ_percent::total 0.783981 # Average percentage of cache occupancy
-system.cpu.icache.ReadReq_hits::cpu.inst 14934718 # number of ReadReq hits
-system.cpu.icache.ReadReq_hits::total 14934718 # number of ReadReq hits
-system.cpu.icache.demand_hits::cpu.inst 14934718 # number of demand (read+write) hits
-system.cpu.icache.demand_hits::total 14934718 # number of demand (read+write) hits
-system.cpu.icache.overall_hits::cpu.inst 14934718 # number of overall hits
-system.cpu.icache.overall_hits::total 14934718 # number of overall hits
-system.cpu.icache.ReadReq_misses::cpu.inst 14928 # number of ReadReq misses
-system.cpu.icache.ReadReq_misses::total 14928 # number of ReadReq misses
-system.cpu.icache.demand_misses::cpu.inst 14928 # number of demand (read+write) misses
-system.cpu.icache.demand_misses::total 14928 # number of demand (read+write) misses
-system.cpu.icache.overall_misses::cpu.inst 14928 # number of overall misses
-system.cpu.icache.overall_misses::total 14928 # number of overall misses
-system.cpu.icache.ReadReq_miss_latency::cpu.inst 320401000 # number of ReadReq miss cycles
-system.cpu.icache.ReadReq_miss_latency::total 320401000 # number of ReadReq miss cycles
-system.cpu.icache.demand_miss_latency::cpu.inst 320401000 # number of demand (read+write) miss cycles
-system.cpu.icache.demand_miss_latency::total 320401000 # number of demand (read+write) miss cycles
-system.cpu.icache.overall_miss_latency::cpu.inst 320401000 # number of overall miss cycles
-system.cpu.icache.overall_miss_latency::total 320401000 # number of overall miss cycles
-system.cpu.icache.ReadReq_accesses::cpu.inst 14949646 # number of ReadReq accesses(hits+misses)
-system.cpu.icache.ReadReq_accesses::total 14949646 # number of ReadReq accesses(hits+misses)
-system.cpu.icache.demand_accesses::cpu.inst 14949646 # number of demand (read+write) accesses
-system.cpu.icache.demand_accesses::total 14949646 # number of demand (read+write) accesses
-system.cpu.icache.overall_accesses::cpu.inst 14949646 # number of overall (read+write) accesses
-system.cpu.icache.overall_accesses::total 14949646 # number of overall (read+write) accesses
-system.cpu.icache.ReadReq_miss_rate::cpu.inst 0.000999 # miss rate for ReadReq accesses
-system.cpu.icache.ReadReq_miss_rate::total 0.000999 # miss rate for ReadReq accesses
-system.cpu.icache.demand_miss_rate::cpu.inst 0.000999 # miss rate for demand accesses
-system.cpu.icache.demand_miss_rate::total 0.000999 # miss rate for demand accesses
-system.cpu.icache.overall_miss_rate::cpu.inst 0.000999 # miss rate for overall accesses
-system.cpu.icache.overall_miss_rate::total 0.000999 # miss rate for overall accesses
-system.cpu.icache.ReadReq_avg_miss_latency::cpu.inst 21463.089496 # average ReadReq miss latency
-system.cpu.icache.ReadReq_avg_miss_latency::total 21463.089496 # average ReadReq miss latency
-system.cpu.icache.demand_avg_miss_latency::cpu.inst 21463.089496 # average overall miss latency
-system.cpu.icache.demand_avg_miss_latency::total 21463.089496 # average overall miss latency
-system.cpu.icache.overall_avg_miss_latency::cpu.inst 21463.089496 # average overall miss latency
-system.cpu.icache.overall_avg_miss_latency::total 21463.089496 # average overall miss latency
-system.cpu.icache.blocked_cycles::no_mshrs 207 # number of cycles access was blocked
+system.cpu.icache.occ_blocks::cpu.inst 1597.711655 # Average occupied blocks per requestor
+system.cpu.icache.occ_percent::cpu.inst 0.780133 # Average percentage of cache occupancy
+system.cpu.icache.occ_percent::total 0.780133 # Average percentage of cache occupancy
+system.cpu.icache.ReadReq_hits::cpu.inst 14694095 # number of ReadReq hits
+system.cpu.icache.ReadReq_hits::total 14694095 # number of ReadReq hits
+system.cpu.icache.demand_hits::cpu.inst 14694095 # number of demand (read+write) hits
+system.cpu.icache.demand_hits::total 14694095 # number of demand (read+write) hits
+system.cpu.icache.overall_hits::cpu.inst 14694095 # number of overall hits
+system.cpu.icache.overall_hits::total 14694095 # number of overall hits
+system.cpu.icache.ReadReq_misses::cpu.inst 13987 # number of ReadReq misses
+system.cpu.icache.ReadReq_misses::total 13987 # number of ReadReq misses
+system.cpu.icache.demand_misses::cpu.inst 13987 # number of demand (read+write) misses
+system.cpu.icache.demand_misses::total 13987 # number of demand (read+write) misses
+system.cpu.icache.overall_misses::cpu.inst 13987 # number of overall misses
+system.cpu.icache.overall_misses::total 13987 # number of overall misses
+system.cpu.icache.ReadReq_miss_latency::cpu.inst 308160500 # number of ReadReq miss cycles
+system.cpu.icache.ReadReq_miss_latency::total 308160500 # number of ReadReq miss cycles
+system.cpu.icache.demand_miss_latency::cpu.inst 308160500 # number of demand (read+write) miss cycles
+system.cpu.icache.demand_miss_latency::total 308160500 # number of demand (read+write) miss cycles
+system.cpu.icache.overall_miss_latency::cpu.inst 308160500 # number of overall miss cycles
+system.cpu.icache.overall_miss_latency::total 308160500 # number of overall miss cycles
+system.cpu.icache.ReadReq_accesses::cpu.inst 14708082 # number of ReadReq accesses(hits+misses)
+system.cpu.icache.ReadReq_accesses::total 14708082 # number of ReadReq accesses(hits+misses)
+system.cpu.icache.demand_accesses::cpu.inst 14708082 # number of demand (read+write) accesses
+system.cpu.icache.demand_accesses::total 14708082 # number of demand (read+write) accesses
+system.cpu.icache.overall_accesses::cpu.inst 14708082 # number of overall (read+write) accesses
+system.cpu.icache.overall_accesses::total 14708082 # number of overall (read+write) accesses
+system.cpu.icache.ReadReq_miss_rate::cpu.inst 0.000951 # miss rate for ReadReq accesses
+system.cpu.icache.ReadReq_miss_rate::total 0.000951 # miss rate for ReadReq accesses
+system.cpu.icache.demand_miss_rate::cpu.inst 0.000951 # miss rate for demand accesses
+system.cpu.icache.demand_miss_rate::total 0.000951 # miss rate for demand accesses
+system.cpu.icache.overall_miss_rate::cpu.inst 0.000951 # miss rate for overall accesses
+system.cpu.icache.overall_miss_rate::total 0.000951 # miss rate for overall accesses
+system.cpu.icache.ReadReq_avg_miss_latency::cpu.inst 22031.922499 # average ReadReq miss latency
+system.cpu.icache.ReadReq_avg_miss_latency::total 22031.922499 # average ReadReq miss latency
+system.cpu.icache.demand_avg_miss_latency::cpu.inst 22031.922499 # average overall miss latency
+system.cpu.icache.demand_avg_miss_latency::total 22031.922499 # average overall miss latency
+system.cpu.icache.overall_avg_miss_latency::cpu.inst 22031.922499 # average overall miss latency
+system.cpu.icache.overall_avg_miss_latency::total 22031.922499 # average overall miss latency
+system.cpu.icache.blocked_cycles::no_mshrs 97 # number of cycles access was blocked
system.cpu.icache.blocked_cycles::no_targets 0 # number of cycles access was blocked
system.cpu.icache.blocked::no_mshrs 5 # number of cycles access was blocked
system.cpu.icache.blocked::no_targets 0 # number of cycles access was blocked
-system.cpu.icache.avg_blocked_cycles::no_mshrs 41.400000 # average number of cycles each access was blocked
+system.cpu.icache.avg_blocked_cycles::no_mshrs 19.400000 # average number of cycles each access was blocked
system.cpu.icache.avg_blocked_cycles::no_targets nan # average number of cycles each access was blocked
system.cpu.icache.fast_writes 0 # number of fast writes performed
system.cpu.icache.cache_copies 0 # number of cache copies performed
-system.cpu.icache.ReadReq_mshr_hits::cpu.inst 2782 # number of ReadReq MSHR hits
-system.cpu.icache.ReadReq_mshr_hits::total 2782 # number of ReadReq MSHR hits
-system.cpu.icache.demand_mshr_hits::cpu.inst 2782 # number of demand (read+write) MSHR hits
-system.cpu.icache.demand_mshr_hits::total 2782 # number of demand (read+write) MSHR hits
-system.cpu.icache.overall_mshr_hits::cpu.inst 2782 # number of overall MSHR hits
-system.cpu.icache.overall_mshr_hits::total 2782 # number of overall MSHR hits
-system.cpu.icache.ReadReq_mshr_misses::cpu.inst 12146 # number of ReadReq MSHR misses
-system.cpu.icache.ReadReq_mshr_misses::total 12146 # number of ReadReq MSHR misses
-system.cpu.icache.demand_mshr_misses::cpu.inst 12146 # number of demand (read+write) MSHR misses
-system.cpu.icache.demand_mshr_misses::total 12146 # number of demand (read+write) MSHR misses
-system.cpu.icache.overall_mshr_misses::cpu.inst 12146 # number of overall MSHR misses
-system.cpu.icache.overall_mshr_misses::total 12146 # number of overall MSHR misses
-system.cpu.icache.ReadReq_mshr_miss_latency::cpu.inst 242268500 # number of ReadReq MSHR miss cycles
-system.cpu.icache.ReadReq_mshr_miss_latency::total 242268500 # number of ReadReq MSHR miss cycles
-system.cpu.icache.demand_mshr_miss_latency::cpu.inst 242268500 # number of demand (read+write) MSHR miss cycles
-system.cpu.icache.demand_mshr_miss_latency::total 242268500 # number of demand (read+write) MSHR miss cycles
-system.cpu.icache.overall_mshr_miss_latency::cpu.inst 242268500 # number of overall MSHR miss cycles
-system.cpu.icache.overall_mshr_miss_latency::total 242268500 # number of overall MSHR miss cycles
-system.cpu.icache.ReadReq_mshr_miss_rate::cpu.inst 0.000812 # mshr miss rate for ReadReq accesses
-system.cpu.icache.ReadReq_mshr_miss_rate::total 0.000812 # mshr miss rate for ReadReq accesses
-system.cpu.icache.demand_mshr_miss_rate::cpu.inst 0.000812 # mshr miss rate for demand accesses
-system.cpu.icache.demand_mshr_miss_rate::total 0.000812 # mshr miss rate for demand accesses
-system.cpu.icache.overall_mshr_miss_rate::cpu.inst 0.000812 # mshr miss rate for overall accesses
-system.cpu.icache.overall_mshr_miss_rate::total 0.000812 # mshr miss rate for overall accesses
-system.cpu.icache.ReadReq_avg_mshr_miss_latency::cpu.inst 19946.360942 # average ReadReq mshr miss latency
-system.cpu.icache.ReadReq_avg_mshr_miss_latency::total 19946.360942 # average ReadReq mshr miss latency
-system.cpu.icache.demand_avg_mshr_miss_latency::cpu.inst 19946.360942 # average overall mshr miss latency
-system.cpu.icache.demand_avg_mshr_miss_latency::total 19946.360942 # average overall mshr miss latency
-system.cpu.icache.overall_avg_mshr_miss_latency::cpu.inst 19946.360942 # average overall mshr miss latency
-system.cpu.icache.overall_avg_mshr_miss_latency::total 19946.360942 # average overall mshr miss latency
+system.cpu.icache.ReadReq_mshr_hits::cpu.inst 2519 # number of ReadReq MSHR hits
+system.cpu.icache.ReadReq_mshr_hits::total 2519 # number of ReadReq MSHR hits
+system.cpu.icache.demand_mshr_hits::cpu.inst 2519 # number of demand (read+write) MSHR hits
+system.cpu.icache.demand_mshr_hits::total 2519 # number of demand (read+write) MSHR hits
+system.cpu.icache.overall_mshr_hits::cpu.inst 2519 # number of overall MSHR hits
+system.cpu.icache.overall_mshr_hits::total 2519 # number of overall MSHR hits
+system.cpu.icache.ReadReq_mshr_misses::cpu.inst 11468 # number of ReadReq MSHR misses
+system.cpu.icache.ReadReq_mshr_misses::total 11468 # number of ReadReq MSHR misses
+system.cpu.icache.demand_mshr_misses::cpu.inst 11468 # number of demand (read+write) MSHR misses
+system.cpu.icache.demand_mshr_misses::total 11468 # number of demand (read+write) MSHR misses
+system.cpu.icache.overall_mshr_misses::cpu.inst 11468 # number of overall MSHR misses
+system.cpu.icache.overall_mshr_misses::total 11468 # number of overall MSHR misses
+system.cpu.icache.ReadReq_mshr_miss_latency::cpu.inst 234957500 # number of ReadReq MSHR miss cycles
+system.cpu.icache.ReadReq_mshr_miss_latency::total 234957500 # number of ReadReq MSHR miss cycles
+system.cpu.icache.demand_mshr_miss_latency::cpu.inst 234957500 # number of demand (read+write) MSHR miss cycles
+system.cpu.icache.demand_mshr_miss_latency::total 234957500 # number of demand (read+write) MSHR miss cycles
+system.cpu.icache.overall_mshr_miss_latency::cpu.inst 234957500 # number of overall MSHR miss cycles
+system.cpu.icache.overall_mshr_miss_latency::total 234957500 # number of overall MSHR miss cycles
+system.cpu.icache.ReadReq_mshr_miss_rate::cpu.inst 0.000780 # mshr miss rate for ReadReq accesses
+system.cpu.icache.ReadReq_mshr_miss_rate::total 0.000780 # mshr miss rate for ReadReq accesses
+system.cpu.icache.demand_mshr_miss_rate::cpu.inst 0.000780 # mshr miss rate for demand accesses
+system.cpu.icache.demand_mshr_miss_rate::total 0.000780 # mshr miss rate for demand accesses
+system.cpu.icache.overall_mshr_miss_rate::cpu.inst 0.000780 # mshr miss rate for overall accesses
+system.cpu.icache.overall_mshr_miss_rate::total 0.000780 # mshr miss rate for overall accesses
+system.cpu.icache.ReadReq_avg_mshr_miss_latency::cpu.inst 20488.097314 # average ReadReq mshr miss latency
+system.cpu.icache.ReadReq_avg_mshr_miss_latency::total 20488.097314 # average ReadReq mshr miss latency
+system.cpu.icache.demand_avg_mshr_miss_latency::cpu.inst 20488.097314 # average overall mshr miss latency
+system.cpu.icache.demand_avg_mshr_miss_latency::total 20488.097314 # average overall mshr miss latency
+system.cpu.icache.overall_avg_mshr_miss_latency::cpu.inst 20488.097314 # average overall mshr miss latency
+system.cpu.icache.overall_avg_mshr_miss_latency::total 20488.097314 # average overall mshr miss latency
system.cpu.icache.no_allocate_misses 0 # Number of misses that were no-allocate
-system.cpu.dcache.replacements 158 # number of replacements
-system.cpu.dcache.tagsinuse 1458.435251 # Cycle average of tags in use
-system.cpu.dcache.total_refs 28182735 # Total number of references to valid blocks.
+system.cpu.l2cache.replacements 0 # number of replacements
+system.cpu.l2cache.tagsinuse 2411.634709 # Cycle average of tags in use
+system.cpu.l2cache.total_refs 8474 # Total number of references to valid blocks.
+system.cpu.l2cache.sampled_refs 3589 # Sample count of references to valid blocks.
+system.cpu.l2cache.avg_refs 2.361103 # Average number of references to valid blocks.
+system.cpu.l2cache.warmup_cycle 0 # Cycle when the warmup percentage was hit.
+system.cpu.l2cache.occ_blocks::writebacks 17.671111 # Average occupied blocks per requestor
+system.cpu.l2cache.occ_blocks::cpu.inst 2014.246310 # Average occupied blocks per requestor
+system.cpu.l2cache.occ_blocks::cpu.data 379.717288 # Average occupied blocks per requestor
+system.cpu.l2cache.occ_percent::writebacks 0.000539 # Average percentage of cache occupancy
+system.cpu.l2cache.occ_percent::cpu.inst 0.061470 # Average percentage of cache occupancy
+system.cpu.l2cache.occ_percent::cpu.data 0.011588 # Average percentage of cache occupancy
+system.cpu.l2cache.occ_percent::total 0.073597 # Average percentage of cache occupancy
+system.cpu.l2cache.ReadReq_hits::cpu.inst 8404 # number of ReadReq hits
+system.cpu.l2cache.ReadReq_hits::cpu.data 55 # number of ReadReq hits
+system.cpu.l2cache.ReadReq_hits::total 8459 # number of ReadReq hits
+system.cpu.l2cache.Writeback_hits::writebacks 109 # number of Writeback hits
+system.cpu.l2cache.Writeback_hits::total 109 # number of Writeback hits
+system.cpu.l2cache.ReadExReq_hits::cpu.data 26 # number of ReadExReq hits
+system.cpu.l2cache.ReadExReq_hits::total 26 # number of ReadExReq hits
+system.cpu.l2cache.demand_hits::cpu.inst 8404 # number of demand (read+write) hits
+system.cpu.l2cache.demand_hits::cpu.data 81 # number of demand (read+write) hits
+system.cpu.l2cache.demand_hits::total 8485 # number of demand (read+write) hits
+system.cpu.l2cache.overall_hits::cpu.inst 8404 # number of overall hits
+system.cpu.l2cache.overall_hits::cpu.data 81 # number of overall hits
+system.cpu.l2cache.overall_hits::total 8485 # number of overall hits
+system.cpu.l2cache.ReadReq_misses::cpu.inst 3064 # number of ReadReq misses
+system.cpu.l2cache.ReadReq_misses::cpu.data 458 # number of ReadReq misses
+system.cpu.l2cache.ReadReq_misses::total 3522 # number of ReadReq misses
+system.cpu.l2cache.ReadExReq_misses::cpu.data 1706 # number of ReadExReq misses
+system.cpu.l2cache.ReadExReq_misses::total 1706 # number of ReadExReq misses
+system.cpu.l2cache.demand_misses::cpu.inst 3064 # number of demand (read+write) misses
+system.cpu.l2cache.demand_misses::cpu.data 2164 # number of demand (read+write) misses
+system.cpu.l2cache.demand_misses::total 5228 # number of demand (read+write) misses
+system.cpu.l2cache.overall_misses::cpu.inst 3064 # number of overall misses
+system.cpu.l2cache.overall_misses::cpu.data 2164 # number of overall misses
+system.cpu.l2cache.overall_misses::total 5228 # number of overall misses
+system.cpu.l2cache.ReadReq_miss_latency::cpu.inst 139445500 # number of ReadReq miss cycles
+system.cpu.l2cache.ReadReq_miss_latency::cpu.data 25445000 # number of ReadReq miss cycles
+system.cpu.l2cache.ReadReq_miss_latency::total 164890500 # number of ReadReq miss cycles
+system.cpu.l2cache.ReadExReq_miss_latency::cpu.data 80526000 # number of ReadExReq miss cycles
+system.cpu.l2cache.ReadExReq_miss_latency::total 80526000 # number of ReadExReq miss cycles
+system.cpu.l2cache.demand_miss_latency::cpu.inst 139445500 # number of demand (read+write) miss cycles
+system.cpu.l2cache.demand_miss_latency::cpu.data 105971000 # number of demand (read+write) miss cycles
+system.cpu.l2cache.demand_miss_latency::total 245416500 # number of demand (read+write) miss cycles
+system.cpu.l2cache.overall_miss_latency::cpu.inst 139445500 # number of overall miss cycles
+system.cpu.l2cache.overall_miss_latency::cpu.data 105971000 # number of overall miss cycles
+system.cpu.l2cache.overall_miss_latency::total 245416500 # number of overall miss cycles
+system.cpu.l2cache.ReadReq_accesses::cpu.inst 11468 # number of ReadReq accesses(hits+misses)
+system.cpu.l2cache.ReadReq_accesses::cpu.data 513 # number of ReadReq accesses(hits+misses)
+system.cpu.l2cache.ReadReq_accesses::total 11981 # number of ReadReq accesses(hits+misses)
+system.cpu.l2cache.Writeback_accesses::writebacks 109 # number of Writeback accesses(hits+misses)
+system.cpu.l2cache.Writeback_accesses::total 109 # number of Writeback accesses(hits+misses)
+system.cpu.l2cache.ReadExReq_accesses::cpu.data 1732 # number of ReadExReq accesses(hits+misses)
+system.cpu.l2cache.ReadExReq_accesses::total 1732 # number of ReadExReq accesses(hits+misses)
+system.cpu.l2cache.demand_accesses::cpu.inst 11468 # number of demand (read+write) accesses
+system.cpu.l2cache.demand_accesses::cpu.data 2245 # number of demand (read+write) accesses
+system.cpu.l2cache.demand_accesses::total 13713 # number of demand (read+write) accesses
+system.cpu.l2cache.overall_accesses::cpu.inst 11468 # number of overall (read+write) accesses
+system.cpu.l2cache.overall_accesses::cpu.data 2245 # number of overall (read+write) accesses
+system.cpu.l2cache.overall_accesses::total 13713 # number of overall (read+write) accesses
+system.cpu.l2cache.ReadReq_miss_rate::cpu.inst 0.267178 # miss rate for ReadReq accesses
+system.cpu.l2cache.ReadReq_miss_rate::cpu.data 0.892788 # miss rate for ReadReq accesses
+system.cpu.l2cache.ReadReq_miss_rate::total 0.293965 # miss rate for ReadReq accesses
+system.cpu.l2cache.ReadExReq_miss_rate::cpu.data 0.984988 # miss rate for ReadExReq accesses
+system.cpu.l2cache.ReadExReq_miss_rate::total 0.984988 # miss rate for ReadExReq accesses
+system.cpu.l2cache.demand_miss_rate::cpu.inst 0.267178 # miss rate for demand accesses
+system.cpu.l2cache.demand_miss_rate::cpu.data 0.963920 # miss rate for demand accesses
+system.cpu.l2cache.demand_miss_rate::total 0.381244 # miss rate for demand accesses
+system.cpu.l2cache.overall_miss_rate::cpu.inst 0.267178 # miss rate for overall accesses
+system.cpu.l2cache.overall_miss_rate::cpu.data 0.963920 # miss rate for overall accesses
+system.cpu.l2cache.overall_miss_rate::total 0.381244 # miss rate for overall accesses
+system.cpu.l2cache.ReadReq_avg_miss_latency::cpu.inst 45510.933420 # average ReadReq miss latency
+system.cpu.l2cache.ReadReq_avg_miss_latency::cpu.data 55556.768559 # average ReadReq miss latency
+system.cpu.l2cache.ReadReq_avg_miss_latency::total 46817.291312 # average ReadReq miss latency
+system.cpu.l2cache.ReadExReq_avg_miss_latency::cpu.data 47201.641266 # average ReadExReq miss latency
+system.cpu.l2cache.ReadExReq_avg_miss_latency::total 47201.641266 # average ReadExReq miss latency
+system.cpu.l2cache.demand_avg_miss_latency::cpu.inst 45510.933420 # average overall miss latency
+system.cpu.l2cache.demand_avg_miss_latency::cpu.data 48969.963031 # average overall miss latency
+system.cpu.l2cache.demand_avg_miss_latency::total 46942.712318 # average overall miss latency
+system.cpu.l2cache.overall_avg_miss_latency::cpu.inst 45510.933420 # average overall miss latency
+system.cpu.l2cache.overall_avg_miss_latency::cpu.data 48969.963031 # average overall miss latency
+system.cpu.l2cache.overall_avg_miss_latency::total 46942.712318 # average overall miss latency
+system.cpu.l2cache.blocked_cycles::no_mshrs 0 # number of cycles access was blocked
+system.cpu.l2cache.blocked_cycles::no_targets 0 # number of cycles access was blocked
+system.cpu.l2cache.blocked::no_mshrs 0 # number of cycles access was blocked
+system.cpu.l2cache.blocked::no_targets 0 # number of cycles access was blocked
+system.cpu.l2cache.avg_blocked_cycles::no_mshrs nan # average number of cycles each access was blocked
+system.cpu.l2cache.avg_blocked_cycles::no_targets nan # average number of cycles each access was blocked
+system.cpu.l2cache.fast_writes 0 # number of fast writes performed
+system.cpu.l2cache.cache_copies 0 # number of cache copies performed
+system.cpu.l2cache.ReadReq_mshr_misses::cpu.inst 3064 # number of ReadReq MSHR misses
+system.cpu.l2cache.ReadReq_mshr_misses::cpu.data 458 # number of ReadReq MSHR misses
+system.cpu.l2cache.ReadReq_mshr_misses::total 3522 # number of ReadReq MSHR misses
+system.cpu.l2cache.ReadExReq_mshr_misses::cpu.data 1706 # number of ReadExReq MSHR misses
+system.cpu.l2cache.ReadExReq_mshr_misses::total 1706 # number of ReadExReq MSHR misses
+system.cpu.l2cache.demand_mshr_misses::cpu.inst 3064 # number of demand (read+write) MSHR misses
+system.cpu.l2cache.demand_mshr_misses::cpu.data 2164 # number of demand (read+write) MSHR misses
+system.cpu.l2cache.demand_mshr_misses::total 5228 # number of demand (read+write) MSHR misses
+system.cpu.l2cache.overall_mshr_misses::cpu.inst 3064 # number of overall MSHR misses
+system.cpu.l2cache.overall_mshr_misses::cpu.data 2164 # number of overall MSHR misses
+system.cpu.l2cache.overall_mshr_misses::total 5228 # number of overall MSHR misses
+system.cpu.l2cache.ReadReq_mshr_miss_latency::cpu.inst 100817136 # number of ReadReq MSHR miss cycles
+system.cpu.l2cache.ReadReq_mshr_miss_latency::cpu.data 19709120 # number of ReadReq MSHR miss cycles
+system.cpu.l2cache.ReadReq_mshr_miss_latency::total 120526256 # number of ReadReq MSHR miss cycles
+system.cpu.l2cache.ReadExReq_mshr_miss_latency::cpu.data 59472062 # number of ReadExReq MSHR miss cycles
+system.cpu.l2cache.ReadExReq_mshr_miss_latency::total 59472062 # number of ReadExReq MSHR miss cycles
+system.cpu.l2cache.demand_mshr_miss_latency::cpu.inst 100817136 # number of demand (read+write) MSHR miss cycles
+system.cpu.l2cache.demand_mshr_miss_latency::cpu.data 79181182 # number of demand (read+write) MSHR miss cycles
+system.cpu.l2cache.demand_mshr_miss_latency::total 179998318 # number of demand (read+write) MSHR miss cycles
+system.cpu.l2cache.overall_mshr_miss_latency::cpu.inst 100817136 # number of overall MSHR miss cycles
+system.cpu.l2cache.overall_mshr_miss_latency::cpu.data 79181182 # number of overall MSHR miss cycles
+system.cpu.l2cache.overall_mshr_miss_latency::total 179998318 # number of overall MSHR miss cycles
+system.cpu.l2cache.ReadReq_mshr_miss_rate::cpu.inst 0.267178 # mshr miss rate for ReadReq accesses
+system.cpu.l2cache.ReadReq_mshr_miss_rate::cpu.data 0.892788 # mshr miss rate for ReadReq accesses
+system.cpu.l2cache.ReadReq_mshr_miss_rate::total 0.293965 # mshr miss rate for ReadReq accesses
+system.cpu.l2cache.ReadExReq_mshr_miss_rate::cpu.data 0.984988 # mshr miss rate for ReadExReq accesses
+system.cpu.l2cache.ReadExReq_mshr_miss_rate::total 0.984988 # mshr miss rate for ReadExReq accesses
+system.cpu.l2cache.demand_mshr_miss_rate::cpu.inst 0.267178 # mshr miss rate for demand accesses
+system.cpu.l2cache.demand_mshr_miss_rate::cpu.data 0.963920 # mshr miss rate for demand accesses
+system.cpu.l2cache.demand_mshr_miss_rate::total 0.381244 # mshr miss rate for demand accesses
+system.cpu.l2cache.overall_mshr_miss_rate::cpu.inst 0.267178 # mshr miss rate for overall accesses
+system.cpu.l2cache.overall_mshr_miss_rate::cpu.data 0.963920 # mshr miss rate for overall accesses
+system.cpu.l2cache.overall_mshr_miss_rate::total 0.381244 # mshr miss rate for overall accesses
+system.cpu.l2cache.ReadReq_avg_mshr_miss_latency::cpu.inst 32903.765013 # average ReadReq mshr miss latency
+system.cpu.l2cache.ReadReq_avg_mshr_miss_latency::cpu.data 43033.013100 # average ReadReq mshr miss latency
+system.cpu.l2cache.ReadReq_avg_mshr_miss_latency::total 34220.969903 # average ReadReq mshr miss latency
+system.cpu.l2cache.ReadExReq_avg_mshr_miss_latency::cpu.data 34860.528722 # average ReadExReq mshr miss latency
+system.cpu.l2cache.ReadExReq_avg_mshr_miss_latency::total 34860.528722 # average ReadExReq mshr miss latency
+system.cpu.l2cache.demand_avg_mshr_miss_latency::cpu.inst 32903.765013 # average overall mshr miss latency
+system.cpu.l2cache.demand_avg_mshr_miss_latency::cpu.data 36590.195009 # average overall mshr miss latency
+system.cpu.l2cache.demand_avg_mshr_miss_latency::total 34429.670620 # average overall mshr miss latency
+system.cpu.l2cache.overall_avg_mshr_miss_latency::cpu.inst 32903.765013 # average overall mshr miss latency
+system.cpu.l2cache.overall_avg_mshr_miss_latency::cpu.data 36590.195009 # average overall mshr miss latency
+system.cpu.l2cache.overall_avg_mshr_miss_latency::total 34429.670620 # average overall mshr miss latency
+system.cpu.l2cache.no_allocate_misses 0 # Number of misses that were no-allocate
+system.cpu.dcache.replacements 159 # number of replacements
+system.cpu.dcache.tagsinuse 1458.941648 # Cycle average of tags in use
+system.cpu.dcache.total_refs 28063904 # Total number of references to valid blocks.
system.cpu.dcache.sampled_refs 2245 # Sample count of references to valid blocks.
-system.cpu.dcache.avg_refs 12553.556793 # Average number of references to valid blocks.
+system.cpu.dcache.avg_refs 12500.625390 # Average number of references to valid blocks.
system.cpu.dcache.warmup_cycle 0 # Cycle when the warmup percentage was hit.
-system.cpu.dcache.occ_blocks::cpu.data 1458.435251 # Average occupied blocks per requestor
-system.cpu.dcache.occ_percent::cpu.data 0.356063 # Average percentage of cache occupancy
-system.cpu.dcache.occ_percent::total 0.356063 # Average percentage of cache occupancy
-system.cpu.dcache.ReadReq_hits::cpu.data 21689327 # number of ReadReq hits
-system.cpu.dcache.ReadReq_hits::total 21689327 # number of ReadReq hits
-system.cpu.dcache.WriteReq_hits::cpu.data 6492999 # number of WriteReq hits
-system.cpu.dcache.WriteReq_hits::total 6492999 # number of WriteReq hits
-system.cpu.dcache.LoadLockedReq_hits::cpu.data 409 # number of LoadLockedReq hits
-system.cpu.dcache.LoadLockedReq_hits::total 409 # number of LoadLockedReq hits
-system.cpu.dcache.demand_hits::cpu.data 28182326 # number of demand (read+write) hits
-system.cpu.dcache.demand_hits::total 28182326 # number of demand (read+write) hits
-system.cpu.dcache.overall_hits::cpu.data 28182326 # number of overall hits
-system.cpu.dcache.overall_hits::total 28182326 # number of overall hits
-system.cpu.dcache.ReadReq_misses::cpu.data 1019 # number of ReadReq misses
-system.cpu.dcache.ReadReq_misses::total 1019 # number of ReadReq misses
-system.cpu.dcache.WriteReq_misses::cpu.data 8104 # number of WriteReq misses
-system.cpu.dcache.WriteReq_misses::total 8104 # number of WriteReq misses
+system.cpu.dcache.occ_blocks::cpu.data 1458.941648 # Average occupied blocks per requestor
+system.cpu.dcache.occ_percent::cpu.data 0.356187 # Average percentage of cache occupancy
+system.cpu.dcache.occ_percent::total 0.356187 # Average percentage of cache occupancy
+system.cpu.dcache.ReadReq_hits::cpu.data 21570663 # number of ReadReq hits
+system.cpu.dcache.ReadReq_hits::total 21570663 # number of ReadReq hits
+system.cpu.dcache.WriteReq_hits::cpu.data 6493007 # number of WriteReq hits
+system.cpu.dcache.WriteReq_hits::total 6493007 # number of WriteReq hits
+system.cpu.dcache.LoadLockedReq_hits::cpu.data 234 # number of LoadLockedReq hits
+system.cpu.dcache.LoadLockedReq_hits::total 234 # number of LoadLockedReq hits
+system.cpu.dcache.demand_hits::cpu.data 28063670 # number of demand (read+write) hits
+system.cpu.dcache.demand_hits::total 28063670 # number of demand (read+write) hits
+system.cpu.dcache.overall_hits::cpu.data 28063670 # number of overall hits
+system.cpu.dcache.overall_hits::total 28063670 # number of overall hits
+system.cpu.dcache.ReadReq_misses::cpu.data 977 # number of ReadReq misses
+system.cpu.dcache.ReadReq_misses::total 977 # number of ReadReq misses
+system.cpu.dcache.WriteReq_misses::cpu.data 8096 # number of WriteReq misses
+system.cpu.dcache.WriteReq_misses::total 8096 # number of WriteReq misses
system.cpu.dcache.LoadLockedReq_misses::cpu.data 1 # number of LoadLockedReq misses
system.cpu.dcache.LoadLockedReq_misses::total 1 # number of LoadLockedReq misses
-system.cpu.dcache.demand_misses::cpu.data 9123 # number of demand (read+write) misses
-system.cpu.dcache.demand_misses::total 9123 # number of demand (read+write) misses
-system.cpu.dcache.overall_misses::cpu.data 9123 # number of overall misses
-system.cpu.dcache.overall_misses::total 9123 # number of overall misses
-system.cpu.dcache.ReadReq_miss_latency::cpu.data 44496500 # number of ReadReq miss cycles
-system.cpu.dcache.ReadReq_miss_latency::total 44496500 # number of ReadReq miss cycles
-system.cpu.dcache.WriteReq_miss_latency::cpu.data 347386146 # number of WriteReq miss cycles
-system.cpu.dcache.WriteReq_miss_latency::total 347386146 # number of WriteReq miss cycles
+system.cpu.dcache.demand_misses::cpu.data 9073 # number of demand (read+write) misses
+system.cpu.dcache.demand_misses::total 9073 # number of demand (read+write) misses
+system.cpu.dcache.overall_misses::cpu.data 9073 # number of overall misses
+system.cpu.dcache.overall_misses::total 9073 # number of overall misses
+system.cpu.dcache.ReadReq_miss_latency::cpu.data 44122000 # number of ReadReq miss cycles
+system.cpu.dcache.ReadReq_miss_latency::total 44122000 # number of ReadReq miss cycles
+system.cpu.dcache.WriteReq_miss_latency::cpu.data 343188654 # number of WriteReq miss cycles
+system.cpu.dcache.WriteReq_miss_latency::total 343188654 # number of WriteReq miss cycles
system.cpu.dcache.LoadLockedReq_miss_latency::cpu.data 72000 # number of LoadLockedReq miss cycles
system.cpu.dcache.LoadLockedReq_miss_latency::total 72000 # number of LoadLockedReq miss cycles
-system.cpu.dcache.demand_miss_latency::cpu.data 391882646 # number of demand (read+write) miss cycles
-system.cpu.dcache.demand_miss_latency::total 391882646 # number of demand (read+write) miss cycles
-system.cpu.dcache.overall_miss_latency::cpu.data 391882646 # number of overall miss cycles
-system.cpu.dcache.overall_miss_latency::total 391882646 # number of overall miss cycles
-system.cpu.dcache.ReadReq_accesses::cpu.data 21690346 # number of ReadReq accesses(hits+misses)
-system.cpu.dcache.ReadReq_accesses::total 21690346 # number of ReadReq accesses(hits+misses)
+system.cpu.dcache.demand_miss_latency::cpu.data 387310654 # number of demand (read+write) miss cycles
+system.cpu.dcache.demand_miss_latency::total 387310654 # number of demand (read+write) miss cycles
+system.cpu.dcache.overall_miss_latency::cpu.data 387310654 # number of overall miss cycles
+system.cpu.dcache.overall_miss_latency::total 387310654 # number of overall miss cycles
+system.cpu.dcache.ReadReq_accesses::cpu.data 21571640 # number of ReadReq accesses(hits+misses)
+system.cpu.dcache.ReadReq_accesses::total 21571640 # number of ReadReq accesses(hits+misses)
system.cpu.dcache.WriteReq_accesses::cpu.data 6501103 # number of WriteReq accesses(hits+misses)
system.cpu.dcache.WriteReq_accesses::total 6501103 # number of WriteReq accesses(hits+misses)
-system.cpu.dcache.LoadLockedReq_accesses::cpu.data 410 # number of LoadLockedReq accesses(hits+misses)
-system.cpu.dcache.LoadLockedReq_accesses::total 410 # number of LoadLockedReq accesses(hits+misses)
-system.cpu.dcache.demand_accesses::cpu.data 28191449 # number of demand (read+write) accesses
-system.cpu.dcache.demand_accesses::total 28191449 # number of demand (read+write) accesses
-system.cpu.dcache.overall_accesses::cpu.data 28191449 # number of overall (read+write) accesses
-system.cpu.dcache.overall_accesses::total 28191449 # number of overall (read+write) accesses
-system.cpu.dcache.ReadReq_miss_rate::cpu.data 0.000047 # miss rate for ReadReq accesses
-system.cpu.dcache.ReadReq_miss_rate::total 0.000047 # miss rate for ReadReq accesses
-system.cpu.dcache.WriteReq_miss_rate::cpu.data 0.001247 # miss rate for WriteReq accesses
-system.cpu.dcache.WriteReq_miss_rate::total 0.001247 # miss rate for WriteReq accesses
-system.cpu.dcache.LoadLockedReq_miss_rate::cpu.data 0.002439 # miss rate for LoadLockedReq accesses
-system.cpu.dcache.LoadLockedReq_miss_rate::total 0.002439 # miss rate for LoadLockedReq accesses
-system.cpu.dcache.demand_miss_rate::cpu.data 0.000324 # miss rate for demand accesses
-system.cpu.dcache.demand_miss_rate::total 0.000324 # miss rate for demand accesses
-system.cpu.dcache.overall_miss_rate::cpu.data 0.000324 # miss rate for overall accesses
-system.cpu.dcache.overall_miss_rate::total 0.000324 # miss rate for overall accesses
-system.cpu.dcache.ReadReq_avg_miss_latency::cpu.data 43666.830226 # average ReadReq miss latency
-system.cpu.dcache.ReadReq_avg_miss_latency::total 43666.830226 # average ReadReq miss latency
-system.cpu.dcache.WriteReq_avg_miss_latency::cpu.data 42866.010118 # average WriteReq miss latency
-system.cpu.dcache.WriteReq_avg_miss_latency::total 42866.010118 # average WriteReq miss latency
+system.cpu.dcache.LoadLockedReq_accesses::cpu.data 235 # number of LoadLockedReq accesses(hits+misses)
+system.cpu.dcache.LoadLockedReq_accesses::total 235 # number of LoadLockedReq accesses(hits+misses)
+system.cpu.dcache.demand_accesses::cpu.data 28072743 # number of demand (read+write) accesses
+system.cpu.dcache.demand_accesses::total 28072743 # number of demand (read+write) accesses
+system.cpu.dcache.overall_accesses::cpu.data 28072743 # number of overall (read+write) accesses
+system.cpu.dcache.overall_accesses::total 28072743 # number of overall (read+write) accesses
+system.cpu.dcache.ReadReq_miss_rate::cpu.data 0.000045 # miss rate for ReadReq accesses
+system.cpu.dcache.ReadReq_miss_rate::total 0.000045 # miss rate for ReadReq accesses
+system.cpu.dcache.WriteReq_miss_rate::cpu.data 0.001245 # miss rate for WriteReq accesses
+system.cpu.dcache.WriteReq_miss_rate::total 0.001245 # miss rate for WriteReq accesses
+system.cpu.dcache.LoadLockedReq_miss_rate::cpu.data 0.004255 # miss rate for LoadLockedReq accesses
+system.cpu.dcache.LoadLockedReq_miss_rate::total 0.004255 # miss rate for LoadLockedReq accesses
+system.cpu.dcache.demand_miss_rate::cpu.data 0.000323 # miss rate for demand accesses
+system.cpu.dcache.demand_miss_rate::total 0.000323 # miss rate for demand accesses
+system.cpu.dcache.overall_miss_rate::cpu.data 0.000323 # miss rate for overall accesses
+system.cpu.dcache.overall_miss_rate::total 0.000323 # miss rate for overall accesses
+system.cpu.dcache.ReadReq_avg_miss_latency::cpu.data 45160.696008 # average ReadReq miss latency
+system.cpu.dcache.ReadReq_avg_miss_latency::total 45160.696008 # average ReadReq miss latency
+system.cpu.dcache.WriteReq_avg_miss_latency::cpu.data 42389.902915 # average WriteReq miss latency
+system.cpu.dcache.WriteReq_avg_miss_latency::total 42389.902915 # average WriteReq miss latency
system.cpu.dcache.LoadLockedReq_avg_miss_latency::cpu.data 72000 # average LoadLockedReq miss latency
system.cpu.dcache.LoadLockedReq_avg_miss_latency::total 72000 # average LoadLockedReq miss latency
-system.cpu.dcache.demand_avg_miss_latency::cpu.data 42955.458292 # average overall miss latency
-system.cpu.dcache.demand_avg_miss_latency::total 42955.458292 # average overall miss latency
-system.cpu.dcache.overall_avg_miss_latency::cpu.data 42955.458292 # average overall miss latency
-system.cpu.dcache.overall_avg_miss_latency::total 42955.458292 # average overall miss latency
-system.cpu.dcache.blocked_cycles::no_mshrs 11029 # number of cycles access was blocked
+system.cpu.dcache.demand_avg_miss_latency::cpu.data 42688.267828 # average overall miss latency
+system.cpu.dcache.demand_avg_miss_latency::total 42688.267828 # average overall miss latency
+system.cpu.dcache.overall_avg_miss_latency::cpu.data 42688.267828 # average overall miss latency
+system.cpu.dcache.overall_avg_miss_latency::total 42688.267828 # average overall miss latency
+system.cpu.dcache.blocked_cycles::no_mshrs 10592 # number of cycles access was blocked
system.cpu.dcache.blocked_cycles::no_targets 0 # number of cycles access was blocked
-system.cpu.dcache.blocked::no_mshrs 474 # number of cycles access was blocked
+system.cpu.dcache.blocked::no_mshrs 468 # number of cycles access was blocked
system.cpu.dcache.blocked::no_targets 0 # number of cycles access was blocked
-system.cpu.dcache.avg_blocked_cycles::no_mshrs 23.267932 # average number of cycles each access was blocked
+system.cpu.dcache.avg_blocked_cycles::no_mshrs 22.632479 # average number of cycles each access was blocked
system.cpu.dcache.avg_blocked_cycles::no_targets nan # average number of cycles each access was blocked
system.cpu.dcache.fast_writes 0 # number of fast writes performed
system.cpu.dcache.cache_copies 0 # number of cache copies performed
-system.cpu.dcache.writebacks::writebacks 108 # number of writebacks
-system.cpu.dcache.writebacks::total 108 # number of writebacks
-system.cpu.dcache.ReadReq_mshr_hits::cpu.data 508 # number of ReadReq MSHR hits
-system.cpu.dcache.ReadReq_mshr_hits::total 508 # number of ReadReq MSHR hits
-system.cpu.dcache.WriteReq_mshr_hits::cpu.data 6371 # number of WriteReq MSHR hits
-system.cpu.dcache.WriteReq_mshr_hits::total 6371 # number of WriteReq MSHR hits
-system.cpu.dcache.demand_mshr_hits::cpu.data 6879 # number of demand (read+write) MSHR hits
-system.cpu.dcache.demand_mshr_hits::total 6879 # number of demand (read+write) MSHR hits
-system.cpu.dcache.overall_mshr_hits::cpu.data 6879 # number of overall MSHR hits
-system.cpu.dcache.overall_mshr_hits::total 6879 # number of overall MSHR hits
-system.cpu.dcache.ReadReq_mshr_misses::cpu.data 511 # number of ReadReq MSHR misses
-system.cpu.dcache.ReadReq_mshr_misses::total 511 # number of ReadReq MSHR misses
-system.cpu.dcache.WriteReq_mshr_misses::cpu.data 1733 # number of WriteReq MSHR misses
-system.cpu.dcache.WriteReq_mshr_misses::total 1733 # number of WriteReq MSHR misses
+system.cpu.dcache.writebacks::writebacks 109 # number of writebacks
+system.cpu.dcache.writebacks::total 109 # number of writebacks
+system.cpu.dcache.ReadReq_mshr_hits::cpu.data 465 # number of ReadReq MSHR hits
+system.cpu.dcache.ReadReq_mshr_hits::total 465 # number of ReadReq MSHR hits
+system.cpu.dcache.WriteReq_mshr_hits::cpu.data 6364 # number of WriteReq MSHR hits
+system.cpu.dcache.WriteReq_mshr_hits::total 6364 # number of WriteReq MSHR hits
+system.cpu.dcache.demand_mshr_hits::cpu.data 6829 # number of demand (read+write) MSHR hits
+system.cpu.dcache.demand_mshr_hits::total 6829 # number of demand (read+write) MSHR hits
+system.cpu.dcache.overall_mshr_hits::cpu.data 6829 # number of overall MSHR hits
+system.cpu.dcache.overall_mshr_hits::total 6829 # number of overall MSHR hits
+system.cpu.dcache.ReadReq_mshr_misses::cpu.data 512 # number of ReadReq MSHR misses
+system.cpu.dcache.ReadReq_mshr_misses::total 512 # number of ReadReq MSHR misses
+system.cpu.dcache.WriteReq_mshr_misses::cpu.data 1732 # number of WriteReq MSHR misses
+system.cpu.dcache.WriteReq_mshr_misses::total 1732 # number of WriteReq MSHR misses
system.cpu.dcache.LoadLockedReq_mshr_misses::cpu.data 1 # number of LoadLockedReq MSHR misses
system.cpu.dcache.LoadLockedReq_mshr_misses::total 1 # number of LoadLockedReq MSHR misses
system.cpu.dcache.demand_mshr_misses::cpu.data 2244 # number of demand (read+write) MSHR misses
system.cpu.dcache.demand_mshr_misses::total 2244 # number of demand (read+write) MSHR misses
system.cpu.dcache.overall_mshr_misses::cpu.data 2244 # number of overall MSHR misses
system.cpu.dcache.overall_mshr_misses::total 2244 # number of overall MSHR misses
-system.cpu.dcache.ReadReq_mshr_miss_latency::cpu.data 26251500 # number of ReadReq MSHR miss cycles
-system.cpu.dcache.ReadReq_mshr_miss_latency::total 26251500 # number of ReadReq MSHR miss cycles
-system.cpu.dcache.WriteReq_mshr_miss_latency::cpu.data 83394995 # number of WriteReq MSHR miss cycles
-system.cpu.dcache.WriteReq_mshr_miss_latency::total 83394995 # number of WriteReq MSHR miss cycles
+system.cpu.dcache.ReadReq_mshr_miss_latency::cpu.data 26453500 # number of ReadReq MSHR miss cycles
+system.cpu.dcache.ReadReq_mshr_miss_latency::total 26453500 # number of ReadReq MSHR miss cycles
+system.cpu.dcache.WriteReq_mshr_miss_latency::cpu.data 82660498 # number of WriteReq MSHR miss cycles
+system.cpu.dcache.WriteReq_mshr_miss_latency::total 82660498 # number of WriteReq MSHR miss cycles
system.cpu.dcache.LoadLockedReq_mshr_miss_latency::cpu.data 70000 # number of LoadLockedReq MSHR miss cycles
system.cpu.dcache.LoadLockedReq_mshr_miss_latency::total 70000 # number of LoadLockedReq MSHR miss cycles
-system.cpu.dcache.demand_mshr_miss_latency::cpu.data 109646495 # number of demand (read+write) MSHR miss cycles
-system.cpu.dcache.demand_mshr_miss_latency::total 109646495 # number of demand (read+write) MSHR miss cycles
-system.cpu.dcache.overall_mshr_miss_latency::cpu.data 109646495 # number of overall MSHR miss cycles
-system.cpu.dcache.overall_mshr_miss_latency::total 109646495 # number of overall MSHR miss cycles
+system.cpu.dcache.demand_mshr_miss_latency::cpu.data 109113998 # number of demand (read+write) MSHR miss cycles
+system.cpu.dcache.demand_mshr_miss_latency::total 109113998 # number of demand (read+write) MSHR miss cycles
+system.cpu.dcache.overall_mshr_miss_latency::cpu.data 109113998 # number of overall MSHR miss cycles
+system.cpu.dcache.overall_mshr_miss_latency::total 109113998 # number of overall MSHR miss cycles
system.cpu.dcache.ReadReq_mshr_miss_rate::cpu.data 0.000024 # mshr miss rate for ReadReq accesses
system.cpu.dcache.ReadReq_mshr_miss_rate::total 0.000024 # mshr miss rate for ReadReq accesses
-system.cpu.dcache.WriteReq_mshr_miss_rate::cpu.data 0.000267 # mshr miss rate for WriteReq accesses
-system.cpu.dcache.WriteReq_mshr_miss_rate::total 0.000267 # mshr miss rate for WriteReq accesses
-system.cpu.dcache.LoadLockedReq_mshr_miss_rate::cpu.data 0.002439 # mshr miss rate for LoadLockedReq accesses
-system.cpu.dcache.LoadLockedReq_mshr_miss_rate::total 0.002439 # mshr miss rate for LoadLockedReq accesses
+system.cpu.dcache.WriteReq_mshr_miss_rate::cpu.data 0.000266 # mshr miss rate for WriteReq accesses
+system.cpu.dcache.WriteReq_mshr_miss_rate::total 0.000266 # mshr miss rate for WriteReq accesses
+system.cpu.dcache.LoadLockedReq_mshr_miss_rate::cpu.data 0.004255 # mshr miss rate for LoadLockedReq accesses
+system.cpu.dcache.LoadLockedReq_mshr_miss_rate::total 0.004255 # mshr miss rate for LoadLockedReq accesses
system.cpu.dcache.demand_mshr_miss_rate::cpu.data 0.000080 # mshr miss rate for demand accesses
system.cpu.dcache.demand_mshr_miss_rate::total 0.000080 # mshr miss rate for demand accesses
system.cpu.dcache.overall_mshr_miss_rate::cpu.data 0.000080 # mshr miss rate for overall accesses
system.cpu.dcache.overall_mshr_miss_rate::total 0.000080 # mshr miss rate for overall accesses
-system.cpu.dcache.ReadReq_avg_mshr_miss_latency::cpu.data 51372.798434 # average ReadReq mshr miss latency
-system.cpu.dcache.ReadReq_avg_mshr_miss_latency::total 51372.798434 # average ReadReq mshr miss latency
-system.cpu.dcache.WriteReq_avg_mshr_miss_latency::cpu.data 48121.751298 # average WriteReq mshr miss latency
-system.cpu.dcache.WriteReq_avg_mshr_miss_latency::total 48121.751298 # average WriteReq mshr miss latency
+system.cpu.dcache.ReadReq_avg_mshr_miss_latency::cpu.data 51666.992188 # average ReadReq mshr miss latency
+system.cpu.dcache.ReadReq_avg_mshr_miss_latency::total 51666.992188 # average ReadReq mshr miss latency
+system.cpu.dcache.WriteReq_avg_mshr_miss_latency::cpu.data 47725.460739 # average WriteReq mshr miss latency
+system.cpu.dcache.WriteReq_avg_mshr_miss_latency::total 47725.460739 # average WriteReq mshr miss latency
system.cpu.dcache.LoadLockedReq_avg_mshr_miss_latency::cpu.data 70000 # average LoadLockedReq mshr miss latency
system.cpu.dcache.LoadLockedReq_avg_mshr_miss_latency::total 70000 # average LoadLockedReq mshr miss latency
-system.cpu.dcache.demand_avg_mshr_miss_latency::cpu.data 48862.074421 # average overall mshr miss latency
-system.cpu.dcache.demand_avg_mshr_miss_latency::total 48862.074421 # average overall mshr miss latency
-system.cpu.dcache.overall_avg_mshr_miss_latency::cpu.data 48862.074421 # average overall mshr miss latency
-system.cpu.dcache.overall_avg_mshr_miss_latency::total 48862.074421 # average overall mshr miss latency
+system.cpu.dcache.demand_avg_mshr_miss_latency::cpu.data 48624.776292 # average overall mshr miss latency
+system.cpu.dcache.demand_avg_mshr_miss_latency::total 48624.776292 # average overall mshr miss latency
+system.cpu.dcache.overall_avg_mshr_miss_latency::cpu.data 48624.776292 # average overall mshr miss latency
+system.cpu.dcache.overall_avg_mshr_miss_latency::total 48624.776292 # average overall mshr miss latency
system.cpu.dcache.no_allocate_misses 0 # Number of misses that were no-allocate
-system.cpu.l2cache.replacements 0 # number of replacements
-system.cpu.l2cache.tagsinuse 2419.268456 # Cycle average of tags in use
-system.cpu.l2cache.total_refs 9138 # Total number of references to valid blocks.
-system.cpu.l2cache.sampled_refs 3601 # Sample count of references to valid blocks.
-system.cpu.l2cache.avg_refs 2.537628 # Average number of references to valid blocks.
-system.cpu.l2cache.warmup_cycle 0 # Cycle when the warmup percentage was hit.
-system.cpu.l2cache.occ_blocks::writebacks 17.697198 # Average occupied blocks per requestor
-system.cpu.l2cache.occ_blocks::cpu.inst 2024.332365 # Average occupied blocks per requestor
-system.cpu.l2cache.occ_blocks::cpu.data 377.238893 # Average occupied blocks per requestor
-system.cpu.l2cache.occ_percent::writebacks 0.000540 # Average percentage of cache occupancy
-system.cpu.l2cache.occ_percent::cpu.inst 0.061778 # Average percentage of cache occupancy
-system.cpu.l2cache.occ_percent::cpu.data 0.011512 # Average percentage of cache occupancy
-system.cpu.l2cache.occ_percent::total 0.073830 # Average percentage of cache occupancy
-system.cpu.l2cache.ReadReq_hits::cpu.inst 9069 # number of ReadReq hits
-system.cpu.l2cache.ReadReq_hits::cpu.data 54 # number of ReadReq hits
-system.cpu.l2cache.ReadReq_hits::total 9123 # number of ReadReq hits
-system.cpu.l2cache.Writeback_hits::writebacks 108 # number of Writeback hits
-system.cpu.l2cache.Writeback_hits::total 108 # number of Writeback hits
-system.cpu.l2cache.ReadExReq_hits::cpu.data 26 # number of ReadExReq hits
-system.cpu.l2cache.ReadExReq_hits::total 26 # number of ReadExReq hits
-system.cpu.l2cache.demand_hits::cpu.inst 9069 # number of demand (read+write) hits
-system.cpu.l2cache.demand_hits::cpu.data 80 # number of demand (read+write) hits
-system.cpu.l2cache.demand_hits::total 9149 # number of demand (read+write) hits
-system.cpu.l2cache.overall_hits::cpu.inst 9069 # number of overall hits
-system.cpu.l2cache.overall_hits::cpu.data 80 # number of overall hits
-system.cpu.l2cache.overall_hits::total 9149 # number of overall hits
-system.cpu.l2cache.ReadReq_misses::cpu.inst 3077 # number of ReadReq misses
-system.cpu.l2cache.ReadReq_misses::cpu.data 458 # number of ReadReq misses
-system.cpu.l2cache.ReadReq_misses::total 3535 # number of ReadReq misses
-system.cpu.l2cache.ReadExReq_misses::cpu.data 1707 # number of ReadExReq misses
-system.cpu.l2cache.ReadExReq_misses::total 1707 # number of ReadExReq misses
-system.cpu.l2cache.demand_misses::cpu.inst 3077 # number of demand (read+write) misses
-system.cpu.l2cache.demand_misses::cpu.data 2165 # number of demand (read+write) misses
-system.cpu.l2cache.demand_misses::total 5242 # number of demand (read+write) misses
-system.cpu.l2cache.overall_misses::cpu.inst 3077 # number of overall misses
-system.cpu.l2cache.overall_misses::cpu.data 2165 # number of overall misses
-system.cpu.l2cache.overall_misses::total 5242 # number of overall misses
-system.cpu.l2cache.ReadReq_miss_latency::cpu.inst 139425500 # number of ReadReq miss cycles
-system.cpu.l2cache.ReadReq_miss_latency::cpu.data 25252500 # number of ReadReq miss cycles
-system.cpu.l2cache.ReadReq_miss_latency::total 164678000 # number of ReadReq miss cycles
-system.cpu.l2cache.ReadExReq_miss_latency::cpu.data 81258000 # number of ReadExReq miss cycles
-system.cpu.l2cache.ReadExReq_miss_latency::total 81258000 # number of ReadExReq miss cycles
-system.cpu.l2cache.demand_miss_latency::cpu.inst 139425500 # number of demand (read+write) miss cycles
-system.cpu.l2cache.demand_miss_latency::cpu.data 106510500 # number of demand (read+write) miss cycles
-system.cpu.l2cache.demand_miss_latency::total 245936000 # number of demand (read+write) miss cycles
-system.cpu.l2cache.overall_miss_latency::cpu.inst 139425500 # number of overall miss cycles
-system.cpu.l2cache.overall_miss_latency::cpu.data 106510500 # number of overall miss cycles
-system.cpu.l2cache.overall_miss_latency::total 245936000 # number of overall miss cycles
-system.cpu.l2cache.ReadReq_accesses::cpu.inst 12146 # number of ReadReq accesses(hits+misses)
-system.cpu.l2cache.ReadReq_accesses::cpu.data 512 # number of ReadReq accesses(hits+misses)
-system.cpu.l2cache.ReadReq_accesses::total 12658 # number of ReadReq accesses(hits+misses)
-system.cpu.l2cache.Writeback_accesses::writebacks 108 # number of Writeback accesses(hits+misses)
-system.cpu.l2cache.Writeback_accesses::total 108 # number of Writeback accesses(hits+misses)
-system.cpu.l2cache.ReadExReq_accesses::cpu.data 1733 # number of ReadExReq accesses(hits+misses)
-system.cpu.l2cache.ReadExReq_accesses::total 1733 # number of ReadExReq accesses(hits+misses)
-system.cpu.l2cache.demand_accesses::cpu.inst 12146 # number of demand (read+write) accesses
-system.cpu.l2cache.demand_accesses::cpu.data 2245 # number of demand (read+write) accesses
-system.cpu.l2cache.demand_accesses::total 14391 # number of demand (read+write) accesses
-system.cpu.l2cache.overall_accesses::cpu.inst 12146 # number of overall (read+write) accesses
-system.cpu.l2cache.overall_accesses::cpu.data 2245 # number of overall (read+write) accesses
-system.cpu.l2cache.overall_accesses::total 14391 # number of overall (read+write) accesses
-system.cpu.l2cache.ReadReq_miss_rate::cpu.inst 0.253334 # miss rate for ReadReq accesses
-system.cpu.l2cache.ReadReq_miss_rate::cpu.data 0.894531 # miss rate for ReadReq accesses
-system.cpu.l2cache.ReadReq_miss_rate::total 0.279270 # miss rate for ReadReq accesses
-system.cpu.l2cache.ReadExReq_miss_rate::cpu.data 0.984997 # miss rate for ReadExReq accesses
-system.cpu.l2cache.ReadExReq_miss_rate::total 0.984997 # miss rate for ReadExReq accesses
-system.cpu.l2cache.demand_miss_rate::cpu.inst 0.253334 # miss rate for demand accesses
-system.cpu.l2cache.demand_miss_rate::cpu.data 0.964365 # miss rate for demand accesses
-system.cpu.l2cache.demand_miss_rate::total 0.364255 # miss rate for demand accesses
-system.cpu.l2cache.overall_miss_rate::cpu.inst 0.253334 # miss rate for overall accesses
-system.cpu.l2cache.overall_miss_rate::cpu.data 0.964365 # miss rate for overall accesses
-system.cpu.l2cache.overall_miss_rate::total 0.364255 # miss rate for overall accesses
-system.cpu.l2cache.ReadReq_avg_miss_latency::cpu.inst 45312.154696 # average ReadReq miss latency
-system.cpu.l2cache.ReadReq_avg_miss_latency::cpu.data 55136.462882 # average ReadReq miss latency
-system.cpu.l2cache.ReadReq_avg_miss_latency::total 46585.007072 # average ReadReq miss latency
-system.cpu.l2cache.ReadExReq_avg_miss_latency::cpu.data 47602.811951 # average ReadExReq miss latency
-system.cpu.l2cache.ReadExReq_avg_miss_latency::total 47602.811951 # average ReadExReq miss latency
-system.cpu.l2cache.demand_avg_miss_latency::cpu.inst 45312.154696 # average overall miss latency
-system.cpu.l2cache.demand_avg_miss_latency::cpu.data 49196.535797 # average overall miss latency
-system.cpu.l2cache.demand_avg_miss_latency::total 46916.444105 # average overall miss latency
-system.cpu.l2cache.overall_avg_miss_latency::cpu.inst 45312.154696 # average overall miss latency
-system.cpu.l2cache.overall_avg_miss_latency::cpu.data 49196.535797 # average overall miss latency
-system.cpu.l2cache.overall_avg_miss_latency::total 46916.444105 # average overall miss latency
-system.cpu.l2cache.blocked_cycles::no_mshrs 0 # number of cycles access was blocked
-system.cpu.l2cache.blocked_cycles::no_targets 0 # number of cycles access was blocked
-system.cpu.l2cache.blocked::no_mshrs 0 # number of cycles access was blocked
-system.cpu.l2cache.blocked::no_targets 0 # number of cycles access was blocked
-system.cpu.l2cache.avg_blocked_cycles::no_mshrs nan # average number of cycles each access was blocked
-system.cpu.l2cache.avg_blocked_cycles::no_targets nan # average number of cycles each access was blocked
-system.cpu.l2cache.fast_writes 0 # number of fast writes performed
-system.cpu.l2cache.cache_copies 0 # number of cache copies performed
-system.cpu.l2cache.ReadReq_mshr_misses::cpu.inst 3077 # number of ReadReq MSHR misses
-system.cpu.l2cache.ReadReq_mshr_misses::cpu.data 458 # number of ReadReq MSHR misses
-system.cpu.l2cache.ReadReq_mshr_misses::total 3535 # number of ReadReq MSHR misses
-system.cpu.l2cache.ReadExReq_mshr_misses::cpu.data 1707 # number of ReadExReq MSHR misses
-system.cpu.l2cache.ReadExReq_mshr_misses::total 1707 # number of ReadExReq MSHR misses
-system.cpu.l2cache.demand_mshr_misses::cpu.inst 3077 # number of demand (read+write) MSHR misses
-system.cpu.l2cache.demand_mshr_misses::cpu.data 2165 # number of demand (read+write) MSHR misses
-system.cpu.l2cache.demand_mshr_misses::total 5242 # number of demand (read+write) MSHR misses
-system.cpu.l2cache.overall_mshr_misses::cpu.inst 3077 # number of overall MSHR misses
-system.cpu.l2cache.overall_mshr_misses::cpu.data 2165 # number of overall MSHR misses
-system.cpu.l2cache.overall_mshr_misses::total 5242 # number of overall MSHR misses
-system.cpu.l2cache.ReadReq_mshr_miss_latency::cpu.inst 100633163 # number of ReadReq MSHR miss cycles
-system.cpu.l2cache.ReadReq_mshr_miss_latency::cpu.data 19510628 # number of ReadReq MSHR miss cycles
-system.cpu.l2cache.ReadReq_mshr_miss_latency::total 120143791 # number of ReadReq MSHR miss cycles
-system.cpu.l2cache.ReadExReq_mshr_miss_latency::cpu.data 60209566 # number of ReadExReq MSHR miss cycles
-system.cpu.l2cache.ReadExReq_mshr_miss_latency::total 60209566 # number of ReadExReq MSHR miss cycles
-system.cpu.l2cache.demand_mshr_miss_latency::cpu.inst 100633163 # number of demand (read+write) MSHR miss cycles
-system.cpu.l2cache.demand_mshr_miss_latency::cpu.data 79720194 # number of demand (read+write) MSHR miss cycles
-system.cpu.l2cache.demand_mshr_miss_latency::total 180353357 # number of demand (read+write) MSHR miss cycles
-system.cpu.l2cache.overall_mshr_miss_latency::cpu.inst 100633163 # number of overall MSHR miss cycles
-system.cpu.l2cache.overall_mshr_miss_latency::cpu.data 79720194 # number of overall MSHR miss cycles
-system.cpu.l2cache.overall_mshr_miss_latency::total 180353357 # number of overall MSHR miss cycles
-system.cpu.l2cache.ReadReq_mshr_miss_rate::cpu.inst 0.253334 # mshr miss rate for ReadReq accesses
-system.cpu.l2cache.ReadReq_mshr_miss_rate::cpu.data 0.894531 # mshr miss rate for ReadReq accesses
-system.cpu.l2cache.ReadReq_mshr_miss_rate::total 0.279270 # mshr miss rate for ReadReq accesses
-system.cpu.l2cache.ReadExReq_mshr_miss_rate::cpu.data 0.984997 # mshr miss rate for ReadExReq accesses
-system.cpu.l2cache.ReadExReq_mshr_miss_rate::total 0.984997 # mshr miss rate for ReadExReq accesses
-system.cpu.l2cache.demand_mshr_miss_rate::cpu.inst 0.253334 # mshr miss rate for demand accesses
-system.cpu.l2cache.demand_mshr_miss_rate::cpu.data 0.964365 # mshr miss rate for demand accesses
-system.cpu.l2cache.demand_mshr_miss_rate::total 0.364255 # mshr miss rate for demand accesses
-system.cpu.l2cache.overall_mshr_miss_rate::cpu.inst 0.253334 # mshr miss rate for overall accesses
-system.cpu.l2cache.overall_mshr_miss_rate::cpu.data 0.964365 # mshr miss rate for overall accesses
-system.cpu.l2cache.overall_mshr_miss_rate::total 0.364255 # mshr miss rate for overall accesses
-system.cpu.l2cache.ReadReq_avg_mshr_miss_latency::cpu.inst 32704.960351 # average ReadReq mshr miss latency
-system.cpu.l2cache.ReadReq_avg_mshr_miss_latency::cpu.data 42599.624454 # average ReadReq mshr miss latency
-system.cpu.l2cache.ReadReq_avg_mshr_miss_latency::total 33986.928147 # average ReadReq mshr miss latency
-system.cpu.l2cache.ReadExReq_avg_mshr_miss_latency::cpu.data 35272.153486 # average ReadExReq mshr miss latency
-system.cpu.l2cache.ReadExReq_avg_mshr_miss_latency::total 35272.153486 # average ReadExReq mshr miss latency
-system.cpu.l2cache.demand_avg_mshr_miss_latency::cpu.inst 32704.960351 # average overall mshr miss latency
-system.cpu.l2cache.demand_avg_mshr_miss_latency::cpu.data 36822.260508 # average overall mshr miss latency
-system.cpu.l2cache.demand_avg_mshr_miss_latency::total 34405.447730 # average overall mshr miss latency
-system.cpu.l2cache.overall_avg_mshr_miss_latency::cpu.inst 32704.960351 # average overall mshr miss latency
-system.cpu.l2cache.overall_avg_mshr_miss_latency::cpu.data 36822.260508 # average overall mshr miss latency
-system.cpu.l2cache.overall_avg_mshr_miss_latency::total 34405.447730 # average overall mshr miss latency
-system.cpu.l2cache.no_allocate_misses 0 # Number of misses that were no-allocate
---------- End Simulation Statistics ----------