stats.txt revision 10148:4574d5882066
16145Snate@binkert.org
26145Snate@binkert.org---------- Begin Simulation Statistics ----------
36145Snate@binkert.orgsim_seconds                                  0.530994                       # Number of seconds simulated
46145Snate@binkert.orgsim_ticks                                530994193500                       # Number of ticks simulated
56145Snate@binkert.orgfinal_tick                               530994193500                       # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
66145Snate@binkert.orgsim_freq                                 1000000000000                       # Frequency of simulated ticks
76145Snate@binkert.orghost_inst_rate                                 125227                       # Simulator instruction rate (inst/s)
86145Snate@binkert.orghost_op_rate                                   139700                       # Simulator op (including micro ops) rate (op/s)
96145Snate@binkert.orghost_tick_rate                               43051016                       # Simulator tick rate (ticks/s)
106145Snate@binkert.orghost_mem_usage                                 313040                       # Number of bytes of host memory used
116145Snate@binkert.orghost_seconds                                 12334.07                       # Real time elapsed on the host
126145Snate@binkert.orgsim_insts                                  1544563023                       # Number of instructions simulated
136145Snate@binkert.orgsim_ops                                    1723073835                       # Number of ops (including micro ops) simulated
146145Snate@binkert.orgsystem.voltage_domain.voltage                       1                       # Voltage in Volts
156145Snate@binkert.orgsystem.clk_domain.clock                          1000                       # Clock period in ticks
166145Snate@binkert.orgsystem.physmem.bytes_read::cpu.inst             47488                       # Number of bytes read from this memory
176145Snate@binkert.orgsystem.physmem.bytes_read::cpu.data         143709888                       # Number of bytes read from this memory
186145Snate@binkert.orgsystem.physmem.bytes_read::total            143757376                       # Number of bytes read from this memory
196145Snate@binkert.orgsystem.physmem.bytes_inst_read::cpu.inst        47488                       # Number of instructions bytes read from this memory
206145Snate@binkert.orgsystem.physmem.bytes_inst_read::total           47488                       # Number of instructions bytes read from this memory
216145Snate@binkert.orgsystem.physmem.bytes_written::writebacks     70419456                       # Number of bytes written to this memory
226145Snate@binkert.orgsystem.physmem.bytes_written::total          70419456                       # Number of bytes written to this memory
236145Snate@binkert.orgsystem.physmem.num_reads::cpu.inst                742                       # Number of read requests responded to by this memory
246145Snate@binkert.orgsystem.physmem.num_reads::cpu.data            2245467                       # Number of read requests responded to by this memory
256145Snate@binkert.orgsystem.physmem.num_reads::total               2246209                       # Number of read requests responded to by this memory
266145Snate@binkert.orgsystem.physmem.num_writes::writebacks         1100304                       # Number of write requests responded to by this memory
276145Snate@binkert.orgsystem.physmem.num_writes::total              1100304                       # Number of write requests responded to by this memory
286145Snate@binkert.orgsystem.physmem.bw_read::cpu.inst                89432                       # Total read bandwidth from this memory (bytes/s)
297056Snate@binkert.orgsystem.physmem.bw_read::cpu.data            270643050                       # Total read bandwidth from this memory (bytes/s)
307805Snilay@cs.wisc.edusystem.physmem.bw_read::total               270732482                       # Total read bandwidth from this memory (bytes/s)
317632SBrad.Beckmann@amd.comsystem.physmem.bw_inst_read::cpu.inst           89432                       # Instruction read bandwidth from this memory (bytes/s)
327039Snate@binkert.orgsystem.physmem.bw_inst_read::total              89432                       # Instruction read bandwidth from this memory (bytes/s)
337039Snate@binkert.orgsystem.physmem.bw_write::writebacks         132618128                       # Write bandwidth from this memory (bytes/s)
347039Snate@binkert.orgsystem.physmem.bw_write::total              132618128                       # Write bandwidth from this memory (bytes/s)
357039Snate@binkert.orgsystem.physmem.bw_total::writebacks         132618128                       # Total bandwidth to/from this memory (bytes/s)
367039Snate@binkert.orgsystem.physmem.bw_total::cpu.inst               89432                       # Total bandwidth to/from this memory (bytes/s)
378092Snilay@cs.wisc.edusystem.physmem.bw_total::cpu.data           270643050                       # Total bandwidth to/from this memory (bytes/s)
387039Snate@binkert.orgsystem.physmem.bw_total::total              403350610                       # Total bandwidth to/from this memory (bytes/s)
397039Snate@binkert.orgsystem.physmem.readReqs                       2246209                       # Number of read requests accepted
407039Snate@binkert.orgsystem.physmem.writeReqs                      1100304                       # Number of write requests accepted
417039Snate@binkert.orgsystem.physmem.readBursts                     2246209                       # Number of DRAM read bursts, including those serviced by the write queue
426154Snate@binkert.orgsystem.physmem.writeBursts                    1100304                       # Number of DRAM write bursts, including those merged in the write queue
436154Snate@binkert.orgsystem.physmem.bytesReadDRAM                143663936                       # Total number of bytes read from DRAM
447550SBrad.Beckmann@amd.comsystem.physmem.bytesReadWrQ                     93440                       # Total number of bytes read from write queue
456876Ssteve.reinhardt@amd.comsystem.physmem.bytesWritten                  70418368                       # Total number of bytes written to DRAM
466876Ssteve.reinhardt@amd.comsystem.physmem.bytesReadSys                 143757376                       # Total read bytes from the system interface side
477055Snate@binkert.orgsystem.physmem.bytesWrittenSys               70419456                       # Total written bytes from the system interface side
487055Snate@binkert.orgsystem.physmem.servicedByWrQ                     1460                       # Number of DRAM read bursts serviced by the write queue
496876Ssteve.reinhardt@amd.comsystem.physmem.mergedWrBursts                       0                       # Number of DRAM write bursts merged with an existing one
506876Ssteve.reinhardt@amd.comsystem.physmem.neitherReadNorWriteReqs              0                       # Number of requests that are neither read nor write
516285Snate@binkert.orgsystem.physmem.perBankRdBursts::0              139551                       # Per bank write bursts
526876Ssteve.reinhardt@amd.comsystem.physmem.perBankRdBursts::1              136202                       # Per bank write bursts
536285Snate@binkert.orgsystem.physmem.perBankRdBursts::2              133682                       # Per bank write bursts
547039Snate@binkert.orgsystem.physmem.perBankRdBursts::3              136207                       # Per bank write bursts
556876Ssteve.reinhardt@amd.comsystem.physmem.perBankRdBursts::4              134706                       # Per bank write bursts
566886SBrad.Beckmann@amd.comsystem.physmem.perBankRdBursts::5              135350                       # Per bank write bursts
576876Ssteve.reinhardt@amd.comsystem.physmem.perBankRdBursts::6              136147                       # Per bank write bursts
586876Ssteve.reinhardt@amd.comsystem.physmem.perBankRdBursts::7              135992                       # Per bank write bursts
596876Ssteve.reinhardt@amd.comsystem.physmem.perBankRdBursts::8              143786                       # Per bank write bursts
606876Ssteve.reinhardt@amd.comsystem.physmem.perBankRdBursts::9              146457                       # Per bank write bursts
616876Ssteve.reinhardt@amd.comsystem.physmem.perBankRdBursts::10             144536                       # Per bank write bursts
627039Snate@binkert.orgsystem.physmem.perBankRdBursts::11             146082                       # Per bank write bursts
636876Ssteve.reinhardt@amd.comsystem.physmem.perBankRdBursts::12             145807                       # Per bank write bursts
646285Snate@binkert.orgsystem.physmem.perBankRdBursts::13             145943                       # Per bank write bursts
656876Ssteve.reinhardt@amd.comsystem.physmem.perBankRdBursts::14             141988                       # Per bank write bursts
666876Ssteve.reinhardt@amd.comsystem.physmem.perBankRdBursts::15             142313                       # Per bank write bursts
676876Ssteve.reinhardt@amd.comsystem.physmem.perBankWrBursts::0               69095                       # Per bank write bursts
686876Ssteve.reinhardt@amd.comsystem.physmem.perBankWrBursts::1               67437                       # Per bank write bursts
696145Snate@binkert.orgsystem.physmem.perBankWrBursts::2               65633                       # Per bank write bursts
706876Ssteve.reinhardt@amd.comsystem.physmem.perBankWrBursts::3               66265                       # Per bank write bursts
716876Ssteve.reinhardt@amd.comsystem.physmem.perBankWrBursts::4               66084                       # Per bank write bursts
726876Ssteve.reinhardt@amd.comsystem.physmem.perBankWrBursts::5               66429                       # Per bank write bursts
736876Ssteve.reinhardt@amd.comsystem.physmem.perBankWrBursts::6               67953                       # Per bank write bursts
746899SBrad.Beckmann@amd.comsystem.physmem.perBankWrBursts::7               68751                       # Per bank write bursts
756876Ssteve.reinhardt@amd.comsystem.physmem.perBankWrBursts::8               70388                       # Per bank write bursts
766876Ssteve.reinhardt@amd.comsystem.physmem.perBankWrBursts::9               70973                       # Per bank write bursts
776876Ssteve.reinhardt@amd.comsystem.physmem.perBankWrBursts::10              70609                       # Per bank write bursts
786876Ssteve.reinhardt@amd.comsystem.physmem.perBankWrBursts::11              70934                       # Per bank write bursts
798171Stushar@csail.mit.edusystem.physmem.perBankWrBursts::12              70330                       # Per bank write bursts
808171Stushar@csail.mit.edusystem.physmem.perBankWrBursts::13              70711                       # Per bank write bursts
816145Snate@binkert.orgsystem.physmem.perBankWrBursts::14              69591                       # Per bank write bursts
826145Snate@binkert.orgsystem.physmem.perBankWrBursts::15              69104                       # Per bank write bursts
837039Snate@binkert.orgsystem.physmem.numRdRetry                           0                       # Number of times read queue was full causing retry
847039Snate@binkert.orgsystem.physmem.numWrRetry                           0                       # Number of times write queue was full causing retry
856145Snate@binkert.orgsystem.physmem.totGap                    530994124500                       # Total gap between requests
866145Snate@binkert.orgsystem.physmem.readPktSize::0                       0                       # Read request sizes (log2)
877039Snate@binkert.orgsystem.physmem.readPktSize::1                       0                       # Read request sizes (log2)
887039Snate@binkert.orgsystem.physmem.readPktSize::2                       0                       # Read request sizes (log2)
897039Snate@binkert.orgsystem.physmem.readPktSize::3                       0                       # Read request sizes (log2)
907039Snate@binkert.orgsystem.physmem.readPktSize::4                       0                       # Read request sizes (log2)
917039Snate@binkert.orgsystem.physmem.readPktSize::5                       0                       # Read request sizes (log2)
926145Snate@binkert.orgsystem.physmem.readPktSize::6                 2246209                       # Read request sizes (log2)
937039Snate@binkert.orgsystem.physmem.writePktSize::0                      0                       # Write request sizes (log2)
947039Snate@binkert.orgsystem.physmem.writePktSize::1                      0                       # Write request sizes (log2)
956285Snate@binkert.orgsystem.physmem.writePktSize::2                      0                       # Write request sizes (log2)
967455Snate@binkert.orgsystem.physmem.writePktSize::3                      0                       # Write request sizes (log2)
977455Snate@binkert.orgsystem.physmem.writePktSize::4                      0                       # Write request sizes (log2)
987455Snate@binkert.orgsystem.physmem.writePktSize::5                      0                       # Write request sizes (log2)
997455Snate@binkert.orgsystem.physmem.writePktSize::6                1100304                       # Write request sizes (log2)
1007455Snate@binkert.orgsystem.physmem.rdQLenPdf::0                   1619262                       # What read queue length does an incoming req see
1017455Snate@binkert.orgsystem.physmem.rdQLenPdf::1                    446010                       # What read queue length does an incoming req see
1027455Snate@binkert.orgsystem.physmem.rdQLenPdf::2                    134777                       # What read queue length does an incoming req see
1037805Snilay@cs.wisc.edusystem.physmem.rdQLenPdf::3                     44683                       # What read queue length does an incoming req see
1047921SBrad.Beckmann@amd.comsystem.physmem.rdQLenPdf::4                        15                       # What read queue length does an incoming req see
1057805Snilay@cs.wisc.edusystem.physmem.rdQLenPdf::5                         2                       # What read queue length does an incoming req see
1068174Snilay@cs.wisc.edusystem.physmem.rdQLenPdf::6                         0                       # What read queue length does an incoming req see
1077805Snilay@cs.wisc.edusystem.physmem.rdQLenPdf::7                         0                       # What read queue length does an incoming req see
1087805Snilay@cs.wisc.edusystem.physmem.rdQLenPdf::8                         0                       # What read queue length does an incoming req see
1096145Snate@binkert.orgsystem.physmem.rdQLenPdf::9                         0                       # What read queue length does an incoming req see
1106145Snate@binkert.orgsystem.physmem.rdQLenPdf::10                        0                       # What read queue length does an incoming req see
1117455Snate@binkert.orgsystem.physmem.rdQLenPdf::11                        0                       # What read queue length does an incoming req see
1127455Snate@binkert.orgsystem.physmem.rdQLenPdf::12                        0                       # What read queue length does an incoming req see
1137455Snate@binkert.orgsystem.physmem.rdQLenPdf::13                        0                       # What read queue length does an incoming req see
1147455Snate@binkert.orgsystem.physmem.rdQLenPdf::14                        0                       # What read queue length does an incoming req see
1157455Snate@binkert.orgsystem.physmem.rdQLenPdf::15                        0                       # What read queue length does an incoming req see
1167455Snate@binkert.orgsystem.physmem.rdQLenPdf::16                        0                       # What read queue length does an incoming req see
1177455Snate@binkert.orgsystem.physmem.rdQLenPdf::17                        0                       # What read queue length does an incoming req see
1187805Snilay@cs.wisc.edusystem.physmem.rdQLenPdf::18                        0                       # What read queue length does an incoming req see
1197921SBrad.Beckmann@amd.comsystem.physmem.rdQLenPdf::19                        0                       # What read queue length does an incoming req see
1207805Snilay@cs.wisc.edusystem.physmem.rdQLenPdf::20                        0                       # What read queue length does an incoming req see
1218174Snilay@cs.wisc.edusystem.physmem.rdQLenPdf::21                        0                       # What read queue length does an incoming req see
1227805Snilay@cs.wisc.edusystem.physmem.rdQLenPdf::22                        0                       # What read queue length does an incoming req see
1237805Snilay@cs.wisc.edusystem.physmem.rdQLenPdf::23                        0                       # What read queue length does an incoming req see
1246145Snate@binkert.orgsystem.physmem.rdQLenPdf::24                        0                       # What read queue length does an incoming req see
1256285Snate@binkert.orgsystem.physmem.rdQLenPdf::25                        0                       # What read queue length does an incoming req see
1267039Snate@binkert.orgsystem.physmem.rdQLenPdf::26                        0                       # What read queue length does an incoming req see
1277039Snate@binkert.orgsystem.physmem.rdQLenPdf::27                        0                       # What read queue length does an incoming req see
1286145Snate@binkert.orgsystem.physmem.rdQLenPdf::28                        0                       # What read queue length does an incoming req see
1297039Snate@binkert.orgsystem.physmem.rdQLenPdf::29                        0                       # What read queue length does an incoming req see
1307039Snate@binkert.orgsystem.physmem.rdQLenPdf::30                        0                       # What read queue length does an incoming req see
1317039Snate@binkert.orgsystem.physmem.rdQLenPdf::31                        0                       # What read queue length does an incoming req see
1327039Snate@binkert.orgsystem.physmem.wrQLenPdf::0                         1                       # What write queue length does an incoming req see
1337039Snate@binkert.orgsystem.physmem.wrQLenPdf::1                         1                       # What write queue length does an incoming req see
1347039Snate@binkert.orgsystem.physmem.wrQLenPdf::2                         1                       # What write queue length does an incoming req see
1357823Ssteve.reinhardt@amd.comsystem.physmem.wrQLenPdf::3                         1                       # What write queue length does an incoming req see
1367039Snate@binkert.orgsystem.physmem.wrQLenPdf::4                         1                       # What write queue length does an incoming req see
1376145Snate@binkert.orgsystem.physmem.wrQLenPdf::5                         1                       # What write queue length does an incoming req see
1386145Snate@binkert.orgsystem.physmem.wrQLenPdf::6                         1                       # What write queue length does an incoming req see
1397039Snate@binkert.orgsystem.physmem.wrQLenPdf::7                         1                       # What write queue length does an incoming req see
1407039Snate@binkert.orgsystem.physmem.wrQLenPdf::8                         1                       # What write queue length does an incoming req see
1417039Snate@binkert.orgsystem.physmem.wrQLenPdf::9                         1                       # What write queue length does an incoming req see
1427039Snate@binkert.orgsystem.physmem.wrQLenPdf::10                        1                       # What write queue length does an incoming req see
1437039Snate@binkert.orgsystem.physmem.wrQLenPdf::11                        1                       # What write queue length does an incoming req see
1447039Snate@binkert.orgsystem.physmem.wrQLenPdf::12                        1                       # What write queue length does an incoming req see
1457039Snate@binkert.orgsystem.physmem.wrQLenPdf::13                        1                       # What write queue length does an incoming req see
1467039Snate@binkert.orgsystem.physmem.wrQLenPdf::14                        1                       # What write queue length does an incoming req see
1477039Snate@binkert.orgsystem.physmem.wrQLenPdf::15                    17958                       # What write queue length does an incoming req see
1487039Snate@binkert.orgsystem.physmem.wrQLenPdf::16                    19185                       # What write queue length does an incoming req see
1497039Snate@binkert.orgsystem.physmem.wrQLenPdf::17                    29573                       # What write queue length does an incoming req see
1507039Snate@binkert.orgsystem.physmem.wrQLenPdf::18                    48522                       # What write queue length does an incoming req see
1516859Sdrh5@cs.wisc.edusystem.physmem.wrQLenPdf::19                    58770                       # What write queue length does an incoming req see
1526859Sdrh5@cs.wisc.edusystem.physmem.wrQLenPdf::20                    63067                       # What write queue length does an incoming req see
1537039Snate@binkert.orgsystem.physmem.wrQLenPdf::21                    64531                       # What write queue length does an incoming req see
1547039Snate@binkert.orgsystem.physmem.wrQLenPdf::22                    65202                       # What write queue length does an incoming req see
1557039Snate@binkert.orgsystem.physmem.wrQLenPdf::23                    65713                       # What write queue length does an incoming req see
1567039Snate@binkert.orgsystem.physmem.wrQLenPdf::24                    66239                       # What write queue length does an incoming req see
1577039Snate@binkert.orgsystem.physmem.wrQLenPdf::25                    70263                       # What write queue length does an incoming req see
1587039Snate@binkert.orgsystem.physmem.wrQLenPdf::26                    71854                       # What write queue length does an incoming req see
1597039Snate@binkert.orgsystem.physmem.wrQLenPdf::27                    72330                       # What write queue length does an incoming req see
1607039Snate@binkert.orgsystem.physmem.wrQLenPdf::28                    80202                       # What write queue length does an incoming req see
1617039Snate@binkert.orgsystem.physmem.wrQLenPdf::29                    72456                       # What write queue length does an incoming req see
1626145Snate@binkert.orgsystem.physmem.wrQLenPdf::30                    68391                       # What write queue length does an incoming req see
1637455Snate@binkert.orgsystem.physmem.wrQLenPdf::31                    66809                       # What write queue length does an incoming req see
1647455Snate@binkert.orgsystem.physmem.wrQLenPdf::32                    65859                       # What write queue length does an incoming req see
1656145Snate@binkert.orgsystem.physmem.wrQLenPdf::33                    22753                       # What write queue length does an incoming req see
1667039Snate@binkert.orgsystem.physmem.wrQLenPdf::34                     6508                       # What write queue length does an incoming req see
1677455Snate@binkert.orgsystem.physmem.wrQLenPdf::35                     1933                       # What write queue length does an incoming req see
1687455Snate@binkert.orgsystem.physmem.wrQLenPdf::36                      609                       # What write queue length does an incoming req see
1697455Snate@binkert.orgsystem.physmem.wrQLenPdf::37                      277                       # What write queue length does an incoming req see
1707455Snate@binkert.orgsystem.physmem.wrQLenPdf::38                      176                       # What write queue length does an incoming req see
1717039Snate@binkert.orgsystem.physmem.wrQLenPdf::39                      132                       # What write queue length does an incoming req see
1727039Snate@binkert.orgsystem.physmem.wrQLenPdf::40                      105                       # What write queue length does an incoming req see
1737039Snate@binkert.orgsystem.physmem.wrQLenPdf::41                       91                       # What write queue length does an incoming req see
1747039Snate@binkert.orgsystem.physmem.wrQLenPdf::42                       84                       # What write queue length does an incoming req see
1756145Snate@binkert.orgsystem.physmem.wrQLenPdf::43                       74                       # What write queue length does an incoming req see
1767039Snate@binkert.orgsystem.physmem.wrQLenPdf::44                       70                       # What write queue length does an incoming req see
1776145Snate@binkert.orgsystem.physmem.wrQLenPdf::45                       70                       # What write queue length does an incoming req see
1787455Snate@binkert.orgsystem.physmem.wrQLenPdf::46                       67                       # What write queue length does an incoming req see
1797455Snate@binkert.orgsystem.physmem.wrQLenPdf::47                       67                       # What write queue length does an incoming req see
1806285Snate@binkert.orgsystem.physmem.wrQLenPdf::48                       70                       # What write queue length does an incoming req see
1817039Snate@binkert.orgsystem.physmem.wrQLenPdf::49                       60                       # What write queue length does an incoming req see
1827455Snate@binkert.orgsystem.physmem.wrQLenPdf::50                       59                       # What write queue length does an incoming req see
1837455Snate@binkert.orgsystem.physmem.wrQLenPdf::51                       49                       # What write queue length does an incoming req see
1847455Snate@binkert.orgsystem.physmem.wrQLenPdf::52                       42                       # What write queue length does an incoming req see
1857455Snate@binkert.orgsystem.physmem.wrQLenPdf::53                       44                       # What write queue length does an incoming req see
1867039Snate@binkert.orgsystem.physmem.wrQLenPdf::54                        4                       # What write queue length does an incoming req see
1877039Snate@binkert.orgsystem.physmem.wrQLenPdf::55                        4                       # What write queue length does an incoming req see
1887039Snate@binkert.orgsystem.physmem.wrQLenPdf::56                        6                       # What write queue length does an incoming req see
1897039Snate@binkert.orgsystem.physmem.wrQLenPdf::57                        6                       # What write queue length does an incoming req see
1907039Snate@binkert.orgsystem.physmem.wrQLenPdf::58                        3                       # What write queue length does an incoming req see
1917039Snate@binkert.orgsystem.physmem.wrQLenPdf::59                        2                       # What write queue length does an incoming req see
1927039Snate@binkert.orgsystem.physmem.wrQLenPdf::60                        0                       # What write queue length does an incoming req see
1937039Snate@binkert.orgsystem.physmem.wrQLenPdf::61                        0                       # What write queue length does an incoming req see
1947039Snate@binkert.orgsystem.physmem.wrQLenPdf::62                        0                       # What write queue length does an incoming req see
1957039Snate@binkert.orgsystem.physmem.wrQLenPdf::63                        0                       # What write queue length does an incoming req see
1967039Snate@binkert.orgsystem.physmem.bytesPerActivate::samples      1604351                       # Bytes accessed per row activation
1977039Snate@binkert.orgsystem.physmem.bytesPerActivate::mean      105.964762                       # Bytes accessed per row activation
1987039Snate@binkert.orgsystem.physmem.bytesPerActivate::gmean      82.430314                       # Bytes accessed per row activation
1997039Snate@binkert.orgsystem.physmem.bytesPerActivate::stdev     134.227606                       # Bytes accessed per row activation
2007039Snate@binkert.orgsystem.physmem.bytesPerActivate::0-127        1240784     77.34%     77.34% # Bytes accessed per row activation
2017039Snate@binkert.orgsystem.physmem.bytesPerActivate::128-255       261404     16.29%     93.63% # Bytes accessed per row activation
2026145Snate@binkert.orgsystem.physmem.bytesPerActivate::256-383        44793      2.79%     96.42% # Bytes accessed per row activation
2036145Snate@binkert.orgsystem.physmem.bytesPerActivate::384-511        17157      1.07%     97.49% # Bytes accessed per row activation
2047039Snate@binkert.orgsystem.physmem.bytesPerActivate::512-639        10128      0.63%     98.12% # Bytes accessed per row activation
2057039Snate@binkert.orgsystem.physmem.bytesPerActivate::640-767         4810      0.30%     98.42% # Bytes accessed per row activation
2067039Snate@binkert.orgsystem.physmem.bytesPerActivate::768-895         3056      0.19%     98.62% # Bytes accessed per row activation
2077039Snate@binkert.orgsystem.physmem.bytesPerActivate::896-1023         2546      0.16%     98.77% # Bytes accessed per row activation
2087039Snate@binkert.orgsystem.physmem.bytesPerActivate::1024-1151        19673      1.23%    100.00% # Bytes accessed per row activation
2097039Snate@binkert.orgsystem.physmem.bytesPerActivate::total        1604351                       # Bytes accessed per row activation
2107039Snate@binkert.orgsystem.physmem.rdPerTurnAround::samples         64945                       # Reads before turning the bus around for writes
2117039Snate@binkert.orgsystem.physmem.rdPerTurnAround::mean        34.562861                       # Reads before turning the bus around for writes
2126145Snate@binkert.orgsystem.physmem.rdPerTurnAround::stdev      155.173168                       # Reads before turning the bus around for writes
2136145Snate@binkert.orgsystem.physmem.rdPerTurnAround::0-1023          64902     99.93%     99.93% # Reads before turning the bus around for writes
2146145Snate@binkert.orgsystem.physmem.rdPerTurnAround::1024-2047           18      0.03%     99.96% # Reads before turning the bus around for writes
2156145Snate@binkert.orgsystem.physmem.rdPerTurnAround::2048-3071           12      0.02%     99.98% # Reads before turning the bus around for writes
2167039Snate@binkert.orgsystem.physmem.rdPerTurnAround::3072-4095            6      0.01%     99.99% # Reads before turning the bus around for writes
2177039Snate@binkert.orgsystem.physmem.rdPerTurnAround::4096-5119            2      0.00%     99.99% # Reads before turning the bus around for writes
2187039Snate@binkert.orgsystem.physmem.rdPerTurnAround::10240-11263            1      0.00%     99.99% # Reads before turning the bus around for writes
2197039Snate@binkert.orgsystem.physmem.rdPerTurnAround::12288-13311            2      0.00%    100.00% # Reads before turning the bus around for writes
2207039Snate@binkert.orgsystem.physmem.rdPerTurnAround::14336-15359            1      0.00%    100.00% # Reads before turning the bus around for writes
2216285Snate@binkert.orgsystem.physmem.rdPerTurnAround::22528-23551            1      0.00%    100.00% # Reads before turning the bus around for writes
2227039Snate@binkert.orgsystem.physmem.rdPerTurnAround::total           64945                       # Reads before turning the bus around for writes
2236145Snate@binkert.orgsystem.physmem.wrPerTurnAround::samples         64945                       # Writes before turning the bus around for reads
2247039Snate@binkert.orgsystem.physmem.wrPerTurnAround::mean        16.941828                       # Writes before turning the bus around for reads
2257039Snate@binkert.orgsystem.physmem.wrPerTurnAround::gmean       16.872806                       # Writes before turning the bus around for reads
2267823Ssteve.reinhardt@amd.comsystem.physmem.wrPerTurnAround::stdev        1.740981                       # Writes before turning the bus around for reads
2277039Snate@binkert.orgsystem.physmem.wrPerTurnAround::16-17           45649     70.29%     70.29% # Writes before turning the bus around for reads
2286145Snate@binkert.orgsystem.physmem.wrPerTurnAround::18-19           15339     23.62%     93.91% # Writes before turning the bus around for reads
2298174Snilay@cs.wisc.edusystem.physmem.wrPerTurnAround::20-21            3628      5.59%     99.49% # Writes before turning the bus around for reads
2307039Snate@binkert.orgsystem.physmem.wrPerTurnAround::22-23             219      0.34%     99.83% # Writes before turning the bus around for reads
2318174Snilay@cs.wisc.edusystem.physmem.wrPerTurnAround::24-25              37      0.06%     99.89% # Writes before turning the bus around for reads
2328174Snilay@cs.wisc.edusystem.physmem.wrPerTurnAround::26-27              12      0.02%     99.91% # Writes before turning the bus around for reads
2338174Snilay@cs.wisc.edusystem.physmem.wrPerTurnAround::28-29              13      0.02%     99.93% # Writes before turning the bus around for reads
2348174Snilay@cs.wisc.edusystem.physmem.wrPerTurnAround::30-31               7      0.01%     99.94% # Writes before turning the bus around for reads
2358174Snilay@cs.wisc.edusystem.physmem.wrPerTurnAround::36-37               2      0.00%     99.94% # Writes before turning the bus around for reads
2368174Snilay@cs.wisc.edusystem.physmem.wrPerTurnAround::38-39               4      0.01%     99.95% # Writes before turning the bus around for reads
2378174Snilay@cs.wisc.edusystem.physmem.wrPerTurnAround::40-41              17      0.03%     99.97% # Writes before turning the bus around for reads
2387455Snate@binkert.orgsystem.physmem.wrPerTurnAround::42-43               3      0.00%     99.98% # Writes before turning the bus around for reads
2397455Snate@binkert.orgsystem.physmem.wrPerTurnAround::44-45               2      0.00%     99.98% # Writes before turning the bus around for reads
2407455Snate@binkert.orgsystem.physmem.wrPerTurnAround::52-53               1      0.00%     99.98% # Writes before turning the bus around for reads
2417455Snate@binkert.orgsystem.physmem.wrPerTurnAround::54-55               1      0.00%     99.98% # Writes before turning the bus around for reads
2427455Snate@binkert.orgsystem.physmem.wrPerTurnAround::56-57               1      0.00%     99.98% # Writes before turning the bus around for reads
2437455Snate@binkert.orgsystem.physmem.wrPerTurnAround::60-61               1      0.00%     99.99% # Writes before turning the bus around for reads
2447039Snate@binkert.orgsystem.physmem.wrPerTurnAround::66-67               1      0.00%     99.99% # Writes before turning the bus around for reads
2457039Snate@binkert.orgsystem.physmem.wrPerTurnAround::68-69               1      0.00%     99.99% # Writes before turning the bus around for reads
2467039Snate@binkert.orgsystem.physmem.wrPerTurnAround::76-77               1      0.00%     99.99% # Writes before turning the bus around for reads
2477039Snate@binkert.orgsystem.physmem.wrPerTurnAround::80-81               2      0.00%     99.99% # Writes before turning the bus around for reads
2487039Snate@binkert.orgsystem.physmem.wrPerTurnAround::82-83               1      0.00%    100.00% # Writes before turning the bus around for reads
2497455Snate@binkert.orgsystem.physmem.wrPerTurnAround::84-85               1      0.00%    100.00% # Writes before turning the bus around for reads
2507039Snate@binkert.orgsystem.physmem.wrPerTurnAround::88-89               1      0.00%    100.00% # Writes before turning the bus around for reads
2517039Snate@binkert.orgsystem.physmem.wrPerTurnAround::90-91               1      0.00%    100.00% # Writes before turning the bus around for reads
2527455Snate@binkert.orgsystem.physmem.wrPerTurnAround::total           64945                       # Writes before turning the bus around for reads
2537455Snate@binkert.orgsystem.physmem.totQLat                    28406230500                       # Total ticks spent queuing
2547455Snate@binkert.orgsystem.physmem.totMemAccLat               98095071750                       # Total ticks spent from burst creation until serviced by the DRAM
2557455Snate@binkert.orgsystem.physmem.totBusLat                  11223745000                       # Total ticks spent in databus transfers
2567455Snate@binkert.orgsystem.physmem.totBankLat                 58465096250                       # Total ticks spent accessing banks
2577455Snate@binkert.orgsystem.physmem.avgQLat                       12654.52                       # Average queueing delay per DRAM burst
2587039Snate@binkert.orgsystem.physmem.avgBankLat                    26045.27                       # Average bank access latency per DRAM burst
2597039Snate@binkert.orgsystem.physmem.avgBusLat                      5000.00                       # Average bus latency per DRAM burst
2607039Snate@binkert.orgsystem.physmem.avgMemAccLat                  43699.80                       # Average memory access latency per DRAM burst
2617039Snate@binkert.orgsystem.physmem.avgRdBW                         270.56                       # Average DRAM read bandwidth in MiByte/s
2627039Snate@binkert.orgsystem.physmem.avgWrBW                         132.62                       # Average achieved write bandwidth in MiByte/s
2637455Snate@binkert.orgsystem.physmem.avgRdBWSys                      270.73                       # Average system read bandwidth in MiByte/s
2647039Snate@binkert.orgsystem.physmem.avgWrBWSys                      132.62                       # Average system write bandwidth in MiByte/s
2656145Snate@binkert.orgsystem.physmem.peakBW                        12800.00                       # Theoretical peak bandwidth in MiByte/s
2666145Snate@binkert.orgsystem.physmem.busUtil                           3.15                       # Data bus utilization in percentage
2677039Snate@binkert.orgsystem.physmem.busUtilRead                       2.11                       # Data bus utilization in percentage for reads
2686145Snate@binkert.orgsystem.physmem.busUtilWrite                      1.04                       # Data bus utilization in percentage for writes
2697039Snate@binkert.orgsystem.physmem.avgRdQLen                         1.18                       # Average read queue length when enqueuing
2707039Snate@binkert.orgsystem.physmem.avgWrQLen                        25.38                       # Average write queue length when enqueuing
2716145Snate@binkert.orgsystem.physmem.readRowHits                     908698                       # Number of row buffer hits during reads
2727039Snate@binkert.orgsystem.physmem.writeRowHits                    419053                       # Number of row buffer hits during writes
2736145Snate@binkert.orgsystem.physmem.readRowHitRate                   40.48                       # Row buffer hit rate for reads
2746145Snate@binkert.orgsystem.physmem.writeRowHitRate                  38.09                       # Row buffer hit rate for writes
2757039Snate@binkert.orgsystem.physmem.avgGap                       158670.87                       # Average gap between requests
2767455Snate@binkert.orgsystem.physmem.pageHitRate                      39.69                       # Row buffer hit rate, read and write combined
2777455Snate@binkert.orgsystem.physmem.prechargeAllPercent               6.04                       # Percentage of time for which DRAM has all the banks in precharge state
2787455Snate@binkert.orgsystem.membus.throughput                    403350610                       # Throughput (bytes/s)
2797455Snate@binkert.orgsystem.membus.trans_dist::ReadReq             1419771                       # Transaction distribution
2807455Snate@binkert.orgsystem.membus.trans_dist::ReadResp            1419771                       # Transaction distribution
2817455Snate@binkert.orgsystem.membus.trans_dist::Writeback           1100304                       # Transaction distribution
2827455Snate@binkert.orgsystem.membus.trans_dist::ReadExReq            826438                       # Transaction distribution
2837455Snate@binkert.orgsystem.membus.trans_dist::ReadExResp           826438                       # Transaction distribution
2847039Snate@binkert.orgsystem.membus.pkt_count_system.cpu.l2cache.mem_side::system.physmem.port      5592722                       # Packet count per connected master and slave (bytes)
2857039Snate@binkert.orgsystem.membus.pkt_count::total                5592722                       # Packet count per connected master and slave (bytes)
2867039Snate@binkert.orgsystem.membus.tot_pkt_size_system.cpu.l2cache.mem_side::system.physmem.port    214176832                       # Cumulative packet size per connected master and slave (bytes)
2877039Snate@binkert.orgsystem.membus.tot_pkt_size::total           214176832                       # Cumulative packet size per connected master and slave (bytes)
2886145Snate@binkert.orgsystem.membus.data_through_bus              214176832                       # Total data (bytes)
2897039Snate@binkert.orgsystem.membus.snoop_data_through_bus                0                       # Total snoop data (bytes)
2908174Snilay@cs.wisc.edusystem.membus.reqLayer0.occupancy         12918660500                       # Layer occupancy (ticks)
2917039Snate@binkert.orgsystem.membus.reqLayer0.utilization               2.4                       # Layer utilization (%)
2928174Snilay@cs.wisc.edusystem.membus.respLayer1.occupancy        21056537500                       # Layer occupancy (ticks)
2938174Snilay@cs.wisc.edusystem.membus.respLayer1.utilization              4.0                       # Layer utilization (%)
2948174Snilay@cs.wisc.edusystem.cpu_clk_domain.clock                       500                       # Clock period in ticks
2958174Snilay@cs.wisc.edusystem.cpu.branchPred.lookups               303422540                       # Number of BP lookups
2968174Snilay@cs.wisc.edusystem.cpu.branchPred.condPredicted         249650550                       # Number of conditional branches predicted
2978174Snilay@cs.wisc.edusystem.cpu.branchPred.condIncorrect          15218950                       # Number of conditional branches incorrect
2988174Snilay@cs.wisc.edusystem.cpu.branchPred.BTBLookups            174790549                       # Number of BTB lookups
2997455Snate@binkert.orgsystem.cpu.branchPred.BTBHits               161666933                       # Number of BTB hits
3007039Snate@binkert.orgsystem.cpu.branchPred.BTBCorrect                    0                       # Number of correct BTB predictions (this stat may not work properly.
3017455Snate@binkert.orgsystem.cpu.branchPred.BTBHitPct             92.491805                       # BTB Hit Percentage
3027039Snate@binkert.orgsystem.cpu.branchPred.usedRAS                17552768                       # Number of times the RAS was used to get a target.
3036285Snate@binkert.orgsystem.cpu.branchPred.RASInCorrect                208                       # Number of incorrect RAS predictions.
3047455Snate@binkert.orgsystem.cpu.dstage2_mmu.stage2_tlb.inst_hits            0                       # ITB inst hits
3056145Snate@binkert.orgsystem.cpu.dstage2_mmu.stage2_tlb.inst_misses            0                       # ITB inst misses
3066145Snate@binkert.orgsystem.cpu.dstage2_mmu.stage2_tlb.read_hits            0                       # DTB read hits
3077560SBrad.Beckmann@amd.comsystem.cpu.dstage2_mmu.stage2_tlb.read_misses            0                       # DTB read misses
3087560SBrad.Beckmann@amd.comsystem.cpu.dstage2_mmu.stage2_tlb.write_hits            0                       # DTB write hits
3097550SBrad.Beckmann@amd.comsystem.cpu.dstage2_mmu.stage2_tlb.write_misses            0                       # DTB write misses
3107560SBrad.Beckmann@amd.comsystem.cpu.dstage2_mmu.stage2_tlb.flush_tlb            0                       # Number of times complete TLB was flushed
3117560SBrad.Beckmann@amd.comsystem.cpu.dstage2_mmu.stage2_tlb.flush_tlb_mva            0                       # Number of times TLB was flushed by MVA
3127560SBrad.Beckmann@amd.comsystem.cpu.dstage2_mmu.stage2_tlb.flush_tlb_mva_asid            0                       # Number of times TLB was flushed by MVA & ASID
3137560SBrad.Beckmann@amd.comsystem.cpu.dstage2_mmu.stage2_tlb.flush_tlb_asid            0                       # Number of times TLB was flushed by ASID
3147560SBrad.Beckmann@amd.comsystem.cpu.dstage2_mmu.stage2_tlb.flush_entries            0                       # Number of entries that have been flushed from TLB
3157560SBrad.Beckmann@amd.comsystem.cpu.dstage2_mmu.stage2_tlb.align_faults            0                       # Number of TLB faults due to alignment restrictions
3168174Snilay@cs.wisc.edusystem.cpu.dstage2_mmu.stage2_tlb.prefetch_faults            0                       # Number of TLB faults due to prefetch
3177550SBrad.Beckmann@amd.comsystem.cpu.dstage2_mmu.stage2_tlb.domain_faults            0                       # Number of TLB faults due to domain restrictions
3187550SBrad.Beckmann@amd.comsystem.cpu.dstage2_mmu.stage2_tlb.perms_faults            0                       # Number of TLB faults due to permissions restrictions
3197550SBrad.Beckmann@amd.comsystem.cpu.dstage2_mmu.stage2_tlb.read_accesses            0                       # DTB read accesses
3207550SBrad.Beckmann@amd.comsystem.cpu.dstage2_mmu.stage2_tlb.write_accesses            0                       # DTB write accesses
3217550SBrad.Beckmann@amd.comsystem.cpu.dstage2_mmu.stage2_tlb.inst_accesses            0                       # ITB inst accesses
3227550SBrad.Beckmann@amd.comsystem.cpu.dstage2_mmu.stage2_tlb.hits              0                       # DTB hits
3237560SBrad.Beckmann@amd.comsystem.cpu.dstage2_mmu.stage2_tlb.misses            0                       # DTB misses
3247550SBrad.Beckmann@amd.comsystem.cpu.dstage2_mmu.stage2_tlb.accesses            0                       # DTB accesses
3257550SBrad.Beckmann@amd.comsystem.cpu.dtb.inst_hits                            0                       # ITB inst hits
3267550SBrad.Beckmann@amd.comsystem.cpu.dtb.inst_misses                          0                       # ITB inst misses
3277550SBrad.Beckmann@amd.comsystem.cpu.dtb.read_hits                            0                       # DTB read hits
3287550SBrad.Beckmann@amd.comsystem.cpu.dtb.read_misses                          0                       # DTB read misses
3297550SBrad.Beckmann@amd.comsystem.cpu.dtb.write_hits                           0                       # DTB write hits
3307550SBrad.Beckmann@amd.comsystem.cpu.dtb.write_misses                         0                       # DTB write misses
3317560SBrad.Beckmann@amd.comsystem.cpu.dtb.flush_tlb                            0                       # Number of times complete TLB was flushed
3327560SBrad.Beckmann@amd.comsystem.cpu.dtb.flush_tlb_mva                        0                       # Number of times TLB was flushed by MVA
3337560SBrad.Beckmann@amd.comsystem.cpu.dtb.flush_tlb_mva_asid                   0                       # Number of times TLB was flushed by MVA & ASID
3347550SBrad.Beckmann@amd.comsystem.cpu.dtb.flush_tlb_asid                       0                       # Number of times TLB was flushed by ASID
3358174Snilay@cs.wisc.edusystem.cpu.dtb.flush_entries                        0                       # Number of entries that have been flushed from TLB
3367550SBrad.Beckmann@amd.comsystem.cpu.dtb.align_faults                         0                       # Number of TLB faults due to alignment restrictions
3377550SBrad.Beckmann@amd.comsystem.cpu.dtb.prefetch_faults                      0                       # Number of TLB faults due to prefetch
3387550SBrad.Beckmann@amd.comsystem.cpu.dtb.domain_faults                        0                       # Number of TLB faults due to domain restrictions
3397550SBrad.Beckmann@amd.comsystem.cpu.dtb.perms_faults                         0                       # Number of TLB faults due to permissions restrictions
3407550SBrad.Beckmann@amd.comsystem.cpu.dtb.read_accesses                        0                       # DTB read accesses
3417550SBrad.Beckmann@amd.comsystem.cpu.dtb.write_accesses                       0                       # DTB write accesses
3427550SBrad.Beckmann@amd.comsystem.cpu.dtb.inst_accesses                        0                       # ITB inst accesses
3437550SBrad.Beckmann@amd.comsystem.cpu.dtb.hits                                 0                       # DTB hits
3447550SBrad.Beckmann@amd.comsystem.cpu.dtb.misses                               0                       # DTB misses
3457550SBrad.Beckmann@amd.comsystem.cpu.dtb.accesses                             0                       # DTB accesses
3467550SBrad.Beckmann@amd.comsystem.cpu.istage2_mmu.stage2_tlb.inst_hits            0                       # ITB inst hits
3477560SBrad.Beckmann@amd.comsystem.cpu.istage2_mmu.stage2_tlb.inst_misses            0                       # ITB inst misses
3487550SBrad.Beckmann@amd.comsystem.cpu.istage2_mmu.stage2_tlb.read_hits            0                       # DTB read hits
3497550SBrad.Beckmann@amd.comsystem.cpu.istage2_mmu.stage2_tlb.read_misses            0                       # DTB read misses
3507550SBrad.Beckmann@amd.comsystem.cpu.istage2_mmu.stage2_tlb.write_hits            0                       # DTB write hits
3517039Snate@binkert.orgsystem.cpu.istage2_mmu.stage2_tlb.write_misses            0                       # DTB write misses
3527039Snate@binkert.orgsystem.cpu.istage2_mmu.stage2_tlb.flush_tlb            0                       # Number of times complete TLB was flushed
3537546SBrad.Beckmann@amd.comsystem.cpu.istage2_mmu.stage2_tlb.flush_tlb_mva            0                       # Number of times TLB was flushed by MVA
3547546SBrad.Beckmann@amd.comsystem.cpu.istage2_mmu.stage2_tlb.flush_tlb_mva_asid            0                       # Number of times TLB was flushed by MVA & ASID
3557546SBrad.Beckmann@amd.comsystem.cpu.istage2_mmu.stage2_tlb.flush_tlb_asid            0                       # Number of times TLB was flushed by ASID
3567546SBrad.Beckmann@amd.comsystem.cpu.istage2_mmu.stage2_tlb.flush_entries            0                       # Number of entries that have been flushed from TLB
3577546SBrad.Beckmann@amd.comsystem.cpu.istage2_mmu.stage2_tlb.align_faults            0                       # Number of TLB faults due to alignment restrictions
3587546SBrad.Beckmann@amd.comsystem.cpu.istage2_mmu.stage2_tlb.prefetch_faults            0                       # Number of TLB faults due to prefetch
3597546SBrad.Beckmann@amd.comsystem.cpu.istage2_mmu.stage2_tlb.domain_faults            0                       # Number of TLB faults due to domain restrictions
3607546SBrad.Beckmann@amd.comsystem.cpu.istage2_mmu.stage2_tlb.perms_faults            0                       # Number of TLB faults due to permissions restrictions
3617565SBrad.Beckmann@amd.comsystem.cpu.istage2_mmu.stage2_tlb.read_accesses            0                       # DTB read accesses
3627565SBrad.Beckmann@amd.comsystem.cpu.istage2_mmu.stage2_tlb.write_accesses            0                       # DTB write accesses
3637565SBrad.Beckmann@amd.comsystem.cpu.istage2_mmu.stage2_tlb.inst_accesses            0                       # ITB inst accesses
3647565SBrad.Beckmann@amd.comsystem.cpu.istage2_mmu.stage2_tlb.hits              0                       # DTB hits
3657565SBrad.Beckmann@amd.comsystem.cpu.istage2_mmu.stage2_tlb.misses            0                       # DTB misses
3667565SBrad.Beckmann@amd.comsystem.cpu.istage2_mmu.stage2_tlb.accesses            0                       # DTB accesses
3677565SBrad.Beckmann@amd.comsystem.cpu.itb.inst_hits                            0                       # ITB inst hits
3687565SBrad.Beckmann@amd.comsystem.cpu.itb.inst_misses                          0                       # ITB inst misses
3697565SBrad.Beckmann@amd.comsystem.cpu.itb.read_hits                            0                       # DTB read hits
3707565SBrad.Beckmann@amd.comsystem.cpu.itb.read_misses                          0                       # DTB read misses
3717565SBrad.Beckmann@amd.comsystem.cpu.itb.write_hits                           0                       # DTB write hits
3727039Snate@binkert.orgsystem.cpu.itb.write_misses                         0                       # DTB write misses
3737455Snate@binkert.orgsystem.cpu.itb.flush_tlb                            0                       # Number of times complete TLB was flushed
3746145Snate@binkert.orgsystem.cpu.itb.flush_tlb_mva                        0                       # Number of times TLB was flushed by MVA
3757455Snate@binkert.orgsystem.cpu.itb.flush_tlb_mva_asid                   0                       # Number of times TLB was flushed by MVA & ASID
3767455Snate@binkert.orgsystem.cpu.itb.flush_tlb_asid                       0                       # Number of times TLB was flushed by ASID
3777455Snate@binkert.orgsystem.cpu.itb.flush_entries                        0                       # Number of entries that have been flushed from TLB
3786145Snate@binkert.orgsystem.cpu.itb.align_faults                         0                       # Number of TLB faults due to alignment restrictions
3797455Snate@binkert.orgsystem.cpu.itb.prefetch_faults                      0                       # Number of TLB faults due to prefetch
3807455Snate@binkert.orgsystem.cpu.itb.domain_faults                        0                       # Number of TLB faults due to domain restrictions
3816846Spdudnik@cs.wisc.edusystem.cpu.itb.perms_faults                         0                       # Number of TLB faults due to permissions restrictions
3828174Snilay@cs.wisc.edusystem.cpu.itb.read_accesses                        0                       # DTB read accesses
3838174Snilay@cs.wisc.edusystem.cpu.itb.write_accesses                       0                       # DTB write accesses
3848174Snilay@cs.wisc.edusystem.cpu.itb.inst_accesses                        0                       # ITB inst accesses
3858174Snilay@cs.wisc.edusystem.cpu.itb.hits                                 0                       # DTB hits
3868174Snilay@cs.wisc.edusystem.cpu.itb.misses                               0                       # DTB misses
3878174Snilay@cs.wisc.edusystem.cpu.itb.accesses                             0                       # DTB accesses
3888174Snilay@cs.wisc.edusystem.cpu.workload.num_syscalls                   46                       # Number of system calls
3896145Snate@binkert.orgsystem.cpu.numCycles                       1061988388                       # number of cpu cycles simulated
3907550SBrad.Beckmann@amd.comsystem.cpu.numWorkItemsStarted                      0                       # number of work items this cpu started
3917550SBrad.Beckmann@amd.comsystem.cpu.numWorkItemsCompleted                    0                       # number of work items this cpu completed
3927550SBrad.Beckmann@amd.comsystem.cpu.fetch.icacheStallCycles          298972523                       # Number of cycles fetch is stalled on an Icache miss
3937550SBrad.Beckmann@amd.comsystem.cpu.fetch.Insts                     2188716520                       # Number of instructions fetch has processed
3948171Stushar@csail.mit.edusystem.cpu.fetch.Branches                   303422540                       # Number of branches that fetch encountered
3958171Stushar@csail.mit.edusystem.cpu.fetch.predictedBranches          179219701                       # Number of branches that fetch has predicted taken
3968171Stushar@csail.mit.edusystem.cpu.fetch.Cycles                     435616214                       # Number of cycles fetch has run and was not squashing or blocked
3978171Stushar@csail.mit.edusystem.cpu.fetch.SquashCycles                87982008                       # Number of cycles fetch has spent squashing
3988171Stushar@csail.mit.edusystem.cpu.fetch.BlockedCycles              163592873                       # Number of cycles fetch has spent blocked
3997550SBrad.Beckmann@amd.comsystem.cpu.fetch.MiscStallCycles                    1                       # Number of cycles fetch has spent waiting on interrupts, or bad addresses, or out of MSHRs
4008174Snilay@cs.wisc.edusystem.cpu.fetch.PendingTrapStallCycles            98                       # Number of stall cycles due to pending traps
4017039Snate@binkert.orgsystem.cpu.fetch.CacheLines                 289402821                       # Number of cache lines fetched
4028174Snilay@cs.wisc.edusystem.cpu.fetch.IcacheSquashes               5967581                       # Number of outstanding Icache misses that were squashed
4037039Snate@binkert.orgsystem.cpu.fetch.rateDist::samples          968083151                       # Number of instructions fetched each cycle (Total)
4047039Snate@binkert.orgsystem.cpu.fetch.rateDist::mean              2.501232                       # Number of instructions fetched each cycle (Total)
4056863Sdrh5@cs.wisc.edusystem.cpu.fetch.rateDist::stdev             3.206704                       # Number of instructions fetched each cycle (Total)
4067565SBrad.Beckmann@amd.comsystem.cpu.fetch.rateDist::underflows               0      0.00%      0.00% # Number of instructions fetched each cycle (Total)
4077565SBrad.Beckmann@amd.comsystem.cpu.fetch.rateDist::0                532467013     55.00%     55.00% # Number of instructions fetched each cycle (Total)
4086145Snate@binkert.orgsystem.cpu.fetch.rateDist::1                 25400980      2.62%     57.63% # Number of instructions fetched each cycle (Total)
4096145Snate@binkert.orgsystem.cpu.fetch.rateDist::2                 39071584      4.04%     61.66% # Number of instructions fetched each cycle (Total)
4107039Snate@binkert.orgsystem.cpu.fetch.rateDist::3                 48282365      4.99%     66.65% # Number of instructions fetched each cycle (Total)
4117039Snate@binkert.orgsystem.cpu.fetch.rateDist::4                 43747142      4.52%     71.17% # Number of instructions fetched each cycle (Total)
4127039Snate@binkert.orgsystem.cpu.fetch.rateDist::5                 46387901      4.79%     75.96% # Number of instructions fetched each cycle (Total)
4137546SBrad.Beckmann@amd.comsystem.cpu.fetch.rateDist::6                 38401401      3.97%     79.93% # Number of instructions fetched each cycle (Total)
4147546SBrad.Beckmann@amd.comsystem.cpu.fetch.rateDist::7                 18925667      1.95%     81.88% # Number of instructions fetched each cycle (Total)
4157546SBrad.Beckmann@amd.comsystem.cpu.fetch.rateDist::8                175399098     18.12%    100.00% # Number of instructions fetched each cycle (Total)
4167546SBrad.Beckmann@amd.comsystem.cpu.fetch.rateDist::overflows                0      0.00%    100.00% # Number of instructions fetched each cycle (Total)
4177546SBrad.Beckmann@amd.comsystem.cpu.fetch.rateDist::min_value                0                       # Number of instructions fetched each cycle (Total)
4187546SBrad.Beckmann@amd.comsystem.cpu.fetch.rateDist::max_value                8                       # Number of instructions fetched each cycle (Total)
4197546SBrad.Beckmann@amd.comsystem.cpu.fetch.rateDist::total            968083151                       # Number of instructions fetched each cycle (Total)
4207546SBrad.Beckmann@amd.comsystem.cpu.fetch.branchRate                  0.285712                       # Number of branch fetches per cycle
4217565SBrad.Beckmann@amd.comsystem.cpu.fetch.rate                        2.060961                       # Number of inst fetches per cycle
4227565SBrad.Beckmann@amd.comsystem.cpu.decode.IdleCycles                331186258                       # Number of cycles decode is idle
4237565SBrad.Beckmann@amd.comsystem.cpu.decode.BlockedCycles             141449476                       # Number of cycles decode is blocked
4247565SBrad.Beckmann@amd.comsystem.cpu.decode.RunCycles                 405224090                       # Number of cycles decode is running
4257565SBrad.Beckmann@amd.comsystem.cpu.decode.UnblockCycles              20322579                       # Number of cycles decode is unblocking
4267565SBrad.Beckmann@amd.comsystem.cpu.decode.SquashCycles               69900748                       # Number of cycles decode is squashing
4277565SBrad.Beckmann@amd.comsystem.cpu.decode.BranchResolved             46031045                       # Number of times decode resolved a branch
4287565SBrad.Beckmann@amd.comsystem.cpu.decode.BranchMispred                   725                       # Number of times decode detected a branch misprediction
4297565SBrad.Beckmann@amd.comsystem.cpu.decode.DecodedInsts             2368410495                       # Number of instructions handled by decode
4307565SBrad.Beckmann@amd.comsystem.cpu.decode.SquashedInsts                  2465                       # Number of squashed instructions handled by decode
4317565SBrad.Beckmann@amd.comsystem.cpu.rename.SquashCycles               69900748                       # Number of cycles rename is squashing
4327039Snate@binkert.orgsystem.cpu.rename.IdleCycles                354622933                       # Number of cycles rename is idle
4337455Snate@binkert.orgsystem.cpu.rename.BlockCycles                70003752                       # Number of cycles rename is blocking
4346145Snate@binkert.orgsystem.cpu.rename.serializeStallCycles          18690                       # count of cycles rename stalled for serializing inst
4357455Snate@binkert.orgsystem.cpu.rename.RunCycles                 400463677                       # Number of cycles rename is running
4367455Snate@binkert.orgsystem.cpu.rename.UnblockCycles              73073351                       # Number of cycles rename is unblocking
4377455Snate@binkert.orgsystem.cpu.rename.RenamedInsts             2305921736                       # Number of instructions processed by rename
4387455Snate@binkert.orgsystem.cpu.rename.ROBFullEvents                149865                       # Number of times rename has blocked due to ROB full
4397455Snate@binkert.orgsystem.cpu.rename.IQFullEvents                5017686                       # Number of times rename has blocked due to IQ full
4407455Snate@binkert.orgsystem.cpu.rename.LSQFullEvents              60142463                       # Number of times rename has blocked due to LSQ full
4416145Snate@binkert.orgsystem.cpu.rename.FullRegisterEvents               10                       # Number of times there has been no free registers
4428174Snilay@cs.wisc.edusystem.cpu.rename.RenamedOperands          2281817078                       # Number of destination operands rename has renamed
4438174Snilay@cs.wisc.edusystem.cpu.rename.RenameLookups           10647699630                       # Number of register rename lookups that rename has made
4446285Snate@binkert.orgsystem.cpu.rename.int_rename_lookups       9761875654                       # Number of integer rename lookups
4457565SBrad.Beckmann@amd.comsystem.cpu.rename.fp_rename_lookups               372                       # Number of floating rename lookups
4467565SBrad.Beckmann@amd.comsystem.cpu.rename.CommittedMaps            1706319930                       # Number of HB maps that are committed
4476145Snate@binkert.orgsystem.cpu.rename.UndoneMaps                575497148                       # Number of HB maps that are undone due to squashing
4486145Snate@binkert.orgsystem.cpu.rename.serializingInsts                824                       # count of serializing insts renamed
4497039Snate@binkert.orgsystem.cpu.rename.tempSerializingInsts            821                       # count of temporary serializing insts renamed
4507546SBrad.Beckmann@amd.comsystem.cpu.rename.skidInsts                 160915749                       # count of insts added to the skid buffer
4517546SBrad.Beckmann@amd.comsystem.cpu.memDep0.insertedLoads            624658588                       # Number of loads inserted to the mem dependence unit.
4527560SBrad.Beckmann@amd.comsystem.cpu.memDep0.insertedStores           220783882                       # Number of stores inserted to the mem dependence unit.
4537565SBrad.Beckmann@amd.comsystem.cpu.memDep0.conflictingLoads          86055084                       # Number of conflicting loads.
4547565SBrad.Beckmann@amd.comsystem.cpu.memDep0.conflictingStores         71680407                       # Number of conflicting stores.
4557565SBrad.Beckmann@amd.comsystem.cpu.iq.iqInstsAdded                 2202175358                       # Number of instructions added to the IQ (excludes non-spec)
4567565SBrad.Beckmann@amd.comsystem.cpu.iq.iqNonSpecInstsAdded                 849                       # Number of non-speculative instructions added to the IQ
4577039Snate@binkert.orgsystem.cpu.iq.iqInstsIssued                2018579412                       # Number of instructions issued
4587039Snate@binkert.orgsystem.cpu.iq.iqSquashedInstsIssued           4016690                       # Number of squashed instructions issued
4598174Snilay@cs.wisc.edusystem.cpu.iq.iqSquashedInstsExamined       474511400                       # Number of squashed instructions iterated over during squash; mainly for profiling
4608174Snilay@cs.wisc.edusystem.cpu.iq.iqSquashedOperandsExamined   1127247409                       # Number of squashed operands that are examined and possibly removed from graph
4617039Snate@binkert.orgsystem.cpu.iq.iqSquashedNonSpecRemoved            679                       # Number of squashed non-spec instructions that were removed
4628174Snilay@cs.wisc.edusystem.cpu.iq.issued_per_cycle::samples     968083151                       # Number of insts issued each cycle
4637039Snate@binkert.orgsystem.cpu.iq.issued_per_cycle::mean         2.085130                       # Number of insts issued each cycle
4646145Snate@binkert.orgsystem.cpu.iq.issued_per_cycle::stdev        1.905910                       # Number of insts issued each cycle
4657039Snate@binkert.orgsystem.cpu.iq.issued_per_cycle::underflows            0      0.00%      0.00% # Number of insts issued each cycle
4667039Snate@binkert.orgsystem.cpu.iq.issued_per_cycle::0           285219249     29.46%     29.46% # Number of insts issued each cycle
4677039Snate@binkert.orgsystem.cpu.iq.issued_per_cycle::1           153603913     15.87%     45.33% # Number of insts issued each cycle
4687039Snate@binkert.orgsystem.cpu.iq.issued_per_cycle::2           160908478     16.62%     61.95% # Number of insts issued each cycle
4697039Snate@binkert.orgsystem.cpu.iq.issued_per_cycle::3           120369215     12.43%     74.38% # Number of insts issued each cycle
4707039Snate@binkert.orgsystem.cpu.iq.issued_per_cycle::4           123515877     12.76%     87.14% # Number of insts issued each cycle
4717039Snate@binkert.orgsystem.cpu.iq.issued_per_cycle::5            73725483      7.62%     94.76% # Number of insts issued each cycle
4727039Snate@binkert.orgsystem.cpu.iq.issued_per_cycle::6            38349194      3.96%     98.72% # Number of insts issued each cycle
4736145Snate@binkert.orgsystem.cpu.iq.issued_per_cycle::7             9869125      1.02%     99.74% # Number of insts issued each cycle
4747039Snate@binkert.orgsystem.cpu.iq.issued_per_cycle::8             2522617      0.26%    100.00% # Number of insts issued each cycle
4757039Snate@binkert.orgsystem.cpu.iq.issued_per_cycle::overflows            0      0.00%    100.00% # Number of insts issued each cycle
4766145Snate@binkert.orgsystem.cpu.iq.issued_per_cycle::min_value            0                       # Number of insts issued each cycle
4777039Snate@binkert.orgsystem.cpu.iq.issued_per_cycle::max_value            8                       # Number of insts issued each cycle
4787039Snate@binkert.orgsystem.cpu.iq.issued_per_cycle::total       968083151                       # Number of insts issued each cycle
4797546SBrad.Beckmann@amd.comsystem.cpu.iq.fu_full::No_OpClass                   0      0.00%      0.00% # attempts to use FU when none available
4806285Snate@binkert.orgsystem.cpu.iq.fu_full::IntAlu                  891948      3.74%      3.74% # attempts to use FU when none available
4817565SBrad.Beckmann@amd.comsystem.cpu.iq.fu_full::IntMult                   5659      0.02%      3.77% # attempts to use FU when none available
4827565SBrad.Beckmann@amd.comsystem.cpu.iq.fu_full::IntDiv                       0      0.00%      3.77% # attempts to use FU when none available
4837565SBrad.Beckmann@amd.comsystem.cpu.iq.fu_full::FloatAdd                     0      0.00%      3.77% # attempts to use FU when none available
4847565SBrad.Beckmann@amd.comsystem.cpu.iq.fu_full::FloatCmp                     0      0.00%      3.77% # attempts to use FU when none available
4857565SBrad.Beckmann@amd.comsystem.cpu.iq.fu_full::FloatCvt                     0      0.00%      3.77% # attempts to use FU when none available
4867565SBrad.Beckmann@amd.comsystem.cpu.iq.fu_full::FloatMult                    0      0.00%      3.77% # attempts to use FU when none available
4877565SBrad.Beckmann@amd.comsystem.cpu.iq.fu_full::FloatDiv                     0      0.00%      3.77% # attempts to use FU when none available
4887565SBrad.Beckmann@amd.comsystem.cpu.iq.fu_full::FloatSqrt                    0      0.00%      3.77% # attempts to use FU when none available
4897565SBrad.Beckmann@amd.comsystem.cpu.iq.fu_full::SimdAdd                      0      0.00%      3.77% # attempts to use FU when none available
4907565SBrad.Beckmann@amd.comsystem.cpu.iq.fu_full::SimdAddAcc                   0      0.00%      3.77% # attempts to use FU when none available
4917565SBrad.Beckmann@amd.comsystem.cpu.iq.fu_full::SimdAlu                      0      0.00%      3.77% # attempts to use FU when none available
4927565SBrad.Beckmann@amd.comsystem.cpu.iq.fu_full::SimdCmp                      0      0.00%      3.77% # attempts to use FU when none available
4937565SBrad.Beckmann@amd.comsystem.cpu.iq.fu_full::SimdCvt                      0      0.00%      3.77% # attempts to use FU when none available
4947565SBrad.Beckmann@amd.comsystem.cpu.iq.fu_full::SimdMisc                     0      0.00%      3.77% # attempts to use FU when none available
4957565SBrad.Beckmann@amd.comsystem.cpu.iq.fu_full::SimdMult                     0      0.00%      3.77% # attempts to use FU when none available
4967565SBrad.Beckmann@amd.comsystem.cpu.iq.fu_full::SimdMultAcc                  0      0.00%      3.77% # attempts to use FU when none available
4977832Snate@binkert.orgsystem.cpu.iq.fu_full::SimdShift                    0      0.00%      3.77% # attempts to use FU when none available
4987832Snate@binkert.orgsystem.cpu.iq.fu_full::SimdShiftAcc                 0      0.00%      3.77% # attempts to use FU when none available
4997832Snate@binkert.orgsystem.cpu.iq.fu_full::SimdSqrt                     0      0.00%      3.77% # attempts to use FU when none available
5008174Snilay@cs.wisc.edusystem.cpu.iq.fu_full::SimdFloatAdd                 0      0.00%      3.77% # attempts to use FU when none available
5016285Snate@binkert.orgsystem.cpu.iq.fu_full::SimdFloatAlu                 0      0.00%      3.77% # attempts to use FU when none available
5027039Snate@binkert.orgsystem.cpu.iq.fu_full::SimdFloatCmp                 0      0.00%      3.77% # attempts to use FU when none available
5037039Snate@binkert.orgsystem.cpu.iq.fu_full::SimdFloatCvt                 0      0.00%      3.77% # attempts to use FU when none available
5047039Snate@binkert.orgsystem.cpu.iq.fu_full::SimdFloatDiv                 0      0.00%      3.77% # attempts to use FU when none available
5057039Snate@binkert.orgsystem.cpu.iq.fu_full::SimdFloatMisc                0      0.00%      3.77% # attempts to use FU when none available
5067039Snate@binkert.orgsystem.cpu.iq.fu_full::SimdFloatMult                0      0.00%      3.77% # attempts to use FU when none available
5076285Snate@binkert.orgsystem.cpu.iq.fu_full::SimdFloatMultAcc             0      0.00%      3.77% # attempts to use FU when none available
5087039Snate@binkert.orgsystem.cpu.iq.fu_full::SimdFloatSqrt                0      0.00%      3.77% # attempts to use FU when none available
5097039Snate@binkert.orgsystem.cpu.iq.fu_full::MemRead               18285123     76.74%     80.51% # attempts to use FU when none available
5107039Snate@binkert.orgsystem.cpu.iq.fu_full::MemWrite               4644794     19.49%    100.00% # attempts to use FU when none available
5117039Snate@binkert.orgsystem.cpu.iq.fu_full::IprAccess                    0      0.00%    100.00% # attempts to use FU when none available
5127039Snate@binkert.orgsystem.cpu.iq.fu_full::InstPrefetch                 0      0.00%    100.00% # attempts to use FU when none available
5137908Shestness@cs.utexas.edusystem.cpu.iq.FU_type_0::No_OpClass                 0      0.00%      0.00% # Type of FU issued
5147907Shestness@cs.utexas.edusystem.cpu.iq.FU_type_0::IntAlu            1236892590     61.28%     61.28% # Type of FU issued
5157039Snate@binkert.orgsystem.cpu.iq.FU_type_0::IntMult               924644      0.05%     61.32% # Type of FU issued
5168174Snilay@cs.wisc.edusystem.cpu.iq.FU_type_0::IntDiv                     0      0.00%     61.32% # Type of FU issued
5178174Snilay@cs.wisc.edusystem.cpu.iq.FU_type_0::FloatAdd                   2      0.00%     61.32% # Type of FU issued
5187039Snate@binkert.orgsystem.cpu.iq.FU_type_0::FloatCmp                   0      0.00%     61.32% # Type of FU issued
5197039Snate@binkert.orgsystem.cpu.iq.FU_type_0::FloatCvt                   0      0.00%     61.32% # Type of FU issued
5208174Snilay@cs.wisc.edusystem.cpu.iq.FU_type_0::FloatMult                  0      0.00%     61.32% # Type of FU issued
5217039Snate@binkert.orgsystem.cpu.iq.FU_type_0::FloatDiv                   0      0.00%     61.32% # Type of FU issued
5226285Snate@binkert.orgsystem.cpu.iq.FU_type_0::FloatSqrt                  0      0.00%     61.32% # Type of FU issued
5237039Snate@binkert.orgsystem.cpu.iq.FU_type_0::SimdAdd                    0      0.00%     61.32% # Type of FU issued
5247039Snate@binkert.orgsystem.cpu.iq.FU_type_0::SimdAddAcc                 0      0.00%     61.32% # Type of FU issued
5257039Snate@binkert.orgsystem.cpu.iq.FU_type_0::SimdAlu                    0      0.00%     61.32% # Type of FU issued
5267039Snate@binkert.orgsystem.cpu.iq.FU_type_0::SimdCmp                    0      0.00%     61.32% # Type of FU issued
5277023SBrad.Beckmann@amd.comsystem.cpu.iq.FU_type_0::SimdCvt                    0      0.00%     61.32% # Type of FU issued
5287039Snate@binkert.orgsystem.cpu.iq.FU_type_0::SimdMisc                   0      0.00%     61.32% # Type of FU issued
5297039Snate@binkert.orgsystem.cpu.iq.FU_type_0::SimdMult                   0      0.00%     61.32% # Type of FU issued
5307039Snate@binkert.orgsystem.cpu.iq.FU_type_0::SimdMultAcc                0      0.00%     61.32% # Type of FU issued
5317039Snate@binkert.orgsystem.cpu.iq.FU_type_0::SimdShift                  0      0.00%     61.32% # Type of FU issued
5327039Snate@binkert.orgsystem.cpu.iq.FU_type_0::SimdShiftAcc               0      0.00%     61.32% # Type of FU issued
5337039Snate@binkert.orgsystem.cpu.iq.FU_type_0::SimdSqrt                   0      0.00%     61.32% # Type of FU issued
5347039Snate@binkert.orgsystem.cpu.iq.FU_type_0::SimdFloatAdd               0      0.00%     61.32% # Type of FU issued
5357039Snate@binkert.orgsystem.cpu.iq.FU_type_0::SimdFloatAlu               0      0.00%     61.32% # Type of FU issued
5367039Snate@binkert.orgsystem.cpu.iq.FU_type_0::SimdFloatCmp               0      0.00%     61.32% # Type of FU issued
5377039Snate@binkert.orgsystem.cpu.iq.FU_type_0::SimdFloatCvt              35      0.00%     61.32% # Type of FU issued
5387039Snate@binkert.orgsystem.cpu.iq.FU_type_0::SimdFloatDiv               1      0.00%     61.32% # Type of FU issued
5397039Snate@binkert.orgsystem.cpu.iq.FU_type_0::SimdFloatMisc             20      0.00%     61.32% # Type of FU issued
5407023SBrad.Beckmann@amd.comsystem.cpu.iq.FU_type_0::SimdFloatMult              5      0.00%     61.32% # Type of FU issued
5417039Snate@binkert.orgsystem.cpu.iq.FU_type_0::SimdFloatMultAcc            0      0.00%     61.32% # Type of FU issued
5427039Snate@binkert.orgsystem.cpu.iq.FU_type_0::SimdFloatSqrt              0      0.00%     61.32% # Type of FU issued
5436285Snate@binkert.orgsystem.cpu.iq.FU_type_0::MemRead            587766580     29.12%     90.44% # Type of FU issued
5446285Snate@binkert.orgsystem.cpu.iq.FU_type_0::MemWrite           192995535      9.56%    100.00% # Type of FU issued
5456285Snate@binkert.orgsystem.cpu.iq.FU_type_0::IprAccess                  0      0.00%    100.00% # Type of FU issued
5467039Snate@binkert.orgsystem.cpu.iq.FU_type_0::InstPrefetch               0      0.00%    100.00% # Type of FU issued
5477039Snate@binkert.orgsystem.cpu.iq.FU_type_0::total             2018579412                       # Type of FU issued
5487039Snate@binkert.orgsystem.cpu.iq.rate                           1.900755                       # Inst issue rate
5497039Snate@binkert.orgsystem.cpu.iq.fu_busy_cnt                    23827524                       # FU busy when requested
5508174Snilay@cs.wisc.edusystem.cpu.iq.fu_busy_rate                   0.011804                       # FU busy rate (busy events/executed inst)
5517039Snate@binkert.orgsystem.cpu.iq.int_inst_queue_reads         5033085915                       # Number of integer instruction queue reads
5528174Snilay@cs.wisc.edusystem.cpu.iq.int_inst_queue_writes        2676877502                       # Number of integer instruction queue writes
5537039Snate@binkert.orgsystem.cpu.iq.int_inst_queue_wakeup_accesses   1957286875                       # Number of integer instruction queue wakeup accesses
5548174Snilay@cs.wisc.edusystem.cpu.iq.fp_inst_queue_reads                 274                       # Number of floating instruction queue reads
5558174Snilay@cs.wisc.edusystem.cpu.iq.fp_inst_queue_writes                546                       # Number of floating instruction queue writes
5568174Snilay@cs.wisc.edusystem.cpu.iq.fp_inst_queue_wakeup_accesses          114                       # Number of floating instruction queue wakeup accesses
5577039Snate@binkert.orgsystem.cpu.iq.int_alu_accesses             2042406797                       # Number of integer alu accesses
5587039Snate@binkert.orgsystem.cpu.iq.fp_alu_accesses                     139                       # Number of floating point alu accesses
5597039Snate@binkert.orgsystem.cpu.iew.lsq.thread0.forwLoads         64607409                       # Number of loads that had data forwarded from stores
5607039Snate@binkert.orgsystem.cpu.iew.lsq.thread0.invAddrLoads             0                       # Number of loads ignored due to an invalid address
5617039Snate@binkert.orgsystem.cpu.iew.lsq.thread0.squashedLoads    138731819                       # Number of loads squashed
5627039Snate@binkert.orgsystem.cpu.iew.lsq.thread0.ignoredResponses       269264                       # Number of memory responses ignored because the instruction is squashed
5638174Snilay@cs.wisc.edusystem.cpu.iew.lsq.thread0.memOrderViolation       192926                       # Number of memory ordering violations
5648174Snilay@cs.wisc.edusystem.cpu.iew.lsq.thread0.squashedStores     45936837                       # Number of stores squashed
5657039Snate@binkert.orgsystem.cpu.iew.lsq.thread0.invAddrSwpfs             0                       # Number of software prefetches ignored due to an invalid address
5667039Snate@binkert.orgsystem.cpu.iew.lsq.thread0.blockedLoads             0                       # Number of blocked loads due to partial load-store forwarding
5677039Snate@binkert.orgsystem.cpu.iew.lsq.thread0.rescheduledLoads            5                       # Number of loads that were rescheduled
5687039Snate@binkert.orgsystem.cpu.iew.lsq.thread0.cacheBlocked       4636852                       # Number of times an access to memory failed due to the cache being blocked
5697039Snate@binkert.orgsystem.cpu.iew.iewIdleCycles                        0                       # Number of cycles IEW is idle
5706859Sdrh5@cs.wisc.edusystem.cpu.iew.iewSquashCycles               69900748                       # Number of cycles IEW is squashing
5717039Snate@binkert.orgsystem.cpu.iew.iewBlockCycles                32985264                       # Number of cycles IEW is blocking
5727039Snate@binkert.orgsystem.cpu.iew.iewUnblockCycles               1607893                       # Number of cycles IEW is unblocking
5737039Snate@binkert.orgsystem.cpu.iew.iewDispatchedInsts          2202176322                       # Number of instructions dispatched to IQ
5746859Sdrh5@cs.wisc.edusystem.cpu.iew.iewDispSquashedInsts           7875030                       # Number of squashed instructions skipped by dispatch
5756145Snate@binkert.orgsystem.cpu.iew.iewDispLoadInsts             624658588                       # Number of dispatched load instructions
5767039Snate@binkert.orgsystem.cpu.iew.iewDispStoreInsts            220783882                       # Number of dispatched store instructions
5776145Snate@binkert.orgsystem.cpu.iew.iewDispNonSpecInsts                787                       # Number of dispatched non-speculative instructions
5786145Snate@binkert.orgsystem.cpu.iew.iewIQFullEvents                 480489                       # Number of times the IQ has become full, causing a stall
5797039Snate@binkert.orgsystem.cpu.iew.iewLSQFullEvents                 97297                       # Number of times the LSQ has become full, causing a stall
5807039Snate@binkert.orgsystem.cpu.iew.memOrderViolationEvents         192926                       # Number of memory order violations
5817039Snate@binkert.orgsystem.cpu.iew.predictedTakenIncorrect        8154150                       # Number of branches that were predicted taken incorrectly
5827455Snate@binkert.orgsystem.cpu.iew.predictedNotTakenIncorrect      9614096                       # Number of branches that were predicted not taken incorrectly
5836145Snate@binkert.orgsystem.cpu.iew.branchMispredicts             17768246                       # Number of branch mispredicts detected at execute
5846145Snate@binkert.orgsystem.cpu.iew.iewExecutedInsts            1987907812                       # Number of executed instructions
5857039Snate@binkert.orgsystem.cpu.iew.iewExecLoadInsts             573917969                       # Number of load instructions executed
5867039Snate@binkert.orgsystem.cpu.iew.iewExecSquashedInsts          30671600                       # Number of squashed instructions skipped in execute
5877039Snate@binkert.orgsystem.cpu.iew.exec_swp                             0                       # number of swp insts executed
5888174Snilay@cs.wisc.edusystem.cpu.iew.exec_nop                           115                       # number of nop insts executed
5897039Snate@binkert.orgsystem.cpu.iew.exec_refs                    764035004                       # number of memory reference insts executed
5907039Snate@binkert.orgsystem.cpu.iew.exec_branches                238344765                       # Number of branches executed
5917039Snate@binkert.orgsystem.cpu.iew.exec_stores                  190117035                       # Number of stores executed
5927039Snate@binkert.orgsystem.cpu.iew.exec_rate                     1.871873                       # Inst execution rate
5936349Spdudnik@gmail.comsystem.cpu.iew.wb_sent                     1965721385                       # cumulative count of insts sent to commit
5947039Snate@binkert.orgsystem.cpu.iew.wb_count                    1957286989                       # cumulative count of insts written-back
5957039Snate@binkert.orgsystem.cpu.iew.wb_producers                1295353169                       # num instructions producing a value
5966285Snate@binkert.orgsystem.cpu.iew.wb_consumers                2059124619                       # num instructions consuming a value
5977039Snate@binkert.orgsystem.cpu.iew.wb_penalized                         0                       # number of instrctions required to write to 'other' IQ
5987039Snate@binkert.orgsystem.cpu.iew.wb_rate                       1.843040                       # insts written-back per cycle
5997039Snate@binkert.orgsystem.cpu.iew.wb_fanout                     0.629080                       # average fanout of values written-back
6007039Snate@binkert.orgsystem.cpu.iew.wb_penalized_rate                    0                       # fraction of instructions written-back that wrote to 'other' IQ
6017039Snate@binkert.orgsystem.cpu.commit.commitSquashedInsts       479201419                       # The number of squashed insts skipped by commit
6027023SBrad.Beckmann@amd.comsystem.cpu.commit.commitNonSpecStalls             170                       # The number of times commit has been forced to stall to communicate backwards
6037039Snate@binkert.orgsystem.cpu.commit.branchMispredicts          15218256                       # The number of times a branch was mispredicted
6046145Snate@binkert.orgsystem.cpu.commit.committed_per_cycle::samples    898182403                       # Number of insts commited each cycle
6057039Snate@binkert.orgsystem.cpu.commit.committed_per_cycle::mean     1.918401                       # Number of insts commited each cycle
6067039Snate@binkert.orgsystem.cpu.commit.committed_per_cycle::stdev     2.718632                       # Number of insts commited each cycle
6076145Snate@binkert.orgsystem.cpu.commit.committed_per_cycle::underflows            0      0.00%      0.00% # Number of insts commited each cycle
6086145Snate@binkert.orgsystem.cpu.commit.committed_per_cycle::0    409520932     45.59%     45.59% # Number of insts commited each cycle
6097039Snate@binkert.orgsystem.cpu.commit.committed_per_cycle::1    193341126     21.53%     67.12% # Number of insts commited each cycle
6107039Snate@binkert.orgsystem.cpu.commit.committed_per_cycle::2     72856392      8.11%     75.23% # Number of insts commited each cycle
6117039Snate@binkert.orgsystem.cpu.commit.committed_per_cycle::3     35266381      3.93%     79.16% # Number of insts commited each cycle
6128174Snilay@cs.wisc.edusystem.cpu.commit.committed_per_cycle::4     18923261      2.11%     81.27% # Number of insts commited each cycle
6138174Snilay@cs.wisc.edusystem.cpu.commit.committed_per_cycle::5     30757515      3.42%     84.69% # Number of insts commited each cycle
6148165Snilay@cs.wisc.edusystem.cpu.commit.committed_per_cycle::6     19970325      2.22%     86.91% # Number of insts commited each cycle
6158174Snilay@cs.wisc.edusystem.cpu.commit.committed_per_cycle::7     11453537      1.28%     88.19% # Number of insts commited each cycle
6167039Snate@binkert.orgsystem.cpu.commit.committed_per_cycle::8    106092934     11.81%    100.00% # Number of insts commited each cycle
6178165Snilay@cs.wisc.edusystem.cpu.commit.committed_per_cycle::overflows            0      0.00%    100.00% # Number of insts commited each cycle
6187039Snate@binkert.orgsystem.cpu.commit.committed_per_cycle::min_value            0                       # Number of insts commited each cycle
6197039Snate@binkert.orgsystem.cpu.commit.committed_per_cycle::max_value            8                       # Number of insts commited each cycle
6208165Snilay@cs.wisc.edusystem.cpu.commit.committed_per_cycle::total    898182403                       # Number of insts commited each cycle
6217039Snate@binkert.orgsystem.cpu.commit.committedInsts           1544563041                       # Number of instructions committed
6227039Snate@binkert.orgsystem.cpu.commit.committedOps             1723073853                       # Number of ops (including micro ops) committed
6237908Shestness@cs.utexas.edusystem.cpu.commit.swp_count                         0                       # Number of s/w prefetches committed
6247908Shestness@cs.utexas.edusystem.cpu.commit.refs                      660773814                       # Number of memory references committed
6257908Shestness@cs.utexas.edusystem.cpu.commit.loads                     485926769                       # Number of loads committed
6267908Shestness@cs.utexas.edusystem.cpu.commit.membars                          62                       # Number of memory barriers committed
6277908Shestness@cs.utexas.edusystem.cpu.commit.branches                  213462426                       # Number of branches committed
6287908Shestness@cs.utexas.edusystem.cpu.commit.fp_insts                         36                       # Number of committed floating point instructions.
6297908Shestness@cs.utexas.edusystem.cpu.commit.int_insts                1536941841                       # Number of committed integer instructions.
6307908Shestness@cs.utexas.edusystem.cpu.commit.function_calls             13665177                       # Number of function calls committed.
6317908Shestness@cs.utexas.edusystem.cpu.commit.bw_lim_events             106092934                       # number cycles where commit BW limit reached
6327908Shestness@cs.utexas.edusystem.cpu.commit.bw_limited                        0                       # number of insts not committed due to BW limits
6338165Snilay@cs.wisc.edusystem.cpu.rob.rob_reads                   2994364142                       # The number of ROB reads
6347039Snate@binkert.orgsystem.cpu.rob.rob_writes                  4474601624                       # The number of ROB writes
6357908Shestness@cs.utexas.edusystem.cpu.timesIdled                         1160522                       # Number of times that the entire CPU went into an idle state and unscheduled itself
6367908Shestness@cs.utexas.edusystem.cpu.idleCycles                        93905237                       # Total number of cycles that the CPU has spent unscheduled due to idling
6377908Shestness@cs.utexas.edusystem.cpu.committedInsts                  1544563023                       # Number of Instructions Simulated
6387908Shestness@cs.utexas.edusystem.cpu.committedOps                    1723073835                       # Number of Ops (including micro ops) Simulated
6397908Shestness@cs.utexas.edusystem.cpu.committedInsts_total            1544563023                       # Number of Instructions Simulated
6407908Shestness@cs.utexas.edusystem.cpu.cpi                               0.687566                       # CPI: Cycles Per Instruction
6417908Shestness@cs.utexas.edusystem.cpu.cpi_total                         0.687566                       # CPI: Total CPI of All Threads
6427908Shestness@cs.utexas.edusystem.cpu.ipc                               1.454407                       # IPC: Instructions Per Cycle
6437907Shestness@cs.utexas.edusystem.cpu.ipc_total                         1.454407                       # IPC: Total IPC of All Threads
6447907Shestness@cs.utexas.edusystem.cpu.int_regfile_reads               9955508978                       # number of integer regfile reads
6458165Snilay@cs.wisc.edusystem.cpu.int_regfile_writes              1937309574                       # number of integer regfile writes
6467039Snate@binkert.orgsystem.cpu.fp_regfile_reads                       108                       # number of floating regfile reads
6477039Snate@binkert.orgsystem.cpu.fp_regfile_writes                      108                       # number of floating regfile writes
6487039Snate@binkert.orgsystem.cpu.misc_regfile_reads               737568033                       # number of misc regfile reads
6497039Snate@binkert.orgsystem.cpu.misc_regfile_writes                    124                       # number of misc regfile writes
6506285Snate@binkert.orgsystem.cpu.toL2Bus.throughput              1613255878                       # Throughput (bytes/s)
6518164Snilay@cs.wisc.edusystem.cpu.toL2Bus.trans_dist::ReadReq        7708873                       # Transaction distribution
6528174Snilay@cs.wisc.edusystem.cpu.toL2Bus.trans_dist::ReadResp       7708872                       # Transaction distribution
6537039Snate@binkert.orgsystem.cpu.toL2Bus.trans_dist::Writeback      3782409                       # Transaction distribution
6548164Snilay@cs.wisc.edusystem.cpu.toL2Bus.trans_dist::UpgradeReq            3                       # Transaction distribution
6557039Snate@binkert.orgsystem.cpu.toL2Bus.trans_dist::UpgradeResp            3                       # Transaction distribution
6567039Snate@binkert.orgsystem.cpu.toL2Bus.trans_dist::ReadExReq      1893555                       # Transaction distribution
6578164Snilay@cs.wisc.edusystem.cpu.toL2Bus.trans_dist::ReadExResp      1893555                       # Transaction distribution
6587039Snate@binkert.orgsystem.cpu.toL2Bus.pkt_count_system.cpu.icache.mem_side::system.cpu.l2cache.cpu_side         1549                       # Packet count per connected master and slave (bytes)
6597039Snate@binkert.orgsystem.cpu.toL2Bus.pkt_count_system.cpu.dcache.mem_side::system.cpu.l2cache.cpu_side     22985720                       # Packet count per connected master and slave (bytes)
6608164Snilay@cs.wisc.edusystem.cpu.toL2Bus.pkt_count::total          22987269                       # Packet count per connected master and slave (bytes)
6617039Snate@binkert.orgsystem.cpu.toL2Bus.tot_pkt_size_system.cpu.icache.mem_side::system.cpu.l2cache.cpu_side        49536                       # Cumulative packet size per connected master and slave (bytes)
6627039Snate@binkert.orgsystem.cpu.toL2Bus.tot_pkt_size_system.cpu.dcache.mem_side::system.cpu.l2cache.cpu_side    856579904                       # Cumulative packet size per connected master and slave (bytes)
6637039Snate@binkert.orgsystem.cpu.toL2Bus.tot_pkt_size::total      856629440                       # Cumulative packet size per connected master and slave (bytes)
6647039Snate@binkert.orgsystem.cpu.toL2Bus.data_through_bus         856629440                       # Total data (bytes)
6656285Snate@binkert.orgsystem.cpu.toL2Bus.snoop_data_through_bus           64                       # Total snoop data (bytes)
6668174Snilay@cs.wisc.edusystem.cpu.toL2Bus.reqLayer0.occupancy    10474986844                       # Layer occupancy (ticks)
6677039Snate@binkert.orgsystem.cpu.toL2Bus.reqLayer0.utilization          2.0                       # Layer utilization (%)
6688174Snilay@cs.wisc.edusystem.cpu.toL2Bus.respLayer0.occupancy       1289999                       # Layer occupancy (ticks)
6698174Snilay@cs.wisc.edusystem.cpu.toL2Bus.respLayer0.utilization          0.0                       # Layer utilization (%)
6708174Snilay@cs.wisc.edusystem.cpu.toL2Bus.respLayer1.occupancy   14746367742                       # Layer occupancy (ticks)
6718174Snilay@cs.wisc.edusystem.cpu.toL2Bus.respLayer1.utilization          2.8                       # Layer utilization (%)
6728174Snilay@cs.wisc.edusystem.cpu.icache.tags.replacements                17                       # number of replacements
6736285Snate@binkert.orgsystem.cpu.icache.tags.tagsinuse           631.201883                       # Cycle average of tags in use
6747832Snate@binkert.orgsystem.cpu.icache.tags.total_refs           289401615                       # Total number of references to valid blocks.
6757832Snate@binkert.orgsystem.cpu.icache.tags.sampled_refs               772                       # Sample count of references to valid blocks.
6768174Snilay@cs.wisc.edusystem.cpu.icache.tags.avg_refs          374872.558290                       # Average number of references to valid blocks.
6776285Snate@binkert.orgsystem.cpu.icache.tags.warmup_cycle                 0                       # Cycle when the warmup percentage was hit.
6787039Snate@binkert.orgsystem.cpu.icache.tags.occ_blocks::cpu.inst   631.201883                       # Average occupied blocks per requestor
6796285Snate@binkert.orgsystem.cpu.icache.tags.occ_percent::cpu.inst     0.308204                       # Average percentage of cache occupancy
6808174Snilay@cs.wisc.edusystem.cpu.icache.tags.occ_percent::total     0.308204                       # Average percentage of cache occupancy
6817039Snate@binkert.orgsystem.cpu.icache.tags.occ_task_id_blocks::1024          755                       # Occupied blocks per task id
6827039Snate@binkert.orgsystem.cpu.icache.tags.age_task_id_blocks_1024::0           23                       # Occupied blocks per task id
6837039Snate@binkert.orgsystem.cpu.icache.tags.age_task_id_blocks_1024::2            3                       # Occupied blocks per task id
6846285Snate@binkert.orgsystem.cpu.icache.tags.age_task_id_blocks_1024::4          729                       # Occupied blocks per task id
6857039Snate@binkert.orgsystem.cpu.icache.tags.occ_task_id_percent::1024     0.368652                       # Percentage of cache occupancy per task id
6867039Snate@binkert.orgsystem.cpu.icache.tags.tag_accesses         578806417                       # Number of tag accesses
6876145Snate@binkert.orgsystem.cpu.icache.tags.data_accesses        578806417                       # Number of data accesses
6887039Snate@binkert.orgsystem.cpu.icache.ReadReq_hits::cpu.inst    289401622                       # number of ReadReq hits
6897039Snate@binkert.orgsystem.cpu.icache.ReadReq_hits::total       289401622                       # number of ReadReq hits
6906145Snate@binkert.orgsystem.cpu.icache.demand_hits::cpu.inst     289401622                       # number of demand (read+write) hits
6916145Snate@binkert.orgsystem.cpu.icache.demand_hits::total        289401622                       # number of demand (read+write) hits
6927039Snate@binkert.orgsystem.cpu.icache.overall_hits::cpu.inst    289401622                       # number of overall hits
6937039Snate@binkert.orgsystem.cpu.icache.overall_hits::total       289401622                       # number of overall hits
6948165Snilay@cs.wisc.edusystem.cpu.icache.ReadReq_misses::cpu.inst         1199                       # number of ReadReq misses
6958164Snilay@cs.wisc.edusystem.cpu.icache.ReadReq_misses::total          1199                       # number of ReadReq misses
6967039Snate@binkert.orgsystem.cpu.icache.demand_misses::cpu.inst         1199                       # number of demand (read+write) misses
6977039Snate@binkert.orgsystem.cpu.icache.demand_misses::total           1199                       # number of demand (read+write) misses
6987039Snate@binkert.orgsystem.cpu.icache.overall_misses::cpu.inst         1199                       # number of overall misses
6998165Snilay@cs.wisc.edusystem.cpu.icache.overall_misses::total          1199                       # number of overall misses
7007039Snate@binkert.orgsystem.cpu.icache.ReadReq_miss_latency::cpu.inst     84823499                       # number of ReadReq miss cycles
7017039Snate@binkert.orgsystem.cpu.icache.ReadReq_miss_latency::total     84823499                       # number of ReadReq miss cycles
7027039Snate@binkert.orgsystem.cpu.icache.demand_miss_latency::cpu.inst     84823499                       # number of demand (read+write) miss cycles
7037039Snate@binkert.orgsystem.cpu.icache.demand_miss_latency::total     84823499                       # number of demand (read+write) miss cycles
7047039Snate@binkert.orgsystem.cpu.icache.overall_miss_latency::cpu.inst     84823499                       # number of overall miss cycles
7057455Snate@binkert.orgsystem.cpu.icache.overall_miss_latency::total     84823499                       # number of overall miss cycles
7067455Snate@binkert.orgsystem.cpu.icache.ReadReq_accesses::cpu.inst    289402821                       # number of ReadReq accesses(hits+misses)
7077455Snate@binkert.orgsystem.cpu.icache.ReadReq_accesses::total    289402821                       # number of ReadReq accesses(hits+misses)
7087455Snate@binkert.orgsystem.cpu.icache.demand_accesses::cpu.inst    289402821                       # number of demand (read+write) accesses
7097455Snate@binkert.orgsystem.cpu.icache.demand_accesses::total    289402821                       # number of demand (read+write) accesses
7107455Snate@binkert.orgsystem.cpu.icache.overall_accesses::cpu.inst    289402821                       # number of overall (read+write) accesses
7117455Snate@binkert.orgsystem.cpu.icache.overall_accesses::total    289402821                       # number of overall (read+write) accesses
7127455Snate@binkert.orgsystem.cpu.icache.ReadReq_miss_rate::cpu.inst     0.000004                       # miss rate for ReadReq accesses
7137455Snate@binkert.orgsystem.cpu.icache.ReadReq_miss_rate::total     0.000004                       # miss rate for ReadReq accesses
7147455Snate@binkert.orgsystem.cpu.icache.demand_miss_rate::cpu.inst     0.000004                       # miss rate for demand accesses
7157455Snate@binkert.orgsystem.cpu.icache.demand_miss_rate::total     0.000004                       # miss rate for demand accesses
7167455Snate@binkert.orgsystem.cpu.icache.overall_miss_rate::cpu.inst     0.000004                       # miss rate for overall accesses
7177455Snate@binkert.orgsystem.cpu.icache.overall_miss_rate::total     0.000004                       # miss rate for overall accesses
7187455Snate@binkert.orgsystem.cpu.icache.ReadReq_avg_miss_latency::cpu.inst 70745.203503                       # average ReadReq miss latency
7197455Snate@binkert.orgsystem.cpu.icache.ReadReq_avg_miss_latency::total 70745.203503                       # average ReadReq miss latency
7207039Snate@binkert.orgsystem.cpu.icache.demand_avg_miss_latency::cpu.inst 70745.203503                       # average overall miss latency
7217039Snate@binkert.orgsystem.cpu.icache.demand_avg_miss_latency::total 70745.203503                       # average overall miss latency
7227039Snate@binkert.orgsystem.cpu.icache.overall_avg_miss_latency::cpu.inst 70745.203503                       # average overall miss latency
7237039Snate@binkert.orgsystem.cpu.icache.overall_avg_miss_latency::total 70745.203503                       # average overall miss latency
7247039Snate@binkert.orgsystem.cpu.icache.blocked_cycles::no_mshrs          202                       # number of cycles access was blocked
7257039Snate@binkert.orgsystem.cpu.icache.blocked_cycles::no_targets            0                       # number of cycles access was blocked
7267039Snate@binkert.orgsystem.cpu.icache.blocked::no_mshrs                 4                       # number of cycles access was blocked
7277039Snate@binkert.orgsystem.cpu.icache.blocked::no_targets               0                       # number of cycles access was blocked
7287039Snate@binkert.orgsystem.cpu.icache.avg_blocked_cycles::no_mshrs    50.500000                       # average number of cycles each access was blocked
7297039Snate@binkert.orgsystem.cpu.icache.avg_blocked_cycles::no_targets          nan                       # average number of cycles each access was blocked
7307039Snate@binkert.orgsystem.cpu.icache.fast_writes                       0                       # number of fast writes performed
7317039Snate@binkert.orgsystem.cpu.icache.cache_copies                      0                       # number of cache copies performed
7327039Snate@binkert.orgsystem.cpu.icache.ReadReq_mshr_hits::cpu.inst          424                       # number of ReadReq MSHR hits
7337039Snate@binkert.orgsystem.cpu.icache.ReadReq_mshr_hits::total          424                       # number of ReadReq MSHR hits
7347039Snate@binkert.orgsystem.cpu.icache.demand_mshr_hits::cpu.inst          424                       # number of demand (read+write) MSHR hits
7357039Snate@binkert.orgsystem.cpu.icache.demand_mshr_hits::total          424                       # number of demand (read+write) MSHR hits
7366145Snate@binkert.orgsystem.cpu.icache.overall_mshr_hits::cpu.inst          424                       # number of overall MSHR hits
7377039Snate@binkert.orgsystem.cpu.icache.overall_mshr_hits::total          424                       # number of overall MSHR hits
7386145Snate@binkert.orgsystem.cpu.icache.ReadReq_mshr_misses::cpu.inst          775                       # number of ReadReq MSHR misses
7396145Snate@binkert.orgsystem.cpu.icache.ReadReq_mshr_misses::total          775                       # number of ReadReq MSHR misses
740system.cpu.icache.demand_mshr_misses::cpu.inst          775                       # number of demand (read+write) MSHR misses
741system.cpu.icache.demand_mshr_misses::total          775                       # number of demand (read+write) MSHR misses
742system.cpu.icache.overall_mshr_misses::cpu.inst          775                       # number of overall MSHR misses
743system.cpu.icache.overall_mshr_misses::total          775                       # number of overall MSHR misses
744system.cpu.icache.ReadReq_mshr_miss_latency::cpu.inst     56494501                       # number of ReadReq MSHR miss cycles
745system.cpu.icache.ReadReq_mshr_miss_latency::total     56494501                       # number of ReadReq MSHR miss cycles
746system.cpu.icache.demand_mshr_miss_latency::cpu.inst     56494501                       # number of demand (read+write) MSHR miss cycles
747system.cpu.icache.demand_mshr_miss_latency::total     56494501                       # number of demand (read+write) MSHR miss cycles
748system.cpu.icache.overall_mshr_miss_latency::cpu.inst     56494501                       # number of overall MSHR miss cycles
749system.cpu.icache.overall_mshr_miss_latency::total     56494501                       # number of overall MSHR miss cycles
750system.cpu.icache.ReadReq_mshr_miss_rate::cpu.inst     0.000003                       # mshr miss rate for ReadReq accesses
751system.cpu.icache.ReadReq_mshr_miss_rate::total     0.000003                       # mshr miss rate for ReadReq accesses
752system.cpu.icache.demand_mshr_miss_rate::cpu.inst     0.000003                       # mshr miss rate for demand accesses
753system.cpu.icache.demand_mshr_miss_rate::total     0.000003                       # mshr miss rate for demand accesses
754system.cpu.icache.overall_mshr_miss_rate::cpu.inst     0.000003                       # mshr miss rate for overall accesses
755system.cpu.icache.overall_mshr_miss_rate::total     0.000003                       # mshr miss rate for overall accesses
756system.cpu.icache.ReadReq_avg_mshr_miss_latency::cpu.inst 72896.130323                       # average ReadReq mshr miss latency
757system.cpu.icache.ReadReq_avg_mshr_miss_latency::total 72896.130323                       # average ReadReq mshr miss latency
758system.cpu.icache.demand_avg_mshr_miss_latency::cpu.inst 72896.130323                       # average overall mshr miss latency
759system.cpu.icache.demand_avg_mshr_miss_latency::total 72896.130323                       # average overall mshr miss latency
760system.cpu.icache.overall_avg_mshr_miss_latency::cpu.inst 72896.130323                       # average overall mshr miss latency
761system.cpu.icache.overall_avg_mshr_miss_latency::total 72896.130323                       # average overall mshr miss latency
762system.cpu.icache.no_allocate_misses                0                       # Number of misses that were no-allocate
763system.cpu.l2cache.tags.replacements          2213521                       # number of replacements
764system.cpu.l2cache.tags.tagsinuse        31530.649727                       # Cycle average of tags in use
765system.cpu.l2cache.tags.total_refs            9247246                       # Total number of references to valid blocks.
766system.cpu.l2cache.tags.sampled_refs          2243295                       # Sample count of references to valid blocks.
767system.cpu.l2cache.tags.avg_refs             4.122171                       # Average number of references to valid blocks.
768system.cpu.l2cache.tags.warmup_cycle      21629133000                       # Cycle when the warmup percentage was hit.
769system.cpu.l2cache.tags.occ_blocks::writebacks 14295.824986                       # Average occupied blocks per requestor
770system.cpu.l2cache.tags.occ_blocks::cpu.inst    20.209231                       # Average occupied blocks per requestor
771system.cpu.l2cache.tags.occ_blocks::cpu.data 17214.615510                       # Average occupied blocks per requestor
772system.cpu.l2cache.tags.occ_percent::writebacks     0.436274                       # Average percentage of cache occupancy
773system.cpu.l2cache.tags.occ_percent::cpu.inst     0.000617                       # Average percentage of cache occupancy
774system.cpu.l2cache.tags.occ_percent::cpu.data     0.525348                       # Average percentage of cache occupancy
775system.cpu.l2cache.tags.occ_percent::total     0.962239                       # Average percentage of cache occupancy
776system.cpu.l2cache.tags.occ_task_id_blocks::1024        29774                       # Occupied blocks per task id
777system.cpu.l2cache.tags.age_task_id_blocks_1024::0           97                       # Occupied blocks per task id
778system.cpu.l2cache.tags.age_task_id_blocks_1024::1           79                       # Occupied blocks per task id
779system.cpu.l2cache.tags.age_task_id_blocks_1024::2         1889                       # Occupied blocks per task id
780system.cpu.l2cache.tags.age_task_id_blocks_1024::3        23754                       # Occupied blocks per task id
781system.cpu.l2cache.tags.age_task_id_blocks_1024::4         3955                       # Occupied blocks per task id
782system.cpu.l2cache.tags.occ_task_id_percent::1024     0.908630                       # Percentage of cache occupancy per task id
783system.cpu.l2cache.tags.tag_accesses        111215565                       # Number of tag accesses
784system.cpu.l2cache.tags.data_accesses       111215565                       # Number of data accesses
785system.cpu.l2cache.ReadReq_hits::cpu.inst           31                       # number of ReadReq hits
786system.cpu.l2cache.ReadReq_hits::cpu.data      6289061                       # number of ReadReq hits
787system.cpu.l2cache.ReadReq_hits::total        6289092                       # number of ReadReq hits
788system.cpu.l2cache.Writeback_hits::writebacks      3782409                       # number of Writeback hits
789system.cpu.l2cache.Writeback_hits::total      3782409                       # number of Writeback hits
790system.cpu.l2cache.UpgradeReq_hits::cpu.data            3                       # number of UpgradeReq hits
791system.cpu.l2cache.UpgradeReq_hits::total            3                       # number of UpgradeReq hits
792system.cpu.l2cache.ReadExReq_hits::cpu.data      1067117                       # number of ReadExReq hits
793system.cpu.l2cache.ReadExReq_hits::total      1067117                       # number of ReadExReq hits
794system.cpu.l2cache.demand_hits::cpu.inst           31                       # number of demand (read+write) hits
795system.cpu.l2cache.demand_hits::cpu.data      7356178                       # number of demand (read+write) hits
796system.cpu.l2cache.demand_hits::total         7356209                       # number of demand (read+write) hits
797system.cpu.l2cache.overall_hits::cpu.inst           31                       # number of overall hits
798system.cpu.l2cache.overall_hits::cpu.data      7356178                       # number of overall hits
799system.cpu.l2cache.overall_hits::total        7356209                       # number of overall hits
800system.cpu.l2cache.ReadReq_misses::cpu.inst          743                       # number of ReadReq misses
801system.cpu.l2cache.ReadReq_misses::cpu.data      1419037                       # number of ReadReq misses
802system.cpu.l2cache.ReadReq_misses::total      1419780                       # number of ReadReq misses
803system.cpu.l2cache.ReadExReq_misses::cpu.data       826438                       # number of ReadExReq misses
804system.cpu.l2cache.ReadExReq_misses::total       826438                       # number of ReadExReq misses
805system.cpu.l2cache.demand_misses::cpu.inst          743                       # number of demand (read+write) misses
806system.cpu.l2cache.demand_misses::cpu.data      2245475                       # number of demand (read+write) misses
807system.cpu.l2cache.demand_misses::total       2246218                       # number of demand (read+write) misses
808system.cpu.l2cache.overall_misses::cpu.inst          743                       # number of overall misses
809system.cpu.l2cache.overall_misses::cpu.data      2245475                       # number of overall misses
810system.cpu.l2cache.overall_misses::total      2246218                       # number of overall misses
811system.cpu.l2cache.ReadReq_miss_latency::cpu.inst     55398500                       # number of ReadReq miss cycles
812system.cpu.l2cache.ReadReq_miss_latency::cpu.data 122091721000                       # number of ReadReq miss cycles
813system.cpu.l2cache.ReadReq_miss_latency::total 122147119500                       # number of ReadReq miss cycles
814system.cpu.l2cache.ReadExReq_miss_latency::cpu.data  73834470750                       # number of ReadExReq miss cycles
815system.cpu.l2cache.ReadExReq_miss_latency::total  73834470750                       # number of ReadExReq miss cycles
816system.cpu.l2cache.demand_miss_latency::cpu.inst     55398500                       # number of demand (read+write) miss cycles
817system.cpu.l2cache.demand_miss_latency::cpu.data 195926191750                       # number of demand (read+write) miss cycles
818system.cpu.l2cache.demand_miss_latency::total 195981590250                       # number of demand (read+write) miss cycles
819system.cpu.l2cache.overall_miss_latency::cpu.inst     55398500                       # number of overall miss cycles
820system.cpu.l2cache.overall_miss_latency::cpu.data 195926191750                       # number of overall miss cycles
821system.cpu.l2cache.overall_miss_latency::total 195981590250                       # number of overall miss cycles
822system.cpu.l2cache.ReadReq_accesses::cpu.inst          774                       # number of ReadReq accesses(hits+misses)
823system.cpu.l2cache.ReadReq_accesses::cpu.data      7708098                       # number of ReadReq accesses(hits+misses)
824system.cpu.l2cache.ReadReq_accesses::total      7708872                       # number of ReadReq accesses(hits+misses)
825system.cpu.l2cache.Writeback_accesses::writebacks      3782409                       # number of Writeback accesses(hits+misses)
826system.cpu.l2cache.Writeback_accesses::total      3782409                       # number of Writeback accesses(hits+misses)
827system.cpu.l2cache.UpgradeReq_accesses::cpu.data            3                       # number of UpgradeReq accesses(hits+misses)
828system.cpu.l2cache.UpgradeReq_accesses::total            3                       # number of UpgradeReq accesses(hits+misses)
829system.cpu.l2cache.ReadExReq_accesses::cpu.data      1893555                       # number of ReadExReq accesses(hits+misses)
830system.cpu.l2cache.ReadExReq_accesses::total      1893555                       # number of ReadExReq accesses(hits+misses)
831system.cpu.l2cache.demand_accesses::cpu.inst          774                       # number of demand (read+write) accesses
832system.cpu.l2cache.demand_accesses::cpu.data      9601653                       # number of demand (read+write) accesses
833system.cpu.l2cache.demand_accesses::total      9602427                       # number of demand (read+write) accesses
834system.cpu.l2cache.overall_accesses::cpu.inst          774                       # number of overall (read+write) accesses
835system.cpu.l2cache.overall_accesses::cpu.data      9601653                       # number of overall (read+write) accesses
836system.cpu.l2cache.overall_accesses::total      9602427                       # number of overall (read+write) accesses
837system.cpu.l2cache.ReadReq_miss_rate::cpu.inst     0.959948                       # miss rate for ReadReq accesses
838system.cpu.l2cache.ReadReq_miss_rate::cpu.data     0.184097                       # miss rate for ReadReq accesses
839system.cpu.l2cache.ReadReq_miss_rate::total     0.184175                       # miss rate for ReadReq accesses
840system.cpu.l2cache.ReadExReq_miss_rate::cpu.data     0.436448                       # miss rate for ReadExReq accesses
841system.cpu.l2cache.ReadExReq_miss_rate::total     0.436448                       # miss rate for ReadExReq accesses
842system.cpu.l2cache.demand_miss_rate::cpu.inst     0.959948                       # miss rate for demand accesses
843system.cpu.l2cache.demand_miss_rate::cpu.data     0.233863                       # miss rate for demand accesses
844system.cpu.l2cache.demand_miss_rate::total     0.233922                       # miss rate for demand accesses
845system.cpu.l2cache.overall_miss_rate::cpu.inst     0.959948                       # miss rate for overall accesses
846system.cpu.l2cache.overall_miss_rate::cpu.data     0.233863                       # miss rate for overall accesses
847system.cpu.l2cache.overall_miss_rate::total     0.233922                       # miss rate for overall accesses
848system.cpu.l2cache.ReadReq_avg_miss_latency::cpu.inst 74560.565276                       # average ReadReq miss latency
849system.cpu.l2cache.ReadReq_avg_miss_latency::cpu.data 86038.433811                       # average ReadReq miss latency
850system.cpu.l2cache.ReadReq_avg_miss_latency::total 86032.427207                       # average ReadReq miss latency
851system.cpu.l2cache.ReadExReq_avg_miss_latency::cpu.data 89340.604800                       # average ReadExReq miss latency
852system.cpu.l2cache.ReadExReq_avg_miss_latency::total 89340.604800                       # average ReadExReq miss latency
853system.cpu.l2cache.demand_avg_miss_latency::cpu.inst 74560.565276                       # average overall miss latency
854system.cpu.l2cache.demand_avg_miss_latency::cpu.data 87253.784500                       # average overall miss latency
855system.cpu.l2cache.demand_avg_miss_latency::total 87249.585859                       # average overall miss latency
856system.cpu.l2cache.overall_avg_miss_latency::cpu.inst 74560.565276                       # average overall miss latency
857system.cpu.l2cache.overall_avg_miss_latency::cpu.data 87253.784500                       # average overall miss latency
858system.cpu.l2cache.overall_avg_miss_latency::total 87249.585859                       # average overall miss latency
859system.cpu.l2cache.blocked_cycles::no_mshrs            0                       # number of cycles access was blocked
860system.cpu.l2cache.blocked_cycles::no_targets            0                       # number of cycles access was blocked
861system.cpu.l2cache.blocked::no_mshrs                0                       # number of cycles access was blocked
862system.cpu.l2cache.blocked::no_targets              0                       # number of cycles access was blocked
863system.cpu.l2cache.avg_blocked_cycles::no_mshrs          nan                       # average number of cycles each access was blocked
864system.cpu.l2cache.avg_blocked_cycles::no_targets          nan                       # average number of cycles each access was blocked
865system.cpu.l2cache.fast_writes                      0                       # number of fast writes performed
866system.cpu.l2cache.cache_copies                     0                       # number of cache copies performed
867system.cpu.l2cache.writebacks::writebacks      1100304                       # number of writebacks
868system.cpu.l2cache.writebacks::total          1100304                       # number of writebacks
869system.cpu.l2cache.ReadReq_mshr_hits::cpu.inst            1                       # number of ReadReq MSHR hits
870system.cpu.l2cache.ReadReq_mshr_hits::cpu.data            8                       # number of ReadReq MSHR hits
871system.cpu.l2cache.ReadReq_mshr_hits::total            9                       # number of ReadReq MSHR hits
872system.cpu.l2cache.demand_mshr_hits::cpu.inst            1                       # number of demand (read+write) MSHR hits
873system.cpu.l2cache.demand_mshr_hits::cpu.data            8                       # number of demand (read+write) MSHR hits
874system.cpu.l2cache.demand_mshr_hits::total            9                       # number of demand (read+write) MSHR hits
875system.cpu.l2cache.overall_mshr_hits::cpu.inst            1                       # number of overall MSHR hits
876system.cpu.l2cache.overall_mshr_hits::cpu.data            8                       # number of overall MSHR hits
877system.cpu.l2cache.overall_mshr_hits::total            9                       # number of overall MSHR hits
878system.cpu.l2cache.ReadReq_mshr_misses::cpu.inst          742                       # number of ReadReq MSHR misses
879system.cpu.l2cache.ReadReq_mshr_misses::cpu.data      1419029                       # number of ReadReq MSHR misses
880system.cpu.l2cache.ReadReq_mshr_misses::total      1419771                       # number of ReadReq MSHR misses
881system.cpu.l2cache.ReadExReq_mshr_misses::cpu.data       826438                       # number of ReadExReq MSHR misses
882system.cpu.l2cache.ReadExReq_mshr_misses::total       826438                       # number of ReadExReq MSHR misses
883system.cpu.l2cache.demand_mshr_misses::cpu.inst          742                       # number of demand (read+write) MSHR misses
884system.cpu.l2cache.demand_mshr_misses::cpu.data      2245467                       # number of demand (read+write) MSHR misses
885system.cpu.l2cache.demand_mshr_misses::total      2246209                       # number of demand (read+write) MSHR misses
886system.cpu.l2cache.overall_mshr_misses::cpu.inst          742                       # number of overall MSHR misses
887system.cpu.l2cache.overall_mshr_misses::cpu.data      2245467                       # number of overall MSHR misses
888system.cpu.l2cache.overall_mshr_misses::total      2246209                       # number of overall MSHR misses
889system.cpu.l2cache.ReadReq_mshr_miss_latency::cpu.inst     45997000                       # number of ReadReq MSHR miss cycles
890system.cpu.l2cache.ReadReq_mshr_miss_latency::cpu.data 104316352250                       # number of ReadReq MSHR miss cycles
891system.cpu.l2cache.ReadReq_mshr_miss_latency::total 104362349250                       # number of ReadReq MSHR miss cycles
892system.cpu.l2cache.ReadExReq_mshr_miss_latency::cpu.data  63474835750                       # number of ReadExReq MSHR miss cycles
893system.cpu.l2cache.ReadExReq_mshr_miss_latency::total  63474835750                       # number of ReadExReq MSHR miss cycles
894system.cpu.l2cache.demand_mshr_miss_latency::cpu.inst     45997000                       # number of demand (read+write) MSHR miss cycles
895system.cpu.l2cache.demand_mshr_miss_latency::cpu.data 167791188000                       # number of demand (read+write) MSHR miss cycles
896system.cpu.l2cache.demand_mshr_miss_latency::total 167837185000                       # number of demand (read+write) MSHR miss cycles
897system.cpu.l2cache.overall_mshr_miss_latency::cpu.inst     45997000                       # number of overall MSHR miss cycles
898system.cpu.l2cache.overall_mshr_miss_latency::cpu.data 167791188000                       # number of overall MSHR miss cycles
899system.cpu.l2cache.overall_mshr_miss_latency::total 167837185000                       # number of overall MSHR miss cycles
900system.cpu.l2cache.ReadReq_mshr_miss_rate::cpu.inst     0.958656                       # mshr miss rate for ReadReq accesses
901system.cpu.l2cache.ReadReq_mshr_miss_rate::cpu.data     0.184096                       # mshr miss rate for ReadReq accesses
902system.cpu.l2cache.ReadReq_mshr_miss_rate::total     0.184174                       # mshr miss rate for ReadReq accesses
903system.cpu.l2cache.ReadExReq_mshr_miss_rate::cpu.data     0.436448                       # mshr miss rate for ReadExReq accesses
904system.cpu.l2cache.ReadExReq_mshr_miss_rate::total     0.436448                       # mshr miss rate for ReadExReq accesses
905system.cpu.l2cache.demand_mshr_miss_rate::cpu.inst     0.958656                       # mshr miss rate for demand accesses
906system.cpu.l2cache.demand_mshr_miss_rate::cpu.data     0.233863                       # mshr miss rate for demand accesses
907system.cpu.l2cache.demand_mshr_miss_rate::total     0.233921                       # mshr miss rate for demand accesses
908system.cpu.l2cache.overall_mshr_miss_rate::cpu.inst     0.958656                       # mshr miss rate for overall accesses
909system.cpu.l2cache.overall_mshr_miss_rate::cpu.data     0.233863                       # mshr miss rate for overall accesses
910system.cpu.l2cache.overall_mshr_miss_rate::total     0.233921                       # mshr miss rate for overall accesses
911system.cpu.l2cache.ReadReq_avg_mshr_miss_latency::cpu.inst 61990.566038                       # average ReadReq mshr miss latency
912system.cpu.l2cache.ReadReq_avg_mshr_miss_latency::cpu.data 73512.487941                       # average ReadReq mshr miss latency
913system.cpu.l2cache.ReadReq_avg_mshr_miss_latency::total 73506.466360                       # average ReadReq mshr miss latency
914system.cpu.l2cache.ReadExReq_avg_mshr_miss_latency::cpu.data 76805.320847                       # average ReadExReq mshr miss latency
915system.cpu.l2cache.ReadExReq_avg_mshr_miss_latency::total 76805.320847                       # average ReadExReq mshr miss latency
916system.cpu.l2cache.demand_avg_mshr_miss_latency::cpu.inst 61990.566038                       # average overall mshr miss latency
917system.cpu.l2cache.demand_avg_mshr_miss_latency::cpu.data 74724.406103                       # average overall mshr miss latency
918system.cpu.l2cache.demand_avg_mshr_miss_latency::total 74720.199679                       # average overall mshr miss latency
919system.cpu.l2cache.overall_avg_mshr_miss_latency::cpu.inst 61990.566038                       # average overall mshr miss latency
920system.cpu.l2cache.overall_avg_mshr_miss_latency::cpu.data 74724.406103                       # average overall mshr miss latency
921system.cpu.l2cache.overall_avg_mshr_miss_latency::total 74720.199679                       # average overall mshr miss latency
922system.cpu.l2cache.no_allocate_misses               0                       # Number of misses that were no-allocate
923system.cpu.dcache.tags.replacements           9597556                       # number of replacements
924system.cpu.dcache.tags.tagsinuse          4088.017894                       # Cycle average of tags in use
925system.cpu.dcache.tags.total_refs           656035033                       # Total number of references to valid blocks.
926system.cpu.dcache.tags.sampled_refs           9601652                       # Sample count of references to valid blocks.
927system.cpu.dcache.tags.avg_refs             68.325225                       # Average number of references to valid blocks.
928system.cpu.dcache.tags.warmup_cycle        3543401250                       # Cycle when the warmup percentage was hit.
929system.cpu.dcache.tags.occ_blocks::cpu.data  4088.017894                       # Average occupied blocks per requestor
930system.cpu.dcache.tags.occ_percent::cpu.data     0.998051                       # Average percentage of cache occupancy
931system.cpu.dcache.tags.occ_percent::total     0.998051                       # Average percentage of cache occupancy
932system.cpu.dcache.tags.occ_task_id_blocks::1024         4096                       # Occupied blocks per task id
933system.cpu.dcache.tags.age_task_id_blocks_1024::0          619                       # Occupied blocks per task id
934system.cpu.dcache.tags.age_task_id_blocks_1024::1         2366                       # Occupied blocks per task id
935system.cpu.dcache.tags.age_task_id_blocks_1024::2         1110                       # Occupied blocks per task id
936system.cpu.dcache.tags.age_task_id_blocks_1024::3            1                       # Occupied blocks per task id
937system.cpu.dcache.tags.occ_task_id_percent::1024            1                       # Percentage of cache occupancy per task id
938system.cpu.dcache.tags.tag_accesses        1355956994                       # Number of tag accesses
939system.cpu.dcache.tags.data_accesses       1355956994                       # Number of data accesses
940system.cpu.dcache.ReadReq_hits::cpu.data    489079777                       # number of ReadReq hits
941system.cpu.dcache.ReadReq_hits::total       489079777                       # number of ReadReq hits
942system.cpu.dcache.WriteReq_hits::cpu.data    166955126                       # number of WriteReq hits
943system.cpu.dcache.WriteReq_hits::total      166955126                       # number of WriteReq hits
944system.cpu.dcache.LoadLockedReq_hits::cpu.data           64                       # number of LoadLockedReq hits
945system.cpu.dcache.LoadLockedReq_hits::total           64                       # number of LoadLockedReq hits
946system.cpu.dcache.StoreCondReq_hits::cpu.data           61                       # number of StoreCondReq hits
947system.cpu.dcache.StoreCondReq_hits::total           61                       # number of StoreCondReq hits
948system.cpu.dcache.demand_hits::cpu.data     656034903                       # number of demand (read+write) hits
949system.cpu.dcache.demand_hits::total        656034903                       # number of demand (read+write) hits
950system.cpu.dcache.overall_hits::cpu.data    656034903                       # number of overall hits
951system.cpu.dcache.overall_hits::total       656034903                       # number of overall hits
952system.cpu.dcache.ReadReq_misses::cpu.data     11511719                       # number of ReadReq misses
953system.cpu.dcache.ReadReq_misses::total      11511719                       # number of ReadReq misses
954system.cpu.dcache.WriteReq_misses::cpu.data      5630921                       # number of WriteReq misses
955system.cpu.dcache.WriteReq_misses::total      5630921                       # number of WriteReq misses
956system.cpu.dcache.LoadLockedReq_misses::cpu.data            3                       # number of LoadLockedReq misses
957system.cpu.dcache.LoadLockedReq_misses::total            3                       # number of LoadLockedReq misses
958system.cpu.dcache.demand_misses::cpu.data     17142640                       # number of demand (read+write) misses
959system.cpu.dcache.demand_misses::total       17142640                       # number of demand (read+write) misses
960system.cpu.dcache.overall_misses::cpu.data     17142640                       # number of overall misses
961system.cpu.dcache.overall_misses::total      17142640                       # number of overall misses
962system.cpu.dcache.ReadReq_miss_latency::cpu.data 356637028987                       # number of ReadReq miss cycles
963system.cpu.dcache.ReadReq_miss_latency::total 356637028987                       # number of ReadReq miss cycles
964system.cpu.dcache.WriteReq_miss_latency::cpu.data 299385068793                       # number of WriteReq miss cycles
965system.cpu.dcache.WriteReq_miss_latency::total 299385068793                       # number of WriteReq miss cycles
966system.cpu.dcache.LoadLockedReq_miss_latency::cpu.data       231500                       # number of LoadLockedReq miss cycles
967system.cpu.dcache.LoadLockedReq_miss_latency::total       231500                       # number of LoadLockedReq miss cycles
968system.cpu.dcache.demand_miss_latency::cpu.data 656022097780                       # number of demand (read+write) miss cycles
969system.cpu.dcache.demand_miss_latency::total 656022097780                       # number of demand (read+write) miss cycles
970system.cpu.dcache.overall_miss_latency::cpu.data 656022097780                       # number of overall miss cycles
971system.cpu.dcache.overall_miss_latency::total 656022097780                       # number of overall miss cycles
972system.cpu.dcache.ReadReq_accesses::cpu.data    500591496                       # number of ReadReq accesses(hits+misses)
973system.cpu.dcache.ReadReq_accesses::total    500591496                       # number of ReadReq accesses(hits+misses)
974system.cpu.dcache.WriteReq_accesses::cpu.data    172586047                       # number of WriteReq accesses(hits+misses)
975system.cpu.dcache.WriteReq_accesses::total    172586047                       # number of WriteReq accesses(hits+misses)
976system.cpu.dcache.LoadLockedReq_accesses::cpu.data           67                       # number of LoadLockedReq accesses(hits+misses)
977system.cpu.dcache.LoadLockedReq_accesses::total           67                       # number of LoadLockedReq accesses(hits+misses)
978system.cpu.dcache.StoreCondReq_accesses::cpu.data           61                       # number of StoreCondReq accesses(hits+misses)
979system.cpu.dcache.StoreCondReq_accesses::total           61                       # number of StoreCondReq accesses(hits+misses)
980system.cpu.dcache.demand_accesses::cpu.data    673177543                       # number of demand (read+write) accesses
981system.cpu.dcache.demand_accesses::total    673177543                       # number of demand (read+write) accesses
982system.cpu.dcache.overall_accesses::cpu.data    673177543                       # number of overall (read+write) accesses
983system.cpu.dcache.overall_accesses::total    673177543                       # number of overall (read+write) accesses
984system.cpu.dcache.ReadReq_miss_rate::cpu.data     0.022996                       # miss rate for ReadReq accesses
985system.cpu.dcache.ReadReq_miss_rate::total     0.022996                       # miss rate for ReadReq accesses
986system.cpu.dcache.WriteReq_miss_rate::cpu.data     0.032627                       # miss rate for WriteReq accesses
987system.cpu.dcache.WriteReq_miss_rate::total     0.032627                       # miss rate for WriteReq accesses
988system.cpu.dcache.LoadLockedReq_miss_rate::cpu.data     0.044776                       # miss rate for LoadLockedReq accesses
989system.cpu.dcache.LoadLockedReq_miss_rate::total     0.044776                       # miss rate for LoadLockedReq accesses
990system.cpu.dcache.demand_miss_rate::cpu.data     0.025465                       # miss rate for demand accesses
991system.cpu.dcache.demand_miss_rate::total     0.025465                       # miss rate for demand accesses
992system.cpu.dcache.overall_miss_rate::cpu.data     0.025465                       # miss rate for overall accesses
993system.cpu.dcache.overall_miss_rate::total     0.025465                       # miss rate for overall accesses
994system.cpu.dcache.ReadReq_avg_miss_latency::cpu.data 30980.345245                       # average ReadReq miss latency
995system.cpu.dcache.ReadReq_avg_miss_latency::total 30980.345245                       # average ReadReq miss latency
996system.cpu.dcache.WriteReq_avg_miss_latency::cpu.data 53168.046363                       # average WriteReq miss latency
997system.cpu.dcache.WriteReq_avg_miss_latency::total 53168.046363                       # average WriteReq miss latency
998system.cpu.dcache.LoadLockedReq_avg_miss_latency::cpu.data 77166.666667                       # average LoadLockedReq miss latency
999system.cpu.dcache.LoadLockedReq_avg_miss_latency::total 77166.666667                       # average LoadLockedReq miss latency
1000system.cpu.dcache.demand_avg_miss_latency::cpu.data 38268.440437                       # average overall miss latency
1001system.cpu.dcache.demand_avg_miss_latency::total 38268.440437                       # average overall miss latency
1002system.cpu.dcache.overall_avg_miss_latency::cpu.data 38268.440437                       # average overall miss latency
1003system.cpu.dcache.overall_avg_miss_latency::total 38268.440437                       # average overall miss latency
1004system.cpu.dcache.blocked_cycles::no_mshrs     23433940                       # number of cycles access was blocked
1005system.cpu.dcache.blocked_cycles::no_targets      3966170                       # number of cycles access was blocked
1006system.cpu.dcache.blocked::no_mshrs           1210564                       # number of cycles access was blocked
1007system.cpu.dcache.blocked::no_targets           65132                       # number of cycles access was blocked
1008system.cpu.dcache.avg_blocked_cycles::no_mshrs    19.357870                       # average number of cycles each access was blocked
1009system.cpu.dcache.avg_blocked_cycles::no_targets    60.894338                       # average number of cycles each access was blocked
1010system.cpu.dcache.fast_writes                       0                       # number of fast writes performed
1011system.cpu.dcache.cache_copies                      0                       # number of cache copies performed
1012system.cpu.dcache.writebacks::writebacks      3782409                       # number of writebacks
1013system.cpu.dcache.writebacks::total           3782409                       # number of writebacks
1014system.cpu.dcache.ReadReq_mshr_hits::cpu.data      3803620                       # number of ReadReq MSHR hits
1015system.cpu.dcache.ReadReq_mshr_hits::total      3803620                       # number of ReadReq MSHR hits
1016system.cpu.dcache.WriteReq_mshr_hits::cpu.data      3737364                       # number of WriteReq MSHR hits
1017system.cpu.dcache.WriteReq_mshr_hits::total      3737364                       # number of WriteReq MSHR hits
1018system.cpu.dcache.LoadLockedReq_mshr_hits::cpu.data            3                       # number of LoadLockedReq MSHR hits
1019system.cpu.dcache.LoadLockedReq_mshr_hits::total            3                       # number of LoadLockedReq MSHR hits
1020system.cpu.dcache.demand_mshr_hits::cpu.data      7540984                       # number of demand (read+write) MSHR hits
1021system.cpu.dcache.demand_mshr_hits::total      7540984                       # number of demand (read+write) MSHR hits
1022system.cpu.dcache.overall_mshr_hits::cpu.data      7540984                       # number of overall MSHR hits
1023system.cpu.dcache.overall_mshr_hits::total      7540984                       # number of overall MSHR hits
1024system.cpu.dcache.ReadReq_mshr_misses::cpu.data      7708099                       # number of ReadReq MSHR misses
1025system.cpu.dcache.ReadReq_mshr_misses::total      7708099                       # number of ReadReq MSHR misses
1026system.cpu.dcache.WriteReq_mshr_misses::cpu.data      1893557                       # number of WriteReq MSHR misses
1027system.cpu.dcache.WriteReq_mshr_misses::total      1893557                       # number of WriteReq MSHR misses
1028system.cpu.dcache.demand_mshr_misses::cpu.data      9601656                       # number of demand (read+write) MSHR misses
1029system.cpu.dcache.demand_mshr_misses::total      9601656                       # number of demand (read+write) MSHR misses
1030system.cpu.dcache.overall_mshr_misses::cpu.data      9601656                       # number of overall MSHR misses
1031system.cpu.dcache.overall_mshr_misses::total      9601656                       # number of overall MSHR misses
1032system.cpu.dcache.ReadReq_mshr_miss_latency::cpu.data 194575797258                       # number of ReadReq MSHR miss cycles
1033system.cpu.dcache.ReadReq_mshr_miss_latency::total 194575797258                       # number of ReadReq MSHR miss cycles
1034system.cpu.dcache.WriteReq_mshr_miss_latency::cpu.data  86895396246                       # number of WriteReq MSHR miss cycles
1035system.cpu.dcache.WriteReq_mshr_miss_latency::total  86895396246                       # number of WriteReq MSHR miss cycles
1036system.cpu.dcache.demand_mshr_miss_latency::cpu.data 281471193504                       # number of demand (read+write) MSHR miss cycles
1037system.cpu.dcache.demand_mshr_miss_latency::total 281471193504                       # number of demand (read+write) MSHR miss cycles
1038system.cpu.dcache.overall_mshr_miss_latency::cpu.data 281471193504                       # number of overall MSHR miss cycles
1039system.cpu.dcache.overall_mshr_miss_latency::total 281471193504                       # number of overall MSHR miss cycles
1040system.cpu.dcache.ReadReq_mshr_miss_rate::cpu.data     0.015398                       # mshr miss rate for ReadReq accesses
1041system.cpu.dcache.ReadReq_mshr_miss_rate::total     0.015398                       # mshr miss rate for ReadReq accesses
1042system.cpu.dcache.WriteReq_mshr_miss_rate::cpu.data     0.010972                       # mshr miss rate for WriteReq accesses
1043system.cpu.dcache.WriteReq_mshr_miss_rate::total     0.010972                       # mshr miss rate for WriteReq accesses
1044system.cpu.dcache.demand_mshr_miss_rate::cpu.data     0.014263                       # mshr miss rate for demand accesses
1045system.cpu.dcache.demand_mshr_miss_rate::total     0.014263                       # mshr miss rate for demand accesses
1046system.cpu.dcache.overall_mshr_miss_rate::cpu.data     0.014263                       # mshr miss rate for overall accesses
1047system.cpu.dcache.overall_mshr_miss_rate::total     0.014263                       # mshr miss rate for overall accesses
1048system.cpu.dcache.ReadReq_avg_mshr_miss_latency::cpu.data 25243.032978                       # average ReadReq mshr miss latency
1049system.cpu.dcache.ReadReq_avg_mshr_miss_latency::total 25243.032978                       # average ReadReq mshr miss latency
1050system.cpu.dcache.WriteReq_avg_mshr_miss_latency::cpu.data 45890.034599                       # average WriteReq mshr miss latency
1051system.cpu.dcache.WriteReq_avg_mshr_miss_latency::total 45890.034599                       # average WriteReq mshr miss latency
1052system.cpu.dcache.demand_avg_mshr_miss_latency::cpu.data 29314.859177                       # average overall mshr miss latency
1053system.cpu.dcache.demand_avg_mshr_miss_latency::total 29314.859177                       # average overall mshr miss latency
1054system.cpu.dcache.overall_avg_mshr_miss_latency::cpu.data 29314.859177                       # average overall mshr miss latency
1055system.cpu.dcache.overall_avg_mshr_miss_latency::total 29314.859177                       # average overall mshr miss latency
1056system.cpu.dcache.no_allocate_misses                0                       # Number of misses that were no-allocate
1057
1058---------- End Simulation Statistics   ----------
1059