summaryrefslogtreecommitdiff
path: root/tests/long/fs/10.linux-boot/ref/x86/linux/pc-simple-timing-ruby-MESI_Two_Level/stats.txt
blob: 76fedc0c929deb7ee64ef022af1c0bc57749d916 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218

---------- Begin Simulation Statistics ----------
sim_seconds                                  5.300439                       # Number of seconds simulated
sim_ticks                                5300438650000                       # Number of ticks simulated
final_tick                               5300438650000                       # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq                                 1000000000000                       # Frequency of simulated ticks
host_inst_rate                                 211376                       # Simulator instruction rate (inst/s)
host_op_rate                                   405302                       # Simulator op (including micro ops) rate (op/s)
host_tick_rate                            10491513446                       # Simulator tick rate (ticks/s)
host_mem_usage                                 792492                       # Number of bytes of host memory used
host_seconds                                   505.21                       # Real time elapsed on the host
sim_insts                                   106789618                       # Number of instructions simulated
sim_ops                                     204763566                       # Number of ops (including micro ops) simulated
system.voltage_domain.voltage                       1                       # Voltage in Volts
system.clk_domain.clock                          1000                       # Clock period in ticks
system.physmem.bytes_read::pc.south_bridge.ide        35184                       # Number of bytes read from this memory
system.physmem.bytes_read::cpu0.dtb.walker       121960                       # Number of bytes read from this memory
system.physmem.bytes_read::cpu0.itb.walker        61480                       # Number of bytes read from this memory
system.physmem.bytes_read::cpu0.inst        541981136                       # Number of bytes read from this memory
system.physmem.bytes_read::cpu0.data         38703389                       # Number of bytes read from this memory
system.physmem.bytes_read::cpu1.dtb.walker       101016                       # Number of bytes read from this memory
system.physmem.bytes_read::cpu1.itb.walker        45856                       # Number of bytes read from this memory
system.physmem.bytes_read::cpu1.inst        470377672                       # Number of bytes read from this memory
system.physmem.bytes_read::cpu1.data         54942760                       # Number of bytes read from this memory
system.physmem.bytes_read::total           1106370453                       # Number of bytes read from this memory
system.physmem.bytes_inst_read::cpu0.inst    541981136                       # Number of instructions bytes read from this memory
system.physmem.bytes_inst_read::cpu1.inst    470377672                       # Number of instructions bytes read from this memory
system.physmem.bytes_inst_read::total      1012358808                       # Number of instructions bytes read from this memory
system.physmem.bytes_written::pc.south_bridge.ide      2991104                       # Number of bytes written to this memory
system.physmem.bytes_written::cpu0.itb.walker           16                       # Number of bytes written to this memory
system.physmem.bytes_written::cpu0.data      31533942                       # Number of bytes written to this memory
system.physmem.bytes_written::cpu1.data      36447976                       # Number of bytes written to this memory
system.physmem.bytes_written::total          70973038                       # Number of bytes written to this memory
system.physmem.num_reads::pc.south_bridge.ide          814                       # Number of read requests responded to by this memory
system.physmem.num_reads::cpu0.dtb.walker        15245                       # Number of read requests responded to by this memory
system.physmem.num_reads::cpu0.itb.walker         7685                       # Number of read requests responded to by this memory
system.physmem.num_reads::cpu0.inst          67747642                       # Number of read requests responded to by this memory
system.physmem.num_reads::cpu0.data           6493671                       # Number of read requests responded to by this memory
system.physmem.num_reads::cpu1.dtb.walker        12627                       # Number of read requests responded to by this memory
system.physmem.num_reads::cpu1.itb.walker         5732                       # Number of read requests responded to by this memory
system.physmem.num_reads::cpu1.inst          58797209                       # Number of read requests responded to by this memory
system.physmem.num_reads::cpu1.data           9219399                       # Number of read requests responded to by this memory
system.physmem.num_reads::total             142300024                       # Number of read requests responded to by this memory
system.physmem.num_writes::pc.south_bridge.ide        46736                       # Number of write requests responded to by this memory
system.physmem.num_writes::cpu0.itb.walker            2                       # Number of write requests responded to by this memory
system.physmem.num_writes::cpu0.data          4739534                       # Number of write requests responded to by this memory
system.physmem.num_writes::cpu1.data          5091384                       # Number of write requests responded to by this memory
system.physmem.num_writes::total              9877656                       # Number of write requests responded to by this memory
system.physmem.bw_read::pc.south_bridge.ide         6638                       # Total read bandwidth from this memory (bytes/s)
system.physmem.bw_read::cpu0.dtb.walker         23009                       # Total read bandwidth from this memory (bytes/s)
system.physmem.bw_read::cpu0.itb.walker         11599                       # Total read bandwidth from this memory (bytes/s)
system.physmem.bw_read::cpu0.inst           102252129                       # Total read bandwidth from this memory (bytes/s)
system.physmem.bw_read::cpu0.data             7301922                       # Total read bandwidth from this memory (bytes/s)
system.physmem.bw_read::cpu1.dtb.walker         19058                       # Total read bandwidth from this memory (bytes/s)
system.physmem.bw_read::cpu1.itb.walker          8651                       # Total read bandwidth from this memory (bytes/s)
system.physmem.bw_read::cpu1.inst            88743159                       # Total read bandwidth from this memory (bytes/s)
system.physmem.bw_read::cpu1.data            10365701                       # Total read bandwidth from this memory (bytes/s)
system.physmem.bw_read::total               208731867                       # Total read bandwidth from this memory (bytes/s)
system.physmem.bw_inst_read::cpu0.inst      102252129                       # Instruction read bandwidth from this memory (bytes/s)
system.physmem.bw_inst_read::cpu1.inst       88743159                       # Instruction read bandwidth from this memory (bytes/s)
system.physmem.bw_inst_read::total          190995288                       # Instruction read bandwidth from this memory (bytes/s)
system.physmem.bw_write::pc.south_bridge.ide       564313                       # Write bandwidth from this memory (bytes/s)
system.physmem.bw_write::cpu0.itb.walker            3                       # Write bandwidth from this memory (bytes/s)
system.physmem.bw_write::cpu0.data            5949308                       # Write bandwidth from this memory (bytes/s)
system.physmem.bw_write::cpu1.data            6876407                       # Write bandwidth from this memory (bytes/s)
system.physmem.bw_write::total               13390031                       # Write bandwidth from this memory (bytes/s)
system.physmem.bw_total::pc.south_bridge.ide       570950                       # Total bandwidth to/from this memory (bytes/s)
system.physmem.bw_total::cpu0.dtb.walker        23009                       # Total bandwidth to/from this memory (bytes/s)
system.physmem.bw_total::cpu0.itb.walker        11602                       # Total bandwidth to/from this memory (bytes/s)
system.physmem.bw_total::cpu0.inst          102252129                       # Total bandwidth to/from this memory (bytes/s)
system.physmem.bw_total::cpu0.data           13251230                       # Total bandwidth to/from this memory (bytes/s)
system.physmem.bw_total::cpu1.dtb.walker        19058                       # Total bandwidth to/from this memory (bytes/s)
system.physmem.bw_total::cpu1.itb.walker         8651                       # Total bandwidth to/from this memory (bytes/s)
system.physmem.bw_total::cpu1.inst           88743159                       # Total bandwidth to/from this memory (bytes/s)
system.physmem.bw_total::cpu1.data           17242108                       # Total bandwidth to/from this memory (bytes/s)
system.physmem.bw_total::total              222121898                       # Total bandwidth to/from this memory (bytes/s)
system.physmem.readReqs                             0                       # Number of read requests accepted
system.physmem.writeReqs                            0                       # Number of write requests accepted
system.physmem.readBursts                           0                       # Number of DRAM read bursts, including those serviced by the write queue
system.physmem.writeBursts                          0                       # Number of DRAM write bursts, including those merged in the write queue
system.physmem.bytesReadDRAM                        0                       # Total number of bytes read from DRAM
system.physmem.bytesReadWrQ                         0                       # Total number of bytes read from write queue
system.physmem.bytesWritten                         0                       # Total number of bytes written to DRAM
system.physmem.bytesReadSys                         0                       # Total read bytes from the system interface side
system.physmem.bytesWrittenSys                      0                       # Total written bytes from the system interface side
system.physmem.servicedByWrQ                        0                       # Number of DRAM read bursts serviced by the write queue
system.physmem.mergedWrBursts                       0                       # Number of DRAM write bursts merged with an existing one
system.physmem.neitherReadNorWriteReqs              0                       # Number of requests that are neither read nor write
system.physmem.perBankRdBursts::0                   0                       # Per bank write bursts
system.physmem.perBankRdBursts::1                   0                       # Per bank write bursts
system.physmem.perBankRdBursts::2                   0                       # Per bank write bursts
system.physmem.perBankRdBursts::3                   0                       # Per bank write bursts
system.physmem.perBankRdBursts::4                   0                       # Per bank write bursts
system.physmem.perBankRdBursts::5                   0                       # Per bank write bursts
system.physmem.perBankRdBursts::6                   0                       # Per bank write bursts
system.physmem.perBankRdBursts::7                   0                       # Per bank write bursts
system.physmem.perBankRdBursts::8                   0                       # Per bank write bursts
system.physmem.perBankRdBursts::9                   0                       # Per bank write bursts
system.physmem.perBankRdBursts::10                  0                       # Per bank write bursts
system.physmem.perBankRdBursts::11                  0                       # Per bank write bursts
system.physmem.perBankRdBursts::12                  0                       # Per bank write bursts
system.physmem.perBankRdBursts::13                  0                       # Per bank write bursts
system.physmem.perBankRdBursts::14                  0                       # Per bank write bursts
system.physmem.perBankRdBursts::15                  0                       # Per bank write bursts
system.physmem.perBankWrBursts::0                   0                       # Per bank write bursts
system.physmem.perBankWrBursts::1                   0                       # Per bank write bursts
system.physmem.perBankWrBursts::2                   0                       # Per bank write bursts
system.physmem.perBankWrBursts::3                   0                       # Per bank write bursts
system.physmem.perBankWrBursts::4                   0                       # Per bank write bursts
system.physmem.perBankWrBursts::5                   0                       # Per bank write bursts
system.physmem.perBankWrBursts::6                   0                       # Per bank write bursts
system.physmem.perBankWrBursts::7                   0                       # Per bank write bursts
system.physmem.perBankWrBursts::8                   0                       # Per bank write bursts
system.physmem.perBankWrBursts::9                   0                       # Per bank write bursts
system.physmem.perBankWrBursts::10                  0                       # Per bank write bursts
system.physmem.perBankWrBursts::11                  0                       # Per bank write bursts
system.physmem.perBankWrBursts::12                  0                       # Per bank write bursts
system.physmem.perBankWrBursts::13                  0                       # Per bank write bursts
system.physmem.perBankWrBursts::14                  0                       # Per bank write bursts
system.physmem.perBankWrBursts::15                  0                       # Per bank write bursts
system.physmem.numRdRetry                           0                       # Number of times read queue was full causing retry
system.physmem.numWrRetry                           0                       # Number of times write queue was full causing retry
system.physmem.totGap                               0                       # Total gap between requests
system.physmem.readPktSize::0                       0                       # Read request sizes (log2)
system.physmem.readPktSize::1                       0                       # Read request sizes (log2)
system.physmem.readPktSize::2                       0                       # Read request sizes (log2)
system.physmem.readPktSize::3                       0                       # Read request sizes (log2)
system.physmem.readPktSize::4                       0                       # Read request sizes (log2)
system.physmem.readPktSize::5                       0                       # Read request sizes (log2)
system.physmem.readPktSize::6                       0                       # Read request sizes (log2)
system.physmem.writePktSize::0                      0                       # Write request sizes (log2)
system.physmem.writePktSize::1                      0                       # Write request sizes (log2)
system.physmem.writePktSize::2                      0                       # Write request sizes (log2)
system.physmem.writePktSize::3                      0                       # Write request sizes (log2)
system.physmem.writePktSize::4                      0                       # Write request sizes (log2)
system.physmem.writePktSize::5                      0                       # Write request sizes (log2)
system.physmem.writePktSize::6                      0                       # Write request sizes (log2)
system.physmem.rdQLenPdf::0                         0                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::1                         0                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::2                         0                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::3                         0                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::4                         0                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::5                         0                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::6                         0                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::7                         0                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::8                         0                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::9                         0                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::10                        0                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::11                        0                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::12                        0                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::13                        0                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::14                        0                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::15                        0                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::16                        0                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::17                        0                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::18                        0                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::19                        0                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::20                        0                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::21                        0                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::22                        0                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::23                        0                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::24                        0                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::25                        0                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::26                        0                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::27                        0                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::28                        0                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::29                        0                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::30                        0                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::31                        0                       # What read queue length does an incoming req see
system.physmem.wrQLenPdf::0                         0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::1                         0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::2                         0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::3                         0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::4                         0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::5                         0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::6                         0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::7                         0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::8                         0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::9                         0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::10                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::11                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::12                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::13                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::14                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::15                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::16                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::17                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::18                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::19                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::20                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::21                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::22                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::23                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::24                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::25                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::26                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::27                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::28                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::29                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::30                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::31                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::32                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::33                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::34                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::35                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::36                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::37                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::38                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::39                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::40                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::41                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::42                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::43                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::44                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::45                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::46                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::47                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::48                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::49                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::50                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::51                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::52                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::53                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::54                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::55                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::56                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::57                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::58                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::59                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::60                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::61                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::62                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::63                        0                       # What write queue length does an incoming req see
system.physmem.totQLat                              0                       # Total ticks spent queuing
system.physmem.totMemAccLat                         0                       # Total ticks spent from burst creation until serviced by the DRAM
system.physmem.totBusLat                            0                       # Total ticks spent in databus transfers
system.physmem.avgQLat                            nan                       # Average queueing delay per DRAM burst
system.physmem.avgBusLat                          nan                       # Average bus latency per DRAM burst
system.physmem.avgMemAccLat                       nan                       # Average memory access latency per DRAM burst
system.physmem.avgRdBW                           0.00                       # Average DRAM read bandwidth in MiByte/s
system.physmem.avgWrBW                           0.00                       # Average achieved write bandwidth in MiByte/s
system.physmem.avgRdBWSys                        0.00                       # Average system read bandwidth in MiByte/s
system.physmem.avgWrBWSys                        0.00                       # Average system write bandwidth in MiByte/s
system.physmem.peakBW                        12800.00                       # Theoretical peak bandwidth in MiByte/s
system.physmem.busUtil                           0.00                       # Data bus utilization in percentage
system.physmem.busUtilRead                       0.00                       # Data bus utilization in percentage for reads
system.physmem.busUtilWrite                      0.00                       # Data bus utilization in percentage for writes
system.physmem.avgRdQLen                         0.00                       # Average read queue length when enqueuing
system.physmem.avgWrQLen                         0.00                       # Average write queue length when enqueuing
system.physmem.readRowHits                          0                       # Number of row buffer hits during reads
system.physmem.writeRowHits                         0                       # Number of row buffer hits during writes
system.physmem.readRowHitRate                     nan                       # Row buffer hit rate for reads
system.physmem.writeRowHitRate                    nan                       # Row buffer hit rate for writes
system.physmem.avgGap                             nan                       # Average gap between requests
system.physmem.pageHitRate                        nan                       # Row buffer hit rate, read and write combined
system.physmem.memoryStateTime::IDLE     5123442263750                       # Time in different power states
system.physmem.memoryStateTime::REF      176993180000                       # Time in different power states
system.physmem.memoryStateTime::PRE_PDN             0                       # Time in different power states
system.physmem.memoryStateTime::ACT                 0                       # Time in different power states
system.physmem.memoryStateTime::ACT_PDN             0                       # Time in different power states
system.physmem.actEnergy::0                         0                       # Energy for activate commands per rank (pJ)
system.physmem.actEnergy::1                         0                       # Energy for activate commands per rank (pJ)
system.physmem.preEnergy::0                         0                       # Energy for precharge commands per rank (pJ)
system.physmem.preEnergy::1                         0                       # Energy for precharge commands per rank (pJ)
system.physmem.readEnergy::0                        0                       # Energy for read commands per rank (pJ)
system.physmem.readEnergy::1                        0                       # Energy for read commands per rank (pJ)
system.physmem.writeEnergy::0                       0                       # Energy for write commands per rank (pJ)
system.physmem.writeEnergy::1                       0                       # Energy for write commands per rank (pJ)
system.physmem.refreshEnergy::0          346198660080                       # Energy for refresh commands per rank (pJ)
system.physmem.refreshEnergy::1          346198660080                       # Energy for refresh commands per rank (pJ)
system.physmem.actBackEnergy::0          114660947205                       # Energy for active background per rank (pJ)
system.physmem.actBackEnergy::1          114660947205                       # Energy for active background per rank (pJ)
system.physmem.preBackEnergy::0          3079681479750                       # Energy for precharge background per rank (pJ)
system.physmem.preBackEnergy::1          3079681479750                       # Energy for precharge background per rank (pJ)
system.physmem.totalEnergy::0            3540541087035                       # Total energy per rank (pJ)
system.physmem.totalEnergy::1            3540541087035                       # Total energy per rank (pJ)
system.physmem.averagePower::0             667.971742                       # Core power per rank (mW)
system.physmem.averagePower::1             667.971742                       # Core power per rank (mW)
system.ruby.clk_domain.clock                      500                       # Clock period in ticks
system.ruby.delayHist::bucket_size                  4                       # delay histogram for all message
system.ruby.delayHist::max_bucket                  39                       # delay histogram for all message
system.ruby.delayHist::samples               10855969                       # delay histogram for all message
system.ruby.delayHist::mean                  0.443071                       # delay histogram for all message
system.ruby.delayHist::stdev                 1.830936                       # delay histogram for all message
system.ruby.delayHist                    |    10255101     94.47%     94.47% |        1445      0.01%     94.48% |      599037      5.52%    100.00% |         126      0.00%    100.00% |         212      0.00%    100.00% |          12      0.00%    100.00% |          36      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% # delay histogram for all message
system.ruby.delayHist::total                 10855969                       # delay histogram for all message
system.ruby.outstanding_req_hist::bucket_size            1                      
system.ruby.outstanding_req_hist::max_bucket            9                      
system.ruby.outstanding_req_hist::samples    152130131                      
system.ruby.outstanding_req_hist::mean       1.000112                      
system.ruby.outstanding_req_hist::gmean      1.000078                      
system.ruby.outstanding_req_hist::stdev      0.010599                      
system.ruby.outstanding_req_hist         |           0      0.00%      0.00% |   152113038     99.99%     99.99% |       17093      0.01%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.outstanding_req_hist::total     152130131                      
system.ruby.latency_hist::bucket_size              32                      
system.ruby.latency_hist::max_bucket              319                      
system.ruby.latency_hist::samples           152130130                      
system.ruby.latency_hist::mean               3.380455                      
system.ruby.latency_hist::gmean              3.106132                      
system.ruby.latency_hist::stdev              3.781513                      
system.ruby.latency_hist                 |   151955103     99.88%     99.88% |         126      0.00%     99.89% |       79786      0.05%     99.94% |       94134      0.06%    100.00% |         979      0.00%    100.00% |           2      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.latency_hist::total             152130130                      
system.ruby.hit_latency_hist::bucket_size            1                      
system.ruby.hit_latency_hist::max_bucket            9                      
system.ruby.hit_latency_hist::samples       149475024                      
system.ruby.hit_latency_hist::mean                  3                      
system.ruby.hit_latency_hist::gmean          3.000000                      
system.ruby.hit_latency_hist             |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |   149475024    100.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.hit_latency_hist::total         149475024                      
system.ruby.miss_latency_hist::bucket_size           32                      
system.ruby.miss_latency_hist::max_bucket          319                      
system.ruby.miss_latency_hist::samples        2655106                      
system.ruby.miss_latency_hist::mean         24.799008                      
system.ruby.miss_latency_hist::gmean        21.990340                      
system.ruby.miss_latency_hist::stdev        18.773320                      
system.ruby.miss_latency_hist            |     2480079     93.41%     93.41% |         126      0.00%     93.41% |       79786      3.01%     96.42% |       94134      3.55%     99.96% |         979      0.04%    100.00% |           2      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.miss_latency_hist::total          2655106                      
system.ruby.l1_cntrl0.L1Dcache.demand_hits     10730190                       # Number of cache demand hits
system.ruby.l1_cntrl0.L1Dcache.demand_misses       525947                       # Number of cache demand misses
system.ruby.l1_cntrl0.L1Dcache.demand_accesses     11256137                       # Number of cache demand accesses
system.ruby.l1_cntrl0.L1Icache.demand_hits     67423344                       # Number of cache demand hits
system.ruby.l1_cntrl0.L1Icache.demand_misses       324298                       # Number of cache demand misses
system.ruby.l1_cntrl0.L1Icache.demand_accesses     67747642                       # Number of cache demand accesses
system.cpu_clk_domain.clock                       500                       # Clock period in ticks
system.ruby.l1_cntrl0.prefetcher.miss_observed            0                       # number of misses observed
system.ruby.l1_cntrl0.prefetcher.allocated_streams            0                       # number of streams allocated for prefetching
system.ruby.l1_cntrl0.prefetcher.prefetches_requested            0                       # number of prefetch requests made
system.ruby.l1_cntrl0.prefetcher.prefetches_accepted            0                       # number of prefetch requests accepted
system.ruby.l1_cntrl0.prefetcher.dropped_prefetches            0                       # number of prefetch requests dropped
system.ruby.l1_cntrl0.prefetcher.hits               0                       # number of prefetched blocks accessed
system.ruby.l1_cntrl0.prefetcher.partial_hits            0                       # number of misses observed for a block being prefetched
system.ruby.l1_cntrl0.prefetcher.pages_crossed            0                       # number of prefetches across pages
system.ruby.l1_cntrl0.prefetcher.misses_on_prefetched_blocks            0                       # number of misses for blocks that were prefetched, yet missed
system.ruby.l1_cntrl0.fully_busy_cycles            12                       # cycles for which number of transistions == max transitions
system.ruby.network.routers0.percent_links_utilized     0.029767                      
system.ruby.network.routers0.msg_count.Control::0       850245                      
system.ruby.network.routers0.msg_count.Request_Control::2        42194                      
system.ruby.network.routers0.msg_count.Response_Data::1       878350                      
system.ruby.network.routers0.msg_count.Response_Control::1       503571                      
system.ruby.network.routers0.msg_count.Response_Control::2       500402                      
system.ruby.network.routers0.msg_count.Writeback_Data::0       294663                      
system.ruby.network.routers0.msg_count.Writeback_Data::1           77                      
system.ruby.network.routers0.msg_count.Writeback_Control::0       168221                      
system.ruby.network.routers0.msg_bytes.Control::0      6801960                      
system.ruby.network.routers0.msg_bytes.Request_Control::2       337552                      
system.ruby.network.routers0.msg_bytes.Response_Data::1     63241200                      
system.ruby.network.routers0.msg_bytes.Response_Control::1      4028568                      
system.ruby.network.routers0.msg_bytes.Response_Control::2      4003216                      
system.ruby.network.routers0.msg_bytes.Writeback_Data::0     21215736                      
system.ruby.network.routers0.msg_bytes.Writeback_Data::1         5544                      
system.ruby.network.routers0.msg_bytes.Writeback_Control::0      1345768                      
system.ruby.l1_cntrl1.L1Dcache.demand_hits     13015788                       # Number of cache demand hits
system.ruby.l1_cntrl1.L1Dcache.demand_misses      1313354                       # Number of cache demand misses
system.ruby.l1_cntrl1.L1Dcache.demand_accesses     14329142                       # Number of cache demand accesses
system.ruby.l1_cntrl1.L1Icache.demand_hits     58305702                       # Number of cache demand hits
system.ruby.l1_cntrl1.L1Icache.demand_misses       491507                       # Number of cache demand misses
system.ruby.l1_cntrl1.L1Icache.demand_accesses     58797209                       # Number of cache demand accesses
system.ruby.l1_cntrl1.prefetcher.miss_observed            0                       # number of misses observed
system.ruby.l1_cntrl1.prefetcher.allocated_streams            0                       # number of streams allocated for prefetching
system.ruby.l1_cntrl1.prefetcher.prefetches_requested            0                       # number of prefetch requests made
system.ruby.l1_cntrl1.prefetcher.prefetches_accepted            0                       # number of prefetch requests accepted
system.ruby.l1_cntrl1.prefetcher.dropped_prefetches            0                       # number of prefetch requests dropped
system.ruby.l1_cntrl1.prefetcher.hits               0                       # number of prefetched blocks accessed
system.ruby.l1_cntrl1.prefetcher.partial_hits            0                       # number of misses observed for a block being prefetched
system.ruby.l1_cntrl1.prefetcher.pages_crossed            0                       # number of prefetches across pages
system.ruby.l1_cntrl1.prefetcher.misses_on_prefetched_blocks            0                       # number of misses for blocks that were prefetched, yet missed
system.ruby.l1_cntrl1.fully_busy_cycles            13                       # cycles for which number of transistions == max transitions
system.ruby.network.routers1.percent_links_utilized     0.057220                      
system.ruby.network.routers1.msg_count.Control::0      1804861                      
system.ruby.network.routers1.msg_count.Request_Control::2        38457                      
system.ruby.network.routers1.msg_count.Response_Data::1      1828237                      
system.ruby.network.routers1.msg_count.Response_Control::1      1255902                      
system.ruby.network.routers1.msg_count.Response_Control::2      1256112                      
system.ruby.network.routers1.msg_count.Writeback_Data::0       279082                      
system.ruby.network.routers1.msg_count.Writeback_Data::1          227                      
system.ruby.network.routers1.msg_count.Writeback_Control::0       940216                      
system.ruby.network.routers1.msg_bytes.Control::0     14438888                      
system.ruby.network.routers1.msg_bytes.Request_Control::2       307656                      
system.ruby.network.routers1.msg_bytes.Response_Data::1    131633064                      
system.ruby.network.routers1.msg_bytes.Response_Control::1     10047216                      
system.ruby.network.routers1.msg_bytes.Response_Control::2     10048896                      
system.ruby.network.routers1.msg_bytes.Writeback_Data::0     20093904                      
system.ruby.network.routers1.msg_bytes.Writeback_Data::1        16344                      
system.ruby.network.routers1.msg_bytes.Writeback_Control::0      7521728                      
system.ruby.l2_cntrl0.L2cache.demand_hits      2431773                       # Number of cache demand hits
system.ruby.l2_cntrl0.L2cache.demand_misses       223333                       # Number of cache demand misses
system.ruby.l2_cntrl0.L2cache.demand_accesses      2655106                       # Number of cache demand accesses
system.ruby.l2_cntrl0.fully_busy_cycles             2                       # cycles for which number of transistions == max transitions
system.ruby.network.routers2.percent_links_utilized     0.091305                      
system.ruby.network.routers2.msg_count.Control::0      2830007                      
system.ruby.network.routers2.msg_count.Request_Control::2        78985                      
system.ruby.network.routers2.msg_count.Response_Data::1      2882064                      
system.ruby.network.routers2.msg_count.Response_Control::1      1837383                      
system.ruby.network.routers2.msg_count.Response_Control::2      1756514                      
system.ruby.network.routers2.msg_count.Writeback_Data::0       573745                      
system.ruby.network.routers2.msg_count.Writeback_Data::1          304                      
system.ruby.network.routers2.msg_count.Writeback_Control::0      1108437                      
system.ruby.network.routers2.msg_bytes.Control::0     22640056                      
system.ruby.network.routers2.msg_bytes.Request_Control::2       631880                      
system.ruby.network.routers2.msg_bytes.Response_Data::1    207508608                      
system.ruby.network.routers2.msg_bytes.Response_Control::1     14699064                      
system.ruby.network.routers2.msg_bytes.Response_Control::2     14052112                      
system.ruby.network.routers2.msg_bytes.Writeback_Data::0     41309640                      
system.ruby.network.routers2.msg_bytes.Writeback_Data::1        21888                      
system.ruby.network.routers2.msg_bytes.Writeback_Control::0      8867496                      
system.ruby.memctrl_clk_domain.clock             1500                       # Clock period in ticks
system.ruby.dir_cntrl0.memBuffer.memReq        317875                       # Total number of memory requests
system.ruby.dir_cntrl0.memBuffer.memRead       175364                       # Number of memory reads
system.ruby.dir_cntrl0.memBuffer.memWrite       142511                       # Number of memory writes
system.ruby.dir_cntrl0.memBuffer.memRefresh       714751                       # Number of memory refreshes
system.ruby.dir_cntrl0.memBuffer.memWaitCycles       942834                       # Delay stalled at the head of the bank queue
system.ruby.dir_cntrl0.memBuffer.memInputQ           46                       # Delay in the input queue
system.ruby.dir_cntrl0.memBuffer.memBankQ         6611                       # Delay behind the head of the bank queue
system.ruby.dir_cntrl0.memBuffer.totalStalls       949491                       # Total number of stall cycles
system.ruby.dir_cntrl0.memBuffer.stallsPerReq     2.986995                       # Expected number of stall cycles per request
system.ruby.dir_cntrl0.memBuffer.memBankBusy       931351                       # memory stalls due to busy bank
system.ruby.dir_cntrl0.memBuffer.memBusBusy         8237                       # memory stalls due to busy bus
system.ruby.dir_cntrl0.memBuffer.memReadWriteBusy           87                       # memory stalls due to read write turnaround
system.ruby.dir_cntrl0.memBuffer.memDataBusBusy            8                       # memory stalls due to read read turnaround
system.ruby.dir_cntrl0.memBuffer.memArbWait         3151                       # memory stalls due to arbitration
system.ruby.dir_cntrl0.memBuffer.memBankCount |       10282      3.23%      3.23% |        9701      3.05%      6.29% |        9679      3.04%      9.33% |        9712      3.06%     12.39% |       10010      3.15%     15.54% |        9927      3.12%     18.66% |        9854      3.10%     21.76% |        9702      3.05%     24.81% |        9904      3.12%     27.93% |        9752      3.07%     30.99% |        9805      3.08%     34.08% |        9914      3.12%     37.20% |        9948      3.13%     40.33% |        9724      3.06%     43.39% |        9647      3.03%     46.42% |        8750      2.75%     49.17% |       10266      3.23%     52.40% |        9887      3.11%     55.51% |        9844      3.10%     58.61% |        9758      3.07%     61.68% |       10022      3.15%     64.83% |        9879      3.11%     67.94% |        9766      3.07%     71.01% |        9852      3.10%     74.11% |       10073      3.17%     77.28% |        9931      3.12%     80.41% |       10175      3.20%     83.61% |       10769      3.39%     86.99% |       10605      3.34%     90.33% |       10522      3.31%     93.64% |       10506      3.31%     96.95% |        9709      3.05%    100.00% # Number of accesses per bank
system.ruby.dir_cntrl0.memBuffer.memBankCount::total       317875                       # Number of accesses per bank
system.ruby.network.routers3.percent_links_utilized     0.006727                      
system.ruby.network.routers3.msg_count.Control::0       174901                      
system.ruby.network.routers3.msg_count.Response_Data::1       273155                      
system.ruby.network.routers3.msg_count.Response_Control::1       125034                      
system.ruby.network.routers3.msg_count.Writeback_Control::0        47550                      
system.ruby.network.routers3.msg_count.Writeback_Control::1        46736                      
system.ruby.network.routers3.msg_bytes.Control::0      1399208                      
system.ruby.network.routers3.msg_bytes.Response_Data::1     19667160                      
system.ruby.network.routers3.msg_bytes.Response_Control::1      1000272                      
system.ruby.network.routers3.msg_bytes.Writeback_Control::0       380400                      
system.ruby.network.routers3.msg_bytes.Writeback_Control::1       373888                      
system.ruby.network.routers4.percent_links_utilized     0.000240                      
system.ruby.network.routers4.msg_count.Response_Data::1          814                      
system.ruby.network.routers4.msg_count.Writeback_Control::0        47550                      
system.ruby.network.routers4.msg_count.Writeback_Control::1        46736                      
system.ruby.network.routers4.msg_bytes.Response_Data::1        58608                      
system.ruby.network.routers4.msg_bytes.Writeback_Control::0       380400                      
system.ruby.network.routers4.msg_bytes.Writeback_Control::1       373888                      
system.ruby.network.routers5.percent_links_utilized     0.037053                      
system.ruby.network.routers5.msg_count.Control::0      2830007                      
system.ruby.network.routers5.msg_count.Request_Control::2        80651                      
system.ruby.network.routers5.msg_count.Response_Data::1      2931310                      
system.ruby.network.routers5.msg_count.Response_Control::1      1860945                      
system.ruby.network.routers5.msg_count.Response_Control::2      1756514                      
system.ruby.network.routers5.msg_count.Writeback_Data::0       573745                      
system.ruby.network.routers5.msg_count.Writeback_Data::1          304                      
system.ruby.network.routers5.msg_count.Writeback_Control::0      1155987                      
system.ruby.network.routers5.msg_count.Writeback_Control::1        46736                      
system.ruby.network.routers5.msg_bytes.Control::0     22640056                      
system.ruby.network.routers5.msg_bytes.Request_Control::2       645208                      
system.ruby.network.routers5.msg_bytes.Response_Data::1    211054320                      
system.ruby.network.routers5.msg_bytes.Response_Control::1     14887560                      
system.ruby.network.routers5.msg_bytes.Response_Control::2     14052112                      
system.ruby.network.routers5.msg_bytes.Writeback_Data::0     41309640                      
system.ruby.network.routers5.msg_bytes.Writeback_Data::1        21888                      
system.ruby.network.routers5.msg_bytes.Writeback_Control::0      9247896                      
system.ruby.network.routers5.msg_bytes.Writeback_Control::1       373888                      
system.ruby.network.msg_count.Control         8490021                      
system.ruby.network.msg_count.Request_Control       240287                      
system.ruby.network.msg_count.Response_Data      8793930                      
system.ruby.network.msg_count.Response_Control     10852377                      
system.ruby.network.msg_count.Writeback_Data      1722147                      
system.ruby.network.msg_count.Writeback_Control      3608169                      
system.ruby.network.msg_byte.Control         67920168                      
system.ruby.network.msg_byte.Request_Control      1922296                      
system.ruby.network.msg_byte.Response_Data    633162960                      
system.ruby.network.msg_byte.Response_Control     86819016                      
system.ruby.network.msg_byte.Writeback_Data    123994584                      
system.ruby.network.msg_byte.Writeback_Control     28865352                      
system.pc.south_bridge.ide.disks0.dma_read_full_pages            0                       # Number of full page size DMA reads (not PRD).
system.pc.south_bridge.ide.disks0.dma_read_bytes        32768                       # Number of bytes transfered via DMA reads (not PRD).
system.pc.south_bridge.ide.disks0.dma_read_txs           30                       # Number of DMA read transactions (not PRD).
system.pc.south_bridge.ide.disks0.dma_write_full_pages          693                       # Number of full page size DMA writes.
system.pc.south_bridge.ide.disks0.dma_write_bytes      2987008                       # Number of bytes transfered via DMA writes.
system.pc.south_bridge.ide.disks0.dma_write_txs          813                       # Number of DMA write transactions.
system.pc.south_bridge.ide.disks1.dma_read_full_pages            0                       # Number of full page size DMA reads (not PRD).
system.pc.south_bridge.ide.disks1.dma_read_bytes            0                       # Number of bytes transfered via DMA reads (not PRD).
system.pc.south_bridge.ide.disks1.dma_read_txs            0                       # Number of DMA read transactions (not PRD).
system.pc.south_bridge.ide.disks1.dma_write_full_pages            1                       # Number of full page size DMA writes.
system.pc.south_bridge.ide.disks1.dma_write_bytes         4096                       # Number of bytes transfered via DMA writes.
system.pc.south_bridge.ide.disks1.dma_write_txs            1                       # Number of DMA write transactions.
system.iobus.trans_dist::ReadReq               858433                       # Transaction distribution
system.iobus.trans_dist::ReadResp              858433                       # Transaction distribution
system.iobus.trans_dist::WriteReq               37701                       # Transaction distribution
system.iobus.trans_dist::WriteResp              37701                       # Transaction distribution
system.iobus.trans_dist::MessageReq              1920                       # Transaction distribution
system.iobus.trans_dist::MessageResp             1920                       # Transaction distribution
system.iobus.pkt_count_system.pc.south_bridge.io_apic.int_master::system.ruby.l1_cntrl0.sequencer.pio-slave-port         1700                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.pc.south_bridge.io_apic.int_master::system.ruby.l1_cntrl1.sequencer.pio-slave-port         1644                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.pc.south_bridge.io_apic.int_master::total         3344                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.ruby.l1_cntrl0.sequencer.mem-master-port::system.pc.south_bridge.cmos.pio           36                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.ruby.l1_cntrl0.sequencer.mem-master-port::system.pc.south_bridge.ide.pio         5246                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.ruby.l1_cntrl0.sequencer.mem-master-port::system.pc.south_bridge.ide-pciconf           88                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.ruby.l1_cntrl0.sequencer.mem-master-port::system.pc.south_bridge.keyboard.pio          956                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.ruby.l1_cntrl0.sequencer.mem-master-port::system.pc.south_bridge.pic1.pio           78                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.ruby.l1_cntrl0.sequencer.mem-master-port::system.pc.south_bridge.pic2.pio           38                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.ruby.l1_cntrl0.sequencer.mem-master-port::system.pc.south_bridge.pit.pio           30                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.ruby.l1_cntrl0.sequencer.mem-master-port::system.pc.south_bridge.speaker.pio       934582                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.ruby.l1_cntrl0.sequencer.mem-master-port::system.pc.south_bridge.io_apic.pio          984                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.ruby.l1_cntrl0.sequencer.mem-master-port::system.pc.i_dont_exist.pio           90                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.ruby.l1_cntrl0.sequencer.mem-master-port::system.pc.behind_pci.pio            2                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.ruby.l1_cntrl0.sequencer.mem-master-port::system.pc.com_1.pio        14276                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.ruby.l1_cntrl0.sequencer.mem-master-port::system.ruby.l1_cntrl0.sequencer.pio-slave-port       743206                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.ruby.l1_cntrl0.sequencer.mem-master-port::system.ruby.l1_cntrl1.sequencer.pio-slave-port          246                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.ruby.l1_cntrl0.sequencer.mem-master-port::system.pc.pciconfig.pio         2126                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.ruby.l1_cntrl0.sequencer.mem-master-port::total      1701984                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.ruby.l1_cntrl1.sequencer.mem-master-port::system.pc.south_bridge.cmos.pio           16                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.ruby.l1_cntrl1.sequencer.mem-master-port::system.pc.south_bridge.dma1.pio            6                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.ruby.l1_cntrl1.sequencer.mem-master-port::system.pc.south_bridge.ide.pio         5796                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.ruby.l1_cntrl1.sequencer.mem-master-port::system.pc.south_bridge.ide-pciconf           92                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.ruby.l1_cntrl1.sequencer.mem-master-port::system.pc.south_bridge.keyboard.pio          408                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.ruby.l1_cntrl1.sequencer.mem-master-port::system.pc.south_bridge.pic1.pio           16                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.ruby.l1_cntrl1.sequencer.mem-master-port::system.pc.south_bridge.pic2.pio           16                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.ruby.l1_cntrl1.sequencer.mem-master-port::system.pc.south_bridge.pit.pio        33042                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.ruby.l1_cntrl1.sequencer.mem-master-port::system.pc.south_bridge.io_apic.pio          350                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.ruby.l1_cntrl1.sequencer.mem-master-port::system.pc.i_dont_exist.pio        33130                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.ruby.l1_cntrl1.sequencer.mem-master-port::system.pc.com_1.pio        12392                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.ruby.l1_cntrl1.sequencer.mem-master-port::system.pc.fake_com_2.pio           12                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.ruby.l1_cntrl1.sequencer.mem-master-port::system.pc.fake_com_3.pio           12                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.ruby.l1_cntrl1.sequencer.mem-master-port::system.pc.fake_com_4.pio           12                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.ruby.l1_cntrl1.sequencer.mem-master-port::system.pc.fake_floppy.pio           10                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.ruby.l1_cntrl1.sequencer.mem-master-port::system.ruby.l1_cntrl0.sequencer.pio-slave-port          250                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.ruby.l1_cntrl1.sequencer.mem-master-port::system.ruby.l1_cntrl1.sequencer.pio-slave-port         5220                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.ruby.l1_cntrl1.sequencer.mem-master-port::total        90780                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count::total                 1796108                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_size_system.pc.south_bridge.io_apic.int_master::system.ruby.l1_cntrl0.sequencer.pio-slave-port         3400                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.pc.south_bridge.io_apic.int_master::system.ruby.l1_cntrl1.sequencer.pio-slave-port         3288                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.pc.south_bridge.io_apic.int_master::total         6688                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.ruby.l1_cntrl0.sequencer.mem-master-port::system.pc.south_bridge.cmos.pio           18                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.ruby.l1_cntrl0.sequencer.mem-master-port::system.pc.south_bridge.ide.pio         2968                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.ruby.l1_cntrl0.sequencer.mem-master-port::system.pc.south_bridge.ide-pciconf          149                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.ruby.l1_cntrl0.sequencer.mem-master-port::system.pc.south_bridge.keyboard.pio          478                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.ruby.l1_cntrl0.sequencer.mem-master-port::system.pc.south_bridge.pic1.pio           39                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.ruby.l1_cntrl0.sequencer.mem-master-port::system.pc.south_bridge.pic2.pio           19                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.ruby.l1_cntrl0.sequencer.mem-master-port::system.pc.south_bridge.pit.pio           15                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.ruby.l1_cntrl0.sequencer.mem-master-port::system.pc.south_bridge.speaker.pio       467291                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.ruby.l1_cntrl0.sequencer.mem-master-port::system.pc.south_bridge.io_apic.pio         1968                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.ruby.l1_cntrl0.sequencer.mem-master-port::system.pc.i_dont_exist.pio           45                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.ruby.l1_cntrl0.sequencer.mem-master-port::system.pc.behind_pci.pio            1                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.ruby.l1_cntrl0.sequencer.mem-master-port::system.pc.com_1.pio         7138                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.ruby.l1_cntrl0.sequencer.mem-master-port::system.ruby.l1_cntrl0.sequencer.pio-slave-port      1486406                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.ruby.l1_cntrl0.sequencer.mem-master-port::system.ruby.l1_cntrl1.sequencer.pio-slave-port          492                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.ruby.l1_cntrl0.sequencer.mem-master-port::system.pc.pciconfig.pio         4252                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.ruby.l1_cntrl0.sequencer.mem-master-port::total      1971279                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.ruby.l1_cntrl1.sequencer.mem-master-port::system.pc.south_bridge.cmos.pio            8                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.ruby.l1_cntrl1.sequencer.mem-master-port::system.pc.south_bridge.dma1.pio            3                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.ruby.l1_cntrl1.sequencer.mem-master-port::system.pc.south_bridge.ide.pio         3692                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.ruby.l1_cntrl1.sequencer.mem-master-port::system.pc.south_bridge.ide-pciconf           72                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.ruby.l1_cntrl1.sequencer.mem-master-port::system.pc.south_bridge.keyboard.pio          204                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.ruby.l1_cntrl1.sequencer.mem-master-port::system.pc.south_bridge.pic1.pio            8                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.ruby.l1_cntrl1.sequencer.mem-master-port::system.pc.south_bridge.pic2.pio            8                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.ruby.l1_cntrl1.sequencer.mem-master-port::system.pc.south_bridge.pit.pio        16521                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.ruby.l1_cntrl1.sequencer.mem-master-port::system.pc.south_bridge.io_apic.pio          700                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.ruby.l1_cntrl1.sequencer.mem-master-port::system.pc.i_dont_exist.pio        16565                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.ruby.l1_cntrl1.sequencer.mem-master-port::system.pc.com_1.pio         6196                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.ruby.l1_cntrl1.sequencer.mem-master-port::system.pc.fake_com_2.pio            6                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.ruby.l1_cntrl1.sequencer.mem-master-port::system.pc.fake_com_3.pio            6                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.ruby.l1_cntrl1.sequencer.mem-master-port::system.pc.fake_com_4.pio            6                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.ruby.l1_cntrl1.sequencer.mem-master-port::system.pc.fake_floppy.pio            5                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.ruby.l1_cntrl1.sequencer.mem-master-port::system.ruby.l1_cntrl0.sequencer.pio-slave-port          500                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.ruby.l1_cntrl1.sequencer.mem-master-port::system.ruby.l1_cntrl1.sequencer.pio-slave-port        10437                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.ruby.l1_cntrl1.sequencer.mem-master-port::total        54937                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size::total                  2032904                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.reqLayer0.occupancy                44000                       # Layer occupancy (ticks)
system.iobus.reqLayer0.utilization                0.0                       # Layer utilization (%)
system.iobus.reqLayer1.occupancy                 6500                       # Layer occupancy (ticks)
system.iobus.reqLayer1.utilization                0.0                       # Layer utilization (%)
system.iobus.reqLayer2.occupancy             10297000                       # Layer occupancy (ticks)
system.iobus.reqLayer2.utilization                0.0                       # Layer utilization (%)
system.iobus.reqLayer3.occupancy               144000                       # Layer occupancy (ticks)
system.iobus.reqLayer3.utilization                0.0                       # Layer utilization (%)
system.iobus.reqLayer4.occupancy              1047500                       # Layer occupancy (ticks)
system.iobus.reqLayer4.utilization                0.0                       # Layer utilization (%)
system.iobus.reqLayer5.occupancy                96000                       # Layer occupancy (ticks)
system.iobus.reqLayer5.utilization                0.0                       # Layer utilization (%)
system.iobus.reqLayer6.occupancy                56500                       # Layer occupancy (ticks)
system.iobus.reqLayer6.utilization                0.0                       # Layer utilization (%)
system.iobus.reqLayer7.occupancy             30321000                       # Layer occupancy (ticks)
system.iobus.reqLayer7.utilization                0.0                       # Layer utilization (%)
system.iobus.reqLayer8.occupancy            467293000                       # Layer occupancy (ticks)
system.iobus.reqLayer8.utilization                0.0                       # Layer utilization (%)
system.iobus.reqLayer9.occupancy              1246000                       # Layer occupancy (ticks)
system.iobus.reqLayer9.utilization                0.0                       # Layer utilization (%)
system.iobus.reqLayer10.occupancy            41493500                       # Layer occupancy (ticks)
system.iobus.reqLayer10.utilization               0.0                       # Layer utilization (%)
system.iobus.reqLayer11.occupancy                2000                       # Layer occupancy (ticks)
system.iobus.reqLayer11.utilization               0.0                       # Layer utilization (%)
system.iobus.reqLayer12.occupancy            23740500                       # Layer occupancy (ticks)
system.iobus.reqLayer12.utilization               0.0                       # Layer utilization (%)
system.iobus.reqLayer13.occupancy                9000                       # Layer occupancy (ticks)
system.iobus.reqLayer13.utilization               0.0                       # Layer utilization (%)
system.iobus.reqLayer14.occupancy                9000                       # Layer occupancy (ticks)
system.iobus.reqLayer14.utilization               0.0                       # Layer utilization (%)
system.iobus.reqLayer15.occupancy                9000                       # Layer occupancy (ticks)
system.iobus.reqLayer15.utilization               0.0                       # Layer utilization (%)
system.iobus.reqLayer16.occupancy               10500                       # Layer occupancy (ticks)
system.iobus.reqLayer16.utilization               0.0                       # Layer utilization (%)
system.iobus.reqLayer17.occupancy           469005748                       # Layer occupancy (ticks)
system.iobus.reqLayer17.utilization               0.0                       # Layer utilization (%)
system.iobus.reqLayer18.occupancy             8238216                       # Layer occupancy (ticks)
system.iobus.reqLayer18.utilization               0.0                       # Layer utilization (%)
system.iobus.reqLayer20.occupancy             1328500                       # Layer occupancy (ticks)
system.iobus.reqLayer20.utilization               0.0                       # Layer utilization (%)
system.iobus.respLayer0.occupancy             2422964                       # Layer occupancy (ticks)
system.iobus.respLayer0.utilization               0.0                       # Layer utilization (%)
system.iobus.respLayer2.occupancy          1790015500                       # Layer occupancy (ticks)
system.iobus.respLayer2.utilization               0.0                       # Layer utilization (%)
system.iobus.respLayer4.occupancy            80920500                       # Layer occupancy (ticks)
system.iobus.respLayer4.utilization               0.0                       # Layer utilization (%)
system.cpu0.apic_clk_domain.clock                8000                       # Clock period in ticks
system.cpu0.numCycles                     10600877300                       # number of cpu cycles simulated
system.cpu0.numWorkItemsStarted                     0                       # number of work items this cpu started
system.cpu0.numWorkItemsCompleted                   0                       # number of work items this cpu completed
system.cpu0.committedInsts                   58227397                       # Number of instructions committed
system.cpu0.committedOps                    111982705                       # Number of ops (including micro ops) committed
system.cpu0.num_int_alu_accesses            104955708                       # Number of integer alu accesses
system.cpu0.num_fp_alu_accesses                     0                       # Number of float alu accesses
system.cpu0.num_func_calls                     986034                       # number of times a function call or return occured
system.cpu0.num_conditional_control_insts      9961508                       # number of instructions that are conditional controls
system.cpu0.num_int_insts                   104955708                       # number of integer instructions
system.cpu0.num_fp_insts                            0                       # number of float instructions
system.cpu0.num_int_register_reads          197725542                       # number of times the integer registers were read
system.cpu0.num_int_register_writes          89196196                       # number of times the integer registers were written
system.cpu0.num_fp_register_reads                   0                       # number of times the floating registers were read
system.cpu0.num_fp_register_writes                  0                       # number of times the floating registers were written
system.cpu0.num_cc_register_reads            60309477                       # number of times the CC registers were read
system.cpu0.num_cc_register_writes           43597657                       # number of times the CC registers were written
system.cpu0.num_mem_refs                     12082037                       # number of memory refs
system.cpu0.num_load_insts                    7332388                       # Number of load instructions
system.cpu0.num_store_insts                   4749649                       # Number of store instructions
system.cpu0.num_idle_cycles              10090456434.750097                       # Number of idle cycles
system.cpu0.num_busy_cycles              510420865.249904                       # Number of busy cycles
system.cpu0.not_idle_fraction                0.048149                       # Percentage of non-idle cycles
system.cpu0.idle_fraction                    0.951851                       # Percentage of idle cycles
system.cpu0.Branches                         11280989                       # Number of branches fetched
system.cpu0.op_class::No_OpClass               134403      0.12%      0.12% # Class of executed instruction
system.cpu0.op_class::IntAlu                 99628506     88.97%     89.09% # Class of executed instruction
system.cpu0.op_class::IntMult                   83751      0.07%     89.16% # Class of executed instruction
system.cpu0.op_class::IntDiv                    54749      0.05%     89.21% # Class of executed instruction
system.cpu0.op_class::FloatAdd                      0      0.00%     89.21% # Class of executed instruction
system.cpu0.op_class::FloatCmp                      0      0.00%     89.21% # Class of executed instruction
system.cpu0.op_class::FloatCvt                      0      0.00%     89.21% # Class of executed instruction
system.cpu0.op_class::FloatMult                     0      0.00%     89.21% # Class of executed instruction
system.cpu0.op_class::FloatDiv                      0      0.00%     89.21% # Class of executed instruction
system.cpu0.op_class::FloatSqrt                     0      0.00%     89.21% # Class of executed instruction
system.cpu0.op_class::SimdAdd                       0      0.00%     89.21% # Class of executed instruction
system.cpu0.op_class::SimdAddAcc                    0      0.00%     89.21% # Class of executed instruction
system.cpu0.op_class::SimdAlu                       0      0.00%     89.21% # Class of executed instruction
system.cpu0.op_class::SimdCmp                       0      0.00%     89.21% # Class of executed instruction
system.cpu0.op_class::SimdCvt                       0      0.00%     89.21% # Class of executed instruction
system.cpu0.op_class::SimdMisc                      0      0.00%     89.21% # Class of executed instruction
system.cpu0.op_class::SimdMult                      0      0.00%     89.21% # Class of executed instruction
system.cpu0.op_class::SimdMultAcc                   0      0.00%     89.21% # Class of executed instruction
system.cpu0.op_class::SimdShift                     0      0.00%     89.21% # Class of executed instruction
system.cpu0.op_class::SimdShiftAcc                  0      0.00%     89.21% # Class of executed instruction
system.cpu0.op_class::SimdSqrt                      0      0.00%     89.21% # Class of executed instruction
system.cpu0.op_class::SimdFloatAdd                  0      0.00%     89.21% # Class of executed instruction
system.cpu0.op_class::SimdFloatAlu                  0      0.00%     89.21% # Class of executed instruction
system.cpu0.op_class::SimdFloatCmp                  0      0.00%     89.21% # Class of executed instruction
system.cpu0.op_class::SimdFloatCvt                  0      0.00%     89.21% # Class of executed instruction
system.cpu0.op_class::SimdFloatDiv                  0      0.00%     89.21% # Class of executed instruction
system.cpu0.op_class::SimdFloatMisc                 0      0.00%     89.21% # Class of executed instruction
system.cpu0.op_class::SimdFloatMult                 0      0.00%     89.21% # Class of executed instruction
system.cpu0.op_class::SimdFloatMultAcc              0      0.00%     89.21% # Class of executed instruction
system.cpu0.op_class::SimdFloatSqrt                 0      0.00%     89.21% # Class of executed instruction
system.cpu0.op_class::MemRead                 7332388      6.55%     95.76% # Class of executed instruction
system.cpu0.op_class::MemWrite                4749649      4.24%    100.00% # Class of executed instruction
system.cpu0.op_class::IprAccess                     0      0.00%    100.00% # Class of executed instruction
system.cpu0.op_class::InstPrefetch                  0      0.00%    100.00% # Class of executed instruction
system.cpu0.op_class::total                 111983446                       # Class of executed instruction
system.cpu0.kern.inst.arm                           0                       # number of arm instructions executed
system.cpu0.kern.inst.quiesce                       0                       # number of quiesce instructions executed
system.cpu1.apic_clk_domain.clock                8000                       # Clock period in ticks
system.cpu1.numCycles                     10598045368                       # number of cpu cycles simulated
system.cpu1.numWorkItemsStarted                     0                       # number of work items this cpu started
system.cpu1.numWorkItemsCompleted                   0                       # number of work items this cpu completed
system.cpu1.committedInsts                   48562221                       # Number of instructions committed
system.cpu1.committedOps                     92780861                       # Number of ops (including micro ops) committed
system.cpu1.num_int_alu_accesses             89101588                       # Number of integer alu accesses
system.cpu1.num_fp_alu_accesses                     0                       # Number of float alu accesses
system.cpu1.num_func_calls                    1756989                       # number of times a function call or return occured
system.cpu1.num_conditional_control_insts      8282079                       # number of instructions that are conditional controls
system.cpu1.num_int_insts                    89101588                       # number of integer instructions
system.cpu1.num_fp_insts                            0                       # number of float instructions
system.cpu1.num_int_register_reads          172887570                       # number of times the integer registers were read
system.cpu1.num_int_register_writes          73678147                       # number of times the integer registers were written
system.cpu1.num_fp_register_reads                   0                       # number of times the floating registers were read
system.cpu1.num_fp_register_writes                  0                       # number of times the floating registers were written
system.cpu1.num_cc_register_reads            51235949                       # number of times the CC registers were read
system.cpu1.num_cc_register_writes           33065863                       # number of times the CC registers were written
system.cpu1.num_mem_refs                     14350246                       # number of memory refs
system.cpu1.num_load_insts                    9231791                       # Number of load instructions
system.cpu1.num_store_insts                   5118455                       # Number of store instructions
system.cpu1.num_idle_cycles              10261750383.824707                       # Number of idle cycles
system.cpu1.num_busy_cycles              336294984.175294                       # Number of busy cycles
system.cpu1.not_idle_fraction                0.031732                       # Percentage of non-idle cycles
system.cpu1.idle_fraction                    0.968268                       # Percentage of idle cycles
system.cpu1.Branches                         10643732                       # Number of branches fetched
system.cpu1.op_class::No_OpClass               171960      0.19%      0.19% # Class of executed instruction
system.cpu1.op_class::IntAlu                 78085090     84.16%     84.35% # Class of executed instruction
system.cpu1.op_class::IntMult                  100662      0.11%     84.45% # Class of executed instruction
system.cpu1.op_class::IntDiv                    73682      0.08%     84.53% # Class of executed instruction
system.cpu1.op_class::FloatAdd                      0      0.00%     84.53% # Class of executed instruction
system.cpu1.op_class::FloatCmp                      0      0.00%     84.53% # Class of executed instruction
system.cpu1.op_class::FloatCvt                      0      0.00%     84.53% # Class of executed instruction
system.cpu1.op_class::FloatMult                     0      0.00%     84.53% # Class of executed instruction
system.cpu1.op_class::FloatDiv                      0      0.00%     84.53% # Class of executed instruction
system.cpu1.op_class::FloatSqrt                     0      0.00%     84.53% # Class of executed instruction
system.cpu1.op_class::SimdAdd                       0      0.00%     84.53% # Class of executed instruction
system.cpu1.op_class::SimdAddAcc                    0      0.00%     84.53% # Class of executed instruction
system.cpu1.op_class::SimdAlu                       0      0.00%     84.53% # Class of executed instruction
system.cpu1.op_class::SimdCmp                       0      0.00%     84.53% # Class of executed instruction
system.cpu1.op_class::SimdCvt                       0      0.00%     84.53% # Class of executed instruction
system.cpu1.op_class::SimdMisc                      0      0.00%     84.53% # Class of executed instruction
system.cpu1.op_class::SimdMult                      0      0.00%     84.53% # Class of executed instruction
system.cpu1.op_class::SimdMultAcc                   0      0.00%     84.53% # Class of executed instruction
system.cpu1.op_class::SimdShift                     0      0.00%     84.53% # Class of executed instruction
system.cpu1.op_class::SimdShiftAcc                  0      0.00%     84.53% # Class of executed instruction
system.cpu1.op_class::SimdSqrt                      0      0.00%     84.53% # Class of executed instruction
system.cpu1.op_class::SimdFloatAdd                  0      0.00%     84.53% # Class of executed instruction
system.cpu1.op_class::SimdFloatAlu                  0      0.00%     84.53% # Class of executed instruction
system.cpu1.op_class::SimdFloatCmp                  0      0.00%     84.53% # Class of executed instruction
system.cpu1.op_class::SimdFloatCvt                  0      0.00%     84.53% # Class of executed instruction
system.cpu1.op_class::SimdFloatDiv                  0      0.00%     84.53% # Class of executed instruction
system.cpu1.op_class::SimdFloatMisc                 0      0.00%     84.53% # Class of executed instruction
system.cpu1.op_class::SimdFloatMult                 0      0.00%     84.53% # Class of executed instruction
system.cpu1.op_class::SimdFloatMultAcc              0      0.00%     84.53% # Class of executed instruction
system.cpu1.op_class::SimdFloatSqrt                 0      0.00%     84.53% # Class of executed instruction
system.cpu1.op_class::MemRead                 9231791      9.95%     94.48% # Class of executed instruction
system.cpu1.op_class::MemWrite                5118455      5.52%    100.00% # Class of executed instruction
system.cpu1.op_class::IprAccess                     0      0.00%    100.00% # Class of executed instruction
system.cpu1.op_class::InstPrefetch                  0      0.00%    100.00% # Class of executed instruction
system.cpu1.op_class::total                  92781640                       # Class of executed instruction
system.cpu1.kern.inst.arm                           0                       # number of arm instructions executed
system.cpu1.kern.inst.quiesce                       0                       # number of quiesce instructions executed
system.ruby.network.routers0.throttle0.link_utilization     0.038084                      
system.ruby.network.routers0.throttle0.msg_count.Request_Control::2        42194                      
system.ruby.network.routers0.throttle0.msg_count.Response_Data::1       838308                      
system.ruby.network.routers0.throttle0.msg_count.Response_Control::1       487492                      
system.ruby.network.routers0.throttle0.msg_bytes.Request_Control::2       337552                      
system.ruby.network.routers0.throttle0.msg_bytes.Response_Data::1     60358176                      
system.ruby.network.routers0.throttle0.msg_bytes.Response_Control::1      3899936                      
system.ruby.network.routers0.throttle1.link_utilization     0.021451                      
system.ruby.network.routers0.throttle1.msg_count.Control::0       850245                      
system.ruby.network.routers0.throttle1.msg_count.Response_Data::1        40042                      
system.ruby.network.routers0.throttle1.msg_count.Response_Control::1        16079                      
system.ruby.network.routers0.throttle1.msg_count.Response_Control::2       500402                      
system.ruby.network.routers0.throttle1.msg_count.Writeback_Data::0       294663                      
system.ruby.network.routers0.throttle1.msg_count.Writeback_Data::1           77                      
system.ruby.network.routers0.throttle1.msg_count.Writeback_Control::0       168221                      
system.ruby.network.routers0.throttle1.msg_bytes.Control::0      6801960                      
system.ruby.network.routers0.throttle1.msg_bytes.Response_Data::1      2883024                      
system.ruby.network.routers0.throttle1.msg_bytes.Response_Control::1       128632                      
system.ruby.network.routers0.throttle1.msg_bytes.Response_Control::2      4003216                      
system.ruby.network.routers0.throttle1.msg_bytes.Writeback_Data::0     21215736                      
system.ruby.network.routers0.throttle1.msg_bytes.Writeback_Data::1         5544                      
system.ruby.network.routers0.throttle1.msg_bytes.Writeback_Control::0      1345768                      
system.ruby.network.routers1.throttle0.link_utilization     0.082226                      
system.ruby.network.routers1.throttle0.msg_count.Request_Control::2        38457                      
system.ruby.network.routers1.throttle0.msg_count.Response_Data::1      1794984                      
system.ruby.network.routers1.throttle0.msg_count.Response_Control::1      1240066                      
system.ruby.network.routers1.throttle0.msg_bytes.Request_Control::2       307656                      
system.ruby.network.routers1.throttle0.msg_bytes.Response_Data::1    129238848                      
system.ruby.network.routers1.throttle0.msg_bytes.Response_Control::1      9920528                      
system.ruby.network.routers1.throttle1.link_utilization     0.032215                      
system.ruby.network.routers1.throttle1.msg_count.Control::0      1804861                      
system.ruby.network.routers1.throttle1.msg_count.Response_Data::1        33253                      
system.ruby.network.routers1.throttle1.msg_count.Response_Control::1        15836                      
system.ruby.network.routers1.throttle1.msg_count.Response_Control::2      1256112                      
system.ruby.network.routers1.throttle1.msg_count.Writeback_Data::0       279082                      
system.ruby.network.routers1.throttle1.msg_count.Writeback_Data::1          227                      
system.ruby.network.routers1.throttle1.msg_count.Writeback_Control::0       940216                      
system.ruby.network.routers1.throttle1.msg_bytes.Control::0     14438888                      
system.ruby.network.routers1.throttle1.msg_bytes.Response_Data::1      2394216                      
system.ruby.network.routers1.throttle1.msg_bytes.Response_Control::1       126688                      
system.ruby.network.routers1.throttle1.msg_bytes.Response_Control::2     10048896                      
system.ruby.network.routers1.throttle1.msg_bytes.Writeback_Data::0     20093904                      
system.ruby.network.routers1.throttle1.msg_bytes.Writeback_Data::1        16344                      
system.ruby.network.routers1.throttle1.msg_bytes.Writeback_Control::0      7521728                      
system.ruby.network.routers2.throttle0.link_utilization     0.059452                      
system.ruby.network.routers2.throttle0.msg_count.Control::0      2655106                      
system.ruby.network.routers2.throttle0.msg_count.Response_Data::1       199764                      
system.ruby.network.routers2.throttle0.msg_count.Response_Control::1       120598                      
system.ruby.network.routers2.throttle0.msg_count.Response_Control::2      1756514                      
system.ruby.network.routers2.throttle0.msg_count.Writeback_Data::0       573745                      
system.ruby.network.routers2.throttle0.msg_count.Writeback_Data::1          304                      
system.ruby.network.routers2.throttle0.msg_count.Writeback_Control::0      1108437                      
system.ruby.network.routers2.throttle0.msg_bytes.Control::0     21240848                      
system.ruby.network.routers2.throttle0.msg_bytes.Response_Data::1     14383008                      
system.ruby.network.routers2.throttle0.msg_bytes.Response_Control::1       964784                      
system.ruby.network.routers2.throttle0.msg_bytes.Response_Control::2     14052112                      
system.ruby.network.routers2.throttle0.msg_bytes.Writeback_Data::0     41309640                      
system.ruby.network.routers2.throttle0.msg_bytes.Writeback_Data::1        21888                      
system.ruby.network.routers2.throttle0.msg_bytes.Writeback_Control::0      8867496                      
system.ruby.network.routers2.throttle1.link_utilization     0.123157                      
system.ruby.network.routers2.throttle1.msg_count.Control::0       174901                      
system.ruby.network.routers2.throttle1.msg_count.Request_Control::2        78985                      
system.ruby.network.routers2.throttle1.msg_count.Response_Data::1      2682300                      
system.ruby.network.routers2.throttle1.msg_count.Response_Control::1      1716785                      
system.ruby.network.routers2.throttle1.msg_bytes.Control::0      1399208                      
system.ruby.network.routers2.throttle1.msg_bytes.Request_Control::2       631880                      
system.ruby.network.routers2.throttle1.msg_bytes.Response_Data::1    193125600                      
system.ruby.network.routers2.throttle1.msg_bytes.Response_Control::1     13734280                      
system.ruby.network.routers3.throttle0.link_utilization     0.005246                      
system.ruby.network.routers3.throttle0.msg_count.Control::0       174901                      
system.ruby.network.routers3.throttle0.msg_count.Response_Data::1        97440                      
system.ruby.network.routers3.throttle0.msg_count.Response_Control::1        12789                      
system.ruby.network.routers3.throttle0.msg_count.Writeback_Control::0        47550                      
system.ruby.network.routers3.throttle0.msg_bytes.Control::0      1399208                      
system.ruby.network.routers3.throttle0.msg_bytes.Response_Data::1      7015680                      
system.ruby.network.routers3.throttle0.msg_bytes.Response_Control::1       102312                      
system.ruby.network.routers3.throttle0.msg_bytes.Writeback_Control::0       380400                      
system.ruby.network.routers3.throttle1.link_utilization     0.008209                      
system.ruby.network.routers3.throttle1.msg_count.Response_Data::1       175715                      
system.ruby.network.routers3.throttle1.msg_count.Response_Control::1       112245                      
system.ruby.network.routers3.throttle1.msg_count.Writeback_Control::1        46736                      
system.ruby.network.routers3.throttle1.msg_bytes.Response_Data::1     12651480                      
system.ruby.network.routers3.throttle1.msg_bytes.Response_Control::1       897960                      
system.ruby.network.routers3.throttle1.msg_bytes.Writeback_Control::1       373888                      
system.ruby.network.routers4.throttle0.link_utilization     0.000255                      
system.ruby.network.routers4.throttle0.msg_count.Response_Data::1          814                      
system.ruby.network.routers4.throttle0.msg_count.Writeback_Control::1        46736                      
system.ruby.network.routers4.throttle0.msg_bytes.Response_Data::1        58608                      
system.ruby.network.routers4.throttle0.msg_bytes.Writeback_Control::1       373888                      
system.ruby.network.routers4.throttle1.link_utilization     0.000224                      
system.ruby.network.routers4.throttle1.msg_count.Writeback_Control::0        47550                      
system.ruby.network.routers4.throttle1.msg_bytes.Writeback_Control::0       380400                      
system.ruby.network.routers5.throttle0.link_utilization     0.038084                      
system.ruby.network.routers5.throttle0.msg_count.Request_Control::2        42194                      
system.ruby.network.routers5.throttle0.msg_count.Response_Data::1       838308                      
system.ruby.network.routers5.throttle0.msg_count.Response_Control::1       487492                      
system.ruby.network.routers5.throttle0.msg_bytes.Request_Control::2       337552                      
system.ruby.network.routers5.throttle0.msg_bytes.Response_Data::1     60358176                      
system.ruby.network.routers5.throttle0.msg_bytes.Response_Control::1      3899936                      
system.ruby.network.routers5.throttle1.link_utilization     0.082226                      
system.ruby.network.routers5.throttle1.msg_count.Request_Control::2        38457                      
system.ruby.network.routers5.throttle1.msg_count.Response_Data::1      1794984                      
system.ruby.network.routers5.throttle1.msg_count.Response_Control::1      1240066                      
system.ruby.network.routers5.throttle1.msg_bytes.Request_Control::2       307656                      
system.ruby.network.routers5.throttle1.msg_bytes.Response_Data::1    129238848                      
system.ruby.network.routers5.throttle1.msg_bytes.Response_Control::1      9920528                      
system.ruby.network.routers5.throttle2.link_utilization     0.059452                      
system.ruby.network.routers5.throttle2.msg_count.Control::0      2655106                      
system.ruby.network.routers5.throttle2.msg_count.Response_Data::1       199764                      
system.ruby.network.routers5.throttle2.msg_count.Response_Control::1       120598                      
system.ruby.network.routers5.throttle2.msg_count.Response_Control::2      1756514                      
system.ruby.network.routers5.throttle2.msg_count.Writeback_Data::0       573745                      
system.ruby.network.routers5.throttle2.msg_count.Writeback_Data::1          304                      
system.ruby.network.routers5.throttle2.msg_count.Writeback_Control::0      1108437                      
system.ruby.network.routers5.throttle2.msg_bytes.Control::0     21240848                      
system.ruby.network.routers5.throttle2.msg_bytes.Response_Data::1     14383008                      
system.ruby.network.routers5.throttle2.msg_bytes.Response_Control::1       964784                      
system.ruby.network.routers5.throttle2.msg_bytes.Response_Control::2     14052112                      
system.ruby.network.routers5.throttle2.msg_bytes.Writeback_Data::0     41309640                      
system.ruby.network.routers5.throttle2.msg_bytes.Writeback_Data::1        21888                      
system.ruby.network.routers5.throttle2.msg_bytes.Writeback_Control::0      8867496                      
system.ruby.network.routers5.throttle3.link_utilization     0.005246                      
system.ruby.network.routers5.throttle3.msg_count.Control::0       174901                      
system.ruby.network.routers5.throttle3.msg_count.Response_Data::1        97440                      
system.ruby.network.routers5.throttle3.msg_count.Response_Control::1        12789                      
system.ruby.network.routers5.throttle3.msg_count.Writeback_Control::0        47550                      
system.ruby.network.routers5.throttle3.msg_bytes.Control::0      1399208                      
system.ruby.network.routers5.throttle3.msg_bytes.Response_Data::1      7015680                      
system.ruby.network.routers5.throttle3.msg_bytes.Response_Control::1       102312                      
system.ruby.network.routers5.throttle3.msg_bytes.Writeback_Control::0       380400                      
system.ruby.network.routers5.throttle4.link_utilization     0.000255                      
system.ruby.network.routers5.throttle4.msg_count.Response_Data::1          814                      
system.ruby.network.routers5.throttle4.msg_count.Writeback_Control::1        46736                      
system.ruby.network.routers5.throttle4.msg_bytes.Response_Data::1        58608                      
system.ruby.network.routers5.throttle4.msg_bytes.Writeback_Control::1       373888                      
system.ruby.delayVCHist.vnet_0::bucket_size            4                       # delay histogram for vnet_0
system.ruby.delayVCHist.vnet_0::max_bucket           39                       # delay histogram for vnet_0
system.ruby.delayVCHist.vnet_0::samples       6093802                       # delay histogram for vnet_0
system.ruby.delayVCHist.vnet_0::mean         0.755007                       # delay histogram for vnet_0
system.ruby.delayVCHist.vnet_0::stdev        2.340941                       # delay histogram for vnet_0
system.ruby.delayVCHist.vnet_0           |     5519285     90.57%     90.57% |         399      0.01%     90.58% |      573737      9.42%     99.99% |         123      0.00%    100.00% |         210      0.00%    100.00% |          12      0.00%    100.00% |          36      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% # delay histogram for vnet_0
system.ruby.delayVCHist.vnet_0::total         6093802                       # delay histogram for vnet_0
system.ruby.delayVCHist.vnet_1::bucket_size            2                       # delay histogram for vnet_1
system.ruby.delayVCHist.vnet_1::max_bucket           19                       # delay histogram for vnet_1
system.ruby.delayVCHist.vnet_1::samples       4681516                       # delay histogram for vnet_1
system.ruby.delayVCHist.vnet_1::mean         0.044663                       # delay histogram for vnet_1
system.ruby.delayVCHist.vnet_1::stdev        0.593096                       # delay histogram for vnet_1
system.ruby.delayVCHist.vnet_1           |     4654718     99.43%     99.43% |         447      0.01%     99.44% |         398      0.01%     99.45% |         648      0.01%     99.46% |       25177      0.54%    100.00% |         123      0.00%    100.00% |           3      0.00%    100.00% |           0      0.00%    100.00% |           1      0.00%    100.00% |           1      0.00%    100.00% # delay histogram for vnet_1
system.ruby.delayVCHist.vnet_1::total         4681516                       # delay histogram for vnet_1
system.ruby.delayVCHist.vnet_2::bucket_size            1                       # delay histogram for vnet_2
system.ruby.delayVCHist.vnet_2::max_bucket            9                       # delay histogram for vnet_2
system.ruby.delayVCHist.vnet_2::samples         80651                       # delay histogram for vnet_2
system.ruby.delayVCHist.vnet_2::mean         0.000124                       # delay histogram for vnet_2
system.ruby.delayVCHist.vnet_2::stdev        0.015747                       # delay histogram for vnet_2
system.ruby.delayVCHist.vnet_2           |       80646     99.99%     99.99% |           0      0.00%     99.99% |           5      0.01%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% # delay histogram for vnet_2
system.ruby.delayVCHist.vnet_2::total           80651                       # delay histogram for vnet_2
system.ruby.LD.latency_hist::bucket_size           16                      
system.ruby.LD.latency_hist::max_bucket           159                      
system.ruby.LD.latency_hist::samples         14920569                      
system.ruby.LD.latency_hist::mean            4.752955                      
system.ruby.LD.latency_hist::gmean           3.589881                      
system.ruby.LD.latency_hist::stdev           6.604009                      
system.ruby.LD.latency_hist              |    13535034     90.71%     90.71% |     1353292      9.07%     99.78% |          96      0.00%     99.78% |           0      0.00%     99.78% |        9982      0.07%     99.85% |         163      0.00%     99.85% |       20984      0.14%     99.99% |         796      0.01%    100.00% |         200      0.00%    100.00% |          22      0.00%    100.00%
system.ruby.LD.latency_hist::total           14920569                      
system.ruby.LD.hit_latency_hist::bucket_size            1                      
system.ruby.LD.hit_latency_hist::max_bucket            9                      
system.ruby.LD.hit_latency_hist::samples     13535034                      
system.ruby.LD.hit_latency_hist::mean               3                      
system.ruby.LD.hit_latency_hist::gmean       3.000000                      
system.ruby.LD.hit_latency_hist          |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |    13535034    100.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.LD.hit_latency_hist::total       13535034                      
system.ruby.LD.miss_latency_hist::bucket_size           16                      
system.ruby.LD.miss_latency_hist::max_bucket          159                      
system.ruby.LD.miss_latency_hist::samples      1385535                      
system.ruby.LD.miss_latency_hist::mean      21.877250                      
system.ruby.LD.miss_latency_hist::gmean     20.732182                      
system.ruby.LD.miss_latency_hist::stdev     12.099590                      
system.ruby.LD.miss_latency_hist         |           0      0.00%      0.00% |     1353292     97.67%     97.67% |          96      0.01%     97.68% |           0      0.00%     97.68% |        9982      0.72%     98.40% |         163      0.01%     98.41% |       20984      1.51%     99.93% |         796      0.06%     99.98% |         200      0.01%    100.00% |          22      0.00%    100.00%
system.ruby.LD.miss_latency_hist::total       1385535                      
system.ruby.ST.latency_hist::bucket_size           32                      
system.ruby.ST.latency_hist::max_bucket           319                      
system.ruby.ST.latency_hist::samples          9491428                      
system.ruby.ST.latency_hist::mean            4.608485                      
system.ruby.ST.latency_hist::gmean           3.286938                      
system.ruby.ST.latency_hist::stdev          10.640707                      
system.ruby.ST.latency_hist              |     9365714     98.68%     98.68% |          17      0.00%     98.68% |       64552      0.68%     99.36% |       60510      0.64%     99.99% |         633      0.01%    100.00% |           2      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.ST.latency_hist::total            9491428                      
system.ruby.ST.hit_latency_hist::bucket_size            1                      
system.ruby.ST.hit_latency_hist::max_bucket            9                      
system.ruby.ST.hit_latency_hist::samples      9141411                      
system.ruby.ST.hit_latency_hist::mean               3                      
system.ruby.ST.hit_latency_hist::gmean       3.000000                      
system.ruby.ST.hit_latency_hist          |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |     9141411    100.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.ST.hit_latency_hist::total        9141411                      
system.ruby.ST.miss_latency_hist::bucket_size           32                      
system.ruby.ST.miss_latency_hist::max_bucket          319                      
system.ruby.ST.miss_latency_hist::samples       350017                      
system.ruby.ST.miss_latency_hist::mean      46.617353                      
system.ruby.ST.miss_latency_hist::gmean     35.715902                      
system.ruby.ST.miss_latency_hist::stdev     35.185303                      
system.ruby.ST.miss_latency_hist         |      224303     64.08%     64.08% |          17      0.00%     64.09% |       64552     18.44%     82.53% |       60510     17.29%     99.82% |         633      0.18%    100.00% |           2      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.ST.miss_latency_hist::total        350017                      
system.ruby.IFETCH.latency_hist::bucket_size           16                      
system.ruby.IFETCH.latency_hist::max_bucket          159                      
system.ruby.IFETCH.latency_hist::samples    126544851                      
system.ruby.IFETCH.latency_hist::mean        3.112747                      
system.ruby.IFETCH.latency_hist::gmean       3.036514                      
system.ruby.IFETCH.latency_hist::stdev       1.652226                      
system.ruby.IFETCH.latency_hist          |   125729046     99.36%     99.36% |      800495      0.63%     99.99% |           4      0.00%     99.99% |           0      0.00%     99.99% |        3856      0.00%     99.99% |          28      0.00%     99.99% |       11079      0.01%    100.00% |         224      0.00%    100.00% |         119      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.IFETCH.latency_hist::total      126544851                      
system.ruby.IFETCH.hit_latency_hist::bucket_size            1                      
system.ruby.IFETCH.hit_latency_hist::max_bucket            9                      
system.ruby.IFETCH.hit_latency_hist::samples    125729046                      
system.ruby.IFETCH.hit_latency_hist::mean            3                      
system.ruby.IFETCH.hit_latency_hist::gmean     3.000000                      
system.ruby.IFETCH.hit_latency_hist      |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |   125729046    100.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.IFETCH.hit_latency_hist::total    125729046                      
system.ruby.IFETCH.miss_latency_hist::bucket_size           16                      
system.ruby.IFETCH.miss_latency_hist::max_bucket          159                      
system.ruby.IFETCH.miss_latency_hist::samples       815805                      
system.ruby.IFETCH.miss_latency_hist::mean    20.488864                      
system.ruby.IFETCH.miss_latency_hist::gmean    19.593048                      
system.ruby.IFETCH.miss_latency_hist::stdev    10.934190                      
system.ruby.IFETCH.miss_latency_hist     |           0      0.00%      0.00% |      800495     98.12%     98.12% |           4      0.00%     98.12% |           0      0.00%     98.12% |        3856      0.47%     98.60% |          28      0.00%     98.60% |       11079      1.36%     99.96% |         224      0.03%     99.99% |         119      0.01%    100.00% |           0      0.00%    100.00%
system.ruby.IFETCH.miss_latency_hist::total       815805                      
system.ruby.RMW_Read.latency_hist::bucket_size           16                      
system.ruby.RMW_Read.latency_hist::max_bucket          159                      
system.ruby.RMW_Read.latency_hist::samples       494298                      
system.ruby.RMW_Read.latency_hist::mean      5.892257                      
system.ruby.RMW_Read.latency_hist::gmean     3.949809                      
system.ruby.RMW_Read.latency_hist::stdev     8.207792                      
system.ruby.RMW_Read.latency_hist        |      428816     86.75%     86.75% |       64079     12.96%     99.72% |           2      0.00%     99.72% |           0      0.00%     99.72% |         994      0.20%     99.92% |          20      0.00%     99.92% |         365      0.07%    100.00% |          18      0.00%    100.00% |           3      0.00%    100.00% |           1      0.00%    100.00%
system.ruby.RMW_Read.latency_hist::total       494298                      
system.ruby.RMW_Read.hit_latency_hist::bucket_size            1                      
system.ruby.RMW_Read.hit_latency_hist::max_bucket            9                      
system.ruby.RMW_Read.hit_latency_hist::samples       428816                      
system.ruby.RMW_Read.hit_latency_hist::mean            3                      
system.ruby.RMW_Read.hit_latency_hist::gmean     3.000000                      
system.ruby.RMW_Read.hit_latency_hist    |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |      428816    100.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.RMW_Read.hit_latency_hist::total       428816                      
system.ruby.RMW_Read.miss_latency_hist::bucket_size           16                      
system.ruby.RMW_Read.miss_latency_hist::max_bucket          159                      
system.ruby.RMW_Read.miss_latency_hist::samples        65482                      
system.ruby.RMW_Read.miss_latency_hist::mean    24.832519                      
system.ruby.RMW_Read.miss_latency_hist::gmean    23.924296                      
system.ruby.RMW_Read.miss_latency_hist::stdev     9.747837                      
system.ruby.RMW_Read.miss_latency_hist   |           0      0.00%      0.00% |       64079     97.86%     97.86% |           2      0.00%     97.86% |           0      0.00%     97.86% |         994      1.52%     99.38% |          20      0.03%     99.41% |         365      0.56%     99.97% |          18      0.03%     99.99% |           3      0.00%    100.00% |           1      0.00%    100.00%
system.ruby.RMW_Read.miss_latency_hist::total        65482                      
system.ruby.Locked_RMW_Read.latency_hist::bucket_size           16                      
system.ruby.Locked_RMW_Read.latency_hist::max_bucket          159                      
system.ruby.Locked_RMW_Read.latency_hist::samples       339492                      
system.ruby.Locked_RMW_Read.latency_hist::mean     5.237555                      
system.ruby.Locked_RMW_Read.latency_hist::gmean     3.760998                      
system.ruby.Locked_RMW_Read.latency_hist::stdev     6.749704                      
system.ruby.Locked_RMW_Read.latency_hist |      301225     88.73%     88.73% |       37910     11.17%     99.89% |           7      0.00%     99.90% |           0      0.00%     99.90% |         190      0.06%     99.95% |           1      0.00%     99.95% |         148      0.04%    100.00% |          10      0.00%    100.00% |           1      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.Locked_RMW_Read.latency_hist::total       339492                      
system.ruby.Locked_RMW_Read.hit_latency_hist::bucket_size            1                      
system.ruby.Locked_RMW_Read.hit_latency_hist::max_bucket            9                      
system.ruby.Locked_RMW_Read.hit_latency_hist::samples       301225                      
system.ruby.Locked_RMW_Read.hit_latency_hist::mean            3                      
system.ruby.Locked_RMW_Read.hit_latency_hist::gmean     3.000000                      
system.ruby.Locked_RMW_Read.hit_latency_hist |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |      301225    100.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.Locked_RMW_Read.hit_latency_hist::total       301225                      
system.ruby.Locked_RMW_Read.miss_latency_hist::bucket_size           16                      
system.ruby.Locked_RMW_Read.miss_latency_hist::max_bucket          159                      
system.ruby.Locked_RMW_Read.miss_latency_hist::samples        38267                      
system.ruby.Locked_RMW_Read.miss_latency_hist::mean    22.850838                      
system.ruby.Locked_RMW_Read.miss_latency_hist::gmean    22.292446                      
system.ruby.Locked_RMW_Read.miss_latency_hist::stdev     7.385228                      
system.ruby.Locked_RMW_Read.miss_latency_hist |           0      0.00%      0.00% |       37910     99.07%     99.07% |           7      0.02%     99.09% |           0      0.00%     99.09% |         190      0.50%     99.58% |           1      0.00%     99.58% |         148      0.39%     99.97% |          10      0.03%    100.00% |           1      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.Locked_RMW_Read.miss_latency_hist::total        38267                      
system.ruby.Locked_RMW_Write.latency_hist::bucket_size            1                      
system.ruby.Locked_RMW_Write.latency_hist::max_bucket            9                      
system.ruby.Locked_RMW_Write.latency_hist::samples       339492                      
system.ruby.Locked_RMW_Write.latency_hist::mean            3                      
system.ruby.Locked_RMW_Write.latency_hist::gmean     3.000000                      
system.ruby.Locked_RMW_Write.latency_hist |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |      339492    100.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.Locked_RMW_Write.latency_hist::total       339492                      
system.ruby.Locked_RMW_Write.hit_latency_hist::bucket_size            1                      
system.ruby.Locked_RMW_Write.hit_latency_hist::max_bucket            9                      
system.ruby.Locked_RMW_Write.hit_latency_hist::samples       339492                      
system.ruby.Locked_RMW_Write.hit_latency_hist::mean            3                      
system.ruby.Locked_RMW_Write.hit_latency_hist::gmean     3.000000                      
system.ruby.Locked_RMW_Write.hit_latency_hist |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |      339492    100.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.Locked_RMW_Write.hit_latency_hist::total       339492                      
system.ruby.L1Cache_Controller.Load      |     6084011     40.78%     40.78% |     8836558     59.22%    100.00%
system.ruby.L1Cache_Controller.Load::total     14920569                      
system.ruby.L1Cache_Controller.Ifetch    |    67747645     53.54%     53.54% |    58797210     46.46%    100.00%
system.ruby.L1Cache_Controller.Ifetch::total    126544855                      
system.ruby.L1Cache_Controller.Store     |     5172126     48.50%     48.50% |     5492584     51.50%    100.00%
system.ruby.L1Cache_Controller.Store::total     10664710                      
system.ruby.L1Cache_Controller.Inv       |       16156     50.14%     50.14% |       16063     49.86%    100.00%
system.ruby.L1Cache_Controller.Inv::total        32219                      
system.ruby.L1Cache_Controller.L1_Replacement |      823129     31.64%     31.64% |     1778072     68.36%    100.00%
system.ruby.L1Cache_Controller.L1_Replacement::total      2601201                      
system.ruby.L1Cache_Controller.Fwd_GETX  |       12034     51.06%     51.06% |       11535     48.94%    100.00%
system.ruby.L1Cache_Controller.Fwd_GETX::total        23569                      
system.ruby.L1Cache_Controller.Fwd_GETS  |       14000     56.32%     56.32% |       10859     43.68%    100.00%
system.ruby.L1Cache_Controller.Fwd_GETS::total        24859                      
system.ruby.L1Cache_Controller.Fwd_GET_INSTR |           4    100.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.Fwd_GET_INSTR::total            4                      
system.ruby.L1Cache_Controller.Data      |         734     41.99%     41.99% |        1014     58.01%    100.00%
system.ruby.L1Cache_Controller.Data::total         1748                      
system.ruby.L1Cache_Controller.Data_Exclusive |      250298     19.59%     19.59% |     1027587     80.41%    100.00%
system.ruby.L1Cache_Controller.Data_Exclusive::total      1277885                      
system.ruby.L1Cache_Controller.DataS_fromL1 |       10859     43.68%     43.68% |       14004     56.32%    100.00%
system.ruby.L1Cache_Controller.DataS_fromL1::total        24863                      
system.ruby.L1Cache_Controller.Data_all_Acks |      576417     43.38%     43.38% |      752379     56.62%    100.00%
system.ruby.L1Cache_Controller.Data_all_Acks::total      1328796                      
system.ruby.L1Cache_Controller.Ack       |       11937     54.72%     54.72% |        9877     45.28%    100.00%
system.ruby.L1Cache_Controller.Ack::total        21814                      
system.ruby.L1Cache_Controller.Ack_all   |       12671     53.78%     53.78% |       10891     46.22%    100.00%
system.ruby.L1Cache_Controller.Ack_all::total        23562                      
system.ruby.L1Cache_Controller.WB_Ack    |      462884     27.52%     27.52% |     1219298     72.48%    100.00%
system.ruby.L1Cache_Controller.WB_Ack::total      1682182                      
system.ruby.L1Cache_Controller.NP.Load   |      278313     20.36%     20.36% |     1088632     79.64%    100.00%
system.ruby.L1Cache_Controller.NP.Load::total      1366945                      
system.ruby.L1Cache_Controller.NP.Ifetch |      324200     39.75%     39.75% |      491378     60.25%    100.00%
system.ruby.L1Cache_Controller.NP.Ifetch::total       815578                      
system.ruby.L1Cache_Controller.NP.Store  |      221640     52.68%     52.68% |      199086     47.32%    100.00%
system.ruby.L1Cache_Controller.NP.Store::total       420726                      
system.ruby.L1Cache_Controller.NP.Inv    |        5298     59.26%     59.26% |        3642     40.74%    100.00%
system.ruby.L1Cache_Controller.NP.Inv::total         8940                      
system.ruby.L1Cache_Controller.I.Load    |        8389     45.13%     45.13% |       10201     54.87%    100.00%
system.ruby.L1Cache_Controller.I.Load::total        18590                      
system.ruby.L1Cache_Controller.I.Ifetch  |          98     43.17%     43.17% |         129     56.83%    100.00%
system.ruby.L1Cache_Controller.I.Ifetch::total          227                      
system.ruby.L1Cache_Controller.I.Store   |        5668     50.49%     50.49% |        5558     49.51%    100.00%
system.ruby.L1Cache_Controller.I.Store::total        11226                      
system.ruby.L1Cache_Controller.I.L1_Replacement |        8737     52.26%     52.26% |        7980     47.74%    100.00%
system.ruby.L1Cache_Controller.I.L1_Replacement::total        16717                      
system.ruby.L1Cache_Controller.S.Load    |      550351     51.54%     51.54% |      517372     48.46%    100.00%
system.ruby.L1Cache_Controller.S.Load::total      1067723                      
system.ruby.L1Cache_Controller.S.Ifetch  |    67423344     53.63%     53.63% |    58305702     46.37%    100.00%
system.ruby.L1Cache_Controller.S.Ifetch::total    125729046                      
system.ruby.L1Cache_Controller.S.Store   |       11937     54.72%     54.72% |        9877     45.28%    100.00%
system.ruby.L1Cache_Controller.S.Store::total        21814                      
system.ruby.L1Cache_Controller.S.Inv     |       10724     46.84%     46.84% |       12170     53.16%    100.00%
system.ruby.L1Cache_Controller.S.Inv::total        22894                      
system.ruby.L1Cache_Controller.S.L1_Replacement |      351508     38.96%     38.96% |      550794     61.04%    100.00%
system.ruby.L1Cache_Controller.S.L1_Replacement::total       902302                      
system.ruby.L1Cache_Controller.E.Load    |     1120765     29.13%     29.13% |     2726807     70.87%    100.00%
system.ruby.L1Cache_Controller.E.Load::total      3847572                      
system.ruby.L1Cache_Controller.E.Store   |       80620     48.39%     48.39% |       85993     51.61%    100.00%
system.ruby.L1Cache_Controller.E.Store::total       166613                      
system.ruby.L1Cache_Controller.E.Inv     |          57     70.37%     70.37% |          24     29.63%    100.00%
system.ruby.L1Cache_Controller.E.Inv::total           81                      
system.ruby.L1Cache_Controller.E.L1_Replacement |      168221     15.18%     15.18% |      940216     84.82%    100.00%
system.ruby.L1Cache_Controller.E.L1_Replacement::total      1108437                      
system.ruby.L1Cache_Controller.E.Fwd_GETX |         207     58.81%     58.81% |         145     41.19%    100.00%
system.ruby.L1Cache_Controller.E.Fwd_GETX::total          352                      
system.ruby.L1Cache_Controller.E.Fwd_GETS |        1001     46.45%     46.45% |        1154     53.55%    100.00%
system.ruby.L1Cache_Controller.E.Fwd_GETS::total         2155                      
system.ruby.L1Cache_Controller.M.Load    |     4126193     47.87%     47.87% |     4493546     52.13%    100.00%
system.ruby.L1Cache_Controller.M.Load::total      8619739                      
system.ruby.L1Cache_Controller.M.Store   |     4852261     48.31%     48.31% |     5192070     51.69%    100.00%
system.ruby.L1Cache_Controller.M.Store::total     10044331                      
system.ruby.L1Cache_Controller.M.Inv     |          77     25.33%     25.33% |         227     74.67%    100.00%
system.ruby.L1Cache_Controller.M.Inv::total          304                      
system.ruby.L1Cache_Controller.M.L1_Replacement |      294663     51.36%     51.36% |      279082     48.64%    100.00%
system.ruby.L1Cache_Controller.M.L1_Replacement::total       573745                      
system.ruby.L1Cache_Controller.M.Fwd_GETX |       11827     50.94%     50.94% |       11390     49.06%    100.00%
system.ruby.L1Cache_Controller.M.Fwd_GETX::total        23217                      
system.ruby.L1Cache_Controller.M.Fwd_GETS |       12999     57.25%     57.25% |        9705     42.75%    100.00%
system.ruby.L1Cache_Controller.M.Fwd_GETS::total        22704                      
system.ruby.L1Cache_Controller.M.Fwd_GET_INSTR |           4    100.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.M.Fwd_GET_INSTR::total            4                      
system.ruby.L1Cache_Controller.IS.Data_Exclusive |      250298     19.59%     19.59% |     1027587     80.41%    100.00%
system.ruby.L1Cache_Controller.IS.Data_Exclusive::total      1277885                      
system.ruby.L1Cache_Controller.IS.DataS_fromL1 |       10859     43.68%     43.68% |       14004     56.32%    100.00%
system.ruby.L1Cache_Controller.IS.DataS_fromL1::total        24863                      
system.ruby.L1Cache_Controller.IS.Data_all_Acks |      349843     38.93%     38.93% |      548749     61.07%    100.00%
system.ruby.L1Cache_Controller.IS.Data_all_Acks::total       898592                      
system.ruby.L1Cache_Controller.IM.Data   |         734     41.99%     41.99% |        1014     58.01%    100.00%
system.ruby.L1Cache_Controller.IM.Data::total         1748                      
system.ruby.L1Cache_Controller.IM.Data_all_Acks |      226574     52.67%     52.67% |      203630     47.33%    100.00%
system.ruby.L1Cache_Controller.IM.Data_all_Acks::total       430204                      
system.ruby.L1Cache_Controller.SM.Ack    |       11937     54.72%     54.72% |        9877     45.28%    100.00%
system.ruby.L1Cache_Controller.SM.Ack::total        21814                      
system.ruby.L1Cache_Controller.SM.Ack_all |       12671     53.78%     53.78% |       10891     46.22%    100.00%
system.ruby.L1Cache_Controller.SM.Ack_all::total        23562                      
system.ruby.L1Cache_Controller.M_I.Ifetch |           3     75.00%     75.00% |           1     25.00%    100.00%
system.ruby.L1Cache_Controller.M_I.Ifetch::total            4                      
system.ruby.L1Cache_Controller.M_I.WB_Ack |      462884     27.52%     27.52% |     1219298     72.48%    100.00%
system.ruby.L1Cache_Controller.M_I.WB_Ack::total      1682182                      
system.ruby.L2Cache_Controller.L1_GET_INSTR       815805      0.00%      0.00%
system.ruby.L2Cache_Controller.L1_GETS        1385683      0.00%      0.00%
system.ruby.L2Cache_Controller.L1_GETX         431953      0.00%      0.00%
system.ruby.L2Cache_Controller.L1_UPGRADE        21814      0.00%      0.00%
system.ruby.L2Cache_Controller.L1_PUTX        1682182      0.00%      0.00%
system.ruby.L2Cache_Controller.L2_Replacement        95349      0.00%      0.00%
system.ruby.L2Cache_Controller.L2_Replacement_clean        12864      0.00%      0.00%
system.ruby.L2Cache_Controller.Mem_Data        174901      0.00%      0.00%
system.ruby.L2Cache_Controller.Mem_Ack         110229      0.00%      0.00%
system.ruby.L2Cache_Controller.WB_Data          23012      0.00%      0.00%
system.ruby.L2Cache_Controller.WB_Data_clean         2155      0.00%      0.00%
system.ruby.L2Cache_Controller.Ack               1666      0.00%      0.00%
system.ruby.L2Cache_Controller.Ack_all           6687      0.00%      0.00%
system.ruby.L2Cache_Controller.Unblock          24863      0.00%      0.00%
system.ruby.L2Cache_Controller.Exclusive_Unblock      1731651      0.00%      0.00%
system.ruby.L2Cache_Controller.MEM_Inv           4032      0.00%      0.00%
system.ruby.L2Cache_Controller.NP.L1_GET_INSTR        15306      0.00%      0.00%
system.ruby.L2Cache_Controller.NP.L1_GETS        32147      0.00%      0.00%
system.ruby.L2Cache_Controller.NP.L1_GETX       127448      0.00%      0.00%
system.ruby.L2Cache_Controller.SS.L1_GET_INSTR       800467      0.00%      0.00%
system.ruby.L2Cache_Controller.SS.L1_GETS        82791      0.00%      0.00%
system.ruby.L2Cache_Controller.SS.L1_GETX         1783      0.00%      0.00%
system.ruby.L2Cache_Controller.SS.L1_UPGRADE        21814      0.00%      0.00%
system.ruby.L2Cache_Controller.SS.L2_Replacement          268      0.00%      0.00%
system.ruby.L2Cache_Controller.SS.L2_Replacement_clean         6335      0.00%      0.00%
system.ruby.L2Cache_Controller.SS.MEM_Inv            3      0.00%      0.00%
system.ruby.L2Cache_Controller.M.L1_GET_INSTR           28      0.00%      0.00%
system.ruby.L2Cache_Controller.M.L1_GETS      1245738      0.00%      0.00%
system.ruby.L2Cache_Controller.M.L1_GETX       279152      0.00%      0.00%
system.ruby.L2Cache_Controller.M.L2_Replacement        94920      0.00%      0.00%
system.ruby.L2Cache_Controller.M.L2_Replacement_clean         6421      0.00%      0.00%
system.ruby.L2Cache_Controller.M.MEM_Inv         1897      0.00%      0.00%
system.ruby.L2Cache_Controller.MT.L1_GET_INSTR            4      0.00%      0.00%
system.ruby.L2Cache_Controller.MT.L1_GETS        24859      0.00%      0.00%
system.ruby.L2Cache_Controller.MT.L1_GETX        23569      0.00%      0.00%
system.ruby.L2Cache_Controller.MT.L1_PUTX      1682182      0.00%      0.00%
system.ruby.L2Cache_Controller.MT.L2_Replacement          161      0.00%      0.00%
system.ruby.L2Cache_Controller.MT.L2_Replacement_clean          108      0.00%      0.00%
system.ruby.L2Cache_Controller.MT.MEM_Inv          116      0.00%      0.00%
system.ruby.L2Cache_Controller.M_I.Mem_Ack       110229      0.00%      0.00%
system.ruby.L2Cache_Controller.M_I.MEM_Inv         1897      0.00%      0.00%
system.ruby.L2Cache_Controller.MT_I.WB_Data          229      0.00%      0.00%
system.ruby.L2Cache_Controller.MT_I.Ack_all           48      0.00%      0.00%
system.ruby.L2Cache_Controller.MT_I.MEM_Inv          116      0.00%      0.00%
system.ruby.L2Cache_Controller.MCT_I.WB_Data           75      0.00%      0.00%
system.ruby.L2Cache_Controller.MCT_I.Ack_all           33      0.00%      0.00%
system.ruby.L2Cache_Controller.I_I.Ack           1395      0.00%      0.00%
system.ruby.L2Cache_Controller.I_I.Ack_all         6335      0.00%      0.00%
system.ruby.L2Cache_Controller.S_I.Ack            271      0.00%      0.00%
system.ruby.L2Cache_Controller.S_I.Ack_all          271      0.00%      0.00%
system.ruby.L2Cache_Controller.S_I.MEM_Inv            3      0.00%      0.00%
system.ruby.L2Cache_Controller.ISS.Mem_Data        32147      0.00%      0.00%
system.ruby.L2Cache_Controller.IS.Mem_Data        15306      0.00%      0.00%
system.ruby.L2Cache_Controller.IM.Mem_Data       127448      0.00%      0.00%
system.ruby.L2Cache_Controller.SS_MB.L1_GETS          111      0.00%      0.00%
system.ruby.L2Cache_Controller.SS_MB.Exclusive_Unblock        23597      0.00%      0.00%
system.ruby.L2Cache_Controller.MT_MB.L1_GETS           37      0.00%      0.00%
system.ruby.L2Cache_Controller.MT_MB.L1_GETX            1      0.00%      0.00%
system.ruby.L2Cache_Controller.MT_MB.Exclusive_Unblock      1708054      0.00%      0.00%
system.ruby.L2Cache_Controller.MT_IIB.WB_Data        22706      0.00%      0.00%
system.ruby.L2Cache_Controller.MT_IIB.WB_Data_clean         2155      0.00%      0.00%
system.ruby.L2Cache_Controller.MT_IIB.Unblock            2      0.00%      0.00%
system.ruby.L2Cache_Controller.MT_IB.WB_Data            2      0.00%      0.00%
system.ruby.L2Cache_Controller.MT_SB.Unblock        24861      0.00%      0.00%
system.ruby.DMA_Controller.ReadRequest            814      0.00%      0.00%
system.ruby.DMA_Controller.WriteRequest         46736      0.00%      0.00%
system.ruby.DMA_Controller.Data                   814      0.00%      0.00%
system.ruby.DMA_Controller.Ack                  46736      0.00%      0.00%
system.ruby.DMA_Controller.READY.ReadRequest          814      0.00%      0.00%
system.ruby.DMA_Controller.READY.WriteRequest        46736      0.00%      0.00%
system.ruby.DMA_Controller.BUSY_RD.Data           814      0.00%      0.00%
system.ruby.DMA_Controller.BUSY_WR.Ack          46736      0.00%      0.00%
system.ruby.Directory_Controller.Fetch         174901      0.00%      0.00%
system.ruby.Directory_Controller.Data           97440      0.00%      0.00%
system.ruby.Directory_Controller.Memory_Data       175364      0.00%      0.00%
system.ruby.Directory_Controller.Memory_Ack       142511      0.00%      0.00%
system.ruby.Directory_Controller.DMA_READ          814      0.00%      0.00%
system.ruby.Directory_Controller.DMA_WRITE        46736      0.00%      0.00%
system.ruby.Directory_Controller.CleanReplacement        12789      0.00%      0.00%
system.ruby.Directory_Controller.I.Fetch       174901      0.00%      0.00%
system.ruby.Directory_Controller.I.DMA_READ          463      0.00%      0.00%
system.ruby.Directory_Controller.I.DMA_WRITE        45071      0.00%      0.00%
system.ruby.Directory_Controller.ID.Memory_Data          463      0.00%      0.00%
system.ruby.Directory_Controller.ID_W.Memory_Ack        45071      0.00%      0.00%
system.ruby.Directory_Controller.M.Data         95424      0.00%      0.00%
system.ruby.Directory_Controller.M.DMA_READ          351      0.00%      0.00%
system.ruby.Directory_Controller.M.DMA_WRITE         1665      0.00%      0.00%
system.ruby.Directory_Controller.M.CleanReplacement        12789      0.00%      0.00%
system.ruby.Directory_Controller.IM.Memory_Data       174901      0.00%      0.00%
system.ruby.Directory_Controller.MI.Memory_Ack        95424      0.00%      0.00%
system.ruby.Directory_Controller.M_DRD.Data          351      0.00%      0.00%
system.ruby.Directory_Controller.M_DRDI.Memory_Ack          351      0.00%      0.00%
system.ruby.Directory_Controller.M_DWR.Data         1665      0.00%      0.00%
system.ruby.Directory_Controller.M_DWRI.Memory_Ack         1665      0.00%      0.00%

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