summaryrefslogtreecommitdiff
path: root/tests/long/fs/10.linux-boot/ref/x86/linux/pc-simple-timing-ruby-MESI_Two_Level/stats.txt
blob: 69bdeab1ff655eeff2faabe38566ba14196da71a (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

---------- Begin Simulation Statistics ----------
sim_seconds                                  5.304497                       # Number of seconds simulated
sim_ticks                                5304496750000                       # Number of ticks simulated
final_tick                               5304496750000                       # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq                                 1000000000000                       # Frequency of simulated ticks
host_inst_rate                                 145026                       # Simulator instruction rate (inst/s)
host_op_rate                                   278074                       # Simulator op (including micro ops) rate (op/s)
host_tick_rate                             7198918941                       # Simulator tick rate (ticks/s)
host_mem_usage                                 818088                       # Number of bytes of host memory used
host_seconds                                   736.85                       # Real time elapsed on the host
sim_insts                                   106862058                       # Number of instructions simulated
sim_ops                                     204897478                       # Number of ops (including micro ops) simulated
system.voltage_domain.voltage                       1                       # Voltage in Volts
system.clk_domain.clock                          1000                       # Clock period in ticks
system.physmem.bytes_read::pc.south_bridge.ide        35160                       # Number of bytes read from this memory
system.physmem.bytes_read::cpu0.dtb.walker       168624                       # Number of bytes read from this memory
system.physmem.bytes_read::cpu0.itb.walker        87432                       # Number of bytes read from this memory
system.physmem.bytes_read::cpu0.inst        563266144                       # Number of bytes read from this memory
system.physmem.bytes_read::cpu0.data         42058413                       # Number of bytes read from this memory
system.physmem.bytes_read::cpu1.dtb.walker        54624                       # Number of bytes read from this memory
system.physmem.bytes_read::cpu1.itb.walker        20152                       # Number of bytes read from this memory
system.physmem.bytes_read::cpu1.inst        449844528                       # Number of bytes read from this memory
system.physmem.bytes_read::cpu1.data         51716224                       # Number of bytes read from this memory
system.physmem.bytes_read::total           1107251301                       # Number of bytes read from this memory
system.physmem.bytes_inst_read::cpu0.inst    563266144                       # Number of instructions bytes read from this memory
system.physmem.bytes_inst_read::cpu1.inst    449844528                       # Number of instructions bytes read from this memory
system.physmem.bytes_inst_read::total      1013110672                       # Number of instructions bytes read from this memory
system.physmem.bytes_written::pc.south_bridge.ide      2991104                       # Number of bytes written to this memory
system.physmem.bytes_written::cpu0.itb.walker           16                       # Number of bytes written to this memory
system.physmem.bytes_written::cpu0.data      34107443                       # Number of bytes written to this memory
system.physmem.bytes_written::cpu1.data      33949582                       # Number of bytes written to this memory
system.physmem.bytes_written::total          71048145                       # Number of bytes written to this memory
system.physmem.num_reads::pc.south_bridge.ide          811                       # Number of read requests responded to by this memory
system.physmem.num_reads::cpu0.dtb.walker        21078                       # Number of read requests responded to by this memory
system.physmem.num_reads::cpu0.itb.walker        10929                       # Number of read requests responded to by this memory
system.physmem.num_reads::cpu0.inst          70408268                       # Number of read requests responded to by this memory
system.physmem.num_reads::cpu0.data           7008799                       # Number of read requests responded to by this memory
system.physmem.num_reads::cpu1.dtb.walker         6828                       # Number of read requests responded to by this memory
system.physmem.num_reads::cpu1.itb.walker         2519                       # Number of read requests responded to by this memory
system.physmem.num_reads::cpu1.inst          56230566                       # Number of read requests responded to by this memory
system.physmem.num_reads::cpu1.data           8723011                       # Number of read requests responded to by this memory
system.physmem.num_reads::total             142412809                       # Number of read requests responded to by this memory
system.physmem.num_writes::pc.south_bridge.ide        46736                       # Number of write requests responded to by this memory
system.physmem.num_writes::cpu0.itb.walker            2                       # Number of write requests responded to by this memory
system.physmem.num_writes::cpu0.data          5095297                       # Number of write requests responded to by this memory
system.physmem.num_writes::cpu1.data          4745855                       # Number of write requests responded to by this memory
system.physmem.num_writes::total              9887890                       # Number of write requests responded to by this memory
system.physmem.bw_read::pc.south_bridge.ide         6628                       # Total read bandwidth from this memory (bytes/s)
system.physmem.bw_read::cpu0.dtb.walker         31789                       # Total read bandwidth from this memory (bytes/s)
system.physmem.bw_read::cpu0.itb.walker         16483                       # Total read bandwidth from this memory (bytes/s)
system.physmem.bw_read::cpu0.inst           106186538                       # Total read bandwidth from this memory (bytes/s)
system.physmem.bw_read::cpu0.data             7928822                       # Total read bandwidth from this memory (bytes/s)
system.physmem.bw_read::cpu1.dtb.walker         10298                       # Total read bandwidth from this memory (bytes/s)
system.physmem.bw_read::cpu1.itb.walker          3799                       # Total read bandwidth from this memory (bytes/s)
system.physmem.bw_read::cpu1.inst            84804374                       # Total read bandwidth from this memory (bytes/s)
system.physmem.bw_read::cpu1.data             9749506                       # Total read bandwidth from this memory (bytes/s)
system.physmem.bw_read::total               208738237                       # Total read bandwidth from this memory (bytes/s)
system.physmem.bw_inst_read::cpu0.inst      106186538                       # Instruction read bandwidth from this memory (bytes/s)
system.physmem.bw_inst_read::cpu1.inst       84804374                       # Instruction read bandwidth from this memory (bytes/s)
system.physmem.bw_inst_read::total          190990912                       # Instruction read bandwidth from this memory (bytes/s)
system.physmem.bw_write::pc.south_bridge.ide       563881                       # Write bandwidth from this memory (bytes/s)
system.physmem.bw_write::cpu0.itb.walker            3                       # Write bandwidth from this memory (bytes/s)
system.physmem.bw_write::cpu0.data            6429911                       # Write bandwidth from this memory (bytes/s)
system.physmem.bw_write::cpu1.data            6400151                       # Write bandwidth from this memory (bytes/s)
system.physmem.bw_write::total               13393946                       # Write bandwidth from this memory (bytes/s)
system.physmem.bw_total::pc.south_bridge.ide       570509                       # Total bandwidth to/from this memory (bytes/s)
system.physmem.bw_total::cpu0.dtb.walker        31789                       # Total bandwidth to/from this memory (bytes/s)
system.physmem.bw_total::cpu0.itb.walker        16486                       # Total bandwidth to/from this memory (bytes/s)
system.physmem.bw_total::cpu0.inst          106186538                       # Total bandwidth to/from this memory (bytes/s)
system.physmem.bw_total::cpu0.data           14358734                       # Total bandwidth to/from this memory (bytes/s)
system.physmem.bw_total::cpu1.dtb.walker        10298                       # Total bandwidth to/from this memory (bytes/s)
system.physmem.bw_total::cpu1.itb.walker         3799                       # Total bandwidth to/from this memory (bytes/s)
system.physmem.bw_total::cpu1.inst           84804374                       # Total bandwidth to/from this memory (bytes/s)
system.physmem.bw_total::cpu1.data           16149658                       # Total bandwidth to/from this memory (bytes/s)
system.physmem.bw_total::total              222132184                       # Total bandwidth to/from this memory (bytes/s)
system.physmem.readReqs                             0                       # Number of read requests accepted
system.physmem.writeReqs                            0                       # Number of write requests accepted
system.physmem.readBursts                           0                       # Number of DRAM read bursts, including those serviced by the write queue
system.physmem.writeBursts                          0                       # Number of DRAM write bursts, including those merged in the write queue
system.physmem.bytesReadDRAM                        0                       # Total number of bytes read from DRAM
system.physmem.bytesReadWrQ                         0                       # Total number of bytes read from write queue
system.physmem.bytesWritten                         0                       # Total number of bytes written to DRAM
system.physmem.bytesReadSys                         0                       # Total read bytes from the system interface side
system.physmem.bytesWrittenSys                      0                       # Total written bytes from the system interface side
system.physmem.servicedByWrQ                        0                       # Number of DRAM read bursts serviced by the write queue
system.physmem.mergedWrBursts                       0                       # Number of DRAM write bursts merged with an existing one
system.physmem.neitherReadNorWriteReqs              0                       # Number of requests that are neither read nor write
system.physmem.perBankRdBursts::0                   0                       # Per bank write bursts
system.physmem.perBankRdBursts::1                   0                       # Per bank write bursts
system.physmem.perBankRdBursts::2                   0                       # Per bank write bursts
system.physmem.perBankRdBursts::3                   0                       # Per bank write bursts
system.physmem.perBankRdBursts::4                   0                       # Per bank write bursts
system.physmem.perBankRdBursts::5                   0                       # Per bank write bursts
system.physmem.perBankRdBursts::6                   0                       # Per bank write bursts
system.physmem.perBankRdBursts::7                   0                       # Per bank write bursts
system.physmem.perBankRdBursts::8                   0                       # Per bank write bursts
system.physmem.perBankRdBursts::9                   0                       # Per bank write bursts
system.physmem.perBankRdBursts::10                  0                       # Per bank write bursts
system.physmem.perBankRdBursts::11                  0                       # Per bank write bursts
system.physmem.perBankRdBursts::12                  0                       # Per bank write bursts
system.physmem.perBankRdBursts::13                  0                       # Per bank write bursts
system.physmem.perBankRdBursts::14                  0                       # Per bank write bursts
system.physmem.perBankRdBursts::15                  0                       # Per bank write bursts
system.physmem.perBankWrBursts::0                   0                       # Per bank write bursts
system.physmem.perBankWrBursts::1                   0                       # Per bank write bursts
system.physmem.perBankWrBursts::2                   0                       # Per bank write bursts
system.physmem.perBankWrBursts::3                   0                       # Per bank write bursts
system.physmem.perBankWrBursts::4                   0                       # Per bank write bursts
system.physmem.perBankWrBursts::5                   0                       # Per bank write bursts
system.physmem.perBankWrBursts::6                   0                       # Per bank write bursts
system.physmem.perBankWrBursts::7                   0                       # Per bank write bursts
system.physmem.perBankWrBursts::8                   0                       # Per bank write bursts
system.physmem.perBankWrBursts::9                   0                       # Per bank write bursts
system.physmem.perBankWrBursts::10                  0                       # Per bank write bursts
system.physmem.perBankWrBursts::11                  0                       # Per bank write bursts
system.physmem.perBankWrBursts::12                  0                       # Per bank write bursts
system.physmem.perBankWrBursts::13                  0                       # Per bank write bursts
system.physmem.perBankWrBursts::14                  0                       # Per bank write bursts
system.physmem.perBankWrBursts::15                  0                       # Per bank write bursts
system.physmem.numRdRetry                           0                       # Number of times read queue was full causing retry
system.physmem.numWrRetry                           0                       # Number of times write queue was full causing retry
system.physmem.totGap                               0                       # Total gap between requests
system.physmem.readPktSize::0                       0                       # Read request sizes (log2)
system.physmem.readPktSize::1                       0                       # Read request sizes (log2)
system.physmem.readPktSize::2                       0                       # Read request sizes (log2)
system.physmem.readPktSize::3                       0                       # Read request sizes (log2)
system.physmem.readPktSize::4                       0                       # Read request sizes (log2)
system.physmem.readPktSize::5                       0                       # Read request sizes (log2)
system.physmem.readPktSize::6                       0                       # Read request sizes (log2)
system.physmem.writePktSize::0                      0                       # Write request sizes (log2)
system.physmem.writePktSize::1                      0                       # Write request sizes (log2)
system.physmem.writePktSize::2                      0                       # Write request sizes (log2)
system.physmem.writePktSize::3                      0                       # Write request sizes (log2)
system.physmem.writePktSize::4                      0                       # Write request sizes (log2)
system.physmem.writePktSize::5                      0                       # Write request sizes (log2)
system.physmem.writePktSize::6                      0                       # Write request sizes (log2)
system.physmem.rdQLenPdf::0                         0                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::1                         0                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::2                         0                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::3                         0                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::4                         0                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::5                         0                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::6                         0                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::7                         0                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::8                         0                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::9                         0                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::10                        0                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::11                        0                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::12                        0                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::13                        0                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::14                        0                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::15                        0                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::16                        0                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::17                        0                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::18                        0                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::19                        0                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::20                        0                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::21                        0                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::22                        0                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::23                        0                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::24                        0                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::25                        0                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::26                        0                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::27                        0                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::28                        0                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::29                        0                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::30                        0                       # What read queue length does an incoming req see
system.physmem.rdQLenPdf::31                        0                       # What read queue length does an incoming req see
system.physmem.wrQLenPdf::0                         0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::1                         0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::2                         0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::3                         0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::4                         0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::5                         0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::6                         0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::7                         0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::8                         0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::9                         0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::10                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::11                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::12                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::13                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::14                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::15                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::16                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::17                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::18                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::19                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::20                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::21                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::22                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::23                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::24                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::25                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::26                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::27                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::28                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::29                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::30                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::31                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::32                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::33                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::34                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::35                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::36                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::37                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::38                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::39                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::40                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::41                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::42                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::43                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::44                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::45                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::46                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::47                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::48                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::49                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::50                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::51                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::52                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::53                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::54                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::55                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::56                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::57                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::58                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::59                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::60                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::61                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::62                        0                       # What write queue length does an incoming req see
system.physmem.wrQLenPdf::63                        0                       # What write queue length does an incoming req see
system.physmem.totQLat                              0                       # Total ticks spent queuing
system.physmem.totMemAccLat                         0                       # Total ticks spent from burst creation until serviced by the DRAM
system.physmem.totBusLat                            0                       # Total ticks spent in databus transfers
system.physmem.avgQLat                            nan                       # Average queueing delay per DRAM burst
system.physmem.avgBusLat                          nan                       # Average bus latency per DRAM burst
system.physmem.avgMemAccLat                       nan                       # Average memory access latency per DRAM burst
system.physmem.avgRdBW                           0.00                       # Average DRAM read bandwidth in MiByte/s
system.physmem.avgWrBW                           0.00                       # Average achieved write bandwidth in MiByte/s
system.physmem.avgRdBWSys                        0.00                       # Average system read bandwidth in MiByte/s
system.physmem.avgWrBWSys                        0.00                       # Average system write bandwidth in MiByte/s
system.physmem.peakBW                        12800.00                       # Theoretical peak bandwidth in MiByte/s
system.physmem.busUtil                           0.00                       # Data bus utilization in percentage
system.physmem.busUtilRead                       0.00                       # Data bus utilization in percentage for reads
system.physmem.busUtilWrite                      0.00                       # Data bus utilization in percentage for writes
system.physmem.avgRdQLen                         0.00                       # Average read queue length when enqueuing
system.physmem.avgWrQLen                         0.00                       # Average write queue length when enqueuing
system.physmem.readRowHits                          0                       # Number of row buffer hits during reads
system.physmem.writeRowHits                         0                       # Number of row buffer hits during writes
system.physmem.readRowHitRate                     nan                       # Row buffer hit rate for reads
system.physmem.writeRowHitRate                    nan                       # Row buffer hit rate for writes
system.physmem.avgGap                             nan                       # Average gap between requests
system.physmem.pageHitRate                        nan                       # Row buffer hit rate, read and write combined
system.physmem.memoryStateTime::IDLE     5127363440000                       # Time in different power states
system.physmem.memoryStateTime::REF      177128640000                       # Time in different power states
system.physmem.memoryStateTime::PRE_PDN             0                       # Time in different power states
system.physmem.memoryStateTime::ACT                 0                       # Time in different power states
system.physmem.memoryStateTime::ACT_PDN             0                       # Time in different power states
system.ruby.clk_domain.clock                      500                       # Clock period in ticks
system.ruby.delayHist::bucket_size                  2                       # delay histogram for all message
system.ruby.delayHist::max_bucket                  19                       # delay histogram for all message
system.ruby.delayHist::samples               10864248                       # delay histogram for all message
system.ruby.delayHist::mean                  0.221600                       # delay histogram for all message
system.ruby.delayHist::stdev                 0.915697                       # delay histogram for all message
system.ruby.delayHist                    |    10262737     94.46%     94.46% |        1567      0.01%     94.48% |      599477      5.52%    100.00% |         172      0.00%    100.00% |         242      0.00%    100.00% |           9      0.00%    100.00% |          44      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                 10864248                       # 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    152253153                      
system.ruby.outstanding_req_hist::mean       1.000112                      
system.ruby.outstanding_req_hist::gmean      1.000078                      
system.ruby.outstanding_req_hist::stdev      0.010602                      
system.ruby.outstanding_req_hist         |           0      0.00%      0.00% |   152236038     99.99%     99.99% |       17115      0.01%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.outstanding_req_hist::total     152253153                      
system.ruby.latency_hist::bucket_size              32                      
system.ruby.latency_hist::max_bucket              319                      
system.ruby.latency_hist::samples           152253152                      
system.ruby.latency_hist::mean               3.380085                      
system.ruby.latency_hist::gmean              3.106154                      
system.ruby.latency_hist::stdev              3.774249                      
system.ruby.latency_hist                 |   152079187     99.89%     99.89% |         156      0.00%     99.89% |       79112      0.05%     99.94% |       93712      0.06%    100.00% |         981      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.latency_hist::total             152253152                      
system.ruby.hit_latency_hist::bucket_size            1                      
system.ruby.hit_latency_hist::max_bucket            9                      
system.ruby.hit_latency_hist::samples       149594464                      
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% |   149594464    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         149594464                      
system.ruby.miss_latency_hist::bucket_size           32                      
system.ruby.miss_latency_hist::max_bucket          319                      
system.ruby.miss_latency_hist::samples        2658688                      
system.ruby.miss_latency_hist::mean         24.766053                      
system.ruby.miss_latency_hist::gmean        21.975430                      
system.ruby.miss_latency_hist::stdev        18.715437                      
system.ruby.miss_latency_hist            |     2484723     93.46%     93.46% |         156      0.01%     93.46% |       79112      2.98%     96.44% |       93712      3.52%     99.96% |         981      0.04%    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.miss_latency_hist::total          2658688                      
system.ruby.l1_cntrl0.L1Dcache.demand_hits     11564569                       # Number of cache demand hits
system.ruby.l1_cntrl0.L1Dcache.demand_misses       571536                       # Number of cache demand misses
system.ruby.l1_cntrl0.L1Dcache.demand_accesses     12136105                       # Number of cache demand accesses
system.ruby.l1_cntrl0.L1Icache.demand_hits     70049459                       # Number of cache demand hits
system.ruby.l1_cntrl0.L1Icache.demand_misses       358809                       # Number of cache demand misses
system.ruby.l1_cntrl0.L1Icache.demand_accesses     70408268                       # 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            13                       # cycles for which number of transistions == max transitions
system.ruby.l1_cntrl1.L1Dcache.demand_hits     12208458                       # Number of cache demand hits
system.ruby.l1_cntrl1.L1Dcache.demand_misses      1269755                       # Number of cache demand misses
system.ruby.l1_cntrl1.L1Dcache.demand_accesses     13478213                       # Number of cache demand accesses
system.ruby.l1_cntrl1.L1Icache.demand_hits     55771978                       # Number of cache demand hits
system.ruby.l1_cntrl1.L1Icache.demand_misses       458588                       # Number of cache demand misses
system.ruby.l1_cntrl1.L1Icache.demand_accesses     56230566                       # 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            12                       # cycles for which number of transistions == max transitions
system.ruby.l2_cntrl0.L2cache.demand_hits      2436073                       # Number of cache demand hits
system.ruby.l2_cntrl0.L2cache.demand_misses       222615                       # Number of cache demand misses
system.ruby.l2_cntrl0.L2cache.demand_accesses      2658688                       # Number of cache demand accesses
system.ruby.l2_cntrl0.fully_busy_cycles             1                       # cycles for which number of transistions == max transitions
system.ruby.network.routers0.percent_links_utilized     0.032337                      
system.ruby.network.routers0.msg_count.Control::0       930345                      
system.ruby.network.routers0.msg_count.Request_Control::0        42551                      
system.ruby.network.routers0.msg_count.Response_Data::1       958526                      
system.ruby.network.routers0.msg_count.Response_Control::1       545643                      
system.ruby.network.routers0.msg_count.Response_Control::2       541988                      
system.ruby.network.routers0.msg_count.Writeback_Data::0       316326                      
system.ruby.network.routers0.msg_count.Writeback_Data::1           73                      
system.ruby.network.routers0.msg_count.Writeback_Control::0       187843                      
system.ruby.network.routers0.msg_bytes.Control::0      7442760                      
system.ruby.network.routers0.msg_bytes.Request_Control::0       340408                      
system.ruby.network.routers0.msg_bytes.Response_Data::1     69013872                      
system.ruby.network.routers0.msg_bytes.Response_Control::1      4365144                      
system.ruby.network.routers0.msg_bytes.Response_Control::2      4335904                      
system.ruby.network.routers0.msg_bytes.Writeback_Data::0     22775472                      
system.ruby.network.routers0.msg_bytes.Writeback_Data::1         5256                      
system.ruby.network.routers0.msg_bytes.Writeback_Control::0      1502744                      
system.ruby.network.routers1.percent_links_utilized     0.054685                      
system.ruby.network.routers1.msg_count.Control::0      1728343                      
system.ruby.network.routers1.msg_count.Request_Control::0        38847                      
system.ruby.network.routers1.msg_count.Response_Data::1      1751957                      
system.ruby.network.routers1.msg_count.Response_Control::1      1215400                      
system.ruby.network.routers1.msg_count.Response_Control::2      1215698                      
system.ruby.network.routers1.msg_count.Writeback_Data::0       257501                      
system.ruby.network.routers1.msg_count.Writeback_Data::1          203                      
system.ruby.network.routers1.msg_count.Writeback_Control::0       921073                      
system.ruby.network.routers1.msg_bytes.Control::0     13826744                      
system.ruby.network.routers1.msg_bytes.Request_Control::0       310776                      
system.ruby.network.routers1.msg_bytes.Response_Data::1    126140904                      
system.ruby.network.routers1.msg_bytes.Response_Control::1      9723200                      
system.ruby.network.routers1.msg_bytes.Response_Control::2      9725584                      
system.ruby.network.routers1.msg_bytes.Writeback_Data::0     18540072                      
system.ruby.network.routers1.msg_bytes.Writeback_Data::1        14616                      
system.ruby.network.routers1.msg_bytes.Writeback_Control::0      7368584                      
system.ruby.network.routers2.percent_links_utilized     0.091275                      
system.ruby.network.routers2.msg_count.Control::0      2832497                      
system.ruby.network.routers2.msg_count.Request_Control::0        79755                      
system.ruby.network.routers2.msg_count.Response_Data::1      2883501                      
system.ruby.network.routers2.msg_count.Response_Control::1      1836231                      
system.ruby.network.routers2.msg_count.Response_Control::2      1757686                      
system.ruby.network.routers2.msg_count.Writeback_Data::0       573827                      
system.ruby.network.routers2.msg_count.Writeback_Data::1          276                      
system.ruby.network.routers2.msg_count.Writeback_Control::0      1108916                      
system.ruby.network.routers2.msg_bytes.Control::0     22659976                      
system.ruby.network.routers2.msg_bytes.Request_Control::0       638040                      
system.ruby.network.routers2.msg_bytes.Response_Data::1    207612072                      
system.ruby.network.routers2.msg_bytes.Response_Control::1     14689848                      
system.ruby.network.routers2.msg_bytes.Response_Control::2     14061488                      
system.ruby.network.routers2.msg_bytes.Writeback_Data::0     41315544                      
system.ruby.network.routers2.msg_bytes.Writeback_Data::1        19872                      
system.ruby.network.routers2.msg_bytes.Writeback_Control::0      8871328                      
system.ruby.memctrl_clk_domain.clock             1500                       # Clock period in ticks
system.ruby.dir_cntrl0.memBuffer.memReq        316330                       # Total number of memory requests
system.ruby.dir_cntrl0.memBuffer.memRead       174269                       # Number of memory reads
system.ruby.dir_cntrl0.memBuffer.memWrite       142061                       # Number of memory writes
system.ruby.dir_cntrl0.memBuffer.memRefresh       708964                       # Number of memory refreshes
system.ruby.dir_cntrl0.memBuffer.memWaitCycles       938904                       # Delay stalled at the head of the bank queue
system.ruby.dir_cntrl0.memBuffer.memInputQ           51                       # Delay in the input queue
system.ruby.dir_cntrl0.memBuffer.memBankQ         6500                       # Delay behind the head of the bank queue
system.ruby.dir_cntrl0.memBuffer.totalStalls       945455                       # Total number of stall cycles
system.ruby.dir_cntrl0.memBuffer.stallsPerReq     2.988825                       # Expected number of stall cycles per request
system.ruby.dir_cntrl0.memBuffer.memBankBusy       927536                       # memory stalls due to busy bank
system.ruby.dir_cntrl0.memBuffer.memBusBusy         8164                       # memory stalls due to busy bus
system.ruby.dir_cntrl0.memBuffer.memReadWriteBusy           74                       # memory stalls due to read write turnaround
system.ruby.dir_cntrl0.memBuffer.memDataBusBusy           11                       # memory stalls due to read read turnaround
system.ruby.dir_cntrl0.memBuffer.memArbWait         3119                       # memory stalls due to arbitration
system.ruby.dir_cntrl0.memBuffer.memBankCount |       10282      3.25%      3.25% |        9688      3.06%      6.31% |        9618      3.04%      9.35% |        9663      3.05%     12.41% |       10044      3.18%     15.58% |        9949      3.15%     18.73% |        9819      3.10%     21.83% |        9702      3.07%     24.90% |        9851      3.11%     28.01% |        9707      3.07%     31.08% |        9714      3.07%     34.15% |        9748      3.08%     37.23% |        9782      3.09%     40.33% |        9588      3.03%     43.36% |        9583      3.03%     46.39% |        8652      2.74%     49.12% |       10210      3.23%     52.35% |        9818      3.10%     55.45% |        9760      3.09%     58.54% |        9707      3.07%     61.61% |       10012      3.17%     64.77% |        9864      3.12%     67.89% |        9722      3.07%     70.96% |        9786      3.09%     74.06% |       10077      3.19%     77.24% |        9920      3.14%     80.38% |       10087      3.19%     83.57% |       10790      3.41%     86.98% |       10587      3.35%     90.33% |       10505      3.32%     93.65% |       10419      3.29%     96.94% |        9676      3.06%    100.00% # Number of accesses per bank
system.ruby.dir_cntrl0.memBuffer.memBankCount::total       316330                       # Number of accesses per bank
system.ruby.network.routers3.percent_links_utilized     0.006678                      
system.ruby.network.routers3.msg_count.Control::0       173809                      
system.ruby.network.routers3.msg_count.Response_Data::1       271441                      
system.ruby.network.routers3.msg_count.Response_Control::1       122868                      
system.ruby.network.routers3.msg_count.Writeback_Control::0        47547                      
system.ruby.network.routers3.msg_count.Writeback_Control::1        46736                      
system.ruby.network.routers3.msg_bytes.Control::0      1390472                      
system.ruby.network.routers3.msg_bytes.Response_Data::1     19543752                      
system.ruby.network.routers3.msg_bytes.Response_Control::1       982944                      
system.ruby.network.routers3.msg_bytes.Writeback_Control::0       380376                      
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          811                      
system.ruby.network.routers4.msg_count.Writeback_Control::0        47547                      
system.ruby.network.routers4.msg_count.Writeback_Control::1        46736                      
system.ruby.network.routers4.msg_bytes.Response_Data::1        58392                      
system.ruby.network.routers4.msg_bytes.Writeback_Control::0       380376                      
system.ruby.network.routers4.msg_bytes.Writeback_Control::1       373888                      
system.ruby.network.routers5.percent_links_utilized     0.037044                      
system.ruby.network.routers5.msg_count.Control::0      2832497                      
system.ruby.network.routers5.msg_count.Request_Control::0        81398                      
system.ruby.network.routers5.msg_count.Response_Data::1      2933118                      
system.ruby.network.routers5.msg_count.Response_Control::1      1860071                      
system.ruby.network.routers5.msg_count.Response_Control::2      1757686                      
system.ruby.network.routers5.msg_count.Writeback_Data::0       573827                      
system.ruby.network.routers5.msg_count.Writeback_Data::1          276                      
system.ruby.network.routers5.msg_count.Writeback_Control::0      1156463                      
system.ruby.network.routers5.msg_count.Writeback_Control::1        46736                      
system.ruby.network.routers5.msg_bytes.Control::0     22659976                      
system.ruby.network.routers5.msg_bytes.Request_Control::0       651184                      
system.ruby.network.routers5.msg_bytes.Response_Data::1    211184496                      
system.ruby.network.routers5.msg_bytes.Response_Control::1     14880568                      
system.ruby.network.routers5.msg_bytes.Response_Control::2     14061488                      
system.ruby.network.routers5.msg_bytes.Writeback_Data::0     41315544                      
system.ruby.network.routers5.msg_bytes.Writeback_Data::1        19872                      
system.ruby.network.routers5.msg_bytes.Writeback_Control::0      9251704                      
system.ruby.network.routers5.msg_bytes.Writeback_Control::1       373888                      
system.ruby.network.msg_count.Control         8497491                      
system.ruby.network.msg_count.Request_Control       242551                      
system.ruby.network.msg_count.Response_Data      8799354                      
system.ruby.network.msg_count.Response_Control     10853271                      
system.ruby.network.msg_count.Writeback_Data      1722309                      
system.ruby.network.msg_count.Writeback_Control      3609597                      
system.ruby.network.msg_byte.Control         67979928                      
system.ruby.network.msg_byte.Request_Control      1940408                      
system.ruby.network.msg_byte.Response_Data    633553488                      
system.ruby.network.msg_byte.Response_Control     86826168                      
system.ruby.network.msg_byte.Writeback_Data    124006248                      
system.ruby.network.msg_byte.Writeback_Control     28876776                      
system.pc.south_bridge.ide.disks0.dma_read_full_pages            0                       # Number of full page size DMA reads (not PRD).
system.pc.south_bridge.ide.disks0.dma_read_bytes        32768                       # Number of bytes transfered via DMA reads (not PRD).
system.pc.south_bridge.ide.disks0.dma_read_txs           30                       # Number of DMA read transactions (not PRD).
system.pc.south_bridge.ide.disks0.dma_write_full_pages          693                       # Number of full page size DMA writes.
system.pc.south_bridge.ide.disks0.dma_write_bytes      2987008                       # Number of bytes transfered via DMA writes.
system.pc.south_bridge.ide.disks0.dma_write_txs          813                       # Number of DMA write transactions.
system.pc.south_bridge.ide.disks1.dma_read_full_pages            0                       # Number of full page size DMA reads (not PRD).
system.pc.south_bridge.ide.disks1.dma_read_bytes            0                       # Number of bytes transfered via DMA reads (not PRD).
system.pc.south_bridge.ide.disks1.dma_read_txs            0                       # Number of DMA read transactions (not PRD).
system.pc.south_bridge.ide.disks1.dma_write_full_pages            1                       # Number of full page size DMA writes.
system.pc.south_bridge.ide.disks1.dma_write_bytes         4096                       # Number of bytes transfered via DMA writes.
system.pc.south_bridge.ide.disks1.dma_write_txs            1                       # Number of DMA write transactions.
system.iobus.throughput                        383259                       # Throughput (bytes/s)
system.iobus.trans_dist::ReadReq               858443                       # Transaction distribution
system.iobus.trans_dist::ReadResp              858443                       # Transaction distribution
system.iobus.trans_dist::WriteReq               37726                       # Transaction distribution
system.iobus.trans_dist::WriteResp              37726                       # Transaction distribution
system.iobus.trans_dist::MessageReq              1924                       # Transaction distribution
system.iobus.trans_dist::MessageResp             1924                       # 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         6438                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.ruby.l1_cntrl0.sequencer.mem-master-port::system.pc.south_bridge.ide-pciconf           88                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.ruby.l1_cntrl0.sequencer.mem-master-port::system.pc.south_bridge.keyboard.pio          956                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.ruby.l1_cntrl0.sequencer.mem-master-port::system.pc.south_bridge.pic1.pio           78                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.ruby.l1_cntrl0.sequencer.mem-master-port::system.pc.south_bridge.pic2.pio           38                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.ruby.l1_cntrl0.sequencer.mem-master-port::system.pc.south_bridge.pit.pio           30                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.ruby.l1_cntrl0.sequencer.mem-master-port::system.pc.south_bridge.speaker.pio       934582                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.ruby.l1_cntrl0.sequencer.mem-master-port::system.pc.south_bridge.io_apic.pio          980                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.ruby.l1_cntrl0.sequencer.mem-master-port::system.pc.i_dont_exist.pio           90                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.ruby.l1_cntrl0.sequencer.mem-master-port::system.pc.behind_pci.pio            2                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.ruby.l1_cntrl0.sequencer.mem-master-port::system.pc.com_1.pio        14492                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.ruby.l1_cntrl0.sequencer.mem-master-port::system.ruby.l1_cntrl0.sequencer.pio-slave-port       743206                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.ruby.l1_cntrl0.sequencer.mem-master-port::system.ruby.l1_cntrl1.sequencer.pio-slave-port          242                       # 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      1703384                       # 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         4650                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.ruby.l1_cntrl1.sequencer.mem-master-port::system.pc.south_bridge.ide-pciconf           92                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.ruby.l1_cntrl1.sequencer.mem-master-port::system.pc.south_bridge.keyboard.pio          408                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.ruby.l1_cntrl1.sequencer.mem-master-port::system.pc.south_bridge.pic1.pio           16                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.ruby.l1_cntrl1.sequencer.mem-master-port::system.pc.south_bridge.pic2.pio           16                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.ruby.l1_cntrl1.sequencer.mem-master-port::system.pc.south_bridge.pit.pio        33042                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.ruby.l1_cntrl1.sequencer.mem-master-port::system.pc.south_bridge.io_apic.pio          354                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.ruby.l1_cntrl1.sequencer.mem-master-port::system.pc.i_dont_exist.pio        33130                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.ruby.l1_cntrl1.sequencer.mem-master-port::system.pc.com_1.pio        12176                       # 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          258                       # 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         5244                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.ruby.l1_cntrl1.sequencer.mem-master-port::total        89454                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count::total                 1796186                       # Packet count per connected master and slave (bytes)
system.iobus.tot_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.tot_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.tot_pkt_size_system.pc.south_bridge.io_apic.int_master::total         6696                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.tot_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.tot_pkt_size_system.ruby.l1_cntrl0.sequencer.mem-master-port::system.pc.south_bridge.ide.pio         3666                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.tot_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.tot_pkt_size_system.ruby.l1_cntrl0.sequencer.mem-master-port::system.pc.south_bridge.keyboard.pio          478                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.tot_pkt_size_system.ruby.l1_cntrl0.sequencer.mem-master-port::system.pc.south_bridge.pic1.pio           39                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.tot_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.tot_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.tot_pkt_size_system.ruby.l1_cntrl0.sequencer.mem-master-port::system.pc.south_bridge.speaker.pio       467291                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.tot_pkt_size_system.ruby.l1_cntrl0.sequencer.mem-master-port::system.pc.south_bridge.io_apic.pio         1960                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.tot_pkt_size_system.ruby.l1_cntrl0.sequencer.mem-master-port::system.pc.i_dont_exist.pio           45                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.tot_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.tot_pkt_size_system.ruby.l1_cntrl0.sequencer.mem-master-port::system.pc.com_1.pio         7246                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.tot_pkt_size_system.ruby.l1_cntrl0.sequencer.mem-master-port::system.ruby.l1_cntrl0.sequencer.pio-slave-port      1486406                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.tot_pkt_size_system.ruby.l1_cntrl0.sequencer.mem-master-port::system.ruby.l1_cntrl1.sequencer.pio-slave-port          484                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.tot_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.tot_pkt_size_system.ruby.l1_cntrl0.sequencer.mem-master-port::total      1972069                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.tot_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.tot_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.tot_pkt_size_system.ruby.l1_cntrl1.sequencer.mem-master-port::system.pc.south_bridge.ide.pio         3020                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.tot_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.tot_pkt_size_system.ruby.l1_cntrl1.sequencer.mem-master-port::system.pc.south_bridge.keyboard.pio          204                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.tot_pkt_size_system.ruby.l1_cntrl1.sequencer.mem-master-port::system.pc.south_bridge.pic1.pio            8                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.tot_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.tot_pkt_size_system.ruby.l1_cntrl1.sequencer.mem-master-port::system.pc.south_bridge.pit.pio        16521                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.tot_pkt_size_system.ruby.l1_cntrl1.sequencer.mem-master-port::system.pc.south_bridge.io_apic.pio          708                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.tot_pkt_size_system.ruby.l1_cntrl1.sequencer.mem-master-port::system.pc.i_dont_exist.pio        16565                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.tot_pkt_size_system.ruby.l1_cntrl1.sequencer.mem-master-port::system.pc.com_1.pio         6088                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.tot_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.tot_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.tot_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.tot_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.tot_pkt_size_system.ruby.l1_cntrl1.sequencer.mem-master-port::system.ruby.l1_cntrl0.sequencer.pio-slave-port          516                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.tot_pkt_size_system.ruby.l1_cntrl1.sequencer.mem-master-port::system.ruby.l1_cntrl1.sequencer.pio-slave-port        10485                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.tot_pkt_size_system.ruby.l1_cntrl1.sequencer.mem-master-port::total        54229                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.tot_pkt_size::total              2032994                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.data_through_bus                 2032994                       # Total data (bytes)
system.iobus.reqLayer0.occupancy                45000                       # Layer occupancy (ticks)
system.iobus.reqLayer0.utilization                0.0                       # Layer utilization (%)
system.iobus.reqLayer1.occupancy                 7000                       # Layer occupancy (ticks)
system.iobus.reqLayer1.utilization                0.0                       # Layer utilization (%)
system.iobus.reqLayer2.occupancy             10111500                       # Layer occupancy (ticks)
system.iobus.reqLayer2.utilization                0.0                       # Layer utilization (%)
system.iobus.reqLayer3.occupancy               143500                       # Layer occupancy (ticks)
system.iobus.reqLayer3.utilization                0.0                       # Layer utilization (%)
system.iobus.reqLayer4.occupancy              1076000                       # Layer occupancy (ticks)
system.iobus.reqLayer4.utilization                0.0                       # Layer utilization (%)
system.iobus.reqLayer5.occupancy                95000                       # Layer occupancy (ticks)
system.iobus.reqLayer5.utilization                0.0                       # Layer utilization (%)
system.iobus.reqLayer6.occupancy                57500                       # Layer occupancy (ticks)
system.iobus.reqLayer6.utilization                0.0                       # Layer utilization (%)
system.iobus.reqLayer7.occupancy             30321000                       # Layer occupancy (ticks)
system.iobus.reqLayer7.utilization                0.0                       # Layer utilization (%)
system.iobus.reqLayer8.occupancy            467293000                       # Layer occupancy (ticks)
system.iobus.reqLayer8.utilization                0.0                       # Layer utilization (%)
system.iobus.reqLayer9.occupancy              1240500                       # Layer occupancy (ticks)
system.iobus.reqLayer9.utilization                0.0                       # Layer utilization (%)
system.iobus.reqLayer10.occupancy            41494500                       # Layer occupancy (ticks)
system.iobus.reqLayer10.utilization               0.0                       # Layer utilization (%)
system.iobus.reqLayer11.occupancy                2000                       # Layer occupancy (ticks)
system.iobus.reqLayer11.utilization               0.0                       # Layer utilization (%)
system.iobus.reqLayer12.occupancy            23487000                       # Layer occupancy (ticks)
system.iobus.reqLayer12.utilization               0.0                       # Layer utilization (%)
system.iobus.reqLayer13.occupancy               12000                       # Layer occupancy (ticks)
system.iobus.reqLayer13.utilization               0.0                       # Layer utilization (%)
system.iobus.reqLayer14.occupancy                9000                       # Layer occupancy (ticks)
system.iobus.reqLayer14.utilization               0.0                       # Layer utilization (%)
system.iobus.reqLayer15.occupancy                9000                       # Layer occupancy (ticks)
system.iobus.reqLayer15.utilization               0.0                       # Layer utilization (%)
system.iobus.reqLayer16.occupancy               10500                       # Layer occupancy (ticks)
system.iobus.reqLayer16.utilization               0.0                       # Layer utilization (%)
system.iobus.reqLayer17.occupancy           469626032                       # Layer occupancy (ticks)
system.iobus.reqLayer17.utilization               0.0                       # Layer utilization (%)
system.iobus.reqLayer18.occupancy             7795368                       # Layer occupancy (ticks)
system.iobus.reqLayer18.utilization               0.0                       # Layer utilization (%)
system.iobus.reqLayer20.occupancy             1328500                       # Layer occupancy (ticks)
system.iobus.reqLayer20.utilization               0.0                       # Layer utilization (%)
system.iobus.respLayer0.occupancy             2413900                       # Layer occupancy (ticks)
system.iobus.respLayer0.utilization               0.0                       # Layer utilization (%)
system.iobus.respLayer2.occupancy          1790216000                       # Layer occupancy (ticks)
system.iobus.respLayer2.utilization               0.0                       # Layer utilization (%)
system.iobus.respLayer4.occupancy            80190500                       # Layer occupancy (ticks)
system.iobus.respLayer4.utilization               0.0                       # Layer utilization (%)
system.cpu_clk_domain.clock                       500                       # Clock period in ticks
system.cpu0.apic_clk_domain.clock                8000                       # Clock period in ticks
system.cpu0.numCycles                     10608993500                       # 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                   60258540                       # Number of instructions committed
system.cpu0.committedOps                    115564120                       # Number of ops (including micro ops) committed
system.cpu0.num_int_alu_accesses            108491956                       # Number of integer alu accesses
system.cpu0.num_fp_alu_accesses                     0                       # Number of float alu accesses
system.cpu0.num_func_calls                    1055514                       # number of times a function call or return occured
system.cpu0.num_conditional_control_insts     10262377                       # number of instructions that are conditional controls
system.cpu0.num_int_insts                   108491956                       # number of integer instructions
system.cpu0.num_fp_insts                            0                       # number of float instructions
system.cpu0.num_int_register_reads          204960312                       # number of times the integer registers were read
system.cpu0.num_int_register_writes          92002723                       # number of times the integer registers were written
system.cpu0.num_fp_register_reads                   0                       # number of times the floating registers were read
system.cpu0.num_fp_register_writes                  0                       # number of times the floating registers were written
system.cpu0.num_cc_register_reads            62457106                       # number of times the CC registers were read
system.cpu0.num_cc_register_writes           44909896                       # number of times the CC registers were written
system.cpu0.num_mem_refs                     12954199                       # number of memory refs
system.cpu0.num_load_insts                    7847946                       # Number of load instructions
system.cpu0.num_store_insts                   5106253                       # Number of store instructions
system.cpu0.num_idle_cycles              10082159440.950100                       # Number of idle cycles
system.cpu0.num_busy_cycles              526834059.049901                       # Number of busy cycles
system.cpu0.not_idle_fraction                0.049659                       # Percentage of non-idle cycles
system.cpu0.idle_fraction                    0.950341                       # Percentage of idle cycles
system.cpu0.Branches                         11678784                       # Number of branches fetched
system.cpu0.op_class::No_OpClass               146088      0.13%      0.13% # Class of executed instruction
system.cpu0.op_class::IntAlu                102315691     88.54%     88.66% # Class of executed instruction
system.cpu0.op_class::IntMult                   88423      0.08%     88.74% # Class of executed instruction
system.cpu0.op_class::IntDiv                    60803      0.05%     88.79% # Class of executed instruction
system.cpu0.op_class::FloatAdd                      0      0.00%     88.79% # Class of executed instruction
system.cpu0.op_class::FloatCmp                      0      0.00%     88.79% # Class of executed instruction
system.cpu0.op_class::FloatCvt                      0      0.00%     88.79% # Class of executed instruction
system.cpu0.op_class::FloatMult                     0      0.00%     88.79% # Class of executed instruction
system.cpu0.op_class::FloatDiv                      0      0.00%     88.79% # Class of executed instruction
system.cpu0.op_class::FloatSqrt                     0      0.00%     88.79% # Class of executed instruction
system.cpu0.op_class::SimdAdd                       0      0.00%     88.79% # Class of executed instruction
system.cpu0.op_class::SimdAddAcc                    0      0.00%     88.79% # Class of executed instruction
system.cpu0.op_class::SimdAlu                       0      0.00%     88.79% # Class of executed instruction
system.cpu0.op_class::SimdCmp                       0      0.00%     88.79% # Class of executed instruction
system.cpu0.op_class::SimdCvt                       0      0.00%     88.79% # Class of executed instruction
system.cpu0.op_class::SimdMisc                      0      0.00%     88.79% # Class of executed instruction
system.cpu0.op_class::SimdMult                      0      0.00%     88.79% # Class of executed instruction
system.cpu0.op_class::SimdMultAcc                   0      0.00%     88.79% # Class of executed instruction
system.cpu0.op_class::SimdShift                     0      0.00%     88.79% # Class of executed instruction
system.cpu0.op_class::SimdShiftAcc                  0      0.00%     88.79% # Class of executed instruction
system.cpu0.op_class::SimdSqrt                      0      0.00%     88.79% # Class of executed instruction
system.cpu0.op_class::SimdFloatAdd                  0      0.00%     88.79% # Class of executed instruction
system.cpu0.op_class::SimdFloatAlu                  0      0.00%     88.79% # Class of executed instruction
system.cpu0.op_class::SimdFloatCmp                  0      0.00%     88.79% # Class of executed instruction
system.cpu0.op_class::SimdFloatCvt                  0      0.00%     88.79% # Class of executed instruction
system.cpu0.op_class::SimdFloatDiv                  0      0.00%     88.79% # Class of executed instruction
system.cpu0.op_class::SimdFloatMisc                 0      0.00%     88.79% # Class of executed instruction
system.cpu0.op_class::SimdFloatMult                 0      0.00%     88.79% # Class of executed instruction
system.cpu0.op_class::SimdFloatMultAcc              0      0.00%     88.79% # Class of executed instruction
system.cpu0.op_class::SimdFloatSqrt                 0      0.00%     88.79% # Class of executed instruction
system.cpu0.op_class::MemRead                 7847946      6.79%     95.58% # Class of executed instruction
system.cpu0.op_class::MemWrite                5106253      4.42%    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                 115565204                       # 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                     10606073624                       # 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                   46603518                       # Number of instructions committed
system.cpu1.committedOps                     89333358                       # Number of ops (including micro ops) committed
system.cpu1.num_int_alu_accesses             85695486                       # Number of integer alu accesses
system.cpu1.num_fp_alu_accesses                     0                       # Number of float alu accesses
system.cpu1.num_func_calls                    1689173                       # number of times a function call or return occured
system.cpu1.num_conditional_control_insts      7994727                       # number of instructions that are conditional controls
system.cpu1.num_int_insts                    85695486                       # number of integer instructions
system.cpu1.num_fp_insts                            0                       # number of float instructions
system.cpu1.num_int_register_reads          165899619                       # number of times the integer registers were read
system.cpu1.num_int_register_writes          70976415                       # number of times the integer registers were written
system.cpu1.num_fp_register_reads                   0                       # number of times the floating registers were read
system.cpu1.num_fp_register_writes                  0                       # number of times the floating registers were written
system.cpu1.num_cc_register_reads            49188622                       # number of times the CC registers were read
system.cpu1.num_cc_register_writes           31805425                       # number of times the CC registers were written
system.cpu1.num_mem_refs                     13507073                       # number of memory refs
system.cpu1.num_load_insts                    8734970                       # Number of load instructions
system.cpu1.num_store_insts                   4772103                       # Number of store instructions
system.cpu1.num_idle_cycles              10285699632.922689                       # Number of idle cycles
system.cpu1.num_busy_cycles              320373991.077311                       # Number of busy cycles
system.cpu1.not_idle_fraction                0.030207                       # Percentage of non-idle cycles
system.cpu1.idle_fraction                    0.969793                       # Percentage of idle cycles
system.cpu1.Branches                         10261767                       # Number of branches fetched
system.cpu1.op_class::No_OpClass               160875      0.18%      0.18% # Class of executed instruction
system.cpu1.op_class::IntAlu                 75501866     84.52%     84.70% # Class of executed instruction
system.cpu1.op_class::IntMult                   96299      0.11%     84.80% # Class of executed instruction
system.cpu1.op_class::IntDiv                    67676      0.08%     84.88% # Class of executed instruction
system.cpu1.op_class::FloatAdd                      0      0.00%     84.88% # Class of executed instruction
system.cpu1.op_class::FloatCmp                      0      0.00%     84.88% # Class of executed instruction
system.cpu1.op_class::FloatCvt                      0      0.00%     84.88% # Class of executed instruction
system.cpu1.op_class::FloatMult                     0      0.00%     84.88% # Class of executed instruction
system.cpu1.op_class::FloatDiv                      0      0.00%     84.88% # Class of executed instruction
system.cpu1.op_class::FloatSqrt                     0      0.00%     84.88% # Class of executed instruction
system.cpu1.op_class::SimdAdd                       0      0.00%     84.88% # Class of executed instruction
system.cpu1.op_class::SimdAddAcc                    0      0.00%     84.88% # Class of executed instruction
system.cpu1.op_class::SimdAlu                       0      0.00%     84.88% # Class of executed instruction
system.cpu1.op_class::SimdCmp                       0      0.00%     84.88% # Class of executed instruction
system.cpu1.op_class::SimdCvt                       0      0.00%     84.88% # Class of executed instruction
system.cpu1.op_class::SimdMisc                      0      0.00%     84.88% # Class of executed instruction
system.cpu1.op_class::SimdMult                      0      0.00%     84.88% # Class of executed instruction
system.cpu1.op_class::SimdMultAcc                   0      0.00%     84.88% # Class of executed instruction
system.cpu1.op_class::SimdShift                     0      0.00%     84.88% # Class of executed instruction
system.cpu1.op_class::SimdShiftAcc                  0      0.00%     84.88% # Class of executed instruction
system.cpu1.op_class::SimdSqrt                      0      0.00%     84.88% # Class of executed instruction
system.cpu1.op_class::SimdFloatAdd                  0      0.00%     84.88% # Class of executed instruction
system.cpu1.op_class::SimdFloatAlu                  0      0.00%     84.88% # Class of executed instruction
system.cpu1.op_class::SimdFloatCmp                  0      0.00%     84.88% # Class of executed instruction
system.cpu1.op_class::SimdFloatCvt                  0      0.00%     84.88% # Class of executed instruction
system.cpu1.op_class::SimdFloatDiv                  0      0.00%     84.88% # Class of executed instruction
system.cpu1.op_class::SimdFloatMisc                 0      0.00%     84.88% # Class of executed instruction
system.cpu1.op_class::SimdFloatMult                 0      0.00%     84.88% # Class of executed instruction
system.cpu1.op_class::SimdFloatMultAcc              0      0.00%     84.88% # Class of executed instruction
system.cpu1.op_class::SimdFloatSqrt                 0      0.00%     84.88% # Class of executed instruction
system.cpu1.op_class::MemRead                 8734970      9.78%     94.66% # Class of executed instruction
system.cpu1.op_class::MemWrite                4772103      5.34%    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                  89333789                       # Class of executed instruction
system.cpu1.kern.inst.arm                           0                       # number of arm instructions executed
system.cpu1.kern.inst.quiesce                       0                       # number of quiesce instructions executed
system.ruby.network.routers0.throttle0.link_utilization     0.041639                      
system.ruby.network.routers0.throttle0.msg_count.Request_Control::0        42551                      
system.ruby.network.routers0.throttle0.msg_count.Response_Data::1       918114                      
system.ruby.network.routers0.throttle0.msg_count.Response_Control::1       529410                      
system.ruby.network.routers0.throttle0.msg_bytes.Request_Control::0       340408                      
system.ruby.network.routers0.throttle0.msg_bytes.Response_Data::1     66104208                      
system.ruby.network.routers0.throttle0.msg_bytes.Response_Control::1      4235280                      
system.ruby.network.routers0.throttle1.link_utilization     0.023036                      
system.ruby.network.routers0.throttle1.msg_count.Control::0       930345                      
system.ruby.network.routers0.throttle1.msg_count.Response_Data::1        40412                      
system.ruby.network.routers0.throttle1.msg_count.Response_Control::1        16233                      
system.ruby.network.routers0.throttle1.msg_count.Response_Control::2       541988                      
system.ruby.network.routers0.throttle1.msg_count.Writeback_Data::0       316326                      
system.ruby.network.routers0.throttle1.msg_count.Writeback_Data::1           73                      
system.ruby.network.routers0.throttle1.msg_count.Writeback_Control::0       187843                      
system.ruby.network.routers0.throttle1.msg_bytes.Control::0      7442760                      
system.ruby.network.routers0.throttle1.msg_bytes.Response_Data::1      2909664                      
system.ruby.network.routers0.throttle1.msg_bytes.Response_Control::1       129864                      
system.ruby.network.routers0.throttle1.msg_bytes.Response_Control::2      4335904                      
system.ruby.network.routers0.throttle1.msg_bytes.Writeback_Data::0     22775472                      
system.ruby.network.routers0.throttle1.msg_bytes.Writeback_Data::1         5256                      
system.ruby.network.routers0.throttle1.msg_bytes.Writeback_Control::0      1502744                      
system.ruby.network.routers1.throttle0.link_utilization     0.078726                      
system.ruby.network.routers1.throttle0.msg_count.Request_Control::0        38847                      
system.ruby.network.routers1.throttle0.msg_count.Response_Data::1      1718430                      
system.ruby.network.routers1.throttle0.msg_count.Response_Control::1      1199317                      
system.ruby.network.routers1.throttle0.msg_bytes.Request_Control::0       310776                      
system.ruby.network.routers1.throttle0.msg_bytes.Response_Data::1    123726960                      
system.ruby.network.routers1.throttle0.msg_bytes.Response_Control::1      9594536                      
system.ruby.network.routers1.throttle1.link_utilization     0.030645                      
system.ruby.network.routers1.throttle1.msg_count.Control::0      1728343                      
system.ruby.network.routers1.throttle1.msg_count.Response_Data::1        33527                      
system.ruby.network.routers1.throttle1.msg_count.Response_Control::1        16083                      
system.ruby.network.routers1.throttle1.msg_count.Response_Control::2      1215698                      
system.ruby.network.routers1.throttle1.msg_count.Writeback_Data::0       257501                      
system.ruby.network.routers1.throttle1.msg_count.Writeback_Data::1          203                      
system.ruby.network.routers1.throttle1.msg_count.Writeback_Control::0       921073                      
system.ruby.network.routers1.throttle1.msg_bytes.Control::0     13826744                      
system.ruby.network.routers1.throttle1.msg_bytes.Response_Data::1      2413944                      
system.ruby.network.routers1.throttle1.msg_bytes.Response_Control::1       128664                      
system.ruby.network.routers1.throttle1.msg_bytes.Response_Control::2      9725584                      
system.ruby.network.routers1.throttle1.msg_bytes.Writeback_Data::0     18540072                      
system.ruby.network.routers1.throttle1.msg_bytes.Writeback_Data::1        14616                      
system.ruby.network.routers1.throttle1.msg_bytes.Writeback_Control::0      7368584                      
system.ruby.network.routers2.throttle0.link_utilization     0.059393                      
system.ruby.network.routers2.throttle0.msg_count.Control::0      2658688                      
system.ruby.network.routers2.throttle0.msg_count.Response_Data::1       198942                      
system.ruby.network.routers2.throttle0.msg_count.Response_Control::1       119244                      
system.ruby.network.routers2.throttle0.msg_count.Response_Control::2      1757686                      
system.ruby.network.routers2.throttle0.msg_count.Writeback_Data::0       573827                      
system.ruby.network.routers2.throttle0.msg_count.Writeback_Data::1          276                      
system.ruby.network.routers2.throttle0.msg_count.Writeback_Control::0      1108916                      
system.ruby.network.routers2.throttle0.msg_bytes.Control::0     21269504                      
system.ruby.network.routers2.throttle0.msg_bytes.Response_Data::1     14323824                      
system.ruby.network.routers2.throttle0.msg_bytes.Response_Control::1       953952                      
system.ruby.network.routers2.throttle0.msg_bytes.Response_Control::2     14061488                      
system.ruby.network.routers2.throttle0.msg_bytes.Writeback_Data::0     41315544                      
system.ruby.network.routers2.throttle0.msg_bytes.Writeback_Data::1        19872                      
system.ruby.network.routers2.throttle0.msg_bytes.Writeback_Control::0      8871328                      
system.ruby.network.routers2.throttle1.link_utilization     0.123158                      
system.ruby.network.routers2.throttle1.msg_count.Control::0       173809                      
system.ruby.network.routers2.throttle1.msg_count.Request_Control::0        79755                      
system.ruby.network.routers2.throttle1.msg_count.Response_Data::1      2684559                      
system.ruby.network.routers2.throttle1.msg_count.Response_Control::1      1716987                      
system.ruby.network.routers2.throttle1.msg_bytes.Control::0      1390472                      
system.ruby.network.routers2.throttle1.msg_bytes.Request_Control::0       638040                      
system.ruby.network.routers2.throttle1.msg_bytes.Response_Data::1    193288248                      
system.ruby.network.routers2.throttle1.msg_bytes.Response_Control::1     13735896                      
system.ruby.network.routers3.throttle0.link_utilization     0.005207                      
system.ruby.network.routers3.throttle0.msg_count.Control::0       173809                      
system.ruby.network.routers3.throttle0.msg_count.Response_Data::1        96821                      
system.ruby.network.routers3.throttle0.msg_count.Response_Control::1        12100                      
system.ruby.network.routers3.throttle0.msg_count.Writeback_Control::0        47547                      
system.ruby.network.routers3.throttle0.msg_bytes.Control::0      1390472                      
system.ruby.network.routers3.throttle0.msg_bytes.Response_Data::1      6971112                      
system.ruby.network.routers3.throttle0.msg_bytes.Response_Control::1        96800                      
system.ruby.network.routers3.throttle0.msg_bytes.Writeback_Control::0       380376                      
system.ruby.network.routers3.throttle1.link_utilization     0.008149                      
system.ruby.network.routers3.throttle1.msg_count.Response_Data::1       174620                      
system.ruby.network.routers3.throttle1.msg_count.Response_Control::1       110768                      
system.ruby.network.routers3.throttle1.msg_count.Writeback_Control::1        46736                      
system.ruby.network.routers3.throttle1.msg_bytes.Response_Data::1     12572640                      
system.ruby.network.routers3.throttle1.msg_bytes.Response_Control::1       886144                      
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          811                      
system.ruby.network.routers4.throttle0.msg_count.Writeback_Control::1        46736                      
system.ruby.network.routers4.throttle0.msg_bytes.Response_Data::1        58392                      
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        47547                      
system.ruby.network.routers4.throttle1.msg_bytes.Writeback_Control::0       380376                      
system.ruby.network.routers5.throttle0.link_utilization     0.041639                      
system.ruby.network.routers5.throttle0.msg_count.Request_Control::0        42551                      
system.ruby.network.routers5.throttle0.msg_count.Response_Data::1       918114                      
system.ruby.network.routers5.throttle0.msg_count.Response_Control::1       529410                      
system.ruby.network.routers5.throttle0.msg_bytes.Request_Control::0       340408                      
system.ruby.network.routers5.throttle0.msg_bytes.Response_Data::1     66104208                      
system.ruby.network.routers5.throttle0.msg_bytes.Response_Control::1      4235280                      
system.ruby.network.routers5.throttle1.link_utilization     0.078726                      
system.ruby.network.routers5.throttle1.msg_count.Request_Control::0        38847                      
system.ruby.network.routers5.throttle1.msg_count.Response_Data::1      1718430                      
system.ruby.network.routers5.throttle1.msg_count.Response_Control::1      1199317                      
system.ruby.network.routers5.throttle1.msg_bytes.Request_Control::0       310776                      
system.ruby.network.routers5.throttle1.msg_bytes.Response_Data::1    123726960                      
system.ruby.network.routers5.throttle1.msg_bytes.Response_Control::1      9594536                      
system.ruby.network.routers5.throttle2.link_utilization     0.059393                      
system.ruby.network.routers5.throttle2.msg_count.Control::0      2658688                      
system.ruby.network.routers5.throttle2.msg_count.Response_Data::1       198942                      
system.ruby.network.routers5.throttle2.msg_count.Response_Control::1       119244                      
system.ruby.network.routers5.throttle2.msg_count.Response_Control::2      1757686                      
system.ruby.network.routers5.throttle2.msg_count.Writeback_Data::0       573827                      
system.ruby.network.routers5.throttle2.msg_count.Writeback_Data::1          276                      
system.ruby.network.routers5.throttle2.msg_count.Writeback_Control::0      1108916                      
system.ruby.network.routers5.throttle2.msg_bytes.Control::0     21269504                      
system.ruby.network.routers5.throttle2.msg_bytes.Response_Data::1     14323824                      
system.ruby.network.routers5.throttle2.msg_bytes.Response_Control::1       953952                      
system.ruby.network.routers5.throttle2.msg_bytes.Response_Control::2     14061488                      
system.ruby.network.routers5.throttle2.msg_bytes.Writeback_Data::0     41315544                      
system.ruby.network.routers5.throttle2.msg_bytes.Writeback_Data::1        19872                      
system.ruby.network.routers5.throttle2.msg_bytes.Writeback_Control::0      8871328                      
system.ruby.network.routers5.throttle3.link_utilization     0.005207                      
system.ruby.network.routers5.throttle3.msg_count.Control::0       173809                      
system.ruby.network.routers5.throttle3.msg_count.Response_Data::1        96821                      
system.ruby.network.routers5.throttle3.msg_count.Response_Control::1        12100                      
system.ruby.network.routers5.throttle3.msg_count.Writeback_Control::0        47547                      
system.ruby.network.routers5.throttle3.msg_bytes.Control::0      1390472                      
system.ruby.network.routers5.throttle3.msg_bytes.Response_Data::1      6971112                      
system.ruby.network.routers5.throttle3.msg_bytes.Response_Control::1        96800                      
system.ruby.network.routers5.throttle3.msg_bytes.Writeback_Control::0       380376                      
system.ruby.network.routers5.throttle4.link_utilization     0.000255                      
system.ruby.network.routers5.throttle4.msg_count.Response_Data::1          811                      
system.ruby.network.routers5.throttle4.msg_count.Writeback_Control::1        46736                      
system.ruby.network.routers5.throttle4.msg_bytes.Response_Data::1        58392                      
system.ruby.network.routers5.throttle4.msg_bytes.Writeback_Control::1       373888                      
system.ruby.delayVCHist.vnet_0::bucket_size            2                       # delay histogram for vnet_0
system.ruby.delayVCHist.vnet_0::max_bucket           19                       # delay histogram for vnet_0
system.ruby.delayVCHist.vnet_0::samples       6099117                       # delay histogram for vnet_0
system.ruby.delayVCHist.vnet_0::mean         0.377316                       # delay histogram for vnet_0
system.ruby.delayVCHist.vnet_0::stdev        1.170385                       # delay histogram for vnet_0
system.ruby.delayVCHist.vnet_0           |     5524398     90.58%     90.58% |         438      0.01%     90.58% |      573820      9.41%     99.99% |         170      0.00%    100.00% |         238      0.00%    100.00% |           9      0.00%    100.00% |          44      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         6099117                       # delay histogram for vnet_0
system.ruby.delayVCHist.vnet_1::bucket_size            1                       # delay histogram for vnet_1
system.ruby.delayVCHist.vnet_1::max_bucket            9                       # delay histogram for vnet_1
system.ruby.delayVCHist.vnet_1::samples       4683733                       # delay histogram for vnet_1
system.ruby.delayVCHist.vnet_1::mean         0.022443                       # delay histogram for vnet_1
system.ruby.delayVCHist.vnet_1::stdev        0.297350                       # delay histogram for vnet_1
system.ruby.delayVCHist.vnet_1           |     4656826     99.43%     99.43% |         417      0.01%     99.43% |         407      0.01%     99.44% |         552      0.01%     99.45% |       25430      0.54%    100.00% |          99      0.00%    100.00% |           0      0.00%    100.00% |           1      0.00%    100.00% |           1      0.00%    100.00% |           0      0.00%    100.00% # delay histogram for vnet_1
system.ruby.delayVCHist.vnet_1::total         4683733                       # 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         81398                       # delay histogram for vnet_2
system.ruby.delayVCHist.vnet_2::mean         0.013600                       # delay histogram for vnet_2
system.ruby.delayVCHist.vnet_2::stdev        0.216236                       # delay histogram for vnet_2
system.ruby.delayVCHist.vnet_2           |       80998     99.51%     99.51% |          98      0.12%     99.63% |          74      0.09%     99.72% |          96      0.12%     99.84% |          98      0.12%     99.96% |          30      0.04%    100.00% |           1      0.00%    100.00% |           0      0.00%    100.00% |           2      0.00%    100.00% |           1      0.00%    100.00% # delay histogram for vnet_2
system.ruby.delayVCHist.vnet_2::total           81398                       # delay histogram for vnet_2
system.ruby.LD.latency_hist::bucket_size           16                      
system.ruby.LD.latency_hist::max_bucket           159                      
system.ruby.LD.latency_hist::samples         14938551                      
system.ruby.LD.latency_hist::mean            4.746751                      
system.ruby.LD.latency_hist::gmean           3.589398                      
system.ruby.LD.latency_hist::stdev           6.551138                      
system.ruby.LD.latency_hist              |    13551480     90.71%     90.71% |     1355950      9.08%     99.79% |         110      0.00%     99.79% |           0      0.00%     99.79% |        9645      0.06%     99.86% |         172      0.00%     99.86% |       20174      0.14%     99.99% |         799      0.01%    100.00% |         192      0.00%    100.00% |          29      0.00%    100.00%
system.ruby.LD.latency_hist::total           14938551                      
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     13551480                      
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% |    13551480    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       13551480                      
system.ruby.LD.miss_latency_hist::bucket_size           16                      
system.ruby.LD.miss_latency_hist::max_bucket          159                      
system.ruby.LD.miss_latency_hist::samples      1387071                      
system.ruby.LD.miss_latency_hist::mean      21.812251                      
system.ruby.LD.miss_latency_hist::gmean     20.706039                      
system.ruby.LD.miss_latency_hist::stdev     11.881658                      
system.ruby.LD.miss_latency_hist         |           0      0.00%      0.00% |     1355950     97.76%     97.76% |         110      0.01%     97.76% |           0      0.00%     97.76% |        9645      0.70%     98.46% |         172      0.01%     98.47% |       20174      1.45%     99.93% |         799      0.06%     99.98% |         192      0.01%    100.00% |          29      0.00%    100.00%
system.ruby.LD.miss_latency_hist::total       1387071                      
system.ruby.ST.latency_hist::bucket_size           32                      
system.ruby.ST.latency_hist::max_bucket           319                      
system.ruby.ST.latency_hist::samples          9501513                      
system.ruby.ST.latency_hist::mean            4.608297                      
system.ruby.ST.latency_hist::gmean           3.286796                      
system.ruby.ST.latency_hist::stdev          10.645241                      
system.ruby.ST.latency_hist              |     9375847     98.68%     98.68% |          22      0.00%     98.68% |       64166      0.68%     99.35% |       60838      0.64%     99.99% |         636      0.01%    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.ST.latency_hist::total            9501513                      
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      9151298                      
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% |     9151298    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        9151298                      
system.ruby.ST.miss_latency_hist::bucket_size           32                      
system.ruby.ST.miss_latency_hist::max_bucket          319                      
system.ruby.ST.miss_latency_hist::samples       350215                      
system.ruby.ST.miss_latency_hist::mean      46.633933                      
system.ruby.ST.miss_latency_hist::gmean     35.718031                      
system.ruby.ST.miss_latency_hist::stdev     35.223868                      
system.ruby.ST.miss_latency_hist         |      224549     64.12%     64.12% |          22      0.01%     64.12% |       64166     18.32%     82.45% |       60838     17.37%     99.82% |         636      0.18%    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.ST.miss_latency_hist::total        350215                      
system.ruby.IFETCH.latency_hist::bucket_size           16                      
system.ruby.IFETCH.latency_hist::max_bucket          159                      
system.ruby.IFETCH.latency_hist::samples    126638834                      
system.ruby.IFETCH.latency_hist::mean        3.112928                      
system.ruby.IFETCH.latency_hist::gmean       3.036561                      
system.ruby.IFETCH.latency_hist::stdev       1.654509                      
system.ruby.IFETCH.latency_hist          |   125821437     99.35%     99.35% |      801961      0.63%     99.99% |           5      0.00%     99.99% |           0      0.00%     99.99% |        3920      0.00%     99.99% |          23      0.00%     99.99% |       11193      0.01%    100.00% |         179      0.00%    100.00% |         116      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.IFETCH.latency_hist::total      126638834                      
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    125821437                      
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% |   125821437    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    125821437                      
system.ruby.IFETCH.miss_latency_hist::bucket_size           16                      
system.ruby.IFETCH.miss_latency_hist::max_bucket          159                      
system.ruby.IFETCH.miss_latency_hist::samples       817397                      
system.ruby.IFETCH.miss_latency_hist::mean    20.495847                      
system.ruby.IFETCH.miss_latency_hist::gmean    19.596119                      
system.ruby.IFETCH.miss_latency_hist::stdev    10.953317                      
system.ruby.IFETCH.miss_latency_hist     |           0      0.00%      0.00% |      801961     98.11%     98.11% |           5      0.00%     98.11% |           0      0.00%     98.11% |        3920      0.48%     98.59% |          23      0.00%     98.59% |       11193      1.37%     99.96% |         179      0.02%     99.99% |         116      0.01%    100.00% |           0      0.00%    100.00%
system.ruby.IFETCH.miss_latency_hist::total       817397                      
system.ruby.RMW_Read.latency_hist::bucket_size           16                      
system.ruby.RMW_Read.latency_hist::max_bucket          159                      
system.ruby.RMW_Read.latency_hist::samples       494972                      
system.ruby.RMW_Read.latency_hist::mean      5.895354                      
system.ruby.RMW_Read.latency_hist::gmean     3.951188                      
system.ruby.RMW_Read.latency_hist::stdev     8.211091                      
system.ruby.RMW_Read.latency_hist        |      429307     86.73%     86.73% |       64259     12.98%     99.72% |           8      0.00%     99.72% |           0      0.00%     99.72% |         988      0.20%     99.92% |          20      0.00%     99.92% |         359      0.07%     99.99% |          26      0.01%    100.00% |           5      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.RMW_Read.latency_hist::total       494972                      
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       429307                      
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% |      429307    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       429307                      
system.ruby.RMW_Read.miss_latency_hist::bucket_size           16                      
system.ruby.RMW_Read.miss_latency_hist::max_bucket          159                      
system.ruby.RMW_Read.miss_latency_hist::samples        65665                      
system.ruby.RMW_Read.miss_latency_hist::mean    24.824701                      
system.ruby.RMW_Read.miss_latency_hist::gmean    23.916335                      
system.ruby.RMW_Read.miss_latency_hist::stdev     9.751364                      
system.ruby.RMW_Read.miss_latency_hist   |           0      0.00%      0.00% |       64259     97.86%     97.86% |           8      0.01%     97.87% |           0      0.00%     97.87% |         988      1.50%     99.38% |          20      0.03%     99.41% |         359      0.55%     99.95% |          26      0.04%     99.99% |           5      0.01%    100.00% |           0      0.00%    100.00%
system.ruby.RMW_Read.miss_latency_hist::total        65665                      
system.ruby.Locked_RMW_Read.latency_hist::bucket_size           16                      
system.ruby.Locked_RMW_Read.latency_hist::max_bucket          159                      
system.ruby.Locked_RMW_Read.latency_hist::samples       339641                      
system.ruby.Locked_RMW_Read.latency_hist::mean     5.237030                      
system.ruby.Locked_RMW_Read.latency_hist::gmean     3.762043                      
system.ruby.Locked_RMW_Read.latency_hist::stdev     6.719404                      
system.ruby.Locked_RMW_Read.latency_hist |      301301     88.71%     88.71% |       38004     11.19%     99.90% |          11      0.00%     99.90% |           0      0.00%     99.90% |         174      0.05%     99.96% |           4      0.00%     99.96% |         138      0.04%    100.00% |           6      0.00%    100.00% |           3      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.Locked_RMW_Read.latency_hist::total       339641                      
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       301301                      
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% |      301301    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       301301                      
system.ruby.Locked_RMW_Read.miss_latency_hist::bucket_size           16                      
system.ruby.Locked_RMW_Read.miss_latency_hist::max_bucket          159                      
system.ruby.Locked_RMW_Read.miss_latency_hist::samples        38340                      
system.ruby.Locked_RMW_Read.miss_latency_hist::mean    22.817084                      
system.ruby.Locked_RMW_Read.miss_latency_hist::gmean    22.281764                      
system.ruby.Locked_RMW_Read.miss_latency_hist::stdev     7.182388                      
system.ruby.Locked_RMW_Read.miss_latency_hist |           0      0.00%      0.00% |       38004     99.12%     99.12% |          11      0.03%     99.15% |           0      0.00%     99.15% |         174      0.45%     99.61% |           4      0.01%     99.62% |         138      0.36%     99.98% |           6      0.02%     99.99% |           3      0.01%    100.00% |           0      0.00%    100.00%
system.ruby.Locked_RMW_Read.miss_latency_hist::total        38340                      
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       339641                      
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% |      339641    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       339641                      
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       339641                      
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% |      339641    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       339641                      
system.ruby.L1Cache_Controller.Load      |     6584073     44.07%     44.07% |     8354478     55.93%    100.00%
system.ruby.L1Cache_Controller.Load::total     14938551                      
system.ruby.L1Cache_Controller.Ifetch    |    70408272     55.60%     55.60% |    56230567     44.40%    100.00%
system.ruby.L1Cache_Controller.Ifetch::total    126638839                      
system.ruby.L1Cache_Controller.Store     |     5552032     52.01%     52.01% |     5123735     47.99%    100.00%
system.ruby.L1Cache_Controller.Store::total     10675767                      
system.ruby.L1Cache_Controller.Inv       |       16306     50.03%     50.03% |       16286     49.97%    100.00%
system.ruby.L1Cache_Controller.Inv::total        32592                      
system.ruby.L1Cache_Controller.L1_Replacement |      902872     34.67%     34.67% |     1701108     65.33%    100.00%
system.ruby.L1Cache_Controller.L1_Replacement::total      2603980                      
system.ruby.L1Cache_Controller.Fwd_GETX  |       12078     51.02%     51.02% |       11595     48.98%    100.00%
system.ruby.L1Cache_Controller.Fwd_GETX::total        23673                      
system.ruby.L1Cache_Controller.Fwd_GETS  |       14163     56.36%     56.36% |       10966     43.64%    100.00%
system.ruby.L1Cache_Controller.Fwd_GETS::total        25129                      
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      |         779     45.93%     45.93% |         917     54.07%    100.00%
system.ruby.L1Cache_Controller.Data::total         1696                      
system.ruby.L1Cache_Controller.Data_Exclusive |      274579     21.48%     21.48% |     1003754     78.52%    100.00%
system.ruby.L1Cache_Controller.Data_Exclusive::total      1278333                      
system.ruby.L1Cache_Controller.DataS_fromL1 |       10966     43.63%     43.63% |       14167     56.37%    100.00%
system.ruby.L1Cache_Controller.DataS_fromL1::total        25133                      
system.ruby.L1Cache_Controller.Data_all_Acks |      631790     47.45%     47.45% |      699592     52.55%    100.00%
system.ruby.L1Cache_Controller.Data_all_Acks::total      1331382                      
system.ruby.L1Cache_Controller.Ack       |       12231     55.23%     55.23% |        9913     44.77%    100.00%
system.ruby.L1Cache_Controller.Ack::total        22144                      
system.ruby.L1Cache_Controller.Ack_all   |       13010     54.57%     54.57% |       10830     45.43%    100.00%
system.ruby.L1Cache_Controller.Ack_all::total        23840                      
system.ruby.L1Cache_Controller.WB_Ack    |      504169     29.96%     29.96% |     1178574     70.04%    100.00%
system.ruby.L1Cache_Controller.WB_Ack::total      1682743                      
system.ruby.L1Cache_Controller.NP.Load   |      306633     22.41%     22.41% |     1061529     77.59%    100.00%
system.ruby.L1Cache_Controller.NP.Load::total      1368162                      
system.ruby.L1Cache_Controller.NP.Ifetch |      358703     43.90%     43.90% |      458427     56.10%    100.00%
system.ruby.L1Cache_Controller.NP.Ifetch::total       817130                      
system.ruby.L1Cache_Controller.NP.Store  |      238560     56.70%     56.70% |      182176     43.30%    100.00%
system.ruby.L1Cache_Controller.NP.Store::total       420736                      
system.ruby.L1Cache_Controller.NP.Inv    |        5463     60.97%     60.97% |        3497     39.03%    100.00%
system.ruby.L1Cache_Controller.NP.Inv::total         8960                      
system.ruby.L1Cache_Controller.I.Load    |        8460     44.74%     44.74% |       10449     55.26%    100.00%
system.ruby.L1Cache_Controller.I.Load::total        18909                      
system.ruby.L1Cache_Controller.I.Ifetch  |         106     39.70%     39.70% |         161     60.30%    100.00%
system.ruby.L1Cache_Controller.I.Ifetch::total          267                      
system.ruby.L1Cache_Controller.I.Store   |        5652     49.84%     49.84% |        5688     50.16%    100.00%
system.ruby.L1Cache_Controller.I.Store::total        11340                      
system.ruby.L1Cache_Controller.I.L1_Replacement |        8703     52.17%     52.17% |        7980     47.83%    100.00%
system.ruby.L1Cache_Controller.I.L1_Replacement::total        16683                      
system.ruby.L1Cache_Controller.S.Load    |      576678     53.66%     53.66% |      497974     46.34%    100.00%
system.ruby.L1Cache_Controller.S.Load::total      1074652                      
system.ruby.L1Cache_Controller.S.Ifetch  |    70049459     55.67%     55.67% |    55771978     44.33%    100.00%
system.ruby.L1Cache_Controller.S.Ifetch::total    125821437                      
system.ruby.L1Cache_Controller.S.Store   |       12231     55.23%     55.23% |        9913     44.77%    100.00%
system.ruby.L1Cache_Controller.S.Store::total        22144                      
system.ruby.L1Cache_Controller.S.Inv     |       10716     46.02%     46.02% |       12567     53.98%    100.00%
system.ruby.L1Cache_Controller.S.Inv::total        23283                      
system.ruby.L1Cache_Controller.S.L1_Replacement |      390000     43.12%     43.12% |      514554     56.88%    100.00%
system.ruby.L1Cache_Controller.S.L1_Replacement::total       904554                      
system.ruby.L1Cache_Controller.E.Load    |     1291164     33.50%     33.50% |     2563076     66.50%    100.00%
system.ruby.L1Cache_Controller.E.Load::total      3854240                      
system.ruby.L1Cache_Controller.E.Store   |       85252     51.15%     51.15% |       81434     48.85%    100.00%
system.ruby.L1Cache_Controller.E.Store::total       166686                      
system.ruby.L1Cache_Controller.E.Inv     |          54     73.97%     73.97% |          19     26.03%    100.00%
system.ruby.L1Cache_Controller.E.Inv::total           73                      
system.ruby.L1Cache_Controller.E.L1_Replacement |      187843     16.94%     16.94% |      921073     83.06%    100.00%
system.ruby.L1Cache_Controller.E.L1_Replacement::total      1108916                      
system.ruby.L1Cache_Controller.E.Fwd_GETX |         212     75.18%     75.18% |          70     24.82%    100.00%
system.ruby.L1Cache_Controller.E.Fwd_GETX::total          282                      
system.ruby.L1Cache_Controller.E.Fwd_GETS |        1012     47.62%     47.62% |        1113     52.38%    100.00%
system.ruby.L1Cache_Controller.E.Fwd_GETS::total         2125                      
system.ruby.L1Cache_Controller.M.Load    |     4401138     51.04%     51.04% |     4221450     48.96%    100.00%
system.ruby.L1Cache_Controller.M.Load::total      8622588                      
system.ruby.L1Cache_Controller.M.Store   |     5210337     51.82%     51.82% |     4844524     48.18%    100.00%
system.ruby.L1Cache_Controller.M.Store::total     10054861                      
system.ruby.L1Cache_Controller.M.Inv     |          73     26.45%     26.45% |         203     73.55%    100.00%
system.ruby.L1Cache_Controller.M.Inv::total          276                      
system.ruby.L1Cache_Controller.M.L1_Replacement |      316326     55.13%     55.13% |      257501     44.87%    100.00%
system.ruby.L1Cache_Controller.M.L1_Replacement::total       573827                      
system.ruby.L1Cache_Controller.M.Fwd_GETX |       11866     50.73%     50.73% |       11525     49.27%    100.00%
system.ruby.L1Cache_Controller.M.Fwd_GETX::total        23391                      
system.ruby.L1Cache_Controller.M.Fwd_GETS |       13151     57.17%     57.17% |        9853     42.83%    100.00%
system.ruby.L1Cache_Controller.M.Fwd_GETS::total        23004                      
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 |      274579     21.48%     21.48% |     1003754     78.52%    100.00%
system.ruby.L1Cache_Controller.IS.Data_Exclusive::total      1278333                      
system.ruby.L1Cache_Controller.IS.DataS_fromL1 |       10966     43.63%     43.63% |       14167     56.37%    100.00%
system.ruby.L1Cache_Controller.IS.DataS_fromL1::total        25133                      
system.ruby.L1Cache_Controller.IS.Data_all_Acks |      388357     43.10%     43.10% |      512645     56.90%    100.00%
system.ruby.L1Cache_Controller.IS.Data_all_Acks::total       901002                      
system.ruby.L1Cache_Controller.IM.Data   |         779     45.93%     45.93% |         917     54.07%    100.00%
system.ruby.L1Cache_Controller.IM.Data::total         1696                      
system.ruby.L1Cache_Controller.IM.Data_all_Acks |      243433     56.56%     56.56% |      186947     43.44%    100.00%
system.ruby.L1Cache_Controller.IM.Data_all_Acks::total       430380                      
system.ruby.L1Cache_Controller.SM.Ack    |       12231     55.23%     55.23% |        9913     44.77%    100.00%
system.ruby.L1Cache_Controller.SM.Ack::total        22144                      
system.ruby.L1Cache_Controller.SM.Ack_all |       13010     54.57%     54.57% |       10830     45.43%    100.00%
system.ruby.L1Cache_Controller.SM.Ack_all::total        23840                      
system.ruby.L1Cache_Controller.M_I.Ifetch |           4     80.00%     80.00% |           1     20.00%    100.00%
system.ruby.L1Cache_Controller.M_I.Ifetch::total            5                      
system.ruby.L1Cache_Controller.M_I.WB_Ack |      504169     29.96%     29.96% |     1178574     70.04%    100.00%
system.ruby.L1Cache_Controller.M_I.WB_Ack::total      1682743                      
system.ruby.L2Cache_Controller.L1_GET_INSTR       817397      0.00%      0.00%
system.ruby.L2Cache_Controller.L1_GETS        1387278      0.00%      0.00%
system.ruby.L2Cache_Controller.L1_GETX         432076      0.00%      0.00%
system.ruby.L2Cache_Controller.L1_UPGRADE        22144      0.00%      0.00%
system.ruby.L2Cache_Controller.L1_PUTX        1682743      0.00%      0.00%
system.ruby.L2Cache_Controller.L2_Replacement        94885      0.00%      0.00%
system.ruby.L2Cache_Controller.L2_Replacement_clean        12189      0.00%      0.00%
system.ruby.L2Cache_Controller.Mem_Data        173809      0.00%      0.00%
system.ruby.L2Cache_Controller.Mem_Ack         108921      0.00%      0.00%
system.ruby.L2Cache_Controller.WB_Data          23284      0.00%      0.00%
system.ruby.L2Cache_Controller.WB_Data_clean         2125      0.00%      0.00%
system.ruby.L2Cache_Controller.Ack               1643      0.00%      0.00%
system.ruby.L2Cache_Controller.Ack_all           6833      0.00%      0.00%
system.ruby.L2Cache_Controller.Unblock          25133      0.00%      0.00%
system.ruby.L2Cache_Controller.Exclusive_Unblock      1732553      0.00%      0.00%
system.ruby.L2Cache_Controller.MEM_Inv           3694      0.00%      0.00%
system.ruby.L2Cache_Controller.NP.L1_GET_INSTR        15431      0.00%      0.00%
system.ruby.L2Cache_Controller.NP.L1_GETS        31011      0.00%      0.00%
system.ruby.L2Cache_Controller.NP.L1_GETX       127367      0.00%      0.00%
system.ruby.L2Cache_Controller.SS.L1_GET_INSTR       801934      0.00%      0.00%
system.ruby.L2Cache_Controller.SS.L1_GETS        83609      0.00%      0.00%
system.ruby.L2Cache_Controller.SS.L1_GETX         1731      0.00%      0.00%
system.ruby.L2Cache_Controller.SS.L1_UPGRADE        22144      0.00%      0.00%
system.ruby.L2Cache_Controller.SS.L2_Replacement          253      0.00%      0.00%
system.ruby.L2Cache_Controller.SS.L2_Replacement_clean         6503      0.00%      0.00%
system.ruby.L2Cache_Controller.SS.MEM_Inv            4      0.00%      0.00%
system.ruby.L2Cache_Controller.M.L1_GET_INSTR           28      0.00%      0.00%
system.ruby.L2Cache_Controller.M.L1_GETS      1247322      0.00%      0.00%
system.ruby.L2Cache_Controller.M.L1_GETX       279305      0.00%      0.00%
system.ruby.L2Cache_Controller.M.L2_Replacement        94479      0.00%      0.00%
system.ruby.L2Cache_Controller.M.L2_Replacement_clean         5571      0.00%      0.00%
system.ruby.L2Cache_Controller.M.MEM_Inv         1762      0.00%      0.00%
system.ruby.L2Cache_Controller.MT.L1_GET_INSTR            4      0.00%      0.00%
system.ruby.L2Cache_Controller.MT.L1_GETS        25129      0.00%      0.00%
system.ruby.L2Cache_Controller.MT.L1_GETX        23673      0.00%      0.00%
system.ruby.L2Cache_Controller.MT.L1_PUTX      1682743      0.00%      0.00%
system.ruby.L2Cache_Controller.MT.L2_Replacement          153      0.00%      0.00%
system.ruby.L2Cache_Controller.MT.L2_Replacement_clean          115      0.00%      0.00%
system.ruby.L2Cache_Controller.MT.MEM_Inv           81      0.00%      0.00%
system.ruby.L2Cache_Controller.M_I.Mem_Ack       108921      0.00%      0.00%
system.ruby.L2Cache_Controller.M_I.MEM_Inv         1762      0.00%      0.00%
system.ruby.L2Cache_Controller.MT_I.WB_Data          187      0.00%      0.00%
system.ruby.L2Cache_Controller.MT_I.Ack_all           47      0.00%      0.00%
system.ruby.L2Cache_Controller.MT_I.MEM_Inv           81      0.00%      0.00%
system.ruby.L2Cache_Controller.MCT_I.WB_Data           89      0.00%      0.00%
system.ruby.L2Cache_Controller.MCT_I.Ack_all           26      0.00%      0.00%
system.ruby.L2Cache_Controller.I_I.Ack           1386      0.00%      0.00%
system.ruby.L2Cache_Controller.I_I.Ack_all         6503      0.00%      0.00%
system.ruby.L2Cache_Controller.S_I.Ack            257      0.00%      0.00%
system.ruby.L2Cache_Controller.S_I.Ack_all          257      0.00%      0.00%
system.ruby.L2Cache_Controller.S_I.MEM_Inv            4      0.00%      0.00%
system.ruby.L2Cache_Controller.ISS.Mem_Data        31011      0.00%      0.00%
system.ruby.L2Cache_Controller.IS.Mem_Data        15431      0.00%      0.00%
system.ruby.L2Cache_Controller.IM.Mem_Data       127367      0.00%      0.00%
system.ruby.L2Cache_Controller.SS_MB.L1_GETS          165      0.00%      0.00%
system.ruby.L2Cache_Controller.SS_MB.Exclusive_Unblock        23875      0.00%      0.00%
system.ruby.L2Cache_Controller.MT_MB.L1_GETS           42      0.00%      0.00%
system.ruby.L2Cache_Controller.MT_MB.Exclusive_Unblock      1708678      0.00%      0.00%
system.ruby.L2Cache_Controller.MT_IIB.WB_Data        23006      0.00%      0.00%
system.ruby.L2Cache_Controller.MT_IIB.WB_Data_clean         2125      0.00%      0.00%
system.ruby.L2Cache_Controller.MT_IIB.Unblock            2      0.00%      0.00%
system.ruby.L2Cache_Controller.MT_IB.WB_Data            2      0.00%      0.00%
system.ruby.L2Cache_Controller.MT_SB.Unblock        25131      0.00%      0.00%
system.ruby.DMA_Controller.ReadRequest            811      0.00%      0.00%
system.ruby.DMA_Controller.WriteRequest         46736      0.00%      0.00%
system.ruby.DMA_Controller.Data                   811      0.00%      0.00%
system.ruby.DMA_Controller.Ack                  46736      0.00%      0.00%
system.ruby.DMA_Controller.READY.ReadRequest          811      0.00%      0.00%
system.ruby.DMA_Controller.READY.WriteRequest        46736      0.00%      0.00%
system.ruby.DMA_Controller.BUSY_RD.Data           811      0.00%      0.00%
system.ruby.DMA_Controller.BUSY_WR.Ack          46736      0.00%      0.00%
system.ruby.Directory_Controller.Fetch         173809      0.00%      0.00%
system.ruby.Directory_Controller.Data           96821      0.00%      0.00%
system.ruby.Directory_Controller.Memory_Data       174269      0.00%      0.00%
system.ruby.Directory_Controller.Memory_Ack       142061      0.00%      0.00%
system.ruby.Directory_Controller.DMA_READ          811      0.00%      0.00%
system.ruby.Directory_Controller.DMA_WRITE        46736      0.00%      0.00%
system.ruby.Directory_Controller.CleanReplacement        12100      0.00%      0.00%
system.ruby.Directory_Controller.I.Fetch       173809      0.00%      0.00%
system.ruby.Directory_Controller.I.DMA_READ          460      0.00%      0.00%
system.ruby.Directory_Controller.I.DMA_WRITE        45240      0.00%      0.00%
system.ruby.Directory_Controller.ID.Memory_Data          460      0.00%      0.00%
system.ruby.Directory_Controller.ID_W.Memory_Ack        45240      0.00%      0.00%
system.ruby.Directory_Controller.M.Data         94974      0.00%      0.00%
system.ruby.Directory_Controller.M.DMA_READ          351      0.00%      0.00%
system.ruby.Directory_Controller.M.DMA_WRITE         1496      0.00%      0.00%
system.ruby.Directory_Controller.M.CleanReplacement        12100      0.00%      0.00%
system.ruby.Directory_Controller.IM.Memory_Data       173809      0.00%      0.00%
system.ruby.Directory_Controller.MI.Memory_Ack        94974      0.00%      0.00%
system.ruby.Directory_Controller.M_DRD.Data          351      0.00%      0.00%
system.ruby.Directory_Controller.M_DRDI.Memory_Ack          351      0.00%      0.00%
system.ruby.Directory_Controller.M_DWR.Data         1496      0.00%      0.00%
system.ruby.Directory_Controller.M_DWRI.Memory_Ack         1496      0.00%      0.00%

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