Upload tests from remote server

main
Your Name 2022-11-12 20:52:45 +00:00
parent 62602fded5
commit dc7634ecc2
7 changed files with 80 additions and 4 deletions

View File

@ -0,0 +1,8 @@
Maze,Time,Shortest path
0,3.5458741188049316,[(3, 1), (2, 1), (1, 1), (1, 2), (0, 2)]
1,3.5976648330688477,[(4, 5), (4, 4), (4, 3), (4, 2), (3, 2), (2, 2), (2, 3), (2, 4), (2, 5), (1, 5), (0, 5)]
2,3.675126552581787,[(1, 1), (2, 1), (3, 1), (4, 1), (5, 1), (6, 1), (6, 0), (7, 0), (7, 1), (8, 1), (9, 1)]
3,3.962430715560913,[(5, 5), (4, 5), (3, 5), (3, 6), (3, 7), (3, 8), (2, 8), (1, 8), (1, 7), (1, 6), (1, 5), (0, 5)]
4,4.480863571166992,[(10, 7), (9, 7), (9, 8), (9, 9), (8, 9), (7, 9), (6, 9), (5, 9), (4, 9), (4, 8), (3, 8), (2, 8), (1, 8), (1, 7), (1, 6), (1, 5), (1, 4), (1, 3), (0, 3)]
5,4.996096849441528,[(3, 3), (3, 4), (3, 5), (4, 5), (4, 4), (5, 4), (5, 5), (5, 6), (6, 6), (7, 6), (7, 7), (8, 7), (9, 7), (9, 6), (10, 6), (11, 6), (12, 6), (12, 7), (13, 7), (14, 7), (15, 7), (15, 8), (16, 8), (16, 9), (16, 10), (17, 10)]
6,4.975679636001587,[(16, 10), (17, 10), (18, 10), (19, 10)]

View File

@ -0,0 +1,8 @@
Maze,Time,Shortest path
0,0.21583104133605957,[(3, 1), (2, 1), (1, 1), (1, 2), (0, 2)]
1,0.29146480560302734,[(4, 5), (4, 4), (4, 3), (4, 2), (3, 2), (2, 2), (2, 3), (2, 4), (2, 5), (1, 5), (0, 5)]
2,0.3709604740142822,[(1, 1), (1, 2), (1, 3), (1, 4), (1, 5), (1, 6), (1, 7), (1, 8), (2, 8), (3, 8), (3, 7), (3, 6), (3, 5), (3, 4), (3, 3), (3, 2), (3, 1), (4, 1), (5, 1), (5, 2), (5, 3), (5, 4), (5, 5), (5, 6), (5, 7), (5, 8), (6, 8), (7, 8), (7, 7), (7, 6), (7, 5), (7, 4), (7, 3), (7, 2), (7, 1), (8, 1), (9, 1)]
3,0.41713929176330566,[(5, 5), (4, 5), (3, 5), (3, 6), (3, 7), (3, 8), (2, 8), (1, 8), (1, 7), (1, 6), (1, 5), (0, 5)]
4,1.362572431564331,[(10, 7), (9, 7), (9, 8), (9, 9), (8, 9), (7, 9), (6, 9), (5, 9), (4, 9), (4, 8), (3, 8), (2, 8), (1, 8), (1, 7), (1, 6), (1, 5), (1, 4), (1, 3), (0, 3)]
5,2.683293581008911,[(3, 3), (4, 3), (5, 3), (5, 2), (6, 2), (7, 2), (7, 3), (7, 4), (7, 5), (8, 5), (9, 5), (9, 6), (9, 7), (10, 7), (11, 7), (12, 7), (13, 7), (13, 6), (13, 5), (13, 4), (13, 3), (13, 2), (14, 2), (15, 2), (16, 2), (16, 3), (16, 4), (16, 5), (16, 6), (16, 7), (16, 8), (16, 9), (16, 10), (17, 10)]
6,2.9414241313934326,[(16, 10), (15, 10), (14, 10), (13, 10), (12, 10), (12, 11), (12, 12), (12, 13), (12, 14), (12, 15), (11, 15), (10, 15), (9, 15), (9, 16), (9, 17), (8, 17), (7, 17), (6, 17), (5, 17), (5, 16), (5, 15), (5, 14), (5, 13), (5, 12), (5, 11), (5, 10), (4, 10), (3, 10), (3, 11), (3, 12), (3, 13), (3, 14), (3, 15), (3, 16), (2, 16), (1, 16), (1, 15), (1, 14), (1, 13), (1, 12), (1, 11), (1, 10), (1, 9), (1, 8), (1, 7), (1, 6), (1, 5), (1, 4), (1, 3), (1, 2), (1, 1), (2, 1), (3, 1), (4, 1), (5, 1), (6, 1), (7, 1), (8, 1), (9, 1), (10, 1), (11, 1), (12, 1), (13, 1), (14, 1), (15, 1), (16, 1), (17, 1), (18, 1), (18, 2), (18, 3), (18, 4), (18, 5), (18, 6), (18, 7), (18, 8), (18, 9), (18, 10), (19, 10)]

