summaryrefslogtreecommitdiff
path: root/tests/long/se/60.bzip2
diff options
context:
space:
mode:
authorAndreas Hansson <andreas.hansson@arm.com>2013-08-19 03:52:36 -0400
committerAndreas Hansson <andreas.hansson@arm.com>2013-08-19 03:52:36 -0400
commitb63631536d974f31cf99ee280271dc0f7b4c746f (patch)
treeff83820d8dd75de8238e4b7ddaf3b91e4cf8374f /tests/long/se/60.bzip2
parent646c4a23ca44aab5468c896034288151c89be782 (diff)
downloadgem5-b63631536d974f31cf99ee280271dc0f7b4c746f.tar.xz
stats: Cumulative stats update
This patch updates the stats to reflect the: 1) addition of the internal queue in SimpleMemory, 2) moving of the memory class outside FSConfig, 3) fixing up of the 2D vector printing format, 4) specifying burst size and interface width for the DRAM instead of relying on cache-line size, 5) performing merging in the DRAM controller write buffer, and 6) fixing how idle cycles are counted in the atomic and timing CPU models. The main reason for bundling them up is to minimise the changeset size.
Diffstat (limited to 'tests/long/se/60.bzip2')
-rw-r--r--tests/long/se/60.bzip2/ref/alpha/tru64/inorder-timing/stats.txt93
-rw-r--r--tests/long/se/60.bzip2/ref/alpha/tru64/o3-timing/stats.txt93
-rw-r--r--tests/long/se/60.bzip2/ref/alpha/tru64/simple-timing/stats.txt84
-rw-r--r--tests/long/se/60.bzip2/ref/arm/linux/o3-timing/stats.txt93
-rw-r--r--tests/long/se/60.bzip2/ref/arm/linux/simple-timing/stats.txt84
-rw-r--r--tests/long/se/60.bzip2/ref/x86/linux/simple-timing/stats.txt78
6 files changed, 263 insertions, 262 deletions
diff --git a/tests/long/se/60.bzip2/ref/alpha/tru64/inorder-timing/stats.txt b/tests/long/se/60.bzip2/ref/alpha/tru64/inorder-timing/stats.txt
index fe02977f3..b5eeb298e 100644
--- a/tests/long/se/60.bzip2/ref/alpha/tru64/inorder-timing/stats.txt
+++ b/tests/long/se/60.bzip2/ref/alpha/tru64/inorder-timing/stats.txt
@@ -4,11 +4,11 @@ sim_seconds 1.017017 # Nu
sim_ticks 1017016979500 # Number of ticks simulated
final_tick 1017016979500 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
-host_inst_rate 113008 # Simulator instruction rate (inst/s)
-host_op_rate 113008 # Simulator op (including micro ops) rate (op/s)
-host_tick_rate 63156510 # Simulator tick rate (ticks/s)
-host_mem_usage 225148 # Number of bytes of host memory used
-host_seconds 16103.12 # Real time elapsed on the host
+host_inst_rate 89946 # Simulator instruction rate (inst/s)
+host_op_rate 89946 # Simulator op (including micro ops) rate (op/s)
+host_tick_rate 50268200 # Simulator tick rate (ticks/s)
+host_mem_usage 224748 # Number of bytes of host memory used
+host_seconds 20231.82 # Real time elapsed on the host
sim_insts 1819780127 # Number of instructions simulated
sim_ops 1819780127 # Number of ops (including micro ops) simulated
system.physmem.bytes_read::cpu.inst 54976 # Number of bytes read from this memory
@@ -34,14 +34,15 @@ system.physmem.bw_total::writebacks 64065511 # To
system.physmem.bw_total::cpu.inst 54056 # Total bandwidth to/from this memory (bytes/s)
system.physmem.bw_total::cpu.data 123267606 # Total bandwidth to/from this memory (bytes/s)
system.physmem.bw_total::total 187387172 # Total bandwidth to/from this memory (bytes/s)
-system.physmem.readReqs 1959691 # Total number of read requests seen
-system.physmem.writeReqs 1018058 # Total number of write requests seen
-system.physmem.cpureqs 2977749 # Reqs generatd by CPU via cache - shady
+system.physmem.readReqs 1959691 # Total number of read requests accepted by DRAM controller
+system.physmem.writeReqs 1018058 # Total number of write requests accepted by DRAM controller
+system.physmem.readBursts 1959691 # Total number of DRAM read bursts. Each DRAM read request translates to either one or multiple DRAM read bursts
+system.physmem.writeBursts 1018058 # Total number of DRAM write bursts. Each DRAM write request translates to either one or multiple DRAM write bursts
system.physmem.bytesRead 125420224 # Total number of bytes read from memory
system.physmem.bytesWritten 65155712 # Total number of bytes written to memory
system.physmem.bytesConsumedRd 125420224 # bytesRead derated as per pkt->getSize()
system.physmem.bytesConsumedWr 65155712 # bytesWritten derated as per pkt->getSize()
-system.physmem.servicedByWrQ 576 # Number of read reqs serviced by write Q
+system.physmem.servicedByWrQ 576 # Number of DRAM read bursts serviced by write Q
system.physmem.neitherReadNorWrite 0 # Reqs where no action is needed
system.physmem.perBankRdReqs::0 118716 # Track reads on a per bank basis
system.physmem.perBankRdReqs::1 114074 # Track reads on a per bank basis
@@ -316,10 +317,10 @@ system.membus.trans_dist::ReadResp 1178393 # Tr
system.membus.trans_dist::Writeback 1018058 # Transaction distribution
system.membus.trans_dist::ReadExReq 781298 # Transaction distribution
system.membus.trans_dist::ReadExResp 781298 # Transaction distribution
-system.membus.pkt_count_system.cpu.l2cache.mem_side 4937440 # Packet count per connected master and slave (bytes)
-system.membus.pkt_count 4937440 # Packet count per connected master and slave (bytes)
-system.membus.tot_pkt_size_system.cpu.l2cache.mem_side 190575936 # Cumulative packet size per connected master and slave (bytes)
-system.membus.tot_pkt_size 190575936 # Cumulative packet size per connected master and slave (bytes)
+system.membus.pkt_count_system.cpu.l2cache.mem_side::system.physmem.port 4937440 # Packet count per connected master and slave (bytes)
+system.membus.pkt_count::total 4937440 # Packet count per connected master and slave (bytes)
+system.membus.tot_pkt_size_system.cpu.l2cache.mem_side::system.physmem.port 190575936 # Cumulative packet size per connected master and slave (bytes)
+system.membus.tot_pkt_size::total 190575936 # Cumulative packet size per connected master and slave (bytes)
system.membus.data_through_bus 190575936 # Total data (bytes)
system.membus.snoop_data_through_bus 0 # Total snoop data (bytes)
system.membus.reqLayer0.occupancy 11803876500 # Layer occupancy (ticks)
@@ -428,15 +429,15 @@ system.cpu.stage3.utilization 20.138673 # Pe
system.cpu.stage4.idleCycles 1012697898 # Number of cycles 0 instructions are processed.
system.cpu.stage4.runCycles 1021336062 # Number of cycles 1+ instructions are processed.
system.cpu.stage4.utilization 50.212341 # Percentage of cycles stage was utilized (processing insts).
-system.cpu.icache.tags.replacements 1 # number of replacements
-system.cpu.icache.tags.tagsinuse 668.751330 # Cycle average of tags in use
-system.cpu.icache.tags.total_refs 231946364 # Total number of references to valid blocks.
-system.cpu.icache.tags.sampled_refs 859 # Sample count of references to valid blocks.
-system.cpu.icache.tags.avg_refs 270019.050058 # Average number of references to valid blocks.
-system.cpu.icache.tags.warmup_cycle 0 # Cycle when the warmup percentage was hit.
-system.cpu.icache.tags.occ_blocks::cpu.inst 668.751330 # Average occupied blocks per requestor
-system.cpu.icache.tags.occ_percent::cpu.inst 0.326539 # Average percentage of cache occupancy
-system.cpu.icache.tags.occ_percent::total 0.326539 # Average percentage of cache occupancy
+system.cpu.icache.tags.replacements 1 # number of replacements
+system.cpu.icache.tags.tagsinuse 668.751330 # Cycle average of tags in use
+system.cpu.icache.tags.total_refs 231946364 # Total number of references to valid blocks.
+system.cpu.icache.tags.sampled_refs 859 # Sample count of references to valid blocks.
+system.cpu.icache.tags.avg_refs 270019.050058 # Average number of references to valid blocks.
+system.cpu.icache.tags.warmup_cycle 0 # Cycle when the warmup percentage was hit.
+system.cpu.icache.tags.occ_blocks::cpu.inst 668.751330 # Average occupied blocks per requestor
+system.cpu.icache.tags.occ_percent::cpu.inst 0.326539 # Average percentage of cache occupancy
+system.cpu.icache.tags.occ_percent::total 0.326539 # Average percentage of cache occupancy
system.cpu.icache.ReadReq_hits::cpu.inst 231946364 # number of ReadReq hits
system.cpu.icache.ReadReq_hits::total 231946364 # number of ReadReq hits
system.cpu.icache.demand_hits::cpu.inst 231946364 # number of demand (read+write) hits
@@ -518,12 +519,12 @@ system.cpu.toL2Bus.trans_dist::ReadResp 7222689 # Tr
system.cpu.toL2Bus.trans_dist::Writeback 3693279 # Transaction distribution
system.cpu.toL2Bus.trans_dist::ReadExReq 1889621 # Transaction distribution
system.cpu.toL2Bus.trans_dist::ReadExResp 1889621 # Transaction distribution
-system.cpu.toL2Bus.pkt_count_system.cpu.icache.mem_side 1718 # Packet count per connected master and slave (bytes)
-system.cpu.toL2Bus.pkt_count_system.cpu.dcache.mem_side 21916181 # Packet count per connected master and slave (bytes)
-system.cpu.toL2Bus.pkt_count 21917899 # Packet count per connected master and slave (bytes)
-system.cpu.toL2Bus.tot_pkt_size_system.cpu.icache.mem_side 54976 # Cumulative packet size per connected master and slave (bytes)
-system.cpu.toL2Bus.tot_pkt_size_system.cpu.dcache.mem_side 819502720 # Cumulative packet size per connected master and slave (bytes)
-system.cpu.toL2Bus.tot_pkt_size 819557696 # Cumulative packet size per connected master and slave (bytes)
+system.cpu.toL2Bus.pkt_count_system.cpu.icache.mem_side::system.cpu.l2cache.cpu_side 1718 # Packet count per connected master and slave (bytes)
+system.cpu.toL2Bus.pkt_count_system.cpu.dcache.mem_side::system.cpu.l2cache.cpu_side 21916181 # Packet count per connected master and slave (bytes)
+system.cpu.toL2Bus.pkt_count::total 21917899 # Packet count per connected master and slave (bytes)
+system.cpu.toL2Bus.tot_pkt_size_system.cpu.icache.mem_side::system.cpu.l2cache.cpu_side 54976 # Cumulative packet size per connected master and slave (bytes)
+system.cpu.toL2Bus.tot_pkt_size_system.cpu.dcache.mem_side::system.cpu.l2cache.cpu_side 819502720 # Cumulative packet size per connected master and slave (bytes)
+system.cpu.toL2Bus.tot_pkt_size::total 819557696 # Cumulative packet size per connected master and slave (bytes)
system.cpu.toL2Bus.data_through_bus 819557696 # Total data (bytes)
system.cpu.toL2Bus.snoop_data_through_bus 0 # Total snoop data (bytes)
system.cpu.toL2Bus.reqLayer0.occupancy 10096073500 # Layer occupancy (ticks)
@@ -532,19 +533,19 @@ system.cpu.toL2Bus.respLayer0.occupancy 1466500 # La
system.cpu.toL2Bus.respLayer0.utilization 0.0 # Layer utilization (%)
system.cpu.toL2Bus.respLayer1.occupancy 14100129000 # Layer occupancy (ticks)
system.cpu.toL2Bus.respLayer1.utilization 1.4 # Layer utilization (%)
-system.cpu.l2cache.tags.replacements 1926960 # number of replacements
-system.cpu.l2cache.tags.tagsinuse 30930.857959 # Cycle average of tags in use
-system.cpu.l2cache.tags.total_refs 8958684 # Total number of references to valid blocks.
-system.cpu.l2cache.tags.sampled_refs 1956753 # Sample count of references to valid blocks.
-system.cpu.l2cache.tags.avg_refs 4.578342 # Average number of references to valid blocks.
-system.cpu.l2cache.tags.warmup_cycle 67691760750 # Cycle when the warmup percentage was hit.
+system.cpu.l2cache.tags.replacements 1926960 # number of replacements
+system.cpu.l2cache.tags.tagsinuse 30930.857959 # Cycle average of tags in use
+system.cpu.l2cache.tags.total_refs 8958684 # Total number of references to valid blocks.
+system.cpu.l2cache.tags.sampled_refs 1956753 # Sample count of references to valid blocks.
+system.cpu.l2cache.tags.avg_refs 4.578342 # Average number of references to valid blocks.
+system.cpu.l2cache.tags.warmup_cycle 67691760750 # Cycle when the warmup percentage was hit.
system.cpu.l2cache.tags.occ_blocks::writebacks 14923.938165 # Average occupied blocks per requestor
-system.cpu.l2cache.tags.occ_blocks::cpu.inst 34.347502 # Average occupied blocks per requestor
-system.cpu.l2cache.tags.occ_blocks::cpu.data 15972.572292 # Average occupied blocks per requestor
+system.cpu.l2cache.tags.occ_blocks::cpu.inst 34.347502 # Average occupied blocks per requestor
+system.cpu.l2cache.tags.occ_blocks::cpu.data 15972.572292 # Average occupied blocks per requestor
system.cpu.l2cache.tags.occ_percent::writebacks 0.455442 # Average percentage of cache occupancy
system.cpu.l2cache.tags.occ_percent::cpu.inst 0.001048 # Average percentage of cache occupancy
system.cpu.l2cache.tags.occ_percent::cpu.data 0.487444 # Average percentage of cache occupancy
-system.cpu.l2cache.tags.occ_percent::total 0.943935 # Average percentage of cache occupancy
+system.cpu.l2cache.tags.occ_percent::total 0.943935 # Average percentage of cache occupancy
system.cpu.l2cache.ReadReq_hits::cpu.data 6044296 # number of ReadReq hits
system.cpu.l2cache.ReadReq_hits::total 6044296 # number of ReadReq hits
system.cpu.l2cache.Writeback_hits::writebacks 3693279 # number of Writeback hits
@@ -667,15 +668,15 @@ system.cpu.l2cache.overall_avg_mshr_miss_latency::cpu.inst 62298.020955
system.cpu.l2cache.overall_avg_mshr_miss_latency::cpu.data 80904.545285 # average overall mshr miss latency
system.cpu.l2cache.overall_avg_mshr_miss_latency::total 80896.389405 # average overall mshr miss latency
system.cpu.l2cache.no_allocate_misses 0 # Number of misses that were no-allocate
-system.cpu.dcache.tags.replacements 9107355 # number of replacements
-system.cpu.dcache.tags.tagsinuse 4082.476561 # Cycle average of tags in use
-system.cpu.dcache.tags.total_refs 593297569 # Total number of references to valid blocks.
-system.cpu.dcache.tags.sampled_refs 9111451 # Sample count of references to valid blocks.
-system.cpu.dcache.tags.avg_refs 65.115597 # Average number of references to valid blocks.
-system.cpu.dcache.tags.warmup_cycle 12681367250 # Cycle when the warmup percentage was hit.
-system.cpu.dcache.tags.occ_blocks::cpu.data 4082.476561 # Average occupied blocks per requestor
-system.cpu.dcache.tags.occ_percent::cpu.data 0.996698 # Average percentage of cache occupancy
-system.cpu.dcache.tags.occ_percent::total 0.996698 # Average percentage of cache occupancy
+system.cpu.dcache.tags.replacements 9107355 # number of replacements
+system.cpu.dcache.tags.tagsinuse 4082.476561 # Cycle average of tags in use
+system.cpu.dcache.tags.total_refs 593297569 # Total number of references to valid blocks.
+system.cpu.dcache.tags.sampled_refs 9111451 # Sample count of references to valid blocks.
+system.cpu.dcache.tags.avg_refs 65.115597 # Average number of references to valid blocks.
+system.cpu.dcache.tags.warmup_cycle 12681367250 # Cycle when the warmup percentage was hit.
+system.cpu.dcache.tags.occ_blocks::cpu.data 4082.476561 # Average occupied blocks per requestor
+system.cpu.dcache.tags.occ_percent::cpu.data 0.996698 # Average percentage of cache occupancy
+system.cpu.dcache.tags.occ_percent::total 0.996698 # Average percentage of cache occupancy
system.cpu.dcache.ReadReq_hits::cpu.data 437268765 # number of ReadReq hits
system.cpu.dcache.ReadReq_hits::total 437268765 # number of ReadReq hits
system.cpu.dcache.WriteReq_hits::cpu.data 156028804 # number of WriteReq hits
diff --git a/tests/long/se/60.bzip2/ref/alpha/tru64/o3-timing/stats.txt b/tests/long/se/60.bzip2/ref/alpha/tru64/o3-timing/stats.txt
index b939ad0cc..82bf88993 100644
--- a/tests/long/se/60.bzip2/ref/alpha/tru64/o3-timing/stats.txt
+++ b/tests/long/se/60.bzip2/ref/alpha/tru64/o3-timing/stats.txt
@@ -4,11 +4,11 @@ sim_seconds 0.694171 # Nu
sim_ticks 694171131000 # Number of ticks simulated
final_tick 694171131000 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
-host_inst_rate 169313 # Simulator instruction rate (inst/s)
-host_op_rate 169313 # Simulator op (including micro ops) rate (op/s)
-host_tick_rate 67701038 # Simulator tick rate (ticks/s)
-host_mem_usage 228220 # Number of bytes of host memory used
-host_seconds 10253.48 # Real time elapsed on the host
+host_inst_rate 178600 # Simulator instruction rate (inst/s)
+host_op_rate 178600 # Simulator op (including micro ops) rate (op/s)
+host_tick_rate 71414604 # Simulator tick rate (ticks/s)
+host_mem_usage 227828 # Number of bytes of host memory used
+host_seconds 9720.30 # Real time elapsed on the host
sim_insts 1736043781 # Number of instructions simulated
sim_ops 1736043781 # Number of ops (including micro ops) simulated
system.physmem.bytes_read::cpu.inst 61632 # Number of bytes read from this memory
@@ -34,14 +34,15 @@ system.physmem.bw_total::writebacks 94013475 # To
system.physmem.bw_total::cpu.inst 88785 # Total bandwidth to/from this memory (bytes/s)
system.physmem.bw_total::cpu.data 181209495 # Total bandwidth to/from this memory (bytes/s)
system.physmem.bw_total::total 275311755 # Total bandwidth to/from this memory (bytes/s)
-system.physmem.readReqs 1966438 # Total number of read requests seen
-system.physmem.writeReqs 1019710 # Total number of write requests seen
-system.physmem.cpureqs 2986156 # Reqs generatd by CPU via cache - shady
+system.physmem.readReqs 1966438 # Total number of read requests accepted by DRAM controller
+system.physmem.writeReqs 1019710 # Total number of write requests accepted by DRAM controller
+system.physmem.readBursts 1966438 # Total number of DRAM read bursts. Each DRAM read request translates to either one or multiple DRAM read bursts
+system.physmem.writeBursts 1019710 # Total number of DRAM write bursts. Each DRAM write request translates to either one or multiple DRAM write bursts
system.physmem.bytesRead 125852032 # Total number of bytes read from memory
system.physmem.bytesWritten 65261440 # Total number of bytes written to memory
system.physmem.bytesConsumedRd 125852032 # bytesRead derated as per pkt->getSize()
system.physmem.bytesConsumedWr 65261440 # bytesWritten derated as per pkt->getSize()
-system.physmem.servicedByWrQ 561 # Number of read reqs serviced by write Q
+system.physmem.servicedByWrQ 561 # Number of DRAM read bursts serviced by write Q
system.physmem.neitherReadNorWrite 0 # Reqs where no action is needed
system.physmem.perBankRdReqs::0 119011 # Track reads on a per bank basis
system.physmem.perBankRdReqs::1 114417 # Track reads on a per bank basis
@@ -316,10 +317,10 @@ system.membus.trans_dist::ReadResp 1191259 # Tr
system.membus.trans_dist::Writeback 1019710 # Transaction distribution
system.membus.trans_dist::ReadExReq 775179 # Transaction distribution
system.membus.trans_dist::ReadExResp 775179 # Transaction distribution
-system.membus.pkt_count_system.cpu.l2cache.mem_side 4952586 # Packet count per connected master and slave (bytes)
-system.membus.pkt_count 4952586 # Packet count per connected master and slave (bytes)
-system.membus.tot_pkt_size_system.cpu.l2cache.mem_side 191113472 # Cumulative packet size per connected master and slave (bytes)
-system.membus.tot_pkt_size 191113472 # Cumulative packet size per connected master and slave (bytes)
+system.membus.pkt_count_system.cpu.l2cache.mem_side::system.physmem.port 4952586 # Packet count per connected master and slave (bytes)
+system.membus.pkt_count::total 4952586 # Packet count per connected master and slave (bytes)
+system.membus.tot_pkt_size_system.cpu.l2cache.mem_side::system.physmem.port 191113472 # Cumulative packet size per connected master and slave (bytes)
+system.membus.tot_pkt_size::total 191113472 # Cumulative packet size per connected master and slave (bytes)
system.membus.data_through_bus 191113472 # Total data (bytes)
system.membus.snoop_data_through_bus 0 # Total snoop data (bytes)
system.membus.reqLayer0.occupancy 11881655250 # Layer occupancy (ticks)
@@ -635,12 +636,12 @@ system.cpu.toL2Bus.trans_dist::ReadResp 7297551 # Tr
system.cpu.toL2Bus.trans_dist::Writeback 3725037 # Transaction distribution
system.cpu.toL2Bus.trans_dist::ReadExReq 1883631 # Transaction distribution
system.cpu.toL2Bus.trans_dist::ReadExResp 1883631 # Transaction distribution
-system.cpu.toL2Bus.pkt_count_system.cpu.icache.mem_side 1926 # Packet count per connected master and slave (bytes)
-system.cpu.toL2Bus.pkt_count_system.cpu.dcache.mem_side 22085475 # Packet count per connected master and slave (bytes)
-system.cpu.toL2Bus.pkt_count 22087401 # Packet count per connected master and slave (bytes)
-system.cpu.toL2Bus.tot_pkt_size_system.cpu.icache.mem_side 61632 # Cumulative packet size per connected master and slave (bytes)
-system.cpu.toL2Bus.tot_pkt_size_system.cpu.dcache.mem_side 825936384 # Cumulative packet size per connected master and slave (bytes)
-system.cpu.toL2Bus.tot_pkt_size 825998016 # Cumulative packet size per connected master and slave (bytes)
+system.cpu.toL2Bus.pkt_count_system.cpu.icache.mem_side::system.cpu.l2cache.cpu_side 1926 # Packet count per connected master and slave (bytes)
+system.cpu.toL2Bus.pkt_count_system.cpu.dcache.mem_side::system.cpu.l2cache.cpu_side 22085475 # Packet count per connected master and slave (bytes)
+system.cpu.toL2Bus.pkt_count::total 22087401 # Packet count per connected master and slave (bytes)
+system.cpu.toL2Bus.tot_pkt_size_system.cpu.icache.mem_side::system.cpu.l2cache.cpu_side 61632 # Cumulative packet size per connected master and slave (bytes)
+system.cpu.toL2Bus.tot_pkt_size_system.cpu.dcache.mem_side::system.cpu.l2cache.cpu_side 825936384 # Cumulative packet size per connected master and slave (bytes)
+system.cpu.toL2Bus.tot_pkt_size::total 825998016 # Cumulative packet size per connected master and slave (bytes)
system.cpu.toL2Bus.data_through_bus 825998016 # Total data (bytes)
system.cpu.toL2Bus.snoop_data_through_bus 0 # Total snoop data (bytes)
system.cpu.toL2Bus.reqLayer0.occupancy 10178230165 # Layer occupancy (ticks)
@@ -649,15 +650,15 @@ system.cpu.toL2Bus.respLayer0.occupancy 1633750 # La
system.cpu.toL2Bus.respLayer0.utilization 0.0 # Layer utilization (%)
system.cpu.toL2Bus.respLayer1.occupancy 14189007000 # Layer occupancy (ticks)
system.cpu.toL2Bus.respLayer1.utilization 2.0 # Layer utilization (%)
-system.cpu.icache.tags.replacements 1 # number of replacements
-system.cpu.icache.tags.tagsinuse 770.551884 # Cycle average of tags in use
-system.cpu.icache.tags.total_refs 391083687 # Total number of references to valid blocks.
-system.cpu.icache.tags.sampled_refs 963 # Sample count of references to valid blocks.
-system.cpu.icache.tags.avg_refs 406109.747664 # Average number of references to valid blocks.
-system.cpu.icache.tags.warmup_cycle 0 # Cycle when the warmup percentage was hit.
-system.cpu.icache.tags.occ_blocks::cpu.inst 770.551884 # Average occupied blocks per requestor
-system.cpu.icache.tags.occ_percent::cpu.inst 0.376246 # Average percentage of cache occupancy
-system.cpu.icache.tags.occ_percent::total 0.376246 # Average percentage of cache occupancy
+system.cpu.icache.tags.replacements 1 # number of replacements
+system.cpu.icache.tags.tagsinuse 770.551884 # Cycle average of tags in use
+system.cpu.icache.tags.total_refs 391083687 # Total number of references to valid blocks.
+system.cpu.icache.tags.sampled_refs 963 # Sample count of references to valid blocks.
+system.cpu.icache.tags.avg_refs 406109.747664 # Average number of references to valid blocks.
+system.cpu.icache.tags.warmup_cycle 0 # Cycle when the warmup percentage was hit.
+system.cpu.icache.tags.occ_blocks::cpu.inst 770.551884 # Average occupied blocks per requestor
+system.cpu.icache.tags.occ_percent::cpu.inst 0.376246 # Average percentage of cache occupancy
+system.cpu.icache.tags.occ_percent::total 0.376246 # Average percentage of cache occupancy
system.cpu.icache.ReadReq_hits::cpu.inst 391083687 # number of ReadReq hits
system.cpu.icache.ReadReq_hits::total 391083687 # number of ReadReq hits
system.cpu.icache.demand_hits::cpu.inst 391083687 # number of demand (read+write) hits
@@ -733,19 +734,19 @@ system.cpu.icache.demand_avg_mshr_miss_latency::total 78020.508827
system.cpu.icache.overall_avg_mshr_miss_latency::cpu.inst 78020.508827 # average overall mshr miss latency
system.cpu.icache.overall_avg_mshr_miss_latency::total 78020.508827 # average overall mshr miss latency
system.cpu.icache.no_allocate_misses 0 # Number of misses that were no-allocate
-system.cpu.l2cache.tags.replacements 1933728 # number of replacements
-system.cpu.l2cache.tags.tagsinuse 31435.165334 # Cycle average of tags in use
-system.cpu.l2cache.tags.total_refs 9058547 # Total number of references to valid blocks.
-system.cpu.l2cache.tags.sampled_refs 1963512 # Sample count of references to valid blocks.
-system.cpu.l2cache.tags.avg_refs 4.613441 # Average number of references to valid blocks.
-system.cpu.l2cache.tags.warmup_cycle 28123107250 # Cycle when the warmup percentage was hit.
+system.cpu.l2cache.tags.replacements 1933728 # number of replacements
+system.cpu.l2cache.tags.tagsinuse 31435.165334 # Cycle average of tags in use
+system.cpu.l2cache.tags.total_refs 9058547 # Total number of references to valid blocks.
+system.cpu.l2cache.tags.sampled_refs 1963512 # Sample count of references to valid blocks.
+system.cpu.l2cache.tags.avg_refs 4.613441 # Average number of references to valid blocks.
+system.cpu.l2cache.tags.warmup_cycle 28123107250 # Cycle when the warmup percentage was hit.
system.cpu.l2cache.tags.occ_blocks::writebacks 14593.465528 # Average occupied blocks per requestor
-system.cpu.l2cache.tags.occ_blocks::cpu.inst 26.016964 # Average occupied blocks per requestor
-system.cpu.l2cache.tags.occ_blocks::cpu.data 16815.682842 # Average occupied blocks per requestor
+system.cpu.l2cache.tags.occ_blocks::cpu.inst 26.016964 # Average occupied blocks per requestor
+system.cpu.l2cache.tags.occ_blocks::cpu.data 16815.682842 # Average occupied blocks per requestor
system.cpu.l2cache.tags.occ_percent::writebacks 0.445357 # Average percentage of cache occupancy
system.cpu.l2cache.tags.occ_percent::cpu.inst 0.000794 # Average percentage of cache occupancy
system.cpu.l2cache.tags.occ_percent::cpu.data 0.513174 # Average percentage of cache occupancy
-system.cpu.l2cache.tags.occ_percent::total 0.959325 # Average percentage of cache occupancy
+system.cpu.l2cache.tags.occ_percent::total 0.959325 # Average percentage of cache occupancy
system.cpu.l2cache.ReadReq_hits::cpu.data 6106292 # number of ReadReq hits
system.cpu.l2cache.ReadReq_hits::total 6106292 # number of ReadReq hits
system.cpu.l2cache.Writeback_hits::writebacks 3725037 # number of Writeback hits
@@ -868,15 +869,15 @@ system.cpu.l2cache.overall_avg_mshr_miss_latency::cpu.inst 64350.207684
system.cpu.l2cache.overall_avg_mshr_miss_latency::cpu.data 80652.401455 # average overall mshr miss latency
system.cpu.l2cache.overall_avg_mshr_miss_latency::total 80644.417978 # average overall mshr miss latency
system.cpu.l2cache.no_allocate_misses 0 # Number of misses that were no-allocate
-system.cpu.dcache.tags.replacements 9176123 # number of replacements
-system.cpu.dcache.tags.tagsinuse 4087.719090 # Cycle average of tags in use
-system.cpu.dcache.tags.total_refs 694209653 # Total number of references to valid blocks.
-system.cpu.dcache.tags.sampled_refs 9180219 # Sample count of references to valid blocks.
-system.cpu.dcache.tags.avg_refs 75.620163 # Average number of references to valid blocks.
-system.cpu.dcache.tags.warmup_cycle 5145271250 # Cycle when the warmup percentage was hit.
-system.cpu.dcache.tags.occ_blocks::cpu.data 4087.719090 # Average occupied blocks per requestor
-system.cpu.dcache.tags.occ_percent::cpu.data 0.997978 # Average percentage of cache occupancy
-system.cpu.dcache.tags.occ_percent::total 0.997978 # Average percentage of cache occupancy
+system.cpu.dcache.tags.replacements 9176123 # number of replacements
+system.cpu.dcache.tags.tagsinuse 4087.719090 # Cycle average of tags in use
+system.cpu.dcache.tags.total_refs 694209653 # Total number of references to valid blocks.
+system.cpu.dcache.tags.sampled_refs 9180219 # Sample count of references to valid blocks.
+system.cpu.dcache.tags.avg_refs 75.620163 # Average number of references to valid blocks.
+system.cpu.dcache.tags.warmup_cycle 5145271250 # Cycle when the warmup percentage was hit.
+system.cpu.dcache.tags.occ_blocks::cpu.data 4087.719090 # Average occupied blocks per requestor
+system.cpu.dcache.tags.occ_percent::cpu.data 0.997978 # Average percentage of cache occupancy
+system.cpu.dcache.tags.occ_percent::total 0.997978 # Average percentage of cache occupancy
system.cpu.dcache.ReadReq_hits::cpu.data 538667558 # number of ReadReq hits
system.cpu.dcache.ReadReq_hits::total 538667558 # number of ReadReq hits
system.cpu.dcache.WriteReq_hits::cpu.data 155542093 # number of WriteReq hits
diff --git a/tests/long/se/60.bzip2/ref/alpha/tru64/simple-timing/stats.txt b/tests/long/se/60.bzip2/ref/alpha/tru64/simple-timing/stats.txt
index 72597a7eb..27c712d4a 100644
--- a/tests/long/se/60.bzip2/ref/alpha/tru64/simple-timing/stats.txt
+++ b/tests/long/se/60.bzip2/ref/alpha/tru64/simple-timing/stats.txt
@@ -4,11 +4,11 @@ sim_seconds 2.623386 # Nu
sim_ticks 2623386226000 # Number of ticks simulated
final_tick 2623386226000 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
-host_inst_rate 781919 # Simulator instruction rate (inst/s)
-host_op_rate 781919 # Simulator op (including micro ops) rate (op/s)
-host_tick_rate 1127211275 # Simulator tick rate (ticks/s)
-host_mem_usage 225028 # Number of bytes of host memory used
-host_seconds 2327.32 # Real time elapsed on the host
+host_inst_rate 1731328 # Simulator instruction rate (inst/s)
+host_op_rate 1731328 # Simulator op (including micro ops) rate (op/s)
+host_tick_rate 2495874089 # Simulator tick rate (ticks/s)
+host_mem_usage 225024 # Number of bytes of host memory used
+host_seconds 1051.09 # Real time elapsed on the host
sim_insts 1819780127 # Number of instructions simulated
sim_ops 1819780127 # Number of ops (including micro ops) simulated
system.physmem.bytes_read::cpu.inst 51328 # Number of bytes read from this memory
@@ -40,10 +40,10 @@ system.membus.trans_dist::ReadResp 1178362 # Tr
system.membus.trans_dist::Writeback 1018077 # Transaction distribution
system.membus.trans_dist::ReadExReq 781301 # Transaction distribution
system.membus.trans_dist::ReadExResp 781301 # Transaction distribution
-system.membus.pkt_count_system.cpu.l2cache.mem_side 4937403 # Packet count per connected master and slave (bytes)
-system.membus.pkt_count 4937403 # Packet count per connected master and slave (bytes)
-system.membus.tot_pkt_size_system.cpu.l2cache.mem_side 190575360 # Cumulative packet size per connected master and slave (bytes)
-system.membus.tot_pkt_size 190575360 # Cumulative packet size per connected master and slave (bytes)
+system.membus.pkt_count_system.cpu.l2cache.mem_side::system.physmem.port 4937403 # Packet count per connected master and slave (bytes)
+system.membus.pkt_count::total 4937403 # Packet count per connected master and slave (bytes)
+system.membus.tot_pkt_size_system.cpu.l2cache.mem_side::system.physmem.port 190575360 # Cumulative packet size per connected master and slave (bytes)
+system.membus.tot_pkt_size::total 190575360 # Cumulative packet size per connected master and slave (bytes)
system.membus.data_through_bus 190575360 # Total data (bytes)
system.membus.snoop_data_through_bus 0 # Total snoop data (bytes)
system.membus.reqLayer0.occupancy 11122356000 # Layer occupancy (ticks)
@@ -105,15 +105,15 @@ system.cpu.num_idle_cycles 0 # Nu
system.cpu.num_busy_cycles 5246772452 # Number of busy cycles
system.cpu.not_idle_fraction 1 # Percentage of non-idle cycles
system.cpu.idle_fraction 0 # Percentage of idle cycles
-system.cpu.icache.tags.replacements 1 # number of replacements
-system.cpu.icache.tags.tagsinuse 612.458646 # Cycle average of tags in use
-system.cpu.icache.tags.total_refs 1826377708 # Total number of references to valid blocks.
-system.cpu.icache.tags.sampled_refs 802 # Sample count of references to valid blocks.
-system.cpu.icache.tags.avg_refs 2277278.937656 # Average number of references to valid blocks.
-system.cpu.icache.tags.warmup_cycle 0 # Cycle when the warmup percentage was hit.
-system.cpu.icache.tags.occ_blocks::cpu.inst 612.458646 # Average occupied blocks per requestor
-system.cpu.icache.tags.occ_percent::cpu.inst 0.299052 # Average percentage of cache occupancy
-system.cpu.icache.tags.occ_percent::total 0.299052 # Average percentage of cache occupancy
+system.cpu.icache.tags.replacements 1 # number of replacements
+system.cpu.icache.tags.tagsinuse 612.458646 # Cycle average of tags in use
+system.cpu.icache.tags.total_refs 1826377708 # Total number of references to valid blocks.
+system.cpu.icache.tags.sampled_refs 802 # Sample count of references to valid blocks.
+system.cpu.icache.tags.avg_refs 2277278.937656 # Average number of references to valid blocks.
+system.cpu.icache.tags.warmup_cycle 0 # Cycle when the warmup percentage was hit.
+system.cpu.icache.tags.occ_blocks::cpu.inst 612.458646 # Average occupied blocks per requestor
+system.cpu.icache.tags.occ_percent::cpu.inst 0.299052 # Average percentage of cache occupancy
+system.cpu.icache.tags.occ_percent::total 0.299052 # Average percentage of cache occupancy
system.cpu.icache.ReadReq_hits::cpu.inst 1826377708 # number of ReadReq hits
system.cpu.icache.ReadReq_hits::total 1826377708 # number of ReadReq hits
system.cpu.icache.demand_hits::cpu.inst 1826377708 # number of demand (read+write) hits
@@ -183,19 +183,19 @@ system.cpu.icache.demand_avg_mshr_miss_latency::total 53089.775561
system.cpu.icache.overall_avg_mshr_miss_latency::cpu.inst 53089.775561 # average overall mshr miss latency
system.cpu.icache.overall_avg_mshr_miss_latency::total 53089.775561 # average overall mshr miss latency
system.cpu.icache.no_allocate_misses 0 # Number of misses that were no-allocate
-system.cpu.l2cache.tags.replacements 1926937 # number of replacements
-system.cpu.l2cache.tags.tagsinuse 30535.257456 # Cycle average of tags in use
-system.cpu.l2cache.tags.total_refs 8959453 # Total number of references to valid blocks.
-system.cpu.l2cache.tags.sampled_refs 1956729 # Sample count of references to valid blocks.
-system.cpu.l2cache.tags.avg_refs 4.578791 # Average number of references to valid blocks.
-system.cpu.l2cache.tags.warmup_cycle 218167128000 # Cycle when the warmup percentage was hit.
+system.cpu.l2cache.tags.replacements 1926937 # number of replacements
+system.cpu.l2cache.tags.tagsinuse 30535.257456 # Cycle average of tags in use
+system.cpu.l2cache.tags.total_refs 8959453 # Total number of references to valid blocks.
+system.cpu.l2cache.tags.sampled_refs 1956729 # Sample count of references to valid blocks.
+system.cpu.l2cache.tags.avg_refs 4.578791 # Average number of references to valid blocks.
+system.cpu.l2cache.tags.warmup_cycle 218167128000 # Cycle when the warmup percentage was hit.
system.cpu.l2cache.tags.occ_blocks::writebacks 15221.890655 # Average occupied blocks per requestor
-system.cpu.l2cache.tags.occ_blocks::cpu.inst 39.064317 # Average occupied blocks per requestor
-system.cpu.l2cache.tags.occ_blocks::cpu.data 15274.302484 # Average occupied blocks per requestor
+system.cpu.l2cache.tags.occ_blocks::cpu.inst 39.064317 # Average occupied blocks per requestor
+system.cpu.l2cache.tags.occ_blocks::cpu.data 15274.302484 # Average occupied blocks per requestor
system.cpu.l2cache.tags.occ_percent::writebacks 0.464535 # Average percentage of cache occupancy
system.cpu.l2cache.tags.occ_percent::cpu.inst 0.001192 # Average percentage of cache occupancy
system.cpu.l2cache.tags.occ_percent::cpu.data 0.466135 # Average percentage of cache occupancy
-system.cpu.l2cache.tags.occ_percent::total 0.931862 # Average percentage of cache occupancy
+system.cpu.l2cache.tags.occ_percent::total 0.931862 # Average percentage of cache occupancy
system.cpu.l2cache.ReadReq_hits::cpu.data 6044854 # number of ReadReq hits
system.cpu.l2cache.ReadReq_hits::total 6044854 # number of ReadReq hits
system.cpu.l2cache.Writeback_hits::writebacks 3693497 # number of Writeback hits
@@ -318,15 +318,15 @@ system.cpu.l2cache.overall_avg_mshr_miss_latency::cpu.inst 40089.775561
system.cpu.l2cache.overall_avg_mshr_miss_latency::cpu.data 40013.886641 # average overall mshr miss latency
system.cpu.l2cache.overall_avg_mshr_miss_latency::total 40013.917699 # average overall mshr miss latency
system.cpu.l2cache.no_allocate_misses 0 # Number of misses that were no-allocate
-system.cpu.dcache.tags.replacements 9107638 # number of replacements
-system.cpu.dcache.tags.tagsinuse 4079.262869 # Cycle average of tags in use
-system.cpu.dcache.tags.total_refs 596212431 # Total number of references to valid blocks.
-system.cpu.dcache.tags.sampled_refs 9111734 # Sample count of references to valid blocks.
-system.cpu.dcache.tags.avg_refs 65.433476 # Average number of references to valid blocks.
-system.cpu.dcache.tags.warmup_cycle 40977439000 # Cycle when the warmup percentage was hit.
-system.cpu.dcache.tags.occ_blocks::cpu.data 4079.262869 # Average occupied blocks per requestor
-system.cpu.dcache.tags.occ_percent::cpu.data 0.995914 # Average percentage of cache occupancy
-system.cpu.dcache.tags.occ_percent::total 0.995914 # Average percentage of cache occupancy
+system.cpu.dcache.tags.replacements 9107638 # number of replacements
+system.cpu.dcache.tags.tagsinuse 4079.262869 # Cycle average of tags in use
+system.cpu.dcache.tags.total_refs 596212431 # Total number of references to valid blocks.
+system.cpu.dcache.tags.sampled_refs 9111734 # Sample count of references to valid blocks.
+system.cpu.dcache.tags.avg_refs 65.433476 # Average number of references to valid blocks.
+system.cpu.dcache.tags.warmup_cycle 40977439000 # Cycle when the warmup percentage was hit.
+system.cpu.dcache.tags.occ_blocks::cpu.data 4079.262869 # Average occupied blocks per requestor
+system.cpu.dcache.tags.occ_percent::cpu.data 0.995914 # Average percentage of cache occupancy
+system.cpu.dcache.tags.occ_percent::total 0.995914 # Average percentage of cache occupancy
system.cpu.dcache.ReadReq_hits::cpu.data 437373249 # number of ReadReq hits
system.cpu.dcache.ReadReq_hits::total 437373249 # number of ReadReq hits
system.cpu.dcache.WriteReq_hits::cpu.data 158839182 # number of WriteReq hits
@@ -424,12 +424,12 @@ system.cpu.toL2Bus.trans_dist::ReadResp 7223216 # Tr
system.cpu.toL2Bus.trans_dist::Writeback 3693497 # Transaction distribution
system.cpu.toL2Bus.trans_dist::ReadExReq 1889320 # Transaction distribution
system.cpu.toL2Bus.trans_dist::ReadExResp 1889320 # Transaction distribution
-system.cpu.toL2Bus.pkt_count_system.cpu.icache.mem_side 1604 # Packet count per connected master and slave (bytes)
-system.cpu.toL2Bus.pkt_count_system.cpu.dcache.mem_side 21916965 # Packet count per connected master and slave (bytes)
-system.cpu.toL2Bus.pkt_count 21918569 # Packet count per connected master and slave (bytes)
-system.cpu.toL2Bus.tot_pkt_size_system.cpu.icache.mem_side 51328 # Cumulative packet size per connected master and slave (bytes)
-system.cpu.toL2Bus.tot_pkt_size_system.cpu.dcache.mem_side 819534784 # Cumulative packet size per connected master and slave (bytes)
-system.cpu.toL2Bus.tot_pkt_size 819586112 # Cumulative packet size per connected master and slave (bytes)
+system.cpu.toL2Bus.pkt_count_system.cpu.icache.mem_side::system.cpu.l2cache.cpu_side 1604 # Packet count per connected master and slave (bytes)
+system.cpu.toL2Bus.pkt_count_system.cpu.dcache.mem_side::system.cpu.l2cache.cpu_side 21916965 # Packet count per connected master and slave (bytes)
+system.cpu.toL2Bus.pkt_count::total 21918569 # Packet count per connected master and slave (bytes)
+system.cpu.toL2Bus.tot_pkt_size_system.cpu.icache.mem_side::system.cpu.l2cache.cpu_side 51328 # Cumulative packet size per connected master and slave (bytes)
+system.cpu.toL2Bus.tot_pkt_size_system.cpu.dcache.mem_side::system.cpu.l2cache.cpu_side 819534784 # Cumulative packet size per connected master and slave (bytes)
+system.cpu.toL2Bus.tot_pkt_size::total 819586112 # Cumulative packet size per connected master and slave (bytes)
system.cpu.toL2Bus.data_through_bus 819586112 # Total data (bytes)
system.cpu.toL2Bus.snoop_data_through_bus 0 # Total snoop data (bytes)
system.cpu.toL2Bus.reqLayer0.occupancy 10096513500 # Layer occupancy (ticks)
diff --git a/tests/long/se/60.bzip2/ref/arm/linux/o3-timing/stats.txt b/tests/long/se/60.bzip2/ref/arm/linux/o3-timing/stats.txt
index 3d9ea108c..f9e4efd28 100644
--- a/tests/long/se/60.bzip2/ref/arm/linux/o3-timing/stats.txt
+++ b/tests/long/se/60.bzip2/ref/arm/linux/o3-timing/stats.txt
@@ -4,11 +4,11 @@ sim_seconds 0.541686 # Nu
sim_ticks 541686426500 # Number of ticks simulated
final_tick 541686426500 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
-host_inst_rate 161069 # Simulator instruction rate (inst/s)
-host_op_rate 179684 # Simulator op (including micro ops) rate (op/s)
-host_tick_rate 56487595 # Simulator tick rate (ticks/s)
-host_mem_usage 246340 # Number of bytes of host memory used
-host_seconds 9589.48 # Real time elapsed on the host
+host_inst_rate 146656 # Simulator instruction rate (inst/s)
+host_op_rate 163606 # Simulator op (including micro ops) rate (op/s)
+host_tick_rate 51433162 # Simulator tick rate (ticks/s)
+host_mem_usage 242412 # Number of bytes of host memory used
+host_seconds 10531.85 # Real time elapsed on the host
sim_insts 1544563023 # Number of instructions simulated
sim_ops 1723073835 # Number of ops (including micro ops) simulated
system.physmem.bytes_read::cpu.inst 48128 # Number of bytes read from this memory
@@ -34,14 +34,15 @@ system.physmem.bw_total::writebacks 130020847 # To
system.physmem.bw_total::cpu.inst 88848 # Total bandwidth to/from this memory (bytes/s)
system.physmem.bw_total::cpu.data 265329831 # Total bandwidth to/from this memory (bytes/s)
system.physmem.bw_total::total 395439526 # Total bandwidth to/from this memory (bytes/s)
-system.physmem.readReqs 2246464 # Total number of read requests seen
-system.physmem.writeReqs 1100477 # Total number of write requests seen
-system.physmem.cpureqs 3346951 # Reqs generatd by CPU via cache - shady
+system.physmem.readReqs 2246464 # Total number of read requests accepted by DRAM controller
+system.physmem.writeReqs 1100477 # Total number of write requests accepted by DRAM controller
+system.physmem.readBursts 2246464 # Total number of DRAM read bursts. Each DRAM read request translates to either one or multiple DRAM read bursts
+system.physmem.writeBursts 1100477 # Total number of DRAM write bursts. Each DRAM write request translates to either one or multiple DRAM write bursts
system.physmem.bytesRead 143773696 # Total number of bytes read from memory
system.physmem.bytesWritten 70430528 # Total number of bytes written to memory
system.physmem.bytesConsumedRd 143773696 # bytesRead derated as per pkt->getSize()
system.physmem.bytesConsumedWr 70430528 # bytesWritten derated as per pkt->getSize()
-system.physmem.servicedByWrQ 599 # Number of read reqs serviced by write Q
+system.physmem.servicedByWrQ 599 # Number of DRAM read bursts serviced by write Q
system.physmem.neitherReadNorWrite 0 # Reqs where no action is needed
system.physmem.perBankRdReqs::0 139699 # Track reads on a per bank basis
system.physmem.perBankRdReqs::1 136238 # Track reads on a per bank basis
@@ -316,10 +317,10 @@ system.membus.trans_dist::ReadResp 1420070 # Tr
system.membus.trans_dist::Writeback 1100477 # Transaction distribution
system.membus.trans_dist::ReadExReq 826393 # Transaction distribution
system.membus.trans_dist::ReadExResp 826393 # Transaction distribution
-system.membus.pkt_count_system.cpu.l2cache.mem_side 5593404 # Packet count per connected master and slave (bytes)
-system.membus.pkt_count 5593404 # Packet count per connected master and slave (bytes)
-system.membus.tot_pkt_size_system.cpu.l2cache.mem_side 214204160 # Cumulative packet size per connected master and slave (bytes)
-system.membus.tot_pkt_size 214204160 # Cumulative packet size per connected master and slave (bytes)
+system.membus.pkt_count_system.cpu.l2cache.mem_side::system.physmem.port 5593404 # Packet count per connected master and slave (bytes)
+system.membus.pkt_count::total 5593404 # Packet count per connected master and slave (bytes)
+system.membus.tot_pkt_size_system.cpu.l2cache.mem_side::system.physmem.port 214204160 # Cumulative packet size per connected master and slave (bytes)
+system.membus.tot_pkt_size::total 214204160 # Cumulative packet size per connected master and slave (bytes)
system.membus.data_through_bus 214204160 # Total data (bytes)
system.membus.snoop_data_through_bus 0 # Total snoop data (bytes)
system.membus.reqLayer0.occupancy 12928469250 # Layer occupancy (ticks)
@@ -644,12 +645,12 @@ system.cpu.toL2Bus.trans_dist::ReadResp 7709687 # Tr
system.cpu.toL2Bus.trans_dist::Writeback 3782769 # Transaction distribution
system.cpu.toL2Bus.trans_dist::ReadExReq 1893417 # Transaction distribution
system.cpu.toL2Bus.trans_dist::ReadExResp 1893417 # Transaction distribution
-system.cpu.toL2Bus.pkt_count_system.cpu.icache.mem_side 1564 # Packet count per connected master and slave (bytes)
-system.cpu.toL2Bus.pkt_count_system.cpu.dcache.mem_side 22987414 # Packet count per connected master and slave (bytes)
-system.cpu.toL2Bus.pkt_count 22988978 # Packet count per connected master and slave (bytes)
-system.cpu.toL2Bus.tot_pkt_size_system.cpu.icache.mem_side 50048 # Cumulative packet size per connected master and slave (bytes)
-system.cpu.toL2Bus.tot_pkt_size_system.cpu.dcache.mem_side 856645824 # Cumulative packet size per connected master and slave (bytes)
-system.cpu.toL2Bus.tot_pkt_size 856695872 # Cumulative packet size per connected master and slave (bytes)
+system.cpu.toL2Bus.pkt_count_system.cpu.icache.mem_side::system.cpu.l2cache.cpu_side 1564 # Packet count per connected master and slave (bytes)
+system.cpu.toL2Bus.pkt_count_system.cpu.dcache.mem_side::system.cpu.l2cache.cpu_side 22987414 # Packet count per connected master and slave (bytes)
+system.cpu.toL2Bus.pkt_count::total 22988978 # Packet count per connected master and slave (bytes)
+system.cpu.toL2Bus.tot_pkt_size_system.cpu.icache.mem_side::system.cpu.l2cache.cpu_side 50048 # Cumulative packet size per connected master and slave (bytes)
+system.cpu.toL2Bus.tot_pkt_size_system.cpu.dcache.mem_side::system.cpu.l2cache.cpu_side 856645824 # Cumulative packet size per connected master and slave (bytes)
+system.cpu.toL2Bus.tot_pkt_size::total 856695872 # Cumulative packet size per connected master and slave (bytes)
system.cpu.toL2Bus.data_through_bus 856695872 # Total data (bytes)
system.cpu.toL2Bus.snoop_data_through_bus 0 # Total snoop data (bytes)
system.cpu.toL2Bus.reqLayer0.occupancy 10475876330 # Layer occupancy (ticks)
@@ -658,15 +659,15 @@ system.cpu.toL2Bus.respLayer0.occupancy 1321749 # La
system.cpu.toL2Bus.respLayer0.utilization 0.0 # Layer utilization (%)
system.cpu.toL2Bus.respLayer1.occupancy 14846430743 # Layer occupancy (ticks)
system.cpu.toL2Bus.respLayer1.utilization 2.7 # Layer utilization (%)
-system.cpu.icache.tags.replacements 22 # number of replacements
-system.cpu.icache.tags.tagsinuse 629.635316 # Cycle average of tags in use
-system.cpu.icache.tags.total_refs 290622345 # Total number of references to valid blocks.
-system.cpu.icache.tags.sampled_refs 782 # Sample count of references to valid blocks.
-system.cpu.icache.tags.avg_refs 371639.827366 # Average number of references to valid blocks.
-system.cpu.icache.tags.warmup_cycle 0 # Cycle when the warmup percentage was hit.
-system.cpu.icache.tags.occ_blocks::cpu.inst 629.635316 # Average occupied blocks per requestor
-system.cpu.icache.tags.occ_percent::cpu.inst 0.307439 # Average percentage of cache occupancy
-system.cpu.icache.tags.occ_percent::total 0.307439 # Average percentage of cache occupancy
+system.cpu.icache.tags.replacements 22 # number of replacements
+system.cpu.icache.tags.tagsinuse 629.635316 # Cycle average of tags in use
+system.cpu.icache.tags.total_refs 290622345 # Total number of references to valid blocks.
+system.cpu.icache.tags.sampled_refs 782 # Sample count of references to valid blocks.
+system.cpu.icache.tags.avg_refs 371639.827366 # Average number of references to valid blocks.
+system.cpu.icache.tags.warmup_cycle 0 # Cycle when the warmup percentage was hit.
+system.cpu.icache.tags.occ_blocks::cpu.inst 629.635316 # Average occupied blocks per requestor
+system.cpu.icache.tags.occ_percent::cpu.inst 0.307439 # Average percentage of cache occupancy
+system.cpu.icache.tags.occ_percent::total 0.307439 # Average percentage of cache occupancy
system.cpu.icache.ReadReq_hits::cpu.inst 290622345 # number of ReadReq hits
system.cpu.icache.ReadReq_hits::total 290622345 # number of ReadReq hits
system.cpu.icache.demand_hits::cpu.inst 290622345 # number of demand (read+write) hits
@@ -742,19 +743,19 @@ system.cpu.icache.demand_avg_mshr_miss_latency::total 76009.911765
system.cpu.icache.overall_avg_mshr_miss_latency::cpu.inst 76009.911765 # average overall mshr miss latency
system.cpu.icache.overall_avg_mshr_miss_latency::total 76009.911765 # average overall mshr miss latency
system.cpu.icache.no_allocate_misses 0 # Number of misses that were no-allocate
-system.cpu.l2cache.tags.replacements 2213775 # number of replacements
-system.cpu.l2cache.tags.tagsinuse 31546.363307 # Cycle average of tags in use
-system.cpu.l2cache.tags.total_refs 9248170 # Total number of references to valid blocks.
-system.cpu.l2cache.tags.sampled_refs 2243553 # Sample count of references to valid blocks.
-system.cpu.l2cache.tags.avg_refs 4.122109 # Average number of references to valid blocks.
-system.cpu.l2cache.tags.warmup_cycle 21352949250 # Cycle when the warmup percentage was hit.
+system.cpu.l2cache.tags.replacements 2213775 # number of replacements
+system.cpu.l2cache.tags.tagsinuse 31546.363307 # Cycle average of tags in use
+system.cpu.l2cache.tags.total_refs 9248170 # Total number of references to valid blocks.
+system.cpu.l2cache.tags.sampled_refs 2243553 # Sample count of references to valid blocks.
+system.cpu.l2cache.tags.avg_refs 4.122109 # Average number of references to valid blocks.
+system.cpu.l2cache.tags.warmup_cycle 21352949250 # Cycle when the warmup percentage was hit.
system.cpu.l2cache.tags.occ_blocks::writebacks 14312.491305 # Average occupied blocks per requestor
-system.cpu.l2cache.tags.occ_blocks::cpu.inst 20.144724 # Average occupied blocks per requestor
-system.cpu.l2cache.tags.occ_blocks::cpu.data 17213.727277 # Average occupied blocks per requestor
+system.cpu.l2cache.tags.occ_blocks::cpu.inst 20.144724 # Average occupied blocks per requestor
+system.cpu.l2cache.tags.occ_blocks::cpu.data 17213.727277 # Average occupied blocks per requestor
system.cpu.l2cache.tags.occ_percent::writebacks 0.436783 # Average percentage of cache occupancy
system.cpu.l2cache.tags.occ_percent::cpu.inst 0.000615 # Average percentage of cache occupancy
system.cpu.l2cache.tags.occ_percent::cpu.data 0.525321 # Average percentage of cache occupancy
-system.cpu.l2cache.tags.occ_percent::total 0.962719 # Average percentage of cache occupancy
+system.cpu.l2cache.tags.occ_percent::total 0.962719 # Average percentage of cache occupancy
system.cpu.l2cache.ReadReq_hits::cpu.inst 29 # number of ReadReq hits
system.cpu.l2cache.ReadReq_hits::cpu.data 6289580 # number of ReadReq hits
system.cpu.l2cache.ReadReq_hits::total 6289609 # number of ReadReq hits
@@ -889,15 +890,15 @@ system.cpu.l2cache.overall_avg_mshr_miss_latency::cpu.inst 64876.329787
system.cpu.l2cache.overall_avg_mshr_miss_latency::cpu.data 86543.412735 # average overall mshr miss latency
system.cpu.l2cache.overall_avg_mshr_miss_latency::total 86536.159716 # average overall mshr miss latency
system.cpu.l2cache.no_allocate_misses 0 # Number of misses that were no-allocate
-system.cpu.dcache.tags.replacements 9598226 # number of replacements
-system.cpu.dcache.tags.tagsinuse 4088.205485 # Cycle average of tags in use
-system.cpu.dcache.tags.total_refs 655929620 # Total number of references to valid blocks.
-system.cpu.dcache.tags.sampled_refs 9602322 # Sample count of references to valid blocks.
-system.cpu.dcache.tags.avg_refs 68.309480 # Average number of references to valid blocks.
-system.cpu.dcache.tags.warmup_cycle 3516509250 # Cycle when the warmup percentage was hit.
-system.cpu.dcache.tags.occ_blocks::cpu.data 4088.205485 # Average occupied blocks per requestor
-system.cpu.dcache.tags.occ_percent::cpu.data 0.998097 # Average percentage of cache occupancy
-system.cpu.dcache.tags.occ_percent::total 0.998097 # Average percentage of cache occupancy
+system.cpu.dcache.tags.replacements 9598226 # number of replacements
+system.cpu.dcache.tags.tagsinuse 4088.205485 # Cycle average of tags in use
+system.cpu.dcache.tags.total_refs 655929620 # Total number of references to valid blocks.
+system.cpu.dcache.tags.sampled_refs 9602322 # Sample count of references to valid blocks.
+system.cpu.dcache.tags.avg_refs 68.309480 # Average number of references to valid blocks.
+system.cpu.dcache.tags.warmup_cycle 3516509250 # Cycle when the warmup percentage was hit.
+system.cpu.dcache.tags.occ_blocks::cpu.data 4088.205485 # Average occupied blocks per requestor
+system.cpu.dcache.tags.occ_percent::cpu.data 0.998097 # Average percentage of cache occupancy
+system.cpu.dcache.tags.occ_percent::total 0.998097 # Average percentage of cache occupancy
system.cpu.dcache.ReadReq_hits::cpu.data 488969047 # number of ReadReq hits
system.cpu.dcache.ReadReq_hits::total 488969047 # number of ReadReq hits
system.cpu.dcache.WriteReq_hits::cpu.data 166960447 # number of WriteReq hits
diff --git a/tests/long/se/60.bzip2/ref/arm/linux/simple-timing/stats.txt b/tests/long/se/60.bzip2/ref/arm/linux/simple-timing/stats.txt
index 991abe176..0ee21876c 100644
--- a/tests/long/se/60.bzip2/ref/arm/linux/simple-timing/stats.txt
+++ b/tests/long/se/60.bzip2/ref/arm/linux/simple-timing/stats.txt
@@ -4,11 +4,11 @@ sim_seconds 2.391205 # Nu
sim_ticks 2391205115000 # Number of ticks simulated
final_tick 2391205115000 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
-host_inst_rate 1401168 # Simulator instruction rate (inst/s)
-host_op_rate 1563717 # Simulator op (including micro ops) rate (op/s)
-host_tick_rate 2177389973 # Simulator tick rate (ticks/s)
-host_mem_usage 243008 # Number of bytes of host memory used
-host_seconds 1098.20 # Real time elapsed on the host
+host_inst_rate 594937 # Simulator instruction rate (inst/s)
+host_op_rate 663956 # Simulator op (including micro ops) rate (op/s)
+host_tick_rate 924522029 # Simulator tick rate (ticks/s)
+host_mem_usage 240640 # Number of bytes of host memory used
+host_seconds 2586.42 # Real time elapsed on the host
sim_insts 1538759601 # Number of instructions simulated
sim_ops 1717270334 # Number of ops (including micro ops) simulated
system.physmem.bytes_read::cpu.inst 39424 # Number of bytes read from this memory
@@ -40,10 +40,10 @@ system.membus.trans_dist::ReadResp 1177898 # Tr
system.membus.trans_dist::Writeback 1017198 # Transaction distribution
system.membus.trans_dist::ReadExReq 780876 # Transaction distribution
system.membus.trans_dist::ReadExResp 780876 # Transaction distribution
-system.membus.pkt_count_system.cpu.l2cache.mem_side 4934746 # Packet count per connected master and slave (bytes)
-system.membus.pkt_count 4934746 # Packet count per connected master and slave (bytes)
-system.membus.tot_pkt_size_system.cpu.l2cache.mem_side 190462208 # Cumulative packet size per connected master and slave (bytes)
-system.membus.tot_pkt_size 190462208 # Cumulative packet size per connected master and slave (bytes)
+system.membus.pkt_count_system.cpu.l2cache.mem_side::system.physmem.port 4934746 # Packet count per connected master and slave (bytes)
+system.membus.pkt_count::total 4934746 # Packet count per connected master and slave (bytes)
+system.membus.tot_pkt_size_system.cpu.l2cache.mem_side::system.physmem.port 190462208 # Cumulative packet size per connected master and slave (bytes)
+system.membus.tot_pkt_size::total 190462208 # Cumulative packet size per connected master and slave (bytes)
system.membus.data_through_bus 190462208 # Total data (bytes)
system.membus.snoop_data_through_bus 0 # Total snoop data (bytes)
system.membus.reqLayer0.occupancy 11113556000 # Layer occupancy (ticks)
@@ -115,15 +115,15 @@ system.cpu.num_idle_cycles 0 # Nu
system.cpu.num_busy_cycles 4782410230 # Number of busy cycles
system.cpu.not_idle_fraction 1 # Percentage of non-idle cycles
system.cpu.idle_fraction 0 # Percentage of idle cycles
-system.cpu.icache.tags.replacements 7 # number of replacements
-system.cpu.icache.tags.tagsinuse 514.976015 # Cycle average of tags in use
-system.cpu.icache.tags.total_refs 1544564952 # Total number of references to valid blocks.
-system.cpu.icache.tags.sampled_refs 638 # Sample count of references to valid blocks.
-system.cpu.icache.tags.avg_refs 2420948.200627 # Average number of references to valid blocks.
-system.cpu.icache.tags.warmup_cycle 0 # Cycle when the warmup percentage was hit.
-system.cpu.icache.tags.occ_blocks::cpu.inst 514.976015 # Average occupied blocks per requestor
-system.cpu.icache.tags.occ_percent::cpu.inst 0.251453 # Average percentage of cache occupancy
-system.cpu.icache.tags.occ_percent::total 0.251453 # Average percentage of cache occupancy
+system.cpu.icache.tags.replacements 7 # number of replacements
+system.cpu.icache.tags.tagsinuse 514.976015 # Cycle average of tags in use
+system.cpu.icache.tags.total_refs 1544564952 # Total number of references to valid blocks.
+system.cpu.icache.tags.sampled_refs 638 # Sample count of references to valid blocks.
+system.cpu.icache.tags.avg_refs 2420948.200627 # Average number of references to valid blocks.
+system.cpu.icache.tags.warmup_cycle 0 # Cycle when the warmup percentage was hit.
+system.cpu.icache.tags.occ_blocks::cpu.inst 514.976015 # Average occupied blocks per requestor
+system.cpu.icache.tags.occ_percent::cpu.inst 0.251453 # Average percentage of cache occupancy
+system.cpu.icache.tags.occ_percent::total 0.251453 # Average percentage of cache occupancy
system.cpu.icache.ReadReq_hits::cpu.inst 1544564952 # number of ReadReq hits
system.cpu.icache.ReadReq_hits::total 1544564952 # number of ReadReq hits
system.cpu.icache.demand_hits::cpu.inst 1544564952 # number of demand (read+write) hits
@@ -193,19 +193,19 @@ system.cpu.icache.demand_avg_mshr_miss_latency::total 51656.739812
system.cpu.icache.overall_avg_mshr_miss_latency::cpu.inst 51656.739812 # average overall mshr miss latency
system.cpu.icache.overall_avg_mshr_miss_latency::total 51656.739812 # average overall mshr miss latency
system.cpu.icache.no_allocate_misses 0 # Number of misses that were no-allocate
-system.cpu.l2cache.tags.replacements 1926075 # number of replacements
-system.cpu.l2cache.tags.tagsinuse 30987.094489 # Cycle average of tags in use
-system.cpu.l2cache.tags.total_refs 8967572 # Total number of references to valid blocks.
-system.cpu.l2cache.tags.sampled_refs 1955843 # Sample count of references to valid blocks.
-system.cpu.l2cache.tags.avg_refs 4.585016 # Average number of references to valid blocks.
-system.cpu.l2cache.tags.warmup_cycle 154026636000 # Cycle when the warmup percentage was hit.
+system.cpu.l2cache.tags.replacements 1926075 # number of replacements
+system.cpu.l2cache.tags.tagsinuse 30987.094489 # Cycle average of tags in use
+system.cpu.l2cache.tags.total_refs 8967572 # Total number of references to valid blocks.
+system.cpu.l2cache.tags.sampled_refs 1955843 # Sample count of references to valid blocks.
+system.cpu.l2cache.tags.avg_refs 4.585016 # Average number of references to valid blocks.
+system.cpu.l2cache.tags.warmup_cycle 154026636000 # Cycle when the warmup percentage was hit.
system.cpu.l2cache.tags.occ_blocks::writebacks 15648.493745 # Average occupied blocks per requestor
-system.cpu.l2cache.tags.occ_blocks::cpu.inst 24.153175 # Average occupied blocks per requestor
-system.cpu.l2cache.tags.occ_blocks::cpu.data 15314.447570 # Average occupied blocks per requestor
+system.cpu.l2cache.tags.occ_blocks::cpu.inst 24.153175 # Average occupied blocks per requestor
+system.cpu.l2cache.tags.occ_blocks::cpu.data 15314.447570 # Average occupied blocks per requestor
system.cpu.l2cache.tags.occ_percent::writebacks 0.477554 # Average percentage of cache occupancy
system.cpu.l2cache.tags.occ_percent::cpu.inst 0.000737 # Average percentage of cache occupancy
system.cpu.l2cache.tags.occ_percent::cpu.data 0.467360 # Average percentage of cache occupancy
-system.cpu.l2cache.tags.occ_percent::total 0.945651 # Average percentage of cache occupancy
+system.cpu.l2cache.tags.occ_percent::total 0.945651 # Average percentage of cache occupancy
system.cpu.l2cache.ReadReq_hits::cpu.inst 22 # number of ReadReq hits
system.cpu.l2cache.ReadReq_hits::cpu.data 6048805 # number of ReadReq hits
system.cpu.l2cache.ReadReq_hits::total 6048827 # number of ReadReq hits
@@ -331,15 +331,15 @@ system.cpu.l2cache.overall_avg_mshr_miss_latency::cpu.inst 40108.766234
system.cpu.l2cache.overall_avg_mshr_miss_latency::cpu.data 40005.192635 # average overall mshr miss latency
system.cpu.l2cache.overall_avg_mshr_miss_latency::total 40005.225207 # average overall mshr miss latency
system.cpu.l2cache.no_allocate_misses 0 # Number of misses that were no-allocate
-system.cpu.dcache.tags.replacements 9111140 # number of replacements
-system.cpu.dcache.tags.tagsinuse 4083.522356 # Cycle average of tags in use
-system.cpu.dcache.tags.total_refs 645855059 # Total number of references to valid blocks.
-system.cpu.dcache.tags.sampled_refs 9115236 # Sample count of references to valid blocks.
-system.cpu.dcache.tags.avg_refs 70.854453 # Average number of references to valid blocks.
-system.cpu.dcache.tags.warmup_cycle 25914401000 # Cycle when the warmup percentage was hit.
-system.cpu.dcache.tags.occ_blocks::cpu.data 4083.522356 # Average occupied blocks per requestor
-system.cpu.dcache.tags.occ_percent::cpu.data 0.996954 # Average percentage of cache occupancy
-system.cpu.dcache.tags.occ_percent::total 0.996954 # Average percentage of cache occupancy
+system.cpu.dcache.tags.replacements 9111140 # number of replacements
+system.cpu.dcache.tags.tagsinuse 4083.522356 # Cycle average of tags in use
+system.cpu.dcache.tags.total_refs 645855059 # Total number of references to valid blocks.
+system.cpu.dcache.tags.sampled_refs 9115236 # Sample count of references to valid blocks.
+system.cpu.dcache.tags.avg_refs 70.854453 # Average number of references to valid blocks.
+system.cpu.dcache.tags.warmup_cycle 25914401000 # Cycle when the warmup percentage was hit.
+system.cpu.dcache.tags.occ_blocks::cpu.data 4083.522356 # Average occupied blocks per requestor
+system.cpu.dcache.tags.occ_percent::cpu.data 0.996954 # Average percentage of cache occupancy
+system.cpu.dcache.tags.occ_percent::total 0.996954 # Average percentage of cache occupancy
system.cpu.dcache.ReadReq_hits::cpu.data 475158039 # number of ReadReq hits
system.cpu.dcache.ReadReq_hits::total 475158039 # number of ReadReq hits
system.cpu.dcache.WriteReq_hits::cpu.data 170696898 # number of WriteReq hits
@@ -445,12 +445,12 @@ system.cpu.toL2Bus.trans_dist::ReadResp 7226725 # Tr
system.cpu.toL2Bus.trans_dist::Writeback 3697418 # Transaction distribution
system.cpu.toL2Bus.trans_dist::ReadExReq 1889149 # Transaction distribution
system.cpu.toL2Bus.trans_dist::ReadExResp 1889149 # Transaction distribution
-system.cpu.toL2Bus.pkt_count_system.cpu.icache.mem_side 1276 # Packet count per connected master and slave (bytes)
-system.cpu.toL2Bus.pkt_count_system.cpu.dcache.mem_side 21927890 # Packet count per connected master and slave (bytes)
-system.cpu.toL2Bus.pkt_count 21929166 # Packet count per connected master and slave (bytes)
-system.cpu.toL2Bus.tot_pkt_size_system.cpu.icache.mem_side 40832 # Cumulative packet size per connected master and slave (bytes)
-system.cpu.toL2Bus.tot_pkt_size_system.cpu.dcache.mem_side 820009856 # Cumulative packet size per connected master and slave (bytes)
-system.cpu.toL2Bus.tot_pkt_size 820050688 # Cumulative packet size per connected master and slave (bytes)
+system.cpu.toL2Bus.pkt_count_system.cpu.icache.mem_side::system.cpu.l2cache.cpu_side 1276 # Packet count per connected master and slave (bytes)
+system.cpu.toL2Bus.pkt_count_system.cpu.dcache.mem_side::system.cpu.l2cache.cpu_side 21927890 # Packet count per connected master and slave (bytes)
+system.cpu.toL2Bus.pkt_count::total 21929166 # Packet count per connected master and slave (bytes)
+system.cpu.toL2Bus.tot_pkt_size_system.cpu.icache.mem_side::system.cpu.l2cache.cpu_side 40832 # Cumulative packet size per connected master and slave (bytes)
+system.cpu.toL2Bus.tot_pkt_size_system.cpu.dcache.mem_side::system.cpu.l2cache.cpu_side 820009856 # Cumulative packet size per connected master and slave (bytes)
+system.cpu.toL2Bus.tot_pkt_size::total 820050688 # Cumulative packet size per connected master and slave (bytes)
system.cpu.toL2Bus.data_through_bus 820050688 # Total data (bytes)
system.cpu.toL2Bus.snoop_data_through_bus 0 # Total snoop data (bytes)
system.cpu.toL2Bus.reqLayer0.occupancy 10104064000 # Layer occupancy (ticks)
diff --git a/tests/long/se/60.bzip2/ref/x86/linux/simple-timing/stats.txt b/tests/long/se/60.bzip2/ref/x86/linux/simple-timing/stats.txt
index cc029b4bd..776ec92d3 100644
--- a/tests/long/se/60.bzip2/ref/x86/linux/simple-timing/stats.txt
+++ b/tests/long/se/60.bzip2/ref/x86/linux/simple-timing/stats.txt
@@ -4,11 +4,11 @@ sim_seconds 5.882581 # Nu
sim_ticks 5882580526000 # Number of ticks simulated
final_tick 5882580526000 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
-host_inst_rate 548624 # Simulator instruction rate (inst/s)
-host_op_rate 854806 # Simulator op (including micro ops) rate (op/s)
-host_tick_rate 1072884756 # Simulator tick rate (ticks/s)
-host_mem_usage 295308 # Number of bytes of host memory used
-host_seconds 5482.96 # Real time elapsed on the host
+host_inst_rate 645050 # Simulator instruction rate (inst/s)
+host_op_rate 1005047 # Simulator op (including micro ops) rate (op/s)
+host_tick_rate 1261455450 # Simulator tick rate (ticks/s)
+host_mem_usage 245540 # Number of bytes of host memory used
+host_seconds 4663.33 # Real time elapsed on the host
sim_insts 3008081022 # Number of instructions simulated
sim_ops 4686862596 # Number of ops (including micro ops) simulated
system.physmem.bytes_read::cpu.inst 43200 # Number of bytes read from this memory
@@ -42,11 +42,9 @@ system.membus.trans_dist::ReadExReq 781295 # Tr
system.membus.trans_dist::ReadExResp 781295 # Transaction distribution
system.membus.pkt_count_system.cpu.l2cache.mem_side::system.physmem.port 4936239 # Packet count per connected master and slave (bytes)
system.membus.pkt_count_system.cpu.l2cache.mem_side::total 4936239 # Packet count per connected master and slave (bytes)
-system.membus.pkt_count::system.physmem.port 4936239 # Packet count per connected master and slave (bytes)
system.membus.pkt_count::total 4936239 # Packet count per connected master and slave (bytes)
system.membus.tot_pkt_size_system.cpu.l2cache.mem_side::system.physmem.port 190549120 # Cumulative packet size per connected master and slave (bytes)
system.membus.tot_pkt_size_system.cpu.l2cache.mem_side::total 190549120 # Cumulative packet size per connected master and slave (bytes)
-system.membus.tot_pkt_size::system.physmem.port 190549120 # Cumulative packet size per connected master and slave (bytes)
system.membus.tot_pkt_size::total 190549120 # Cumulative packet size per connected master and slave (bytes)
system.membus.data_through_bus 190549120 # Total data (bytes)
system.membus.snoop_data_through_bus 0 # Total snoop data (bytes)
@@ -77,15 +75,15 @@ system.cpu.num_idle_cycles 0 # Nu
system.cpu.num_busy_cycles 11765161052 # Number of busy cycles
system.cpu.not_idle_fraction 1 # Percentage of non-idle cycles
system.cpu.idle_fraction 0 # Percentage of idle cycles
-system.cpu.icache.tags.replacements 10 # number of replacements
-system.cpu.icache.tags.tagsinuse 555.705054 # Cycle average of tags in use
-system.cpu.icache.tags.total_refs 4013232208 # Total number of references to valid blocks.
-system.cpu.icache.tags.sampled_refs 675 # Sample count of references to valid blocks.
-system.cpu.icache.tags.avg_refs 5945529.197037 # Average number of references to valid blocks.
-system.cpu.icache.tags.warmup_cycle 0 # Cycle when the warmup percentage was hit.
-system.cpu.icache.tags.occ_blocks::cpu.inst 555.705054 # Average occupied blocks per requestor
-system.cpu.icache.tags.occ_percent::cpu.inst 0.271340 # Average percentage of cache occupancy
-system.cpu.icache.tags.occ_percent::total 0.271340 # Average percentage of cache occupancy
+system.cpu.icache.tags.replacements 10 # number of replacements
+system.cpu.icache.tags.tagsinuse 555.705054 # Cycle average of tags in use
+system.cpu.icache.tags.total_refs 4013232208 # Total number of references to valid blocks.
+system.cpu.icache.tags.sampled_refs 675 # Sample count of references to valid blocks.
+system.cpu.icache.tags.avg_refs 5945529.197037 # Average number of references to valid blocks.
+system.cpu.icache.tags.warmup_cycle 0 # Cycle when the warmup percentage was hit.
+system.cpu.icache.tags.occ_blocks::cpu.inst 555.705054 # Average occupied blocks per requestor
+system.cpu.icache.tags.occ_percent::cpu.inst 0.271340 # Average percentage of cache occupancy
+system.cpu.icache.tags.occ_percent::total 0.271340 # Average percentage of cache occupancy
system.cpu.icache.ReadReq_hits::cpu.inst 4013232208 # number of ReadReq hits
system.cpu.icache.ReadReq_hits::total 4013232208 # number of ReadReq hits
system.cpu.icache.demand_hits::cpu.inst 4013232208 # number of demand (read+write) hits
@@ -155,19 +153,19 @@ system.cpu.icache.demand_avg_mshr_miss_latency::total 53045.925926
system.cpu.icache.overall_avg_mshr_miss_latency::cpu.inst 53045.925926 # average overall mshr miss latency
system.cpu.icache.overall_avg_mshr_miss_latency::total 53045.925926 # average overall mshr miss latency
system.cpu.icache.no_allocate_misses 0 # Number of misses that were no-allocate
-system.cpu.l2cache.tags.replacements 1926197 # number of replacements
-system.cpu.l2cache.tags.tagsinuse 31136.249379 # Cycle average of tags in use
-system.cpu.l2cache.tags.total_refs 8965026 # Total number of references to valid blocks.
-system.cpu.l2cache.tags.sampled_refs 1955980 # Sample count of references to valid blocks.
-system.cpu.l2cache.tags.avg_refs 4.583393 # Average number of references to valid blocks.
-system.cpu.l2cache.tags.warmup_cycle 340768635000 # Cycle when the warmup percentage was hit.
+system.cpu.l2cache.tags.replacements 1926197 # number of replacements
+system.cpu.l2cache.tags.tagsinuse 31136.249379 # Cycle average of tags in use
+system.cpu.l2cache.tags.total_refs 8965026 # Total number of references to valid blocks.
+system.cpu.l2cache.tags.sampled_refs 1955980 # Sample count of references to valid blocks.
+system.cpu.l2cache.tags.avg_refs 4.583393 # Average number of references to valid blocks.
+system.cpu.l2cache.tags.warmup_cycle 340768635000 # Cycle when the warmup percentage was hit.
system.cpu.l2cache.tags.occ_blocks::writebacks 15396.795533 # Average occupied blocks per requestor
-system.cpu.l2cache.tags.occ_blocks::cpu.inst 25.641016 # Average occupied blocks per requestor
-system.cpu.l2cache.tags.occ_blocks::cpu.data 15713.812830 # Average occupied blocks per requestor
+system.cpu.l2cache.tags.occ_blocks::cpu.inst 25.641016 # Average occupied blocks per requestor
+system.cpu.l2cache.tags.occ_blocks::cpu.data 15713.812830 # Average occupied blocks per requestor
system.cpu.l2cache.tags.occ_percent::writebacks 0.469873 # Average percentage of cache occupancy
system.cpu.l2cache.tags.occ_percent::cpu.inst 0.000783 # Average percentage of cache occupancy
system.cpu.l2cache.tags.occ_percent::cpu.data 0.479548 # Average percentage of cache occupancy
-system.cpu.l2cache.tags.occ_percent::total 0.950203 # Average percentage of cache occupancy
+system.cpu.l2cache.tags.occ_percent::total 0.950203 # Average percentage of cache occupancy
system.cpu.l2cache.ReadReq_hits::cpu.data 6045911 # number of ReadReq hits
system.cpu.l2cache.ReadReq_hits::total 6045911 # number of ReadReq hits
system.cpu.l2cache.Writeback_hits::writebacks 3697956 # number of Writeback hits
@@ -290,15 +288,15 @@ system.cpu.l2cache.overall_avg_mshr_miss_latency::cpu.inst 40045.925926
system.cpu.l2cache.overall_avg_mshr_miss_latency::cpu.data 40000.064854 # average overall mshr miss latency
system.cpu.l2cache.overall_avg_mshr_miss_latency::total 40000.080657 # average overall mshr miss latency
system.cpu.l2cache.no_allocate_misses 0 # Number of misses that were no-allocate
-system.cpu.dcache.tags.replacements 9108581 # number of replacements
-system.cpu.dcache.tags.tagsinuse 4084.587030 # Cycle average of tags in use
-system.cpu.dcache.tags.total_refs 1668600407 # Total number of references to valid blocks.
-system.cpu.dcache.tags.sampled_refs 9112677 # Sample count of references to valid blocks.
-system.cpu.dcache.tags.avg_refs 183.107599 # Average number of references to valid blocks.
-system.cpu.dcache.tags.warmup_cycle 58853922000 # Cycle when the warmup percentage was hit.
-system.cpu.dcache.tags.occ_blocks::cpu.data 4084.587030 # Average occupied blocks per requestor
-system.cpu.dcache.tags.occ_percent::cpu.data 0.997214 # Average percentage of cache occupancy
-system.cpu.dcache.tags.occ_percent::total 0.997214 # Average percentage of cache occupancy
+system.cpu.dcache.tags.replacements 9108581 # number of replacements
+system.cpu.dcache.tags.tagsinuse 4084.587030 # Cycle average of tags in use
+system.cpu.dcache.tags.total_refs 1668600407 # Total number of references to valid blocks.
+system.cpu.dcache.tags.sampled_refs 9112677 # Sample count of references to valid blocks.
+system.cpu.dcache.tags.avg_refs 183.107599 # Average number of references to valid blocks.
+system.cpu.dcache.tags.warmup_cycle 58853922000 # Cycle when the warmup percentage was hit.
+system.cpu.dcache.tags.occ_blocks::cpu.data 4084.587030 # Average occupied blocks per requestor
+system.cpu.dcache.tags.occ_percent::cpu.data 0.997214 # Average percentage of cache occupancy
+system.cpu.dcache.tags.occ_percent::total 0.997214 # Average percentage of cache occupancy
system.cpu.dcache.ReadReq_hits::cpu.data 1231961896 # number of ReadReq hits
system.cpu.dcache.ReadReq_hits::total 1231961896 # number of ReadReq hits
system.cpu.dcache.WriteReq_hits::cpu.data 436638511 # number of WriteReq hits
@@ -396,12 +394,12 @@ system.cpu.toL2Bus.trans_dist::ReadResp 7223525 # Tr
system.cpu.toL2Bus.trans_dist::Writeback 3697956 # Transaction distribution
system.cpu.toL2Bus.trans_dist::ReadExReq 1889827 # Transaction distribution
system.cpu.toL2Bus.trans_dist::ReadExResp 1889827 # Transaction distribution
-system.cpu.toL2Bus.pkt_count_system.cpu.icache.mem_side 1350 # Packet count per connected master and slave (bytes)
-system.cpu.toL2Bus.pkt_count_system.cpu.dcache.mem_side 21923310 # Packet count per connected master and slave (bytes)
-system.cpu.toL2Bus.pkt_count 21924660 # Packet count per connected master and slave (bytes)
-system.cpu.toL2Bus.tot_pkt_size_system.cpu.icache.mem_side 43200 # Cumulative packet size per connected master and slave (bytes)
-system.cpu.toL2Bus.tot_pkt_size_system.cpu.dcache.mem_side 819880512 # Cumulative packet size per connected master and slave (bytes)
-system.cpu.toL2Bus.tot_pkt_size 819923712 # Cumulative packet size per connected master and slave (bytes)
+system.cpu.toL2Bus.pkt_count_system.cpu.icache.mem_side::system.cpu.l2cache.cpu_side 1350 # Packet count per connected master and slave (bytes)
+system.cpu.toL2Bus.pkt_count_system.cpu.dcache.mem_side::system.cpu.l2cache.cpu_side 21923310 # Packet count per connected master and slave (bytes)
+system.cpu.toL2Bus.pkt_count::total 21924660 # Packet count per connected master and slave (bytes)
+system.cpu.toL2Bus.tot_pkt_size_system.cpu.icache.mem_side::system.cpu.l2cache.cpu_side 43200 # Cumulative packet size per connected master and slave (bytes)
+system.cpu.toL2Bus.tot_pkt_size_system.cpu.dcache.mem_side::system.cpu.l2cache.cpu_side 819880512 # Cumulative packet size per connected master and slave (bytes)
+system.cpu.toL2Bus.tot_pkt_size::total 819923712 # Cumulative packet size per connected master and slave (bytes)
system.cpu.toL2Bus.data_through_bus 819923712 # Total data (bytes)
system.cpu.toL2Bus.snoop_data_through_bus 0 # Total snoop data (bytes)
system.cpu.toL2Bus.reqLayer0.occupancy 10103610000 # Layer occupancy (ticks)