sim: command line: ./bin/sim-outorder -config ./configs/l2t1-perfect/base2.txt -redir:sim ./configs/l2t1-perfect/Stats_base2_jpeg-cjpeg.txt ./apps/jpeg-cjpeg/cjpeg -dct int -progressive -opt -outfile ./configs/l2t1-perfect/jpeg-cjpeg_output_small_encode.jpeg ./apps/jpeg-cjpeg/input_small.ppm 

sim: simulation started @ Wed Sep 25 15:49:53 2019

sim: ** starting performance simulation **

sim: ** simulation statistics **

# Statistics on Performance:

sim_IPC                      0.6263 # instructions per cycle
sim_CPI                      1.5966 # cycles per instruction
sim_cycle                  43523296 # total simulation time in cycles
sim_elapsed_time                  9 # total simulation time in seconds
sim_inst_rate          3028857.8889 # simulation speed (in insts/sec)
sim_exec_BW                  0.6263 # total instructions (mis-spec + committed) per cycle
sim_IPB                      6.5921 # instruction per branch

# Statistics on  Commited and Executed instructions:

sim_num_insn               27259721 # total number of instructions committed
sim_total_insn             27259720 # total number of instructions executed
sim_num_icmp               15508501 # total number of integer insts committed
sim_total_icmp             15508516 # total number of integer insts executed
sim_num_fcmp                      0 # total number of FP insts committed
sim_total_fcmp                    0 # total number of FP insts executed
sim_num_refs                7615939 # total number of loads and stores committed
sim_total_refs              7615939 # total number of loads and stores executed
sim_num_branches            4135233 # total number of branches committed
sim_total_branches          4135233 # total number of branches executed
freq_icmp_exe          56.89 # Freqeuncy (%) of executed integer instructions
freq_fcmp_exe           0.00 # Freqeuncy (%) of executed FP instructions
freq_refs_exe          27.94 # Freqeuncy (%) of executed loads and stores
freq_branches_exe      15.17 # Freqeuncy (%) of executed branch instructions

# Statistics on Processor Core :

busy_int_alu               18944592 # Cyles integer ALU(s) is busy
busy_int_mul                 376460 # Cyles integer MULT/DIV(s) is busy
busy_fp_alu                       0 # Cyles FP ALU(s) is busy
busy_fp_mul                       0 # Cyles FP MULT/DIV(s) is busy
IFQ_count                 126019196 # cumulative IFQ occupancy
IFQ_fcount                 21006523 # cumulative IFQ full count
ifq_occupancy                2.8954 # avg IFQ occupancy (insn's)
ifq_rate                     0.6263 # avg IFQ dispatch rate (insn/cycle)
ifq_latency                  4.6229 # avg IFQ occupant latency (cycle's)
ifq_full                     0.4827 # fraction of time (cycle's) IFQ was full
RUU_count                 129906202 # cumulative RUU occupancy
RUU_fcount                        0 # cumulative RUU full count
ruu_occupancy                2.9848 # avg RUU occupancy (insn's)
ruu_rate                     0.6263 # avg RUU dispatch rate (insn/cycle)
ruu_latency                  4.7655 # avg RUU occupant latency (cycle's)
ruu_full                     0.0000 # fraction of time (cycle's) RUU was full
LSQ_count                  45716543 # cumulative LSQ occupancy
LSQ_fcount                     1116 # cumulative LSQ full count
lsq_occupancy                1.0504 # avg LSQ occupancy (insn's)
lsq_rate                     0.6263 # avg LSQ dispatch rate (insn/cycle)
lsq_latency                  1.6771 # avg LSQ occupant latency (cycle's)
lsq_full                     0.0000 # fraction of time (cycle's) LSQ was full

# Statistics on Branch Predictors :


# Statistics on Level-1 and Level-2 Caches :

il1.accesses               35023125 # total number of accesses
il1.hits                   35022004 # total number of hits
il1.misses                     1121 # total number of misses
il1.miss_rate           0.00 # miss rate (i.e., misses/ref)
dl1.accesses                7615913 # total number of accesses
dl1.hits                    7596709 # total number of hits
dl1.misses                    19204 # total number of misses
dl1.miss_rate           0.00 # miss rate (i.e., misses/ref)

