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

---------- Begin Simulation Statistics ----------
sim_seconds                                  5.305855                       # Number of seconds simulated
sim_ticks                                5305855051000                       # Number of ticks simulated
final_tick                               5305855051000                       # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq                                 1000000000000                       # Frequency of simulated ticks
host_inst_rate                                 191709                       # Simulator instruction rate (inst/s)
host_op_rate                                   367405                       # Simulator op (including micro ops) rate (op/s)
host_tick_rate                             9489836408                       # Simulator tick rate (ticks/s)
host_mem_usage                                1155664                       # Number of bytes of host memory used
host_seconds                                   559.11                       # Real time elapsed on the host
sim_insts                                   107186064                       # Number of instructions simulated
sim_ops                                     205419446                       # 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.mem_ctrls.bytes_read::ruby.dir_cntrl0     11371136                       # Number of bytes read from this memory
system.mem_ctrls.bytes_read::total           11371136                       # Number of bytes read from this memory
system.mem_ctrls.bytes_written::ruby.dir_cntrl0      9131456                       # Number of bytes written to this memory
system.mem_ctrls.bytes_written::total         9131456                       # Number of bytes written to this memory
system.mem_ctrls.num_reads::ruby.dir_cntrl0       177674                       # Number of read requests responded to by this memory
system.mem_ctrls.num_reads::total              177674                       # Number of read requests responded to by this memory
system.mem_ctrls.num_writes::ruby.dir_cntrl0       142679                       # Number of write requests responded to by this memory
system.mem_ctrls.num_writes::total             142679                       # Number of write requests responded to by this memory
system.mem_ctrls.bw_read::ruby.dir_cntrl0      2143130                       # Total read bandwidth from this memory (bytes/s)
system.mem_ctrls.bw_read::total               2143130                       # Total read bandwidth from this memory (bytes/s)
system.mem_ctrls.bw_write::ruby.dir_cntrl0      1721015                       # Write bandwidth from this memory (bytes/s)
system.mem_ctrls.bw_write::total              1721015                       # Write bandwidth from this memory (bytes/s)
system.mem_ctrls.bw_total::ruby.dir_cntrl0      3864145                       # Total bandwidth to/from this memory (bytes/s)
system.mem_ctrls.bw_total::total              3864145                       # Total bandwidth to/from this memory (bytes/s)
system.mem_ctrls.readReqs                      177674                       # Number of read requests accepted
system.mem_ctrls.writeReqs                     142679                       # Number of write requests accepted
system.mem_ctrls.readBursts                    177674                       # Number of DRAM read bursts, including those serviced by the write queue
system.mem_ctrls.writeBursts                   142679                       # Number of DRAM write bursts, including those merged in the write queue
system.mem_ctrls.bytesReadDRAM               11313280                       # Total number of bytes read from DRAM
system.mem_ctrls.bytesReadWrQ                   57856                       # Total number of bytes read from write queue
system.mem_ctrls.bytesWritten                 9121152                       # Total number of bytes written to DRAM
system.mem_ctrls.bytesReadSys                11371136                       # Total read bytes from the system interface side
system.mem_ctrls.bytesWrittenSys              9131456                       # Total written bytes from the system interface side
system.mem_ctrls.servicedByWrQ                    904                       # Number of DRAM read bursts serviced by the write queue
system.mem_ctrls.mergedWrBursts                   135                       # Number of DRAM write bursts merged with an existing one
system.mem_ctrls.neitherReadNorWriteReqs            0                       # Number of requests that are neither read nor write
system.mem_ctrls.perBankRdBursts::0             10805                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::1             10794                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::2             10981                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::3             11389                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::4             11550                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::5             12175                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::6             10978                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::7             10407                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::8             10706                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::9             10369                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::10            10514                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::11            13718                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::12            10819                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::13            10294                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::14            10714                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::15            10557                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::0              8779                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::1              8773                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::2              8745                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::3              9209                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::4              9395                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::5              9648                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::6              8754                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::7              8594                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::8              8776                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::9              8713                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::10             8651                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::11             9041                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::12             8739                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::13             8605                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::14             9111                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::15             8985                       # Per bank write bursts
system.mem_ctrls.numRdRetry                         0                       # Number of times read queue was full causing retry
system.mem_ctrls.numWrRetry                         0                       # Number of times write queue was full causing retry
system.mem_ctrls.totGap                  5305854916500                       # Total gap between requests
system.mem_ctrls.readPktSize::0                     0                       # Read request sizes (log2)
system.mem_ctrls.readPktSize::1                     0                       # Read request sizes (log2)
system.mem_ctrls.readPktSize::2                     0                       # Read request sizes (log2)
system.mem_ctrls.readPktSize::3                     0                       # Read request sizes (log2)
system.mem_ctrls.readPktSize::4                     0                       # Read request sizes (log2)
system.mem_ctrls.readPktSize::5                     0                       # Read request sizes (log2)
system.mem_ctrls.readPktSize::6                177674                       # Read request sizes (log2)
system.mem_ctrls.writePktSize::0                    0                       # Write request sizes (log2)
system.mem_ctrls.writePktSize::1                    0                       # Write request sizes (log2)
system.mem_ctrls.writePktSize::2                    0                       # Write request sizes (log2)
system.mem_ctrls.writePktSize::3                    0                       # Write request sizes (log2)
system.mem_ctrls.writePktSize::4                    0                       # Write request sizes (log2)
system.mem_ctrls.writePktSize::5                    0                       # Write request sizes (log2)
system.mem_ctrls.writePktSize::6               142679                       # Write request sizes (log2)
system.mem_ctrls.rdQLenPdf::0                  176699                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::1                      71                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::2                       0                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::3                       0                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::4                       0                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::5                       0                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::6                       0                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::7                       0                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::8                       0                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::9                       0                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::10                      0                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::11                      0                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::12                      0                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::13                      0                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::14                      0                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::15                      0                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::16                      0                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::17                      0                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::18                      0                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::19                      0                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::20                      0                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::21                      0                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::22                      0                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::23                      0                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::24                      0                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::25                      0                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::26                      0                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::27                      0                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::28                      0                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::29                      0                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::30                      0                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::31                      0                       # What read queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::0                       1                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::1                       1                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::2                       1                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::3                       1                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::4                       1                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::5                       1                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::6                       1                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::7                       1                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::8                       1                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::9                       1                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::10                      1                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::11                      1                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::12                      1                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::13                      1                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::14                      1                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::15                   2068                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::16                   2801                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::17                   8555                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::18                   9120                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::19                   8578                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::20                   9212                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::21                   9227                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::22                   8319                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::23                   9035                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::24                   9059                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::25                   8416                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::26                   8503                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::27                   8354                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::28                   8443                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::29                   8032                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::30                   8092                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::31                   8140                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::32                   7952                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::33                    106                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::34                     85                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::35                     89                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::36                     72                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::37                     64                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::38                     58                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::39                     48                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::40                     37                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::41                     29                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::42                     18                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::43                     10                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::44                      4                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::45                      2                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::46                      1                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::47                      0                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::48                      0                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::49                      0                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::50                      0                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::51                      0                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::52                      0                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::53                      0                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::54                      0                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::55                      0                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::56                      0                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::57                      0                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::58                      0                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::59                      0                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::60                      0                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::61                      0                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::62                      0                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::63                      0                       # What write queue length does an incoming req see
system.mem_ctrls.bytesPerActivate::samples        60326                       # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::mean    338.732354                       # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::gmean   200.613193                       # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::stdev   343.695896                       # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::0-127        20059     33.25%     33.25% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::128-255        14736     24.43%     57.68% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::256-383         6379     10.57%     68.25% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::384-511         3472      5.76%     74.01% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::512-639         2656      4.40%     78.41% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::640-767         1882      3.12%     81.53% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::768-895         1369      2.27%     83.80% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::896-1023         1326      2.20%     86.00% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::1024-1151         8447     14.00%    100.00% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::total        60326                       # Bytes accessed per row activation
system.mem_ctrls.rdPerTurnAround::samples         7898                       # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::mean      22.379337                       # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::stdev    317.468114                       # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::0-1023         7892     99.92%     99.92% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::1024-2047            3      0.04%     99.96% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::2048-3071            1      0.01%     99.97% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::10240-11263            1      0.01%     99.99% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::25600-26623            1      0.01%    100.00% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::total          7898                       # Reads before turning the bus around for writes
system.mem_ctrls.wrPerTurnAround::samples         7898                       # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::mean      18.044821                       # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::gmean     17.697162                       # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::stdev      4.041167                       # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::16             5792     73.34%     73.34% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::17                9      0.11%     73.45% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::18              176      2.23%     75.68% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::19               20      0.25%     75.93% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::20               36      0.46%     76.39% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::21              503      6.37%     82.76% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::22              145      1.84%     84.59% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::23               45      0.57%     85.16% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::24              652      8.26%     93.42% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::25              114      1.44%     94.86% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::26               12      0.15%     95.01% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::27               18      0.23%     95.24% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::28              301      3.81%     99.05% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::29                7      0.09%     99.14% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::30                3      0.04%     99.18% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::31                7      0.09%     99.27% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::32                6      0.08%     99.34% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::33                2      0.03%     99.37% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::34                1      0.01%     99.38% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::35                3      0.04%     99.42% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::37                1      0.01%     99.43% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::38                3      0.04%     99.47% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::39                7      0.09%     99.56% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::40                3      0.04%     99.59% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::41                3      0.04%     99.63% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::42                6      0.08%     99.71% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::43                2      0.03%     99.73% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::44                7      0.09%     99.82% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::45                1      0.01%     99.84% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::47                1      0.01%     99.85% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::48                4      0.05%     99.90% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::51                7      0.09%     99.99% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::52                1      0.01%    100.00% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::total          7898                       # Writes before turning the bus around for reads
system.mem_ctrls.totQLat                   1934412994                       # Total ticks spent queuing
system.mem_ctrls.totMemAccLat              5248850494                       # Total ticks spent from burst creation until serviced by the DRAM
system.mem_ctrls.totBusLat                  883850000                       # Total ticks spent in databus transfers
system.mem_ctrls.avgQLat                     10943.11                       # Average queueing delay per DRAM burst
system.mem_ctrls.avgBusLat                    5000.00                       # Average bus latency per DRAM burst
system.mem_ctrls.avgMemAccLat                29693.11                       # Average memory access latency per DRAM burst
system.mem_ctrls.avgRdBW                         2.13                       # Average DRAM read bandwidth in MiByte/s
system.mem_ctrls.avgWrBW                         1.72                       # Average achieved write bandwidth in MiByte/s
system.mem_ctrls.avgRdBWSys                      2.14                       # Average system read bandwidth in MiByte/s
system.mem_ctrls.avgWrBWSys                      1.72                       # Average system write bandwidth in MiByte/s
system.mem_ctrls.peakBW                      12800.00                       # Theoretical peak bandwidth in MiByte/s
system.mem_ctrls.busUtil                         0.03                       # Data bus utilization in percentage
system.mem_ctrls.busUtilRead                     0.02                       # Data bus utilization in percentage for reads
system.mem_ctrls.busUtilWrite                    0.01                       # Data bus utilization in percentage for writes
system.mem_ctrls.avgRdQLen                       1.00                       # Average read queue length when enqueuing
system.mem_ctrls.avgWrQLen                      24.42                       # Average write queue length when enqueuing
system.mem_ctrls.readRowHits                   140781                       # Number of row buffer hits during reads
system.mem_ctrls.writeRowHits                  118180                       # Number of row buffer hits during writes
system.mem_ctrls.readRowHitRate                 79.64                       # Row buffer hit rate for reads
system.mem_ctrls.writeRowHitRate                82.91                       # Row buffer hit rate for writes
system.mem_ctrls.avgGap                   16562526.08                       # Average gap between requests
system.mem_ctrls.pageHitRate                    81.10                       # Row buffer hit rate, read and write combined
system.mem_ctrls_0.actEnergy                229725720                       # Energy for activate commands per rank (pJ)
system.mem_ctrls_0.preEnergy                125346375                       # Energy for precharge commands per rank (pJ)
system.mem_ctrls_0.readEnergy               694816200                       # Energy for read commands per rank (pJ)
system.mem_ctrls_0.writeEnergy              465892560                       # Energy for write commands per rank (pJ)
system.mem_ctrls_0.refreshEnergy         346552617840                       # Energy for refresh commands per rank (pJ)
system.mem_ctrls_0.actBackEnergy         149158105020                       # Energy for active background per rank (pJ)
system.mem_ctrls_0.preBackEnergy         3052672353000                       # Energy for precharge background per rank (pJ)
system.mem_ctrls_0.totalEnergy           3549898856715                       # Total energy per rank (pJ)
system.mem_ctrls_0.averagePower            669.053166                       # Core power per rank (mW)
system.mem_ctrls_0.memoryStateTime::IDLE 5078226654500                       # Time in different power states
system.mem_ctrls_0.memoryStateTime::REF  177174140000                       # Time in different power states
system.mem_ctrls_0.memoryStateTime::PRE_PDN            0                       # Time in different power states
system.mem_ctrls_0.memoryStateTime::ACT   50453879250                       # Time in different power states
system.mem_ctrls_0.memoryStateTime::ACT_PDN            0                       # Time in different power states
system.mem_ctrls_1.actEnergy                226338840                       # Energy for activate commands per rank (pJ)
system.mem_ctrls_1.preEnergy                123498375                       # Energy for precharge commands per rank (pJ)
system.mem_ctrls_1.readEnergy               683982000                       # Energy for read commands per rank (pJ)
system.mem_ctrls_1.writeEnergy              457624080                       # Energy for write commands per rank (pJ)
system.mem_ctrls_1.refreshEnergy         346552617840                       # Energy for refresh commands per rank (pJ)
system.mem_ctrls_1.actBackEnergy         148581064665                       # Energy for active background per rank (pJ)
system.mem_ctrls_1.preBackEnergy         3053178528750                       # Energy for precharge background per rank (pJ)
system.mem_ctrls_1.totalEnergy           3549803654550                       # Total energy per rank (pJ)
system.mem_ctrls_1.averagePower            669.035223                       # Core power per rank (mW)
system.mem_ctrls_1.memoryStateTime::IDLE 5079073326250                       # Time in different power states
system.mem_ctrls_1.memoryStateTime::REF  177174140000                       # Time in different power states
system.mem_ctrls_1.memoryStateTime::PRE_PDN            0                       # Time in different power states
system.mem_ctrls_1.memoryStateTime::ACT   49607460250                       # Time in different power states
system.mem_ctrls_1.memoryStateTime::ACT_PDN            0                       # Time in different power states
system.cpu_clk_domain.clock                       500                       # Clock period in ticks
system.cpu0.apic_clk_domain.clock                8000                       # Clock period in ticks
system.cpu0.numCycles                     10611710102                       # 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                   59039301                       # Number of instructions committed
system.cpu0.committedOps                    113305603                       # Number of ops (including micro ops) committed
system.cpu0.num_int_alu_accesses            106292175                       # Number of integer alu accesses
system.cpu0.num_fp_alu_accesses                    48                       # Number of float alu accesses
system.cpu0.num_func_calls                    1017385                       # number of times a function call or return occured
system.cpu0.num_conditional_control_insts     10037487                       # number of instructions that are conditional controls
system.cpu0.num_int_insts                   106292175                       # number of integer instructions
system.cpu0.num_fp_insts                           48                       # number of float instructions
system.cpu0.num_int_register_reads          200616462                       # number of times the integer registers were read
system.cpu0.num_int_register_writes          90211252                       # number of times the integer registers were written
system.cpu0.num_fp_register_reads                  48                       # 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            60966419                       # number of times the CC registers were read
system.cpu0.num_cc_register_writes           44030869                       # number of times the CC registers were written
system.cpu0.num_mem_refs                     12456032                       # number of memory refs
system.cpu0.num_load_insts                    7518229                       # Number of load instructions
system.cpu0.num_store_insts                   4937803                       # Number of store instructions
system.cpu0.num_idle_cycles              10088651128.334099                       # Number of idle cycles
system.cpu0.num_busy_cycles              523058973.665901                       # Number of busy cycles
system.cpu0.not_idle_fraction                0.049291                       # Percentage of non-idle cycles
system.cpu0.idle_fraction                    0.950709                       # Percentage of idle cycles
system.cpu0.Branches                         11416956                       # Number of branches fetched
system.cpu0.op_class::No_OpClass               131098      0.12%      0.12% # Class of executed instruction
system.cpu0.op_class::IntAlu                100580271     88.77%     88.88% # Class of executed instruction
system.cpu0.op_class::IntMult                   86269      0.08%     88.96% # Class of executed instruction
system.cpu0.op_class::IntDiv                    57035      0.05%     89.01% # Class of executed instruction
system.cpu0.op_class::FloatAdd                      0      0.00%     89.01% # Class of executed instruction
system.cpu0.op_class::FloatCmp                      0      0.00%     89.01% # Class of executed instruction
system.cpu0.op_class::FloatCvt                     16      0.00%     89.01% # Class of executed instruction
system.cpu0.op_class::FloatMult                     0      0.00%     89.01% # Class of executed instruction
system.cpu0.op_class::FloatDiv                      0      0.00%     89.01% # Class of executed instruction
system.cpu0.op_class::FloatSqrt                     0      0.00%     89.01% # Class of executed instruction
system.cpu0.op_class::SimdAdd                       0      0.00%     89.01% # Class of executed instruction
system.cpu0.op_class::SimdAddAcc                    0      0.00%     89.01% # Class of executed instruction
system.cpu0.op_class::SimdAlu                       0      0.00%     89.01% # Class of executed instruction
system.cpu0.op_class::SimdCmp                       0      0.00%     89.01% # Class of executed instruction
system.cpu0.op_class::SimdCvt                       0      0.00%     89.01% # Class of executed instruction
system.cpu0.op_class::SimdMisc                      0      0.00%     89.01% # Class of executed instruction
system.cpu0.op_class::SimdMult                      0      0.00%     89.01% # Class of executed instruction
system.cpu0.op_class::SimdMultAcc                   0      0.00%     89.01% # Class of executed instruction
system.cpu0.op_class::SimdShift                     0      0.00%     89.01% # Class of executed instruction
system.cpu0.op_class::SimdShiftAcc                  0      0.00%     89.01% # Class of executed instruction
system.cpu0.op_class::SimdSqrt                      0      0.00%     89.01% # Class of executed instruction
system.cpu0.op_class::SimdFloatAdd                  0      0.00%     89.01% # Class of executed instruction
system.cpu0.op_class::SimdFloatAlu                  0      0.00%     89.01% # Class of executed instruction
system.cpu0.op_class::SimdFloatCmp                  0      0.00%     89.01% # Class of executed instruction
system.cpu0.op_class::SimdFloatCvt                  0      0.00%     89.01% # Class of executed instruction
system.cpu0.op_class::SimdFloatDiv                  0      0.00%     89.01% # Class of executed instruction
system.cpu0.op_class::SimdFloatMisc                 0      0.00%     89.01% # Class of executed instruction
system.cpu0.op_class::SimdFloatMult                 0      0.00%     89.01% # Class of executed instruction
system.cpu0.op_class::SimdFloatMultAcc              0      0.00%     89.01% # Class of executed instruction
system.cpu0.op_class::SimdFloatSqrt                 0      0.00%     89.01% # Class of executed instruction
system.cpu0.op_class::MemRead                 7514028      6.63%     95.64% # Class of executed instruction
system.cpu0.op_class::MemWrite                4937803      4.36%    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                 113306520                       # 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                     10608777066                       # 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                   48146763                       # Number of instructions committed
system.cpu1.committedOps                     92113843                       # Number of ops (including micro ops) committed
system.cpu1.num_int_alu_accesses             88441904                       # Number of integer alu accesses
system.cpu1.num_fp_alu_accesses                    48                       # Number of float alu accesses
system.cpu1.num_func_calls                    1752446                       # number of times a function call or return occured
system.cpu1.num_conditional_control_insts      8219762                       # number of instructions that are conditional controls
system.cpu1.num_int_insts                    88441904                       # number of integer instructions
system.cpu1.num_fp_insts                           48                       # number of float instructions
system.cpu1.num_int_register_reads          171408346                       # number of times the integer registers were read
system.cpu1.num_int_register_writes          73196146                       # number of times the integer registers were written
system.cpu1.num_fp_register_reads                  48                       # 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            50924744                       # number of times the CC registers were read
system.cpu1.num_cc_register_writes           32745968                       # number of times the CC registers were written
system.cpu1.num_mem_refs                     14124903                       # number of memory refs
system.cpu1.num_load_insts                    9133295                       # Number of load instructions
system.cpu1.num_store_insts                   4991608                       # Number of store instructions
system.cpu1.num_idle_cycles              10274072236.220961                       # Number of idle cycles
system.cpu1.num_busy_cycles              334704829.779039                       # Number of busy cycles
system.cpu1.not_idle_fraction                0.031550                       # Percentage of non-idle cycles
system.cpu1.idle_fraction                    0.968450                       # Percentage of idle cycles
system.cpu1.Branches                         10581619                       # Number of branches fetched
system.cpu1.op_class::No_OpClass               169787      0.18%      0.18% # Class of executed instruction
system.cpu1.op_class::IntAlu                 77653541     84.30%     84.49% # Class of executed instruction
system.cpu1.op_class::IntMult                   98479      0.11%     84.59% # Class of executed instruction
system.cpu1.op_class::IntDiv                    71918      0.08%     84.67% # Class of executed instruction
system.cpu1.op_class::FloatAdd                      0      0.00%     84.67% # Class of executed instruction
system.cpu1.op_class::FloatCmp                      0      0.00%     84.67% # Class of executed instruction
system.cpu1.op_class::FloatCvt                     16      0.00%     84.67% # Class of executed instruction
system.cpu1.op_class::FloatMult                     0      0.00%     84.67% # Class of executed instruction
system.cpu1.op_class::FloatDiv                      0      0.00%     84.67% # Class of executed instruction
system.cpu1.op_class::FloatSqrt                     0      0.00%     84.67% # Class of executed instruction
system.cpu1.op_class::SimdAdd                       0      0.00%     84.67% # Class of executed instruction
system.cpu1.op_class::SimdAddAcc                    0      0.00%     84.67% # Class of executed instruction
system.cpu1.op_class::SimdAlu                       0      0.00%     84.67% # Class of executed instruction
system.cpu1.op_class::SimdCmp                       0      0.00%     84.67% # Class of executed instruction
system.cpu1.op_class::SimdCvt                       0      0.00%     84.67% # Class of executed instruction
system.cpu1.op_class::SimdMisc                      0      0.00%     84.67% # Class of executed instruction
system.cpu1.op_class::SimdMult                      0      0.00%     84.67% # Class of executed instruction
system.cpu1.op_class::SimdMultAcc                   0      0.00%     84.67% # Class of executed instruction
system.cpu1.op_class::SimdShift                     0      0.00%     84.67% # Class of executed instruction
system.cpu1.op_class::SimdShiftAcc                  0      0.00%     84.67% # Class of executed instruction
system.cpu1.op_class::SimdSqrt                      0      0.00%     84.67% # Class of executed instruction
system.cpu1.op_class::SimdFloatAdd                  0      0.00%     84.67% # Class of executed instruction
system.cpu1.op_class::SimdFloatAlu                  0      0.00%     84.67% # Class of executed instruction
system.cpu1.op_class::SimdFloatCmp                  0      0.00%     84.67% # Class of executed instruction
system.cpu1.op_class::SimdFloatCvt                  0      0.00%     84.67% # Class of executed instruction
system.cpu1.op_class::SimdFloatDiv                  0      0.00%     84.67% # Class of executed instruction
system.cpu1.op_class::SimdFloatMisc                 0      0.00%     84.67% # Class of executed instruction
system.cpu1.op_class::SimdFloatMult                 0      0.00%     84.67% # Class of executed instruction
system.cpu1.op_class::SimdFloatMultAcc              0      0.00%     84.67% # Class of executed instruction
system.cpu1.op_class::SimdFloatSqrt                 0      0.00%     84.67% # Class of executed instruction
system.cpu1.op_class::MemRead                 9129155      9.91%     94.58% # Class of executed instruction
system.cpu1.op_class::MemWrite                4991608      5.42%    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                  92114504                       # 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.iobus.trans_dist::ReadReq               842290                       # Transaction distribution
system.iobus.trans_dist::ReadResp              842290                       # Transaction distribution
system.iobus.trans_dist::WriteReq               35657                       # Transaction distribution
system.iobus.trans_dist::WriteResp              35657                       # Transaction distribution
system.iobus.trans_dist::MessageReq              1791                       # Transaction distribution
system.iobus.trans_dist::MessageResp             1791                       # Transaction distribution
system.iobus.pkt_count_system.pc.south_bridge.io_apic.int_master::system.ruby.l1_cntrl0.sequencer.pio-slave-port         1702                       # 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         1646                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.pc.south_bridge.io_apic.int_master::total         3348                       # 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         5758                       # 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          968                       # 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           66                       # 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       917434                       # 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          964                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.ruby.l1_cntrl0.sequencer.mem-master-port::system.pc.i_dont_exist1.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        14814                       # 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       729402                       # 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          158                       # 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      1671974                       # 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         5284                       # 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          396                       # 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           28                       # 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        30330                       # 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          384                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.ruby.l1_cntrl1.sequencer.mem-master-port::system.pc.i_dont_exist1.pio        30418                       # 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        12448                       # 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           76                       # 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         4614                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.ruby.l1_cntrl1.sequencer.mem-master-port::total        84154                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count::total                 1759476                       # 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         3404                       # 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         3292                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.pc.south_bridge.io_apic.int_master::total         6696                       # 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         3266                       # 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          484                       # 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           33                       # 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       458717                       # 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         1928                       # 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_exist1.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         7407                       # 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      1458798                       # 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          316                       # 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      1935448                       # 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         3394                       # 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          198                       # 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           14                       # 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        15165                       # 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          768                       # 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_exist1.pio        15209                       # 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         6224                       # 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          152                       # 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         9225                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.ruby.l1_cntrl1.sequencer.mem-master-port::total        50463                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size::total                  1992607                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.reqLayer0.occupancy                43500                       # 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              9032000                       # Layer occupancy (ticks)
system.iobus.reqLayer2.utilization                0.0                       # Layer utilization (%)
system.iobus.reqLayer3.occupancy               154500                       # Layer occupancy (ticks)
system.iobus.reqLayer3.utilization                0.0                       # Layer utilization (%)
system.iobus.reqLayer4.occupancy               939000                       # Layer occupancy (ticks)
system.iobus.reqLayer4.utilization                0.0                       # Layer utilization (%)
system.iobus.reqLayer5.occupancy                92000                       # Layer occupancy (ticks)
system.iobus.reqLayer5.utilization                0.0                       # Layer utilization (%)
system.iobus.reqLayer6.occupancy                52500                       # Layer occupancy (ticks)
system.iobus.reqLayer6.utilization                0.0                       # Layer utilization (%)
system.iobus.reqLayer7.occupancy             20247500                       # Layer occupancy (ticks)
system.iobus.reqLayer7.utilization                0.0                       # Layer utilization (%)
system.iobus.reqLayer8.occupancy            458718000                       # Layer occupancy (ticks)
system.iobus.reqLayer8.utilization                0.0                       # Layer utilization (%)
system.iobus.reqLayer9.occupancy              1168984                       # Layer occupancy (ticks)
system.iobus.reqLayer9.utilization                0.0                       # Layer utilization (%)
system.iobus.reqLayer10.occupancy            30508000                       # Layer occupancy (ticks)
system.iobus.reqLayer10.utilization               0.0                       # Layer utilization (%)
system.iobus.reqLayer12.occupancy                2000                       # Layer occupancy (ticks)
system.iobus.reqLayer12.utilization               0.0                       # Layer utilization (%)
system.iobus.reqLayer13.occupancy            20468500                       # Layer occupancy (ticks)
system.iobus.reqLayer13.utilization               0.0                       # Layer utilization (%)
system.iobus.reqLayer14.occupancy                9500                       # Layer occupancy (ticks)
system.iobus.reqLayer14.utilization               0.0                       # Layer utilization (%)
system.iobus.reqLayer15.occupancy                9500                       # Layer occupancy (ticks)
system.iobus.reqLayer15.utilization               0.0                       # Layer utilization (%)
system.iobus.reqLayer16.occupancy                9000                       # Layer occupancy (ticks)
system.iobus.reqLayer16.utilization               0.0                       # Layer utilization (%)
system.iobus.reqLayer17.occupancy               11500                       # Layer occupancy (ticks)
system.iobus.reqLayer17.utilization               0.0                       # Layer utilization (%)
system.iobus.reqLayer18.occupancy           369423793                       # Layer occupancy (ticks)
system.iobus.reqLayer18.utilization               0.0                       # Layer utilization (%)
system.iobus.reqLayer19.occupancy             7540555                       # Layer occupancy (ticks)
system.iobus.reqLayer19.utilization               0.0                       # Layer utilization (%)
system.iobus.reqLayer21.occupancy             1593000                       # Layer occupancy (ticks)
system.iobus.reqLayer21.utilization               0.0                       # Layer utilization (%)
system.iobus.respLayer0.occupancy             2422900                       # Layer occupancy (ticks)
system.iobus.respLayer0.utilization               0.0                       # Layer utilization (%)
system.iobus.respLayer2.occupancy          1846208467                       # Layer occupancy (ticks)
system.iobus.respLayer2.utilization               0.0                       # Layer utilization (%)
system.iobus.respLayer4.occupancy            57630965                       # Layer occupancy (ticks)
system.iobus.respLayer4.utilization               0.0                       # Layer utilization (%)
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.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               10891037                       # delay histogram for all message
system.ruby.delayHist::mean                  0.442781                       # delay histogram for all message
system.ruby.delayHist::stdev                 1.830637                       # delay histogram for all message
system.ruby.delayHist                    |    10288749     94.47%     94.47% |        1200      0.01%     94.48% |      600645      5.52%    100.00% |         149      0.00%    100.00% |         250      0.00%    100.00% |          10      0.00%    100.00% |          34      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                 10891037                       # 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    152756607                      
system.ruby.outstanding_req_hist::mean       1.000166                      
system.ruby.outstanding_req_hist::gmean      1.000115                      
system.ruby.outstanding_req_hist::stdev      0.012901                      
system.ruby.outstanding_req_hist         |           0      0.00%      0.00% |   152731178     99.98%     99.98% |       25429      0.02%    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     152756607                      
system.ruby.latency_hist::bucket_size             128                      
system.ruby.latency_hist::max_bucket             1279                      
system.ruby.latency_hist::samples           152756606                      
system.ruby.latency_hist::mean               3.433707                      
system.ruby.latency_hist::gmean              3.107293                      
system.ruby.latency_hist::stdev              5.733417                      
system.ruby.latency_hist                 |   152719535     99.98%     99.98% |       28054      0.02%     99.99% |        2709      0.00%    100.00% |        3616      0.00%    100.00% |        2121      0.00%    100.00% |         519      0.00%    100.00% |          10      0.00%    100.00% |          19      0.00%    100.00% |          16      0.00%    100.00% |           7      0.00%    100.00%
system.ruby.latency_hist::total             152756606                      
system.ruby.hit_latency_hist::bucket_size            1                      
system.ruby.hit_latency_hist::max_bucket            9                      
system.ruby.hit_latency_hist::samples       150094340                      
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% |   150094340    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         150094340                      
system.ruby.miss_latency_hist::bucket_size          128                      
system.ruby.miss_latency_hist::max_bucket         1279                      
system.ruby.miss_latency_hist::samples        2662266                      
system.ruby.miss_latency_hist::mean         27.885415                      
system.ruby.miss_latency_hist::gmean        22.530675                      
system.ruby.miss_latency_hist::stdev        35.744325                      
system.ruby.miss_latency_hist            |     2625195     98.61%     98.61% |       28054      1.05%     99.66% |        2709      0.10%     99.76% |        3616      0.14%     99.90% |        2121      0.08%     99.98% |         519      0.02%    100.00% |          10      0.00%    100.00% |          19      0.00%    100.00% |          16      0.00%    100.00% |           7      0.00%    100.00%
system.ruby.miss_latency_hist::total          2662266                      
system.ruby.l1_cntrl0.L1Dcache.demand_hits     11119259                       # Number of cache demand hits
system.ruby.l1_cntrl0.L1Dcache.demand_misses       532505                       # Number of cache demand misses
system.ruby.l1_cntrl0.L1Dcache.demand_accesses     11651764                       # Number of cache demand accesses
system.ruby.l1_cntrl0.L1Icache.demand_hits     68488994                       # Number of cache demand hits
system.ruby.l1_cntrl0.L1Icache.demand_misses       323919                       # Number of cache demand misses
system.ruby.l1_cntrl0.L1Icache.demand_accesses     68812913                       # Number of cache demand accesses
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            16                       # cycles for which number of transistions == max transitions
system.ruby.l1_cntrl1.L1Dcache.demand_hits     12794938                       # Number of cache demand hits
system.ruby.l1_cntrl1.L1Dcache.demand_misses      1313576                       # Number of cache demand misses
system.ruby.l1_cntrl1.L1Dcache.demand_accesses     14108514                       # Number of cache demand accesses
system.ruby.l1_cntrl1.L1Icache.demand_hits     57691149                       # Number of cache demand hits
system.ruby.l1_cntrl1.L1Icache.demand_misses       492266                       # Number of cache demand misses
system.ruby.l1_cntrl1.L1Icache.demand_accesses     58183415                       # 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             7                       # cycles for which number of transistions == max transitions
system.ruby.l2_cntrl0.L2cache.demand_hits      2435469                       # Number of cache demand hits
system.ruby.l2_cntrl0.L2cache.demand_misses       226797                       # Number of cache demand misses
system.ruby.l2_cntrl0.L2cache.demand_accesses      2662266                       # Number of cache demand accesses
system.ruby.l2_cntrl0.fully_busy_cycles             4                       # cycles for which number of transistions == max transitions
system.ruby.memctrl_clk_domain.clock             1500                       # Clock period in ticks
system.ruby.network.routers0.percent_links_utilized     0.030013                      
system.ruby.network.routers0.msg_count.Control::0       856424                      
system.ruby.network.routers0.msg_count.Request_Control::2        42660                      
system.ruby.network.routers0.msg_count.Response_Data::1       884957                      
system.ruby.network.routers0.msg_count.Response_Control::1       510142                      
system.ruby.network.routers0.msg_count.Response_Control::2       507456                      
system.ruby.network.routers0.msg_count.Writeback_Data::0       298493                      
system.ruby.network.routers0.msg_count.Writeback_Data::1          178                      
system.ruby.network.routers0.msg_count.Writeback_Control::0       170402                      
system.ruby.network.routers0.msg_bytes.Control::0      6851392                      
system.ruby.network.routers0.msg_bytes.Request_Control::2       341280                      
system.ruby.network.routers0.msg_bytes.Response_Data::1     63716904                      
system.ruby.network.routers0.msg_bytes.Response_Control::1      4081136                      
system.ruby.network.routers0.msg_bytes.Response_Control::2      4059648                      
system.ruby.network.routers0.msg_bytes.Writeback_Data::0     21491496                      
system.ruby.network.routers0.msg_bytes.Writeback_Data::1        12816                      
system.ruby.network.routers0.msg_bytes.Writeback_Control::0      1363216                      
system.ruby.network.routers1.percent_links_utilized     0.057139                      
system.ruby.network.routers1.msg_count.Control::0      1805842                      
system.ruby.network.routers1.msg_count.Request_Control::2        40537                      
system.ruby.network.routers1.msg_count.Response_Data::1      1830040                      
system.ruby.network.routers1.msg_count.Response_Control::1      1255305                      
system.ruby.network.routers1.msg_count.Response_Control::2      1254315                      
system.ruby.network.routers1.msg_count.Writeback_Data::0       276121                      
system.ruby.network.routers1.msg_count.Writeback_Data::1          190                      
system.ruby.network.routers1.msg_count.Writeback_Control::0       940437                      
system.ruby.network.routers1.msg_bytes.Control::0     14446736                      
system.ruby.network.routers1.msg_bytes.Request_Control::2       324296                      
system.ruby.network.routers1.msg_bytes.Response_Data::1    131762880                      
system.ruby.network.routers1.msg_bytes.Response_Control::1     10042440                      
system.ruby.network.routers1.msg_bytes.Response_Control::2     10034520                      
system.ruby.network.routers1.msg_bytes.Writeback_Data::0     19880712                      
system.ruby.network.routers1.msg_bytes.Writeback_Data::1        13680                      
system.ruby.network.routers1.msg_bytes.Writeback_Control::0      7523496                      
system.ruby.network.routers2.percent_links_utilized     0.091475                      
system.ruby.network.routers2.msg_count.Control::0      2839478                      
system.ruby.network.routers2.msg_count.Request_Control::2        81710                      
system.ruby.network.routers2.msg_count.Response_Data::1      2890410                      
system.ruby.network.routers2.msg_count.Response_Control::1      1846123                      
system.ruby.network.routers2.msg_count.Response_Control::2      1761771                      
system.ruby.network.routers2.msg_count.Writeback_Data::0       574614                      
system.ruby.network.routers2.msg_count.Writeback_Data::1          368                      
system.ruby.network.routers2.msg_count.Writeback_Control::0      1110839                      
system.ruby.network.routers2.msg_bytes.Control::0     22715824                      
system.ruby.network.routers2.msg_bytes.Request_Control::2       653680                      
system.ruby.network.routers2.msg_bytes.Response_Data::1    208109520                      
system.ruby.network.routers2.msg_bytes.Response_Control::1     14768984                      
system.ruby.network.routers2.msg_bytes.Response_Control::2     14094168                      
system.ruby.network.routers2.msg_bytes.Writeback_Data::0     41372208                      
system.ruby.network.routers2.msg_bytes.Writeback_Data::1        26496                      
system.ruby.network.routers2.msg_bytes.Writeback_Control::0      8886712                      
system.ruby.network.routers3.percent_links_utilized     0.006783                      
system.ruby.network.routers3.msg_count.Control::0       177212                      
system.ruby.network.routers3.msg_count.Response_Data::1       275392                      
system.ruby.network.routers3.msg_count.Response_Control::1       129266                      
system.ruby.network.routers3.msg_count.Writeback_Control::0        47545                      
system.ruby.network.routers3.msg_count.Writeback_Control::1        46736                      
system.ruby.network.routers3.msg_bytes.Control::0      1417696                      
system.ruby.network.routers3.msg_bytes.Response_Data::1     19828224                      
system.ruby.network.routers3.msg_bytes.Response_Control::1      1034128                      
system.ruby.network.routers3.msg_bytes.Writeback_Control::0       380360                      
system.ruby.network.routers3.msg_bytes.Writeback_Control::1       373888                      
system.ruby.network.routers4.percent_links_utilized     0.000239                      
system.ruby.network.routers4.msg_count.Response_Data::1          809                      
system.ruby.network.routers4.msg_count.Writeback_Control::0        47545                      
system.ruby.network.routers4.msg_count.Writeback_Control::1        46736                      
system.ruby.network.routers4.msg_bytes.Response_Data::1        58248                      
system.ruby.network.routers4.msg_bytes.Writeback_Control::0       380360                      
system.ruby.network.routers4.msg_bytes.Writeback_Control::1       373888                      
system.ruby.network.routers5.percent_links_utilized            0                      
system.ruby.network.routers6.percent_links_utilized     0.030942                      
system.ruby.network.routers6.msg_count.Control::0      2839478                      
system.ruby.network.routers6.msg_count.Request_Control::2        83197                      
system.ruby.network.routers6.msg_count.Response_Data::1      2940804                      
system.ruby.network.routers6.msg_count.Response_Control::1      1870418                      
system.ruby.network.routers6.msg_count.Response_Control::2      1761771                      
system.ruby.network.routers6.msg_count.Writeback_Data::0       574614                      
system.ruby.network.routers6.msg_count.Writeback_Data::1          368                      
system.ruby.network.routers6.msg_count.Writeback_Control::0      1158384                      
system.ruby.network.routers6.msg_count.Writeback_Control::1        46736                      
system.ruby.network.routers6.msg_bytes.Control::0     22715824                      
system.ruby.network.routers6.msg_bytes.Request_Control::2       665576                      
system.ruby.network.routers6.msg_bytes.Response_Data::1    211737888                      
system.ruby.network.routers6.msg_bytes.Response_Control::1     14963344                      
system.ruby.network.routers6.msg_bytes.Response_Control::2     14094168                      
system.ruby.network.routers6.msg_bytes.Writeback_Data::0     41372208                      
system.ruby.network.routers6.msg_bytes.Writeback_Data::1        26496                      
system.ruby.network.routers6.msg_bytes.Writeback_Control::0      9267072                      
system.ruby.network.routers6.msg_bytes.Writeback_Control::1       373888                      
system.ruby.network.msg_count.Control         8518434                      
system.ruby.network.msg_count.Request_Control       248104                      
system.ruby.network.msg_count.Response_Data      8822412                      
system.ruby.network.msg_count.Response_Control     10896567                      
system.ruby.network.msg_count.Writeback_Data      1724946                      
system.ruby.network.msg_count.Writeback_Control      3615360                      
system.ruby.network.msg_byte.Control         68147472                      
system.ruby.network.msg_byte.Request_Control      1984832                      
system.ruby.network.msg_byte.Response_Data    635213664                      
system.ruby.network.msg_byte.Response_Control     87172536                      
system.ruby.network.msg_byte.Writeback_Data    124196112                      
system.ruby.network.msg_byte.Writeback_Control     28922880                      
system.ruby.network.routers0.throttle0.link_utilization     0.038328                      
system.ruby.network.routers0.throttle0.msg_count.Request_Control::2        42660                      
system.ruby.network.routers0.throttle0.msg_count.Response_Data::1       844199                      
system.ruby.network.routers0.throttle0.msg_count.Response_Control::1       494163                      
system.ruby.network.routers0.throttle0.msg_bytes.Request_Control::2       341280                      
system.ruby.network.routers0.throttle0.msg_bytes.Response_Data::1     60782328                      
system.ruby.network.routers0.throttle0.msg_bytes.Response_Control::1      3953304                      
system.ruby.network.routers0.throttle1.link_utilization     0.021698                      
system.ruby.network.routers0.throttle1.msg_count.Control::0       856424                      
system.ruby.network.routers0.throttle1.msg_count.Response_Data::1        40758                      
system.ruby.network.routers0.throttle1.msg_count.Response_Control::1        15979                      
system.ruby.network.routers0.throttle1.msg_count.Response_Control::2       507456                      
system.ruby.network.routers0.throttle1.msg_count.Writeback_Data::0       298493                      
system.ruby.network.routers0.throttle1.msg_count.Writeback_Data::1          178                      
system.ruby.network.routers0.throttle1.msg_count.Writeback_Control::0       170402                      
system.ruby.network.routers0.throttle1.msg_bytes.Control::0      6851392                      
system.ruby.network.routers0.throttle1.msg_bytes.Response_Data::1      2934576                      
system.ruby.network.routers0.throttle1.msg_bytes.Response_Control::1       127832                      
system.ruby.network.routers0.throttle1.msg_bytes.Response_Control::2      4059648                      
system.ruby.network.routers0.throttle1.msg_bytes.Writeback_Data::0     21491496                      
system.ruby.network.routers0.throttle1.msg_bytes.Writeback_Data::1        12816                      
system.ruby.network.routers0.throttle1.msg_bytes.Writeback_Control::0      1363216                      
system.ruby.network.routers1.throttle0.link_utilization     0.082169                      
system.ruby.network.routers1.throttle0.msg_count.Request_Control::2        40537                      
system.ruby.network.routers1.throttle0.msg_count.Response_Data::1      1795612                      
system.ruby.network.routers1.throttle0.msg_count.Response_Control::1      1238040                      
system.ruby.network.routers1.throttle0.msg_bytes.Request_Control::2       324296                      
system.ruby.network.routers1.throttle0.msg_bytes.Response_Data::1    129284064                      
system.ruby.network.routers1.throttle0.msg_bytes.Response_Control::1      9904320                      
system.ruby.network.routers1.throttle1.link_utilization     0.032108                      
system.ruby.network.routers1.throttle1.msg_count.Control::0      1805842                      
system.ruby.network.routers1.throttle1.msg_count.Response_Data::1        34428                      
system.ruby.network.routers1.throttle1.msg_count.Response_Control::1        17265                      
system.ruby.network.routers1.throttle1.msg_count.Response_Control::2      1254315                      
system.ruby.network.routers1.throttle1.msg_count.Writeback_Data::0       276121                      
system.ruby.network.routers1.throttle1.msg_count.Writeback_Data::1          190                      
system.ruby.network.routers1.throttle1.msg_count.Writeback_Control::0       940437                      
system.ruby.network.routers1.throttle1.msg_bytes.Control::0     14446736                      
system.ruby.network.routers1.throttle1.msg_bytes.Response_Data::1      2478816                      
system.ruby.network.routers1.throttle1.msg_bytes.Response_Control::1       138120                      
system.ruby.network.routers1.throttle1.msg_bytes.Response_Control::2     10034520                      
system.ruby.network.routers1.throttle1.msg_bytes.Writeback_Data::0     19880712                      
system.ruby.network.routers1.throttle1.msg_bytes.Writeback_Data::1        13680                      
system.ruby.network.routers1.throttle1.msg_bytes.Writeback_Control::0      7523496                      
system.ruby.network.routers2.throttle0.link_utilization     0.059643                      
system.ruby.network.routers2.throttle0.msg_count.Control::0      2662266                      
system.ruby.network.routers2.throttle0.msg_count.Response_Data::1       202813                      
system.ruby.network.routers2.throttle0.msg_count.Response_Control::1       123155                      
system.ruby.network.routers2.throttle0.msg_count.Response_Control::2      1761771                      
system.ruby.network.routers2.throttle0.msg_count.Writeback_Data::0       574614                      
system.ruby.network.routers2.throttle0.msg_count.Writeback_Data::1          368                      
system.ruby.network.routers2.throttle0.msg_count.Writeback_Control::0      1110839                      
system.ruby.network.routers2.throttle0.msg_bytes.Control::0     21298128                      
system.ruby.network.routers2.throttle0.msg_bytes.Response_Data::1     14602536                      
system.ruby.network.routers2.throttle0.msg_bytes.Response_Control::1       985240                      
system.ruby.network.routers2.throttle0.msg_bytes.Response_Control::2     14094168                      
system.ruby.network.routers2.throttle0.msg_bytes.Writeback_Data::0     41372208                      
system.ruby.network.routers2.throttle0.msg_bytes.Writeback_Data::1        26496                      
system.ruby.network.routers2.throttle0.msg_bytes.Writeback_Control::0      8886712                      
system.ruby.network.routers2.throttle1.link_utilization     0.123308                      
system.ruby.network.routers2.throttle1.msg_count.Control::0       177212                      
system.ruby.network.routers2.throttle1.msg_count.Request_Control::2        81710                      
system.ruby.network.routers2.throttle1.msg_count.Response_Data::1      2687597                      
system.ruby.network.routers2.throttle1.msg_count.Response_Control::1      1722968                      
system.ruby.network.routers2.throttle1.msg_bytes.Control::0      1417696                      
system.ruby.network.routers2.throttle1.msg_bytes.Request_Control::2       653680                      
system.ruby.network.routers2.throttle1.msg_bytes.Response_Data::1    193506984                      
system.ruby.network.routers2.throttle1.msg_bytes.Response_Control::1     13783744                      
system.ruby.network.routers3.throttle0.link_utilization     0.005259                      
system.ruby.network.routers3.throttle0.msg_count.Control::0       177212                      
system.ruby.network.routers3.throttle0.msg_count.Response_Data::1        97371                      
system.ruby.network.routers3.throttle0.msg_count.Response_Control::1        15060                      
system.ruby.network.routers3.throttle0.msg_count.Writeback_Control::0        47545                      
system.ruby.network.routers3.throttle0.msg_bytes.Control::0      1417696                      
system.ruby.network.routers3.throttle0.msg_bytes.Response_Data::1      7010712                      
system.ruby.network.routers3.throttle0.msg_bytes.Response_Control::1       120480                      
system.ruby.network.routers3.throttle0.msg_bytes.Writeback_Control::0       380360                      
system.ruby.network.routers3.throttle1.link_utilization     0.008307                      
system.ruby.network.routers3.throttle1.msg_count.Response_Data::1       178021                      
system.ruby.network.routers3.throttle1.msg_count.Response_Control::1       114206                      
system.ruby.network.routers3.throttle1.msg_count.Writeback_Control::1        46736                      
system.ruby.network.routers3.throttle1.msg_bytes.Response_Data::1     12817512                      
system.ruby.network.routers3.throttle1.msg_bytes.Response_Control::1       913648                      
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          809                      
system.ruby.network.routers4.throttle0.msg_count.Writeback_Control::1        46736                      
system.ruby.network.routers4.throttle0.msg_bytes.Response_Data::1        58248                      
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        47545                      
system.ruby.network.routers4.throttle1.msg_bytes.Writeback_Control::0       380360                      
system.ruby.network.routers5.throttle0.link_utilization            0                      
system.ruby.network.routers5.throttle1.link_utilization            0                      
system.ruby.network.routers6.throttle0.link_utilization     0.038328                      
system.ruby.network.routers6.throttle0.msg_count.Request_Control::2        42660                      
system.ruby.network.routers6.throttle0.msg_count.Response_Data::1       844199                      
system.ruby.network.routers6.throttle0.msg_count.Response_Control::1       494163                      
system.ruby.network.routers6.throttle0.msg_bytes.Request_Control::2       341280                      
system.ruby.network.routers6.throttle0.msg_bytes.Response_Data::1     60782328                      
system.ruby.network.routers6.throttle0.msg_bytes.Response_Control::1      3953304                      
system.ruby.network.routers6.throttle1.link_utilization     0.082169                      
system.ruby.network.routers6.throttle1.msg_count.Request_Control::2        40537                      
system.ruby.network.routers6.throttle1.msg_count.Response_Data::1      1795612                      
system.ruby.network.routers6.throttle1.msg_count.Response_Control::1      1238040                      
system.ruby.network.routers6.throttle1.msg_bytes.Request_Control::2       324296                      
system.ruby.network.routers6.throttle1.msg_bytes.Response_Data::1    129284064                      
system.ruby.network.routers6.throttle1.msg_bytes.Response_Control::1      9904320                      
system.ruby.network.routers6.throttle2.link_utilization     0.059643                      
system.ruby.network.routers6.throttle2.msg_count.Control::0      2662266                      
system.ruby.network.routers6.throttle2.msg_count.Response_Data::1       202813                      
system.ruby.network.routers6.throttle2.msg_count.Response_Control::1       123155                      
system.ruby.network.routers6.throttle2.msg_count.Response_Control::2      1761771                      
system.ruby.network.routers6.throttle2.msg_count.Writeback_Data::0       574614                      
system.ruby.network.routers6.throttle2.msg_count.Writeback_Data::1          368                      
system.ruby.network.routers6.throttle2.msg_count.Writeback_Control::0      1110839                      
system.ruby.network.routers6.throttle2.msg_bytes.Control::0     21298128                      
system.ruby.network.routers6.throttle2.msg_bytes.Response_Data::1     14602536                      
system.ruby.network.routers6.throttle2.msg_bytes.Response_Control::1       985240                      
system.ruby.network.routers6.throttle2.msg_bytes.Response_Control::2     14094168                      
system.ruby.network.routers6.throttle2.msg_bytes.Writeback_Data::0     41372208                      
system.ruby.network.routers6.throttle2.msg_bytes.Writeback_Data::1        26496                      
system.ruby.network.routers6.throttle2.msg_bytes.Writeback_Control::0      8886712                      
system.ruby.network.routers6.throttle3.link_utilization     0.005259                      
system.ruby.network.routers6.throttle3.msg_count.Control::0       177212                      
system.ruby.network.routers6.throttle3.msg_count.Response_Data::1        97371                      
system.ruby.network.routers6.throttle3.msg_count.Response_Control::1        15060                      
system.ruby.network.routers6.throttle3.msg_count.Writeback_Control::0        47545                      
system.ruby.network.routers6.throttle3.msg_bytes.Control::0      1417696                      
system.ruby.network.routers6.throttle3.msg_bytes.Response_Data::1      7010712                      
system.ruby.network.routers6.throttle3.msg_bytes.Response_Control::1       120480                      
system.ruby.network.routers6.throttle3.msg_bytes.Writeback_Control::0       380360                      
system.ruby.network.routers6.throttle4.link_utilization     0.000255                      
system.ruby.network.routers6.throttle4.msg_count.Response_Data::1          809                      
system.ruby.network.routers6.throttle4.msg_count.Writeback_Control::1        46736                      
system.ruby.network.routers6.throttle4.msg_bytes.Response_Data::1        58248                      
system.ruby.network.routers6.throttle4.msg_bytes.Writeback_Control::1       373888                      
system.ruby.network.routers6.throttle5.link_utilization            0                      
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       6109490                       # delay histogram for vnet_0
system.ruby.delayVCHist.vnet_0::mean         0.754288                       # delay histogram for vnet_0
system.ruby.delayVCHist.vnet_0::stdev        2.340197                       # delay histogram for vnet_0
system.ruby.delayVCHist.vnet_0           |     5534078     90.58%     90.58% |         346      0.01%     90.59% |      574634      9.41%     99.99% |         147      0.00%    100.00% |         241      0.00%    100.00% |          10      0.00%    100.00% |          34      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         6109490                       # 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       4698350                       # delay histogram for vnet_1
system.ruby.delayVCHist.vnet_1::mean         0.045551                       # delay histogram for vnet_1
system.ruby.delayVCHist.vnet_1::stdev        0.599594                       # delay histogram for vnet_1
system.ruby.delayVCHist.vnet_1           |     4670978     99.42%     99.42% |         496      0.01%     99.43% |         327      0.01%     99.43% |         527      0.01%     99.45% |       25863      0.55%    100.00% |         148      0.00%    100.00% |           1      0.00%    100.00% |           1      0.00%    100.00% |           9      0.00%    100.00% |           0      0.00%    100.00% # delay histogram for vnet_1
system.ruby.delayVCHist.vnet_1::total         4698350                       # 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         83197                       # delay histogram for vnet_2
system.ruby.delayVCHist.vnet_2::mean         0.000144                       # delay histogram for vnet_2
system.ruby.delayVCHist.vnet_2::stdev        0.016984                       # delay histogram for vnet_2
system.ruby.delayVCHist.vnet_2           |       83191     99.99%     99.99% |           0      0.00%     99.99% |           6      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           83197                       # delay histogram for vnet_2
system.ruby.LD.latency_hist::bucket_size          128                      
system.ruby.LD.latency_hist::max_bucket          1279                      
system.ruby.LD.latency_hist::samples         15027915                      
system.ruby.LD.latency_hist::mean            4.869031                      
system.ruby.LD.latency_hist::gmean           3.591146                      
system.ruby.LD.latency_hist::stdev           9.232635                      
system.ruby.LD.latency_hist              |    15011953     99.89%     99.89% |       13856      0.09%     99.99% |         858      0.01%     99.99% |         788      0.01%    100.00% |         329      0.00%    100.00% |         120      0.00%    100.00% |           2      0.00%    100.00% |           4      0.00%    100.00% |           4      0.00%    100.00% |           1      0.00%    100.00%
system.ruby.LD.latency_hist::total           15027915                      
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     13637262                      
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% |    13637262    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       13637262                      
system.ruby.LD.miss_latency_hist::bucket_size          128                      
system.ruby.LD.miss_latency_hist::max_bucket         1279                      
system.ruby.LD.miss_latency_hist::samples      1390653                      
system.ruby.LD.miss_latency_hist::mean      23.197446                      
system.ruby.LD.miss_latency_hist::gmean     20.952063                      
system.ruby.LD.miss_latency_hist::stdev     23.472645                      
system.ruby.LD.miss_latency_hist         |     1374691     98.85%     98.85% |       13856      1.00%     99.85% |         858      0.06%     99.91% |         788      0.06%     99.97% |         329      0.02%     99.99% |         120      0.01%    100.00% |           2      0.00%    100.00% |           4      0.00%    100.00% |           4      0.00%    100.00% |           1      0.00%    100.00%
system.ruby.LD.miss_latency_hist::total       1390653                      
system.ruby.ST.latency_hist::bucket_size          128                      
system.ruby.ST.latency_hist::max_bucket          1279                      
system.ruby.ST.latency_hist::samples          9558783                      
system.ruby.ST.latency_hist::mean            5.169851                      
system.ruby.ST.latency_hist::gmean           3.300097                      
system.ruby.ST.latency_hist::stdev          17.574774                      
system.ruby.ST.latency_hist              |     9544786     99.85%     99.85% |        8165      0.09%     99.94% |        1340      0.01%     99.95% |        2484      0.03%     99.98% |        1636      0.02%    100.00% |         338      0.00%    100.00% |           8      0.00%    100.00% |          10      0.00%    100.00% |          10      0.00%    100.00% |           6      0.00%    100.00%
system.ruby.ST.latency_hist::total            9558783                      
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      9207752                      
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% |     9207752    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        9207752                      
system.ruby.ST.miss_latency_hist::bucket_size          128                      
system.ruby.ST.miss_latency_hist::max_bucket         1279                      
system.ruby.ST.miss_latency_hist::samples       351031                      
system.ruby.ST.miss_latency_hist::mean      62.086337                      
system.ruby.ST.miss_latency_hist::gmean     40.235982                      
system.ruby.ST.miss_latency_hist::stdev     71.047969                      
system.ruby.ST.miss_latency_hist         |      337034     96.01%     96.01% |        8165      2.33%     98.34% |        1340      0.38%     98.72% |        2484      0.71%     99.43% |        1636      0.47%     99.89% |         338      0.10%     99.99% |           8      0.00%     99.99% |          10      0.00%    100.00% |          10      0.00%    100.00% |           6      0.00%    100.00%
system.ruby.ST.miss_latency_hist::total        351031                      
system.ruby.IFETCH.latency_hist::bucket_size          128                      
system.ruby.IFETCH.latency_hist::max_bucket         1279                      
system.ruby.IFETCH.latency_hist::samples    126996328                      
system.ruby.IFETCH.latency_hist::mean        3.119146                      
system.ruby.IFETCH.latency_hist::gmean       3.036572                      
system.ruby.IFETCH.latency_hist::stdev       2.235323                      
system.ruby.IFETCH.latency_hist          |   126989653     99.99%     99.99% |        5672      0.00%    100.00% |         481      0.00%    100.00% |         320      0.00%    100.00% |         141      0.00%    100.00% |          54      0.00%    100.00% |           0      0.00%    100.00% |           5      0.00%    100.00% |           2      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.IFETCH.latency_hist::total      126996328                      
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    126180143                      
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% |   126180143    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    126180143                      
system.ruby.IFETCH.miss_latency_hist::bucket_size          128                      
system.ruby.IFETCH.miss_latency_hist::max_bucket         1279                      
system.ruby.IFETCH.miss_latency_hist::samples       816185                      
system.ruby.IFETCH.miss_latency_hist::mean    21.538739                      
system.ruby.IFETCH.miss_latency_hist::gmean    19.766603                      
system.ruby.IFETCH.miss_latency_hist::stdev    20.880467                      
system.ruby.IFETCH.miss_latency_hist     |      809510     99.18%     99.18% |        5672      0.69%     99.88% |         481      0.06%     99.94% |         320      0.04%     99.98% |         141      0.02%     99.99% |          54      0.01%    100.00% |           0      0.00%    100.00% |           5      0.00%    100.00% |           2      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.IFETCH.miss_latency_hist::total       816185                      
system.ruby.RMW_Read.latency_hist::bucket_size          128                      
system.ruby.RMW_Read.latency_hist::max_bucket         1279                      
system.ruby.RMW_Read.latency_hist::samples       494272                      
system.ruby.RMW_Read.latency_hist::mean      6.021773                      
system.ruby.RMW_Read.latency_hist::gmean     3.952377                      
system.ruby.RMW_Read.latency_hist::stdev    10.350675                      
system.ruby.RMW_Read.latency_hist        |      494091     99.96%     99.96% |         129      0.03%     99.99% |          18      0.00%     99.99% |          18      0.00%    100.00% |          12      0.00%    100.00% |           4      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.latency_hist::total       494272                      
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       428940                      
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% |      428940    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       428940                      
system.ruby.RMW_Read.miss_latency_hist::bucket_size          128                      
system.ruby.RMW_Read.miss_latency_hist::max_bucket         1279                      
system.ruby.RMW_Read.miss_latency_hist::samples        65332                      
system.ruby.RMW_Read.miss_latency_hist::mean    25.861354                      
system.ruby.RMW_Read.miss_latency_hist::gmean    24.154461                      
system.ruby.RMW_Read.miss_latency_hist::stdev    18.894168                      
system.ruby.RMW_Read.miss_latency_hist   |       65151     99.72%     99.72% |         129      0.20%     99.92% |          18      0.03%     99.95% |          18      0.03%     99.98% |          12      0.02%     99.99% |           4      0.01%    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.miss_latency_hist::total        65332                      
system.ruby.Locked_RMW_Read.latency_hist::bucket_size          128                      
system.ruby.Locked_RMW_Read.latency_hist::max_bucket         1279                      
system.ruby.Locked_RMW_Read.latency_hist::samples       339654                      
system.ruby.Locked_RMW_Read.latency_hist::mean     5.350042                      
system.ruby.Locked_RMW_Read.latency_hist::gmean     3.780078                      
system.ruby.Locked_RMW_Read.latency_hist::stdev     8.318496                      
system.ruby.Locked_RMW_Read.latency_hist |      339398     99.92%     99.92% |         232      0.07%     99.99% |          12      0.00%    100.00% |           6      0.00%    100.00% |           3      0.00%    100.00% |           3      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.latency_hist::total       339654                      
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       300589                      
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% |      300589    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       300589                      
system.ruby.Locked_RMW_Read.miss_latency_hist::bucket_size          128                      
system.ruby.Locked_RMW_Read.miss_latency_hist::max_bucket         1279                      
system.ruby.Locked_RMW_Read.miss_latency_hist::samples        39065                      
system.ruby.Locked_RMW_Read.miss_latency_hist::mean    23.432638                      
system.ruby.Locked_RMW_Read.miss_latency_hist::gmean    22.380989                      
system.ruby.Locked_RMW_Read.miss_latency_hist::stdev    15.237176                      
system.ruby.Locked_RMW_Read.miss_latency_hist |       38809     99.34%     99.34% |         232      0.59%     99.94% |          12      0.03%     99.97% |           6      0.02%     99.98% |           3      0.01%     99.99% |           3      0.01%    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.miss_latency_hist::total        39065                      
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       339654                      
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% |      339654    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       339654                      
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       339654                      
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% |      339654    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       339654                      
system.ruby.Directory_Controller.Fetch         177212      0.00%      0.00%
system.ruby.Directory_Controller.Data           97371      0.00%      0.00%
system.ruby.Directory_Controller.Memory_Data       177674      0.00%      0.00%
system.ruby.Directory_Controller.Memory_Ack       142679      0.00%      0.00%
system.ruby.Directory_Controller.DMA_READ          809      0.00%      0.00%
system.ruby.Directory_Controller.DMA_WRITE        46736      0.00%      0.00%
system.ruby.Directory_Controller.CleanReplacement        15060      0.00%      0.00%
system.ruby.Directory_Controller.I.Fetch       177212      0.00%      0.00%
system.ruby.Directory_Controller.I.DMA_READ          462      0.00%      0.00%
system.ruby.Directory_Controller.I.DMA_WRITE        45308      0.00%      0.00%
system.ruby.Directory_Controller.ID.Memory_Data          462      0.00%      0.00%
system.ruby.Directory_Controller.ID_W.Memory_Ack        45308      0.00%      0.00%
system.ruby.Directory_Controller.M.Data         95596      0.00%      0.00%
system.ruby.Directory_Controller.M.DMA_READ          347      0.00%      0.00%
system.ruby.Directory_Controller.M.DMA_WRITE         1428      0.00%      0.00%
system.ruby.Directory_Controller.M.CleanReplacement        15060      0.00%      0.00%
system.ruby.Directory_Controller.IM.Memory_Data       177212      0.00%      0.00%
system.ruby.Directory_Controller.MI.Memory_Ack        95596      0.00%      0.00%
system.ruby.Directory_Controller.M_DRD.Data          347      0.00%      0.00%
system.ruby.Directory_Controller.M_DRDI.Memory_Ack          347      0.00%      0.00%
system.ruby.Directory_Controller.M_DWR.Data         1428      0.00%      0.00%
system.ruby.Directory_Controller.M_DWRI.Memory_Ack         1428      0.00%      0.00%
system.ruby.DMA_Controller.ReadRequest   |         809    100.00%    100.00% |           0      0.00%    100.00%
system.ruby.DMA_Controller.ReadRequest::total          809                      
system.ruby.DMA_Controller.WriteRequest  |       46736    100.00%    100.00% |           0      0.00%    100.00%
system.ruby.DMA_Controller.WriteRequest::total        46736                      
system.ruby.DMA_Controller.Data          |         809    100.00%    100.00% |           0      0.00%    100.00%
system.ruby.DMA_Controller.Data::total            809                      
system.ruby.DMA_Controller.Ack           |       46736    100.00%    100.00% |           0      0.00%    100.00%
system.ruby.DMA_Controller.Ack::total           46736                      
system.ruby.DMA_Controller.READY.ReadRequest |         809    100.00%    100.00% |           0      0.00%    100.00%
system.ruby.DMA_Controller.READY.ReadRequest::total          809                      
system.ruby.DMA_Controller.READY.WriteRequest |       46736    100.00%    100.00% |           0      0.00%    100.00%
system.ruby.DMA_Controller.READY.WriteRequest::total        46736                      
system.ruby.DMA_Controller.BUSY_RD.Data  |         809    100.00%    100.00% |           0      0.00%    100.00%
system.ruby.DMA_Controller.BUSY_RD.Data::total          809                      
system.ruby.DMA_Controller.BUSY_WR.Ack   |       46736    100.00%    100.00% |           0      0.00%    100.00%
system.ruby.DMA_Controller.BUSY_WR.Ack::total        46736                      
system.ruby.L1Cache_Controller.Load      |     6279318     41.78%     41.78% |     8748597     58.22%    100.00%
system.ruby.L1Cache_Controller.Load::total     15027915                      
system.ruby.L1Cache_Controller.Ifetch    |    68812918     54.18%     54.18% |    58183416     45.82%    100.00%
system.ruby.L1Cache_Controller.Ifetch::total    126996334                      
system.ruby.L1Cache_Controller.Store     |     5372446     50.06%     50.06% |     5359917     49.94%    100.00%
system.ruby.L1Cache_Controller.Store::total     10732363                      
system.ruby.L1Cache_Controller.Inv       |       16157     48.07%     48.07% |       17455     51.93%    100.00%
system.ruby.L1Cache_Controller.Inv::total        33612                      
system.ruby.L1Cache_Controller.L1_Replacement |      828612     31.79%     31.79% |     1777973     68.21%    100.00%
system.ruby.L1Cache_Controller.L1_Replacement::total      2606585                      
system.ruby.L1Cache_Controller.Fwd_GETX  |       12248     51.07%     51.07% |       11736     48.93%    100.00%
system.ruby.L1Cache_Controller.Fwd_GETX::total        23984                      
system.ruby.L1Cache_Controller.Fwd_GETS  |       14251     55.67%     55.67% |       11346     44.33%    100.00%
system.ruby.L1Cache_Controller.Fwd_GETS::total        25597                      
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      |         818     44.46%     44.46% |        1022     55.54%    100.00%
system.ruby.L1Cache_Controller.Data::total         1840                      
system.ruby.L1Cache_Controller.Data_Exclusive |      252714     19.73%     19.73% |     1028028     80.27%    100.00%
system.ruby.L1Cache_Controller.Data_Exclusive::total      1280742                      
system.ruby.L1Cache_Controller.DataS_fromL1 |       11346     44.32%     44.32% |       14255     55.68%    100.00%
system.ruby.L1Cache_Controller.DataS_fromL1::total        25601                      
system.ruby.L1Cache_Controller.Data_all_Acks |      579321     43.50%     43.50% |      752307     56.50%    100.00%
system.ruby.L1Cache_Controller.Data_all_Acks::total      1331628                      
system.ruby.L1Cache_Controller.Ack       |       12225     54.44%     54.44% |       10230     45.56%    100.00%
system.ruby.L1Cache_Controller.Ack::total        22455                      
system.ruby.L1Cache_Controller.Ack_all   |       13043     53.69%     53.69% |       11252     46.31%    100.00%
system.ruby.L1Cache_Controller.Ack_all::total        24295                      
system.ruby.L1Cache_Controller.WB_Ack    |      468895     27.82%     27.82% |     1216558     72.18%    100.00%
system.ruby.L1Cache_Controller.WB_Ack::total      1685453                      
system.ruby.L1Cache_Controller.NP.Load   |      280385     20.44%     20.44% |     1091185     79.56%    100.00%
system.ruby.L1Cache_Controller.NP.Load::total      1371570                      
system.ruby.L1Cache_Controller.NP.Ifetch |      323819     39.71%     39.71% |      491732     60.29%    100.00%
system.ruby.L1Cache_Controller.NP.Ifetch::total       815551                      
system.ruby.L1Cache_Controller.NP.Store  |      225432     53.48%     53.48% |      196080     46.52%    100.00%
system.ruby.L1Cache_Controller.NP.Store::total       421512                      
system.ruby.L1Cache_Controller.NP.Inv    |        4849     54.09%     54.09% |        4115     45.91%    100.00%
system.ruby.L1Cache_Controller.NP.Inv::total         8964                      
system.ruby.L1Cache_Controller.I.Load    |        8724     45.72%     45.72% |       10359     54.28%    100.00%
system.ruby.L1Cache_Controller.I.Load::total        19083                      
system.ruby.L1Cache_Controller.I.Ifetch  |         100     15.77%     15.77% |         534     84.23%    100.00%
system.ruby.L1Cache_Controller.I.Ifetch::total          634                      
system.ruby.L1Cache_Controller.I.Store   |        5739     50.07%     50.07% |        5722     49.93%    100.00%
system.ruby.L1Cache_Controller.I.Store::total        11461                      
system.ruby.L1Cache_Controller.I.L1_Replacement |        8993     51.78%     51.78% |        8375     48.22%    100.00%
system.ruby.L1Cache_Controller.I.L1_Replacement::total        17368                      
system.ruby.L1Cache_Controller.S.Load    |      555622     51.88%     51.88% |      515379     48.12%    100.00%
system.ruby.L1Cache_Controller.S.Load::total      1071001                      
system.ruby.L1Cache_Controller.S.Ifetch  |    68488994     54.28%     54.28% |    57691149     45.72%    100.00%
system.ruby.L1Cache_Controller.S.Ifetch::total    126180143                      
system.ruby.L1Cache_Controller.S.Store   |       12225     54.44%     54.44% |       10230     45.56%    100.00%
system.ruby.L1Cache_Controller.S.Store::total        22455                      
system.ruby.L1Cache_Controller.S.Inv     |       11078     45.79%     45.79% |       13115     54.21%    100.00%
system.ruby.L1Cache_Controller.S.Inv::total        24193                      
system.ruby.L1Cache_Controller.S.L1_Replacement |      350724     38.81%     38.81% |      553040     61.19%    100.00%
system.ruby.L1Cache_Controller.S.L1_Replacement::total       903764                      
system.ruby.L1Cache_Controller.E.Load    |     1152088     29.74%     29.74% |     2722151     70.26%    100.00%
system.ruby.L1Cache_Controller.E.Load::total      3874239                      
system.ruby.L1Cache_Controller.E.Store   |       80728     48.37%     48.37% |       86165     51.63%    100.00%
system.ruby.L1Cache_Controller.E.Store::total       166893                      
system.ruby.L1Cache_Controller.E.Inv     |          52     59.77%     59.77% |          35     40.23%    100.00%
system.ruby.L1Cache_Controller.E.Inv::total           87                      
system.ruby.L1Cache_Controller.E.L1_Replacement |      170402     15.34%     15.34% |      940437     84.66%    100.00%
system.ruby.L1Cache_Controller.E.L1_Replacement::total      1110839                      
system.ruby.L1Cache_Controller.E.Fwd_GETX |         330     72.53%     72.53% |         125     27.47%    100.00%
system.ruby.L1Cache_Controller.E.Fwd_GETX::total          455                      
system.ruby.L1Cache_Controller.E.Fwd_GETS |         996     45.17%     45.17% |        1209     54.83%    100.00%
system.ruby.L1Cache_Controller.E.Fwd_GETS::total         2205                      
system.ruby.L1Cache_Controller.M.Load    |     4282499     49.27%     49.27% |     4409523     50.73%    100.00%
system.ruby.L1Cache_Controller.M.Load::total      8692022                      
system.ruby.L1Cache_Controller.M.Store   |     5048322     49.93%     49.93% |     5061720     50.07%    100.00%
system.ruby.L1Cache_Controller.M.Store::total     10110042                      
system.ruby.L1Cache_Controller.M.Inv     |         178     48.37%     48.37% |         190     51.63%    100.00%
system.ruby.L1Cache_Controller.M.Inv::total          368                      
system.ruby.L1Cache_Controller.M.L1_Replacement |      298493     51.95%     51.95% |      276121     48.05%    100.00%
system.ruby.L1Cache_Controller.M.L1_Replacement::total       574614                      
system.ruby.L1Cache_Controller.M.Fwd_GETX |       11918     50.65%     50.65% |       11611     49.35%    100.00%
system.ruby.L1Cache_Controller.M.Fwd_GETX::total        23529                      
system.ruby.L1Cache_Controller.M.Fwd_GETS |       13255     56.66%     56.66% |       10137     43.34%    100.00%
system.ruby.L1Cache_Controller.M.Fwd_GETS::total        23392                      
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 |      252714     19.73%     19.73% |     1028028     80.27%    100.00%
system.ruby.L1Cache_Controller.IS.Data_Exclusive::total      1280742                      
system.ruby.L1Cache_Controller.IS.DataS_fromL1 |       11346     44.32%     44.32% |       14255     55.68%    100.00%
system.ruby.L1Cache_Controller.IS.DataS_fromL1::total        25601                      
system.ruby.L1Cache_Controller.IS.Data_all_Acks |      348968     38.75%     38.75% |      551527     61.25%    100.00%
system.ruby.L1Cache_Controller.IS.Data_all_Acks::total       900495                      
system.ruby.L1Cache_Controller.IM.Data   |         818     44.46%     44.46% |        1022     55.54%    100.00%
system.ruby.L1Cache_Controller.IM.Data::total         1840                      
system.ruby.L1Cache_Controller.IM.Data_all_Acks |      230353     53.43%     53.43% |      200780     46.57%    100.00%
system.ruby.L1Cache_Controller.IM.Data_all_Acks::total       431133                      
system.ruby.L1Cache_Controller.SM.Ack    |       12225     54.44%     54.44% |       10230     45.56%    100.00%
system.ruby.L1Cache_Controller.SM.Ack::total        22455                      
system.ruby.L1Cache_Controller.SM.Ack_all |       13043     53.69%     53.69% |       11252     46.31%    100.00%
system.ruby.L1Cache_Controller.SM.Ack_all::total        24295                      
system.ruby.L1Cache_Controller.M_I.Ifetch |           5     83.33%     83.33% |           1     16.67%    100.00%
system.ruby.L1Cache_Controller.M_I.Ifetch::total            6                      
system.ruby.L1Cache_Controller.M_I.WB_Ack |      468895     27.82%     27.82% |     1216558     72.18%    100.00%
system.ruby.L1Cache_Controller.M_I.WB_Ack::total      1685453                      
system.ruby.L2Cache_Controller.L1_GET_INSTR       816185      0.00%      0.00%
system.ruby.L2Cache_Controller.L1_GETS        1390825      0.00%      0.00%
system.ruby.L2Cache_Controller.L1_GETX         432975      0.00%      0.00%
system.ruby.L2Cache_Controller.L1_UPGRADE        22455      0.00%      0.00%
system.ruby.L2Cache_Controller.L1_PUTX        1685453      0.00%      0.00%
system.ruby.L2Cache_Controller.L2_Replacement        95536      0.00%      0.00%
system.ruby.L2Cache_Controller.L2_Replacement_clean        15120      0.00%      0.00%
system.ruby.L2Cache_Controller.Mem_Data        177212      0.00%      0.00%
system.ruby.L2Cache_Controller.Mem_Ack         112431      0.00%      0.00%
system.ruby.L2Cache_Controller.WB_Data          23764      0.00%      0.00%
system.ruby.L2Cache_Controller.WB_Data_clean         2205      0.00%      0.00%
system.ruby.L2Cache_Controller.Ack               1487      0.00%      0.00%
system.ruby.L2Cache_Controller.Ack_all           7462      0.00%      0.00%
system.ruby.L2Cache_Controller.Unblock          25601      0.00%      0.00%
system.ruby.L2Cache_Controller.Exclusive_Unblock      1736170      0.00%      0.00%
system.ruby.L2Cache_Controller.MEM_Inv           3550      0.00%      0.00%
system.ruby.L2Cache_Controller.NP.L1_GET_INSTR        16316      0.00%      0.00%
system.ruby.L2Cache_Controller.NP.L1_GETS        33914      0.00%      0.00%
system.ruby.L2Cache_Controller.NP.L1_GETX       126982      0.00%      0.00%
system.ruby.L2Cache_Controller.SS.L1_GET_INSTR       799839      0.00%      0.00%
system.ruby.L2Cache_Controller.SS.L1_GETS        84314      0.00%      0.00%
system.ruby.L2Cache_Controller.SS.L1_GETX         1944      0.00%      0.00%
system.ruby.L2Cache_Controller.SS.L1_UPGRADE        22455      0.00%      0.00%
system.ruby.L2Cache_Controller.SS.L2_Replacement          252      0.00%      0.00%
system.ruby.L2Cache_Controller.SS.L2_Replacement_clean         7120      0.00%      0.00%
system.ruby.L2Cache_Controller.SS.MEM_Inv            3      0.00%      0.00%
system.ruby.L2Cache_Controller.M.L1_GET_INSTR           26      0.00%      0.00%
system.ruby.L2Cache_Controller.M.L1_GETS      1246828      0.00%      0.00%
system.ruby.L2Cache_Controller.M.L1_GETX       280063      0.00%      0.00%
system.ruby.L2Cache_Controller.M.L2_Replacement        95163      0.00%      0.00%
system.ruby.L2Cache_Controller.M.L2_Replacement_clean         7896      0.00%      0.00%
system.ruby.L2Cache_Controller.M.MEM_Inv         1542      0.00%      0.00%
system.ruby.L2Cache_Controller.MT.L1_GET_INSTR            4      0.00%      0.00%
system.ruby.L2Cache_Controller.MT.L1_GETS        25597      0.00%      0.00%
system.ruby.L2Cache_Controller.MT.L1_GETX        23984      0.00%      0.00%
system.ruby.L2Cache_Controller.MT.L1_PUTX      1685453      0.00%      0.00%
system.ruby.L2Cache_Controller.MT.L2_Replacement          121      0.00%      0.00%
system.ruby.L2Cache_Controller.MT.L2_Replacement_clean          104      0.00%      0.00%
system.ruby.L2Cache_Controller.MT.MEM_Inv          230      0.00%      0.00%
system.ruby.L2Cache_Controller.M_I.Mem_Ack       112431      0.00%      0.00%
system.ruby.L2Cache_Controller.M_I.MEM_Inv         1542      0.00%      0.00%
system.ruby.L2Cache_Controller.MT_I.WB_Data          308      0.00%      0.00%
system.ruby.L2Cache_Controller.MT_I.Ack_all           43      0.00%      0.00%
system.ruby.L2Cache_Controller.MT_I.MEM_Inv          230      0.00%      0.00%
system.ruby.L2Cache_Controller.MCT_I.WB_Data           60      0.00%      0.00%
system.ruby.L2Cache_Controller.MCT_I.Ack_all           44      0.00%      0.00%
system.ruby.L2Cache_Controller.I_I.Ack           1232      0.00%      0.00%
system.ruby.L2Cache_Controller.I_I.Ack_all         7120      0.00%      0.00%
system.ruby.L2Cache_Controller.S_I.Ack            255      0.00%      0.00%
system.ruby.L2Cache_Controller.S_I.Ack_all          255      0.00%      0.00%
system.ruby.L2Cache_Controller.S_I.MEM_Inv            3      0.00%      0.00%
system.ruby.L2Cache_Controller.ISS.Mem_Data        33914      0.00%      0.00%
system.ruby.L2Cache_Controller.IS.Mem_Data        16316      0.00%      0.00%
system.ruby.L2Cache_Controller.IM.Mem_Data       126982      0.00%      0.00%
system.ruby.L2Cache_Controller.SS_MB.L1_GETS          124      0.00%      0.00%
system.ruby.L2Cache_Controller.SS_MB.Exclusive_Unblock        24399      0.00%      0.00%
system.ruby.L2Cache_Controller.MT_MB.L1_GETS           48      0.00%      0.00%
system.ruby.L2Cache_Controller.MT_MB.L1_GETX            2      0.00%      0.00%
system.ruby.L2Cache_Controller.MT_MB.Exclusive_Unblock      1711771      0.00%      0.00%
system.ruby.L2Cache_Controller.MT_IIB.WB_Data        23386      0.00%      0.00%
system.ruby.L2Cache_Controller.MT_IIB.WB_Data_clean         2205      0.00%      0.00%
system.ruby.L2Cache_Controller.MT_IIB.Unblock           10      0.00%      0.00%
system.ruby.L2Cache_Controller.MT_IB.WB_Data           10      0.00%      0.00%
system.ruby.L2Cache_Controller.MT_SB.Unblock        25591      0.00%      0.00%

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