stats: bump stats to reflect ruby tester changes
This commit is contained in:
parent
634f34d3f2
commit
4935f0d5ff
297 changed files with 3556 additions and 7087 deletions
|
@ -15,10 +15,10 @@ boot_cpu_frequency=500
|
|||
boot_osflags=root=/dev/hda1 console=ttyS0
|
||||
cache_line_size=64
|
||||
clk_domain=system.clk_domain
|
||||
console=/work/gem5/dist/binaries/console
|
||||
console=/dist/m5/system/binaries/console
|
||||
eventq_index=0
|
||||
init_param=0
|
||||
kernel=/work/gem5/dist/binaries/vmlinux
|
||||
kernel=/dist/m5/system/binaries/vmlinux
|
||||
kernel_addr_check=true
|
||||
load_addr_mask=1099511627775
|
||||
load_offset=0
|
||||
|
@ -28,8 +28,8 @@ memories=system.physmem
|
|||
mmap_using_noreserve=false
|
||||
multi_thread=false
|
||||
num_work_ids=16
|
||||
pal=/work/gem5/dist/binaries/ts_osfpal
|
||||
readfile=/work/gem5/outgoing/gem5_2/tests/halt.sh
|
||||
pal=/dist/m5/system/binaries/ts_osfpal
|
||||
readfile=/z/atgutier/gem5/gem5/tests/halt.sh
|
||||
symbolfile=
|
||||
system_rev=1024
|
||||
system_type=34
|
||||
|
@ -357,7 +357,7 @@ table_size=65536
|
|||
[system.disk0.image.child]
|
||||
type=RawDiskImage
|
||||
eventq_index=0
|
||||
image_file=/work/gem5/dist/disks/linux-latest.img
|
||||
image_file=/dist/m5/system/disks/linux-latest.img
|
||||
read_only=true
|
||||
|
||||
[system.disk2]
|
||||
|
@ -380,7 +380,7 @@ table_size=65536
|
|||
[system.disk2.image.child]
|
||||
type=RawDiskImage
|
||||
eventq_index=0
|
||||
image_file=/work/gem5/dist/disks/linux-bigswap2.img
|
||||
image_file=/dist/m5/system/disks/linux-bigswap2.img
|
||||
read_only=true
|
||||
|
||||
[system.dvfs_handler]
|
||||
|
@ -540,7 +540,7 @@ system=system
|
|||
[system.simple_disk.disk]
|
||||
type=RawDiskImage
|
||||
eventq_index=0
|
||||
image_file=/work/gem5/dist/disks/linux-latest.img
|
||||
image_file=/dist/m5/system/disks/linux-latest.img
|
||||
read_only=true
|
||||
|
||||
[system.terminal]
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
gem5 Simulator System. http://gem5.org
|
||||
gem5 is copyrighted software; use the --copyright option for details.
|
||||
|
||||
gem5 compiled Dec 4 2015 10:28:58
|
||||
gem5 started Dec 4 2015 11:07:13
|
||||
gem5 executing on e104799-lin, pid 25873
|
||||
command line: build/ALPHA/gem5.opt -d build/ALPHA/tests/opt/quick/fs/10.linux-boot/alpha/linux/tsunami-simple-atomic-dual -re /work/gem5/outgoing/gem5_2/tests/run.py build/ALPHA/tests/opt/quick/fs/10.linux-boot/alpha/linux/tsunami-simple-atomic-dual
|
||||
gem5 compiled Dec 11 2015 19:54:02
|
||||
gem5 started Dec 11 2015 19:54:39
|
||||
gem5 executing on zizzer, pid 26207
|
||||
command line: build/ALPHA/gem5.opt -d build/ALPHA/tests/opt/quick/fs/10.linux-boot/alpha/linux/tsunami-simple-atomic-dual -re /z/atgutier/gem5/gem5/tests/run.py build/ALPHA/tests/opt/quick/fs/10.linux-boot/alpha/linux/tsunami-simple-atomic-dual
|
||||
|
||||
Global frequency set at 1000000000000 ticks per second
|
||||
info: kernel located at: /work/gem5/dist/binaries/vmlinux
|
||||
info: kernel located at: /dist/m5/system/binaries/vmlinux
|
||||
0: system.tsunami.io.rtc: Real-time clock set to Thu Jan 1 00:00:00 2009
|
||||
info: Entering event queue @ 0. Starting simulation...
|
||||
info: Launching CPU 1 @ 97861500
|
||||
|
|
|
@ -4,11 +4,11 @@ sim_seconds 1.869358 # Nu
|
|||
sim_ticks 1869358498000 # Number of ticks simulated
|
||||
final_tick 1869358498000 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
|
||||
sim_freq 1000000000000 # Frequency of simulated ticks
|
||||
host_inst_rate 1636822 # Simulator instruction rate (inst/s)
|
||||
host_op_rate 1636821 # Simulator op (including micro ops) rate (op/s)
|
||||
host_tick_rate 47073565091 # Simulator tick rate (ticks/s)
|
||||
host_mem_usage 332968 # Number of bytes of host memory used
|
||||
host_seconds 39.71 # Real time elapsed on the host
|
||||
host_inst_rate 926044 # Simulator instruction rate (inst/s)
|
||||
host_op_rate 926044 # Simulator op (including micro ops) rate (op/s)
|
||||
host_tick_rate 26632227382 # Simulator tick rate (ticks/s)
|
||||
host_mem_usage 313988 # Number of bytes of host memory used
|
||||
host_seconds 70.19 # Real time elapsed on the host
|
||||
sim_insts 65000470 # Number of instructions simulated
|
||||
sim_ops 65000470 # Number of ops (including micro ops) simulated
|
||||
system.voltage_domain.voltage 1 # Voltage in Volts
|
||||
|
|
|
@ -15,10 +15,10 @@ boot_cpu_frequency=500
|
|||
boot_osflags=root=/dev/hda1 console=ttyS0
|
||||
cache_line_size=64
|
||||
clk_domain=system.clk_domain
|
||||
console=/work/gem5/dist/binaries/console
|
||||
console=/dist/m5/system/binaries/console
|
||||
eventq_index=0
|
||||
init_param=0
|
||||
kernel=/work/gem5/dist/binaries/vmlinux
|
||||
kernel=/dist/m5/system/binaries/vmlinux
|
||||
kernel_addr_check=true
|
||||
load_addr_mask=1099511627775
|
||||
load_offset=0
|
||||
|
@ -28,8 +28,8 @@ memories=system.physmem
|
|||
mmap_using_noreserve=false
|
||||
multi_thread=false
|
||||
num_work_ids=16
|
||||
pal=/work/gem5/dist/binaries/ts_osfpal
|
||||
readfile=/work/gem5/outgoing/gem5_2/tests/halt.sh
|
||||
pal=/dist/m5/system/binaries/ts_osfpal
|
||||
readfile=/z/atgutier/gem5/gem5/tests/halt.sh
|
||||
symbolfile=
|
||||
system_rev=1024
|
||||
system_type=34
|
||||
|
@ -283,7 +283,7 @@ table_size=65536
|
|||
[system.disk0.image.child]
|
||||
type=RawDiskImage
|
||||
eventq_index=0
|
||||
image_file=/work/gem5/dist/disks/linux-latest.img
|
||||
image_file=/dist/m5/system/disks/linux-latest.img
|
||||
read_only=true
|
||||
|
||||
[system.disk2]
|
||||
|
@ -306,7 +306,7 @@ table_size=65536
|
|||
[system.disk2.image.child]
|
||||
type=RawDiskImage
|
||||
eventq_index=0
|
||||
image_file=/work/gem5/dist/disks/linux-bigswap2.img
|
||||
image_file=/dist/m5/system/disks/linux-bigswap2.img
|
||||
read_only=true
|
||||
|
||||
[system.dvfs_handler]
|
||||
|
@ -429,7 +429,7 @@ system=system
|
|||
[system.simple_disk.disk]
|
||||
type=RawDiskImage
|
||||
eventq_index=0
|
||||
image_file=/work/gem5/dist/disks/linux-latest.img
|
||||
image_file=/dist/m5/system/disks/linux-latest.img
|
||||
read_only=true
|
||||
|
||||
[system.terminal]
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
gem5 Simulator System. http://gem5.org
|
||||
gem5 is copyrighted software; use the --copyright option for details.
|
||||
|
||||
gem5 compiled Dec 4 2015 10:28:58
|
||||
gem5 started Dec 4 2015 10:35:24
|
||||
gem5 executing on e104799-lin, pid 22025
|
||||
command line: build/ALPHA/gem5.opt -d build/ALPHA/tests/opt/quick/fs/10.linux-boot/alpha/linux/tsunami-simple-atomic -re /work/gem5/outgoing/gem5_2/tests/run.py build/ALPHA/tests/opt/quick/fs/10.linux-boot/alpha/linux/tsunami-simple-atomic
|
||||
gem5 compiled Dec 11 2015 19:54:02
|
||||
gem5 started Dec 11 2015 19:54:28
|
||||
gem5 executing on zizzer, pid 26161
|
||||
command line: build/ALPHA/gem5.opt -d build/ALPHA/tests/opt/quick/fs/10.linux-boot/alpha/linux/tsunami-simple-atomic -re /z/atgutier/gem5/gem5/tests/run.py build/ALPHA/tests/opt/quick/fs/10.linux-boot/alpha/linux/tsunami-simple-atomic
|
||||
|
||||
Global frequency set at 1000000000000 ticks per second
|
||||
info: kernel located at: /work/gem5/dist/binaries/vmlinux
|
||||
info: kernel located at: /dist/m5/system/binaries/vmlinux
|
||||
0: system.tsunami.io.rtc: Real-time clock set to Thu Jan 1 00:00:00 2009
|
||||
info: Entering event queue @ 0. Starting simulation...
|
||||
Exiting @ tick 1829332273500 because m5_exit instruction encountered
|
||||
|
|
|
@ -4,11 +4,11 @@ sim_seconds 1.829332 # Nu
|
|||
sim_ticks 1829332273500 # Number of ticks simulated
|
||||
final_tick 1829332273500 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
|
||||
sim_freq 1000000000000 # Frequency of simulated ticks
|
||||
host_inst_rate 1702079 # Simulator instruction rate (inst/s)
|
||||
host_op_rate 1702079 # Simulator op (including micro ops) rate (op/s)
|
||||
host_tick_rate 51861293564 # Simulator tick rate (ticks/s)
|
||||
host_mem_usage 329640 # Number of bytes of host memory used
|
||||
host_seconds 35.27 # Real time elapsed on the host
|
||||
host_inst_rate 1025442 # Simulator instruction rate (inst/s)
|
||||
host_op_rate 1025441 # Simulator op (including micro ops) rate (op/s)
|
||||
host_tick_rate 31244562480 # Simulator tick rate (ticks/s)
|
||||
host_mem_usage 310964 # Number of bytes of host memory used
|
||||
host_seconds 58.55 # Real time elapsed on the host
|
||||
sim_insts 60038341 # Number of instructions simulated
|
||||
sim_ops 60038341 # Number of ops (including micro ops) simulated
|
||||
system.voltage_domain.voltage 1 # Voltage in Volts
|
||||
|
|
|
@ -15,10 +15,10 @@ boot_cpu_frequency=500
|
|||
boot_osflags=root=/dev/hda1 console=ttyS0
|
||||
cache_line_size=64
|
||||
clk_domain=system.clk_domain
|
||||
console=/work/gem5/dist/binaries/console
|
||||
console=/dist/m5/system/binaries/console
|
||||
eventq_index=0
|
||||
init_param=0
|
||||
kernel=/work/gem5/dist/binaries/vmlinux
|
||||
kernel=/dist/m5/system/binaries/vmlinux
|
||||
kernel_addr_check=true
|
||||
load_addr_mask=1099511627775
|
||||
load_offset=0
|
||||
|
@ -28,8 +28,8 @@ memories=system.physmem
|
|||
mmap_using_noreserve=false
|
||||
multi_thread=false
|
||||
num_work_ids=16
|
||||
pal=/work/gem5/dist/binaries/ts_osfpal
|
||||
readfile=/work/gem5/outgoing/gem5_2/tests/halt.sh
|
||||
pal=/dist/m5/system/binaries/ts_osfpal
|
||||
readfile=/z/atgutier/gem5/gem5/tests/halt.sh
|
||||
symbolfile=
|
||||
system_rev=1024
|
||||
system_type=34
|
||||
|
@ -349,7 +349,7 @@ table_size=65536
|
|||
[system.disk0.image.child]
|
||||
type=RawDiskImage
|
||||
eventq_index=0
|
||||
image_file=/work/gem5/dist/disks/linux-latest.img
|
||||
image_file=/dist/m5/system/disks/linux-latest.img
|
||||
read_only=true
|
||||
|
||||
[system.disk2]
|
||||
|
@ -372,7 +372,7 @@ table_size=65536
|
|||
[system.disk2.image.child]
|
||||
type=RawDiskImage
|
||||
eventq_index=0
|
||||
image_file=/work/gem5/dist/disks/linux-bigswap2.img
|
||||
image_file=/dist/m5/system/disks/linux-bigswap2.img
|
||||
read_only=true
|
||||
|
||||
[system.dvfs_handler]
|
||||
|
@ -596,7 +596,7 @@ system=system
|
|||
[system.simple_disk.disk]
|
||||
type=RawDiskImage
|
||||
eventq_index=0
|
||||
image_file=/work/gem5/dist/disks/linux-latest.img
|
||||
image_file=/dist/m5/system/disks/linux-latest.img
|
||||
read_only=true
|
||||
|
||||
[system.terminal]
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
gem5 Simulator System. http://gem5.org
|
||||
gem5 is copyrighted software; use the --copyright option for details.
|
||||
|
||||
gem5 compiled Dec 4 2015 10:28:58
|
||||
gem5 started Dec 4 2015 10:53:21
|
||||
gem5 executing on e104799-lin, pid 24287
|
||||
command line: build/ALPHA/gem5.opt -d build/ALPHA/tests/opt/quick/fs/10.linux-boot/alpha/linux/tsunami-simple-timing-dual -re /work/gem5/outgoing/gem5_2/tests/run.py build/ALPHA/tests/opt/quick/fs/10.linux-boot/alpha/linux/tsunami-simple-timing-dual
|
||||
gem5 compiled Dec 11 2015 19:54:02
|
||||
gem5 started Dec 11 2015 19:54:27
|
||||
gem5 executing on zizzer, pid 26155
|
||||
command line: build/ALPHA/gem5.opt -d build/ALPHA/tests/opt/quick/fs/10.linux-boot/alpha/linux/tsunami-simple-timing-dual -re /z/atgutier/gem5/gem5/tests/run.py build/ALPHA/tests/opt/quick/fs/10.linux-boot/alpha/linux/tsunami-simple-timing-dual
|
||||
|
||||
Global frequency set at 1000000000000 ticks per second
|
||||
info: kernel located at: /work/gem5/dist/binaries/vmlinux
|
||||
info: kernel located at: /dist/m5/system/binaries/vmlinux
|
||||
0: system.tsunami.io.rtc: Real-time clock set to Thu Jan 1 00:00:00 2009
|
||||
info: Entering event queue @ 0. Starting simulation...
|
||||
info: Launching CPU 1 @ 881785000
|
||||
|
|
|
@ -4,11 +4,11 @@ sim_seconds 1.982594 # Nu
|
|||
sim_ticks 1982594146000 # Number of ticks simulated
|
||||
final_tick 1982594146000 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
|
||||
sim_freq 1000000000000 # Frequency of simulated ticks
|
||||
host_inst_rate 876674 # Simulator instruction rate (inst/s)
|
||||
host_op_rate 876674 # Simulator op (including micro ops) rate (op/s)
|
||||
host_tick_rate 28498337600 # Simulator tick rate (ticks/s)
|
||||
host_mem_usage 332972 # Number of bytes of host memory used
|
||||
host_seconds 69.57 # Real time elapsed on the host
|
||||
host_inst_rate 454315 # Simulator instruction rate (inst/s)
|
||||
host_op_rate 454314 # Simulator op (including micro ops) rate (op/s)
|
||||
host_tick_rate 14768552865 # Simulator tick rate (ticks/s)
|
||||
host_mem_usage 314396 # Number of bytes of host memory used
|
||||
host_seconds 134.24 # Real time elapsed on the host
|
||||
sim_insts 60989111 # Number of instructions simulated
|
||||
sim_ops 60989111 # Number of ops (including micro ops) simulated
|
||||
system.voltage_domain.voltage 1 # Voltage in Volts
|
||||
|
|
|
@ -15,10 +15,10 @@ boot_cpu_frequency=500
|
|||
boot_osflags=root=/dev/hda1 console=ttyS0
|
||||
cache_line_size=64
|
||||
clk_domain=system.clk_domain
|
||||
console=/work/gem5/dist/binaries/console
|
||||
console=/dist/m5/system/binaries/console
|
||||
eventq_index=0
|
||||
init_param=0
|
||||
kernel=/work/gem5/dist/binaries/vmlinux
|
||||
kernel=/dist/m5/system/binaries/vmlinux
|
||||
kernel_addr_check=true
|
||||
load_addr_mask=1099511627775
|
||||
load_offset=0
|
||||
|
@ -28,8 +28,8 @@ memories=system.physmem
|
|||
mmap_using_noreserve=false
|
||||
multi_thread=false
|
||||
num_work_ids=16
|
||||
pal=/work/gem5/dist/binaries/ts_osfpal
|
||||
readfile=/work/gem5/outgoing/gem5_2/tests/halt.sh
|
||||
pal=/dist/m5/system/binaries/ts_osfpal
|
||||
readfile=/z/atgutier/gem5/gem5/tests/halt.sh
|
||||
symbolfile=
|
||||
system_rev=1024
|
||||
system_type=34
|
||||
|
@ -279,7 +279,7 @@ table_size=65536
|
|||
[system.disk0.image.child]
|
||||
type=RawDiskImage
|
||||
eventq_index=0
|
||||
image_file=/work/gem5/dist/disks/linux-latest.img
|
||||
image_file=/dist/m5/system/disks/linux-latest.img
|
||||
read_only=true
|
||||
|
||||
[system.disk2]
|
||||
|
@ -302,7 +302,7 @@ table_size=65536
|
|||
[system.disk2.image.child]
|
||||
type=RawDiskImage
|
||||
eventq_index=0
|
||||
image_file=/work/gem5/dist/disks/linux-bigswap2.img
|
||||
image_file=/dist/m5/system/disks/linux-bigswap2.img
|
||||
read_only=true
|
||||
|
||||
[system.dvfs_handler]
|
||||
|
@ -489,7 +489,7 @@ system=system
|
|||
[system.simple_disk.disk]
|
||||
type=RawDiskImage
|
||||
eventq_index=0
|
||||
image_file=/work/gem5/dist/disks/linux-latest.img
|
||||
image_file=/dist/m5/system/disks/linux-latest.img
|
||||
read_only=true
|
||||
|
||||
[system.terminal]
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
gem5 Simulator System. http://gem5.org
|
||||
gem5 is copyrighted software; use the --copyright option for details.
|
||||
|
||||
gem5 compiled Dec 4 2015 10:28:58
|
||||
gem5 started Dec 4 2015 10:54:46
|
||||
gem5 executing on e104799-lin, pid 24468
|
||||
command line: build/ALPHA/gem5.opt -d build/ALPHA/tests/opt/quick/fs/10.linux-boot/alpha/linux/tsunami-simple-timing -re /work/gem5/outgoing/gem5_2/tests/run.py build/ALPHA/tests/opt/quick/fs/10.linux-boot/alpha/linux/tsunami-simple-timing
|
||||
gem5 compiled Dec 11 2015 19:54:02
|
||||
gem5 started Dec 11 2015 19:54:28
|
||||
gem5 executing on zizzer, pid 26167
|
||||
command line: build/ALPHA/gem5.opt -d build/ALPHA/tests/opt/quick/fs/10.linux-boot/alpha/linux/tsunami-simple-timing -re /z/atgutier/gem5/gem5/tests/run.py build/ALPHA/tests/opt/quick/fs/10.linux-boot/alpha/linux/tsunami-simple-timing
|
||||
|
||||
Global frequency set at 1000000000000 ticks per second
|
||||
info: kernel located at: /work/gem5/dist/binaries/vmlinux
|
||||
info: kernel located at: /dist/m5/system/binaries/vmlinux
|
||||
0: system.tsunami.io.rtc: Real-time clock set to Thu Jan 1 00:00:00 2009
|
||||
info: Entering event queue @ 0. Starting simulation...
|
||||
Exiting @ tick 1941275996000 because m5_exit instruction encountered
|
||||
|
|
|
@ -4,11 +4,11 @@ sim_seconds 1.941276 # Nu
|
|||
sim_ticks 1941275996000 # Number of ticks simulated
|
||||
final_tick 1941275996000 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
|
||||
sim_freq 1000000000000 # Frequency of simulated ticks
|
||||
host_inst_rate 921196 # Simulator instruction rate (inst/s)
|
||||
host_op_rate 921196 # Simulator op (including micro ops) rate (op/s)
|
||||
host_tick_rate 31829968739 # Simulator tick rate (ticks/s)
|
||||
host_mem_usage 330408 # Number of bytes of host memory used
|
||||
host_seconds 60.99 # Real time elapsed on the host
|
||||
host_inst_rate 457137 # Simulator instruction rate (inst/s)
|
||||
host_op_rate 457137 # Simulator op (including micro ops) rate (op/s)
|
||||
host_tick_rate 15795402578 # Simulator tick rate (ticks/s)
|
||||
host_mem_usage 311136 # Number of bytes of host memory used
|
||||
host_seconds 122.90 # Real time elapsed on the host
|
||||
sim_insts 56182743 # Number of instructions simulated
|
||||
sim_ops 56182743 # Number of ops (including micro ops) simulated
|
||||
system.voltage_domain.voltage 1 # Voltage in Volts
|
||||
|
|
|
@ -12,11 +12,11 @@ time_sync_spin_threshold=100000000
|
|||
type=LinuxArmSystem
|
||||
children=bridge cf0 clk_domain cpu cpu_clk_domain dvfs_handler intrctrl iobus iocache membus physmem realview terminal vncserver voltage_domain
|
||||
atags_addr=134217728
|
||||
boot_loader=/work/gem5/dist/binaries/boot_emm.arm
|
||||
boot_loader=/dist/m5/system/binaries/boot_emm.arm
|
||||
boot_osflags=earlyprintk=pl011,0x1c090000 console=ttyAMA0 lpj=19988480 norandmaps rw loglevel=8 mem=256MB root=/dev/sda1
|
||||
cache_line_size=64
|
||||
clk_domain=system.clk_domain
|
||||
dtb_filename=/work/gem5/dist/binaries/vexpress.aarch32.ll_20131205.0-gem5.1cpu.dtb
|
||||
dtb_filename=/dist/m5/system/binaries/vexpress.aarch32.ll_20131205.0-gem5.1cpu.dtb
|
||||
early_kernel_symbols=false
|
||||
enable_context_switch_stats_dump=false
|
||||
eventq_index=0
|
||||
|
@ -28,7 +28,7 @@ have_security=false
|
|||
have_virtualization=false
|
||||
highest_el_is_64=false
|
||||
init_param=0
|
||||
kernel=/work/gem5/dist/binaries/vmlinux.aarch32.ll_20131205.0-gem5
|
||||
kernel=/dist/m5/system/binaries/vmlinux.aarch32.ll_20131205.0-gem5
|
||||
kernel_addr_check=true
|
||||
load_addr_mask=268435455
|
||||
load_offset=2147483648
|
||||
|
@ -43,7 +43,7 @@ num_work_ids=16
|
|||
panic_on_oops=true
|
||||
panic_on_panic=true
|
||||
phys_addr_range_64=40
|
||||
readfile=/work/gem5/outgoing/gem5_2/tests/halt.sh
|
||||
readfile=/z/atgutier/gem5/gem5/tests/halt.sh
|
||||
reset_addr_64=0
|
||||
symbolfile=
|
||||
work_begin_ckpt_count=0
|
||||
|
@ -86,7 +86,7 @@ table_size=65536
|
|||
[system.cf0.image.child]
|
||||
type=RawDiskImage
|
||||
eventq_index=0
|
||||
image_file=/work/gem5/dist/disks/linux-aarch32-ael.img
|
||||
image_file=/dist/m5/system/disks/linux-aarch32-ael.img
|
||||
read_only=true
|
||||
|
||||
[system.clk_domain]
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"mmap_using_noreserve": false,
|
||||
"kernel_addr_check": true,
|
||||
"highest_el_is_64": false,
|
||||
"kernel": "/work/gem5/dist/binaries/vmlinux.aarch32.ll_20131205.0-gem5",
|
||||
"kernel": "/dist/m5/system/binaries/vmlinux.aarch32.ll_20131205.0-gem5",
|
||||
"iobus": {
|
||||
"slave": {
|
||||
"peer": [
|
||||
|
@ -62,7 +62,7 @@
|
|||
"frontend_latency": 2
|
||||
},
|
||||
"symbolfile": "",
|
||||
"readfile": "/work/gem5/outgoing/gem5_2/tests/halt.sh",
|
||||
"readfile": "/z/atgutier/gem5/gem5/tests/halt.sh",
|
||||
"have_large_asid_64": false,
|
||||
"phys_addr_range_64": 40,
|
||||
"have_lpae": false,
|
||||
|
@ -81,7 +81,7 @@
|
|||
"multi_proc": true,
|
||||
"early_kernel_symbols": false,
|
||||
"panic_on_oops": true,
|
||||
"dtb_filename": "/work/gem5/dist/binaries/vexpress.aarch32.ll_20131205.0-gem5.1cpu.dtb",
|
||||
"dtb_filename": "/dist/m5/system/binaries/vexpress.aarch32.ll_20131205.0-gem5.1cpu.dtb",
|
||||
"panic_on_panic": true,
|
||||
"enable_context_switch_stats_dump": false,
|
||||
"work_begin_ckpt_count": 0,
|
||||
|
@ -1720,7 +1720,7 @@
|
|||
"eventq_index": 0,
|
||||
"cxx_class": "RawDiskImage",
|
||||
"path": "system.cf0.image.child",
|
||||
"image_file": "/work/gem5/dist/disks/linux-aarch32-ael.img",
|
||||
"image_file": "/dist/m5/system/disks/linux-aarch32-ael.img",
|
||||
"type": "RawDiskImage"
|
||||
},
|
||||
"path": "system.cf0.image",
|
||||
|
@ -1761,7 +1761,7 @@
|
|||
],
|
||||
"work_begin_cpu_id_exit": -1,
|
||||
"boot_loader": [
|
||||
"/work/gem5/dist/binaries/boot_emm.arm"
|
||||
"/dist/m5/system/binaries/boot_emm.arm"
|
||||
],
|
||||
"num_work_ids": 16
|
||||
},
|
||||
|
|
|
@ -4,11 +4,11 @@ sim_seconds 2.783867 # Nu
|
|||
sim_ticks 2783867052000 # Number of ticks simulated
|
||||
final_tick 2783867052000 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
|
||||
sim_freq 1000000000000 # Frequency of simulated ticks
|
||||
host_inst_rate 948377 # Simulator instruction rate (inst/s)
|
||||
host_op_rate 1154497 # Simulator op (including micro ops) rate (op/s)
|
||||
host_tick_rate 18491991143 # Simulator tick rate (ticks/s)
|
||||
host_mem_usage 582460 # Number of bytes of host memory used
|
||||
host_seconds 150.54 # Real time elapsed on the host
|
||||
host_inst_rate 800554 # Simulator instruction rate (inst/s)
|
||||
host_op_rate 974547 # Simulator op (including micro ops) rate (op/s)
|
||||
host_tick_rate 15609662339 # Simulator tick rate (ticks/s)
|
||||
host_mem_usage 562564 # Number of bytes of host memory used
|
||||
host_seconds 178.34 # Real time elapsed on the host
|
||||
sim_insts 142772879 # Number of instructions simulated
|
||||
sim_ops 173803124 # Number of ops (including micro ops) simulated
|
||||
system.voltage_domain.voltage 1 # Voltage in Volts
|
||||
|
|
|
@ -12,11 +12,11 @@ time_sync_spin_threshold=100000000
|
|||
type=LinuxArmSystem
|
||||
children=bridge cf0 clk_domain cpu0 cpu1 cpu_clk_domain dvfs_handler intrctrl iobus iocache l2c membus physmem realview terminal toL2Bus vncserver voltage_domain
|
||||
atags_addr=134217728
|
||||
boot_loader=/work/gem5/dist/binaries/boot_emm.arm
|
||||
boot_loader=/dist/m5/system/binaries/boot_emm.arm
|
||||
boot_osflags=earlyprintk=pl011,0x1c090000 console=ttyAMA0 lpj=19988480 norandmaps rw loglevel=8 mem=256MB root=/dev/sda1
|
||||
cache_line_size=64
|
||||
clk_domain=system.clk_domain
|
||||
dtb_filename=/work/gem5/dist/binaries/vexpress.aarch32.ll_20131205.0-gem5.2cpu.dtb
|
||||
dtb_filename=/dist/m5/system/binaries/vexpress.aarch32.ll_20131205.0-gem5.2cpu.dtb
|
||||
early_kernel_symbols=false
|
||||
enable_context_switch_stats_dump=false
|
||||
eventq_index=0
|
||||
|
@ -28,7 +28,7 @@ have_security=false
|
|||
have_virtualization=false
|
||||
highest_el_is_64=false
|
||||
init_param=0
|
||||
kernel=/work/gem5/dist/binaries/vmlinux.aarch32.ll_20131205.0-gem5
|
||||
kernel=/dist/m5/system/binaries/vmlinux.aarch32.ll_20131205.0-gem5
|
||||
kernel_addr_check=true
|
||||
load_addr_mask=268435455
|
||||
load_offset=2147483648
|
||||
|
@ -43,7 +43,7 @@ num_work_ids=16
|
|||
panic_on_oops=true
|
||||
panic_on_panic=true
|
||||
phys_addr_range_64=40
|
||||
readfile=/work/gem5/outgoing/gem5_2/tests/halt.sh
|
||||
readfile=/z/atgutier/gem5/gem5/tests/halt.sh
|
||||
reset_addr_64=0
|
||||
symbolfile=
|
||||
work_begin_ckpt_count=0
|
||||
|
@ -86,7 +86,7 @@ table_size=65536
|
|||
[system.cf0.image.child]
|
||||
type=RawDiskImage
|
||||
eventq_index=0
|
||||
image_file=/work/gem5/dist/disks/linux-aarch32-ael.img
|
||||
image_file=/dist/m5/system/disks/linux-aarch32-ael.img
|
||||
read_only=true
|
||||
|
||||
[system.clk_domain]
|
||||
|
|
|
@ -1,16 +1,16 @@
|
|||
gem5 Simulator System. http://gem5.org
|
||||
gem5 is copyrighted software; use the --copyright option for details.
|
||||
|
||||
gem5 compiled Dec 4 2015 11:13:17
|
||||
gem5 started Dec 4 2015 11:24:30
|
||||
gem5 executing on e104799-lin, pid 30065
|
||||
command line: build/ARM/gem5.opt -d build/ARM/tests/opt/quick/fs/10.linux-boot/arm/linux/realview-simple-atomic-dual -re /work/gem5/outgoing/gem5_2/tests/run.py build/ARM/tests/opt/quick/fs/10.linux-boot/arm/linux/realview-simple-atomic-dual
|
||||
gem5 compiled Dec 11 2015 20:46:46
|
||||
gem5 started Dec 11 2015 20:47:10
|
||||
gem5 executing on zizzer, pid 11544
|
||||
command line: build/ARM/gem5.opt -d build/ARM/tests/opt/quick/fs/10.linux-boot/arm/linux/realview-simple-atomic-dual -re /z/atgutier/gem5/gem5/tests/run.py build/ARM/tests/opt/quick/fs/10.linux-boot/arm/linux/realview-simple-atomic-dual
|
||||
|
||||
Global frequency set at 1000000000000 ticks per second
|
||||
info: kernel located at: /work/gem5/dist/binaries/vmlinux.aarch32.ll_20131205.0-gem5
|
||||
info: kernel located at: /dist/m5/system/binaries/vmlinux.aarch32.ll_20131205.0-gem5
|
||||
info: Using bootloader at address 0x10
|
||||
info: Using kernel entry physical address at 0x80008000
|
||||
info: Loading DTB file: /work/gem5/dist/binaries/vexpress.aarch32.ll_20131205.0-gem5.2cpu.dtb at address 0x88000000
|
||||
info: Loading DTB file: /dist/m5/system/binaries/vexpress.aarch32.ll_20131205.0-gem5.2cpu.dtb at address 0x88000000
|
||||
info: Entering event queue @ 0. Starting simulation...
|
||||
info: trap check M:0 N:0 1:0 2:0 hdcr 0, hcptr 3fff, hstr 0
|
||||
info: trap check M:0 N:0 1:0 2:0 hdcr 0, hcptr 3fff, hstr 0
|
||||
|
|
|
@ -4,11 +4,11 @@ sim_seconds 2.802895 # Nu
|
|||
sim_ticks 2802894699500 # Number of ticks simulated
|
||||
final_tick 2802894699500 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
|
||||
sim_freq 1000000000000 # Frequency of simulated ticks
|
||||
host_inst_rate 917511 # Simulator instruction rate (inst/s)
|
||||
host_op_rate 1117974 # Simulator op (including micro ops) rate (op/s)
|
||||
host_tick_rate 17514936450 # Simulator tick rate (ticks/s)
|
||||
host_mem_usage 594132 # Number of bytes of host memory used
|
||||
host_seconds 160.03 # Real time elapsed on the host
|
||||
host_inst_rate 586939 # Simulator instruction rate (inst/s)
|
||||
host_op_rate 715176 # Simulator op (including micro ops) rate (op/s)
|
||||
host_tick_rate 11204428729 # Simulator tick rate (ticks/s)
|
||||
host_mem_usage 574332 # Number of bytes of host memory used
|
||||
host_seconds 250.16 # Real time elapsed on the host
|
||||
sim_insts 146828240 # Number of instructions simulated
|
||||
sim_ops 178908039 # Number of ops (including micro ops) simulated
|
||||
system.voltage_domain.voltage 1 # Voltage in Volts
|
||||
|
|
|
@ -12,11 +12,11 @@ time_sync_spin_threshold=100000000
|
|||
type=LinuxArmSystem
|
||||
children=bridge cf0 clk_domain cpu cpu_clk_domain dvfs_handler intrctrl iobus iocache membus physmem realview terminal vncserver voltage_domain
|
||||
atags_addr=134217728
|
||||
boot_loader=/work/gem5/dist/binaries/boot_emm.arm
|
||||
boot_loader=/dist/m5/system/binaries/boot_emm.arm
|
||||
boot_osflags=earlyprintk=pl011,0x1c090000 console=ttyAMA0 lpj=19988480 norandmaps rw loglevel=8 mem=256MB root=/dev/sda1
|
||||
cache_line_size=64
|
||||
clk_domain=system.clk_domain
|
||||
dtb_filename=/work/gem5/dist/binaries/vexpress.aarch32.ll_20131205.0-gem5.1cpu.dtb
|
||||
dtb_filename=/dist/m5/system/binaries/vexpress.aarch32.ll_20131205.0-gem5.1cpu.dtb
|
||||
early_kernel_symbols=false
|
||||
enable_context_switch_stats_dump=false
|
||||
eventq_index=0
|
||||
|
@ -28,7 +28,7 @@ have_security=false
|
|||
have_virtualization=false
|
||||
highest_el_is_64=false
|
||||
init_param=0
|
||||
kernel=/work/gem5/dist/binaries/vmlinux.aarch32.ll_20131205.0-gem5
|
||||
kernel=/dist/m5/system/binaries/vmlinux.aarch32.ll_20131205.0-gem5
|
||||
kernel_addr_check=true
|
||||
load_addr_mask=268435455
|
||||
load_offset=2147483648
|
||||
|
@ -43,7 +43,7 @@ num_work_ids=16
|
|||
panic_on_oops=true
|
||||
panic_on_panic=true
|
||||
phys_addr_range_64=40
|
||||
readfile=/work/gem5/outgoing/gem5_2/tests/halt.sh
|
||||
readfile=/z/atgutier/gem5/gem5/tests/halt.sh
|
||||
reset_addr_64=0
|
||||
symbolfile=
|
||||
work_begin_ckpt_count=0
|
||||
|
@ -86,7 +86,7 @@ table_size=65536
|
|||
[system.cf0.image.child]
|
||||
type=RawDiskImage
|
||||
eventq_index=0
|
||||
image_file=/work/gem5/dist/disks/linux-aarch32-ael.img
|
||||
image_file=/dist/m5/system/disks/linux-aarch32-ael.img
|
||||
read_only=true
|
||||
|
||||
[system.clk_domain]
|
||||
|
|
|
@ -1,16 +1,16 @@
|
|||
gem5 Simulator System. http://gem5.org
|
||||
gem5 is copyrighted software; use the --copyright option for details.
|
||||
|
||||
gem5 compiled Dec 4 2015 11:13:17
|
||||
gem5 started Dec 4 2015 11:39:25
|
||||
gem5 executing on e104799-lin, pid 31608
|
||||
command line: build/ARM/gem5.opt -d build/ARM/tests/opt/quick/fs/10.linux-boot/arm/linux/realview-simple-atomic -re /work/gem5/outgoing/gem5_2/tests/run.py build/ARM/tests/opt/quick/fs/10.linux-boot/arm/linux/realview-simple-atomic
|
||||
gem5 compiled Dec 11 2015 20:46:46
|
||||
gem5 started Dec 11 2015 20:47:33
|
||||
gem5 executing on zizzer, pid 11584
|
||||
command line: build/ARM/gem5.opt -d build/ARM/tests/opt/quick/fs/10.linux-boot/arm/linux/realview-simple-atomic -re /z/atgutier/gem5/gem5/tests/run.py build/ARM/tests/opt/quick/fs/10.linux-boot/arm/linux/realview-simple-atomic
|
||||
|
||||
Global frequency set at 1000000000000 ticks per second
|
||||
info: kernel located at: /work/gem5/dist/binaries/vmlinux.aarch32.ll_20131205.0-gem5
|
||||
info: kernel located at: /dist/m5/system/binaries/vmlinux.aarch32.ll_20131205.0-gem5
|
||||
info: Using bootloader at address 0x10
|
||||
info: Using kernel entry physical address at 0x80008000
|
||||
info: Loading DTB file: /work/gem5/dist/binaries/vexpress.aarch32.ll_20131205.0-gem5.1cpu.dtb at address 0x88000000
|
||||
info: Loading DTB file: /dist/m5/system/binaries/vexpress.aarch32.ll_20131205.0-gem5.1cpu.dtb at address 0x88000000
|
||||
info: Entering event queue @ 0. Starting simulation...
|
||||
info: trap check M:0 N:0 1:0 2:0 hdcr 0, hcptr 3fff, hstr 0
|
||||
info: trap check M:0 N:0 1:0 2:0 hdcr 0, hcptr 3fff, hstr 0
|
||||
|
|
|
@ -4,11 +4,11 @@ sim_seconds 2.783867 # Nu
|
|||
sim_ticks 2783867052000 # Number of ticks simulated
|
||||
final_tick 2783867052000 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
|
||||
sim_freq 1000000000000 # Frequency of simulated ticks
|
||||
host_inst_rate 960961 # Simulator instruction rate (inst/s)
|
||||
host_op_rate 1169816 # Simulator op (including micro ops) rate (op/s)
|
||||
host_tick_rate 18737357971 # Simulator tick rate (ticks/s)
|
||||
host_mem_usage 579868 # Number of bytes of host memory used
|
||||
host_seconds 148.57 # Real time elapsed on the host
|
||||
host_inst_rate 616731 # Simulator instruction rate (inst/s)
|
||||
host_op_rate 750771 # Simulator op (including micro ops) rate (op/s)
|
||||
host_tick_rate 12025369468 # Simulator tick rate (ticks/s)
|
||||
host_mem_usage 560084 # Number of bytes of host memory used
|
||||
host_seconds 231.50 # Real time elapsed on the host
|
||||
sim_insts 142772879 # Number of instructions simulated
|
||||
sim_ops 173803124 # Number of ops (including micro ops) simulated
|
||||
system.voltage_domain.voltage 1 # Voltage in Volts
|
||||
|
|
|
@ -12,11 +12,11 @@ time_sync_spin_threshold=100000000
|
|||
type=LinuxArmSystem
|
||||
children=bridge cf0 clk_domain cpu0 cpu1 cpu_clk_domain dvfs_handler intrctrl iobus iocache l2c membus physmem realview terminal toL2Bus vncserver voltage_domain
|
||||
atags_addr=134217728
|
||||
boot_loader=/work/gem5/dist/binaries/boot_emm.arm
|
||||
boot_loader=/dist/m5/system/binaries/boot_emm.arm
|
||||
boot_osflags=earlyprintk=pl011,0x1c090000 console=ttyAMA0 lpj=19988480 norandmaps rw loglevel=8 mem=256MB root=/dev/sda1
|
||||
cache_line_size=64
|
||||
clk_domain=system.clk_domain
|
||||
dtb_filename=/work/gem5/dist/binaries/vexpress.aarch32.ll_20131205.0-gem5.2cpu.dtb
|
||||
dtb_filename=/dist/m5/system/binaries/vexpress.aarch32.ll_20131205.0-gem5.2cpu.dtb
|
||||
early_kernel_symbols=false
|
||||
enable_context_switch_stats_dump=false
|
||||
eventq_index=0
|
||||
|
@ -28,7 +28,7 @@ have_security=false
|
|||
have_virtualization=false
|
||||
highest_el_is_64=false
|
||||
init_param=0
|
||||
kernel=/work/gem5/dist/binaries/vmlinux.aarch32.ll_20131205.0-gem5
|
||||
kernel=/dist/m5/system/binaries/vmlinux.aarch32.ll_20131205.0-gem5
|
||||
kernel_addr_check=true
|
||||
load_addr_mask=268435455
|
||||
load_offset=2147483648
|
||||
|
@ -43,7 +43,7 @@ num_work_ids=16
|
|||
panic_on_oops=true
|
||||
panic_on_panic=true
|
||||
phys_addr_range_64=40
|
||||
readfile=/work/gem5/outgoing/gem5_2/tests/halt.sh
|
||||
readfile=/z/atgutier/gem5/gem5/tests/halt.sh
|
||||
reset_addr_64=0
|
||||
symbolfile=
|
||||
work_begin_ckpt_count=0
|
||||
|
@ -86,7 +86,7 @@ table_size=65536
|
|||
[system.cf0.image.child]
|
||||
type=RawDiskImage
|
||||
eventq_index=0
|
||||
image_file=/work/gem5/dist/disks/linux-aarch32-ael.img
|
||||
image_file=/dist/m5/system/disks/linux-aarch32-ael.img
|
||||
read_only=true
|
||||
|
||||
[system.clk_domain]
|
||||
|
|
|
@ -1,16 +1,16 @@
|
|||
gem5 Simulator System. http://gem5.org
|
||||
gem5 is copyrighted software; use the --copyright option for details.
|
||||
|
||||
gem5 compiled Dec 4 2015 11:13:17
|
||||
gem5 started Dec 4 2015 13:19:17
|
||||
gem5 executing on e104799-lin, pid 9442
|
||||
command line: build/ARM/gem5.opt -d build/ARM/tests/opt/quick/fs/10.linux-boot/arm/linux/realview-simple-timing-dual -re /work/gem5/outgoing/gem5_2/tests/run.py build/ARM/tests/opt/quick/fs/10.linux-boot/arm/linux/realview-simple-timing-dual
|
||||
gem5 compiled Dec 11 2015 20:46:46
|
||||
gem5 started Dec 11 2015 20:47:09
|
||||
gem5 executing on zizzer, pid 11535
|
||||
command line: build/ARM/gem5.opt -d build/ARM/tests/opt/quick/fs/10.linux-boot/arm/linux/realview-simple-timing-dual -re /z/atgutier/gem5/gem5/tests/run.py build/ARM/tests/opt/quick/fs/10.linux-boot/arm/linux/realview-simple-timing-dual
|
||||
|
||||
Global frequency set at 1000000000000 ticks per second
|
||||
info: kernel located at: /work/gem5/dist/binaries/vmlinux.aarch32.ll_20131205.0-gem5
|
||||
info: kernel located at: /dist/m5/system/binaries/vmlinux.aarch32.ll_20131205.0-gem5
|
||||
info: Using bootloader at address 0x10
|
||||
info: Using kernel entry physical address at 0x80008000
|
||||
info: Loading DTB file: /work/gem5/dist/binaries/vexpress.aarch32.ll_20131205.0-gem5.2cpu.dtb at address 0x88000000
|
||||
info: Loading DTB file: /dist/m5/system/binaries/vexpress.aarch32.ll_20131205.0-gem5.2cpu.dtb at address 0x88000000
|
||||
info: Entering event queue @ 0. Starting simulation...
|
||||
info: trap check M:0 N:0 1:0 2:0 hdcr 0, hcptr 3fff, hstr 0
|
||||
info: trap check M:0 N:0 1:0 2:0 hdcr 0, hcptr 3fff, hstr 0
|
||||
|
|
|
@ -4,11 +4,11 @@ sim_seconds 2.871850 # Nu
|
|||
sim_ticks 2871850306000 # Number of ticks simulated
|
||||
final_tick 2871850306000 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
|
||||
sim_freq 1000000000000 # Frequency of simulated ticks
|
||||
host_inst_rate 595194 # Simulator instruction rate (inst/s)
|
||||
host_op_rate 719909 # Simulator op (including micro ops) rate (op/s)
|
||||
host_tick_rate 12993896386 # Simulator tick rate (ticks/s)
|
||||
host_mem_usage 612660 # Number of bytes of host memory used
|
||||
host_seconds 221.02 # Real time elapsed on the host
|
||||
host_inst_rate 357173 # Simulator instruction rate (inst/s)
|
||||
host_op_rate 432014 # Simulator op (including micro ops) rate (op/s)
|
||||
host_tick_rate 7797571327 # Simulator tick rate (ticks/s)
|
||||
host_mem_usage 598232 # Number of bytes of host memory used
|
||||
host_seconds 368.30 # Real time elapsed on the host
|
||||
sim_insts 131546959 # Number of instructions simulated
|
||||
sim_ops 159110973 # Number of ops (including micro ops) simulated
|
||||
system.voltage_domain.voltage 1 # Voltage in Volts
|
||||
|
|
|
@ -12,11 +12,11 @@ time_sync_spin_threshold=100000000
|
|||
type=LinuxArmSystem
|
||||
children=bridge cf0 clk_domain cpu cpu_clk_domain dvfs_handler intrctrl iobus iocache membus physmem realview terminal vncserver voltage_domain
|
||||
atags_addr=134217728
|
||||
boot_loader=/work/gem5/dist/binaries/boot_emm.arm
|
||||
boot_loader=/dist/m5/system/binaries/boot_emm.arm
|
||||
boot_osflags=earlyprintk=pl011,0x1c090000 console=ttyAMA0 lpj=19988480 norandmaps rw loglevel=8 mem=256MB root=/dev/sda1
|
||||
cache_line_size=64
|
||||
clk_domain=system.clk_domain
|
||||
dtb_filename=/work/gem5/dist/binaries/vexpress.aarch32.ll_20131205.0-gem5.1cpu.dtb
|
||||
dtb_filename=/dist/m5/system/binaries/vexpress.aarch32.ll_20131205.0-gem5.1cpu.dtb
|
||||
early_kernel_symbols=false
|
||||
enable_context_switch_stats_dump=false
|
||||
eventq_index=0
|
||||
|
@ -28,7 +28,7 @@ have_security=false
|
|||
have_virtualization=false
|
||||
highest_el_is_64=false
|
||||
init_param=0
|
||||
kernel=/work/gem5/dist/binaries/vmlinux.aarch32.ll_20131205.0-gem5
|
||||
kernel=/dist/m5/system/binaries/vmlinux.aarch32.ll_20131205.0-gem5
|
||||
kernel_addr_check=true
|
||||
load_addr_mask=268435455
|
||||
load_offset=2147483648
|
||||
|
@ -43,7 +43,7 @@ num_work_ids=16
|
|||
panic_on_oops=true
|
||||
panic_on_panic=true
|
||||
phys_addr_range_64=40
|
||||
readfile=/work/gem5/outgoing/gem5_2/tests/halt.sh
|
||||
readfile=/z/atgutier/gem5/gem5/tests/halt.sh
|
||||
reset_addr_64=0
|
||||
symbolfile=
|
||||
work_begin_ckpt_count=0
|
||||
|
@ -86,7 +86,7 @@ table_size=65536
|
|||
[system.cf0.image.child]
|
||||
type=RawDiskImage
|
||||
eventq_index=0
|
||||
image_file=/work/gem5/dist/disks/linux-aarch32-ael.img
|
||||
image_file=/dist/m5/system/disks/linux-aarch32-ael.img
|
||||
read_only=true
|
||||
|
||||
[system.clk_domain]
|
||||
|
|
|
@ -1,16 +1,16 @@
|
|||
gem5 Simulator System. http://gem5.org
|
||||
gem5 is copyrighted software; use the --copyright option for details.
|
||||
|
||||
gem5 compiled Dec 4 2015 11:13:17
|
||||
gem5 started Dec 4 2015 12:27:38
|
||||
gem5 executing on e104799-lin, pid 4347
|
||||
command line: build/ARM/gem5.opt -d build/ARM/tests/opt/quick/fs/10.linux-boot/arm/linux/realview-simple-timing -re /work/gem5/outgoing/gem5_2/tests/run.py build/ARM/tests/opt/quick/fs/10.linux-boot/arm/linux/realview-simple-timing
|
||||
gem5 compiled Dec 11 2015 20:46:46
|
||||
gem5 started Dec 11 2015 20:47:09
|
||||
gem5 executing on zizzer, pid 11541
|
||||
command line: build/ARM/gem5.opt -d build/ARM/tests/opt/quick/fs/10.linux-boot/arm/linux/realview-simple-timing -re /z/atgutier/gem5/gem5/tests/run.py build/ARM/tests/opt/quick/fs/10.linux-boot/arm/linux/realview-simple-timing
|
||||
|
||||
Global frequency set at 1000000000000 ticks per second
|
||||
info: kernel located at: /work/gem5/dist/binaries/vmlinux.aarch32.ll_20131205.0-gem5
|
||||
info: kernel located at: /dist/m5/system/binaries/vmlinux.aarch32.ll_20131205.0-gem5
|
||||
info: Using bootloader at address 0x10
|
||||
info: Using kernel entry physical address at 0x80008000
|
||||
info: Loading DTB file: /work/gem5/dist/binaries/vexpress.aarch32.ll_20131205.0-gem5.1cpu.dtb at address 0x88000000
|
||||
info: Loading DTB file: /dist/m5/system/binaries/vexpress.aarch32.ll_20131205.0-gem5.1cpu.dtb at address 0x88000000
|
||||
info: Entering event queue @ 0. Starting simulation...
|
||||
info: trap check M:0 N:0 1:0 2:0 hdcr 0, hcptr 3fff, hstr 0
|
||||
info: trap check M:0 N:0 1:0 2:0 hdcr 0, hcptr 3fff, hstr 0
|
||||
|
|
|
@ -4,11 +4,11 @@ sim_seconds 2.909596 # Nu
|
|||
sim_ticks 2909596171500 # Number of ticks simulated
|
||||
final_tick 2909596171500 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
|
||||
sim_freq 1000000000000 # Frequency of simulated ticks
|
||||
host_inst_rate 612420 # Simulator instruction rate (inst/s)
|
||||
host_op_rate 738388 # Simulator op (including micro ops) rate (op/s)
|
||||
host_tick_rate 15845377688 # Simulator tick rate (ticks/s)
|
||||
host_mem_usage 579872 # Number of bytes of host memory used
|
||||
host_seconds 183.62 # Real time elapsed on the host
|
||||
host_inst_rate 364808 # Simulator instruction rate (inst/s)
|
||||
host_op_rate 439844 # Simulator op (including micro ops) rate (op/s)
|
||||
host_tick_rate 9438806072 # Simulator tick rate (ticks/s)
|
||||
host_mem_usage 560272 # Number of bytes of host memory used
|
||||
host_seconds 308.26 # Real time elapsed on the host
|
||||
sim_insts 112455206 # Number of instructions simulated
|
||||
sim_ops 135585876 # Number of ops (including micro ops) simulated
|
||||
system.voltage_domain.voltage 1 # Voltage in Volts
|
||||
|
|
|
@ -12,11 +12,11 @@ time_sync_spin_threshold=100000000
|
|||
type=LinuxArmSystem
|
||||
children=bridge cf0 clk_domain cpu0 cpu1 cpu_clk_domain dvfs_handler intrctrl iobus iocache l2c membus physmem realview terminal toL2Bus vncserver voltage_domain
|
||||
atags_addr=134217728
|
||||
boot_loader=/work/gem5/dist/binaries/boot_emm.arm
|
||||
boot_loader=/dist/m5/system/binaries/boot_emm.arm
|
||||
boot_osflags=earlyprintk=pl011,0x1c090000 console=ttyAMA0 lpj=19988480 norandmaps rw loglevel=8 mem=256MB root=/dev/sda1
|
||||
cache_line_size=64
|
||||
clk_domain=system.clk_domain
|
||||
dtb_filename=/work/gem5/dist/binaries/vexpress.aarch32.ll_20131205.0-gem5.1cpu.dtb
|
||||
dtb_filename=/dist/m5/system/binaries/vexpress.aarch32.ll_20131205.0-gem5.1cpu.dtb
|
||||
early_kernel_symbols=false
|
||||
enable_context_switch_stats_dump=false
|
||||
eventq_index=0
|
||||
|
@ -28,7 +28,7 @@ have_security=false
|
|||
have_virtualization=false
|
||||
highest_el_is_64=false
|
||||
init_param=0
|
||||
kernel=/work/gem5/dist/binaries/vmlinux.aarch32.ll_20131205.0-gem5
|
||||
kernel=/dist/m5/system/binaries/vmlinux.aarch32.ll_20131205.0-gem5
|
||||
kernel_addr_check=true
|
||||
load_addr_mask=268435455
|
||||
load_offset=2147483648
|
||||
|
@ -43,7 +43,7 @@ num_work_ids=16
|
|||
panic_on_oops=true
|
||||
panic_on_panic=true
|
||||
phys_addr_range_64=40
|
||||
readfile=/work/gem5/outgoing/gem5_2/tests/halt.sh
|
||||
readfile=/z/atgutier/gem5/gem5/tests/halt.sh
|
||||
reset_addr_64=0
|
||||
symbolfile=
|
||||
work_begin_ckpt_count=0
|
||||
|
@ -86,7 +86,7 @@ table_size=65536
|
|||
[system.cf0.image.child]
|
||||
type=RawDiskImage
|
||||
eventq_index=0
|
||||
image_file=/work/gem5/dist/disks/linux-aarch32-ael.img
|
||||
image_file=/dist/m5/system/disks/linux-aarch32-ael.img
|
||||
read_only=true
|
||||
|
||||
[system.clk_domain]
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
gem5 Simulator System. http://gem5.org
|
||||
gem5 is copyrighted software; use the --copyright option for details.
|
||||
|
||||
gem5 compiled Dec 4 2015 11:13:17
|
||||
gem5 started Dec 4 2015 11:36:43
|
||||
gem5 executing on e104799-lin, pid 31310
|
||||
command line: build/ARM/gem5.opt -d build/ARM/tests/opt/quick/fs/10.linux-boot/arm/linux/realview-switcheroo-atomic -re /work/gem5/outgoing/gem5_2/tests/run.py build/ARM/tests/opt/quick/fs/10.linux-boot/arm/linux/realview-switcheroo-atomic
|
||||
gem5 compiled Dec 11 2015 20:46:46
|
||||
gem5 started Dec 11 2015 20:47:10
|
||||
gem5 executing on zizzer, pid 11555
|
||||
command line: build/ARM/gem5.opt -d build/ARM/tests/opt/quick/fs/10.linux-boot/arm/linux/realview-switcheroo-atomic -re /z/atgutier/gem5/gem5/tests/run.py build/ARM/tests/opt/quick/fs/10.linux-boot/arm/linux/realview-switcheroo-atomic
|
||||
|
||||
Global frequency set at 1000000000000 ticks per second
|
||||
|
|
|
@ -4,11 +4,11 @@ sim_seconds 2.783867 # Nu
|
|||
sim_ticks 2783867052000 # Number of ticks simulated
|
||||
final_tick 2783867052000 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
|
||||
sim_freq 1000000000000 # Frequency of simulated ticks
|
||||
host_inst_rate 949157 # Simulator instruction rate (inst/s)
|
||||
host_op_rate 1155446 # Simulator op (including micro ops) rate (op/s)
|
||||
host_tick_rate 18507193552 # Simulator tick rate (ticks/s)
|
||||
host_mem_usage 578592 # Number of bytes of host memory used
|
||||
host_seconds 150.42 # Real time elapsed on the host
|
||||
host_inst_rate 596623 # Simulator instruction rate (inst/s)
|
||||
host_op_rate 726292 # Simulator op (including micro ops) rate (op/s)
|
||||
host_tick_rate 11633285247 # Simulator tick rate (ticks/s)
|
||||
host_mem_usage 560420 # Number of bytes of host memory used
|
||||
host_seconds 239.30 # Real time elapsed on the host
|
||||
sim_insts 142772879 # Number of instructions simulated
|
||||
sim_ops 173803124 # Number of ops (including micro ops) simulated
|
||||
system.voltage_domain.voltage 1 # Voltage in Volts
|
||||
|
|
|
@ -12,11 +12,11 @@ time_sync_spin_threshold=100000000
|
|||
type=LinuxArmSystem
|
||||
children=bridge cf0 clk_domain cpu0 cpu1 cpu_clk_domain dvfs_handler intrctrl iobus iocache l2c membus physmem realview terminal toL2Bus vncserver voltage_domain
|
||||
atags_addr=134217728
|
||||
boot_loader=/work/gem5/dist/binaries/boot_emm.arm
|
||||
boot_loader=/dist/m5/system/binaries/boot_emm.arm
|
||||
boot_osflags=earlyprintk=pl011,0x1c090000 console=ttyAMA0 lpj=19988480 norandmaps rw loglevel=8 mem=256MB root=/dev/sda1
|
||||
cache_line_size=64
|
||||
clk_domain=system.clk_domain
|
||||
dtb_filename=/work/gem5/dist/binaries/vexpress.aarch32.ll_20131205.0-gem5.1cpu.dtb
|
||||
dtb_filename=/dist/m5/system/binaries/vexpress.aarch32.ll_20131205.0-gem5.1cpu.dtb
|
||||
early_kernel_symbols=false
|
||||
enable_context_switch_stats_dump=false
|
||||
eventq_index=0
|
||||
|
@ -28,7 +28,7 @@ have_security=false
|
|||
have_virtualization=false
|
||||
highest_el_is_64=false
|
||||
init_param=0
|
||||
kernel=/work/gem5/dist/binaries/vmlinux.aarch32.ll_20131205.0-gem5
|
||||
kernel=/dist/m5/system/binaries/vmlinux.aarch32.ll_20131205.0-gem5
|
||||
kernel_addr_check=true
|
||||
load_addr_mask=268435455
|
||||
load_offset=2147483648
|
||||
|
@ -43,7 +43,7 @@ num_work_ids=16
|
|||
panic_on_oops=true
|
||||
panic_on_panic=true
|
||||
phys_addr_range_64=40
|
||||
readfile=/work/gem5/outgoing/gem5_2/tests/halt.sh
|
||||
readfile=/z/atgutier/gem5/gem5/tests/halt.sh
|
||||
reset_addr_64=0
|
||||
symbolfile=
|
||||
work_begin_ckpt_count=0
|
||||
|
@ -86,7 +86,7 @@ table_size=65536
|
|||
[system.cf0.image.child]
|
||||
type=RawDiskImage
|
||||
eventq_index=0
|
||||
image_file=/work/gem5/dist/disks/linux-aarch32-ael.img
|
||||
image_file=/dist/m5/system/disks/linux-aarch32-ael.img
|
||||
read_only=true
|
||||
|
||||
[system.clk_domain]
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
gem5 Simulator System. http://gem5.org
|
||||
gem5 is copyrighted software; use the --copyright option for details.
|
||||
|
||||
gem5 compiled Dec 4 2015 11:13:17
|
||||
gem5 started Dec 4 2015 11:29:52
|
||||
gem5 executing on e104799-lin, pid 30613
|
||||
command line: build/ARM/gem5.opt -d build/ARM/tests/opt/quick/fs/10.linux-boot/arm/linux/realview-switcheroo-timing -re /work/gem5/outgoing/gem5_2/tests/run.py build/ARM/tests/opt/quick/fs/10.linux-boot/arm/linux/realview-switcheroo-timing
|
||||
gem5 compiled Dec 11 2015 20:46:46
|
||||
gem5 started Dec 11 2015 20:47:22
|
||||
gem5 executing on zizzer, pid 11577
|
||||
command line: build/ARM/gem5.opt -d build/ARM/tests/opt/quick/fs/10.linux-boot/arm/linux/realview-switcheroo-timing -re /z/atgutier/gem5/gem5/tests/run.py build/ARM/tests/opt/quick/fs/10.linux-boot/arm/linux/realview-switcheroo-timing
|
||||
|
||||
Global frequency set at 1000000000000 ticks per second
|
||||
|
|
|
@ -4,11 +4,11 @@ sim_seconds 2.909671 # Nu
|
|||
sim_ticks 2909670971500 # Number of ticks simulated
|
||||
final_tick 2909670971500 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
|
||||
sim_freq 1000000000000 # Frequency of simulated ticks
|
||||
host_inst_rate 618646 # Simulator instruction rate (inst/s)
|
||||
host_op_rate 745891 # Simulator op (including micro ops) rate (op/s)
|
||||
host_tick_rate 16006919548 # Simulator tick rate (ticks/s)
|
||||
host_mem_usage 578852 # Number of bytes of host memory used
|
||||
host_seconds 181.78 # Real time elapsed on the host
|
||||
host_inst_rate 363443 # Simulator instruction rate (inst/s)
|
||||
host_op_rate 438198 # Simulator op (including micro ops) rate (op/s)
|
||||
host_tick_rate 9403770867 # Simulator tick rate (ticks/s)
|
||||
host_mem_usage 560672 # Number of bytes of host memory used
|
||||
host_seconds 309.42 # Real time elapsed on the host
|
||||
sim_insts 112454909 # Number of instructions simulated
|
||||
sim_ops 135585028 # Number of ops (including micro ops) simulated
|
||||
system.voltage_domain.voltage 1 # Voltage in Volts
|
||||
|
|
|
@ -20,7 +20,7 @@ eventq_index=0
|
|||
init_param=0
|
||||
intel_mp_pointer=system.intel_mp_pointer
|
||||
intel_mp_table=system.intel_mp_table
|
||||
kernel=/work/gem5/dist/binaries/x86_64-vmlinux-2.6.22.9
|
||||
kernel=/dist/m5/system/binaries/x86_64-vmlinux-2.6.22.9
|
||||
kernel_addr_check=true
|
||||
load_addr_mask=18446744073709551615
|
||||
load_offset=0
|
||||
|
@ -30,7 +30,7 @@ memories=system.physmem
|
|||
mmap_using_noreserve=false
|
||||
multi_thread=false
|
||||
num_work_ids=16
|
||||
readfile=/work/gem5/outgoing/gem5_2/tests/halt.sh
|
||||
readfile=/z/atgutier/gem5/gem5/tests/halt.sh
|
||||
smbios_table=system.smbios_table
|
||||
symbolfile=
|
||||
work_begin_ckpt_count=0
|
||||
|
@ -1233,7 +1233,7 @@ table_size=65536
|
|||
[system.pc.south_bridge.ide.disks0.image.child]
|
||||
type=RawDiskImage
|
||||
eventq_index=0
|
||||
image_file=/work/gem5/dist/disks/linux-x86.img
|
||||
image_file=/dist/m5/system/disks/linux-x86.img
|
||||
read_only=true
|
||||
|
||||
[system.pc.south_bridge.ide.disks1]
|
||||
|
@ -1256,7 +1256,7 @@ table_size=65536
|
|||
[system.pc.south_bridge.ide.disks1.image.child]
|
||||
type=RawDiskImage
|
||||
eventq_index=0
|
||||
image_file=/work/gem5/dist/disks/linux-bigswap2.img
|
||||
image_file=/dist/m5/system/disks/linux-bigswap2.img
|
||||
read_only=true
|
||||
|
||||
[system.pc.south_bridge.int_lines0]
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
gem5 Simulator System. http://gem5.org
|
||||
gem5 is copyrighted software; use the --copyright option for details.
|
||||
|
||||
gem5 compiled Dec 4 2015 15:10:31
|
||||
gem5 started Dec 4 2015 15:38:36
|
||||
gem5 executing on e104799-lin, pid 32389
|
||||
command line: build/X86/gem5.opt -d build/X86/tests/opt/quick/fs/10.linux-boot/x86/linux/pc-simple-atomic -re /work/gem5/outgoing/gem5_2/tests/run.py build/X86/tests/opt/quick/fs/10.linux-boot/x86/linux/pc-simple-atomic
|
||||
gem5 compiled Dec 11 2015 20:42:59
|
||||
gem5 started Dec 11 2015 20:43:47
|
||||
gem5 executing on zizzer, pid 10148
|
||||
command line: build/X86/gem5.opt -d build/X86/tests/opt/quick/fs/10.linux-boot/x86/linux/pc-simple-atomic -re /z/atgutier/gem5/gem5/tests/run.py build/X86/tests/opt/quick/fs/10.linux-boot/x86/linux/pc-simple-atomic
|
||||
|
||||
Global frequency set at 1000000000000 ticks per second
|
||||
info: kernel located at: /work/gem5/dist/binaries/x86_64-vmlinux-2.6.22.9
|
||||
info: kernel located at: /dist/m5/system/binaries/x86_64-vmlinux-2.6.22.9
|
||||
0: rtc: Real-time clock set to Sun Jan 1 00:00:00 2012
|
||||
info: Entering event queue @ 0. Starting simulation...
|
||||
Exiting @ tick 5112152301500 because m5_exit instruction encountered
|
||||
|
|
|
@ -4,11 +4,11 @@ sim_seconds 5.112152 # Nu
|
|||
sim_ticks 5112152301500 # Number of ticks simulated
|
||||
final_tick 5112152301500 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
|
||||
sim_freq 1000000000000 # Frequency of simulated ticks
|
||||
host_inst_rate 973581 # Simulator instruction rate (inst/s)
|
||||
host_op_rate 1993134 # Simulator op (including micro ops) rate (op/s)
|
||||
host_tick_rate 24877176621 # Simulator tick rate (ticks/s)
|
||||
host_mem_usage 614804 # Number of bytes of host memory used
|
||||
host_seconds 205.50 # Real time elapsed on the host
|
||||
host_inst_rate 631335 # Simulator instruction rate (inst/s)
|
||||
host_op_rate 1292481 # Simulator op (including micro ops) rate (op/s)
|
||||
host_tick_rate 16132023743 # Simulator tick rate (ticks/s)
|
||||
host_mem_usage 604612 # Number of bytes of host memory used
|
||||
host_seconds 316.89 # Real time elapsed on the host
|
||||
sim_insts 200066731 # Number of instructions simulated
|
||||
sim_ops 409580371 # Number of ops (including micro ops) simulated
|
||||
system.voltage_domain.voltage 1 # Voltage in Volts
|
||||
|
|
|
@ -20,7 +20,7 @@ eventq_index=0
|
|||
init_param=0
|
||||
intel_mp_pointer=system.intel_mp_pointer
|
||||
intel_mp_table=system.intel_mp_table
|
||||
kernel=/work/gem5/dist/binaries/x86_64-vmlinux-2.6.22.9
|
||||
kernel=/dist/m5/system/binaries/x86_64-vmlinux-2.6.22.9
|
||||
kernel_addr_check=true
|
||||
load_addr_mask=18446744073709551615
|
||||
load_offset=0
|
||||
|
@ -30,7 +30,7 @@ memories=system.physmem
|
|||
mmap_using_noreserve=false
|
||||
multi_thread=false
|
||||
num_work_ids=16
|
||||
readfile=/work/gem5/outgoing/gem5_2/tests/halt.sh
|
||||
readfile=/z/atgutier/gem5/gem5/tests/halt.sh
|
||||
smbios_table=system.smbios_table
|
||||
symbolfile=
|
||||
work_begin_ckpt_count=0
|
||||
|
@ -1229,7 +1229,7 @@ table_size=65536
|
|||
[system.pc.south_bridge.ide.disks0.image.child]
|
||||
type=RawDiskImage
|
||||
eventq_index=0
|
||||
image_file=/work/gem5/dist/disks/linux-x86.img
|
||||
image_file=/dist/m5/system/disks/linux-x86.img
|
||||
read_only=true
|
||||
|
||||
[system.pc.south_bridge.ide.disks1]
|
||||
|
@ -1252,7 +1252,7 @@ table_size=65536
|
|||
[system.pc.south_bridge.ide.disks1.image.child]
|
||||
type=RawDiskImage
|
||||
eventq_index=0
|
||||
image_file=/work/gem5/dist/disks/linux-bigswap2.img
|
||||
image_file=/dist/m5/system/disks/linux-bigswap2.img
|
||||
read_only=true
|
||||
|
||||
[system.pc.south_bridge.int_lines0]
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
gem5 Simulator System. http://gem5.org
|
||||
gem5 is copyrighted software; use the --copyright option for details.
|
||||
|
||||
gem5 compiled Dec 4 2015 15:10:31
|
||||
gem5 started Dec 4 2015 15:10:45
|
||||
gem5 executing on e104799-lin, pid 29579
|
||||
command line: build/X86/gem5.opt -d build/X86/tests/opt/quick/fs/10.linux-boot/x86/linux/pc-simple-timing -re /work/gem5/outgoing/gem5_2/tests/run.py build/X86/tests/opt/quick/fs/10.linux-boot/x86/linux/pc-simple-timing
|
||||
gem5 compiled Dec 11 2015 20:42:59
|
||||
gem5 started Dec 11 2015 20:43:47
|
||||
gem5 executing on zizzer, pid 10143
|
||||
command line: build/X86/gem5.opt -d build/X86/tests/opt/quick/fs/10.linux-boot/x86/linux/pc-simple-timing -re /z/atgutier/gem5/gem5/tests/run.py build/X86/tests/opt/quick/fs/10.linux-boot/x86/linux/pc-simple-timing
|
||||
|
||||
Global frequency set at 1000000000000 ticks per second
|
||||
info: kernel located at: /work/gem5/dist/binaries/x86_64-vmlinux-2.6.22.9
|
||||
info: kernel located at: /dist/m5/system/binaries/x86_64-vmlinux-2.6.22.9
|
||||
0: rtc: Real-time clock set to Sun Jan 1 00:00:00 2012
|
||||
info: Entering event queue @ 0. Starting simulation...
|
||||
Exiting @ tick 5194947216500 because m5_exit instruction encountered
|
||||
|
|
|
@ -4,11 +4,11 @@ sim_seconds 5.194947 # Nu
|
|||
sim_ticks 5194947216500 # Number of ticks simulated
|
||||
final_tick 5194947216500 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
|
||||
sim_freq 1000000000000 # Frequency of simulated ticks
|
||||
host_inst_rate 724563 # Simulator instruction rate (inst/s)
|
||||
host_op_rate 1396583 # Simulator op (including micro ops) rate (op/s)
|
||||
host_tick_rate 29306793052 # Simulator tick rate (ticks/s)
|
||||
host_mem_usage 614800 # Number of bytes of host memory used
|
||||
host_seconds 177.26 # Real time elapsed on the host
|
||||
host_inst_rate 409072 # Simulator instruction rate (inst/s)
|
||||
host_op_rate 788480 # Simulator op (including micro ops) rate (op/s)
|
||||
host_tick_rate 16545970820 # Simulator tick rate (ticks/s)
|
||||
host_mem_usage 604904 # Number of bytes of host memory used
|
||||
host_seconds 313.97 # Real time elapsed on the host
|
||||
sim_insts 128436556 # Number of instructions simulated
|
||||
sim_ops 247559476 # Number of ops (including micro ops) simulated
|
||||
system.voltage_domain.voltage 1 # Voltage in Volts
|
||||
|
|
|
@ -5,10 +5,10 @@ boot_cpu_frequency=250
|
|||
boot_osflags=root=/dev/hda1 console=ttyS0
|
||||
cache_line_size=64
|
||||
clk_domain=drivesys.clk_domain
|
||||
console=/work/gem5/dist/binaries/console
|
||||
console=/dist/m5/system/binaries/console
|
||||
eventq_index=0
|
||||
init_param=0
|
||||
kernel=/work/gem5/dist/binaries/vmlinux
|
||||
kernel=/dist/m5/system/binaries/vmlinux
|
||||
kernel_addr_check=true
|
||||
load_addr_mask=1099511627775
|
||||
load_offset=0
|
||||
|
@ -18,8 +18,8 @@ memories=drivesys.physmem
|
|||
mmap_using_noreserve=false
|
||||
multi_thread=false
|
||||
num_work_ids=16
|
||||
pal=/work/gem5/dist/binaries/ts_osfpal
|
||||
readfile=/work/gem5/outgoing/gem5_2/configs/boot/netperf-server.rcS
|
||||
pal=/dist/m5/system/binaries/ts_osfpal
|
||||
readfile=/z/atgutier/gem5/gem5/configs/boot/netperf-server.rcS
|
||||
symbolfile=
|
||||
system_rev=1024
|
||||
system_type=34
|
||||
|
@ -139,7 +139,7 @@ table_size=65536
|
|||
[drivesys.disk0.image.child]
|
||||
type=RawDiskImage
|
||||
eventq_index=0
|
||||
image_file=/work/gem5/dist/disks/linux-latest.img
|
||||
image_file=/dist/m5/system/disks/linux-latest.img
|
||||
read_only=true
|
||||
|
||||
[drivesys.disk2]
|
||||
|
@ -162,7 +162,7 @@ table_size=65536
|
|||
[drivesys.disk2.image.child]
|
||||
type=RawDiskImage
|
||||
eventq_index=0
|
||||
image_file=/work/gem5/dist/disks/linux-bigswap2.img
|
||||
image_file=/dist/m5/system/disks/linux-bigswap2.img
|
||||
read_only=true
|
||||
|
||||
[drivesys.dvfs_handler]
|
||||
|
@ -259,7 +259,7 @@ system=drivesys
|
|||
[drivesys.simple_disk.disk]
|
||||
type=RawDiskImage
|
||||
eventq_index=0
|
||||
image_file=/work/gem5/dist/disks/linux-latest.img
|
||||
image_file=/dist/m5/system/disks/linux-latest.img
|
||||
read_only=true
|
||||
|
||||
[drivesys.terminal]
|
||||
|
@ -933,10 +933,10 @@ boot_cpu_frequency=500
|
|||
boot_osflags=root=/dev/hda1 console=ttyS0
|
||||
cache_line_size=64
|
||||
clk_domain=testsys.clk_domain
|
||||
console=/work/gem5/dist/binaries/console
|
||||
console=/dist/m5/system/binaries/console
|
||||
eventq_index=0
|
||||
init_param=0
|
||||
kernel=/work/gem5/dist/binaries/vmlinux
|
||||
kernel=/dist/m5/system/binaries/vmlinux
|
||||
kernel_addr_check=true
|
||||
load_addr_mask=1099511627775
|
||||
load_offset=0
|
||||
|
@ -946,8 +946,8 @@ memories=testsys.physmem
|
|||
mmap_using_noreserve=false
|
||||
multi_thread=false
|
||||
num_work_ids=16
|
||||
pal=/work/gem5/dist/binaries/ts_osfpal
|
||||
readfile=/work/gem5/outgoing/gem5_2/configs/boot/netperf-stream-client.rcS
|
||||
pal=/dist/m5/system/binaries/ts_osfpal
|
||||
readfile=/z/atgutier/gem5/gem5/configs/boot/netperf-stream-client.rcS
|
||||
symbolfile=
|
||||
system_rev=1024
|
||||
system_type=34
|
||||
|
@ -1067,7 +1067,7 @@ table_size=65536
|
|||
[testsys.disk0.image.child]
|
||||
type=RawDiskImage
|
||||
eventq_index=0
|
||||
image_file=/work/gem5/dist/disks/linux-latest.img
|
||||
image_file=/dist/m5/system/disks/linux-latest.img
|
||||
read_only=true
|
||||
|
||||
[testsys.disk2]
|
||||
|
@ -1090,7 +1090,7 @@ table_size=65536
|
|||
[testsys.disk2.image.child]
|
||||
type=RawDiskImage
|
||||
eventq_index=0
|
||||
image_file=/work/gem5/dist/disks/linux-bigswap2.img
|
||||
image_file=/dist/m5/system/disks/linux-bigswap2.img
|
||||
read_only=true
|
||||
|
||||
[testsys.dvfs_handler]
|
||||
|
@ -1187,7 +1187,7 @@ system=testsys
|
|||
[testsys.simple_disk.disk]
|
||||
type=RawDiskImage
|
||||
eventq_index=0
|
||||
image_file=/work/gem5/dist/disks/linux-latest.img
|
||||
image_file=/dist/m5/system/disks/linux-latest.img
|
||||
read_only=true
|
||||
|
||||
[testsys.terminal]
|
||||
|
|
|
@ -1,15 +1,15 @@
|
|||
gem5 Simulator System. http://gem5.org
|
||||
gem5 is copyrighted software; use the --copyright option for details.
|
||||
|
||||
gem5 compiled Dec 4 2015 10:28:58
|
||||
gem5 started Dec 4 2015 10:42:31
|
||||
gem5 executing on e104799-lin, pid 22915
|
||||
command line: build/ALPHA/gem5.opt -d build/ALPHA/tests/opt/quick/fs/80.netperf-stream/alpha/linux/twosys-tsunami-simple-atomic -re /work/gem5/outgoing/gem5_2/tests/run.py build/ALPHA/tests/opt/quick/fs/80.netperf-stream/alpha/linux/twosys-tsunami-simple-atomic
|
||||
gem5 compiled Dec 11 2015 19:54:02
|
||||
gem5 started Dec 11 2015 19:54:29
|
||||
gem5 executing on zizzer, pid 26179
|
||||
command line: build/ALPHA/gem5.opt -d build/ALPHA/tests/opt/quick/fs/80.netperf-stream/alpha/linux/twosys-tsunami-simple-atomic -re /z/atgutier/gem5/gem5/tests/run.py build/ALPHA/tests/opt/quick/fs/80.netperf-stream/alpha/linux/twosys-tsunami-simple-atomic
|
||||
|
||||
Global frequency set at 1000000000000 ticks per second
|
||||
info: kernel located at: /work/gem5/dist/binaries/vmlinux
|
||||
info: kernel located at: /dist/m5/system/binaries/vmlinux
|
||||
0: drivesys.tsunami.io.rtc: Real-time clock set to Thu Jan 1 00:00:00 2009
|
||||
info: kernel located at: /work/gem5/dist/binaries/vmlinux
|
||||
info: kernel located at: /dist/m5/system/binaries/vmlinux
|
||||
0: testsys.tsunami.io.rtc: Real-time clock set to Thu Jan 1 00:00:00 2009
|
||||
info: Entering event queue @ 0. Starting simulation...
|
||||
Exiting @ tick 4321620817500 because checkpoint
|
||||
|
|
|
@ -4,11 +4,11 @@ sim_seconds 0.200409 # Nu
|
|||
sim_ticks 200409271000 # Number of ticks simulated
|
||||
final_tick 4321213476000 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
|
||||
sim_freq 1000000000000 # Frequency of simulated ticks
|
||||
host_inst_rate 12150896 # Simulator instruction rate (inst/s)
|
||||
host_op_rate 12150892 # Simulator op (including micro ops) rate (op/s)
|
||||
host_tick_rate 4649177813 # Simulator tick rate (ticks/s)
|
||||
host_mem_usage 500080 # Number of bytes of host memory used
|
||||
host_seconds 43.11 # Real time elapsed on the host
|
||||
host_inst_rate 7045290 # Simulator instruction rate (inst/s)
|
||||
host_op_rate 7045287 # Simulator op (including micro ops) rate (op/s)
|
||||
host_tick_rate 2695669073 # Simulator tick rate (ticks/s)
|
||||
host_mem_usage 476352 # Number of bytes of host memory used
|
||||
host_seconds 74.35 # Real time elapsed on the host
|
||||
sim_insts 523780905 # Number of instructions simulated
|
||||
sim_ops 523780905 # Number of ops (including micro ops) simulated
|
||||
drivesys.voltage_domain.voltage 1 # Voltage in Volts
|
||||
|
@ -619,11 +619,11 @@ sim_seconds 0.000407 # Nu
|
|||
sim_ticks 407341500 # Number of ticks simulated
|
||||
final_tick 4321620817500 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
|
||||
sim_freq 1000000000000 # Frequency of simulated ticks
|
||||
host_inst_rate 5761027657 # Simulator instruction rate (inst/s)
|
||||
host_op_rate 5760057644 # Simulator op (including micro ops) rate (op/s)
|
||||
host_tick_rate 4478236963 # Simulator tick rate (ticks/s)
|
||||
host_mem_usage 500080 # Number of bytes of host memory used
|
||||
host_seconds 0.09 # Real time elapsed on the host
|
||||
host_inst_rate 3614433690 # Simulator instruction rate (inst/s)
|
||||
host_op_rate 3613747861 # Simulator op (including micro ops) rate (op/s)
|
||||
host_tick_rate 2809493050 # Simulator tick rate (ticks/s)
|
||||
host_mem_usage 476352 # Number of bytes of host memory used
|
||||
host_seconds 0.15 # Real time elapsed on the host
|
||||
sim_insts 523853183 # Number of instructions simulated
|
||||
sim_ops 523853183 # Number of ops (including micro ops) simulated
|
||||
drivesys.voltage_domain.voltage 1 # Voltage in Volts
|
||||
|
|
|
@ -675,7 +675,7 @@ env=
|
|||
errout=cerr
|
||||
euid=100
|
||||
eventq_index=0
|
||||
executable=/scratch/nilay/GEM5/gem5/tests/test-progs/hello/bin/alpha/linux/hello
|
||||
executable=/dist/m5/regression/test-progs/hello/bin/alpha/linux/hello
|
||||
gid=100
|
||||
input=cin
|
||||
kvmInSE=false
|
||||
|
|
|
@ -1,12 +1,10 @@
|
|||
Redirecting stdout to build/ALPHA/tests/opt/quick/se/00.hello/alpha/linux/minor-timing/simout
|
||||
Redirecting stderr to build/ALPHA/tests/opt/quick/se/00.hello/alpha/linux/minor-timing/simerr
|
||||
gem5 Simulator System. http://gem5.org
|
||||
gem5 is copyrighted software; use the --copyright option for details.
|
||||
|
||||
gem5 compiled Nov 15 2015 14:28:00
|
||||
gem5 started Nov 15 2015 14:28:24
|
||||
gem5 executing on ribera.cs.wisc.edu, pid 29048
|
||||
command line: build/ALPHA/gem5.opt -d build/ALPHA/tests/opt/quick/se/00.hello/alpha/linux/minor-timing -re /scratch/nilay/GEM5/gem5/tests/run.py build/ALPHA/tests/opt/quick/se/00.hello/alpha/linux/minor-timing
|
||||
gem5 compiled Dec 11 2015 19:54:02
|
||||
gem5 started Dec 11 2015 19:54:52
|
||||
gem5 executing on zizzer, pid 26256
|
||||
command line: build/ALPHA/gem5.opt -d build/ALPHA/tests/opt/quick/se/00.hello/alpha/linux/minor-timing -re /z/atgutier/gem5/gem5/tests/run.py build/ALPHA/tests/opt/quick/se/00.hello/alpha/linux/minor-timing
|
||||
|
||||
Global frequency set at 1000000000000 ticks per second
|
||||
info: Entering event queue @ 0. Starting simulation...
|
||||
|
|
|
@ -4,11 +4,11 @@ sim_seconds 0.000038 # Nu
|
|||
sim_ticks 37553000 # Number of ticks simulated
|
||||
final_tick 37553000 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
|
||||
sim_freq 1000000000000 # Frequency of simulated ticks
|
||||
host_inst_rate 55108 # Simulator instruction rate (inst/s)
|
||||
host_op_rate 55099 # Simulator op (including micro ops) rate (op/s)
|
||||
host_tick_rate 323251479 # Simulator tick rate (ticks/s)
|
||||
host_mem_usage 290176 # Number of bytes of host memory used
|
||||
host_seconds 0.12 # Real time elapsed on the host
|
||||
host_inst_rate 64031 # Simulator instruction rate (inst/s)
|
||||
host_op_rate 64014 # Simulator op (including micro ops) rate (op/s)
|
||||
host_tick_rate 375517232 # Simulator tick rate (ticks/s)
|
||||
host_mem_usage 231080 # Number of bytes of host memory used
|
||||
host_seconds 0.10 # Real time elapsed on the host
|
||||
sim_insts 6400 # Number of instructions simulated
|
||||
sim_ops 6400 # Number of ops (including micro ops) simulated
|
||||
system.voltage_domain.voltage 1 # Voltage in Volts
|
||||
|
|
|
@ -624,7 +624,7 @@ env=
|
|||
errout=cerr
|
||||
euid=100
|
||||
eventq_index=0
|
||||
executable=/scratch/nilay/GEM5/gem5/tests/test-progs/hello/bin/alpha/linux/hello
|
||||
executable=/dist/m5/regression/test-progs/hello/bin/alpha/linux/hello
|
||||
gid=100
|
||||
input=cin
|
||||
kvmInSE=false
|
||||
|
|
|
@ -1,12 +1,10 @@
|
|||
Redirecting stdout to build/ALPHA/tests/opt/quick/se/00.hello/alpha/linux/o3-timing/simout
|
||||
Redirecting stderr to build/ALPHA/tests/opt/quick/se/00.hello/alpha/linux/o3-timing/simerr
|
||||
gem5 Simulator System. http://gem5.org
|
||||
gem5 is copyrighted software; use the --copyright option for details.
|
||||
|
||||
gem5 compiled Nov 15 2015 14:28:00
|
||||
gem5 started Nov 15 2015 14:30:08
|
||||
gem5 executing on ribera.cs.wisc.edu, pid 29145
|
||||
command line: build/ALPHA/gem5.opt -d build/ALPHA/tests/opt/quick/se/00.hello/alpha/linux/o3-timing -re /scratch/nilay/GEM5/gem5/tests/run.py build/ALPHA/tests/opt/quick/se/00.hello/alpha/linux/o3-timing
|
||||
gem5 compiled Dec 11 2015 19:54:02
|
||||
gem5 started Dec 11 2015 19:54:27
|
||||
gem5 executing on zizzer, pid 26149
|
||||
command line: build/ALPHA/gem5.opt -d build/ALPHA/tests/opt/quick/se/00.hello/alpha/linux/o3-timing -re /z/atgutier/gem5/gem5/tests/run.py build/ALPHA/tests/opt/quick/se/00.hello/alpha/linux/o3-timing
|
||||
|
||||
Global frequency set at 1000000000000 ticks per second
|
||||
info: Entering event queue @ 0. Starting simulation...
|
||||
|
|
|
@ -4,11 +4,11 @@ sim_seconds 0.000022 # Nu
|
|||
sim_ticks 21900500 # Number of ticks simulated
|
||||
final_tick 21900500 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
|
||||
sim_freq 1000000000000 # Frequency of simulated ticks
|
||||
host_inst_rate 59160 # Simulator instruction rate (inst/s)
|
||||
host_op_rate 59150 # Simulator op (including micro ops) rate (op/s)
|
||||
host_tick_rate 203265202 # Simulator tick rate (ticks/s)
|
||||
host_mem_usage 292228 # Number of bytes of host memory used
|
||||
host_seconds 0.11 # Real time elapsed on the host
|
||||
host_inst_rate 48553 # Simulator instruction rate (inst/s)
|
||||
host_op_rate 48543 # Simulator op (including micro ops) rate (op/s)
|
||||
host_tick_rate 166810792 # Simulator tick rate (ticks/s)
|
||||
host_mem_usage 232316 # Number of bytes of host memory used
|
||||
host_seconds 0.13 # Real time elapsed on the host
|
||||
sim_insts 6372 # Number of instructions simulated
|
||||
sim_ops 6372 # Number of ops (including micro ops) simulated
|
||||
system.voltage_domain.voltage 1 # Voltage in Volts
|
||||
|
|
|
@ -115,7 +115,7 @@ env=
|
|||
errout=cerr
|
||||
euid=100
|
||||
eventq_index=0
|
||||
executable=/scratch/nilay/GEM5/gem5/tests/test-progs/hello/bin/alpha/linux/hello
|
||||
executable=/dist/m5/regression/test-progs/hello/bin/alpha/linux/hello
|
||||
gid=100
|
||||
input=cin
|
||||
kvmInSE=false
|
||||
|
|
|
@ -1,12 +1,10 @@
|
|||
Redirecting stdout to build/ALPHA/tests/opt/quick/se/00.hello/alpha/linux/simple-atomic/simout
|
||||
Redirecting stderr to build/ALPHA/tests/opt/quick/se/00.hello/alpha/linux/simple-atomic/simerr
|
||||
gem5 Simulator System. http://gem5.org
|
||||
gem5 is copyrighted software; use the --copyright option for details.
|
||||
|
||||
gem5 compiled Nov 15 2015 14:28:00
|
||||
gem5 started Nov 15 2015 14:28:47
|
||||
gem5 executing on ribera.cs.wisc.edu, pid 29075
|
||||
command line: build/ALPHA/gem5.opt -d build/ALPHA/tests/opt/quick/se/00.hello/alpha/linux/simple-atomic -re /scratch/nilay/GEM5/gem5/tests/run.py build/ALPHA/tests/opt/quick/se/00.hello/alpha/linux/simple-atomic
|
||||
gem5 compiled Dec 11 2015 19:54:02
|
||||
gem5 started Dec 11 2015 19:54:28
|
||||
gem5 executing on zizzer, pid 26169
|
||||
command line: build/ALPHA/gem5.opt -d build/ALPHA/tests/opt/quick/se/00.hello/alpha/linux/simple-atomic -re /z/atgutier/gem5/gem5/tests/run.py build/ALPHA/tests/opt/quick/se/00.hello/alpha/linux/simple-atomic
|
||||
|
||||
Global frequency set at 1000000000000 ticks per second
|
||||
info: Entering event queue @ 0. Starting simulation...
|
||||
|
|
|
@ -4,11 +4,11 @@ sim_seconds 0.000003 # Nu
|
|||
sim_ticks 3208000 # Number of ticks simulated
|
||||
final_tick 3208000 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
|
||||
sim_freq 1000000000000 # Frequency of simulated ticks
|
||||
host_inst_rate 1057772 # Simulator instruction rate (inst/s)
|
||||
host_op_rate 1055326 # Simulator op (including micro ops) rate (op/s)
|
||||
host_tick_rate 528762156 # Simulator tick rate (ticks/s)
|
||||
host_mem_usage 277832 # Number of bytes of host memory used
|
||||
host_seconds 0.01 # Real time elapsed on the host
|
||||
host_inst_rate 110246 # Simulator instruction rate (inst/s)
|
||||
host_op_rate 110196 # Simulator op (including micro ops) rate (op/s)
|
||||
host_tick_rate 55296654 # Simulator tick rate (ticks/s)
|
||||
host_mem_usage 220244 # Number of bytes of host memory used
|
||||
host_seconds 0.06 # Real time elapsed on the host
|
||||
sim_insts 6390 # Number of instructions simulated
|
||||
sim_ops 6390 # Number of ops (including micro ops) simulated
|
||||
system.voltage_domain.voltage 1 # Voltage in Volts
|
||||
|
@ -35,27 +35,6 @@ system.physmem.bw_write::total 2087281796 # Wr
|
|||
system.physmem.bw_total::cpu.inst 7980049875 # Total bandwidth to/from this memory (bytes/s)
|
||||
system.physmem.bw_total::cpu.data 4826683292 # Total bandwidth to/from this memory (bytes/s)
|
||||
system.physmem.bw_total::total 12806733167 # Total bandwidth to/from this memory (bytes/s)
|
||||
system.membus.trans_dist::ReadReq 7583 # Transaction distribution
|
||||
system.membus.trans_dist::ReadResp 7583 # Transaction distribution
|
||||
system.membus.trans_dist::WriteReq 865 # Transaction distribution
|
||||
system.membus.trans_dist::WriteResp 865 # Transaction distribution
|
||||
system.membus.pkt_count_system.cpu.icache_port::system.physmem.port 12800 # Packet count per connected master and slave (bytes)
|
||||
system.membus.pkt_count_system.cpu.dcache_port::system.physmem.port 4096 # Packet count per connected master and slave (bytes)
|
||||
system.membus.pkt_count::total 16896 # Packet count per connected master and slave (bytes)
|
||||
system.membus.pkt_size_system.cpu.icache_port::system.physmem.port 25600 # Cumulative packet size per connected master and slave (bytes)
|
||||
system.membus.pkt_size_system.cpu.dcache_port::system.physmem.port 15484 # Cumulative packet size per connected master and slave (bytes)
|
||||
system.membus.pkt_size::total 41084 # Cumulative packet size per connected master and slave (bytes)
|
||||
system.membus.snoops 0 # Total snoops (count)
|
||||
system.membus.snoop_fanout::samples 8448 # Request fanout histogram
|
||||
system.membus.snoop_fanout::mean 0.757576 # Request fanout histogram
|
||||
system.membus.snoop_fanout::stdev 0.428575 # Request fanout histogram
|
||||
system.membus.snoop_fanout::underflows 0 0.00% 0.00% # Request fanout histogram
|
||||
system.membus.snoop_fanout::0 2048 24.24% 24.24% # Request fanout histogram
|
||||
system.membus.snoop_fanout::1 6400 75.76% 100.00% # Request fanout histogram
|
||||
system.membus.snoop_fanout::overflows 0 0.00% 100.00% # Request fanout histogram
|
||||
system.membus.snoop_fanout::min_value 0 # Request fanout histogram
|
||||
system.membus.snoop_fanout::max_value 1 # Request fanout histogram
|
||||
system.membus.snoop_fanout::total 8448 # Request fanout histogram
|
||||
system.cpu_clk_domain.clock 500 # Clock period in ticks
|
||||
system.cpu.dtb.fetch_hits 0 # ITB hits
|
||||
system.cpu.dtb.fetch_misses 0 # ITB misses
|
||||
|
@ -148,5 +127,26 @@ system.cpu.op_class::MemWrite 868 13.56% 100.00% # Cl
|
|||
system.cpu.op_class::IprAccess 0 0.00% 100.00% # Class of executed instruction
|
||||
system.cpu.op_class::InstPrefetch 0 0.00% 100.00% # Class of executed instruction
|
||||
system.cpu.op_class::total 6400 # Class of executed instruction
|
||||
system.membus.trans_dist::ReadReq 7583 # Transaction distribution
|
||||
system.membus.trans_dist::ReadResp 7583 # Transaction distribution
|
||||
system.membus.trans_dist::WriteReq 865 # Transaction distribution
|
||||
system.membus.trans_dist::WriteResp 865 # Transaction distribution
|
||||
system.membus.pkt_count_system.cpu.icache_port::system.physmem.port 12800 # Packet count per connected master and slave (bytes)
|
||||
system.membus.pkt_count_system.cpu.dcache_port::system.physmem.port 4096 # Packet count per connected master and slave (bytes)
|
||||
system.membus.pkt_count::total 16896 # Packet count per connected master and slave (bytes)
|
||||
system.membus.pkt_size_system.cpu.icache_port::system.physmem.port 25600 # Cumulative packet size per connected master and slave (bytes)
|
||||
system.membus.pkt_size_system.cpu.dcache_port::system.physmem.port 15484 # Cumulative packet size per connected master and slave (bytes)
|
||||
system.membus.pkt_size::total 41084 # Cumulative packet size per connected master and slave (bytes)
|
||||
system.membus.snoops 0 # Total snoops (count)
|
||||
system.membus.snoop_fanout::samples 8448 # Request fanout histogram
|
||||
system.membus.snoop_fanout::mean 0.757576 # Request fanout histogram
|
||||
system.membus.snoop_fanout::stdev 0.428575 # Request fanout histogram
|
||||
system.membus.snoop_fanout::underflows 0 0.00% 0.00% # Request fanout histogram
|
||||
system.membus.snoop_fanout::0 2048 24.24% 24.24% # Request fanout histogram
|
||||
system.membus.snoop_fanout::1 6400 75.76% 100.00% # Request fanout histogram
|
||||
system.membus.snoop_fanout::overflows 0 0.00% 100.00% # Request fanout histogram
|
||||
system.membus.snoop_fanout::min_value 0 # Request fanout histogram
|
||||
system.membus.snoop_fanout::max_value 1 # Request fanout histogram
|
||||
system.membus.snoop_fanout::total 8448 # Request fanout histogram
|
||||
|
||||
---------- End Simulation Statistics ----------
|
||||
|
|
|
@ -119,7 +119,7 @@ env=
|
|||
errout=cerr
|
||||
euid=100
|
||||
eventq_index=0
|
||||
executable=/scratch/nilay/GEM5/gem5/tests/test-progs/hello/bin/alpha/linux/hello
|
||||
executable=/dist/m5/regression/test-progs/hello/bin/alpha/linux/hello
|
||||
gid=100
|
||||
input=cin
|
||||
kvmInSE=false
|
||||
|
@ -445,6 +445,7 @@ eventq_index=0
|
|||
icache=system.ruby.l1_cntrl0.L1Icache
|
||||
icache_hit_latency=1
|
||||
max_outstanding_requests=16
|
||||
no_retry_on_stall=false
|
||||
ruby_system=system.ruby
|
||||
support_data_reqs=true
|
||||
support_inst_reqs=true
|
||||
|
@ -1187,6 +1188,7 @@ randomization=false
|
|||
type=RubyPortProxy
|
||||
clk_domain=system.clk_domain
|
||||
eventq_index=0
|
||||
no_retry_on_stall=false
|
||||
ruby_system=system.ruby
|
||||
support_data_reqs=true
|
||||
support_inst_reqs=true
|
||||
|
|
|
@ -1,12 +1,10 @@
|
|||
Redirecting stdout to build/ALPHA_MESI_Two_Level/tests/opt/quick/se/00.hello/alpha/linux/simple-timing-ruby-MESI_Two_Level/simout
|
||||
Redirecting stderr to build/ALPHA_MESI_Two_Level/tests/opt/quick/se/00.hello/alpha/linux/simple-timing-ruby-MESI_Two_Level/simerr
|
||||
gem5 Simulator System. http://gem5.org
|
||||
gem5 is copyrighted software; use the --copyright option for details.
|
||||
|
||||
gem5 compiled Nov 15 2015 14:41:13
|
||||
gem5 started Nov 15 2015 14:41:38
|
||||
gem5 executing on ribera.cs.wisc.edu, pid 32149
|
||||
command line: build/ALPHA_MESI_Two_Level/gem5.opt -d build/ALPHA_MESI_Two_Level/tests/opt/quick/se/00.hello/alpha/linux/simple-timing-ruby-MESI_Two_Level -re /scratch/nilay/GEM5/gem5/tests/run.py build/ALPHA_MESI_Two_Level/tests/opt/quick/se/00.hello/alpha/linux/simple-timing-ruby-MESI_Two_Level
|
||||
gem5 compiled Dec 11 2015 20:05:44
|
||||
gem5 started Dec 11 2015 20:06:17
|
||||
gem5 executing on zizzer, pid 37024
|
||||
command line: build/ALPHA_MESI_Two_Level/gem5.opt -d build/ALPHA_MESI_Two_Level/tests/opt/quick/se/00.hello/alpha/linux/simple-timing-ruby-MESI_Two_Level -re /z/atgutier/gem5/gem5/tests/run.py build/ALPHA_MESI_Two_Level/tests/opt/quick/se/00.hello/alpha/linux/simple-timing-ruby-MESI_Two_Level
|
||||
|
||||
Global frequency set at 1000000000 ticks per second
|
||||
info: Entering event queue @ 0. Starting simulation...
|
||||
|
|
|
@ -4,11 +4,11 @@ sim_seconds 0.000121 # Nu
|
|||
sim_ticks 121460 # Number of ticks simulated
|
||||
final_tick 121460 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
|
||||
sim_freq 1000000000 # Frequency of simulated ticks
|
||||
host_inst_rate 24898 # Simulator instruction rate (inst/s)
|
||||
host_op_rate 24896 # Simulator op (including micro ops) rate (op/s)
|
||||
host_tick_rate 473190 # Simulator tick rate (ticks/s)
|
||||
host_mem_usage 448380 # Number of bytes of host memory used
|
||||
host_seconds 0.26 # Real time elapsed on the host
|
||||
host_inst_rate 18505 # Simulator instruction rate (inst/s)
|
||||
host_op_rate 18504 # Simulator op (including micro ops) rate (op/s)
|
||||
host_tick_rate 351701 # Simulator tick rate (ticks/s)
|
||||
host_mem_usage 388732 # Number of bytes of host memory used
|
||||
host_seconds 0.35 # Real time elapsed on the host
|
||||
sim_insts 6390 # Number of instructions simulated
|
||||
sim_ops 6390 # Number of ops (including micro ops) simulated
|
||||
system.voltage_domain.voltage 1 # Voltage in Volts
|
||||
|
|
|
@ -119,7 +119,7 @@ env=
|
|||
errout=cerr
|
||||
euid=100
|
||||
eventq_index=0
|
||||
executable=/scratch/nilay/GEM5/gem5/tests/test-progs/hello/bin/alpha/linux/hello
|
||||
executable=/dist/m5/regression/test-progs/hello/bin/alpha/linux/hello
|
||||
gid=100
|
||||
input=cin
|
||||
kvmInSE=false
|
||||
|
@ -431,6 +431,7 @@ eventq_index=0
|
|||
icache=system.ruby.l1_cntrl0.L1Icache
|
||||
icache_hit_latency=1
|
||||
max_outstanding_requests=16
|
||||
no_retry_on_stall=false
|
||||
ruby_system=system.ruby
|
||||
support_data_reqs=true
|
||||
support_inst_reqs=true
|
||||
|
@ -1179,6 +1180,7 @@ randomization=false
|
|||
type=RubyPortProxy
|
||||
clk_domain=system.clk_domain
|
||||
eventq_index=0
|
||||
no_retry_on_stall=false
|
||||
ruby_system=system.ruby
|
||||
support_data_reqs=true
|
||||
support_inst_reqs=true
|
||||
|
|
|
@ -1,12 +1,10 @@
|
|||
Redirecting stdout to build/ALPHA_MOESI_CMP_directory/tests/opt/quick/se/00.hello/alpha/linux/simple-timing-ruby-MOESI_CMP_directory/simout
|
||||
Redirecting stderr to build/ALPHA_MOESI_CMP_directory/tests/opt/quick/se/00.hello/alpha/linux/simple-timing-ruby-MOESI_CMP_directory/simerr
|
||||
gem5 Simulator System. http://gem5.org
|
||||
gem5 is copyrighted software; use the --copyright option for details.
|
||||
|
||||
gem5 compiled Nov 15 2015 14:46:21
|
||||
gem5 started Nov 15 2015 14:46:44
|
||||
gem5 executing on ribera.cs.wisc.edu, pid 1174
|
||||
command line: build/ALPHA_MOESI_CMP_directory/gem5.opt -d build/ALPHA_MOESI_CMP_directory/tests/opt/quick/se/00.hello/alpha/linux/simple-timing-ruby-MOESI_CMP_directory -re /scratch/nilay/GEM5/gem5/tests/run.py build/ALPHA_MOESI_CMP_directory/tests/opt/quick/se/00.hello/alpha/linux/simple-timing-ruby-MOESI_CMP_directory
|
||||
gem5 compiled Dec 11 2015 20:10:49
|
||||
gem5 started Dec 11 2015 20:11:27
|
||||
gem5 executing on zizzer, pid 42477
|
||||
command line: build/ALPHA_MOESI_CMP_directory/gem5.opt -d build/ALPHA_MOESI_CMP_directory/tests/opt/quick/se/00.hello/alpha/linux/simple-timing-ruby-MOESI_CMP_directory -re /z/atgutier/gem5/gem5/tests/run.py build/ALPHA_MOESI_CMP_directory/tests/opt/quick/se/00.hello/alpha/linux/simple-timing-ruby-MOESI_CMP_directory
|
||||
|
||||
Global frequency set at 1000000000 ticks per second
|
||||
info: Entering event queue @ 0. Starting simulation...
|
||||
|
|
|
@ -4,11 +4,11 @@ sim_seconds 0.000109 # Nu
|
|||
sim_ticks 108694 # Number of ticks simulated
|
||||
final_tick 108694 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
|
||||
sim_freq 1000000000 # Frequency of simulated ticks
|
||||
host_inst_rate 34181 # Simulator instruction rate (inst/s)
|
||||
host_op_rate 34178 # Simulator op (including micro ops) rate (op/s)
|
||||
host_tick_rate 581310 # Simulator tick rate (ticks/s)
|
||||
host_mem_usage 451520 # Number of bytes of host memory used
|
||||
host_seconds 0.19 # Real time elapsed on the host
|
||||
host_inst_rate 21195 # Simulator instruction rate (inst/s)
|
||||
host_op_rate 21193 # Simulator op (including micro ops) rate (op/s)
|
||||
host_tick_rate 360456 # Simulator tick rate (ticks/s)
|
||||
host_mem_usage 391840 # Number of bytes of host memory used
|
||||
host_seconds 0.30 # Real time elapsed on the host
|
||||
sim_insts 6390 # Number of instructions simulated
|
||||
sim_ops 6390 # Number of ops (including micro ops) simulated
|
||||
system.voltage_domain.voltage 1 # Voltage in Volts
|
||||
|
|
|
@ -119,7 +119,7 @@ env=
|
|||
errout=cerr
|
||||
euid=100
|
||||
eventq_index=0
|
||||
executable=/scratch/nilay/GEM5/gem5/tests/test-progs/hello/bin/alpha/linux/hello
|
||||
executable=/dist/m5/regression/test-progs/hello/bin/alpha/linux/hello
|
||||
gid=100
|
||||
input=cin
|
||||
kvmInSE=false
|
||||
|
@ -495,6 +495,7 @@ eventq_index=0
|
|||
icache=system.ruby.l1_cntrl0.L1Icache
|
||||
icache_hit_latency=1
|
||||
max_outstanding_requests=16
|
||||
no_retry_on_stall=false
|
||||
ruby_system=system.ruby
|
||||
support_data_reqs=true
|
||||
support_inst_reqs=true
|
||||
|
@ -1743,6 +1744,7 @@ randomization=false
|
|||
type=RubyPortProxy
|
||||
clk_domain=system.clk_domain
|
||||
eventq_index=0
|
||||
no_retry_on_stall=false
|
||||
ruby_system=system.ruby
|
||||
support_data_reqs=true
|
||||
support_inst_reqs=true
|
||||
|
|
|
@ -1,12 +1,10 @@
|
|||
Redirecting stdout to build/ALPHA_MOESI_CMP_token/tests/opt/quick/se/00.hello/alpha/linux/simple-timing-ruby-MOESI_CMP_token/simout
|
||||
Redirecting stderr to build/ALPHA_MOESI_CMP_token/tests/opt/quick/se/00.hello/alpha/linux/simple-timing-ruby-MOESI_CMP_token/simerr
|
||||
gem5 Simulator System. http://gem5.org
|
||||
gem5 is copyrighted software; use the --copyright option for details.
|
||||
|
||||
gem5 compiled Nov 15 2015 14:51:28
|
||||
gem5 started Nov 15 2015 14:51:58
|
||||
gem5 executing on ribera.cs.wisc.edu, pid 2899
|
||||
command line: build/ALPHA_MOESI_CMP_token/gem5.opt -d build/ALPHA_MOESI_CMP_token/tests/opt/quick/se/00.hello/alpha/linux/simple-timing-ruby-MOESI_CMP_token -re /scratch/nilay/GEM5/gem5/tests/run.py build/ALPHA_MOESI_CMP_token/tests/opt/quick/se/00.hello/alpha/linux/simple-timing-ruby-MOESI_CMP_token
|
||||
gem5 compiled Dec 11 2015 20:15:50
|
||||
gem5 started Dec 11 2015 20:16:20
|
||||
gem5 executing on zizzer, pid 47639
|
||||
command line: build/ALPHA_MOESI_CMP_token/gem5.opt -d build/ALPHA_MOESI_CMP_token/tests/opt/quick/se/00.hello/alpha/linux/simple-timing-ruby-MOESI_CMP_token -re /z/atgutier/gem5/gem5/tests/run.py build/ALPHA_MOESI_CMP_token/tests/opt/quick/se/00.hello/alpha/linux/simple-timing-ruby-MOESI_CMP_token
|
||||
|
||||
Global frequency set at 1000000000 ticks per second
|
||||
info: Entering event queue @ 0. Starting simulation...
|
||||
|
|
|
@ -4,11 +4,11 @@ sim_seconds 0.000108 # Nu
|
|||
sim_ticks 108253 # Number of ticks simulated
|
||||
final_tick 108253 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
|
||||
sim_freq 1000000000 # Frequency of simulated ticks
|
||||
host_inst_rate 35277 # Simulator instruction rate (inst/s)
|
||||
host_op_rate 35272 # Simulator op (including micro ops) rate (op/s)
|
||||
host_tick_rate 597494 # Simulator tick rate (ticks/s)
|
||||
host_mem_usage 449432 # Number of bytes of host memory used
|
||||
host_seconds 0.18 # Real time elapsed on the host
|
||||
host_inst_rate 16244 # Simulator instruction rate (inst/s)
|
||||
host_op_rate 16243 # Simulator op (including micro ops) rate (op/s)
|
||||
host_tick_rate 275161 # Simulator tick rate (ticks/s)
|
||||
host_mem_usage 389764 # Number of bytes of host memory used
|
||||
host_seconds 0.39 # Real time elapsed on the host
|
||||
sim_insts 6390 # Number of instructions simulated
|
||||
sim_ops 6390 # Number of ops (including micro ops) simulated
|
||||
system.voltage_domain.voltage 1 # Voltage in Volts
|
||||
|
|
|
@ -119,7 +119,7 @@ env=
|
|||
errout=cerr
|
||||
euid=100
|
||||
eventq_index=0
|
||||
executable=/scratch/nilay/GEM5/gem5/tests/test-progs/hello/bin/alpha/linux/hello
|
||||
executable=/dist/m5/regression/test-progs/hello/bin/alpha/linux/hello
|
||||
gid=100
|
||||
input=cin
|
||||
kvmInSE=false
|
||||
|
@ -518,6 +518,7 @@ eventq_index=0
|
|||
icache=system.ruby.l1_cntrl0.L1Icache
|
||||
icache_hit_latency=1
|
||||
max_outstanding_requests=16
|
||||
no_retry_on_stall=false
|
||||
ruby_system=system.ruby
|
||||
support_data_reqs=true
|
||||
support_inst_reqs=true
|
||||
|
@ -1227,6 +1228,7 @@ randomization=false
|
|||
type=RubyPortProxy
|
||||
clk_domain=system.clk_domain
|
||||
eventq_index=0
|
||||
no_retry_on_stall=false
|
||||
ruby_system=system.ruby
|
||||
support_data_reqs=true
|
||||
support_inst_reqs=true
|
||||
|
|
|
@ -1,12 +1,10 @@
|
|||
Redirecting stdout to build/ALPHA_MOESI_hammer/tests/opt/quick/se/00.hello/alpha/linux/simple-timing-ruby-MOESI_hammer/simout
|
||||
Redirecting stderr to build/ALPHA_MOESI_hammer/tests/opt/quick/se/00.hello/alpha/linux/simple-timing-ruby-MOESI_hammer/simerr
|
||||
gem5 Simulator System. http://gem5.org
|
||||
gem5 is copyrighted software; use the --copyright option for details.
|
||||
|
||||
gem5 compiled Nov 15 2015 14:35:53
|
||||
gem5 started Nov 15 2015 14:36:15
|
||||
gem5 executing on ribera.cs.wisc.edu, pid 30620
|
||||
command line: build/ALPHA_MOESI_hammer/gem5.opt -d build/ALPHA_MOESI_hammer/tests/opt/quick/se/00.hello/alpha/linux/simple-timing-ruby-MOESI_hammer -re /scratch/nilay/GEM5/gem5/tests/run.py build/ALPHA_MOESI_hammer/tests/opt/quick/se/00.hello/alpha/linux/simple-timing-ruby-MOESI_hammer
|
||||
gem5 compiled Dec 11 2015 20:00:36
|
||||
gem5 started Dec 11 2015 20:01:07
|
||||
gem5 executing on zizzer, pid 31719
|
||||
command line: build/ALPHA_MOESI_hammer/gem5.opt -d build/ALPHA_MOESI_hammer/tests/opt/quick/se/00.hello/alpha/linux/simple-timing-ruby-MOESI_hammer -re /z/atgutier/gem5/gem5/tests/run.py build/ALPHA_MOESI_hammer/tests/opt/quick/se/00.hello/alpha/linux/simple-timing-ruby-MOESI_hammer
|
||||
|
||||
Global frequency set at 1000000000 ticks per second
|
||||
info: Entering event queue @ 0. Starting simulation...
|
||||
|
|
|
@ -4,11 +4,11 @@ sim_seconds 0.000087 # Nu
|
|||
sim_ticks 86673 # Number of ticks simulated
|
||||
final_tick 86673 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
|
||||
sim_freq 1000000000 # Frequency of simulated ticks
|
||||
host_inst_rate 33775 # Simulator instruction rate (inst/s)
|
||||
host_op_rate 33772 # Simulator op (including micro ops) rate (op/s)
|
||||
host_tick_rate 458039 # Simulator tick rate (ticks/s)
|
||||
host_mem_usage 448324 # Number of bytes of host memory used
|
||||
host_seconds 0.19 # Real time elapsed on the host
|
||||
host_inst_rate 24441 # Simulator instruction rate (inst/s)
|
||||
host_op_rate 24439 # Simulator op (including micro ops) rate (op/s)
|
||||
host_tick_rate 331452 # Simulator tick rate (ticks/s)
|
||||
host_mem_usage 389356 # Number of bytes of host memory used
|
||||
host_seconds 0.26 # Real time elapsed on the host
|
||||
sim_insts 6390 # Number of instructions simulated
|
||||
sim_ops 6390 # Number of ops (including micro ops) simulated
|
||||
system.voltage_domain.voltage 1 # Voltage in Volts
|
||||
|
|
|
@ -119,7 +119,7 @@ env=
|
|||
errout=cerr
|
||||
euid=100
|
||||
eventq_index=0
|
||||
executable=/scratch/nilay/GEM5/gem5/tests/test-progs/hello/bin/alpha/linux/hello
|
||||
executable=/dist/m5/regression/test-progs/hello/bin/alpha/linux/hello
|
||||
gid=100
|
||||
input=cin
|
||||
kvmInSE=false
|
||||
|
@ -414,6 +414,7 @@ eventq_index=0
|
|||
icache=system.ruby.l1_cntrl0.cacheMemory
|
||||
icache_hit_latency=1
|
||||
max_outstanding_requests=16
|
||||
no_retry_on_stall=false
|
||||
ruby_system=system.ruby
|
||||
support_data_reqs=true
|
||||
support_inst_reqs=true
|
||||
|
@ -1010,6 +1011,7 @@ randomization=false
|
|||
type=RubyPortProxy
|
||||
clk_domain=system.clk_domain
|
||||
eventq_index=0
|
||||
no_retry_on_stall=false
|
||||
ruby_system=system.ruby
|
||||
support_data_reqs=true
|
||||
support_inst_reqs=true
|
||||
|
|
|
@ -1,12 +1,10 @@
|
|||
Redirecting stdout to build/ALPHA/tests/opt/quick/se/00.hello/alpha/linux/simple-timing-ruby/simout
|
||||
Redirecting stderr to build/ALPHA/tests/opt/quick/se/00.hello/alpha/linux/simple-timing-ruby/simerr
|
||||
gem5 Simulator System. http://gem5.org
|
||||
gem5 is copyrighted software; use the --copyright option for details.
|
||||
|
||||
gem5 compiled Nov 15 2015 14:28:00
|
||||
gem5 started Nov 15 2015 14:30:20
|
||||
gem5 executing on ribera.cs.wisc.edu, pid 29152
|
||||
command line: build/ALPHA/gem5.opt -d build/ALPHA/tests/opt/quick/se/00.hello/alpha/linux/simple-timing-ruby -re /scratch/nilay/GEM5/gem5/tests/run.py build/ALPHA/tests/opt/quick/se/00.hello/alpha/linux/simple-timing-ruby
|
||||
gem5 compiled Dec 11 2015 19:54:02
|
||||
gem5 started Dec 11 2015 19:54:38
|
||||
gem5 executing on zizzer, pid 26203
|
||||
command line: build/ALPHA/gem5.opt -d build/ALPHA/tests/opt/quick/se/00.hello/alpha/linux/simple-timing-ruby -re /z/atgutier/gem5/gem5/tests/run.py build/ALPHA/tests/opt/quick/se/00.hello/alpha/linux/simple-timing-ruby
|
||||
|
||||
Global frequency set at 1000000000 ticks per second
|
||||
info: Entering event queue @ 0. Starting simulation...
|
||||
|
|
|
@ -4,11 +4,11 @@ sim_seconds 0.000107 # Nu
|
|||
sim_ticks 107210 # Number of ticks simulated
|
||||
final_tick 107210 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
|
||||
sim_freq 1000000000 # Frequency of simulated ticks
|
||||
host_inst_rate 51155 # Simulator instruction rate (inst/s)
|
||||
host_op_rate 51148 # Simulator op (including micro ops) rate (op/s)
|
||||
host_tick_rate 858029 # Simulator tick rate (ticks/s)
|
||||
host_mem_usage 447104 # Number of bytes of host memory used
|
||||
host_seconds 0.13 # Real time elapsed on the host
|
||||
host_inst_rate 30588 # Simulator instruction rate (inst/s)
|
||||
host_op_rate 30584 # Simulator op (including micro ops) rate (op/s)
|
||||
host_tick_rate 513061 # Simulator tick rate (ticks/s)
|
||||
host_mem_usage 388380 # Number of bytes of host memory used
|
||||
host_seconds 0.21 # Real time elapsed on the host
|
||||
sim_insts 6390 # Number of instructions simulated
|
||||
sim_ops 6390 # Number of ops (including micro ops) simulated
|
||||
system.voltage_domain.voltage 1 # Voltage in Volts
|
||||
|
|
|
@ -245,7 +245,7 @@ env=
|
|||
errout=cerr
|
||||
euid=100
|
||||
eventq_index=0
|
||||
executable=/scratch/nilay/GEM5/gem5/tests/test-progs/hello/bin/alpha/linux/hello
|
||||
executable=/dist/m5/regression/test-progs/hello/bin/alpha/linux/hello
|
||||
gid=100
|
||||
input=cin
|
||||
kvmInSE=false
|
||||
|
|
|
@ -1,12 +1,10 @@
|
|||
Redirecting stdout to build/ALPHA/tests/opt/quick/se/00.hello/alpha/linux/simple-timing/simout
|
||||
Redirecting stderr to build/ALPHA/tests/opt/quick/se/00.hello/alpha/linux/simple-timing/simerr
|
||||
gem5 Simulator System. http://gem5.org
|
||||
gem5 is copyrighted software; use the --copyright option for details.
|
||||
|
||||
gem5 compiled Nov 15 2015 14:28:00
|
||||
gem5 started Nov 15 2015 14:29:46
|
||||
gem5 executing on ribera.cs.wisc.edu, pid 29113
|
||||
command line: build/ALPHA/gem5.opt -d build/ALPHA/tests/opt/quick/se/00.hello/alpha/linux/simple-timing -re /scratch/nilay/GEM5/gem5/tests/run.py build/ALPHA/tests/opt/quick/se/00.hello/alpha/linux/simple-timing
|
||||
gem5 compiled Dec 11 2015 19:54:02
|
||||
gem5 started Dec 11 2015 19:54:42
|
||||
gem5 executing on zizzer, pid 26242
|
||||
command line: build/ALPHA/gem5.opt -d build/ALPHA/tests/opt/quick/se/00.hello/alpha/linux/simple-timing -re /z/atgutier/gem5/gem5/tests/run.py build/ALPHA/tests/opt/quick/se/00.hello/alpha/linux/simple-timing
|
||||
|
||||
Global frequency set at 1000000000000 ticks per second
|
||||
info: Entering event queue @ 0. Starting simulation...
|
||||
|
|
|
@ -4,11 +4,11 @@ sim_seconds 0.000036 # Nu
|
|||
sim_ticks 35667500 # Number of ticks simulated
|
||||
final_tick 35667500 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
|
||||
sim_freq 1000000000000 # Frequency of simulated ticks
|
||||
host_inst_rate 123464 # Simulator instruction rate (inst/s)
|
||||
host_op_rate 123421 # Simulator op (including micro ops) rate (op/s)
|
||||
host_tick_rate 688686311 # Simulator tick rate (ticks/s)
|
||||
host_mem_usage 290180 # Number of bytes of host memory used
|
||||
host_seconds 0.05 # Real time elapsed on the host
|
||||
host_inst_rate 3576 # Simulator instruction rate (inst/s)
|
||||
host_op_rate 3576 # Simulator op (including micro ops) rate (op/s)
|
||||
host_tick_rate 19962115 # Simulator tick rate (ticks/s)
|
||||
host_mem_usage 230248 # Number of bytes of host memory used
|
||||
host_seconds 1.79 # Real time elapsed on the host
|
||||
sim_insts 6390 # Number of instructions simulated
|
||||
sim_ops 6390 # Number of ops (including micro ops) simulated
|
||||
system.voltage_domain.voltage 1 # Voltage in Volts
|
||||
|
|
|
@ -675,7 +675,7 @@ env=
|
|||
errout=cerr
|
||||
euid=100
|
||||
eventq_index=0
|
||||
executable=/scratch/nilay/GEM5/gem5/tests/test-progs/hello/bin/alpha/tru64/hello
|
||||
executable=/dist/m5/regression/test-progs/hello/bin/alpha/tru64/hello
|
||||
gid=100
|
||||
input=cin
|
||||
kvmInSE=false
|
||||
|
|
|
@ -1,12 +1,10 @@
|
|||
Redirecting stdout to build/ALPHA/tests/opt/quick/se/00.hello/alpha/tru64/minor-timing/simout
|
||||
Redirecting stderr to build/ALPHA/tests/opt/quick/se/00.hello/alpha/tru64/minor-timing/simerr
|
||||
gem5 Simulator System. http://gem5.org
|
||||
gem5 is copyrighted software; use the --copyright option for details.
|
||||
|
||||
gem5 compiled Nov 15 2015 14:28:00
|
||||
gem5 started Nov 15 2015 14:29:19
|
||||
gem5 executing on ribera.cs.wisc.edu, pid 29096
|
||||
command line: build/ALPHA/gem5.opt -d build/ALPHA/tests/opt/quick/se/00.hello/alpha/tru64/minor-timing -re /scratch/nilay/GEM5/gem5/tests/run.py build/ALPHA/tests/opt/quick/se/00.hello/alpha/tru64/minor-timing
|
||||
gem5 compiled Dec 11 2015 19:54:02
|
||||
gem5 started Dec 11 2015 19:54:29
|
||||
gem5 executing on zizzer, pid 26176
|
||||
command line: build/ALPHA/gem5.opt -d build/ALPHA/tests/opt/quick/se/00.hello/alpha/tru64/minor-timing -re /z/atgutier/gem5/gem5/tests/run.py build/ALPHA/tests/opt/quick/se/00.hello/alpha/tru64/minor-timing
|
||||
|
||||
Global frequency set at 1000000000000 ticks per second
|
||||
info: Entering event queue @ 0. Starting simulation...
|
||||
|
|
|
@ -4,11 +4,11 @@ sim_seconds 0.000020 # Nu
|
|||
sim_ticks 20075000 # Number of ticks simulated
|
||||
final_tick 20075000 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
|
||||
sim_freq 1000000000000 # Frequency of simulated ticks
|
||||
host_inst_rate 43924 # Simulator instruction rate (inst/s)
|
||||
host_op_rate 43910 # Simulator op (including micro ops) rate (op/s)
|
||||
host_tick_rate 340901575 # Simulator tick rate (ticks/s)
|
||||
host_mem_usage 289896 # Number of bytes of host memory used
|
||||
host_seconds 0.06 # Real time elapsed on the host
|
||||
host_inst_rate 11823 # Simulator instruction rate (inst/s)
|
||||
host_op_rate 11822 # Simulator op (including micro ops) rate (op/s)
|
||||
host_tick_rate 91797329 # Simulator tick rate (ticks/s)
|
||||
host_mem_usage 230008 # Number of bytes of host memory used
|
||||
host_seconds 0.22 # Real time elapsed on the host
|
||||
sim_insts 2585 # Number of instructions simulated
|
||||
sim_ops 2585 # Number of ops (including micro ops) simulated
|
||||
system.voltage_domain.voltage 1 # Voltage in Volts
|
||||
|
|
|
@ -624,7 +624,7 @@ env=
|
|||
errout=cerr
|
||||
euid=100
|
||||
eventq_index=0
|
||||
executable=/scratch/nilay/GEM5/gem5/tests/test-progs/hello/bin/alpha/tru64/hello
|
||||
executable=/dist/m5/regression/test-progs/hello/bin/alpha/tru64/hello
|
||||
gid=100
|
||||
input=cin
|
||||
kvmInSE=false
|
||||
|
|
|
@ -1,12 +1,10 @@
|
|||
Redirecting stdout to build/ALPHA/tests/opt/quick/se/00.hello/alpha/tru64/o3-timing/simout
|
||||
Redirecting stderr to build/ALPHA/tests/opt/quick/se/00.hello/alpha/tru64/o3-timing/simerr
|
||||
gem5 Simulator System. http://gem5.org
|
||||
gem5 is copyrighted software; use the --copyright option for details.
|
||||
|
||||
gem5 compiled Nov 15 2015 14:28:00
|
||||
gem5 started Nov 15 2015 14:30:33
|
||||
gem5 executing on ribera.cs.wisc.edu, pid 29168
|
||||
command line: build/ALPHA/gem5.opt -d build/ALPHA/tests/opt/quick/se/00.hello/alpha/tru64/o3-timing -re /scratch/nilay/GEM5/gem5/tests/run.py build/ALPHA/tests/opt/quick/se/00.hello/alpha/tru64/o3-timing
|
||||
gem5 compiled Dec 11 2015 19:54:02
|
||||
gem5 started Dec 11 2015 19:54:41
|
||||
gem5 executing on zizzer, pid 26235
|
||||
command line: build/ALPHA/gem5.opt -d build/ALPHA/tests/opt/quick/se/00.hello/alpha/tru64/o3-timing -re /z/atgutier/gem5/gem5/tests/run.py build/ALPHA/tests/opt/quick/se/00.hello/alpha/tru64/o3-timing
|
||||
|
||||
Global frequency set at 1000000000000 ticks per second
|
||||
info: Entering event queue @ 0. Starting simulation...
|
||||
|
|
|
@ -4,11 +4,11 @@ sim_seconds 0.000012 # Nu
|
|||
sim_ticks 12363500 # Number of ticks simulated
|
||||
final_tick 12363500 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
|
||||
sim_freq 1000000000000 # Frequency of simulated ticks
|
||||
host_inst_rate 30943 # Simulator instruction rate (inst/s)
|
||||
host_op_rate 30935 # Simulator op (including micro ops) rate (op/s)
|
||||
host_tick_rate 160195252 # Simulator tick rate (ticks/s)
|
||||
host_mem_usage 290920 # Number of bytes of host memory used
|
||||
host_seconds 0.08 # Real time elapsed on the host
|
||||
host_inst_rate 19595 # Simulator instruction rate (inst/s)
|
||||
host_op_rate 19590 # Simulator op (including micro ops) rate (op/s)
|
||||
host_tick_rate 101447809 # Simulator tick rate (ticks/s)
|
||||
host_mem_usage 231216 # Number of bytes of host memory used
|
||||
host_seconds 0.12 # Real time elapsed on the host
|
||||
sim_insts 2387 # Number of instructions simulated
|
||||
sim_ops 2387 # Number of ops (including micro ops) simulated
|
||||
system.voltage_domain.voltage 1 # Voltage in Volts
|
||||
|
|
|
@ -115,7 +115,7 @@ env=
|
|||
errout=cerr
|
||||
euid=100
|
||||
eventq_index=0
|
||||
executable=/scratch/nilay/GEM5/gem5/tests/test-progs/hello/bin/alpha/tru64/hello
|
||||
executable=/dist/m5/regression/test-progs/hello/bin/alpha/tru64/hello
|
||||
gid=100
|
||||
input=cin
|
||||
kvmInSE=false
|
||||
|
|
|
@ -1,12 +1,10 @@
|
|||
Redirecting stdout to build/ALPHA/tests/opt/quick/se/00.hello/alpha/tru64/simple-atomic/simout
|
||||
Redirecting stderr to build/ALPHA/tests/opt/quick/se/00.hello/alpha/tru64/simple-atomic/simerr
|
||||
gem5 Simulator System. http://gem5.org
|
||||
gem5 is copyrighted software; use the --copyright option for details.
|
||||
|
||||
gem5 compiled Nov 15 2015 14:28:00
|
||||
gem5 started Nov 15 2015 14:28:24
|
||||
gem5 executing on ribera.cs.wisc.edu, pid 29046
|
||||
command line: build/ALPHA/gem5.opt -d build/ALPHA/tests/opt/quick/se/00.hello/alpha/tru64/simple-atomic -re /scratch/nilay/GEM5/gem5/tests/run.py build/ALPHA/tests/opt/quick/se/00.hello/alpha/tru64/simple-atomic
|
||||
gem5 compiled Dec 11 2015 19:54:02
|
||||
gem5 started Dec 11 2015 19:54:28
|
||||
gem5 executing on zizzer, pid 26173
|
||||
command line: build/ALPHA/gem5.opt -d build/ALPHA/tests/opt/quick/se/00.hello/alpha/tru64/simple-atomic -re /z/atgutier/gem5/gem5/tests/run.py build/ALPHA/tests/opt/quick/se/00.hello/alpha/tru64/simple-atomic
|
||||
|
||||
Global frequency set at 1000000000000 ticks per second
|
||||
info: Entering event queue @ 0. Starting simulation...
|
||||
|
|
|
@ -4,11 +4,11 @@ sim_seconds 0.000001 # Nu
|
|||
sim_ticks 1297500 # Number of ticks simulated
|
||||
final_tick 1297500 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
|
||||
sim_freq 1000000000000 # Frequency of simulated ticks
|
||||
host_inst_rate 828617 # Simulator instruction rate (inst/s)
|
||||
host_op_rate 824640 # Simulator op (including micro ops) rate (op/s)
|
||||
host_tick_rate 413479924 # Simulator tick rate (ticks/s)
|
||||
host_mem_usage 276508 # Number of bytes of host memory used
|
||||
host_seconds 0.00 # Real time elapsed on the host
|
||||
host_inst_rate 48732 # Simulator instruction rate (inst/s)
|
||||
host_op_rate 48711 # Simulator op (including micro ops) rate (op/s)
|
||||
host_tick_rate 24515166 # Simulator tick rate (ticks/s)
|
||||
host_mem_usage 219316 # Number of bytes of host memory used
|
||||
host_seconds 0.05 # Real time elapsed on the host
|
||||
sim_insts 2577 # Number of instructions simulated
|
||||
sim_ops 2577 # Number of ops (including micro ops) simulated
|
||||
system.voltage_domain.voltage 1 # Voltage in Volts
|
||||
|
@ -35,27 +35,6 @@ system.physmem.bw_write::total 1586127168 # Wr
|
|||
system.physmem.bw_total::cpu.inst 7969171484 # Total bandwidth to/from this memory (bytes/s)
|
||||
system.physmem.bw_total::cpu.data 3910597303 # Total bandwidth to/from this memory (bytes/s)
|
||||
system.physmem.bw_total::total 11879768786 # Total bandwidth to/from this memory (bytes/s)
|
||||
system.membus.trans_dist::ReadReq 3000 # Transaction distribution
|
||||
system.membus.trans_dist::ReadResp 3000 # Transaction distribution
|
||||
system.membus.trans_dist::WriteReq 294 # Transaction distribution
|
||||
system.membus.trans_dist::WriteResp 294 # Transaction distribution
|
||||
system.membus.pkt_count_system.cpu.icache_port::system.physmem.port 5170 # Packet count per connected master and slave (bytes)
|
||||
system.membus.pkt_count_system.cpu.dcache_port::system.physmem.port 1418 # Packet count per connected master and slave (bytes)
|
||||
system.membus.pkt_count::total 6588 # Packet count per connected master and slave (bytes)
|
||||
system.membus.pkt_size_system.cpu.icache_port::system.physmem.port 10340 # Cumulative packet size per connected master and slave (bytes)
|
||||
system.membus.pkt_size_system.cpu.dcache_port::system.physmem.port 5074 # Cumulative packet size per connected master and slave (bytes)
|
||||
system.membus.pkt_size::total 15414 # Cumulative packet size per connected master and slave (bytes)
|
||||
system.membus.snoops 0 # Total snoops (count)
|
||||
system.membus.snoop_fanout::samples 3294 # Request fanout histogram
|
||||
system.membus.snoop_fanout::mean 0.784760 # Request fanout histogram
|
||||
system.membus.snoop_fanout::stdev 0.411051 # Request fanout histogram
|
||||
system.membus.snoop_fanout::underflows 0 0.00% 0.00% # Request fanout histogram
|
||||
system.membus.snoop_fanout::0 709 21.52% 21.52% # Request fanout histogram
|
||||
system.membus.snoop_fanout::1 2585 78.48% 100.00% # Request fanout histogram
|
||||
system.membus.snoop_fanout::overflows 0 0.00% 100.00% # Request fanout histogram
|
||||
system.membus.snoop_fanout::min_value 0 # Request fanout histogram
|
||||
system.membus.snoop_fanout::max_value 1 # Request fanout histogram
|
||||
system.membus.snoop_fanout::total 3294 # Request fanout histogram
|
||||
system.cpu_clk_domain.clock 500 # Clock period in ticks
|
||||
system.cpu.dtb.fetch_hits 0 # ITB hits
|
||||
system.cpu.dtb.fetch_misses 0 # ITB misses
|
||||
|
@ -148,5 +127,26 @@ system.cpu.op_class::MemWrite 298 11.53% 100.00% # Cl
|
|||
system.cpu.op_class::IprAccess 0 0.00% 100.00% # Class of executed instruction
|
||||
system.cpu.op_class::InstPrefetch 0 0.00% 100.00% # Class of executed instruction
|
||||
system.cpu.op_class::total 2585 # Class of executed instruction
|
||||
system.membus.trans_dist::ReadReq 3000 # Transaction distribution
|
||||
system.membus.trans_dist::ReadResp 3000 # Transaction distribution
|
||||
system.membus.trans_dist::WriteReq 294 # Transaction distribution
|
||||
system.membus.trans_dist::WriteResp 294 # Transaction distribution
|
||||
system.membus.pkt_count_system.cpu.icache_port::system.physmem.port 5170 # Packet count per connected master and slave (bytes)
|
||||
system.membus.pkt_count_system.cpu.dcache_port::system.physmem.port 1418 # Packet count per connected master and slave (bytes)
|
||||
system.membus.pkt_count::total 6588 # Packet count per connected master and slave (bytes)
|
||||
system.membus.pkt_size_system.cpu.icache_port::system.physmem.port 10340 # Cumulative packet size per connected master and slave (bytes)
|
||||
system.membus.pkt_size_system.cpu.dcache_port::system.physmem.port 5074 # Cumulative packet size per connected master and slave (bytes)
|
||||
system.membus.pkt_size::total 15414 # Cumulative packet size per connected master and slave (bytes)
|
||||
system.membus.snoops 0 # Total snoops (count)
|
||||
system.membus.snoop_fanout::samples 3294 # Request fanout histogram
|
||||
system.membus.snoop_fanout::mean 0.784760 # Request fanout histogram
|
||||
system.membus.snoop_fanout::stdev 0.411051 # Request fanout histogram
|
||||
system.membus.snoop_fanout::underflows 0 0.00% 0.00% # Request fanout histogram
|
||||
system.membus.snoop_fanout::0 709 21.52% 21.52% # Request fanout histogram
|
||||
system.membus.snoop_fanout::1 2585 78.48% 100.00% # Request fanout histogram
|
||||
system.membus.snoop_fanout::overflows 0 0.00% 100.00% # Request fanout histogram
|
||||
system.membus.snoop_fanout::min_value 0 # Request fanout histogram
|
||||
system.membus.snoop_fanout::max_value 1 # Request fanout histogram
|
||||
system.membus.snoop_fanout::total 3294 # Request fanout histogram
|
||||
|
||||
---------- End Simulation Statistics ----------
|
||||
|
|
|
@ -119,7 +119,7 @@ env=
|
|||
errout=cerr
|
||||
euid=100
|
||||
eventq_index=0
|
||||
executable=/scratch/nilay/GEM5/gem5/tests/test-progs/hello/bin/alpha/tru64/hello
|
||||
executable=/dist/m5/regression/test-progs/hello/bin/alpha/tru64/hello
|
||||
gid=100
|
||||
input=cin
|
||||
kvmInSE=false
|
||||
|
@ -445,6 +445,7 @@ eventq_index=0
|
|||
icache=system.ruby.l1_cntrl0.L1Icache
|
||||
icache_hit_latency=1
|
||||
max_outstanding_requests=16
|
||||
no_retry_on_stall=false
|
||||
ruby_system=system.ruby
|
||||
support_data_reqs=true
|
||||
support_inst_reqs=true
|
||||
|
@ -1187,6 +1188,7 @@ randomization=false
|
|||
type=RubyPortProxy
|
||||
clk_domain=system.clk_domain
|
||||
eventq_index=0
|
||||
no_retry_on_stall=false
|
||||
ruby_system=system.ruby
|
||||
support_data_reqs=true
|
||||
support_inst_reqs=true
|
||||
|
|
|
@ -1,12 +1,10 @@
|
|||
Redirecting stdout to build/ALPHA_MESI_Two_Level/tests/opt/quick/se/00.hello/alpha/tru64/simple-timing-ruby-MESI_Two_Level/simout
|
||||
Redirecting stderr to build/ALPHA_MESI_Two_Level/tests/opt/quick/se/00.hello/alpha/tru64/simple-timing-ruby-MESI_Two_Level/simerr
|
||||
gem5 Simulator System. http://gem5.org
|
||||
gem5 is copyrighted software; use the --copyright option for details.
|
||||
|
||||
gem5 compiled Nov 15 2015 14:41:13
|
||||
gem5 started Nov 15 2015 14:41:38
|
||||
gem5 executing on ribera.cs.wisc.edu, pid 32151
|
||||
command line: build/ALPHA_MESI_Two_Level/gem5.opt -d build/ALPHA_MESI_Two_Level/tests/opt/quick/se/00.hello/alpha/tru64/simple-timing-ruby-MESI_Two_Level -re /scratch/nilay/GEM5/gem5/tests/run.py build/ALPHA_MESI_Two_Level/tests/opt/quick/se/00.hello/alpha/tru64/simple-timing-ruby-MESI_Two_Level
|
||||
gem5 compiled Dec 11 2015 20:05:44
|
||||
gem5 started Dec 11 2015 20:06:17
|
||||
gem5 executing on zizzer, pid 37027
|
||||
command line: build/ALPHA_MESI_Two_Level/gem5.opt -d build/ALPHA_MESI_Two_Level/tests/opt/quick/se/00.hello/alpha/tru64/simple-timing-ruby-MESI_Two_Level -re /z/atgutier/gem5/gem5/tests/run.py build/ALPHA_MESI_Two_Level/tests/opt/quick/se/00.hello/alpha/tru64/simple-timing-ruby-MESI_Two_Level
|
||||
|
||||
Global frequency set at 1000000000 ticks per second
|
||||
info: Entering event queue @ 0. Starting simulation...
|
||||
|
|
|
@ -4,11 +4,11 @@ sim_seconds 0.000046 # Nu
|
|||
sim_ticks 45733 # Number of ticks simulated
|
||||
final_tick 45733 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
|
||||
sim_freq 1000000000 # Frequency of simulated ticks
|
||||
host_inst_rate 14502 # Simulator instruction rate (inst/s)
|
||||
host_op_rate 14500 # Simulator op (including micro ops) rate (op/s)
|
||||
host_tick_rate 257305 # Simulator tick rate (ticks/s)
|
||||
host_mem_usage 447076 # Number of bytes of host memory used
|
||||
host_seconds 0.18 # Real time elapsed on the host
|
||||
host_inst_rate 19080 # Simulator instruction rate (inst/s)
|
||||
host_op_rate 19075 # Simulator op (including micro ops) rate (op/s)
|
||||
host_tick_rate 338419 # Simulator tick rate (ticks/s)
|
||||
host_mem_usage 387604 # Number of bytes of host memory used
|
||||
host_seconds 0.14 # Real time elapsed on the host
|
||||
sim_insts 2577 # Number of instructions simulated
|
||||
sim_ops 2577 # Number of ops (including micro ops) simulated
|
||||
system.voltage_domain.voltage 1 # Voltage in Volts
|
||||
|
|
|
@ -119,7 +119,7 @@ env=
|
|||
errout=cerr
|
||||
euid=100
|
||||
eventq_index=0
|
||||
executable=/scratch/nilay/GEM5/gem5/tests/test-progs/hello/bin/alpha/tru64/hello
|
||||
executable=/dist/m5/regression/test-progs/hello/bin/alpha/tru64/hello
|
||||
gid=100
|
||||
input=cin
|
||||
kvmInSE=false
|
||||
|
@ -431,6 +431,7 @@ eventq_index=0
|
|||
icache=system.ruby.l1_cntrl0.L1Icache
|
||||
icache_hit_latency=1
|
||||
max_outstanding_requests=16
|
||||
no_retry_on_stall=false
|
||||
ruby_system=system.ruby
|
||||
support_data_reqs=true
|
||||
support_inst_reqs=true
|
||||
|
@ -1179,6 +1180,7 @@ randomization=false
|
|||
type=RubyPortProxy
|
||||
clk_domain=system.clk_domain
|
||||
eventq_index=0
|
||||
no_retry_on_stall=false
|
||||
ruby_system=system.ruby
|
||||
support_data_reqs=true
|
||||
support_inst_reqs=true
|
||||
|
|
|
@ -1,12 +1,10 @@
|
|||
Redirecting stdout to build/ALPHA_MOESI_CMP_directory/tests/opt/quick/se/00.hello/alpha/tru64/simple-timing-ruby-MOESI_CMP_directory/simout
|
||||
Redirecting stderr to build/ALPHA_MOESI_CMP_directory/tests/opt/quick/se/00.hello/alpha/tru64/simple-timing-ruby-MOESI_CMP_directory/simerr
|
||||
gem5 Simulator System. http://gem5.org
|
||||
gem5 is copyrighted software; use the --copyright option for details.
|
||||
|
||||
gem5 compiled Nov 15 2015 14:46:21
|
||||
gem5 started Nov 15 2015 14:46:44
|
||||
gem5 executing on ribera.cs.wisc.edu, pid 1172
|
||||
command line: build/ALPHA_MOESI_CMP_directory/gem5.opt -d build/ALPHA_MOESI_CMP_directory/tests/opt/quick/se/00.hello/alpha/tru64/simple-timing-ruby-MOESI_CMP_directory -re /scratch/nilay/GEM5/gem5/tests/run.py build/ALPHA_MOESI_CMP_directory/tests/opt/quick/se/00.hello/alpha/tru64/simple-timing-ruby-MOESI_CMP_directory
|
||||
gem5 compiled Dec 11 2015 20:10:49
|
||||
gem5 started Dec 11 2015 20:11:27
|
||||
gem5 executing on zizzer, pid 42488
|
||||
command line: build/ALPHA_MOESI_CMP_directory/gem5.opt -d build/ALPHA_MOESI_CMP_directory/tests/opt/quick/se/00.hello/alpha/tru64/simple-timing-ruby-MOESI_CMP_directory -re /z/atgutier/gem5/gem5/tests/run.py build/ALPHA_MOESI_CMP_directory/tests/opt/quick/se/00.hello/alpha/tru64/simple-timing-ruby-MOESI_CMP_directory
|
||||
|
||||
Global frequency set at 1000000000 ticks per second
|
||||
info: Entering event queue @ 0. Starting simulation...
|
||||
|
|
|
@ -4,11 +4,11 @@ sim_seconds 0.000042 # Nu
|
|||
sim_ticks 41712 # Number of ticks simulated
|
||||
final_tick 41712 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
|
||||
sim_freq 1000000000 # Frequency of simulated ticks
|
||||
host_inst_rate 17217 # Simulator instruction rate (inst/s)
|
||||
host_op_rate 17215 # Simulator op (including micro ops) rate (op/s)
|
||||
host_tick_rate 278615 # Simulator tick rate (ticks/s)
|
||||
host_mem_usage 449188 # Number of bytes of host memory used
|
||||
host_seconds 0.15 # Real time elapsed on the host
|
||||
host_inst_rate 16080 # Simulator instruction rate (inst/s)
|
||||
host_op_rate 16077 # Simulator op (including micro ops) rate (op/s)
|
||||
host_tick_rate 260182 # Simulator tick rate (ticks/s)
|
||||
host_mem_usage 389928 # Number of bytes of host memory used
|
||||
host_seconds 0.16 # Real time elapsed on the host
|
||||
sim_insts 2577 # Number of instructions simulated
|
||||
sim_ops 2577 # Number of ops (including micro ops) simulated
|
||||
system.voltage_domain.voltage 1 # Voltage in Volts
|
||||
|
|
|
@ -119,7 +119,7 @@ env=
|
|||
errout=cerr
|
||||
euid=100
|
||||
eventq_index=0
|
||||
executable=/scratch/nilay/GEM5/gem5/tests/test-progs/hello/bin/alpha/tru64/hello
|
||||
executable=/dist/m5/regression/test-progs/hello/bin/alpha/tru64/hello
|
||||
gid=100
|
||||
input=cin
|
||||
kvmInSE=false
|
||||
|
@ -495,6 +495,7 @@ eventq_index=0
|
|||
icache=system.ruby.l1_cntrl0.L1Icache
|
||||
icache_hit_latency=1
|
||||
max_outstanding_requests=16
|
||||
no_retry_on_stall=false
|
||||
ruby_system=system.ruby
|
||||
support_data_reqs=true
|
||||
support_inst_reqs=true
|
||||
|
@ -1743,6 +1744,7 @@ randomization=false
|
|||
type=RubyPortProxy
|
||||
clk_domain=system.clk_domain
|
||||
eventq_index=0
|
||||
no_retry_on_stall=false
|
||||
ruby_system=system.ruby
|
||||
support_data_reqs=true
|
||||
support_inst_reqs=true
|
||||
|
|
|
@ -1,12 +1,10 @@
|
|||
Redirecting stdout to build/ALPHA_MOESI_CMP_token/tests/opt/quick/se/00.hello/alpha/tru64/simple-timing-ruby-MOESI_CMP_token/simout
|
||||
Redirecting stderr to build/ALPHA_MOESI_CMP_token/tests/opt/quick/se/00.hello/alpha/tru64/simple-timing-ruby-MOESI_CMP_token/simerr
|
||||
gem5 Simulator System. http://gem5.org
|
||||
gem5 is copyrighted software; use the --copyright option for details.
|
||||
|
||||
gem5 compiled Nov 15 2015 14:51:28
|
||||
gem5 started Nov 15 2015 14:51:55
|
||||
gem5 executing on ribera.cs.wisc.edu, pid 2889
|
||||
command line: build/ALPHA_MOESI_CMP_token/gem5.opt -d build/ALPHA_MOESI_CMP_token/tests/opt/quick/se/00.hello/alpha/tru64/simple-timing-ruby-MOESI_CMP_token -re /scratch/nilay/GEM5/gem5/tests/run.py build/ALPHA_MOESI_CMP_token/tests/opt/quick/se/00.hello/alpha/tru64/simple-timing-ruby-MOESI_CMP_token
|
||||
gem5 compiled Dec 11 2015 20:15:50
|
||||
gem5 started Dec 11 2015 20:16:20
|
||||
gem5 executing on zizzer, pid 47645
|
||||
command line: build/ALPHA_MOESI_CMP_token/gem5.opt -d build/ALPHA_MOESI_CMP_token/tests/opt/quick/se/00.hello/alpha/tru64/simple-timing-ruby-MOESI_CMP_token -re /z/atgutier/gem5/gem5/tests/run.py build/ALPHA_MOESI_CMP_token/tests/opt/quick/se/00.hello/alpha/tru64/simple-timing-ruby-MOESI_CMP_token
|
||||
|
||||
Global frequency set at 1000000000 ticks per second
|
||||
info: Entering event queue @ 0. Starting simulation...
|
||||
|
|
|
@ -4,11 +4,11 @@ sim_seconds 0.000041 # Nu
|
|||
sim_ticks 40527 # Number of ticks simulated
|
||||
final_tick 40527 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
|
||||
sim_freq 1000000000 # Frequency of simulated ticks
|
||||
host_inst_rate 24433 # Simulator instruction rate (inst/s)
|
||||
host_op_rate 24429 # Simulator op (including micro ops) rate (op/s)
|
||||
host_tick_rate 384119 # Simulator tick rate (ticks/s)
|
||||
host_mem_usage 448124 # Number of bytes of host memory used
|
||||
host_seconds 0.11 # Real time elapsed on the host
|
||||
host_inst_rate 13852 # Simulator instruction rate (inst/s)
|
||||
host_op_rate 13850 # Simulator op (including micro ops) rate (op/s)
|
||||
host_tick_rate 217785 # Simulator tick rate (ticks/s)
|
||||
host_mem_usage 388588 # Number of bytes of host memory used
|
||||
host_seconds 0.19 # Real time elapsed on the host
|
||||
sim_insts 2577 # Number of instructions simulated
|
||||
sim_ops 2577 # Number of ops (including micro ops) simulated
|
||||
system.voltage_domain.voltage 1 # Voltage in Volts
|
||||
|
|
|
@ -119,7 +119,7 @@ env=
|
|||
errout=cerr
|
||||
euid=100
|
||||
eventq_index=0
|
||||
executable=/scratch/nilay/GEM5/gem5/tests/test-progs/hello/bin/alpha/tru64/hello
|
||||
executable=/dist/m5/regression/test-progs/hello/bin/alpha/tru64/hello
|
||||
gid=100
|
||||
input=cin
|
||||
kvmInSE=false
|
||||
|
@ -518,6 +518,7 @@ eventq_index=0
|
|||
icache=system.ruby.l1_cntrl0.L1Icache
|
||||
icache_hit_latency=1
|
||||
max_outstanding_requests=16
|
||||
no_retry_on_stall=false
|
||||
ruby_system=system.ruby
|
||||
support_data_reqs=true
|
||||
support_inst_reqs=true
|
||||
|
@ -1227,6 +1228,7 @@ randomization=false
|
|||
type=RubyPortProxy
|
||||
clk_domain=system.clk_domain
|
||||
eventq_index=0
|
||||
no_retry_on_stall=false
|
||||
ruby_system=system.ruby
|
||||
support_data_reqs=true
|
||||
support_inst_reqs=true
|
||||
|
|
|
@ -1,12 +1,10 @@
|
|||
Redirecting stdout to build/ALPHA_MOESI_hammer/tests/opt/quick/se/00.hello/alpha/tru64/simple-timing-ruby-MOESI_hammer/simout
|
||||
Redirecting stderr to build/ALPHA_MOESI_hammer/tests/opt/quick/se/00.hello/alpha/tru64/simple-timing-ruby-MOESI_hammer/simerr
|
||||
gem5 Simulator System. http://gem5.org
|
||||
gem5 is copyrighted software; use the --copyright option for details.
|
||||
|
||||
gem5 compiled Nov 15 2015 14:35:53
|
||||
gem5 started Nov 15 2015 14:36:14
|
||||
gem5 executing on ribera.cs.wisc.edu, pid 30619
|
||||
command line: build/ALPHA_MOESI_hammer/gem5.opt -d build/ALPHA_MOESI_hammer/tests/opt/quick/se/00.hello/alpha/tru64/simple-timing-ruby-MOESI_hammer -re /scratch/nilay/GEM5/gem5/tests/run.py build/ALPHA_MOESI_hammer/tests/opt/quick/se/00.hello/alpha/tru64/simple-timing-ruby-MOESI_hammer
|
||||
gem5 compiled Dec 11 2015 20:00:36
|
||||
gem5 started Dec 11 2015 20:01:07
|
||||
gem5 executing on zizzer, pid 31723
|
||||
command line: build/ALPHA_MOESI_hammer/gem5.opt -d build/ALPHA_MOESI_hammer/tests/opt/quick/se/00.hello/alpha/tru64/simple-timing-ruby-MOESI_hammer -re /z/atgutier/gem5/gem5/tests/run.py build/ALPHA_MOESI_hammer/tests/opt/quick/se/00.hello/alpha/tru64/simple-timing-ruby-MOESI_hammer
|
||||
|
||||
Global frequency set at 1000000000 ticks per second
|
||||
info: Entering event queue @ 0. Starting simulation...
|
||||
|
|
|
@ -4,10 +4,10 @@ sim_seconds 0.000033 # Nu
|
|||
sim_ticks 32936 # Number of ticks simulated
|
||||
final_tick 32936 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
|
||||
sim_freq 1000000000 # Frequency of simulated ticks
|
||||
host_inst_rate 24441 # Simulator instruction rate (inst/s)
|
||||
host_op_rate 24437 # Simulator op (including micro ops) rate (op/s)
|
||||
host_tick_rate 312277 # Simulator tick rate (ticks/s)
|
||||
host_mem_usage 448040 # Number of bytes of host memory used
|
||||
host_inst_rate 23563 # Simulator instruction rate (inst/s)
|
||||
host_op_rate 23558 # Simulator op (including micro ops) rate (op/s)
|
||||
host_tick_rate 301005 # Simulator tick rate (ticks/s)
|
||||
host_mem_usage 388376 # Number of bytes of host memory used
|
||||
host_seconds 0.11 # Real time elapsed on the host
|
||||
sim_insts 2577 # Number of instructions simulated
|
||||
sim_ops 2577 # Number of ops (including micro ops) simulated
|
||||
|
|
|
@ -119,7 +119,7 @@ env=
|
|||
errout=cerr
|
||||
euid=100
|
||||
eventq_index=0
|
||||
executable=/scratch/nilay/GEM5/gem5/tests/test-progs/hello/bin/alpha/tru64/hello
|
||||
executable=/dist/m5/regression/test-progs/hello/bin/alpha/tru64/hello
|
||||
gid=100
|
||||
input=cin
|
||||
kvmInSE=false
|
||||
|
@ -414,6 +414,7 @@ eventq_index=0
|
|||
icache=system.ruby.l1_cntrl0.cacheMemory
|
||||
icache_hit_latency=1
|
||||
max_outstanding_requests=16
|
||||
no_retry_on_stall=false
|
||||
ruby_system=system.ruby
|
||||
support_data_reqs=true
|
||||
support_inst_reqs=true
|
||||
|
@ -1010,6 +1011,7 @@ randomization=false
|
|||
type=RubyPortProxy
|
||||
clk_domain=system.clk_domain
|
||||
eventq_index=0
|
||||
no_retry_on_stall=false
|
||||
ruby_system=system.ruby
|
||||
support_data_reqs=true
|
||||
support_inst_reqs=true
|
||||
|
|
|
@ -1,12 +1,10 @@
|
|||
Redirecting stdout to build/ALPHA/tests/opt/quick/se/00.hello/alpha/tru64/simple-timing-ruby/simout
|
||||
Redirecting stderr to build/ALPHA/tests/opt/quick/se/00.hello/alpha/tru64/simple-timing-ruby/simerr
|
||||
gem5 Simulator System. http://gem5.org
|
||||
gem5 is copyrighted software; use the --copyright option for details.
|
||||
|
||||
gem5 compiled Nov 15 2015 14:28:00
|
||||
gem5 started Nov 15 2015 14:30:22
|
||||
gem5 executing on ribera.cs.wisc.edu, pid 29157
|
||||
command line: build/ALPHA/gem5.opt -d build/ALPHA/tests/opt/quick/se/00.hello/alpha/tru64/simple-timing-ruby -re /scratch/nilay/GEM5/gem5/tests/run.py build/ALPHA/tests/opt/quick/se/00.hello/alpha/tru64/simple-timing-ruby
|
||||
gem5 compiled Dec 11 2015 19:54:02
|
||||
gem5 started Dec 11 2015 19:54:40
|
||||
gem5 executing on zizzer, pid 26219
|
||||
command line: build/ALPHA/gem5.opt -d build/ALPHA/tests/opt/quick/se/00.hello/alpha/tru64/simple-timing-ruby -re /z/atgutier/gem5/gem5/tests/run.py build/ALPHA/tests/opt/quick/se/00.hello/alpha/tru64/simple-timing-ruby
|
||||
|
||||
Global frequency set at 1000000000 ticks per second
|
||||
info: Entering event queue @ 0. Starting simulation...
|
||||
|
|
|
@ -4,11 +4,11 @@ sim_seconds 0.000042 # Nu
|
|||
sim_ticks 41659 # Number of ticks simulated
|
||||
final_tick 41659 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
|
||||
sim_freq 1000000000 # Frequency of simulated ticks
|
||||
host_inst_rate 33721 # Simulator instruction rate (inst/s)
|
||||
host_op_rate 33714 # Simulator op (including micro ops) rate (op/s)
|
||||
host_tick_rate 544888 # Simulator tick rate (ticks/s)
|
||||
host_mem_usage 445796 # Number of bytes of host memory used
|
||||
host_seconds 0.08 # Real time elapsed on the host
|
||||
host_inst_rate 17997 # Simulator instruction rate (inst/s)
|
||||
host_op_rate 17994 # Simulator op (including micro ops) rate (op/s)
|
||||
host_tick_rate 290838 # Simulator tick rate (ticks/s)
|
||||
host_mem_usage 386736 # Number of bytes of host memory used
|
||||
host_seconds 0.14 # Real time elapsed on the host
|
||||
sim_insts 2577 # Number of instructions simulated
|
||||
sim_ops 2577 # Number of ops (including micro ops) simulated
|
||||
system.voltage_domain.voltage 1 # Voltage in Volts
|
||||
|
|
|
@ -245,7 +245,7 @@ env=
|
|||
errout=cerr
|
||||
euid=100
|
||||
eventq_index=0
|
||||
executable=/scratch/nilay/GEM5/gem5/tests/test-progs/hello/bin/alpha/tru64/hello
|
||||
executable=/dist/m5/regression/test-progs/hello/bin/alpha/tru64/hello
|
||||
gid=100
|
||||
input=cin
|
||||
kvmInSE=false
|
||||
|
|
|
@ -1,12 +1,10 @@
|
|||
Redirecting stdout to build/ALPHA/tests/opt/quick/se/00.hello/alpha/tru64/simple-timing/simout
|
||||
Redirecting stderr to build/ALPHA/tests/opt/quick/se/00.hello/alpha/tru64/simple-timing/simerr
|
||||
gem5 Simulator System. http://gem5.org
|
||||
gem5 is copyrighted software; use the --copyright option for details.
|
||||
|
||||
gem5 compiled Nov 15 2015 14:28:00
|
||||
gem5 started Nov 15 2015 14:29:57
|
||||
gem5 executing on ribera.cs.wisc.edu, pid 29136
|
||||
command line: build/ALPHA/gem5.opt -d build/ALPHA/tests/opt/quick/se/00.hello/alpha/tru64/simple-timing -re /scratch/nilay/GEM5/gem5/tests/run.py build/ALPHA/tests/opt/quick/se/00.hello/alpha/tru64/simple-timing
|
||||
gem5 compiled Dec 11 2015 19:54:02
|
||||
gem5 started Dec 11 2015 19:54:50
|
||||
gem5 executing on zizzer, pid 26249
|
||||
command line: build/ALPHA/gem5.opt -d build/ALPHA/tests/opt/quick/se/00.hello/alpha/tru64/simple-timing -re /z/atgutier/gem5/gem5/tests/run.py build/ALPHA/tests/opt/quick/se/00.hello/alpha/tru64/simple-timing
|
||||
|
||||
Global frequency set at 1000000000000 ticks per second
|
||||
info: Entering event queue @ 0. Starting simulation...
|
||||
|
|
|
@ -4,10 +4,10 @@ sim_seconds 0.000018 # Nu
|
|||
sim_ticks 18239500 # Number of ticks simulated
|
||||
final_tick 18239500 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
|
||||
sim_freq 1000000000000 # Frequency of simulated ticks
|
||||
host_inst_rate 60500 # Simulator instruction rate (inst/s)
|
||||
host_op_rate 60473 # Simulator op (including micro ops) rate (op/s)
|
||||
host_tick_rate 427843204 # Simulator tick rate (ticks/s)
|
||||
host_mem_usage 288876 # Number of bytes of host memory used
|
||||
host_inst_rate 62631 # Simulator instruction rate (inst/s)
|
||||
host_op_rate 62591 # Simulator op (including micro ops) rate (op/s)
|
||||
host_tick_rate 442744438 # Simulator tick rate (ticks/s)
|
||||
host_mem_usage 229340 # Number of bytes of host memory used
|
||||
host_seconds 0.04 # Real time elapsed on the host
|
||||
sim_insts 2577 # Number of instructions simulated
|
||||
sim_ops 2577 # Number of ops (including micro ops) simulated
|
||||
|
|
|
@ -775,7 +775,7 @@ env=
|
|||
errout=cerr
|
||||
euid=100
|
||||
eventq_index=0
|
||||
executable=/scratch/nilay/GEM5/gem5/tests/test-progs/hello/bin/arm/linux/hello
|
||||
executable=/dist/m5/regression/test-progs/hello/bin/arm/linux/hello
|
||||
gid=100
|
||||
input=cin
|
||||
kvmInSE=false
|
||||
|
|
|
@ -1,12 +1,10 @@
|
|||
Redirecting stdout to build/ARM/tests/opt/quick/se/00.hello/arm/linux/minor-timing/simout
|
||||
Redirecting stderr to build/ARM/tests/opt/quick/se/00.hello/arm/linux/minor-timing/simerr
|
||||
gem5 Simulator System. http://gem5.org
|
||||
gem5 is copyrighted software; use the --copyright option for details.
|
||||
|
||||
gem5 compiled Nov 15 2015 15:24:37
|
||||
gem5 started Nov 15 2015 15:29:19
|
||||
gem5 executing on ribera.cs.wisc.edu, pid 11166
|
||||
command line: build/ARM/gem5.opt -d build/ARM/tests/opt/quick/se/00.hello/arm/linux/minor-timing -re /scratch/nilay/GEM5/gem5/tests/run.py build/ARM/tests/opt/quick/se/00.hello/arm/linux/minor-timing
|
||||
gem5 compiled Dec 11 2015 20:46:46
|
||||
gem5 started Dec 11 2015 20:49:24
|
||||
gem5 executing on zizzer, pid 11619
|
||||
command line: build/ARM/gem5.opt -d build/ARM/tests/opt/quick/se/00.hello/arm/linux/minor-timing -re /z/atgutier/gem5/gem5/tests/run.py build/ARM/tests/opt/quick/se/00.hello/arm/linux/minor-timing
|
||||
|
||||
Global frequency set at 1000000000000 ticks per second
|
||||
info: Entering event queue @ 0. Starting simulation...
|
||||
|
|
|
@ -4,11 +4,11 @@ sim_seconds 0.000030 # Nu
|
|||
sim_ticks 29949500 # Number of ticks simulated
|
||||
final_tick 29949500 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
|
||||
sim_freq 1000000000000 # Frequency of simulated ticks
|
||||
host_inst_rate 53802 # Simulator instruction rate (inst/s)
|
||||
host_op_rate 62972 # Simulator op (including micro ops) rate (op/s)
|
||||
host_tick_rate 349767389 # Simulator tick rate (ticks/s)
|
||||
host_mem_usage 307220 # Number of bytes of host memory used
|
||||
host_seconds 0.09 # Real time elapsed on the host
|
||||
host_inst_rate 42320 # Simulator instruction rate (inst/s)
|
||||
host_op_rate 49532 # Simulator op (including micro ops) rate (op/s)
|
||||
host_tick_rate 275104580 # Simulator tick rate (ticks/s)
|
||||
host_mem_usage 247476 # Number of bytes of host memory used
|
||||
host_seconds 0.11 # Real time elapsed on the host
|
||||
sim_insts 4605 # Number of instructions simulated
|
||||
sim_ops 5391 # Number of ops (including micro ops) simulated
|
||||
system.voltage_domain.voltage 1 # Voltage in Volts
|
||||
|
|
|
@ -876,7 +876,7 @@ env=
|
|||
errout=cerr
|
||||
euid=100
|
||||
eventq_index=0
|
||||
executable=/scratch/nilay/GEM5/gem5/tests/test-progs/hello/bin/arm/linux/hello
|
||||
executable=/dist/m5/regression/test-progs/hello/bin/arm/linux/hello
|
||||
gid=100
|
||||
input=cin
|
||||
kvmInSE=false
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue