Commit f0eab9eb authored by Hejing Li's avatar Hejing Li
Browse files

multi-instance parallel data

parent ee25ca7c
...@@ -31,7 +31,7 @@ import json ...@@ -31,7 +31,7 @@ import json
# #
num_runs = 4 num_runs = 8
outdir = sys.argv[1] outdir = sys.argv[1]
...@@ -50,7 +50,7 @@ total_time = 0 ...@@ -50,7 +50,7 @@ total_time = 0
for n in range (1, num_runs+1): for n in range (1, num_runs+1):
path = '%s/p-gt-ib-sw-Host-1000m-1-%s.json' % (outdir, n) path = '%s/p8-gt-ib-sw-Host-1000m-1-%s.json' % (outdir, n)
data = parse_sim_time(path) data = parse_sim_time(path)
if 'simtime' in data: if 'simtime' in data:
t = data['simtime'] t = data['simtime']
......
{"exp_name": "gt-ib-sw-Host-1000m-1", "metadata": {}, "start_time": 1620394111.7339516, "end_time": 1620407472.2082262, "sims": {"nic.server.0.": {"class": "I40eNIC", "cmd": ["/home/hejingli/simbricks/sims/nic//i40e_bm/i40e_bm", "/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/1/nic.pci.server.0.", "/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/1/nic.eth.server.0.", "/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/1/nic.shm.server.0.", "0", "0", "500", "500", "500"], "stdout": ["eth connection accepted", "eth intro sent", "pci connection accepted", "pci intro sent", "pci host info received", "eth net info received"], "stderr": ["4680b55d6358", "sync_pci=1 sync_eth=1", "exit main_time: 6696930193875"]}, "nic.client.0.": {"class": "I40eNIC", "cmd": ["/home/hejingli/simbricks/sims/nic//i40e_bm/i40e_bm", "/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/1/nic.pci.client.0.", "/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/1/nic.eth.client.0.", "/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/1/nic.shm.client.0.", "0", "0", "500", "500", "500"], "stdout": ["eth connection accepted", "eth intro sent", "pci connection accepted", "pci intro sent", "pci host info received", "eth net info received"], "stderr": ["4acd1aa939b4", "sync_pci=1 sync_eth=1", "exit main_time: 6696929597874"]}, "net.": {"class": "SwitchNet", "cmd": ["/home/hejingli/simbricks/sims/net/switch/net_switch", "-m", "0", "-S", "500", "-E", "500", "-s", "/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/1/nic.eth.server.0.", "-s", "/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/1/nic.eth.client.0."], "stdout": ["start polling"], "stderr": []}, "host.server.0": {"class": "Gem5Host", "cmd": ["/home/hejingli/simbricks/sims/external/gem5/build/X86/gem5.fast", "--outdir=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/1/gem5-out.server.0", "/home/hejingli/simbricks/sims/external/gem5/configs/simbricks/simbricks.py", "--caches", "--l2cache", "--l3cache", "--l1d_size=32kB", "--l1i_size=32kB", "--l2_size=2MB", "--l3_size=32MB", "--l1d_assoc=8", "--l1i_assoc=8", "--l2_assoc=4", "--l3_assoc=16", "--cacheline_size=64", "--cpu-clock=8GHz", "--sys-clock=1GHz", "--checkpoint-dir=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/0/gem5-cp.server.0", "--kernel=/home/hejingli/simbricks/images/vmlinux", "--disk-image=/home/hejingli/simbricks/images/output-base/base.raw", "--disk-image=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/1/cfg.server.0.tar", "--cpu-type=TimingSimpleCPU", "--mem-size=8192MB", "--num-cpus=1", "--ddio-enabled", "--ddio-way-part=8", "--mem-type=DDR4_2400_16x4", "-r", "0", "--simbricks-pci=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/1/nic.pci.server.0.", "--simbricks-shm=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/1/nic.shm.server.0.", "--simbricks-sync", "--simbricks-sync_mode=0", "--simbricks-pci-lat=500", "--simbricks-sync-int=500", "--simbricks-type=i40e"], "stdout": ["gem5 Simulator System. http://gem5.org", "gem5 is copyrighted software; use the --copyright option for details.", "", "gem5 version 20.0.0.1", "gem5 compiled May 7 2021 15:27:41", "gem5 started May 7 2021 15:28:32", "gem5 executing on swsnetlab05, pid 30421", "command line: /home/hejingli/simbricks/sims/external/gem5/build/X86/gem5.fast --outdir=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/1/gem5-out.server.0 /home/hejingli/simbricks/sims/external/gem5/configs/simbricks/simbricks.py --caches --l2cache --l3cache --l1d_size=32kB --l1i_size=32kB --l2_size=2MB --l3_size=32MB --l1d_assoc=8 --l1i_assoc=8 --l2_assoc=4 --l3_assoc=16 --cacheline_size=64 --cpu-clock=8GHz --sys-clock=1GHz --checkpoint-dir=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/0/gem5-cp.server.0 --kernel=/home/hejingli/simbricks/images/vmlinux --disk-image=/home/hejingli/simbricks/images/output-base/base.raw --disk-image=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/1/cfg.server.0.tar --cpu-type=TimingSimpleCPU --mem-size=8192MB --num-cpus=1 --ddio-enabled --ddio-way-part=8 --mem-type=DDR4_2400_16x4 -r 0 --simbricks-pci=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/1/nic.pci.server.0. --simbricks-shm=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/1/nic.shm.server.0. --simbricks-sync --simbricks-sync_mode=0 --simbricks-pci-lat=500 --simbricks-sync-int=500 --simbricks-type=i40e", "", "CEHCKPOINT RESTORE THINGIE", "Global frequency set at 1000000000000 ticks per second", "Switch at curTick count:10000", "Switched CPUS @ tick 1247911676506", "switching cpus", "**** REAL SIMULATION ****", "+ modprobe i40e\r", "[ 0.752932] i40e: Intel(R) Ethernet Connection XL710 Network Driver - version 2.8.20-k\r", "[ 0.752932] i40e: Copyright (c) 2013 - 2019 Intel Corporation.\r", "[ 0.752932] i40e 0000:00:02.0: enabling device (0000 -> 0002)\r", "[ 0.752932] i40e 0000:00:02.0: PCI->APIC IRQ transform: INT A -> IRQ 17\r", "[ 0.767930] i40e 0000:00:02.0: fw 0.0.00000 api 1.10 nvm 0.0.0 [8086:1572] [0000:0000]\r", "[ 0.767930] i40e 0000:00:02.0: The driver for the device detected a newer version of the NVM image v1.10 than expected v1.9. Please install the most recent version of the network driver.\r", "[ 1.076883] i40e 0000:00:02.0: This device is a pre-production adapter/LOM. Please be aware there may be issues with your hardware. If you are experiencing problems please contact your Intel or hardware representative who provided you with this hardware.\r", "[ 1.078883] i40e 0000:00:02.0: Stopping firmware LLDP agent.\r", "[ 1.078883] i40e 0000:00:02.0: MAC address: 58:63:5d:b5:80:46\r", "[ 1.078883] i40e 0000:00:02.0: FW LLDP is enabled\r", "[ 1.081882] i40e 0000:00:02.0 eth0: NIC Link is Up, 40 Gbps Full Duplex, Flow Control: None\r", "[ 1.159870] i40e 0000:00:02.0: PCI-Express: Speed UnknownGT/s Width xUnknown\r", "[ 1.159870] i40e 0000:00:02.0: PCI-Express bandwidth available for this device may be insufficient for optimal performance.\r", "[ 1.159870] i40e 0000:00:02.0: Please move the device to a different PCI-e link with more lanes and/or higher transfer rate.\r", "[ 1.160870] i40e 0000:00:02.0: Features: PF-id[0] VSIs: 384 QP: 1 RSS VxLAN Geneve PTP VEPA\r", "+ ip link set dev eth0 up\r", "[ 1.172869] i40e 0000:00:02.0: Error OK adding RX filters on PF, promiscuous mode forced on\r", "+ ip addr add 10.0.0.1/24 dev eth0\r", "+ iperf -s -u\r", "------------------------------------------------------------\r", "Server listening on UDP port 5001\r", "Receiving 1470 byte datagrams\r", "UDP buffer size: 208 KByte (default)\r", "------------------------------------------------------------\r", "[ 2.338691] random: crng init done\r", "[ 4] local 10.0.0.1 port 5001 connected with 10.0.0.2 port 56184\r"], "stderr": ["warn: CheckedInt already exists in allParams. This may be caused by the Python 2.7 compatibility layer.", "warn: Enum already exists in allParams. This may be caused by the Python 2.7 compatibility layer.", "warn: ScopedEnum already exists in allParams. This may be caused by the Python 2.7 compatibility layer.", "warn: Physical memory size specified is 8192MB which is greater than 3GB. Twice the number of memory controllers would be created.", "warn: No dot file generated. Please install pydot to generate the dot file and pdf.", "warn: DRAM device capacity (32768 Mbytes) does not match the address range assigned (4096 Mbytes)", "warn: DRAM device capacity (32768 Mbytes) does not match the address range assigned (8192 Mbytes)", "info: kernel located at: /home/hejingli/simbricks/images/vmlinux", "system.pc.com_1.device: Listening for connections on port 3470", "warn: pollInterval=100000000 pciAsync=500000", "0: system.remote_gdb: listening for remote gdb on port 7014", "warn: Reading current count from inactive timer.", "warn: TimingPioPort::getAddrRanges()", "warn: TimingPioPort::getAddrRanges()", "info: Entering event queue @ 1247911666506. Starting simulation...", "warn: PowerState: Already in the requested power state, request ignored", "info: Entering event queue @ 1247911676506. Starting simulation...", "warn: instruction 'fwait' unimplemented", "warn: instruction 'verw_Mw_or_Rv' unimplemented", "warn: Don't know what interrupt to clear for console.", "warn: Tried to clear PCI interrupt 14", "warn: MOVNTDQ: Ignoring non-temporal hint, modeling as cacheable!", "warn: PowerState: More than one power state change request encountered within the same simulation tick", "warn: PowerState: More than one power state change request encountered within the same simulation tick", "warn: PowerState: More than one power state change request encountered within the same simulation tick", "warn: PowerState: More than one power state change request encountered within the same simulation tick", "warn: PowerState: More than one power state change request encountered within the same simulation tick", "warn: PowerState: More than one power state change request encountered within the same simulation tick", "warn: PowerState: More than one power state change request encountered within the same simulation tick"]}, "host.client.0": {"class": "Gem5Host", "cmd": ["/home/hejingli/simbricks/sims/external/gem5/build/X86/gem5.fast", "--outdir=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/1/gem5-out.client.0", "/home/hejingli/simbricks/sims/external/gem5/configs/simbricks/simbricks.py", "--caches", "--l2cache", "--l3cache", "--l1d_size=32kB", "--l1i_size=32kB", "--l2_size=2MB", "--l3_size=32MB", "--l1d_assoc=8", "--l1i_assoc=8", "--l2_assoc=4", "--l3_assoc=16", "--cacheline_size=64", "--cpu-clock=8GHz", "--sys-clock=1GHz", "--checkpoint-dir=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/0/gem5-cp.client.0", "--kernel=/home/hejingli/simbricks/images/vmlinux", "--disk-image=/home/hejingli/simbricks/images/output-base/base.raw", "--disk-image=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/1/cfg.client.0.tar", "--cpu-type=TimingSimpleCPU", "--mem-size=8192MB", "--num-cpus=1", "--ddio-enabled", "--ddio-way-part=8", "--mem-type=DDR4_2400_16x4", "-r", "0", "--simbricks-pci=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/1/nic.pci.client.0.", "--simbricks-shm=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/1/nic.shm.client.0.", "--simbricks-sync", "--simbricks-sync_mode=0", "--simbricks-pci-lat=500", "--simbricks-sync-int=500", "--simbricks-type=i40e"], "stdout": ["gem5 Simulator System. http://gem5.org", "gem5 is copyrighted software; use the --copyright option for details.", "", "gem5 version 20.0.0.1", "gem5 compiled May 7 2021 15:27:41", "gem5 started May 7 2021 15:28:32", "gem5 executing on swsnetlab05, pid 30426", "command line: /home/hejingli/simbricks/sims/external/gem5/build/X86/gem5.fast --outdir=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/1/gem5-out.client.0 /home/hejingli/simbricks/sims/external/gem5/configs/simbricks/simbricks.py --caches --l2cache --l3cache --l1d_size=32kB --l1i_size=32kB --l2_size=2MB --l3_size=32MB --l1d_assoc=8 --l1i_assoc=8 --l2_assoc=4 --l3_assoc=16 --cacheline_size=64 --cpu-clock=8GHz --sys-clock=1GHz --checkpoint-dir=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/0/gem5-cp.client.0 --kernel=/home/hejingli/simbricks/images/vmlinux --disk-image=/home/hejingli/simbricks/images/output-base/base.raw --disk-image=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/1/cfg.client.0.tar --cpu-type=TimingSimpleCPU --mem-size=8192MB --num-cpus=1 --ddio-enabled --ddio-way-part=8 --mem-type=DDR4_2400_16x4 -r 0 --simbricks-pci=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/1/nic.pci.client.0. --simbricks-shm=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/1/nic.shm.client.0. --simbricks-sync --simbricks-sync_mode=0 --simbricks-pci-lat=500 --simbricks-sync-int=500 --simbricks-type=i40e", "", "CEHCKPOINT RESTORE THINGIE", "Global frequency set at 1000000000000 ticks per second", "Switch at curTick count:10000", "Switched CPUS @ tick 1258459854769", "switching cpus", "**** REAL SIMULATION ****", "+ modprobe i40e\r", "[ 0.764932] i40e: Intel(R) Ethernet Connection XL710 Network Driver - version 2.8.20-k\r", "[ 0.765931] i40e: Copyright (c) 2013 - 2019 Intel Corporation.\r", "[ 0.765931] i40e 0000:00:02.0: enabling device (0000 -> 0002)\r", "[ 0.765931] i40e 0000:00:02.0: PCI->APIC IRQ transform: INT A -> IRQ 17\r", "[ 0.780929] i40e 0000:00:02.0: fw 0.0.00000 api 1.10 nvm 0.0.0 [8086:1572] [0000:0000]\r", "[ 0.780929] i40e 0000:00:02.0: The driver for the device detected a newer version of the NVM image v1.10 than expected v1.9. Please install the most recent version of the network driver.\r", "[ 1.089882] i40e 0000:00:02.0: This device is a pre-production adapter/LOM. Please be aware there may be issues with your hardware. If you are experiencing problems please contact your Intel or hardware representative who provided you with this hardware.\r", "[ 1.091882] i40e 0000:00:02.0: Stopping firmware LLDP agent.\r", "[ 1.091882] i40e 0000:00:02.0: MAC address: b4:39:a9:1a:cd:4a\r", "[ 1.091882] i40e 0000:00:02.0: FW LLDP is enabled\r", "[ 1.095881] i40e 0000:00:02.0 eth0: NIC Link is Up, 40 Gbps Full Duplex, Flow Control: None\r", "[ 1.175869] i40e 0000:00:02.0: PCI-Express: Speed UnknownGT/s Width xUnknown\r", "[ 1.175869] i40e 0000:00:02.0: PCI-Express bandwidth available for this device may be insufficient for optimal performance.\r", "[ 1.175869] i40e 0000:00:02.0: Please move the device to a different PCI-e link with more lanes and/or higher transfer rate.\r", "[ 1.176869] i40e 0000:00:02.0: Features: PF-id[0] VSIs: 384 QP: 1 RSS VxLAN Geneve PTP VEPA\r", "+ ip link set dev eth0 up\r", "[ 1.188867] i40e 0000:00:02.0: Error OK adding RX filters on PF, promiscuous mode forced on\r", "+ ip addr add 10.0.0.2/24 dev eth0\r", "+ sleep 1\r", "+ iperf -c 10.0.0.1 -i 1 -u -b 1000m\r", "------------------------------------------------------------\r", "Client connecting to 10.0.0.1, UDP port 5001\r", "Sending 1470 byte datagrams, IPG target: 11.76 us (kalman adjust)\r", "UDP buffer size: 208 KByte (default)\r", "------------------------------------------------------------\r", "[ 4] local 10.0.0.2 port 56184 connected with 10.0.0.1 port 5001\r", "[ 2.315696] random: crng init done\r", "[ ID] Interval Transfer Bandwidth\r", "[ 4] 0.0- 1.0 sec 119 MBytes 1000 Mbits/sec\r", "[ 4] 1.0- 2.0 sec 119 MBytes 1000 Mbits/sec\r", "[ 4] 2.0- 3.0 sec 119 MBytes 1000 Mbits/sec\r", "[ 4] 3.0- 4.0 sec 119 MBytes 1000 Mbits/sec\r", "[ 4] 4.0- 5.0 sec 119 MBytes 1000 Mbits/sec\r", "[ 4] 5.0- 6.0 sec 119 MBytes 1000 Mbits/sec\r", "[ 4] 6.0- 7.0 sec 119 MBytes 1.00 Gbits/sec\r", "[ 4] 7.0- 8.0 sec 119 MBytes 1000 Mbits/sec\r", "[ 4] 8.0- 9.0 sec 119 MBytes 1000 Mbits/sec\r", "[ 4] 9.0-10.0 sec 119 MBytes 1000 Mbits/sec\r", "[ 4] 0.0-10.0 sec 1.16 GBytes 1000 Mbits/sec\r", "[ 4] Sent 850304 datagrams\r", "[ 4] WARNING: did not receive ack of last datagram after 10 tries.\r", "+ sleep 0.5\r", "+ m5 exit\r", "Exiting @ tick 6696929483875 because m5_exit instruction encountered"], "stderr": ["warn: CheckedInt already exists in allParams. This may be caused by the Python 2.7 compatibility layer.", "warn: Enum already exists in allParams. This may be caused by the Python 2.7 compatibility layer.", "warn: ScopedEnum already exists in allParams. This may be caused by the Python 2.7 compatibility layer.", "warn: Physical memory size specified is 8192MB which is greater than 3GB. Twice the number of memory controllers would be created.", "warn: No dot file generated. Please install pydot to generate the dot file and pdf.", "warn: DRAM device capacity (32768 Mbytes) does not match the address range assigned (4096 Mbytes)", "warn: DRAM device capacity (32768 Mbytes) does not match the address range assigned (8192 Mbytes)", "info: kernel located at: /home/hejingli/simbricks/images/vmlinux", "system.pc.com_1.device: Listening for connections on port 3458", "warn: pollInterval=100000000 pciAsync=500000", "0: system.remote_gdb: listening for remote gdb on port 7002", "warn: Reading current count from inactive timer.", "warn: TimingPioPort::getAddrRanges()", "warn: TimingPioPort::getAddrRanges()", "info: Entering event queue @ 1258459844769. Starting simulation...", "warn: PowerState: Already in the requested power state, request ignored", "info: Entering event queue @ 1258459854769. Starting simulation...", "warn: instruction 'fwait' unimplemented", "warn: instruction 'verw_Mw_or_Rv' unimplemented", "warn: Don't know what interrupt to clear for console.", "warn: Tried to clear PCI interrupt 14", "warn: MOVNTDQ: Ignoring non-temporal hint, modeling as cacheable!"]}}, "success": true}
\ No newline at end of file
{"exp_name": "gt-ib-sw-Host-1000m-1", "metadata": {}, "start_time": 1620394111.713764, "end_time": 1620407511.167628, "sims": {"nic.server.0.": {"class": "I40eNIC", "cmd": ["/home/hejingli/simbricks/sims/nic//i40e_bm/i40e_bm", "/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/2/nic.pci.server.0.", "/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/2/nic.eth.server.0.", "/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/2/nic.shm.server.0.", "0", "0", "500", "500", "500"], "stdout": ["eth connection accepted", "eth intro sent", "pci connection accepted", "pci intro sent", "pci host info received", "eth net info received"], "stderr": ["52bd820a87c8", "sync_pci=1 sync_eth=1", "exit main_time: 6696932193875"]}, "nic.client.0.": {"class": "I40eNIC", "cmd": ["/home/hejingli/simbricks/sims/nic//i40e_bm/i40e_bm", "/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/2/nic.pci.client.0.", "/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/2/nic.eth.client.0.", "/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/2/nic.shm.client.0.", "0", "0", "500", "500", "500"], "stdout": ["eth connection accepted", "eth intro sent", "pci connection accepted", "pci intro sent", "pci host info received", "eth net info received"], "stderr": ["570a46c65e24", "sync_pci=1 sync_eth=1", "exit main_time: 6696931599874"]}, "net.": {"class": "SwitchNet", "cmd": ["/home/hejingli/simbricks/sims/net/switch/net_switch", "-m", "0", "-S", "500", "-E", "500", "-s", "/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/2/nic.eth.server.0.", "-s", "/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/2/nic.eth.client.0."], "stdout": ["start polling"], "stderr": []}, "host.server.0": {"class": "Gem5Host", "cmd": ["/home/hejingli/simbricks/sims/external/gem5/build/X86/gem5.fast", "--outdir=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/2/gem5-out.server.0", "/home/hejingli/simbricks/sims/external/gem5/configs/simbricks/simbricks.py", "--caches", "--l2cache", "--l3cache", "--l1d_size=32kB", "--l1i_size=32kB", "--l2_size=2MB", "--l3_size=32MB", "--l1d_assoc=8", "--l1i_assoc=8", "--l2_assoc=4", "--l3_assoc=16", "--cacheline_size=64", "--cpu-clock=8GHz", "--sys-clock=1GHz", "--checkpoint-dir=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/0/gem5-cp.server.0", "--kernel=/home/hejingli/simbricks/images/vmlinux", "--disk-image=/home/hejingli/simbricks/images/output-base/base.raw", "--disk-image=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/2/cfg.server.0.tar", "--cpu-type=TimingSimpleCPU", "--mem-size=8192MB", "--num-cpus=1", "--ddio-enabled", "--ddio-way-part=8", "--mem-type=DDR4_2400_16x4", "-r", "0", "--simbricks-pci=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/2/nic.pci.server.0.", "--simbricks-shm=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/2/nic.shm.server.0.", "--simbricks-sync", "--simbricks-sync_mode=0", "--simbricks-pci-lat=500", "--simbricks-sync-int=500", "--simbricks-type=i40e"], "stdout": ["gem5 Simulator System. http://gem5.org", "gem5 is copyrighted software; use the --copyright option for details.", "", "gem5 version 20.0.0.1", "gem5 compiled May 7 2021 15:27:41", "gem5 started May 7 2021 15:28:32", "gem5 executing on swsnetlab05, pid 30406", "command line: /home/hejingli/simbricks/sims/external/gem5/build/X86/gem5.fast --outdir=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/2/gem5-out.server.0 /home/hejingli/simbricks/sims/external/gem5/configs/simbricks/simbricks.py --caches --l2cache --l3cache --l1d_size=32kB --l1i_size=32kB --l2_size=2MB --l3_size=32MB --l1d_assoc=8 --l1i_assoc=8 --l2_assoc=4 --l3_assoc=16 --cacheline_size=64 --cpu-clock=8GHz --sys-clock=1GHz --checkpoint-dir=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/0/gem5-cp.server.0 --kernel=/home/hejingli/simbricks/images/vmlinux --disk-image=/home/hejingli/simbricks/images/output-base/base.raw --disk-image=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/2/cfg.server.0.tar --cpu-type=TimingSimpleCPU --mem-size=8192MB --num-cpus=1 --ddio-enabled --ddio-way-part=8 --mem-type=DDR4_2400_16x4 -r 0 --simbricks-pci=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/2/nic.pci.server.0. --simbricks-shm=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/2/nic.shm.server.0. --simbricks-sync --simbricks-sync_mode=0 --simbricks-pci-lat=500 --simbricks-sync-int=500 --simbricks-type=i40e", "", "CEHCKPOINT RESTORE THINGIE", "Global frequency set at 1000000000000 ticks per second", "Switch at curTick count:10000", "Switched CPUS @ tick 1247911676506", "switching cpus", "**** REAL SIMULATION ****", "+ modprobe i40e\r", "[ 0.752932] i40e: Intel(R) Ethernet Connection XL710 Network Driver - version 2.8.20-k\r", "[ 0.752932] i40e: Copyright (c) 2013 - 2019 Intel Corporation.\r", "[ 0.752932] i40e 0000:00:02.0: enabling device (0000 -> 0002)\r", "[ 0.752932] i40e 0000:00:02.0: PCI->APIC IRQ transform: INT A -> IRQ 17\r", "[ 0.767930] i40e 0000:00:02.0: fw 0.0.00000 api 1.10 nvm 0.0.0 [8086:1572] [0000:0000]\r", "[ 0.767930] i40e 0000:00:02.0: The driver for the device detected a newer version of the NVM image v1.10 than expected v1.9. Please install the most recent version of the network driver.\r", "[ 1.076883] i40e 0000:00:02.0: This device is a pre-production adapter/LOM. Please be aware there may be issues with your hardware. If you are experiencing problems please contact your Intel or hardware representative who provided you with this hardware.\r", "[ 1.078883] i40e 0000:00:02.0: Stopping firmware LLDP agent.\r", "[ 1.078883] i40e 0000:00:02.0: MAC address: c8:87:0a:82:bd:52\r", "[ 1.078883] i40e 0000:00:02.0: FW LLDP is enabled\r", "[ 1.081882] i40e 0000:00:02.0 eth0: NIC Link is Up, 40 Gbps Full Duplex, Flow Control: None\r", "[ 1.159870] i40e 0000:00:02.0: PCI-Express: Speed UnknownGT/s Width xUnknown\r", "[ 1.159870] i40e 0000:00:02.0: PCI-Express bandwidth available for this device may be insufficient for optimal performance.\r", "[ 1.159870] i40e 0000:00:02.0: Please move the device to a different PCI-e link with more lanes and/or higher transfer rate.\r", "[ 1.160870] i40e 0000:00:02.0: Features: PF-id[0] VSIs: 384 QP: 1 RSS VxLAN Geneve PTP VEPA\r", "+ ip link set dev eth0 up\r", "[ 1.172869] i40e 0000:00:02.0: Error OK adding RX filters on PF, promiscuous mode forced on\r", "+ ip addr add 10.0.0.1/24 dev eth0\r", "+ iperf -s -u\r", "------------------------------------------------------------\r", "Server listening on UDP port 5001\r", "Receiving 1470 byte datagrams\r", "UDP buffer size: 208 KByte (default)\r", "------------------------------------------------------------\r", "[ 2.338691] random: crng init done\r", "[ 4] local 10.0.0.1 port 5001 connected with 10.0.0.2 port 56184\r"], "stderr": ["warn: CheckedInt already exists in allParams. This may be caused by the Python 2.7 compatibility layer.", "warn: Enum already exists in allParams. This may be caused by the Python 2.7 compatibility layer.", "warn: ScopedEnum already exists in allParams. This may be caused by the Python 2.7 compatibility layer.", "warn: Physical memory size specified is 8192MB which is greater than 3GB. Twice the number of memory controllers would be created.", "warn: No dot file generated. Please install pydot to generate the dot file and pdf.", "warn: DRAM device capacity (32768 Mbytes) does not match the address range assigned (4096 Mbytes)", "warn: DRAM device capacity (32768 Mbytes) does not match the address range assigned (8192 Mbytes)", "info: kernel located at: /home/hejingli/simbricks/images/vmlinux", "system.pc.com_1.device: Listening for connections on port 3460", "warn: pollInterval=100000000 pciAsync=500000", "0: system.remote_gdb: listening for remote gdb on port 7004", "warn: Reading current count from inactive timer.", "warn: TimingPioPort::getAddrRanges()", "warn: TimingPioPort::getAddrRanges()", "info: Entering event queue @ 1247911666506. Starting simulation...", "warn: PowerState: Already in the requested power state, request ignored", "info: Entering event queue @ 1247911676506. Starting simulation...", "warn: instruction 'fwait' unimplemented", "warn: instruction 'verw_Mw_or_Rv' unimplemented", "warn: Don't know what interrupt to clear for console.", "warn: Tried to clear PCI interrupt 14", "warn: MOVNTDQ: Ignoring non-temporal hint, modeling as cacheable!", "warn: PowerState: More than one power state change request encountered within the same simulation tick", "warn: PowerState: More than one power state change request encountered within the same simulation tick", "warn: PowerState: More than one power state change request encountered within the same simulation tick", "warn: PowerState: More than one power state change request encountered within the same simulation tick", "warn: PowerState: More than one power state change request encountered within the same simulation tick", "warn: PowerState: More than one power state change request encountered within the same simulation tick", "warn: PowerState: More than one power state change request encountered within the same simulation tick"]}, "host.client.0": {"class": "Gem5Host", "cmd": ["/home/hejingli/simbricks/sims/external/gem5/build/X86/gem5.fast", "--outdir=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/2/gem5-out.client.0", "/home/hejingli/simbricks/sims/external/gem5/configs/simbricks/simbricks.py", "--caches", "--l2cache", "--l3cache", "--l1d_size=32kB", "--l1i_size=32kB", "--l2_size=2MB", "--l3_size=32MB", "--l1d_assoc=8", "--l1i_assoc=8", "--l2_assoc=4", "--l3_assoc=16", "--cacheline_size=64", "--cpu-clock=8GHz", "--sys-clock=1GHz", "--checkpoint-dir=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/0/gem5-cp.client.0", "--kernel=/home/hejingli/simbricks/images/vmlinux", "--disk-image=/home/hejingli/simbricks/images/output-base/base.raw", "--disk-image=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/2/cfg.client.0.tar", "--cpu-type=TimingSimpleCPU", "--mem-size=8192MB", "--num-cpus=1", "--ddio-enabled", "--ddio-way-part=8", "--mem-type=DDR4_2400_16x4", "-r", "0", "--simbricks-pci=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/2/nic.pci.client.0.", "--simbricks-shm=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/2/nic.shm.client.0.", "--simbricks-sync", "--simbricks-sync_mode=0", "--simbricks-pci-lat=500", "--simbricks-sync-int=500", "--simbricks-type=i40e"], "stdout": ["gem5 Simulator System. http://gem5.org", "gem5 is copyrighted software; use the --copyright option for details.", "", "gem5 version 20.0.0.1", "gem5 compiled May 7 2021 15:27:41", "gem5 started May 7 2021 15:28:32", "gem5 executing on swsnetlab05, pid 30409", "command line: /home/hejingli/simbricks/sims/external/gem5/build/X86/gem5.fast --outdir=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/2/gem5-out.client.0 /home/hejingli/simbricks/sims/external/gem5/configs/simbricks/simbricks.py --caches --l2cache --l3cache --l1d_size=32kB --l1i_size=32kB --l2_size=2MB --l3_size=32MB --l1d_assoc=8 --l1i_assoc=8 --l2_assoc=4 --l3_assoc=16 --cacheline_size=64 --cpu-clock=8GHz --sys-clock=1GHz --checkpoint-dir=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/0/gem5-cp.client.0 --kernel=/home/hejingli/simbricks/images/vmlinux --disk-image=/home/hejingli/simbricks/images/output-base/base.raw --disk-image=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/2/cfg.client.0.tar --cpu-type=TimingSimpleCPU --mem-size=8192MB --num-cpus=1 --ddio-enabled --ddio-way-part=8 --mem-type=DDR4_2400_16x4 -r 0 --simbricks-pci=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/2/nic.pci.client.0. --simbricks-shm=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/2/nic.shm.client.0. --simbricks-sync --simbricks-sync_mode=0 --simbricks-pci-lat=500 --simbricks-sync-int=500 --simbricks-type=i40e", "", "CEHCKPOINT RESTORE THINGIE", "Global frequency set at 1000000000000 ticks per second", "Switch at curTick count:10000", "Switched CPUS @ tick 1258459854769", "switching cpus", "**** REAL SIMULATION ****", "+ modprobe i40e\r", "[ 0.764932] i40e: Intel(R) Ethernet Connection XL710 Network Driver - version 2.8.20-k\r", "[ 0.765931] i40e: Copyright (c) 2013 - 2019 Intel Corporation.\r", "[ 0.765931] i40e 0000:00:02.0: enabling device (0000 -> 0002)\r", "[ 0.765931] i40e 0000:00:02.0: PCI->APIC IRQ transform: INT A -> IRQ 17\r", "[ 0.780929] i40e 0000:00:02.0: fw 0.0.00000 api 1.10 nvm 0.0.0 [8086:1572] [0000:0000]\r", "[ 0.780929] i40e 0000:00:02.0: The driver for the device detected a newer version of the NVM image v1.10 than expected v1.9. Please install the most recent version of the network driver.\r", "[ 1.089882] i40e 0000:00:02.0: This device is a pre-production adapter/LOM. Please be aware there may be issues with your hardware. If you are experiencing problems please contact your Intel or hardware representative who provided you with this hardware.\r", "[ 1.091882] i40e 0000:00:02.0: Stopping firmware LLDP agent.\r", "[ 1.091882] i40e 0000:00:02.0: MAC address: 24:5e:c6:46:0a:57\r", "[ 1.091882] i40e 0000:00:02.0: FW LLDP is enabled\r", "[ 1.095881] i40e 0000:00:02.0 eth0: NIC Link is Up, 40 Gbps Full Duplex, Flow Control: None\r", "[ 1.175869] i40e 0000:00:02.0: PCI-Express: Speed UnknownGT/s Width xUnknown\r", "[ 1.175869] i40e 0000:00:02.0: PCI-Express bandwidth available for this device may be insufficient for optimal performance.\r", "[ 1.175869] i40e 0000:00:02.0: Please move the device to a different PCI-e link with more lanes and/or higher transfer rate.\r", "[ 1.176869] i40e 0000:00:02.0: Features: PF-id[0] VSIs: 384 QP: 1 RSS VxLAN Geneve PTP VEPA\r", "+ ip link set dev eth0 up\r", "[ 1.188867] i40e 0000:00:02.0: Error OK adding RX filters on PF, promiscuous mode forced on\r", "+ ip addr add 10.0.0.2/24 dev eth0\r", "+ sleep 1\r", "+ iperf -c 10.0.0.1 -i 1 -u -b 1000m\r", "------------------------------------------------------------\r", "Client connecting to 10.0.0.1, UDP port 5001\r", "Sending 1470 byte datagrams, IPG target: 11.76 us (kalman adjust)\r", "UDP buffer size: 208 KByte (default)\r", "------------------------------------------------------------\r", "[ 4] local 10.0.0.2 port 56184 connected with 10.0.0.1 port 5001\r", "[ 2.315696] random: crng init done\r", "[ ID] Interval Transfer Bandwidth\r", "[ 4] 0.0- 1.0 sec 119 MBytes 1000 Mbits/sec\r", "[ 4] 1.0- 2.0 sec 119 MBytes 1000 Mbits/sec\r", "[ 4] 2.0- 3.0 sec 119 MBytes 1000 Mbits/sec\r", "[ 4] 3.0- 4.0 sec 119 MBytes 1000 Mbits/sec\r", "[ 4] 4.0- 5.0 sec 119 MBytes 1000 Mbits/sec\r", "[ 4] 5.0- 6.0 sec 119 MBytes 1000 Mbits/sec\r", "[ 4] 6.0- 7.0 sec 119 MBytes 1.00 Gbits/sec\r", "[ 4] 7.0- 8.0 sec 119 MBytes 1000 Mbits/sec\r", "[ 4] 8.0- 9.0 sec 119 MBytes 1000 Mbits/sec\r", "[ 4] 9.0-10.0 sec 119 MBytes 1000 Mbits/sec\r", "[ 4] 0.0-10.0 sec 1.16 GBytes 1000 Mbits/sec\r", "[ 4] Sent 850304 datagrams\r", "[ 4] WARNING: did not receive ack of last datagram after 10 tries.\r", "+ sleep 0.5\r", "+ m5 exit\r", "Exiting @ tick 6696931427750 because m5_exit instruction encountered"], "stderr": ["warn: CheckedInt already exists in allParams. This may be caused by the Python 2.7 compatibility layer.", "warn: Enum already exists in allParams. This may be caused by the Python 2.7 compatibility layer.", "warn: ScopedEnum already exists in allParams. This may be caused by the Python 2.7 compatibility layer.", "warn: Physical memory size specified is 8192MB which is greater than 3GB. Twice the number of memory controllers would be created.", "warn: No dot file generated. Please install pydot to generate the dot file and pdf.", "warn: DRAM device capacity (32768 Mbytes) does not match the address range assigned (4096 Mbytes)", "warn: DRAM device capacity (32768 Mbytes) does not match the address range assigned (8192 Mbytes)", "info: kernel located at: /home/hejingli/simbricks/images/vmlinux", "system.pc.com_1.device: Listening for connections on port 3463", "warn: pollInterval=100000000 pciAsync=500000", "0: system.remote_gdb: listening for remote gdb on port 7007", "warn: Reading current count from inactive timer.", "warn: TimingPioPort::getAddrRanges()", "warn: TimingPioPort::getAddrRanges()", "info: Entering event queue @ 1258459844769. Starting simulation...", "warn: PowerState: Already in the requested power state, request ignored", "info: Entering event queue @ 1258459854769. Starting simulation...", "warn: instruction 'fwait' unimplemented", "warn: instruction 'verw_Mw_or_Rv' unimplemented", "warn: Don't know what interrupt to clear for console.", "warn: Tried to clear PCI interrupt 14", "warn: MOVNTDQ: Ignoring non-temporal hint, modeling as cacheable!"]}}, "success": true}
\ No newline at end of file
{"exp_name": "gt-ib-sw-Host-1000m-1", "metadata": {}, "start_time": 1620394111.7221477, "end_time": 1620407558.384118, "sims": {"nic.server.0.": {"class": "I40eNIC", "cmd": ["/home/hejingli/simbricks/sims/nic//i40e_bm/i40e_bm", "/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/3/nic.pci.server.0.", "/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/3/nic.eth.server.0.", "/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/3/nic.shm.server.0.", "0", "0", "500", "500", "500"], "stdout": ["eth connection accepted", "eth intro sent", "pci connection accepted", "pci intro sent", "pci host info received", "eth net info received"], "stderr": ["45afbe7782c", "sync_pci=1 sync_eth=1", "exit main_time: 6696933193875"]}, "nic.client.0.": {"class": "I40eNIC", "cmd": ["/home/hejingli/simbricks/sims/nic//i40e_bm/i40e_bm", "/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/3/nic.pci.client.0.", "/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/3/nic.eth.client.0.", "/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/3/nic.shm.client.0.", "0", "0", "500", "500", "500"], "stdout": ["eth connection accepted", "eth intro sent", "pci connection accepted", "pci intro sent", "pci host info received", "eth net info received"], "stderr": ["8a6eeb34e88", "sync_pci=1 sync_eth=1", "exit main_time: 6696932598874"]}, "net.": {"class": "SwitchNet", "cmd": ["/home/hejingli/simbricks/sims/net/switch/net_switch", "-m", "0", "-S", "500", "-E", "500", "-s", "/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/3/nic.eth.server.0.", "-s", "/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/3/nic.eth.client.0."], "stdout": ["start polling"], "stderr": []}, "host.server.0": {"class": "Gem5Host", "cmd": ["/home/hejingli/simbricks/sims/external/gem5/build/X86/gem5.fast", "--outdir=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/3/gem5-out.server.0", "/home/hejingli/simbricks/sims/external/gem5/configs/simbricks/simbricks.py", "--caches", "--l2cache", "--l3cache", "--l1d_size=32kB", "--l1i_size=32kB", "--l2_size=2MB", "--l3_size=32MB", "--l1d_assoc=8", "--l1i_assoc=8", "--l2_assoc=4", "--l3_assoc=16", "--cacheline_size=64", "--cpu-clock=8GHz", "--sys-clock=1GHz", "--checkpoint-dir=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/0/gem5-cp.server.0", "--kernel=/home/hejingli/simbricks/images/vmlinux", "--disk-image=/home/hejingli/simbricks/images/output-base/base.raw", "--disk-image=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/3/cfg.server.0.tar", "--cpu-type=TimingSimpleCPU", "--mem-size=8192MB", "--num-cpus=1", "--ddio-enabled", "--ddio-way-part=8", "--mem-type=DDR4_2400_16x4", "-r", "0", "--simbricks-pci=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/3/nic.pci.server.0.", "--simbricks-shm=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/3/nic.shm.server.0.", "--simbricks-sync", "--simbricks-sync_mode=0", "--simbricks-pci-lat=500", "--simbricks-sync-int=500", "--simbricks-type=i40e"], "stdout": ["gem5 Simulator System. http://gem5.org", "gem5 is copyrighted software; use the --copyright option for details.", "", "gem5 version 20.0.0.1", "gem5 compiled May 7 2021 15:27:41", "gem5 started May 7 2021 15:28:32", "gem5 executing on swsnetlab05, pid 30417", "command line: /home/hejingli/simbricks/sims/external/gem5/build/X86/gem5.fast --outdir=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/3/gem5-out.server.0 /home/hejingli/simbricks/sims/external/gem5/configs/simbricks/simbricks.py --caches --l2cache --l3cache --l1d_size=32kB --l1i_size=32kB --l2_size=2MB --l3_size=32MB --l1d_assoc=8 --l1i_assoc=8 --l2_assoc=4 --l3_assoc=16 --cacheline_size=64 --cpu-clock=8GHz --sys-clock=1GHz --checkpoint-dir=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/0/gem5-cp.server.0 --kernel=/home/hejingli/simbricks/images/vmlinux --disk-image=/home/hejingli/simbricks/images/output-base/base.raw --disk-image=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/3/cfg.server.0.tar --cpu-type=TimingSimpleCPU --mem-size=8192MB --num-cpus=1 --ddio-enabled --ddio-way-part=8 --mem-type=DDR4_2400_16x4 -r 0 --simbricks-pci=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/3/nic.pci.server.0. --simbricks-shm=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/3/nic.shm.server.0. --simbricks-sync --simbricks-sync_mode=0 --simbricks-pci-lat=500 --simbricks-sync-int=500 --simbricks-type=i40e", "", "CEHCKPOINT RESTORE THINGIE", "Global frequency set at 1000000000000 ticks per second", "Switch at curTick count:10000", "Switched CPUS @ tick 1247911676506", "switching cpus", "**** REAL SIMULATION ****", "+ modprobe i40e\r", "[ 0.752932] i40e: Intel(R) Ethernet Connection XL710 Network Driver - version 2.8.20-k\r", "[ 0.752932] i40e: Copyright (c) 2013 - 2019 Intel Corporation.\r", "[ 0.752932] i40e 0000:00:02.0: enabling device (0000 -> 0002)\r", "[ 0.752932] i40e 0000:00:02.0: PCI->APIC IRQ transform: INT A -> IRQ 17\r", "[ 0.767930] i40e 0000:00:02.0: fw 0.0.00000 api 1.10 nvm 0.0.0 [8086:1572] [0000:0000]\r", "[ 0.767930] i40e 0000:00:02.0: The driver for the device detected a newer version of the NVM image v1.10 than expected v1.9. Please install the most recent version of the network driver.\r", "[ 1.076883] i40e 0000:00:02.0: This device is a pre-production adapter/LOM. Please be aware there may be issues with your hardware. If you are experiencing problems please contact your Intel or hardware representative who provided you with this hardware.\r", "[ 1.078883] i40e 0000:00:02.0: Stopping firmware LLDP agent.\r", "[ 1.078883] i40e 0000:00:02.0: MAC address: 2c:78:e7:fb:5a:04\r", "[ 1.078883] i40e 0000:00:02.0: FW LLDP is enabled\r", "[ 1.081882] i40e 0000:00:02.0 eth0: NIC Link is Up, 40 Gbps Full Duplex, Flow Control: None\r", "[ 1.159870] i40e 0000:00:02.0: PCI-Express: Speed UnknownGT/s Width xUnknown\r", "[ 1.159870] i40e 0000:00:02.0: PCI-Express bandwidth available for this device may be insufficient for optimal performance.\r", "[ 1.159870] i40e 0000:00:02.0: Please move the device to a different PCI-e link with more lanes and/or higher transfer rate.\r", "[ 1.160870] i40e 0000:00:02.0: Features: PF-id[0] VSIs: 384 QP: 1 RSS VxLAN Geneve PTP VEPA\r", "+ ip link set dev eth0 up\r", "[ 1.172869] i40e 0000:00:02.0: Error OK adding RX filters on PF, promiscuous mode forced on\r", "+ ip addr add 10.0.0.1/24 dev eth0\r", "+ iperf -s -u\r", "------------------------------------------------------------\r", "Server listening on UDP port 5001\r", "Receiving 1470 byte datagrams\r", "UDP buffer size: 208 KByte (default)\r", "------------------------------------------------------------\r", "[ 2.338691] random: crng init done\r", "[ 4] local 10.0.0.1 port 5001 connected with 10.0.0.2 port 56184\r"], "stderr": ["warn: CheckedInt already exists in allParams. This may be caused by the Python 2.7 compatibility layer.", "warn: Enum already exists in allParams. This may be caused by the Python 2.7 compatibility layer.", "warn: ScopedEnum already exists in allParams. This may be caused by the Python 2.7 compatibility layer.", "warn: Physical memory size specified is 8192MB which is greater than 3GB. Twice the number of memory controllers would be created.", "warn: No dot file generated. Please install pydot to generate the dot file and pdf.", "warn: DRAM device capacity (32768 Mbytes) does not match the address range assigned (4096 Mbytes)", "warn: DRAM device capacity (32768 Mbytes) does not match the address range assigned (8192 Mbytes)", "info: kernel located at: /home/hejingli/simbricks/images/vmlinux", "system.pc.com_1.device: Listening for connections on port 3466", "warn: pollInterval=100000000 pciAsync=500000", "0: system.remote_gdb: listening for remote gdb on port 7010", "warn: Reading current count from inactive timer.", "warn: TimingPioPort::getAddrRanges()", "warn: TimingPioPort::getAddrRanges()", "info: Entering event queue @ 1247911666506. Starting simulation...", "warn: PowerState: Already in the requested power state, request ignored", "info: Entering event queue @ 1247911676506. Starting simulation...", "warn: instruction 'fwait' unimplemented", "warn: instruction 'verw_Mw_or_Rv' unimplemented", "warn: Don't know what interrupt to clear for console.", "warn: Tried to clear PCI interrupt 14", "warn: MOVNTDQ: Ignoring non-temporal hint, modeling as cacheable!", "warn: PowerState: More than one power state change request encountered within the same simulation tick", "warn: PowerState: More than one power state change request encountered within the same simulation tick", "warn: PowerState: More than one power state change request encountered within the same simulation tick", "warn: PowerState: More than one power state change request encountered within the same simulation tick", "warn: PowerState: More than one power state change request encountered within the same simulation tick", "warn: PowerState: More than one power state change request encountered within the same simulation tick", "warn: PowerState: More than one power state change request encountered within the same simulation tick"]}, "host.client.0": {"class": "Gem5Host", "cmd": ["/home/hejingli/simbricks/sims/external/gem5/build/X86/gem5.fast", "--outdir=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/3/gem5-out.client.0", "/home/hejingli/simbricks/sims/external/gem5/configs/simbricks/simbricks.py", "--caches", "--l2cache", "--l3cache", "--l1d_size=32kB", "--l1i_size=32kB", "--l2_size=2MB", "--l3_size=32MB", "--l1d_assoc=8", "--l1i_assoc=8", "--l2_assoc=4", "--l3_assoc=16", "--cacheline_size=64", "--cpu-clock=8GHz", "--sys-clock=1GHz", "--checkpoint-dir=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/0/gem5-cp.client.0", "--kernel=/home/hejingli/simbricks/images/vmlinux", "--disk-image=/home/hejingli/simbricks/images/output-base/base.raw", "--disk-image=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/3/cfg.client.0.tar", "--cpu-type=TimingSimpleCPU", "--mem-size=8192MB", "--num-cpus=1", "--ddio-enabled", "--ddio-way-part=8", "--mem-type=DDR4_2400_16x4", "-r", "0", "--simbricks-pci=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/3/nic.pci.client.0.", "--simbricks-shm=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/3/nic.shm.client.0.", "--simbricks-sync", "--simbricks-sync_mode=0", "--simbricks-pci-lat=500", "--simbricks-sync-int=500", "--simbricks-type=i40e"], "stdout": ["gem5 Simulator System. http://gem5.org", "gem5 is copyrighted software; use the --copyright option for details.", "", "gem5 version 20.0.0.1", "gem5 compiled May 7 2021 15:27:41", "gem5 started May 7 2021 15:28:32", "gem5 executing on swsnetlab05, pid 30422", "command line: /home/hejingli/simbricks/sims/external/gem5/build/X86/gem5.fast --outdir=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/3/gem5-out.client.0 /home/hejingli/simbricks/sims/external/gem5/configs/simbricks/simbricks.py --caches --l2cache --l3cache --l1d_size=32kB --l1i_size=32kB --l2_size=2MB --l3_size=32MB --l1d_assoc=8 --l1i_assoc=8 --l2_assoc=4 --l3_assoc=16 --cacheline_size=64 --cpu-clock=8GHz --sys-clock=1GHz --checkpoint-dir=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/0/gem5-cp.client.0 --kernel=/home/hejingli/simbricks/images/vmlinux --disk-image=/home/hejingli/simbricks/images/output-base/base.raw --disk-image=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/3/cfg.client.0.tar --cpu-type=TimingSimpleCPU --mem-size=8192MB --num-cpus=1 --ddio-enabled --ddio-way-part=8 --mem-type=DDR4_2400_16x4 -r 0 --simbricks-pci=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/3/nic.pci.client.0. --simbricks-shm=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/3/nic.shm.client.0. --simbricks-sync --simbricks-sync_mode=0 --simbricks-pci-lat=500 --simbricks-sync-int=500 --simbricks-type=i40e", "", "CEHCKPOINT RESTORE THINGIE", "Global frequency set at 1000000000000 ticks per second", "Switch at curTick count:10000", "Switched CPUS @ tick 1258459854769", "switching cpus", "**** REAL SIMULATION ****", "+ modprobe i40e\r", "[ 0.764932] i40e: Intel(R) Ethernet Connection XL710 Network Driver - version 2.8.20-k\r", "[ 0.765931] i40e: Copyright (c) 2013 - 2019 Intel Corporation.\r", "[ 0.765931] i40e 0000:00:02.0: enabling device (0000 -> 0002)\r", "[ 0.765931] i40e 0000:00:02.0: PCI->APIC IRQ transform: INT A -> IRQ 17\r", "[ 0.780929] i40e 0000:00:02.0: fw 0.0.00000 api 1.10 nvm 0.0.0 [8086:1572] [0000:0000]\r", "[ 0.780929] i40e 0000:00:02.0: The driver for the device detected a newer version of the NVM image v1.10 than expected v1.9. Please install the most recent version of the network driver.\r", "[ 1.089882] i40e 0000:00:02.0: This device is a pre-production adapter/LOM. Please be aware there may be issues with your hardware. If you are experiencing problems please contact your Intel or hardware representative who provided you with this hardware.\r", "[ 1.091882] i40e 0000:00:02.0: Stopping firmware LLDP agent.\r", "[ 1.091882] i40e 0000:00:02.0: MAC address: 88:4e:b3:ee:a6:08\r", "[ 1.091882] i40e 0000:00:02.0: FW LLDP is enabled\r", "[ 1.095881] i40e 0000:00:02.0 eth0: NIC Link is Up, 40 Gbps Full Duplex, Flow Control: None\r", "[ 1.175869] i40e 0000:00:02.0: PCI-Express: Speed UnknownGT/s Width xUnknown\r", "[ 1.175869] i40e 0000:00:02.0: PCI-Express bandwidth available for this device may be insufficient for optimal performance.\r", "[ 1.175869] i40e 0000:00:02.0: Please move the device to a different PCI-e link with more lanes and/or higher transfer rate.\r", "[ 1.176869] i40e 0000:00:02.0: Features: PF-id[0] VSIs: 384 QP: 1 RSS VxLAN Geneve PTP VEPA\r", "+ ip link set dev eth0 up\r", "[ 1.188867] i40e 0000:00:02.0: Error OK adding RX filters on PF, promiscuous mode forced on\r", "+ ip addr add 10.0.0.2/24 dev eth0\r", "+ sleep 1\r", "+ iperf -c 10.0.0.1 -i 1 -u -b 1000m\r", "------------------------------------------------------------\r", "Client connecting to 10.0.0.1, UDP port 5001\r", "Sending 1470 byte datagrams, IPG target: 11.76 us (kalman adjust)\r", "UDP buffer size: 208 KByte (default)\r", "------------------------------------------------------------\r", "[ 4] local 10.0.0.2 port 56184 connected with 10.0.0.1 port 5001\r", "[ 2.315696] random: crng init done\r", "[ ID] Interval Transfer Bandwidth\r", "[ 4] 0.0- 1.0 sec 119 MBytes 1000 Mbits/sec\r", "[ 4] 1.0- 2.0 sec 119 MBytes 1000 Mbits/sec\r", "[ 4] 2.0- 3.0 sec 119 MBytes 1000 Mbits/sec\r", "[ 4] 3.0- 4.0 sec 119 MBytes 1000 Mbits/sec\r", "[ 4] 4.0- 5.0 sec 119 MBytes 1000 Mbits/sec\r", "[ 4] 5.0- 6.0 sec 119 MBytes 1000 Mbits/sec\r", "[ 4] 6.0- 7.0 sec 119 MBytes 1.00 Gbits/sec\r", "[ 4] 7.0- 8.0 sec 119 MBytes 1000 Mbits/sec\r", "[ 4] 8.0- 9.0 sec 119 MBytes 1000 Mbits/sec\r", "[ 4] 9.0-10.0 sec 119 MBytes 1000 Mbits/sec\r", "[ 4] 0.0-10.0 sec 1.16 GBytes 1000 Mbits/sec\r", "[ 4] Sent 850304 datagrams\r", "[ 4] WARNING: did not receive ack of last datagram after 10 tries.\r", "+ sleep 0.5\r", "+ m5 exit\r", "Exiting @ tick 6696932170250 because m5_exit instruction encountered"], "stderr": ["warn: CheckedInt already exists in allParams. This may be caused by the Python 2.7 compatibility layer.", "warn: Enum already exists in allParams. This may be caused by the Python 2.7 compatibility layer.", "warn: ScopedEnum already exists in allParams. This may be caused by the Python 2.7 compatibility layer.", "warn: Physical memory size specified is 8192MB which is greater than 3GB. Twice the number of memory controllers would be created.", "warn: No dot file generated. Please install pydot to generate the dot file and pdf.", "warn: DRAM device capacity (32768 Mbytes) does not match the address range assigned (4096 Mbytes)", "warn: DRAM device capacity (32768 Mbytes) does not match the address range assigned (8192 Mbytes)", "info: kernel located at: /home/hejingli/simbricks/images/vmlinux", "system.pc.com_1.device: Listening for connections on port 3471", "warn: pollInterval=100000000 pciAsync=500000", "0: system.remote_gdb: listening for remote gdb on port 7015", "warn: Reading current count from inactive timer.", "warn: TimingPioPort::getAddrRanges()", "warn: TimingPioPort::getAddrRanges()", "info: Entering event queue @ 1258459844769. Starting simulation...", "warn: PowerState: Already in the requested power state, request ignored", "info: Entering event queue @ 1258459854769. Starting simulation...", "warn: instruction 'fwait' unimplemented", "warn: instruction 'verw_Mw_or_Rv' unimplemented", "warn: Don't know what interrupt to clear for console.", "warn: Tried to clear PCI interrupt 14", "warn: MOVNTDQ: Ignoring non-temporal hint, modeling as cacheable!"]}}, "success": true}
\ No newline at end of file
{"exp_name": "gt-ib-sw-Host-1000m-1", "metadata": {}, "start_time": 1620394111.7280407, "end_time": 1620407629.7917745, "sims": {"nic.server.0.": {"class": "I40eNIC", "cmd": ["/home/hejingli/simbricks/sims/nic//i40e_bm/i40e_bm", "/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/4/nic.pci.server.0.", "/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/4/nic.eth.server.0.", "/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/4/nic.shm.server.0.", "0", "0", "500", "500", "500"], "stdout": ["eth connection accepted", "eth intro sent", "pci connection accepted", "pci intro sent", "pci host info received", "eth net info received"], "stderr": ["256d9d2a6dc4", "sync_pci=1 sync_eth=1", "exit main_time: 6696935193875"]}, "nic.client.0.": {"class": "I40eNIC", "cmd": ["/home/hejingli/simbricks/sims/nic//i40e_bm/i40e_bm", "/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/4/nic.pci.client.0.", "/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/4/nic.eth.client.0.", "/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/4/nic.shm.client.0.", "0", "0", "500", "500", "500"], "stdout": ["eth connection accepted", "eth intro sent", "pci connection accepted", "pci intro sent", "pci host info received", "eth net info received"], "stderr": ["29ba45e64420", "sync_pci=1 sync_eth=1", "exit main_time: 6696934598874"]}, "net.": {"class": "SwitchNet", "cmd": ["/home/hejingli/simbricks/sims/net/switch/net_switch", "-m", "0", "-S", "500", "-E", "500", "-s", "/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/4/nic.eth.server.0.", "-s", "/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/4/nic.eth.client.0."], "stdout": ["start polling"], "stderr": []}, "host.server.0": {"class": "Gem5Host", "cmd": ["/home/hejingli/simbricks/sims/external/gem5/build/X86/gem5.fast", "--outdir=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/4/gem5-out.server.0", "/home/hejingli/simbricks/sims/external/gem5/configs/simbricks/simbricks.py", "--caches", "--l2cache", "--l3cache", "--l1d_size=32kB", "--l1i_size=32kB", "--l2_size=2MB", "--l3_size=32MB", "--l1d_assoc=8", "--l1i_assoc=8", "--l2_assoc=4", "--l3_assoc=16", "--cacheline_size=64", "--cpu-clock=8GHz", "--sys-clock=1GHz", "--checkpoint-dir=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/0/gem5-cp.server.0", "--kernel=/home/hejingli/simbricks/images/vmlinux", "--disk-image=/home/hejingli/simbricks/images/output-base/base.raw", "--disk-image=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/4/cfg.server.0.tar", "--cpu-type=TimingSimpleCPU", "--mem-size=8192MB", "--num-cpus=1", "--ddio-enabled", "--ddio-way-part=8", "--mem-type=DDR4_2400_16x4", "-r", "0", "--simbricks-pci=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/4/nic.pci.server.0.", "--simbricks-shm=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/4/nic.shm.server.0.", "--simbricks-sync", "--simbricks-sync_mode=0", "--simbricks-pci-lat=500", "--simbricks-sync-int=500", "--simbricks-type=i40e"], "stdout": ["gem5 Simulator System. http://gem5.org", "gem5 is copyrighted software; use the --copyright option for details.", "", "gem5 version 20.0.0.1", "gem5 compiled May 7 2021 15:27:41", "gem5 started May 7 2021 15:28:32", "gem5 executing on swsnetlab05, pid 30419", "command line: /home/hejingli/simbricks/sims/external/gem5/build/X86/gem5.fast --outdir=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/4/gem5-out.server.0 /home/hejingli/simbricks/sims/external/gem5/configs/simbricks/simbricks.py --caches --l2cache --l3cache --l1d_size=32kB --l1i_size=32kB --l2_size=2MB --l3_size=32MB --l1d_assoc=8 --l1i_assoc=8 --l2_assoc=4 --l3_assoc=16 --cacheline_size=64 --cpu-clock=8GHz --sys-clock=1GHz --checkpoint-dir=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/0/gem5-cp.server.0 --kernel=/home/hejingli/simbricks/images/vmlinux --disk-image=/home/hejingli/simbricks/images/output-base/base.raw --disk-image=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/4/cfg.server.0.tar --cpu-type=TimingSimpleCPU --mem-size=8192MB --num-cpus=1 --ddio-enabled --ddio-way-part=8 --mem-type=DDR4_2400_16x4 -r 0 --simbricks-pci=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/4/nic.pci.server.0. --simbricks-shm=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/4/nic.shm.server.0. --simbricks-sync --simbricks-sync_mode=0 --simbricks-pci-lat=500 --simbricks-sync-int=500 --simbricks-type=i40e", "", "CEHCKPOINT RESTORE THINGIE", "Global frequency set at 1000000000000 ticks per second", "Switch at curTick count:10000", "Switched CPUS @ tick 1247911676506", "switching cpus", "**** REAL SIMULATION ****", "+ modprobe i40e\r", "[ 0.752932] i40e: Intel(R) Ethernet Connection XL710 Network Driver - version 2.8.20-k\r", "[ 0.752932] i40e: Copyright (c) 2013 - 2019 Intel Corporation.\r", "[ 0.752932] i40e 0000:00:02.0: enabling device (0000 -> 0002)\r", "[ 0.752932] i40e 0000:00:02.0: PCI->APIC IRQ transform: INT A -> IRQ 17\r", "[ 0.767930] i40e 0000:00:02.0: fw 0.0.00000 api 1.10 nvm 0.0.0 [8086:1572] [0000:0000]\r", "[ 0.767930] i40e 0000:00:02.0: The driver for the device detected a newer version of the NVM image v1.10 than expected v1.9. Please install the most recent version of the network driver.\r", "[ 1.076883] i40e 0000:00:02.0: This device is a pre-production adapter/LOM. Please be aware there may be issues with your hardware. If you are experiencing problems please contact your Intel or hardware representative who provided you with this hardware.\r", "[ 1.078883] i40e 0000:00:02.0: Stopping firmware LLDP agent.\r", "[ 1.078883] i40e 0000:00:02.0: MAC address: c4:6d:2a:9d:6d:25\r", "[ 1.078883] i40e 0000:00:02.0: FW LLDP is enabled\r", "[ 1.081882] i40e 0000:00:02.0 eth0: NIC Link is Up, 40 Gbps Full Duplex, Flow Control: None\r", "[ 1.159870] i40e 0000:00:02.0: PCI-Express: Speed UnknownGT/s Width xUnknown\r", "[ 1.159870] i40e 0000:00:02.0: PCI-Express bandwidth available for this device may be insufficient for optimal performance.\r", "[ 1.159870] i40e 0000:00:02.0: Please move the device to a different PCI-e link with more lanes and/or higher transfer rate.\r", "[ 1.160870] i40e 0000:00:02.0: Features: PF-id[0] VSIs: 384 QP: 1 RSS VxLAN Geneve PTP VEPA\r", "+ ip link set dev eth0 up\r", "[ 1.172869] i40e 0000:00:02.0: Error OK adding RX filters on PF, promiscuous mode forced on\r", "+ ip addr add 10.0.0.1/24 dev eth0\r", "+ iperf -s -u\r", "------------------------------------------------------------\r", "Server listening on UDP port 5001\r", "Receiving 1470 byte datagrams\r", "UDP buffer size: 208 KByte (default)\r", "------------------------------------------------------------\r", "[ 2.338691] random: crng init done\r", "[ 4] local 10.0.0.1 port 5001 connected with 10.0.0.2 port 56184\r"], "stderr": ["warn: CheckedInt already exists in allParams. This may be caused by the Python 2.7 compatibility layer.", "warn: Enum already exists in allParams. This may be caused by the Python 2.7 compatibility layer.", "warn: ScopedEnum already exists in allParams. This may be caused by the Python 2.7 compatibility layer.", "warn: Physical memory size specified is 8192MB which is greater than 3GB. Twice the number of memory controllers would be created.", "warn: No dot file generated. Please install pydot to generate the dot file and pdf.", "warn: DRAM device capacity (32768 Mbytes) does not match the address range assigned (4096 Mbytes)", "warn: DRAM device capacity (32768 Mbytes) does not match the address range assigned (8192 Mbytes)", "info: kernel located at: /home/hejingli/simbricks/images/vmlinux", "system.pc.com_1.device: Listening for connections on port 3468", "warn: pollInterval=100000000 pciAsync=500000", "0: system.remote_gdb: listening for remote gdb on port 7011", "warn: Reading current count from inactive timer.", "warn: TimingPioPort::getAddrRanges()", "warn: TimingPioPort::getAddrRanges()", "info: Entering event queue @ 1247911666506. Starting simulation...", "warn: PowerState: Already in the requested power state, request ignored", "info: Entering event queue @ 1247911676506. Starting simulation...", "warn: instruction 'fwait' unimplemented", "warn: instruction 'verw_Mw_or_Rv' unimplemented", "warn: Don't know what interrupt to clear for console.", "warn: Tried to clear PCI interrupt 14", "warn: MOVNTDQ: Ignoring non-temporal hint, modeling as cacheable!", "warn: PowerState: More than one power state change request encountered within the same simulation tick", "warn: PowerState: More than one power state change request encountered within the same simulation tick", "warn: PowerState: More than one power state change request encountered within the same simulation tick", "warn: PowerState: More than one power state change request encountered within the same simulation tick", "warn: PowerState: More than one power state change request encountered within the same simulation tick", "warn: PowerState: More than one power state change request encountered within the same simulation tick", "warn: PowerState: More than one power state change request encountered within the same simulation tick"]}, "host.client.0": {"class": "Gem5Host", "cmd": ["/home/hejingli/simbricks/sims/external/gem5/build/X86/gem5.fast", "--outdir=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/4/gem5-out.client.0", "/home/hejingli/simbricks/sims/external/gem5/configs/simbricks/simbricks.py", "--caches", "--l2cache", "--l3cache", "--l1d_size=32kB", "--l1i_size=32kB", "--l2_size=2MB", "--l3_size=32MB", "--l1d_assoc=8", "--l1i_assoc=8", "--l2_assoc=4", "--l3_assoc=16", "--cacheline_size=64", "--cpu-clock=8GHz", "--sys-clock=1GHz", "--checkpoint-dir=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/0/gem5-cp.client.0", "--kernel=/home/hejingli/simbricks/images/vmlinux", "--disk-image=/home/hejingli/simbricks/images/output-base/base.raw", "--disk-image=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/4/cfg.client.0.tar", "--cpu-type=TimingSimpleCPU", "--mem-size=8192MB", "--num-cpus=1", "--ddio-enabled", "--ddio-way-part=8", "--mem-type=DDR4_2400_16x4", "-r", "0", "--simbricks-pci=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/4/nic.pci.client.0.", "--simbricks-shm=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/4/nic.shm.client.0.", "--simbricks-sync", "--simbricks-sync_mode=0", "--simbricks-pci-lat=500", "--simbricks-sync-int=500", "--simbricks-type=i40e"], "stdout": ["gem5 Simulator System. http://gem5.org", "gem5 is copyrighted software; use the --copyright option for details.", "", "gem5 version 20.0.0.1", "gem5 compiled May 7 2021 15:27:41", "gem5 started May 7 2021 15:28:32", "gem5 executing on swsnetlab05, pid 30424", "command line: /home/hejingli/simbricks/sims/external/gem5/build/X86/gem5.fast --outdir=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/4/gem5-out.client.0 /home/hejingli/simbricks/sims/external/gem5/configs/simbricks/simbricks.py --caches --l2cache --l3cache --l1d_size=32kB --l1i_size=32kB --l2_size=2MB --l3_size=32MB --l1d_assoc=8 --l1i_assoc=8 --l2_assoc=4 --l3_assoc=16 --cacheline_size=64 --cpu-clock=8GHz --sys-clock=1GHz --checkpoint-dir=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/0/gem5-cp.client.0 --kernel=/home/hejingli/simbricks/images/vmlinux --disk-image=/home/hejingli/simbricks/images/output-base/base.raw --disk-image=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/4/cfg.client.0.tar --cpu-type=TimingSimpleCPU --mem-size=8192MB --num-cpus=1 --ddio-enabled --ddio-way-part=8 --mem-type=DDR4_2400_16x4 -r 0 --simbricks-pci=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/4/nic.pci.client.0. --simbricks-shm=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/4/nic.shm.client.0. --simbricks-sync --simbricks-sync_mode=0 --simbricks-pci-lat=500 --simbricks-sync-int=500 --simbricks-type=i40e", "", "CEHCKPOINT RESTORE THINGIE", "Global frequency set at 1000000000000 ticks per second", "Switch at curTick count:10000", "Switched CPUS @ tick 1258459854769", "switching cpus", "**** REAL SIMULATION ****", "+ modprobe i40e\r", "[ 0.764932] i40e: Intel(R) Ethernet Connection XL710 Network Driver - version 2.8.20-k\r", "[ 0.765931] i40e: Copyright (c) 2013 - 2019 Intel Corporation.\r", "[ 0.765931] i40e 0000:00:02.0: enabling device (0000 -> 0002)\r", "[ 0.765931] i40e 0000:00:02.0: PCI->APIC IRQ transform: INT A -> IRQ 17\r", "[ 0.780929] i40e 0000:00:02.0: fw 0.0.00000 api 1.10 nvm 0.0.0 [8086:1572] [0000:0000]\r", "[ 0.780929] i40e 0000:00:02.0: The driver for the device detected a newer version of the NVM image v1.10 than expected v1.9. Please install the most recent version of the network driver.\r", "[ 1.089882] i40e 0000:00:02.0: This device is a pre-production adapter/LOM. Please be aware there may be issues with your hardware. If you are experiencing problems please contact your Intel or hardware representative who provided you with this hardware.\r", "[ 1.091882] i40e 0000:00:02.0: Stopping firmware LLDP agent.\r", "[ 1.091882] i40e 0000:00:02.0: MAC address: 20:44:e6:45:ba:29\r", "[ 1.091882] i40e 0000:00:02.0: FW LLDP is enabled\r", "[ 1.095881] i40e 0000:00:02.0 eth0: NIC Link is Up, 40 Gbps Full Duplex, Flow Control: None\r", "[ 1.175869] i40e 0000:00:02.0: PCI-Express: Speed UnknownGT/s Width xUnknown\r", "[ 1.175869] i40e 0000:00:02.0: PCI-Express bandwidth available for this device may be insufficient for optimal performance.\r", "[ 1.175869] i40e 0000:00:02.0: Please move the device to a different PCI-e link with more lanes and/or higher transfer rate.\r", "[ 1.176869] i40e 0000:00:02.0: Features: PF-id[0] VSIs: 384 QP: 1 RSS VxLAN Geneve PTP VEPA\r", "+ ip link set dev eth0 up\r", "[ 1.188867] i40e 0000:00:02.0: Error OK adding RX filters on PF, promiscuous mode forced on\r", "+ ip addr add 10.0.0.2/24 dev eth0\r", "+ sleep 1\r", "+ iperf -c 10.0.0.1 -i 1 -u -b 1000m\r", "------------------------------------------------------------\r", "Client connecting to 10.0.0.1, UDP port 5001\r", "Sending 1470 byte datagrams, IPG target: 11.76 us (kalman adjust)\r", "UDP buffer size: 208 KByte (default)\r", "------------------------------------------------------------\r", "[ 4] local 10.0.0.2 port 56184 connected with 10.0.0.1 port 5001\r", "[ 2.315696] random: crng init done\r", "[ ID] Interval Transfer Bandwidth\r", "[ 4] 0.0- 1.0 sec 119 MBytes 1000 Mbits/sec\r", "[ 4] 1.0- 2.0 sec 119 MBytes 1000 Mbits/sec\r", "[ 4] 2.0- 3.0 sec 119 MBytes 1000 Mbits/sec\r", "[ 4] 3.0- 4.0 sec 119 MBytes 1000 Mbits/sec\r", "[ 4] 4.0- 5.0 sec 119 MBytes 1000 Mbits/sec\r", "[ 4] 5.0- 6.0 sec 119 MBytes 1000 Mbits/sec\r", "[ 4] 6.0- 7.0 sec 119 MBytes 1.00 Gbits/sec\r", "[ 4] 7.0- 8.0 sec 119 MBytes 1000 Mbits/sec\r", "[ 4] 8.0- 9.0 sec 119 MBytes 1000 Mbits/sec\r", "[ 4] 9.0-10.0 sec 119 MBytes 1000 Mbits/sec\r", "[ 4] 0.0-10.0 sec 1.16 GBytes 1000 Mbits/sec\r", "[ 4] Sent 850304 datagrams\r", "[ 4] WARNING: did not receive ack of last datagram after 10 tries.\r", "+ sleep 0.5\r", "+ m5 exit\r", "Exiting @ tick 6696934208375 because m5_exit instruction encountered"], "stderr": ["warn: CheckedInt already exists in allParams. This may be caused by the Python 2.7 compatibility layer.", "warn: Enum already exists in allParams. This may be caused by the Python 2.7 compatibility layer.", "warn: ScopedEnum already exists in allParams. This may be caused by the Python 2.7 compatibility layer.", "warn: Physical memory size specified is 8192MB which is greater than 3GB. Twice the number of memory controllers would be created.", "warn: No dot file generated. Please install pydot to generate the dot file and pdf.", "warn: DRAM device capacity (32768 Mbytes) does not match the address range assigned (4096 Mbytes)", "warn: DRAM device capacity (32768 Mbytes) does not match the address range assigned (8192 Mbytes)", "info: kernel located at: /home/hejingli/simbricks/images/vmlinux", "system.pc.com_1.device: Listening for connections on port 3456", "warn: pollInterval=100000000 pciAsync=500000", "0: system.remote_gdb: listening for remote gdb on port 7000", "warn: Reading current count from inactive timer.", "warn: TimingPioPort::getAddrRanges()", "warn: TimingPioPort::getAddrRanges()", "info: Entering event queue @ 1258459844769. Starting simulation...", "warn: PowerState: Already in the requested power state, request ignored", "info: Entering event queue @ 1258459854769. Starting simulation...", "warn: instruction 'fwait' unimplemented", "warn: instruction 'verw_Mw_or_Rv' unimplemented", "warn: Don't know what interrupt to clear for console.", "warn: Tried to clear PCI interrupt 14", "warn: MOVNTDQ: Ignoring non-temporal hint, modeling as cacheable!"]}}, "success": true}
\ No newline at end of file
{"exp_name": "gt-ib-sw-Host-1000m-1", "metadata": {}, "start_time": 1620394111.7192197, "end_time": 1620407561.8333135, "sims": {"nic.server.0.": {"class": "I40eNIC", "cmd": ["/home/hejingli/simbricks/sims/nic//i40e_bm/i40e_bm", "/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/5/nic.pci.server.0.", "/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/5/nic.eth.server.0.", "/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/5/nic.shm.server.0.", "0", "0", "500", "500", "500"], "stdout": ["eth connection accepted", "eth intro sent", "pci connection accepted", "pci intro sent", "pci host info received", "eth net info received"], "stderr": ["73d1301d7d60", "sync_pci=1 sync_eth=1", "exit main_time: 6696933193875"]}, "nic.client.0.": {"class": "I40eNIC", "cmd": ["/home/hejingli/simbricks/sims/nic//i40e_bm/i40e_bm", "/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/5/nic.pci.client.0.", "/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/5/nic.eth.client.0.", "/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/5/nic.shm.client.0.", "0", "0", "500", "500", "500"], "stdout": ["eth connection accepted", "eth intro sent", "pci connection accepted", "pci intro sent", "pci host info received", "eth net info received"], "stderr": ["781d19c953bc", "sync_pci=1 sync_eth=1", "exit main_time: 6696932598874"]}, "net.": {"class": "SwitchNet", "cmd": ["/home/hejingli/simbricks/sims/net/switch/net_switch", "-m", "0", "-S", "500", "-E", "500", "-s", "/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/5/nic.eth.server.0.", "-s", "/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/5/nic.eth.client.0."], "stdout": ["start polling"], "stderr": []}, "host.server.0": {"class": "Gem5Host", "cmd": ["/home/hejingli/simbricks/sims/external/gem5/build/X86/gem5.fast", "--outdir=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/5/gem5-out.server.0", "/home/hejingli/simbricks/sims/external/gem5/configs/simbricks/simbricks.py", "--caches", "--l2cache", "--l3cache", "--l1d_size=32kB", "--l1i_size=32kB", "--l2_size=2MB", "--l3_size=32MB", "--l1d_assoc=8", "--l1i_assoc=8", "--l2_assoc=4", "--l3_assoc=16", "--cacheline_size=64", "--cpu-clock=8GHz", "--sys-clock=1GHz", "--checkpoint-dir=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/0/gem5-cp.server.0", "--kernel=/home/hejingli/simbricks/images/vmlinux", "--disk-image=/home/hejingli/simbricks/images/output-base/base.raw", "--disk-image=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/5/cfg.server.0.tar", "--cpu-type=TimingSimpleCPU", "--mem-size=8192MB", "--num-cpus=1", "--ddio-enabled", "--ddio-way-part=8", "--mem-type=DDR4_2400_16x4", "-r", "0", "--simbricks-pci=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/5/nic.pci.server.0.", "--simbricks-shm=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/5/nic.shm.server.0.", "--simbricks-sync", "--simbricks-sync_mode=0", "--simbricks-pci-lat=500", "--simbricks-sync-int=500", "--simbricks-type=i40e"], "stdout": ["gem5 Simulator System. http://gem5.org", "gem5 is copyrighted software; use the --copyright option for details.", "", "gem5 version 20.0.0.1", "gem5 compiled May 7 2021 15:27:41", "gem5 started May 7 2021 15:28:32", "gem5 executing on swsnetlab05, pid 30408", "command line: /home/hejingli/simbricks/sims/external/gem5/build/X86/gem5.fast --outdir=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/5/gem5-out.server.0 /home/hejingli/simbricks/sims/external/gem5/configs/simbricks/simbricks.py --caches --l2cache --l3cache --l1d_size=32kB --l1i_size=32kB --l2_size=2MB --l3_size=32MB --l1d_assoc=8 --l1i_assoc=8 --l2_assoc=4 --l3_assoc=16 --cacheline_size=64 --cpu-clock=8GHz --sys-clock=1GHz --checkpoint-dir=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/0/gem5-cp.server.0 --kernel=/home/hejingli/simbricks/images/vmlinux --disk-image=/home/hejingli/simbricks/images/output-base/base.raw --disk-image=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/5/cfg.server.0.tar --cpu-type=TimingSimpleCPU --mem-size=8192MB --num-cpus=1 --ddio-enabled --ddio-way-part=8 --mem-type=DDR4_2400_16x4 -r 0 --simbricks-pci=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/5/nic.pci.server.0. --simbricks-shm=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/5/nic.shm.server.0. --simbricks-sync --simbricks-sync_mode=0 --simbricks-pci-lat=500 --simbricks-sync-int=500 --simbricks-type=i40e", "", "CEHCKPOINT RESTORE THINGIE", "Global frequency set at 1000000000000 ticks per second", "Switch at curTick count:10000", "Switched CPUS @ tick 1247911676506", "switching cpus", "**** REAL SIMULATION ****", "+ modprobe i40e\r", "[ 0.752932] i40e: Intel(R) Ethernet Connection XL710 Network Driver - version 2.8.20-k\r", "[ 0.752932] i40e: Copyright (c) 2013 - 2019 Intel Corporation.\r", "[ 0.752932] i40e 0000:00:02.0: enabling device (0000 -> 0002)\r", "[ 0.752932] i40e 0000:00:02.0: PCI->APIC IRQ transform: INT A -> IRQ 17\r", "[ 0.767930] i40e 0000:00:02.0: fw 0.0.00000 api 1.10 nvm 0.0.0 [8086:1572] [0000:0000]\r", "[ 0.767930] i40e 0000:00:02.0: The driver for the device detected a newer version of the NVM image v1.10 than expected v1.9. Please install the most recent version of the network driver.\r", "[ 1.076883] i40e 0000:00:02.0: This device is a pre-production adapter/LOM. Please be aware there may be issues with your hardware. If you are experiencing problems please contact your Intel or hardware representative who provided you with this hardware.\r", "[ 1.078883] i40e 0000:00:02.0: Stopping firmware LLDP agent.\r", "[ 1.078883] i40e 0000:00:02.0: MAC address: 60:7d:1d:30:d1:73\r", "[ 1.078883] i40e 0000:00:02.0: FW LLDP is enabled\r", "[ 1.081882] i40e 0000:00:02.0 eth0: NIC Link is Up, 40 Gbps Full Duplex, Flow Control: None\r", "[ 1.159870] i40e 0000:00:02.0: PCI-Express: Speed UnknownGT/s Width xUnknown\r", "[ 1.159870] i40e 0000:00:02.0: PCI-Express bandwidth available for this device may be insufficient for optimal performance.\r", "[ 1.159870] i40e 0000:00:02.0: Please move the device to a different PCI-e link with more lanes and/or higher transfer rate.\r", "[ 1.160870] i40e 0000:00:02.0: Features: PF-id[0] VSIs: 384 QP: 1 RSS VxLAN Geneve PTP VEPA\r", "+ ip link set dev eth0 up\r", "[ 1.172869] i40e 0000:00:02.0: Error OK adding RX filters on PF, promiscuous mode forced on\r", "+ ip addr add 10.0.0.1/24 dev eth0\r", "+ iperf -s -u\r", "------------------------------------------------------------\r", "Server listening on UDP port 5001\r", "Receiving 1470 byte datagrams\r", "UDP buffer size: 208 KByte (default)\r", "------------------------------------------------------------\r", "[ 2.338691] random: crng init done\r", "[ 4] local 10.0.0.1 port 5001 connected with 10.0.0.2 port 56184\r"], "stderr": ["warn: CheckedInt already exists in allParams. This may be caused by the Python 2.7 compatibility layer.", "warn: Enum already exists in allParams. This may be caused by the Python 2.7 compatibility layer.", "warn: ScopedEnum already exists in allParams. This may be caused by the Python 2.7 compatibility layer.", "warn: Physical memory size specified is 8192MB which is greater than 3GB. Twice the number of memory controllers would be created.", "warn: No dot file generated. Please install pydot to generate the dot file and pdf.", "warn: DRAM device capacity (32768 Mbytes) does not match the address range assigned (4096 Mbytes)", "warn: DRAM device capacity (32768 Mbytes) does not match the address range assigned (8192 Mbytes)", "info: kernel located at: /home/hejingli/simbricks/images/vmlinux", "system.pc.com_1.device: Listening for connections on port 3462", "warn: pollInterval=100000000 pciAsync=500000", "0: system.remote_gdb: listening for remote gdb on port 7006", "warn: Reading current count from inactive timer.", "warn: TimingPioPort::getAddrRanges()", "warn: TimingPioPort::getAddrRanges()", "info: Entering event queue @ 1247911666506. Starting simulation...", "warn: PowerState: Already in the requested power state, request ignored", "info: Entering event queue @ 1247911676506. Starting simulation...", "warn: instruction 'fwait' unimplemented", "warn: instruction 'verw_Mw_or_Rv' unimplemented", "warn: Don't know what interrupt to clear for console.", "warn: Tried to clear PCI interrupt 14", "warn: MOVNTDQ: Ignoring non-temporal hint, modeling as cacheable!", "warn: PowerState: More than one power state change request encountered within the same simulation tick", "warn: PowerState: More than one power state change request encountered within the same simulation tick", "warn: PowerState: More than one power state change request encountered within the same simulation tick", "warn: PowerState: More than one power state change request encountered within the same simulation tick", "warn: PowerState: More than one power state change request encountered within the same simulation tick", "warn: PowerState: More than one power state change request encountered within the same simulation tick", "warn: PowerState: More than one power state change request encountered within the same simulation tick"]}, "host.client.0": {"class": "Gem5Host", "cmd": ["/home/hejingli/simbricks/sims/external/gem5/build/X86/gem5.fast", "--outdir=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/5/gem5-out.client.0", "/home/hejingli/simbricks/sims/external/gem5/configs/simbricks/simbricks.py", "--caches", "--l2cache", "--l3cache", "--l1d_size=32kB", "--l1i_size=32kB", "--l2_size=2MB", "--l3_size=32MB", "--l1d_assoc=8", "--l1i_assoc=8", "--l2_assoc=4", "--l3_assoc=16", "--cacheline_size=64", "--cpu-clock=8GHz", "--sys-clock=1GHz", "--checkpoint-dir=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/0/gem5-cp.client.0", "--kernel=/home/hejingli/simbricks/images/vmlinux", "--disk-image=/home/hejingli/simbricks/images/output-base/base.raw", "--disk-image=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/5/cfg.client.0.tar", "--cpu-type=TimingSimpleCPU", "--mem-size=8192MB", "--num-cpus=1", "--ddio-enabled", "--ddio-way-part=8", "--mem-type=DDR4_2400_16x4", "-r", "0", "--simbricks-pci=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/5/nic.pci.client.0.", "--simbricks-shm=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/5/nic.shm.client.0.", "--simbricks-sync", "--simbricks-sync_mode=0", "--simbricks-pci-lat=500", "--simbricks-sync-int=500", "--simbricks-type=i40e"], "stdout": ["gem5 Simulator System. http://gem5.org", "gem5 is copyrighted software; use the --copyright option for details.", "", "gem5 version 20.0.0.1", "gem5 compiled May 7 2021 15:27:41", "gem5 started May 7 2021 15:28:32", "gem5 executing on swsnetlab05, pid 30411", "command line: /home/hejingli/simbricks/sims/external/gem5/build/X86/gem5.fast --outdir=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/5/gem5-out.client.0 /home/hejingli/simbricks/sims/external/gem5/configs/simbricks/simbricks.py --caches --l2cache --l3cache --l1d_size=32kB --l1i_size=32kB --l2_size=2MB --l3_size=32MB --l1d_assoc=8 --l1i_assoc=8 --l2_assoc=4 --l3_assoc=16 --cacheline_size=64 --cpu-clock=8GHz --sys-clock=1GHz --checkpoint-dir=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/0/gem5-cp.client.0 --kernel=/home/hejingli/simbricks/images/vmlinux --disk-image=/home/hejingli/simbricks/images/output-base/base.raw --disk-image=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/5/cfg.client.0.tar --cpu-type=TimingSimpleCPU --mem-size=8192MB --num-cpus=1 --ddio-enabled --ddio-way-part=8 --mem-type=DDR4_2400_16x4 -r 0 --simbricks-pci=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/5/nic.pci.client.0. --simbricks-shm=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/5/nic.shm.client.0. --simbricks-sync --simbricks-sync_mode=0 --simbricks-pci-lat=500 --simbricks-sync-int=500 --simbricks-type=i40e", "", "CEHCKPOINT RESTORE THINGIE", "Global frequency set at 1000000000000 ticks per second", "Switch at curTick count:10000", "Switched CPUS @ tick 1258459854769", "switching cpus", "**** REAL SIMULATION ****", "+ modprobe i40e\r", "[ 0.764932] i40e: Intel(R) Ethernet Connection XL710 Network Driver - version 2.8.20-k\r", "[ 0.765931] i40e: Copyright (c) 2013 - 2019 Intel Corporation.\r", "[ 0.765931] i40e 0000:00:02.0: enabling device (0000 -> 0002)\r", "[ 0.765931] i40e 0000:00:02.0: PCI->APIC IRQ transform: INT A -> IRQ 17\r", "[ 0.780929] i40e 0000:00:02.0: fw 0.0.00000 api 1.10 nvm 0.0.0 [8086:1572] [0000:0000]\r", "[ 0.780929] i40e 0000:00:02.0: The driver for the device detected a newer version of the NVM image v1.10 than expected v1.9. Please install the most recent version of the network driver.\r", "[ 1.089882] i40e 0000:00:02.0: This device is a pre-production adapter/LOM. Please be aware there may be issues with your hardware. If you are experiencing problems please contact your Intel or hardware representative who provided you with this hardware.\r", "[ 1.091882] i40e 0000:00:02.0: Stopping firmware LLDP agent.\r", "[ 1.091882] i40e 0000:00:02.0: MAC address: bc:53:c9:19:1d:78\r", "[ 1.091882] i40e 0000:00:02.0: FW LLDP is enabled\r", "[ 1.095881] i40e 0000:00:02.0 eth0: NIC Link is Up, 40 Gbps Full Duplex, Flow Control: None\r", "[ 1.175869] i40e 0000:00:02.0: PCI-Express: Speed UnknownGT/s Width xUnknown\r", "[ 1.175869] i40e 0000:00:02.0: PCI-Express bandwidth available for this device may be insufficient for optimal performance.\r", "[ 1.175869] i40e 0000:00:02.0: Please move the device to a different PCI-e link with more lanes and/or higher transfer rate.\r", "[ 1.176869] i40e 0000:00:02.0: Features: PF-id[0] VSIs: 384 QP: 1 RSS VxLAN Geneve PTP VEPA\r", "+ ip link set dev eth0 up\r", "[ 1.188867] i40e 0000:00:02.0: Error OK adding RX filters on PF, promiscuous mode forced on\r", "+ ip addr add 10.0.0.2/24 dev eth0\r", "+ sleep 1\r", "+ iperf -c 10.0.0.1 -i 1 -u -b 1000m\r", "------------------------------------------------------------\r", "Client connecting to 10.0.0.1, UDP port 5001\r", "Sending 1470 byte datagrams, IPG target: 11.76 us (kalman adjust)\r", "UDP buffer size: 208 KByte (default)\r", "------------------------------------------------------------\r", "[ 4] local 10.0.0.2 port 56184 connected with 10.0.0.1 port 5001\r", "[ 2.315696] random: crng init done\r", "[ ID] Interval Transfer Bandwidth\r", "[ 4] 0.0- 1.0 sec 119 MBytes 1000 Mbits/sec\r", "[ 4] 1.0- 2.0 sec 119 MBytes 1000 Mbits/sec\r", "[ 4] 2.0- 3.0 sec 119 MBytes 1000 Mbits/sec\r", "[ 4] 3.0- 4.0 sec 119 MBytes 1000 Mbits/sec\r", "[ 4] 4.0- 5.0 sec 119 MBytes 1000 Mbits/sec\r", "[ 4] 5.0- 6.0 sec 119 MBytes 1000 Mbits/sec\r", "[ 4] 6.0- 7.0 sec 119 MBytes 1.00 Gbits/sec\r", "[ 4] 7.0- 8.0 sec 119 MBytes 1000 Mbits/sec\r", "[ 4] 8.0- 9.0 sec 119 MBytes 1000 Mbits/sec\r", "[ 4] 9.0-10.0 sec 119 MBytes 1000 Mbits/sec\r", "[ 4] 0.0-10.0 sec 1.16 GBytes 1000 Mbits/sec\r", "[ 4] Sent 850304 datagrams\r", "[ 4] WARNING: did not receive ack of last datagram after 10 tries.\r", "+ sleep 0.5\r", "+ m5 exit\r", "Exiting @ tick 6696932546625 because m5_exit instruction encountered"], "stderr": ["warn: CheckedInt already exists in allParams. This may be caused by the Python 2.7 compatibility layer.", "warn: Enum already exists in allParams. This may be caused by the Python 2.7 compatibility layer.", "warn: ScopedEnum already exists in allParams. This may be caused by the Python 2.7 compatibility layer.", "warn: Physical memory size specified is 8192MB which is greater than 3GB. Twice the number of memory controllers would be created.", "warn: No dot file generated. Please install pydot to generate the dot file and pdf.", "warn: DRAM device capacity (32768 Mbytes) does not match the address range assigned (4096 Mbytes)", "warn: DRAM device capacity (32768 Mbytes) does not match the address range assigned (8192 Mbytes)", "info: kernel located at: /home/hejingli/simbricks/images/vmlinux", "system.pc.com_1.device: Listening for connections on port 3465", "warn: pollInterval=100000000 pciAsync=500000", "0: system.remote_gdb: listening for remote gdb on port 7009", "warn: Reading current count from inactive timer.", "warn: TimingPioPort::getAddrRanges()", "warn: TimingPioPort::getAddrRanges()", "info: Entering event queue @ 1258459844769. Starting simulation...", "warn: PowerState: Already in the requested power state, request ignored", "info: Entering event queue @ 1258459854769. Starting simulation...", "warn: instruction 'fwait' unimplemented", "warn: instruction 'verw_Mw_or_Rv' unimplemented", "warn: Don't know what interrupt to clear for console.", "warn: Tried to clear PCI interrupt 14", "warn: MOVNTDQ: Ignoring non-temporal hint, modeling as cacheable!"]}}, "success": true}
\ No newline at end of file
{"exp_name": "gt-ib-sw-Host-1000m-1", "metadata": {}, "start_time": 1620394111.71647, "end_time": 1620407642.7533295, "sims": {"nic.server.0.": {"class": "I40eNIC", "cmd": ["/home/hejingli/simbricks/sims/nic//i40e_bm/i40e_bm", "/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/6/nic.pci.server.0.", "/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/6/nic.eth.server.0.", "/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/6/nic.shm.server.0.", "0", "0", "500", "500", "500"], "stdout": ["eth connection accepted", "eth intro sent", "pci connection accepted", "pci intro sent", "pci host info received", "eth net info received"], "stderr": ["634769348294", "sync_pci=1 sync_eth=1", "exit main_time: 6696930193875"]}, "nic.client.0.": {"class": "I40eNIC", "cmd": ["/home/hejingli/simbricks/sims/nic//i40e_bm/i40e_bm", "/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/6/nic.pci.client.0.", "/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/6/nic.eth.client.0.", "/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/6/nic.shm.client.0.", "0", "0", "500", "500", "500"], "stdout": ["eth connection accepted", "eth intro sent", "pci connection accepted", "pci intro sent", "pci host info received", "eth net info received"], "stderr": ["6793a34058f0", "sync_pci=1 sync_eth=1", "exit main_time: 6696929599874"]}, "net.": {"class": "SwitchNet", "cmd": ["/home/hejingli/simbricks/sims/net/switch/net_switch", "-m", "0", "-S", "500", "-E", "500", "-s", "/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/6/nic.eth.server.0.", "-s", "/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/6/nic.eth.client.0."], "stdout": ["start polling"], "stderr": []}, "host.server.0": {"class": "Gem5Host", "cmd": ["/home/hejingli/simbricks/sims/external/gem5/build/X86/gem5.fast", "--outdir=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/6/gem5-out.server.0", "/home/hejingli/simbricks/sims/external/gem5/configs/simbricks/simbricks.py", "--caches", "--l2cache", "--l3cache", "--l1d_size=32kB", "--l1i_size=32kB", "--l2_size=2MB", "--l3_size=32MB", "--l1d_assoc=8", "--l1i_assoc=8", "--l2_assoc=4", "--l3_assoc=16", "--cacheline_size=64", "--cpu-clock=8GHz", "--sys-clock=1GHz", "--checkpoint-dir=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/0/gem5-cp.server.0", "--kernel=/home/hejingli/simbricks/images/vmlinux", "--disk-image=/home/hejingli/simbricks/images/output-base/base.raw", "--disk-image=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/6/cfg.server.0.tar", "--cpu-type=TimingSimpleCPU", "--mem-size=8192MB", "--num-cpus=1", "--ddio-enabled", "--ddio-way-part=8", "--mem-type=DDR4_2400_16x4", "-r", "0", "--simbricks-pci=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/6/nic.pci.server.0.", "--simbricks-shm=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/6/nic.shm.server.0.", "--simbricks-sync", "--simbricks-sync_mode=0", "--simbricks-pci-lat=500", "--simbricks-sync-int=500", "--simbricks-type=i40e"], "stdout": ["gem5 Simulator System. http://gem5.org", "gem5 is copyrighted software; use the --copyright option for details.", "", "gem5 version 20.0.0.1", "gem5 compiled May 7 2021 15:27:41", "gem5 started May 7 2021 15:28:32", "gem5 executing on swsnetlab05, pid 30407", "command line: /home/hejingli/simbricks/sims/external/gem5/build/X86/gem5.fast --outdir=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/6/gem5-out.server.0 /home/hejingli/simbricks/sims/external/gem5/configs/simbricks/simbricks.py --caches --l2cache --l3cache --l1d_size=32kB --l1i_size=32kB --l2_size=2MB --l3_size=32MB --l1d_assoc=8 --l1i_assoc=8 --l2_assoc=4 --l3_assoc=16 --cacheline_size=64 --cpu-clock=8GHz --sys-clock=1GHz --checkpoint-dir=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/0/gem5-cp.server.0 --kernel=/home/hejingli/simbricks/images/vmlinux --disk-image=/home/hejingli/simbricks/images/output-base/base.raw --disk-image=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/6/cfg.server.0.tar --cpu-type=TimingSimpleCPU --mem-size=8192MB --num-cpus=1 --ddio-enabled --ddio-way-part=8 --mem-type=DDR4_2400_16x4 -r 0 --simbricks-pci=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/6/nic.pci.server.0. --simbricks-shm=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/6/nic.shm.server.0. --simbricks-sync --simbricks-sync_mode=0 --simbricks-pci-lat=500 --simbricks-sync-int=500 --simbricks-type=i40e", "", "CEHCKPOINT RESTORE THINGIE", "Global frequency set at 1000000000000 ticks per second", "Switch at curTick count:10000", "Switched CPUS @ tick 1247911676506", "switching cpus", "**** REAL SIMULATION ****", "+ modprobe i40e\r", "[ 0.752932] i40e: Intel(R) Ethernet Connection XL710 Network Driver - version 2.8.20-k\r", "[ 0.752932] i40e: Copyright (c) 2013 - 2019 Intel Corporation.\r", "[ 0.752932] i40e 0000:00:02.0: enabling device (0000 -> 0002)\r", "[ 0.752932] i40e 0000:00:02.0: PCI->APIC IRQ transform: INT A -> IRQ 17\r", "[ 0.767930] i40e 0000:00:02.0: fw 0.0.00000 api 1.10 nvm 0.0.0 [8086:1572] [0000:0000]\r", "[ 0.767930] i40e 0000:00:02.0: The driver for the device detected a newer version of the NVM image v1.10 than expected v1.9. Please install the most recent version of the network driver.\r", "[ 1.076883] i40e 0000:00:02.0: This device is a pre-production adapter/LOM. Please be aware there may be issues with your hardware. If you are experiencing problems please contact your Intel or hardware representative who provided you with this hardware.\r", "[ 1.078883] i40e 0000:00:02.0: Stopping firmware LLDP agent.\r", "[ 1.078883] i40e 0000:00:02.0: MAC address: 94:82:34:69:47:63\r", "[ 1.078883] i40e 0000:00:02.0: FW LLDP is enabled\r", "[ 1.081882] i40e 0000:00:02.0 eth0: NIC Link is Up, 40 Gbps Full Duplex, Flow Control: None\r", "[ 1.159870] i40e 0000:00:02.0: PCI-Express: Speed UnknownGT/s Width xUnknown\r", "[ 1.159870] i40e 0000:00:02.0: PCI-Express bandwidth available for this device may be insufficient for optimal performance.\r", "[ 1.159870] i40e 0000:00:02.0: Please move the device to a different PCI-e link with more lanes and/or higher transfer rate.\r", "[ 1.160870] i40e 0000:00:02.0: Features: PF-id[0] VSIs: 384 QP: 1 RSS VxLAN Geneve PTP VEPA\r", "+ ip link set dev eth0 up\r", "[ 1.172869] i40e 0000:00:02.0: Error OK adding RX filters on PF, promiscuous mode forced on\r", "+ ip addr add 10.0.0.1/24 dev eth0\r", "+ iperf -s -u\r", "------------------------------------------------------------\r", "Server listening on UDP port 5001\r", "Receiving 1470 byte datagrams\r", "UDP buffer size: 208 KByte (default)\r", "------------------------------------------------------------\r", "[ 2.338691] random: crng init done\r", "[ 4] local 10.0.0.1 port 5001 connected with 10.0.0.2 port 56184\r"], "stderr": ["warn: CheckedInt already exists in allParams. This may be caused by the Python 2.7 compatibility layer.", "warn: Enum already exists in allParams. This may be caused by the Python 2.7 compatibility layer.", "warn: ScopedEnum already exists in allParams. This may be caused by the Python 2.7 compatibility layer.", "warn: Physical memory size specified is 8192MB which is greater than 3GB. Twice the number of memory controllers would be created.", "warn: No dot file generated. Please install pydot to generate the dot file and pdf.", "warn: DRAM device capacity (32768 Mbytes) does not match the address range assigned (4096 Mbytes)", "warn: DRAM device capacity (32768 Mbytes) does not match the address range assigned (8192 Mbytes)", "info: kernel located at: /home/hejingli/simbricks/images/vmlinux", "system.pc.com_1.device: Listening for connections on port 3461", "warn: pollInterval=100000000 pciAsync=500000", "0: system.remote_gdb: listening for remote gdb on port 7005", "warn: Reading current count from inactive timer.", "warn: TimingPioPort::getAddrRanges()", "warn: TimingPioPort::getAddrRanges()", "info: Entering event queue @ 1247911666506. Starting simulation...", "warn: PowerState: Already in the requested power state, request ignored", "info: Entering event queue @ 1247911676506. Starting simulation...", "warn: instruction 'fwait' unimplemented", "warn: instruction 'verw_Mw_or_Rv' unimplemented", "warn: Don't know what interrupt to clear for console.", "warn: Tried to clear PCI interrupt 14", "warn: MOVNTDQ: Ignoring non-temporal hint, modeling as cacheable!", "warn: PowerState: More than one power state change request encountered within the same simulation tick", "warn: PowerState: More than one power state change request encountered within the same simulation tick", "warn: PowerState: More than one power state change request encountered within the same simulation tick", "warn: PowerState: More than one power state change request encountered within the same simulation tick", "warn: PowerState: More than one power state change request encountered within the same simulation tick", "warn: PowerState: More than one power state change request encountered within the same simulation tick", "warn: PowerState: More than one power state change request encountered within the same simulation tick"]}, "host.client.0": {"class": "Gem5Host", "cmd": ["/home/hejingli/simbricks/sims/external/gem5/build/X86/gem5.fast", "--outdir=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/6/gem5-out.client.0", "/home/hejingli/simbricks/sims/external/gem5/configs/simbricks/simbricks.py", "--caches", "--l2cache", "--l3cache", "--l1d_size=32kB", "--l1i_size=32kB", "--l2_size=2MB", "--l3_size=32MB", "--l1d_assoc=8", "--l1i_assoc=8", "--l2_assoc=4", "--l3_assoc=16", "--cacheline_size=64", "--cpu-clock=8GHz", "--sys-clock=1GHz", "--checkpoint-dir=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/0/gem5-cp.client.0", "--kernel=/home/hejingli/simbricks/images/vmlinux", "--disk-image=/home/hejingli/simbricks/images/output-base/base.raw", "--disk-image=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/6/cfg.client.0.tar", "--cpu-type=TimingSimpleCPU", "--mem-size=8192MB", "--num-cpus=1", "--ddio-enabled", "--ddio-way-part=8", "--mem-type=DDR4_2400_16x4", "-r", "0", "--simbricks-pci=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/6/nic.pci.client.0.", "--simbricks-shm=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/6/nic.shm.client.0.", "--simbricks-sync", "--simbricks-sync_mode=0", "--simbricks-pci-lat=500", "--simbricks-sync-int=500", "--simbricks-type=i40e"], "stdout": ["gem5 Simulator System. http://gem5.org", "gem5 is copyrighted software; use the --copyright option for details.", "", "gem5 version 20.0.0.1", "gem5 compiled May 7 2021 15:27:41", "gem5 started May 7 2021 15:28:32", "gem5 executing on swsnetlab05, pid 30410", "command line: /home/hejingli/simbricks/sims/external/gem5/build/X86/gem5.fast --outdir=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/6/gem5-out.client.0 /home/hejingli/simbricks/sims/external/gem5/configs/simbricks/simbricks.py --caches --l2cache --l3cache --l1d_size=32kB --l1i_size=32kB --l2_size=2MB --l3_size=32MB --l1d_assoc=8 --l1i_assoc=8 --l2_assoc=4 --l3_assoc=16 --cacheline_size=64 --cpu-clock=8GHz --sys-clock=1GHz --checkpoint-dir=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/0/gem5-cp.client.0 --kernel=/home/hejingli/simbricks/images/vmlinux --disk-image=/home/hejingli/simbricks/images/output-base/base.raw --disk-image=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/6/cfg.client.0.tar --cpu-type=TimingSimpleCPU --mem-size=8192MB --num-cpus=1 --ddio-enabled --ddio-way-part=8 --mem-type=DDR4_2400_16x4 -r 0 --simbricks-pci=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/6/nic.pci.client.0. --simbricks-shm=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/6/nic.shm.client.0. --simbricks-sync --simbricks-sync_mode=0 --simbricks-pci-lat=500 --simbricks-sync-int=500 --simbricks-type=i40e", "", "CEHCKPOINT RESTORE THINGIE", "Global frequency set at 1000000000000 ticks per second", "Switch at curTick count:10000", "Switched CPUS @ tick 1258459854769", "switching cpus", "**** REAL SIMULATION ****", "+ modprobe i40e\r", "[ 0.764932] i40e: Intel(R) Ethernet Connection XL710 Network Driver - version 2.8.20-k\r", "[ 0.765931] i40e: Copyright (c) 2013 - 2019 Intel Corporation.\r", "[ 0.765931] i40e 0000:00:02.0: enabling device (0000 -> 0002)\r", "[ 0.765931] i40e 0000:00:02.0: PCI->APIC IRQ transform: INT A -> IRQ 17\r", "[ 0.780929] i40e 0000:00:02.0: fw 0.0.00000 api 1.10 nvm 0.0.0 [8086:1572] [0000:0000]\r", "[ 0.780929] i40e 0000:00:02.0: The driver for the device detected a newer version of the NVM image v1.10 than expected v1.9. Please install the most recent version of the network driver.\r", "[ 1.089882] i40e 0000:00:02.0: This device is a pre-production adapter/LOM. Please be aware there may be issues with your hardware. If you are experiencing problems please contact your Intel or hardware representative who provided you with this hardware.\r", "[ 1.091882] i40e 0000:00:02.0: Stopping firmware LLDP agent.\r", "[ 1.091882] i40e 0000:00:02.0: MAC address: f0:58:40:a3:93:67\r", "[ 1.091882] i40e 0000:00:02.0: FW LLDP is enabled\r", "[ 1.095881] i40e 0000:00:02.0 eth0: NIC Link is Up, 40 Gbps Full Duplex, Flow Control: None\r", "[ 1.175869] i40e 0000:00:02.0: PCI-Express: Speed UnknownGT/s Width xUnknown\r", "[ 1.175869] i40e 0000:00:02.0: PCI-Express bandwidth available for this device may be insufficient for optimal performance.\r", "[ 1.175869] i40e 0000:00:02.0: Please move the device to a different PCI-e link with more lanes and/or higher transfer rate.\r", "[ 1.176869] i40e 0000:00:02.0: Features: PF-id[0] VSIs: 384 QP: 1 RSS VxLAN Geneve PTP VEPA\r", "+ ip link set dev eth0 up\r", "[ 1.188867] i40e 0000:00:02.0: Error OK adding RX filters on PF, promiscuous mode forced on\r", "+ ip addr add 10.0.0.2/24 dev eth0\r", "+ sleep 1\r", "+ iperf -c 10.0.0.1 -i 1 -u -b 1000m\r", "------------------------------------------------------------\r", "Client connecting to 10.0.0.1, UDP port 5001\r", "Sending 1470 byte datagrams, IPG target: 11.76 us (kalman adjust)\r", "UDP buffer size: 208 KByte (default)\r", "------------------------------------------------------------\r", "[ 4] local 10.0.0.2 port 56184 connected with 10.0.0.1 port 5001\r", "[ 2.315696] random: crng init done\r", "[ ID] Interval Transfer Bandwidth\r", "[ 4] 0.0- 1.0 sec 119 MBytes 1000 Mbits/sec\r", "[ 4] 1.0- 2.0 sec 119 MBytes 1000 Mbits/sec\r", "[ 4] 2.0- 3.0 sec 119 MBytes 1000 Mbits/sec\r", "[ 4] 3.0- 4.0 sec 119 MBytes 1000 Mbits/sec\r", "[ 4] 4.0- 5.0 sec 119 MBytes 1000 Mbits/sec\r", "[ 4] 5.0- 6.0 sec 119 MBytes 1000 Mbits/sec\r", "[ 4] 6.0- 7.0 sec 119 MBytes 1.00 Gbits/sec\r", "[ 4] 7.0- 8.0 sec 119 MBytes 1000 Mbits/sec\r", "[ 4] 8.0- 9.0 sec 119 MBytes 1000 Mbits/sec\r", "[ 4] 9.0-10.0 sec 119 MBytes 1000 Mbits/sec\r", "[ 4] 0.0-10.0 sec 1.16 GBytes 1000 Mbits/sec\r", "[ 4] Sent 850304 datagrams\r", "[ 4] WARNING: did not receive ack of last datagram after 10 tries.\r", "+ sleep 0.5\r", "+ m5 exit\r", "Exiting @ tick 6696929283250 because m5_exit instruction encountered"], "stderr": ["warn: CheckedInt already exists in allParams. This may be caused by the Python 2.7 compatibility layer.", "warn: Enum already exists in allParams. This may be caused by the Python 2.7 compatibility layer.", "warn: ScopedEnum already exists in allParams. This may be caused by the Python 2.7 compatibility layer.", "warn: Physical memory size specified is 8192MB which is greater than 3GB. Twice the number of memory controllers would be created.", "warn: No dot file generated. Please install pydot to generate the dot file and pdf.", "warn: DRAM device capacity (32768 Mbytes) does not match the address range assigned (4096 Mbytes)", "warn: DRAM device capacity (32768 Mbytes) does not match the address range assigned (8192 Mbytes)", "info: kernel located at: /home/hejingli/simbricks/images/vmlinux", "system.pc.com_1.device: Listening for connections on port 3464", "warn: pollInterval=100000000 pciAsync=500000", "0: system.remote_gdb: listening for remote gdb on port 7008", "warn: Reading current count from inactive timer.", "warn: TimingPioPort::getAddrRanges()", "warn: TimingPioPort::getAddrRanges()", "info: Entering event queue @ 1258459844769. Starting simulation...", "warn: PowerState: Already in the requested power state, request ignored", "info: Entering event queue @ 1258459854769. Starting simulation...", "warn: instruction 'fwait' unimplemented", "warn: instruction 'verw_Mw_or_Rv' unimplemented", "warn: Don't know what interrupt to clear for console.", "warn: Tried to clear PCI interrupt 14", "warn: MOVNTDQ: Ignoring non-temporal hint, modeling as cacheable!"]}}, "success": true}
\ No newline at end of file
{"exp_name": "gt-ib-sw-Host-1000m-1", "metadata": {}, "start_time": 1620394111.7250547, "end_time": 1620407576.7806978, "sims": {"nic.server.0.": {"class": "I40eNIC", "cmd": ["/home/hejingli/simbricks/sims/nic//i40e_bm/i40e_bm", "/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/7/nic.pci.server.0.", "/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/7/nic.eth.server.0.", "/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/7/nic.shm.server.0.", "0", "0", "500", "500", "500"], "stdout": ["eth connection accepted", "eth intro sent", "pci connection accepted", "pci intro sent", "pci host info received", "eth net info received"], "stderr": ["14e42e6072f8", "sync_pci=1 sync_eth=1", "exit main_time: 6696932193875"]}, "nic.client.0.": {"class": "I40eNIC", "cmd": ["/home/hejingli/simbricks/sims/nic//i40e_bm/i40e_bm", "/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/7/nic.pci.client.0.", "/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/7/nic.eth.client.0.", "/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/7/nic.shm.client.0.", "0", "0", "500", "500", "500"], "stdout": ["eth connection accepted", "eth intro sent", "pci connection accepted", "pci intro sent", "pci host info received", "eth net info received"], "stderr": ["1930ba5c4954", "sync_pci=1 sync_eth=1", "exit main_time: 6696931598874"]}, "net.": {"class": "SwitchNet", "cmd": ["/home/hejingli/simbricks/sims/net/switch/net_switch", "-m", "0", "-S", "500", "-E", "500", "-s", "/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/7/nic.eth.server.0.", "-s", "/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/7/nic.eth.client.0."], "stdout": ["start polling"], "stderr": []}, "host.server.0": {"class": "Gem5Host", "cmd": ["/home/hejingli/simbricks/sims/external/gem5/build/X86/gem5.fast", "--outdir=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/7/gem5-out.server.0", "/home/hejingli/simbricks/sims/external/gem5/configs/simbricks/simbricks.py", "--caches", "--l2cache", "--l3cache", "--l1d_size=32kB", "--l1i_size=32kB", "--l2_size=2MB", "--l3_size=32MB", "--l1d_assoc=8", "--l1i_assoc=8", "--l2_assoc=4", "--l3_assoc=16", "--cacheline_size=64", "--cpu-clock=8GHz", "--sys-clock=1GHz", "--checkpoint-dir=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/0/gem5-cp.server.0", "--kernel=/home/hejingli/simbricks/images/vmlinux", "--disk-image=/home/hejingli/simbricks/images/output-base/base.raw", "--disk-image=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/7/cfg.server.0.tar", "--cpu-type=TimingSimpleCPU", "--mem-size=8192MB", "--num-cpus=1", "--ddio-enabled", "--ddio-way-part=8", "--mem-type=DDR4_2400_16x4", "-r", "0", "--simbricks-pci=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/7/nic.pci.server.0.", "--simbricks-shm=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/7/nic.shm.server.0.", "--simbricks-sync", "--simbricks-sync_mode=0", "--simbricks-pci-lat=500", "--simbricks-sync-int=500", "--simbricks-type=i40e"], "stdout": ["gem5 Simulator System. http://gem5.org", "gem5 is copyrighted software; use the --copyright option for details.", "", "gem5 version 20.0.0.1", "gem5 compiled May 7 2021 15:27:41", "gem5 started May 7 2021 15:28:32", "gem5 executing on swsnetlab05, pid 30418", "command line: /home/hejingli/simbricks/sims/external/gem5/build/X86/gem5.fast --outdir=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/7/gem5-out.server.0 /home/hejingli/simbricks/sims/external/gem5/configs/simbricks/simbricks.py --caches --l2cache --l3cache --l1d_size=32kB --l1i_size=32kB --l2_size=2MB --l3_size=32MB --l1d_assoc=8 --l1i_assoc=8 --l2_assoc=4 --l3_assoc=16 --cacheline_size=64 --cpu-clock=8GHz --sys-clock=1GHz --checkpoint-dir=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/0/gem5-cp.server.0 --kernel=/home/hejingli/simbricks/images/vmlinux --disk-image=/home/hejingli/simbricks/images/output-base/base.raw --disk-image=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/7/cfg.server.0.tar --cpu-type=TimingSimpleCPU --mem-size=8192MB --num-cpus=1 --ddio-enabled --ddio-way-part=8 --mem-type=DDR4_2400_16x4 -r 0 --simbricks-pci=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/7/nic.pci.server.0. --simbricks-shm=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/7/nic.shm.server.0. --simbricks-sync --simbricks-sync_mode=0 --simbricks-pci-lat=500 --simbricks-sync-int=500 --simbricks-type=i40e", "", "CEHCKPOINT RESTORE THINGIE", "Global frequency set at 1000000000000 ticks per second", "Switch at curTick count:10000", "Switched CPUS @ tick 1247911676506", "switching cpus", "**** REAL SIMULATION ****", "+ modprobe i40e\r", "[ 0.752932] i40e: Intel(R) Ethernet Connection XL710 Network Driver - version 2.8.20-k\r", "[ 0.752932] i40e: Copyright (c) 2013 - 2019 Intel Corporation.\r", "[ 0.752932] i40e 0000:00:02.0: enabling device (0000 -> 0002)\r", "[ 0.752932] i40e 0000:00:02.0: PCI->APIC IRQ transform: INT A -> IRQ 17\r", "[ 0.767930] i40e 0000:00:02.0: fw 0.0.00000 api 1.10 nvm 0.0.0 [8086:1572] [0000:0000]\r", "[ 0.767930] i40e 0000:00:02.0: The driver for the device detected a newer version of the NVM image v1.10 than expected v1.9. Please install the most recent version of the network driver.\r", "[ 1.076883] i40e 0000:00:02.0: This device is a pre-production adapter/LOM. Please be aware there may be issues with your hardware. If you are experiencing problems please contact your Intel or hardware representative who provided you with this hardware.\r", "[ 1.078883] i40e 0000:00:02.0: Stopping firmware LLDP agent.\r", "[ 1.078883] i40e 0000:00:02.0: MAC address: f8:72:60:2e:e4:14\r", "[ 1.078883] i40e 0000:00:02.0: FW LLDP is enabled\r", "[ 1.081882] i40e 0000:00:02.0 eth0: NIC Link is Up, 40 Gbps Full Duplex, Flow Control: None\r", "[ 1.159870] i40e 0000:00:02.0: PCI-Express: Speed UnknownGT/s Width xUnknown\r", "[ 1.159870] i40e 0000:00:02.0: PCI-Express bandwidth available for this device may be insufficient for optimal performance.\r", "[ 1.159870] i40e 0000:00:02.0: Please move the device to a different PCI-e link with more lanes and/or higher transfer rate.\r", "[ 1.160870] i40e 0000:00:02.0: Features: PF-id[0] VSIs: 384 QP: 1 RSS VxLAN Geneve PTP VEPA\r", "+ ip link set dev eth0 up\r", "[ 1.172869] i40e 0000:00:02.0: Error OK adding RX filters on PF, promiscuous mode forced on\r", "+ ip addr add 10.0.0.1/24 dev eth0\r", "+ iperf -s -u\r", "------------------------------------------------------------\r", "Server listening on UDP port 5001\r", "Receiving 1470 byte datagrams\r", "UDP buffer size: 208 KByte (default)\r", "------------------------------------------------------------\r", "[ 2.338691] random: crng init done\r", "[ 4] local 10.0.0.1 port 5001 connected with 10.0.0.2 port 56184\r"], "stderr": ["warn: CheckedInt already exists in allParams. This may be caused by the Python 2.7 compatibility layer.", "warn: Enum already exists in allParams. This may be caused by the Python 2.7 compatibility layer.", "warn: ScopedEnum already exists in allParams. This may be caused by the Python 2.7 compatibility layer.", "warn: Physical memory size specified is 8192MB which is greater than 3GB. Twice the number of memory controllers would be created.", "warn: No dot file generated. Please install pydot to generate the dot file and pdf.", "warn: DRAM device capacity (32768 Mbytes) does not match the address range assigned (4096 Mbytes)", "warn: DRAM device capacity (32768 Mbytes) does not match the address range assigned (8192 Mbytes)", "info: kernel located at: /home/hejingli/simbricks/images/vmlinux", "system.pc.com_1.device: Listening for connections on port 3467", "warn: pollInterval=100000000 pciAsync=500000", "0: system.remote_gdb: listening for remote gdb on port 7012", "warn: Reading current count from inactive timer.", "warn: TimingPioPort::getAddrRanges()", "warn: TimingPioPort::getAddrRanges()", "info: Entering event queue @ 1247911666506. Starting simulation...", "warn: PowerState: Already in the requested power state, request ignored", "info: Entering event queue @ 1247911676506. Starting simulation...", "warn: instruction 'fwait' unimplemented", "warn: instruction 'verw_Mw_or_Rv' unimplemented", "warn: Don't know what interrupt to clear for console.", "warn: Tried to clear PCI interrupt 14", "warn: MOVNTDQ: Ignoring non-temporal hint, modeling as cacheable!", "warn: PowerState: More than one power state change request encountered within the same simulation tick", "warn: PowerState: More than one power state change request encountered within the same simulation tick", "warn: PowerState: More than one power state change request encountered within the same simulation tick", "warn: PowerState: More than one power state change request encountered within the same simulation tick", "warn: PowerState: More than one power state change request encountered within the same simulation tick", "warn: PowerState: More than one power state change request encountered within the same simulation tick", "warn: PowerState: More than one power state change request encountered within the same simulation tick"]}, "host.client.0": {"class": "Gem5Host", "cmd": ["/home/hejingli/simbricks/sims/external/gem5/build/X86/gem5.fast", "--outdir=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/7/gem5-out.client.0", "/home/hejingli/simbricks/sims/external/gem5/configs/simbricks/simbricks.py", "--caches", "--l2cache", "--l3cache", "--l1d_size=32kB", "--l1i_size=32kB", "--l2_size=2MB", "--l3_size=32MB", "--l1d_assoc=8", "--l1i_assoc=8", "--l2_assoc=4", "--l3_assoc=16", "--cacheline_size=64", "--cpu-clock=8GHz", "--sys-clock=1GHz", "--checkpoint-dir=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/0/gem5-cp.client.0", "--kernel=/home/hejingli/simbricks/images/vmlinux", "--disk-image=/home/hejingli/simbricks/images/output-base/base.raw", "--disk-image=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/7/cfg.client.0.tar", "--cpu-type=TimingSimpleCPU", "--mem-size=8192MB", "--num-cpus=1", "--ddio-enabled", "--ddio-way-part=8", "--mem-type=DDR4_2400_16x4", "-r", "0", "--simbricks-pci=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/7/nic.pci.client.0.", "--simbricks-shm=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/7/nic.shm.client.0.", "--simbricks-sync", "--simbricks-sync_mode=0", "--simbricks-pci-lat=500", "--simbricks-sync-int=500", "--simbricks-type=i40e"], "stdout": ["gem5 Simulator System. http://gem5.org", "gem5 is copyrighted software; use the --copyright option for details.", "", "gem5 version 20.0.0.1", "gem5 compiled May 7 2021 15:27:41", "gem5 started May 7 2021 15:28:32", "gem5 executing on swsnetlab05, pid 30423", "command line: /home/hejingli/simbricks/sims/external/gem5/build/X86/gem5.fast --outdir=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/7/gem5-out.client.0 /home/hejingli/simbricks/sims/external/gem5/configs/simbricks/simbricks.py --caches --l2cache --l3cache --l1d_size=32kB --l1i_size=32kB --l2_size=2MB --l3_size=32MB --l1d_assoc=8 --l1i_assoc=8 --l2_assoc=4 --l3_assoc=16 --cacheline_size=64 --cpu-clock=8GHz --sys-clock=1GHz --checkpoint-dir=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/0/gem5-cp.client.0 --kernel=/home/hejingli/simbricks/images/vmlinux --disk-image=/home/hejingli/simbricks/images/output-base/base.raw --disk-image=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/7/cfg.client.0.tar --cpu-type=TimingSimpleCPU --mem-size=8192MB --num-cpus=1 --ddio-enabled --ddio-way-part=8 --mem-type=DDR4_2400_16x4 -r 0 --simbricks-pci=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/7/nic.pci.client.0. --simbricks-shm=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/7/nic.shm.client.0. --simbricks-sync --simbricks-sync_mode=0 --simbricks-pci-lat=500 --simbricks-sync-int=500 --simbricks-type=i40e", "", "CEHCKPOINT RESTORE THINGIE", "Global frequency set at 1000000000000 ticks per second", "Switch at curTick count:10000", "Switched CPUS @ tick 1258459854769", "switching cpus", "**** REAL SIMULATION ****", "+ modprobe i40e\r", "[ 0.764932] i40e: Intel(R) Ethernet Connection XL710 Network Driver - version 2.8.20-k\r", "[ 0.765931] i40e: Copyright (c) 2013 - 2019 Intel Corporation.\r", "[ 0.765931] i40e 0000:00:02.0: enabling device (0000 -> 0002)\r", "[ 0.765931] i40e 0000:00:02.0: PCI->APIC IRQ transform: INT A -> IRQ 17\r", "[ 0.780929] i40e 0000:00:02.0: fw 0.0.00000 api 1.10 nvm 0.0.0 [8086:1572] [0000:0000]\r", "[ 0.780929] i40e 0000:00:02.0: The driver for the device detected a newer version of the NVM image v1.10 than expected v1.9. Please install the most recent version of the network driver.\r", "[ 1.089882] i40e 0000:00:02.0: This device is a pre-production adapter/LOM. Please be aware there may be issues with your hardware. If you are experiencing problems please contact your Intel or hardware representative who provided you with this hardware.\r", "[ 1.091882] i40e 0000:00:02.0: Stopping firmware LLDP agent.\r", "[ 1.091882] i40e 0000:00:02.0: MAC address: 54:49:5c:ba:30:19\r", "[ 1.091882] i40e 0000:00:02.0: FW LLDP is enabled\r", "[ 1.095881] i40e 0000:00:02.0 eth0: NIC Link is Up, 40 Gbps Full Duplex, Flow Control: None\r", "[ 1.175869] i40e 0000:00:02.0: PCI-Express: Speed UnknownGT/s Width xUnknown\r", "[ 1.175869] i40e 0000:00:02.0: PCI-Express bandwidth available for this device may be insufficient for optimal performance.\r", "[ 1.175869] i40e 0000:00:02.0: Please move the device to a different PCI-e link with more lanes and/or higher transfer rate.\r", "[ 1.176869] i40e 0000:00:02.0: Features: PF-id[0] VSIs: 384 QP: 1 RSS VxLAN Geneve PTP VEPA\r", "+ ip link set dev eth0 up\r", "[ 1.188867] i40e 0000:00:02.0: Error OK adding RX filters on PF, promiscuous mode forced on\r", "+ ip addr add 10.0.0.2/24 dev eth0\r", "+ sleep 1\r", "+ iperf -c 10.0.0.1 -i 1 -u -b 1000m\r", "------------------------------------------------------------\r", "Client connecting to 10.0.0.1, UDP port 5001\r", "Sending 1470 byte datagrams, IPG target: 11.76 us (kalman adjust)\r", "UDP buffer size: 208 KByte (default)\r", "------------------------------------------------------------\r", "[ 4] local 10.0.0.2 port 56184 connected with 10.0.0.1 port 5001\r", "[ 2.315696] random: crng init done\r", "[ ID] Interval Transfer Bandwidth\r", "[ 4] 0.0- 1.0 sec 119 MBytes 1000 Mbits/sec\r", "[ 4] 1.0- 2.0 sec 119 MBytes 1000 Mbits/sec\r", "[ 4] 2.0- 3.0 sec 119 MBytes 1000 Mbits/sec\r", "[ 4] 3.0- 4.0 sec 119 MBytes 1000 Mbits/sec\r", "[ 4] 4.0- 5.0 sec 119 MBytes 1000 Mbits/sec\r", "[ 4] 5.0- 6.0 sec 119 MBytes 1000 Mbits/sec\r", "[ 4] 6.0- 7.0 sec 119 MBytes 1.00 Gbits/sec\r", "[ 4] 7.0- 8.0 sec 119 MBytes 1000 Mbits/sec\r", "[ 4] 8.0- 9.0 sec 119 MBytes 1000 Mbits/sec\r", "[ 4] 9.0-10.0 sec 119 MBytes 1000 Mbits/sec\r", "[ 4] 0.0-10.0 sec 1.16 GBytes 1000 Mbits/sec\r", "[ 4] Sent 850304 datagrams\r", "[ 4] WARNING: did not receive ack of last datagram after 10 tries.\r", "+ sleep 0.5\r", "+ m5 exit\r", "Exiting @ tick 6696931430875 because m5_exit instruction encountered"], "stderr": ["warn: CheckedInt already exists in allParams. This may be caused by the Python 2.7 compatibility layer.", "warn: Enum already exists in allParams. This may be caused by the Python 2.7 compatibility layer.", "warn: ScopedEnum already exists in allParams. This may be caused by the Python 2.7 compatibility layer.", "warn: Physical memory size specified is 8192MB which is greater than 3GB. Twice the number of memory controllers would be created.", "warn: No dot file generated. Please install pydot to generate the dot file and pdf.", "warn: DRAM device capacity (32768 Mbytes) does not match the address range assigned (4096 Mbytes)", "warn: DRAM device capacity (32768 Mbytes) does not match the address range assigned (8192 Mbytes)", "info: kernel located at: /home/hejingli/simbricks/images/vmlinux", "system.pc.com_1.device: Listening for connections on port 3459", "warn: pollInterval=100000000 pciAsync=500000", "0: system.remote_gdb: listening for remote gdb on port 7003", "warn: Reading current count from inactive timer.", "warn: TimingPioPort::getAddrRanges()", "warn: TimingPioPort::getAddrRanges()", "info: Entering event queue @ 1258459844769. Starting simulation...", "warn: PowerState: Already in the requested power state, request ignored", "info: Entering event queue @ 1258459854769. Starting simulation...", "warn: instruction 'fwait' unimplemented", "warn: instruction 'verw_Mw_or_Rv' unimplemented", "warn: Don't know what interrupt to clear for console.", "warn: Tried to clear PCI interrupt 14", "warn: MOVNTDQ: Ignoring non-temporal hint, modeling as cacheable!"]}}, "success": true}
\ No newline at end of file
{"exp_name": "gt-ib-sw-Host-1000m-1", "metadata": {}, "start_time": 1620394111.7310472, "end_time": 1620407567.6066098, "sims": {"nic.server.0.": {"class": "I40eNIC", "cmd": ["/home/hejingli/simbricks/sims/nic//i40e_bm/i40e_bm", "/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/8/nic.pci.server.0.", "/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/8/nic.eth.server.0.", "/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/8/nic.shm.server.0.", "0", "0", "500", "500", "500"], "stdout": ["eth connection accepted", "eth intro sent", "pci connection accepted", "pci intro sent", "pci host info received", "eth net info received"], "stderr": ["35f76c336890", "sync_pci=1 sync_eth=1", "exit main_time: 6696927693875"]}, "nic.client.0.": {"class": "I40eNIC", "cmd": ["/home/hejingli/simbricks/sims/nic//i40e_bm/i40e_bm", "/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/8/nic.pci.client.0.", "/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/8/nic.eth.client.0.", "/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/8/nic.shm.client.0.", "0", "0", "500", "500", "500"], "stdout": ["eth connection accepted", "eth intro sent", "pci connection accepted", "pci intro sent", "pci host info received", "eth net info received"], "stderr": ["3a43a46f3eec", "sync_pci=1 sync_eth=1", "exit main_time: 6696927099874"]}, "net.": {"class": "SwitchNet", "cmd": ["/home/hejingli/simbricks/sims/net/switch/net_switch", "-m", "0", "-S", "500", "-E", "500", "-s", "/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/8/nic.eth.server.0.", "-s", "/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/8/nic.eth.client.0."], "stdout": ["start polling"], "stderr": []}, "host.server.0": {"class": "Gem5Host", "cmd": ["/home/hejingli/simbricks/sims/external/gem5/build/X86/gem5.fast", "--outdir=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/8/gem5-out.server.0", "/home/hejingli/simbricks/sims/external/gem5/configs/simbricks/simbricks.py", "--caches", "--l2cache", "--l3cache", "--l1d_size=32kB", "--l1i_size=32kB", "--l2_size=2MB", "--l3_size=32MB", "--l1d_assoc=8", "--l1i_assoc=8", "--l2_assoc=4", "--l3_assoc=16", "--cacheline_size=64", "--cpu-clock=8GHz", "--sys-clock=1GHz", "--checkpoint-dir=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/0/gem5-cp.server.0", "--kernel=/home/hejingli/simbricks/images/vmlinux", "--disk-image=/home/hejingli/simbricks/images/output-base/base.raw", "--disk-image=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/8/cfg.server.0.tar", "--cpu-type=TimingSimpleCPU", "--mem-size=8192MB", "--num-cpus=1", "--ddio-enabled", "--ddio-way-part=8", "--mem-type=DDR4_2400_16x4", "-r", "0", "--simbricks-pci=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/8/nic.pci.server.0.", "--simbricks-shm=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/8/nic.shm.server.0.", "--simbricks-sync", "--simbricks-sync_mode=0", "--simbricks-pci-lat=500", "--simbricks-sync-int=500", "--simbricks-type=i40e"], "stdout": ["gem5 Simulator System. http://gem5.org", "gem5 is copyrighted software; use the --copyright option for details.", "", "gem5 version 20.0.0.1", "gem5 compiled May 7 2021 15:27:41", "gem5 started May 7 2021 15:28:32", "gem5 executing on swsnetlab05, pid 30420", "command line: /home/hejingli/simbricks/sims/external/gem5/build/X86/gem5.fast --outdir=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/8/gem5-out.server.0 /home/hejingli/simbricks/sims/external/gem5/configs/simbricks/simbricks.py --caches --l2cache --l3cache --l1d_size=32kB --l1i_size=32kB --l2_size=2MB --l3_size=32MB --l1d_assoc=8 --l1i_assoc=8 --l2_assoc=4 --l3_assoc=16 --cacheline_size=64 --cpu-clock=8GHz --sys-clock=1GHz --checkpoint-dir=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/0/gem5-cp.server.0 --kernel=/home/hejingli/simbricks/images/vmlinux --disk-image=/home/hejingli/simbricks/images/output-base/base.raw --disk-image=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/8/cfg.server.0.tar --cpu-type=TimingSimpleCPU --mem-size=8192MB --num-cpus=1 --ddio-enabled --ddio-way-part=8 --mem-type=DDR4_2400_16x4 -r 0 --simbricks-pci=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/8/nic.pci.server.0. --simbricks-shm=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/8/nic.shm.server.0. --simbricks-sync --simbricks-sync_mode=0 --simbricks-pci-lat=500 --simbricks-sync-int=500 --simbricks-type=i40e", "", "CEHCKPOINT RESTORE THINGIE", "Global frequency set at 1000000000000 ticks per second", "Switch at curTick count:10000", "Switched CPUS @ tick 1247911676506", "switching cpus", "**** REAL SIMULATION ****", "+ modprobe i40e\r", "[ 0.752932] i40e: Intel(R) Ethernet Connection XL710 Network Driver - version 2.8.20-k\r", "[ 0.752932] i40e: Copyright (c) 2013 - 2019 Intel Corporation.\r", "[ 0.752932] i40e 0000:00:02.0: enabling device (0000 -> 0002)\r", "[ 0.752932] i40e 0000:00:02.0: PCI->APIC IRQ transform: INT A -> IRQ 17\r", "[ 0.767930] i40e 0000:00:02.0: fw 0.0.00000 api 1.10 nvm 0.0.0 [8086:1572] [0000:0000]\r", "[ 0.767930] i40e 0000:00:02.0: The driver for the device detected a newer version of the NVM image v1.10 than expected v1.9. Please install the most recent version of the network driver.\r", "[ 1.076883] i40e 0000:00:02.0: This device is a pre-production adapter/LOM. Please be aware there may be issues with your hardware. If you are experiencing problems please contact your Intel or hardware representative who provided you with this hardware.\r", "[ 1.078883] i40e 0000:00:02.0: Stopping firmware LLDP agent.\r", "[ 1.078883] i40e 0000:00:02.0: MAC address: 90:68:33:6c:f7:35\r", "[ 1.078883] i40e 0000:00:02.0: FW LLDP is enabled\r", "[ 1.081882] i40e 0000:00:02.0 eth0: NIC Link is Up, 40 Gbps Full Duplex, Flow Control: None\r", "[ 1.159870] i40e 0000:00:02.0: PCI-Express: Speed UnknownGT/s Width xUnknown\r", "[ 1.159870] i40e 0000:00:02.0: PCI-Express bandwidth available for this device may be insufficient for optimal performance.\r", "[ 1.159870] i40e 0000:00:02.0: Please move the device to a different PCI-e link with more lanes and/or higher transfer rate.\r", "[ 1.160870] i40e 0000:00:02.0: Features: PF-id[0] VSIs: 384 QP: 1 RSS VxLAN Geneve PTP VEPA\r", "+ ip link set dev eth0 up\r", "[ 1.172869] i40e 0000:00:02.0: Error OK adding RX filters on PF, promiscuous mode forced on\r", "+ ip addr add 10.0.0.1/24 dev eth0\r", "+ iperf -s -u\r", "------------------------------------------------------------\r", "Server listening on UDP port 5001\r", "Receiving 1470 byte datagrams\r", "UDP buffer size: 208 KByte (default)\r", "------------------------------------------------------------\r", "[ 2.338691] random: crng init done\r", "[ 4] local 10.0.0.1 port 5001 connected with 10.0.0.2 port 56184\r"], "stderr": ["warn: CheckedInt already exists in allParams. This may be caused by the Python 2.7 compatibility layer.", "warn: Enum already exists in allParams. This may be caused by the Python 2.7 compatibility layer.", "warn: ScopedEnum already exists in allParams. This may be caused by the Python 2.7 compatibility layer.", "warn: Physical memory size specified is 8192MB which is greater than 3GB. Twice the number of memory controllers would be created.", "warn: No dot file generated. Please install pydot to generate the dot file and pdf.", "warn: DRAM device capacity (32768 Mbytes) does not match the address range assigned (4096 Mbytes)", "warn: DRAM device capacity (32768 Mbytes) does not match the address range assigned (8192 Mbytes)", "info: kernel located at: /home/hejingli/simbricks/images/vmlinux", "system.pc.com_1.device: Listening for connections on port 3469", "warn: pollInterval=100000000 pciAsync=500000", "0: system.remote_gdb: listening for remote gdb on port 7013", "warn: Reading current count from inactive timer.", "warn: TimingPioPort::getAddrRanges()", "warn: TimingPioPort::getAddrRanges()", "info: Entering event queue @ 1247911666506. Starting simulation...", "warn: PowerState: Already in the requested power state, request ignored", "info: Entering event queue @ 1247911676506. Starting simulation...", "warn: instruction 'fwait' unimplemented", "warn: instruction 'verw_Mw_or_Rv' unimplemented", "warn: Don't know what interrupt to clear for console.", "warn: Tried to clear PCI interrupt 14", "warn: MOVNTDQ: Ignoring non-temporal hint, modeling as cacheable!", "warn: PowerState: More than one power state change request encountered within the same simulation tick", "warn: PowerState: More than one power state change request encountered within the same simulation tick", "warn: PowerState: More than one power state change request encountered within the same simulation tick", "warn: PowerState: More than one power state change request encountered within the same simulation tick", "warn: PowerState: More than one power state change request encountered within the same simulation tick", "warn: PowerState: More than one power state change request encountered within the same simulation tick", "warn: PowerState: More than one power state change request encountered within the same simulation tick"]}, "host.client.0": {"class": "Gem5Host", "cmd": ["/home/hejingli/simbricks/sims/external/gem5/build/X86/gem5.fast", "--outdir=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/8/gem5-out.client.0", "/home/hejingli/simbricks/sims/external/gem5/configs/simbricks/simbricks.py", "--caches", "--l2cache", "--l3cache", "--l1d_size=32kB", "--l1i_size=32kB", "--l2_size=2MB", "--l3_size=32MB", "--l1d_assoc=8", "--l1i_assoc=8", "--l2_assoc=4", "--l3_assoc=16", "--cacheline_size=64", "--cpu-clock=8GHz", "--sys-clock=1GHz", "--checkpoint-dir=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/0/gem5-cp.client.0", "--kernel=/home/hejingli/simbricks/images/vmlinux", "--disk-image=/home/hejingli/simbricks/images/output-base/base.raw", "--disk-image=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/8/cfg.client.0.tar", "--cpu-type=TimingSimpleCPU", "--mem-size=8192MB", "--num-cpus=1", "--ddio-enabled", "--ddio-way-part=8", "--mem-type=DDR4_2400_16x4", "-r", "0", "--simbricks-pci=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/8/nic.pci.client.0.", "--simbricks-shm=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/8/nic.shm.client.0.", "--simbricks-sync", "--simbricks-sync_mode=0", "--simbricks-pci-lat=500", "--simbricks-sync-int=500", "--simbricks-type=i40e"], "stdout": ["gem5 Simulator System. http://gem5.org", "gem5 is copyrighted software; use the --copyright option for details.", "", "gem5 version 20.0.0.1", "gem5 compiled May 7 2021 15:27:41", "gem5 started May 7 2021 15:28:32", "gem5 executing on swsnetlab05, pid 30425", "command line: /home/hejingli/simbricks/sims/external/gem5/build/X86/gem5.fast --outdir=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/8/gem5-out.client.0 /home/hejingli/simbricks/sims/external/gem5/configs/simbricks/simbricks.py --caches --l2cache --l3cache --l1d_size=32kB --l1i_size=32kB --l2_size=2MB --l3_size=32MB --l1d_assoc=8 --l1i_assoc=8 --l2_assoc=4 --l3_assoc=16 --cacheline_size=64 --cpu-clock=8GHz --sys-clock=1GHz --checkpoint-dir=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/0/gem5-cp.client.0 --kernel=/home/hejingli/simbricks/images/vmlinux --disk-image=/home/hejingli/simbricks/images/output-base/base.raw --disk-image=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/8/cfg.client.0.tar --cpu-type=TimingSimpleCPU --mem-size=8192MB --num-cpus=1 --ddio-enabled --ddio-way-part=8 --mem-type=DDR4_2400_16x4 -r 0 --simbricks-pci=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/8/nic.pci.client.0. --simbricks-shm=/home/hejingli/simbricks/experiments/out/gt-ib-sw-Host-1000m-1/8/nic.shm.client.0. --simbricks-sync --simbricks-sync_mode=0 --simbricks-pci-lat=500 --simbricks-sync-int=500 --simbricks-type=i40e", "", "CEHCKPOINT RESTORE THINGIE", "Global frequency set at 1000000000000 ticks per second", "Switch at curTick count:10000", "Switched CPUS @ tick 1258459854769", "switching cpus", "**** REAL SIMULATION ****", "+ modprobe i40e\r", "[ 0.764932] i40e: Intel(R) Ethernet Connection XL710 Network Driver - version 2.8.20-k\r", "[ 0.765931] i40e: Copyright (c) 2013 - 2019 Intel Corporation.\r", "[ 0.765931] i40e 0000:00:02.0: enabling device (0000 -> 0002)\r", "[ 0.765931] i40e 0000:00:02.0: PCI->APIC IRQ transform: INT A -> IRQ 17\r", "[ 0.780929] i40e 0000:00:02.0: fw 0.0.00000 api 1.10 nvm 0.0.0 [8086:1572] [0000:0000]\r", "[ 0.780929] i40e 0000:00:02.0: The driver for the device detected a newer version of the NVM image v1.10 than expected v1.9. Please install the most recent version of the network driver.\r", "[ 1.089882] i40e 0000:00:02.0: This device is a pre-production adapter/LOM. Please be aware there may be issues with your hardware. If you are experiencing problems please contact your Intel or hardware representative who provided you with this hardware.\r", "[ 1.091882] i40e 0000:00:02.0: Stopping firmware LLDP agent.\r", "[ 1.091882] i40e 0000:00:02.0: MAC address: ec:3e:6f:a4:43:3a\r", "[ 1.091882] i40e 0000:00:02.0: FW LLDP is enabled\r", "[ 1.095881] i40e 0000:00:02.0 eth0: NIC Link is Up, 40 Gbps Full Duplex, Flow Control: None\r", "[ 1.175869] i40e 0000:00:02.0: PCI-Express: Speed UnknownGT/s Width xUnknown\r", "[ 1.175869] i40e 0000:00:02.0: PCI-Express bandwidth available for this device may be insufficient for optimal performance.\r", "[ 1.175869] i40e 0000:00:02.0: Please move the device to a different PCI-e link with more lanes and/or higher transfer rate.\r", "[ 1.176869] i40e 0000:00:02.0: Features: PF-id[0] VSIs: 384 QP: 1 RSS VxLAN Geneve PTP VEPA\r", "+ ip link set dev eth0 up\r", "[ 1.188867] i40e 0000:00:02.0: Error OK adding RX filters on PF, promiscuous mode forced on\r", "+ ip addr add 10.0.0.2/24 dev eth0\r", "+ sleep 1\r", "+ iperf -c 10.0.0.1 -i 1 -u -b 1000m\r", "------------------------------------------------------------\r", "Client connecting to 10.0.0.1, UDP port 5001\r", "Sending 1470 byte datagrams, IPG target: 11.76 us (kalman adjust)\r", "UDP buffer size: 208 KByte (default)\r", "------------------------------------------------------------\r", "[ 4] local 10.0.0.2 port 56184 connected with 10.0.0.1 port 5001\r", "[ 2.315696] random: crng init done\r", "[ ID] Interval Transfer Bandwidth\r", "[ 4] 0.0- 1.0 sec 119 MBytes 1000 Mbits/sec\r", "[ 4] 1.0- 2.0 sec 119 MBytes 1000 Mbits/sec\r", "[ 4] 2.0- 3.0 sec 119 MBytes 1000 Mbits/sec\r", "[ 4] 3.0- 4.0 sec 119 MBytes 1000 Mbits/sec\r", "[ 4] 4.0- 5.0 sec 119 MBytes 1000 Mbits/sec\r", "[ 4] 5.0- 6.0 sec 119 MBytes 1000 Mbits/sec\r", "[ 4] 6.0- 7.0 sec 119 MBytes 1.00 Gbits/sec\r", "[ 4] 7.0- 8.0 sec 119 MBytes 1000 Mbits/sec\r", "[ 4] 8.0- 9.0 sec 119 MBytes 1000 Mbits/sec\r", "[ 4] 9.0-10.0 sec 119 MBytes 1000 Mbits/sec\r", "[ 4] 0.0-10.0 sec 1.16 GBytes 1000 Mbits/sec\r", "[ 4] Sent 850304 datagrams\r", "[ 4] WARNING: did not receive ack of last datagram after 10 tries.\r", "+ sleep 0.5\r", "+ m5 exit\r", "Exiting @ tick 6696926966375 because m5_exit instruction encountered"], "stderr": ["warn: CheckedInt already exists in allParams. This may be caused by the Python 2.7 compatibility layer.", "warn: Enum already exists in allParams. This may be caused by the Python 2.7 compatibility layer.", "warn: ScopedEnum already exists in allParams. This may be caused by the Python 2.7 compatibility layer.", "warn: Physical memory size specified is 8192MB which is greater than 3GB. Twice the number of memory controllers would be created.", "warn: No dot file generated. Please install pydot to generate the dot file and pdf.", "warn: DRAM device capacity (32768 Mbytes) does not match the address range assigned (4096 Mbytes)", "warn: DRAM device capacity (32768 Mbytes) does not match the address range assigned (8192 Mbytes)", "info: kernel located at: /home/hejingli/simbricks/images/vmlinux", "system.pc.com_1.device: Listening for connections on port 3457", "warn: pollInterval=100000000 pciAsync=500000", "0: system.remote_gdb: listening for remote gdb on port 7001", "warn: Reading current count from inactive timer.", "warn: TimingPioPort::getAddrRanges()", "warn: TimingPioPort::getAddrRanges()", "info: Entering event queue @ 1258459844769. Starting simulation...", "warn: PowerState: Already in the requested power state, request ignored", "info: Entering event queue @ 1258459854769. Starting simulation...", "warn: instruction 'fwait' unimplemented", "warn: instruction 'verw_Mw_or_Rv' unimplemented", "warn: Don't know what interrupt to clear for console.", "warn: Tried to clear PCI interrupt 14", "warn: MOVNTDQ: Ignoring non-temporal hint, modeling as cacheable!"]}}, "success": true}
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment