summaryrefslogtreecommitdiff
path: root/tests/quick/fs/10.linux-boot/ref/arm/linux/realview64-simple-timing-dual/stats.txt
blob: cd0cb8f1778d5312355bd61e5d3ef66fd54280d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222

---------- Begin Simulation Statistics ----------
sim_seconds                                 47.410782                       # Number of seconds simulated
sim_ticks                                47410781652000                       # Number of ticks simulated
final_tick                               47410781652000                       # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq                                 1000000000000                       # Frequency of simulated ticks
host_inst_rate                                 787433                       # Simulator instruction rate (inst/s)
host_op_rate                                   926573                       # Simulator op (including micro ops) rate (op/s)
host_tick_rate                            41969003911                       # Simulator tick rate (ticks/s)
host_mem_usage                                 699232                       # Number of bytes of host memory used
host_seconds                                  1129.66                       # Real time elapsed on the host
sim_insts                                   889532971                       # Number of instructions simulated
sim_ops                                    1046714541                       # Number of ops (including micro ops) simulated
system.voltage_domain.voltage                       1                       # Voltage in Volts
system.clk_domain.clock                          1000                       # Clock period in ticks
system.physmem.bytes_read::cpu0.dtb.walker       154432                       # Number of bytes read from this memory
system.physmem.bytes_read::cpu0.itb.walker       156800                       # Number of bytes read from this memory
system.physmem.bytes_read::cpu0.inst          3551860                       # Number of bytes read from this memory
system.physmem.bytes_read::cpu0.data         14084888                       # Number of bytes read from this memory
system.physmem.bytes_read::cpu0.l2cache.prefetcher     14587840                       # Number of bytes read from this memory
system.physmem.bytes_read::cpu1.dtb.walker        66560                       # Number of bytes read from this memory
system.physmem.bytes_read::cpu1.itb.walker        59904                       # Number of bytes read from this memory
system.physmem.bytes_read::cpu1.inst          2809592                       # Number of bytes read from this memory
system.physmem.bytes_read::cpu1.data          8562400                       # Number of bytes read from this memory
system.physmem.bytes_read::cpu1.l2cache.prefetcher     11943680                       # Number of bytes read from this memory
system.physmem.bytes_read::realview.ide        428992                       # Number of bytes read from this memory
system.physmem.bytes_read::total             56406948                       # Number of bytes read from this memory
system.physmem.bytes_inst_read::cpu0.inst      3551860                       # Number of instructions bytes read from this memory
system.physmem.bytes_inst_read::cpu1.inst      2809592                       # Number of instructions bytes read from this memory
system.physmem.bytes_inst_read::total         6361452                       # Number of instructions bytes read from this memory
system.physmem.bytes_written::writebacks     74353408                       # Number of bytes written to this memory
system.physmem.bytes_written::cpu0.data         20812                       # Number of bytes written to this memory
system.physmem.bytes_written::cpu1.data             4                       # Number of bytes written to this memory
system.physmem.bytes_written::total          74374224                       # Number of bytes written to this memory
system.physmem.num_reads::cpu0.dtb.walker         2413                       # Number of read requests responded to by this memory
system.physmem.num_reads::cpu0.itb.walker         2450                       # Number of read requests responded to by this memory
system.physmem.num_reads::cpu0.inst             95905                       # Number of read requests responded to by this memory
system.physmem.num_reads::cpu0.data            220098                       # Number of read requests responded to by this memory
system.physmem.num_reads::cpu0.l2cache.prefetcher       227935                       # Number of read requests responded to by this memory
system.physmem.num_reads::cpu1.dtb.walker         1040                       # Number of read requests responded to by this memory
system.physmem.num_reads::cpu1.itb.walker          936                       # Number of read requests responded to by this memory
system.physmem.num_reads::cpu1.inst             43988                       # Number of read requests responded to by this memory
system.physmem.num_reads::cpu1.data            133802                       # Number of read requests responded to by this memory
system.physmem.num_reads::cpu1.l2cache.prefetcher       186620                       # Number of read requests responded to by this memory
system.physmem.num_reads::realview.ide           6703                       # Number of read requests responded to by this memory
system.physmem.num_reads::total                921890                       # Number of read requests responded to by this memory
system.physmem.num_writes::writebacks         1161772                       # Number of write requests responded to by this memory
system.physmem.num_writes::cpu0.data             2602                       # Number of write requests responded to by this memory
system.physmem.num_writes::cpu1.data                1                       # Number of write requests responded to by this memory
system.physmem.num_writes::total              1164375                       # Number of write requests responded to by this memory
system.physmem.bw_read::cpu0.dtb.walker          3257                       # Total read bandwidth from this memory (bytes/s)
system.physmem.bw_read::cpu0.itb.walker          3307                       # Total read bandwidth from this memory (bytes/s)
system.physmem.bw_read::cpu0.inst               74917                       # Total read bandwidth from this memory (bytes/s)
system.physmem.bw_read::cpu0.data              297082                       # Total read bandwidth from this memory (bytes/s)
system.physmem.bw_read::cpu0.l2cache.prefetcher       307690                       # Total read bandwidth from this memory (bytes/s)
system.physmem.bw_read::cpu1.dtb.walker          1404                       # Total read bandwidth from this memory (bytes/s)
system.physmem.bw_read::cpu1.itb.walker          1264                       # Total read bandwidth from this memory (bytes/s)
system.physmem.bw_read::cpu1.inst               59261                       # Total read bandwidth from this memory (bytes/s)
system.physmem.bw_read::cpu1.data              180600                       # Total read bandwidth from this memory (bytes/s)
system.physmem.bw_read::cpu1.l2cache.prefetcher       251919                       # Total read bandwidth from this memory (bytes/s)
system.physmem.bw_read::realview.ide             9048                       # Total read bandwidth from this memory (bytes/s)
system.physmem.bw_read::total                 1189749                       # Total read bandwidth from this memory (bytes/s)
system.physmem.bw_inst_read::cpu0.inst          74917                       # Instruction read bandwidth from this memory (bytes/s)
system.physmem.bw_inst_read::cpu1.inst          59261                       # Instruction read bandwidth from this memory (bytes/s)
system.physmem.bw_inst_read::total             134177                       # Instruction read bandwidth from this memory (bytes/s)
system.physmem.bw_write::writebacks           1568281                       # Write bandwidth from this memory (bytes/s)
system.physmem.bw_write::cpu0.data                439                       # Write bandwidth from this memory (bytes/s)
system.physmem.bw_write::cpu1.data                  0                       # Write bandwidth from this memory (bytes/s)
system.physmem.bw_write::total                1568720                       # Write bandwidth from this memory (bytes/s)
system.physmem.bw_total::writebacks           1568281                       # Total bandwidth to/from this memory (bytes/s)
system.physmem.bw_total::cpu0.dtb.walker         3257                       # Total bandwidth to/from this memory (bytes/s)
system.physmem.bw_total::cpu0.itb.walker         3307                       # Total bandwidth to/from this memory (bytes/s)
system.physmem.bw_total::cpu0.inst              74917                       # Total bandwidth to/from this memory (bytes/s)
system.physmem.bw_total::cpu0.data             297521                       # Total bandwidth to/from this memory (bytes/s)
system.physmem.bw_total::cpu0.l2cache.prefetcher       307690                       # Total bandwidth to/from this memory (bytes/s)
system.physmem.bw_total::cpu1.dtb.walker         1404                       # Total bandwidth to/from this memory (bytes/s)
system.physmem.bw_total::cpu1.itb.walker         1264                       # Total bandwidth to/from this memory (bytes/s)
system.physmem.bw_total::cpu1.inst              59261                       # Total bandwidth to/from this memory (bytes/s)
system.physmem.bw_total::cpu1.data             180600                       # Total bandwidth to/from this memory (bytes/s)
system.physmem.bw_total::cpu1.l2cache.prefetcher       251919                       # Total bandwidth to/from this memory (bytes/s)
system.physmem.bw_total::realview.ide            9048                       # Total bandwidth to/from this memory (bytes/s)
system.physmem.bw_total::total                2758469                       # Total bandwidth to/from this memory (bytes/s)
system.physmem.readReqs                        921890                       # Number of read requests accepted
system.physmem.writeReqs                      1829645                       # Number of write requests accepted
system.physmem.readBursts                      921890                       # Number of DRAM read bursts, including those serviced by the write queue
system.physmem.writeBursts                    1829645                       # Number of DRAM write bursts, including those merged in the write queue
system.physmem.bytesReadDRAM                 58978368                       # Total number of bytes read from DRAM
system.physmem.bytesReadWrQ                     22592                       # Total number of bytes read from write queue
system.physmem.bytesWritten                 116660480                       # Total number of bytes written to DRAM
system.physmem.bytesReadSys                  56406948                       # Total read bytes from the system interface side
system.physmem.bytesWrittenSys              116951504                       # Total written bytes from the system interface side
system.physmem.servicedByWrQ                      353                       # Number of DRAM read bursts serviced by the write queue
system.physmem.mergedWrBursts                    6803                       # Number of DRAM write bursts merged with an existing one
system.physmem.neitherReadNorWriteReqs         114603                       # Number of requests that are neither read nor write
system.physmem.perBankRdBursts::0               54393                       # Per bank write bursts
system.physmem.perBankRdBursts::1               56084                       # Per bank write bursts
system.physmem.perBankRdBursts::2               54659                       # Per bank write bursts
system.physmem.perBankRdBursts::3               58883                       # Per bank write bursts
system.physmem.perBankRdBursts::4               54974                       # Per bank write bursts
system.physmem.perBankRdBursts::5               58047                       # Per bank write bursts
system.physmem.perBankRdBursts::6               51881                       # Per bank write bursts
system.physmem.perBankRdBursts::7               58759                       # Per bank write bursts
system.physmem.perBankRdBursts::8               52533                       # Per bank write bursts
system.physmem.perBankRdBursts::9               95950                       # Per bank write bursts
system.physmem.perBankRdBursts::10              53815                       # Per bank write bursts
system.physmem.perBankRdBursts::11              56993                       # Per bank write bursts
system.physmem.perBankRdBursts::12              52328                       # Per bank write bursts
system.physmem.perBankRdBursts::13              55917                       # Per bank write bursts
system.physmem.perBankRdBursts::14              52932                       # Per bank write bursts
system.physmem.perBankRdBursts::15              53389                       # Per bank write bursts
system.physmem.perBankWrBursts::0              113787                       # Per bank write bursts
system.physmem.perBankWrBursts::1              117144                       # Per bank write bursts
system.physmem.perBankWrBursts::2              115098                       # Per bank write bursts
system.physmem.perBankWrBursts::3              118536                       # Per bank write bursts
system.physmem.perBankWrBursts::4              116769                       # Per bank write bursts
system.physmem.perBankWrBursts::5              120895                       # Per bank write bursts
system.physmem.perBankWrBursts::6              109520                       # Per bank write bursts
system.physmem.perBankWrBursts::7              112924                       # Per bank write bursts
system.physmem.perBankWrBursts::8              111914                       # Per bank write bursts
system.physmem.perBankWrBursts::9              117541                       # Per bank write bursts
system.physmem.perBankWrBursts::10             111832                       # Per bank write bursts
system.physmem.perBankWrBursts::11             116807                       # Per bank write bursts
system.physmem.perBankWrBursts::12             108182                       # Per bank write bursts
system.physmem.perBankWrBursts::13             109739                       # Per bank write bursts
system.physmem.perBankWrBursts::14             110202                       # Per bank write bursts
system.physmem.perBankWrBursts::15             111930                       # Per bank write bursts
system.physmem.numRdRetry                           0                       # Number of times read queue was full causing retry
system.physmem.numWrRetry                           2                       # Number of times write queue was full causing retry
system.physmem.totGap                    47410778671000                       # Total gap between requests
system.physmem.readPktSize::0                       0                       # Read request sizes (log2)
system.physmem.readPktSize::1                       0                       # Read request sizes (log2)
system.physmem.readPktSize::2                   43195                       # Read request sizes (log2)
system.physmem.readPktSize::3                      37                       # Read request sizes (log2)
system.physmem.readPktSize::4                       5                       # Read request sizes (log2)
system.physmem.readPktSize::5                       0                       # Read request sizes (log2)
system.physmem.readPktSize::6                  878653                       # Read request sizes (log2)
system.physmem.writePktSize::0                      0                       # Write request sizes (log2)
system.physmem.writePktSize::1                      0                       # Write request sizes (log2)
system.physmem.writePktSize::2                      2                       # Write request sizes (log2)
system.physmem.writePktSize::3                   2601                       # Write request sizes (log2)
system.physmem.writePktSize::4                      0                       # Write request sizes (log2)
system.physmem.writePktSize::5                      0                       # Write request sizes (log2)
system.physmem.writePktSize::6                1827042                       # Write request sizes (log2)
system.physmem.rdQLenPdf::0                    652905                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::1                     75815                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::2                     40303                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::3                     33479                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::4                     29162                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::5                     25818                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::6                     22543                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::7                     19321                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::8                     15689                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::9                      2492                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::10                     1008                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::11                      754                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::12                      600                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::13                      460                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::14                      351                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::15                      292                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::16                      214                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::17                      179                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::18                       82                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::19                       63                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::20                        6                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::21                        1                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::22                        0                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::23                        0                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::24                        0                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::25                        0                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::26                        0                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::27                        0                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::28                        0                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::29                        0                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::30                        0                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::31                        0                       # What read queue length does an incoming req see
system.physmem.wrQLenPdf::0                         1                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::1                         1                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::2                         1                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::3                         1                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::4                         1                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::5                         1                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::6                         1                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::7                         1                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::8                         1                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::9                         1                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::10                        1                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::11                        1                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::12                        1                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::13                        1                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::14                        1                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::15                    54841                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::16                    74169                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::17                    96317                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::18                   106970                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::19                   112981                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::20                   116642                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::21                   107891                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::22                   106380                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::23                   105711                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::24                   108843                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::25                   109894                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::26                   108607                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::27                   105867                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::28                   106408                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::29                    98436                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::30                    96529                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::31                    94372                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::32                    91211                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::33                     4176                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::34                     3101                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::35                     2283                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::36                     1802                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::37                     1394                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::38                     1150                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::39                      899                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::40                      725                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::41                      589                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::42                      554                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::43                      484                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::44                      413                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::45                      392                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::46                      373                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::47                      345                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::48                      326                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::49                      302                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::50                      273                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::51                      268                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::52                      219                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::53                      188                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::54                      154                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::55                      105                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::56                       80                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::57                       55                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::58                       39                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::59                       26                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::60                       23                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::61                        9                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::62                        5                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::63                        6                       # What write queue length does an incoming req see
system.physmem.bytesPerActivate::samples      1000117                       # Bytes accessed per row activation
system.physmem.bytesPerActivate::mean      175.617981                       # Bytes accessed per row activation
system.physmem.bytesPerActivate::gmean     106.594305                       # Bytes accessed per row activation
system.physmem.bytesPerActivate::stdev     248.236984                       # Bytes accessed per row activation
system.physmem.bytesPerActivate::0-127         645970     64.59%     64.59% # Bytes accessed per row activation
system.physmem.bytesPerActivate::128-255       191036     19.10%     83.69% # Bytes accessed per row activation
system.physmem.bytesPerActivate::256-383        45051      4.50%     88.20% # Bytes accessed per row activation
system.physmem.bytesPerActivate::384-511        21747      2.17%     90.37% # Bytes accessed per row activation
system.physmem.bytesPerActivate::512-639        15328      1.53%     91.90% # Bytes accessed per row activation
system.physmem.bytesPerActivate::640-767        10644      1.06%     92.97% # Bytes accessed per row activation
system.physmem.bytesPerActivate::768-895         8285      0.83%     93.80% # Bytes accessed per row activation
system.physmem.bytesPerActivate::896-1023         7295      0.73%     94.52% # Bytes accessed per row activation
system.physmem.bytesPerActivate::1024-1151        54761      5.48%    100.00% # Bytes accessed per row activation
system.physmem.bytesPerActivate::total        1000117                       # Bytes accessed per row activation
system.physmem.rdPerTurnAround::samples         87721                       # Reads before turning the bus around for writes
system.physmem.rdPerTurnAround::mean        10.505238                       # Reads before turning the bus around for writes
system.physmem.rdPerTurnAround::stdev      108.849756                       # Reads before turning the bus around for writes
system.physmem.rdPerTurnAround::0-1023          87718    100.00%    100.00% # Reads before turning the bus around for writes
system.physmem.rdPerTurnAround::1024-2047            1      0.00%    100.00% # Reads before turning the bus around for writes
system.physmem.rdPerTurnAround::20480-21503            1      0.00%    100.00% # Reads before turning the bus around for writes
system.physmem.rdPerTurnAround::23552-24575            1      0.00%    100.00% # Reads before turning the bus around for writes
system.physmem.rdPerTurnAround::total           87721                       # Reads before turning the bus around for writes
system.physmem.wrPerTurnAround::samples         87721                       # Writes before turning the bus around for reads
system.physmem.wrPerTurnAround::mean        20.779745                       # Writes before turning the bus around for reads
system.physmem.wrPerTurnAround::gmean       19.605058                       # Writes before turning the bus around for reads
system.physmem.wrPerTurnAround::stdev       11.125024                       # Writes before turning the bus around for reads
system.physmem.wrPerTurnAround::16-19           56948     64.92%     64.92% # Writes before turning the bus around for reads
system.physmem.wrPerTurnAround::20-23           16031     18.27%     83.19% # Writes before turning the bus around for reads
system.physmem.wrPerTurnAround::24-27            6972      7.95%     91.14% # Writes before turning the bus around for reads
system.physmem.wrPerTurnAround::28-31            3738      4.26%     95.40% # Writes before turning the bus around for reads
system.physmem.wrPerTurnAround::32-35            1084      1.24%     96.64% # Writes before turning the bus around for reads
system.physmem.wrPerTurnAround::36-39             357      0.41%     97.05% # Writes before turning the bus around for reads
system.physmem.wrPerTurnAround::40-43             239      0.27%     97.32% # Writes before turning the bus around for reads
system.physmem.wrPerTurnAround::44-47             271      0.31%     97.63% # Writes before turning the bus around for reads
system.physmem.wrPerTurnAround::48-51             649      0.74%     98.37% # Writes before turning the bus around for reads
system.physmem.wrPerTurnAround::52-55             108      0.12%     98.49% # Writes before turning the bus around for reads
system.physmem.wrPerTurnAround::56-59              85      0.10%     98.59% # Writes before turning the bus around for reads
system.physmem.wrPerTurnAround::60-63              76      0.09%     98.67% # Writes before turning the bus around for reads
system.physmem.wrPerTurnAround::64-67             135      0.15%     98.83% # Writes before turning the bus around for reads
system.physmem.wrPerTurnAround::68-71              76      0.09%     98.91% # Writes before turning the bus around for reads
system.physmem.wrPerTurnAround::72-75              51      0.06%     98.97% # Writes before turning the bus around for reads
system.physmem.wrPerTurnAround::76-79              73      0.08%     99.06% # Writes before turning the bus around for reads
system.physmem.wrPerTurnAround::80-83             134      0.15%     99.21% # Writes before turning the bus around for reads
system.physmem.wrPerTurnAround::84-87              41      0.05%     99.26% # Writes before turning the bus around for reads
system.physmem.wrPerTurnAround::88-91              31      0.04%     99.29% # Writes before turning the bus around for reads
system.physmem.wrPerTurnAround::92-95              49      0.06%     99.35% # Writes before turning the bus around for reads
system.physmem.wrPerTurnAround::96-99             179      0.20%     99.55% # Writes before turning the bus around for reads
system.physmem.wrPerTurnAround::100-103            16      0.02%     99.57% # Writes before turning the bus around for reads
system.physmem.wrPerTurnAround::104-107            31      0.04%     99.60% # Writes before turning the bus around for reads
system.physmem.wrPerTurnAround::108-111            14      0.02%     99.62% # Writes before turning the bus around for reads
system.physmem.wrPerTurnAround::112-115            43      0.05%     99.67% # Writes before turning the bus around for reads
system.physmem.wrPerTurnAround::116-119            12      0.01%     99.68% # Writes before turning the bus around for reads
system.physmem.wrPerTurnAround::120-123            20      0.02%     99.71% # Writes before turning the bus around for reads
system.physmem.wrPerTurnAround::124-127            30      0.03%     99.74% # Writes before turning the bus around for reads
system.physmem.wrPerTurnAround::128-131            97      0.11%     99.85% # Writes before turning the bus around for reads
system.physmem.wrPerTurnAround::132-135            18      0.02%     99.87% # Writes before turning the bus around for reads
system.physmem.wrPerTurnAround::136-139            14      0.02%     99.89% # Writes before turning the bus around for reads
system.physmem.wrPerTurnAround::140-143            10      0.01%     99.90% # Writes before turning the bus around for reads
system.physmem.wrPerTurnAround::144-147            13      0.01%     99.91% # Writes before turning the bus around for reads
system.physmem.wrPerTurnAround::148-151            11      0.01%     99.93% # Writes before turning the bus around for reads
system.physmem.wrPerTurnAround::152-155             6      0.01%     99.93% # Writes before turning the bus around for reads
system.physmem.wrPerTurnAround::156-159             6      0.01%     99.94% # Writes before turning the bus around for reads
system.physmem.wrPerTurnAround::160-163            14      0.02%     99.96% # Writes before turning the bus around for reads
system.physmem.wrPerTurnAround::164-167             1      0.00%     99.96% # Writes before turning the bus around for reads
system.physmem.wrPerTurnAround::168-171             2      0.00%     99.96% # Writes before turning the bus around for reads
system.physmem.wrPerTurnAround::172-175             3      0.00%     99.96% # Writes before turning the bus around for reads
system.physmem.wrPerTurnAround::176-179            12      0.01%     99.98% # Writes before turning the bus around for reads
system.physmem.wrPerTurnAround::184-187             2      0.00%     99.98% # Writes before turning the bus around for reads
system.physmem.wrPerTurnAround::188-191             1      0.00%     99.98% # Writes before turning the bus around for reads
system.physmem.wrPerTurnAround::192-195             1      0.00%     99.98% # Writes before turning the bus around for reads
system.physmem.wrPerTurnAround::200-203             3      0.00%     99.98% # Writes before turning the bus around for reads
system.physmem.wrPerTurnAround::204-207             1      0.00%     99.99% # Writes before turning the bus around for reads
system.physmem.wrPerTurnAround::212-215             3      0.00%     99.99% # Writes before turning the bus around for reads
system.physmem.wrPerTurnAround::220-223             3      0.00%     99.99% # Writes before turning the bus around for reads
system.physmem.wrPerTurnAround::224-227             4      0.00%    100.00% # Writes before turning the bus around for reads
system.physmem.wrPerTurnAround::228-231             3      0.00%    100.00% # Writes before turning the bus around for reads
system.physmem.wrPerTurnAround::total           87721                       # Writes before turning the bus around for reads
system.physmem.totQLat                    32913462781                       # Total ticks spent queuing
system.physmem.totMemAccLat               50192281531                       # Total ticks spent from burst creation until serviced by the DRAM
system.physmem.totBusLat                   4607685000                       # Total ticks spent in databus transfers
system.physmem.avgQLat                       35715.83                       # Average queueing delay per DRAM burst
system.physmem.avgBusLat                      5000.00                       # Average bus latency per DRAM burst
system.physmem.avgMemAccLat                  54465.83                       # Average memory access latency per DRAM burst
system.physmem.avgRdBW                           1.24                       # Average DRAM read bandwidth in MiByte/s
system.physmem.avgWrBW                           2.46                       # Average achieved write bandwidth in MiByte/s
system.physmem.avgRdBWSys                        1.19                       # Average system read bandwidth in MiByte/s
system.physmem.avgWrBWSys                        2.47                       # Average system write bandwidth in MiByte/s
system.physmem.peakBW                        12800.00                       # Theoretical peak bandwidth in MiByte/s
system.physmem.busUtil                           0.03                       # Data bus utilization in percentage
system.physmem.busUtilRead                       0.01                       # Data bus utilization in percentage for reads
system.physmem.busUtilWrite                      0.02                       # Data bus utilization in percentage for writes
system.physmem.avgRdQLen                         1.25                       # Average read queue length when enqueuing
system.physmem.avgWrQLen                        25.28                       # Average write queue length when enqueuing
system.physmem.readRowHits                     687654                       # Number of row buffer hits during reads
system.physmem.writeRowHits                   1056585                       # Number of row buffer hits during writes
system.physmem.readRowHitRate                   74.62                       # Row buffer hit rate for reads
system.physmem.writeRowHitRate                  57.96                       # Row buffer hit rate for writes
system.physmem.avgGap                     17230665.31                       # Average gap between requests
system.physmem.pageHitRate                      63.56                       # Row buffer hit rate, read and write combined
system.physmem_0.actEnergy                 3832851960                       # Energy for activate commands per rank (pJ)
system.physmem_0.preEnergy                 2091337875                       # Energy for precharge commands per rank (pJ)
system.physmem_0.readEnergy                3491865000                       # Energy for read commands per rank (pJ)
system.physmem_0.writeEnergy               5991881040                       # Energy for write commands per rank (pJ)
system.physmem_0.refreshEnergy           3096641673840                       # Energy for refresh commands per rank (pJ)
system.physmem_0.actBackEnergy           1200455054145                       # Energy for active background per rank (pJ)
system.physmem_0.preBackEnergy           27393437346750                       # Energy for precharge background per rank (pJ)
system.physmem_0.totalEnergy             31705942010610                       # Total energy per rank (pJ)
system.physmem_0.averagePower              668.749637                       # Core power per rank (mW)
system.physmem_0.memoryStateTime::IDLE   45570820980751                       # Time in different power states
system.physmem_0.memoryStateTime::REF    1583150140000                       # Time in different power states
system.physmem_0.memoryStateTime::PRE_PDN            0                       # Time in different power states
system.physmem_0.memoryStateTime::ACT    256810103749                       # Time in different power states
system.physmem_0.memoryStateTime::ACT_PDN            0                       # Time in different power states
system.physmem_1.actEnergy                 3728032560                       # Energy for activate commands per rank (pJ)
system.physmem_1.preEnergy                 2034144750                       # Energy for precharge commands per rank (pJ)
system.physmem_1.readEnergy                3696084600                       # Energy for read commands per rank (pJ)
system.physmem_1.writeEnergy               5819992560                       # Energy for write commands per rank (pJ)
system.physmem_1.refreshEnergy           3096641673840                       # Energy for refresh commands per rank (pJ)
system.physmem_1.actBackEnergy           1191404828700                       # Energy for active background per rank (pJ)
system.physmem_1.preBackEnergy           27401376141000                       # Energy for precharge background per rank (pJ)
system.physmem_1.totalEnergy             31704700898010                       # Total energy per rank (pJ)
system.physmem_1.averagePower              668.723459                       # Core power per rank (mW)
system.physmem_1.memoryStateTime::IDLE   45584059811251                       # Time in different power states
system.physmem_1.memoryStateTime::REF    1583150140000                       # Time in different power states
system.physmem_1.memoryStateTime::PRE_PDN            0                       # Time in different power states
system.physmem_1.memoryStateTime::ACT    243570222499                       # Time in different power states
system.physmem_1.memoryStateTime::ACT_PDN            0                       # Time in different power states
system.realview.nvmem.bytes_read::cpu0.inst           96                       # Number of bytes read from this memory
system.realview.nvmem.bytes_read::cpu0.data           36                       # Number of bytes read from this memory
system.realview.nvmem.bytes_read::cpu1.inst           64                       # Number of bytes read from this memory
system.realview.nvmem.bytes_read::cpu1.data            8                       # Number of bytes read from this memory
system.realview.nvmem.bytes_read::total           204                       # Number of bytes read from this memory
system.realview.nvmem.bytes_inst_read::cpu0.inst           96                       # Number of instructions bytes read from this memory
system.realview.nvmem.bytes_inst_read::cpu1.inst           64                       # Number of instructions bytes read from this memory
system.realview.nvmem.bytes_inst_read::total          160                       # Number of instructions bytes read from this memory
system.realview.nvmem.num_reads::cpu0.inst           24                       # Number of read requests responded to by this memory
system.realview.nvmem.num_reads::cpu0.data            5                       # Number of read requests responded to by this memory
system.realview.nvmem.num_reads::cpu1.inst           16                       # Number of read requests responded to by this memory
system.realview.nvmem.num_reads::cpu1.data            1                       # Number of read requests responded to by this memory
system.realview.nvmem.num_reads::total             46                       # Number of read requests responded to by this memory
system.realview.nvmem.bw_read::cpu0.inst            2                       # Total read bandwidth from this memory (bytes/s)
system.realview.nvmem.bw_read::cpu0.data            1                       # Total read bandwidth from this memory (bytes/s)
system.realview.nvmem.bw_read::cpu1.inst            1                       # Total read bandwidth from this memory (bytes/s)
system.realview.nvmem.bw_read::cpu1.data            0                       # Total read bandwidth from this memory (bytes/s)
system.realview.nvmem.bw_read::total                4                       # Total read bandwidth from this memory (bytes/s)
system.realview.nvmem.bw_inst_read::cpu0.inst            2                       # Instruction read bandwidth from this memory (bytes/s)
system.realview.nvmem.bw_inst_read::cpu1.inst            1                       # Instruction read bandwidth from this memory (bytes/s)
system.realview.nvmem.bw_inst_read::total            3                       # Instruction read bandwidth from this memory (bytes/s)
system.realview.nvmem.bw_total::cpu0.inst            2                       # Total bandwidth to/from this memory (bytes/s)
system.realview.nvmem.bw_total::cpu0.data            1                       # Total bandwidth to/from this memory (bytes/s)
system.realview.nvmem.bw_total::cpu1.inst            1                       # Total bandwidth to/from this memory (bytes/s)
system.realview.nvmem.bw_total::cpu1.data            0                       # Total bandwidth to/from this memory (bytes/s)
system.realview.nvmem.bw_total::total               4                       # Total bandwidth to/from this memory (bytes/s)
system.cf0.dma_read_full_pages                    122                       # Number of full page size DMA reads (not PRD).
system.cf0.dma_read_bytes                      499712                       # Number of bytes transfered via DMA reads (not PRD).
system.cf0.dma_read_txs                           122                       # Number of DMA read transactions (not PRD).
system.cf0.dma_write_full_pages                  1670                       # Number of full page size DMA writes.
system.cf0.dma_write_bytes                    6842880                       # Number of bytes transfered via DMA writes.
system.cf0.dma_write_txs                         1673                       # Number of DMA write transactions.
system.cpu_clk_domain.clock                       500                       # Clock period in ticks
system.cpu0.dstage2_mmu.stage2_tlb.walker.walks            0                       # Table walker walks requested
system.cpu0.dstage2_mmu.stage2_tlb.walker.walkRequestOrigin_Requested::Data            0                       # Table walker requests started/completed, data/inst
system.cpu0.dstage2_mmu.stage2_tlb.walker.walkRequestOrigin_Requested::Inst            0                       # Table walker requests started/completed, data/inst
system.cpu0.dstage2_mmu.stage2_tlb.walker.walkRequestOrigin_Requested::total            0                       # Table walker requests started/completed, data/inst
system.cpu0.dstage2_mmu.stage2_tlb.walker.walkRequestOrigin_Completed::Data            0                       # Table walker requests started/completed, data/inst
system.cpu0.dstage2_mmu.stage2_tlb.walker.walkRequestOrigin_Completed::Inst            0                       # Table walker requests started/completed, data/inst
system.cpu0.dstage2_mmu.stage2_tlb.walker.walkRequestOrigin_Completed::total            0                       # Table walker requests started/completed, data/inst
system.cpu0.dstage2_mmu.stage2_tlb.walker.walkRequestOrigin::total            0                       # Table walker requests started/completed, data/inst
system.cpu0.dstage2_mmu.stage2_tlb.inst_hits            0                       # ITB inst hits
system.cpu0.dstage2_mmu.stage2_tlb.inst_misses            0                       # ITB inst misses
system.cpu0.dstage2_mmu.stage2_tlb.read_hits            0                       # DTB read hits
system.cpu0.dstage2_mmu.stage2_tlb.read_misses            0                       # DTB read misses
system.cpu0.dstage2_mmu.stage2_tlb.write_hits            0                       # DTB write hits
system.cpu0.dstage2_mmu.stage2_tlb.write_misses            0                       # DTB write misses
system.cpu0.dstage2_mmu.stage2_tlb.flush_tlb            0                       # Number of times complete TLB was flushed
system.cpu0.dstage2_mmu.stage2_tlb.flush_tlb_mva            0                       # Number of times TLB was flushed by MVA
system.cpu0.dstage2_mmu.stage2_tlb.flush_tlb_mva_asid            0                       # Number of times TLB was flushed by MVA & ASID
system.cpu0.dstage2_mmu.stage2_tlb.flush_tlb_asid            0                       # Number of times TLB was flushed by ASID
system.cpu0.dstage2_mmu.stage2_tlb.flush_entries            0                       # Number of entries that have been flushed from TLB
system.cpu0.dstage2_mmu.stage2_tlb.align_faults            0                       # Number of TLB faults due to alignment restrictions
system.cpu0.dstage2_mmu.stage2_tlb.prefetch_faults            0                       # Number of TLB faults due to prefetch
system.cpu0.dstage2_mmu.stage2_tlb.domain_faults            0                       # Number of TLB faults due to domain restrictions
system.cpu0.dstage2_mmu.stage2_tlb.perms_faults            0                       # Number of TLB faults due to permissions restrictions
system.cpu0.dstage2_mmu.stage2_tlb.read_accesses            0                       # DTB read accesses
system.cpu0.dstage2_mmu.stage2_tlb.write_accesses            0                       # DTB write accesses
system.cpu0.dstage2_mmu.stage2_tlb.inst_accesses            0                       # ITB inst accesses
system.cpu0.dstage2_mmu.stage2_tlb.hits             0                       # DTB hits
system.cpu0.dstage2_mmu.stage2_tlb.misses            0                       # DTB misses
system.cpu0.dstage2_mmu.stage2_tlb.accesses            0                       # DTB accesses
system.cpu0.dtb.walker.walks                   107972                       # Table walker walks requested
system.cpu0.dtb.walker.walksLong               107972                       # Table walker walks initiated with long descriptors
system.cpu0.dtb.walker.walksLongTerminationLevel::Level2         9276                       # Level at which table walker walks with long descriptors terminate
system.cpu0.dtb.walker.walksLongTerminationLevel::Level3        83163                       # Level at which table walker walks with long descriptors terminate
system.cpu0.dtb.walker.walksSquashedBefore            9                       # Table walks squashed before starting
system.cpu0.dtb.walker.walkWaitTime::samples       107963                       # Table walker wait (enqueue to first request) latency
system.cpu0.dtb.walker.walkWaitTime::0         107963    100.00%    100.00% # Table walker wait (enqueue to first request) latency
system.cpu0.dtb.walker.walkWaitTime::total       107963                       # Table walker wait (enqueue to first request) latency
system.cpu0.dtb.walker.walkCompletionTime::samples        92448                       # Table walker service (enqueue to completion) latency
system.cpu0.dtb.walker.walkCompletionTime::mean 17595.764614                       # Table walker service (enqueue to completion) latency
system.cpu0.dtb.walker.walkCompletionTime::gmean 15306.328665                       # Table walker service (enqueue to completion) latency
system.cpu0.dtb.walker.walkCompletionTime::stdev 15454.252367                       # Table walker service (enqueue to completion) latency
system.cpu0.dtb.walker.walkCompletionTime::0-65535        91009     98.44%     98.44% # Table walker service (enqueue to completion) latency
system.cpu0.dtb.walker.walkCompletionTime::65536-131071         1235      1.34%     99.78% # Table walker service (enqueue to completion) latency
system.cpu0.dtb.walker.walkCompletionTime::131072-196607           66      0.07%     99.85% # Table walker service (enqueue to completion) latency
system.cpu0.dtb.walker.walkCompletionTime::196608-262143           55      0.06%     99.91% # Table walker service (enqueue to completion) latency
system.cpu0.dtb.walker.walkCompletionTime::262144-327679           65      0.07%     99.98% # Table walker service (enqueue to completion) latency
system.cpu0.dtb.walker.walkCompletionTime::327680-393215           12      0.01%     99.99% # Table walker service (enqueue to completion) latency
system.cpu0.dtb.walker.walkCompletionTime::393216-458751            3      0.00%    100.00% # Table walker service (enqueue to completion) latency
system.cpu0.dtb.walker.walkCompletionTime::458752-524287            1      0.00%    100.00% # Table walker service (enqueue to completion) latency
system.cpu0.dtb.walker.walkCompletionTime::524288-589823            1      0.00%    100.00% # Table walker service (enqueue to completion) latency
system.cpu0.dtb.walker.walkCompletionTime::589824-655359            1      0.00%    100.00% # Table walker service (enqueue to completion) latency
system.cpu0.dtb.walker.walkCompletionTime::total        92448                       # Table walker service (enqueue to completion) latency
system.cpu0.dtb.walker.walksPending::samples  -2398441544                       # Table walker pending requests distribution
system.cpu0.dtb.walker.walksPending::mean     0.163884                       # Table walker pending requests distribution
system.cpu0.dtb.walker.walksPending::stdev     0.370170                       # Table walker pending requests distribution
system.cpu0.dtb.walker.walksPending::0    -2005375084     83.61%     83.61% # Table walker pending requests distribution
system.cpu0.dtb.walker.walksPending::1     -393066460     16.39%    100.00% # Table walker pending requests distribution
system.cpu0.dtb.walker.walksPending::total  -2398441544                       # Table walker pending requests distribution
system.cpu0.dtb.walker.walkPageSizes::4K        83163     89.97%     89.97% # Table walker page sizes translated
system.cpu0.dtb.walker.walkPageSizes::2M         9276     10.03%    100.00% # Table walker page sizes translated
system.cpu0.dtb.walker.walkPageSizes::total        92439                       # Table walker page sizes translated
system.cpu0.dtb.walker.walkRequestOrigin_Requested::Data       107972                       # Table walker requests started/completed, data/inst
system.cpu0.dtb.walker.walkRequestOrigin_Requested::Inst            0                       # Table walker requests started/completed, data/inst
system.cpu0.dtb.walker.walkRequestOrigin_Requested::total       107972                       # Table walker requests started/completed, data/inst
system.cpu0.dtb.walker.walkRequestOrigin_Completed::Data        92439                       # Table walker requests started/completed, data/inst
system.cpu0.dtb.walker.walkRequestOrigin_Completed::Inst            0                       # Table walker requests started/completed, data/inst
system.cpu0.dtb.walker.walkRequestOrigin_Completed::total        92439                       # Table walker requests started/completed, data/inst
system.cpu0.dtb.walker.walkRequestOrigin::total       200411                       # Table walker requests started/completed, data/inst
system.cpu0.dtb.inst_hits                           0                       # ITB inst hits
system.cpu0.dtb.inst_misses                         0                       # ITB inst misses
system.cpu0.dtb.read_hits                    83792624                       # DTB read hits
system.cpu0.dtb.read_misses                     78614                       # DTB read misses
system.cpu0.dtb.write_hits                   76883618                       # DTB write hits
system.cpu0.dtb.write_misses                    29358                       # DTB write misses
system.cpu0.dtb.flush_tlb                          14                       # Number of times complete TLB was flushed
system.cpu0.dtb.flush_tlb_mva                       0                       # Number of times TLB was flushed by MVA
system.cpu0.dtb.flush_tlb_mva_asid              41330                       # Number of times TLB was flushed by MVA & ASID
system.cpu0.dtb.flush_tlb_asid                   1050                       # Number of times TLB was flushed by ASID
system.cpu0.dtb.flush_entries                   38297                       # Number of entries that have been flushed from TLB
system.cpu0.dtb.align_faults                        0                       # Number of TLB faults due to alignment restrictions
system.cpu0.dtb.prefetch_faults                  4651                       # Number of TLB faults due to prefetch
system.cpu0.dtb.domain_faults                       0                       # Number of TLB faults due to domain restrictions
system.cpu0.dtb.perms_faults                    10679                       # Number of TLB faults due to permissions restrictions
system.cpu0.dtb.read_accesses                83871238                       # DTB read accesses
system.cpu0.dtb.write_accesses               76912976                       # DTB write accesses
system.cpu0.dtb.inst_accesses                       0                       # ITB inst accesses
system.cpu0.dtb.hits                        160676242                       # DTB hits
system.cpu0.dtb.misses                         107972                       # DTB misses
system.cpu0.dtb.accesses                    160784214                       # DTB accesses
system.cpu0.istage2_mmu.stage2_tlb.walker.walks            0                       # Table walker walks requested
system.cpu0.istage2_mmu.stage2_tlb.walker.walkRequestOrigin_Requested::Data            0                       # Table walker requests started/completed, data/inst
system.cpu0.istage2_mmu.stage2_tlb.walker.walkRequestOrigin_Requested::Inst            0                       # Table walker requests started/completed, data/inst
system.cpu0.istage2_mmu.stage2_tlb.walker.walkRequestOrigin_Requested::total            0                       # Table walker requests started/completed, data/inst
system.cpu0.istage2_mmu.stage2_tlb.walker.walkRequestOrigin_Completed::Data            0                       # Table walker requests started/completed, data/inst
system.cpu0.istage2_mmu.stage2_tlb.walker.walkRequestOrigin_Completed::Inst            0                       # Table walker requests started/completed, data/inst
system.cpu0.istage2_mmu.stage2_tlb.walker.walkRequestOrigin_Completed::total            0                       # Table walker requests started/completed, data/inst
system.cpu0.istage2_mmu.stage2_tlb.walker.walkRequestOrigin::total            0                       # Table walker requests started/completed, data/inst
system.cpu0.istage2_mmu.stage2_tlb.inst_hits            0                       # ITB inst hits
system.cpu0.istage2_mmu.stage2_tlb.inst_misses            0                       # ITB inst misses
system.cpu0.istage2_mmu.stage2_tlb.read_hits            0                       # DTB read hits
system.cpu0.istage2_mmu.stage2_tlb.read_misses            0                       # DTB read misses
system.cpu0.istage2_mmu.stage2_tlb.write_hits            0                       # DTB write hits
system.cpu0.istage2_mmu.stage2_tlb.write_misses            0                       # DTB write misses
system.cpu0.istage2_mmu.stage2_tlb.flush_tlb            0                       # Number of times complete TLB was flushed
system.cpu0.istage2_mmu.stage2_tlb.flush_tlb_mva            0                       # Number of times TLB was flushed by MVA
system.cpu0.istage2_mmu.stage2_tlb.flush_tlb_mva_asid            0                       # Number of times TLB was flushed by MVA & ASID
system.cpu0.istage2_mmu.stage2_tlb.flush_tlb_asid            0                       # Number of times TLB was flushed by ASID
system.cpu0.istage2_mmu.stage2_tlb.flush_entries            0                       # Number of entries that have been flushed from TLB
system.cpu0.istage2_mmu.stage2_tlb.align_faults            0                       # Number of TLB faults due to alignment restrictions
system.cpu0.istage2_mmu.stage2_tlb.prefetch_faults            0                       # Number of TLB faults due to prefetch
system.cpu0.istage2_mmu.stage2_tlb.domain_faults            0                       # Number of TLB faults due to domain restrictions
system.cpu0.istage2_mmu.stage2_tlb.perms_faults            0                       # Number of TLB faults due to permissions restrictions
system.cpu0.istage2_mmu.stage2_tlb.read_accesses            0                       # DTB read accesses
system.cpu0.istage2_mmu.stage2_tlb.write_accesses            0                       # DTB write accesses
system.cpu0.istage2_mmu.stage2_tlb.inst_accesses            0                       # ITB inst accesses
system.cpu0.istage2_mmu.stage2_tlb.hits             0                       # DTB hits
system.cpu0.istage2_mmu.stage2_tlb.misses            0                       # DTB misses
system.cpu0.istage2_mmu.stage2_tlb.accesses            0                       # DTB accesses
system.cpu0.itb.walker.walks                    64255                       # Table walker walks requested
system.cpu0.itb.walker.walksLong                64255                       # Table walker walks initiated with long descriptors
system.cpu0.itb.walker.walksLongTerminationLevel::Level2          637                       # Level at which table walker walks with long descriptors terminate
system.cpu0.itb.walker.walksLongTerminationLevel::Level3        58227                       # Level at which table walker walks with long descriptors terminate
system.cpu0.itb.walker.walkWaitTime::samples        64255                       # Table walker wait (enqueue to first request) latency
system.cpu0.itb.walker.walkWaitTime::0          64255    100.00%    100.00% # Table walker wait (enqueue to first request) latency
system.cpu0.itb.walker.walkWaitTime::total        64255                       # Table walker wait (enqueue to first request) latency
system.cpu0.itb.walker.walkCompletionTime::samples        58864                       # Table walker service (enqueue to completion) latency
system.cpu0.itb.walker.walkCompletionTime::mean 20635.902164                       # Table walker service (enqueue to completion) latency
system.cpu0.itb.walker.walkCompletionTime::gmean 17664.674655                       # Table walker service (enqueue to completion) latency
system.cpu0.itb.walker.walkCompletionTime::stdev 19771.927470                       # Table walker service (enqueue to completion) latency
system.cpu0.itb.walker.walkCompletionTime::0-65535        57276     97.30%     97.30% # Table walker service (enqueue to completion) latency
system.cpu0.itb.walker.walkCompletionTime::65536-131071         1371      2.33%     99.63% # Table walker service (enqueue to completion) latency
system.cpu0.itb.walker.walkCompletionTime::131072-196607           47      0.08%     99.71% # Table walker service (enqueue to completion) latency
system.cpu0.itb.walker.walkCompletionTime::196608-262143           91      0.15%     99.87% # Table walker service (enqueue to completion) latency
system.cpu0.itb.walker.walkCompletionTime::262144-327679           53      0.09%     99.96% # Table walker service (enqueue to completion) latency
system.cpu0.itb.walker.walkCompletionTime::327680-393215           19      0.03%     99.99% # Table walker service (enqueue to completion) latency
system.cpu0.itb.walker.walkCompletionTime::393216-458751            5      0.01%    100.00% # Table walker service (enqueue to completion) latency
system.cpu0.itb.walker.walkCompletionTime::458752-524287            1      0.00%    100.00% # Table walker service (enqueue to completion) latency
system.cpu0.itb.walker.walkCompletionTime::524288-589823            1      0.00%    100.00% # Table walker service (enqueue to completion) latency
system.cpu0.itb.walker.walkCompletionTime::total        58864                       # Table walker service (enqueue to completion) latency
system.cpu0.itb.walker.walksPending::samples   -673300296                       # Table walker pending requests distribution
system.cpu0.itb.walker.walksPending::0     -673300296    100.00%    100.00% # Table walker pending requests distribution
system.cpu0.itb.walker.walksPending::total   -673300296                       # Table walker pending requests distribution
system.cpu0.itb.walker.walkPageSizes::4K        58227     98.92%     98.92% # Table walker page sizes translated
system.cpu0.itb.walker.walkPageSizes::2M          637      1.08%    100.00% # Table walker page sizes translated
system.cpu0.itb.walker.walkPageSizes::total        58864                       # Table walker page sizes translated
system.cpu0.itb.walker.walkRequestOrigin_Requested::Data            0                       # Table walker requests started/completed, data/inst
system.cpu0.itb.walker.walkRequestOrigin_Requested::Inst        64255                       # Table walker requests started/completed, data/inst
system.cpu0.itb.walker.walkRequestOrigin_Requested::total        64255                       # Table walker requests started/completed, data/inst
system.cpu0.itb.walker.walkRequestOrigin_Completed::Data            0                       # Table walker requests started/completed, data/inst
system.cpu0.itb.walker.walkRequestOrigin_Completed::Inst        58864                       # Table walker requests started/completed, data/inst
system.cpu0.itb.walker.walkRequestOrigin_Completed::total        58864                       # Table walker requests started/completed, data/inst
system.cpu0.itb.walker.walkRequestOrigin::total       123119                       # Table walker requests started/completed, data/inst
system.cpu0.itb.inst_hits                   448595101                       # ITB inst hits
system.cpu0.itb.inst_misses                     64255                       # ITB inst misses
system.cpu0.itb.read_hits                           0                       # DTB read hits
system.cpu0.itb.read_misses                         0                       # DTB read misses
system.cpu0.itb.write_hits                          0                       # DTB write hits
system.cpu0.itb.write_misses                        0                       # DTB write misses
system.cpu0.itb.flush_tlb                          14                       # Number of times complete TLB was flushed
system.cpu0.itb.flush_tlb_mva                       0                       # Number of times TLB was flushed by MVA
system.cpu0.itb.flush_tlb_mva_asid              41330                       # Number of times TLB was flushed by MVA & ASID
system.cpu0.itb.flush_tlb_asid                   1050                       # Number of times TLB was flushed by ASID
system.cpu0.itb.flush_entries                   26739                       # Number of entries that have been flushed from TLB
system.cpu0.itb.align_faults                        0                       # Number of TLB faults due to alignment restrictions
system.cpu0.itb.prefetch_faults                     0                       # Number of TLB faults due to prefetch
system.cpu0.itb.domain_faults                       0                       # Number of TLB faults due to domain restrictions
system.cpu0.itb.perms_faults                        0                       # Number of TLB faults due to permissions restrictions
system.cpu0.itb.read_accesses                       0                       # DTB read accesses
system.cpu0.itb.write_accesses                      0                       # DTB write accesses
system.cpu0.itb.inst_accesses               448659356                       # ITB inst accesses
system.cpu0.itb.hits                        448595101                       # DTB hits
system.cpu0.itb.misses                          64255                       # DTB misses
system.cpu0.itb.accesses                    448659356                       # DTB accesses
system.cpu0.numCycles                     94821563304                       # number of cpu cycles simulated
system.cpu0.numWorkItemsStarted                     0                       # number of work items this cpu started
system.cpu0.numWorkItemsCompleted                   0                       # number of work items this cpu completed
system.cpu0.committedInsts                  448345930                       # Number of instructions committed
system.cpu0.committedOps                    527651436                       # Number of ops (including micro ops) committed
system.cpu0.num_int_alu_accesses            484594714                       # Number of integer alu accesses
system.cpu0.num_fp_alu_accesses                558267                       # Number of float alu accesses
system.cpu0.num_func_calls                   26890258                       # number of times a function call or return occured
system.cpu0.num_conditional_control_insts     68074268                       # number of instructions that are conditional controls
system.cpu0.num_int_insts                   484594714                       # number of integer instructions
system.cpu0.num_fp_insts                       558267                       # number of float instructions
system.cpu0.num_int_register_reads          706750752                       # number of times the integer registers were read
system.cpu0.num_int_register_writes         384547382                       # number of times the integer registers were written
system.cpu0.num_fp_register_reads              893879                       # number of times the floating registers were read
system.cpu0.num_fp_register_writes             490056                       # number of times the floating registers were written
system.cpu0.num_cc_register_reads           117567828                       # number of times the CC registers were read
system.cpu0.num_cc_register_writes          117277075                       # number of times the CC registers were written
system.cpu0.num_mem_refs                    160668093                       # number of memory refs
system.cpu0.num_load_insts                   83788812                       # Number of load instructions
system.cpu0.num_store_insts                  76879281                       # Number of store instructions
system.cpu0.num_idle_cycles              93729284290.716034                       # Number of idle cycles
system.cpu0.num_busy_cycles              1092279013.283977                       # Number of busy cycles
system.cpu0.not_idle_fraction                0.011519                       # Percentage of non-idle cycles
system.cpu0.idle_fraction                    0.988481                       # Percentage of idle cycles
system.cpu0.Branches                        100174256                       # Number of branches fetched
system.cpu0.op_class::No_OpClass                    1      0.00%      0.00% # Class of executed instruction
system.cpu0.op_class::IntAlu                365953478     69.32%     69.32% # Class of executed instruction
system.cpu0.op_class::IntMult                 1186010      0.22%     69.54% # Class of executed instruction
system.cpu0.op_class::IntDiv                    57830      0.01%     69.55% # Class of executed instruction
system.cpu0.op_class::FloatAdd                      0      0.00%     69.55% # Class of executed instruction
system.cpu0.op_class::FloatCmp                      0      0.00%     69.55% # Class of executed instruction
system.cpu0.op_class::FloatCvt                      0      0.00%     69.55% # Class of executed instruction
system.cpu0.op_class::FloatMult                     0      0.00%     69.55% # Class of executed instruction
system.cpu0.op_class::FloatDiv                      0      0.00%     69.55% # Class of executed instruction
system.cpu0.op_class::FloatSqrt                     0      0.00%     69.55% # Class of executed instruction
system.cpu0.op_class::SimdAdd                       0      0.00%     69.55% # Class of executed instruction
system.cpu0.op_class::SimdAddAcc                    0      0.00%     69.55% # Class of executed instruction
system.cpu0.op_class::SimdAlu                       0      0.00%     69.55% # Class of executed instruction
system.cpu0.op_class::SimdCmp                       0      0.00%     69.55% # Class of executed instruction
system.cpu0.op_class::SimdCvt                       0      0.00%     69.55% # Class of executed instruction
system.cpu0.op_class::SimdMisc                      0      0.00%     69.55% # Class of executed instruction
system.cpu0.op_class::SimdMult                      0      0.00%     69.55% # Class of executed instruction
system.cpu0.op_class::SimdMultAcc                   0      0.00%     69.55% # Class of executed instruction
system.cpu0.op_class::SimdShift                     0      0.00%     69.55% # Class of executed instruction
system.cpu0.op_class::SimdShiftAcc                  0      0.00%     69.55% # Class of executed instruction
system.cpu0.op_class::SimdSqrt                      0      0.00%     69.55% # Class of executed instruction
system.cpu0.op_class::SimdFloatAdd                  8      0.00%     69.55% # Class of executed instruction
system.cpu0.op_class::SimdFloatAlu                  0      0.00%     69.55% # Class of executed instruction
system.cpu0.op_class::SimdFloatCmp                 13      0.00%     69.55% # Class of executed instruction
system.cpu0.op_class::SimdFloatCvt                 21      0.00%     69.55% # Class of executed instruction
system.cpu0.op_class::SimdFloatDiv                  0      0.00%     69.55% # Class of executed instruction
system.cpu0.op_class::SimdFloatMisc             78277      0.01%     69.57% # Class of executed instruction
system.cpu0.op_class::SimdFloatMult                 0      0.00%     69.57% # Class of executed instruction
system.cpu0.op_class::SimdFloatMultAcc              0      0.00%     69.57% # Class of executed instruction
system.cpu0.op_class::SimdFloatSqrt                 0      0.00%     69.57% # Class of executed instruction
system.cpu0.op_class::MemRead                83788812     15.87%     85.44% # Class of executed instruction
system.cpu0.op_class::MemWrite               76879281     14.56%    100.00% # Class of executed instruction
system.cpu0.op_class::IprAccess                     0      0.00%    100.00% # Class of executed instruction
system.cpu0.op_class::InstPrefetch                  0      0.00%    100.00% # Class of executed instruction
system.cpu0.op_class::total                 527943731                       # Class of executed instruction
system.cpu0.kern.inst.arm                           0                       # number of arm instructions executed
system.cpu0.kern.inst.quiesce                    5474                       # number of quiesce instructions executed
system.cpu0.dcache.tags.replacements          5753925                       # number of replacements
system.cpu0.dcache.tags.tagsinuse          509.684776                       # Cycle average of tags in use
system.cpu0.dcache.tags.total_refs          154679022                       # Total number of references to valid blocks.
system.cpu0.dcache.tags.sampled_refs          5754435                       # Sample count of references to valid blocks.
system.cpu0.dcache.tags.avg_refs            26.879967                       # Average number of references to valid blocks.
system.cpu0.dcache.tags.warmup_cycle       3644714000                       # Cycle when the warmup percentage was hit.
system.cpu0.dcache.tags.occ_blocks::cpu0.data   509.684776                       # Average occupied blocks per requestor
system.cpu0.dcache.tags.occ_percent::cpu0.data     0.995478                       # Average percentage of cache occupancy
system.cpu0.dcache.tags.occ_percent::total     0.995478                       # Average percentage of cache occupancy
system.cpu0.dcache.tags.occ_task_id_blocks::1024          510                       # Occupied blocks per task id
system.cpu0.dcache.tags.age_task_id_blocks_1024::0           64                       # Occupied blocks per task id
system.cpu0.dcache.tags.age_task_id_blocks_1024::1          390                       # Occupied blocks per task id
system.cpu0.dcache.tags.age_task_id_blocks_1024::2           55                       # Occupied blocks per task id
system.cpu0.dcache.tags.age_task_id_blocks_1024::3            1                       # Occupied blocks per task id
system.cpu0.dcache.tags.occ_task_id_percent::1024     0.996094                       # Percentage of cache occupancy per task id
system.cpu0.dcache.tags.tag_accesses        327127592                       # Number of tag accesses
system.cpu0.dcache.tags.data_accesses       327127592                       # Number of data accesses
system.cpu0.dcache.ReadReq_hits::cpu0.data     77833401                       # number of ReadReq hits
system.cpu0.dcache.ReadReq_hits::total       77833401                       # number of ReadReq hits
system.cpu0.dcache.WriteReq_hits::cpu0.data     72535559                       # number of WriteReq hits
system.cpu0.dcache.WriteReq_hits::total      72535559                       # number of WriteReq hits
system.cpu0.dcache.SoftPFReq_hits::cpu0.data       180949                       # number of SoftPFReq hits
system.cpu0.dcache.SoftPFReq_hits::total       180949                       # number of SoftPFReq hits
system.cpu0.dcache.WriteInvalidateReq_hits::cpu0.data       117408                       # number of WriteInvalidateReq hits
system.cpu0.dcache.WriteInvalidateReq_hits::total       117408                       # number of WriteInvalidateReq hits
system.cpu0.dcache.LoadLockedReq_hits::cpu0.data      1813577                       # number of LoadLockedReq hits
system.cpu0.dcache.LoadLockedReq_hits::total      1813577                       # number of LoadLockedReq hits
system.cpu0.dcache.StoreCondReq_hits::cpu0.data      1784599                       # number of StoreCondReq hits
system.cpu0.dcache.StoreCondReq_hits::total      1784599                       # number of StoreCondReq hits
system.cpu0.dcache.demand_hits::cpu0.data    150368960                       # number of demand (read+write) hits
system.cpu0.dcache.demand_hits::total       150368960                       # number of demand (read+write) hits
system.cpu0.dcache.overall_hits::cpu0.data    150549909                       # number of overall hits
system.cpu0.dcache.overall_hits::total      150549909                       # number of overall hits
system.cpu0.dcache.ReadReq_misses::cpu0.data      3079415                       # number of ReadReq misses
system.cpu0.dcache.ReadReq_misses::total      3079415                       # number of ReadReq misses
system.cpu0.dcache.WriteReq_misses::cpu0.data      1439122                       # number of WriteReq misses
system.cpu0.dcache.WriteReq_misses::total      1439122                       # number of WriteReq misses
system.cpu0.dcache.SoftPFReq_misses::cpu0.data       698265                       # number of SoftPFReq misses
system.cpu0.dcache.SoftPFReq_misses::total       698265                       # number of SoftPFReq misses
system.cpu0.dcache.WriteInvalidateReq_misses::cpu0.data       782756                       # number of WriteInvalidateReq misses
system.cpu0.dcache.WriteInvalidateReq_misses::total       782756                       # number of WriteInvalidateReq misses
system.cpu0.dcache.LoadLockedReq_misses::cpu0.data       172905                       # number of LoadLockedReq misses
system.cpu0.dcache.LoadLockedReq_misses::total       172905                       # number of LoadLockedReq misses
system.cpu0.dcache.StoreCondReq_misses::cpu0.data       200615                       # number of StoreCondReq misses
system.cpu0.dcache.StoreCondReq_misses::total       200615                       # number of StoreCondReq misses
system.cpu0.dcache.demand_misses::cpu0.data      4518537                       # number of demand (read+write) misses
system.cpu0.dcache.demand_misses::total       4518537                       # number of demand (read+write) misses
system.cpu0.dcache.overall_misses::cpu0.data      5216802                       # number of overall misses
system.cpu0.dcache.overall_misses::total      5216802                       # number of overall misses
system.cpu0.dcache.ReadReq_miss_latency::cpu0.data  45365631768                       # number of ReadReq miss cycles
system.cpu0.dcache.ReadReq_miss_latency::total  45365631768                       # number of ReadReq miss cycles
system.cpu0.dcache.WriteReq_miss_latency::cpu0.data  25986134990                       # number of WriteReq miss cycles
system.cpu0.dcache.WriteReq_miss_latency::total  25986134990                       # number of WriteReq miss cycles
system.cpu0.dcache.WriteInvalidateReq_miss_latency::cpu0.data  26026367891                       # number of WriteInvalidateReq miss cycles
system.cpu0.dcache.WriteInvalidateReq_miss_latency::total  26026367891                       # number of WriteInvalidateReq miss cycles
system.cpu0.dcache.LoadLockedReq_miss_latency::cpu0.data   2610218258                       # number of LoadLockedReq miss cycles
system.cpu0.dcache.LoadLockedReq_miss_latency::total   2610218258                       # number of LoadLockedReq miss cycles
system.cpu0.dcache.StoreCondReq_miss_latency::cpu0.data   4265500897                       # number of StoreCondReq miss cycles
system.cpu0.dcache.StoreCondReq_miss_latency::total   4265500897                       # number of StoreCondReq miss cycles
system.cpu0.dcache.StoreCondFailReq_miss_latency::cpu0.data      2243000                       # number of StoreCondFailReq miss cycles
system.cpu0.dcache.StoreCondFailReq_miss_latency::total      2243000                       # number of StoreCondFailReq miss cycles
system.cpu0.dcache.demand_miss_latency::cpu0.data  71351766758                       # number of demand (read+write) miss cycles
system.cpu0.dcache.demand_miss_latency::total  71351766758                       # number of demand (read+write) miss cycles
system.cpu0.dcache.overall_miss_latency::cpu0.data  71351766758                       # number of overall miss cycles
system.cpu0.dcache.overall_miss_latency::total  71351766758                       # number of overall miss cycles
system.cpu0.dcache.ReadReq_accesses::cpu0.data     80912816                       # number of ReadReq accesses(hits+misses)
system.cpu0.dcache.ReadReq_accesses::total     80912816                       # number of ReadReq accesses(hits+misses)
system.cpu0.dcache.WriteReq_accesses::cpu0.data     73974681                       # number of WriteReq accesses(hits+misses)
system.cpu0.dcache.WriteReq_accesses::total     73974681                       # number of WriteReq accesses(hits+misses)
system.cpu0.dcache.SoftPFReq_accesses::cpu0.data       879214                       # number of SoftPFReq accesses(hits+misses)
system.cpu0.dcache.SoftPFReq_accesses::total       879214                       # number of SoftPFReq accesses(hits+misses)
system.cpu0.dcache.WriteInvalidateReq_accesses::cpu0.data       900164                       # number of WriteInvalidateReq accesses(hits+misses)
system.cpu0.dcache.WriteInvalidateReq_accesses::total       900164                       # number of WriteInvalidateReq accesses(hits+misses)
system.cpu0.dcache.LoadLockedReq_accesses::cpu0.data      1986482                       # number of LoadLockedReq accesses(hits+misses)
system.cpu0.dcache.LoadLockedReq_accesses::total      1986482                       # number of LoadLockedReq accesses(hits+misses)
system.cpu0.dcache.StoreCondReq_accesses::cpu0.data      1985214                       # number of StoreCondReq accesses(hits+misses)
system.cpu0.dcache.StoreCondReq_accesses::total      1985214                       # number of StoreCondReq accesses(hits+misses)
system.cpu0.dcache.demand_accesses::cpu0.data    154887497                       # number of demand (read+write) accesses
system.cpu0.dcache.demand_accesses::total    154887497                       # number of demand (read+write) accesses
system.cpu0.dcache.overall_accesses::cpu0.data    155766711                       # number of overall (read+write) accesses
system.cpu0.dcache.overall_accesses::total    155766711                       # number of overall (read+write) accesses
system.cpu0.dcache.ReadReq_miss_rate::cpu0.data     0.038058                       # miss rate for ReadReq accesses
system.cpu0.dcache.ReadReq_miss_rate::total     0.038058                       # miss rate for ReadReq accesses
system.cpu0.dcache.WriteReq_miss_rate::cpu0.data     0.019454                       # miss rate for WriteReq accesses
system.cpu0.dcache.WriteReq_miss_rate::total     0.019454                       # miss rate for WriteReq accesses
system.cpu0.dcache.SoftPFReq_miss_rate::cpu0.data     0.794192                       # miss rate for SoftPFReq accesses
system.cpu0.dcache.SoftPFReq_miss_rate::total     0.794192                       # miss rate for SoftPFReq accesses
system.cpu0.dcache.WriteInvalidateReq_miss_rate::cpu0.data     0.869570                       # miss rate for WriteInvalidateReq accesses
system.cpu0.dcache.WriteInvalidateReq_miss_rate::total     0.869570                       # miss rate for WriteInvalidateReq accesses
system.cpu0.dcache.LoadLockedReq_miss_rate::cpu0.data     0.087041                       # miss rate for LoadLockedReq accesses
system.cpu0.dcache.LoadLockedReq_miss_rate::total     0.087041                       # miss rate for LoadLockedReq accesses
system.cpu0.dcache.StoreCondReq_miss_rate::cpu0.data     0.101055                       # miss rate for StoreCondReq accesses
system.cpu0.dcache.StoreCondReq_miss_rate::total     0.101055                       # miss rate for StoreCondReq accesses
system.cpu0.dcache.demand_miss_rate::cpu0.data     0.029173                       # miss rate for demand accesses
system.cpu0.dcache.demand_miss_rate::total     0.029173                       # miss rate for demand accesses
system.cpu0.dcache.overall_miss_rate::cpu0.data     0.033491                       # miss rate for overall accesses
system.cpu0.dcache.overall_miss_rate::total     0.033491                       # miss rate for overall accesses
system.cpu0.dcache.ReadReq_avg_miss_latency::cpu0.data 14731.899328                       # average ReadReq miss latency
system.cpu0.dcache.ReadReq_avg_miss_latency::total 14731.899328                       # average ReadReq miss latency
system.cpu0.dcache.WriteReq_avg_miss_latency::cpu0.data 18056.936792                       # average WriteReq miss latency
system.cpu0.dcache.WriteReq_avg_miss_latency::total 18056.936792                       # average WriteReq miss latency
system.cpu0.dcache.WriteInvalidateReq_avg_miss_latency::cpu0.data 33249.656203                       # average WriteInvalidateReq miss latency
system.cpu0.dcache.WriteInvalidateReq_avg_miss_latency::total 33249.656203                       # average WriteInvalidateReq miss latency
system.cpu0.dcache.LoadLockedReq_avg_miss_latency::cpu0.data 15096.256661                       # average LoadLockedReq miss latency
system.cpu0.dcache.LoadLockedReq_avg_miss_latency::total 15096.256661                       # average LoadLockedReq miss latency
system.cpu0.dcache.StoreCondReq_avg_miss_latency::cpu0.data 21262.123455                       # average StoreCondReq miss latency
system.cpu0.dcache.StoreCondReq_avg_miss_latency::total 21262.123455                       # average StoreCondReq miss latency
system.cpu0.dcache.StoreCondFailReq_avg_miss_latency::cpu0.data          inf                       # average StoreCondFailReq miss latency
system.cpu0.dcache.StoreCondFailReq_avg_miss_latency::total          inf                       # average StoreCondFailReq miss latency
system.cpu0.dcache.demand_avg_miss_latency::cpu0.data 15790.900187                       # average overall miss latency
system.cpu0.dcache.demand_avg_miss_latency::total 15790.900187                       # average overall miss latency
system.cpu0.dcache.overall_avg_miss_latency::cpu0.data 13677.300146                       # average overall miss latency
system.cpu0.dcache.overall_avg_miss_latency::total 13677.300146                       # average overall miss latency
system.cpu0.dcache.blocked_cycles::no_mshrs            0                       # number of cycles access was blocked
system.cpu0.dcache.blocked_cycles::no_targets            0                       # number of cycles access was blocked
system.cpu0.dcache.blocked::no_mshrs                0                       # number of cycles access was blocked
system.cpu0.dcache.blocked::no_targets              0                       # number of cycles access was blocked
system.cpu0.dcache.avg_blocked_cycles::no_mshrs          nan                       # average number of cycles each access was blocked
system.cpu0.dcache.avg_blocked_cycles::no_targets          nan                       # average number of cycles each access was blocked
system.cpu0.dcache.fast_writes                      0                       # number of fast writes performed
system.cpu0.dcache.cache_copies                     0                       # number of cache copies performed
system.cpu0.dcache.writebacks::writebacks      3895213                       # number of writebacks
system.cpu0.dcache.writebacks::total          3895213                       # number of writebacks
system.cpu0.dcache.ReadReq_mshr_hits::cpu0.data        35120                       # number of ReadReq MSHR hits
system.cpu0.dcache.ReadReq_mshr_hits::total        35120                       # number of ReadReq MSHR hits
system.cpu0.dcache.WriteReq_mshr_hits::cpu0.data        21470                       # number of WriteReq MSHR hits
system.cpu0.dcache.WriteReq_mshr_hits::total        21470                       # number of WriteReq MSHR hits
system.cpu0.dcache.LoadLockedReq_mshr_hits::cpu0.data        46933                       # number of LoadLockedReq MSHR hits
system.cpu0.dcache.LoadLockedReq_mshr_hits::total        46933                       # number of LoadLockedReq MSHR hits
system.cpu0.dcache.demand_mshr_hits::cpu0.data        56590                       # number of demand (read+write) MSHR hits
system.cpu0.dcache.demand_mshr_hits::total        56590                       # number of demand (read+write) MSHR hits
system.cpu0.dcache.overall_mshr_hits::cpu0.data        56590                       # number of overall MSHR hits
system.cpu0.dcache.overall_mshr_hits::total        56590                       # number of overall MSHR hits
system.cpu0.dcache.ReadReq_mshr_misses::cpu0.data      3044295                       # number of ReadReq MSHR misses
system.cpu0.dcache.ReadReq_mshr_misses::total      3044295                       # number of ReadReq MSHR misses
system.cpu0.dcache.WriteReq_mshr_misses::cpu0.data      1417652                       # number of WriteReq MSHR misses
system.cpu0.dcache.WriteReq_mshr_misses::total      1417652                       # number of WriteReq MSHR misses
system.cpu0.dcache.SoftPFReq_mshr_misses::cpu0.data       692633                       # number of SoftPFReq MSHR misses
system.cpu0.dcache.SoftPFReq_mshr_misses::total       692633                       # number of SoftPFReq MSHR misses
system.cpu0.dcache.WriteInvalidateReq_mshr_misses::cpu0.data       782756                       # number of WriteInvalidateReq MSHR misses
system.cpu0.dcache.WriteInvalidateReq_mshr_misses::total       782756                       # number of WriteInvalidateReq MSHR misses
system.cpu0.dcache.LoadLockedReq_mshr_misses::cpu0.data       125972                       # number of LoadLockedReq MSHR misses
system.cpu0.dcache.LoadLockedReq_mshr_misses::total       125972                       # number of LoadLockedReq MSHR misses
system.cpu0.dcache.StoreCondReq_mshr_misses::cpu0.data       200615                       # number of StoreCondReq MSHR misses
system.cpu0.dcache.StoreCondReq_mshr_misses::total       200615                       # number of StoreCondReq MSHR misses
system.cpu0.dcache.demand_mshr_misses::cpu0.data      4461947                       # number of demand (read+write) MSHR misses
system.cpu0.dcache.demand_mshr_misses::total      4461947                       # number of demand (read+write) MSHR misses
system.cpu0.dcache.overall_mshr_misses::cpu0.data      5154580                       # number of overall MSHR misses
system.cpu0.dcache.overall_mshr_misses::total      5154580                       # number of overall MSHR misses
system.cpu0.dcache.ReadReq_mshr_miss_latency::cpu0.data  37795344499                       # number of ReadReq MSHR miss cycles
system.cpu0.dcache.ReadReq_mshr_miss_latency::total  37795344499                       # number of ReadReq MSHR miss cycles
system.cpu0.dcache.WriteReq_mshr_miss_latency::cpu0.data  22579422262                       # number of WriteReq MSHR miss cycles
system.cpu0.dcache.WriteReq_mshr_miss_latency::total  22579422262                       # number of WriteReq MSHR miss cycles
system.cpu0.dcache.SoftPFReq_mshr_miss_latency::cpu0.data  14234213672                       # number of SoftPFReq MSHR miss cycles
system.cpu0.dcache.SoftPFReq_mshr_miss_latency::total  14234213672                       # number of SoftPFReq MSHR miss cycles
system.cpu0.dcache.WriteInvalidateReq_mshr_miss_latency::cpu0.data  24458156109                       # number of WriteInvalidateReq MSHR miss cycles
system.cpu0.dcache.WriteInvalidateReq_mshr_miss_latency::total  24458156109                       # number of WriteInvalidateReq MSHR miss cycles
system.cpu0.dcache.LoadLockedReq_mshr_miss_latency::cpu0.data   1564829744                       # number of LoadLockedReq MSHR miss cycles
system.cpu0.dcache.LoadLockedReq_mshr_miss_latency::total   1564829744                       # number of LoadLockedReq MSHR miss cycles
system.cpu0.dcache.StoreCondReq_mshr_miss_latency::cpu0.data   3853276103                       # number of StoreCondReq MSHR miss cycles
system.cpu0.dcache.StoreCondReq_mshr_miss_latency::total   3853276103                       # number of StoreCondReq MSHR miss cycles
system.cpu0.dcache.StoreCondFailReq_mshr_miss_latency::cpu0.data      2137000                       # number of StoreCondFailReq MSHR miss cycles
system.cpu0.dcache.StoreCondFailReq_mshr_miss_latency::total      2137000                       # number of StoreCondFailReq MSHR miss cycles
system.cpu0.dcache.demand_mshr_miss_latency::cpu0.data  60374766761                       # number of demand (read+write) MSHR miss cycles
system.cpu0.dcache.demand_mshr_miss_latency::total  60374766761                       # number of demand (read+write) MSHR miss cycles
system.cpu0.dcache.overall_mshr_miss_latency::cpu0.data  74608980433                       # number of overall MSHR miss cycles
system.cpu0.dcache.overall_mshr_miss_latency::total  74608980433                       # number of overall MSHR miss cycles
system.cpu0.dcache.ReadReq_mshr_uncacheable_latency::cpu0.data   2287793998                       # number of ReadReq MSHR uncacheable cycles
system.cpu0.dcache.ReadReq_mshr_uncacheable_latency::total   2287793998                       # number of ReadReq MSHR uncacheable cycles
system.cpu0.dcache.WriteReq_mshr_uncacheable_latency::cpu0.data   2244465248                       # number of WriteReq MSHR uncacheable cycles
system.cpu0.dcache.WriteReq_mshr_uncacheable_latency::total   2244465248                       # number of WriteReq MSHR uncacheable cycles
system.cpu0.dcache.overall_mshr_uncacheable_latency::cpu0.data   4532259246                       # number of overall MSHR uncacheable cycles
system.cpu0.dcache.overall_mshr_uncacheable_latency::total   4532259246                       # number of overall MSHR uncacheable cycles
system.cpu0.dcache.ReadReq_mshr_miss_rate::cpu0.data     0.037624                       # mshr miss rate for ReadReq accesses
system.cpu0.dcache.ReadReq_mshr_miss_rate::total     0.037624                       # mshr miss rate for ReadReq accesses
system.cpu0.dcache.WriteReq_mshr_miss_rate::cpu0.data     0.019164                       # mshr miss rate for WriteReq accesses
system.cpu0.dcache.WriteReq_mshr_miss_rate::total     0.019164                       # mshr miss rate for WriteReq accesses
system.cpu0.dcache.SoftPFReq_mshr_miss_rate::cpu0.data     0.787787                       # mshr miss rate for SoftPFReq accesses
system.cpu0.dcache.SoftPFReq_mshr_miss_rate::total     0.787787                       # mshr miss rate for SoftPFReq accesses
system.cpu0.dcache.WriteInvalidateReq_mshr_miss_rate::cpu0.data     0.869570                       # mshr miss rate for WriteInvalidateReq accesses
system.cpu0.dcache.WriteInvalidateReq_mshr_miss_rate::total     0.869570                       # mshr miss rate for WriteInvalidateReq accesses
system.cpu0.dcache.LoadLockedReq_mshr_miss_rate::cpu0.data     0.063415                       # mshr miss rate for LoadLockedReq accesses
system.cpu0.dcache.LoadLockedReq_mshr_miss_rate::total     0.063415                       # mshr miss rate for LoadLockedReq accesses
system.cpu0.dcache.StoreCondReq_mshr_miss_rate::cpu0.data     0.101055                       # mshr miss rate for StoreCondReq accesses
system.cpu0.dcache.StoreCondReq_mshr_miss_rate::total     0.101055                       # mshr miss rate for StoreCondReq accesses
system.cpu0.dcache.demand_mshr_miss_rate::cpu0.data     0.028808                       # mshr miss rate for demand accesses
system.cpu0.dcache.demand_mshr_miss_rate::total     0.028808                       # mshr miss rate for demand accesses
system.cpu0.dcache.overall_mshr_miss_rate::cpu0.data     0.033092                       # mshr miss rate for overall accesses
system.cpu0.dcache.overall_mshr_miss_rate::total     0.033092                       # mshr miss rate for overall accesses
system.cpu0.dcache.ReadReq_avg_mshr_miss_latency::cpu0.data 12415.138644                       # average ReadReq mshr miss latency
system.cpu0.dcache.ReadReq_avg_mshr_miss_latency::total 12415.138644                       # average ReadReq mshr miss latency
system.cpu0.dcache.WriteReq_avg_mshr_miss_latency::cpu0.data 15927.337782                       # average WriteReq mshr miss latency
system.cpu0.dcache.WriteReq_avg_mshr_miss_latency::total 15927.337782                       # average WriteReq mshr miss latency
system.cpu0.dcache.SoftPFReq_avg_mshr_miss_latency::cpu0.data 20550.874232                       # average SoftPFReq mshr miss latency
system.cpu0.dcache.SoftPFReq_avg_mshr_miss_latency::total 20550.874232                       # average SoftPFReq mshr miss latency
system.cpu0.dcache.WriteInvalidateReq_avg_mshr_miss_latency::cpu0.data 31246.207131                       # average WriteInvalidateReq mshr miss latency
system.cpu0.dcache.WriteInvalidateReq_avg_mshr_miss_latency::total 31246.207131                       # average WriteInvalidateReq mshr miss latency
system.cpu0.dcache.LoadLockedReq_avg_mshr_miss_latency::cpu0.data 12422.044137                       # average LoadLockedReq mshr miss latency
system.cpu0.dcache.LoadLockedReq_avg_mshr_miss_latency::total 12422.044137                       # average LoadLockedReq mshr miss latency
system.cpu0.dcache.StoreCondReq_avg_mshr_miss_latency::cpu0.data 19207.318012                       # average StoreCondReq mshr miss latency
system.cpu0.dcache.StoreCondReq_avg_mshr_miss_latency::total 19207.318012                       # average StoreCondReq mshr miss latency
system.cpu0.dcache.StoreCondFailReq_avg_mshr_miss_latency::cpu0.data          inf                       # average StoreCondFailReq mshr miss latency
system.cpu0.dcache.StoreCondFailReq_avg_mshr_miss_latency::total          inf                       # average StoreCondFailReq mshr miss latency
system.cpu0.dcache.demand_avg_mshr_miss_latency::cpu0.data 13531.036286                       # average overall mshr miss latency
system.cpu0.dcache.demand_avg_mshr_miss_latency::total 13531.036286                       # average overall mshr miss latency
system.cpu0.dcache.overall_avg_mshr_miss_latency::cpu0.data 14474.308369                       # average overall mshr miss latency
system.cpu0.dcache.overall_avg_mshr_miss_latency::total 14474.308369                       # average overall mshr miss latency
system.cpu0.dcache.ReadReq_avg_mshr_uncacheable_latency::cpu0.data          inf                       # average ReadReq mshr uncacheable latency
system.cpu0.dcache.ReadReq_avg_mshr_uncacheable_latency::total          inf                       # average ReadReq mshr uncacheable latency
system.cpu0.dcache.WriteReq_avg_mshr_uncacheable_latency::cpu0.data          inf                       # average WriteReq mshr uncacheable latency
system.cpu0.dcache.WriteReq_avg_mshr_uncacheable_latency::total          inf                       # average WriteReq mshr uncacheable latency
system.cpu0.dcache.overall_avg_mshr_uncacheable_latency::cpu0.data          inf                       # average overall mshr uncacheable latency
system.cpu0.dcache.overall_avg_mshr_uncacheable_latency::total          inf                       # average overall mshr uncacheable latency
system.cpu0.dcache.no_allocate_misses               0                       # Number of misses that were no-allocate
system.cpu0.icache.tags.replacements          5166576                       # number of replacements
system.cpu0.icache.tags.tagsinuse          511.910022                       # Cycle average of tags in use
system.cpu0.icache.tags.total_refs          443428013                       # Total number of references to valid blocks.
system.cpu0.icache.tags.sampled_refs          5167088                       # Sample count of references to valid blocks.
system.cpu0.icache.tags.avg_refs            85.817778                       # Average number of references to valid blocks.
system.cpu0.icache.tags.warmup_cycle      30209622750                       # Cycle when the warmup percentage was hit.
system.cpu0.icache.tags.occ_blocks::cpu0.inst   511.910022                       # Average occupied blocks per requestor
system.cpu0.icache.tags.occ_percent::cpu0.inst     0.999824                       # Average percentage of cache occupancy
system.cpu0.icache.tags.occ_percent::total     0.999824                       # Average percentage of cache occupancy
system.cpu0.icache.tags.occ_task_id_blocks::1024          512                       # Occupied blocks per task id
system.cpu0.icache.tags.age_task_id_blocks_1024::0           61                       # Occupied blocks per task id
system.cpu0.icache.tags.age_task_id_blocks_1024::1          324                       # Occupied blocks per task id
system.cpu0.icache.tags.age_task_id_blocks_1024::2          127                       # Occupied blocks per task id
system.cpu0.icache.tags.occ_task_id_percent::1024            1                       # Percentage of cache occupancy per task id
system.cpu0.icache.tags.tag_accesses        902357290                       # Number of tag accesses
system.cpu0.icache.tags.data_accesses       902357290                       # Number of data accesses
system.cpu0.icache.ReadReq_hits::cpu0.inst    443428013                       # number of ReadReq hits
system.cpu0.icache.ReadReq_hits::total      443428013                       # number of ReadReq hits
system.cpu0.icache.demand_hits::cpu0.inst    443428013                       # number of demand (read+write) hits
system.cpu0.icache.demand_hits::total       443428013                       # number of demand (read+write) hits
system.cpu0.icache.overall_hits::cpu0.inst    443428013                       # number of overall hits
system.cpu0.icache.overall_hits::total      443428013                       # number of overall hits
system.cpu0.icache.ReadReq_misses::cpu0.inst      5167088                       # number of ReadReq misses
system.cpu0.icache.ReadReq_misses::total      5167088                       # number of ReadReq misses
system.cpu0.icache.demand_misses::cpu0.inst      5167088                       # number of demand (read+write) misses
system.cpu0.icache.demand_misses::total       5167088                       # number of demand (read+write) misses
system.cpu0.icache.overall_misses::cpu0.inst      5167088                       # number of overall misses
system.cpu0.icache.overall_misses::total      5167088                       # number of overall misses
system.cpu0.icache.ReadReq_miss_latency::cpu0.inst  53694723563                       # number of ReadReq miss cycles
system.cpu0.icache.ReadReq_miss_latency::total  53694723563                       # number of ReadReq miss cycles
system.cpu0.icache.demand_miss_latency::cpu0.inst  53694723563                       # number of demand (read+write) miss cycles
system.cpu0.icache.demand_miss_latency::total  53694723563                       # number of demand (read+write) miss cycles
system.cpu0.icache.overall_miss_latency::cpu0.inst  53694723563                       # number of overall miss cycles
system.cpu0.icache.overall_miss_latency::total  53694723563                       # number of overall miss cycles
system.cpu0.icache.ReadReq_accesses::cpu0.inst    448595101                       # number of ReadReq accesses(hits+misses)
system.cpu0.icache.ReadReq_accesses::total    448595101                       # number of ReadReq accesses(hits+misses)
system.cpu0.icache.demand_accesses::cpu0.inst    448595101                       # number of demand (read+write) accesses
system.cpu0.icache.demand_accesses::total    448595101                       # number of demand (read+write) accesses
system.cpu0.icache.overall_accesses::cpu0.inst    448595101                       # number of overall (read+write) accesses
system.cpu0.icache.overall_accesses::total    448595101                       # number of overall (read+write) accesses
system.cpu0.icache.ReadReq_miss_rate::cpu0.inst     0.011518                       # miss rate for ReadReq accesses
system.cpu0.icache.ReadReq_miss_rate::total     0.011518                       # miss rate for ReadReq accesses
system.cpu0.icache.demand_miss_rate::cpu0.inst     0.011518                       # miss rate for demand accesses
system.cpu0.icache.demand_miss_rate::total     0.011518                       # miss rate for demand accesses
system.cpu0.icache.overall_miss_rate::cpu0.inst     0.011518                       # miss rate for overall accesses
system.cpu0.icache.overall_miss_rate::total     0.011518                       # miss rate for overall accesses
system.cpu0.icache.ReadReq_avg_miss_latency::cpu0.inst 10391.679717                       # average ReadReq miss latency
system.cpu0.icache.ReadReq_avg_miss_latency::total 10391.679717                       # average ReadReq miss latency
system.cpu0.icache.demand_avg_miss_latency::cpu0.inst 10391.679717                       # average overall miss latency
system.cpu0.icache.demand_avg_miss_latency::total 10391.679717                       # average overall miss latency
system.cpu0.icache.overall_avg_miss_latency::cpu0.inst 10391.679717                       # average overall miss latency
system.cpu0.icache.overall_avg_miss_latency::total 10391.679717                       # average overall miss latency
system.cpu0.icache.blocked_cycles::no_mshrs            0                       # number of cycles access was blocked
system.cpu0.icache.blocked_cycles::no_targets            0                       # number of cycles access was blocked
system.cpu0.icache.blocked::no_mshrs                0                       # number of cycles access was blocked
system.cpu0.icache.blocked::no_targets              0                       # number of cycles access was blocked
system.cpu0.icache.avg_blocked_cycles::no_mshrs          nan                       # average number of cycles each access was blocked
system.cpu0.icache.avg_blocked_cycles::no_targets          nan                       # average number of cycles each access was blocked
system.cpu0.icache.fast_writes                      0                       # number of fast writes performed
system.cpu0.icache.cache_copies                     0                       # number of cache copies performed
system.cpu0.icache.ReadReq_mshr_misses::cpu0.inst      5167088                       # number of ReadReq MSHR misses
system.cpu0.icache.ReadReq_mshr_misses::total      5167088                       # number of ReadReq MSHR misses
system.cpu0.icache.demand_mshr_misses::cpu0.inst      5167088                       # number of demand (read+write) MSHR misses
system.cpu0.icache.demand_mshr_misses::total      5167088                       # number of demand (read+write) MSHR misses
system.cpu0.icache.overall_mshr_misses::cpu0.inst      5167088                       # number of overall MSHR misses
system.cpu0.icache.overall_mshr_misses::total      5167088                       # number of overall MSHR misses
system.cpu0.icache.ReadReq_mshr_miss_latency::cpu0.inst  45925261947                       # number of ReadReq MSHR miss cycles
system.cpu0.icache.ReadReq_mshr_miss_latency::total  45925261947                       # number of ReadReq MSHR miss cycles
system.cpu0.icache.demand_mshr_miss_latency::cpu0.inst  45925261947                       # number of demand (read+write) MSHR miss cycles
system.cpu0.icache.demand_mshr_miss_latency::total  45925261947                       # number of demand (read+write) MSHR miss cycles
system.cpu0.icache.overall_mshr_miss_latency::cpu0.inst  45925261947                       # number of overall MSHR miss cycles
system.cpu0.icache.overall_mshr_miss_latency::total  45925261947                       # number of overall MSHR miss cycles
system.cpu0.icache.ReadReq_mshr_uncacheable_latency::cpu0.inst   3405609750                       # number of ReadReq MSHR uncacheable cycles
system.cpu0.icache.ReadReq_mshr_uncacheable_latency::total   3405609750                       # number of ReadReq MSHR uncacheable cycles
system.cpu0.icache.overall_mshr_uncacheable_latency::cpu0.inst   3405609750                       # number of overall MSHR uncacheable cycles
system.cpu0.icache.overall_mshr_uncacheable_latency::total   3405609750                       # number of overall MSHR uncacheable cycles
system.cpu0.icache.ReadReq_mshr_miss_rate::cpu0.inst     0.011518                       # mshr miss rate for ReadReq accesses
system.cpu0.icache.ReadReq_mshr_miss_rate::total     0.011518                       # mshr miss rate for ReadReq accesses
system.cpu0.icache.demand_mshr_miss_rate::cpu0.inst     0.011518                       # mshr miss rate for demand accesses
system.cpu0.icache.demand_mshr_miss_rate::total     0.011518                       # mshr miss rate for demand accesses
system.cpu0.icache.overall_mshr_miss_rate::cpu0.inst     0.011518                       # mshr miss rate for overall accesses
system.cpu0.icache.overall_mshr_miss_rate::total     0.011518                       # mshr miss rate for overall accesses
system.cpu0.icache.ReadReq_avg_mshr_miss_latency::cpu0.inst  8888.035572                       # average ReadReq mshr miss latency
system.cpu0.icache.ReadReq_avg_mshr_miss_latency::total  8888.035572                       # average ReadReq mshr miss latency
system.cpu0.icache.demand_avg_mshr_miss_latency::cpu0.inst  8888.035572                       # average overall mshr miss latency
system.cpu0.icache.demand_avg_mshr_miss_latency::total  8888.035572                       # average overall mshr miss latency
system.cpu0.icache.overall_avg_mshr_miss_latency::cpu0.inst  8888.035572                       # average overall mshr miss latency
system.cpu0.icache.overall_avg_mshr_miss_latency::total  8888.035572                       # average overall mshr miss latency
system.cpu0.icache.ReadReq_avg_mshr_uncacheable_latency::cpu0.inst          inf                       # average ReadReq mshr uncacheable latency
system.cpu0.icache.ReadReq_avg_mshr_uncacheable_latency::total          inf                       # average ReadReq mshr uncacheable latency
system.cpu0.icache.overall_avg_mshr_uncacheable_latency::cpu0.inst          inf                       # average overall mshr uncacheable latency
system.cpu0.icache.overall_avg_mshr_uncacheable_latency::total          inf                       # average overall mshr uncacheable latency
system.cpu0.icache.no_allocate_misses               0                       # Number of misses that were no-allocate
system.cpu0.l2cache.prefetcher.num_hwpf_issued      7865373                       # number of hwpf issued
system.cpu0.l2cache.prefetcher.pfIdentified      7866135                       # number of prefetch candidates identified
system.cpu0.l2cache.prefetcher.pfBufferHit          648                       # number of redundant prefetches already in prefetch queue
system.cpu0.l2cache.prefetcher.pfInCache            0                       # number of redundant prefetches already in cache/mshr dropped
system.cpu0.l2cache.prefetcher.pfRemovedFull            0                       # number of prefetches dropped due to prefetch queue size
system.cpu0.l2cache.prefetcher.pfSpanPage       985913                       # number of prefetches not generated due to page crossing
system.cpu0.l2cache.tags.replacements         2427001                       # number of replacements
system.cpu0.l2cache.tags.tagsinuse       16243.780061                       # Cycle average of tags in use
system.cpu0.l2cache.tags.total_refs          11146490                       # Total number of references to valid blocks.
system.cpu0.l2cache.tags.sampled_refs         2442996                       # Sample count of references to valid blocks.
system.cpu0.l2cache.tags.avg_refs            4.562631                       # Average number of references to valid blocks.
system.cpu0.l2cache.tags.warmup_cycle      4729494500                       # Cycle when the warmup percentage was hit.
system.cpu0.l2cache.tags.occ_blocks::writebacks  7283.700781                       # Average occupied blocks per requestor
system.cpu0.l2cache.tags.occ_blocks::cpu0.dtb.walker    78.630524                       # Average occupied blocks per requestor
system.cpu0.l2cache.tags.occ_blocks::cpu0.itb.walker    92.657228                       # Average occupied blocks per requestor
system.cpu0.l2cache.tags.occ_blocks::cpu0.inst  3931.432813                       # Average occupied blocks per requestor
system.cpu0.l2cache.tags.occ_blocks::cpu0.data  3992.358247                       # Average occupied blocks per requestor
system.cpu0.l2cache.tags.occ_blocks::cpu0.l2cache.prefetcher   865.000469                       # Average occupied blocks per requestor
system.cpu0.l2cache.tags.occ_percent::writebacks     0.444562                       # Average percentage of cache occupancy
system.cpu0.l2cache.tags.occ_percent::cpu0.dtb.walker     0.004799                       # Average percentage of cache occupancy
system.cpu0.l2cache.tags.occ_percent::cpu0.itb.walker     0.005655                       # Average percentage of cache occupancy
system.cpu0.l2cache.tags.occ_percent::cpu0.inst     0.239956                       # Average percentage of cache occupancy
system.cpu0.l2cache.tags.occ_percent::cpu0.data     0.243674                       # Average percentage of cache occupancy
system.cpu0.l2cache.tags.occ_percent::cpu0.l2cache.prefetcher     0.052795                       # Average percentage of cache occupancy
system.cpu0.l2cache.tags.occ_percent::total     0.991442                       # Average percentage of cache occupancy
system.cpu0.l2cache.tags.occ_task_id_blocks::1022         1466                       # Occupied blocks per task id
system.cpu0.l2cache.tags.occ_task_id_blocks::1023           72                       # Occupied blocks per task id
system.cpu0.l2cache.tags.occ_task_id_blocks::1024        14457                       # Occupied blocks per task id
system.cpu0.l2cache.tags.age_task_id_blocks_1022::1           31                       # Occupied blocks per task id
system.cpu0.l2cache.tags.age_task_id_blocks_1022::2          296                       # Occupied blocks per task id
system.cpu0.l2cache.tags.age_task_id_blocks_1022::3          826                       # Occupied blocks per task id
system.cpu0.l2cache.tags.age_task_id_blocks_1022::4          313                       # Occupied blocks per task id
system.cpu0.l2cache.tags.age_task_id_blocks_1023::1            1                       # Occupied blocks per task id
system.cpu0.l2cache.tags.age_task_id_blocks_1023::2           23                       # Occupied blocks per task id
system.cpu0.l2cache.tags.age_task_id_blocks_1023::3           41                       # Occupied blocks per task id
system.cpu0.l2cache.tags.age_task_id_blocks_1023::4            7                       # Occupied blocks per task id
system.cpu0.l2cache.tags.age_task_id_blocks_1024::0           95                       # Occupied blocks per task id
system.cpu0.l2cache.tags.age_task_id_blocks_1024::1          947                       # Occupied blocks per task id
system.cpu0.l2cache.tags.age_task_id_blocks_1024::2         4330                       # Occupied blocks per task id
system.cpu0.l2cache.tags.age_task_id_blocks_1024::3         6826                       # Occupied blocks per task id
system.cpu0.l2cache.tags.age_task_id_blocks_1024::4         2259                       # Occupied blocks per task id
system.cpu0.l2cache.tags.occ_task_id_percent::1022     0.089478                       # Percentage of cache occupancy per task id
system.cpu0.l2cache.tags.occ_task_id_percent::1023     0.004395                       # Percentage of cache occupancy per task id
system.cpu0.l2cache.tags.occ_task_id_percent::1024     0.882385                       # Percentage of cache occupancy per task id
system.cpu0.l2cache.tags.tag_accesses       256470983                       # Number of tag accesses
system.cpu0.l2cache.tags.data_accesses      256470983                       # Number of data accesses
system.cpu0.l2cache.ReadReq_hits::cpu0.dtb.walker       224791                       # number of ReadReq hits
system.cpu0.l2cache.ReadReq_hits::cpu0.itb.walker       150515                       # number of ReadReq hits
system.cpu0.l2cache.ReadReq_hits::cpu0.inst      4652887                       # number of ReadReq hits
system.cpu0.l2cache.ReadReq_hits::cpu0.data      2883530                       # number of ReadReq hits
system.cpu0.l2cache.ReadReq_hits::total       7911723                       # number of ReadReq hits
system.cpu0.l2cache.Writeback_hits::writebacks      3895212                       # number of Writeback hits
system.cpu0.l2cache.Writeback_hits::total      3895212                       # number of Writeback hits
system.cpu0.l2cache.WriteInvalidateReq_hits::cpu0.data       236831                       # number of WriteInvalidateReq hits
system.cpu0.l2cache.WriteInvalidateReq_hits::total       236831                       # number of WriteInvalidateReq hits
system.cpu0.l2cache.UpgradeReq_hits::cpu0.data       106550                       # number of UpgradeReq hits
system.cpu0.l2cache.UpgradeReq_hits::total       106550                       # number of UpgradeReq hits
system.cpu0.l2cache.SCUpgradeReq_hits::cpu0.data        34358                       # number of SCUpgradeReq hits
system.cpu0.l2cache.SCUpgradeReq_hits::total        34358                       # number of SCUpgradeReq hits
system.cpu0.l2cache.ReadExReq_hits::cpu0.data       952634                       # number of ReadExReq hits
system.cpu0.l2cache.ReadExReq_hits::total       952634                       # number of ReadExReq hits
system.cpu0.l2cache.demand_hits::cpu0.dtb.walker       224791                       # number of demand (read+write) hits
system.cpu0.l2cache.demand_hits::cpu0.itb.walker       150515                       # number of demand (read+write) hits
system.cpu0.l2cache.demand_hits::cpu0.inst      4652887                       # number of demand (read+write) hits
system.cpu0.l2cache.demand_hits::cpu0.data      3836164                       # number of demand (read+write) hits
system.cpu0.l2cache.demand_hits::total        8864357                       # number of demand (read+write) hits
system.cpu0.l2cache.overall_hits::cpu0.dtb.walker       224791                       # number of overall hits
system.cpu0.l2cache.overall_hits::cpu0.itb.walker       150515                       # number of overall hits
system.cpu0.l2cache.overall_hits::cpu0.inst      4652887                       # number of overall hits
system.cpu0.l2cache.overall_hits::cpu0.data      3836164                       # number of overall hits
system.cpu0.l2cache.overall_hits::total       8864357                       # number of overall hits
system.cpu0.l2cache.ReadReq_misses::cpu0.dtb.walker        10425                       # number of ReadReq misses
system.cpu0.l2cache.ReadReq_misses::cpu0.itb.walker         9020                       # number of ReadReq misses
system.cpu0.l2cache.ReadReq_misses::cpu0.inst       514201                       # number of ReadReq misses
system.cpu0.l2cache.ReadReq_misses::cpu0.data       979370                       # number of ReadReq misses
system.cpu0.l2cache.ReadReq_misses::total      1513016                       # number of ReadReq misses
system.cpu0.l2cache.Writeback_misses::writebacks            1                       # number of Writeback misses
system.cpu0.l2cache.Writeback_misses::total            1                       # number of Writeback misses
system.cpu0.l2cache.WriteInvalidateReq_misses::cpu0.data       544650                       # number of WriteInvalidateReq misses
system.cpu0.l2cache.WriteInvalidateReq_misses::total       544650                       # number of WriteInvalidateReq misses
system.cpu0.l2cache.UpgradeReq_misses::cpu0.data       122779                       # number of UpgradeReq misses
system.cpu0.l2cache.UpgradeReq_misses::total       122779                       # number of UpgradeReq misses
system.cpu0.l2cache.SCUpgradeReq_misses::cpu0.data       166249                       # number of SCUpgradeReq misses
system.cpu0.l2cache.SCUpgradeReq_misses::total       166249                       # number of SCUpgradeReq misses
system.cpu0.l2cache.SCUpgradeFailReq_misses::cpu0.data            8                       # number of SCUpgradeFailReq misses
system.cpu0.l2cache.SCUpgradeFailReq_misses::total            8                       # number of SCUpgradeFailReq misses
system.cpu0.l2cache.ReadExReq_misses::cpu0.data       253376                       # number of ReadExReq misses
system.cpu0.l2cache.ReadExReq_misses::total       253376                       # number of ReadExReq misses
system.cpu0.l2cache.demand_misses::cpu0.dtb.walker        10425                       # number of demand (read+write) misses
system.cpu0.l2cache.demand_misses::cpu0.itb.walker         9020                       # number of demand (read+write) misses
system.cpu0.l2cache.demand_misses::cpu0.inst       514201                       # number of demand (read+write) misses
system.cpu0.l2cache.demand_misses::cpu0.data      1232746                       # number of demand (read+write) misses
system.cpu0.l2cache.demand_misses::total      1766392                       # number of demand (read+write) misses
system.cpu0.l2cache.overall_misses::cpu0.dtb.walker        10425                       # number of overall misses
system.cpu0.l2cache.overall_misses::cpu0.itb.walker         9020                       # number of overall misses
system.cpu0.l2cache.overall_misses::cpu0.inst       514201                       # number of overall misses
system.cpu0.l2cache.overall_misses::cpu0.data      1232746                       # number of overall misses
system.cpu0.l2cache.overall_misses::total      1766392                       # number of overall misses
system.cpu0.l2cache.ReadReq_miss_latency::cpu0.dtb.walker    401624493                       # number of ReadReq miss cycles
system.cpu0.l2cache.ReadReq_miss_latency::cpu0.itb.walker    376564494                       # number of ReadReq miss cycles
system.cpu0.l2cache.ReadReq_miss_latency::cpu0.inst  15423284566                       # number of ReadReq miss cycles
system.cpu0.l2cache.ReadReq_miss_latency::cpu0.data  32417465776                       # number of ReadReq miss cycles
system.cpu0.l2cache.ReadReq_miss_latency::total  48618939329                       # number of ReadReq miss cycles
system.cpu0.l2cache.WriteInvalidateReq_miss_latency::cpu0.data    194184961                       # number of WriteInvalidateReq miss cycles
system.cpu0.l2cache.WriteInvalidateReq_miss_latency::total    194184961                       # number of WriteInvalidateReq miss cycles
system.cpu0.l2cache.UpgradeReq_miss_latency::cpu0.data   2456096364                       # number of UpgradeReq miss cycles
system.cpu0.l2cache.UpgradeReq_miss_latency::total   2456096364                       # number of UpgradeReq miss cycles
system.cpu0.l2cache.SCUpgradeReq_miss_latency::cpu0.data   3361972231                       # number of SCUpgradeReq miss cycles
system.cpu0.l2cache.SCUpgradeReq_miss_latency::total   3361972231                       # number of SCUpgradeReq miss cycles
system.cpu0.l2cache.SCUpgradeFailReq_miss_latency::cpu0.data      2084000                       # number of SCUpgradeFailReq miss cycles
system.cpu0.l2cache.SCUpgradeFailReq_miss_latency::total      2084000                       # number of SCUpgradeFailReq miss cycles
system.cpu0.l2cache.ReadExReq_miss_latency::cpu0.data  11515878505                       # number of ReadExReq miss cycles
system.cpu0.l2cache.ReadExReq_miss_latency::total  11515878505                       # number of ReadExReq miss cycles
system.cpu0.l2cache.demand_miss_latency::cpu0.dtb.walker    401624493                       # number of demand (read+write) miss cycles
system.cpu0.l2cache.demand_miss_latency::cpu0.itb.walker    376564494                       # number of demand (read+write) miss cycles
system.cpu0.l2cache.demand_miss_latency::cpu0.inst  15423284566                       # number of demand (read+write) miss cycles
system.cpu0.l2cache.demand_miss_latency::cpu0.data  43933344281                       # number of demand (read+write) miss cycles
system.cpu0.l2cache.demand_miss_latency::total  60134817834                       # number of demand (read+write) miss cycles
system.cpu0.l2cache.overall_miss_latency::cpu0.dtb.walker    401624493                       # number of overall miss cycles
system.cpu0.l2cache.overall_miss_latency::cpu0.itb.walker    376564494                       # number of overall miss cycles
system.cpu0.l2cache.overall_miss_latency::cpu0.inst  15423284566                       # number of overall miss cycles
system.cpu0.l2cache.overall_miss_latency::cpu0.data  43933344281                       # number of overall miss cycles
system.cpu0.l2cache.overall_miss_latency::total  60134817834                       # number of overall miss cycles
system.cpu0.l2cache.ReadReq_accesses::cpu0.dtb.walker       235216                       # number of ReadReq accesses(hits+misses)
system.cpu0.l2cache.ReadReq_accesses::cpu0.itb.walker       159535                       # number of ReadReq accesses(hits+misses)
system.cpu0.l2cache.ReadReq_accesses::cpu0.inst      5167088                       # number of ReadReq accesses(hits+misses)
system.cpu0.l2cache.ReadReq_accesses::cpu0.data      3862900                       # number of ReadReq accesses(hits+misses)
system.cpu0.l2cache.ReadReq_accesses::total      9424739                       # number of ReadReq accesses(hits+misses)
system.cpu0.l2cache.Writeback_accesses::writebacks      3895213                       # number of Writeback accesses(hits+misses)
system.cpu0.l2cache.Writeback_accesses::total      3895213                       # number of Writeback accesses(hits+misses)
system.cpu0.l2cache.WriteInvalidateReq_accesses::cpu0.data       781481                       # number of WriteInvalidateReq accesses(hits+misses)
system.cpu0.l2cache.WriteInvalidateReq_accesses::total       781481                       # number of WriteInvalidateReq accesses(hits+misses)
system.cpu0.l2cache.UpgradeReq_accesses::cpu0.data       229329                       # number of UpgradeReq accesses(hits+misses)
system.cpu0.l2cache.UpgradeReq_accesses::total       229329                       # number of UpgradeReq accesses(hits+misses)
system.cpu0.l2cache.SCUpgradeReq_accesses::cpu0.data       200607                       # number of SCUpgradeReq accesses(hits+misses)
system.cpu0.l2cache.SCUpgradeReq_accesses::total       200607                       # number of SCUpgradeReq accesses(hits+misses)
system.cpu0.l2cache.SCUpgradeFailReq_accesses::cpu0.data            8                       # number of SCUpgradeFailReq accesses(hits+misses)
system.cpu0.l2cache.SCUpgradeFailReq_accesses::total            8                       # number of SCUpgradeFailReq accesses(hits+misses)
system.cpu0.l2cache.ReadExReq_accesses::cpu0.data      1206010                       # number of ReadExReq accesses(hits+misses)
system.cpu0.l2cache.ReadExReq_accesses::total      1206010                       # number of ReadExReq accesses(hits+misses)
system.cpu0.l2cache.demand_accesses::cpu0.dtb.walker       235216                       # number of demand (read+write) accesses
system.cpu0.l2cache.demand_accesses::cpu0.itb.walker       159535                       # number of demand (read+write) accesses
system.cpu0.l2cache.demand_accesses::cpu0.inst      5167088                       # number of demand (read+write) accesses
system.cpu0.l2cache.demand_accesses::cpu0.data      5068910                       # number of demand (read+write) accesses
system.cpu0.l2cache.demand_accesses::total     10630749                       # number of demand (read+write) accesses
system.cpu0.l2cache.overall_accesses::cpu0.dtb.walker       235216                       # number of overall (read+write) accesses
system.cpu0.l2cache.overall_accesses::cpu0.itb.walker       159535                       # number of overall (read+write) accesses
system.cpu0.l2cache.overall_accesses::cpu0.inst      5167088                       # number of overall (read+write) accesses
system.cpu0.l2cache.overall_accesses::cpu0.data      5068910                       # number of overall (read+write) accesses
system.cpu0.l2cache.overall_accesses::total     10630749                       # number of overall (read+write) accesses
system.cpu0.l2cache.ReadReq_miss_rate::cpu0.dtb.walker     0.044321                       # miss rate for ReadReq accesses
system.cpu0.l2cache.ReadReq_miss_rate::cpu0.itb.walker     0.056539                       # miss rate for ReadReq accesses
system.cpu0.l2cache.ReadReq_miss_rate::cpu0.inst     0.099515                       # miss rate for ReadReq accesses
system.cpu0.l2cache.ReadReq_miss_rate::cpu0.data     0.253532                       # miss rate for ReadReq accesses
system.cpu0.l2cache.ReadReq_miss_rate::total     0.160537                       # miss rate for ReadReq accesses
system.cpu0.l2cache.Writeback_miss_rate::writebacks     0.000000                       # miss rate for Writeback accesses
system.cpu0.l2cache.Writeback_miss_rate::total     0.000000                       # miss rate for Writeback accesses
system.cpu0.l2cache.WriteInvalidateReq_miss_rate::cpu0.data     0.696946                       # miss rate for WriteInvalidateReq accesses
system.cpu0.l2cache.WriteInvalidateReq_miss_rate::total     0.696946                       # miss rate for WriteInvalidateReq accesses
system.cpu0.l2cache.UpgradeReq_miss_rate::cpu0.data     0.535384                       # miss rate for UpgradeReq accesses
system.cpu0.l2cache.UpgradeReq_miss_rate::total     0.535384                       # miss rate for UpgradeReq accesses
system.cpu0.l2cache.SCUpgradeReq_miss_rate::cpu0.data     0.828730                       # miss rate for SCUpgradeReq accesses
system.cpu0.l2cache.SCUpgradeReq_miss_rate::total     0.828730                       # miss rate for SCUpgradeReq accesses
system.cpu0.l2cache.SCUpgradeFailReq_miss_rate::cpu0.data            1                       # miss rate for SCUpgradeFailReq accesses
system.cpu0.l2cache.SCUpgradeFailReq_miss_rate::total            1                       # miss rate for SCUpgradeFailReq accesses
system.cpu0.l2cache.ReadExReq_miss_rate::cpu0.data     0.210094                       # miss rate for ReadExReq accesses
system.cpu0.l2cache.ReadExReq_miss_rate::total     0.210094                       # miss rate for ReadExReq accesses
system.cpu0.l2cache.demand_miss_rate::cpu0.dtb.walker     0.044321                       # miss rate for demand accesses
system.cpu0.l2cache.demand_miss_rate::cpu0.itb.walker     0.056539                       # miss rate for demand accesses
system.cpu0.l2cache.demand_miss_rate::cpu0.inst     0.099515                       # miss rate for demand accesses
system.cpu0.l2cache.demand_miss_rate::cpu0.data     0.243197                       # miss rate for demand accesses
system.cpu0.l2cache.demand_miss_rate::total     0.166159                       # miss rate for demand accesses
system.cpu0.l2cache.overall_miss_rate::cpu0.dtb.walker     0.044321                       # miss rate for overall accesses
system.cpu0.l2cache.overall_miss_rate::cpu0.itb.walker     0.056539                       # miss rate for overall accesses
system.cpu0.l2cache.overall_miss_rate::cpu0.inst     0.099515                       # miss rate for overall accesses
system.cpu0.l2cache.overall_miss_rate::cpu0.data     0.243197                       # miss rate for overall accesses
system.cpu0.l2cache.overall_miss_rate::total     0.166159                       # miss rate for overall accesses
system.cpu0.l2cache.ReadReq_avg_miss_latency::cpu0.dtb.walker 38525.131223                       # average ReadReq miss latency
system.cpu0.l2cache.ReadReq_avg_miss_latency::cpu0.itb.walker 41747.726608                       # average ReadReq miss latency
system.cpu0.l2cache.ReadReq_avg_miss_latency::cpu0.inst 29994.660777                       # average ReadReq miss latency
system.cpu0.l2cache.ReadReq_avg_miss_latency::cpu0.data 33100.325491                       # average ReadReq miss latency
system.cpu0.l2cache.ReadReq_avg_miss_latency::total 32133.790607                       # average ReadReq miss latency
system.cpu0.l2cache.WriteInvalidateReq_avg_miss_latency::cpu0.data   356.531646                       # average WriteInvalidateReq miss latency
system.cpu0.l2cache.WriteInvalidateReq_avg_miss_latency::total   356.531646                       # average WriteInvalidateReq miss latency
system.cpu0.l2cache.UpgradeReq_avg_miss_latency::cpu0.data 20004.205638                       # average UpgradeReq miss latency
system.cpu0.l2cache.UpgradeReq_avg_miss_latency::total 20004.205638                       # average UpgradeReq miss latency
system.cpu0.l2cache.SCUpgradeReq_avg_miss_latency::cpu0.data 20222.510999                       # average SCUpgradeReq miss latency
system.cpu0.l2cache.SCUpgradeReq_avg_miss_latency::total 20222.510999                       # average SCUpgradeReq miss latency
system.cpu0.l2cache.SCUpgradeFailReq_avg_miss_latency::cpu0.data       260500                       # average SCUpgradeFailReq miss latency
system.cpu0.l2cache.SCUpgradeFailReq_avg_miss_latency::total       260500                       # average SCUpgradeFailReq miss latency
system.cpu0.l2cache.ReadExReq_avg_miss_latency::cpu0.data 45449.760455                       # average ReadExReq miss latency
system.cpu0.l2cache.ReadExReq_avg_miss_latency::total 45449.760455                       # average ReadExReq miss latency
system.cpu0.l2cache.demand_avg_miss_latency::cpu0.dtb.walker 38525.131223                       # average overall miss latency
system.cpu0.l2cache.demand_avg_miss_latency::cpu0.itb.walker 41747.726608                       # average overall miss latency
system.cpu0.l2cache.demand_avg_miss_latency::cpu0.inst 29994.660777                       # average overall miss latency
system.cpu0.l2cache.demand_avg_miss_latency::cpu0.data 35638.602178                       # average overall miss latency
system.cpu0.l2cache.demand_avg_miss_latency::total 34043.868991                       # average overall miss latency
system.cpu0.l2cache.overall_avg_miss_latency::cpu0.dtb.walker 38525.131223                       # average overall miss latency
system.cpu0.l2cache.overall_avg_miss_latency::cpu0.itb.walker 41747.726608                       # average overall miss latency
system.cpu0.l2cache.overall_avg_miss_latency::cpu0.inst 29994.660777                       # average overall miss latency
system.cpu0.l2cache.overall_avg_miss_latency::cpu0.data 35638.602178                       # average overall miss latency
system.cpu0.l2cache.overall_avg_miss_latency::total 34043.868991                       # average overall miss latency
system.cpu0.l2cache.blocked_cycles::no_mshrs            0                       # number of cycles access was blocked
system.cpu0.l2cache.blocked_cycles::no_targets            0                       # number of cycles access was blocked
system.cpu0.l2cache.blocked::no_mshrs               0                       # number of cycles access was blocked
system.cpu0.l2cache.blocked::no_targets             0                       # number of cycles access was blocked
system.cpu0.l2cache.avg_blocked_cycles::no_mshrs          nan                       # average number of cycles each access was blocked
system.cpu0.l2cache.avg_blocked_cycles::no_targets          nan                       # average number of cycles each access was blocked
system.cpu0.l2cache.fast_writes                     0                       # number of fast writes performed
system.cpu0.l2cache.cache_copies                    0                       # number of cache copies performed
system.cpu0.l2cache.writebacks::writebacks      1390929                       # number of writebacks
system.cpu0.l2cache.writebacks::total         1390929                       # number of writebacks
system.cpu0.l2cache.ReadReq_mshr_hits::cpu0.data          412                       # number of ReadReq MSHR hits
system.cpu0.l2cache.ReadReq_mshr_hits::total          412                       # number of ReadReq MSHR hits
system.cpu0.l2cache.ReadExReq_mshr_hits::cpu0.data         5653                       # number of ReadExReq MSHR hits
system.cpu0.l2cache.ReadExReq_mshr_hits::total         5653                       # number of ReadExReq MSHR hits
system.cpu0.l2cache.demand_mshr_hits::cpu0.data         6065                       # number of demand (read+write) MSHR hits
system.cpu0.l2cache.demand_mshr_hits::total         6065                       # number of demand (read+write) MSHR hits
system.cpu0.l2cache.overall_mshr_hits::cpu0.data         6065                       # number of overall MSHR hits
system.cpu0.l2cache.overall_mshr_hits::total         6065                       # number of overall MSHR hits
system.cpu0.l2cache.ReadReq_mshr_misses::cpu0.dtb.walker        10425                       # number of ReadReq MSHR misses
system.cpu0.l2cache.ReadReq_mshr_misses::cpu0.itb.walker         9020                       # number of ReadReq MSHR misses
system.cpu0.l2cache.ReadReq_mshr_misses::cpu0.inst       514201                       # number of ReadReq MSHR misses
system.cpu0.l2cache.ReadReq_mshr_misses::cpu0.data       978958                       # number of ReadReq MSHR misses
system.cpu0.l2cache.ReadReq_mshr_misses::total      1512604                       # number of ReadReq MSHR misses
system.cpu0.l2cache.Writeback_mshr_misses::writebacks            1                       # number of Writeback MSHR misses
system.cpu0.l2cache.Writeback_mshr_misses::total            1                       # number of Writeback MSHR misses
system.cpu0.l2cache.HardPFReq_mshr_misses::cpu0.l2cache.prefetcher       705771                       # number of HardPFReq MSHR misses
system.cpu0.l2cache.HardPFReq_mshr_misses::total       705771                       # number of HardPFReq MSHR misses
system.cpu0.l2cache.WriteInvalidateReq_mshr_misses::cpu0.data       544650                       # number of WriteInvalidateReq MSHR misses
system.cpu0.l2cache.WriteInvalidateReq_mshr_misses::total       544650                       # number of WriteInvalidateReq MSHR misses
system.cpu0.l2cache.UpgradeReq_mshr_misses::cpu0.data       122779                       # number of UpgradeReq MSHR misses
system.cpu0.l2cache.UpgradeReq_mshr_misses::total       122779                       # number of UpgradeReq MSHR misses
system.cpu0.l2cache.SCUpgradeReq_mshr_misses::cpu0.data       166249                       # number of SCUpgradeReq MSHR misses
system.cpu0.l2cache.SCUpgradeReq_mshr_misses::total       166249                       # number of SCUpgradeReq MSHR misses
system.cpu0.l2cache.SCUpgradeFailReq_mshr_misses::cpu0.data            8                       # number of SCUpgradeFailReq MSHR misses
system.cpu0.l2cache.SCUpgradeFailReq_mshr_misses::total            8                       # number of SCUpgradeFailReq MSHR misses
system.cpu0.l2cache.ReadExReq_mshr_misses::cpu0.data       247723                       # number of ReadExReq MSHR misses
system.cpu0.l2cache.ReadExReq_mshr_misses::total       247723                       # number of ReadExReq MSHR misses
system.cpu0.l2cache.demand_mshr_misses::cpu0.dtb.walker        10425                       # number of demand (read+write) MSHR misses
system.cpu0.l2cache.demand_mshr_misses::cpu0.itb.walker         9020                       # number of demand (read+write) MSHR misses
system.cpu0.l2cache.demand_mshr_misses::cpu0.inst       514201                       # number of demand (read+write) MSHR misses
system.cpu0.l2cache.demand_mshr_misses::cpu0.data      1226681                       # number of demand (read+write) MSHR misses
system.cpu0.l2cache.demand_mshr_misses::total      1760327                       # number of demand (read+write) MSHR misses
system.cpu0.l2cache.overall_mshr_misses::cpu0.dtb.walker        10425                       # number of overall MSHR misses
system.cpu0.l2cache.overall_mshr_misses::cpu0.itb.walker         9020                       # number of overall MSHR misses
system.cpu0.l2cache.overall_mshr_misses::cpu0.inst       514201                       # number of overall MSHR misses
system.cpu0.l2cache.overall_mshr_misses::cpu0.data      1226681                       # number of overall MSHR misses
system.cpu0.l2cache.overall_mshr_misses::cpu0.l2cache.prefetcher       705771                       # number of overall MSHR misses
system.cpu0.l2cache.overall_mshr_misses::total      2466098                       # number of overall MSHR misses
system.cpu0.l2cache.ReadReq_mshr_miss_latency::cpu0.dtb.walker    327932509                       # number of ReadReq MSHR miss cycles
system.cpu0.l2cache.ReadReq_mshr_miss_latency::cpu0.itb.walker    312733504                       # number of ReadReq MSHR miss cycles
system.cpu0.l2cache.ReadReq_mshr_miss_latency::cpu0.inst  11805310434                       # number of ReadReq MSHR miss cycles
system.cpu0.l2cache.ReadReq_mshr_miss_latency::cpu0.data  25478803206                       # number of ReadReq MSHR miss cycles
system.cpu0.l2cache.ReadReq_mshr_miss_latency::total  37924779653                       # number of ReadReq MSHR miss cycles
system.cpu0.l2cache.HardPFReq_mshr_miss_latency::cpu0.l2cache.prefetcher  34882867408                       # number of HardPFReq MSHR miss cycles
system.cpu0.l2cache.HardPFReq_mshr_miss_latency::total  34882867408                       # number of HardPFReq MSHR miss cycles
system.cpu0.l2cache.WriteInvalidateReq_mshr_miss_latency::cpu0.data  18696199399                       # number of WriteInvalidateReq MSHR miss cycles
system.cpu0.l2cache.WriteInvalidateReq_mshr_miss_latency::total  18696199399                       # number of WriteInvalidateReq MSHR miss cycles
system.cpu0.l2cache.UpgradeReq_mshr_miss_latency::cpu0.data   2085589258                       # number of UpgradeReq MSHR miss cycles
system.cpu0.l2cache.UpgradeReq_mshr_miss_latency::total   2085589258                       # number of UpgradeReq MSHR miss cycles
system.cpu0.l2cache.SCUpgradeReq_mshr_miss_latency::cpu0.data   2284466860                       # number of SCUpgradeReq MSHR miss cycles
system.cpu0.l2cache.SCUpgradeReq_mshr_miss_latency::total   2284466860                       # number of SCUpgradeReq MSHR miss cycles
system.cpu0.l2cache.SCUpgradeFailReq_mshr_miss_latency::cpu0.data      1713000                       # number of SCUpgradeFailReq MSHR miss cycles
system.cpu0.l2cache.SCUpgradeFailReq_mshr_miss_latency::total      1713000                       # number of SCUpgradeFailReq MSHR miss cycles
system.cpu0.l2cache.ReadExReq_mshr_miss_latency::cpu0.data   9147060396                       # number of ReadExReq MSHR miss cycles
system.cpu0.l2cache.ReadExReq_mshr_miss_latency::total   9147060396                       # number of ReadExReq MSHR miss cycles
system.cpu0.l2cache.demand_mshr_miss_latency::cpu0.dtb.walker    327932509                       # number of demand (read+write) MSHR miss cycles
system.cpu0.l2cache.demand_mshr_miss_latency::cpu0.itb.walker    312733504                       # number of demand (read+write) MSHR miss cycles
system.cpu0.l2cache.demand_mshr_miss_latency::cpu0.inst  11805310434                       # number of demand (read+write) MSHR miss cycles
system.cpu0.l2cache.demand_mshr_miss_latency::cpu0.data  34625863602                       # number of demand (read+write) MSHR miss cycles
system.cpu0.l2cache.demand_mshr_miss_latency::total  47071840049                       # number of demand (read+write) MSHR miss cycles
system.cpu0.l2cache.overall_mshr_miss_latency::cpu0.dtb.walker    327932509                       # number of overall MSHR miss cycles
system.cpu0.l2cache.overall_mshr_miss_latency::cpu0.itb.walker    312733504                       # number of overall MSHR miss cycles
system.cpu0.l2cache.overall_mshr_miss_latency::cpu0.inst  11805310434                       # number of overall MSHR miss cycles
system.cpu0.l2cache.overall_mshr_miss_latency::cpu0.data  34625863602                       # number of overall MSHR miss cycles
system.cpu0.l2cache.overall_mshr_miss_latency::cpu0.l2cache.prefetcher  34882867408                       # number of overall MSHR miss cycles
system.cpu0.l2cache.overall_mshr_miss_latency::total  81954707457                       # number of overall MSHR miss cycles
system.cpu0.l2cache.ReadReq_mshr_uncacheable_latency::cpu0.inst   3061864750                       # number of ReadReq MSHR uncacheable cycles
system.cpu0.l2cache.ReadReq_mshr_uncacheable_latency::cpu0.data   2174725243                       # number of ReadReq MSHR uncacheable cycles
system.cpu0.l2cache.ReadReq_mshr_uncacheable_latency::total   5236589993                       # number of ReadReq MSHR uncacheable cycles
system.cpu0.l2cache.WriteReq_mshr_uncacheable_latency::cpu0.data   2129495502                       # number of WriteReq MSHR uncacheable cycles
system.cpu0.l2cache.WriteReq_mshr_uncacheable_latency::total   2129495502                       # number of WriteReq MSHR uncacheable cycles
system.cpu0.l2cache.overall_mshr_uncacheable_latency::cpu0.inst   3061864750                       # number of overall MSHR uncacheable cycles
system.cpu0.l2cache.overall_mshr_uncacheable_latency::cpu0.data   4304220745                       # number of overall MSHR uncacheable cycles
system.cpu0.l2cache.overall_mshr_uncacheable_latency::total   7366085495                       # number of overall MSHR uncacheable cycles
system.cpu0.l2cache.ReadReq_mshr_miss_rate::cpu0.dtb.walker     0.044321                       # mshr miss rate for ReadReq accesses
system.cpu0.l2cache.ReadReq_mshr_miss_rate::cpu0.itb.walker     0.056539                       # mshr miss rate for ReadReq accesses
system.cpu0.l2cache.ReadReq_mshr_miss_rate::cpu0.inst     0.099515                       # mshr miss rate for ReadReq accesses
system.cpu0.l2cache.ReadReq_mshr_miss_rate::cpu0.data     0.253426                       # mshr miss rate for ReadReq accesses
system.cpu0.l2cache.ReadReq_mshr_miss_rate::total     0.160493                       # mshr miss rate for ReadReq accesses
system.cpu0.l2cache.Writeback_mshr_miss_rate::writebacks     0.000000                       # mshr miss rate for Writeback accesses
system.cpu0.l2cache.Writeback_mshr_miss_rate::total     0.000000                       # mshr miss rate for Writeback accesses
system.cpu0.l2cache.HardPFReq_mshr_miss_rate::cpu0.l2cache.prefetcher          inf                       # mshr miss rate for HardPFReq accesses
system.cpu0.l2cache.HardPFReq_mshr_miss_rate::total          inf                       # mshr miss rate for HardPFReq accesses
system.cpu0.l2cache.WriteInvalidateReq_mshr_miss_rate::cpu0.data     0.696946                       # mshr miss rate for WriteInvalidateReq accesses
system.cpu0.l2cache.WriteInvalidateReq_mshr_miss_rate::total     0.696946                       # mshr miss rate for WriteInvalidateReq accesses
system.cpu0.l2cache.UpgradeReq_mshr_miss_rate::cpu0.data     0.535384                       # mshr miss rate for UpgradeReq accesses
system.cpu0.l2cache.UpgradeReq_mshr_miss_rate::total     0.535384                       # mshr miss rate for UpgradeReq accesses
system.cpu0.l2cache.SCUpgradeReq_mshr_miss_rate::cpu0.data     0.828730                       # mshr miss rate for SCUpgradeReq accesses
system.cpu0.l2cache.SCUpgradeReq_mshr_miss_rate::total     0.828730                       # mshr miss rate for SCUpgradeReq accesses
system.cpu0.l2cache.SCUpgradeFailReq_mshr_miss_rate::cpu0.data            1                       # mshr miss rate for SCUpgradeFailReq accesses
system.cpu0.l2cache.SCUpgradeFailReq_mshr_miss_rate::total            1                       # mshr miss rate for SCUpgradeFailReq accesses
system.cpu0.l2cache.ReadExReq_mshr_miss_rate::cpu0.data     0.205407                       # mshr miss rate for ReadExReq accesses
system.cpu0.l2cache.ReadExReq_mshr_miss_rate::total     0.205407                       # mshr miss rate for ReadExReq accesses
system.cpu0.l2cache.demand_mshr_miss_rate::cpu0.dtb.walker     0.044321                       # mshr miss rate for demand accesses
system.cpu0.l2cache.demand_mshr_miss_rate::cpu0.itb.walker     0.056539                       # mshr miss rate for demand accesses
system.cpu0.l2cache.demand_mshr_miss_rate::cpu0.inst     0.099515                       # mshr miss rate for demand accesses
system.cpu0.l2cache.demand_mshr_miss_rate::cpu0.data     0.242001                       # mshr miss rate for demand accesses
system.cpu0.l2cache.demand_mshr_miss_rate::total     0.165588                       # mshr miss rate for demand accesses
system.cpu0.l2cache.overall_mshr_miss_rate::cpu0.dtb.walker     0.044321                       # mshr miss rate for overall accesses
system.cpu0.l2cache.overall_mshr_miss_rate::cpu0.itb.walker     0.056539                       # mshr miss rate for overall accesses
system.cpu0.l2cache.overall_mshr_miss_rate::cpu0.inst     0.099515                       # mshr miss rate for overall accesses
system.cpu0.l2cache.overall_mshr_miss_rate::cpu0.data     0.242001                       # mshr miss rate for overall accesses
system.cpu0.l2cache.overall_mshr_miss_rate::cpu0.l2cache.prefetcher          inf                       # mshr miss rate for overall accesses
system.cpu0.l2cache.overall_mshr_miss_rate::total     0.231978                       # mshr miss rate for overall accesses
system.cpu0.l2cache.ReadReq_avg_mshr_miss_latency::cpu0.dtb.walker 31456.355779                       # average ReadReq mshr miss latency
system.cpu0.l2cache.ReadReq_avg_mshr_miss_latency::cpu0.itb.walker 34671.120177                       # average ReadReq mshr miss latency
system.cpu0.l2cache.ReadReq_avg_mshr_miss_latency::cpu0.inst 22958.552072                       # average ReadReq mshr miss latency
system.cpu0.l2cache.ReadReq_avg_mshr_miss_latency::cpu0.data 26026.451805                       # average ReadReq mshr miss latency
system.cpu0.l2cache.ReadReq_avg_mshr_miss_latency::total 25072.510487                       # average ReadReq mshr miss latency
system.cpu0.l2cache.HardPFReq_avg_mshr_miss_latency::cpu0.l2cache.prefetcher 49425.192319                       # average HardPFReq mshr miss latency
system.cpu0.l2cache.HardPFReq_avg_mshr_miss_latency::total 49425.192319                       # average HardPFReq mshr miss latency
system.cpu0.l2cache.WriteInvalidateReq_avg_mshr_miss_latency::cpu0.data 34326.997887                       # average WriteInvalidateReq mshr miss latency
system.cpu0.l2cache.WriteInvalidateReq_avg_mshr_miss_latency::total 34326.997887                       # average WriteInvalidateReq mshr miss latency
system.cpu0.l2cache.UpgradeReq_avg_mshr_miss_latency::cpu0.data 16986.530742                       # average UpgradeReq mshr miss latency
system.cpu0.l2cache.UpgradeReq_avg_mshr_miss_latency::total 16986.530742                       # average UpgradeReq mshr miss latency
system.cpu0.l2cache.SCUpgradeReq_avg_mshr_miss_latency::cpu0.data 13741.236699                       # average SCUpgradeReq mshr miss latency
system.cpu0.l2cache.SCUpgradeReq_avg_mshr_miss_latency::total 13741.236699                       # average SCUpgradeReq mshr miss latency
system.cpu0.l2cache.SCUpgradeFailReq_avg_mshr_miss_latency::cpu0.data       214125                       # average SCUpgradeFailReq mshr miss latency
system.cpu0.l2cache.SCUpgradeFailReq_avg_mshr_miss_latency::total       214125                       # average SCUpgradeFailReq mshr miss latency
system.cpu0.l2cache.ReadExReq_avg_mshr_miss_latency::cpu0.data 36924.550389                       # average ReadExReq mshr miss latency
system.cpu0.l2cache.ReadExReq_avg_mshr_miss_latency::total 36924.550389                       # average ReadExReq mshr miss latency
system.cpu0.l2cache.demand_avg_mshr_miss_latency::cpu0.dtb.walker 31456.355779                       # average overall mshr miss latency
system.cpu0.l2cache.demand_avg_mshr_miss_latency::cpu0.itb.walker 34671.120177                       # average overall mshr miss latency
system.cpu0.l2cache.demand_avg_mshr_miss_latency::cpu0.inst 22958.552072                       # average overall mshr miss latency
system.cpu0.l2cache.demand_avg_mshr_miss_latency::cpu0.data 28227.276368                       # average overall mshr miss latency
system.cpu0.l2cache.demand_avg_mshr_miss_latency::total 26740.395420                       # average overall mshr miss latency
system.cpu0.l2cache.overall_avg_mshr_miss_latency::cpu0.dtb.walker 31456.355779                       # average overall mshr miss latency
system.cpu0.l2cache.overall_avg_mshr_miss_latency::cpu0.itb.walker 34671.120177                       # average overall mshr miss latency
system.cpu0.l2cache.overall_avg_mshr_miss_latency::cpu0.inst 22958.552072                       # average overall mshr miss latency
system.cpu0.l2cache.overall_avg_mshr_miss_latency::cpu0.data 28227.276368                       # average overall mshr miss latency
system.cpu0.l2cache.overall_avg_mshr_miss_latency::cpu0.l2cache.prefetcher 49425.192319                       # average overall mshr miss latency
system.cpu0.l2cache.overall_avg_mshr_miss_latency::total 33232.542850                       # average overall mshr miss latency
system.cpu0.l2cache.ReadReq_avg_mshr_uncacheable_latency::cpu0.inst          inf                       # average ReadReq mshr uncacheable latency
system.cpu0.l2cache.ReadReq_avg_mshr_uncacheable_latency::cpu0.data          inf                       # average ReadReq mshr uncacheable latency
system.cpu0.l2cache.ReadReq_avg_mshr_uncacheable_latency::total          inf                       # average ReadReq mshr uncacheable latency
system.cpu0.l2cache.WriteReq_avg_mshr_uncacheable_latency::cpu0.data          inf                       # average WriteReq mshr uncacheable latency
system.cpu0.l2cache.WriteReq_avg_mshr_uncacheable_latency::total          inf                       # average WriteReq mshr uncacheable latency
system.cpu0.l2cache.overall_avg_mshr_uncacheable_latency::cpu0.inst          inf                       # average overall mshr uncacheable latency
system.cpu0.l2cache.overall_avg_mshr_uncacheable_latency::cpu0.data          inf                       # average overall mshr uncacheable latency
system.cpu0.l2cache.overall_avg_mshr_uncacheable_latency::total          inf                       # average overall mshr uncacheable latency
system.cpu0.l2cache.no_allocate_misses              0                       # Number of misses that were no-allocate
system.cpu0.toL2Bus.trans_dist::ReadReq      11541292                       # Transaction distribution
system.cpu0.toL2Bus.trans_dist::ReadResp      9690709                       # Transaction distribution
system.cpu0.toL2Bus.trans_dist::WriteReq        15329                       # Transaction distribution
system.cpu0.toL2Bus.trans_dist::WriteResp        15329                       # Transaction distribution
system.cpu0.toL2Bus.trans_dist::Writeback      3895213                       # Transaction distribution
system.cpu0.toL2Bus.trans_dist::HardPFReq      1069383                       # Transaction distribution
system.cpu0.toL2Bus.trans_dist::WriteInvalidateReq      1166255                       # Transaction distribution
system.cpu0.toL2Bus.trans_dist::WriteInvalidateResp       781481                       # Transaction distribution
system.cpu0.toL2Bus.trans_dist::UpgradeReq       444610                       # Transaction distribution
system.cpu0.toL2Bus.trans_dist::SCUpgradeReq       368177                       # Transaction distribution
system.cpu0.toL2Bus.trans_dist::UpgradeResp       498972                       # Transaction distribution
system.cpu0.toL2Bus.trans_dist::SCUpgradeFailReq           55                       # Transaction distribution
system.cpu0.toL2Bus.trans_dist::UpgradeFailResp          100                       # Transaction distribution
system.cpu0.toL2Bus.trans_dist::ReadExReq      1328849                       # Transaction distribution
system.cpu0.toL2Bus.trans_dist::ReadExResp      1215209                       # Transaction distribution
system.cpu0.toL2Bus.pkt_count_system.cpu0.icache.mem_side::system.cpu0.l2cache.cpu_side     10420426                       # Packet count per connected master and slave (bytes)
system.cpu0.toL2Bus.pkt_count_system.cpu0.dcache.mem_side::system.cpu0.l2cache.cpu_side     16690518                       # Packet count per connected master and slave (bytes)
system.cpu0.toL2Bus.pkt_count_system.cpu0.itb.walker.dma::system.cpu0.l2cache.cpu_side       351532                       # Packet count per connected master and slave (bytes)
system.cpu0.toL2Bus.pkt_count_system.cpu0.dtb.walker.dma::system.cpu0.l2cache.cpu_side       549297                       # Packet count per connected master and slave (bytes)
system.cpu0.toL2Bus.pkt_count::total         28011773                       # Packet count per connected master and slave (bytes)
system.cpu0.toL2Bus.pkt_size_system.cpu0.icache.mem_side::system.cpu0.l2cache.cpu_side    330866132                       # Cumulative packet size per connected master and slave (bytes)
system.cpu0.toL2Bus.pkt_size_system.cpu0.dcache.mem_side::system.cpu0.l2cache.cpu_side    630631769                       # Cumulative packet size per connected master and slave (bytes)
system.cpu0.toL2Bus.pkt_size_system.cpu0.itb.walker.dma::system.cpu0.l2cache.cpu_side      1276280                       # Cumulative packet size per connected master and slave (bytes)
system.cpu0.toL2Bus.pkt_size_system.cpu0.dtb.walker.dma::system.cpu0.l2cache.cpu_side      1881728                       # Cumulative packet size per connected master and slave (bytes)
system.cpu0.toL2Bus.pkt_size::total         964655909                       # Cumulative packet size per connected master and slave (bytes)
system.cpu0.toL2Bus.snoops                    4194903                       # Total snoops (count)
system.cpu0.toL2Bus.snoop_fanout::samples     19756578                       # Request fanout histogram
system.cpu0.toL2Bus.snoop_fanout::mean       5.197801                       # Request fanout histogram
system.cpu0.toL2Bus.snoop_fanout::stdev      0.398341                       # Request fanout histogram
system.cpu0.toL2Bus.snoop_fanout::underflows            0      0.00%      0.00% # Request fanout histogram
system.cpu0.toL2Bus.snoop_fanout::0                 0      0.00%      0.00% # Request fanout histogram
system.cpu0.toL2Bus.snoop_fanout::1                 0      0.00%      0.00% # Request fanout histogram
system.cpu0.toL2Bus.snoop_fanout::2                 0      0.00%      0.00% # Request fanout histogram
system.cpu0.toL2Bus.snoop_fanout::3                 0      0.00%      0.00% # Request fanout histogram
system.cpu0.toL2Bus.snoop_fanout::4                 0      0.00%      0.00% # Request fanout histogram
system.cpu0.toL2Bus.snoop_fanout::5          15848715     80.22%     80.22% # Request fanout histogram
system.cpu0.toL2Bus.snoop_fanout::6           3907863     19.78%    100.00% # Request fanout histogram
system.cpu0.toL2Bus.snoop_fanout::overflows            0      0.00%    100.00% # Request fanout histogram
system.cpu0.toL2Bus.snoop_fanout::min_value            5                       # Request fanout histogram
system.cpu0.toL2Bus.snoop_fanout::max_value            6                       # Request fanout histogram
system.cpu0.toL2Bus.snoop_fanout::total      19756578                       # Request fanout histogram
system.cpu0.toL2Bus.reqLayer0.occupancy   12645685295                       # Layer occupancy (ticks)
system.cpu0.toL2Bus.reqLayer0.utilization          0.0                       # Layer utilization (%)
system.cpu0.toL2Bus.snoopLayer0.occupancy    194485993                       # Layer occupancy (ticks)
system.cpu0.toL2Bus.snoopLayer0.utilization          0.0                       # Layer utilization (%)
system.cpu0.toL2Bus.respLayer0.occupancy   7813325558                       # Layer occupancy (ticks)
system.cpu0.toL2Bus.respLayer0.utilization          0.0                       # Layer utilization (%)
system.cpu0.toL2Bus.respLayer1.occupancy   8298663367                       # Layer occupancy (ticks)
system.cpu0.toL2Bus.respLayer1.utilization          0.0                       # Layer utilization (%)
system.cpu0.toL2Bus.respLayer2.occupancy    192341003                       # Layer occupancy (ticks)
system.cpu0.toL2Bus.respLayer2.utilization          0.0                       # Layer utilization (%)
system.cpu0.toL2Bus.respLayer3.occupancy    314436506                       # Layer occupancy (ticks)
system.cpu0.toL2Bus.respLayer3.utilization          0.0                       # Layer utilization (%)
system.cpu1.dstage2_mmu.stage2_tlb.walker.walks            0                       # Table walker walks requested
system.cpu1.dstage2_mmu.stage2_tlb.walker.walkRequestOrigin_Requested::Data            0                       # Table walker requests started/completed, data/inst
system.cpu1.dstage2_mmu.stage2_tlb.walker.walkRequestOrigin_Requested::Inst            0                       # Table walker requests started/completed, data/inst
system.cpu1.dstage2_mmu.stage2_tlb.walker.walkRequestOrigin_Requested::total            0                       # Table walker requests started/completed, data/inst
system.cpu1.dstage2_mmu.stage2_tlb.walker.walkRequestOrigin_Completed::Data            0                       # Table walker requests started/completed, data/inst
system.cpu1.dstage2_mmu.stage2_tlb.walker.walkRequestOrigin_Completed::Inst            0                       # Table walker requests started/completed, data/inst
system.cpu1.dstage2_mmu.stage2_tlb.walker.walkRequestOrigin_Completed::total            0                       # Table walker requests started/completed, data/inst
system.cpu1.dstage2_mmu.stage2_tlb.walker.walkRequestOrigin::total            0                       # Table walker requests started/completed, data/inst
system.cpu1.dstage2_mmu.stage2_tlb.inst_hits            0                       # ITB inst hits
system.cpu1.dstage2_mmu.stage2_tlb.inst_misses            0                       # ITB inst misses
system.cpu1.dstage2_mmu.stage2_tlb.read_hits            0                       # DTB read hits
system.cpu1.dstage2_mmu.stage2_tlb.read_misses            0                       # DTB read misses
system.cpu1.dstage2_mmu.stage2_tlb.write_hits            0                       # DTB write hits
system.cpu1.dstage2_mmu.stage2_tlb.write_misses            0                       # DTB write misses
system.cpu1.dstage2_mmu.stage2_tlb.flush_tlb            0                       # Number of times complete TLB was flushed
system.cpu1.dstage2_mmu.stage2_tlb.flush_tlb_mva            0                       # Number of times TLB was flushed by MVA
system.cpu1.dstage2_mmu.stage2_tlb.flush_tlb_mva_asid            0                       # Number of times TLB was flushed by MVA & ASID
system.cpu1.dstage2_mmu.stage2_tlb.flush_tlb_asid            0                       # Number of times TLB was flushed by ASID
system.cpu1.dstage2_mmu.stage2_tlb.flush_entries            0                       # Number of entries that have been flushed from TLB
system.cpu1.dstage2_mmu.stage2_tlb.align_faults            0                       # Number of TLB faults due to alignment restrictions
system.cpu1.dstage2_mmu.stage2_tlb.prefetch_faults            0                       # Number of TLB faults due to prefetch
system.cpu1.dstage2_mmu.stage2_tlb.domain_faults            0                       # Number of TLB faults due to domain restrictions
system.cpu1.dstage2_mmu.stage2_tlb.perms_faults            0                       # Number of TLB faults due to permissions restrictions
system.cpu1.dstage2_mmu.stage2_tlb.read_accesses            0                       # DTB read accesses
system.cpu1.dstage2_mmu.stage2_tlb.write_accesses            0                       # DTB write accesses
system.cpu1.dstage2_mmu.stage2_tlb.inst_accesses            0                       # ITB inst accesses
system.cpu1.dstage2_mmu.stage2_tlb.hits             0                       # DTB hits
system.cpu1.dstage2_mmu.stage2_tlb.misses            0                       # DTB misses
system.cpu1.dstage2_mmu.stage2_tlb.accesses            0                       # DTB accesses
system.cpu1.dtb.walker.walks                    99527                       # Table walker walks requested
system.cpu1.dtb.walker.walksLong                99527                       # Table walker walks initiated with long descriptors
system.cpu1.dtb.walker.walksLongTerminationLevel::Level2         9603                       # Level at which table walker walks with long descriptors terminate
system.cpu1.dtb.walker.walksLongTerminationLevel::Level3        74573                       # Level at which table walker walks with long descriptors terminate
system.cpu1.dtb.walker.walksSquashedBefore            9                       # Table walks squashed before starting
system.cpu1.dtb.walker.walkWaitTime::samples        99518                       # Table walker wait (enqueue to first request) latency
system.cpu1.dtb.walker.walkWaitTime::mean     0.271308                       # Table walker wait (enqueue to first request) latency
system.cpu1.dtb.walker.walkWaitTime::stdev    67.169326                       # Table walker wait (enqueue to first request) latency
system.cpu1.dtb.walker.walkWaitTime::0-2047        99516    100.00%    100.00% # Table walker wait (enqueue to first request) latency
system.cpu1.dtb.walker.walkWaitTime::6144-8191            1      0.00%    100.00% # Table walker wait (enqueue to first request) latency
system.cpu1.dtb.walker.walkWaitTime::18432-20479            1      0.00%    100.00% # Table walker wait (enqueue to first request) latency
system.cpu1.dtb.walker.walkWaitTime::total        99518                       # Table walker wait (enqueue to first request) latency
system.cpu1.dtb.walker.walkCompletionTime::samples        84185                       # Table walker service (enqueue to completion) latency
system.cpu1.dtb.walker.walkCompletionTime::mean 16581.674289                       # Table walker service (enqueue to completion) latency
system.cpu1.dtb.walker.walkCompletionTime::gmean 15037.130908                       # Table walker service (enqueue to completion) latency
system.cpu1.dtb.walker.walkCompletionTime::stdev 10932.627488                       # Table walker service (enqueue to completion) latency
system.cpu1.dtb.walker.walkCompletionTime::0-32767        81471     96.78%     96.78% # Table walker service (enqueue to completion) latency
system.cpu1.dtb.walker.walkCompletionTime::32768-65535         2185      2.60%     99.37% # Table walker service (enqueue to completion) latency
system.cpu1.dtb.walker.walkCompletionTime::65536-98303          285      0.34%     99.71% # Table walker service (enqueue to completion) latency
system.cpu1.dtb.walker.walkCompletionTime::98304-131071          159      0.19%     99.90% # Table walker service (enqueue to completion) latency
system.cpu1.dtb.walker.walkCompletionTime::131072-163839           19      0.02%     99.92% # Table walker service (enqueue to completion) latency
system.cpu1.dtb.walker.walkCompletionTime::163840-196607           14      0.02%     99.94% # Table walker service (enqueue to completion) latency
system.cpu1.dtb.walker.walkCompletionTime::196608-229375           18      0.02%     99.96% # Table walker service (enqueue to completion) latency
system.cpu1.dtb.walker.walkCompletionTime::229376-262143            4      0.00%     99.96% # Table walker service (enqueue to completion) latency
system.cpu1.dtb.walker.walkCompletionTime::262144-294911           15      0.02%     99.98% # Table walker service (enqueue to completion) latency
system.cpu1.dtb.walker.walkCompletionTime::294912-327679            5      0.01%     99.99% # Table walker service (enqueue to completion) latency
system.cpu1.dtb.walker.walkCompletionTime::327680-360447            5      0.01%     99.99% # Table walker service (enqueue to completion) latency
system.cpu1.dtb.walker.walkCompletionTime::360448-393215            3      0.00%    100.00% # Table walker service (enqueue to completion) latency
system.cpu1.dtb.walker.walkCompletionTime::425984-458751            1      0.00%    100.00% # Table walker service (enqueue to completion) latency
system.cpu1.dtb.walker.walkCompletionTime::491520-524287            1      0.00%    100.00% # Table walker service (enqueue to completion) latency
system.cpu1.dtb.walker.walkCompletionTime::total        84185                       # Table walker service (enqueue to completion) latency
system.cpu1.dtb.walker.walksPending::samples  -1589468256                       # Table walker pending requests distribution
system.cpu1.dtb.walker.walksPending::mean     0.778279                       # Table walker pending requests distribution
system.cpu1.dtb.walker.walksPending::stdev     0.415405                       # Table walker pending requests distribution
system.cpu1.dtb.walker.walksPending::0     -352419148     22.17%     22.17% # Table walker pending requests distribution
system.cpu1.dtb.walker.walksPending::1    -1237049108     77.83%    100.00% # Table walker pending requests distribution
system.cpu1.dtb.walker.walksPending::total  -1589468256                       # Table walker pending requests distribution
system.cpu1.dtb.walker.walkPageSizes::4K        74574     88.59%     88.59% # Table walker page sizes translated
system.cpu1.dtb.walker.walkPageSizes::2M         9603     11.41%    100.00% # Table walker page sizes translated
system.cpu1.dtb.walker.walkPageSizes::total        84177                       # Table walker page sizes translated
system.cpu1.dtb.walker.walkRequestOrigin_Requested::Data        99527                       # Table walker requests started/completed, data/inst
system.cpu1.dtb.walker.walkRequestOrigin_Requested::Inst            0                       # Table walker requests started/completed, data/inst
system.cpu1.dtb.walker.walkRequestOrigin_Requested::total        99527                       # Table walker requests started/completed, data/inst
system.cpu1.dtb.walker.walkRequestOrigin_Completed::Data        84177                       # Table walker requests started/completed, data/inst
system.cpu1.dtb.walker.walkRequestOrigin_Completed::Inst            0                       # Table walker requests started/completed, data/inst
system.cpu1.dtb.walker.walkRequestOrigin_Completed::total        84177                       # Table walker requests started/completed, data/inst
system.cpu1.dtb.walker.walkRequestOrigin::total       183704                       # Table walker requests started/completed, data/inst
system.cpu1.dtb.inst_hits                           0                       # ITB inst hits
system.cpu1.dtb.inst_misses                         0                       # ITB inst misses
system.cpu1.dtb.read_hits                    83767099                       # DTB read hits
system.cpu1.dtb.read_misses                     74857                       # DTB read misses
system.cpu1.dtb.write_hits                   75685520                       # DTB write hits
system.cpu1.dtb.write_misses                    24670                       # DTB write misses
system.cpu1.dtb.flush_tlb                          14                       # Number of times complete TLB was flushed
system.cpu1.dtb.flush_tlb_mva                       0                       # Number of times TLB was flushed by MVA
system.cpu1.dtb.flush_tlb_mva_asid              41330                       # Number of times TLB was flushed by MVA & ASID
system.cpu1.dtb.flush_tlb_asid                   1050                       # Number of times TLB was flushed by ASID
system.cpu1.dtb.flush_entries                   36584                       # Number of entries that have been flushed from TLB
system.cpu1.dtb.align_faults                        0                       # Number of TLB faults due to alignment restrictions
system.cpu1.dtb.prefetch_faults                  4104                       # Number of TLB faults due to prefetch
system.cpu1.dtb.domain_faults                       0                       # Number of TLB faults due to domain restrictions
system.cpu1.dtb.perms_faults                     9015                       # Number of TLB faults due to permissions restrictions
system.cpu1.dtb.read_accesses                83841956                       # DTB read accesses
system.cpu1.dtb.write_accesses               75710190                       # DTB write accesses
system.cpu1.dtb.inst_accesses                       0                       # ITB inst accesses
system.cpu1.dtb.hits                        159452619                       # DTB hits
system.cpu1.dtb.misses                          99527                       # DTB misses
system.cpu1.dtb.accesses                    159552146                       # DTB accesses
system.cpu1.istage2_mmu.stage2_tlb.walker.walks            0                       # Table walker walks requested
system.cpu1.istage2_mmu.stage2_tlb.walker.walkRequestOrigin_Requested::Data            0                       # Table walker requests started/completed, data/inst
system.cpu1.istage2_mmu.stage2_tlb.walker.walkRequestOrigin_Requested::Inst            0                       # Table walker requests started/completed, data/inst
system.cpu1.istage2_mmu.stage2_tlb.walker.walkRequestOrigin_Requested::total            0                       # Table walker requests started/completed, data/inst
system.cpu1.istage2_mmu.stage2_tlb.walker.walkRequestOrigin_Completed::Data            0                       # Table walker requests started/completed, data/inst
system.cpu1.istage2_mmu.stage2_tlb.walker.walkRequestOrigin_Completed::Inst            0                       # Table walker requests started/completed, data/inst
system.cpu1.istage2_mmu.stage2_tlb.walker.walkRequestOrigin_Completed::total            0                       # Table walker requests started/completed, data/inst
system.cpu1.istage2_mmu.stage2_tlb.walker.walkRequestOrigin::total            0                       # Table walker requests started/completed, data/inst
system.cpu1.istage2_mmu.stage2_tlb.inst_hits            0                       # ITB inst hits
system.cpu1.istage2_mmu.stage2_tlb.inst_misses            0                       # ITB inst misses
system.cpu1.istage2_mmu.stage2_tlb.read_hits            0                       # DTB read hits
system.cpu1.istage2_mmu.stage2_tlb.read_misses            0                       # DTB read misses
system.cpu1.istage2_mmu.stage2_tlb.write_hits            0                       # DTB write hits
system.cpu1.istage2_mmu.stage2_tlb.write_misses            0                       # DTB write misses
system.cpu1.istage2_mmu.stage2_tlb.flush_tlb            0                       # Number of times complete TLB was flushed
system.cpu1.istage2_mmu.stage2_tlb.flush_tlb_mva            0                       # Number of times TLB was flushed by MVA
system.cpu1.istage2_mmu.stage2_tlb.flush_tlb_mva_asid            0                       # Number of times TLB was flushed by MVA & ASID
system.cpu1.istage2_mmu.stage2_tlb.flush_tlb_asid            0                       # Number of times TLB was flushed by ASID
system.cpu1.istage2_mmu.stage2_tlb.flush_entries            0                       # Number of entries that have been flushed from TLB
system.cpu1.istage2_mmu.stage2_tlb.align_faults            0                       # Number of TLB faults due to alignment restrictions
system.cpu1.istage2_mmu.stage2_tlb.prefetch_faults            0                       # Number of TLB faults due to prefetch
system.cpu1.istage2_mmu.stage2_tlb.domain_faults            0                       # Number of TLB faults due to domain restrictions
system.cpu1.istage2_mmu.stage2_tlb.perms_faults            0                       # Number of TLB faults due to permissions restrictions
system.cpu1.istage2_mmu.stage2_tlb.read_accesses            0                       # DTB read accesses
system.cpu1.istage2_mmu.stage2_tlb.write_accesses            0                       # DTB write accesses
system.cpu1.istage2_mmu.stage2_tlb.inst_accesses            0                       # ITB inst accesses
system.cpu1.istage2_mmu.stage2_tlb.hits             0                       # DTB hits
system.cpu1.istage2_mmu.stage2_tlb.misses            0                       # DTB misses
system.cpu1.istage2_mmu.stage2_tlb.accesses            0                       # DTB accesses
system.cpu1.itb.walker.walks                    55326                       # Table walker walks requested
system.cpu1.itb.walker.walksLong                55326                       # Table walker walks initiated with long descriptors
system.cpu1.itb.walker.walksLongTerminationLevel::Level2          571                       # Level at which table walker walks with long descriptors terminate
system.cpu1.itb.walker.walksLongTerminationLevel::Level3        49211                       # Level at which table walker walks with long descriptors terminate
system.cpu1.itb.walker.walkWaitTime::samples        55326                       # Table walker wait (enqueue to first request) latency
system.cpu1.itb.walker.walkWaitTime::0          55326    100.00%    100.00% # Table walker wait (enqueue to first request) latency
system.cpu1.itb.walker.walkWaitTime::total        55326                       # Table walker wait (enqueue to first request) latency
system.cpu1.itb.walker.walkCompletionTime::samples        49782                       # Table walker service (enqueue to completion) latency
system.cpu1.itb.walker.walkCompletionTime::mean 18533.691816                       # Table walker service (enqueue to completion) latency
system.cpu1.itb.walker.walkCompletionTime::gmean 16693.913266                       # Table walker service (enqueue to completion) latency
system.cpu1.itb.walker.walkCompletionTime::stdev 13345.941074                       # Table walker service (enqueue to completion) latency
system.cpu1.itb.walker.walkCompletionTime::0-32767        47101     94.61%     94.61% # Table walker service (enqueue to completion) latency
system.cpu1.itb.walker.walkCompletionTime::32768-65535         2168      4.35%     98.97% # Table walker service (enqueue to completion) latency
system.cpu1.itb.walker.walkCompletionTime::65536-98303          178      0.36%     99.33% # Table walker service (enqueue to completion) latency
system.cpu1.itb.walker.walkCompletionTime::98304-131071          248      0.50%     99.83% # Table walker service (enqueue to completion) latency
system.cpu1.itb.walker.walkCompletionTime::131072-163839           12      0.02%     99.85% # Table walker service (enqueue to completion) latency
system.cpu1.itb.walker.walkCompletionTime::163840-196607           16      0.03%     99.88% # Table walker service (enqueue to completion) latency
system.cpu1.itb.walker.walkCompletionTime::196608-229375           24      0.05%     99.93% # Table walker service (enqueue to completion) latency
system.cpu1.itb.walker.walkCompletionTime::229376-262143            6      0.01%     99.94% # Table walker service (enqueue to completion) latency
system.cpu1.itb.walker.walkCompletionTime::262144-294911           18      0.04%     99.98% # Table walker service (enqueue to completion) latency
system.cpu1.itb.walker.walkCompletionTime::294912-327679            3      0.01%     99.98% # Table walker service (enqueue to completion) latency
system.cpu1.itb.walker.walkCompletionTime::327680-360447            4      0.01%     99.99% # Table walker service (enqueue to completion) latency
system.cpu1.itb.walker.walkCompletionTime::360448-393215            3      0.01%    100.00% # Table walker service (enqueue to completion) latency
system.cpu1.itb.walker.walkCompletionTime::425984-458751            1      0.00%    100.00% # Table walker service (enqueue to completion) latency
system.cpu1.itb.walker.walkCompletionTime::total        49782                       # Table walker service (enqueue to completion) latency
system.cpu1.itb.walker.walksPending::samples  -1199136648                       # Table walker pending requests distribution
system.cpu1.itb.walker.walksPending::0    -1199136648    100.00%    100.00% # Table walker pending requests distribution
system.cpu1.itb.walker.walksPending::total  -1199136648                       # Table walker pending requests distribution
system.cpu1.itb.walker.walkPageSizes::4K        49211     98.85%     98.85% # Table walker page sizes translated
system.cpu1.itb.walker.walkPageSizes::2M          571      1.15%    100.00% # Table walker page sizes translated
system.cpu1.itb.walker.walkPageSizes::total        49782                       # Table walker page sizes translated
system.cpu1.itb.walker.walkRequestOrigin_Requested::Data            0                       # Table walker requests started/completed, data/inst
system.cpu1.itb.walker.walkRequestOrigin_Requested::Inst        55326                       # Table walker requests started/completed, data/inst
system.cpu1.itb.walker.walkRequestOrigin_Requested::total        55326                       # Table walker requests started/completed, data/inst
system.cpu1.itb.walker.walkRequestOrigin_Completed::Data            0                       # Table walker requests started/completed, data/inst
system.cpu1.itb.walker.walkRequestOrigin_Completed::Inst        49782                       # Table walker requests started/completed, data/inst
system.cpu1.itb.walker.walkRequestOrigin_Completed::total        49782                       # Table walker requests started/completed, data/inst
system.cpu1.itb.walker.walkRequestOrigin::total       105108                       # Table walker requests started/completed, data/inst
system.cpu1.itb.inst_hits                   441493680                       # ITB inst hits
system.cpu1.itb.inst_misses                     55326                       # ITB inst misses
system.cpu1.itb.read_hits                           0                       # DTB read hits
system.cpu1.itb.read_misses                         0                       # DTB read misses
system.cpu1.itb.write_hits                          0                       # DTB write hits
system.cpu1.itb.write_misses                        0                       # DTB write misses
system.cpu1.itb.flush_tlb                          14                       # Number of times complete TLB was flushed
system.cpu1.itb.flush_tlb_mva                       0                       # Number of times TLB was flushed by MVA
system.cpu1.itb.flush_tlb_mva_asid              41330                       # Number of times TLB was flushed by MVA & ASID
system.cpu1.itb.flush_tlb_asid                   1050                       # Number of times TLB was flushed by ASID
system.cpu1.itb.flush_entries                   25739                       # Number of entries that have been flushed from TLB
system.cpu1.itb.align_faults                        0                       # Number of TLB faults due to alignment restrictions
system.cpu1.itb.prefetch_faults                     0                       # Number of TLB faults due to prefetch
system.cpu1.itb.domain_faults                       0                       # Number of TLB faults due to domain restrictions
system.cpu1.itb.perms_faults                        0                       # Number of TLB faults due to permissions restrictions
system.cpu1.itb.read_accesses                       0                       # DTB read accesses
system.cpu1.itb.write_accesses                      0                       # DTB write accesses
system.cpu1.itb.inst_accesses               441549006                       # ITB inst accesses
system.cpu1.itb.hits                        441493680                       # DTB hits
system.cpu1.itb.misses                          55326                       # DTB misses
system.cpu1.itb.accesses                    441549006                       # DTB accesses
system.cpu1.numCycles                     94821563303                       # number of cpu cycles simulated
system.cpu1.numWorkItemsStarted                     0                       # number of work items this cpu started
system.cpu1.numWorkItemsCompleted                   0                       # number of work items this cpu completed
system.cpu1.committedInsts                  441187041                       # Number of instructions committed
system.cpu1.committedOps                    519063105                       # Number of ops (including micro ops) committed
system.cpu1.num_int_alu_accesses            477531543                       # Number of integer alu accesses
system.cpu1.num_fp_alu_accesses                364386                       # Number of float alu accesses
system.cpu1.num_func_calls                   26570520                       # number of times a function call or return occured
system.cpu1.num_conditional_control_insts     66815511                       # number of instructions that are conditional controls
system.cpu1.num_int_insts                   477531543                       # number of integer instructions
system.cpu1.num_fp_insts                       364386                       # number of float instructions
system.cpu1.num_int_register_reads          690361032                       # number of times the integer registers were read
system.cpu1.num_int_register_writes         378560518                       # number of times the integer registers were written
system.cpu1.num_fp_register_reads              602629                       # number of times the floating registers were read
system.cpu1.num_fp_register_writes             273816                       # number of times the floating registers were written
system.cpu1.num_cc_register_reads           113424708                       # number of times the CC registers were read
system.cpu1.num_cc_register_writes          113111436                       # number of times the CC registers were written
system.cpu1.num_mem_refs                    159443034                       # number of memory refs
system.cpu1.num_load_insts                   83763663                       # Number of load instructions
system.cpu1.num_store_insts                  75679371                       # Number of store instructions
system.cpu1.num_idle_cycles              93795188251.508850                       # Number of idle cycles
system.cpu1.num_busy_cycles              1026375051.491154                       # Number of busy cycles
system.cpu1.not_idle_fraction                0.010824                       # Percentage of non-idle cycles
system.cpu1.idle_fraction                    0.989176                       # Percentage of idle cycles
system.cpu1.Branches                         98214896                       # Number of branches fetched
system.cpu1.op_class::No_OpClass                    0      0.00%      0.00% # Class of executed instruction
system.cpu1.op_class::IntAlu                358777055     69.08%     69.08% # Class of executed instruction
system.cpu1.op_class::IntMult                 1052972      0.20%     69.28% # Class of executed instruction
system.cpu1.op_class::IntDiv                    61499      0.01%     69.29% # Class of executed instruction
system.cpu1.op_class::FloatAdd                      0      0.00%     69.29% # Class of executed instruction
system.cpu1.op_class::FloatCmp                      0      0.00%     69.29% # Class of executed instruction
system.cpu1.op_class::FloatCvt                      0      0.00%     69.29% # Class of executed instruction
system.cpu1.op_class::FloatMult                     0      0.00%     69.29% # Class of executed instruction
system.cpu1.op_class::FloatDiv                      0      0.00%     69.29% # Class of executed instruction
system.cpu1.op_class::FloatSqrt                     0      0.00%     69.29% # Class of executed instruction
system.cpu1.op_class::SimdAdd                       0      0.00%     69.29% # Class of executed instruction
system.cpu1.op_class::SimdAddAcc                    0      0.00%     69.29% # Class of executed instruction
system.cpu1.op_class::SimdAlu                       0      0.00%     69.29% # Class of executed instruction
system.cpu1.op_class::SimdCmp                       0      0.00%     69.29% # Class of executed instruction
system.cpu1.op_class::SimdCvt                       0      0.00%     69.29% # Class of executed instruction
system.cpu1.op_class::SimdMisc                      0      0.00%     69.29% # Class of executed instruction
system.cpu1.op_class::SimdMult                      0      0.00%     69.29% # Class of executed instruction
system.cpu1.op_class::SimdMultAcc                   0      0.00%     69.29% # Class of executed instruction
system.cpu1.op_class::SimdShift                     0      0.00%     69.29% # Class of executed instruction
system.cpu1.op_class::SimdShiftAcc                  0      0.00%     69.29% # Class of executed instruction
system.cpu1.op_class::SimdSqrt                      0      0.00%     69.29% # Class of executed instruction
system.cpu1.op_class::SimdFloatAdd                  0      0.00%     69.29% # Class of executed instruction
system.cpu1.op_class::SimdFloatAlu                  0      0.00%     69.29% # Class of executed instruction
system.cpu1.op_class::SimdFloatCmp                  0      0.00%     69.29% # Class of executed instruction
system.cpu1.op_class::SimdFloatCvt                  0      0.00%     69.29% # Class of executed instruction
system.cpu1.op_class::SimdFloatDiv                  0      0.00%     69.29% # Class of executed instruction
system.cpu1.op_class::SimdFloatMisc             35293      0.01%     69.30% # Class of executed instruction
system.cpu1.op_class::SimdFloatMult                 0      0.00%     69.30% # Class of executed instruction
system.cpu1.op_class::SimdFloatMultAcc              0      0.00%     69.30% # Class of executed instruction
system.cpu1.op_class::SimdFloatSqrt                 0      0.00%     69.30% # Class of executed instruction
system.cpu1.op_class::MemRead                83763663     16.13%     85.43% # Class of executed instruction
system.cpu1.op_class::MemWrite               75679371     14.57%    100.00% # Class of executed instruction
system.cpu1.op_class::IprAccess                     0      0.00%    100.00% # Class of executed instruction
system.cpu1.op_class::InstPrefetch                  0      0.00%    100.00% # Class of executed instruction
system.cpu1.op_class::total                 519369853                       # Class of executed instruction
system.cpu1.kern.inst.arm                           0                       # number of arm instructions executed
system.cpu1.kern.inst.quiesce                   13999                       # number of quiesce instructions executed
system.cpu1.dcache.tags.replacements          4977655                       # number of replacements
system.cpu1.dcache.tags.tagsinuse          421.597899                       # Cycle average of tags in use
system.cpu1.dcache.tags.total_refs          154271186                       # Total number of references to valid blocks.
system.cpu1.dcache.tags.sampled_refs          4978165                       # Sample count of references to valid blocks.
system.cpu1.dcache.tags.avg_refs            30.989569                       # Average number of references to valid blocks.
system.cpu1.dcache.tags.warmup_cycle     8379002972500                       # Cycle when the warmup percentage was hit.
system.cpu1.dcache.tags.occ_blocks::cpu1.data   421.597899                       # Average occupied blocks per requestor
system.cpu1.dcache.tags.occ_percent::cpu1.data     0.823433                       # Average percentage of cache occupancy
system.cpu1.dcache.tags.occ_percent::total     0.823433                       # Average percentage of cache occupancy
system.cpu1.dcache.tags.occ_task_id_blocks::1024          510                       # Occupied blocks per task id
system.cpu1.dcache.tags.age_task_id_blocks_1024::0           63                       # Occupied blocks per task id
system.cpu1.dcache.tags.age_task_id_blocks_1024::1          442                       # Occupied blocks per task id
system.cpu1.dcache.tags.age_task_id_blocks_1024::2            5                       # Occupied blocks per task id
system.cpu1.dcache.tags.occ_task_id_percent::1024     0.996094                       # Percentage of cache occupancy per task id
system.cpu1.dcache.tags.tag_accesses        323862009                       # Number of tag accesses
system.cpu1.dcache.tags.data_accesses       323862009                       # Number of data accesses
system.cpu1.dcache.ReadReq_hits::cpu1.data     78232018                       # number of ReadReq hits
system.cpu1.dcache.ReadReq_hits::total       78232018                       # number of ReadReq hits
system.cpu1.dcache.WriteReq_hits::cpu1.data     71864508                       # number of WriteReq hits
system.cpu1.dcache.WriteReq_hits::total      71864508                       # number of WriteReq hits
system.cpu1.dcache.SoftPFReq_hits::cpu1.data       191698                       # number of SoftPFReq hits
system.cpu1.dcache.SoftPFReq_hits::total       191698                       # number of SoftPFReq hits
system.cpu1.dcache.WriteInvalidateReq_hits::cpu1.data       211446                       # number of WriteInvalidateReq hits
system.cpu1.dcache.WriteInvalidateReq_hits::total       211446                       # number of WriteInvalidateReq hits
system.cpu1.dcache.LoadLockedReq_hits::cpu1.data      1712714                       # number of LoadLockedReq hits
system.cpu1.dcache.LoadLockedReq_hits::total      1712714                       # number of LoadLockedReq hits
system.cpu1.dcache.StoreCondReq_hits::cpu1.data      1673213                       # number of StoreCondReq hits
system.cpu1.dcache.StoreCondReq_hits::total      1673213                       # number of StoreCondReq hits
system.cpu1.dcache.demand_hits::cpu1.data    150096526                       # number of demand (read+write) hits
system.cpu1.dcache.demand_hits::total       150096526                       # number of demand (read+write) hits
system.cpu1.dcache.overall_hits::cpu1.data    150288224                       # number of overall hits
system.cpu1.dcache.overall_hits::total      150288224                       # number of overall hits
system.cpu1.dcache.ReadReq_misses::cpu1.data      2870044                       # number of ReadReq misses
system.cpu1.dcache.ReadReq_misses::total      2870044                       # number of ReadReq misses
system.cpu1.dcache.WriteReq_misses::cpu1.data      1235849                       # number of WriteReq misses
system.cpu1.dcache.WriteReq_misses::total      1235849                       # number of WriteReq misses
system.cpu1.dcache.SoftPFReq_misses::cpu1.data       574884                       # number of SoftPFReq misses
system.cpu1.dcache.SoftPFReq_misses::total       574884                       # number of SoftPFReq misses
system.cpu1.dcache.WriteInvalidateReq_misses::cpu1.data       468795                       # number of WriteInvalidateReq misses
system.cpu1.dcache.WriteInvalidateReq_misses::total       468795                       # number of WriteInvalidateReq misses
system.cpu1.dcache.LoadLockedReq_misses::cpu1.data       161452                       # number of LoadLockedReq misses
system.cpu1.dcache.LoadLockedReq_misses::total       161452                       # number of LoadLockedReq misses
system.cpu1.dcache.StoreCondReq_misses::cpu1.data       199386                       # number of StoreCondReq misses
system.cpu1.dcache.StoreCondReq_misses::total       199386                       # number of StoreCondReq misses
system.cpu1.dcache.demand_misses::cpu1.data      4105893                       # number of demand (read+write) misses
system.cpu1.dcache.demand_misses::total       4105893                       # number of demand (read+write) misses
system.cpu1.dcache.overall_misses::cpu1.data      4680777                       # number of overall misses
system.cpu1.dcache.overall_misses::total      4680777                       # number of overall misses
system.cpu1.dcache.ReadReq_miss_latency::cpu1.data  39400522531                       # number of ReadReq miss cycles
system.cpu1.dcache.ReadReq_miss_latency::total  39400522531                       # number of ReadReq miss cycles
system.cpu1.dcache.WriteReq_miss_latency::cpu1.data  20561069776                       # number of WriteReq miss cycles
system.cpu1.dcache.WriteReq_miss_latency::total  20561069776                       # number of WriteReq miss cycles
system.cpu1.dcache.WriteInvalidateReq_miss_latency::cpu1.data  12119187041                       # number of WriteInvalidateReq miss cycles
system.cpu1.dcache.WriteInvalidateReq_miss_latency::total  12119187041                       # number of WriteInvalidateReq miss cycles
system.cpu1.dcache.LoadLockedReq_miss_latency::cpu1.data   2308132257                       # number of LoadLockedReq miss cycles
system.cpu1.dcache.LoadLockedReq_miss_latency::total   2308132257                       # number of LoadLockedReq miss cycles
system.cpu1.dcache.StoreCondReq_miss_latency::cpu1.data   4261474455                       # number of StoreCondReq miss cycles
system.cpu1.dcache.StoreCondReq_miss_latency::total   4261474455                       # number of StoreCondReq miss cycles
system.cpu1.dcache.StoreCondFailReq_miss_latency::cpu1.data      1966000                       # number of StoreCondFailReq miss cycles
system.cpu1.dcache.StoreCondFailReq_miss_latency::total      1966000                       # number of StoreCondFailReq miss cycles
system.cpu1.dcache.demand_miss_latency::cpu1.data  59961592307                       # number of demand (read+write) miss cycles
system.cpu1.dcache.demand_miss_latency::total  59961592307                       # number of demand (read+write) miss cycles
system.cpu1.dcache.overall_miss_latency::cpu1.data  59961592307                       # number of overall miss cycles
system.cpu1.dcache.overall_miss_latency::total  59961592307                       # number of overall miss cycles
system.cpu1.dcache.ReadReq_accesses::cpu1.data     81102062                       # number of ReadReq accesses(hits+misses)
system.cpu1.dcache.ReadReq_accesses::total     81102062                       # number of ReadReq accesses(hits+misses)
system.cpu1.dcache.WriteReq_accesses::cpu1.data     73100357                       # number of WriteReq accesses(hits+misses)
system.cpu1.dcache.WriteReq_accesses::total     73100357                       # number of WriteReq accesses(hits+misses)
system.cpu1.dcache.SoftPFReq_accesses::cpu1.data       766582                       # number of SoftPFReq accesses(hits+misses)
system.cpu1.dcache.SoftPFReq_accesses::total       766582                       # number of SoftPFReq accesses(hits+misses)
system.cpu1.dcache.WriteInvalidateReq_accesses::cpu1.data       680241                       # number of WriteInvalidateReq accesses(hits+misses)
system.cpu1.dcache.WriteInvalidateReq_accesses::total       680241                       # number of WriteInvalidateReq accesses(hits+misses)
system.cpu1.dcache.LoadLockedReq_accesses::cpu1.data      1874166                       # number of LoadLockedReq accesses(hits+misses)
system.cpu1.dcache.LoadLockedReq_accesses::total      1874166                       # number of LoadLockedReq accesses(hits+misses)
system.cpu1.dcache.StoreCondReq_accesses::cpu1.data      1872599                       # number of StoreCondReq accesses(hits+misses)
system.cpu1.dcache.StoreCondReq_accesses::total      1872599                       # number of StoreCondReq accesses(hits+misses)
system.cpu1.dcache.demand_accesses::cpu1.data    154202419                       # number of demand (read+write) accesses
system.cpu1.dcache.demand_accesses::total    154202419                       # number of demand (read+write) accesses
system.cpu1.dcache.overall_accesses::cpu1.data    154969001                       # number of overall (read+write) accesses
system.cpu1.dcache.overall_accesses::total    154969001                       # number of overall (read+write) accesses
system.cpu1.dcache.ReadReq_miss_rate::cpu1.data     0.035388                       # miss rate for ReadReq accesses
system.cpu1.dcache.ReadReq_miss_rate::total     0.035388                       # miss rate for ReadReq accesses
system.cpu1.dcache.WriteReq_miss_rate::cpu1.data     0.016906                       # miss rate for WriteReq accesses
system.cpu1.dcache.WriteReq_miss_rate::total     0.016906                       # miss rate for WriteReq accesses
system.cpu1.dcache.SoftPFReq_miss_rate::cpu1.data     0.749932                       # miss rate for SoftPFReq accesses
system.cpu1.dcache.SoftPFReq_miss_rate::total     0.749932                       # miss rate for SoftPFReq accesses
system.cpu1.dcache.WriteInvalidateReq_miss_rate::cpu1.data     0.689160                       # miss rate for WriteInvalidateReq accesses
system.cpu1.dcache.WriteInvalidateReq_miss_rate::total     0.689160                       # miss rate for WriteInvalidateReq accesses
system.cpu1.dcache.LoadLockedReq_miss_rate::cpu1.data     0.086146                       # miss rate for LoadLockedReq accesses
system.cpu1.dcache.LoadLockedReq_miss_rate::total     0.086146                       # miss rate for LoadLockedReq accesses
system.cpu1.dcache.StoreCondReq_miss_rate::cpu1.data     0.106476                       # miss rate for StoreCondReq accesses
system.cpu1.dcache.StoreCondReq_miss_rate::total     0.106476                       # miss rate for StoreCondReq accesses
system.cpu1.dcache.demand_miss_rate::cpu1.data     0.026627                       # miss rate for demand accesses
system.cpu1.dcache.demand_miss_rate::total     0.026627                       # miss rate for demand accesses
system.cpu1.dcache.overall_miss_rate::cpu1.data     0.030205                       # miss rate for overall accesses
system.cpu1.dcache.overall_miss_rate::total     0.030205                       # miss rate for overall accesses
system.cpu1.dcache.ReadReq_avg_miss_latency::cpu1.data 13728.194596                       # average ReadReq miss latency
system.cpu1.dcache.ReadReq_avg_miss_latency::total 13728.194596                       # average ReadReq miss latency
system.cpu1.dcache.WriteReq_avg_miss_latency::cpu1.data 16637.202260                       # average WriteReq miss latency
system.cpu1.dcache.WriteReq_avg_miss_latency::total 16637.202260                       # average WriteReq miss latency
system.cpu1.dcache.WriteInvalidateReq_avg_miss_latency::cpu1.data 25851.783916                       # average WriteInvalidateReq miss latency
system.cpu1.dcache.WriteInvalidateReq_avg_miss_latency::total 25851.783916                       # average WriteInvalidateReq miss latency
system.cpu1.dcache.LoadLockedReq_avg_miss_latency::cpu1.data 14296.089593                       # average LoadLockedReq miss latency
system.cpu1.dcache.LoadLockedReq_avg_miss_latency::total 14296.089593                       # average LoadLockedReq miss latency
system.cpu1.dcache.StoreCondReq_avg_miss_latency::cpu1.data 21372.987346                       # average StoreCondReq miss latency
system.cpu1.dcache.StoreCondReq_avg_miss_latency::total 21372.987346                       # average StoreCondReq miss latency
system.cpu1.dcache.StoreCondFailReq_avg_miss_latency::cpu1.data          inf                       # average StoreCondFailReq miss latency
system.cpu1.dcache.StoreCondFailReq_avg_miss_latency::total          inf                       # average StoreCondFailReq miss latency
system.cpu1.dcache.demand_avg_miss_latency::cpu1.data 14603.788337                       # average overall miss latency
system.cpu1.dcache.demand_avg_miss_latency::total 14603.788337                       # average overall miss latency
system.cpu1.dcache.overall_avg_miss_latency::cpu1.data 12810.179230                       # average overall miss latency
system.cpu1.dcache.overall_avg_miss_latency::total 12810.179230                       # average overall miss latency
system.cpu1.dcache.blocked_cycles::no_mshrs            0                       # number of cycles access was blocked
system.cpu1.dcache.blocked_cycles::no_targets            0                       # number of cycles access was blocked
system.cpu1.dcache.blocked::no_mshrs                0                       # number of cycles access was blocked
system.cpu1.dcache.blocked::no_targets              0                       # number of cycles access was blocked
system.cpu1.dcache.avg_blocked_cycles::no_mshrs          nan                       # average number of cycles each access was blocked
system.cpu1.dcache.avg_blocked_cycles::no_targets          nan                       # average number of cycles each access was blocked
system.cpu1.dcache.fast_writes                      0                       # number of fast writes performed
system.cpu1.dcache.cache_copies                     0                       # number of cache copies performed
system.cpu1.dcache.writebacks::writebacks      3230902                       # number of writebacks
system.cpu1.dcache.writebacks::total          3230902                       # number of writebacks
system.cpu1.dcache.ReadReq_mshr_hits::cpu1.data        11797                       # number of ReadReq MSHR hits
system.cpu1.dcache.ReadReq_mshr_hits::total        11797                       # number of ReadReq MSHR hits
system.cpu1.dcache.WriteReq_mshr_hits::cpu1.data          280                       # number of WriteReq MSHR hits
system.cpu1.dcache.WriteReq_mshr_hits::total          280                       # number of WriteReq MSHR hits
system.cpu1.dcache.LoadLockedReq_mshr_hits::cpu1.data        42800                       # number of LoadLockedReq MSHR hits
system.cpu1.dcache.LoadLockedReq_mshr_hits::total        42800                       # number of LoadLockedReq MSHR hits
system.cpu1.dcache.demand_mshr_hits::cpu1.data        12077                       # number of demand (read+write) MSHR hits
system.cpu1.dcache.demand_mshr_hits::total        12077                       # number of demand (read+write) MSHR hits
system.cpu1.dcache.overall_mshr_hits::cpu1.data        12077                       # number of overall MSHR hits
system.cpu1.dcache.overall_mshr_hits::total        12077                       # number of overall MSHR hits
system.cpu1.dcache.ReadReq_mshr_misses::cpu1.data      2858247                       # number of ReadReq MSHR misses
system.cpu1.dcache.ReadReq_mshr_misses::total      2858247                       # number of ReadReq MSHR misses
system.cpu1.dcache.WriteReq_mshr_misses::cpu1.data      1235569                       # number of WriteReq MSHR misses
system.cpu1.dcache.WriteReq_mshr_misses::total      1235569                       # number of WriteReq MSHR misses
system.cpu1.dcache.SoftPFReq_mshr_misses::cpu1.data       574884                       # number of SoftPFReq MSHR misses
system.cpu1.dcache.SoftPFReq_mshr_misses::total       574884                       # number of SoftPFReq MSHR misses
system.cpu1.dcache.WriteInvalidateReq_mshr_misses::cpu1.data       468795                       # number of WriteInvalidateReq MSHR misses
system.cpu1.dcache.WriteInvalidateReq_mshr_misses::total       468795                       # number of WriteInvalidateReq MSHR misses
system.cpu1.dcache.LoadLockedReq_mshr_misses::cpu1.data       118652                       # number of LoadLockedReq MSHR misses
system.cpu1.dcache.LoadLockedReq_mshr_misses::total       118652                       # number of LoadLockedReq MSHR misses
system.cpu1.dcache.StoreCondReq_mshr_misses::cpu1.data       199386                       # number of StoreCondReq MSHR misses
system.cpu1.dcache.StoreCondReq_mshr_misses::total       199386                       # number of StoreCondReq MSHR misses
system.cpu1.dcache.demand_mshr_misses::cpu1.data      4093816                       # number of demand (read+write) MSHR misses
system.cpu1.dcache.demand_mshr_misses::total      4093816                       # number of demand (read+write) MSHR misses
system.cpu1.dcache.overall_mshr_misses::cpu1.data      4668700                       # number of overall MSHR misses
system.cpu1.dcache.overall_mshr_misses::total      4668700                       # number of overall MSHR misses
system.cpu1.dcache.ReadReq_mshr_miss_latency::cpu1.data  33045194740                       # number of ReadReq MSHR miss cycles
system.cpu1.dcache.ReadReq_mshr_miss_latency::total  33045194740                       # number of ReadReq MSHR miss cycles
system.cpu1.dcache.WriteReq_mshr_miss_latency::cpu1.data  18021373474                       # number of WriteReq MSHR miss cycles
system.cpu1.dcache.WriteReq_mshr_miss_latency::total  18021373474                       # number of WriteReq MSHR miss cycles
system.cpu1.dcache.SoftPFReq_mshr_miss_latency::cpu1.data  10397149259                       # number of SoftPFReq MSHR miss cycles
system.cpu1.dcache.SoftPFReq_mshr_miss_latency::total  10397149259                       # number of SoftPFReq MSHR miss cycles
system.cpu1.dcache.WriteInvalidateReq_mshr_miss_latency::cpu1.data  11178014959                       # number of WriteInvalidateReq MSHR miss cycles
system.cpu1.dcache.WriteInvalidateReq_mshr_miss_latency::total  11178014959                       # number of WriteInvalidateReq MSHR miss cycles
system.cpu1.dcache.LoadLockedReq_mshr_miss_latency::cpu1.data   1426804491                       # number of LoadLockedReq MSHR miss cycles
system.cpu1.dcache.LoadLockedReq_mshr_miss_latency::total   1426804491                       # number of LoadLockedReq MSHR miss cycles
system.cpu1.dcache.StoreCondReq_mshr_miss_latency::cpu1.data   3852246545                       # number of StoreCondReq MSHR miss cycles
system.cpu1.dcache.StoreCondReq_mshr_miss_latency::total   3852246545                       # number of StoreCondReq MSHR miss cycles
system.cpu1.dcache.StoreCondFailReq_mshr_miss_latency::cpu1.data      1872000                       # number of StoreCondFailReq MSHR miss cycles
system.cpu1.dcache.StoreCondFailReq_mshr_miss_latency::total      1872000                       # number of StoreCondFailReq MSHR miss cycles
system.cpu1.dcache.demand_mshr_miss_latency::cpu1.data  51066568214                       # number of demand (read+write) MSHR miss cycles
system.cpu1.dcache.demand_mshr_miss_latency::total  51066568214                       # number of demand (read+write) MSHR miss cycles
system.cpu1.dcache.overall_mshr_miss_latency::cpu1.data  61463717473                       # number of overall MSHR miss cycles
system.cpu1.dcache.overall_mshr_miss_latency::total  61463717473                       # number of overall MSHR miss cycles
system.cpu1.dcache.ReadReq_mshr_uncacheable_latency::cpu1.data   4074474250                       # number of ReadReq MSHR uncacheable cycles
system.cpu1.dcache.ReadReq_mshr_uncacheable_latency::total   4074474250                       # number of ReadReq MSHR uncacheable cycles
system.cpu1.dcache.WriteReq_mshr_uncacheable_latency::cpu1.data   3958410750                       # number of WriteReq MSHR uncacheable cycles
system.cpu1.dcache.WriteReq_mshr_uncacheable_latency::total   3958410750                       # number of WriteReq MSHR uncacheable cycles
system.cpu1.dcache.overall_mshr_uncacheable_latency::cpu1.data   8032885000                       # number of overall MSHR uncacheable cycles
system.cpu1.dcache.overall_mshr_uncacheable_latency::total   8032885000                       # number of overall MSHR uncacheable cycles
system.cpu1.dcache.ReadReq_mshr_miss_rate::cpu1.data     0.035243                       # mshr miss rate for ReadReq accesses
system.cpu1.dcache.ReadReq_mshr_miss_rate::total     0.035243                       # mshr miss rate for ReadReq accesses
system.cpu1.dcache.WriteReq_mshr_miss_rate::cpu1.data     0.016902                       # mshr miss rate for WriteReq accesses
system.cpu1.dcache.WriteReq_mshr_miss_rate::total     0.016902                       # mshr miss rate for WriteReq accesses
system.cpu1.dcache.SoftPFReq_mshr_miss_rate::cpu1.data     0.749932                       # mshr miss rate for SoftPFReq accesses
system.cpu1.dcache.SoftPFReq_mshr_miss_rate::total     0.749932                       # mshr miss rate for SoftPFReq accesses
system.cpu1.dcache.WriteInvalidateReq_mshr_miss_rate::cpu1.data     0.689160                       # mshr miss rate for WriteInvalidateReq accesses
system.cpu1.dcache.WriteInvalidateReq_mshr_miss_rate::total     0.689160                       # mshr miss rate for WriteInvalidateReq accesses
system.cpu1.dcache.LoadLockedReq_mshr_miss_rate::cpu1.data     0.063309                       # mshr miss rate for LoadLockedReq accesses
system.cpu1.dcache.LoadLockedReq_mshr_miss_rate::total     0.063309                       # mshr miss rate for LoadLockedReq accesses
system.cpu1.dcache.StoreCondReq_mshr_miss_rate::cpu1.data     0.106476                       # mshr miss rate for StoreCondReq accesses
system.cpu1.dcache.StoreCondReq_mshr_miss_rate::total     0.106476                       # mshr miss rate for StoreCondReq accesses
system.cpu1.dcache.demand_mshr_miss_rate::cpu1.data     0.026548                       # mshr miss rate for demand accesses
system.cpu1.dcache.demand_mshr_miss_rate::total     0.026548                       # mshr miss rate for demand accesses
system.cpu1.dcache.overall_mshr_miss_rate::cpu1.data     0.030127                       # mshr miss rate for overall accesses
system.cpu1.dcache.overall_mshr_miss_rate::total     0.030127                       # mshr miss rate for overall accesses
system.cpu1.dcache.ReadReq_avg_mshr_miss_latency::cpu1.data 11561.350275                       # average ReadReq mshr miss latency
system.cpu1.dcache.ReadReq_avg_mshr_miss_latency::total 11561.350275                       # average ReadReq mshr miss latency
system.cpu1.dcache.WriteReq_avg_mshr_miss_latency::cpu1.data 14585.485290                       # average WriteReq mshr miss latency
system.cpu1.dcache.WriteReq_avg_mshr_miss_latency::total 14585.485290                       # average WriteReq mshr miss latency
system.cpu1.dcache.SoftPFReq_avg_mshr_miss_latency::cpu1.data 18085.647294                       # average SoftPFReq mshr miss latency
system.cpu1.dcache.SoftPFReq_avg_mshr_miss_latency::total 18085.647294                       # average SoftPFReq mshr miss latency
system.cpu1.dcache.WriteInvalidateReq_avg_mshr_miss_latency::cpu1.data 23844.142875                       # average WriteInvalidateReq mshr miss latency
system.cpu1.dcache.WriteInvalidateReq_avg_mshr_miss_latency::total 23844.142875                       # average WriteInvalidateReq mshr miss latency
system.cpu1.dcache.LoadLockedReq_avg_mshr_miss_latency::cpu1.data 12025.119602                       # average LoadLockedReq mshr miss latency
system.cpu1.dcache.LoadLockedReq_avg_mshr_miss_latency::total 12025.119602                       # average LoadLockedReq mshr miss latency
system.cpu1.dcache.StoreCondReq_avg_mshr_miss_latency::cpu1.data 19320.546804                       # average StoreCondReq mshr miss latency
system.cpu1.dcache.StoreCondReq_avg_mshr_miss_latency::total 19320.546804                       # average StoreCondReq mshr miss latency
system.cpu1.dcache.StoreCondFailReq_avg_mshr_miss_latency::cpu1.data          inf                       # average StoreCondFailReq mshr miss latency
system.cpu1.dcache.StoreCondFailReq_avg_mshr_miss_latency::total          inf                       # average StoreCondFailReq mshr miss latency
system.cpu1.dcache.demand_avg_mshr_miss_latency::cpu1.data 12474.075096                       # average overall mshr miss latency
system.cpu1.dcache.demand_avg_mshr_miss_latency::total 12474.075096                       # average overall mshr miss latency
system.cpu1.dcache.overall_avg_mshr_miss_latency::cpu1.data 13165.060396                       # average overall mshr miss latency
system.cpu1.dcache.overall_avg_mshr_miss_latency::total 13165.060396                       # average overall mshr miss latency
system.cpu1.dcache.ReadReq_avg_mshr_uncacheable_latency::cpu1.data          inf                       # average ReadReq mshr uncacheable latency
system.cpu1.dcache.ReadReq_avg_mshr_uncacheable_latency::total          inf                       # average ReadReq mshr uncacheable latency
system.cpu1.dcache.WriteReq_avg_mshr_uncacheable_latency::cpu1.data          inf                       # average WriteReq mshr uncacheable latency
system.cpu1.dcache.WriteReq_avg_mshr_uncacheable_latency::total          inf                       # average WriteReq mshr uncacheable latency
system.cpu1.dcache.overall_avg_mshr_uncacheable_latency::cpu1.data          inf                       # average overall mshr uncacheable latency
system.cpu1.dcache.overall_avg_mshr_uncacheable_latency::total          inf                       # average overall mshr uncacheable latency
system.cpu1.dcache.no_allocate_misses               0                       # Number of misses that were no-allocate
system.cpu1.icache.tags.replacements          4937125                       # number of replacements
system.cpu1.icache.tags.tagsinuse          496.391317                       # Cycle average of tags in use
system.cpu1.icache.tags.total_refs          436556038                       # Total number of references to valid blocks.
system.cpu1.icache.tags.sampled_refs          4937637                       # Sample count of references to valid blocks.
system.cpu1.icache.tags.avg_refs            88.413960                       # Average number of references to valid blocks.
system.cpu1.icache.tags.warmup_cycle     8378975635000                       # Cycle when the warmup percentage was hit.
system.cpu1.icache.tags.occ_blocks::cpu1.inst   496.391317                       # Average occupied blocks per requestor
system.cpu1.icache.tags.occ_percent::cpu1.inst     0.969514                       # Average percentage of cache occupancy
system.cpu1.icache.tags.occ_percent::total     0.969514                       # Average percentage of cache occupancy
system.cpu1.icache.tags.occ_task_id_blocks::1024          512                       # Occupied blocks per task id
system.cpu1.icache.tags.age_task_id_blocks_1024::0            7                       # Occupied blocks per task id
system.cpu1.icache.tags.age_task_id_blocks_1024::1          262                       # Occupied blocks per task id
system.cpu1.icache.tags.age_task_id_blocks_1024::2          239                       # Occupied blocks per task id
system.cpu1.icache.tags.age_task_id_blocks_1024::3            4                       # Occupied blocks per task id
system.cpu1.icache.tags.occ_task_id_percent::1024            1                       # Percentage of cache occupancy per task id
system.cpu1.icache.tags.tag_accesses        887925002                       # Number of tag accesses
system.cpu1.icache.tags.data_accesses       887925002                       # Number of data accesses
system.cpu1.icache.ReadReq_hits::cpu1.inst    436556038                       # number of ReadReq hits
system.cpu1.icache.ReadReq_hits::total      436556038                       # number of ReadReq hits
system.cpu1.icache.demand_hits::cpu1.inst    436556038                       # number of demand (read+write) hits
system.cpu1.icache.demand_hits::total       436556038                       # number of demand (read+write) hits
system.cpu1.icache.overall_hits::cpu1.inst    436556038                       # number of overall hits
system.cpu1.icache.overall_hits::total      436556038                       # number of overall hits
system.cpu1.icache.ReadReq_misses::cpu1.inst      4937642                       # number of ReadReq misses
system.cpu1.icache.ReadReq_misses::total      4937642                       # number of ReadReq misses
system.cpu1.icache.demand_misses::cpu1.inst      4937642                       # number of demand (read+write) misses
system.cpu1.icache.demand_misses::total       4937642                       # number of demand (read+write) misses
system.cpu1.icache.overall_misses::cpu1.inst      4937642                       # number of overall misses
system.cpu1.icache.overall_misses::total      4937642                       # number of overall misses
system.cpu1.icache.ReadReq_miss_latency::cpu1.inst  50835870381                       # number of ReadReq miss cycles
system.cpu1.icache.ReadReq_miss_latency::total  50835870381                       # number of ReadReq miss cycles
system.cpu1.icache.demand_miss_latency::cpu1.inst  50835870381                       # number of demand (read+write) miss cycles
system.cpu1.icache.demand_miss_latency::total  50835870381                       # number of demand (read+write) miss cycles
system.cpu1.icache.overall_miss_latency::cpu1.inst  50835870381                       # number of overall miss cycles
system.cpu1.icache.overall_miss_latency::total  50835870381                       # number of overall miss cycles
system.cpu1.icache.ReadReq_accesses::cpu1.inst    441493680                       # number of ReadReq accesses(hits+misses)
system.cpu1.icache.ReadReq_accesses::total    441493680                       # number of ReadReq accesses(hits+misses)
system.cpu1.icache.demand_accesses::cpu1.inst    441493680                       # number of demand (read+write) accesses
system.cpu1.icache.demand_accesses::total    441493680                       # number of demand (read+write) accesses
system.cpu1.icache.overall_accesses::cpu1.inst    441493680                       # number of overall (read+write) accesses
system.cpu1.icache.overall_accesses::total    441493680                       # number of overall (read+write) accesses
system.cpu1.icache.ReadReq_miss_rate::cpu1.inst     0.011184                       # miss rate for ReadReq accesses
system.cpu1.icache.ReadReq_miss_rate::total     0.011184                       # miss rate for ReadReq accesses
system.cpu1.icache.demand_miss_rate::cpu1.inst     0.011184                       # miss rate for demand accesses
system.cpu1.icache.demand_miss_rate::total     0.011184                       # miss rate for demand accesses
system.cpu1.icache.overall_miss_rate::cpu1.inst     0.011184                       # miss rate for overall accesses
system.cpu1.icache.overall_miss_rate::total     0.011184                       # miss rate for overall accesses
system.cpu1.icache.ReadReq_avg_miss_latency::cpu1.inst 10295.576387                       # average ReadReq miss latency
system.cpu1.icache.ReadReq_avg_miss_latency::total 10295.576387                       # average ReadReq miss latency
system.cpu1.icache.demand_avg_miss_latency::cpu1.inst 10295.576387                       # average overall miss latency
system.cpu1.icache.demand_avg_miss_latency::total 10295.576387                       # average overall miss latency
system.cpu1.icache.overall_avg_miss_latency::cpu1.inst 10295.576387                       # average overall miss latency
system.cpu1.icache.overall_avg_miss_latency::total 10295.576387                       # average overall miss latency
system.cpu1.icache.blocked_cycles::no_mshrs            0                       # number of cycles access was blocked
system.cpu1.icache.blocked_cycles::no_targets            0                       # number of cycles access was blocked
system.cpu1.icache.blocked::no_mshrs                0                       # number of cycles access was blocked
system.cpu1.icache.blocked::no_targets              0                       # number of cycles access was blocked
system.cpu1.icache.avg_blocked_cycles::no_mshrs          nan                       # average number of cycles each access was blocked
system.cpu1.icache.avg_blocked_cycles::no_targets          nan                       # average number of cycles each access was blocked
system.cpu1.icache.fast_writes                      0                       # number of fast writes performed
system.cpu1.icache.cache_copies                     0                       # number of cache copies performed
system.cpu1.icache.ReadReq_mshr_misses::cpu1.inst      4937642                       # number of ReadReq MSHR misses
system.cpu1.icache.ReadReq_mshr_misses::total      4937642                       # number of ReadReq MSHR misses
system.cpu1.icache.demand_mshr_misses::cpu1.inst      4937642                       # number of demand (read+write) MSHR misses
system.cpu1.icache.demand_mshr_misses::total      4937642                       # number of demand (read+write) MSHR misses
system.cpu1.icache.overall_mshr_misses::cpu1.inst      4937642                       # number of overall MSHR misses
system.cpu1.icache.overall_mshr_misses::total      4937642                       # number of overall MSHR misses
system.cpu1.icache.ReadReq_mshr_miss_latency::cpu1.inst  43414323627                       # number of ReadReq MSHR miss cycles
system.cpu1.icache.ReadReq_mshr_miss_latency::total  43414323627                       # number of ReadReq MSHR miss cycles
system.cpu1.icache.demand_mshr_miss_latency::cpu1.inst  43414323627                       # number of demand (read+write) MSHR miss cycles
system.cpu1.icache.demand_mshr_miss_latency::total  43414323627                       # number of demand (read+write) MSHR miss cycles
system.cpu1.icache.overall_mshr_miss_latency::cpu1.inst  43414323627                       # number of overall MSHR miss cycles
system.cpu1.icache.overall_mshr_miss_latency::total  43414323627                       # number of overall MSHR miss cycles
system.cpu1.icache.ReadReq_mshr_uncacheable_latency::cpu1.inst      8951000                       # number of ReadReq MSHR uncacheable cycles
system.cpu1.icache.ReadReq_mshr_uncacheable_latency::total      8951000                       # number of ReadReq MSHR uncacheable cycles
system.cpu1.icache.overall_mshr_uncacheable_latency::cpu1.inst      8951000                       # number of overall MSHR uncacheable cycles
system.cpu1.icache.overall_mshr_uncacheable_latency::total      8951000                       # number of overall MSHR uncacheable cycles
system.cpu1.icache.ReadReq_mshr_miss_rate::cpu1.inst     0.011184                       # mshr miss rate for ReadReq accesses
system.cpu1.icache.ReadReq_mshr_miss_rate::total     0.011184                       # mshr miss rate for ReadReq accesses
system.cpu1.icache.demand_mshr_miss_rate::cpu1.inst     0.011184                       # mshr miss rate for demand accesses
system.cpu1.icache.demand_mshr_miss_rate::total     0.011184                       # mshr miss rate for demand accesses
system.cpu1.icache.overall_mshr_miss_rate::cpu1.inst     0.011184                       # mshr miss rate for overall accesses
system.cpu1.icache.overall_mshr_miss_rate::total     0.011184                       # mshr miss rate for overall accesses
system.cpu1.icache.ReadReq_avg_mshr_miss_latency::cpu1.inst  8792.521537                       # average ReadReq mshr miss latency
system.cpu1.icache.ReadReq_avg_mshr_miss_latency::total  8792.521537                       # average ReadReq mshr miss latency
system.cpu1.icache.demand_avg_mshr_miss_latency::cpu1.inst  8792.521537                       # average overall mshr miss latency
system.cpu1.icache.demand_avg_mshr_miss_latency::total  8792.521537                       # average overall mshr miss latency
system.cpu1.icache.overall_avg_mshr_miss_latency::cpu1.inst  8792.521537                       # average overall mshr miss latency
system.cpu1.icache.overall_avg_mshr_miss_latency::total  8792.521537                       # average overall mshr miss latency
system.cpu1.icache.ReadReq_avg_mshr_uncacheable_latency::cpu1.inst          inf                       # average ReadReq mshr uncacheable latency
system.cpu1.icache.ReadReq_avg_mshr_uncacheable_latency::total          inf                       # average ReadReq mshr uncacheable latency
system.cpu1.icache.overall_avg_mshr_uncacheable_latency::cpu1.inst          inf                       # average overall mshr uncacheable latency
system.cpu1.icache.overall_avg_mshr_uncacheable_latency::total          inf                       # average overall mshr uncacheable latency
system.cpu1.icache.no_allocate_misses               0                       # Number of misses that were no-allocate
system.cpu1.l2cache.prefetcher.num_hwpf_issued      6896094                       # number of hwpf issued
system.cpu1.l2cache.prefetcher.pfIdentified      6896721                       # number of prefetch candidates identified
system.cpu1.l2cache.prefetcher.pfBufferHit          539                       # number of redundant prefetches already in prefetch queue
system.cpu1.l2cache.prefetcher.pfInCache            0                       # number of redundant prefetches already in cache/mshr dropped
system.cpu1.l2cache.prefetcher.pfRemovedFull            0                       # number of prefetches dropped due to prefetch queue size
system.cpu1.l2cache.prefetcher.pfSpanPage       853759                       # number of prefetches not generated due to page crossing
system.cpu1.l2cache.tags.replacements         1907013                       # number of replacements
system.cpu1.l2cache.tags.tagsinuse       13040.746764                       # Cycle average of tags in use
system.cpu1.l2cache.tags.total_refs          10338978                       # Total number of references to valid blocks.
system.cpu1.l2cache.tags.sampled_refs         1923015                       # Sample count of references to valid blocks.
system.cpu1.l2cache.tags.avg_refs            5.376442                       # Average number of references to valid blocks.
system.cpu1.l2cache.tags.warmup_cycle    9789299685500                       # Cycle when the warmup percentage was hit.
system.cpu1.l2cache.tags.occ_blocks::writebacks  5807.381964                       # Average occupied blocks per requestor
system.cpu1.l2cache.tags.occ_blocks::cpu1.dtb.walker    61.245810                       # Average occupied blocks per requestor
system.cpu1.l2cache.tags.occ_blocks::cpu1.itb.walker    78.947620                       # Average occupied blocks per requestor
system.cpu1.l2cache.tags.occ_blocks::cpu1.inst  2946.895146                       # Average occupied blocks per requestor
system.cpu1.l2cache.tags.occ_blocks::cpu1.data  3156.020749                       # Average occupied blocks per requestor
system.cpu1.l2cache.tags.occ_blocks::cpu1.l2cache.prefetcher   990.255474                       # Average occupied blocks per requestor
system.cpu1.l2cache.tags.occ_percent::writebacks     0.354454                       # Average percentage of cache occupancy
system.cpu1.l2cache.tags.occ_percent::cpu1.dtb.walker     0.003738                       # Average percentage of cache occupancy
system.cpu1.l2cache.tags.occ_percent::cpu1.itb.walker     0.004819                       # Average percentage of cache occupancy
system.cpu1.l2cache.tags.occ_percent::cpu1.inst     0.179864                       # Average percentage of cache occupancy
system.cpu1.l2cache.tags.occ_percent::cpu1.data     0.192628                       # Average percentage of cache occupancy
system.cpu1.l2cache.tags.occ_percent::cpu1.l2cache.prefetcher     0.060440                       # Average percentage of cache occupancy
system.cpu1.l2cache.tags.occ_percent::total     0.795944                       # Average percentage of cache occupancy
system.cpu1.l2cache.tags.occ_task_id_blocks::1022         1412                       # Occupied blocks per task id
system.cpu1.l2cache.tags.occ_task_id_blocks::1023           94                       # Occupied blocks per task id
system.cpu1.l2cache.tags.occ_task_id_blocks::1024        14496                       # Occupied blocks per task id
system.cpu1.l2cache.tags.age_task_id_blocks_1022::0           14                       # Occupied blocks per task id
system.cpu1.l2cache.tags.age_task_id_blocks_1022::1           26                       # Occupied blocks per task id
system.cpu1.l2cache.tags.age_task_id_blocks_1022::2           63                       # Occupied blocks per task id
system.cpu1.l2cache.tags.age_task_id_blocks_1022::3         1121                       # Occupied blocks per task id
system.cpu1.l2cache.tags.age_task_id_blocks_1022::4          188                       # Occupied blocks per task id
system.cpu1.l2cache.tags.age_task_id_blocks_1023::0            1                       # Occupied blocks per task id
system.cpu1.l2cache.tags.age_task_id_blocks_1023::1            9                       # Occupied blocks per task id
system.cpu1.l2cache.tags.age_task_id_blocks_1023::2            3                       # Occupied blocks per task id
system.cpu1.l2cache.tags.age_task_id_blocks_1023::3           79                       # Occupied blocks per task id
system.cpu1.l2cache.tags.age_task_id_blocks_1023::4            2                       # Occupied blocks per task id
system.cpu1.l2cache.tags.age_task_id_blocks_1024::0           37                       # Occupied blocks per task id
system.cpu1.l2cache.tags.age_task_id_blocks_1024::1         1044                       # Occupied blocks per task id
system.cpu1.l2cache.tags.age_task_id_blocks_1024::2         1799                       # Occupied blocks per task id
system.cpu1.l2cache.tags.age_task_id_blocks_1024::3        10295                       # Occupied blocks per task id
system.cpu1.l2cache.tags.age_task_id_blocks_1024::4         1321                       # Occupied blocks per task id
system.cpu1.l2cache.tags.occ_task_id_percent::1022     0.086182                       # Percentage of cache occupancy per task id
system.cpu1.l2cache.tags.occ_task_id_percent::1023     0.005737                       # Percentage of cache occupancy per task id
system.cpu1.l2cache.tags.occ_task_id_percent::1024     0.884766                       # Percentage of cache occupancy per task id
system.cpu1.l2cache.tags.tag_accesses       227501804                       # Number of tag accesses
system.cpu1.l2cache.tags.data_accesses      227501804                       # Number of data accesses
system.cpu1.l2cache.ReadReq_hits::cpu1.dtb.walker       207163                       # number of ReadReq hits
system.cpu1.l2cache.ReadReq_hits::cpu1.itb.walker       127057                       # number of ReadReq hits
system.cpu1.l2cache.ReadReq_hits::cpu1.inst      4446186                       # number of ReadReq hits
system.cpu1.l2cache.ReadReq_hits::cpu1.data      2697591                       # number of ReadReq hits
system.cpu1.l2cache.ReadReq_hits::total       7477997                       # number of ReadReq hits
system.cpu1.l2cache.Writeback_hits::writebacks      3230902                       # number of Writeback hits
system.cpu1.l2cache.Writeback_hits::total      3230902                       # number of Writeback hits
system.cpu1.l2cache.WriteInvalidateReq_hits::cpu1.data       181429                       # number of WriteInvalidateReq hits
system.cpu1.l2cache.WriteInvalidateReq_hits::total       181429                       # number of WriteInvalidateReq hits
system.cpu1.l2cache.UpgradeReq_hits::cpu1.data        59189                       # number of UpgradeReq hits
system.cpu1.l2cache.UpgradeReq_hits::total        59189                       # number of UpgradeReq hits
system.cpu1.l2cache.SCUpgradeReq_hits::cpu1.data        31769                       # number of SCUpgradeReq hits
system.cpu1.l2cache.SCUpgradeReq_hits::total        31769                       # number of SCUpgradeReq hits
system.cpu1.l2cache.ReadExReq_hits::cpu1.data       842543                       # number of ReadExReq hits
system.cpu1.l2cache.ReadExReq_hits::total       842543                       # number of ReadExReq hits
system.cpu1.l2cache.demand_hits::cpu1.dtb.walker       207163                       # number of demand (read+write) hits
system.cpu1.l2cache.demand_hits::cpu1.itb.walker       127057                       # number of demand (read+write) hits
system.cpu1.l2cache.demand_hits::cpu1.inst      4446186                       # number of demand (read+write) hits
system.cpu1.l2cache.demand_hits::cpu1.data      3540134                       # number of demand (read+write) hits
system.cpu1.l2cache.demand_hits::total        8320540                       # number of demand (read+write) hits
system.cpu1.l2cache.overall_hits::cpu1.dtb.walker       207163                       # number of overall hits
system.cpu1.l2cache.overall_hits::cpu1.itb.walker       127057                       # number of overall hits
system.cpu1.l2cache.overall_hits::cpu1.inst      4446186                       # number of overall hits
system.cpu1.l2cache.overall_hits::cpu1.data      3540134                       # number of overall hits
system.cpu1.l2cache.overall_hits::total       8320540                       # number of overall hits
system.cpu1.l2cache.ReadReq_misses::cpu1.dtb.walker         8925                       # number of ReadReq misses
system.cpu1.l2cache.ReadReq_misses::cpu1.itb.walker         6995                       # number of ReadReq misses
system.cpu1.l2cache.ReadReq_misses::cpu1.inst       491456                       # number of ReadReq misses
system.cpu1.l2cache.ReadReq_misses::cpu1.data       854192                       # number of ReadReq misses
system.cpu1.l2cache.ReadReq_misses::total      1361568                       # number of ReadReq misses
system.cpu1.l2cache.WriteInvalidateReq_misses::cpu1.data       285701                       # number of WriteInvalidateReq misses
system.cpu1.l2cache.WriteInvalidateReq_misses::total       285701                       # number of WriteInvalidateReq misses
system.cpu1.l2cache.UpgradeReq_misses::cpu1.data       127179                       # number of UpgradeReq misses
system.cpu1.l2cache.UpgradeReq_misses::total       127179                       # number of UpgradeReq misses
system.cpu1.l2cache.SCUpgradeReq_misses::cpu1.data       167611                       # number of SCUpgradeReq misses
system.cpu1.l2cache.SCUpgradeReq_misses::total       167611                       # number of SCUpgradeReq misses
system.cpu1.l2cache.SCUpgradeFailReq_misses::cpu1.data            6                       # number of SCUpgradeFailReq misses
system.cpu1.l2cache.SCUpgradeFailReq_misses::total            6                       # number of SCUpgradeFailReq misses
system.cpu1.l2cache.ReadExReq_misses::cpu1.data       208488                       # number of ReadExReq misses
system.cpu1.l2cache.ReadExReq_misses::total       208488                       # number of ReadExReq misses
system.cpu1.l2cache.demand_misses::cpu1.dtb.walker         8925                       # number of demand (read+write) misses
system.cpu1.l2cache.demand_misses::cpu1.itb.walker         6995                       # number of demand (read+write) misses
system.cpu1.l2cache.demand_misses::cpu1.inst       491456                       # number of demand (read+write) misses
system.cpu1.l2cache.demand_misses::cpu1.data      1062680                       # number of demand (read+write) misses
system.cpu1.l2cache.demand_misses::total      1570056                       # number of demand (read+write) misses
system.cpu1.l2cache.overall_misses::cpu1.dtb.walker         8925                       # number of overall misses
system.cpu1.l2cache.overall_misses::cpu1.itb.walker         6995                       # number of overall misses
system.cpu1.l2cache.overall_misses::cpu1.inst       491456                       # number of overall misses
system.cpu1.l2cache.overall_misses::cpu1.data      1062680                       # number of overall misses
system.cpu1.l2cache.overall_misses::total      1570056                       # number of overall misses
system.cpu1.l2cache.ReadReq_miss_latency::cpu1.dtb.walker    266500250                       # number of ReadReq miss cycles
system.cpu1.l2cache.ReadReq_miss_latency::cpu1.itb.walker    219567495                       # number of ReadReq miss cycles
system.cpu1.l2cache.ReadReq_miss_latency::cpu1.inst  14267491069                       # number of ReadReq miss cycles
system.cpu1.l2cache.ReadReq_miss_latency::cpu1.data  25122385610                       # number of ReadReq miss cycles
system.cpu1.l2cache.ReadReq_miss_latency::total  39875944424                       # number of ReadReq miss cycles
system.cpu1.l2cache.WriteInvalidateReq_miss_latency::cpu1.data    189007871                       # number of WriteInvalidateReq miss cycles
system.cpu1.l2cache.WriteInvalidateReq_miss_latency::total    189007871                       # number of WriteInvalidateReq miss cycles
system.cpu1.l2cache.UpgradeReq_miss_latency::cpu1.data   2544221753                       # number of UpgradeReq miss cycles
system.cpu1.l2cache.UpgradeReq_miss_latency::total   2544221753                       # number of UpgradeReq miss cycles
system.cpu1.l2cache.SCUpgradeReq_miss_latency::cpu1.data   3390574541                       # number of SCUpgradeReq miss cycles
system.cpu1.l2cache.SCUpgradeReq_miss_latency::total   3390574541                       # number of SCUpgradeReq miss cycles
system.cpu1.l2cache.SCUpgradeFailReq_miss_latency::cpu1.data      1824999                       # number of SCUpgradeFailReq miss cycles
system.cpu1.l2cache.SCUpgradeFailReq_miss_latency::total      1824999                       # number of SCUpgradeFailReq miss cycles
system.cpu1.l2cache.ReadExReq_miss_latency::cpu1.data   8358339864                       # number of ReadExReq miss cycles
system.cpu1.l2cache.ReadExReq_miss_latency::total   8358339864                       # number of ReadExReq miss cycles
system.cpu1.l2cache.demand_miss_latency::cpu1.dtb.walker    266500250                       # number of demand (read+write) miss cycles
system.cpu1.l2cache.demand_miss_latency::cpu1.itb.walker    219567495                       # number of demand (read+write) miss cycles
system.cpu1.l2cache.demand_miss_latency::cpu1.inst  14267491069                       # number of demand (read+write) miss cycles
system.cpu1.l2cache.demand_miss_latency::cpu1.data  33480725474                       # number of demand (read+write) miss cycles
system.cpu1.l2cache.demand_miss_latency::total  48234284288                       # number of demand (read+write) miss cycles
system.cpu1.l2cache.overall_miss_latency::cpu1.dtb.walker    266500250                       # number of overall miss cycles
system.cpu1.l2cache.overall_miss_latency::cpu1.itb.walker    219567495                       # number of overall miss cycles
system.cpu1.l2cache.overall_miss_latency::cpu1.inst  14267491069                       # number of overall miss cycles
system.cpu1.l2cache.overall_miss_latency::cpu1.data  33480725474                       # number of overall miss cycles
system.cpu1.l2cache.overall_miss_latency::total  48234284288                       # number of overall miss cycles
system.cpu1.l2cache.ReadReq_accesses::cpu1.dtb.walker       216088                       # number of ReadReq accesses(hits+misses)
system.cpu1.l2cache.ReadReq_accesses::cpu1.itb.walker       134052                       # number of ReadReq accesses(hits+misses)
system.cpu1.l2cache.ReadReq_accesses::cpu1.inst      4937642                       # number of ReadReq accesses(hits+misses)
system.cpu1.l2cache.ReadReq_accesses::cpu1.data      3551783                       # number of ReadReq accesses(hits+misses)
system.cpu1.l2cache.ReadReq_accesses::total      8839565                       # number of ReadReq accesses(hits+misses)
system.cpu1.l2cache.Writeback_accesses::writebacks      3230902                       # number of Writeback accesses(hits+misses)
system.cpu1.l2cache.Writeback_accesses::total      3230902                       # number of Writeback accesses(hits+misses)
system.cpu1.l2cache.WriteInvalidateReq_accesses::cpu1.data       467130                       # number of WriteInvalidateReq accesses(hits+misses)
system.cpu1.l2cache.WriteInvalidateReq_accesses::total       467130                       # number of WriteInvalidateReq accesses(hits+misses)
system.cpu1.l2cache.UpgradeReq_accesses::cpu1.data       186368                       # number of UpgradeReq accesses(hits+misses)
system.cpu1.l2cache.UpgradeReq_accesses::total       186368                       # number of UpgradeReq accesses(hits+misses)
system.cpu1.l2cache.SCUpgradeReq_accesses::cpu1.data       199380                       # number of SCUpgradeReq accesses(hits+misses)
system.cpu1.l2cache.SCUpgradeReq_accesses::total       199380                       # number of SCUpgradeReq accesses(hits+misses)
system.cpu1.l2cache.SCUpgradeFailReq_accesses::cpu1.data            6                       # number of SCUpgradeFailReq accesses(hits+misses)
system.cpu1.l2cache.SCUpgradeFailReq_accesses::total            6                       # number of SCUpgradeFailReq accesses(hits+misses)
system.cpu1.l2cache.ReadExReq_accesses::cpu1.data      1051031                       # number of ReadExReq accesses(hits+misses)
system.cpu1.l2cache.ReadExReq_accesses::total      1051031                       # number of ReadExReq accesses(hits+misses)
system.cpu1.l2cache.demand_accesses::cpu1.dtb.walker       216088                       # number of demand (read+write) accesses
system.cpu1.l2cache.demand_accesses::cpu1.itb.walker       134052                       # number of demand (read+write) accesses
system.cpu1.l2cache.demand_accesses::cpu1.inst      4937642                       # number of demand (read+write) accesses
system.cpu1.l2cache.demand_accesses::cpu1.data      4602814                       # number of demand (read+write) accesses
system.cpu1.l2cache.demand_accesses::total      9890596                       # number of demand (read+write) accesses
system.cpu1.l2cache.overall_accesses::cpu1.dtb.walker       216088                       # number of overall (read+write) accesses
system.cpu1.l2cache.overall_accesses::cpu1.itb.walker       134052                       # number of overall (read+write) accesses
system.cpu1.l2cache.overall_accesses::cpu1.inst      4937642                       # number of overall (read+write) accesses
system.cpu1.l2cache.overall_accesses::cpu1.data      4602814                       # number of overall (read+write) accesses
system.cpu1.l2cache.overall_accesses::total      9890596                       # number of overall (read+write) accesses
system.cpu1.l2cache.ReadReq_miss_rate::cpu1.dtb.walker     0.041303                       # miss rate for ReadReq accesses
system.cpu1.l2cache.ReadReq_miss_rate::cpu1.itb.walker     0.052181                       # miss rate for ReadReq accesses
system.cpu1.l2cache.ReadReq_miss_rate::cpu1.inst     0.099533                       # miss rate for ReadReq accesses
system.cpu1.l2cache.ReadReq_miss_rate::cpu1.data     0.240497                       # miss rate for ReadReq accesses
system.cpu1.l2cache.ReadReq_miss_rate::total     0.154031                       # miss rate for ReadReq accesses
system.cpu1.l2cache.WriteInvalidateReq_miss_rate::cpu1.data     0.611609                       # miss rate for WriteInvalidateReq accesses
system.cpu1.l2cache.WriteInvalidateReq_miss_rate::total     0.611609                       # miss rate for WriteInvalidateReq accesses
system.cpu1.l2cache.UpgradeReq_miss_rate::cpu1.data     0.682408                       # miss rate for UpgradeReq accesses
system.cpu1.l2cache.UpgradeReq_miss_rate::total     0.682408                       # miss rate for UpgradeReq accesses
system.cpu1.l2cache.SCUpgradeReq_miss_rate::cpu1.data     0.840661                       # miss rate for SCUpgradeReq accesses
system.cpu1.l2cache.SCUpgradeReq_miss_rate::total     0.840661                       # miss rate for SCUpgradeReq accesses
system.cpu1.l2cache.SCUpgradeFailReq_miss_rate::cpu1.data            1                       # miss rate for SCUpgradeFailReq accesses
system.cpu1.l2cache.SCUpgradeFailReq_miss_rate::total            1                       # miss rate for SCUpgradeFailReq accesses
system.cpu1.l2cache.ReadExReq_miss_rate::cpu1.data     0.198365                       # miss rate for ReadExReq accesses
system.cpu1.l2cache.ReadExReq_miss_rate::total     0.198365                       # miss rate for ReadExReq accesses
system.cpu1.l2cache.demand_miss_rate::cpu1.dtb.walker     0.041303                       # miss rate for demand accesses
system.cpu1.l2cache.demand_miss_rate::cpu1.itb.walker     0.052181                       # miss rate for demand accesses
system.cpu1.l2cache.demand_miss_rate::cpu1.inst     0.099533                       # miss rate for demand accesses
system.cpu1.l2cache.demand_miss_rate::cpu1.data     0.230876                       # miss rate for demand accesses
system.cpu1.l2cache.demand_miss_rate::total     0.158742                       # miss rate for demand accesses
system.cpu1.l2cache.overall_miss_rate::cpu1.dtb.walker     0.041303                       # miss rate for overall accesses
system.cpu1.l2cache.overall_miss_rate::cpu1.itb.walker     0.052181                       # miss rate for overall accesses
system.cpu1.l2cache.overall_miss_rate::cpu1.inst     0.099533                       # miss rate for overall accesses
system.cpu1.l2cache.overall_miss_rate::cpu1.data     0.230876                       # miss rate for overall accesses
system.cpu1.l2cache.overall_miss_rate::total     0.158742                       # miss rate for overall accesses
system.cpu1.l2cache.ReadReq_avg_miss_latency::cpu1.dtb.walker 29859.971989                       # average ReadReq miss latency
system.cpu1.l2cache.ReadReq_avg_miss_latency::cpu1.itb.walker 31389.205861                       # average ReadReq miss latency
system.cpu1.l2cache.ReadReq_avg_miss_latency::cpu1.inst 29031.064976                       # average ReadReq miss latency
system.cpu1.l2cache.ReadReq_avg_miss_latency::cpu1.data 29410.701119                       # average ReadReq miss latency
system.cpu1.l2cache.ReadReq_avg_miss_latency::total 29286.781434                       # average ReadReq miss latency
system.cpu1.l2cache.WriteInvalidateReq_avg_miss_latency::cpu1.data   661.558311                       # average WriteInvalidateReq miss latency
system.cpu1.l2cache.WriteInvalidateReq_avg_miss_latency::total   661.558311                       # average WriteInvalidateReq miss latency
system.cpu1.l2cache.UpgradeReq_avg_miss_latency::cpu1.data 20005.046061                       # average UpgradeReq miss latency
system.cpu1.l2cache.UpgradeReq_avg_miss_latency::total 20005.046061                       # average UpgradeReq miss latency
system.cpu1.l2cache.SCUpgradeReq_avg_miss_latency::cpu1.data 20228.830691                       # average SCUpgradeReq miss latency
system.cpu1.l2cache.SCUpgradeReq_avg_miss_latency::total 20228.830691                       # average SCUpgradeReq miss latency
system.cpu1.l2cache.SCUpgradeFailReq_avg_miss_latency::cpu1.data 304166.500000                       # average SCUpgradeFailReq miss latency
system.cpu1.l2cache.SCUpgradeFailReq_avg_miss_latency::total 304166.500000                       # average SCUpgradeFailReq miss latency
system.cpu1.l2cache.ReadExReq_avg_miss_latency::cpu1.data 40090.268332                       # average ReadExReq miss latency
system.cpu1.l2cache.ReadExReq_avg_miss_latency::total 40090.268332                       # average ReadExReq miss latency
system.cpu1.l2cache.demand_avg_miss_latency::cpu1.dtb.walker 29859.971989                       # average overall miss latency
system.cpu1.l2cache.demand_avg_miss_latency::cpu1.itb.walker 31389.205861                       # average overall miss latency
system.cpu1.l2cache.demand_avg_miss_latency::cpu1.inst 29031.064976                       # average overall miss latency
system.cpu1.l2cache.demand_avg_miss_latency::cpu1.data 31505.933559                       # average overall miss latency
system.cpu1.l2cache.demand_avg_miss_latency::total 30721.378274                       # average overall miss latency
system.cpu1.l2cache.overall_avg_miss_latency::cpu1.dtb.walker 29859.971989                       # average overall miss latency
system.cpu1.l2cache.overall_avg_miss_latency::cpu1.itb.walker 31389.205861                       # average overall miss latency
system.cpu1.l2cache.overall_avg_miss_latency::cpu1.inst 29031.064976                       # average overall miss latency
system.cpu1.l2cache.overall_avg_miss_latency::cpu1.data 31505.933559                       # average overall miss latency
system.cpu1.l2cache.overall_avg_miss_latency::total 30721.378274                       # average overall miss latency
system.cpu1.l2cache.blocked_cycles::no_mshrs            0                       # number of cycles access was blocked
system.cpu1.l2cache.blocked_cycles::no_targets            0                       # number of cycles access was blocked
system.cpu1.l2cache.blocked::no_mshrs               0                       # number of cycles access was blocked
system.cpu1.l2cache.blocked::no_targets             0                       # number of cycles access was blocked
system.cpu1.l2cache.avg_blocked_cycles::no_mshrs          nan                       # average number of cycles each access was blocked
system.cpu1.l2cache.avg_blocked_cycles::no_targets          nan                       # average number of cycles each access was blocked
system.cpu1.l2cache.fast_writes                     0                       # number of fast writes performed
system.cpu1.l2cache.cache_copies                    0                       # number of cache copies performed
system.cpu1.l2cache.writebacks::writebacks       911309                       # number of writebacks
system.cpu1.l2cache.writebacks::total          911309                       # number of writebacks
system.cpu1.l2cache.ReadReq_mshr_hits::cpu1.data          380                       # number of ReadReq MSHR hits
system.cpu1.l2cache.ReadReq_mshr_hits::total          380                       # number of ReadReq MSHR hits
system.cpu1.l2cache.ReadExReq_mshr_hits::cpu1.data         5401                       # number of ReadExReq MSHR hits
system.cpu1.l2cache.ReadExReq_mshr_hits::total         5401                       # number of ReadExReq MSHR hits
system.cpu1.l2cache.demand_mshr_hits::cpu1.data         5781                       # number of demand (read+write) MSHR hits
system.cpu1.l2cache.demand_mshr_hits::total         5781                       # number of demand (read+write) MSHR hits
system.cpu1.l2cache.overall_mshr_hits::cpu1.data         5781                       # number of overall MSHR hits
system.cpu1.l2cache.overall_mshr_hits::total         5781                       # number of overall MSHR hits
system.cpu1.l2cache.ReadReq_mshr_misses::cpu1.dtb.walker         8925                       # number of ReadReq MSHR misses
system.cpu1.l2cache.ReadReq_mshr_misses::cpu1.itb.walker         6995                       # number of ReadReq MSHR misses
system.cpu1.l2cache.ReadReq_mshr_misses::cpu1.inst       491456                       # number of ReadReq MSHR misses
system.cpu1.l2cache.ReadReq_mshr_misses::cpu1.data       853812                       # number of ReadReq MSHR misses
system.cpu1.l2cache.ReadReq_mshr_misses::total      1361188                       # number of ReadReq MSHR misses
system.cpu1.l2cache.HardPFReq_mshr_misses::cpu1.l2cache.prefetcher       639196                       # number of HardPFReq MSHR misses
system.cpu1.l2cache.HardPFReq_mshr_misses::total       639196                       # number of HardPFReq MSHR misses
system.cpu1.l2cache.WriteInvalidateReq_mshr_misses::cpu1.data       285701                       # number of WriteInvalidateReq MSHR misses
system.cpu1.l2cache.WriteInvalidateReq_mshr_misses::total       285701                       # number of WriteInvalidateReq MSHR misses
system.cpu1.l2cache.UpgradeReq_mshr_misses::cpu1.data       127179                       # number of UpgradeReq MSHR misses
system.cpu1.l2cache.UpgradeReq_mshr_misses::total       127179                       # number of UpgradeReq MSHR misses
system.cpu1.l2cache.SCUpgradeReq_mshr_misses::cpu1.data       167611                       # number of SCUpgradeReq MSHR misses
system.cpu1.l2cache.SCUpgradeReq_mshr_misses::total       167611                       # number of SCUpgradeReq MSHR misses
system.cpu1.l2cache.SCUpgradeFailReq_mshr_misses::cpu1.data            6                       # number of SCUpgradeFailReq MSHR misses
system.cpu1.l2cache.SCUpgradeFailReq_mshr_misses::total            6                       # number of SCUpgradeFailReq MSHR misses
system.cpu1.l2cache.ReadExReq_mshr_misses::cpu1.data       203087                       # number of ReadExReq MSHR misses
system.cpu1.l2cache.ReadExReq_mshr_misses::total       203087                       # number of ReadExReq MSHR misses
system.cpu1.l2cache.demand_mshr_misses::cpu1.dtb.walker         8925                       # number of demand (read+write) MSHR misses
system.cpu1.l2cache.demand_mshr_misses::cpu1.itb.walker         6995                       # number of demand (read+write) MSHR misses
system.cpu1.l2cache.demand_mshr_misses::cpu1.inst       491456                       # number of demand (read+write) MSHR misses
system.cpu1.l2cache.demand_mshr_misses::cpu1.data      1056899                       # number of demand (read+write) MSHR misses
system.cpu1.l2cache.demand_mshr_misses::total      1564275                       # number of demand (read+write) MSHR misses
system.cpu1.l2cache.overall_mshr_misses::cpu1.dtb.walker         8925                       # number of overall MSHR misses
system.cpu1.l2cache.overall_mshr_misses::cpu1.itb.walker         6995                       # number of overall MSHR misses
system.cpu1.l2cache.overall_mshr_misses::cpu1.inst       491456                       # number of overall MSHR misses
system.cpu1.l2cache.overall_mshr_misses::cpu1.data      1056899                       # number of overall MSHR misses
system.cpu1.l2cache.overall_mshr_misses::cpu1.l2cache.prefetcher       639196                       # number of overall MSHR misses
system.cpu1.l2cache.overall_mshr_misses::total      2203471                       # number of overall MSHR misses
system.cpu1.l2cache.ReadReq_mshr_miss_latency::cpu1.dtb.walker    203741250                       # number of ReadReq MSHR miss cycles
system.cpu1.l2cache.ReadReq_mshr_miss_latency::cpu1.itb.walker    170362507                       # number of ReadReq MSHR miss cycles
system.cpu1.l2cache.ReadReq_mshr_miss_latency::cpu1.inst  10812394931                       # number of ReadReq MSHR miss cycles
system.cpu1.l2cache.ReadReq_mshr_miss_latency::cpu1.data  19078738641                       # number of ReadReq MSHR miss cycles
system.cpu1.l2cache.ReadReq_mshr_miss_latency::total  30265237329                       # number of ReadReq MSHR miss cycles
system.cpu1.l2cache.HardPFReq_mshr_miss_latency::cpu1.l2cache.prefetcher  29755594933                       # number of HardPFReq MSHR miss cycles
system.cpu1.l2cache.HardPFReq_mshr_miss_latency::total  29755594933                       # number of HardPFReq MSHR miss cycles
system.cpu1.l2cache.WriteInvalidateReq_mshr_miss_latency::cpu1.data   7736539648                       # number of WriteInvalidateReq MSHR miss cycles
system.cpu1.l2cache.WriteInvalidateReq_mshr_miss_latency::total   7736539648                       # number of WriteInvalidateReq MSHR miss cycles
system.cpu1.l2cache.UpgradeReq_mshr_miss_latency::cpu1.data   2151571523                       # number of UpgradeReq MSHR miss cycles
system.cpu1.l2cache.UpgradeReq_mshr_miss_latency::total   2151571523                       # number of UpgradeReq MSHR miss cycles
system.cpu1.l2cache.SCUpgradeReq_mshr_miss_latency::cpu1.data   2290441908                       # number of SCUpgradeReq MSHR miss cycles
system.cpu1.l2cache.SCUpgradeReq_mshr_miss_latency::total   2290441908                       # number of SCUpgradeReq MSHR miss cycles
system.cpu1.l2cache.SCUpgradeFailReq_mshr_miss_latency::cpu1.data      1495999                       # number of SCUpgradeFailReq MSHR miss cycles
system.cpu1.l2cache.SCUpgradeFailReq_mshr_miss_latency::total      1495999                       # number of SCUpgradeFailReq MSHR miss cycles
system.cpu1.l2cache.ReadExReq_mshr_miss_latency::cpu1.data   6293487581                       # number of ReadExReq MSHR miss cycles
system.cpu1.l2cache.ReadExReq_mshr_miss_latency::total   6293487581                       # number of ReadExReq MSHR miss cycles
system.cpu1.l2cache.demand_mshr_miss_latency::cpu1.dtb.walker    203741250                       # number of demand (read+write) MSHR miss cycles
system.cpu1.l2cache.demand_mshr_miss_latency::cpu1.itb.walker    170362507                       # number of demand (read+write) MSHR miss cycles
system.cpu1.l2cache.demand_mshr_miss_latency::cpu1.inst  10812394931                       # number of demand (read+write) MSHR miss cycles
system.cpu1.l2cache.demand_mshr_miss_latency::cpu1.data  25372226222                       # number of demand (read+write) MSHR miss cycles
system.cpu1.l2cache.demand_mshr_miss_latency::total  36558724910                       # number of demand (read+write) MSHR miss cycles
system.cpu1.l2cache.overall_mshr_miss_latency::cpu1.dtb.walker    203741250                       # number of overall MSHR miss cycles
system.cpu1.l2cache.overall_mshr_miss_latency::cpu1.itb.walker    170362507                       # number of overall MSHR miss cycles
system.cpu1.l2cache.overall_mshr_miss_latency::cpu1.inst  10812394931                       # number of overall MSHR miss cycles
system.cpu1.l2cache.overall_mshr_miss_latency::cpu1.data  25372226222                       # number of overall MSHR miss cycles
system.cpu1.l2cache.overall_mshr_miss_latency::cpu1.l2cache.prefetcher  29755594933                       # number of overall MSHR miss cycles
system.cpu1.l2cache.overall_mshr_miss_latency::total  66314319843                       # number of overall MSHR miss cycles
system.cpu1.l2cache.ReadReq_mshr_uncacheable_latency::cpu1.inst      8087000                       # number of ReadReq MSHR uncacheable cycles
system.cpu1.l2cache.ReadReq_mshr_uncacheable_latency::cpu1.data   3880010250                       # number of ReadReq MSHR uncacheable cycles
system.cpu1.l2cache.ReadReq_mshr_uncacheable_latency::total   3888097250                       # number of ReadReq MSHR uncacheable cycles
system.cpu1.l2cache.WriteReq_mshr_uncacheable_latency::cpu1.data   3784845500                       # number of WriteReq MSHR uncacheable cycles
system.cpu1.l2cache.WriteReq_mshr_uncacheable_latency::total   3784845500                       # number of WriteReq MSHR uncacheable cycles
system.cpu1.l2cache.overall_mshr_uncacheable_latency::cpu1.inst      8087000                       # number of overall MSHR uncacheable cycles
system.cpu1.l2cache.overall_mshr_uncacheable_latency::cpu1.data   7664855750                       # number of overall MSHR uncacheable cycles
system.cpu1.l2cache.overall_mshr_uncacheable_latency::total   7672942750                       # number of overall MSHR uncacheable cycles
system.cpu1.l2cache.ReadReq_mshr_miss_rate::cpu1.dtb.walker     0.041303                       # mshr miss rate for ReadReq accesses
system.cpu1.l2cache.ReadReq_mshr_miss_rate::cpu1.itb.walker     0.052181                       # mshr miss rate for ReadReq accesses
system.cpu1.l2cache.ReadReq_mshr_miss_rate::cpu1.inst     0.099533                       # mshr miss rate for ReadReq accesses
system.cpu1.l2cache.ReadReq_mshr_miss_rate::cpu1.data     0.240390                       # mshr miss rate for ReadReq accesses
system.cpu1.l2cache.ReadReq_mshr_miss_rate::total     0.153988                       # mshr miss rate for ReadReq accesses
system.cpu1.l2cache.HardPFReq_mshr_miss_rate::cpu1.l2cache.prefetcher          inf                       # mshr miss rate for HardPFReq accesses
system.cpu1.l2cache.HardPFReq_mshr_miss_rate::total          inf                       # mshr miss rate for HardPFReq accesses
system.cpu1.l2cache.WriteInvalidateReq_mshr_miss_rate::cpu1.data     0.611609                       # mshr miss rate for WriteInvalidateReq accesses
system.cpu1.l2cache.WriteInvalidateReq_mshr_miss_rate::total     0.611609                       # mshr miss rate for WriteInvalidateReq accesses
system.cpu1.l2cache.UpgradeReq_mshr_miss_rate::cpu1.data     0.682408                       # mshr miss rate for UpgradeReq accesses
system.cpu1.l2cache.UpgradeReq_mshr_miss_rate::total     0.682408                       # mshr miss rate for UpgradeReq accesses
system.cpu1.l2cache.SCUpgradeReq_mshr_miss_rate::cpu1.data     0.840661                       # mshr miss rate for SCUpgradeReq accesses
system.cpu1.l2cache.SCUpgradeReq_mshr_miss_rate::total     0.840661                       # mshr miss rate for SCUpgradeReq accesses
system.cpu1.l2cache.SCUpgradeFailReq_mshr_miss_rate::cpu1.data            1                       # mshr miss rate for SCUpgradeFailReq accesses
system.cpu1.l2cache.SCUpgradeFailReq_mshr_miss_rate::total            1                       # mshr miss rate for SCUpgradeFailReq accesses
system.cpu1.l2cache.ReadExReq_mshr_miss_rate::cpu1.data     0.193226                       # mshr miss rate for ReadExReq accesses
system.cpu1.l2cache.ReadExReq_mshr_miss_rate::total     0.193226                       # mshr miss rate for ReadExReq accesses
system.cpu1.l2cache.demand_mshr_miss_rate::cpu1.dtb.walker     0.041303                       # mshr miss rate for demand accesses
system.cpu1.l2cache.demand_mshr_miss_rate::cpu1.itb.walker     0.052181                       # mshr miss rate for demand accesses
system.cpu1.l2cache.demand_mshr_miss_rate::cpu1.inst     0.099533                       # mshr miss rate for demand accesses
system.cpu1.l2cache.demand_mshr_miss_rate::cpu1.data     0.229620                       # mshr miss rate for demand accesses
system.cpu1.l2cache.demand_mshr_miss_rate::total     0.158158                       # mshr miss rate for demand accesses
system.cpu1.l2cache.overall_mshr_miss_rate::cpu1.dtb.walker     0.041303                       # mshr miss rate for overall accesses
system.cpu1.l2cache.overall_mshr_miss_rate::cpu1.itb.walker     0.052181                       # mshr miss rate for overall accesses
system.cpu1.l2cache.overall_mshr_miss_rate::cpu1.inst     0.099533                       # mshr miss rate for overall accesses
system.cpu1.l2cache.overall_mshr_miss_rate::cpu1.data     0.229620                       # mshr miss rate for overall accesses
system.cpu1.l2cache.overall_mshr_miss_rate::cpu1.l2cache.prefetcher          inf                       # mshr miss rate for overall accesses
system.cpu1.l2cache.overall_mshr_miss_rate::total     0.222784                       # mshr miss rate for overall accesses
system.cpu1.l2cache.ReadReq_avg_mshr_miss_latency::cpu1.dtb.walker 22828.151261                       # average ReadReq mshr miss latency
system.cpu1.l2cache.ReadReq_avg_mshr_miss_latency::cpu1.itb.walker 24354.897355                       # average ReadReq mshr miss latency
system.cpu1.l2cache.ReadReq_avg_mshr_miss_latency::cpu1.inst 22000.738481                       # average ReadReq mshr miss latency
system.cpu1.l2cache.ReadReq_avg_mshr_miss_latency::cpu1.data 22345.362493                       # average ReadReq mshr miss latency
system.cpu1.l2cache.ReadReq_avg_mshr_miss_latency::total 22234.428550                       # average ReadReq mshr miss latency
system.cpu1.l2cache.HardPFReq_avg_mshr_miss_latency::cpu1.l2cache.prefetcher 46551.597527                       # average HardPFReq mshr miss latency
system.cpu1.l2cache.HardPFReq_avg_mshr_miss_latency::total 46551.597527                       # average HardPFReq mshr miss latency
system.cpu1.l2cache.WriteInvalidateReq_avg_mshr_miss_latency::cpu1.data 27079.147948                       # average WriteInvalidateReq mshr miss latency
system.cpu1.l2cache.WriteInvalidateReq_avg_mshr_miss_latency::total 27079.147948                       # average WriteInvalidateReq mshr miss latency
system.cpu1.l2cache.UpgradeReq_avg_mshr_miss_latency::cpu1.data 16917.663474                       # average UpgradeReq mshr miss latency
system.cpu1.l2cache.UpgradeReq_avg_mshr_miss_latency::total 16917.663474                       # average UpgradeReq mshr miss latency
system.cpu1.l2cache.SCUpgradeReq_avg_mshr_miss_latency::cpu1.data 13665.224287                       # average SCUpgradeReq mshr miss latency
system.cpu1.l2cache.SCUpgradeReq_avg_mshr_miss_latency::total 13665.224287                       # average SCUpgradeReq mshr miss latency
system.cpu1.l2cache.SCUpgradeFailReq_avg_mshr_miss_latency::cpu1.data 249333.166667                       # average SCUpgradeFailReq mshr miss latency
system.cpu1.l2cache.SCUpgradeFailReq_avg_mshr_miss_latency::total 249333.166667                       # average SCUpgradeFailReq mshr miss latency
system.cpu1.l2cache.ReadExReq_avg_mshr_miss_latency::cpu1.data 30989.120825                       # average ReadExReq mshr miss latency
system.cpu1.l2cache.ReadExReq_avg_mshr_miss_latency::total 30989.120825                       # average ReadExReq mshr miss latency
system.cpu1.l2cache.demand_avg_mshr_miss_latency::cpu1.dtb.walker 22828.151261                       # average overall mshr miss latency
system.cpu1.l2cache.demand_avg_mshr_miss_latency::cpu1.itb.walker 24354.897355                       # average overall mshr miss latency
system.cpu1.l2cache.demand_avg_mshr_miss_latency::cpu1.inst 22000.738481                       # average overall mshr miss latency
system.cpu1.l2cache.demand_avg_mshr_miss_latency::cpu1.data 24006.292202                       # average overall mshr miss latency
system.cpu1.l2cache.demand_avg_mshr_miss_latency::total 23371.034447                       # average overall mshr miss latency
system.cpu1.l2cache.overall_avg_mshr_miss_latency::cpu1.dtb.walker 22828.151261                       # average overall mshr miss latency
system.cpu1.l2cache.overall_avg_mshr_miss_latency::cpu1.itb.walker 24354.897355                       # average overall mshr miss latency
system.cpu1.l2cache.overall_avg_mshr_miss_latency::cpu1.inst 22000.738481                       # average overall mshr miss latency
system.cpu1.l2cache.overall_avg_mshr_miss_latency::cpu1.data 24006.292202                       # average overall mshr miss latency
system.cpu1.l2cache.overall_avg_mshr_miss_latency::cpu1.l2cache.prefetcher 46551.597527                       # average overall mshr miss latency
system.cpu1.l2cache.overall_avg_mshr_miss_latency::total 30095.390338                       # average overall mshr miss latency
system.cpu1.l2cache.ReadReq_avg_mshr_uncacheable_latency::cpu1.inst          inf                       # average ReadReq mshr uncacheable latency
system.cpu1.l2cache.ReadReq_avg_mshr_uncacheable_latency::cpu1.data          inf                       # average ReadReq mshr uncacheable latency
system.cpu1.l2cache.ReadReq_avg_mshr_uncacheable_latency::total          inf                       # average ReadReq mshr uncacheable latency
system.cpu1.l2cache.WriteReq_avg_mshr_uncacheable_latency::cpu1.data          inf                       # average WriteReq mshr uncacheable latency
system.cpu1.l2cache.WriteReq_avg_mshr_uncacheable_latency::total          inf                       # average WriteReq mshr uncacheable latency
system.cpu1.l2cache.overall_avg_mshr_uncacheable_latency::cpu1.inst          inf                       # average overall mshr uncacheable latency
system.cpu1.l2cache.overall_avg_mshr_uncacheable_latency::cpu1.data          inf                       # average overall mshr uncacheable latency
system.cpu1.l2cache.overall_avg_mshr_uncacheable_latency::total          inf                       # average overall mshr uncacheable latency
system.cpu1.l2cache.no_allocate_misses              0                       # Number of misses that were no-allocate
system.cpu1.toL2Bus.trans_dist::ReadReq      11132088                       # Transaction distribution
system.cpu1.toL2Bus.trans_dist::ReadResp      9059631                       # Transaction distribution
system.cpu1.toL2Bus.trans_dist::WriteReq        23142                       # Transaction distribution
system.cpu1.toL2Bus.trans_dist::WriteResp        23142                       # Transaction distribution
system.cpu1.toL2Bus.trans_dist::Writeback      3230902                       # Transaction distribution
system.cpu1.toL2Bus.trans_dist::HardPFReq       957658                       # Transaction distribution
system.cpu1.toL2Bus.trans_dist::HardPFResp            1                       # Transaction distribution
system.cpu1.toL2Bus.trans_dist::WriteInvalidateReq      1110389                       # Transaction distribution
system.cpu1.toL2Bus.trans_dist::WriteInvalidateResp       467130                       # Transaction distribution
system.cpu1.toL2Bus.trans_dist::UpgradeReq       407372                       # Transaction distribution
system.cpu1.toL2Bus.trans_dist::SCUpgradeReq       365584                       # Transaction distribution
system.cpu1.toL2Bus.trans_dist::UpgradeResp       452132                       # Transaction distribution
system.cpu1.toL2Bus.trans_dist::SCUpgradeFailReq           59                       # Transaction distribution
system.cpu1.toL2Bus.trans_dist::UpgradeFailResp          100                       # Transaction distribution
system.cpu1.toL2Bus.trans_dist::ReadExReq      1208854                       # Transaction distribution
system.cpu1.toL2Bus.trans_dist::ReadExResp      1057926                       # Transaction distribution
system.cpu1.toL2Bus.pkt_count_system.cpu1.icache.mem_side::system.cpu1.l2cache.cpu_side      9875504                       # Packet count per connected master and slave (bytes)
system.cpu1.toL2Bus.pkt_count_system.cpu1.dcache.mem_side::system.cpu1.l2cache.cpu_side     14402767                       # Packet count per connected master and slave (bytes)
system.cpu1.toL2Bus.pkt_count_system.cpu1.itb.walker.dma::system.cpu1.l2cache.cpu_side       299311                       # Packet count per connected master and slave (bytes)
system.cpu1.toL2Bus.pkt_count_system.cpu1.dtb.walker.dma::system.cpu1.l2cache.cpu_side       504421                       # Packet count per connected master and slave (bytes)
system.cpu1.toL2Bus.pkt_count::total         25082003                       # Packet count per connected master and slave (bytes)
system.cpu1.toL2Bus.pkt_size_system.cpu1.icache.mem_side::system.cpu1.l2cache.cpu_side    316009528                       # Cumulative packet size per connected master and slave (bytes)
system.cpu1.toL2Bus.pkt_size_system.cpu1.dcache.mem_side::system.cpu1.l2cache.cpu_side    537745480                       # Cumulative packet size per connected master and slave (bytes)
system.cpu1.toL2Bus.pkt_size_system.cpu1.itb.walker.dma::system.cpu1.l2cache.cpu_side      1072416                       # Cumulative packet size per connected master and slave (bytes)
system.cpu1.toL2Bus.pkt_size_system.cpu1.dtb.walker.dma::system.cpu1.l2cache.cpu_side      1728704                       # Cumulative packet size per connected master and slave (bytes)
system.cpu1.toL2Bus.pkt_size::total         856556128                       # Cumulative packet size per connected master and slave (bytes)
system.cpu1.toL2Bus.snoops                    4579678                       # Total snoops (count)
system.cpu1.toL2Bus.snoop_fanout::samples     18388489                       # Request fanout histogram
system.cpu1.toL2Bus.snoop_fanout::mean       5.234421                       # Request fanout histogram
system.cpu1.toL2Bus.snoop_fanout::stdev      0.423637                       # Request fanout histogram
system.cpu1.toL2Bus.snoop_fanout::underflows            0      0.00%      0.00% # Request fanout histogram
system.cpu1.toL2Bus.snoop_fanout::0                 0      0.00%      0.00% # Request fanout histogram
system.cpu1.toL2Bus.snoop_fanout::1                 0      0.00%      0.00% # Request fanout histogram
system.cpu1.toL2Bus.snoop_fanout::2                 0      0.00%      0.00% # Request fanout histogram
system.cpu1.toL2Bus.snoop_fanout::3                 0      0.00%      0.00% # Request fanout histogram
system.cpu1.toL2Bus.snoop_fanout::4                 0      0.00%      0.00% # Request fanout histogram
system.cpu1.toL2Bus.snoop_fanout::5          14077834     76.56%     76.56% # Request fanout histogram
system.cpu1.toL2Bus.snoop_fanout::6           4310655     23.44%    100.00% # Request fanout histogram
system.cpu1.toL2Bus.snoop_fanout::overflows            0      0.00%    100.00% # Request fanout histogram
system.cpu1.toL2Bus.snoop_fanout::min_value            5                       # Request fanout histogram
system.cpu1.toL2Bus.snoop_fanout::max_value            6                       # Request fanout histogram
system.cpu1.toL2Bus.snoop_fanout::total      18388489                       # Request fanout histogram
system.cpu1.toL2Bus.reqLayer0.occupancy   10772824519                       # Layer occupancy (ticks)
system.cpu1.toL2Bus.reqLayer0.utilization          0.0                       # Layer utilization (%)
system.cpu1.toL2Bus.snoopLayer0.occupancy    181931492                       # Layer occupancy (ticks)
system.cpu1.toL2Bus.snoopLayer0.utilization          0.0                       # Layer utilization (%)
system.cpu1.toL2Bus.respLayer0.occupancy   7414134377                       # Layer occupancy (ticks)
system.cpu1.toL2Bus.respLayer0.utilization          0.0                       # Layer utilization (%)
system.cpu1.toL2Bus.respLayer1.occupancy   7417250282                       # Layer occupancy (ticks)
system.cpu1.toL2Bus.respLayer1.utilization          0.0                       # Layer utilization (%)
system.cpu1.toL2Bus.respLayer2.occupancy    165377004                       # Layer occupancy (ticks)
system.cpu1.toL2Bus.respLayer2.utilization          0.0                       # Layer utilization (%)
system.cpu1.toL2Bus.respLayer3.occupancy    288475000                       # Layer occupancy (ticks)
system.cpu1.toL2Bus.respLayer3.utilization          0.0                       # Layer utilization (%)
system.iobus.trans_dist::ReadReq                40416                       # Transaction distribution
system.iobus.trans_dist::ReadResp               40416                       # Transaction distribution
system.iobus.trans_dist::WriteReq              136984                       # Transaction distribution
system.iobus.trans_dist::WriteResp              30064                       # Transaction distribution
system.iobus.trans_dist::WriteInvalidateResp       106920                       # Transaction distribution
system.iobus.pkt_count_system.bridge.master::system.realview.uart.pio        48038                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.bridge.master::system.realview.realview_io.pio           14                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.bridge.master::system.realview.timer0.pio           16                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.bridge.master::system.realview.timer1.pio           16                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.bridge.master::system.realview.rtc.pio           16                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.bridge.master::system.realview.uart1_fake.pio           16                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.bridge.master::system.realview.uart2_fake.pio           16                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.bridge.master::system.realview.uart3_fake.pio           16                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.bridge.master::system.realview.sp810_fake.pio           24                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.bridge.master::system.realview.watchdog_fake.pio           16                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.bridge.master::system.realview.ide.pio        29704                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.bridge.master::system.realview.ide-pciconf          210                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.bridge.master::system.realview.ethernet.pio        44750                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.bridge.master::system.realview.ethernet-pciconf          164                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.bridge.master::system.realview.pciconfig.pio           60                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.bridge.master::total       123076                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.realview.ide.dma::system.iocache.cpu_side       231644                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.realview.ide.dma::total       231644                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.realview.ethernet.dma::system.iocache.cpu_side           80                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.realview.ethernet.dma::total           80                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count::total                  354800                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_size_system.bridge.master::system.realview.uart.pio        48058                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.bridge.master::system.realview.realview_io.pio           28                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.bridge.master::system.realview.timer0.pio           32                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.bridge.master::system.realview.timer1.pio           32                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.bridge.master::system.realview.rtc.pio           32                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.bridge.master::system.realview.uart1_fake.pio           32                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.bridge.master::system.realview.uart2_fake.pio           32                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.bridge.master::system.realview.uart3_fake.pio           32                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.bridge.master::system.realview.sp810_fake.pio           48                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.bridge.master::system.realview.watchdog_fake.pio           32                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.bridge.master::system.realview.ide.pio        17645                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.bridge.master::system.realview.ide-pciconf          263                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.bridge.master::system.realview.ethernet.pio        89500                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.bridge.master::system.realview.ethernet-pciconf          251                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.bridge.master::system.realview.pciconfig.pio          120                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.bridge.master::total       156137                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.realview.ide.dma::system.iocache.cpu_side      7351344                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.realview.ide.dma::total      7351344                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.realview.ethernet.dma::system.iocache.cpu_side         2086                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.realview.ethernet.dma::total         2086                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size::total                  7509567                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.reqLayer0.occupancy             36527000                       # Layer occupancy (ticks)
system.iobus.reqLayer0.utilization                0.0                       # Layer utilization (%)
system.iobus.reqLayer1.occupancy                 9000                       # Layer occupancy (ticks)
system.iobus.reqLayer1.utilization                0.0                       # Layer utilization (%)
system.iobus.reqLayer2.occupancy                 8000                       # Layer occupancy (ticks)
system.iobus.reqLayer2.utilization                0.0                       # Layer utilization (%)
system.iobus.reqLayer3.occupancy                 8000                       # Layer occupancy (ticks)
system.iobus.reqLayer3.utilization                0.0                       # Layer utilization (%)
system.iobus.reqLayer10.occupancy                8000                       # Layer occupancy (ticks)
system.iobus.reqLayer10.utilization               0.0                       # Layer utilization (%)
system.iobus.reqLayer13.occupancy                8000                       # Layer occupancy (ticks)
system.iobus.reqLayer13.utilization               0.0                       # Layer utilization (%)
system.iobus.reqLayer14.occupancy                8000                       # Layer occupancy (ticks)
system.iobus.reqLayer14.utilization               0.0                       # Layer utilization (%)
system.iobus.reqLayer15.occupancy                8000                       # Layer occupancy (ticks)
system.iobus.reqLayer15.utilization               0.0                       # Layer utilization (%)
system.iobus.reqLayer16.occupancy               12000                       # Layer occupancy (ticks)
system.iobus.reqLayer16.utilization               0.0                       # Layer utilization (%)
system.iobus.reqLayer17.occupancy                8000                       # Layer occupancy (ticks)
system.iobus.reqLayer17.utilization               0.0                       # Layer utilization (%)
system.iobus.reqLayer23.occupancy            22064000                       # Layer occupancy (ticks)
system.iobus.reqLayer23.utilization               0.0                       # Layer utilization (%)
system.iobus.reqLayer24.occupancy              142000                       # Layer occupancy (ticks)
system.iobus.reqLayer24.utilization               0.0                       # Layer utilization (%)
system.iobus.reqLayer25.occupancy            32658000                       # Layer occupancy (ticks)
system.iobus.reqLayer25.utilization               0.0                       # Layer utilization (%)
system.iobus.reqLayer26.occupancy              101000                       # Layer occupancy (ticks)
system.iobus.reqLayer26.utilization               0.0                       # Layer utilization (%)
system.iobus.reqLayer27.occupancy          1044902599                       # Layer occupancy (ticks)
system.iobus.reqLayer27.utilization               0.0                       # Layer utilization (%)
system.iobus.reqLayer28.occupancy               30000                       # Layer occupancy (ticks)
system.iobus.reqLayer28.utilization               0.0                       # Layer utilization (%)
system.iobus.respLayer0.occupancy            93015000                       # Layer occupancy (ticks)
system.iobus.respLayer0.utilization               0.0                       # Layer utilization (%)
system.iobus.respLayer3.occupancy           179432954                       # Layer occupancy (ticks)
system.iobus.respLayer3.utilization               0.0                       # Layer utilization (%)
system.iobus.respLayer4.occupancy              297000                       # Layer occupancy (ticks)
system.iobus.respLayer4.utilization               0.0                       # Layer utilization (%)
system.iocache.tags.replacements               115804                       # number of replacements
system.iocache.tags.tagsinuse               11.285754                       # Cycle average of tags in use
system.iocache.tags.total_refs                      3                       # Total number of references to valid blocks.
system.iocache.tags.sampled_refs               115820                       # Sample count of references to valid blocks.
system.iocache.tags.avg_refs                 0.000026                       # Average number of references to valid blocks.
system.iocache.tags.warmup_cycle         9175904776000                       # Cycle when the warmup percentage was hit.
system.iocache.tags.occ_blocks::realview.ethernet     3.836841                       # Average occupied blocks per requestor
system.iocache.tags.occ_blocks::realview.ide     7.448912                       # Average occupied blocks per requestor
system.iocache.tags.occ_percent::realview.ethernet     0.239803                       # Average percentage of cache occupancy
system.iocache.tags.occ_percent::realview.ide     0.465557                       # Average percentage of cache occupancy
system.iocache.tags.occ_percent::total       0.705360                       # Average percentage of cache occupancy
system.iocache.tags.occ_task_id_blocks::1023           16                       # Occupied blocks per task id
system.iocache.tags.age_task_id_blocks_1023::3           16                       # Occupied blocks per task id
system.iocache.tags.occ_task_id_percent::1023            1                       # Percentage of cache occupancy per task id
system.iocache.tags.tag_accesses              1042755                       # Number of tag accesses
system.iocache.tags.data_accesses             1042755                       # Number of data accesses
system.iocache.ReadReq_misses::realview.ethernet           37                       # number of ReadReq misses
system.iocache.ReadReq_misses::realview.ide         8902                       # number of ReadReq misses
system.iocache.ReadReq_misses::total             8939                       # number of ReadReq misses
system.iocache.WriteReq_misses::realview.ethernet            3                       # number of WriteReq misses
system.iocache.WriteReq_misses::total               3                       # number of WriteReq misses
system.iocache.WriteInvalidateReq_misses::realview.ide       106920                       # number of WriteInvalidateReq misses
system.iocache.WriteInvalidateReq_misses::total       106920                       # number of WriteInvalidateReq misses
system.iocache.demand_misses::realview.ethernet           40                       # number of demand (read+write) misses
system.iocache.demand_misses::realview.ide         8902                       # number of demand (read+write) misses
system.iocache.demand_misses::total              8942                       # number of demand (read+write) misses
system.iocache.overall_misses::realview.ethernet           40                       # number of overall misses
system.iocache.overall_misses::realview.ide         8902                       # number of overall misses
system.iocache.overall_misses::total             8942                       # number of overall misses
system.iocache.ReadReq_miss_latency::realview.ethernet      5707000                       # number of ReadReq miss cycles
system.iocache.ReadReq_miss_latency::realview.ide   1942659591                       # number of ReadReq miss cycles
system.iocache.ReadReq_miss_latency::total   1948366591                       # number of ReadReq miss cycles
system.iocache.WriteReq_miss_latency::realview.ethernet       357000                       # number of WriteReq miss cycles
system.iocache.WriteReq_miss_latency::total       357000                       # number of WriteReq miss cycles
system.iocache.WriteInvalidateReq_miss_latency::realview.ide  28987663054                       # number of WriteInvalidateReq miss cycles
system.iocache.WriteInvalidateReq_miss_latency::total  28987663054                       # number of WriteInvalidateReq miss cycles
system.iocache.demand_miss_latency::realview.ethernet      6064000                       # number of demand (read+write) miss cycles
system.iocache.demand_miss_latency::realview.ide   1942659591                       # number of demand (read+write) miss cycles
system.iocache.demand_miss_latency::total   1948723591                       # number of demand (read+write) miss cycles
system.iocache.overall_miss_latency::realview.ethernet      6064000                       # number of overall miss cycles
system.iocache.overall_miss_latency::realview.ide   1942659591                       # number of overall miss cycles
system.iocache.overall_miss_latency::total   1948723591                       # number of overall miss cycles
system.iocache.ReadReq_accesses::realview.ethernet           37                       # number of ReadReq accesses(hits+misses)
system.iocache.ReadReq_accesses::realview.ide         8902                       # number of ReadReq accesses(hits+misses)
system.iocache.ReadReq_accesses::total           8939                       # number of ReadReq accesses(hits+misses)
system.iocache.WriteReq_accesses::realview.ethernet            3                       # number of WriteReq accesses(hits+misses)
system.iocache.WriteReq_accesses::total             3                       # number of WriteReq accesses(hits+misses)
system.iocache.WriteInvalidateReq_accesses::realview.ide       106920                       # number of WriteInvalidateReq accesses(hits+misses)
system.iocache.WriteInvalidateReq_accesses::total       106920                       # number of WriteInvalidateReq accesses(hits+misses)
system.iocache.demand_accesses::realview.ethernet           40                       # number of demand (read+write) accesses
system.iocache.demand_accesses::realview.ide         8902                       # number of demand (read+write) accesses
system.iocache.demand_accesses::total            8942                       # number of demand (read+write) accesses
system.iocache.overall_accesses::realview.ethernet           40                       # number of overall (read+write) accesses
system.iocache.overall_accesses::realview.ide         8902                       # number of overall (read+write) accesses
system.iocache.overall_accesses::total           8942                       # number of overall (read+write) accesses
system.iocache.ReadReq_miss_rate::realview.ethernet            1                       # miss rate for ReadReq accesses
system.iocache.ReadReq_miss_rate::realview.ide            1                       # miss rate for ReadReq accesses
system.iocache.ReadReq_miss_rate::total             1                       # miss rate for ReadReq accesses
system.iocache.WriteReq_miss_rate::realview.ethernet            1                       # miss rate for WriteReq accesses
system.iocache.WriteReq_miss_rate::total            1                       # miss rate for WriteReq accesses
system.iocache.WriteInvalidateReq_miss_rate::realview.ide            1                       # miss rate for WriteInvalidateReq accesses
system.iocache.WriteInvalidateReq_miss_rate::total            1                       # miss rate for WriteInvalidateReq accesses
system.iocache.demand_miss_rate::realview.ethernet            1                       # miss rate for demand accesses
system.iocache.demand_miss_rate::realview.ide            1                       # miss rate for demand accesses
system.iocache.demand_miss_rate::total              1                       # miss rate for demand accesses
system.iocache.overall_miss_rate::realview.ethernet            1                       # miss rate for overall accesses
system.iocache.overall_miss_rate::realview.ide            1                       # miss rate for overall accesses
system.iocache.overall_miss_rate::total             1                       # miss rate for overall accesses
system.iocache.ReadReq_avg_miss_latency::realview.ethernet 154243.243243                       # average ReadReq miss latency
system.iocache.ReadReq_avg_miss_latency::realview.ide 218227.318692                       # average ReadReq miss latency
system.iocache.ReadReq_avg_miss_latency::total 217962.478018                       # average ReadReq miss latency
system.iocache.WriteReq_avg_miss_latency::realview.ethernet       119000                       # average WriteReq miss latency
system.iocache.WriteReq_avg_miss_latency::total       119000                       # average WriteReq miss latency
system.iocache.WriteInvalidateReq_avg_miss_latency::realview.ide 271115.441957                       # average WriteInvalidateReq miss latency
system.iocache.WriteInvalidateReq_avg_miss_latency::total 271115.441957                       # average WriteInvalidateReq miss latency
system.iocache.demand_avg_miss_latency::realview.ethernet       151600                       # average overall miss latency
system.iocache.demand_avg_miss_latency::realview.ide 218227.318692                       # average overall miss latency
system.iocache.demand_avg_miss_latency::total 217929.276560                       # average overall miss latency
system.iocache.overall_avg_miss_latency::realview.ethernet       151600                       # average overall miss latency
system.iocache.overall_avg_miss_latency::realview.ide 218227.318692                       # average overall miss latency
system.iocache.overall_avg_miss_latency::total 217929.276560                       # average overall miss latency
system.iocache.blocked_cycles::no_mshrs        228501                       # number of cycles access was blocked
system.iocache.blocked_cycles::no_targets            0                       # number of cycles access was blocked
system.iocache.blocked::no_mshrs                27689                       # number of cycles access was blocked
system.iocache.blocked::no_targets                  0                       # number of cycles access was blocked
system.iocache.avg_blocked_cycles::no_mshrs     8.252411                       # average number of cycles each access was blocked
system.iocache.avg_blocked_cycles::no_targets          nan                       # average number of cycles each access was blocked
system.iocache.fast_writes                          0                       # number of fast writes performed
system.iocache.cache_copies                         0                       # number of cache copies performed
system.iocache.writebacks::writebacks          106887                       # number of writebacks
system.iocache.writebacks::total               106887                       # number of writebacks
system.iocache.ReadReq_mshr_misses::realview.ethernet           37                       # number of ReadReq MSHR misses
system.iocache.ReadReq_mshr_misses::realview.ide         8902                       # number of ReadReq MSHR misses
system.iocache.ReadReq_mshr_misses::total         8939                       # number of ReadReq MSHR misses
system.iocache.WriteReq_mshr_misses::realview.ethernet            3                       # number of WriteReq MSHR misses
system.iocache.WriteReq_mshr_misses::total            3                       # number of WriteReq MSHR misses
system.iocache.WriteInvalidateReq_mshr_misses::realview.ide       106920                       # number of WriteInvalidateReq MSHR misses
system.iocache.WriteInvalidateReq_mshr_misses::total       106920                       # number of WriteInvalidateReq MSHR misses
system.iocache.demand_mshr_misses::realview.ethernet           40                       # number of demand (read+write) MSHR misses
system.iocache.demand_mshr_misses::realview.ide         8902                       # number of demand (read+write) MSHR misses
system.iocache.demand_mshr_misses::total         8942                       # number of demand (read+write) MSHR misses
system.iocache.overall_mshr_misses::realview.ethernet           40                       # number of overall MSHR misses
system.iocache.overall_mshr_misses::realview.ide         8902                       # number of overall MSHR misses
system.iocache.overall_mshr_misses::total         8942                       # number of overall MSHR misses
system.iocache.ReadReq_mshr_miss_latency::realview.ethernet      3783000                       # number of ReadReq MSHR miss cycles
system.iocache.ReadReq_mshr_miss_latency::realview.ide   1479616613                       # number of ReadReq MSHR miss cycles
system.iocache.ReadReq_mshr_miss_latency::total   1483399613                       # number of ReadReq MSHR miss cycles
system.iocache.WriteReq_mshr_miss_latency::realview.ethernet       201000                       # number of WriteReq MSHR miss cycles
system.iocache.WriteReq_mshr_miss_latency::total       201000                       # number of WriteReq MSHR miss cycles
system.iocache.WriteInvalidateReq_mshr_miss_latency::realview.ide  23427435940                       # number of WriteInvalidateReq MSHR miss cycles
system.iocache.WriteInvalidateReq_mshr_miss_latency::total  23427435940                       # number of WriteInvalidateReq MSHR miss cycles
system.iocache.demand_mshr_miss_latency::realview.ethernet      3984000                       # number of demand (read+write) MSHR miss cycles
system.iocache.demand_mshr_miss_latency::realview.ide   1479616613                       # number of demand (read+write) MSHR miss cycles
system.iocache.demand_mshr_miss_latency::total   1483600613                       # number of demand (read+write) MSHR miss cycles
system.iocache.overall_mshr_miss_latency::realview.ethernet      3984000                       # number of overall MSHR miss cycles
system.iocache.overall_mshr_miss_latency::realview.ide   1479616613                       # number of overall MSHR miss cycles
system.iocache.overall_mshr_miss_latency::total   1483600613                       # number of overall MSHR miss cycles
system.iocache.ReadReq_mshr_miss_rate::realview.ethernet            1                       # mshr miss rate for ReadReq accesses
system.iocache.ReadReq_mshr_miss_rate::realview.ide            1                       # mshr miss rate for ReadReq accesses
system.iocache.ReadReq_mshr_miss_rate::total            1                       # mshr miss rate for ReadReq accesses
system.iocache.WriteReq_mshr_miss_rate::realview.ethernet            1                       # mshr miss rate for WriteReq accesses
system.iocache.WriteReq_mshr_miss_rate::total            1                       # mshr miss rate for WriteReq accesses
system.iocache.WriteInvalidateReq_mshr_miss_rate::realview.ide            1                       # mshr miss rate for WriteInvalidateReq accesses
system.iocache.WriteInvalidateReq_mshr_miss_rate::total            1                       # mshr miss rate for WriteInvalidateReq accesses
system.iocache.demand_mshr_miss_rate::realview.ethernet            1                       # mshr miss rate for demand accesses
system.iocache.demand_mshr_miss_rate::realview.ide            1                       # mshr miss rate for demand accesses
system.iocache.demand_mshr_miss_rate::total            1                       # mshr miss rate for demand accesses
system.iocache.overall_mshr_miss_rate::realview.ethernet            1                       # mshr miss rate for overall accesses
system.iocache.overall_mshr_miss_rate::realview.ide            1                       # mshr miss rate for overall accesses
system.iocache.overall_mshr_miss_rate::total            1                       # mshr miss rate for overall accesses
system.iocache.ReadReq_avg_mshr_miss_latency::realview.ethernet 102243.243243                       # average ReadReq mshr miss latency
system.iocache.ReadReq_avg_mshr_miss_latency::realview.ide 166211.706695                       # average ReadReq mshr miss latency
system.iocache.ReadReq_avg_mshr_miss_latency::total 165946.930641                       # average ReadReq mshr miss latency
system.iocache.WriteReq_avg_mshr_miss_latency::realview.ethernet        67000                       # average WriteReq mshr miss latency
system.iocache.WriteReq_avg_mshr_miss_latency::total        67000                       # average WriteReq mshr miss latency
system.iocache.WriteInvalidateReq_avg_mshr_miss_latency::realview.ide 219111.821362                       # average WriteInvalidateReq mshr miss latency
system.iocache.WriteInvalidateReq_avg_mshr_miss_latency::total 219111.821362                       # average WriteInvalidateReq mshr miss latency
system.iocache.demand_avg_mshr_miss_latency::realview.ethernet        99600                       # average overall mshr miss latency
system.iocache.demand_avg_mshr_miss_latency::realview.ide 166211.706695                       # average overall mshr miss latency
system.iocache.demand_avg_mshr_miss_latency::total 165913.734399                       # average overall mshr miss latency
system.iocache.overall_avg_mshr_miss_latency::realview.ethernet        99600                       # average overall mshr miss latency
system.iocache.overall_avg_mshr_miss_latency::realview.ide 166211.706695                       # average overall mshr miss latency
system.iocache.overall_avg_mshr_miss_latency::total 165913.734399                       # average overall mshr miss latency
system.iocache.no_allocate_misses                   0                       # Number of misses that were no-allocate
system.l2c.tags.replacements                  1354462                       # number of replacements
system.l2c.tags.tagsinuse                64231.297434                       # Cycle average of tags in use
system.l2c.tags.total_refs                    4107458                       # Total number of references to valid blocks.
system.l2c.tags.sampled_refs                  1415378                       # Sample count of references to valid blocks.
system.l2c.tags.avg_refs                     2.902022                       # Average number of references to valid blocks.
system.l2c.tags.warmup_cycle               9445810500                       # Cycle when the warmup percentage was hit.
system.l2c.tags.occ_blocks::writebacks   19768.926665                       # Average occupied blocks per requestor
system.l2c.tags.occ_blocks::cpu0.dtb.walker   228.224478                       # Average occupied blocks per requestor
system.l2c.tags.occ_blocks::cpu0.itb.walker   327.605712                       # Average occupied blocks per requestor
system.l2c.tags.occ_blocks::cpu0.inst     4403.400979                       # Average occupied blocks per requestor
system.l2c.tags.occ_blocks::cpu0.data    13076.363837                       # Average occupied blocks per requestor
system.l2c.tags.occ_blocks::cpu0.l2cache.prefetcher 14280.609802                       # Average occupied blocks per requestor
system.l2c.tags.occ_blocks::cpu1.dtb.walker    81.212634                       # Average occupied blocks per requestor
system.l2c.tags.occ_blocks::cpu1.itb.walker   119.963342                       # Average occupied blocks per requestor
system.l2c.tags.occ_blocks::cpu1.inst     2392.943065                       # Average occupied blocks per requestor
system.l2c.tags.occ_blocks::cpu1.data     3574.441825                       # Average occupied blocks per requestor
system.l2c.tags.occ_blocks::cpu1.l2cache.prefetcher  5977.605096                       # Average occupied blocks per requestor
system.l2c.tags.occ_percent::writebacks      0.301650                       # Average percentage of cache occupancy
system.l2c.tags.occ_percent::cpu0.dtb.walker     0.003482                       # Average percentage of cache occupancy
system.l2c.tags.occ_percent::cpu0.itb.walker     0.004999                       # Average percentage of cache occupancy
system.l2c.tags.occ_percent::cpu0.inst       0.067191                       # Average percentage of cache occupancy
system.l2c.tags.occ_percent::cpu0.data       0.199529                       # Average percentage of cache occupancy
system.l2c.tags.occ_percent::cpu0.l2cache.prefetcher     0.217905                       # Average percentage of cache occupancy
system.l2c.tags.occ_percent::cpu1.dtb.walker     0.001239                       # Average percentage of cache occupancy
system.l2c.tags.occ_percent::cpu1.itb.walker     0.001830                       # Average percentage of cache occupancy
system.l2c.tags.occ_percent::cpu1.inst       0.036513                       # Average percentage of cache occupancy
system.l2c.tags.occ_percent::cpu1.data       0.054542                       # Average percentage of cache occupancy
system.l2c.tags.occ_percent::cpu1.l2cache.prefetcher     0.091211                       # Average percentage of cache occupancy
system.l2c.tags.occ_percent::total           0.980092                       # Average percentage of cache occupancy
system.l2c.tags.occ_task_id_blocks::1022        11341                       # Occupied blocks per task id
system.l2c.tags.occ_task_id_blocks::1023          263                       # Occupied blocks per task id
system.l2c.tags.occ_task_id_blocks::1024        49312                       # Occupied blocks per task id
system.l2c.tags.age_task_id_blocks_1022::2          100                       # Occupied blocks per task id
system.l2c.tags.age_task_id_blocks_1022::3         2022                       # Occupied blocks per task id
system.l2c.tags.age_task_id_blocks_1022::4         9219                       # Occupied blocks per task id
system.l2c.tags.age_task_id_blocks_1023::2            1                       # Occupied blocks per task id
system.l2c.tags.age_task_id_blocks_1023::3            3                       # Occupied blocks per task id
system.l2c.tags.age_task_id_blocks_1023::4          259                       # Occupied blocks per task id
system.l2c.tags.age_task_id_blocks_1024::0           29                       # Occupied blocks per task id
system.l2c.tags.age_task_id_blocks_1024::1          239                       # Occupied blocks per task id
system.l2c.tags.age_task_id_blocks_1024::2          991                       # Occupied blocks per task id
system.l2c.tags.age_task_id_blocks_1024::3         9958                       # Occupied blocks per task id
system.l2c.tags.age_task_id_blocks_1024::4        38095                       # Occupied blocks per task id
system.l2c.tags.occ_task_id_percent::1022     0.173050                       # Percentage of cache occupancy per task id
system.l2c.tags.occ_task_id_percent::1023     0.004013                       # Percentage of cache occupancy per task id
system.l2c.tags.occ_task_id_percent::1024     0.752441                       # Percentage of cache occupancy per task id
system.l2c.tags.tag_accesses                 56299103                       # Number of tag accesses
system.l2c.tags.data_accesses                56299103                       # Number of data accesses
system.l2c.ReadReq_hits::cpu0.dtb.walker         5350                       # number of ReadReq hits
system.l2c.ReadReq_hits::cpu0.itb.walker         4570                       # number of ReadReq hits
system.l2c.ReadReq_hits::cpu0.inst             461305                       # number of ReadReq hits
system.l2c.ReadReq_hits::cpu0.data             560254                       # number of ReadReq hits
system.l2c.ReadReq_hits::cpu0.l2cache.prefetcher       286198                       # number of ReadReq hits
system.l2c.ReadReq_hits::cpu1.dtb.walker         4527                       # number of ReadReq hits
system.l2c.ReadReq_hits::cpu1.itb.walker         3561                       # number of ReadReq hits
system.l2c.ReadReq_hits::cpu1.inst             447471                       # number of ReadReq hits
system.l2c.ReadReq_hits::cpu1.data             478954                       # number of ReadReq hits
system.l2c.ReadReq_hits::cpu1.l2cache.prefetcher       267354                       # number of ReadReq hits
system.l2c.ReadReq_hits::total                2519544                       # number of ReadReq hits
system.l2c.Writeback_hits::writebacks         2302237                       # number of Writeback hits
system.l2c.Writeback_hits::total              2302237                       # number of Writeback hits
system.l2c.WriteInvalidateReq_hits::cpu0.data       120106                       # number of WriteInvalidateReq hits
system.l2c.WriteInvalidateReq_hits::cpu1.data       132921                       # number of WriteInvalidateReq hits
system.l2c.WriteInvalidateReq_hits::total       253027                       # number of WriteInvalidateReq hits
system.l2c.UpgradeReq_hits::cpu0.data           30097                       # number of UpgradeReq hits
system.l2c.UpgradeReq_hits::cpu1.data           26085                       # number of UpgradeReq hits
system.l2c.UpgradeReq_hits::total               56182                       # number of UpgradeReq hits
system.l2c.SCUpgradeReq_hits::cpu0.data          6492                       # number of SCUpgradeReq hits
system.l2c.SCUpgradeReq_hits::cpu1.data          6040                       # number of SCUpgradeReq hits
system.l2c.SCUpgradeReq_hits::total             12532                       # number of SCUpgradeReq hits
system.l2c.ReadExReq_hits::cpu0.data            53617                       # number of ReadExReq hits
system.l2c.ReadExReq_hits::cpu1.data            43662                       # number of ReadExReq hits
system.l2c.ReadExReq_hits::total                97279                       # number of ReadExReq hits
system.l2c.demand_hits::cpu0.dtb.walker          5350                       # number of demand (read+write) hits
system.l2c.demand_hits::cpu0.itb.walker          4570                       # number of demand (read+write) hits
system.l2c.demand_hits::cpu0.inst              461305                       # number of demand (read+write) hits
system.l2c.demand_hits::cpu0.data              613871                       # number of demand (read+write) hits
system.l2c.demand_hits::cpu0.l2cache.prefetcher       286198                       # number of demand (read+write) hits
system.l2c.demand_hits::cpu1.dtb.walker          4527                       # number of demand (read+write) hits
system.l2c.demand_hits::cpu1.itb.walker          3561                       # number of demand (read+write) hits
system.l2c.demand_hits::cpu1.inst              447471                       # number of demand (read+write) hits
system.l2c.demand_hits::cpu1.data              522616                       # number of demand (read+write) hits
system.l2c.demand_hits::cpu1.l2cache.prefetcher       267354                       # number of demand (read+write) hits
system.l2c.demand_hits::total                 2616823                       # number of demand (read+write) hits
system.l2c.overall_hits::cpu0.dtb.walker         5350                       # number of overall hits
system.l2c.overall_hits::cpu0.itb.walker         4570                       # number of overall hits
system.l2c.overall_hits::cpu0.inst             461305                       # number of overall hits
system.l2c.overall_hits::cpu0.data             613871                       # number of overall hits
system.l2c.overall_hits::cpu0.l2cache.prefetcher       286198                       # number of overall hits
system.l2c.overall_hits::cpu1.dtb.walker         4527                       # number of overall hits
system.l2c.overall_hits::cpu1.itb.walker         3561                       # number of overall hits
system.l2c.overall_hits::cpu1.inst             447471                       # number of overall hits
system.l2c.overall_hits::cpu1.data             522616                       # number of overall hits
system.l2c.overall_hits::cpu1.l2cache.prefetcher       267354                       # number of overall hits
system.l2c.overall_hits::total                2616823                       # number of overall hits
system.l2c.ReadReq_misses::cpu0.dtb.walker         2413                       # number of ReadReq misses
system.l2c.ReadReq_misses::cpu0.itb.walker         2450                       # number of ReadReq misses
system.l2c.ReadReq_misses::cpu0.inst            52896                       # number of ReadReq misses
system.l2c.ReadReq_misses::cpu0.data           145508                       # number of ReadReq misses
system.l2c.ReadReq_misses::cpu0.l2cache.prefetcher       228001                       # number of ReadReq misses
system.l2c.ReadReq_misses::cpu1.dtb.walker         1040                       # number of ReadReq misses
system.l2c.ReadReq_misses::cpu1.itb.walker          936                       # number of ReadReq misses
system.l2c.ReadReq_misses::cpu1.inst            43985                       # number of ReadReq misses
system.l2c.ReadReq_misses::cpu1.data            87538                       # number of ReadReq misses
system.l2c.ReadReq_misses::cpu1.l2cache.prefetcher       186786                       # number of ReadReq misses
system.l2c.ReadReq_misses::total               751553                       # number of ReadReq misses
system.l2c.WriteInvalidateReq_misses::cpu0.data       416232                       # number of WriteInvalidateReq misses
system.l2c.WriteInvalidateReq_misses::cpu1.data       144931                       # number of WriteInvalidateReq misses
system.l2c.WriteInvalidateReq_misses::total       561163                       # number of WriteInvalidateReq misses
system.l2c.UpgradeReq_misses::cpu0.data         42338                       # number of UpgradeReq misses
system.l2c.UpgradeReq_misses::cpu1.data         43944                       # number of UpgradeReq misses
system.l2c.UpgradeReq_misses::total             86282                       # number of UpgradeReq misses
system.l2c.SCUpgradeReq_misses::cpu0.data        11190                       # number of SCUpgradeReq misses
system.l2c.SCUpgradeReq_misses::cpu1.data        10651                       # number of SCUpgradeReq misses
system.l2c.SCUpgradeReq_misses::total           21841                       # number of SCUpgradeReq misses
system.l2c.ReadExReq_misses::cpu0.data          76863                       # number of ReadExReq misses
system.l2c.ReadExReq_misses::cpu1.data          48194                       # number of ReadExReq misses
system.l2c.ReadExReq_misses::total             125057                       # number of ReadExReq misses
system.l2c.demand_misses::cpu0.dtb.walker         2413                       # number of demand (read+write) misses
system.l2c.demand_misses::cpu0.itb.walker         2450                       # number of demand (read+write) misses
system.l2c.demand_misses::cpu0.inst             52896                       # number of demand (read+write) misses
system.l2c.demand_misses::cpu0.data            222371                       # number of demand (read+write) misses
system.l2c.demand_misses::cpu0.l2cache.prefetcher       228001                       # number of demand (read+write) misses
system.l2c.demand_misses::cpu1.dtb.walker         1040                       # number of demand (read+write) misses
system.l2c.demand_misses::cpu1.itb.walker          936                       # number of demand (read+write) misses
system.l2c.demand_misses::cpu1.inst             43985                       # number of demand (read+write) misses
system.l2c.demand_misses::cpu1.data            135732                       # number of demand (read+write) misses
system.l2c.demand_misses::cpu1.l2cache.prefetcher       186786                       # number of demand (read+write) misses
system.l2c.demand_misses::total                876610                       # number of demand (read+write) misses
system.l2c.overall_misses::cpu0.dtb.walker         2413                       # number of overall misses
system.l2c.overall_misses::cpu0.itb.walker         2450                       # number of overall misses
system.l2c.overall_misses::cpu0.inst            52896                       # number of overall misses
system.l2c.overall_misses::cpu0.data           222371                       # number of overall misses
system.l2c.overall_misses::cpu0.l2cache.prefetcher       228001                       # number of overall misses
system.l2c.overall_misses::cpu1.dtb.walker         1040                       # number of overall misses
system.l2c.overall_misses::cpu1.itb.walker          936                       # number of overall misses
system.l2c.overall_misses::cpu1.inst            43985                       # number of overall misses
system.l2c.overall_misses::cpu1.data           135732                       # number of overall misses
system.l2c.overall_misses::cpu1.l2cache.prefetcher       186786                       # number of overall misses
system.l2c.overall_misses::total               876610                       # number of overall misses
system.l2c.ReadReq_miss_latency::cpu0.dtb.walker    195380250                       # number of ReadReq miss cycles
system.l2c.ReadReq_miss_latency::cpu0.itb.walker    200494999                       # number of ReadReq miss cycles
system.l2c.ReadReq_miss_latency::cpu0.inst   4090074480                       # number of ReadReq miss cycles
system.l2c.ReadReq_miss_latency::cpu0.data  12129961164                       # number of ReadReq miss cycles
system.l2c.ReadReq_miss_latency::cpu0.l2cache.prefetcher  29105524558                       # number of ReadReq miss cycles
system.l2c.ReadReq_miss_latency::cpu1.dtb.walker     84415498                       # number of ReadReq miss cycles
system.l2c.ReadReq_miss_latency::cpu1.itb.walker     77437999                       # number of ReadReq miss cycles
system.l2c.ReadReq_miss_latency::cpu1.inst   3371676973                       # number of ReadReq miss cycles
system.l2c.ReadReq_miss_latency::cpu1.data   7239872891                       # number of ReadReq miss cycles
system.l2c.ReadReq_miss_latency::cpu1.l2cache.prefetcher  24292116803                       # number of ReadReq miss cycles
system.l2c.ReadReq_miss_latency::total    80786955615                       # number of ReadReq miss cycles
system.l2c.WriteInvalidateReq_miss_latency::cpu0.data     28586777                       # number of WriteInvalidateReq miss cycles
system.l2c.WriteInvalidateReq_miss_latency::cpu1.data     37049410                       # number of WriteInvalidateReq miss cycles
system.l2c.WriteInvalidateReq_miss_latency::total     65636187                       # number of WriteInvalidateReq miss cycles
system.l2c.UpgradeReq_miss_latency::cpu0.data    168593848                       # number of UpgradeReq miss cycles
system.l2c.UpgradeReq_miss_latency::cpu1.data    188274034                       # number of UpgradeReq miss cycles
system.l2c.UpgradeReq_miss_latency::total    356867882                       # number of UpgradeReq miss cycles
system.l2c.SCUpgradeReq_miss_latency::cpu0.data     43019164                       # number of SCUpgradeReq miss cycles
system.l2c.SCUpgradeReq_miss_latency::cpu1.data     45414580                       # number of SCUpgradeReq miss cycles
system.l2c.SCUpgradeReq_miss_latency::total     88433744                       # number of SCUpgradeReq miss cycles
system.l2c.ReadExReq_miss_latency::cpu0.data   6101127950                       # number of ReadExReq miss cycles
system.l2c.ReadExReq_miss_latency::cpu1.data   3658485827                       # number of ReadExReq miss cycles
system.l2c.ReadExReq_miss_latency::total   9759613777                       # number of ReadExReq miss cycles
system.l2c.demand_miss_latency::cpu0.dtb.walker    195380250                       # number of demand (read+write) miss cycles
system.l2c.demand_miss_latency::cpu0.itb.walker    200494999                       # number of demand (read+write) miss cycles
system.l2c.demand_miss_latency::cpu0.inst   4090074480                       # number of demand (read+write) miss cycles
system.l2c.demand_miss_latency::cpu0.data  18231089114                       # number of demand (read+write) miss cycles
system.l2c.demand_miss_latency::cpu0.l2cache.prefetcher  29105524558                       # number of demand (read+write) miss cycles
system.l2c.demand_miss_latency::cpu1.dtb.walker     84415498                       # number of demand (read+write) miss cycles
system.l2c.demand_miss_latency::cpu1.itb.walker     77437999                       # number of demand (read+write) miss cycles
system.l2c.demand_miss_latency::cpu1.inst   3371676973                       # number of demand (read+write) miss cycles
system.l2c.demand_miss_latency::cpu1.data  10898358718                       # number of demand (read+write) miss cycles
system.l2c.demand_miss_latency::cpu1.l2cache.prefetcher  24292116803                       # number of demand (read+write) miss cycles
system.l2c.demand_miss_latency::total     90546569392                       # number of demand (read+write) miss cycles
system.l2c.overall_miss_latency::cpu0.dtb.walker    195380250                       # number of overall miss cycles
system.l2c.overall_miss_latency::cpu0.itb.walker    200494999                       # number of overall miss cycles
system.l2c.overall_miss_latency::cpu0.inst   4090074480                       # number of overall miss cycles
system.l2c.overall_miss_latency::cpu0.data  18231089114                       # number of overall miss cycles
system.l2c.overall_miss_latency::cpu0.l2cache.prefetcher  29105524558                       # number of overall miss cycles
system.l2c.overall_miss_latency::cpu1.dtb.walker     84415498                       # number of overall miss cycles
system.l2c.overall_miss_latency::cpu1.itb.walker     77437999                       # number of overall miss cycles
system.l2c.overall_miss_latency::cpu1.inst   3371676973                       # number of overall miss cycles
system.l2c.overall_miss_latency::cpu1.data  10898358718                       # number of overall miss cycles
system.l2c.overall_miss_latency::cpu1.l2cache.prefetcher  24292116803                       # number of overall miss cycles
system.l2c.overall_miss_latency::total    90546569392                       # number of overall miss cycles
system.l2c.ReadReq_accesses::cpu0.dtb.walker         7763                       # number of ReadReq accesses(hits+misses)
system.l2c.ReadReq_accesses::cpu0.itb.walker         7020                       # number of ReadReq accesses(hits+misses)
system.l2c.ReadReq_accesses::cpu0.inst         514201                       # number of ReadReq accesses(hits+misses)
system.l2c.ReadReq_accesses::cpu0.data         705762                       # number of ReadReq accesses(hits+misses)
system.l2c.ReadReq_accesses::cpu0.l2cache.prefetcher       514199                       # number of ReadReq accesses(hits+misses)
system.l2c.ReadReq_accesses::cpu1.dtb.walker         5567                       # number of ReadReq accesses(hits+misses)
system.l2c.ReadReq_accesses::cpu1.itb.walker         4497                       # number of ReadReq accesses(hits+misses)
system.l2c.ReadReq_accesses::cpu1.inst         491456                       # number of ReadReq accesses(hits+misses)
system.l2c.ReadReq_accesses::cpu1.data         566492                       # number of ReadReq accesses(hits+misses)
system.l2c.ReadReq_accesses::cpu1.l2cache.prefetcher       454140                       # number of ReadReq accesses(hits+misses)
system.l2c.ReadReq_accesses::total            3271097                       # number of ReadReq accesses(hits+misses)
system.l2c.Writeback_accesses::writebacks      2302237                       # number of Writeback accesses(hits+misses)
system.l2c.Writeback_accesses::total          2302237                       # number of Writeback accesses(hits+misses)
system.l2c.WriteInvalidateReq_accesses::cpu0.data       536338                       # number of WriteInvalidateReq accesses(hits+misses)
system.l2c.WriteInvalidateReq_accesses::cpu1.data       277852                       # number of WriteInvalidateReq accesses(hits+misses)
system.l2c.WriteInvalidateReq_accesses::total       814190                       # number of WriteInvalidateReq accesses(hits+misses)
system.l2c.UpgradeReq_accesses::cpu0.data        72435                       # number of UpgradeReq accesses(hits+misses)
system.l2c.UpgradeReq_accesses::cpu1.data        70029                       # number of UpgradeReq accesses(hits+misses)
system.l2c.UpgradeReq_accesses::total          142464                       # number of UpgradeReq accesses(hits+misses)
system.l2c.SCUpgradeReq_accesses::cpu0.data        17682                       # number of SCUpgradeReq accesses(hits+misses)
system.l2c.SCUpgradeReq_accesses::cpu1.data        16691                       # number of SCUpgradeReq accesses(hits+misses)
system.l2c.SCUpgradeReq_accesses::total         34373                       # number of SCUpgradeReq accesses(hits+misses)
system.l2c.ReadExReq_accesses::cpu0.data       130480                       # number of ReadExReq accesses(hits+misses)
system.l2c.ReadExReq_accesses::cpu1.data        91856                       # number of ReadExReq accesses(hits+misses)
system.l2c.ReadExReq_accesses::total           222336                       # number of ReadExReq accesses(hits+misses)
system.l2c.demand_accesses::cpu0.dtb.walker         7763                       # number of demand (read+write) accesses
system.l2c.demand_accesses::cpu0.itb.walker         7020                       # number of demand (read+write) accesses
system.l2c.demand_accesses::cpu0.inst          514201                       # number of demand (read+write) accesses
system.l2c.demand_accesses::cpu0.data          836242                       # number of demand (read+write) accesses
system.l2c.demand_accesses::cpu0.l2cache.prefetcher       514199                       # number of demand (read+write) accesses
system.l2c.demand_accesses::cpu1.dtb.walker         5567                       # number of demand (read+write) accesses
system.l2c.demand_accesses::cpu1.itb.walker         4497                       # number of demand (read+write) accesses
system.l2c.demand_accesses::cpu1.inst          491456                       # number of demand (read+write) accesses
system.l2c.demand_accesses::cpu1.data          658348                       # number of demand (read+write) accesses
system.l2c.demand_accesses::cpu1.l2cache.prefetcher       454140                       # number of demand (read+write) accesses
system.l2c.demand_accesses::total             3493433                       # number of demand (read+write) accesses
system.l2c.overall_accesses::cpu0.dtb.walker         7763                       # number of overall (read+write) accesses
system.l2c.overall_accesses::cpu0.itb.walker         7020                       # number of overall (read+write) accesses
system.l2c.overall_accesses::cpu0.inst         514201                       # number of overall (read+write) accesses
system.l2c.overall_accesses::cpu0.data         836242                       # number of overall (read+write) accesses
system.l2c.overall_accesses::cpu0.l2cache.prefetcher       514199                       # number of overall (read+write) accesses
system.l2c.overall_accesses::cpu1.dtb.walker         5567                       # number of overall (read+write) accesses
system.l2c.overall_accesses::cpu1.itb.walker         4497                       # number of overall (read+write) accesses
system.l2c.overall_accesses::cpu1.inst         491456                       # number of overall (read+write) accesses
system.l2c.overall_accesses::cpu1.data         658348                       # number of overall (read+write) accesses
system.l2c.overall_accesses::cpu1.l2cache.prefetcher       454140                       # number of overall (read+write) accesses
system.l2c.overall_accesses::total            3493433                       # number of overall (read+write) accesses
system.l2c.ReadReq_miss_rate::cpu0.dtb.walker     0.310833                       # miss rate for ReadReq accesses
system.l2c.ReadReq_miss_rate::cpu0.itb.walker     0.349003                       # miss rate for ReadReq accesses
system.l2c.ReadReq_miss_rate::cpu0.inst      0.102870                       # miss rate for ReadReq accesses
system.l2c.ReadReq_miss_rate::cpu0.data      0.206171                       # miss rate for ReadReq accesses
system.l2c.ReadReq_miss_rate::cpu0.l2cache.prefetcher     0.443410                       # miss rate for ReadReq accesses
system.l2c.ReadReq_miss_rate::cpu1.dtb.walker     0.186815                       # miss rate for ReadReq accesses
system.l2c.ReadReq_miss_rate::cpu1.itb.walker     0.208139                       # miss rate for ReadReq accesses
system.l2c.ReadReq_miss_rate::cpu1.inst      0.089499                       # miss rate for ReadReq accesses
system.l2c.ReadReq_miss_rate::cpu1.data      0.154526                       # miss rate for ReadReq accesses
system.l2c.ReadReq_miss_rate::cpu1.l2cache.prefetcher     0.411296                       # miss rate for ReadReq accesses
system.l2c.ReadReq_miss_rate::total          0.229756                       # miss rate for ReadReq accesses
system.l2c.WriteInvalidateReq_miss_rate::cpu0.data     0.776063                       # miss rate for WriteInvalidateReq accesses
system.l2c.WriteInvalidateReq_miss_rate::cpu1.data     0.521612                       # miss rate for WriteInvalidateReq accesses
system.l2c.WriteInvalidateReq_miss_rate::total     0.689229                       # miss rate for WriteInvalidateReq accesses
system.l2c.UpgradeReq_miss_rate::cpu0.data     0.584496                       # miss rate for UpgradeReq accesses
system.l2c.UpgradeReq_miss_rate::cpu1.data     0.627511                       # miss rate for UpgradeReq accesses
system.l2c.UpgradeReq_miss_rate::total       0.605641                       # miss rate for UpgradeReq accesses
system.l2c.SCUpgradeReq_miss_rate::cpu0.data     0.632847                       # miss rate for SCUpgradeReq accesses
system.l2c.SCUpgradeReq_miss_rate::cpu1.data     0.638128                       # miss rate for SCUpgradeReq accesses
system.l2c.SCUpgradeReq_miss_rate::total     0.635412                       # miss rate for SCUpgradeReq accesses
system.l2c.ReadExReq_miss_rate::cpu0.data     0.589079                       # miss rate for ReadExReq accesses
system.l2c.ReadExReq_miss_rate::cpu1.data     0.524669                       # miss rate for ReadExReq accesses
system.l2c.ReadExReq_miss_rate::total        0.562469                       # miss rate for ReadExReq accesses
system.l2c.demand_miss_rate::cpu0.dtb.walker     0.310833                       # miss rate for demand accesses
system.l2c.demand_miss_rate::cpu0.itb.walker     0.349003                       # miss rate for demand accesses
system.l2c.demand_miss_rate::cpu0.inst       0.102870                       # miss rate for demand accesses
system.l2c.demand_miss_rate::cpu0.data       0.265917                       # miss rate for demand accesses
system.l2c.demand_miss_rate::cpu0.l2cache.prefetcher     0.443410                       # miss rate for demand accesses
system.l2c.demand_miss_rate::cpu1.dtb.walker     0.186815                       # miss rate for demand accesses
system.l2c.demand_miss_rate::cpu1.itb.walker     0.208139                       # miss rate for demand accesses
system.l2c.demand_miss_rate::cpu1.inst       0.089499                       # miss rate for demand accesses
system.l2c.demand_miss_rate::cpu1.data       0.206171                       # miss rate for demand accesses
system.l2c.demand_miss_rate::cpu1.l2cache.prefetcher     0.411296                       # miss rate for demand accesses
system.l2c.demand_miss_rate::total           0.250931                       # miss rate for demand accesses
system.l2c.overall_miss_rate::cpu0.dtb.walker     0.310833                       # miss rate for overall accesses
system.l2c.overall_miss_rate::cpu0.itb.walker     0.349003                       # miss rate for overall accesses
system.l2c.overall_miss_rate::cpu0.inst      0.102870                       # miss rate for overall accesses
system.l2c.overall_miss_rate::cpu0.data      0.265917                       # miss rate for overall accesses
system.l2c.overall_miss_rate::cpu0.l2cache.prefetcher     0.443410                       # miss rate for overall accesses
system.l2c.overall_miss_rate::cpu1.dtb.walker     0.186815                       # miss rate for overall accesses
system.l2c.overall_miss_rate::cpu1.itb.walker     0.208139                       # miss rate for overall accesses
system.l2c.overall_miss_rate::cpu1.inst      0.089499                       # miss rate for overall accesses
system.l2c.overall_miss_rate::cpu1.data      0.206171                       # miss rate for overall accesses
system.l2c.overall_miss_rate::cpu1.l2cache.prefetcher     0.411296                       # miss rate for overall accesses
system.l2c.overall_miss_rate::total          0.250931                       # miss rate for overall accesses
system.l2c.ReadReq_avg_miss_latency::cpu0.dtb.walker 80969.850808                       # average ReadReq miss latency
system.l2c.ReadReq_avg_miss_latency::cpu0.itb.walker 81834.693469                       # average ReadReq miss latency
system.l2c.ReadReq_avg_miss_latency::cpu0.inst 77322.944646                       # average ReadReq miss latency
system.l2c.ReadReq_avg_miss_latency::cpu0.data 83362.847156                       # average ReadReq miss latency
system.l2c.ReadReq_avg_miss_latency::cpu0.l2cache.prefetcher 127655.249573                       # average ReadReq miss latency
system.l2c.ReadReq_avg_miss_latency::cpu1.dtb.walker 81168.748077                       # average ReadReq miss latency
system.l2c.ReadReq_avg_miss_latency::cpu1.itb.walker 82732.904915                       # average ReadReq miss latency
system.l2c.ReadReq_avg_miss_latency::cpu1.inst 76655.154553                       # average ReadReq miss latency
system.l2c.ReadReq_avg_miss_latency::cpu1.data 82705.486657                       # average ReadReq miss latency
system.l2c.ReadReq_avg_miss_latency::cpu1.l2cache.prefetcher 130053.198864                       # average ReadReq miss latency
system.l2c.ReadReq_avg_miss_latency::total 107493.357907                       # average ReadReq miss latency
system.l2c.WriteInvalidateReq_avg_miss_latency::cpu0.data    68.679912                       # average WriteInvalidateReq miss latency
system.l2c.WriteInvalidateReq_avg_miss_latency::cpu1.data   255.634819                       # average WriteInvalidateReq miss latency
system.l2c.WriteInvalidateReq_avg_miss_latency::total   116.964566                       # average WriteInvalidateReq miss latency
system.l2c.UpgradeReq_avg_miss_latency::cpu0.data  3982.092872                       # average UpgradeReq miss latency
system.l2c.UpgradeReq_avg_miss_latency::cpu1.data  4284.408201                       # average UpgradeReq miss latency
system.l2c.UpgradeReq_avg_miss_latency::total  4136.064092                       # average UpgradeReq miss latency
system.l2c.SCUpgradeReq_avg_miss_latency::cpu0.data  3844.429312                       # average SCUpgradeReq miss latency
system.l2c.SCUpgradeReq_avg_miss_latency::cpu1.data  4263.879448                       # average SCUpgradeReq miss latency
system.l2c.SCUpgradeReq_avg_miss_latency::total  4048.978710                       # average SCUpgradeReq miss latency
system.l2c.ReadExReq_avg_miss_latency::cpu0.data 79376.656519                       # average ReadExReq miss latency
system.l2c.ReadExReq_avg_miss_latency::cpu1.data 75911.645163                       # average ReadExReq miss latency
system.l2c.ReadExReq_avg_miss_latency::total 78041.323373                       # average ReadExReq miss latency
system.l2c.demand_avg_miss_latency::cpu0.dtb.walker 80969.850808                       # average overall miss latency
system.l2c.demand_avg_miss_latency::cpu0.itb.walker 81834.693469                       # average overall miss latency
system.l2c.demand_avg_miss_latency::cpu0.inst 77322.944646                       # average overall miss latency
system.l2c.demand_avg_miss_latency::cpu0.data 81985.012047                       # average overall miss latency
system.l2c.demand_avg_miss_latency::cpu0.l2cache.prefetcher 127655.249573                       # average overall miss latency
system.l2c.demand_avg_miss_latency::cpu1.dtb.walker 81168.748077                       # average overall miss latency
system.l2c.demand_avg_miss_latency::cpu1.itb.walker 82732.904915                       # average overall miss latency
system.l2c.demand_avg_miss_latency::cpu1.inst 76655.154553                       # average overall miss latency
system.l2c.demand_avg_miss_latency::cpu1.data 80293.215439                       # average overall miss latency
system.l2c.demand_avg_miss_latency::cpu1.l2cache.prefetcher 130053.198864                       # average overall miss latency
system.l2c.demand_avg_miss_latency::total 103291.736795                       # average overall miss latency
system.l2c.overall_avg_miss_latency::cpu0.dtb.walker 80969.850808                       # average overall miss latency
system.l2c.overall_avg_miss_latency::cpu0.itb.walker 81834.693469                       # average overall miss latency
system.l2c.overall_avg_miss_latency::cpu0.inst 77322.944646                       # average overall miss latency
system.l2c.overall_avg_miss_latency::cpu0.data 81985.012047                       # average overall miss latency
system.l2c.overall_avg_miss_latency::cpu0.l2cache.prefetcher 127655.249573                       # average overall miss latency
system.l2c.overall_avg_miss_latency::cpu1.dtb.walker 81168.748077                       # average overall miss latency
system.l2c.overall_avg_miss_latency::cpu1.itb.walker 82732.904915                       # average overall miss latency
system.l2c.overall_avg_miss_latency::cpu1.inst 76655.154553                       # average overall miss latency
system.l2c.overall_avg_miss_latency::cpu1.data 80293.215439                       # average overall miss latency
system.l2c.overall_avg_miss_latency::cpu1.l2cache.prefetcher 130053.198864                       # average overall miss latency
system.l2c.overall_avg_miss_latency::total 103291.736795                       # average overall miss latency
system.l2c.blocked_cycles::no_mshrs               198                       # number of cycles access was blocked
system.l2c.blocked_cycles::no_targets               0                       # number of cycles access was blocked
system.l2c.blocked::no_mshrs                        2                       # number of cycles access was blocked
system.l2c.blocked::no_targets                      0                       # number of cycles access was blocked
system.l2c.avg_blocked_cycles::no_mshrs            99                       # average number of cycles each access was blocked
system.l2c.avg_blocked_cycles::no_targets          nan                       # average number of cycles each access was blocked
system.l2c.fast_writes                              0                       # number of fast writes performed
system.l2c.cache_copies                             0                       # number of cache copies performed
system.l2c.writebacks::writebacks             1054885                       # number of writebacks
system.l2c.writebacks::total                  1054885                       # number of writebacks
system.l2c.ReadReq_mshr_hits::cpu0.inst            92                       # number of ReadReq MSHR hits
system.l2c.ReadReq_mshr_hits::cpu0.data            68                       # number of ReadReq MSHR hits
system.l2c.ReadReq_mshr_hits::cpu1.inst            78                       # number of ReadReq MSHR hits
system.l2c.ReadReq_mshr_hits::cpu1.data            18                       # number of ReadReq MSHR hits
system.l2c.ReadReq_mshr_hits::total               256                       # number of ReadReq MSHR hits
system.l2c.demand_mshr_hits::cpu0.inst             92                       # number of demand (read+write) MSHR hits
system.l2c.demand_mshr_hits::cpu0.data             68                       # number of demand (read+write) MSHR hits
system.l2c.demand_mshr_hits::cpu1.inst             78                       # number of demand (read+write) MSHR hits
system.l2c.demand_mshr_hits::cpu1.data             18                       # number of demand (read+write) MSHR hits
system.l2c.demand_mshr_hits::total                256                       # number of demand (read+write) MSHR hits
system.l2c.overall_mshr_hits::cpu0.inst            92                       # number of overall MSHR hits
system.l2c.overall_mshr_hits::cpu0.data            68                       # number of overall MSHR hits
system.l2c.overall_mshr_hits::cpu1.inst            78                       # number of overall MSHR hits
system.l2c.overall_mshr_hits::cpu1.data            18                       # number of overall MSHR hits
system.l2c.overall_mshr_hits::total               256                       # number of overall MSHR hits
system.l2c.ReadReq_mshr_misses::cpu0.dtb.walker         2413                       # number of ReadReq MSHR misses
system.l2c.ReadReq_mshr_misses::cpu0.itb.walker         2450                       # number of ReadReq MSHR misses
system.l2c.ReadReq_mshr_misses::cpu0.inst        52804                       # number of ReadReq MSHR misses
system.l2c.ReadReq_mshr_misses::cpu0.data       145440                       # number of ReadReq MSHR misses
system.l2c.ReadReq_mshr_misses::cpu0.l2cache.prefetcher       228001                       # number of ReadReq MSHR misses
system.l2c.ReadReq_mshr_misses::cpu1.dtb.walker         1040                       # number of ReadReq MSHR misses
system.l2c.ReadReq_mshr_misses::cpu1.itb.walker          936                       # number of ReadReq MSHR misses
system.l2c.ReadReq_mshr_misses::cpu1.inst        43907                       # number of ReadReq MSHR misses
system.l2c.ReadReq_mshr_misses::cpu1.data        87520                       # number of ReadReq MSHR misses
system.l2c.ReadReq_mshr_misses::cpu1.l2cache.prefetcher       186786                       # number of ReadReq MSHR misses
system.l2c.ReadReq_mshr_misses::total          751297                       # number of ReadReq MSHR misses
system.l2c.WriteInvalidateReq_mshr_misses::cpu0.data       416232                       # number of WriteInvalidateReq MSHR misses
system.l2c.WriteInvalidateReq_mshr_misses::cpu1.data       144931                       # number of WriteInvalidateReq MSHR misses
system.l2c.WriteInvalidateReq_mshr_misses::total       561163                       # number of WriteInvalidateReq MSHR misses
system.l2c.UpgradeReq_mshr_misses::cpu0.data        42338                       # number of UpgradeReq MSHR misses
system.l2c.UpgradeReq_mshr_misses::cpu1.data        43944                       # number of UpgradeReq MSHR misses
system.l2c.UpgradeReq_mshr_misses::total        86282                       # number of UpgradeReq MSHR misses
system.l2c.SCUpgradeReq_mshr_misses::cpu0.data        11190                       # number of SCUpgradeReq MSHR misses
system.l2c.SCUpgradeReq_mshr_misses::cpu1.data        10651                       # number of SCUpgradeReq MSHR misses
system.l2c.SCUpgradeReq_mshr_misses::total        21841                       # number of SCUpgradeReq MSHR misses
system.l2c.ReadExReq_mshr_misses::cpu0.data        76863                       # number of ReadExReq MSHR misses
system.l2c.ReadExReq_mshr_misses::cpu1.data        48194                       # number of ReadExReq MSHR misses
system.l2c.ReadExReq_mshr_misses::total        125057                       # number of ReadExReq MSHR misses
system.l2c.demand_mshr_misses::cpu0.dtb.walker         2413                       # number of demand (read+write) MSHR misses
system.l2c.demand_mshr_misses::cpu0.itb.walker         2450                       # number of demand (read+write) MSHR misses
system.l2c.demand_mshr_misses::cpu0.inst        52804                       # number of demand (read+write) MSHR misses
system.l2c.demand_mshr_misses::cpu0.data       222303                       # number of demand (read+write) MSHR misses
system.l2c.demand_mshr_misses::cpu0.l2cache.prefetcher       228001                       # number of demand (read+write) MSHR misses
system.l2c.demand_mshr_misses::cpu1.dtb.walker         1040                       # number of demand (read+write) MSHR misses
system.l2c.demand_mshr_misses::cpu1.itb.walker          936                       # number of demand (read+write) MSHR misses
system.l2c.demand_mshr_misses::cpu1.inst        43907                       # number of demand (read+write) MSHR misses
system.l2c.demand_mshr_misses::cpu1.data       135714                       # number of demand (read+write) MSHR misses
system.l2c.demand_mshr_misses::cpu1.l2cache.prefetcher       186786                       # number of demand (read+write) MSHR misses
system.l2c.demand_mshr_misses::total           876354                       # number of demand (read+write) MSHR misses
system.l2c.overall_mshr_misses::cpu0.dtb.walker         2413                       # number of overall MSHR misses
system.l2c.overall_mshr_misses::cpu0.itb.walker         2450                       # number of overall MSHR misses
system.l2c.overall_mshr_misses::cpu0.inst        52804                       # number of overall MSHR misses
system.l2c.overall_mshr_misses::cpu0.data       222303                       # number of overall MSHR misses
system.l2c.overall_mshr_misses::cpu0.l2cache.prefetcher       228001                       # number of overall MSHR misses
system.l2c.overall_mshr_misses::cpu1.dtb.walker         1040                       # number of overall MSHR misses
system.l2c.overall_mshr_misses::cpu1.itb.walker          936                       # number of overall MSHR misses
system.l2c.overall_mshr_misses::cpu1.inst        43907                       # number of overall MSHR misses
system.l2c.overall_mshr_misses::cpu1.data       135714                       # number of overall MSHR misses
system.l2c.overall_mshr_misses::cpu1.l2cache.prefetcher       186786                       # number of overall MSHR misses
system.l2c.overall_mshr_misses::total          876354                       # number of overall MSHR misses
system.l2c.ReadReq_mshr_miss_latency::cpu0.dtb.walker    165146250                       # number of ReadReq MSHR miss cycles
system.l2c.ReadReq_mshr_miss_latency::cpu0.itb.walker    169847499                       # number of ReadReq MSHR miss cycles
system.l2c.ReadReq_mshr_miss_latency::cpu0.inst   3419732984                       # number of ReadReq MSHR miss cycles
system.l2c.ReadReq_mshr_miss_latency::cpu0.data  10297367216                       # number of ReadReq MSHR miss cycles
system.l2c.ReadReq_mshr_miss_latency::cpu0.l2cache.prefetcher  26304444558                       # number of ReadReq MSHR miss cycles
system.l2c.ReadReq_mshr_miss_latency::cpu1.dtb.walker     71400998                       # number of ReadReq MSHR miss cycles
system.l2c.ReadReq_mshr_miss_latency::cpu1.itb.walker     65754499                       # number of ReadReq MSHR miss cycles
system.l2c.ReadReq_mshr_miss_latency::cpu1.inst   2814972981                       # number of ReadReq MSHR miss cycles
system.l2c.ReadReq_mshr_miss_latency::cpu1.data   6141826747                       # number of ReadReq MSHR miss cycles
system.l2c.ReadReq_mshr_miss_latency::cpu1.l2cache.prefetcher  21997660303                       # number of ReadReq MSHR miss cycles
system.l2c.ReadReq_mshr_miss_latency::total  71448154035                       # number of ReadReq MSHR miss cycles
system.l2c.WriteInvalidateReq_mshr_miss_latency::cpu0.data   9351321200                       # number of WriteInvalidateReq MSHR miss cycles
system.l2c.WriteInvalidateReq_mshr_miss_latency::cpu1.data   2933979052                       # number of WriteInvalidateReq MSHR miss cycles
system.l2c.WriteInvalidateReq_mshr_miss_latency::total  12285300252                       # number of WriteInvalidateReq MSHR miss cycles
system.l2c.UpgradeReq_mshr_miss_latency::cpu0.data    426814585                       # number of UpgradeReq MSHR miss cycles
system.l2c.UpgradeReq_mshr_miss_latency::cpu1.data    447026638                       # number of UpgradeReq MSHR miss cycles
system.l2c.UpgradeReq_mshr_miss_latency::total    873841223                       # number of UpgradeReq MSHR miss cycles
system.l2c.SCUpgradeReq_mshr_miss_latency::cpu0.data    112957622                       # number of SCUpgradeReq MSHR miss cycles
system.l2c.SCUpgradeReq_mshr_miss_latency::cpu1.data    108321571                       # number of SCUpgradeReq MSHR miss cycles
system.l2c.SCUpgradeReq_mshr_miss_latency::total    221279193                       # number of SCUpgradeReq MSHR miss cycles
system.l2c.ReadExReq_mshr_miss_latency::cpu0.data   5133347486                       # number of ReadExReq MSHR miss cycles
system.l2c.ReadExReq_mshr_miss_latency::cpu1.data   3050003137                       # number of ReadExReq MSHR miss cycles
system.l2c.ReadExReq_mshr_miss_latency::total   8183350623                       # number of ReadExReq MSHR miss cycles
system.l2c.demand_mshr_miss_latency::cpu0.dtb.walker    165146250                       # number of demand (read+write) MSHR miss cycles
system.l2c.demand_mshr_miss_latency::cpu0.itb.walker    169847499                       # number of demand (read+write) MSHR miss cycles
system.l2c.demand_mshr_miss_latency::cpu0.inst   3419732984                       # number of demand (read+write) MSHR miss cycles
system.l2c.demand_mshr_miss_latency::cpu0.data  15430714702                       # number of demand (read+write) MSHR miss cycles
system.l2c.demand_mshr_miss_latency::cpu0.l2cache.prefetcher  26304444558                       # number of demand (read+write) MSHR miss cycles
system.l2c.demand_mshr_miss_latency::cpu1.dtb.walker     71400998                       # number of demand (read+write) MSHR miss cycles
system.l2c.demand_mshr_miss_latency::cpu1.itb.walker     65754499                       # number of demand (read+write) MSHR miss cycles
system.l2c.demand_mshr_miss_latency::cpu1.inst   2814972981                       # number of demand (read+write) MSHR miss cycles
system.l2c.demand_mshr_miss_latency::cpu1.data   9191829884                       # number of demand (read+write) MSHR miss cycles
system.l2c.demand_mshr_miss_latency::cpu1.l2cache.prefetcher  21997660303                       # number of demand (read+write) MSHR miss cycles
system.l2c.demand_mshr_miss_latency::total  79631504658                       # number of demand (read+write) MSHR miss cycles
system.l2c.overall_mshr_miss_latency::cpu0.dtb.walker    165146250                       # number of overall MSHR miss cycles
system.l2c.overall_mshr_miss_latency::cpu0.itb.walker    169847499                       # number of overall MSHR miss cycles
system.l2c.overall_mshr_miss_latency::cpu0.inst   3419732984                       # number of overall MSHR miss cycles
system.l2c.overall_mshr_miss_latency::cpu0.data  15430714702                       # number of overall MSHR miss cycles
system.l2c.overall_mshr_miss_latency::cpu0.l2cache.prefetcher  26304444558                       # number of overall MSHR miss cycles
system.l2c.overall_mshr_miss_latency::cpu1.dtb.walker     71400998                       # number of overall MSHR miss cycles
system.l2c.overall_mshr_miss_latency::cpu1.itb.walker     65754499                       # number of overall MSHR miss cycles
system.l2c.overall_mshr_miss_latency::cpu1.inst   2814972981                       # number of overall MSHR miss cycles
system.l2c.overall_mshr_miss_latency::cpu1.data   9191829884                       # number of overall MSHR miss cycles
system.l2c.overall_mshr_miss_latency::cpu1.l2cache.prefetcher  21997660303                       # number of overall MSHR miss cycles
system.l2c.overall_mshr_miss_latency::total  79631504658                       # number of overall MSHR miss cycles
system.l2c.ReadReq_mshr_uncacheable_latency::cpu0.inst   2246197250                       # number of ReadReq MSHR uncacheable cycles
system.l2c.ReadReq_mshr_uncacheable_latency::cpu0.data   1919142750                       # number of ReadReq MSHR uncacheable cycles
system.l2c.ReadReq_mshr_uncacheable_latency::cpu1.inst      6014500                       # number of ReadReq MSHR uncacheable cycles
system.l2c.ReadReq_mshr_uncacheable_latency::cpu1.data   3441525748                       # number of ReadReq MSHR uncacheable cycles
system.l2c.ReadReq_mshr_uncacheable_latency::total   7612880248                       # number of ReadReq MSHR uncacheable cycles
system.l2c.WriteReq_mshr_uncacheable_latency::cpu0.data   1867778498                       # number of WriteReq MSHR uncacheable cycles
system.l2c.WriteReq_mshr_uncacheable_latency::cpu1.data   3390717000                       # number of WriteReq MSHR uncacheable cycles
system.l2c.WriteReq_mshr_uncacheable_latency::total   5258495498                       # number of WriteReq MSHR uncacheable cycles
system.l2c.overall_mshr_uncacheable_latency::cpu0.inst   2246197250                       # number of overall MSHR uncacheable cycles
system.l2c.overall_mshr_uncacheable_latency::cpu0.data   3786921248                       # number of overall MSHR uncacheable cycles
system.l2c.overall_mshr_uncacheable_latency::cpu1.inst      6014500                       # number of overall MSHR uncacheable cycles
system.l2c.overall_mshr_uncacheable_latency::cpu1.data   6832242748                       # number of overall MSHR uncacheable cycles
system.l2c.overall_mshr_uncacheable_latency::total  12871375746                       # number of overall MSHR uncacheable cycles
system.l2c.ReadReq_mshr_miss_rate::cpu0.dtb.walker     0.310833                       # mshr miss rate for ReadReq accesses
system.l2c.ReadReq_mshr_miss_rate::cpu0.itb.walker     0.349003                       # mshr miss rate for ReadReq accesses
system.l2c.ReadReq_mshr_miss_rate::cpu0.inst     0.102691                       # mshr miss rate for ReadReq accesses
system.l2c.ReadReq_mshr_miss_rate::cpu0.data     0.206075                       # mshr miss rate for ReadReq accesses
system.l2c.ReadReq_mshr_miss_rate::cpu0.l2cache.prefetcher     0.443410                       # mshr miss rate for ReadReq accesses
system.l2c.ReadReq_mshr_miss_rate::cpu1.dtb.walker     0.186815                       # mshr miss rate for ReadReq accesses
system.l2c.ReadReq_mshr_miss_rate::cpu1.itb.walker     0.208139                       # mshr miss rate for ReadReq accesses
system.l2c.ReadReq_mshr_miss_rate::cpu1.inst     0.089341                       # mshr miss rate for ReadReq accesses
system.l2c.ReadReq_mshr_miss_rate::cpu1.data     0.154495                       # mshr miss rate for ReadReq accesses
system.l2c.ReadReq_mshr_miss_rate::cpu1.l2cache.prefetcher     0.411296                       # mshr miss rate for ReadReq accesses
system.l2c.ReadReq_mshr_miss_rate::total     0.229677                       # mshr miss rate for ReadReq accesses
system.l2c.WriteInvalidateReq_mshr_miss_rate::cpu0.data     0.776063                       # mshr miss rate for WriteInvalidateReq accesses
system.l2c.WriteInvalidateReq_mshr_miss_rate::cpu1.data     0.521612                       # mshr miss rate for WriteInvalidateReq accesses
system.l2c.WriteInvalidateReq_mshr_miss_rate::total     0.689229                       # mshr miss rate for WriteInvalidateReq accesses
system.l2c.UpgradeReq_mshr_miss_rate::cpu0.data     0.584496                       # mshr miss rate for UpgradeReq accesses
system.l2c.UpgradeReq_mshr_miss_rate::cpu1.data     0.627511                       # mshr miss rate for UpgradeReq accesses
system.l2c.UpgradeReq_mshr_miss_rate::total     0.605641                       # mshr miss rate for UpgradeReq accesses
system.l2c.SCUpgradeReq_mshr_miss_rate::cpu0.data     0.632847                       # mshr miss rate for SCUpgradeReq accesses
system.l2c.SCUpgradeReq_mshr_miss_rate::cpu1.data     0.638128                       # mshr miss rate for SCUpgradeReq accesses
system.l2c.SCUpgradeReq_mshr_miss_rate::total     0.635412                       # mshr miss rate for SCUpgradeReq accesses
system.l2c.ReadExReq_mshr_miss_rate::cpu0.data     0.589079                       # mshr miss rate for ReadExReq accesses
system.l2c.ReadExReq_mshr_miss_rate::cpu1.data     0.524669                       # mshr miss rate for ReadExReq accesses
system.l2c.ReadExReq_mshr_miss_rate::total     0.562469                       # mshr miss rate for ReadExReq accesses
system.l2c.demand_mshr_miss_rate::cpu0.dtb.walker     0.310833                       # mshr miss rate for demand accesses
system.l2c.demand_mshr_miss_rate::cpu0.itb.walker     0.349003                       # mshr miss rate for demand accesses
system.l2c.demand_mshr_miss_rate::cpu0.inst     0.102691                       # mshr miss rate for demand accesses
system.l2c.demand_mshr_miss_rate::cpu0.data     0.265836                       # mshr miss rate for demand accesses
system.l2c.demand_mshr_miss_rate::cpu0.l2cache.prefetcher     0.443410                       # mshr miss rate for demand accesses
system.l2c.demand_mshr_miss_rate::cpu1.dtb.walker     0.186815                       # mshr miss rate for demand accesses
system.l2c.demand_mshr_miss_rate::cpu1.itb.walker     0.208139                       # mshr miss rate for demand accesses
system.l2c.demand_mshr_miss_rate::cpu1.inst     0.089341                       # mshr miss rate for demand accesses
system.l2c.demand_mshr_miss_rate::cpu1.data     0.206143                       # mshr miss rate for demand accesses
system.l2c.demand_mshr_miss_rate::cpu1.l2cache.prefetcher     0.411296                       # mshr miss rate for demand accesses
system.l2c.demand_mshr_miss_rate::total      0.250858                       # mshr miss rate for demand accesses
system.l2c.overall_mshr_miss_rate::cpu0.dtb.walker     0.310833                       # mshr miss rate for overall accesses
system.l2c.overall_mshr_miss_rate::cpu0.itb.walker     0.349003                       # mshr miss rate for overall accesses
system.l2c.overall_mshr_miss_rate::cpu0.inst     0.102691                       # mshr miss rate for overall accesses
system.l2c.overall_mshr_miss_rate::cpu0.data     0.265836                       # mshr miss rate for overall accesses
system.l2c.overall_mshr_miss_rate::cpu0.l2cache.prefetcher     0.443410                       # mshr miss rate for overall accesses
system.l2c.overall_mshr_miss_rate::cpu1.dtb.walker     0.186815                       # mshr miss rate for overall accesses
system.l2c.overall_mshr_miss_rate::cpu1.itb.walker     0.208139                       # mshr miss rate for overall accesses
system.l2c.overall_mshr_miss_rate::cpu1.inst     0.089341                       # mshr miss rate for overall accesses
system.l2c.overall_mshr_miss_rate::cpu1.data     0.206143                       # mshr miss rate for overall accesses
system.l2c.overall_mshr_miss_rate::cpu1.l2cache.prefetcher     0.411296                       # mshr miss rate for overall accesses
system.l2c.overall_mshr_miss_rate::total     0.250858                       # mshr miss rate for overall accesses
system.l2c.ReadReq_avg_mshr_miss_latency::cpu0.dtb.walker 68440.219644                       # average ReadReq mshr miss latency
system.l2c.ReadReq_avg_mshr_miss_latency::cpu0.itb.walker 69325.509796                       # average ReadReq mshr miss latency
system.l2c.ReadReq_avg_mshr_miss_latency::cpu0.inst 64762.763882                       # average ReadReq mshr miss latency
system.l2c.ReadReq_avg_mshr_miss_latency::cpu0.data 70801.479758                       # average ReadReq mshr miss latency
system.l2c.ReadReq_avg_mshr_miss_latency::cpu0.l2cache.prefetcher 115369.864860                       # average ReadReq mshr miss latency
system.l2c.ReadReq_avg_mshr_miss_latency::cpu1.dtb.walker 68654.805769                       # average ReadReq mshr miss latency
system.l2c.ReadReq_avg_mshr_miss_latency::cpu1.itb.walker 70250.533120                       # average ReadReq mshr miss latency
system.l2c.ReadReq_avg_mshr_miss_latency::cpu1.inst 64112.168470                       # average ReadReq mshr miss latency
system.l2c.ReadReq_avg_mshr_miss_latency::cpu1.data 70176.265391                       # average ReadReq mshr miss latency
system.l2c.ReadReq_avg_mshr_miss_latency::cpu1.l2cache.prefetcher 117769.320522                       # average ReadReq mshr miss latency
system.l2c.ReadReq_avg_mshr_miss_latency::total 95099.746219                       # average ReadReq mshr miss latency
system.l2c.WriteInvalidateReq_avg_mshr_miss_latency::cpu0.data 22466.608046                       # average WriteInvalidateReq mshr miss latency
system.l2c.WriteInvalidateReq_avg_mshr_miss_latency::cpu1.data 20243.971628                       # average WriteInvalidateReq mshr miss latency
system.l2c.WriteInvalidateReq_avg_mshr_miss_latency::total 21892.569988                       # average WriteInvalidateReq mshr miss latency
system.l2c.UpgradeReq_avg_mshr_miss_latency::cpu0.data 10081.122986                       # average UpgradeReq mshr miss latency
system.l2c.UpgradeReq_avg_mshr_miss_latency::cpu1.data 10172.643319                       # average UpgradeReq mshr miss latency
system.l2c.UpgradeReq_avg_mshr_miss_latency::total 10127.734904                       # average UpgradeReq mshr miss latency
system.l2c.SCUpgradeReq_avg_mshr_miss_latency::cpu0.data 10094.514924                       # average SCUpgradeReq mshr miss latency
system.l2c.SCUpgradeReq_avg_mshr_miss_latency::cpu1.data 10170.084593                       # average SCUpgradeReq mshr miss latency
system.l2c.SCUpgradeReq_avg_mshr_miss_latency::total 10131.367291                       # average SCUpgradeReq mshr miss latency
system.l2c.ReadExReq_avg_mshr_miss_latency::cpu0.data 66785.676932                       # average ReadExReq mshr miss latency
system.l2c.ReadExReq_avg_mshr_miss_latency::cpu1.data 63285.951301                       # average ReadExReq mshr miss latency
system.l2c.ReadExReq_avg_mshr_miss_latency::total 65436.965728                       # average ReadExReq mshr miss latency
system.l2c.demand_avg_mshr_miss_latency::cpu0.dtb.walker 68440.219644                       # average overall mshr miss latency
system.l2c.demand_avg_mshr_miss_latency::cpu0.itb.walker 69325.509796                       # average overall mshr miss latency
system.l2c.demand_avg_mshr_miss_latency::cpu0.inst 64762.763882                       # average overall mshr miss latency
system.l2c.demand_avg_mshr_miss_latency::cpu0.data 69412.984539                       # average overall mshr miss latency
system.l2c.demand_avg_mshr_miss_latency::cpu0.l2cache.prefetcher 115369.864860                       # average overall mshr miss latency
system.l2c.demand_avg_mshr_miss_latency::cpu1.dtb.walker 68654.805769                       # average overall mshr miss latency
system.l2c.demand_avg_mshr_miss_latency::cpu1.itb.walker 70250.533120                       # average overall mshr miss latency
system.l2c.demand_avg_mshr_miss_latency::cpu1.inst 64112.168470                       # average overall mshr miss latency
system.l2c.demand_avg_mshr_miss_latency::cpu1.data 67729.415418                       # average overall mshr miss latency
system.l2c.demand_avg_mshr_miss_latency::cpu1.l2cache.prefetcher 117769.320522                       # average overall mshr miss latency
system.l2c.demand_avg_mshr_miss_latency::total 90866.823975                       # average overall mshr miss latency
system.l2c.overall_avg_mshr_miss_latency::cpu0.dtb.walker 68440.219644                       # average overall mshr miss latency
system.l2c.overall_avg_mshr_miss_latency::cpu0.itb.walker 69325.509796                       # average overall mshr miss latency
system.l2c.overall_avg_mshr_miss_latency::cpu0.inst 64762.763882                       # average overall mshr miss latency
system.l2c.overall_avg_mshr_miss_latency::cpu0.data 69412.984539                       # average overall mshr miss latency
system.l2c.overall_avg_mshr_miss_latency::cpu0.l2cache.prefetcher 115369.864860                       # average overall mshr miss latency
system.l2c.overall_avg_mshr_miss_latency::cpu1.dtb.walker 68654.805769                       # average overall mshr miss latency
system.l2c.overall_avg_mshr_miss_latency::cpu1.itb.walker 70250.533120                       # average overall mshr miss latency
system.l2c.overall_avg_mshr_miss_latency::cpu1.inst 64112.168470                       # average overall mshr miss latency
system.l2c.overall_avg_mshr_miss_latency::cpu1.data 67729.415418                       # average overall mshr miss latency
system.l2c.overall_avg_mshr_miss_latency::cpu1.l2cache.prefetcher 117769.320522                       # average overall mshr miss latency
system.l2c.overall_avg_mshr_miss_latency::total 90866.823975                       # average overall mshr miss latency
system.l2c.ReadReq_avg_mshr_uncacheable_latency::cpu0.inst          inf                       # average ReadReq mshr uncacheable latency
system.l2c.ReadReq_avg_mshr_uncacheable_latency::cpu0.data          inf                       # average ReadReq mshr uncacheable latency
system.l2c.ReadReq_avg_mshr_uncacheable_latency::cpu1.inst          inf                       # average ReadReq mshr uncacheable latency
system.l2c.ReadReq_avg_mshr_uncacheable_latency::cpu1.data          inf                       # average ReadReq mshr uncacheable latency
system.l2c.ReadReq_avg_mshr_uncacheable_latency::total          inf                       # average ReadReq mshr uncacheable latency
system.l2c.WriteReq_avg_mshr_uncacheable_latency::cpu0.data          inf                       # average WriteReq mshr uncacheable latency
system.l2c.WriteReq_avg_mshr_uncacheable_latency::cpu1.data          inf                       # average WriteReq mshr uncacheable latency
system.l2c.WriteReq_avg_mshr_uncacheable_latency::total          inf                       # average WriteReq mshr uncacheable latency
system.l2c.overall_avg_mshr_uncacheable_latency::cpu0.inst          inf                       # average overall mshr uncacheable latency
system.l2c.overall_avg_mshr_uncacheable_latency::cpu0.data          inf                       # average overall mshr uncacheable latency
system.l2c.overall_avg_mshr_uncacheable_latency::cpu1.inst          inf                       # average overall mshr uncacheable latency
system.l2c.overall_avg_mshr_uncacheable_latency::cpu1.data          inf                       # average overall mshr uncacheable latency
system.l2c.overall_avg_mshr_uncacheable_latency::total          inf                       # average overall mshr uncacheable latency
system.l2c.no_allocate_misses                       0                       # Number of misses that were no-allocate
system.membus.trans_dist::ReadReq              841910                       # Transaction distribution
system.membus.trans_dist::ReadResp             841910                       # Transaction distribution
system.membus.trans_dist::WriteReq              38471                       # Transaction distribution
system.membus.trans_dist::WriteResp             38471                       # Transaction distribution
system.membus.trans_dist::Writeback           1161772                       # Transaction distribution
system.membus.trans_dist::WriteInvalidateReq       665270                       # Transaction distribution
system.membus.trans_dist::WriteInvalidateResp       665270                       # Transaction distribution
system.membus.trans_dist::UpgradeReq           386597                       # Transaction distribution
system.membus.trans_dist::SCUpgradeReq         321242                       # Transaction distribution
system.membus.trans_dist::UpgradeResp          114625                       # Transaction distribution
system.membus.trans_dist::SCUpgradeFailReq            2                       # Transaction distribution
system.membus.trans_dist::ReadExReq            138806                       # Transaction distribution
system.membus.trans_dist::ReadExResp           121371                       # Transaction distribution
system.membus.pkt_count_system.l2c.mem_side::system.bridge.slave       123076                       # Packet count per connected master and slave (bytes)
system.membus.pkt_count_system.l2c.mem_side::system.realview.nvmem.port           92                       # Packet count per connected master and slave (bytes)
system.membus.pkt_count_system.l2c.mem_side::system.realview.gic.pio        25442                       # Packet count per connected master and slave (bytes)
system.membus.pkt_count_system.l2c.mem_side::system.physmem.port      4847759                       # Packet count per connected master and slave (bytes)
system.membus.pkt_count_system.l2c.mem_side::total      4996369                       # Packet count per connected master and slave (bytes)
system.membus.pkt_count_system.iocache.mem_side::system.physmem.port       336372                       # Packet count per connected master and slave (bytes)
system.membus.pkt_count_system.iocache.mem_side::total       336372                       # Packet count per connected master and slave (bytes)
system.membus.pkt_count::total                5332741                       # Packet count per connected master and slave (bytes)
system.membus.pkt_size_system.l2c.mem_side::system.bridge.slave       156137                       # Cumulative packet size per connected master and slave (bytes)
system.membus.pkt_size_system.l2c.mem_side::system.realview.nvmem.port          204                       # Cumulative packet size per connected master and slave (bytes)
system.membus.pkt_size_system.l2c.mem_side::system.realview.gic.pio        50884                       # Cumulative packet size per connected master and slave (bytes)
system.membus.pkt_size_system.l2c.mem_side::system.physmem.port    159245812                       # Cumulative packet size per connected master and slave (bytes)
system.membus.pkt_size_system.l2c.mem_side::total    159453037                       # Cumulative packet size per connected master and slave (bytes)
system.membus.pkt_size_system.iocache.mem_side::system.physmem.port     14112640                       # Cumulative packet size per connected master and slave (bytes)
system.membus.pkt_size_system.iocache.mem_side::total     14112640                       # Cumulative packet size per connected master and slave (bytes)
system.membus.pkt_size::total               173565677                       # Cumulative packet size per connected master and slave (bytes)
system.membus.snoops                           613627                       # Total snoops (count)
system.membus.snoop_fanout::samples           3433927                       # Request fanout histogram
system.membus.snoop_fanout::mean                    1                       # Request fanout histogram
system.membus.snoop_fanout::stdev                   0                       # Request fanout histogram
system.membus.snoop_fanout::underflows              0      0.00%      0.00% # Request fanout histogram
system.membus.snoop_fanout::0                       0      0.00%      0.00% # Request fanout histogram
system.membus.snoop_fanout::1                 3433927    100.00%    100.00% # Request fanout histogram
system.membus.snoop_fanout::2                       0      0.00%    100.00% # Request fanout histogram
system.membus.snoop_fanout::overflows               0      0.00%    100.00% # Request fanout histogram
system.membus.snoop_fanout::min_value               1                       # Request fanout histogram
system.membus.snoop_fanout::max_value               1                       # Request fanout histogram
system.membus.snoop_fanout::total             3433927                       # Request fanout histogram
system.membus.reqLayer0.occupancy           100976496                       # Layer occupancy (ticks)
system.membus.reqLayer0.utilization               0.0                       # Layer utilization (%)
system.membus.reqLayer1.occupancy               55500                       # Layer occupancy (ticks)
system.membus.reqLayer1.utilization               0.0                       # Layer utilization (%)
system.membus.reqLayer2.occupancy            22065500                       # Layer occupancy (ticks)
system.membus.reqLayer2.utilization               0.0                       # Layer utilization (%)
system.membus.reqLayer5.occupancy         18062213474                       # Layer occupancy (ticks)
system.membus.reqLayer5.utilization               0.0                       # Layer utilization (%)
system.membus.respLayer2.occupancy         9212060141                       # Layer occupancy (ticks)
system.membus.respLayer2.utilization              0.0                       # Layer utilization (%)
system.membus.respLayer3.occupancy          187637046                       # Layer occupancy (ticks)
system.membus.respLayer3.utilization              0.0                       # Layer utilization (%)
system.realview.ethernet.txBytes                  966                       # Bytes Transmitted
system.realview.ethernet.txPackets                  3                       # Number of Packets Transmitted
system.realview.ethernet.txIpChecksums              0                       # Number of tx IP Checksums done by device
system.realview.ethernet.txTcpChecksums             0                       # Number of tx TCP Checksums done by device
system.realview.ethernet.txUdpChecksums             0                       # Number of tx UDP Checksums done by device
system.realview.ethernet.descDMAReads               0                       # Number of descriptors the device read w/ DMA
system.realview.ethernet.descDMAWrites              0                       # Number of descriptors the device wrote w/ DMA
system.realview.ethernet.descDmaReadBytes            0                       # number of descriptor bytes read w/ DMA
system.realview.ethernet.descDmaWriteBytes            0                       # number of descriptor bytes write w/ DMA
system.realview.ethernet.totBandwidth             163                       # Total Bandwidth (bits/s)
system.realview.ethernet.totPackets                 3                       # Total Packets
system.realview.ethernet.totBytes                 966                       # Total Bytes
system.realview.ethernet.totPPS                     0                       # Total Tranmission Rate (packets/s)
system.realview.ethernet.txBandwidth              163                       # Transmit Bandwidth (bits/s)
system.realview.ethernet.txPPS                      0                       # Packet Tranmission Rate (packets/s)
system.realview.ethernet.postedSwi                  0                       # number of software interrupts posted to CPU
system.realview.ethernet.coalescedSwi               0                       # average number of Swi's coalesced into each post
system.realview.ethernet.totalSwi                   0                       # total number of Swi written to ISR
system.realview.ethernet.postedRxIdle               0                       # number of rxIdle interrupts posted to CPU
system.realview.ethernet.coalescedRxIdle            0                       # average number of RxIdle's coalesced into each post
system.realview.ethernet.totalRxIdle                0                       # total number of RxIdle written to ISR
system.realview.ethernet.postedRxOk                 0                       # number of RxOk interrupts posted to CPU
system.realview.ethernet.coalescedRxOk              0                       # average number of RxOk's coalesced into each post
system.realview.ethernet.totalRxOk                  0                       # total number of RxOk written to ISR
system.realview.ethernet.postedRxDesc               0                       # number of RxDesc interrupts posted to CPU
system.realview.ethernet.coalescedRxDesc            0                       # average number of RxDesc's coalesced into each post
system.realview.ethernet.totalRxDesc                0                       # total number of RxDesc written to ISR
system.realview.ethernet.postedTxOk                 0                       # number of TxOk interrupts posted to CPU
system.realview.ethernet.coalescedTxOk              0                       # average number of TxOk's coalesced into each post
system.realview.ethernet.totalTxOk                  0                       # total number of TxOk written to ISR
system.realview.ethernet.postedTxIdle               0                       # number of TxIdle interrupts posted to CPU
system.realview.ethernet.coalescedTxIdle            0                       # average number of TxIdle's coalesced into each post
system.realview.ethernet.totalTxIdle                0                       # total number of TxIdle written to ISR
system.realview.ethernet.postedTxDesc               0                       # number of TxDesc interrupts posted to CPU
system.realview.ethernet.coalescedTxDesc            0                       # average number of TxDesc's coalesced into each post
system.realview.ethernet.totalTxDesc                0                       # total number of TxDesc written to ISR
system.realview.ethernet.postedRxOrn                0                       # number of RxOrn posted to CPU
system.realview.ethernet.coalescedRxOrn             0                       # average number of RxOrn's coalesced into each post
system.realview.ethernet.totalRxOrn                 0                       # total number of RxOrn written to ISR
system.realview.ethernet.coalescedTotal             0                       # average number of interrupts coalesced into each post
system.realview.ethernet.postedInterrupts           13                       # number of posts to CPU
system.realview.ethernet.droppedPackets             0                       # number of packets dropped
system.toL2Bus.trans_dist::ReadReq            4185645                       # Transaction distribution
system.toL2Bus.trans_dist::ReadResp           4178412                       # Transaction distribution
system.toL2Bus.trans_dist::WriteReq             38471                       # Transaction distribution
system.toL2Bus.trans_dist::WriteResp            38471                       # Transaction distribution
system.toL2Bus.trans_dist::Writeback          2302237                       # Transaction distribution
system.toL2Bus.trans_dist::WriteInvalidateReq       921111                       # Transaction distribution
system.toL2Bus.trans_dist::WriteInvalidateResp       814190                       # Transaction distribution
system.toL2Bus.trans_dist::UpgradeReq          436280                       # Transaction distribution
system.toL2Bus.trans_dist::SCUpgradeReq        333774                       # Transaction distribution
system.toL2Bus.trans_dist::UpgradeResp         770054                       # Transaction distribution
system.toL2Bus.trans_dist::SCUpgradeFailReq          100                       # Transaction distribution
system.toL2Bus.trans_dist::UpgradeFailResp          100                       # Transaction distribution
system.toL2Bus.trans_dist::ReadExReq           280654                       # Transaction distribution
system.toL2Bus.trans_dist::ReadExResp          280654                       # Transaction distribution
system.toL2Bus.pkt_count_system.cpu0.l2cache.mem_side::system.l2c.cpu_side      7279651                       # Packet count per connected master and slave (bytes)
system.toL2Bus.pkt_count_system.cpu1.l2cache.mem_side::system.l2c.cpu_side      5709072                       # Packet count per connected master and slave (bytes)
system.toL2Bus.pkt_count::total              12988723                       # Packet count per connected master and slave (bytes)
system.toL2Bus.pkt_size_system.cpu0.l2cache.mem_side::system.l2c.cpu_side    243910125                       # Cumulative packet size per connected master and slave (bytes)
system.toL2Bus.pkt_size_system.cpu1.l2cache.mem_side::system.l2c.cpu_side    179631296                       # Cumulative packet size per connected master and slave (bytes)
system.toL2Bus.pkt_size::total              423541421                       # Cumulative packet size per connected master and slave (bytes)
system.toL2Bus.snoops                         1593139                       # Total snoops (count)
system.toL2Bus.snoop_fanout::samples          8378399                       # Request fanout histogram
system.toL2Bus.snoop_fanout::mean            1.013829                       # Request fanout histogram
system.toL2Bus.snoop_fanout::stdev           0.116780                       # Request fanout histogram
system.toL2Bus.snoop_fanout::underflows             0      0.00%      0.00% # Request fanout histogram
system.toL2Bus.snoop_fanout::0                      0      0.00%      0.00% # Request fanout histogram
system.toL2Bus.snoop_fanout::1                8262536     98.62%     98.62% # Request fanout histogram
system.toL2Bus.snoop_fanout::2                 115863      1.38%    100.00% # Request fanout histogram
system.toL2Bus.snoop_fanout::overflows              0      0.00%    100.00% # Request fanout histogram
system.toL2Bus.snoop_fanout::min_value              1                       # Request fanout histogram
system.toL2Bus.snoop_fanout::max_value              2                       # Request fanout histogram
system.toL2Bus.snoop_fanout::total            8378399                       # Request fanout histogram
system.toL2Bus.reqLayer0.occupancy        16938572035                       # Layer occupancy (ticks)
system.toL2Bus.reqLayer0.utilization              0.0                       # Layer utilization (%)
system.toL2Bus.snoopLayer0.occupancy          7678500                       # Layer occupancy (ticks)
system.toL2Bus.snoopLayer0.utilization            0.0                       # Layer utilization (%)
system.toL2Bus.respLayer0.occupancy       11018810399                       # Layer occupancy (ticks)
system.toL2Bus.respLayer0.utilization             0.0                       # Layer utilization (%)
system.toL2Bus.respLayer1.occupancy        9692180196                       # Layer occupancy (ticks)
system.toL2Bus.respLayer1.utilization             0.0                       # Layer utilization (%)

---------- End Simulation Statistics   ----------