stats.txt revision 9055
1
2---------- Begin Simulation Statistics ----------
3sim_seconds                                  0.000033                       # Number of seconds simulated
4sim_ticks                                    33007000                       # Number of ticks simulated
5final_tick                                   33007000                       # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
6sim_freq                                 1000000000000                       # Frequency of simulated ticks
7host_inst_rate                                 524144                       # Simulator instruction rate (inst/s)
8host_op_rate                                   523337                       # Simulator op (including micro ops) rate (op/s)
9host_tick_rate                             2693393609                       # Simulator tick rate (ticks/s)
10host_mem_usage                                 214140                       # Number of bytes of host memory used
11host_seconds                                     0.01                       # Real time elapsed on the host
12sim_insts                                        6404                       # Number of instructions simulated
13sim_ops                                          6404                       # Number of ops (including micro ops) simulated
14system.physmem.bytes_read::cpu.inst             17792                       # Number of bytes read from this memory
15system.physmem.bytes_read::cpu.data             10752                       # Number of bytes read from this memory
16system.physmem.bytes_read::total                28544                       # Number of bytes read from this memory
17system.physmem.bytes_inst_read::cpu.inst        17792                       # Number of instructions bytes read from this memory
18system.physmem.bytes_inst_read::total           17792                       # Number of instructions bytes read from this memory
19system.physmem.num_reads::cpu.inst                278                       # Number of read requests responded to by this memory
20system.physmem.num_reads::cpu.data                168                       # Number of read requests responded to by this memory
21system.physmem.num_reads::total                   446                       # Number of read requests responded to by this memory
22system.physmem.bw_read::cpu.inst            539037174                       # Total read bandwidth from this memory (bytes/s)
23system.physmem.bw_read::cpu.data            325749084                       # Total read bandwidth from this memory (bytes/s)
24system.physmem.bw_read::total               864786257                       # Total read bandwidth from this memory (bytes/s)
25system.physmem.bw_inst_read::cpu.inst       539037174                       # Instruction read bandwidth from this memory (bytes/s)
26system.physmem.bw_inst_read::total          539037174                       # Instruction read bandwidth from this memory (bytes/s)
27system.physmem.bw_total::cpu.inst           539037174                       # Total bandwidth to/from this memory (bytes/s)
28system.physmem.bw_total::cpu.data           325749084                       # Total bandwidth to/from this memory (bytes/s)
29system.physmem.bw_total::total              864786257                       # Total bandwidth to/from this memory (bytes/s)
30system.cpu.dtb.fetch_hits                           0                       # ITB hits
31system.cpu.dtb.fetch_misses                         0                       # ITB misses
32system.cpu.dtb.fetch_acv                            0                       # ITB acv
33system.cpu.dtb.fetch_accesses                       0                       # ITB accesses
34system.cpu.dtb.read_hits                         1185                       # DTB read hits
35system.cpu.dtb.read_misses                          7                       # DTB read misses
36system.cpu.dtb.read_acv                             0                       # DTB read access violations
37system.cpu.dtb.read_accesses                     1192                       # DTB read accesses
38system.cpu.dtb.write_hits                         865                       # DTB write hits
39system.cpu.dtb.write_misses                         3                       # DTB write misses
40system.cpu.dtb.write_acv                            0                       # DTB write access violations
41system.cpu.dtb.write_accesses                     868                       # DTB write accesses
42system.cpu.dtb.data_hits                         2050                       # DTB hits
43system.cpu.dtb.data_misses                         10                       # DTB misses
44system.cpu.dtb.data_acv                             0                       # DTB access violations
45system.cpu.dtb.data_accesses                     2060                       # DTB accesses
46system.cpu.itb.fetch_hits                        6415                       # ITB hits
47system.cpu.itb.fetch_misses                        17                       # ITB misses
48system.cpu.itb.fetch_acv                            0                       # ITB acv
49system.cpu.itb.fetch_accesses                    6432                       # ITB accesses
50system.cpu.itb.read_hits                            0                       # DTB read hits
51system.cpu.itb.read_misses                          0                       # DTB read misses
52system.cpu.itb.read_acv                             0                       # DTB read access violations
53system.cpu.itb.read_accesses                        0                       # DTB read accesses
54system.cpu.itb.write_hits                           0                       # DTB write hits
55system.cpu.itb.write_misses                         0                       # DTB write misses
56system.cpu.itb.write_acv                            0                       # DTB write access violations
57system.cpu.itb.write_accesses                       0                       # DTB write accesses
58system.cpu.itb.data_hits                            0                       # DTB hits
59system.cpu.itb.data_misses                          0                       # DTB misses
60system.cpu.itb.data_acv                             0                       # DTB access violations
61system.cpu.itb.data_accesses                        0                       # DTB accesses
62system.cpu.workload.num_syscalls                   17                       # Number of system calls
63system.cpu.numCycles                            66014                       # number of cpu cycles simulated
64system.cpu.numWorkItemsStarted                      0                       # number of work items this cpu started
65system.cpu.numWorkItemsCompleted                    0                       # number of work items this cpu completed
66system.cpu.committedInsts                        6404                       # Number of instructions committed
67system.cpu.committedOps                          6404                       # Number of ops (including micro ops) committed
68system.cpu.num_int_alu_accesses                  6331                       # Number of integer alu accesses
69system.cpu.num_fp_alu_accesses                     10                       # Number of float alu accesses
70system.cpu.num_func_calls                         251                       # number of times a function call or return occured
71system.cpu.num_conditional_control_insts          750                       # number of instructions that are conditional controls
72system.cpu.num_int_insts                         6331                       # number of integer instructions
73system.cpu.num_fp_insts                            10                       # number of float instructions
74system.cpu.num_int_register_reads                8304                       # number of times the integer registers were read
75system.cpu.num_int_register_writes               4581                       # number of times the integer registers were written
76system.cpu.num_fp_register_reads                    8                       # number of times the floating registers were read
77system.cpu.num_fp_register_writes                   2                       # number of times the floating registers were written
78system.cpu.num_mem_refs                          2060                       # number of memory refs
79system.cpu.num_load_insts                        1192                       # Number of load instructions
80system.cpu.num_store_insts                        868                       # Number of store instructions
81system.cpu.num_idle_cycles                          0                       # Number of idle cycles
82system.cpu.num_busy_cycles                      66014                       # Number of busy cycles
83system.cpu.not_idle_fraction                        1                       # Percentage of non-idle cycles
84system.cpu.idle_fraction                            0                       # Percentage of idle cycles
85system.cpu.icache.replacements                      0                       # number of replacements
86system.cpu.icache.tagsinuse                127.883393                       # Cycle average of tags in use
87system.cpu.icache.total_refs                     6136                       # Total number of references to valid blocks.
88system.cpu.icache.sampled_refs                    279                       # Sample count of references to valid blocks.
89system.cpu.icache.avg_refs                  21.992832                       # Average number of references to valid blocks.
90system.cpu.icache.warmup_cycle                      0                       # Cycle when the warmup percentage was hit.
91system.cpu.icache.occ_blocks::cpu.inst     127.883393                       # Average occupied blocks per requestor
92system.cpu.icache.occ_percent::cpu.inst      0.062443                       # Average percentage of cache occupancy
93system.cpu.icache.occ_percent::total         0.062443                       # Average percentage of cache occupancy
94system.cpu.icache.ReadReq_hits::cpu.inst         6136                       # number of ReadReq hits
95system.cpu.icache.ReadReq_hits::total            6136                       # number of ReadReq hits
96system.cpu.icache.demand_hits::cpu.inst          6136                       # number of demand (read+write) hits
97system.cpu.icache.demand_hits::total             6136                       # number of demand (read+write) hits
98system.cpu.icache.overall_hits::cpu.inst         6136                       # number of overall hits
99system.cpu.icache.overall_hits::total            6136                       # number of overall hits
100system.cpu.icache.ReadReq_misses::cpu.inst          279                       # number of ReadReq misses
101system.cpu.icache.ReadReq_misses::total           279                       # number of ReadReq misses
102system.cpu.icache.demand_misses::cpu.inst          279                       # number of demand (read+write) misses
103system.cpu.icache.demand_misses::total            279                       # number of demand (read+write) misses
104system.cpu.icache.overall_misses::cpu.inst          279                       # number of overall misses
105system.cpu.icache.overall_misses::total           279                       # number of overall misses
106system.cpu.icache.ReadReq_miss_latency::cpu.inst     15582000                       # number of ReadReq miss cycles
107system.cpu.icache.ReadReq_miss_latency::total     15582000                       # number of ReadReq miss cycles
108system.cpu.icache.demand_miss_latency::cpu.inst     15582000                       # number of demand (read+write) miss cycles
109system.cpu.icache.demand_miss_latency::total     15582000                       # number of demand (read+write) miss cycles
110system.cpu.icache.overall_miss_latency::cpu.inst     15582000                       # number of overall miss cycles
111system.cpu.icache.overall_miss_latency::total     15582000                       # number of overall miss cycles
112system.cpu.icache.ReadReq_accesses::cpu.inst         6415                       # number of ReadReq accesses(hits+misses)
113system.cpu.icache.ReadReq_accesses::total         6415                       # number of ReadReq accesses(hits+misses)
114system.cpu.icache.demand_accesses::cpu.inst         6415                       # number of demand (read+write) accesses
115system.cpu.icache.demand_accesses::total         6415                       # number of demand (read+write) accesses
116system.cpu.icache.overall_accesses::cpu.inst         6415                       # number of overall (read+write) accesses
117system.cpu.icache.overall_accesses::total         6415                       # number of overall (read+write) accesses
118system.cpu.icache.ReadReq_miss_rate::cpu.inst     0.043492                       # miss rate for ReadReq accesses
119system.cpu.icache.ReadReq_miss_rate::total     0.043492                       # miss rate for ReadReq accesses
120system.cpu.icache.demand_miss_rate::cpu.inst     0.043492                       # miss rate for demand accesses
121system.cpu.icache.demand_miss_rate::total     0.043492                       # miss rate for demand accesses
122system.cpu.icache.overall_miss_rate::cpu.inst     0.043492                       # miss rate for overall accesses
123system.cpu.icache.overall_miss_rate::total     0.043492                       # miss rate for overall accesses
124system.cpu.icache.ReadReq_avg_miss_latency::cpu.inst 55849.462366                       # average ReadReq miss latency
125system.cpu.icache.ReadReq_avg_miss_latency::total 55849.462366                       # average ReadReq miss latency
126system.cpu.icache.demand_avg_miss_latency::cpu.inst 55849.462366                       # average overall miss latency
127system.cpu.icache.demand_avg_miss_latency::total 55849.462366                       # average overall miss latency
128system.cpu.icache.overall_avg_miss_latency::cpu.inst 55849.462366                       # average overall miss latency
129system.cpu.icache.overall_avg_miss_latency::total 55849.462366                       # average overall miss latency
130system.cpu.icache.blocked_cycles::no_mshrs            0                       # number of cycles access was blocked
131system.cpu.icache.blocked_cycles::no_targets            0                       # number of cycles access was blocked
132system.cpu.icache.blocked::no_mshrs                 0                       # number of cycles access was blocked
133system.cpu.icache.blocked::no_targets               0                       # number of cycles access was blocked
134system.cpu.icache.avg_blocked_cycles::no_mshrs          nan                       # average number of cycles each access was blocked
135system.cpu.icache.avg_blocked_cycles::no_targets          nan                       # average number of cycles each access was blocked
136system.cpu.icache.fast_writes                       0                       # number of fast writes performed
137system.cpu.icache.cache_copies                      0                       # number of cache copies performed
138system.cpu.icache.ReadReq_mshr_misses::cpu.inst          279                       # number of ReadReq MSHR misses
139system.cpu.icache.ReadReq_mshr_misses::total          279                       # number of ReadReq MSHR misses
140system.cpu.icache.demand_mshr_misses::cpu.inst          279                       # number of demand (read+write) MSHR misses
141system.cpu.icache.demand_mshr_misses::total          279                       # number of demand (read+write) MSHR misses
142system.cpu.icache.overall_mshr_misses::cpu.inst          279                       # number of overall MSHR misses
143system.cpu.icache.overall_mshr_misses::total          279                       # number of overall MSHR misses
144system.cpu.icache.ReadReq_mshr_miss_latency::cpu.inst     14745000                       # number of ReadReq MSHR miss cycles
145system.cpu.icache.ReadReq_mshr_miss_latency::total     14745000                       # number of ReadReq MSHR miss cycles
146system.cpu.icache.demand_mshr_miss_latency::cpu.inst     14745000                       # number of demand (read+write) MSHR miss cycles
147system.cpu.icache.demand_mshr_miss_latency::total     14745000                       # number of demand (read+write) MSHR miss cycles
148system.cpu.icache.overall_mshr_miss_latency::cpu.inst     14745000                       # number of overall MSHR miss cycles
149system.cpu.icache.overall_mshr_miss_latency::total     14745000                       # number of overall MSHR miss cycles
150system.cpu.icache.ReadReq_mshr_miss_rate::cpu.inst     0.043492                       # mshr miss rate for ReadReq accesses
151system.cpu.icache.ReadReq_mshr_miss_rate::total     0.043492                       # mshr miss rate for ReadReq accesses
152system.cpu.icache.demand_mshr_miss_rate::cpu.inst     0.043492                       # mshr miss rate for demand accesses
153system.cpu.icache.demand_mshr_miss_rate::total     0.043492                       # mshr miss rate for demand accesses
154system.cpu.icache.overall_mshr_miss_rate::cpu.inst     0.043492                       # mshr miss rate for overall accesses
155system.cpu.icache.overall_mshr_miss_rate::total     0.043492                       # mshr miss rate for overall accesses
156system.cpu.icache.ReadReq_avg_mshr_miss_latency::cpu.inst 52849.462366                       # average ReadReq mshr miss latency
157system.cpu.icache.ReadReq_avg_mshr_miss_latency::total 52849.462366                       # average ReadReq mshr miss latency
158system.cpu.icache.demand_avg_mshr_miss_latency::cpu.inst 52849.462366                       # average overall mshr miss latency
159system.cpu.icache.demand_avg_mshr_miss_latency::total 52849.462366                       # average overall mshr miss latency
160system.cpu.icache.overall_avg_mshr_miss_latency::cpu.inst 52849.462366                       # average overall mshr miss latency
161system.cpu.icache.overall_avg_mshr_miss_latency::total 52849.462366                       # average overall mshr miss latency
162system.cpu.icache.no_allocate_misses                0                       # Number of misses that were no-allocate
163system.cpu.dcache.replacements                      0                       # number of replacements
164system.cpu.dcache.tagsinuse                103.680615                       # Cycle average of tags in use
165system.cpu.dcache.total_refs                     1882                       # Total number of references to valid blocks.
166system.cpu.dcache.sampled_refs                    168                       # Sample count of references to valid blocks.
167system.cpu.dcache.avg_refs                  11.202381                       # Average number of references to valid blocks.
168system.cpu.dcache.warmup_cycle                      0                       # Cycle when the warmup percentage was hit.
169system.cpu.dcache.occ_blocks::cpu.data     103.680615                       # Average occupied blocks per requestor
170system.cpu.dcache.occ_percent::cpu.data      0.025313                       # Average percentage of cache occupancy
171system.cpu.dcache.occ_percent::total         0.025313                       # Average percentage of cache occupancy
172system.cpu.dcache.ReadReq_hits::cpu.data         1090                       # number of ReadReq hits
173system.cpu.dcache.ReadReq_hits::total            1090                       # number of ReadReq hits
174system.cpu.dcache.WriteReq_hits::cpu.data          792                       # number of WriteReq hits
175system.cpu.dcache.WriteReq_hits::total            792                       # number of WriteReq hits
176system.cpu.dcache.demand_hits::cpu.data          1882                       # number of demand (read+write) hits
177system.cpu.dcache.demand_hits::total             1882                       # number of demand (read+write) hits
178system.cpu.dcache.overall_hits::cpu.data         1882                       # number of overall hits
179system.cpu.dcache.overall_hits::total            1882                       # number of overall hits
180system.cpu.dcache.ReadReq_misses::cpu.data           95                       # number of ReadReq misses
181system.cpu.dcache.ReadReq_misses::total            95                       # number of ReadReq misses
182system.cpu.dcache.WriteReq_misses::cpu.data           73                       # number of WriteReq misses
183system.cpu.dcache.WriteReq_misses::total           73                       # number of WriteReq misses
184system.cpu.dcache.demand_misses::cpu.data          168                       # number of demand (read+write) misses
185system.cpu.dcache.demand_misses::total            168                       # number of demand (read+write) misses
186system.cpu.dcache.overall_misses::cpu.data          168                       # number of overall misses
187system.cpu.dcache.overall_misses::total           168                       # number of overall misses
188system.cpu.dcache.ReadReq_miss_latency::cpu.data      5320000                       # number of ReadReq miss cycles
189system.cpu.dcache.ReadReq_miss_latency::total      5320000                       # number of ReadReq miss cycles
190system.cpu.dcache.WriteReq_miss_latency::cpu.data      4088000                       # number of WriteReq miss cycles
191system.cpu.dcache.WriteReq_miss_latency::total      4088000                       # number of WriteReq miss cycles
192system.cpu.dcache.demand_miss_latency::cpu.data      9408000                       # number of demand (read+write) miss cycles
193system.cpu.dcache.demand_miss_latency::total      9408000                       # number of demand (read+write) miss cycles
194system.cpu.dcache.overall_miss_latency::cpu.data      9408000                       # number of overall miss cycles
195system.cpu.dcache.overall_miss_latency::total      9408000                       # number of overall miss cycles
196system.cpu.dcache.ReadReq_accesses::cpu.data         1185                       # number of ReadReq accesses(hits+misses)
197system.cpu.dcache.ReadReq_accesses::total         1185                       # number of ReadReq accesses(hits+misses)
198system.cpu.dcache.WriteReq_accesses::cpu.data          865                       # number of WriteReq accesses(hits+misses)
199system.cpu.dcache.WriteReq_accesses::total          865                       # number of WriteReq accesses(hits+misses)
200system.cpu.dcache.demand_accesses::cpu.data         2050                       # number of demand (read+write) accesses
201system.cpu.dcache.demand_accesses::total         2050                       # number of demand (read+write) accesses
202system.cpu.dcache.overall_accesses::cpu.data         2050                       # number of overall (read+write) accesses
203system.cpu.dcache.overall_accesses::total         2050                       # number of overall (read+write) accesses
204system.cpu.dcache.ReadReq_miss_rate::cpu.data     0.080169                       # miss rate for ReadReq accesses
205system.cpu.dcache.ReadReq_miss_rate::total     0.080169                       # miss rate for ReadReq accesses
206system.cpu.dcache.WriteReq_miss_rate::cpu.data     0.084393                       # miss rate for WriteReq accesses
207system.cpu.dcache.WriteReq_miss_rate::total     0.084393                       # miss rate for WriteReq accesses
208system.cpu.dcache.demand_miss_rate::cpu.data     0.081951                       # miss rate for demand accesses
209system.cpu.dcache.demand_miss_rate::total     0.081951                       # miss rate for demand accesses
210system.cpu.dcache.overall_miss_rate::cpu.data     0.081951                       # miss rate for overall accesses
211system.cpu.dcache.overall_miss_rate::total     0.081951                       # miss rate for overall accesses
212system.cpu.dcache.ReadReq_avg_miss_latency::cpu.data        56000                       # average ReadReq miss latency
213system.cpu.dcache.ReadReq_avg_miss_latency::total        56000                       # average ReadReq miss latency
214system.cpu.dcache.WriteReq_avg_miss_latency::cpu.data        56000                       # average WriteReq miss latency
215system.cpu.dcache.WriteReq_avg_miss_latency::total        56000                       # average WriteReq miss latency
216system.cpu.dcache.demand_avg_miss_latency::cpu.data        56000                       # average overall miss latency
217system.cpu.dcache.demand_avg_miss_latency::total        56000                       # average overall miss latency
218system.cpu.dcache.overall_avg_miss_latency::cpu.data        56000                       # average overall miss latency
219system.cpu.dcache.overall_avg_miss_latency::total        56000                       # average overall miss latency
220system.cpu.dcache.blocked_cycles::no_mshrs            0                       # number of cycles access was blocked
221system.cpu.dcache.blocked_cycles::no_targets            0                       # number of cycles access was blocked
222system.cpu.dcache.blocked::no_mshrs                 0                       # number of cycles access was blocked
223system.cpu.dcache.blocked::no_targets               0                       # number of cycles access was blocked
224system.cpu.dcache.avg_blocked_cycles::no_mshrs          nan                       # average number of cycles each access was blocked
225system.cpu.dcache.avg_blocked_cycles::no_targets          nan                       # average number of cycles each access was blocked
226system.cpu.dcache.fast_writes                       0                       # number of fast writes performed
227system.cpu.dcache.cache_copies                      0                       # number of cache copies performed
228system.cpu.dcache.ReadReq_mshr_misses::cpu.data           95                       # number of ReadReq MSHR misses
229system.cpu.dcache.ReadReq_mshr_misses::total           95                       # number of ReadReq MSHR misses
230system.cpu.dcache.WriteReq_mshr_misses::cpu.data           73                       # number of WriteReq MSHR misses
231system.cpu.dcache.WriteReq_mshr_misses::total           73                       # number of WriteReq MSHR misses
232system.cpu.dcache.demand_mshr_misses::cpu.data          168                       # number of demand (read+write) MSHR misses
233system.cpu.dcache.demand_mshr_misses::total          168                       # number of demand (read+write) MSHR misses
234system.cpu.dcache.overall_mshr_misses::cpu.data          168                       # number of overall MSHR misses
235system.cpu.dcache.overall_mshr_misses::total          168                       # number of overall MSHR misses
236system.cpu.dcache.ReadReq_mshr_miss_latency::cpu.data      5035000                       # number of ReadReq MSHR miss cycles
237system.cpu.dcache.ReadReq_mshr_miss_latency::total      5035000                       # number of ReadReq MSHR miss cycles
238system.cpu.dcache.WriteReq_mshr_miss_latency::cpu.data      3869000                       # number of WriteReq MSHR miss cycles
239system.cpu.dcache.WriteReq_mshr_miss_latency::total      3869000                       # number of WriteReq MSHR miss cycles
240system.cpu.dcache.demand_mshr_miss_latency::cpu.data      8904000                       # number of demand (read+write) MSHR miss cycles
241system.cpu.dcache.demand_mshr_miss_latency::total      8904000                       # number of demand (read+write) MSHR miss cycles
242system.cpu.dcache.overall_mshr_miss_latency::cpu.data      8904000                       # number of overall MSHR miss cycles
243system.cpu.dcache.overall_mshr_miss_latency::total      8904000                       # number of overall MSHR miss cycles
244system.cpu.dcache.ReadReq_mshr_miss_rate::cpu.data     0.080169                       # mshr miss rate for ReadReq accesses
245system.cpu.dcache.ReadReq_mshr_miss_rate::total     0.080169                       # mshr miss rate for ReadReq accesses
246system.cpu.dcache.WriteReq_mshr_miss_rate::cpu.data     0.084393                       # mshr miss rate for WriteReq accesses
247system.cpu.dcache.WriteReq_mshr_miss_rate::total     0.084393                       # mshr miss rate for WriteReq accesses
248system.cpu.dcache.demand_mshr_miss_rate::cpu.data     0.081951                       # mshr miss rate for demand accesses
249system.cpu.dcache.demand_mshr_miss_rate::total     0.081951                       # mshr miss rate for demand accesses
250system.cpu.dcache.overall_mshr_miss_rate::cpu.data     0.081951                       # mshr miss rate for overall accesses
251system.cpu.dcache.overall_mshr_miss_rate::total     0.081951                       # mshr miss rate for overall accesses
252system.cpu.dcache.ReadReq_avg_mshr_miss_latency::cpu.data        53000                       # average ReadReq mshr miss latency
253system.cpu.dcache.ReadReq_avg_mshr_miss_latency::total        53000                       # average ReadReq mshr miss latency
254system.cpu.dcache.WriteReq_avg_mshr_miss_latency::cpu.data        53000                       # average WriteReq mshr miss latency
255system.cpu.dcache.WriteReq_avg_mshr_miss_latency::total        53000                       # average WriteReq mshr miss latency
256system.cpu.dcache.demand_avg_mshr_miss_latency::cpu.data        53000                       # average overall mshr miss latency
257system.cpu.dcache.demand_avg_mshr_miss_latency::total        53000                       # average overall mshr miss latency
258system.cpu.dcache.overall_avg_mshr_miss_latency::cpu.data        53000                       # average overall mshr miss latency
259system.cpu.dcache.overall_avg_mshr_miss_latency::total        53000                       # average overall mshr miss latency
260system.cpu.dcache.no_allocate_misses                0                       # Number of misses that were no-allocate
261system.cpu.l2cache.replacements                     0                       # number of replacements
262system.cpu.l2cache.tagsinuse               184.342479                       # Cycle average of tags in use
263system.cpu.l2cache.total_refs                       1                       # Total number of references to valid blocks.
264system.cpu.l2cache.sampled_refs                   373                       # Sample count of references to valid blocks.
265system.cpu.l2cache.avg_refs                  0.002681                       # Average number of references to valid blocks.
266system.cpu.l2cache.warmup_cycle                     0                       # Cycle when the warmup percentage was hit.
267system.cpu.l2cache.occ_blocks::cpu.inst    127.900723                       # Average occupied blocks per requestor
268system.cpu.l2cache.occ_blocks::cpu.data     56.441756                       # Average occupied blocks per requestor
269system.cpu.l2cache.occ_percent::cpu.inst     0.003903                       # Average percentage of cache occupancy
270system.cpu.l2cache.occ_percent::cpu.data     0.001722                       # Average percentage of cache occupancy
271system.cpu.l2cache.occ_percent::total        0.005626                       # Average percentage of cache occupancy
272system.cpu.l2cache.ReadReq_hits::cpu.inst            1                       # number of ReadReq hits
273system.cpu.l2cache.ReadReq_hits::total              1                       # number of ReadReq hits
274system.cpu.l2cache.demand_hits::cpu.inst            1                       # number of demand (read+write) hits
275system.cpu.l2cache.demand_hits::total               1                       # number of demand (read+write) hits
276system.cpu.l2cache.overall_hits::cpu.inst            1                       # number of overall hits
277system.cpu.l2cache.overall_hits::total              1                       # number of overall hits
278system.cpu.l2cache.ReadReq_misses::cpu.inst          278                       # number of ReadReq misses
279system.cpu.l2cache.ReadReq_misses::cpu.data           95                       # number of ReadReq misses
280system.cpu.l2cache.ReadReq_misses::total          373                       # number of ReadReq misses
281system.cpu.l2cache.ReadExReq_misses::cpu.data           73                       # number of ReadExReq misses
282system.cpu.l2cache.ReadExReq_misses::total           73                       # number of ReadExReq misses
283system.cpu.l2cache.demand_misses::cpu.inst          278                       # number of demand (read+write) misses
284system.cpu.l2cache.demand_misses::cpu.data          168                       # number of demand (read+write) misses
285system.cpu.l2cache.demand_misses::total           446                       # number of demand (read+write) misses
286system.cpu.l2cache.overall_misses::cpu.inst          278                       # number of overall misses
287system.cpu.l2cache.overall_misses::cpu.data          168                       # number of overall misses
288system.cpu.l2cache.overall_misses::total          446                       # number of overall misses
289system.cpu.l2cache.ReadReq_miss_latency::cpu.inst     14456000                       # number of ReadReq miss cycles
290system.cpu.l2cache.ReadReq_miss_latency::cpu.data      4940000                       # number of ReadReq miss cycles
291system.cpu.l2cache.ReadReq_miss_latency::total     19396000                       # number of ReadReq miss cycles
292system.cpu.l2cache.ReadExReq_miss_latency::cpu.data      3796000                       # number of ReadExReq miss cycles
293system.cpu.l2cache.ReadExReq_miss_latency::total      3796000                       # number of ReadExReq miss cycles
294system.cpu.l2cache.demand_miss_latency::cpu.inst     14456000                       # number of demand (read+write) miss cycles
295system.cpu.l2cache.demand_miss_latency::cpu.data      8736000                       # number of demand (read+write) miss cycles
296system.cpu.l2cache.demand_miss_latency::total     23192000                       # number of demand (read+write) miss cycles
297system.cpu.l2cache.overall_miss_latency::cpu.inst     14456000                       # number of overall miss cycles
298system.cpu.l2cache.overall_miss_latency::cpu.data      8736000                       # number of overall miss cycles
299system.cpu.l2cache.overall_miss_latency::total     23192000                       # number of overall miss cycles
300system.cpu.l2cache.ReadReq_accesses::cpu.inst          279                       # number of ReadReq accesses(hits+misses)
301system.cpu.l2cache.ReadReq_accesses::cpu.data           95                       # number of ReadReq accesses(hits+misses)
302system.cpu.l2cache.ReadReq_accesses::total          374                       # number of ReadReq accesses(hits+misses)
303system.cpu.l2cache.ReadExReq_accesses::cpu.data           73                       # number of ReadExReq accesses(hits+misses)
304system.cpu.l2cache.ReadExReq_accesses::total           73                       # number of ReadExReq accesses(hits+misses)
305system.cpu.l2cache.demand_accesses::cpu.inst          279                       # number of demand (read+write) accesses
306system.cpu.l2cache.demand_accesses::cpu.data          168                       # number of demand (read+write) accesses
307system.cpu.l2cache.demand_accesses::total          447                       # number of demand (read+write) accesses
308system.cpu.l2cache.overall_accesses::cpu.inst          279                       # number of overall (read+write) accesses
309system.cpu.l2cache.overall_accesses::cpu.data          168                       # number of overall (read+write) accesses
310system.cpu.l2cache.overall_accesses::total          447                       # number of overall (read+write) accesses
311system.cpu.l2cache.ReadReq_miss_rate::cpu.inst     0.996416                       # miss rate for ReadReq accesses
312system.cpu.l2cache.ReadReq_miss_rate::cpu.data            1                       # miss rate for ReadReq accesses
313system.cpu.l2cache.ReadReq_miss_rate::total     0.997326                       # miss rate for ReadReq accesses
314system.cpu.l2cache.ReadExReq_miss_rate::cpu.data            1                       # miss rate for ReadExReq accesses
315system.cpu.l2cache.ReadExReq_miss_rate::total            1                       # miss rate for ReadExReq accesses
316system.cpu.l2cache.demand_miss_rate::cpu.inst     0.996416                       # miss rate for demand accesses
317system.cpu.l2cache.demand_miss_rate::cpu.data            1                       # miss rate for demand accesses
318system.cpu.l2cache.demand_miss_rate::total     0.997763                       # miss rate for demand accesses
319system.cpu.l2cache.overall_miss_rate::cpu.inst     0.996416                       # miss rate for overall accesses
320system.cpu.l2cache.overall_miss_rate::cpu.data            1                       # miss rate for overall accesses
321system.cpu.l2cache.overall_miss_rate::total     0.997763                       # miss rate for overall accesses
322system.cpu.l2cache.ReadReq_avg_miss_latency::cpu.inst        52000                       # average ReadReq miss latency
323system.cpu.l2cache.ReadReq_avg_miss_latency::cpu.data        52000                       # average ReadReq miss latency
324system.cpu.l2cache.ReadReq_avg_miss_latency::total        52000                       # average ReadReq miss latency
325system.cpu.l2cache.ReadExReq_avg_miss_latency::cpu.data        52000                       # average ReadExReq miss latency
326system.cpu.l2cache.ReadExReq_avg_miss_latency::total        52000                       # average ReadExReq miss latency
327system.cpu.l2cache.demand_avg_miss_latency::cpu.inst        52000                       # average overall miss latency
328system.cpu.l2cache.demand_avg_miss_latency::cpu.data        52000                       # average overall miss latency
329system.cpu.l2cache.demand_avg_miss_latency::total        52000                       # average overall miss latency
330system.cpu.l2cache.overall_avg_miss_latency::cpu.inst        52000                       # average overall miss latency
331system.cpu.l2cache.overall_avg_miss_latency::cpu.data        52000                       # average overall miss latency
332system.cpu.l2cache.overall_avg_miss_latency::total        52000                       # average overall miss latency
333system.cpu.l2cache.blocked_cycles::no_mshrs            0                       # number of cycles access was blocked
334system.cpu.l2cache.blocked_cycles::no_targets            0                       # number of cycles access was blocked
335system.cpu.l2cache.blocked::no_mshrs                0                       # number of cycles access was blocked
336system.cpu.l2cache.blocked::no_targets              0                       # number of cycles access was blocked
337system.cpu.l2cache.avg_blocked_cycles::no_mshrs          nan                       # average number of cycles each access was blocked
338system.cpu.l2cache.avg_blocked_cycles::no_targets          nan                       # average number of cycles each access was blocked
339system.cpu.l2cache.fast_writes                      0                       # number of fast writes performed
340system.cpu.l2cache.cache_copies                     0                       # number of cache copies performed
341system.cpu.l2cache.ReadReq_mshr_misses::cpu.inst          278                       # number of ReadReq MSHR misses
342system.cpu.l2cache.ReadReq_mshr_misses::cpu.data           95                       # number of ReadReq MSHR misses
343system.cpu.l2cache.ReadReq_mshr_misses::total          373                       # number of ReadReq MSHR misses
344system.cpu.l2cache.ReadExReq_mshr_misses::cpu.data           73                       # number of ReadExReq MSHR misses
345system.cpu.l2cache.ReadExReq_mshr_misses::total           73                       # number of ReadExReq MSHR misses
346system.cpu.l2cache.demand_mshr_misses::cpu.inst          278                       # number of demand (read+write) MSHR misses
347system.cpu.l2cache.demand_mshr_misses::cpu.data          168                       # number of demand (read+write) MSHR misses
348system.cpu.l2cache.demand_mshr_misses::total          446                       # number of demand (read+write) MSHR misses
349system.cpu.l2cache.overall_mshr_misses::cpu.inst          278                       # number of overall MSHR misses
350system.cpu.l2cache.overall_mshr_misses::cpu.data          168                       # number of overall MSHR misses
351system.cpu.l2cache.overall_mshr_misses::total          446                       # number of overall MSHR misses
352system.cpu.l2cache.ReadReq_mshr_miss_latency::cpu.inst     11120000                       # number of ReadReq MSHR miss cycles
353system.cpu.l2cache.ReadReq_mshr_miss_latency::cpu.data      3800000                       # number of ReadReq MSHR miss cycles
354system.cpu.l2cache.ReadReq_mshr_miss_latency::total     14920000                       # number of ReadReq MSHR miss cycles
355system.cpu.l2cache.ReadExReq_mshr_miss_latency::cpu.data      2920000                       # number of ReadExReq MSHR miss cycles
356system.cpu.l2cache.ReadExReq_mshr_miss_latency::total      2920000                       # number of ReadExReq MSHR miss cycles
357system.cpu.l2cache.demand_mshr_miss_latency::cpu.inst     11120000                       # number of demand (read+write) MSHR miss cycles
358system.cpu.l2cache.demand_mshr_miss_latency::cpu.data      6720000                       # number of demand (read+write) MSHR miss cycles
359system.cpu.l2cache.demand_mshr_miss_latency::total     17840000                       # number of demand (read+write) MSHR miss cycles
360system.cpu.l2cache.overall_mshr_miss_latency::cpu.inst     11120000                       # number of overall MSHR miss cycles
361system.cpu.l2cache.overall_mshr_miss_latency::cpu.data      6720000                       # number of overall MSHR miss cycles
362system.cpu.l2cache.overall_mshr_miss_latency::total     17840000                       # number of overall MSHR miss cycles
363system.cpu.l2cache.ReadReq_mshr_miss_rate::cpu.inst     0.996416                       # mshr miss rate for ReadReq accesses
364system.cpu.l2cache.ReadReq_mshr_miss_rate::cpu.data            1                       # mshr miss rate for ReadReq accesses
365system.cpu.l2cache.ReadReq_mshr_miss_rate::total     0.997326                       # mshr miss rate for ReadReq accesses
366system.cpu.l2cache.ReadExReq_mshr_miss_rate::cpu.data            1                       # mshr miss rate for ReadExReq accesses
367system.cpu.l2cache.ReadExReq_mshr_miss_rate::total            1                       # mshr miss rate for ReadExReq accesses
368system.cpu.l2cache.demand_mshr_miss_rate::cpu.inst     0.996416                       # mshr miss rate for demand accesses
369system.cpu.l2cache.demand_mshr_miss_rate::cpu.data            1                       # mshr miss rate for demand accesses
370system.cpu.l2cache.demand_mshr_miss_rate::total     0.997763                       # mshr miss rate for demand accesses
371system.cpu.l2cache.overall_mshr_miss_rate::cpu.inst     0.996416                       # mshr miss rate for overall accesses
372system.cpu.l2cache.overall_mshr_miss_rate::cpu.data            1                       # mshr miss rate for overall accesses
373system.cpu.l2cache.overall_mshr_miss_rate::total     0.997763                       # mshr miss rate for overall accesses
374system.cpu.l2cache.ReadReq_avg_mshr_miss_latency::cpu.inst        40000                       # average ReadReq mshr miss latency
375system.cpu.l2cache.ReadReq_avg_mshr_miss_latency::cpu.data        40000                       # average ReadReq mshr miss latency
376system.cpu.l2cache.ReadReq_avg_mshr_miss_latency::total        40000                       # average ReadReq mshr miss latency
377system.cpu.l2cache.ReadExReq_avg_mshr_miss_latency::cpu.data        40000                       # average ReadExReq mshr miss latency
378system.cpu.l2cache.ReadExReq_avg_mshr_miss_latency::total        40000                       # average ReadExReq mshr miss latency
379system.cpu.l2cache.demand_avg_mshr_miss_latency::cpu.inst        40000                       # average overall mshr miss latency
380system.cpu.l2cache.demand_avg_mshr_miss_latency::cpu.data        40000                       # average overall mshr miss latency
381system.cpu.l2cache.demand_avg_mshr_miss_latency::total        40000                       # average overall mshr miss latency
382system.cpu.l2cache.overall_avg_mshr_miss_latency::cpu.inst        40000                       # average overall mshr miss latency
383system.cpu.l2cache.overall_avg_mshr_miss_latency::cpu.data        40000                       # average overall mshr miss latency
384system.cpu.l2cache.overall_avg_mshr_miss_latency::total        40000                       # average overall mshr miss latency
385system.cpu.l2cache.no_allocate_misses               0                       # Number of misses that were no-allocate
386
387---------- End Simulation Statistics   ----------
388