19
a1/code/log_t2_harder.txt Normal file

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,5 @@
Maze,Time,Shortest path
0,1.057152509689331,[(3, 4), (3, 1), (3, 7), (5, 4), (5, 1), (5, 7), (1, 6), (1, 3), (2, 8), (7, 4), (7, 1), (7, 7), (6, 8), (3, 3), (5, 6), (3, 6), (5, 3), (9, 1), (1, 2), (1, 5), (1, 8), (7, 3), (7, 6), (3, 2), (4, 1), (3, 5), (5, 2), (3, 8), (5, 5), (5, 8), (8, 1), (1, 1), (1, 4), (1, 7), (7, 2), (7, 5), (7, 8)]
1,1.240757703781128,[(3, 8), (5, 5), (3, 4), (6, 5), (1, 5), (3, 7), (1, 8), (4, 5), (1, 7), (3, 3), (0, 5), (3, 6), (8, 6), (1, 6), (7, 5), (8, 5), (3, 5), (2, 8)]
2,10.621482610702515,[(12, 7), (3, 4), (4, 9), (4, 6), (5, 10), (8, 9), (10, 6), (9, 8), (1, 6), (1, 3), (2, 8), (6, 11), (7, 10), (4, 5), (3, 3), (12, 6), (4, 8), (5, 9), (9, 7), (11, 7), (1, 5), (1, 8), (7, 9), (12, 5), (4, 7), (3, 5), (3, 8), (5, 11), (9, 9), (9, 6), (0, 3), (10, 7), (1, 4), (1, 7), (7, 11)]
3,13.915266513824463,[(12, 4), (4, 9), (5, 1), (3, 13), (5, 10), (10, 6), (7, 1), (1, 15), (18, 1), (16, 13), (18, 10), (7, 10), (9, 1), (3, 15), (17, 14), (13, 1), (1, 8), (6, 4), (18, 3), (7, 12), (14, 8), (17, 16), (1, 10), (15, 9), (18, 5), (7, 5), (7, 14), (3, 1), (14, 1), (3, 10), (13, 5), (1, 3), (16, 1), (1, 12), (16, 10), (18, 7), (14, 3), (3, 12), (1, 5), (6, 1), (1, 14), (16, 12), (18, 9), (14, 5), (4, 4), (3, 14), (10, 1), (1, 7), (18, 2), (1, 16), (16, 14), (7, 11), (12, 1), (14, 7), (5, 4), (4, 6), (3, 16), (8, 6), (10, 3), (1, 9), (18, 4), (12, 3), (4, 8), (10, 5), (1, 2), (2, 1), (1, 11), (6, 10), (12, 5), (4, 1), (3, 11), (4, 10), (8, 1), (19, 10), (1, 4), (1, 13), (14, 4), (17, 15), (1, 6), (15, 8), (6, 5), (7, 13), (14, 6), (4, 5), (8, 5), (11, 1), (17, 17), (2, 16), (15, 1), (15, 10), (18, 6), (4, 7), (17, 1), (10, 4), (9, 6), (11, 3), (1, 1), (16, 11), (18, 8)]

View File

@ -131,7 +131,7 @@ class Maze:
f.close()
def read_mazes():
with open('./mazes_classic.txt', 'r') as f:
with open('./mazes_harder.txt', 'r') as f:
mazes = []
maze = []
for line in f:
@ -182,7 +182,7 @@ def main():
global maze_ix, mazes
mazes = []
text_mazes = read_mazes()
LOGFILE = 'log_t1_classic.txt'
LOGFILE = 'log_t1_harder.txt'
prepare_log(LOGFILE)
for i in range(len(text_mazes)):

View File

@ -170,7 +170,7 @@ class Maze:
f.close()
def read_mazes():
with open('./mazes_classic.txt', 'r') as f:
with open('./mazes_harder.txt', 'r') as f:
mazes = []
maze = []
for line in f:
@ -226,7 +226,7 @@ def main():
global maze_ix, mazes
mazes = []
text_mazes = read_mazes()
LOGFILE = 'log_t2_classic.txt'
LOGFILE = 'log_t2_harder.txt'
prepare_log(LOGFILE)
for i in range(len(text_mazes)):
print('MAZE: ', i)

View File

@ -0,0 +1,36 @@
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Address sizes: 46 bits physical, 48 bits virtual
Byte Order: Little Endian
CPU(s): 16
On-line CPU(s) list: 0-15
Vendor ID: GenuineIntel
Model name: Intel(R) Xeon(R) CPU E5-2690 v3 @ 2.60GHz
CPU family: 6
Model: 63
Thread(s) per core: 1
Core(s) per socket: 4
Socket(s): 4
Stepping: 2
BogoMIPS: 5187.98
Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon rep_good nopl xtopology cpuid tsc_known_freq pni pclmulqdq vmx ssse3 fma cx16 pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm abm cpuid_fault invpcid_single pti ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid xsaveopt arat umip md_clear arch_capabilities
Virtualization: VT-x
Hypervisor vendor: KVM
Virtualization type: full
L1d cache: 512 KiB (16 instances)
L1i cache: 512 KiB (16 instances)
L2 cache: 64 MiB (16 instances)
L3 cache: 64 MiB (4 instances)
NUMA node(s): 1
NUMA node0 CPU(s): 0-15
Vulnerability Itlb multihit: Not affected
Vulnerability L1tf: Mitigation; PTE Inversion; VMX flush not necessary, SMT disabled
Vulnerability Mds: Mitigation; Clear CPU buffers; SMT Host state unknown
Vulnerability Meltdown: Mitigation; PTI
Vulnerability Mmio stale data: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown
Vulnerability Retbleed: Not affected
Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp
Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization
Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling, PBRSB-eIBRS Not affected
Vulnerability Srbds: Not affected
Vulnerability Tsx async abort: Not affected