summaryrefslogtreecommitdiff
path: root/tests/quick/fs/10.linux-boot/ref/arm/linux/realview-simple-timing-dual/stats.txt
blob: 786f029ca84b717b926b03364d8e0de106ea3873 (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

---------- Begin Simulation Statistics ----------
sim_seconds                                  1.196143                       # Number of seconds simulated
sim_ticks                                1196142873000                       # Number of ticks simulated
final_tick                               1196142873000                       # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq                                 1000000000000                       # Frequency of simulated ticks
host_inst_rate                                 497666                       # Simulator instruction rate (inst/s)
host_op_rate                                   634118                       # Simulator op (including micro ops) rate (op/s)
host_tick_rate                             9685782626                       # Simulator tick rate (ticks/s)
host_mem_usage                                 425428                       # Number of bytes of host memory used
host_seconds                                   123.49                       # Real time elapsed on the host
sim_insts                                    61459155                       # Number of instructions simulated
sim_ops                                      78310163                       # 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.realview.nvmem.bytes_read::cpu0.inst           20                       # Number of bytes read from this memory
system.realview.nvmem.bytes_read::cpu1.inst           48                       # Number of bytes read from this memory
system.realview.nvmem.bytes_read::total            68                       # Number of bytes read from this memory
system.realview.nvmem.bytes_inst_read::cpu0.inst           20                       # Number of instructions bytes read from this memory
system.realview.nvmem.bytes_inst_read::cpu1.inst           48                       # Number of instructions bytes read from this memory
system.realview.nvmem.bytes_inst_read::total           68                       # Number of instructions bytes read from this memory
system.realview.nvmem.num_reads::cpu0.inst            5                       # Number of read requests responded to by this memory
system.realview.nvmem.num_reads::cpu1.inst           12                       # Number of read requests responded to by this memory
system.realview.nvmem.num_reads::total             17                       # Number of read requests responded to by this memory
system.realview.nvmem.bw_read::cpu0.inst           17                       # Total read bandwidth from this memory (bytes/s)
system.realview.nvmem.bw_read::cpu1.inst           40                       # Total read bandwidth from this memory (bytes/s)
system.realview.nvmem.bw_read::total               57                       # Total read bandwidth from this memory (bytes/s)
system.realview.nvmem.bw_inst_read::cpu0.inst           17                       # Instruction read bandwidth from this memory (bytes/s)
system.realview.nvmem.bw_inst_read::cpu1.inst           40                       # Instruction read bandwidth from this memory (bytes/s)
system.realview.nvmem.bw_inst_read::total           57                       # Instruction read bandwidth from this memory (bytes/s)
system.realview.nvmem.bw_total::cpu0.inst           17                       # Total bandwidth to/from this memory (bytes/s)
system.realview.nvmem.bw_total::cpu1.inst           40                       # Total bandwidth to/from this memory (bytes/s)
system.realview.nvmem.bw_total::total              57                       # Total bandwidth to/from this memory (bytes/s)
system.physmem.bytes_read::realview.clcd     51904512                       # Number of bytes read from this memory
system.physmem.bytes_read::cpu0.dtb.walker           64                       # Number of bytes read from this memory
system.physmem.bytes_read::cpu0.itb.walker          128                       # Number of bytes read from this memory
system.physmem.bytes_read::cpu0.inst           393356                       # Number of bytes read from this memory
system.physmem.bytes_read::cpu0.data          4724988                       # Number of bytes read from this memory
system.physmem.bytes_read::cpu1.dtb.walker          256                       # Number of bytes read from this memory
system.physmem.bytes_read::cpu1.itb.walker           64                       # Number of bytes read from this memory
system.physmem.bytes_read::cpu1.inst           324292                       # Number of bytes read from this memory
system.physmem.bytes_read::cpu1.data          4798584                       # Number of bytes read from this memory
system.physmem.bytes_read::total             62146244                       # Number of bytes read from this memory
system.physmem.bytes_inst_read::cpu0.inst       393356                       # Number of instructions bytes read from this memory
system.physmem.bytes_inst_read::cpu1.inst       324292                       # Number of instructions bytes read from this memory
system.physmem.bytes_inst_read::total          717648                       # Number of instructions bytes read from this memory
system.physmem.bytes_written::writebacks      4113152                       # Number of bytes written to this memory
system.physmem.bytes_written::cpu0.data         17000                       # Number of bytes written to this memory
system.physmem.bytes_written::cpu1.data       3010344                       # Number of bytes written to this memory
system.physmem.bytes_written::total           7140496                       # Number of bytes written to this memory
system.physmem.num_reads::realview.clcd       6488064                       # Number of read requests responded to by this memory
system.physmem.num_reads::cpu0.dtb.walker            1                       # Number of read requests responded to by this memory
system.physmem.num_reads::cpu0.itb.walker            2                       # Number of read requests responded to by this memory
system.physmem.num_reads::cpu0.inst             12374                       # Number of read requests responded to by this memory
system.physmem.num_reads::cpu0.data             73902                       # Number of read requests responded to by this memory
system.physmem.num_reads::cpu1.dtb.walker            4                       # Number of read requests responded to by this memory
system.physmem.num_reads::cpu1.itb.walker            1                       # Number of read requests responded to by this memory
system.physmem.num_reads::cpu1.inst              5158                       # Number of read requests responded to by this memory
system.physmem.num_reads::cpu1.data             75006                       # Number of read requests responded to by this memory
system.physmem.num_reads::total               6654512                       # Number of read requests responded to by this memory
system.physmem.num_writes::writebacks           64268                       # Number of write requests responded to by this memory
system.physmem.num_writes::cpu0.data             4250                       # Number of write requests responded to by this memory
system.physmem.num_writes::cpu1.data           752586                       # Number of write requests responded to by this memory
system.physmem.num_writes::total               821104                       # Number of write requests responded to by this memory
system.physmem.bw_read::realview.clcd        43393238                       # Total read bandwidth from this memory (bytes/s)
system.physmem.bw_read::cpu0.dtb.walker            54                       # Total read bandwidth from this memory (bytes/s)
system.physmem.bw_read::cpu0.itb.walker           107                       # Total read bandwidth from this memory (bytes/s)
system.physmem.bw_read::cpu0.inst              328854                       # Total read bandwidth from this memory (bytes/s)
system.physmem.bw_read::cpu0.data             3950187                       # Total read bandwidth from this memory (bytes/s)
system.physmem.bw_read::cpu1.dtb.walker           214                       # Total read bandwidth from this memory (bytes/s)
system.physmem.bw_read::cpu1.itb.walker            54                       # Total read bandwidth from this memory (bytes/s)
system.physmem.bw_read::cpu1.inst              271115                       # Total read bandwidth from this memory (bytes/s)
system.physmem.bw_read::cpu1.data             4011715                       # Total read bandwidth from this memory (bytes/s)
system.physmem.bw_read::total                51955536                       # Total read bandwidth from this memory (bytes/s)
system.physmem.bw_inst_read::cpu0.inst         328854                       # Instruction read bandwidth from this memory (bytes/s)
system.physmem.bw_inst_read::cpu1.inst         271115                       # Instruction read bandwidth from this memory (bytes/s)
system.physmem.bw_inst_read::total             599968                       # Instruction read bandwidth from this memory (bytes/s)
system.physmem.bw_write::writebacks           3438680                       # Write bandwidth from this memory (bytes/s)
system.physmem.bw_write::cpu0.data              14212                       # Write bandwidth from this memory (bytes/s)
system.physmem.bw_write::cpu1.data            2516709                       # Write bandwidth from this memory (bytes/s)
system.physmem.bw_write::total                5969601                       # Write bandwidth from this memory (bytes/s)
system.physmem.bw_total::writebacks           3438680                       # Total bandwidth to/from this memory (bytes/s)
system.physmem.bw_total::realview.clcd       43393238                       # Total bandwidth to/from this memory (bytes/s)
system.physmem.bw_total::cpu0.dtb.walker           54                       # Total bandwidth to/from this memory (bytes/s)
system.physmem.bw_total::cpu0.itb.walker          107                       # Total bandwidth to/from this memory (bytes/s)
system.physmem.bw_total::cpu0.inst             328854                       # Total bandwidth to/from this memory (bytes/s)
system.physmem.bw_total::cpu0.data            3964399                       # Total bandwidth to/from this memory (bytes/s)
system.physmem.bw_total::cpu1.dtb.walker          214                       # Total bandwidth to/from this memory (bytes/s)
system.physmem.bw_total::cpu1.itb.walker           54                       # Total bandwidth to/from this memory (bytes/s)
system.physmem.bw_total::cpu1.inst             271115                       # Total bandwidth to/from this memory (bytes/s)
system.physmem.bw_total::cpu1.data            6528424                       # Total bandwidth to/from this memory (bytes/s)
system.physmem.bw_total::total               57925137                       # Total bandwidth to/from this memory (bytes/s)
system.physmem.readReqs                       6654512                       # Number of read requests accepted
system.physmem.writeReqs                       821104                       # Number of write requests accepted
system.physmem.readBursts                     6654512                       # Number of DRAM read bursts, including those serviced by the write queue
system.physmem.writeBursts                     821104                       # Number of DRAM write bursts, including those merged in the write queue
system.physmem.bytesReadDRAM                425857728                       # Total number of bytes read from DRAM
system.physmem.bytesReadWrQ                     31040                       # Total number of bytes read from write queue
system.physmem.bytesWritten                   7268800                       # Total number of bytes written to DRAM
system.physmem.bytesReadSys                  62146244                       # Total read bytes from the system interface side
system.physmem.bytesWrittenSys                7140496                       # Total written bytes from the system interface side
system.physmem.servicedByWrQ                      485                       # Number of DRAM read bursts serviced by the write queue
system.physmem.mergedWrBursts                  707525                       # Number of DRAM write bursts merged with an existing one
system.physmem.neitherReadNorWriteReqs          12040                       # Number of requests that are neither read nor write
system.physmem.perBankRdBursts::0              415388                       # Per bank write bursts
system.physmem.perBankRdBursts::1              415219                       # Per bank write bursts
system.physmem.perBankRdBursts::2              415339                       # Per bank write bursts
system.physmem.perBankRdBursts::3              415675                       # Per bank write bursts
system.physmem.perBankRdBursts::4              422392                       # Per bank write bursts
system.physmem.perBankRdBursts::5              415542                       # Per bank write bursts
system.physmem.perBankRdBursts::6              415783                       # Per bank write bursts
system.physmem.perBankRdBursts::7              415483                       # Per bank write bursts
system.physmem.perBankRdBursts::8              416074                       # Per bank write bursts
system.physmem.perBankRdBursts::9              415577                       # Per bank write bursts
system.physmem.perBankRdBursts::10             415249                       # Per bank write bursts
system.physmem.perBankRdBursts::11             414844                       # Per bank write bursts
system.physmem.perBankRdBursts::12             415143                       # Per bank write bursts
system.physmem.perBankRdBursts::13             415555                       # Per bank write bursts
system.physmem.perBankRdBursts::14             415561                       # Per bank write bursts
system.physmem.perBankRdBursts::15             415203                       # Per bank write bursts
system.physmem.perBankWrBursts::0                6999                       # Per bank write bursts
system.physmem.perBankWrBursts::1                6843                       # Per bank write bursts
system.physmem.perBankWrBursts::2                7018                       # Per bank write bursts
system.physmem.perBankWrBursts::3                7170                       # Per bank write bursts
system.physmem.perBankWrBursts::4                7419                       # Per bank write bursts
system.physmem.perBankWrBursts::5                7182                       # Per bank write bursts
system.physmem.perBankWrBursts::6                7433                       # Per bank write bursts
system.physmem.perBankWrBursts::7                7180                       # Per bank write bursts
system.physmem.perBankWrBursts::8                7611                       # Per bank write bursts
system.physmem.perBankWrBursts::9                7217                       # Per bank write bursts
system.physmem.perBankWrBursts::10               7107                       # Per bank write bursts
system.physmem.perBankWrBursts::11               6660                       # Per bank write bursts
system.physmem.perBankWrBursts::12               6804                       # Per bank write bursts
system.physmem.perBankWrBursts::13               7009                       # Per bank write bursts
system.physmem.perBankWrBursts::14               7096                       # Per bank write bursts
system.physmem.perBankWrBursts::15               6827                       # Per bank write bursts
system.physmem.numRdRetry                           0                       # Number of times read queue was full causing retry
system.physmem.numWrRetry                           0                       # Number of times write queue was full causing retry
system.physmem.totGap                    1196138285000                       # 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                    6849                       # Read request sizes (log2)
system.physmem.readPktSize::3                 6488064                       # Read request sizes (log2)
system.physmem.readPktSize::4                       0                       # Read request sizes (log2)
system.physmem.readPktSize::5                       0                       # Read request sizes (log2)
system.physmem.readPktSize::6                  159599                       # 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                 756836                       # Write request sizes (log2)
system.physmem.writePktSize::3                      0                       # 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                  64268                       # Write request sizes (log2)
system.physmem.rdQLenPdf::0                    628282                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::1                    475071                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::2                    476093                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::3                   1580129                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::4                   1132007                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::5                   1126499                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::6                   1123122                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::7                     25082                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::8                     24371                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::9                      9325                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::10                     9268                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::11                     9185                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::12                     8944                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::13                     8860                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::14                     8817                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::15                     8783                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::16                      173                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::17                       16                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::18                        0                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::19                        0                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::20                        0                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::21                        0                       # 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                      5162                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::1                      5166                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::2                      5163                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::3                      5163                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::4                      5163                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::5                      5161                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::6                      5162                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::7                      5163                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::8                      5162                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::9                      5161                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::10                     5161                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::11                     5161                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::12                     5161                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::13                     5161                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::14                     5162                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::15                     5162                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::16                     5161                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::17                     5164                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::18                     5166                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::19                     5163                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::20                     5163                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::21                     5166                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::22                        2                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::23                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::24                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::25                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::26                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::27                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::28                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::29                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::30                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::31                        0                       # What write queue length does an incoming req see
system.physmem.bytesPerActivate::samples        74541                       # Bytes accessed per row activation
system.physmem.bytesPerActivate::mean     5810.577695                       # Bytes accessed per row activation
system.physmem.bytesPerActivate::gmean     397.196541                       # Bytes accessed per row activation
system.physmem.bytesPerActivate::stdev   13066.067638                       # Bytes accessed per row activation
system.physmem.bytesPerActivate::64-71          25758     34.56%     34.56% # Bytes accessed per row activation
system.physmem.bytesPerActivate::128-135        15237     20.44%     55.00% # Bytes accessed per row activation
system.physmem.bytesPerActivate::192-199         3243      4.35%     59.35% # Bytes accessed per row activation
system.physmem.bytesPerActivate::256-263         2416      3.24%     62.59% # Bytes accessed per row activation
system.physmem.bytesPerActivate::320-327         1619      2.17%     64.76% # Bytes accessed per row activation
system.physmem.bytesPerActivate::384-391         1307      1.75%     66.51% # Bytes accessed per row activation
system.physmem.bytesPerActivate::448-455         1041      1.40%     67.91% # Bytes accessed per row activation
system.physmem.bytesPerActivate::512-519         1103      1.48%     69.39% # Bytes accessed per row activation
system.physmem.bytesPerActivate::576-583          718      0.96%     70.35% # Bytes accessed per row activation
system.physmem.bytesPerActivate::640-647          614      0.82%     71.18% # Bytes accessed per row activation
system.physmem.bytesPerActivate::704-711          577      0.77%     71.95% # Bytes accessed per row activation
system.physmem.bytesPerActivate::768-775          705      0.95%     72.90% # Bytes accessed per row activation
system.physmem.bytesPerActivate::832-839          343      0.46%     73.36% # Bytes accessed per row activation
system.physmem.bytesPerActivate::896-903          280      0.38%     73.73% # Bytes accessed per row activation
system.physmem.bytesPerActivate::960-967          211      0.28%     74.02% # Bytes accessed per row activation
system.physmem.bytesPerActivate::1024-1031          365      0.49%     74.51% # Bytes accessed per row activation
system.physmem.bytesPerActivate::1088-1095          178      0.24%     74.74% # Bytes accessed per row activation
system.physmem.bytesPerActivate::1152-1159          141      0.19%     74.93% # Bytes accessed per row activation
system.physmem.bytesPerActivate::1216-1223          142      0.19%     75.12% # Bytes accessed per row activation
system.physmem.bytesPerActivate::1280-1287          160      0.21%     75.34% # Bytes accessed per row activation
system.physmem.bytesPerActivate::1344-1351          121      0.16%     75.50% # Bytes accessed per row activation
system.physmem.bytesPerActivate::1408-1415         2248      3.02%     78.52% # Bytes accessed per row activation
system.physmem.bytesPerActivate::1472-1479          145      0.19%     78.71% # Bytes accessed per row activation
system.physmem.bytesPerActivate::1536-1543          165      0.22%     78.93% # Bytes accessed per row activation
system.physmem.bytesPerActivate::1600-1607           59      0.08%     79.01% # Bytes accessed per row activation
system.physmem.bytesPerActivate::1664-1671           66      0.09%     79.10% # Bytes accessed per row activation
system.physmem.bytesPerActivate::1728-1735           46      0.06%     79.16% # Bytes accessed per row activation
system.physmem.bytesPerActivate::1792-1799          116      0.16%     79.32% # Bytes accessed per row activation
system.physmem.bytesPerActivate::1856-1863           53      0.07%     79.39% # Bytes accessed per row activation
system.physmem.bytesPerActivate::1920-1927           27      0.04%     79.42% # Bytes accessed per row activation
system.physmem.bytesPerActivate::1984-1991           17      0.02%     79.45% # Bytes accessed per row activation
system.physmem.bytesPerActivate::2048-2055          120      0.16%     79.61% # Bytes accessed per row activation
system.physmem.bytesPerActivate::2112-2119           17      0.02%     79.63% # Bytes accessed per row activation
system.physmem.bytesPerActivate::2176-2183           20      0.03%     79.66% # Bytes accessed per row activation
system.physmem.bytesPerActivate::2240-2247           29      0.04%     79.70% # Bytes accessed per row activation
system.physmem.bytesPerActivate::2304-2311           31      0.04%     79.74% # Bytes accessed per row activation
system.physmem.bytesPerActivate::2368-2375           12      0.02%     79.75% # Bytes accessed per row activation
system.physmem.bytesPerActivate::2432-2439           26      0.03%     79.79% # Bytes accessed per row activation
system.physmem.bytesPerActivate::2496-2503           23      0.03%     79.82% # Bytes accessed per row activation
system.physmem.bytesPerActivate::2560-2567           90      0.12%     79.94% # Bytes accessed per row activation
system.physmem.bytesPerActivate::2624-2631           24      0.03%     79.97% # Bytes accessed per row activation
system.physmem.bytesPerActivate::2688-2695           12      0.02%     79.99% # Bytes accessed per row activation
system.physmem.bytesPerActivate::2752-2759           29      0.04%     80.03% # Bytes accessed per row activation
system.physmem.bytesPerActivate::2816-2823           36      0.05%     80.08% # Bytes accessed per row activation
system.physmem.bytesPerActivate::2880-2887           10      0.01%     80.09% # Bytes accessed per row activation
system.physmem.bytesPerActivate::2944-2951           25      0.03%     80.12% # Bytes accessed per row activation
system.physmem.bytesPerActivate::3008-3015           10      0.01%     80.14% # Bytes accessed per row activation
system.physmem.bytesPerActivate::3072-3079          133      0.18%     80.32% # Bytes accessed per row activation
system.physmem.bytesPerActivate::3136-3143           21      0.03%     80.34% # Bytes accessed per row activation
system.physmem.bytesPerActivate::3200-3207           12      0.02%     80.36% # Bytes accessed per row activation
system.physmem.bytesPerActivate::3264-3271           14      0.02%     80.38% # Bytes accessed per row activation
system.physmem.bytesPerActivate::3328-3335           45      0.06%     80.44% # Bytes accessed per row activation
system.physmem.bytesPerActivate::3392-3399            4      0.01%     80.44% # Bytes accessed per row activation
system.physmem.bytesPerActivate::3456-3463            9      0.01%     80.46% # Bytes accessed per row activation
system.physmem.bytesPerActivate::3520-3527           21      0.03%     80.48% # Bytes accessed per row activation
system.physmem.bytesPerActivate::3584-3591           88      0.12%     80.60% # Bytes accessed per row activation
system.physmem.bytesPerActivate::3648-3655            4      0.01%     80.61% # Bytes accessed per row activation
system.physmem.bytesPerActivate::3712-3719           17      0.02%     80.63% # Bytes accessed per row activation
system.physmem.bytesPerActivate::3776-3783           31      0.04%     80.67% # Bytes accessed per row activation
system.physmem.bytesPerActivate::3840-3847           79      0.11%     80.78% # Bytes accessed per row activation
system.physmem.bytesPerActivate::3904-3911           18      0.02%     80.80% # Bytes accessed per row activation
system.physmem.bytesPerActivate::3968-3975            3      0.00%     80.81% # Bytes accessed per row activation
system.physmem.bytesPerActivate::4032-4039            4      0.01%     80.81% # Bytes accessed per row activation
system.physmem.bytesPerActivate::4096-4103          183      0.25%     81.06% # Bytes accessed per row activation
system.physmem.bytesPerActivate::4160-4167            2      0.00%     81.06% # Bytes accessed per row activation
system.physmem.bytesPerActivate::4224-4231            2      0.00%     81.06% # Bytes accessed per row activation
system.physmem.bytesPerActivate::4288-4295           17      0.02%     81.09% # Bytes accessed per row activation
system.physmem.bytesPerActivate::4352-4359           24      0.03%     81.12% # Bytes accessed per row activation
system.physmem.bytesPerActivate::4416-4423            3      0.00%     81.12% # Bytes accessed per row activation
system.physmem.bytesPerActivate::4480-4487           18      0.02%     81.15% # Bytes accessed per row activation
system.physmem.bytesPerActivate::4544-4551            3      0.00%     81.15% # Bytes accessed per row activation
system.physmem.bytesPerActivate::4608-4615           17      0.02%     81.17% # Bytes accessed per row activation
system.physmem.bytesPerActivate::4672-4679           18      0.02%     81.20% # Bytes accessed per row activation
system.physmem.bytesPerActivate::4736-4743            2      0.00%     81.20% # Bytes accessed per row activation
system.physmem.bytesPerActivate::4800-4807            4      0.01%     81.20% # Bytes accessed per row activation
system.physmem.bytesPerActivate::4864-4871           95      0.13%     81.33% # Bytes accessed per row activation
system.physmem.bytesPerActivate::4928-4935           11      0.01%     81.35% # Bytes accessed per row activation
system.physmem.bytesPerActivate::4992-4999            5      0.01%     81.35% # Bytes accessed per row activation
system.physmem.bytesPerActivate::5056-5063           15      0.02%     81.37% # Bytes accessed per row activation
system.physmem.bytesPerActivate::5120-5127          100      0.13%     81.51% # Bytes accessed per row activation
system.physmem.bytesPerActivate::5184-5191            3      0.00%     81.51% # Bytes accessed per row activation
system.physmem.bytesPerActivate::5248-5255           19      0.03%     81.54% # Bytes accessed per row activation
system.physmem.bytesPerActivate::5312-5319            4      0.01%     81.54% # Bytes accessed per row activation
system.physmem.bytesPerActivate::5376-5383           16      0.02%     81.56% # Bytes accessed per row activation
system.physmem.bytesPerActivate::5440-5447          174      0.23%     81.80% # Bytes accessed per row activation
system.physmem.bytesPerActivate::5504-5511           59      0.08%     81.88% # Bytes accessed per row activation
system.physmem.bytesPerActivate::5632-5639            9      0.01%     81.89% # Bytes accessed per row activation
system.physmem.bytesPerActivate::5696-5703            1      0.00%     81.89% # Bytes accessed per row activation
system.physmem.bytesPerActivate::5888-5895           93      0.12%     82.02% # Bytes accessed per row activation
system.physmem.bytesPerActivate::6016-6023            3      0.00%     82.02% # Bytes accessed per row activation
system.physmem.bytesPerActivate::6144-6151          214      0.29%     82.31% # Bytes accessed per row activation
system.physmem.bytesPerActivate::6400-6407           32      0.04%     82.35% # Bytes accessed per row activation
system.physmem.bytesPerActivate::6528-6535            2      0.00%     82.35% # Bytes accessed per row activation
system.physmem.bytesPerActivate::6592-6599            2      0.00%     82.35% # Bytes accessed per row activation
system.physmem.bytesPerActivate::6656-6663           12      0.02%     82.37% # Bytes accessed per row activation
system.physmem.bytesPerActivate::6912-6919           17      0.02%     82.39% # Bytes accessed per row activation
system.physmem.bytesPerActivate::7040-7047            1      0.00%     82.39% # Bytes accessed per row activation
system.physmem.bytesPerActivate::7168-7175          160      0.21%     82.61% # Bytes accessed per row activation
system.physmem.bytesPerActivate::7232-7239            1      0.00%     82.61% # Bytes accessed per row activation
system.physmem.bytesPerActivate::7360-7367            1      0.00%     82.61% # Bytes accessed per row activation
system.physmem.bytesPerActivate::7424-7431           23      0.03%     82.64% # Bytes accessed per row activation
system.physmem.bytesPerActivate::7616-7623            1      0.00%     82.64% # Bytes accessed per row activation
system.physmem.bytesPerActivate::7680-7687           12      0.02%     82.66% # Bytes accessed per row activation
system.physmem.bytesPerActivate::7744-7751            1      0.00%     82.66% # Bytes accessed per row activation
system.physmem.bytesPerActivate::7936-7943           24      0.03%     82.69% # Bytes accessed per row activation
system.physmem.bytesPerActivate::8000-8007            1      0.00%     82.70% # Bytes accessed per row activation
system.physmem.bytesPerActivate::8192-8199          265      0.36%     83.05% # Bytes accessed per row activation
system.physmem.bytesPerActivate::8448-8455           29      0.04%     83.09% # Bytes accessed per row activation
system.physmem.bytesPerActivate::8640-8647            1      0.00%     83.09% # Bytes accessed per row activation
system.physmem.bytesPerActivate::8704-8711           17      0.02%     83.11% # Bytes accessed per row activation
system.physmem.bytesPerActivate::8960-8967           27      0.04%     83.15% # Bytes accessed per row activation
system.physmem.bytesPerActivate::9088-9095            1      0.00%     83.15% # Bytes accessed per row activation
system.physmem.bytesPerActivate::9216-9223          153      0.21%     83.36% # Bytes accessed per row activation
system.physmem.bytesPerActivate::9472-9479           18      0.02%     83.38% # Bytes accessed per row activation
system.physmem.bytesPerActivate::9664-9671            1      0.00%     83.38% # Bytes accessed per row activation
system.physmem.bytesPerActivate::9728-9735           16      0.02%     83.40% # Bytes accessed per row activation
system.physmem.bytesPerActivate::9984-9991           33      0.04%     83.45% # Bytes accessed per row activation
system.physmem.bytesPerActivate::10048-10055            1      0.00%     83.45% # Bytes accessed per row activation
system.physmem.bytesPerActivate::10176-10183            1      0.00%     83.45% # Bytes accessed per row activation
system.physmem.bytesPerActivate::10240-10247          214      0.29%     83.74% # Bytes accessed per row activation
system.physmem.bytesPerActivate::10368-10375            1      0.00%     83.74% # Bytes accessed per row activation
system.physmem.bytesPerActivate::10496-10503           86      0.12%     83.85% # Bytes accessed per row activation
system.physmem.bytesPerActivate::10560-10567            1      0.00%     83.86% # Bytes accessed per row activation
system.physmem.bytesPerActivate::10624-10631            2      0.00%     83.86% # Bytes accessed per row activation
system.physmem.bytesPerActivate::10752-10759           12      0.02%     83.87% # Bytes accessed per row activation
system.physmem.bytesPerActivate::11008-11015           17      0.02%     83.90% # Bytes accessed per row activation
system.physmem.bytesPerActivate::11136-11143            1      0.00%     83.90% # Bytes accessed per row activation
system.physmem.bytesPerActivate::11264-11271          106      0.14%     84.04% # Bytes accessed per row activation
system.physmem.bytesPerActivate::11328-11335            1      0.00%     84.04% # Bytes accessed per row activation
system.physmem.bytesPerActivate::11392-11399            1      0.00%     84.04% # Bytes accessed per row activation
system.physmem.bytesPerActivate::11520-11527           81      0.11%     84.15% # Bytes accessed per row activation
system.physmem.bytesPerActivate::11776-11783           14      0.02%     84.17% # Bytes accessed per row activation
system.physmem.bytesPerActivate::12032-12039           16      0.02%     84.19% # Bytes accessed per row activation
system.physmem.bytesPerActivate::12096-12103            3      0.00%     84.20% # Bytes accessed per row activation
system.physmem.bytesPerActivate::12224-12231            1      0.00%     84.20% # Bytes accessed per row activation
system.physmem.bytesPerActivate::12288-12295          158      0.21%     84.41% # Bytes accessed per row activation
system.physmem.bytesPerActivate::12416-12423            1      0.00%     84.41% # Bytes accessed per row activation
system.physmem.bytesPerActivate::12480-12487            1      0.00%     84.41% # Bytes accessed per row activation
system.physmem.bytesPerActivate::12544-12551           76      0.10%     84.51% # Bytes accessed per row activation
system.physmem.bytesPerActivate::12800-12807           84      0.11%     84.63% # Bytes accessed per row activation
system.physmem.bytesPerActivate::13056-13063           29      0.04%     84.67% # Bytes accessed per row activation
system.physmem.bytesPerActivate::13184-13191            1      0.00%     84.67% # Bytes accessed per row activation
system.physmem.bytesPerActivate::13312-13319          105      0.14%     84.81% # Bytes accessed per row activation
system.physmem.bytesPerActivate::13376-13383            1      0.00%     84.81% # Bytes accessed per row activation
system.physmem.bytesPerActivate::13568-13575           26      0.03%     84.84% # Bytes accessed per row activation
system.physmem.bytesPerActivate::13824-13831           82      0.11%     84.95% # Bytes accessed per row activation
system.physmem.bytesPerActivate::14080-14087           13      0.02%     84.97% # Bytes accessed per row activation
system.physmem.bytesPerActivate::14336-14343           92      0.12%     85.10% # Bytes accessed per row activation
system.physmem.bytesPerActivate::14592-14599           80      0.11%     85.20% # Bytes accessed per row activation
system.physmem.bytesPerActivate::14848-14855           81      0.11%     85.31% # Bytes accessed per row activation
system.physmem.bytesPerActivate::14912-14919            1      0.00%     85.31% # Bytes accessed per row activation
system.physmem.bytesPerActivate::15104-15111           16      0.02%     85.33% # Bytes accessed per row activation
system.physmem.bytesPerActivate::15360-15367          110      0.15%     85.48% # Bytes accessed per row activation
system.physmem.bytesPerActivate::15488-15495            1      0.00%     85.48% # Bytes accessed per row activation
system.physmem.bytesPerActivate::15616-15623           77      0.10%     85.59% # Bytes accessed per row activation
system.physmem.bytesPerActivate::15808-15815            1      0.00%     85.59% # Bytes accessed per row activation
system.physmem.bytesPerActivate::15872-15879           13      0.02%     85.61% # Bytes accessed per row activation
system.physmem.bytesPerActivate::16128-16135           82      0.11%     85.72% # Bytes accessed per row activation
system.physmem.bytesPerActivate::16256-16263            3      0.00%     85.72% # Bytes accessed per row activation
system.physmem.bytesPerActivate::16384-16391          155      0.21%     85.93% # Bytes accessed per row activation
system.physmem.bytesPerActivate::16640-16647           83      0.11%     86.04% # Bytes accessed per row activation
system.physmem.bytesPerActivate::16896-16903            8      0.01%     86.05% # Bytes accessed per row activation
system.physmem.bytesPerActivate::17024-17031            2      0.00%     86.05% # Bytes accessed per row activation
system.physmem.bytesPerActivate::17152-17159           77      0.10%     86.16% # Bytes accessed per row activation
system.physmem.bytesPerActivate::17408-17415          119      0.16%     86.31% # Bytes accessed per row activation
system.physmem.bytesPerActivate::17664-17671           21      0.03%     86.34% # Bytes accessed per row activation
system.physmem.bytesPerActivate::17920-17927           82      0.11%     86.45% # Bytes accessed per row activation
system.physmem.bytesPerActivate::17984-17991            1      0.00%     86.45% # Bytes accessed per row activation
system.physmem.bytesPerActivate::18176-18183           80      0.11%     86.56% # Bytes accessed per row activation
system.physmem.bytesPerActivate::18368-18375            1      0.00%     86.56% # Bytes accessed per row activation
system.physmem.bytesPerActivate::18432-18439           83      0.11%     86.67% # Bytes accessed per row activation
system.physmem.bytesPerActivate::18496-18503            3      0.00%     86.68% # Bytes accessed per row activation
system.physmem.bytesPerActivate::18688-18695           10      0.01%     86.69% # Bytes accessed per row activation
system.physmem.bytesPerActivate::18880-18887            1      0.00%     86.69% # Bytes accessed per row activation
system.physmem.bytesPerActivate::18944-18951           83      0.11%     86.80% # Bytes accessed per row activation
system.physmem.bytesPerActivate::19200-19207           26      0.03%     86.84% # Bytes accessed per row activation
system.physmem.bytesPerActivate::19328-19335            2      0.00%     86.84% # Bytes accessed per row activation
system.physmem.bytesPerActivate::19456-19463          103      0.14%     86.98% # Bytes accessed per row activation
system.physmem.bytesPerActivate::19584-19591            1      0.00%     86.98% # Bytes accessed per row activation
system.physmem.bytesPerActivate::19648-19655            1      0.00%     86.98% # Bytes accessed per row activation
system.physmem.bytesPerActivate::19712-19719           25      0.03%     87.02% # Bytes accessed per row activation
system.physmem.bytesPerActivate::19904-19911            1      0.00%     87.02% # Bytes accessed per row activation
system.physmem.bytesPerActivate::19968-19975           80      0.11%     87.13% # Bytes accessed per row activation
system.physmem.bytesPerActivate::20160-20167            1      0.00%     87.13% # Bytes accessed per row activation
system.physmem.bytesPerActivate::20224-20231           73      0.10%     87.22% # Bytes accessed per row activation
system.physmem.bytesPerActivate::20480-20487          155      0.21%     87.43% # Bytes accessed per row activation
system.physmem.bytesPerActivate::20608-20615            1      0.00%     87.43% # Bytes accessed per row activation
system.physmem.bytesPerActivate::20736-20743           19      0.03%     87.46% # Bytes accessed per row activation
system.physmem.bytesPerActivate::20992-20999           16      0.02%     87.48% # Bytes accessed per row activation
system.physmem.bytesPerActivate::21248-21255           81      0.11%     87.59% # Bytes accessed per row activation
system.physmem.bytesPerActivate::21376-21383            2      0.00%     87.59% # Bytes accessed per row activation
system.physmem.bytesPerActivate::21504-21511           95      0.13%     87.72% # Bytes accessed per row activation
system.physmem.bytesPerActivate::21760-21767           10      0.01%     87.73% # Bytes accessed per row activation
system.physmem.bytesPerActivate::22016-22023            9      0.01%     87.74% # Bytes accessed per row activation
system.physmem.bytesPerActivate::22272-22279           89      0.12%     87.86% # Bytes accessed per row activation
system.physmem.bytesPerActivate::22400-22407            1      0.00%     87.87% # Bytes accessed per row activation
system.physmem.bytesPerActivate::22464-22471            1      0.00%     87.87% # Bytes accessed per row activation
system.physmem.bytesPerActivate::22528-22535          219      0.29%     88.16% # Bytes accessed per row activation
system.physmem.bytesPerActivate::22784-22791           30      0.04%     88.20% # Bytes accessed per row activation
system.physmem.bytesPerActivate::22912-22919            1      0.00%     88.20% # Bytes accessed per row activation
system.physmem.bytesPerActivate::23040-23047           13      0.02%     88.22% # Bytes accessed per row activation
system.physmem.bytesPerActivate::23296-23303           21      0.03%     88.25% # Bytes accessed per row activation
system.physmem.bytesPerActivate::23424-23431            2      0.00%     88.25% # Bytes accessed per row activation
system.physmem.bytesPerActivate::23552-23559          145      0.19%     88.45% # Bytes accessed per row activation
system.physmem.bytesPerActivate::23680-23687            1      0.00%     88.45% # Bytes accessed per row activation
system.physmem.bytesPerActivate::23808-23815           22      0.03%     88.48% # Bytes accessed per row activation
system.physmem.bytesPerActivate::23872-23879            1      0.00%     88.48% # Bytes accessed per row activation
system.physmem.bytesPerActivate::24000-24007            1      0.00%     88.48% # Bytes accessed per row activation
system.physmem.bytesPerActivate::24064-24071           13      0.02%     88.50% # Bytes accessed per row activation
system.physmem.bytesPerActivate::24320-24327           23      0.03%     88.53% # Bytes accessed per row activation
system.physmem.bytesPerActivate::24384-24391            3      0.00%     88.53% # Bytes accessed per row activation
system.physmem.bytesPerActivate::24576-24583          273      0.37%     88.90% # Bytes accessed per row activation
system.physmem.bytesPerActivate::24832-24839           26      0.03%     88.93% # Bytes accessed per row activation
system.physmem.bytesPerActivate::24896-24903            2      0.00%     88.93% # Bytes accessed per row activation
system.physmem.bytesPerActivate::24960-24967            1      0.00%     88.94% # Bytes accessed per row activation
system.physmem.bytesPerActivate::25088-25095           15      0.02%     88.96% # Bytes accessed per row activation
system.physmem.bytesPerActivate::25344-25351           24      0.03%     88.99% # Bytes accessed per row activation
system.physmem.bytesPerActivate::25472-25479            2      0.00%     88.99% # Bytes accessed per row activation
system.physmem.bytesPerActivate::25600-25607          143      0.19%     89.18% # Bytes accessed per row activation
system.physmem.bytesPerActivate::25664-25671            1      0.00%     89.18% # Bytes accessed per row activation
system.physmem.bytesPerActivate::25856-25863           19      0.03%     89.21% # Bytes accessed per row activation
system.physmem.bytesPerActivate::26112-26119           12      0.02%     89.23% # Bytes accessed per row activation
system.physmem.bytesPerActivate::26368-26375           28      0.04%     89.26% # Bytes accessed per row activation
system.physmem.bytesPerActivate::26432-26439            1      0.00%     89.26% # Bytes accessed per row activation
system.physmem.bytesPerActivate::26496-26503            2      0.00%     89.27% # Bytes accessed per row activation
system.physmem.bytesPerActivate::26624-26631          214      0.29%     89.55% # Bytes accessed per row activation
system.physmem.bytesPerActivate::26880-26887           90      0.12%     89.68% # Bytes accessed per row activation
system.physmem.bytesPerActivate::27136-27143           12      0.02%     89.69% # Bytes accessed per row activation
system.physmem.bytesPerActivate::27200-27207            1      0.00%     89.69% # Bytes accessed per row activation
system.physmem.bytesPerActivate::27264-27271            1      0.00%     89.69% # Bytes accessed per row activation
system.physmem.bytesPerActivate::27392-27399           13      0.02%     89.71% # Bytes accessed per row activation
system.physmem.bytesPerActivate::27456-27463            1      0.00%     89.71% # Bytes accessed per row activation
system.physmem.bytesPerActivate::27584-27591            1      0.00%     89.71% # Bytes accessed per row activation
system.physmem.bytesPerActivate::27648-27655           92      0.12%     89.84% # Bytes accessed per row activation
system.physmem.bytesPerActivate::27904-27911           79      0.11%     89.94% # Bytes accessed per row activation
system.physmem.bytesPerActivate::28160-28167           14      0.02%     89.96% # Bytes accessed per row activation
system.physmem.bytesPerActivate::28352-28359            1      0.00%     89.96% # Bytes accessed per row activation
system.physmem.bytesPerActivate::28416-28423           19      0.03%     89.99% # Bytes accessed per row activation
system.physmem.bytesPerActivate::28480-28487            1      0.00%     89.99% # Bytes accessed per row activation
system.physmem.bytesPerActivate::28608-28615            1      0.00%     89.99% # Bytes accessed per row activation
system.physmem.bytesPerActivate::28672-28679          159      0.21%     90.21% # Bytes accessed per row activation
system.physmem.bytesPerActivate::28800-28807            1      0.00%     90.21% # Bytes accessed per row activation
system.physmem.bytesPerActivate::28928-28935           74      0.10%     90.31% # Bytes accessed per row activation
system.physmem.bytesPerActivate::29120-29127            1      0.00%     90.31% # Bytes accessed per row activation
system.physmem.bytesPerActivate::29184-29191           82      0.11%     90.42% # Bytes accessed per row activation
system.physmem.bytesPerActivate::29440-29447           26      0.03%     90.45% # Bytes accessed per row activation
system.physmem.bytesPerActivate::29504-29511            2      0.00%     90.45% # Bytes accessed per row activation
system.physmem.bytesPerActivate::29696-29703           92      0.12%     90.58% # Bytes accessed per row activation
system.physmem.bytesPerActivate::29888-29895            1      0.00%     90.58% # Bytes accessed per row activation
system.physmem.bytesPerActivate::29952-29959           27      0.04%     90.62% # Bytes accessed per row activation
system.physmem.bytesPerActivate::30208-30215           80      0.11%     90.72% # Bytes accessed per row activation
system.physmem.bytesPerActivate::30272-30279            1      0.00%     90.72% # Bytes accessed per row activation
system.physmem.bytesPerActivate::30464-30471            9      0.01%     90.74% # Bytes accessed per row activation
system.physmem.bytesPerActivate::30528-30535            2      0.00%     90.74% # Bytes accessed per row activation
system.physmem.bytesPerActivate::30720-30727           85      0.11%     90.85% # Bytes accessed per row activation
system.physmem.bytesPerActivate::30976-30983           81      0.11%     90.96% # Bytes accessed per row activation
system.physmem.bytesPerActivate::31104-31111            1      0.00%     90.96% # Bytes accessed per row activation
system.physmem.bytesPerActivate::31232-31239           79      0.11%     91.07% # Bytes accessed per row activation
system.physmem.bytesPerActivate::31488-31495           18      0.02%     91.09% # Bytes accessed per row activation
system.physmem.bytesPerActivate::31552-31559            1      0.00%     91.09% # Bytes accessed per row activation
system.physmem.bytesPerActivate::31616-31623            1      0.00%     91.10% # Bytes accessed per row activation
system.physmem.bytesPerActivate::31744-31751          112      0.15%     91.25% # Bytes accessed per row activation
system.physmem.bytesPerActivate::31936-31943            1      0.00%     91.25% # Bytes accessed per row activation
system.physmem.bytesPerActivate::32000-32007           76      0.10%     91.35% # Bytes accessed per row activation
system.physmem.bytesPerActivate::32256-32263            8      0.01%     91.36% # Bytes accessed per row activation
system.physmem.bytesPerActivate::32320-32327            1      0.00%     91.36% # Bytes accessed per row activation
system.physmem.bytesPerActivate::32384-32391            1      0.00%     91.36% # Bytes accessed per row activation
system.physmem.bytesPerActivate::32448-32455            1      0.00%     91.36% # Bytes accessed per row activation
system.physmem.bytesPerActivate::32512-32519           82      0.11%     91.47% # Bytes accessed per row activation
system.physmem.bytesPerActivate::32768-32775          154      0.21%     91.68% # Bytes accessed per row activation
system.physmem.bytesPerActivate::33024-33031           83      0.11%     91.79% # Bytes accessed per row activation
system.physmem.bytesPerActivate::33088-33095            1      0.00%     91.79% # Bytes accessed per row activation
system.physmem.bytesPerActivate::33152-33159            1      0.00%     91.80% # Bytes accessed per row activation
system.physmem.bytesPerActivate::33216-33223            2      0.00%     91.80% # Bytes accessed per row activation
system.physmem.bytesPerActivate::33280-33287           23      0.03%     91.83% # Bytes accessed per row activation
system.physmem.bytesPerActivate::33344-33351            1      0.00%     91.83% # Bytes accessed per row activation
system.physmem.bytesPerActivate::33536-33543           76      0.10%     91.93% # Bytes accessed per row activation
system.physmem.bytesPerActivate::33600-33607            1      0.00%     91.93% # Bytes accessed per row activation
system.physmem.bytesPerActivate::33792-33799          112      0.15%     92.08% # Bytes accessed per row activation
system.physmem.bytesPerActivate::33920-33927            2      0.00%     92.09% # Bytes accessed per row activation
system.physmem.bytesPerActivate::33984-33991            1      0.00%     92.09% # Bytes accessed per row activation
system.physmem.bytesPerActivate::34048-34055           18      0.02%     92.11% # Bytes accessed per row activation
system.physmem.bytesPerActivate::34304-34311           79      0.11%     92.22% # Bytes accessed per row activation
system.physmem.bytesPerActivate::34432-34439            1      0.00%     92.22% # Bytes accessed per row activation
system.physmem.bytesPerActivate::34560-34567           80      0.11%     92.33% # Bytes accessed per row activation
system.physmem.bytesPerActivate::34816-34823           78      0.10%     92.43% # Bytes accessed per row activation
system.physmem.bytesPerActivate::34880-34887            1      0.00%     92.43% # Bytes accessed per row activation
system.physmem.bytesPerActivate::35008-35015            2      0.00%     92.44% # Bytes accessed per row activation
system.physmem.bytesPerActivate::35072-35079            8      0.01%     92.45% # Bytes accessed per row activation
system.physmem.bytesPerActivate::35328-35335           80      0.11%     92.55% # Bytes accessed per row activation
system.physmem.bytesPerActivate::35584-35591           27      0.04%     92.59% # Bytes accessed per row activation
system.physmem.bytesPerActivate::35648-35655            1      0.00%     92.59% # Bytes accessed per row activation
system.physmem.bytesPerActivate::35840-35847           91      0.12%     92.71% # Bytes accessed per row activation
system.physmem.bytesPerActivate::36032-36039            1      0.00%     92.71% # Bytes accessed per row activation
system.physmem.bytesPerActivate::36096-36103           24      0.03%     92.75% # Bytes accessed per row activation
system.physmem.bytesPerActivate::36224-36231            1      0.00%     92.75% # Bytes accessed per row activation
system.physmem.bytesPerActivate::36352-36359           82      0.11%     92.86% # Bytes accessed per row activation
system.physmem.bytesPerActivate::36608-36615           73      0.10%     92.96% # Bytes accessed per row activation
system.physmem.bytesPerActivate::36864-36871          149      0.20%     93.16% # Bytes accessed per row activation
system.physmem.bytesPerActivate::37120-37127           15      0.02%     93.18% # Bytes accessed per row activation
system.physmem.bytesPerActivate::37376-37383           14      0.02%     93.19% # Bytes accessed per row activation
system.physmem.bytesPerActivate::37632-37639           80      0.11%     93.30% # Bytes accessed per row activation
system.physmem.bytesPerActivate::37888-37895           93      0.12%     93.43% # Bytes accessed per row activation
system.physmem.bytesPerActivate::37952-37959            1      0.00%     93.43% # Bytes accessed per row activation
system.physmem.bytesPerActivate::38080-38087            1      0.00%     93.43% # Bytes accessed per row activation
system.physmem.bytesPerActivate::38144-38151           10      0.01%     93.44% # Bytes accessed per row activation
system.physmem.bytesPerActivate::38272-38279            1      0.00%     93.44% # Bytes accessed per row activation
system.physmem.bytesPerActivate::38336-38343            1      0.00%     93.45% # Bytes accessed per row activation
system.physmem.bytesPerActivate::38400-38407           11      0.01%     93.46% # Bytes accessed per row activation
system.physmem.bytesPerActivate::38528-38535            1      0.00%     93.46% # Bytes accessed per row activation
system.physmem.bytesPerActivate::38656-38663           90      0.12%     93.58% # Bytes accessed per row activation
system.physmem.bytesPerActivate::38912-38919          212      0.28%     93.87% # Bytes accessed per row activation
system.physmem.bytesPerActivate::39040-39047            1      0.00%     93.87% # Bytes accessed per row activation
system.physmem.bytesPerActivate::39104-39111            1      0.00%     93.87% # Bytes accessed per row activation
system.physmem.bytesPerActivate::39168-39175           27      0.04%     93.91% # Bytes accessed per row activation
system.physmem.bytesPerActivate::39424-39431           11      0.01%     93.92% # Bytes accessed per row activation
system.physmem.bytesPerActivate::39552-39559            1      0.00%     93.92% # Bytes accessed per row activation
system.physmem.bytesPerActivate::39680-39687           20      0.03%     93.95% # Bytes accessed per row activation
system.physmem.bytesPerActivate::39872-39879            1      0.00%     93.95% # Bytes accessed per row activation
system.physmem.bytesPerActivate::39936-39943          144      0.19%     94.14% # Bytes accessed per row activation
system.physmem.bytesPerActivate::40192-40199           21      0.03%     94.17% # Bytes accessed per row activation
system.physmem.bytesPerActivate::40448-40455           14      0.02%     94.19% # Bytes accessed per row activation
system.physmem.bytesPerActivate::40576-40583            1      0.00%     94.19% # Bytes accessed per row activation
system.physmem.bytesPerActivate::40640-40647            1      0.00%     94.19% # Bytes accessed per row activation
system.physmem.bytesPerActivate::40704-40711           25      0.03%     94.23% # Bytes accessed per row activation
system.physmem.bytesPerActivate::40960-40967          269      0.36%     94.59% # Bytes accessed per row activation
system.physmem.bytesPerActivate::41152-41159            2      0.00%     94.59% # Bytes accessed per row activation
system.physmem.bytesPerActivate::41216-41223           23      0.03%     94.62% # Bytes accessed per row activation
system.physmem.bytesPerActivate::41472-41479           10      0.01%     94.63% # Bytes accessed per row activation
system.physmem.bytesPerActivate::41600-41607            1      0.00%     94.64% # Bytes accessed per row activation
system.physmem.bytesPerActivate::41728-41735           23      0.03%     94.67% # Bytes accessed per row activation
system.physmem.bytesPerActivate::41856-41863            1      0.00%     94.67% # Bytes accessed per row activation
system.physmem.bytesPerActivate::41984-41991          146      0.20%     94.86% # Bytes accessed per row activation
system.physmem.bytesPerActivate::42240-42247           21      0.03%     94.89% # Bytes accessed per row activation
system.physmem.bytesPerActivate::42496-42503           11      0.01%     94.91% # Bytes accessed per row activation
system.physmem.bytesPerActivate::42624-42631            1      0.00%     94.91% # Bytes accessed per row activation
system.physmem.bytesPerActivate::42688-42695            1      0.00%     94.91% # Bytes accessed per row activation
system.physmem.bytesPerActivate::42752-42759           31      0.04%     94.95% # Bytes accessed per row activation
system.physmem.bytesPerActivate::43008-43015          219      0.29%     95.24% # Bytes accessed per row activation
system.physmem.bytesPerActivate::43072-43079            1      0.00%     95.25% # Bytes accessed per row activation
system.physmem.bytesPerActivate::43264-43271           87      0.12%     95.36% # Bytes accessed per row activation
system.physmem.bytesPerActivate::43520-43527            9      0.01%     95.37% # Bytes accessed per row activation
system.physmem.bytesPerActivate::43648-43655            1      0.00%     95.38% # Bytes accessed per row activation
system.physmem.bytesPerActivate::43776-43783           11      0.01%     95.39% # Bytes accessed per row activation
system.physmem.bytesPerActivate::44032-44039           92      0.12%     95.51% # Bytes accessed per row activation
system.physmem.bytesPerActivate::44288-44295           80      0.11%     95.62% # Bytes accessed per row activation
system.physmem.bytesPerActivate::44544-44551           18      0.02%     95.65% # Bytes accessed per row activation
system.physmem.bytesPerActivate::44800-44807           17      0.02%     95.67% # Bytes accessed per row activation
system.physmem.bytesPerActivate::44928-44935            1      0.00%     95.67% # Bytes accessed per row activation
system.physmem.bytesPerActivate::45056-45063          149      0.20%     95.87% # Bytes accessed per row activation
system.physmem.bytesPerActivate::45312-45319           71      0.10%     95.96% # Bytes accessed per row activation
system.physmem.bytesPerActivate::45568-45575           78      0.10%     96.07% # Bytes accessed per row activation
system.physmem.bytesPerActivate::45696-45703            1      0.00%     96.07% # Bytes accessed per row activation
system.physmem.bytesPerActivate::45824-45831           27      0.04%     96.11% # Bytes accessed per row activation
system.physmem.bytesPerActivate::45888-45895            1      0.00%     96.11% # Bytes accessed per row activation
system.physmem.bytesPerActivate::45952-45959            1      0.00%     96.11% # Bytes accessed per row activation
system.physmem.bytesPerActivate::46080-46087           99      0.13%     96.24% # Bytes accessed per row activation
system.physmem.bytesPerActivate::46336-46343           27      0.04%     96.28% # Bytes accessed per row activation
system.physmem.bytesPerActivate::46592-46599           83      0.11%     96.39% # Bytes accessed per row activation
system.physmem.bytesPerActivate::46656-46663            1      0.00%     96.39% # Bytes accessed per row activation
system.physmem.bytesPerActivate::46848-46855           11      0.01%     96.41% # Bytes accessed per row activation
system.physmem.bytesPerActivate::47104-47111           90      0.12%     96.53% # Bytes accessed per row activation
system.physmem.bytesPerActivate::47168-47175            1      0.00%     96.53% # Bytes accessed per row activation
system.physmem.bytesPerActivate::47360-47367           82      0.11%     96.64% # Bytes accessed per row activation
system.physmem.bytesPerActivate::47552-47559            1      0.00%     96.64% # Bytes accessed per row activation
system.physmem.bytesPerActivate::47616-47623           83      0.11%     96.75% # Bytes accessed per row activation
system.physmem.bytesPerActivate::47680-47687            1      0.00%     96.75% # Bytes accessed per row activation
system.physmem.bytesPerActivate::47872-47879           18      0.02%     96.78% # Bytes accessed per row activation
system.physmem.bytesPerActivate::48000-48007            1      0.00%     96.78% # Bytes accessed per row activation
system.physmem.bytesPerActivate::48128-48135          130      0.17%     96.95% # Bytes accessed per row activation
system.physmem.bytesPerActivate::48192-48199            2      0.00%     96.95% # Bytes accessed per row activation
system.physmem.bytesPerActivate::48256-48263            1      0.00%     96.96% # Bytes accessed per row activation
system.physmem.bytesPerActivate::48320-48327            2      0.00%     96.96% # Bytes accessed per row activation
system.physmem.bytesPerActivate::48384-48391          100      0.13%     97.09% # Bytes accessed per row activation
system.physmem.bytesPerActivate::48576-48583            1      0.00%     97.09% # Bytes accessed per row activation
system.physmem.bytesPerActivate::48640-48647            6      0.01%     97.10% # Bytes accessed per row activation
system.physmem.bytesPerActivate::48768-48775           13      0.02%     97.12% # Bytes accessed per row activation
system.physmem.bytesPerActivate::48896-48903           79      0.11%     97.23% # Bytes accessed per row activation
system.physmem.bytesPerActivate::48960-48967            5      0.01%     97.23% # Bytes accessed per row activation
system.physmem.bytesPerActivate::49024-49031            5      0.01%     97.24% # Bytes accessed per row activation
system.physmem.bytesPerActivate::49088-49095            6      0.01%     97.25% # Bytes accessed per row activation
system.physmem.bytesPerActivate::49152-49159         2052      2.75%    100.00% # Bytes accessed per row activation
system.physmem.bytesPerActivate::total          74541                       # Bytes accessed per row activation
system.physmem.totQLat                   159547739500                       # Total ticks spent queuing
system.physmem.totMemAccLat              202481649500                       # Total ticks spent from burst creation until serviced by the DRAM
system.physmem.totBusLat                  33270135000                       # Total ticks spent in databus transfers
system.physmem.totBankLat                  9663775000                       # Total ticks spent accessing banks
system.physmem.avgQLat                       23977.62                       # Average queueing delay per DRAM burst
system.physmem.avgBankLat                     1452.32                       # Average bank access latency per DRAM burst
system.physmem.avgBusLat                      5000.00                       # Average bus latency per DRAM burst
system.physmem.avgMemAccLat                  30429.94                       # Average memory access latency per DRAM burst
system.physmem.avgRdBW                         356.03                       # Average DRAM read bandwidth in MiByte/s
system.physmem.avgWrBW                           6.08                       # Average achieved write bandwidth in MiByte/s
system.physmem.avgRdBWSys                       51.96                       # Average system read bandwidth in MiByte/s
system.physmem.avgWrBWSys                        5.97                       # Average system write bandwidth in MiByte/s
system.physmem.peakBW                        12800.00                       # Theoretical peak bandwidth in MiByte/s
system.physmem.busUtil                           2.83                       # Data bus utilization in percentage
system.physmem.busUtilRead                       2.78                       # Data bus utilization in percentage for reads
system.physmem.busUtilWrite                      0.05                       # Data bus utilization in percentage for writes
system.physmem.avgRdQLen                         0.17                       # Average read queue length when enqueuing
system.physmem.avgWrQLen                        12.60                       # Average write queue length when enqueuing
system.physmem.readRowHits                    6598250                       # Number of row buffer hits during reads
system.physmem.writeRowHits                     94811                       # Number of row buffer hits during writes
system.physmem.readRowHitRate                   99.16                       # Row buffer hit rate for reads
system.physmem.writeRowHitRate                  83.48                       # Row buffer hit rate for writes
system.physmem.avgGap                       160005.31                       # Average gap between requests
system.physmem.pageHitRate                      98.90                       # Row buffer hit rate, read and write combined
system.physmem.prechargeAllPercent               4.94                       # Percentage of time for which DRAM has all the banks in precharge state
system.membus.throughput                     59942042                       # Throughput (bytes/s)
system.membus.trans_dist::ReadReq             7703387                       # Transaction distribution
system.membus.trans_dist::ReadResp            7703387                       # Transaction distribution
system.membus.trans_dist::WriteReq             767577                       # Transaction distribution
system.membus.trans_dist::WriteResp            767577                       # Transaction distribution
system.membus.trans_dist::Writeback             64268                       # Transaction distribution
system.membus.trans_dist::UpgradeReq            31533                       # Transaction distribution
system.membus.trans_dist::SCUpgradeReq          17272                       # Transaction distribution
system.membus.trans_dist::UpgradeResp           12040                       # Transaction distribution
system.membus.trans_dist::ReadExReq            137758                       # Transaction distribution
system.membus.trans_dist::ReadExResp           137334                       # Transaction distribution
system.membus.pkt_count_system.l2c.mem_side::system.bridge.slave      2382660                       # Packet count per connected master and slave (bytes)
system.membus.pkt_count_system.l2c.mem_side::system.realview.nvmem.port           34                       # Packet count per connected master and slave (bytes)
system.membus.pkt_count_system.l2c.mem_side::system.realview.gic.pio        10292                       # Packet count per connected master and slave (bytes)
system.membus.pkt_count_system.l2c.mem_side::system.realview.a9scu.pio            4                       # Packet count per connected master and slave (bytes)
system.membus.pkt_count_system.l2c.mem_side::system.realview.local_cpu_timer.pio          910                       # Packet count per connected master and slave (bytes)
system.membus.pkt_count_system.l2c.mem_side::system.physmem.port      1972105                       # Packet count per connected master and slave (bytes)
system.membus.pkt_count_system.l2c.mem_side::total      4366005                       # Packet count per connected master and slave (bytes)
system.membus.pkt_count_system.iocache.mem_side::system.physmem.port     12976128                       # Packet count per connected master and slave (bytes)
system.membus.pkt_count_system.iocache.mem_side::total     12976128                       # Packet count per connected master and slave (bytes)
system.membus.pkt_count::total               17342133                       # Packet count per connected master and slave (bytes)
system.membus.tot_pkt_size_system.l2c.mem_side::system.bridge.slave      2390026                       # Cumulative packet size per connected master and slave (bytes)
system.membus.tot_pkt_size_system.l2c.mem_side::system.realview.nvmem.port           68                       # Cumulative packet size per connected master and slave (bytes)
system.membus.tot_pkt_size_system.l2c.mem_side::system.realview.gic.pio        20584                       # Cumulative packet size per connected master and slave (bytes)
system.membus.tot_pkt_size_system.l2c.mem_side::system.realview.a9scu.pio            8                       # Cumulative packet size per connected master and slave (bytes)
system.membus.tot_pkt_size_system.l2c.mem_side::system.realview.local_cpu_timer.pio         1820                       # Cumulative packet size per connected master and slave (bytes)
system.membus.tot_pkt_size_system.l2c.mem_side::system.physmem.port     17382228                       # Cumulative packet size per connected master and slave (bytes)
system.membus.tot_pkt_size_system.l2c.mem_side::total     19794734                       # Cumulative packet size per connected master and slave (bytes)
system.membus.tot_pkt_size_system.iocache.mem_side::system.physmem.port     51904512                       # Cumulative packet size per connected master and slave (bytes)
system.membus.tot_pkt_size_system.iocache.mem_side::total     51904512                       # Cumulative packet size per connected master and slave (bytes)
system.membus.tot_pkt_size::total            71699246                       # Cumulative packet size per connected master and slave (bytes)
system.membus.data_through_bus               71699246                       # Total data (bytes)
system.membus.snoop_data_through_bus                0                       # Total snoop data (bytes)
system.membus.reqLayer0.occupancy          1224801500                       # Layer occupancy (ticks)
system.membus.reqLayer0.utilization               0.1                       # Layer utilization (%)
system.membus.reqLayer1.occupancy               18000                       # Layer occupancy (ticks)
system.membus.reqLayer1.utilization               0.0                       # Layer utilization (%)
system.membus.reqLayer2.occupancy             9220500                       # Layer occupancy (ticks)
system.membus.reqLayer2.utilization               0.0                       # Layer utilization (%)
system.membus.reqLayer4.occupancy                2500                       # Layer occupancy (ticks)
system.membus.reqLayer4.utilization               0.0                       # Layer utilization (%)
system.membus.reqLayer5.occupancy              782500                       # Layer occupancy (ticks)
system.membus.reqLayer5.utilization               0.0                       # Layer utilization (%)
system.membus.reqLayer6.occupancy          9211496500                       # Layer occupancy (ticks)
system.membus.reqLayer6.utilization               0.8                       # Layer utilization (%)
system.membus.respLayer1.occupancy         5081612097                       # Layer occupancy (ticks)
system.membus.respLayer1.utilization              0.4                       # Layer utilization (%)
system.membus.respLayer2.occupancy        14657936499                       # Layer occupancy (ticks)
system.membus.respLayer2.utilization              1.2                       # Layer utilization (%)
system.cpu_clk_domain.clock                       500                       # Clock period in ticks
system.l2c.tags.replacements                    69480                       # number of replacements
system.l2c.tags.tagsinuse                52958.538682                       # Cycle average of tags in use
system.l2c.tags.total_refs                    1674406                       # Total number of references to valid blocks.
system.l2c.tags.sampled_refs                   134639                       # Sample count of references to valid blocks.
system.l2c.tags.avg_refs                    12.436263                       # Average number of references to valid blocks.
system.l2c.tags.warmup_cycle                        0                       # Cycle when the warmup percentage was hit.
system.l2c.tags.occ_blocks::writebacks   40140.336267                       # Average occupied blocks per requestor
system.l2c.tags.occ_blocks::cpu0.dtb.walker     0.000411                       # Average occupied blocks per requestor
system.l2c.tags.occ_blocks::cpu0.itb.walker     0.001545                       # Average occupied blocks per requestor
system.l2c.tags.occ_blocks::cpu0.inst     3711.388388                       # Average occupied blocks per requestor
system.l2c.tags.occ_blocks::cpu0.data     4232.378884                       # Average occupied blocks per requestor
system.l2c.tags.occ_blocks::cpu1.dtb.walker     2.742427                       # Average occupied blocks per requestor
system.l2c.tags.occ_blocks::cpu1.itb.walker     0.001688                       # Average occupied blocks per requestor
system.l2c.tags.occ_blocks::cpu1.inst     2812.770235                       # Average occupied blocks per requestor
system.l2c.tags.occ_blocks::cpu1.data     2058.918835                       # Average occupied blocks per requestor
system.l2c.tags.occ_percent::writebacks      0.612493                       # Average percentage of cache occupancy
system.l2c.tags.occ_percent::cpu0.dtb.walker     0.000000                       # Average percentage of cache occupancy
system.l2c.tags.occ_percent::cpu0.itb.walker     0.000000                       # Average percentage of cache occupancy
system.l2c.tags.occ_percent::cpu0.inst       0.056631                       # Average percentage of cache occupancy
system.l2c.tags.occ_percent::cpu0.data       0.064581                       # Average percentage of cache occupancy
system.l2c.tags.occ_percent::cpu1.dtb.walker     0.000042                       # Average percentage of cache occupancy
system.l2c.tags.occ_percent::cpu1.itb.walker     0.000000                       # Average percentage of cache occupancy
system.l2c.tags.occ_percent::cpu1.inst       0.042919                       # Average percentage of cache occupancy
system.l2c.tags.occ_percent::cpu1.data       0.031417                       # Average percentage of cache occupancy
system.l2c.tags.occ_percent::total           0.808083                       # Average percentage of cache occupancy
system.l2c.tags.occ_task_id_blocks::1023            5                       # Occupied blocks per task id
system.l2c.tags.occ_task_id_blocks::1024        65154                       # Occupied blocks per task id
system.l2c.tags.age_task_id_blocks_1023::3            1                       # Occupied blocks per task id
system.l2c.tags.age_task_id_blocks_1023::4            4                       # Occupied blocks per task id
system.l2c.tags.age_task_id_blocks_1024::0           20                       # Occupied blocks per task id
system.l2c.tags.age_task_id_blocks_1024::1           27                       # Occupied blocks per task id
system.l2c.tags.age_task_id_blocks_1024::2         1929                       # Occupied blocks per task id
system.l2c.tags.age_task_id_blocks_1024::3         8108                       # Occupied blocks per task id
system.l2c.tags.age_task_id_blocks_1024::4        55070                       # Occupied blocks per task id
system.l2c.tags.occ_task_id_percent::1023     0.000076                       # Percentage of cache occupancy per task id
system.l2c.tags.occ_task_id_percent::1024     0.994171                       # Percentage of cache occupancy per task id
system.l2c.tags.tag_accesses                 17216542                       # Number of tag accesses
system.l2c.tags.data_accesses                17216542                       # Number of data accesses
system.l2c.ReadReq_hits::cpu0.dtb.walker         3810                       # number of ReadReq hits
system.l2c.ReadReq_hits::cpu0.itb.walker         1731                       # number of ReadReq hits
system.l2c.ReadReq_hits::cpu0.inst             419647                       # number of ReadReq hits
system.l2c.ReadReq_hits::cpu0.data             206017                       # number of ReadReq hits
system.l2c.ReadReq_hits::cpu1.dtb.walker         5550                       # number of ReadReq hits
system.l2c.ReadReq_hits::cpu1.itb.walker         1931                       # number of ReadReq hits
system.l2c.ReadReq_hits::cpu1.inst             464603                       # number of ReadReq hits
system.l2c.ReadReq_hits::cpu1.data             143237                       # number of ReadReq hits
system.l2c.ReadReq_hits::total                1246526                       # number of ReadReq hits
system.l2c.Writeback_hits::writebacks          570959                       # number of Writeback hits
system.l2c.Writeback_hits::total               570959                       # number of Writeback hits
system.l2c.UpgradeReq_hits::cpu0.data            1148                       # number of UpgradeReq hits
system.l2c.UpgradeReq_hits::cpu1.data             589                       # number of UpgradeReq hits
system.l2c.UpgradeReq_hits::total                1737                       # number of UpgradeReq hits
system.l2c.SCUpgradeReq_hits::cpu0.data           220                       # number of SCUpgradeReq hits
system.l2c.SCUpgradeReq_hits::cpu1.data           100                       # number of SCUpgradeReq hits
system.l2c.SCUpgradeReq_hits::total               320                       # number of SCUpgradeReq hits
system.l2c.ReadExReq_hits::cpu0.data            56693                       # number of ReadExReq hits
system.l2c.ReadExReq_hits::cpu1.data            52725                       # number of ReadExReq hits
system.l2c.ReadExReq_hits::total               109418                       # number of ReadExReq hits
system.l2c.demand_hits::cpu0.dtb.walker          3810                       # number of demand (read+write) hits
system.l2c.demand_hits::cpu0.itb.walker          1731                       # number of demand (read+write) hits
system.l2c.demand_hits::cpu0.inst              419647                       # number of demand (read+write) hits
system.l2c.demand_hits::cpu0.data              262710                       # number of demand (read+write) hits
system.l2c.demand_hits::cpu1.dtb.walker          5550                       # number of demand (read+write) hits
system.l2c.demand_hits::cpu1.itb.walker          1931                       # number of demand (read+write) hits
system.l2c.demand_hits::cpu1.inst              464603                       # number of demand (read+write) hits
system.l2c.demand_hits::cpu1.data              195962                       # number of demand (read+write) hits
system.l2c.demand_hits::total                 1355944                       # number of demand (read+write) hits
system.l2c.overall_hits::cpu0.dtb.walker         3810                       # number of overall hits
system.l2c.overall_hits::cpu0.itb.walker         1731                       # number of overall hits
system.l2c.overall_hits::cpu0.inst             419647                       # number of overall hits
system.l2c.overall_hits::cpu0.data             262710                       # number of overall hits
system.l2c.overall_hits::cpu1.dtb.walker         5550                       # number of overall hits
system.l2c.overall_hits::cpu1.itb.walker         1931                       # number of overall hits
system.l2c.overall_hits::cpu1.inst             464603                       # number of overall hits
system.l2c.overall_hits::cpu1.data             195962                       # number of overall hits
system.l2c.overall_hits::total                1355944                       # number of overall hits
system.l2c.ReadReq_misses::cpu0.dtb.walker            1                       # number of ReadReq misses
system.l2c.ReadReq_misses::cpu0.itb.walker            2                       # number of ReadReq misses
system.l2c.ReadReq_misses::cpu0.inst             5732                       # number of ReadReq misses
system.l2c.ReadReq_misses::cpu0.data             7847                       # number of ReadReq misses
system.l2c.ReadReq_misses::cpu1.dtb.walker            4                       # number of ReadReq misses
system.l2c.ReadReq_misses::cpu1.itb.walker            1                       # number of ReadReq misses
system.l2c.ReadReq_misses::cpu1.inst             5061                       # number of ReadReq misses
system.l2c.ReadReq_misses::cpu1.data             3618                       # number of ReadReq misses
system.l2c.ReadReq_misses::total                22266                       # number of ReadReq misses
system.l2c.UpgradeReq_misses::cpu0.data          4882                       # number of UpgradeReq misses
system.l2c.UpgradeReq_misses::cpu1.data          3680                       # number of UpgradeReq misses
system.l2c.UpgradeReq_misses::total              8562                       # number of UpgradeReq misses
system.l2c.SCUpgradeReq_misses::cpu0.data          571                       # number of SCUpgradeReq misses
system.l2c.SCUpgradeReq_misses::cpu1.data          474                       # number of SCUpgradeReq misses
system.l2c.SCUpgradeReq_misses::total            1045                       # number of SCUpgradeReq misses
system.l2c.ReadExReq_misses::cpu0.data          67309                       # number of ReadExReq misses
system.l2c.ReadExReq_misses::cpu1.data          72458                       # number of ReadExReq misses
system.l2c.ReadExReq_misses::total             139767                       # number of ReadExReq misses
system.l2c.demand_misses::cpu0.dtb.walker            1                       # number of demand (read+write) misses
system.l2c.demand_misses::cpu0.itb.walker            2                       # number of demand (read+write) misses
system.l2c.demand_misses::cpu0.inst              5732                       # number of demand (read+write) misses
system.l2c.demand_misses::cpu0.data             75156                       # number of demand (read+write) misses
system.l2c.demand_misses::cpu1.dtb.walker            4                       # number of demand (read+write) misses
system.l2c.demand_misses::cpu1.itb.walker            1                       # number of demand (read+write) misses
system.l2c.demand_misses::cpu1.inst              5061                       # number of demand (read+write) misses
system.l2c.demand_misses::cpu1.data             76076                       # number of demand (read+write) misses
system.l2c.demand_misses::total                162033                       # number of demand (read+write) misses
system.l2c.overall_misses::cpu0.dtb.walker            1                       # number of overall misses
system.l2c.overall_misses::cpu0.itb.walker            2                       # number of overall misses
system.l2c.overall_misses::cpu0.inst             5732                       # number of overall misses
system.l2c.overall_misses::cpu0.data            75156                       # number of overall misses
system.l2c.overall_misses::cpu1.dtb.walker            4                       # number of overall misses
system.l2c.overall_misses::cpu1.itb.walker            1                       # number of overall misses
system.l2c.overall_misses::cpu1.inst             5061                       # number of overall misses
system.l2c.overall_misses::cpu1.data            76076                       # number of overall misses
system.l2c.overall_misses::total               162033                       # number of overall misses
system.l2c.ReadReq_miss_latency::cpu0.dtb.walker        32000                       # number of ReadReq miss cycles
system.l2c.ReadReq_miss_latency::cpu0.itb.walker       149500                       # number of ReadReq miss cycles
system.l2c.ReadReq_miss_latency::cpu0.inst    403588750                       # number of ReadReq miss cycles
system.l2c.ReadReq_miss_latency::cpu0.data    587952999                       # number of ReadReq miss cycles
system.l2c.ReadReq_miss_latency::cpu1.dtb.walker       347000                       # number of ReadReq miss cycles
system.l2c.ReadReq_miss_latency::cpu1.itb.walker        74500                       # number of ReadReq miss cycles
system.l2c.ReadReq_miss_latency::cpu1.inst    364948250                       # number of ReadReq miss cycles
system.l2c.ReadReq_miss_latency::cpu1.data    284058750                       # number of ReadReq miss cycles
system.l2c.ReadReq_miss_latency::total     1641151749                       # number of ReadReq miss cycles
system.l2c.UpgradeReq_miss_latency::cpu0.data     13131433                       # number of UpgradeReq miss cycles
system.l2c.UpgradeReq_miss_latency::cpu1.data     12135478                       # number of UpgradeReq miss cycles
system.l2c.UpgradeReq_miss_latency::total     25266911                       # number of UpgradeReq miss cycles
system.l2c.SCUpgradeReq_miss_latency::cpu0.data      1819924                       # number of SCUpgradeReq miss cycles
system.l2c.SCUpgradeReq_miss_latency::cpu1.data      2531891                       # number of SCUpgradeReq miss cycles
system.l2c.SCUpgradeReq_miss_latency::total      4351815                       # number of SCUpgradeReq miss cycles
system.l2c.ReadExReq_miss_latency::cpu0.data   4527558160                       # number of ReadExReq miss cycles
system.l2c.ReadExReq_miss_latency::cpu1.data   5454938401                       # number of ReadExReq miss cycles
system.l2c.ReadExReq_miss_latency::total   9982496561                       # number of ReadExReq miss cycles
system.l2c.demand_miss_latency::cpu0.dtb.walker        32000                       # number of demand (read+write) miss cycles
system.l2c.demand_miss_latency::cpu0.itb.walker       149500                       # number of demand (read+write) miss cycles
system.l2c.demand_miss_latency::cpu0.inst    403588750                       # number of demand (read+write) miss cycles
system.l2c.demand_miss_latency::cpu0.data   5115511159                       # number of demand (read+write) miss cycles
system.l2c.demand_miss_latency::cpu1.dtb.walker       347000                       # number of demand (read+write) miss cycles
system.l2c.demand_miss_latency::cpu1.itb.walker        74500                       # number of demand (read+write) miss cycles
system.l2c.demand_miss_latency::cpu1.inst    364948250                       # number of demand (read+write) miss cycles
system.l2c.demand_miss_latency::cpu1.data   5738997151                       # number of demand (read+write) miss cycles
system.l2c.demand_miss_latency::total     11623648310                       # number of demand (read+write) miss cycles
system.l2c.overall_miss_latency::cpu0.dtb.walker        32000                       # number of overall miss cycles
system.l2c.overall_miss_latency::cpu0.itb.walker       149500                       # number of overall miss cycles
system.l2c.overall_miss_latency::cpu0.inst    403588750                       # number of overall miss cycles
system.l2c.overall_miss_latency::cpu0.data   5115511159                       # number of overall miss cycles
system.l2c.overall_miss_latency::cpu1.dtb.walker       347000                       # number of overall miss cycles
system.l2c.overall_miss_latency::cpu1.itb.walker        74500                       # number of overall miss cycles
system.l2c.overall_miss_latency::cpu1.inst    364948250                       # number of overall miss cycles
system.l2c.overall_miss_latency::cpu1.data   5738997151                       # number of overall miss cycles
system.l2c.overall_miss_latency::total    11623648310                       # number of overall miss cycles
system.l2c.ReadReq_accesses::cpu0.dtb.walker         3811                       # number of ReadReq accesses(hits+misses)
system.l2c.ReadReq_accesses::cpu0.itb.walker         1733                       # number of ReadReq accesses(hits+misses)
system.l2c.ReadReq_accesses::cpu0.inst         425379                       # number of ReadReq accesses(hits+misses)
system.l2c.ReadReq_accesses::cpu0.data         213864                       # number of ReadReq accesses(hits+misses)
system.l2c.ReadReq_accesses::cpu1.dtb.walker         5554                       # number of ReadReq accesses(hits+misses)
system.l2c.ReadReq_accesses::cpu1.itb.walker         1932                       # number of ReadReq accesses(hits+misses)
system.l2c.ReadReq_accesses::cpu1.inst         469664                       # number of ReadReq accesses(hits+misses)
system.l2c.ReadReq_accesses::cpu1.data         146855                       # number of ReadReq accesses(hits+misses)
system.l2c.ReadReq_accesses::total            1268792                       # number of ReadReq accesses(hits+misses)
system.l2c.Writeback_accesses::writebacks       570959                       # number of Writeback accesses(hits+misses)
system.l2c.Writeback_accesses::total           570959                       # number of Writeback accesses(hits+misses)
system.l2c.UpgradeReq_accesses::cpu0.data         6030                       # number of UpgradeReq accesses(hits+misses)
system.l2c.UpgradeReq_accesses::cpu1.data         4269                       # number of UpgradeReq accesses(hits+misses)
system.l2c.UpgradeReq_accesses::total           10299                       # number of UpgradeReq accesses(hits+misses)
system.l2c.SCUpgradeReq_accesses::cpu0.data          791                       # number of SCUpgradeReq accesses(hits+misses)
system.l2c.SCUpgradeReq_accesses::cpu1.data          574                       # number of SCUpgradeReq accesses(hits+misses)
system.l2c.SCUpgradeReq_accesses::total          1365                       # number of SCUpgradeReq accesses(hits+misses)
system.l2c.ReadExReq_accesses::cpu0.data       124002                       # number of ReadExReq accesses(hits+misses)
system.l2c.ReadExReq_accesses::cpu1.data       125183                       # number of ReadExReq accesses(hits+misses)
system.l2c.ReadExReq_accesses::total           249185                       # number of ReadExReq accesses(hits+misses)
system.l2c.demand_accesses::cpu0.dtb.walker         3811                       # number of demand (read+write) accesses
system.l2c.demand_accesses::cpu0.itb.walker         1733                       # number of demand (read+write) accesses
system.l2c.demand_accesses::cpu0.inst          425379                       # number of demand (read+write) accesses
system.l2c.demand_accesses::cpu0.data          337866                       # number of demand (read+write) accesses
system.l2c.demand_accesses::cpu1.dtb.walker         5554                       # number of demand (read+write) accesses
system.l2c.demand_accesses::cpu1.itb.walker         1932                       # number of demand (read+write) accesses
system.l2c.demand_accesses::cpu1.inst          469664                       # number of demand (read+write) accesses
system.l2c.demand_accesses::cpu1.data          272038                       # number of demand (read+write) accesses
system.l2c.demand_accesses::total             1517977                       # number of demand (read+write) accesses
system.l2c.overall_accesses::cpu0.dtb.walker         3811                       # number of overall (read+write) accesses
system.l2c.overall_accesses::cpu0.itb.walker         1733                       # number of overall (read+write) accesses
system.l2c.overall_accesses::cpu0.inst         425379                       # number of overall (read+write) accesses
system.l2c.overall_accesses::cpu0.data         337866                       # number of overall (read+write) accesses
system.l2c.overall_accesses::cpu1.dtb.walker         5554                       # number of overall (read+write) accesses
system.l2c.overall_accesses::cpu1.itb.walker         1932                       # number of overall (read+write) accesses
system.l2c.overall_accesses::cpu1.inst         469664                       # number of overall (read+write) accesses
system.l2c.overall_accesses::cpu1.data         272038                       # number of overall (read+write) accesses
system.l2c.overall_accesses::total            1517977                       # number of overall (read+write) accesses
system.l2c.ReadReq_miss_rate::cpu0.dtb.walker     0.000262                       # miss rate for ReadReq accesses
system.l2c.ReadReq_miss_rate::cpu0.itb.walker     0.001154                       # miss rate for ReadReq accesses
system.l2c.ReadReq_miss_rate::cpu0.inst      0.013475                       # miss rate for ReadReq accesses
system.l2c.ReadReq_miss_rate::cpu0.data      0.036692                       # miss rate for ReadReq accesses
system.l2c.ReadReq_miss_rate::cpu1.dtb.walker     0.000720                       # miss rate for ReadReq accesses
system.l2c.ReadReq_miss_rate::cpu1.itb.walker     0.000518                       # miss rate for ReadReq accesses
system.l2c.ReadReq_miss_rate::cpu1.inst      0.010776                       # miss rate for ReadReq accesses
system.l2c.ReadReq_miss_rate::cpu1.data      0.024637                       # miss rate for ReadReq accesses
system.l2c.ReadReq_miss_rate::total          0.017549                       # miss rate for ReadReq accesses
system.l2c.UpgradeReq_miss_rate::cpu0.data     0.809619                       # miss rate for UpgradeReq accesses
system.l2c.UpgradeReq_miss_rate::cpu1.data     0.862029                       # miss rate for UpgradeReq accesses
system.l2c.UpgradeReq_miss_rate::total       0.831343                       # miss rate for UpgradeReq accesses
system.l2c.SCUpgradeReq_miss_rate::cpu0.data     0.721871                       # miss rate for SCUpgradeReq accesses
system.l2c.SCUpgradeReq_miss_rate::cpu1.data     0.825784                       # miss rate for SCUpgradeReq accesses
system.l2c.SCUpgradeReq_miss_rate::total     0.765568                       # miss rate for SCUpgradeReq accesses
system.l2c.ReadExReq_miss_rate::cpu0.data     0.542806                       # miss rate for ReadExReq accesses
system.l2c.ReadExReq_miss_rate::cpu1.data     0.578817                       # miss rate for ReadExReq accesses
system.l2c.ReadExReq_miss_rate::total        0.560897                       # miss rate for ReadExReq accesses
system.l2c.demand_miss_rate::cpu0.dtb.walker     0.000262                       # miss rate for demand accesses
system.l2c.demand_miss_rate::cpu0.itb.walker     0.001154                       # miss rate for demand accesses
system.l2c.demand_miss_rate::cpu0.inst       0.013475                       # miss rate for demand accesses
system.l2c.demand_miss_rate::cpu0.data       0.222443                       # miss rate for demand accesses
system.l2c.demand_miss_rate::cpu1.dtb.walker     0.000720                       # miss rate for demand accesses
system.l2c.demand_miss_rate::cpu1.itb.walker     0.000518                       # miss rate for demand accesses
system.l2c.demand_miss_rate::cpu1.inst       0.010776                       # miss rate for demand accesses
system.l2c.demand_miss_rate::cpu1.data       0.279652                       # miss rate for demand accesses
system.l2c.demand_miss_rate::total           0.106743                       # miss rate for demand accesses
system.l2c.overall_miss_rate::cpu0.dtb.walker     0.000262                       # miss rate for overall accesses
system.l2c.overall_miss_rate::cpu0.itb.walker     0.001154                       # miss rate for overall accesses
system.l2c.overall_miss_rate::cpu0.inst      0.013475                       # miss rate for overall accesses
system.l2c.overall_miss_rate::cpu0.data      0.222443                       # miss rate for overall accesses
system.l2c.overall_miss_rate::cpu1.dtb.walker     0.000720                       # miss rate for overall accesses
system.l2c.overall_miss_rate::cpu1.itb.walker     0.000518                       # miss rate for overall accesses
system.l2c.overall_miss_rate::cpu1.inst      0.010776                       # miss rate for overall accesses
system.l2c.overall_miss_rate::cpu1.data      0.279652                       # miss rate for overall accesses
system.l2c.overall_miss_rate::total          0.106743                       # miss rate for overall accesses
system.l2c.ReadReq_avg_miss_latency::cpu0.dtb.walker        32000                       # average ReadReq miss latency
system.l2c.ReadReq_avg_miss_latency::cpu0.itb.walker        74750                       # average ReadReq miss latency
system.l2c.ReadReq_avg_miss_latency::cpu0.inst 70409.760991                       # average ReadReq miss latency
system.l2c.ReadReq_avg_miss_latency::cpu0.data 74927.105773                       # average ReadReq miss latency
system.l2c.ReadReq_avg_miss_latency::cpu1.dtb.walker        86750                       # average ReadReq miss latency
system.l2c.ReadReq_avg_miss_latency::cpu1.itb.walker        74500                       # average ReadReq miss latency
system.l2c.ReadReq_avg_miss_latency::cpu1.inst 72109.909109                       # average ReadReq miss latency
system.l2c.ReadReq_avg_miss_latency::cpu1.data 78512.645108                       # average ReadReq miss latency
system.l2c.ReadReq_avg_miss_latency::total 73706.626650                       # average ReadReq miss latency
system.l2c.UpgradeReq_avg_miss_latency::cpu0.data  2689.765055                       # average UpgradeReq miss latency
system.l2c.UpgradeReq_avg_miss_latency::cpu1.data  3297.684239                       # average UpgradeReq miss latency
system.l2c.UpgradeReq_avg_miss_latency::total  2951.052441                       # average UpgradeReq miss latency
system.l2c.SCUpgradeReq_avg_miss_latency::cpu0.data  3187.257443                       # average SCUpgradeReq miss latency
system.l2c.SCUpgradeReq_avg_miss_latency::cpu1.data  5341.542194                       # average SCUpgradeReq miss latency
system.l2c.SCUpgradeReq_avg_miss_latency::total  4164.416268                       # average SCUpgradeReq miss latency
system.l2c.ReadExReq_avg_miss_latency::cpu0.data 67265.271509                       # average ReadExReq miss latency
system.l2c.ReadExReq_avg_miss_latency::cpu1.data 75284.142552                       # average ReadExReq miss latency
system.l2c.ReadExReq_avg_miss_latency::total 71422.414168                       # average ReadExReq miss latency
system.l2c.demand_avg_miss_latency::cpu0.dtb.walker        32000                       # average overall miss latency
system.l2c.demand_avg_miss_latency::cpu0.itb.walker        74750                       # average overall miss latency
system.l2c.demand_avg_miss_latency::cpu0.inst 70409.760991                       # average overall miss latency
system.l2c.demand_avg_miss_latency::cpu0.data 68065.239755                       # average overall miss latency
system.l2c.demand_avg_miss_latency::cpu1.dtb.walker        86750                       # average overall miss latency
system.l2c.demand_avg_miss_latency::cpu1.itb.walker        74500                       # average overall miss latency
system.l2c.demand_avg_miss_latency::cpu1.inst 72109.909109                       # average overall miss latency
system.l2c.demand_avg_miss_latency::cpu1.data 75437.682725                       # average overall miss latency
system.l2c.demand_avg_miss_latency::total 71736.302543                       # average overall miss latency
system.l2c.overall_avg_miss_latency::cpu0.dtb.walker        32000                       # average overall miss latency
system.l2c.overall_avg_miss_latency::cpu0.itb.walker        74750                       # average overall miss latency
system.l2c.overall_avg_miss_latency::cpu0.inst 70409.760991                       # average overall miss latency
system.l2c.overall_avg_miss_latency::cpu0.data 68065.239755                       # average overall miss latency
system.l2c.overall_avg_miss_latency::cpu1.dtb.walker        86750                       # average overall miss latency
system.l2c.overall_avg_miss_latency::cpu1.itb.walker        74500                       # average overall miss latency
system.l2c.overall_avg_miss_latency::cpu1.inst 72109.909109                       # average overall miss latency
system.l2c.overall_avg_miss_latency::cpu1.data 75437.682725                       # average overall miss latency
system.l2c.overall_avg_miss_latency::total 71736.302543                       # average overall miss latency
system.l2c.blocked_cycles::no_mshrs                 0                       # number of cycles access was blocked
system.l2c.blocked_cycles::no_targets               0                       # number of cycles access was blocked
system.l2c.blocked::no_mshrs                        0                       # 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           nan                       # 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               64268                       # number of writebacks
system.l2c.writebacks::total                    64268                       # number of writebacks
system.l2c.ReadReq_mshr_hits::cpu0.inst             1                       # number of ReadReq MSHR hits
system.l2c.ReadReq_mshr_hits::total                 1                       # number of ReadReq MSHR hits
system.l2c.demand_mshr_hits::cpu0.inst              1                       # number of demand (read+write) MSHR hits
system.l2c.demand_mshr_hits::total                  1                       # number of demand (read+write) MSHR hits
system.l2c.overall_mshr_hits::cpu0.inst             1                       # number of overall MSHR hits
system.l2c.overall_mshr_hits::total                 1                       # number of overall MSHR hits
system.l2c.ReadReq_mshr_misses::cpu0.dtb.walker            1                       # number of ReadReq MSHR misses
system.l2c.ReadReq_mshr_misses::cpu0.itb.walker            2                       # number of ReadReq MSHR misses
system.l2c.ReadReq_mshr_misses::cpu0.inst         5731                       # number of ReadReq MSHR misses
system.l2c.ReadReq_mshr_misses::cpu0.data         7847                       # number of ReadReq MSHR misses
system.l2c.ReadReq_mshr_misses::cpu1.dtb.walker            4                       # number of ReadReq MSHR misses
system.l2c.ReadReq_mshr_misses::cpu1.itb.walker            1                       # number of ReadReq MSHR misses
system.l2c.ReadReq_mshr_misses::cpu1.inst         5061                       # number of ReadReq MSHR misses
system.l2c.ReadReq_mshr_misses::cpu1.data         3618                       # number of ReadReq MSHR misses
system.l2c.ReadReq_mshr_misses::total           22265                       # number of ReadReq MSHR misses
system.l2c.UpgradeReq_mshr_misses::cpu0.data         4882                       # number of UpgradeReq MSHR misses
system.l2c.UpgradeReq_mshr_misses::cpu1.data         3680                       # number of UpgradeReq MSHR misses
system.l2c.UpgradeReq_mshr_misses::total         8562                       # number of UpgradeReq MSHR misses
system.l2c.SCUpgradeReq_mshr_misses::cpu0.data          571                       # number of SCUpgradeReq MSHR misses
system.l2c.SCUpgradeReq_mshr_misses::cpu1.data          474                       # number of SCUpgradeReq MSHR misses
system.l2c.SCUpgradeReq_mshr_misses::total         1045                       # number of SCUpgradeReq MSHR misses
system.l2c.ReadExReq_mshr_misses::cpu0.data        67309                       # number of ReadExReq MSHR misses
system.l2c.ReadExReq_mshr_misses::cpu1.data        72458                       # number of ReadExReq MSHR misses
system.l2c.ReadExReq_mshr_misses::total        139767                       # number of ReadExReq MSHR misses
system.l2c.demand_mshr_misses::cpu0.dtb.walker            1                       # number of demand (read+write) MSHR misses
system.l2c.demand_mshr_misses::cpu0.itb.walker            2                       # number of demand (read+write) MSHR misses
system.l2c.demand_mshr_misses::cpu0.inst         5731                       # number of demand (read+write) MSHR misses
system.l2c.demand_mshr_misses::cpu0.data        75156                       # number of demand (read+write) MSHR misses
system.l2c.demand_mshr_misses::cpu1.dtb.walker            4                       # number of demand (read+write) MSHR misses
system.l2c.demand_mshr_misses::cpu1.itb.walker            1                       # number of demand (read+write) MSHR misses
system.l2c.demand_mshr_misses::cpu1.inst         5061                       # number of demand (read+write) MSHR misses
system.l2c.demand_mshr_misses::cpu1.data        76076                       # number of demand (read+write) MSHR misses
system.l2c.demand_mshr_misses::total           162032                       # number of demand (read+write) MSHR misses
system.l2c.overall_mshr_misses::cpu0.dtb.walker            1                       # number of overall MSHR misses
system.l2c.overall_mshr_misses::cpu0.itb.walker            2                       # number of overall MSHR misses
system.l2c.overall_mshr_misses::cpu0.inst         5731                       # number of overall MSHR misses
system.l2c.overall_mshr_misses::cpu0.data        75156                       # number of overall MSHR misses
system.l2c.overall_mshr_misses::cpu1.dtb.walker            4                       # number of overall MSHR misses
system.l2c.overall_mshr_misses::cpu1.itb.walker            1                       # number of overall MSHR misses
system.l2c.overall_mshr_misses::cpu1.inst         5061                       # number of overall MSHR misses
system.l2c.overall_mshr_misses::cpu1.data        76076                       # number of overall MSHR misses
system.l2c.overall_mshr_misses::total          162032                       # number of overall MSHR misses
system.l2c.ReadReq_mshr_miss_latency::cpu0.dtb.walker        20000                       # number of ReadReq MSHR miss cycles
system.l2c.ReadReq_mshr_miss_latency::cpu0.itb.walker       125000                       # number of ReadReq MSHR miss cycles
system.l2c.ReadReq_mshr_miss_latency::cpu0.inst    330890500                       # number of ReadReq MSHR miss cycles
system.l2c.ReadReq_mshr_miss_latency::cpu0.data    490057499                       # number of ReadReq MSHR miss cycles
system.l2c.ReadReq_mshr_miss_latency::cpu1.dtb.walker       297000                       # number of ReadReq MSHR miss cycles
system.l2c.ReadReq_mshr_miss_latency::cpu1.itb.walker        62500                       # number of ReadReq MSHR miss cycles
system.l2c.ReadReq_mshr_miss_latency::cpu1.inst    300853250                       # number of ReadReq MSHR miss cycles
system.l2c.ReadReq_mshr_miss_latency::cpu1.data    239085250                       # number of ReadReq MSHR miss cycles
system.l2c.ReadReq_mshr_miss_latency::total   1361390999                       # number of ReadReq MSHR miss cycles
system.l2c.UpgradeReq_mshr_miss_latency::cpu0.data     48852378                       # number of UpgradeReq MSHR miss cycles
system.l2c.UpgradeReq_mshr_miss_latency::cpu1.data     36863673                       # number of UpgradeReq MSHR miss cycles
system.l2c.UpgradeReq_mshr_miss_latency::total     85716051                       # number of UpgradeReq MSHR miss cycles
system.l2c.SCUpgradeReq_mshr_miss_latency::cpu0.data      5720067                       # number of SCUpgradeReq MSHR miss cycles
system.l2c.SCUpgradeReq_mshr_miss_latency::cpu1.data      4752971                       # number of SCUpgradeReq MSHR miss cycles
system.l2c.SCUpgradeReq_mshr_miss_latency::total     10473038                       # number of SCUpgradeReq MSHR miss cycles
system.l2c.ReadExReq_mshr_miss_latency::cpu0.data   3658860326                       # number of ReadExReq MSHR miss cycles
system.l2c.ReadExReq_mshr_miss_latency::cpu1.data   4532497595                       # number of ReadExReq MSHR miss cycles
system.l2c.ReadExReq_mshr_miss_latency::total   8191357921                       # number of ReadExReq MSHR miss cycles
system.l2c.demand_mshr_miss_latency::cpu0.dtb.walker        20000                       # number of demand (read+write) MSHR miss cycles
system.l2c.demand_mshr_miss_latency::cpu0.itb.walker       125000                       # number of demand (read+write) MSHR miss cycles
system.l2c.demand_mshr_miss_latency::cpu0.inst    330890500                       # number of demand (read+write) MSHR miss cycles
system.l2c.demand_mshr_miss_latency::cpu0.data   4148917825                       # number of demand (read+write) MSHR miss cycles
system.l2c.demand_mshr_miss_latency::cpu1.dtb.walker       297000                       # number of demand (read+write) MSHR miss cycles
system.l2c.demand_mshr_miss_latency::cpu1.itb.walker        62500                       # number of demand (read+write) MSHR miss cycles
system.l2c.demand_mshr_miss_latency::cpu1.inst    300853250                       # number of demand (read+write) MSHR miss cycles
system.l2c.demand_mshr_miss_latency::cpu1.data   4771582845                       # number of demand (read+write) MSHR miss cycles
system.l2c.demand_mshr_miss_latency::total   9552748920                       # number of demand (read+write) MSHR miss cycles
system.l2c.overall_mshr_miss_latency::cpu0.dtb.walker        20000                       # number of overall MSHR miss cycles
system.l2c.overall_mshr_miss_latency::cpu0.itb.walker       125000                       # number of overall MSHR miss cycles
system.l2c.overall_mshr_miss_latency::cpu0.inst    330890500                       # number of overall MSHR miss cycles
system.l2c.overall_mshr_miss_latency::cpu0.data   4148917825                       # number of overall MSHR miss cycles
system.l2c.overall_mshr_miss_latency::cpu1.dtb.walker       297000                       # number of overall MSHR miss cycles
system.l2c.overall_mshr_miss_latency::cpu1.itb.walker        62500                       # number of overall MSHR miss cycles
system.l2c.overall_mshr_miss_latency::cpu1.inst    300853250                       # number of overall MSHR miss cycles
system.l2c.overall_mshr_miss_latency::cpu1.data   4771582845                       # number of overall MSHR miss cycles
system.l2c.overall_mshr_miss_latency::total   9552748920                       # number of overall MSHR miss cycles
system.l2c.ReadReq_mshr_uncacheable_latency::cpu0.inst    345201250                       # number of ReadReq MSHR uncacheable cycles
system.l2c.ReadReq_mshr_uncacheable_latency::cpu0.data  12458267494                       # number of ReadReq MSHR uncacheable cycles
system.l2c.ReadReq_mshr_uncacheable_latency::cpu1.inst      5350750                       # number of ReadReq MSHR uncacheable cycles
system.l2c.ReadReq_mshr_uncacheable_latency::cpu1.data 154290476246                       # number of ReadReq MSHR uncacheable cycles
system.l2c.ReadReq_mshr_uncacheable_latency::total 167099295740                       # number of ReadReq MSHR uncacheable cycles
system.l2c.WriteReq_mshr_uncacheable_latency::cpu0.data   1046790495                       # number of WriteReq MSHR uncacheable cycles
system.l2c.WriteReq_mshr_uncacheable_latency::cpu1.data  15722211628                       # number of WriteReq MSHR uncacheable cycles
system.l2c.WriteReq_mshr_uncacheable_latency::total  16769002123                       # number of WriteReq MSHR uncacheable cycles
system.l2c.overall_mshr_uncacheable_latency::cpu0.inst    345201250                       # number of overall MSHR uncacheable cycles
system.l2c.overall_mshr_uncacheable_latency::cpu0.data  13505057989                       # number of overall MSHR uncacheable cycles
system.l2c.overall_mshr_uncacheable_latency::cpu1.inst      5350750                       # number of overall MSHR uncacheable cycles
system.l2c.overall_mshr_uncacheable_latency::cpu1.data 170012687874                       # number of overall MSHR uncacheable cycles
system.l2c.overall_mshr_uncacheable_latency::total 183868297863                       # number of overall MSHR uncacheable cycles
system.l2c.ReadReq_mshr_miss_rate::cpu0.dtb.walker     0.000262                       # mshr miss rate for ReadReq accesses
system.l2c.ReadReq_mshr_miss_rate::cpu0.itb.walker     0.001154                       # mshr miss rate for ReadReq accesses
system.l2c.ReadReq_mshr_miss_rate::cpu0.inst     0.013473                       # mshr miss rate for ReadReq accesses
system.l2c.ReadReq_mshr_miss_rate::cpu0.data     0.036692                       # mshr miss rate for ReadReq accesses
system.l2c.ReadReq_mshr_miss_rate::cpu1.dtb.walker     0.000720                       # mshr miss rate for ReadReq accesses
system.l2c.ReadReq_mshr_miss_rate::cpu1.itb.walker     0.000518                       # mshr miss rate for ReadReq accesses
system.l2c.ReadReq_mshr_miss_rate::cpu1.inst     0.010776                       # mshr miss rate for ReadReq accesses
system.l2c.ReadReq_mshr_miss_rate::cpu1.data     0.024637                       # mshr miss rate for ReadReq accesses
system.l2c.ReadReq_mshr_miss_rate::total     0.017548                       # mshr miss rate for ReadReq accesses
system.l2c.UpgradeReq_mshr_miss_rate::cpu0.data     0.809619                       # mshr miss rate for UpgradeReq accesses
system.l2c.UpgradeReq_mshr_miss_rate::cpu1.data     0.862029                       # mshr miss rate for UpgradeReq accesses
system.l2c.UpgradeReq_mshr_miss_rate::total     0.831343                       # mshr miss rate for UpgradeReq accesses
system.l2c.SCUpgradeReq_mshr_miss_rate::cpu0.data     0.721871                       # mshr miss rate for SCUpgradeReq accesses
system.l2c.SCUpgradeReq_mshr_miss_rate::cpu1.data     0.825784                       # mshr miss rate for SCUpgradeReq accesses
system.l2c.SCUpgradeReq_mshr_miss_rate::total     0.765568                       # mshr miss rate for SCUpgradeReq accesses
system.l2c.ReadExReq_mshr_miss_rate::cpu0.data     0.542806                       # mshr miss rate for ReadExReq accesses
system.l2c.ReadExReq_mshr_miss_rate::cpu1.data     0.578817                       # mshr miss rate for ReadExReq accesses
system.l2c.ReadExReq_mshr_miss_rate::total     0.560897                       # mshr miss rate for ReadExReq accesses
system.l2c.demand_mshr_miss_rate::cpu0.dtb.walker     0.000262                       # mshr miss rate for demand accesses
system.l2c.demand_mshr_miss_rate::cpu0.itb.walker     0.001154                       # mshr miss rate for demand accesses
system.l2c.demand_mshr_miss_rate::cpu0.inst     0.013473                       # mshr miss rate for demand accesses
system.l2c.demand_mshr_miss_rate::cpu0.data     0.222443                       # mshr miss rate for demand accesses
system.l2c.demand_mshr_miss_rate::cpu1.dtb.walker     0.000720                       # mshr miss rate for demand accesses
system.l2c.demand_mshr_miss_rate::cpu1.itb.walker     0.000518                       # mshr miss rate for demand accesses
system.l2c.demand_mshr_miss_rate::cpu1.inst     0.010776                       # mshr miss rate for demand accesses
system.l2c.demand_mshr_miss_rate::cpu1.data     0.279652                       # mshr miss rate for demand accesses
system.l2c.demand_mshr_miss_rate::total      0.106742                       # mshr miss rate for demand accesses
system.l2c.overall_mshr_miss_rate::cpu0.dtb.walker     0.000262                       # mshr miss rate for overall accesses
system.l2c.overall_mshr_miss_rate::cpu0.itb.walker     0.001154                       # mshr miss rate for overall accesses
system.l2c.overall_mshr_miss_rate::cpu0.inst     0.013473                       # mshr miss rate for overall accesses
system.l2c.overall_mshr_miss_rate::cpu0.data     0.222443                       # mshr miss rate for overall accesses
system.l2c.overall_mshr_miss_rate::cpu1.dtb.walker     0.000720                       # mshr miss rate for overall accesses
system.l2c.overall_mshr_miss_rate::cpu1.itb.walker     0.000518                       # mshr miss rate for overall accesses
system.l2c.overall_mshr_miss_rate::cpu1.inst     0.010776                       # mshr miss rate for overall accesses
system.l2c.overall_mshr_miss_rate::cpu1.data     0.279652                       # mshr miss rate for overall accesses
system.l2c.overall_mshr_miss_rate::total     0.106742                       # mshr miss rate for overall accesses
system.l2c.ReadReq_avg_mshr_miss_latency::cpu0.dtb.walker        20000                       # average ReadReq mshr miss latency
system.l2c.ReadReq_avg_mshr_miss_latency::cpu0.itb.walker        62500                       # average ReadReq mshr miss latency
system.l2c.ReadReq_avg_mshr_miss_latency::cpu0.inst 57736.956901                       # average ReadReq mshr miss latency
system.l2c.ReadReq_avg_mshr_miss_latency::cpu0.data 62451.573722                       # average ReadReq mshr miss latency
system.l2c.ReadReq_avg_mshr_miss_latency::cpu1.dtb.walker        74250                       # average ReadReq mshr miss latency
system.l2c.ReadReq_avg_mshr_miss_latency::cpu1.itb.walker        62500                       # average ReadReq mshr miss latency
system.l2c.ReadReq_avg_mshr_miss_latency::cpu1.inst 59445.415926                       # average ReadReq mshr miss latency
system.l2c.ReadReq_avg_mshr_miss_latency::cpu1.data 66082.158651                       # average ReadReq mshr miss latency
system.l2c.ReadReq_avg_mshr_miss_latency::total 61144.891040                       # average ReadReq mshr miss latency
system.l2c.UpgradeReq_avg_mshr_miss_latency::cpu0.data 10006.632118                       # average UpgradeReq mshr miss latency
system.l2c.UpgradeReq_avg_mshr_miss_latency::cpu1.data 10017.302446                       # average UpgradeReq mshr miss latency
system.l2c.UpgradeReq_avg_mshr_miss_latency::total 10011.218290                       # average UpgradeReq mshr miss latency
system.l2c.SCUpgradeReq_avg_mshr_miss_latency::cpu0.data 10017.630473                       # average SCUpgradeReq mshr miss latency
system.l2c.SCUpgradeReq_avg_mshr_miss_latency::cpu1.data 10027.364979                       # average SCUpgradeReq mshr miss latency
system.l2c.SCUpgradeReq_avg_mshr_miss_latency::total 10022.045933                       # average SCUpgradeReq mshr miss latency
system.l2c.ReadExReq_avg_mshr_miss_latency::cpu0.data 54359.154437                       # average ReadExReq mshr miss latency
system.l2c.ReadExReq_avg_mshr_miss_latency::cpu1.data 62553.446065                       # average ReadExReq mshr miss latency
system.l2c.ReadExReq_avg_mshr_miss_latency::total 58607.238626                       # average ReadExReq mshr miss latency
system.l2c.demand_avg_mshr_miss_latency::cpu0.dtb.walker        20000                       # average overall mshr miss latency
system.l2c.demand_avg_mshr_miss_latency::cpu0.itb.walker        62500                       # average overall mshr miss latency
system.l2c.demand_avg_mshr_miss_latency::cpu0.inst 57736.956901                       # average overall mshr miss latency
system.l2c.demand_avg_mshr_miss_latency::cpu0.data 55204.079847                       # average overall mshr miss latency
system.l2c.demand_avg_mshr_miss_latency::cpu1.dtb.walker        74250                       # average overall mshr miss latency
system.l2c.demand_avg_mshr_miss_latency::cpu1.itb.walker        62500                       # average overall mshr miss latency
system.l2c.demand_avg_mshr_miss_latency::cpu1.inst 59445.415926                       # average overall mshr miss latency
system.l2c.demand_avg_mshr_miss_latency::cpu1.data 62721.263539                       # average overall mshr miss latency
system.l2c.demand_avg_mshr_miss_latency::total 58955.940308                       # average overall mshr miss latency
system.l2c.overall_avg_mshr_miss_latency::cpu0.dtb.walker        20000                       # average overall mshr miss latency
system.l2c.overall_avg_mshr_miss_latency::cpu0.itb.walker        62500                       # average overall mshr miss latency
system.l2c.overall_avg_mshr_miss_latency::cpu0.inst 57736.956901                       # average overall mshr miss latency
system.l2c.overall_avg_mshr_miss_latency::cpu0.data 55204.079847                       # average overall mshr miss latency
system.l2c.overall_avg_mshr_miss_latency::cpu1.dtb.walker        74250                       # average overall mshr miss latency
system.l2c.overall_avg_mshr_miss_latency::cpu1.itb.walker        62500                       # average overall mshr miss latency
system.l2c.overall_avg_mshr_miss_latency::cpu1.inst 59445.415926                       # average overall mshr miss latency
system.l2c.overall_avg_mshr_miss_latency::cpu1.data 62721.263539                       # average overall mshr miss latency
system.l2c.overall_avg_mshr_miss_latency::total 58955.940308                       # 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.cf0.dma_read_full_pages                      0                       # Number of full page size DMA reads (not PRD).
system.cf0.dma_read_bytes                           0                       # Number of bytes transfered via DMA reads (not PRD).
system.cf0.dma_read_txs                             0                       # Number of DMA read transactions (not PRD).
system.cf0.dma_write_full_pages                     0                       # Number of full page size DMA writes.
system.cf0.dma_write_bytes                          0                       # Number of bytes transfered via DMA writes.
system.cf0.dma_write_txs                            0                       # Number of DMA write transactions.
system.toL2Bus.throughput                   119544694                       # Throughput (bytes/s)
system.toL2Bus.trans_dist::ReadReq            2535779                       # Transaction distribution
system.toL2Bus.trans_dist::ReadResp           2535779                       # Transaction distribution
system.toL2Bus.trans_dist::WriteReq            767577                       # Transaction distribution
system.toL2Bus.trans_dist::WriteResp           767577                       # Transaction distribution
system.toL2Bus.trans_dist::Writeback           570959                       # Transaction distribution
system.toL2Bus.trans_dist::UpgradeReq           30837                       # Transaction distribution
system.toL2Bus.trans_dist::SCUpgradeReq         17592                       # Transaction distribution
system.toL2Bus.trans_dist::UpgradeResp          48429                       # Transaction distribution
system.toL2Bus.trans_dist::ReadExReq           260947                       # Transaction distribution
system.toL2Bus.trans_dist::ReadExResp          260947                       # Transaction distribution
system.toL2Bus.pkt_count_system.cpu0.icache.mem_side::system.l2c.cpu_side       864602                       # Packet count per connected master and slave (bytes)
system.toL2Bus.pkt_count_system.cpu0.dcache.mem_side::system.l2c.cpu_side      1227966                       # Packet count per connected master and slave (bytes)
system.toL2Bus.pkt_count_system.cpu0.itb.walker.dma::system.l2c.cpu_side         6129                       # Packet count per connected master and slave (bytes)
system.toL2Bus.pkt_count_system.cpu0.dtb.walker.dma::system.l2c.cpu_side        12680                       # Packet count per connected master and slave (bytes)
system.toL2Bus.pkt_count_system.cpu1.icache.mem_side::system.l2c.cpu_side       940064                       # Packet count per connected master and slave (bytes)
system.toL2Bus.pkt_count_system.cpu1.dcache.mem_side::system.l2c.cpu_side      4600791                       # Packet count per connected master and slave (bytes)
system.toL2Bus.pkt_count_system.cpu1.itb.walker.dma::system.l2c.cpu_side         6258                       # Packet count per connected master and slave (bytes)
system.toL2Bus.pkt_count_system.cpu1.dtb.walker.dma::system.l2c.cpu_side        15477                       # Packet count per connected master and slave (bytes)
system.toL2Bus.pkt_count::total               7673967                       # Packet count per connected master and slave (bytes)
system.toL2Bus.tot_pkt_size_system.cpu0.icache.mem_side::system.l2c.cpu_side     27250848                       # Cumulative packet size per connected master and slave (bytes)
system.toL2Bus.tot_pkt_size_system.cpu0.dcache.mem_side::system.l2c.cpu_side     41432384                       # Cumulative packet size per connected master and slave (bytes)
system.toL2Bus.tot_pkt_size_system.cpu0.itb.walker.dma::system.l2c.cpu_side         6932                       # Cumulative packet size per connected master and slave (bytes)
system.toL2Bus.tot_pkt_size_system.cpu0.dtb.walker.dma::system.l2c.cpu_side        15244                       # Cumulative packet size per connected master and slave (bytes)
system.toL2Bus.tot_pkt_size_system.cpu1.icache.mem_side::system.l2c.cpu_side     30058932                       # Cumulative packet size per connected master and slave (bytes)
system.toL2Bus.tot_pkt_size_system.cpu1.dcache.mem_side::system.l2c.cpu_side     39583066                       # Cumulative packet size per connected master and slave (bytes)
system.toL2Bus.tot_pkt_size_system.cpu1.itb.walker.dma::system.l2c.cpu_side         7728                       # Cumulative packet size per connected master and slave (bytes)
system.toL2Bus.tot_pkt_size_system.cpu1.dtb.walker.dma::system.l2c.cpu_side        22216                       # Cumulative packet size per connected master and slave (bytes)
system.toL2Bus.tot_pkt_size::total          138377350                       # Cumulative packet size per connected master and slave (bytes)
system.toL2Bus.data_through_bus             138377350                       # Total data (bytes)
system.toL2Bus.snoop_data_through_bus         4615184                       # Total snoop data (bytes)
system.toL2Bus.reqLayer0.occupancy         4759626187                       # Layer occupancy (ticks)
system.toL2Bus.reqLayer0.utilization              0.4                       # Layer utilization (%)
system.toL2Bus.respLayer0.occupancy        1926082966                       # Layer occupancy (ticks)
system.toL2Bus.respLayer0.utilization             0.2                       # Layer utilization (%)
system.toL2Bus.respLayer1.occupancy        1756498781                       # Layer occupancy (ticks)
system.toL2Bus.respLayer1.utilization             0.1                       # Layer utilization (%)
system.toL2Bus.respLayer2.occupancy           4396000                       # Layer occupancy (ticks)
system.toL2Bus.respLayer2.utilization             0.0                       # Layer utilization (%)
system.toL2Bus.respLayer3.occupancy           8869000                       # Layer occupancy (ticks)
system.toL2Bus.respLayer3.utilization             0.0                       # Layer utilization (%)
system.toL2Bus.respLayer6.occupancy        2116921475                       # Layer occupancy (ticks)
system.toL2Bus.respLayer6.utilization             0.2                       # Layer utilization (%)
system.toL2Bus.respLayer7.occupancy        2926499865                       # Layer occupancy (ticks)
system.toL2Bus.respLayer7.utilization             0.2                       # Layer utilization (%)
system.toL2Bus.respLayer8.occupancy           4326000                       # Layer occupancy (ticks)
system.toL2Bus.respLayer8.utilization             0.0                       # Layer utilization (%)
system.toL2Bus.respLayer9.occupancy           9923499                       # Layer occupancy (ticks)
system.toL2Bus.respLayer9.utilization             0.0                       # Layer utilization (%)
system.iobus.throughput                      45391348                       # Throughput (bytes/s)
system.iobus.trans_dist::ReadReq              7671431                       # Transaction distribution
system.iobus.trans_dist::ReadResp             7671431                       # Transaction distribution
system.iobus.trans_dist::WriteReq                7963                       # Transaction distribution
system.iobus.trans_dist::WriteResp               7963                       # Transaction distribution
system.iobus.pkt_count_system.bridge.master::system.realview.uart.pio        30550                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.bridge.master::system.realview.realview_io.pio         8056                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.bridge.master::system.realview.timer0.pio           34                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.bridge.master::system.realview.timer1.pio          742                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.bridge.master::system.realview.clcd.pio           36                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.bridge.master::system.realview.kmi0.pio          124                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.bridge.master::system.realview.kmi1.pio          494                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.bridge.master::system.realview.cf_ctrl.pio      2342380                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.bridge.master::system.realview.dmac_fake.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.smc_fake.pio           16                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.bridge.master::system.realview.sp810_fake.pio           20                       # 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.gpio0_fake.pio           16                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.bridge.master::system.realview.gpio1_fake.pio           16                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.bridge.master::system.realview.gpio2_fake.pio           16                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.bridge.master::system.realview.ssp_fake.pio           16                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.bridge.master::system.realview.sci_fake.pio           16                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.bridge.master::system.realview.aaci_fake.pio           16                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.bridge.master::system.realview.mmc_fake.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::total      2382660                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.realview.clcd.dma::system.iocache.cpu_side     12976128                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.realview.clcd.dma::total     12976128                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count::total                15358788                       # Packet count per connected master and slave (bytes)
system.iobus.tot_pkt_size_system.bridge.master::system.realview.uart.pio        40319                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.tot_pkt_size_system.bridge.master::system.realview.realview_io.pio        16112                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.tot_pkt_size_system.bridge.master::system.realview.timer0.pio           68                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.tot_pkt_size_system.bridge.master::system.realview.timer1.pio         1484                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.tot_pkt_size_system.bridge.master::system.realview.clcd.pio           72                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.tot_pkt_size_system.bridge.master::system.realview.kmi0.pio           86                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.tot_pkt_size_system.bridge.master::system.realview.kmi1.pio          271                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.tot_pkt_size_system.bridge.master::system.realview.cf_ctrl.pio      2331126                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.tot_pkt_size_system.bridge.master::system.realview.dmac_fake.pio           32                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.tot_pkt_size_system.bridge.master::system.realview.uart1_fake.pio           32                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.tot_pkt_size_system.bridge.master::system.realview.uart2_fake.pio           32                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.tot_pkt_size_system.bridge.master::system.realview.uart3_fake.pio           32                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.tot_pkt_size_system.bridge.master::system.realview.smc_fake.pio           32                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.tot_pkt_size_system.bridge.master::system.realview.sp810_fake.pio           40                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.tot_pkt_size_system.bridge.master::system.realview.watchdog_fake.pio           32                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.tot_pkt_size_system.bridge.master::system.realview.gpio0_fake.pio           32                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.tot_pkt_size_system.bridge.master::system.realview.gpio1_fake.pio           32                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.tot_pkt_size_system.bridge.master::system.realview.gpio2_fake.pio           32                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.tot_pkt_size_system.bridge.master::system.realview.ssp_fake.pio           32                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.tot_pkt_size_system.bridge.master::system.realview.sci_fake.pio           32                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.tot_pkt_size_system.bridge.master::system.realview.aaci_fake.pio           32                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.tot_pkt_size_system.bridge.master::system.realview.mmc_fake.pio           32                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.tot_pkt_size_system.bridge.master::system.realview.rtc.pio           32                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.tot_pkt_size_system.bridge.master::total      2390026                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.tot_pkt_size_system.realview.clcd.dma::system.iocache.cpu_side     51904512                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.tot_pkt_size_system.realview.clcd.dma::total     51904512                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.tot_pkt_size::total             54294538                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.data_through_bus                54294538                       # Total data (bytes)
system.iobus.reqLayer0.occupancy             21418000                       # Layer occupancy (ticks)
system.iobus.reqLayer0.utilization                0.0                       # Layer utilization (%)
system.iobus.reqLayer1.occupancy              4034000                       # Layer occupancy (ticks)
system.iobus.reqLayer1.utilization                0.0                       # Layer utilization (%)
system.iobus.reqLayer2.occupancy                34000                       # Layer occupancy (ticks)
system.iobus.reqLayer2.utilization                0.0                       # Layer utilization (%)
system.iobus.reqLayer3.occupancy               377000                       # Layer occupancy (ticks)
system.iobus.reqLayer3.utilization                0.0                       # Layer utilization (%)
system.iobus.reqLayer4.occupancy                27000                       # Layer occupancy (ticks)
system.iobus.reqLayer4.utilization                0.0                       # Layer utilization (%)
system.iobus.reqLayer5.occupancy                74000                       # Layer occupancy (ticks)
system.iobus.reqLayer5.utilization                0.0                       # Layer utilization (%)
system.iobus.reqLayer6.occupancy               297000                       # Layer occupancy (ticks)
system.iobus.reqLayer6.utilization                0.0                       # Layer utilization (%)
system.iobus.reqLayer7.occupancy           1172909000                       # Layer occupancy (ticks)
system.iobus.reqLayer7.utilization                0.1                       # Layer utilization (%)
system.iobus.reqLayer9.occupancy                 8000                       # Layer occupancy (ticks)
system.iobus.reqLayer9.utilization                0.0                       # Layer utilization (%)
system.iobus.reqLayer10.occupancy                8000                       # Layer occupancy (ticks)
system.iobus.reqLayer10.utilization               0.0                       # Layer utilization (%)
system.iobus.reqLayer11.occupancy                8000                       # Layer occupancy (ticks)
system.iobus.reqLayer11.utilization               0.0                       # Layer utilization (%)
system.iobus.reqLayer12.occupancy                8000                       # Layer occupancy (ticks)
system.iobus.reqLayer12.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               11000                       # 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                8000                       # 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.reqLayer18.occupancy                8000                       # Layer occupancy (ticks)
system.iobus.reqLayer18.utilization               0.0                       # Layer utilization (%)
system.iobus.reqLayer19.occupancy                8000                       # Layer occupancy (ticks)
system.iobus.reqLayer19.utilization               0.0                       # Layer utilization (%)
system.iobus.reqLayer20.occupancy                8000                       # Layer occupancy (ticks)
system.iobus.reqLayer20.utilization               0.0                       # Layer utilization (%)
system.iobus.reqLayer21.occupancy                8000                       # Layer occupancy (ticks)
system.iobus.reqLayer21.utilization               0.0                       # Layer utilization (%)
system.iobus.reqLayer22.occupancy                8000                       # Layer occupancy (ticks)
system.iobus.reqLayer22.utilization               0.0                       # Layer utilization (%)
system.iobus.reqLayer23.occupancy                8000                       # Layer occupancy (ticks)
system.iobus.reqLayer23.utilization               0.0                       # Layer utilization (%)
system.iobus.reqLayer25.occupancy          6488064000                       # Layer occupancy (ticks)
system.iobus.reqLayer25.utilization               0.5                       # Layer utilization (%)
system.iobus.respLayer0.occupancy          2374697000                       # Layer occupancy (ticks)
system.iobus.respLayer0.utilization               0.2                       # Layer utilization (%)
system.iobus.respLayer1.occupancy         17777962501                       # Layer occupancy (ticks)
system.iobus.respLayer1.utilization               1.5                       # Layer utilization (%)
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.inst_hits                           0                       # ITB inst hits
system.cpu0.dtb.inst_misses                         0                       # ITB inst misses
system.cpu0.dtb.read_hits                     7070497                       # DTB read hits
system.cpu0.dtb.read_misses                      3747                       # DTB read misses
system.cpu0.dtb.write_hits                    5655659                       # DTB write hits
system.cpu0.dtb.write_misses                      806                       # DTB write misses
system.cpu0.dtb.flush_tlb                           4                       # 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               1439                       # Number of times TLB was flushed by MVA & ASID
system.cpu0.dtb.flush_tlb_asid                     63                       # Number of times TLB was flushed by ASID
system.cpu0.dtb.flush_entries                    1708                       # 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                   142                       # 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                      204                       # Number of TLB faults due to permissions restrictions
system.cpu0.dtb.read_accesses                 7074244                       # DTB read accesses
system.cpu0.dtb.write_accesses                5656465                       # DTB write accesses
system.cpu0.dtb.inst_accesses                       0                       # ITB inst accesses
system.cpu0.dtb.hits                         12726156                       # DTB hits
system.cpu0.dtb.misses                           4553                       # DTB misses
system.cpu0.dtb.accesses                     12730709                       # DTB accesses
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.inst_hits                    29571351                       # ITB inst hits
system.cpu0.itb.inst_misses                      2205                       # 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                           4                       # 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               1439                       # Number of times TLB was flushed by MVA & ASID
system.cpu0.itb.flush_tlb_asid                     63                       # Number of times TLB was flushed by ASID
system.cpu0.itb.flush_entries                    1181                       # 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                29573556                       # ITB inst accesses
system.cpu0.itb.hits                         29571351                       # DTB hits
system.cpu0.itb.misses                           2205                       # DTB misses
system.cpu0.itb.accesses                     29573556                       # DTB accesses
system.cpu0.numCycles                      2392285746                       # 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                   28873226                       # Number of instructions committed
system.cpu0.committedOps                     37212709                       # Number of ops (including micro ops) committed
system.cpu0.num_int_alu_accesses             33137047                       # Number of integer alu accesses
system.cpu0.num_fp_alu_accesses                  3860                       # Number of float alu accesses
system.cpu0.num_func_calls                    1242091                       # number of times a function call or return occured
system.cpu0.num_conditional_control_insts      4373605                       # number of instructions that are conditional controls
system.cpu0.num_int_insts                    33137047                       # number of integer instructions
system.cpu0.num_fp_insts                         3860                       # number of float instructions
system.cpu0.num_int_register_reads          192300691                       # number of times the integer registers were read
system.cpu0.num_int_register_writes          36265278                       # number of times the integer registers were written
system.cpu0.num_fp_register_reads                3022                       # number of times the floating registers were read
system.cpu0.num_fp_register_writes                840                       # number of times the floating registers were written
system.cpu0.num_mem_refs                     13394015                       # number of memory refs
system.cpu0.num_load_insts                    7407936                       # Number of load instructions
system.cpu0.num_store_insts                   5986079                       # Number of store instructions
system.cpu0.num_idle_cycles              2246427166.466122                       # Number of idle cycles
system.cpu0.num_busy_cycles              145858579.533878                       # Number of busy cycles
system.cpu0.not_idle_fraction                0.060970                       # Percentage of non-idle cycles
system.cpu0.idle_fraction                    0.939030                       # Percentage of idle cycles
system.cpu0.Branches                          5601726                       # Number of branches fetched
system.cpu0.kern.inst.arm                           0                       # number of arm instructions executed
system.cpu0.kern.inst.quiesce                   46915                       # number of quiesce instructions executed
system.cpu0.icache.tags.replacements           425414                       # number of replacements
system.cpu0.icache.tags.tagsinuse          509.356883                       # Cycle average of tags in use
system.cpu0.icache.tags.total_refs           29145407                       # Total number of references to valid blocks.
system.cpu0.icache.tags.sampled_refs           425926                       # Sample count of references to valid blocks.
system.cpu0.icache.tags.avg_refs            68.428335                       # Average number of references to valid blocks.
system.cpu0.icache.tags.warmup_cycle      76234819000                       # Cycle when the warmup percentage was hit.
system.cpu0.icache.tags.occ_blocks::cpu0.inst   509.356883                       # Average occupied blocks per requestor
system.cpu0.icache.tags.occ_percent::cpu0.inst     0.994838                       # Average percentage of cache occupancy
system.cpu0.icache.tags.occ_percent::total     0.994838                       # 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           38                       # Occupied blocks per task id
system.cpu0.icache.tags.age_task_id_blocks_1024::1          196                       # Occupied blocks per task id
system.cpu0.icache.tags.age_task_id_blocks_1024::2          266                       # Occupied blocks per task id
system.cpu0.icache.tags.age_task_id_blocks_1024::3           12                       # 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         29997261                       # Number of tag accesses
system.cpu0.icache.tags.data_accesses        29997261                       # Number of data accesses
system.cpu0.icache.ReadReq_hits::cpu0.inst     29145407                       # number of ReadReq hits
system.cpu0.icache.ReadReq_hits::total       29145407                       # number of ReadReq hits
system.cpu0.icache.demand_hits::cpu0.inst     29145407                       # number of demand (read+write) hits
system.cpu0.icache.demand_hits::total        29145407                       # number of demand (read+write) hits
system.cpu0.icache.overall_hits::cpu0.inst     29145407                       # number of overall hits
system.cpu0.icache.overall_hits::total       29145407                       # number of overall hits
system.cpu0.icache.ReadReq_misses::cpu0.inst       425927                       # number of ReadReq misses
system.cpu0.icache.ReadReq_misses::total       425927                       # number of ReadReq misses
system.cpu0.icache.demand_misses::cpu0.inst       425927                       # number of demand (read+write) misses
system.cpu0.icache.demand_misses::total        425927                       # number of demand (read+write) misses
system.cpu0.icache.overall_misses::cpu0.inst       425927                       # number of overall misses
system.cpu0.icache.overall_misses::total       425927                       # number of overall misses
system.cpu0.icache.ReadReq_miss_latency::cpu0.inst   5899388216                       # number of ReadReq miss cycles
system.cpu0.icache.ReadReq_miss_latency::total   5899388216                       # number of ReadReq miss cycles
system.cpu0.icache.demand_miss_latency::cpu0.inst   5899388216                       # number of demand (read+write) miss cycles
system.cpu0.icache.demand_miss_latency::total   5899388216                       # number of demand (read+write) miss cycles
system.cpu0.icache.overall_miss_latency::cpu0.inst   5899388216                       # number of overall miss cycles
system.cpu0.icache.overall_miss_latency::total   5899388216                       # number of overall miss cycles
system.cpu0.icache.ReadReq_accesses::cpu0.inst     29571334                       # number of ReadReq accesses(hits+misses)
system.cpu0.icache.ReadReq_accesses::total     29571334                       # number of ReadReq accesses(hits+misses)
system.cpu0.icache.demand_accesses::cpu0.inst     29571334                       # number of demand (read+write) accesses
system.cpu0.icache.demand_accesses::total     29571334                       # number of demand (read+write) accesses
system.cpu0.icache.overall_accesses::cpu0.inst     29571334                       # number of overall (read+write) accesses
system.cpu0.icache.overall_accesses::total     29571334                       # number of overall (read+write) accesses
system.cpu0.icache.ReadReq_miss_rate::cpu0.inst     0.014403                       # miss rate for ReadReq accesses
system.cpu0.icache.ReadReq_miss_rate::total     0.014403                       # miss rate for ReadReq accesses
system.cpu0.icache.demand_miss_rate::cpu0.inst     0.014403                       # miss rate for demand accesses
system.cpu0.icache.demand_miss_rate::total     0.014403                       # miss rate for demand accesses
system.cpu0.icache.overall_miss_rate::cpu0.inst     0.014403                       # miss rate for overall accesses
system.cpu0.icache.overall_miss_rate::total     0.014403                       # miss rate for overall accesses
system.cpu0.icache.ReadReq_avg_miss_latency::cpu0.inst 13850.702623                       # average ReadReq miss latency
system.cpu0.icache.ReadReq_avg_miss_latency::total 13850.702623                       # average ReadReq miss latency
system.cpu0.icache.demand_avg_miss_latency::cpu0.inst 13850.702623                       # average overall miss latency
system.cpu0.icache.demand_avg_miss_latency::total 13850.702623                       # average overall miss latency
system.cpu0.icache.overall_avg_miss_latency::cpu0.inst 13850.702623                       # average overall miss latency
system.cpu0.icache.overall_avg_miss_latency::total 13850.702623                       # 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       425927                       # number of ReadReq MSHR misses
system.cpu0.icache.ReadReq_mshr_misses::total       425927                       # number of ReadReq MSHR misses
system.cpu0.icache.demand_mshr_misses::cpu0.inst       425927                       # number of demand (read+write) MSHR misses
system.cpu0.icache.demand_mshr_misses::total       425927                       # number of demand (read+write) MSHR misses
system.cpu0.icache.overall_mshr_misses::cpu0.inst       425927                       # number of overall MSHR misses
system.cpu0.icache.overall_mshr_misses::total       425927                       # number of overall MSHR misses
system.cpu0.icache.ReadReq_mshr_miss_latency::cpu0.inst   5045293784                       # number of ReadReq MSHR miss cycles
system.cpu0.icache.ReadReq_mshr_miss_latency::total   5045293784                       # number of ReadReq MSHR miss cycles
system.cpu0.icache.demand_mshr_miss_latency::cpu0.inst   5045293784                       # number of demand (read+write) MSHR miss cycles
system.cpu0.icache.demand_mshr_miss_latency::total   5045293784                       # number of demand (read+write) MSHR miss cycles
system.cpu0.icache.overall_mshr_miss_latency::cpu0.inst   5045293784                       # number of overall MSHR miss cycles
system.cpu0.icache.overall_mshr_miss_latency::total   5045293784                       # number of overall MSHR miss cycles
system.cpu0.icache.ReadReq_mshr_uncacheable_latency::cpu0.inst    437016250                       # number of ReadReq MSHR uncacheable cycles
system.cpu0.icache.ReadReq_mshr_uncacheable_latency::total    437016250                       # number of ReadReq MSHR uncacheable cycles
system.cpu0.icache.overall_mshr_uncacheable_latency::cpu0.inst    437016250                       # number of overall MSHR uncacheable cycles
system.cpu0.icache.overall_mshr_uncacheable_latency::total    437016250                       # number of overall MSHR uncacheable cycles
system.cpu0.icache.ReadReq_mshr_miss_rate::cpu0.inst     0.014403                       # mshr miss rate for ReadReq accesses
system.cpu0.icache.ReadReq_mshr_miss_rate::total     0.014403                       # mshr miss rate for ReadReq accesses
system.cpu0.icache.demand_mshr_miss_rate::cpu0.inst     0.014403                       # mshr miss rate for demand accesses
system.cpu0.icache.demand_mshr_miss_rate::total     0.014403                       # mshr miss rate for demand accesses
system.cpu0.icache.overall_mshr_miss_rate::cpu0.inst     0.014403                       # mshr miss rate for overall accesses
system.cpu0.icache.overall_mshr_miss_rate::total     0.014403                       # mshr miss rate for overall accesses
system.cpu0.icache.ReadReq_avg_mshr_miss_latency::cpu0.inst 11845.442491                       # average ReadReq mshr miss latency
system.cpu0.icache.ReadReq_avg_mshr_miss_latency::total 11845.442491                       # average ReadReq mshr miss latency
system.cpu0.icache.demand_avg_mshr_miss_latency::cpu0.inst 11845.442491                       # average overall mshr miss latency
system.cpu0.icache.demand_avg_mshr_miss_latency::total 11845.442491                       # average overall mshr miss latency
system.cpu0.icache.overall_avg_mshr_miss_latency::cpu0.inst 11845.442491                       # average overall mshr miss latency
system.cpu0.icache.overall_avg_mshr_miss_latency::total 11845.442491                       # 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.dcache.tags.replacements           330503                       # number of replacements
system.cpu0.dcache.tags.tagsinuse          455.093016                       # Cycle average of tags in use
system.cpu0.dcache.tags.total_refs           12270625                       # Total number of references to valid blocks.
system.cpu0.dcache.tags.sampled_refs           331015                       # Sample count of references to valid blocks.
system.cpu0.dcache.tags.avg_refs            37.069695                       # Average number of references to valid blocks.
system.cpu0.dcache.tags.warmup_cycle        667204250                       # Cycle when the warmup percentage was hit.
system.cpu0.dcache.tags.occ_blocks::cpu0.data   455.093016                       # Average occupied blocks per requestor
system.cpu0.dcache.tags.occ_percent::cpu0.data     0.888854                       # Average percentage of cache occupancy
system.cpu0.dcache.tags.occ_percent::total     0.888854                       # Average percentage of cache occupancy
system.cpu0.dcache.tags.occ_task_id_blocks::1024          512                       # Occupied blocks per task id
system.cpu0.dcache.tags.age_task_id_blocks_1024::0           71                       # Occupied blocks per task id
system.cpu0.dcache.tags.age_task_id_blocks_1024::1          345                       # Occupied blocks per task id
system.cpu0.dcache.tags.age_task_id_blocks_1024::2           95                       # 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            1                       # Percentage of cache occupancy per task id
system.cpu0.dcache.tags.tag_accesses         50903218                       # Number of tag accesses
system.cpu0.dcache.tags.data_accesses        50903218                       # Number of data accesses
system.cpu0.dcache.ReadReq_hits::cpu0.data      6600273                       # number of ReadReq hits
system.cpu0.dcache.ReadReq_hits::total        6600273                       # number of ReadReq hits
system.cpu0.dcache.WriteReq_hits::cpu0.data      5350518                       # number of WriteReq hits
system.cpu0.dcache.WriteReq_hits::total       5350518                       # number of WriteReq hits
system.cpu0.dcache.LoadLockedReq_hits::cpu0.data       147975                       # number of LoadLockedReq hits
system.cpu0.dcache.LoadLockedReq_hits::total       147975                       # number of LoadLockedReq hits
system.cpu0.dcache.StoreCondReq_hits::cpu0.data       149621                       # number of StoreCondReq hits
system.cpu0.dcache.StoreCondReq_hits::total       149621                       # number of StoreCondReq hits
system.cpu0.dcache.demand_hits::cpu0.data     11950791                       # number of demand (read+write) hits
system.cpu0.dcache.demand_hits::total        11950791                       # number of demand (read+write) hits
system.cpu0.dcache.overall_hits::cpu0.data     11950791                       # number of overall hits
system.cpu0.dcache.overall_hits::total       11950791                       # number of overall hits
system.cpu0.dcache.ReadReq_misses::cpu0.data       227769                       # number of ReadReq misses
system.cpu0.dcache.ReadReq_misses::total       227769                       # number of ReadReq misses
system.cpu0.dcache.WriteReq_misses::cpu0.data       141711                       # number of WriteReq misses
system.cpu0.dcache.WriteReq_misses::total       141711                       # number of WriteReq misses
system.cpu0.dcache.LoadLockedReq_misses::cpu0.data         9370                       # number of LoadLockedReq misses
system.cpu0.dcache.LoadLockedReq_misses::total         9370                       # number of LoadLockedReq misses
system.cpu0.dcache.StoreCondReq_misses::cpu0.data         7532                       # number of StoreCondReq misses
system.cpu0.dcache.StoreCondReq_misses::total         7532                       # number of StoreCondReq misses
system.cpu0.dcache.demand_misses::cpu0.data       369480                       # number of demand (read+write) misses
system.cpu0.dcache.demand_misses::total        369480                       # number of demand (read+write) misses
system.cpu0.dcache.overall_misses::cpu0.data       369480                       # number of overall misses
system.cpu0.dcache.overall_misses::total       369480                       # number of overall misses
system.cpu0.dcache.ReadReq_miss_latency::cpu0.data   3309712250                       # number of ReadReq miss cycles
system.cpu0.dcache.ReadReq_miss_latency::total   3309712250                       # number of ReadReq miss cycles
system.cpu0.dcache.WriteReq_miss_latency::cpu0.data   5686464712                       # number of WriteReq miss cycles
system.cpu0.dcache.WriteReq_miss_latency::total   5686464712                       # number of WriteReq miss cycles
system.cpu0.dcache.LoadLockedReq_miss_latency::cpu0.data     92538750                       # number of LoadLockedReq miss cycles
system.cpu0.dcache.LoadLockedReq_miss_latency::total     92538750                       # number of LoadLockedReq miss cycles
system.cpu0.dcache.StoreCondReq_miss_latency::cpu0.data     44740069                       # number of StoreCondReq miss cycles
system.cpu0.dcache.StoreCondReq_miss_latency::total     44740069                       # number of StoreCondReq miss cycles
system.cpu0.dcache.demand_miss_latency::cpu0.data   8996176962                       # number of demand (read+write) miss cycles
system.cpu0.dcache.demand_miss_latency::total   8996176962                       # number of demand (read+write) miss cycles
system.cpu0.dcache.overall_miss_latency::cpu0.data   8996176962                       # number of overall miss cycles
system.cpu0.dcache.overall_miss_latency::total   8996176962                       # number of overall miss cycles
system.cpu0.dcache.ReadReq_accesses::cpu0.data      6828042                       # number of ReadReq accesses(hits+misses)
system.cpu0.dcache.ReadReq_accesses::total      6828042                       # number of ReadReq accesses(hits+misses)
system.cpu0.dcache.WriteReq_accesses::cpu0.data      5492229                       # number of WriteReq accesses(hits+misses)
system.cpu0.dcache.WriteReq_accesses::total      5492229                       # number of WriteReq accesses(hits+misses)
system.cpu0.dcache.LoadLockedReq_accesses::cpu0.data       157345                       # number of LoadLockedReq accesses(hits+misses)
system.cpu0.dcache.LoadLockedReq_accesses::total       157345                       # number of LoadLockedReq accesses(hits+misses)
system.cpu0.dcache.StoreCondReq_accesses::cpu0.data       157153                       # number of StoreCondReq accesses(hits+misses)
system.cpu0.dcache.StoreCondReq_accesses::total       157153                       # number of StoreCondReq accesses(hits+misses)
system.cpu0.dcache.demand_accesses::cpu0.data     12320271                       # number of demand (read+write) accesses
system.cpu0.dcache.demand_accesses::total     12320271                       # number of demand (read+write) accesses
system.cpu0.dcache.overall_accesses::cpu0.data     12320271                       # number of overall (read+write) accesses
system.cpu0.dcache.overall_accesses::total     12320271                       # number of overall (read+write) accesses
system.cpu0.dcache.ReadReq_miss_rate::cpu0.data     0.033358                       # miss rate for ReadReq accesses
system.cpu0.dcache.ReadReq_miss_rate::total     0.033358                       # miss rate for ReadReq accesses
system.cpu0.dcache.WriteReq_miss_rate::cpu0.data     0.025802                       # miss rate for WriteReq accesses
system.cpu0.dcache.WriteReq_miss_rate::total     0.025802                       # miss rate for WriteReq accesses
system.cpu0.dcache.LoadLockedReq_miss_rate::cpu0.data     0.059551                       # miss rate for LoadLockedReq accesses
system.cpu0.dcache.LoadLockedReq_miss_rate::total     0.059551                       # miss rate for LoadLockedReq accesses
system.cpu0.dcache.StoreCondReq_miss_rate::cpu0.data     0.047928                       # miss rate for StoreCondReq accesses
system.cpu0.dcache.StoreCondReq_miss_rate::total     0.047928                       # miss rate for StoreCondReq accesses
system.cpu0.dcache.demand_miss_rate::cpu0.data     0.029990                       # miss rate for demand accesses
system.cpu0.dcache.demand_miss_rate::total     0.029990                       # miss rate for demand accesses
system.cpu0.dcache.overall_miss_rate::cpu0.data     0.029990                       # miss rate for overall accesses
system.cpu0.dcache.overall_miss_rate::total     0.029990                       # miss rate for overall accesses
system.cpu0.dcache.ReadReq_avg_miss_latency::cpu0.data 14531.004000                       # average ReadReq miss latency
system.cpu0.dcache.ReadReq_avg_miss_latency::total 14531.004000                       # average ReadReq miss latency
system.cpu0.dcache.WriteReq_avg_miss_latency::cpu0.data 40127.193457                       # average WriteReq miss latency
system.cpu0.dcache.WriteReq_avg_miss_latency::total 40127.193457                       # average WriteReq miss latency
system.cpu0.dcache.LoadLockedReq_avg_miss_latency::cpu0.data  9876.067236                       # average LoadLockedReq miss latency
system.cpu0.dcache.LoadLockedReq_avg_miss_latency::total  9876.067236                       # average LoadLockedReq miss latency
system.cpu0.dcache.StoreCondReq_avg_miss_latency::cpu0.data  5939.998540                       # average StoreCondReq miss latency
system.cpu0.dcache.StoreCondReq_avg_miss_latency::total  5939.998540                       # average StoreCondReq miss latency
system.cpu0.dcache.demand_avg_miss_latency::cpu0.data 24348.210896                       # average overall miss latency
system.cpu0.dcache.demand_avg_miss_latency::total 24348.210896                       # average overall miss latency
system.cpu0.dcache.overall_avg_miss_latency::cpu0.data 24348.210896                       # average overall miss latency
system.cpu0.dcache.overall_avg_miss_latency::total 24348.210896                       # 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       306085                       # number of writebacks
system.cpu0.dcache.writebacks::total           306085                       # number of writebacks
system.cpu0.dcache.ReadReq_mshr_misses::cpu0.data       227769                       # number of ReadReq MSHR misses
system.cpu0.dcache.ReadReq_mshr_misses::total       227769                       # number of ReadReq MSHR misses
system.cpu0.dcache.WriteReq_mshr_misses::cpu0.data       141711                       # number of WriteReq MSHR misses
system.cpu0.dcache.WriteReq_mshr_misses::total       141711                       # number of WriteReq MSHR misses
system.cpu0.dcache.LoadLockedReq_mshr_misses::cpu0.data         9370                       # number of LoadLockedReq MSHR misses
system.cpu0.dcache.LoadLockedReq_mshr_misses::total         9370                       # number of LoadLockedReq MSHR misses
system.cpu0.dcache.StoreCondReq_mshr_misses::cpu0.data         7530                       # number of StoreCondReq MSHR misses
system.cpu0.dcache.StoreCondReq_mshr_misses::total         7530                       # number of StoreCondReq MSHR misses
system.cpu0.dcache.demand_mshr_misses::cpu0.data       369480                       # number of demand (read+write) MSHR misses
system.cpu0.dcache.demand_mshr_misses::total       369480                       # number of demand (read+write) MSHR misses
system.cpu0.dcache.overall_mshr_misses::cpu0.data       369480                       # number of overall MSHR misses
system.cpu0.dcache.overall_mshr_misses::total       369480                       # number of overall MSHR misses
system.cpu0.dcache.ReadReq_mshr_miss_latency::cpu0.data   2852244750                       # number of ReadReq MSHR miss cycles
system.cpu0.dcache.ReadReq_mshr_miss_latency::total   2852244750                       # number of ReadReq MSHR miss cycles
system.cpu0.dcache.WriteReq_mshr_miss_latency::cpu0.data   5372105288                       # number of WriteReq MSHR miss cycles
system.cpu0.dcache.WriteReq_mshr_miss_latency::total   5372105288                       # number of WriteReq MSHR miss cycles
system.cpu0.dcache.LoadLockedReq_mshr_miss_latency::cpu0.data     73750250                       # number of LoadLockedReq MSHR miss cycles
system.cpu0.dcache.LoadLockedReq_mshr_miss_latency::total     73750250                       # number of LoadLockedReq MSHR miss cycles
system.cpu0.dcache.StoreCondReq_mshr_miss_latency::cpu0.data     29678931                       # number of StoreCondReq MSHR miss cycles
system.cpu0.dcache.StoreCondReq_mshr_miss_latency::total     29678931                       # number of StoreCondReq MSHR miss cycles
system.cpu0.dcache.demand_mshr_miss_latency::cpu0.data   8224350038                       # number of demand (read+write) MSHR miss cycles
system.cpu0.dcache.demand_mshr_miss_latency::total   8224350038                       # number of demand (read+write) MSHR miss cycles
system.cpu0.dcache.overall_mshr_miss_latency::cpu0.data   8224350038                       # number of overall MSHR miss cycles
system.cpu0.dcache.overall_mshr_miss_latency::total   8224350038                       # number of overall MSHR miss cycles
system.cpu0.dcache.ReadReq_mshr_uncacheable_latency::cpu0.data  13565968500                       # number of ReadReq MSHR uncacheable cycles
system.cpu0.dcache.ReadReq_mshr_uncacheable_latency::total  13565968500                       # number of ReadReq MSHR uncacheable cycles
system.cpu0.dcache.WriteReq_mshr_uncacheable_latency::cpu0.data   1170779500                       # number of WriteReq MSHR uncacheable cycles
system.cpu0.dcache.WriteReq_mshr_uncacheable_latency::total   1170779500                       # number of WriteReq MSHR uncacheable cycles
system.cpu0.dcache.overall_mshr_uncacheable_latency::cpu0.data  14736748000                       # number of overall MSHR uncacheable cycles
system.cpu0.dcache.overall_mshr_uncacheable_latency::total  14736748000                       # number of overall MSHR uncacheable cycles
system.cpu0.dcache.ReadReq_mshr_miss_rate::cpu0.data     0.033358                       # mshr miss rate for ReadReq accesses
system.cpu0.dcache.ReadReq_mshr_miss_rate::total     0.033358                       # mshr miss rate for ReadReq accesses
system.cpu0.dcache.WriteReq_mshr_miss_rate::cpu0.data     0.025802                       # mshr miss rate for WriteReq accesses
system.cpu0.dcache.WriteReq_mshr_miss_rate::total     0.025802                       # mshr miss rate for WriteReq accesses
system.cpu0.dcache.LoadLockedReq_mshr_miss_rate::cpu0.data     0.059551                       # mshr miss rate for LoadLockedReq accesses
system.cpu0.dcache.LoadLockedReq_mshr_miss_rate::total     0.059551                       # mshr miss rate for LoadLockedReq accesses
system.cpu0.dcache.StoreCondReq_mshr_miss_rate::cpu0.data     0.047915                       # mshr miss rate for StoreCondReq accesses
system.cpu0.dcache.StoreCondReq_mshr_miss_rate::total     0.047915                       # mshr miss rate for StoreCondReq accesses
system.cpu0.dcache.demand_mshr_miss_rate::cpu0.data     0.029990                       # mshr miss rate for demand accesses
system.cpu0.dcache.demand_mshr_miss_rate::total     0.029990                       # mshr miss rate for demand accesses
system.cpu0.dcache.overall_mshr_miss_rate::cpu0.data     0.029990                       # mshr miss rate for overall accesses
system.cpu0.dcache.overall_mshr_miss_rate::total     0.029990                       # mshr miss rate for overall accesses
system.cpu0.dcache.ReadReq_avg_mshr_miss_latency::cpu0.data 12522.532698                       # average ReadReq mshr miss latency
system.cpu0.dcache.ReadReq_avg_mshr_miss_latency::total 12522.532698                       # average ReadReq mshr miss latency
system.cpu0.dcache.WriteReq_avg_mshr_miss_latency::cpu0.data 37908.879960                       # average WriteReq mshr miss latency
system.cpu0.dcache.WriteReq_avg_mshr_miss_latency::total 37908.879960                       # average WriteReq mshr miss latency
system.cpu0.dcache.LoadLockedReq_avg_mshr_miss_latency::cpu0.data  7870.891142                       # average LoadLockedReq mshr miss latency
system.cpu0.dcache.LoadLockedReq_avg_mshr_miss_latency::total  7870.891142                       # average LoadLockedReq mshr miss latency
system.cpu0.dcache.StoreCondReq_avg_mshr_miss_latency::cpu0.data  3941.425100                       # average StoreCondReq mshr miss latency
system.cpu0.dcache.StoreCondReq_avg_mshr_miss_latency::total  3941.425100                       # average StoreCondReq mshr miss latency
system.cpu0.dcache.demand_avg_mshr_miss_latency::cpu0.data 22259.256355                       # average overall mshr miss latency
system.cpu0.dcache.demand_avg_mshr_miss_latency::total 22259.256355                       # average overall mshr miss latency
system.cpu0.dcache.overall_avg_mshr_miss_latency::cpu0.data 22259.256355                       # average overall mshr miss latency
system.cpu0.dcache.overall_avg_mshr_miss_latency::total 22259.256355                       # 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.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.inst_hits                           0                       # ITB inst hits
system.cpu1.dtb.inst_misses                         0                       # ITB inst misses
system.cpu1.dtb.read_hits                     8312417                       # DTB read hits
system.cpu1.dtb.read_misses                      3644                       # DTB read misses
system.cpu1.dtb.write_hits                    5828126                       # DTB write hits
system.cpu1.dtb.write_misses                     1438                       # DTB write misses
system.cpu1.dtb.flush_tlb                           4                       # 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               1439                       # Number of times TLB was flushed by MVA & ASID
system.cpu1.dtb.flush_tlb_asid                     63                       # Number of times TLB was flushed by ASID
system.cpu1.dtb.flush_entries                    1864                       # 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                   139                       # 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                      248                       # Number of TLB faults due to permissions restrictions
system.cpu1.dtb.read_accesses                 8316061                       # DTB read accesses
system.cpu1.dtb.write_accesses                5829564                       # DTB write accesses
system.cpu1.dtb.inst_accesses                       0                       # ITB inst accesses
system.cpu1.dtb.hits                         14140543                       # DTB hits
system.cpu1.dtb.misses                           5082                       # DTB misses
system.cpu1.dtb.accesses                     14145625                       # DTB accesses
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.inst_hits                    33196912                       # ITB inst hits
system.cpu1.itb.inst_misses                      2171                       # 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                           4                       # 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               1439                       # Number of times TLB was flushed by MVA & ASID
system.cpu1.itb.flush_tlb_asid                     63                       # Number of times TLB was flushed by ASID
system.cpu1.itb.flush_entries                    1276                       # 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                33199083                       # ITB inst accesses
system.cpu1.itb.hits                         33196912                       # DTB hits
system.cpu1.itb.misses                           2171                       # DTB misses
system.cpu1.itb.accesses                     33199083                       # DTB accesses
system.cpu1.numCycles                      2390815191                       # 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                   32585929                       # Number of instructions committed
system.cpu1.committedOps                     41097454                       # Number of ops (including micro ops) committed
system.cpu1.num_int_alu_accesses             37620588                       # Number of integer alu accesses
system.cpu1.num_fp_alu_accesses                  6793                       # Number of float alu accesses
system.cpu1.num_func_calls                     962436                       # number of times a function call or return occured
system.cpu1.num_conditional_control_insts      3733629                       # number of instructions that are conditional controls
system.cpu1.num_int_insts                    37620588                       # number of integer instructions
system.cpu1.num_fp_insts                         6793                       # number of float instructions
system.cpu1.num_int_register_reads          218203394                       # number of times the integer registers were read
system.cpu1.num_int_register_writes          39762349                       # number of times the integer registers were written
system.cpu1.num_fp_register_reads                4535                       # number of times the floating registers were read
system.cpu1.num_fp_register_writes               2260                       # number of times the floating registers were written
system.cpu1.num_mem_refs                     14678716                       # number of memory refs
system.cpu1.num_load_insts                    8634369                       # Number of load instructions
system.cpu1.num_store_insts                   6044347                       # Number of store instructions
system.cpu1.num_idle_cycles              1874341984.155535                       # Number of idle cycles
system.cpu1.num_busy_cycles              516473206.844465                       # Number of busy cycles
system.cpu1.not_idle_fraction                0.216024                       # Percentage of non-idle cycles
system.cpu1.idle_fraction                    0.783976                       # Percentage of idle cycles
system.cpu1.Branches                          4945874                       # Number of branches fetched
system.cpu1.kern.inst.arm                           0                       # number of arm instructions executed
system.cpu1.kern.inst.quiesce                   44317                       # number of quiesce instructions executed
system.cpu1.icache.tags.replacements           469670                       # number of replacements
system.cpu1.icache.tags.tagsinuse          478.560169                       # Cycle average of tags in use
system.cpu1.icache.tags.total_refs           32726726                       # Total number of references to valid blocks.
system.cpu1.icache.tags.sampled_refs           470182                       # Sample count of references to valid blocks.
system.cpu1.icache.tags.avg_refs            69.604379                       # Average number of references to valid blocks.
system.cpu1.icache.tags.warmup_cycle      94003216500                       # Cycle when the warmup percentage was hit.
system.cpu1.icache.tags.occ_blocks::cpu1.inst   478.560169                       # Average occupied blocks per requestor
system.cpu1.icache.tags.occ_percent::cpu1.inst     0.934688                       # Average percentage of cache occupancy
system.cpu1.icache.tags.occ_percent::total     0.934688                       # 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::2          448                       # Occupied blocks per task id
system.cpu1.icache.tags.age_task_id_blocks_1024::3           63                       # Occupied blocks per task id
system.cpu1.icache.tags.age_task_id_blocks_1024::4            1                       # 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         33667090                       # Number of tag accesses
system.cpu1.icache.tags.data_accesses        33667090                       # Number of data accesses
system.cpu1.icache.ReadReq_hits::cpu1.inst     32726726                       # number of ReadReq hits
system.cpu1.icache.ReadReq_hits::total       32726726                       # number of ReadReq hits
system.cpu1.icache.demand_hits::cpu1.inst     32726726                       # number of demand (read+write) hits
system.cpu1.icache.demand_hits::total        32726726                       # number of demand (read+write) hits
system.cpu1.icache.overall_hits::cpu1.inst     32726726                       # number of overall hits
system.cpu1.icache.overall_hits::total       32726726                       # number of overall hits
system.cpu1.icache.ReadReq_misses::cpu1.inst       470182                       # number of ReadReq misses
system.cpu1.icache.ReadReq_misses::total       470182                       # number of ReadReq misses
system.cpu1.icache.demand_misses::cpu1.inst       470182                       # number of demand (read+write) misses
system.cpu1.icache.demand_misses::total        470182                       # number of demand (read+write) misses
system.cpu1.icache.overall_misses::cpu1.inst       470182                       # number of overall misses
system.cpu1.icache.overall_misses::total       470182                       # number of overall misses
system.cpu1.icache.ReadReq_miss_latency::cpu1.inst   6443403725                       # number of ReadReq miss cycles
system.cpu1.icache.ReadReq_miss_latency::total   6443403725                       # number of ReadReq miss cycles
system.cpu1.icache.demand_miss_latency::cpu1.inst   6443403725                       # number of demand (read+write) miss cycles
system.cpu1.icache.demand_miss_latency::total   6443403725                       # number of demand (read+write) miss cycles
system.cpu1.icache.overall_miss_latency::cpu1.inst   6443403725                       # number of overall miss cycles
system.cpu1.icache.overall_miss_latency::total   6443403725                       # number of overall miss cycles
system.cpu1.icache.ReadReq_accesses::cpu1.inst     33196908                       # number of ReadReq accesses(hits+misses)
system.cpu1.icache.ReadReq_accesses::total     33196908                       # number of ReadReq accesses(hits+misses)
system.cpu1.icache.demand_accesses::cpu1.inst     33196908                       # number of demand (read+write) accesses
system.cpu1.icache.demand_accesses::total     33196908                       # number of demand (read+write) accesses
system.cpu1.icache.overall_accesses::cpu1.inst     33196908                       # number of overall (read+write) accesses
system.cpu1.icache.overall_accesses::total     33196908                       # number of overall (read+write) accesses
system.cpu1.icache.ReadReq_miss_rate::cpu1.inst     0.014163                       # miss rate for ReadReq accesses
system.cpu1.icache.ReadReq_miss_rate::total     0.014163                       # miss rate for ReadReq accesses
system.cpu1.icache.demand_miss_rate::cpu1.inst     0.014163                       # miss rate for demand accesses
system.cpu1.icache.demand_miss_rate::total     0.014163                       # miss rate for demand accesses
system.cpu1.icache.overall_miss_rate::cpu1.inst     0.014163                       # miss rate for overall accesses
system.cpu1.icache.overall_miss_rate::total     0.014163                       # miss rate for overall accesses
system.cpu1.icache.ReadReq_avg_miss_latency::cpu1.inst 13704.062948                       # average ReadReq miss latency
system.cpu1.icache.ReadReq_avg_miss_latency::total 13704.062948                       # average ReadReq miss latency
system.cpu1.icache.demand_avg_miss_latency::cpu1.inst 13704.062948                       # average overall miss latency
system.cpu1.icache.demand_avg_miss_latency::total 13704.062948                       # average overall miss latency
system.cpu1.icache.overall_avg_miss_latency::cpu1.inst 13704.062948                       # average overall miss latency
system.cpu1.icache.overall_avg_miss_latency::total 13704.062948                       # 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       470182                       # number of ReadReq MSHR misses
system.cpu1.icache.ReadReq_mshr_misses::total       470182                       # number of ReadReq MSHR misses
system.cpu1.icache.demand_mshr_misses::cpu1.inst       470182                       # number of demand (read+write) MSHR misses
system.cpu1.icache.demand_mshr_misses::total       470182                       # number of demand (read+write) MSHR misses
system.cpu1.icache.overall_mshr_misses::cpu1.inst       470182                       # number of overall MSHR misses
system.cpu1.icache.overall_mshr_misses::total       470182                       # number of overall MSHR misses
system.cpu1.icache.ReadReq_mshr_miss_latency::cpu1.inst   5501099275                       # number of ReadReq MSHR miss cycles
system.cpu1.icache.ReadReq_mshr_miss_latency::total   5501099275                       # number of ReadReq MSHR miss cycles
system.cpu1.icache.demand_mshr_miss_latency::cpu1.inst   5501099275                       # number of demand (read+write) MSHR miss cycles
system.cpu1.icache.demand_mshr_miss_latency::total   5501099275                       # number of demand (read+write) MSHR miss cycles
system.cpu1.icache.overall_mshr_miss_latency::cpu1.inst   5501099275                       # number of overall MSHR miss cycles
system.cpu1.icache.overall_mshr_miss_latency::total   5501099275                       # number of overall MSHR miss cycles
system.cpu1.icache.ReadReq_mshr_uncacheable_latency::cpu1.inst      6820250                       # number of ReadReq MSHR uncacheable cycles
system.cpu1.icache.ReadReq_mshr_uncacheable_latency::total      6820250                       # number of ReadReq MSHR uncacheable cycles
system.cpu1.icache.overall_mshr_uncacheable_latency::cpu1.inst      6820250                       # number of overall MSHR uncacheable cycles
system.cpu1.icache.overall_mshr_uncacheable_latency::total      6820250                       # number of overall MSHR uncacheable cycles
system.cpu1.icache.ReadReq_mshr_miss_rate::cpu1.inst     0.014163                       # mshr miss rate for ReadReq accesses
system.cpu1.icache.ReadReq_mshr_miss_rate::total     0.014163                       # mshr miss rate for ReadReq accesses
system.cpu1.icache.demand_mshr_miss_rate::cpu1.inst     0.014163                       # mshr miss rate for demand accesses
system.cpu1.icache.demand_mshr_miss_rate::total     0.014163                       # mshr miss rate for demand accesses
system.cpu1.icache.overall_mshr_miss_rate::cpu1.inst     0.014163                       # mshr miss rate for overall accesses
system.cpu1.icache.overall_mshr_miss_rate::total     0.014163                       # mshr miss rate for overall accesses
system.cpu1.icache.ReadReq_avg_mshr_miss_latency::cpu1.inst 11699.935929                       # average ReadReq mshr miss latency
system.cpu1.icache.ReadReq_avg_mshr_miss_latency::total 11699.935929                       # average ReadReq mshr miss latency
system.cpu1.icache.demand_avg_mshr_miss_latency::cpu1.inst 11699.935929                       # average overall mshr miss latency
system.cpu1.icache.demand_avg_mshr_miss_latency::total 11699.935929                       # average overall mshr miss latency
system.cpu1.icache.overall_avg_mshr_miss_latency::cpu1.inst 11699.935929                       # average overall mshr miss latency
system.cpu1.icache.overall_avg_mshr_miss_latency::total 11699.935929                       # 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.dcache.tags.replacements           292321                       # number of replacements
system.cpu1.dcache.tags.tagsinuse          471.500981                       # Cycle average of tags in use
system.cpu1.dcache.tags.total_refs           11963226                       # Total number of references to valid blocks.
system.cpu1.dcache.tags.sampled_refs           292696                       # Sample count of references to valid blocks.
system.cpu1.dcache.tags.avg_refs            40.872530                       # Average number of references to valid blocks.
system.cpu1.dcache.tags.warmup_cycle      85292295250                       # Cycle when the warmup percentage was hit.
system.cpu1.dcache.tags.occ_blocks::cpu1.data   471.500981                       # Average occupied blocks per requestor
system.cpu1.dcache.tags.occ_percent::cpu1.data     0.920900                       # Average percentage of cache occupancy
system.cpu1.dcache.tags.occ_percent::total     0.920900                       # Average percentage of cache occupancy
system.cpu1.dcache.tags.occ_task_id_blocks::1024          375                       # Occupied blocks per task id
system.cpu1.dcache.tags.age_task_id_blocks_1024::2          361                       # Occupied blocks per task id
system.cpu1.dcache.tags.age_task_id_blocks_1024::3           14                       # Occupied blocks per task id
system.cpu1.dcache.tags.occ_task_id_percent::1024     0.732422                       # Percentage of cache occupancy per task id
system.cpu1.dcache.tags.tag_accesses         49443351                       # Number of tag accesses
system.cpu1.dcache.tags.data_accesses        49443351                       # Number of data accesses
system.cpu1.dcache.ReadReq_hits::cpu1.data      6947316                       # number of ReadReq hits
system.cpu1.dcache.ReadReq_hits::total        6947316                       # number of ReadReq hits
system.cpu1.dcache.WriteReq_hits::cpu1.data      4827697                       # number of WriteReq hits
system.cpu1.dcache.WriteReq_hits::total       4827697                       # number of WriteReq hits
system.cpu1.dcache.LoadLockedReq_hits::cpu1.data        82016                       # number of LoadLockedReq hits
system.cpu1.dcache.LoadLockedReq_hits::total        82016                       # number of LoadLockedReq hits
system.cpu1.dcache.StoreCondReq_hits::cpu1.data        82738                       # number of StoreCondReq hits
system.cpu1.dcache.StoreCondReq_hits::total        82738                       # number of StoreCondReq hits
system.cpu1.dcache.demand_hits::cpu1.data     11775013                       # number of demand (read+write) hits
system.cpu1.dcache.demand_hits::total        11775013                       # number of demand (read+write) hits
system.cpu1.dcache.overall_hits::cpu1.data     11775013                       # number of overall hits
system.cpu1.dcache.overall_hits::total       11775013                       # number of overall hits
system.cpu1.dcache.ReadReq_misses::cpu1.data       170735                       # number of ReadReq misses
system.cpu1.dcache.ReadReq_misses::total       170735                       # number of ReadReq misses
system.cpu1.dcache.WriteReq_misses::cpu1.data       150073                       # number of WriteReq misses
system.cpu1.dcache.WriteReq_misses::total       150073                       # number of WriteReq misses
system.cpu1.dcache.LoadLockedReq_misses::cpu1.data        11224                       # number of LoadLockedReq misses
system.cpu1.dcache.LoadLockedReq_misses::total        11224                       # number of LoadLockedReq misses
system.cpu1.dcache.StoreCondReq_misses::cpu1.data        10063                       # number of StoreCondReq misses
system.cpu1.dcache.StoreCondReq_misses::total        10063                       # number of StoreCondReq misses
system.cpu1.dcache.demand_misses::cpu1.data       320808                       # number of demand (read+write) misses
system.cpu1.dcache.demand_misses::total        320808                       # number of demand (read+write) misses
system.cpu1.dcache.overall_misses::cpu1.data       320808                       # number of overall misses
system.cpu1.dcache.overall_misses::total       320808                       # number of overall misses
system.cpu1.dcache.ReadReq_miss_latency::cpu1.data   2220021998                       # number of ReadReq miss cycles
system.cpu1.dcache.ReadReq_miss_latency::total   2220021998                       # number of ReadReq miss cycles
system.cpu1.dcache.WriteReq_miss_latency::cpu1.data   6568353267                       # number of WriteReq miss cycles
system.cpu1.dcache.WriteReq_miss_latency::total   6568353267                       # number of WriteReq miss cycles
system.cpu1.dcache.LoadLockedReq_miss_latency::cpu1.data     96536250                       # number of LoadLockedReq miss cycles
system.cpu1.dcache.LoadLockedReq_miss_latency::total     96536250                       # number of LoadLockedReq miss cycles
system.cpu1.dcache.StoreCondReq_miss_latency::cpu1.data     52014971                       # number of StoreCondReq miss cycles
system.cpu1.dcache.StoreCondReq_miss_latency::total     52014971                       # number of StoreCondReq miss cycles
system.cpu1.dcache.demand_miss_latency::cpu1.data   8788375265                       # number of demand (read+write) miss cycles
system.cpu1.dcache.demand_miss_latency::total   8788375265                       # number of demand (read+write) miss cycles
system.cpu1.dcache.overall_miss_latency::cpu1.data   8788375265                       # number of overall miss cycles
system.cpu1.dcache.overall_miss_latency::total   8788375265                       # number of overall miss cycles
system.cpu1.dcache.ReadReq_accesses::cpu1.data      7118051                       # number of ReadReq accesses(hits+misses)
system.cpu1.dcache.ReadReq_accesses::total      7118051                       # number of ReadReq accesses(hits+misses)
system.cpu1.dcache.WriteReq_accesses::cpu1.data      4977770                       # number of WriteReq accesses(hits+misses)
system.cpu1.dcache.WriteReq_accesses::total      4977770                       # number of WriteReq accesses(hits+misses)
system.cpu1.dcache.LoadLockedReq_accesses::cpu1.data        93240                       # number of LoadLockedReq accesses(hits+misses)
system.cpu1.dcache.LoadLockedReq_accesses::total        93240                       # number of LoadLockedReq accesses(hits+misses)
system.cpu1.dcache.StoreCondReq_accesses::cpu1.data        92801                       # number of StoreCondReq accesses(hits+misses)
system.cpu1.dcache.StoreCondReq_accesses::total        92801                       # number of StoreCondReq accesses(hits+misses)
system.cpu1.dcache.demand_accesses::cpu1.data     12095821                       # number of demand (read+write) accesses
system.cpu1.dcache.demand_accesses::total     12095821                       # number of demand (read+write) accesses
system.cpu1.dcache.overall_accesses::cpu1.data     12095821                       # number of overall (read+write) accesses
system.cpu1.dcache.overall_accesses::total     12095821                       # number of overall (read+write) accesses
system.cpu1.dcache.ReadReq_miss_rate::cpu1.data     0.023986                       # miss rate for ReadReq accesses
system.cpu1.dcache.ReadReq_miss_rate::total     0.023986                       # miss rate for ReadReq accesses
system.cpu1.dcache.WriteReq_miss_rate::cpu1.data     0.030149                       # miss rate for WriteReq accesses
system.cpu1.dcache.WriteReq_miss_rate::total     0.030149                       # miss rate for WriteReq accesses
system.cpu1.dcache.LoadLockedReq_miss_rate::cpu1.data     0.120378                       # miss rate for LoadLockedReq accesses
system.cpu1.dcache.LoadLockedReq_miss_rate::total     0.120378                       # miss rate for LoadLockedReq accesses
system.cpu1.dcache.StoreCondReq_miss_rate::cpu1.data     0.108436                       # miss rate for StoreCondReq accesses
system.cpu1.dcache.StoreCondReq_miss_rate::total     0.108436                       # miss rate for StoreCondReq accesses
system.cpu1.dcache.demand_miss_rate::cpu1.data     0.026522                       # miss rate for demand accesses
system.cpu1.dcache.demand_miss_rate::total     0.026522                       # miss rate for demand accesses
system.cpu1.dcache.overall_miss_rate::cpu1.data     0.026522                       # miss rate for overall accesses
system.cpu1.dcache.overall_miss_rate::total     0.026522                       # miss rate for overall accesses
system.cpu1.dcache.ReadReq_avg_miss_latency::cpu1.data 13002.735221                       # average ReadReq miss latency
system.cpu1.dcache.ReadReq_avg_miss_latency::total 13002.735221                       # average ReadReq miss latency
system.cpu1.dcache.WriteReq_avg_miss_latency::cpu1.data 43767.721489                       # average WriteReq miss latency
system.cpu1.dcache.WriteReq_avg_miss_latency::total 43767.721489                       # average WriteReq miss latency
system.cpu1.dcache.LoadLockedReq_avg_miss_latency::cpu1.data  8600.877584                       # average LoadLockedReq miss latency
system.cpu1.dcache.LoadLockedReq_avg_miss_latency::total  8600.877584                       # average LoadLockedReq miss latency
system.cpu1.dcache.StoreCondReq_avg_miss_latency::cpu1.data  5168.932823                       # average StoreCondReq miss latency
system.cpu1.dcache.StoreCondReq_avg_miss_latency::total  5168.932823                       # average StoreCondReq miss latency
system.cpu1.dcache.demand_avg_miss_latency::cpu1.data 27394.501587                       # average overall miss latency
system.cpu1.dcache.demand_avg_miss_latency::total 27394.501587                       # average overall miss latency
system.cpu1.dcache.overall_avg_miss_latency::cpu1.data 27394.501587                       # average overall miss latency
system.cpu1.dcache.overall_avg_miss_latency::total 27394.501587                       # 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       264874                       # number of writebacks
system.cpu1.dcache.writebacks::total           264874                       # number of writebacks
system.cpu1.dcache.ReadReq_mshr_misses::cpu1.data       170735                       # number of ReadReq MSHR misses
system.cpu1.dcache.ReadReq_mshr_misses::total       170735                       # number of ReadReq MSHR misses
system.cpu1.dcache.WriteReq_mshr_misses::cpu1.data       150073                       # number of WriteReq MSHR misses
system.cpu1.dcache.WriteReq_mshr_misses::total       150073                       # number of WriteReq MSHR misses
system.cpu1.dcache.LoadLockedReq_mshr_misses::cpu1.data        11224                       # number of LoadLockedReq MSHR misses
system.cpu1.dcache.LoadLockedReq_mshr_misses::total        11224                       # number of LoadLockedReq MSHR misses
system.cpu1.dcache.StoreCondReq_mshr_misses::cpu1.data        10062                       # number of StoreCondReq MSHR misses
system.cpu1.dcache.StoreCondReq_mshr_misses::total        10062                       # number of StoreCondReq MSHR misses
system.cpu1.dcache.demand_mshr_misses::cpu1.data       320808                       # number of demand (read+write) MSHR misses
system.cpu1.dcache.demand_mshr_misses::total       320808                       # number of demand (read+write) MSHR misses
system.cpu1.dcache.overall_mshr_misses::cpu1.data       320808                       # number of overall MSHR misses
system.cpu1.dcache.overall_mshr_misses::total       320808                       # number of overall MSHR misses
system.cpu1.dcache.ReadReq_mshr_miss_latency::cpu1.data   1877877002                       # number of ReadReq MSHR miss cycles
system.cpu1.dcache.ReadReq_mshr_miss_latency::total   1877877002                       # number of ReadReq MSHR miss cycles
system.cpu1.dcache.WriteReq_mshr_miss_latency::cpu1.data   6244849733                       # number of WriteReq MSHR miss cycles
system.cpu1.dcache.WriteReq_mshr_miss_latency::total   6244849733                       # number of WriteReq MSHR miss cycles
system.cpu1.dcache.LoadLockedReq_mshr_miss_latency::cpu1.data     74077750                       # number of LoadLockedReq MSHR miss cycles
system.cpu1.dcache.LoadLockedReq_mshr_miss_latency::total     74077750                       # number of LoadLockedReq MSHR miss cycles
system.cpu1.dcache.StoreCondReq_mshr_miss_latency::cpu1.data     31889029                       # number of StoreCondReq MSHR miss cycles
system.cpu1.dcache.StoreCondReq_mshr_miss_latency::total     31889029                       # number of StoreCondReq MSHR miss cycles
system.cpu1.dcache.demand_mshr_miss_latency::cpu1.data   8122726735                       # number of demand (read+write) MSHR miss cycles
system.cpu1.dcache.demand_mshr_miss_latency::total   8122726735                       # number of demand (read+write) MSHR miss cycles
system.cpu1.dcache.overall_mshr_miss_latency::cpu1.data   8122726735                       # number of overall MSHR miss cycles
system.cpu1.dcache.overall_mshr_miss_latency::total   8122726735                       # number of overall MSHR miss cycles
system.cpu1.dcache.ReadReq_mshr_uncacheable_latency::cpu1.data 168606064250                       # number of ReadReq MSHR uncacheable cycles
system.cpu1.dcache.ReadReq_mshr_uncacheable_latency::total 168606064250                       # number of ReadReq MSHR uncacheable cycles
system.cpu1.dcache.WriteReq_mshr_uncacheable_latency::cpu1.data  25182609871                       # number of WriteReq MSHR uncacheable cycles
system.cpu1.dcache.WriteReq_mshr_uncacheable_latency::total  25182609871                       # number of WriteReq MSHR uncacheable cycles
system.cpu1.dcache.overall_mshr_uncacheable_latency::cpu1.data 193788674121                       # number of overall MSHR uncacheable cycles
system.cpu1.dcache.overall_mshr_uncacheable_latency::total 193788674121                       # number of overall MSHR uncacheable cycles
system.cpu1.dcache.ReadReq_mshr_miss_rate::cpu1.data     0.023986                       # mshr miss rate for ReadReq accesses
system.cpu1.dcache.ReadReq_mshr_miss_rate::total     0.023986                       # mshr miss rate for ReadReq accesses
system.cpu1.dcache.WriteReq_mshr_miss_rate::cpu1.data     0.030149                       # mshr miss rate for WriteReq accesses
system.cpu1.dcache.WriteReq_mshr_miss_rate::total     0.030149                       # mshr miss rate for WriteReq accesses
system.cpu1.dcache.LoadLockedReq_mshr_miss_rate::cpu1.data     0.120378                       # mshr miss rate for LoadLockedReq accesses
system.cpu1.dcache.LoadLockedReq_mshr_miss_rate::total     0.120378                       # mshr miss rate for LoadLockedReq accesses
system.cpu1.dcache.StoreCondReq_mshr_miss_rate::cpu1.data     0.108426                       # mshr miss rate for StoreCondReq accesses
system.cpu1.dcache.StoreCondReq_mshr_miss_rate::total     0.108426                       # mshr miss rate for StoreCondReq accesses
system.cpu1.dcache.demand_mshr_miss_rate::cpu1.data     0.026522                       # mshr miss rate for demand accesses
system.cpu1.dcache.demand_mshr_miss_rate::total     0.026522                       # mshr miss rate for demand accesses
system.cpu1.dcache.overall_mshr_miss_rate::cpu1.data     0.026522                       # mshr miss rate for overall accesses
system.cpu1.dcache.overall_mshr_miss_rate::total     0.026522                       # mshr miss rate for overall accesses
system.cpu1.dcache.ReadReq_avg_mshr_miss_latency::cpu1.data 10998.781749                       # average ReadReq mshr miss latency
system.cpu1.dcache.ReadReq_avg_mshr_miss_latency::total 10998.781749                       # average ReadReq mshr miss latency
system.cpu1.dcache.WriteReq_avg_mshr_miss_latency::cpu1.data 41612.080341                       # average WriteReq mshr miss latency
system.cpu1.dcache.WriteReq_avg_mshr_miss_latency::total 41612.080341                       # average WriteReq mshr miss latency
system.cpu1.dcache.LoadLockedReq_avg_mshr_miss_latency::cpu1.data  6599.942088                       # average LoadLockedReq mshr miss latency
system.cpu1.dcache.LoadLockedReq_avg_mshr_miss_latency::total  6599.942088                       # average LoadLockedReq mshr miss latency
system.cpu1.dcache.StoreCondReq_avg_mshr_miss_latency::cpu1.data  3169.253528                       # average StoreCondReq mshr miss latency
system.cpu1.dcache.StoreCondReq_avg_mshr_miss_latency::total  3169.253528                       # average StoreCondReq mshr miss latency
system.cpu1.dcache.demand_avg_mshr_miss_latency::cpu1.data 25319.589084                       # average overall mshr miss latency
system.cpu1.dcache.demand_avg_mshr_miss_latency::total 25319.589084                       # average overall mshr miss latency
system.cpu1.dcache.overall_avg_mshr_miss_latency::cpu1.data 25319.589084                       # average overall mshr miss latency
system.cpu1.dcache.overall_avg_mshr_miss_latency::total 25319.589084                       # 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.iocache.tags.replacements                    0                       # number of replacements
system.iocache.tags.tagsinuse                       0                       # Cycle average of tags in use
system.iocache.tags.total_refs                      0                       # Total number of references to valid blocks.
system.iocache.tags.sampled_refs                    0                       # Sample count of references to valid blocks.
system.iocache.tags.avg_refs                      nan                       # Average number of references to valid blocks.
system.iocache.tags.warmup_cycle                    0                       # Cycle when the warmup percentage was hit.
system.iocache.tags.tag_accesses                    0                       # Number of tag accesses
system.iocache.tags.data_accesses                   0                       # Number of data accesses
system.iocache.blocked_cycles::no_mshrs             0                       # number of cycles access was blocked
system.iocache.blocked_cycles::no_targets            0                       # number of cycles access was blocked
system.iocache.blocked::no_mshrs                    0                       # 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          nan                       # 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.ReadReq_mshr_uncacheable_latency::realview.clcd 651823594501                       # number of ReadReq MSHR uncacheable cycles
system.iocache.ReadReq_mshr_uncacheable_latency::total 651823594501                       # number of ReadReq MSHR uncacheable cycles
system.iocache.overall_mshr_uncacheable_latency::realview.clcd 651823594501                       # number of overall MSHR uncacheable cycles
system.iocache.overall_mshr_uncacheable_latency::total 651823594501                       # number of overall MSHR uncacheable cycles
system.iocache.ReadReq_avg_mshr_uncacheable_latency::realview.clcd          inf                       # average ReadReq mshr uncacheable latency
system.iocache.ReadReq_avg_mshr_uncacheable_latency::total          inf                       # average ReadReq mshr uncacheable latency
system.iocache.overall_avg_mshr_uncacheable_latency::realview.clcd          inf                       # average overall mshr uncacheable latency
system.iocache.overall_avg_mshr_uncacheable_latency::total          inf                       # average overall mshr uncacheable latency
system.iocache.no_allocate_misses                   0                       # Number of misses that were no-allocate

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