diff --git a/build/Makefile b/build/Makefile index f8e1447..1bf9deb 100644 --- a/build/Makefile +++ b/build/Makefile @@ -48,19 +48,19 @@ cmake_force: SHELL = /bin/sh # The CMake executable. -CMAKE_COMMAND = /storage/home/nschrick/pkg/cmake/3.22.0/bin/cmake +CMAKE_COMMAND = /usr/bin/cmake # The command to remove a file. -RM = /storage/home/nschrick/pkg/cmake/3.22.0/bin/cmake -E rm -f +RM = /usr/bin/cmake -E rm -f # Escaping for special characters. EQUALS = = # The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/nschrick/ag_parallel +CMAKE_SOURCE_DIR = "/home/noah/Documents/School/Thesis Work/ag_parallel" # The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/nschrick/ag_parallel/build +CMAKE_BINARY_DIR = "/home/noah/Documents/School/Thesis Work/ag_parallel/build" #============================================================================= # Targets provided globally by CMake. @@ -68,7 +68,7 @@ CMAKE_BINARY_DIR = /home/nschrick/ag_parallel/build # Special rule for the target edit_cache edit_cache: @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..." - /storage/home/nschrick/pkg/cmake/3.22.0/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) + /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) .PHONY : edit_cache # Special rule for the target edit_cache @@ -78,7 +78,7 @@ edit_cache/fast: edit_cache # Special rule for the target rebuild_cache rebuild_cache: @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." - /storage/home/nschrick/pkg/cmake/3.22.0/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) + /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) .PHONY : rebuild_cache # Special rule for the target rebuild_cache @@ -87,9 +87,9 @@ rebuild_cache/fast: rebuild_cache # The main all target all: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/nschrick/ag_parallel/build/CMakeFiles /home/nschrick/ag_parallel/build//CMakeFiles/progress.marks + $(CMAKE_COMMAND) -E cmake_progress_start "/home/noah/Documents/School/Thesis Work/ag_parallel/build/CMakeFiles" "/home/noah/Documents/School/Thesis Work/ag_parallel/build//CMakeFiles/progress.marks" $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all - $(CMAKE_COMMAND) -E cmake_progress_start /home/nschrick/ag_parallel/build/CMakeFiles 0 + $(CMAKE_COMMAND) -E cmake_progress_start "/home/noah/Documents/School/Thesis Work/ag_parallel/build/CMakeFiles" 0 .PHONY : all # The main clean target @@ -116,6 +116,19 @@ depend: $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 .PHONY : depend +#============================================================================= +# Target rules for targets named doc + +# Build rule for target. +doc: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 doc +.PHONY : doc + +# fast build rule for target. +doc/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/doc.dir/build.make CMakeFiles/doc.dir/build +.PHONY : doc/fast + #============================================================================= # Target rules for targets named ag_gen @@ -129,6 +142,19 @@ ag_gen/fast: $(MAKE) $(MAKESILENT) -f CMakeFiles/ag_gen.dir/build.make CMakeFiles/ag_gen.dir/build .PHONY : ag_gen/fast +#============================================================================= +# Target rules for targets named dynstr_test + +# Build rule for target. +dynstr_test: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dynstr_test +.PHONY : dynstr_test + +# fast build rule for target. +dynstr_test/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/dynstr_test.dir/build.make CMakeFiles/dynstr_test.dir/build +.PHONY : dynstr_test/fast + nm_parser.o: nm_parser.c.o .PHONY : nm_parser.o @@ -465,6 +491,30 @@ src/mpi/tasks.cpp.s: $(MAKE) $(MAKESILENT) -f CMakeFiles/ag_gen.dir/build.make CMakeFiles/ag_gen.dir/src/mpi/tasks.cpp.s .PHONY : src/mpi/tasks.cpp.s +src/tests/mem_test.o: src/tests/mem_test.c.o +.PHONY : src/tests/mem_test.o + +# target to build an object file +src/tests/mem_test.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/dynstr_test.dir/build.make CMakeFiles/dynstr_test.dir/src/tests/mem_test.c.o +.PHONY : src/tests/mem_test.c.o + +src/tests/mem_test.i: src/tests/mem_test.c.i +.PHONY : src/tests/mem_test.i + +# target to preprocess a source file +src/tests/mem_test.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/dynstr_test.dir/build.make CMakeFiles/dynstr_test.dir/src/tests/mem_test.c.i +.PHONY : src/tests/mem_test.c.i + +src/tests/mem_test.s: src/tests/mem_test.c.s +.PHONY : src/tests/mem_test.s + +# target to generate assembly for a file +src/tests/mem_test.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/dynstr_test.dir/build.make CMakeFiles/dynstr_test.dir/src/tests/mem_test.c.s +.PHONY : src/tests/mem_test.c.s + src/util/avail_mem.o: src/util/avail_mem.cpp.o .PHONY : src/util/avail_mem.o @@ -615,6 +665,7 @@ src/util/mem.o: src/util/mem.c.o # target to build an object file src/util/mem.c.o: $(MAKE) $(MAKESILENT) -f CMakeFiles/ag_gen.dir/build.make CMakeFiles/ag_gen.dir/src/util/mem.c.o + $(MAKE) $(MAKESILENT) -f CMakeFiles/dynstr_test.dir/build.make CMakeFiles/dynstr_test.dir/src/util/mem.c.o .PHONY : src/util/mem.c.o src/util/mem.i: src/util/mem.c.i @@ -623,6 +674,7 @@ src/util/mem.i: src/util/mem.c.i # target to preprocess a source file src/util/mem.c.i: $(MAKE) $(MAKESILENT) -f CMakeFiles/ag_gen.dir/build.make CMakeFiles/ag_gen.dir/src/util/mem.c.i + $(MAKE) $(MAKESILENT) -f CMakeFiles/dynstr_test.dir/build.make CMakeFiles/dynstr_test.dir/src/util/mem.c.i .PHONY : src/util/mem.c.i src/util/mem.s: src/util/mem.c.s @@ -631,6 +683,7 @@ src/util/mem.s: src/util/mem.c.s # target to generate assembly for a file src/util/mem.c.s: $(MAKE) $(MAKESILENT) -f CMakeFiles/ag_gen.dir/build.make CMakeFiles/ag_gen.dir/src/util/mem.c.s + $(MAKE) $(MAKESILENT) -f CMakeFiles/dynstr_test.dir/build.make CMakeFiles/dynstr_test.dir/src/util/mem.c.s .PHONY : src/util/mem.c.s src/util/redis_manager.o: src/util/redis_manager.cpp.o @@ -761,7 +814,9 @@ help: @echo "... depend" @echo "... edit_cache" @echo "... rebuild_cache" + @echo "... doc" @echo "... ag_gen" + @echo "... dynstr_test" @echo "... nm_parser.o" @echo "... nm_parser.i" @echo "... nm_parser.s" @@ -804,6 +859,9 @@ help: @echo "... src/mpi/tasks.o" @echo "... src/mpi/tasks.i" @echo "... src/mpi/tasks.s" + @echo "... src/tests/mem_test.o" + @echo "... src/tests/mem_test.i" + @echo "... src/tests/mem_test.s" @echo "... src/util/avail_mem.o" @echo "... src/util/avail_mem.i" @echo "... src/util/avail_mem.s" diff --git a/build/ag_gen b/build/ag_gen index ddd818f..29145d6 100755 Binary files a/build/ag_gen and b/build/ag_gen differ diff --git a/build/compile_commands.json b/build/compile_commands.json index 5a4f8b7..0d93d60 100644 --- a/build/compile_commands.json +++ b/build/compile_commands.json @@ -1,132 +1,142 @@ [ { - "directory": "/home/nschrick/ag_parallel/build", - "command": "/opt/apps/gcc/8.2.0/bin/g++ -DBOOST_ALL_NO_LIB -DBOOST_MPI_DYN_LINK -DBOOST_SERIALIZATION_DYN_LINK -I/usr/include/postgresql -I/home/nschrick/ag_parallel/src -isystem /home/nschrick/pkg/boost/1.77.0/include -isystem /storage/home/nschrick/pkg/openmpi/4.1.2/include -isystem /home/nschrick/pkg/openmpi/4.1.2/include -std=c++14 -fopenmp -g -g -O0 -ggdb -Wall -fopenmp -pedantic -pthread -o CMakeFiles/ag_gen.dir/src/main.cpp.o -c /home/nschrick/ag_parallel/src/main.cpp", - "file": "/home/nschrick/ag_parallel/src/main.cpp" + "directory": "/home/noah/Documents/School/Thesis Work/ag_parallel/build", + "command": "/usr/bin/c++ -DBOOST_MPI_DYN_LINK -DBOOST_MPI_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -I/usr/include/postgresql -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/src\" -std=c++14 -fopenmp -DREDIS -g -g -O0 -ggdb -Wall -fopenmp -pedantic -pthread -o CMakeFiles/ag_gen.dir/src/main.cpp.o -c \"/home/noah/Documents/School/Thesis Work/ag_parallel/src/main.cpp\"", + "file": "/home/noah/Documents/School/Thesis Work/ag_parallel/src/main.cpp" }, { - "directory": "/home/nschrick/ag_parallel/build", - "command": "/opt/apps/gcc/8.2.0/bin/gcc -DBOOST_ALL_NO_LIB -DBOOST_MPI_DYN_LINK -DBOOST_SERIALIZATION_DYN_LINK -I/usr/include/postgresql -I/home/nschrick/ag_parallel/src -isystem /home/nschrick/pkg/boost/1.77.0/include -isystem /storage/home/nschrick/pkg/openmpi/4.1.2/include -isystem /home/nschrick/pkg/openmpi/4.1.2/include -g -pthread -o CMakeFiles/ag_gen.dir/nm_scanner.c.o -c /home/nschrick/ag_parallel/build/nm_scanner.c", - "file": "/home/nschrick/ag_parallel/build/nm_scanner.c" + "directory": "/home/noah/Documents/School/Thesis Work/ag_parallel/build", + "command": "/usr/bin/cc -DBOOST_MPI_DYN_LINK -DBOOST_MPI_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -I/usr/include/postgresql -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/src\" -g -pthread -o CMakeFiles/ag_gen.dir/nm_scanner.c.o -c \"/home/noah/Documents/School/Thesis Work/ag_parallel/build/nm_scanner.c\"", + "file": "/home/noah/Documents/School/Thesis Work/ag_parallel/build/nm_scanner.c" }, { - "directory": "/home/nschrick/ag_parallel/build", - "command": "/opt/apps/gcc/8.2.0/bin/gcc -DBOOST_ALL_NO_LIB -DBOOST_MPI_DYN_LINK -DBOOST_SERIALIZATION_DYN_LINK -I/usr/include/postgresql -I/home/nschrick/ag_parallel/src -isystem /home/nschrick/pkg/boost/1.77.0/include -isystem /storage/home/nschrick/pkg/openmpi/4.1.2/include -isystem /home/nschrick/pkg/openmpi/4.1.2/include -g -pthread -o CMakeFiles/ag_gen.dir/nm_parser.c.o -c /home/nschrick/ag_parallel/build/nm_parser.c", - "file": "/home/nschrick/ag_parallel/build/nm_parser.c" + "directory": "/home/noah/Documents/School/Thesis Work/ag_parallel/build", + "command": "/usr/bin/cc -DBOOST_MPI_DYN_LINK -DBOOST_MPI_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -I/usr/include/postgresql -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/src\" -g -pthread -o CMakeFiles/ag_gen.dir/nm_parser.c.o -c \"/home/noah/Documents/School/Thesis Work/ag_parallel/build/nm_parser.c\"", + "file": "/home/noah/Documents/School/Thesis Work/ag_parallel/build/nm_parser.c" }, { - "directory": "/home/nschrick/ag_parallel/build", - "command": "/opt/apps/gcc/8.2.0/bin/gcc -DBOOST_ALL_NO_LIB -DBOOST_MPI_DYN_LINK -DBOOST_SERIALIZATION_DYN_LINK -I/usr/include/postgresql -I/home/nschrick/ag_parallel/src -isystem /home/nschrick/pkg/boost/1.77.0/include -isystem /storage/home/nschrick/pkg/openmpi/4.1.2/include -isystem /home/nschrick/pkg/openmpi/4.1.2/include -g -pthread -o CMakeFiles/ag_gen.dir/xp_scanner.c.o -c /home/nschrick/ag_parallel/build/xp_scanner.c", - "file": "/home/nschrick/ag_parallel/build/xp_scanner.c" + "directory": "/home/noah/Documents/School/Thesis Work/ag_parallel/build", + "command": "/usr/bin/cc -DBOOST_MPI_DYN_LINK -DBOOST_MPI_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -I/usr/include/postgresql -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/src\" -g -pthread -o CMakeFiles/ag_gen.dir/xp_scanner.c.o -c \"/home/noah/Documents/School/Thesis Work/ag_parallel/build/xp_scanner.c\"", + "file": "/home/noah/Documents/School/Thesis Work/ag_parallel/build/xp_scanner.c" }, { - "directory": "/home/nschrick/ag_parallel/build", - "command": "/opt/apps/gcc/8.2.0/bin/gcc -DBOOST_ALL_NO_LIB -DBOOST_MPI_DYN_LINK -DBOOST_SERIALIZATION_DYN_LINK -I/usr/include/postgresql -I/home/nschrick/ag_parallel/src -isystem /home/nschrick/pkg/boost/1.77.0/include -isystem /storage/home/nschrick/pkg/openmpi/4.1.2/include -isystem /home/nschrick/pkg/openmpi/4.1.2/include -g -pthread -o CMakeFiles/ag_gen.dir/xp_parser.c.o -c /home/nschrick/ag_parallel/build/xp_parser.c", - "file": "/home/nschrick/ag_parallel/build/xp_parser.c" + "directory": "/home/noah/Documents/School/Thesis Work/ag_parallel/build", + "command": "/usr/bin/cc -DBOOST_MPI_DYN_LINK -DBOOST_MPI_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -I/usr/include/postgresql -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/src\" -g -pthread -o CMakeFiles/ag_gen.dir/xp_parser.c.o -c \"/home/noah/Documents/School/Thesis Work/ag_parallel/build/xp_parser.c\"", + "file": "/home/noah/Documents/School/Thesis Work/ag_parallel/build/xp_parser.c" }, { - "directory": "/home/nschrick/ag_parallel/build", - "command": "/opt/apps/gcc/8.2.0/bin/g++ -DBOOST_ALL_NO_LIB -DBOOST_MPI_DYN_LINK -DBOOST_SERIALIZATION_DYN_LINK -I/usr/include/postgresql -I/home/nschrick/ag_parallel/src -isystem /home/nschrick/pkg/boost/1.77.0/include -isystem /storage/home/nschrick/pkg/openmpi/4.1.2/include -isystem /home/nschrick/pkg/openmpi/4.1.2/include -std=c++14 -fopenmp -g -g -O0 -ggdb -Wall -fopenmp -pedantic -pthread -o CMakeFiles/ag_gen.dir/src/ag_gen/ag_gen.cpp.o -c /home/nschrick/ag_parallel/src/ag_gen/ag_gen.cpp", - "file": "/home/nschrick/ag_parallel/src/ag_gen/ag_gen.cpp" + "directory": "/home/noah/Documents/School/Thesis Work/ag_parallel/build", + "command": "/usr/bin/c++ -DBOOST_MPI_DYN_LINK -DBOOST_MPI_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -I/usr/include/postgresql -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/src\" -std=c++14 -fopenmp -DREDIS -g -g -O0 -ggdb -Wall -fopenmp -pedantic -pthread -o CMakeFiles/ag_gen.dir/src/ag_gen/ag_gen.cpp.o -c \"/home/noah/Documents/School/Thesis Work/ag_parallel/src/ag_gen/ag_gen.cpp\"", + "file": "/home/noah/Documents/School/Thesis Work/ag_parallel/src/ag_gen/ag_gen.cpp" }, { - "directory": "/home/nschrick/ag_parallel/build", - "command": "/opt/apps/gcc/8.2.0/bin/g++ -DBOOST_ALL_NO_LIB -DBOOST_MPI_DYN_LINK -DBOOST_SERIALIZATION_DYN_LINK -I/usr/include/postgresql -I/home/nschrick/ag_parallel/src -isystem /home/nschrick/pkg/boost/1.77.0/include -isystem /storage/home/nschrick/pkg/openmpi/4.1.2/include -isystem /home/nschrick/pkg/openmpi/4.1.2/include -std=c++14 -fopenmp -g -g -O0 -ggdb -Wall -fopenmp -pedantic -pthread -o CMakeFiles/ag_gen.dir/src/ag_gen/asset.cpp.o -c /home/nschrick/ag_parallel/src/ag_gen/asset.cpp", - "file": "/home/nschrick/ag_parallel/src/ag_gen/asset.cpp" + "directory": "/home/noah/Documents/School/Thesis Work/ag_parallel/build", + "command": "/usr/bin/c++ -DBOOST_MPI_DYN_LINK -DBOOST_MPI_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -I/usr/include/postgresql -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/src\" -std=c++14 -fopenmp -DREDIS -g -g -O0 -ggdb -Wall -fopenmp -pedantic -pthread -o CMakeFiles/ag_gen.dir/src/ag_gen/asset.cpp.o -c \"/home/noah/Documents/School/Thesis Work/ag_parallel/src/ag_gen/asset.cpp\"", + "file": "/home/noah/Documents/School/Thesis Work/ag_parallel/src/ag_gen/asset.cpp" }, { - "directory": "/home/nschrick/ag_parallel/build", - "command": "/opt/apps/gcc/8.2.0/bin/g++ -DBOOST_ALL_NO_LIB -DBOOST_MPI_DYN_LINK -DBOOST_SERIALIZATION_DYN_LINK -I/usr/include/postgresql -I/home/nschrick/ag_parallel/src -isystem /home/nschrick/pkg/boost/1.77.0/include -isystem /storage/home/nschrick/pkg/openmpi/4.1.2/include -isystem /home/nschrick/pkg/openmpi/4.1.2/include -std=c++14 -fopenmp -g -g -O0 -ggdb -Wall -fopenmp -pedantic -pthread -o CMakeFiles/ag_gen.dir/src/ag_gen/assetgroup.cpp.o -c /home/nschrick/ag_parallel/src/ag_gen/assetgroup.cpp", - "file": "/home/nschrick/ag_parallel/src/ag_gen/assetgroup.cpp" + "directory": "/home/noah/Documents/School/Thesis Work/ag_parallel/build", + "command": "/usr/bin/c++ -DBOOST_MPI_DYN_LINK -DBOOST_MPI_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -I/usr/include/postgresql -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/src\" -std=c++14 -fopenmp -DREDIS -g -g -O0 -ggdb -Wall -fopenmp -pedantic -pthread -o CMakeFiles/ag_gen.dir/src/ag_gen/assetgroup.cpp.o -c \"/home/noah/Documents/School/Thesis Work/ag_parallel/src/ag_gen/assetgroup.cpp\"", + "file": "/home/noah/Documents/School/Thesis Work/ag_parallel/src/ag_gen/assetgroup.cpp" }, { - "directory": "/home/nschrick/ag_parallel/build", - "command": "/opt/apps/gcc/8.2.0/bin/g++ -DBOOST_ALL_NO_LIB -DBOOST_MPI_DYN_LINK -DBOOST_SERIALIZATION_DYN_LINK -I/usr/include/postgresql -I/home/nschrick/ag_parallel/src -isystem /home/nschrick/pkg/boost/1.77.0/include -isystem /storage/home/nschrick/pkg/openmpi/4.1.2/include -isystem /home/nschrick/pkg/openmpi/4.1.2/include -std=c++14 -fopenmp -g -g -O0 -ggdb -Wall -fopenmp -pedantic -pthread -o CMakeFiles/ag_gen.dir/src/ag_gen/edge.cpp.o -c /home/nschrick/ag_parallel/src/ag_gen/edge.cpp", - "file": "/home/nschrick/ag_parallel/src/ag_gen/edge.cpp" + "directory": "/home/noah/Documents/School/Thesis Work/ag_parallel/build", + "command": "/usr/bin/c++ -DBOOST_MPI_DYN_LINK -DBOOST_MPI_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -I/usr/include/postgresql -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/src\" -std=c++14 -fopenmp -DREDIS -g -g -O0 -ggdb -Wall -fopenmp -pedantic -pthread -o CMakeFiles/ag_gen.dir/src/ag_gen/edge.cpp.o -c \"/home/noah/Documents/School/Thesis Work/ag_parallel/src/ag_gen/edge.cpp\"", + "file": "/home/noah/Documents/School/Thesis Work/ag_parallel/src/ag_gen/edge.cpp" }, { - "directory": "/home/nschrick/ag_parallel/build", - "command": "/opt/apps/gcc/8.2.0/bin/g++ -DBOOST_ALL_NO_LIB -DBOOST_MPI_DYN_LINK -DBOOST_SERIALIZATION_DYN_LINK -I/usr/include/postgresql -I/home/nschrick/ag_parallel/src -isystem /home/nschrick/pkg/boost/1.77.0/include -isystem /storage/home/nschrick/pkg/openmpi/4.1.2/include -isystem /home/nschrick/pkg/openmpi/4.1.2/include -std=c++14 -fopenmp -g -g -O0 -ggdb -Wall -fopenmp -pedantic -pthread -o CMakeFiles/ag_gen.dir/src/ag_gen/exploit.cpp.o -c /home/nschrick/ag_parallel/src/ag_gen/exploit.cpp", - "file": "/home/nschrick/ag_parallel/src/ag_gen/exploit.cpp" + "directory": "/home/noah/Documents/School/Thesis Work/ag_parallel/build", + "command": "/usr/bin/c++ -DBOOST_MPI_DYN_LINK -DBOOST_MPI_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -I/usr/include/postgresql -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/src\" -std=c++14 -fopenmp -DREDIS -g -g -O0 -ggdb -Wall -fopenmp -pedantic -pthread -o CMakeFiles/ag_gen.dir/src/ag_gen/exploit.cpp.o -c \"/home/noah/Documents/School/Thesis Work/ag_parallel/src/ag_gen/exploit.cpp\"", + "file": "/home/noah/Documents/School/Thesis Work/ag_parallel/src/ag_gen/exploit.cpp" }, { - "directory": "/home/nschrick/ag_parallel/build", - "command": "/opt/apps/gcc/8.2.0/bin/g++ -DBOOST_ALL_NO_LIB -DBOOST_MPI_DYN_LINK -DBOOST_SERIALIZATION_DYN_LINK -I/usr/include/postgresql -I/home/nschrick/ag_parallel/src -isystem /home/nschrick/pkg/boost/1.77.0/include -isystem /storage/home/nschrick/pkg/openmpi/4.1.2/include -isystem /home/nschrick/pkg/openmpi/4.1.2/include -std=c++14 -fopenmp -g -g -O0 -ggdb -Wall -fopenmp -pedantic -pthread -o CMakeFiles/ag_gen.dir/src/ag_gen/factbase.cpp.o -c /home/nschrick/ag_parallel/src/ag_gen/factbase.cpp", - "file": "/home/nschrick/ag_parallel/src/ag_gen/factbase.cpp" + "directory": "/home/noah/Documents/School/Thesis Work/ag_parallel/build", + "command": "/usr/bin/c++ -DBOOST_MPI_DYN_LINK -DBOOST_MPI_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -I/usr/include/postgresql -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/src\" -std=c++14 -fopenmp -DREDIS -g -g -O0 -ggdb -Wall -fopenmp -pedantic -pthread -o CMakeFiles/ag_gen.dir/src/ag_gen/factbase.cpp.o -c \"/home/noah/Documents/School/Thesis Work/ag_parallel/src/ag_gen/factbase.cpp\"", + "file": "/home/noah/Documents/School/Thesis Work/ag_parallel/src/ag_gen/factbase.cpp" }, { - "directory": "/home/nschrick/ag_parallel/build", - "command": "/opt/apps/gcc/8.2.0/bin/g++ -DBOOST_ALL_NO_LIB -DBOOST_MPI_DYN_LINK -DBOOST_SERIALIZATION_DYN_LINK -I/usr/include/postgresql -I/home/nschrick/ag_parallel/src -isystem /home/nschrick/pkg/boost/1.77.0/include -isystem /storage/home/nschrick/pkg/openmpi/4.1.2/include -isystem /home/nschrick/pkg/openmpi/4.1.2/include -std=c++14 -fopenmp -g -g -O0 -ggdb -Wall -fopenmp -pedantic -pthread -o CMakeFiles/ag_gen.dir/src/ag_gen/network_state.cpp.o -c /home/nschrick/ag_parallel/src/ag_gen/network_state.cpp", - "file": "/home/nschrick/ag_parallel/src/ag_gen/network_state.cpp" + "directory": "/home/noah/Documents/School/Thesis Work/ag_parallel/build", + "command": "/usr/bin/c++ -DBOOST_MPI_DYN_LINK -DBOOST_MPI_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -I/usr/include/postgresql -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/src\" -std=c++14 -fopenmp -DREDIS -g -g -O0 -ggdb -Wall -fopenmp -pedantic -pthread -o CMakeFiles/ag_gen.dir/src/ag_gen/network_state.cpp.o -c \"/home/noah/Documents/School/Thesis Work/ag_parallel/src/ag_gen/network_state.cpp\"", + "file": "/home/noah/Documents/School/Thesis Work/ag_parallel/src/ag_gen/network_state.cpp" }, { - "directory": "/home/nschrick/ag_parallel/build", - "command": "/opt/apps/gcc/8.2.0/bin/g++ -DBOOST_ALL_NO_LIB -DBOOST_MPI_DYN_LINK -DBOOST_SERIALIZATION_DYN_LINK -I/usr/include/postgresql -I/home/nschrick/ag_parallel/src -isystem /home/nschrick/pkg/boost/1.77.0/include -isystem /storage/home/nschrick/pkg/openmpi/4.1.2/include -isystem /home/nschrick/pkg/openmpi/4.1.2/include -std=c++14 -fopenmp -g -g -O0 -ggdb -Wall -fopenmp -pedantic -pthread -o CMakeFiles/ag_gen.dir/src/ag_gen/quality.cpp.o -c /home/nschrick/ag_parallel/src/ag_gen/quality.cpp", - "file": "/home/nschrick/ag_parallel/src/ag_gen/quality.cpp" + "directory": "/home/noah/Documents/School/Thesis Work/ag_parallel/build", + "command": "/usr/bin/c++ -DBOOST_MPI_DYN_LINK -DBOOST_MPI_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -I/usr/include/postgresql -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/src\" -std=c++14 -fopenmp -DREDIS -g -g -O0 -ggdb -Wall -fopenmp -pedantic -pthread -o CMakeFiles/ag_gen.dir/src/ag_gen/quality.cpp.o -c \"/home/noah/Documents/School/Thesis Work/ag_parallel/src/ag_gen/quality.cpp\"", + "file": "/home/noah/Documents/School/Thesis Work/ag_parallel/src/ag_gen/quality.cpp" }, { - "directory": "/home/nschrick/ag_parallel/build", - "command": "/opt/apps/gcc/8.2.0/bin/g++ -DBOOST_ALL_NO_LIB -DBOOST_MPI_DYN_LINK -DBOOST_SERIALIZATION_DYN_LINK -I/usr/include/postgresql -I/home/nschrick/ag_parallel/src -isystem /home/nschrick/pkg/boost/1.77.0/include -isystem /storage/home/nschrick/pkg/openmpi/4.1.2/include -isystem /home/nschrick/pkg/openmpi/4.1.2/include -std=c++14 -fopenmp -g -g -O0 -ggdb -Wall -fopenmp -pedantic -pthread -o CMakeFiles/ag_gen.dir/src/ag_gen/topology.cpp.o -c /home/nschrick/ag_parallel/src/ag_gen/topology.cpp", - "file": "/home/nschrick/ag_parallel/src/ag_gen/topology.cpp" + "directory": "/home/noah/Documents/School/Thesis Work/ag_parallel/build", + "command": "/usr/bin/c++ -DBOOST_MPI_DYN_LINK -DBOOST_MPI_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -I/usr/include/postgresql -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/src\" -std=c++14 -fopenmp -DREDIS -g -g -O0 -ggdb -Wall -fopenmp -pedantic -pthread -o CMakeFiles/ag_gen.dir/src/ag_gen/topology.cpp.o -c \"/home/noah/Documents/School/Thesis Work/ag_parallel/src/ag_gen/topology.cpp\"", + "file": "/home/noah/Documents/School/Thesis Work/ag_parallel/src/ag_gen/topology.cpp" }, { - "directory": "/home/nschrick/ag_parallel/build", - "command": "/opt/apps/gcc/8.2.0/bin/g++ -DBOOST_ALL_NO_LIB -DBOOST_MPI_DYN_LINK -DBOOST_SERIALIZATION_DYN_LINK -I/usr/include/postgresql -I/home/nschrick/ag_parallel/src -isystem /home/nschrick/pkg/boost/1.77.0/include -isystem /storage/home/nschrick/pkg/openmpi/4.1.2/include -isystem /home/nschrick/pkg/openmpi/4.1.2/include -std=c++14 -fopenmp -g -g -O0 -ggdb -Wall -fopenmp -pedantic -pthread -o CMakeFiles/ag_gen.dir/src/util/avail_mem.cpp.o -c /home/nschrick/ag_parallel/src/util/avail_mem.cpp", - "file": "/home/nschrick/ag_parallel/src/util/avail_mem.cpp" + "directory": "/home/noah/Documents/School/Thesis Work/ag_parallel/build", + "command": "/usr/bin/c++ -DBOOST_MPI_DYN_LINK -DBOOST_MPI_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -I/usr/include/postgresql -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/src\" -std=c++14 -fopenmp -DREDIS -g -g -O0 -ggdb -Wall -fopenmp -pedantic -pthread -o CMakeFiles/ag_gen.dir/src/util/avail_mem.cpp.o -c \"/home/noah/Documents/School/Thesis Work/ag_parallel/src/util/avail_mem.cpp\"", + "file": "/home/noah/Documents/School/Thesis Work/ag_parallel/src/util/avail_mem.cpp" }, { - "directory": "/home/nschrick/ag_parallel/build", - "command": "/opt/apps/gcc/8.2.0/bin/gcc -DBOOST_ALL_NO_LIB -DBOOST_MPI_DYN_LINK -DBOOST_SERIALIZATION_DYN_LINK -I/usr/include/postgresql -I/home/nschrick/ag_parallel/src -isystem /home/nschrick/pkg/boost/1.77.0/include -isystem /storage/home/nschrick/pkg/openmpi/4.1.2/include -isystem /home/nschrick/pkg/openmpi/4.1.2/include -g -pthread -o CMakeFiles/ag_gen.dir/src/util/build_sql.c.o -c /home/nschrick/ag_parallel/src/util/build_sql.c", - "file": "/home/nschrick/ag_parallel/src/util/build_sql.c" + "directory": "/home/noah/Documents/School/Thesis Work/ag_parallel/build", + "command": "/usr/bin/cc -DBOOST_MPI_DYN_LINK -DBOOST_MPI_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -I/usr/include/postgresql -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/src\" -g -pthread -o CMakeFiles/ag_gen.dir/src/util/build_sql.c.o -c \"/home/noah/Documents/School/Thesis Work/ag_parallel/src/util/build_sql.c\"", + "file": "/home/noah/Documents/School/Thesis Work/ag_parallel/src/util/build_sql.c" }, { - "directory": "/home/nschrick/ag_parallel/build", - "command": "/opt/apps/gcc/8.2.0/bin/g++ -DBOOST_ALL_NO_LIB -DBOOST_MPI_DYN_LINK -DBOOST_SERIALIZATION_DYN_LINK -I/usr/include/postgresql -I/home/nschrick/ag_parallel/src -isystem /home/nschrick/pkg/boost/1.77.0/include -isystem /storage/home/nschrick/pkg/openmpi/4.1.2/include -isystem /home/nschrick/pkg/openmpi/4.1.2/include -std=c++14 -fopenmp -g -g -O0 -ggdb -Wall -fopenmp -pedantic -pthread -o CMakeFiles/ag_gen.dir/src/util/common.cpp.o -c /home/nschrick/ag_parallel/src/util/common.cpp", - "file": "/home/nschrick/ag_parallel/src/util/common.cpp" + "directory": "/home/noah/Documents/School/Thesis Work/ag_parallel/build", + "command": "/usr/bin/c++ -DBOOST_MPI_DYN_LINK -DBOOST_MPI_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -I/usr/include/postgresql -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/src\" -std=c++14 -fopenmp -DREDIS -g -g -O0 -ggdb -Wall -fopenmp -pedantic -pthread -o CMakeFiles/ag_gen.dir/src/util/common.cpp.o -c \"/home/noah/Documents/School/Thesis Work/ag_parallel/src/util/common.cpp\"", + "file": "/home/noah/Documents/School/Thesis Work/ag_parallel/src/util/common.cpp" }, { - "directory": "/home/nschrick/ag_parallel/build", - "command": "/opt/apps/gcc/8.2.0/bin/g++ -DBOOST_ALL_NO_LIB -DBOOST_MPI_DYN_LINK -DBOOST_SERIALIZATION_DYN_LINK -I/usr/include/postgresql -I/home/nschrick/ag_parallel/src -isystem /home/nschrick/pkg/boost/1.77.0/include -isystem /storage/home/nschrick/pkg/openmpi/4.1.2/include -isystem /home/nschrick/pkg/openmpi/4.1.2/include -std=c++14 -fopenmp -g -g -O0 -ggdb -Wall -fopenmp -pedantic -pthread -o CMakeFiles/ag_gen.dir/src/util/db_functions.cpp.o -c /home/nschrick/ag_parallel/src/util/db_functions.cpp", - "file": "/home/nschrick/ag_parallel/src/util/db_functions.cpp" + "directory": "/home/noah/Documents/School/Thesis Work/ag_parallel/build", + "command": "/usr/bin/c++ -DBOOST_MPI_DYN_LINK -DBOOST_MPI_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -I/usr/include/postgresql -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/src\" -std=c++14 -fopenmp -DREDIS -g -g -O0 -ggdb -Wall -fopenmp -pedantic -pthread -o CMakeFiles/ag_gen.dir/src/util/db_functions.cpp.o -c \"/home/noah/Documents/School/Thesis Work/ag_parallel/src/util/db_functions.cpp\"", + "file": "/home/noah/Documents/School/Thesis Work/ag_parallel/src/util/db_functions.cpp" }, { - "directory": "/home/nschrick/ag_parallel/build", - "command": "/opt/apps/gcc/8.2.0/bin/gcc -DBOOST_ALL_NO_LIB -DBOOST_MPI_DYN_LINK -DBOOST_SERIALIZATION_DYN_LINK -I/usr/include/postgresql -I/home/nschrick/ag_parallel/src -isystem /home/nschrick/pkg/boost/1.77.0/include -isystem /storage/home/nschrick/pkg/openmpi/4.1.2/include -isystem /home/nschrick/pkg/openmpi/4.1.2/include -g -pthread -o CMakeFiles/ag_gen.dir/src/util/hash.c.o -c /home/nschrick/ag_parallel/src/util/hash.c", - "file": "/home/nschrick/ag_parallel/src/util/hash.c" + "directory": "/home/noah/Documents/School/Thesis Work/ag_parallel/build", + "command": "/usr/bin/cc -DBOOST_MPI_DYN_LINK -DBOOST_MPI_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -I/usr/include/postgresql -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/src\" -g -pthread -o CMakeFiles/ag_gen.dir/src/util/hash.c.o -c \"/home/noah/Documents/School/Thesis Work/ag_parallel/src/util/hash.c\"", + "file": "/home/noah/Documents/School/Thesis Work/ag_parallel/src/util/hash.c" }, { - "directory": "/home/nschrick/ag_parallel/build", - "command": "/opt/apps/gcc/8.2.0/bin/gcc -DBOOST_ALL_NO_LIB -DBOOST_MPI_DYN_LINK -DBOOST_SERIALIZATION_DYN_LINK -I/usr/include/postgresql -I/home/nschrick/ag_parallel/src -isystem /home/nschrick/pkg/boost/1.77.0/include -isystem /storage/home/nschrick/pkg/openmpi/4.1.2/include -isystem /home/nschrick/pkg/openmpi/4.1.2/include -g -pthread -o CMakeFiles/ag_gen.dir/src/util/list.c.o -c /home/nschrick/ag_parallel/src/util/list.c", - "file": "/home/nschrick/ag_parallel/src/util/list.c" + "directory": "/home/noah/Documents/School/Thesis Work/ag_parallel/build", + "command": "/usr/bin/cc -DBOOST_MPI_DYN_LINK -DBOOST_MPI_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -I/usr/include/postgresql -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/src\" -g -pthread -o CMakeFiles/ag_gen.dir/src/util/list.c.o -c \"/home/noah/Documents/School/Thesis Work/ag_parallel/src/util/list.c\"", + "file": "/home/noah/Documents/School/Thesis Work/ag_parallel/src/util/list.c" }, { - "directory": "/home/nschrick/ag_parallel/build", - "command": "/opt/apps/gcc/8.2.0/bin/gcc -DBOOST_ALL_NO_LIB -DBOOST_MPI_DYN_LINK -DBOOST_SERIALIZATION_DYN_LINK -I/usr/include/postgresql -I/home/nschrick/ag_parallel/src -isystem /home/nschrick/pkg/boost/1.77.0/include -isystem /storage/home/nschrick/pkg/openmpi/4.1.2/include -isystem /home/nschrick/pkg/openmpi/4.1.2/include -g -pthread -o CMakeFiles/ag_gen.dir/src/util/mem.c.o -c /home/nschrick/ag_parallel/src/util/mem.c", - "file": "/home/nschrick/ag_parallel/src/util/mem.c" + "directory": "/home/noah/Documents/School/Thesis Work/ag_parallel/build", + "command": "/usr/bin/cc -DBOOST_MPI_DYN_LINK -DBOOST_MPI_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -I/usr/include/postgresql -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/src\" -g -pthread -o CMakeFiles/ag_gen.dir/src/util/mem.c.o -c \"/home/noah/Documents/School/Thesis Work/ag_parallel/src/util/mem.c\"", + "file": "/home/noah/Documents/School/Thesis Work/ag_parallel/src/util/mem.c" }, { - "directory": "/home/nschrick/ag_parallel/build", - "command": "/opt/apps/gcc/8.2.0/bin/g++ -DBOOST_ALL_NO_LIB -DBOOST_MPI_DYN_LINK -DBOOST_SERIALIZATION_DYN_LINK -I/usr/include/postgresql -I/home/nschrick/ag_parallel/src -isystem /home/nschrick/pkg/boost/1.77.0/include -isystem /storage/home/nschrick/pkg/openmpi/4.1.2/include -isystem /home/nschrick/pkg/openmpi/4.1.2/include -std=c++14 -fopenmp -g -g -O0 -ggdb -Wall -fopenmp -pedantic -pthread -o CMakeFiles/ag_gen.dir/src/util/redis_manager.cpp.o -c /home/nschrick/ag_parallel/src/util/redis_manager.cpp", - "file": "/home/nschrick/ag_parallel/src/util/redis_manager.cpp" + "directory": "/home/noah/Documents/School/Thesis Work/ag_parallel/build", + "command": "/usr/bin/c++ -DBOOST_MPI_DYN_LINK -DBOOST_MPI_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -I/usr/include/postgresql -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/src\" -std=c++14 -fopenmp -DREDIS -g -g -O0 -ggdb -Wall -fopenmp -pedantic -pthread -o CMakeFiles/ag_gen.dir/src/util/redis_manager.cpp.o -c \"/home/noah/Documents/School/Thesis Work/ag_parallel/src/util/redis_manager.cpp\"", + "file": "/home/noah/Documents/School/Thesis Work/ag_parallel/src/util/redis_manager.cpp" }, { - "directory": "/home/nschrick/ag_parallel/build", - "command": "/opt/apps/gcc/8.2.0/bin/gcc -DBOOST_ALL_NO_LIB -DBOOST_MPI_DYN_LINK -DBOOST_SERIALIZATION_DYN_LINK -I/usr/include/postgresql -I/home/nschrick/ag_parallel/src -isystem /home/nschrick/pkg/boost/1.77.0/include -isystem /storage/home/nschrick/pkg/openmpi/4.1.2/include -isystem /home/nschrick/pkg/openmpi/4.1.2/include -g -pthread -o CMakeFiles/ag_gen.dir/src/util/str_array.c.o -c /home/nschrick/ag_parallel/src/util/str_array.c", - "file": "/home/nschrick/ag_parallel/src/util/str_array.c" + "directory": "/home/noah/Documents/School/Thesis Work/ag_parallel/build", + "command": "/usr/bin/cc -DBOOST_MPI_DYN_LINK -DBOOST_MPI_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -I/usr/include/postgresql -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/src\" -g -pthread -o CMakeFiles/ag_gen.dir/src/util/str_array.c.o -c \"/home/noah/Documents/School/Thesis Work/ag_parallel/src/util/str_array.c\"", + "file": "/home/noah/Documents/School/Thesis Work/ag_parallel/src/util/str_array.c" }, { - "directory": "/home/nschrick/ag_parallel/build", - "command": "/opt/apps/gcc/8.2.0/bin/gcc -DBOOST_ALL_NO_LIB -DBOOST_MPI_DYN_LINK -DBOOST_SERIALIZATION_DYN_LINK -I/usr/include/postgresql -I/home/nschrick/ag_parallel/src -isystem /home/nschrick/pkg/boost/1.77.0/include -isystem /storage/home/nschrick/pkg/openmpi/4.1.2/include -isystem /home/nschrick/pkg/openmpi/4.1.2/include -g -pthread -o CMakeFiles/ag_gen.dir/src/util/vector.c.o -c /home/nschrick/ag_parallel/src/util/vector.c", - "file": "/home/nschrick/ag_parallel/src/util/vector.c" + "directory": "/home/noah/Documents/School/Thesis Work/ag_parallel/build", + "command": "/usr/bin/cc -DBOOST_MPI_DYN_LINK -DBOOST_MPI_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -I/usr/include/postgresql -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/src\" -g -pthread -o CMakeFiles/ag_gen.dir/src/util/vector.c.o -c \"/home/noah/Documents/School/Thesis Work/ag_parallel/src/util/vector.c\"", + "file": "/home/noah/Documents/School/Thesis Work/ag_parallel/src/util/vector.c" }, { - "directory": "/home/nschrick/ag_parallel/build", - "command": "/opt/apps/gcc/8.2.0/bin/g++ -DBOOST_ALL_NO_LIB -DBOOST_MPI_DYN_LINK -DBOOST_SERIALIZATION_DYN_LINK -I/usr/include/postgresql -I/home/nschrick/ag_parallel/src -isystem /home/nschrick/pkg/boost/1.77.0/include -isystem /storage/home/nschrick/pkg/openmpi/4.1.2/include -isystem /home/nschrick/pkg/openmpi/4.1.2/include -std=c++14 -fopenmp -g -g -O0 -ggdb -Wall -fopenmp -pedantic -pthread -o CMakeFiles/ag_gen.dir/src/mpi/serialize.cpp.o -c /home/nschrick/ag_parallel/src/mpi/serialize.cpp", - "file": "/home/nschrick/ag_parallel/src/mpi/serialize.cpp" + "directory": "/home/noah/Documents/School/Thesis Work/ag_parallel/build", + "command": "/usr/bin/c++ -DBOOST_MPI_DYN_LINK -DBOOST_MPI_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -I/usr/include/postgresql -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/src\" -std=c++14 -fopenmp -DREDIS -g -g -O0 -ggdb -Wall -fopenmp -pedantic -pthread -o CMakeFiles/ag_gen.dir/src/mpi/serialize.cpp.o -c \"/home/noah/Documents/School/Thesis Work/ag_parallel/src/mpi/serialize.cpp\"", + "file": "/home/noah/Documents/School/Thesis Work/ag_parallel/src/mpi/serialize.cpp" }, { - "directory": "/home/nschrick/ag_parallel/build", - "command": "/opt/apps/gcc/8.2.0/bin/g++ -DBOOST_ALL_NO_LIB -DBOOST_MPI_DYN_LINK -DBOOST_SERIALIZATION_DYN_LINK -I/usr/include/postgresql -I/home/nschrick/ag_parallel/src -isystem /home/nschrick/pkg/boost/1.77.0/include -isystem /storage/home/nschrick/pkg/openmpi/4.1.2/include -isystem /home/nschrick/pkg/openmpi/4.1.2/include -std=c++14 -fopenmp -g -g -O0 -ggdb -Wall -fopenmp -pedantic -pthread -o CMakeFiles/ag_gen.dir/src/mpi/tasks.cpp.o -c /home/nschrick/ag_parallel/src/mpi/tasks.cpp", - "file": "/home/nschrick/ag_parallel/src/mpi/tasks.cpp" + "directory": "/home/noah/Documents/School/Thesis Work/ag_parallel/build", + "command": "/usr/bin/c++ -DBOOST_MPI_DYN_LINK -DBOOST_MPI_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -I/usr/include/postgresql -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/src\" -std=c++14 -fopenmp -DREDIS -g -g -O0 -ggdb -Wall -fopenmp -pedantic -pthread -o CMakeFiles/ag_gen.dir/src/mpi/tasks.cpp.o -c \"/home/noah/Documents/School/Thesis Work/ag_parallel/src/mpi/tasks.cpp\"", + "file": "/home/noah/Documents/School/Thesis Work/ag_parallel/src/mpi/tasks.cpp" +}, +{ + "directory": "/home/noah/Documents/School/Thesis Work/ag_parallel/build", + "command": "/usr/bin/cc -I/usr/include/postgresql -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/src\" -g -o CMakeFiles/dynstr_test.dir/src/util/mem.c.o -c \"/home/noah/Documents/School/Thesis Work/ag_parallel/src/util/mem.c\"", + "file": "/home/noah/Documents/School/Thesis Work/ag_parallel/src/util/mem.c" +}, +{ + "directory": "/home/noah/Documents/School/Thesis Work/ag_parallel/build", + "command": "/usr/bin/cc -I/usr/include/postgresql -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/src\" -g -o CMakeFiles/dynstr_test.dir/src/tests/mem_test.c.o -c \"/home/noah/Documents/School/Thesis Work/ag_parallel/src/tests/mem_test.c\"", + "file": "/home/noah/Documents/School/Thesis Work/ag_parallel/src/tests/mem_test.c" } ] \ No newline at end of file diff --git a/build/run.sh b/build/run.sh index a26141b..d19de35 100755 --- a/build/run.sh +++ b/build/run.sh @@ -8,6 +8,7 @@ DBNAME=${4:-tmp} NUM_THREADS=${5:-1} NODES=${6:-2} MPI_TYPE=${7-subgraphing} +#MPI_TYPE=${7:-serial} ITFC="eth0" diff --git a/build/states.txt b/build/states.txt index cda7e13..95db5ea 100644 --- a/build/states.txt +++ b/build/states.txt @@ -8768,2398 +8768,6 @@ Topologies: 1 1: is_critical=true 0 2 1: road ID: 167 -Qualities: 47 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 168 -Qualities: 47 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 169 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 170 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 171 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 172 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 173 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 174 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 175 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 176 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 177 -Qualities: 47 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 178 -Qualities: 47 -Topologies: 1 - -0: brake_months=1 -0: exhaust_months=13 -0: ac_odometer=130000 -0: vacuum_odometer=130000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=13 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=1 -1: exhaust_months=13 -1: ac_odometer=130000 -1: vacuum_odometer=130000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=13 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 179 -Qualities: 47 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 180 -Qualities: 47 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 181 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 182 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 183 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 184 -Qualities: 47 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 185 -Qualities: 47 -Topologies: 1 - -0: brake_months=1 -0: exhaust_months=13 -0: ac_odometer=130000 -0: vacuum_odometer=130000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=13 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=1 -1: exhaust_months=13 -1: ac_odometer=130000 -1: vacuum_odometer=130000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=13 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 186 -Qualities: 47 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 187 -Qualities: 47 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 188 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 189 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 190 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 191 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 192 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 193 -Qualities: 47 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 194 -Qualities: 47 -Topologies: 1 - -0: brake_months=1 -0: exhaust_months=13 -0: ac_odometer=130000 -0: vacuum_odometer=130000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=13 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=1 -1: exhaust_months=13 -1: ac_odometer=130000 -1: vacuum_odometer=130000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=13 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 195 -Qualities: 47 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 196 -Qualities: 47 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 197 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 198 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 199 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 200 -Qualities: 47 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 201 -Qualities: 47 -Topologies: 1 - -0: brake_months=1 -0: exhaust_months=13 -0: ac_odometer=130000 -0: vacuum_odometer=130000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=13 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=1 -1: exhaust_months=13 -1: ac_odometer=130000 -1: vacuum_odometer=130000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=13 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 202 -Qualities: 47 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 203 -Qualities: 47 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 204 -Qualities: 47 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=6 -0: ac_odometer=60000 -0: vacuum_odometer=60000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=6 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=6 -1: ac_odometer=60000 -1: vacuum_odometer=60000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=6 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 205 -Qualities: 47 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=6 -0: ac_odometer=60000 -0: vacuum_odometer=60000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=6 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=6 -1: ac_odometer=60000 -1: vacuum_odometer=60000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=6 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 206 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=6 -0: ac_odometer=60000 -0: vacuum_odometer=60000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=6 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=6 -1: ac_odometer=60000 -1: vacuum_odometer=60000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=false -1: compliance_vio=false -1: TIME_ADVANCE_STEP=6 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -0 2 1: road -ID: 207 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=6 -0: ac_odometer=60000 -0: vacuum_odometer=60000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=6 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=6 -1: ac_odometer=60000 -1: vacuum_odometer=60000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=6 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -0 2 1: road -ID: 208 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=6 -0: ac_odometer=60000 -0: vacuum_odometer=60000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=6 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=6 -1: ac_odometer=60000 -1: vacuum_odometer=60000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=6 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -0 2 1: road -ID: 209 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=6 -0: ac_odometer=60000 -0: vacuum_odometer=60000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=6 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=6 -1: ac_odometer=60000 -1: vacuum_odometer=60000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=6 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -0 2 1: road -ID: 210 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=6 -0: ac_odometer=60000 -0: vacuum_odometer=60000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=6 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=6 -1: ac_odometer=60000 -1: vacuum_odometer=60000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=6 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -0 2 1: road -ID: 211 -Qualities: 47 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=6 -0: ac_odometer=60000 -0: vacuum_odometer=60000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=6 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=6 -1: ac_odometer=60000 -1: vacuum_odometer=60000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=6 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -0 2 1: road -ID: 212 -Qualities: 47 -Topologies: 1 - -0: brake_months=1 -0: exhaust_months=7 -0: ac_odometer=70000 -0: vacuum_odometer=70000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=7 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=1 -1: exhaust_months=7 -1: ac_odometer=70000 -1: vacuum_odometer=70000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=7 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -0 2 1: road -ID: 213 Qualities: 48 Topologies: 1 @@ -11212,7 +8820,7 @@ Topologies: 1 0: is_critical=true 1: is_critical=true 0 2 1: road -ID: 214 +ID: 168 Qualities: 48 Topologies: 1 @@ -11265,7 +8873,7 @@ Topologies: 1 0: is_critical=true 1: is_critical=true 0 2 1: road -ID: 215 +ID: 169 Qualities: 48 Topologies: 1 @@ -11318,7 +8926,7 @@ Topologies: 1 0: is_critical=true 1: is_critical=true 0 2 1: road -ID: 216 +ID: 170 Qualities: 48 Topologies: 1 @@ -11371,8 +8979,1984 @@ Topologies: 1 0: is_critical=true 1: is_critical=true 0 2 1: road -ID: 217 -Qualities: 46 +ID: 171 +Qualities: 47 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=true +0: exhaust_vio=false +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=true +1: ac_vio=true +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0 2 1: road +ID: 172 +Qualities: 47 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=true +1: exhaust_vio=true +1: ac_vio=true +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0 2 1: road +ID: 173 +Qualities: 47 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=true +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=true +1: ac_vio=true +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0 2 1: road +ID: 174 +Qualities: 47 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=true +0: exhaust_vio=true +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=true +1: ac_vio=true +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0 2 1: road +ID: 175 +Qualities: 47 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=true +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=true +1: exhaust_vio=true +1: ac_vio=true +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0 2 1: road +ID: 176 +Qualities: 47 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=true +0: exhaust_vio=true +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=true +1: exhaust_vio=true +1: ac_vio=true +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0 2 1: road +ID: 177 +Qualities: 47 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=true +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=0 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=true +1: ac_vio=true +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0 2 1: road +ID: 178 +Qualities: 47 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=true +0: exhaust_vio=true +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=0 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=true +1: ac_vio=true +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0 2 1: road +ID: 179 +Qualities: 47 +Topologies: 1 + +0: brake_months=0 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=true +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=0 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=true +1: ac_vio=true +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0 2 1: road +ID: 180 +Qualities: 47 +Topologies: 1 + +0: brake_months=1 +0: exhaust_months=13 +0: ac_odometer=130000 +0: vacuum_odometer=130000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=true +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=13 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=1 +1: exhaust_months=13 +1: ac_odometer=130000 +1: vacuum_odometer=130000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=true +1: ac_vio=true +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=13 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0 2 1: road +ID: 181 +Qualities: 47 +Topologies: 1 + +0: brake_months=0 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=true +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=true +1: exhaust_vio=true +1: ac_vio=true +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0 2 1: road +ID: 182 +Qualities: 47 +Topologies: 1 + +0: brake_months=0 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=true +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=true +1: ac_vio=true +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0 2 1: road +ID: 183 +Qualities: 47 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=true +0: exhaust_vio=false +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=true +1: exhaust_vio=true +1: ac_vio=true +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0 2 1: road +ID: 184 +Qualities: 47 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=0 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=true +1: ac_vio=true +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0 2 1: road +ID: 185 +Qualities: 47 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=true +0: exhaust_vio=false +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=0 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=true +1: ac_vio=true +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0 2 1: road +ID: 186 +Qualities: 47 +Topologies: 1 + +0: brake_months=0 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=0 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=true +1: ac_vio=true +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0 2 1: road +ID: 187 +Qualities: 47 +Topologies: 1 + +0: brake_months=1 +0: exhaust_months=13 +0: ac_odometer=130000 +0: vacuum_odometer=130000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=13 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=1 +1: exhaust_months=13 +1: ac_odometer=130000 +1: vacuum_odometer=130000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=true +1: ac_vio=true +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=13 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0 2 1: road +ID: 188 +Qualities: 47 +Topologies: 1 + +0: brake_months=0 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=true +1: exhaust_vio=true +1: ac_vio=true +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0 2 1: road +ID: 189 +Qualities: 47 +Topologies: 1 + +0: brake_months=0 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=true +1: ac_vio=true +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0 2 1: road +ID: 190 +Qualities: 47 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=true +0: exhaust_vio=true +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=true +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0 2 1: road +ID: 191 +Qualities: 47 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=true +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=true +1: exhaust_vio=false +1: ac_vio=true +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0 2 1: road +ID: 192 +Qualities: 47 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=true +0: exhaust_vio=true +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=true +1: exhaust_vio=false +1: ac_vio=true +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0 2 1: road +ID: 193 +Qualities: 47 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=true +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=0 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=true +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0 2 1: road +ID: 194 +Qualities: 47 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=true +0: exhaust_vio=true +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=0 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=true +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0 2 1: road +ID: 195 +Qualities: 47 +Topologies: 1 + +0: brake_months=0 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=true +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=0 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=true +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0 2 1: road +ID: 196 +Qualities: 47 +Topologies: 1 + +0: brake_months=1 +0: exhaust_months=13 +0: ac_odometer=130000 +0: vacuum_odometer=130000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=true +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=13 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=1 +1: exhaust_months=13 +1: ac_odometer=130000 +1: vacuum_odometer=130000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=true +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=13 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0 2 1: road +ID: 197 +Qualities: 47 +Topologies: 1 + +0: brake_months=0 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=true +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=true +1: exhaust_vio=false +1: ac_vio=true +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0 2 1: road +ID: 198 +Qualities: 47 +Topologies: 1 + +0: brake_months=0 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=true +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=true +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0 2 1: road +ID: 199 +Qualities: 47 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=true +0: exhaust_vio=false +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=true +1: exhaust_vio=false +1: ac_vio=true +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0 2 1: road +ID: 200 +Qualities: 47 +Topologies: 1 + +0: brake_months=0 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=true +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0 2 1: road +ID: 201 +Qualities: 47 +Topologies: 1 + +0: brake_months=0 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=true +1: exhaust_vio=false +1: ac_vio=true +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0 2 1: road +ID: 202 +Qualities: 47 +Topologies: 1 + +0: brake_months=0 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=true +1: vacuum_vio=true +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0 2 1: road +ID: 203 +Qualities: 47 +Topologies: 1 + +0: brake_months=0 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=true +1: exhaust_vio=false +1: ac_vio=true +1: vacuum_vio=true +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0 2 1: road +ID: 204 +Qualities: 47 +Topologies: 1 + +0: brake_months=0 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=0 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=true +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0 2 1: road +ID: 205 +Qualities: 47 +Topologies: 1 + +0: brake_months=1 +0: exhaust_months=13 +0: ac_odometer=130000 +0: vacuum_odometer=130000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=13 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=1 +1: exhaust_months=13 +1: ac_odometer=130000 +1: vacuum_odometer=130000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=true +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=13 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0 2 1: road +ID: 206 +Qualities: 47 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=true +0: exhaust_vio=false +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=0 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=true +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0 2 1: road +ID: 207 +Qualities: 47 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=0 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=true +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0 2 1: road +ID: 208 +Qualities: 47 +Topologies: 1 + +0: brake_months=0 +0: exhaust_months=6 +0: ac_odometer=60000 +0: vacuum_odometer=60000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=6 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=6 +1: ac_odometer=60000 +1: vacuum_odometer=60000 +1: engine=diesel +1: brake_vio=true +1: exhaust_vio=false +1: ac_vio=true +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=6 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0 2 1: road +ID: 209 +Qualities: 47 Topologies: 1 0: brake_months=6 @@ -11382,159 +10966,6 @@ Topologies: 1 0: engine=gas 0: brake_vio=true 0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=6 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=6 -1: ac_odometer=60000 -1: vacuum_odometer=60000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=6 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0 2 1: road -ID: 218 -Qualities: 46 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=6 -0: ac_odometer=60000 -0: vacuum_odometer=60000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=6 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=6 -1: ac_odometer=60000 -1: vacuum_odometer=60000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=false -1: compliance_vio=false -1: TIME_ADVANCE_STEP=6 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0 2 1: road -ID: 219 -Qualities: 46 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=6 -0: ac_odometer=60000 -0: vacuum_odometer=60000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=6 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=6 -1: ac_odometer=60000 -1: vacuum_odometer=60000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=6 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0 2 1: road -ID: 220 -Qualities: 47 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=6 -0: ac_odometer=60000 -0: vacuum_odometer=60000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false 0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true @@ -11576,11 +11007,11 @@ Topologies: 1 1: brakehoses_vio=false 0: is_critical=true 0 2 1: road -ID: 221 +ID: 210 Qualities: 47 Topologies: 1 -0: brake_months=0 +0: brake_months=6 0: exhaust_months=6 0: ac_odometer=60000 0: vacuum_odometer=60000 @@ -11628,7 +11059,267 @@ Topologies: 1 1: brakehoses_vio=false 0: is_critical=true 0 2 1: road -ID: 222 +ID: 211 +Qualities: 47 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=6 +0: ac_odometer=60000 +0: vacuum_odometer=60000 +0: engine=gas +0: brake_vio=true +0: exhaust_vio=false +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=6 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=6 +1: ac_odometer=60000 +1: vacuum_odometer=60000 +1: engine=diesel +1: brake_vio=true +1: exhaust_vio=false +1: ac_vio=false +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=6 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0: is_critical=true +0 2 1: road +ID: 212 +Qualities: 47 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=6 +0: ac_odometer=60000 +0: vacuum_odometer=60000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=6 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=0 +1: exhaust_months=6 +1: ac_odometer=60000 +1: vacuum_odometer=60000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=false +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=6 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0: is_critical=true +0 2 1: road +ID: 213 +Qualities: 47 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=6 +0: ac_odometer=60000 +0: vacuum_odometer=60000 +0: engine=gas +0: brake_vio=true +0: exhaust_vio=false +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=6 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=0 +1: exhaust_months=6 +1: ac_odometer=60000 +1: vacuum_odometer=60000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=false +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=6 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0: is_critical=true +0 2 1: road +ID: 214 +Qualities: 47 +Topologies: 1 + +0: brake_months=0 +0: exhaust_months=6 +0: ac_odometer=60000 +0: vacuum_odometer=60000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=6 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=0 +1: exhaust_months=6 +1: ac_odometer=60000 +1: vacuum_odometer=60000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=false +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=6 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0: is_critical=true +0 2 1: road +ID: 215 +Qualities: 47 +Topologies: 1 + +0: brake_months=1 +0: exhaust_months=7 +0: ac_odometer=70000 +0: vacuum_odometer=70000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=7 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=1 +1: exhaust_months=7 +1: ac_odometer=70000 +1: vacuum_odometer=70000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=false +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=7 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0: is_critical=true +0 2 1: road +ID: 216 Qualities: 47 Topologies: 1 @@ -11680,7 +11371,7 @@ Topologies: 1 1: brakehoses_vio=false 0: is_critical=true 0 2 1: road -ID: 223 +ID: 217 Qualities: 47 Topologies: 1 @@ -11732,7 +11423,7 @@ Topologies: 1 1: brakehoses_vio=false 0: is_critical=true 0 2 1: road -ID: 224 +ID: 218 Qualities: 47 Topologies: 1 @@ -11784,7 +11475,7 @@ Topologies: 1 1: brakehoses_vio=false 0: is_critical=true 0 2 1: road -ID: 225 +ID: 219 Qualities: 47 Topologies: 1 @@ -11836,7 +11527,7 @@ Topologies: 1 1: brakehoses_vio=false 0: is_critical=true 0 2 1: road -ID: 226 +ID: 220 Qualities: 47 Topologies: 1 @@ -11888,7 +11579,7 @@ Topologies: 1 1: brakehoses_vio=false 0: is_critical=true 0 2 1: road -ID: 227 +ID: 221 Qualities: 47 Topologies: 1 @@ -11940,7 +11631,7 @@ Topologies: 1 1: brakehoses_vio=false 0: is_critical=true 0 2 1: road -ID: 228 +ID: 222 Qualities: 47 Topologies: 1 @@ -11992,7 +11683,7 @@ Topologies: 1 1: brakehoses_vio=false 0: is_critical=true 0 2 1: road -ID: 229 +ID: 223 Qualities: 47 Topologies: 1 @@ -12044,7 +11735,7 @@ Topologies: 1 1: brakehoses_vio=false 0: is_critical=true 0 2 1: road -ID: 230 +ID: 224 Qualities: 47 Topologies: 1 @@ -12096,7 +11787,7 @@ Topologies: 1 1: brakehoses_vio=false 0: is_critical=true 0 2 1: road -ID: 231 +ID: 225 Qualities: 48 Topologies: 1 @@ -12149,7 +11840,7 @@ Topologies: 1 0: is_critical=true 1: is_critical=true 0 2 1: road -ID: 232 +ID: 226 Qualities: 48 Topologies: 1 @@ -12202,7 +11893,7 @@ Topologies: 1 0: is_critical=true 1: is_critical=true 0 2 1: road -ID: 233 +ID: 227 Qualities: 48 Topologies: 1 @@ -12255,6 +11946,324 @@ Topologies: 1 0: is_critical=true 1: is_critical=true 0 2 1: road +ID: 228 +Qualities: 48 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=true +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=false +1: vacuum_vio=true +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0: is_critical=true +1: is_critical=true +0 2 1: road +ID: 229 +Qualities: 48 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=true +1: ac_vio=false +1: vacuum_vio=true +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0: is_critical=true +1: is_critical=true +0 2 1: road +ID: 230 +Qualities: 48 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=true +0: exhaust_vio=false +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=true +1: ac_vio=false +1: vacuum_vio=true +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0: is_critical=true +1: is_critical=true +0 2 1: road +ID: 231 +Qualities: 48 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=true +1: exhaust_vio=true +1: ac_vio=false +1: vacuum_vio=true +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0: is_critical=true +1: is_critical=true +0 2 1: road +ID: 232 +Qualities: 48 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=true +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=true +1: ac_vio=false +1: vacuum_vio=true +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0: is_critical=true +1: is_critical=true +0 2 1: road +ID: 233 +Qualities: 48 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=true +0: exhaust_vio=true +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=true +1: ac_vio=false +1: vacuum_vio=true +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0: is_critical=true +1: is_critical=true +0 2 1: road ID: 234 Qualities: 48 Topologies: 1 @@ -12287,8 +12296,8 @@ Topologies: 1 1: ac_odometer=120000 1: vacuum_odometer=120000 1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false +1: brake_vio=true +1: exhaust_vio=true 1: ac_vio=false 1: vacuum_vio=true 1: compliance_vio=true @@ -12312,119 +12321,13 @@ ID: 235 Qualities: 48 Topologies: 1 -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=false -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 236 -Qualities: 48 -Topologies: 1 - 0: brake_months=6 0: exhaust_months=12 0: ac_odometer=120000 0: vacuum_odometer=120000 0: engine=gas 0: brake_vio=true -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=false -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 237 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false +0: exhaust_vio=true 0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true @@ -12467,7 +12370,7 @@ Topologies: 1 0: is_critical=true 1: is_critical=true 0 2 1: road -ID: 238 +ID: 236 Qualities: 48 Topologies: 1 @@ -12494,7 +12397,113 @@ Topologies: 1 0: brakepipe_vio=false 0: brakehoses_months=0 0: brakehoses_vio=false -1: brake_months=6 +1: brake_months=0 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=true +1: ac_vio=false +1: vacuum_vio=true +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0: is_critical=true +1: is_critical=true +0 2 1: road +ID: 237 +Qualities: 48 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=true +0: exhaust_vio=true +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=0 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=true +1: ac_vio=false +1: vacuum_vio=true +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0: is_critical=true +1: is_critical=true +0 2 1: road +ID: 238 +Qualities: 48 +Topologies: 1 + +0: brake_months=0 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=true +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=0 1: exhaust_months=12 1: ac_odometer=120000 1: vacuum_odometer=120000 @@ -12524,17 +12533,17 @@ ID: 239 Qualities: 48 Topologies: 1 -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 +0: brake_months=1 +0: exhaust_months=13 +0: ac_odometer=130000 +0: vacuum_odometer=130000 0: engine=gas -0: brake_vio=true +0: brake_vio=false 0: exhaust_vio=true 0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 +0: TIME_ADVANCE_STEP=13 0: oil_odom=0 0: oil_vio=false 0: driveshaft_odom=0 @@ -12547,17 +12556,17 @@ Topologies: 1 0: brakepipe_vio=false 0: brakehoses_months=0 0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 +1: brake_months=1 +1: exhaust_months=13 +1: ac_odometer=130000 +1: vacuum_odometer=130000 1: engine=diesel 1: brake_vio=false 1: exhaust_vio=true 1: ac_vio=false 1: vacuum_vio=true 1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 +1: TIME_ADVANCE_STEP=13 1: oil_odom=0 1: oil_vio=false 1: driveshaft_odom=0 @@ -12577,7 +12586,7 @@ ID: 240 Qualities: 48 Topologies: 1 -0: brake_months=6 +0: brake_months=0 0: exhaust_months=12 0: ac_odometer=120000 0: vacuum_odometer=120000 @@ -12630,13 +12639,66 @@ ID: 241 Qualities: 48 Topologies: 1 +0: brake_months=0 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=true +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=true +1: ac_vio=false +1: vacuum_vio=true +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0: is_critical=true +1: is_critical=true +0 2 1: road +ID: 242 +Qualities: 48 +Topologies: 1 + 0: brake_months=6 0: exhaust_months=12 0: ac_odometer=120000 0: vacuum_odometer=120000 0: engine=gas 0: brake_vio=true -0: exhaust_vio=true +0: exhaust_vio=false 0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true @@ -12679,59 +12741,6 @@ Topologies: 1 0: is_critical=true 1: is_critical=true 0 2 1: road -ID: 242 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=false -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road ID: 243 Qualities: 48 Topologies: 1 @@ -12741,8 +12750,8 @@ Topologies: 1 0: ac_odometer=120000 0: vacuum_odometer=120000 0: engine=gas -0: brake_vio=true -0: exhaust_vio=true +0: brake_vio=false +0: exhaust_vio=false 0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true @@ -12789,13 +12798,13 @@ ID: 244 Qualities: 48 Topologies: 1 -0: brake_months=0 +0: brake_months=6 0: exhaust_months=12 0: ac_odometer=120000 0: vacuum_odometer=120000 0: engine=gas -0: brake_vio=false -0: exhaust_vio=true +0: brake_vio=true +0: exhaust_vio=false 0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true @@ -12842,13 +12851,66 @@ ID: 245 Qualities: 48 Topologies: 1 +0: brake_months=0 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=0 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=true +1: ac_vio=false +1: vacuum_vio=true +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0: is_critical=true +1: is_critical=true +0 2 1: road +ID: 246 +Qualities: 48 +Topologies: 1 + 0: brake_months=1 0: exhaust_months=13 0: ac_odometer=130000 0: vacuum_odometer=130000 0: engine=gas 0: brake_vio=false -0: exhaust_vio=true +0: exhaust_vio=false 0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true @@ -12891,59 +12953,6 @@ Topologies: 1 0: is_critical=true 1: is_critical=true 0 2 1: road -ID: 246 -Qualities: 48 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=true -1: ac_vio=false -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road ID: 247 Qualities: 48 Topologies: 1 @@ -12954,7 +12963,7 @@ Topologies: 1 0: vacuum_odometer=120000 0: engine=gas 0: brake_vio=false -0: exhaust_vio=true +0: exhaust_vio=false 0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true @@ -12976,7 +12985,7 @@ Topologies: 1 1: ac_odometer=120000 1: vacuum_odometer=120000 1: engine=diesel -1: brake_vio=false +1: brake_vio=true 1: exhaust_vio=true 1: ac_vio=false 1: vacuum_vio=true @@ -13001,12 +13010,12 @@ ID: 248 Qualities: 48 Topologies: 1 -0: brake_months=6 +0: brake_months=0 0: exhaust_months=12 0: ac_odometer=120000 0: vacuum_odometer=120000 0: engine=gas -0: brake_vio=true +0: brake_vio=false 0: exhaust_vio=false 0: ac_vio=true 0: vacuum_vio=false @@ -13029,7 +13038,7 @@ Topologies: 1 1: ac_odometer=120000 1: vacuum_odometer=120000 1: engine=diesel -1: brake_vio=true +1: brake_vio=false 1: exhaust_vio=true 1: ac_vio=false 1: vacuum_vio=true @@ -13054,324 +13063,6 @@ ID: 249 Qualities: 48 Topologies: 1 -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=false -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 250 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=false -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 251 -Qualities: 48 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=false -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 252 -Qualities: 48 -Topologies: 1 - -0: brake_months=1 -0: exhaust_months=13 -0: ac_odometer=130000 -0: vacuum_odometer=130000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=13 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=1 -1: exhaust_months=13 -1: ac_odometer=130000 -1: vacuum_odometer=130000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=false -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=13 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 253 -Qualities: 48 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=true -1: ac_vio=false -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 254 -Qualities: 48 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=false -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 255 -Qualities: 48 -Topologies: 1 - 0: brake_months=6 0: exhaust_months=12 0: ac_odometer=120000 @@ -13421,7 +13112,7 @@ Topologies: 1 0: is_critical=true 1: is_critical=true 0 2 1: road -ID: 256 +ID: 250 Qualities: 48 Topologies: 1 @@ -13474,17 +13165,388 @@ Topologies: 1 0: is_critical=true 1: is_critical=true 0 2 1: road +ID: 251 +Qualities: 48 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=true +0: exhaust_vio=true +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=true +1: exhaust_vio=false +1: ac_vio=false +1: vacuum_vio=true +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0: is_critical=true +1: is_critical=true +0 2 1: road +ID: 252 +Qualities: 48 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=true +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=0 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=false +1: vacuum_vio=true +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0: is_critical=true +1: is_critical=true +0 2 1: road +ID: 253 +Qualities: 48 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=true +0: exhaust_vio=true +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=0 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=false +1: vacuum_vio=true +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0: is_critical=true +1: is_critical=true +0 2 1: road +ID: 254 +Qualities: 48 +Topologies: 1 + +0: brake_months=0 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=true +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=0 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=false +1: vacuum_vio=true +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0: is_critical=true +1: is_critical=true +0 2 1: road +ID: 255 +Qualities: 48 +Topologies: 1 + +0: brake_months=1 +0: exhaust_months=13 +0: ac_odometer=130000 +0: vacuum_odometer=130000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=true +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=13 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=1 +1: exhaust_months=13 +1: ac_odometer=130000 +1: vacuum_odometer=130000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=false +1: vacuum_vio=true +1: compliance_vio=true +1: TIME_ADVANCE_STEP=13 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0: is_critical=true +1: is_critical=true +0 2 1: road +ID: 256 +Qualities: 48 +Topologies: 1 + +0: brake_months=0 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=true +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=true +1: exhaust_vio=false +1: ac_vio=false +1: vacuum_vio=true +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0: is_critical=true +1: is_critical=true +0 2 1: road ID: 257 Qualities: 48 Topologies: 1 +0: brake_months=0 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=true +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=false +1: vacuum_vio=true +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0: is_critical=true +1: is_critical=true +0 2 1: road +ID: 258 +Qualities: 48 +Topologies: 1 + 0: brake_months=6 0: exhaust_months=12 0: ac_odometer=120000 0: vacuum_odometer=120000 0: engine=gas 0: brake_vio=true -0: exhaust_vio=true +0: exhaust_vio=false 0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true @@ -13527,59 +13589,6 @@ Topologies: 1 0: is_critical=true 1: is_critical=true 0 2 1: road -ID: 258 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road ID: 259 Qualities: 48 Topologies: 1 @@ -13589,8 +13598,8 @@ Topologies: 1 0: ac_odometer=120000 0: vacuum_odometer=120000 0: engine=gas -0: brake_vio=true -0: exhaust_vio=true +0: brake_vio=false +0: exhaust_vio=false 0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true @@ -13637,13 +13646,13 @@ ID: 260 Qualities: 48 Topologies: 1 -0: brake_months=0 +0: brake_months=6 0: exhaust_months=12 0: ac_odometer=120000 0: vacuum_odometer=120000 0: engine=gas -0: brake_vio=false -0: exhaust_vio=true +0: brake_vio=true +0: exhaust_vio=false 0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true @@ -13690,13 +13699,66 @@ ID: 261 Qualities: 48 Topologies: 1 +0: brake_months=0 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=0 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=false +1: vacuum_vio=true +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0: is_critical=true +1: is_critical=true +0 2 1: road +ID: 262 +Qualities: 48 +Topologies: 1 + 0: brake_months=1 0: exhaust_months=13 0: ac_odometer=130000 0: vacuum_odometer=130000 0: engine=gas 0: brake_vio=false -0: exhaust_vio=true +0: exhaust_vio=false 0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true @@ -13739,59 +13801,6 @@ Topologies: 1 0: is_critical=true 1: is_critical=true 0 2 1: road -ID: 262 -Qualities: 48 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road ID: 263 Qualities: 48 Topologies: 1 @@ -13802,7 +13811,7 @@ Topologies: 1 0: vacuum_odometer=120000 0: engine=gas 0: brake_vio=false -0: exhaust_vio=true +0: exhaust_vio=false 0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true @@ -13824,7 +13833,7 @@ Topologies: 1 1: ac_odometer=120000 1: vacuum_odometer=120000 1: engine=diesel -1: brake_vio=false +1: brake_vio=true 1: exhaust_vio=false 1: ac_vio=false 1: vacuum_vio=true @@ -13849,12 +13858,12 @@ ID: 264 Qualities: 48 Topologies: 1 -0: brake_months=6 +0: brake_months=0 0: exhaust_months=12 0: ac_odometer=120000 0: vacuum_odometer=120000 0: engine=gas -0: brake_vio=true +0: brake_vio=false 0: exhaust_vio=false 0: ac_vio=true 0: vacuum_vio=false @@ -13877,7 +13886,7 @@ Topologies: 1 1: ac_odometer=120000 1: vacuum_odometer=120000 1: engine=diesel -1: brake_vio=true +1: brake_vio=false 1: exhaust_vio=false 1: ac_vio=false 1: vacuum_vio=true @@ -13899,324 +13908,6 @@ Topologies: 1 1: is_critical=true 0 2 1: road ID: 265 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 266 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 267 -Qualities: 48 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 268 -Qualities: 48 -Topologies: 1 - -0: brake_months=1 -0: exhaust_months=13 -0: ac_odometer=130000 -0: vacuum_odometer=130000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=13 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=1 -1: exhaust_months=13 -1: ac_odometer=130000 -1: vacuum_odometer=130000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=13 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 269 -Qualities: 48 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 270 -Qualities: 48 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 271 Qualities: 47 Topologies: 1 @@ -14268,6 +13959,318 @@ Topologies: 1 1: brakehoses_vio=false 0: is_critical=true 0 2 1: road +ID: 266 +Qualities: 47 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=true +1: exhaust_vio=true +1: ac_vio=false +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0: is_critical=true +0 2 1: road +ID: 267 +Qualities: 47 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=true +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=true +1: ac_vio=false +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0: is_critical=true +0 2 1: road +ID: 268 +Qualities: 47 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=true +0: exhaust_vio=true +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=true +1: ac_vio=false +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0: is_critical=true +0 2 1: road +ID: 269 +Qualities: 47 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=true +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=true +1: exhaust_vio=true +1: ac_vio=false +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0: is_critical=true +0 2 1: road +ID: 270 +Qualities: 47 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=true +0: exhaust_vio=true +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=true +1: exhaust_vio=true +1: ac_vio=false +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0: is_critical=true +0 2 1: road +ID: 271 +Qualities: 47 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=true +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=0 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=true +1: ac_vio=false +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0: is_critical=true +0 2 1: road ID: 272 Qualities: 47 Topologies: 1 @@ -14277,8 +14280,8 @@ Topologies: 1 0: ac_odometer=120000 0: vacuum_odometer=120000 0: engine=gas -0: brake_vio=false -0: exhaust_vio=false +0: brake_vio=true +0: exhaust_vio=true 0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true @@ -14295,12 +14298,12 @@ Topologies: 1 0: brakepipe_vio=false 0: brakehoses_months=0 0: brakehoses_vio=false -1: brake_months=6 +1: brake_months=0 1: exhaust_months=12 1: ac_odometer=120000 1: vacuum_odometer=120000 1: engine=diesel -1: brake_vio=true +1: brake_vio=false 1: exhaust_vio=true 1: ac_vio=false 1: vacuum_vio=false @@ -14324,7 +14327,7 @@ ID: 273 Qualities: 47 Topologies: 1 -0: brake_months=6 +0: brake_months=0 0: exhaust_months=12 0: ac_odometer=120000 0: vacuum_odometer=120000 @@ -14347,7 +14350,7 @@ Topologies: 1 0: brakepipe_vio=false 0: brakehoses_months=0 0: brakehoses_vio=false -1: brake_months=6 +1: brake_months=0 1: exhaust_months=12 1: ac_odometer=120000 1: vacuum_odometer=120000 @@ -14376,17 +14379,17 @@ ID: 274 Qualities: 47 Topologies: 1 -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 +0: brake_months=1 +0: exhaust_months=13 +0: ac_odometer=130000 +0: vacuum_odometer=130000 0: engine=gas -0: brake_vio=true +0: brake_vio=false 0: exhaust_vio=true 0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 +0: TIME_ADVANCE_STEP=13 0: oil_odom=0 0: oil_vio=false 0: driveshaft_odom=0 @@ -14399,17 +14402,17 @@ Topologies: 1 0: brakepipe_vio=false 0: brakehoses_months=0 0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 +1: brake_months=1 +1: exhaust_months=13 +1: ac_odometer=130000 +1: vacuum_odometer=130000 1: engine=diesel 1: brake_vio=false 1: exhaust_vio=true 1: ac_vio=false 1: vacuum_vio=false 1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 +1: TIME_ADVANCE_STEP=13 1: oil_odom=0 1: oil_vio=false 1: driveshaft_odom=0 @@ -14428,7 +14431,7 @@ ID: 275 Qualities: 47 Topologies: 1 -0: brake_months=6 +0: brake_months=0 0: exhaust_months=12 0: ac_odometer=120000 0: vacuum_odometer=120000 @@ -14480,13 +14483,65 @@ ID: 276 Qualities: 47 Topologies: 1 +0: brake_months=0 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=true +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=true +1: ac_vio=false +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0: is_critical=true +0 2 1: road +ID: 277 +Qualities: 47 +Topologies: 1 + 0: brake_months=6 0: exhaust_months=12 0: ac_odometer=120000 0: vacuum_odometer=120000 0: engine=gas 0: brake_vio=true -0: exhaust_vio=true +0: exhaust_vio=false 0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true @@ -14528,58 +14583,6 @@ Topologies: 1 1: brakehoses_vio=false 0: is_critical=true 0 2 1: road -ID: 277 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=false -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -0 2 1: road ID: 278 Qualities: 47 Topologies: 1 @@ -14589,8 +14592,8 @@ Topologies: 1 0: ac_odometer=120000 0: vacuum_odometer=120000 0: engine=gas -0: brake_vio=true -0: exhaust_vio=true +0: brake_vio=false +0: exhaust_vio=false 0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true @@ -14636,13 +14639,13 @@ ID: 279 Qualities: 47 Topologies: 1 -0: brake_months=0 +0: brake_months=6 0: exhaust_months=12 0: ac_odometer=120000 0: vacuum_odometer=120000 0: engine=gas -0: brake_vio=false -0: exhaust_vio=true +0: brake_vio=true +0: exhaust_vio=false 0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true @@ -14688,13 +14691,65 @@ ID: 280 Qualities: 47 Topologies: 1 +0: brake_months=0 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=0 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=true +1: ac_vio=false +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0: is_critical=true +0 2 1: road +ID: 281 +Qualities: 47 +Topologies: 1 + 0: brake_months=1 0: exhaust_months=13 0: ac_odometer=130000 0: vacuum_odometer=130000 0: engine=gas 0: brake_vio=false -0: exhaust_vio=true +0: exhaust_vio=false 0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true @@ -14736,58 +14791,6 @@ Topologies: 1 1: brakehoses_vio=false 0: is_critical=true 0 2 1: road -ID: 281 -Qualities: 47 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=true -1: ac_vio=false -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -0 2 1: road ID: 282 Qualities: 47 Topologies: 1 @@ -14798,7 +14801,7 @@ Topologies: 1 0: vacuum_odometer=120000 0: engine=gas 0: brake_vio=false -0: exhaust_vio=true +0: exhaust_vio=false 0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true @@ -14820,7 +14823,7 @@ Topologies: 1 1: ac_odometer=120000 1: vacuum_odometer=120000 1: engine=diesel -1: brake_vio=false +1: brake_vio=true 1: exhaust_vio=true 1: ac_vio=false 1: vacuum_vio=false @@ -14844,12 +14847,12 @@ ID: 283 Qualities: 47 Topologies: 1 -0: brake_months=6 +0: brake_months=0 0: exhaust_months=12 0: ac_odometer=120000 0: vacuum_odometer=120000 0: engine=gas -0: brake_vio=true +0: brake_vio=false 0: exhaust_vio=false 0: ac_vio=true 0: vacuum_vio=false @@ -14872,7 +14875,7 @@ Topologies: 1 1: ac_odometer=120000 1: vacuum_odometer=120000 1: engine=diesel -1: brake_vio=true +1: brake_vio=false 1: exhaust_vio=true 1: ac_vio=false 1: vacuum_vio=false @@ -14896,318 +14899,6 @@ ID: 284 Qualities: 47 Topologies: 1 -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=false -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -0 2 1: road -ID: 285 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=false -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -0 2 1: road -ID: 286 -Qualities: 47 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=false -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -0 2 1: road -ID: 287 -Qualities: 47 -Topologies: 1 - -0: brake_months=1 -0: exhaust_months=13 -0: ac_odometer=130000 -0: vacuum_odometer=130000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=13 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=1 -1: exhaust_months=13 -1: ac_odometer=130000 -1: vacuum_odometer=130000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=false -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=13 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -0 2 1: road -ID: 288 -Qualities: 47 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=true -1: ac_vio=false -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -0 2 1: road -ID: 289 -Qualities: 47 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=false -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -0 2 1: road -ID: 290 -Qualities: 47 -Topologies: 1 - 0: brake_months=6 0: exhaust_months=12 0: ac_odometer=120000 @@ -15256,7 +14947,7 @@ Topologies: 1 1: brakehoses_vio=false 0: is_critical=true 0 2 1: road -ID: 291 +ID: 285 Qualities: 47 Topologies: 1 @@ -15308,17 +14999,381 @@ Topologies: 1 1: brakehoses_vio=false 0: is_critical=true 0 2 1: road +ID: 286 +Qualities: 47 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=true +0: exhaust_vio=true +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=true +1: exhaust_vio=false +1: ac_vio=false +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0: is_critical=true +0 2 1: road +ID: 287 +Qualities: 47 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=true +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=0 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=false +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0: is_critical=true +0 2 1: road +ID: 288 +Qualities: 47 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=true +0: exhaust_vio=true +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=0 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=false +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0: is_critical=true +0 2 1: road +ID: 289 +Qualities: 47 +Topologies: 1 + +0: brake_months=0 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=true +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=0 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=false +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0: is_critical=true +0 2 1: road +ID: 290 +Qualities: 47 +Topologies: 1 + +0: brake_months=1 +0: exhaust_months=13 +0: ac_odometer=130000 +0: vacuum_odometer=130000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=true +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=13 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=1 +1: exhaust_months=13 +1: ac_odometer=130000 +1: vacuum_odometer=130000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=false +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=13 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0: is_critical=true +0 2 1: road +ID: 291 +Qualities: 47 +Topologies: 1 + +0: brake_months=0 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=true +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=true +1: exhaust_vio=false +1: ac_vio=false +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0: is_critical=true +0 2 1: road ID: 292 Qualities: 47 Topologies: 1 +0: brake_months=0 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=true +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=false +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0: is_critical=true +0 2 1: road +ID: 293 +Qualities: 47 +Topologies: 1 + 0: brake_months=6 0: exhaust_months=12 0: ac_odometer=120000 0: vacuum_odometer=120000 0: engine=gas 0: brake_vio=true -0: exhaust_vio=true +0: exhaust_vio=false 0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true @@ -15360,58 +15415,6 @@ Topologies: 1 1: brakehoses_vio=false 0: is_critical=true 0 2 1: road -ID: 293 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -0 2 1: road ID: 294 Qualities: 47 Topologies: 1 @@ -15421,8 +15424,8 @@ Topologies: 1 0: ac_odometer=120000 0: vacuum_odometer=120000 0: engine=gas -0: brake_vio=true -0: exhaust_vio=true +0: brake_vio=false +0: exhaust_vio=false 0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true @@ -15468,13 +15471,13 @@ ID: 295 Qualities: 47 Topologies: 1 -0: brake_months=0 +0: brake_months=6 0: exhaust_months=12 0: ac_odometer=120000 0: vacuum_odometer=120000 0: engine=gas -0: brake_vio=false -0: exhaust_vio=true +0: brake_vio=true +0: exhaust_vio=false 0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true @@ -15520,13 +15523,65 @@ ID: 296 Qualities: 47 Topologies: 1 +0: brake_months=0 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=0 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=false +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0: is_critical=true +0 2 1: road +ID: 297 +Qualities: 47 +Topologies: 1 + 0: brake_months=1 0: exhaust_months=13 0: ac_odometer=130000 0: vacuum_odometer=130000 0: engine=gas 0: brake_vio=false -0: exhaust_vio=true +0: exhaust_vio=false 0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true @@ -15568,58 +15623,6 @@ Topologies: 1 1: brakehoses_vio=false 0: is_critical=true 0 2 1: road -ID: 297 -Qualities: 47 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -0 2 1: road ID: 298 Qualities: 47 Topologies: 1 @@ -15630,7 +15633,7 @@ Topologies: 1 0: vacuum_odometer=120000 0: engine=gas 0: brake_vio=false -0: exhaust_vio=true +0: exhaust_vio=false 0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true @@ -15652,7 +15655,7 @@ Topologies: 1 1: ac_odometer=120000 1: vacuum_odometer=120000 1: engine=diesel -1: brake_vio=false +1: brake_vio=true 1: exhaust_vio=false 1: ac_vio=false 1: vacuum_vio=false @@ -15676,12 +15679,12 @@ ID: 299 Qualities: 47 Topologies: 1 -0: brake_months=6 +0: brake_months=0 0: exhaust_months=12 0: ac_odometer=120000 0: vacuum_odometer=120000 0: engine=gas -0: brake_vio=true +0: brake_vio=false 0: exhaust_vio=false 0: ac_vio=true 0: vacuum_vio=false @@ -15704,7 +15707,7 @@ Topologies: 1 1: ac_odometer=120000 1: vacuum_odometer=120000 1: engine=diesel -1: brake_vio=true +1: brake_vio=false 1: exhaust_vio=false 1: ac_vio=false 1: vacuum_vio=false @@ -15728,17 +15731,17 @@ ID: 300 Qualities: 47 Topologies: 1 -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 +0: brake_months=0 +0: exhaust_months=6 +0: ac_odometer=60000 +0: vacuum_odometer=60000 0: engine=gas 0: brake_vio=false 0: exhaust_vio=false 0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 +0: TIME_ADVANCE_STEP=6 0: oil_odom=0 0: oil_vio=false 0: driveshaft_odom=0 @@ -15751,17 +15754,17 @@ Topologies: 1 0: brakepipe_vio=false 0: brakehoses_months=0 0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 +1: brake_months=6 +1: exhaust_months=6 +1: ac_odometer=60000 +1: vacuum_odometer=60000 1: engine=diesel -1: brake_vio=false +1: brake_vio=true 1: exhaust_vio=false 1: ac_vio=false 1: vacuum_vio=false 1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 +1: TIME_ADVANCE_STEP=6 1: oil_odom=0 1: oil_vio=false 1: driveshaft_odom=0 @@ -15780,17 +15783,17 @@ ID: 301 Qualities: 47 Topologies: 1 -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 +0: brake_months=0 +0: exhaust_months=6 +0: ac_odometer=60000 +0: vacuum_odometer=60000 0: engine=gas -0: brake_vio=true +0: brake_vio=false 0: exhaust_vio=false 0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 +0: TIME_ADVANCE_STEP=6 0: oil_odom=0 0: oil_vio=false 0: driveshaft_odom=0 @@ -15803,17 +15806,17 @@ Topologies: 1 0: brakepipe_vio=false 0: brakehoses_months=0 0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 +1: brake_months=6 +1: exhaust_months=6 +1: ac_odometer=60000 +1: vacuum_odometer=60000 1: engine=diesel 1: brake_vio=false 1: exhaust_vio=false 1: ac_vio=false 1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 +1: compliance_vio=false +1: TIME_ADVANCE_STEP=6 1: oil_odom=0 1: oil_vio=false 1: driveshaft_odom=0 @@ -15829,214 +15832,6 @@ Topologies: 1 0: is_critical=true 0 2 1: road ID: 302 -Qualities: 47 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -0 2 1: road -ID: 303 -Qualities: 47 -Topologies: 1 - -0: brake_months=1 -0: exhaust_months=13 -0: ac_odometer=130000 -0: vacuum_odometer=130000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=13 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=1 -1: exhaust_months=13 -1: ac_odometer=130000 -1: vacuum_odometer=130000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=13 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -0 2 1: road -ID: 304 -Qualities: 47 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -0 2 1: road -ID: 305 -Qualities: 47 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -0 2 1: road -ID: 306 Qualities: 46 Topologies: 1 @@ -16063,6 +15858,211 @@ Topologies: 1 0: brakepipe_vio=false 0: brakehoses_months=0 0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=6 +1: ac_odometer=60000 +1: vacuum_odometer=60000 +1: engine=diesel +1: brake_vio=true +1: exhaust_vio=false +1: ac_vio=false +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=6 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0 2 1: road +ID: 303 +Qualities: 46 +Topologies: 1 + +0: brake_months=0 +0: exhaust_months=6 +0: ac_odometer=60000 +0: vacuum_odometer=60000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=6 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=6 +1: ac_odometer=60000 +1: vacuum_odometer=60000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=false +1: vacuum_vio=false +1: compliance_vio=false +1: TIME_ADVANCE_STEP=6 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0 2 1: road +ID: 304 +Qualities: 46 +Topologies: 1 + +0: brake_months=0 +0: exhaust_months=6 +0: ac_odometer=60000 +0: vacuum_odometer=60000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=6 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=6 +1: ac_odometer=60000 +1: vacuum_odometer=60000 +1: engine=diesel +1: brake_vio=true +1: exhaust_vio=false +1: ac_vio=false +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=6 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0 2 1: road +ID: 305 +Qualities: 47 +Topologies: 1 + +0: brake_months=0 +0: exhaust_months=6 +0: ac_odometer=60000 +0: vacuum_odometer=60000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=6 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=6 +1: ac_odometer=60000 +1: vacuum_odometer=60000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=true +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=6 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0 2 1: road +ID: 306 +Qualities: 46 +Topologies: 1 + +0: brake_months=0 +0: exhaust_months=6 +0: ac_odometer=60000 +0: vacuum_odometer=60000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=6 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false 1: brake_months=0 1: exhaust_months=6 1: ac_odometer=60000 @@ -16091,57 +16091,6 @@ ID: 307 Qualities: 46 Topologies: 1 -0: brake_months=0 -0: exhaust_months=6 -0: ac_odometer=60000 -0: vacuum_odometer=60000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=6 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=6 -1: ac_odometer=60000 -1: vacuum_odometer=60000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=6 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0 2 1: road -ID: 308 -Qualities: 46 -Topologies: 1 - 0: brake_months=1 0: exhaust_months=7 0: ac_odometer=70000 @@ -16189,7 +16138,7 @@ Topologies: 1 1: brakehoses_months=0 1: brakehoses_vio=false 0 2 1: road -ID: 309 +ID: 308 Qualities: 46 Topologies: 1 @@ -16240,7 +16189,7 @@ Topologies: 1 1: brakehoses_months=0 1: brakehoses_vio=false 0 2 1: road -ID: 310 +ID: 309 Qualities: 46 Topologies: 1 @@ -16291,7 +16240,7 @@ Topologies: 1 1: brakehoses_months=0 1: brakehoses_vio=false 0 2 1: road -ID: 311 +ID: 310 Qualities: 46 Topologies: 1 @@ -16342,7 +16291,7 @@ Topologies: 1 1: brakehoses_months=0 1: brakehoses_vio=false 0 2 1: road -ID: 312 +ID: 311 Qualities: 46 Topologies: 1 @@ -16393,7 +16342,7 @@ Topologies: 1 1: brakehoses_months=0 1: brakehoses_vio=false 0 2 1: road -ID: 313 +ID: 312 Qualities: 46 Topologies: 1 @@ -16444,7 +16393,7 @@ Topologies: 1 1: brakehoses_months=0 1: brakehoses_vio=false 0 2 1: road -ID: 314 +ID: 313 Qualities: 46 Topologies: 1 @@ -16495,7 +16444,7 @@ Topologies: 1 1: brakehoses_months=0 1: brakehoses_vio=false 0 2 1: road -ID: 315 +ID: 314 Qualities: 46 Topologies: 1 @@ -16546,7 +16495,7 @@ Topologies: 1 1: brakehoses_months=0 1: brakehoses_vio=false 0 2 1: road -ID: 316 +ID: 315 Qualities: 46 Topologies: 1 @@ -16597,7 +16546,7 @@ Topologies: 1 1: brakehoses_months=0 1: brakehoses_vio=false 0 2 1: road -ID: 317 +ID: 316 Qualities: 46 Topologies: 1 @@ -16648,7 +16597,7 @@ Topologies: 1 1: brakehoses_months=0 1: brakehoses_vio=false 0 2 1: road -ID: 318 +ID: 317 Qualities: 47 Topologies: 1 @@ -16700,62 +16649,62 @@ Topologies: 1 1: brakehoses_vio=false 1: is_critical=true 0 2 1: road +ID: 318 +Qualities: 47 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=true +0: exhaust_vio=false +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=false +1: vacuum_vio=true +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0 2 1: road ID: 319 Qualities: 47 Topologies: 1 -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 320 -Qualities: 47 -Topologies: 1 - 0: brake_months=6 0: exhaust_months=12 0: ac_odometer=120000 @@ -16804,7 +16753,7 @@ Topologies: 1 1: brakehoses_vio=false 1: is_critical=true 0 2 1: road -ID: 321 +ID: 320 Qualities: 47 Topologies: 1 @@ -16856,7 +16805,7 @@ Topologies: 1 1: brakehoses_vio=false 1: is_critical=true 0 2 1: road -ID: 322 +ID: 321 Qualities: 47 Topologies: 1 @@ -16908,62 +16857,62 @@ Topologies: 1 1: brakehoses_vio=false 1: is_critical=true 0 2 1: road +ID: 322 +Qualities: 47 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=true +0: exhaust_vio=false +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=true +1: ac_vio=false +1: vacuum_vio=true +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0 2 1: road ID: 323 Qualities: 47 Topologies: 1 -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=false -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 324 -Qualities: 47 -Topologies: 1 - 0: brake_months=6 0: exhaust_months=12 0: ac_odometer=120000 @@ -17012,7 +16961,7 @@ Topologies: 1 1: brakehoses_vio=false 1: is_critical=true 0 2 1: road -ID: 325 +ID: 324 Qualities: 47 Topologies: 1 @@ -17064,6 +17013,58 @@ Topologies: 1 1: brakehoses_vio=false 1: is_critical=true 0 2 1: road +ID: 325 +Qualities: 47 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=true +0: exhaust_vio=true +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=true +1: ac_vio=false +1: vacuum_vio=true +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0 2 1: road ID: 326 Qualities: 47 Topologies: 1 @@ -17073,7 +17074,7 @@ Topologies: 1 0: ac_odometer=120000 0: vacuum_odometer=120000 0: engine=gas -0: brake_vio=true +0: brake_vio=false 0: exhaust_vio=true 0: ac_vio=false 0: vacuum_vio=false @@ -17096,7 +17097,7 @@ Topologies: 1 1: ac_odometer=120000 1: vacuum_odometer=120000 1: engine=diesel -1: brake_vio=false +1: brake_vio=true 1: exhaust_vio=true 1: ac_vio=false 1: vacuum_vio=true @@ -17125,7 +17126,7 @@ Topologies: 1 0: ac_odometer=120000 0: vacuum_odometer=120000 0: engine=gas -0: brake_vio=false +0: brake_vio=true 0: exhaust_vio=true 0: ac_vio=false 0: vacuum_vio=false @@ -17177,7 +17178,7 @@ Topologies: 1 0: ac_odometer=120000 0: vacuum_odometer=120000 0: engine=gas -0: brake_vio=true +0: brake_vio=false 0: exhaust_vio=true 0: ac_vio=false 0: vacuum_vio=false @@ -17195,12 +17196,12 @@ Topologies: 1 0: brakepipe_vio=false 0: brakehoses_months=0 0: brakehoses_vio=false -1: brake_months=6 +1: brake_months=0 1: exhaust_months=12 1: ac_odometer=120000 1: vacuum_odometer=120000 1: engine=diesel -1: brake_vio=true +1: brake_vio=false 1: exhaust_vio=true 1: ac_vio=false 1: vacuum_vio=true @@ -17229,7 +17230,7 @@ Topologies: 1 0: ac_odometer=120000 0: vacuum_odometer=120000 0: engine=gas -0: brake_vio=false +0: brake_vio=true 0: exhaust_vio=true 0: ac_vio=false 0: vacuum_vio=false @@ -17276,12 +17277,12 @@ ID: 330 Qualities: 47 Topologies: 1 -0: brake_months=6 +0: brake_months=0 0: exhaust_months=12 0: ac_odometer=120000 0: vacuum_odometer=120000 0: engine=gas -0: brake_vio=true +0: brake_vio=false 0: exhaust_vio=true 0: ac_vio=false 0: vacuum_vio=false @@ -17328,58 +17329,6 @@ ID: 331 Qualities: 47 Topologies: 1 -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=false -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 332 -Qualities: 47 -Topologies: 1 - 0: brake_months=1 0: exhaust_months=13 0: ac_odometer=130000 @@ -17428,62 +17377,62 @@ Topologies: 1 1: brakehoses_vio=false 1: is_critical=true 0 2 1: road +ID: 332 +Qualities: 47 +Topologies: 1 + +0: brake_months=0 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=true +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=true +1: exhaust_vio=true +1: ac_vio=false +1: vacuum_vio=true +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0 2 1: road ID: 333 Qualities: 47 Topologies: 1 -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=true -1: ac_vio=false -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 334 -Qualities: 47 -Topologies: 1 - 0: brake_months=0 0: exhaust_months=12 0: ac_odometer=120000 @@ -17532,7 +17481,7 @@ Topologies: 1 1: brakehoses_vio=false 1: is_critical=true 0 2 1: road -ID: 335 +ID: 334 Qualities: 47 Topologies: 1 @@ -17584,7 +17533,7 @@ Topologies: 1 1: brakehoses_vio=false 1: is_critical=true 0 2 1: road -ID: 336 +ID: 335 Qualities: 47 Topologies: 1 @@ -17636,62 +17585,62 @@ Topologies: 1 1: brakehoses_vio=false 1: is_critical=true 0 2 1: road +ID: 336 +Qualities: 47 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=true +0: exhaust_vio=false +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=0 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=true +1: ac_vio=false +1: vacuum_vio=true +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0 2 1: road ID: 337 Qualities: 47 Topologies: 1 -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=false -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 338 -Qualities: 47 -Topologies: 1 - 0: brake_months=0 0: exhaust_months=12 0: ac_odometer=120000 @@ -17740,7 +17689,7 @@ Topologies: 1 1: brakehoses_vio=false 1: is_critical=true 0 2 1: road -ID: 339 +ID: 338 Qualities: 47 Topologies: 1 @@ -17792,7 +17741,7 @@ Topologies: 1 1: brakehoses_vio=false 1: is_critical=true 0 2 1: road -ID: 340 +ID: 339 Qualities: 47 Topologies: 1 @@ -17844,7 +17793,7 @@ Topologies: 1 1: brakehoses_vio=false 1: is_critical=true 0 2 1: road -ID: 341 +ID: 340 Qualities: 47 Topologies: 1 @@ -17896,7 +17845,7 @@ Topologies: 1 1: brakehoses_vio=false 1: is_critical=true 0 2 1: road -ID: 342 +ID: 341 Qualities: 47 Topologies: 1 @@ -17948,7 +17897,7 @@ Topologies: 1 1: brakehoses_vio=false 1: is_critical=true 0 2 1: road -ID: 343 +ID: 342 Qualities: 47 Topologies: 1 @@ -18000,6 +17949,58 @@ Topologies: 1 1: brakehoses_vio=false 1: is_critical=true 0 2 1: road +ID: 343 +Qualities: 47 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=true +0: exhaust_vio=true +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=true +1: exhaust_vio=false +1: ac_vio=false +1: vacuum_vio=true +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0 2 1: road ID: 344 Qualities: 47 Topologies: 1 @@ -18009,7 +18010,7 @@ Topologies: 1 0: ac_odometer=120000 0: vacuum_odometer=120000 0: engine=gas -0: brake_vio=true +0: brake_vio=false 0: exhaust_vio=true 0: ac_vio=false 0: vacuum_vio=false @@ -18027,12 +18028,12 @@ Topologies: 1 0: brakepipe_vio=false 0: brakehoses_months=0 0: brakehoses_vio=false -1: brake_months=6 +1: brake_months=0 1: exhaust_months=12 1: ac_odometer=120000 1: vacuum_odometer=120000 1: engine=diesel -1: brake_vio=true +1: brake_vio=false 1: exhaust_vio=false 1: ac_vio=false 1: vacuum_vio=true @@ -18061,7 +18062,7 @@ Topologies: 1 0: ac_odometer=120000 0: vacuum_odometer=120000 0: engine=gas -0: brake_vio=false +0: brake_vio=true 0: exhaust_vio=true 0: ac_vio=false 0: vacuum_vio=false @@ -18108,12 +18109,12 @@ ID: 346 Qualities: 47 Topologies: 1 -0: brake_months=6 +0: brake_months=0 0: exhaust_months=12 0: ac_odometer=120000 0: vacuum_odometer=120000 0: engine=gas -0: brake_vio=true +0: brake_vio=false 0: exhaust_vio=true 0: ac_vio=false 0: vacuum_vio=false @@ -18160,58 +18161,6 @@ ID: 347 Qualities: 47 Topologies: 1 -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 348 -Qualities: 47 -Topologies: 1 - 0: brake_months=1 0: exhaust_months=13 0: ac_odometer=130000 @@ -18260,62 +18209,62 @@ Topologies: 1 1: brakehoses_vio=false 1: is_critical=true 0 2 1: road +ID: 348 +Qualities: 47 +Topologies: 1 + +0: brake_months=0 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=true +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=true +1: exhaust_vio=false +1: ac_vio=false +1: vacuum_vio=true +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0 2 1: road ID: 349 Qualities: 47 Topologies: 1 -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 350 -Qualities: 47 -Topologies: 1 - 0: brake_months=0 0: exhaust_months=12 0: ac_odometer=120000 @@ -18364,7 +18313,7 @@ Topologies: 1 1: brakehoses_vio=false 1: is_critical=true 0 2 1: road -ID: 351 +ID: 350 Qualities: 47 Topologies: 1 @@ -18416,7 +18365,7 @@ Topologies: 1 1: brakehoses_vio=false 1: is_critical=true 0 2 1: road -ID: 352 +ID: 351 Qualities: 47 Topologies: 1 @@ -18468,62 +18417,62 @@ Topologies: 1 1: brakehoses_vio=false 1: is_critical=true 0 2 1: road +ID: 352 +Qualities: 47 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=true +0: exhaust_vio=false +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=0 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=false +1: vacuum_vio=true +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0 2 1: road ID: 353 Qualities: 47 Topologies: 1 -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 354 -Qualities: 47 -Topologies: 1 - 0: brake_months=0 0: exhaust_months=12 0: ac_odometer=120000 @@ -18572,7 +18521,7 @@ Topologies: 1 1: brakehoses_vio=false 1: is_critical=true 0 2 1: road -ID: 355 +ID: 354 Qualities: 47 Topologies: 1 @@ -18624,7 +18573,7 @@ Topologies: 1 1: brakehoses_vio=false 1: is_critical=true 0 2 1: road -ID: 356 +ID: 355 Qualities: 47 Topologies: 1 @@ -18676,7 +18625,7 @@ Topologies: 1 1: brakehoses_vio=false 1: is_critical=true 0 2 1: road -ID: 357 +ID: 356 Qualities: 47 Topologies: 1 @@ -18728,7 +18677,7 @@ Topologies: 1 1: brakehoses_vio=false 1: is_critical=true 0 2 1: road -ID: 358 +ID: 357 Qualities: 46 Topologies: 1 @@ -18779,7 +18728,7 @@ Topologies: 1 1: brakehoses_months=0 1: brakehoses_vio=false 0 2 1: road -ID: 359 +ID: 358 Qualities: 46 Topologies: 1 @@ -18830,7 +18779,7 @@ Topologies: 1 1: brakehoses_months=0 1: brakehoses_vio=false 0 2 1: road -ID: 360 +ID: 359 Qualities: 46 Topologies: 1 @@ -18881,6 +18830,57 @@ Topologies: 1 1: brakehoses_months=0 1: brakehoses_vio=false 0 2 1: road +ID: 360 +Qualities: 46 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=true +0: exhaust_vio=true +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=true +1: ac_vio=false +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0 2 1: road ID: 361 Qualities: 46 Topologies: 1 @@ -18890,7 +18890,7 @@ Topologies: 1 0: ac_odometer=120000 0: vacuum_odometer=120000 0: engine=gas -0: brake_vio=true +0: brake_vio=false 0: exhaust_vio=true 0: ac_vio=false 0: vacuum_vio=false @@ -18913,7 +18913,7 @@ Topologies: 1 1: ac_odometer=120000 1: vacuum_odometer=120000 1: engine=diesel -1: brake_vio=false +1: brake_vio=true 1: exhaust_vio=true 1: ac_vio=false 1: vacuum_vio=false @@ -18941,7 +18941,7 @@ Topologies: 1 0: ac_odometer=120000 0: vacuum_odometer=120000 0: engine=gas -0: brake_vio=false +0: brake_vio=true 0: exhaust_vio=true 0: ac_vio=false 0: vacuum_vio=false @@ -18992,7 +18992,7 @@ Topologies: 1 0: ac_odometer=120000 0: vacuum_odometer=120000 0: engine=gas -0: brake_vio=true +0: brake_vio=false 0: exhaust_vio=true 0: ac_vio=false 0: vacuum_vio=false @@ -19010,12 +19010,12 @@ Topologies: 1 0: brakepipe_vio=false 0: brakehoses_months=0 0: brakehoses_vio=false -1: brake_months=6 +1: brake_months=0 1: exhaust_months=12 1: ac_odometer=120000 1: vacuum_odometer=120000 1: engine=diesel -1: brake_vio=true +1: brake_vio=false 1: exhaust_vio=true 1: ac_vio=false 1: vacuum_vio=false @@ -19043,7 +19043,7 @@ Topologies: 1 0: ac_odometer=120000 0: vacuum_odometer=120000 0: engine=gas -0: brake_vio=false +0: brake_vio=true 0: exhaust_vio=true 0: ac_vio=false 0: vacuum_vio=false @@ -19089,12 +19089,12 @@ ID: 365 Qualities: 46 Topologies: 1 -0: brake_months=6 +0: brake_months=0 0: exhaust_months=12 0: ac_odometer=120000 0: vacuum_odometer=120000 0: engine=gas -0: brake_vio=true +0: brake_vio=false 0: exhaust_vio=true 0: ac_vio=false 0: vacuum_vio=false @@ -19140,57 +19140,6 @@ ID: 366 Qualities: 46 Topologies: 1 -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=false -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0 2 1: road -ID: 367 -Qualities: 46 -Topologies: 1 - 0: brake_months=1 0: exhaust_months=13 0: ac_odometer=130000 @@ -19238,61 +19187,61 @@ Topologies: 1 1: brakehoses_months=0 1: brakehoses_vio=false 0 2 1: road +ID: 367 +Qualities: 46 +Topologies: 1 + +0: brake_months=0 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=true +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=true +1: exhaust_vio=true +1: ac_vio=false +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0 2 1: road ID: 368 Qualities: 46 Topologies: 1 -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=true -1: ac_vio=false -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0 2 1: road -ID: 369 -Qualities: 46 -Topologies: 1 - 0: brake_months=0 0: exhaust_months=12 0: ac_odometer=120000 @@ -19340,7 +19289,7 @@ Topologies: 1 1: brakehoses_months=0 1: brakehoses_vio=false 0 2 1: road -ID: 370 +ID: 369 Qualities: 46 Topologies: 1 @@ -19391,7 +19340,7 @@ Topologies: 1 1: brakehoses_months=0 1: brakehoses_vio=false 0 2 1: road -ID: 371 +ID: 370 Qualities: 46 Topologies: 1 @@ -19442,61 +19391,61 @@ Topologies: 1 1: brakehoses_months=0 1: brakehoses_vio=false 0 2 1: road +ID: 371 +Qualities: 46 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=true +0: exhaust_vio=false +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=0 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=true +1: ac_vio=false +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0 2 1: road ID: 372 Qualities: 46 Topologies: 1 -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=false -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0 2 1: road -ID: 373 -Qualities: 46 -Topologies: 1 - 0: brake_months=0 0: exhaust_months=12 0: ac_odometer=120000 @@ -19544,7 +19493,7 @@ Topologies: 1 1: brakehoses_months=0 1: brakehoses_vio=false 0 2 1: road -ID: 374 +ID: 373 Qualities: 46 Topologies: 1 @@ -19595,7 +19544,7 @@ Topologies: 1 1: brakehoses_months=0 1: brakehoses_vio=false 0 2 1: road -ID: 375 +ID: 374 Qualities: 46 Topologies: 1 @@ -19646,7 +19595,7 @@ Topologies: 1 1: brakehoses_months=0 1: brakehoses_vio=false 0 2 1: road -ID: 376 +ID: 375 Qualities: 46 Topologies: 1 @@ -19697,7 +19646,7 @@ Topologies: 1 1: brakehoses_months=0 1: brakehoses_vio=false 0 2 1: road -ID: 377 +ID: 376 Qualities: 46 Topologies: 1 @@ -19748,7 +19697,7 @@ Topologies: 1 1: brakehoses_months=0 1: brakehoses_vio=false 0 2 1: road -ID: 378 +ID: 377 Qualities: 46 Topologies: 1 @@ -19799,6 +19748,57 @@ Topologies: 1 1: brakehoses_months=0 1: brakehoses_vio=false 0 2 1: road +ID: 378 +Qualities: 46 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=true +0: exhaust_vio=true +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=true +1: exhaust_vio=false +1: ac_vio=false +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0 2 1: road ID: 379 Qualities: 46 Topologies: 1 @@ -19808,7 +19808,7 @@ Topologies: 1 0: ac_odometer=120000 0: vacuum_odometer=120000 0: engine=gas -0: brake_vio=true +0: brake_vio=false 0: exhaust_vio=true 0: ac_vio=false 0: vacuum_vio=false @@ -19826,12 +19826,12 @@ Topologies: 1 0: brakepipe_vio=false 0: brakehoses_months=0 0: brakehoses_vio=false -1: brake_months=6 +1: brake_months=0 1: exhaust_months=12 1: ac_odometer=120000 1: vacuum_odometer=120000 1: engine=diesel -1: brake_vio=true +1: brake_vio=false 1: exhaust_vio=false 1: ac_vio=false 1: vacuum_vio=false @@ -19859,7 +19859,7 @@ Topologies: 1 0: ac_odometer=120000 0: vacuum_odometer=120000 0: engine=gas -0: brake_vio=false +0: brake_vio=true 0: exhaust_vio=true 0: ac_vio=false 0: vacuum_vio=false @@ -19905,12 +19905,12 @@ ID: 381 Qualities: 46 Topologies: 1 -0: brake_months=6 +0: brake_months=0 0: exhaust_months=12 0: ac_odometer=120000 0: vacuum_odometer=120000 0: engine=gas -0: brake_vio=true +0: brake_vio=false 0: exhaust_vio=true 0: ac_vio=false 0: vacuum_vio=false @@ -19956,57 +19956,6 @@ ID: 382 Qualities: 46 Topologies: 1 -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0 2 1: road -ID: 383 -Qualities: 46 -Topologies: 1 - 0: brake_months=1 0: exhaust_months=13 0: ac_odometer=130000 @@ -20054,61 +20003,61 @@ Topologies: 1 1: brakehoses_months=0 1: brakehoses_vio=false 0 2 1: road +ID: 383 +Qualities: 46 +Topologies: 1 + +0: brake_months=0 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=true +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=true +1: exhaust_vio=false +1: ac_vio=false +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0 2 1: road ID: 384 Qualities: 46 Topologies: 1 -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0 2 1: road -ID: 385 -Qualities: 46 -Topologies: 1 - 0: brake_months=0 0: exhaust_months=12 0: ac_odometer=120000 @@ -20156,7 +20105,7 @@ Topologies: 1 1: brakehoses_months=0 1: brakehoses_vio=false 0 2 1: road -ID: 386 +ID: 385 Qualities: 46 Topologies: 1 @@ -20207,7 +20156,7 @@ Topologies: 1 1: brakehoses_months=0 1: brakehoses_vio=false 0 2 1: road -ID: 387 +ID: 386 Qualities: 46 Topologies: 1 @@ -20258,61 +20207,61 @@ Topologies: 1 1: brakehoses_months=0 1: brakehoses_vio=false 0 2 1: road +ID: 387 +Qualities: 46 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=true +0: exhaust_vio=false +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=0 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=false +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0 2 1: road ID: 388 Qualities: 46 Topologies: 1 -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0 2 1: road -ID: 389 -Qualities: 46 -Topologies: 1 - 0: brake_months=0 0: exhaust_months=12 0: ac_odometer=120000 @@ -20360,7 +20309,7 @@ Topologies: 1 1: brakehoses_months=0 1: brakehoses_vio=false 0 2 1: road -ID: 390 +ID: 389 Qualities: 46 Topologies: 1 @@ -20411,7 +20360,7 @@ Topologies: 1 1: brakehoses_months=0 1: brakehoses_vio=false 0 2 1: road -ID: 391 +ID: 390 Qualities: 46 Topologies: 1 @@ -20462,7 +20411,7 @@ Topologies: 1 1: brakehoses_months=0 1: brakehoses_vio=false 0 2 1: road -ID: 392 +ID: 391 Qualities: 46 Topologies: 1 @@ -20513,6 +20462,57 @@ Topologies: 1 1: brakehoses_months=0 1: brakehoses_vio=false 0 2 1: road +ID: 392 +Qualities: 46 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=6 +0: ac_odometer=60000 +0: vacuum_odometer=60000 +0: engine=gas +0: brake_vio=true +0: exhaust_vio=false +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=6 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=0 +1: exhaust_months=6 +1: ac_odometer=60000 +1: vacuum_odometer=60000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=false +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=6 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0 2 1: road ID: 393 Qualities: 46 Topologies: 1 diff --git a/src/ag_gen/ag_gen.cpp b/src/ag_gen/ag_gen.cpp index 721d8a9..a0de248 100755 --- a/src/ag_gen/ag_gen.cpp +++ b/src/ag_gen/ag_gen.cpp @@ -335,7 +335,7 @@ double mem_threshold, mpi::communicator &world) struct timeval t21,t22; gettimeofday(&t21,NULL); task_two(instance, alloc, two_alloc, world, localFrontier, mem_threshold,\ - ttwo_comm, ex_groups, hash_map); + ttwo_comm, ex_groups, hash_map, edge_map); //Wait for all Task 2 nodes to finish while(ttwo_comm.iprobe(mpi::any_source, 3) || ttwo_comm.iprobe(mpi::any_source, 4)){ @@ -426,7 +426,7 @@ double mem_threshold, mpi::communicator &world) struct timeval t31,t32; gettimeofday(&t31,NULL); task_three(instance, critical_state, localFrontier, mem_threshold, world,\ - alloc, two_alloc, current_state, exploit, assetGroup, hash_map, last_known_id); + alloc, two_alloc, current_state, exploit, assetGroup, hash_map, last_known_id, edge_map); gettimeofday(&t32,NULL); total_task3+=(t32.tv_sec-t31.tv_sec)*1000.0+(t32.tv_usec-t31.tv_usec)/1000.0; } @@ -568,7 +568,7 @@ double mem_threshold, mpi::communicator &world) std::cout << "Average Task 4 time: " << total_task4/task4_count << "ms" << std::endl; std::cout << "Average Task 5 time: " << total_task5/task5_count << "ms" << std::endl; - edge_adjustment(instance, hash_map); + //edge_adjustment(instance, hash_map); } std::chrono::duration elapsed_seconds = end - start; @@ -607,7 +607,7 @@ int initQSize, double mem_threshold, mpi::communicator &world) bool save_queued = false; if(world.rank() == 0) - std::cout << "Generating Attack Graph" << std::endl; + std::cout << "Generating Attack Graph through the OMP/Serial Approach" << std::endl; std::unordered_map> od_map; size_t assets_size = instance.assets.size(); @@ -730,13 +730,13 @@ int initQSize, double mem_threshold, mpi::communicator &world) frontier.emplace_front(new_state); Edge ed(current_state.get_id(), new_state.get_id(), exploit, assetGroup); ed.set_id(); - instance.edges.push_back(ed); + edge_adjustment(instance, hash_map, edge_map, ed); } else { int id = hash_map[hash_num]; Edge ed(current_state.get_id(), id, exploit, assetGroup); ed.set_id(); - instance.edges.push_back(ed); + edge_adjustment(instance, hash_map, edge_map, ed); } } //for loop for new states ends } //while ends @@ -993,7 +993,7 @@ int initQSize, double mem_threshold, mpi::communicator &world) } if (i_alpha >= mem_threshold/2){ - edge_adjustment(instance, hash_map); + //edge_adjustment(instance, hash_map); save_ag_to_db(instance, true); //Clear vectors and free memory @@ -1125,7 +1125,6 @@ int initQSize, double mem_threshold, mpi::communicator &world, int state_limit) int last_known_id = 0; //Send new Network State to all worker nodes, if we have enough unex states to do so if(world.rank() == 0){ - //2 offset for root node and db node for (int w = 0; w < std::min((int)world.size(), (int)localFrontier.size()); w++){ //last_known_id = localFrontier.front().get_id(); if(world.size() > 1 && w == 0){ @@ -1157,6 +1156,8 @@ int initQSize, double mem_threshold, mpi::communicator &world, int state_limit) //Worker Nodes if (world.rank() > 1 || world.size() == 1 || (world.size() == 2 && world.rank() == 1)){ + world.probe(0, mpi::any_tag); + //Check for finished signal if(world.iprobe(0, 99)){ break; @@ -1171,7 +1172,7 @@ int initQSize, double mem_threshold, mpi::communicator &world, int state_limit) std::vector().swap(instance.factbase_items); NetworkState current_state; - current_state.reset_curr_id(); + //current_state.reset_curr_id(); world.recv(0, 1, current_state); state_count = 0; send_msg = 1; @@ -1276,6 +1277,7 @@ int initQSize, double mem_threshold, mpi::communicator &world, int state_limit) //TODO: Does not work if only some assets belong to a group. This only works if //all assets are in the group if(sync_exploits.size() < instance.assets.size()){ + state_count++; continue; } } @@ -1326,8 +1328,10 @@ int initQSize, double mem_threshold, mpi::communicator &world, int state_limit) auto hash_num = new_state.get_hash(instance.facts); - if (hash_num == current_hash) + if (hash_num == current_hash){ + state_count++; continue; + } #pragma omp critical //although local frontier is updated, the global hash is also updated to avoid testing on explored states. @@ -1386,6 +1390,8 @@ int initQSize, double mem_threshold, mpi::communicator &world, int state_limit) //Database Node if (world.rank() == 1 || world.size() == 1){ + + world.probe(0, mpi::any_tag); //Check for finished signal, assuming we have no more storage requests if(world.iprobe(0, 99) && !world.iprobe(0,7) && !world.iprobe(0,8)){ break; @@ -1434,7 +1440,8 @@ int initQSize, double mem_threshold, mpi::communicator &world, int state_limit) world.recv(w, 11, node_edges[w]); } if(!node_factbases[w].empty() || !node_edges[w].empty()){ - state_merge(node_factbases[w], node_edges[w], hash_map, instance, mem_threshold, world); + state_merge(node_factbases[w], node_edges[w], hash_map, instance, mem_threshold,\ + world, edge_map); } } } @@ -1448,19 +1455,6 @@ int initQSize, double mem_threshold, mpi::communicator &world, int state_limit) } } } - - //Check for Hash Table updates - while(world.iprobe(mpi::any_source, 5) || world.iprobe(mpi::any_source, 6)){ - NetworkState update_state; - Quality update_fact; - - world.recv(mpi::any_source, 5, update_state); - world.recv(mpi::any_source, 6, update_fact); - //Update - instance.facts.hash_table[update_state.compound_assign(update_fact)]=instance.facts.size(); - instance.facts.length++; - instance.facts.str_vector.push_back(update_state.compound_assign(update_fact)); - } //Check for factbases or nodes, and add them to our network while(world.iprobe(mpi::any_source, 10) || world.iprobe(mpi::any_source, 11)){ @@ -1472,7 +1466,8 @@ int initQSize, double mem_threshold, mpi::communicator &world, int state_limit) world.recv(w, 11, node_edges[w]); } if(!node_factbases[w].empty() || !node_edges[w].empty()){ - state_merge(node_factbases[w], node_edges[w], hash_map, instance, mem_threshold, world); + state_merge(node_factbases[w], node_edges[w], hash_map, instance, mem_threshold,\ + world, edge_map); } } } @@ -1546,7 +1541,7 @@ int initQSize, double mem_threshold, mpi::communicator &world, int state_limit) while(proceed == 0 && !localFrontier.empty()){ if(deque_marker[w] >= localFrontier.size()){ if(localFrontier.empty()){ - deque_marker[w] = 0; + //deque_marker[w] = 0; break; } deque_marker[w] = localFrontier.size()-1; @@ -1597,6 +1592,8 @@ int initQSize, double mem_threshold, mpi::communicator &world, int state_limit) finished_signal = 1; } } //end world rank 0 + + } // end main work loop //Tell all nodes to finish @@ -1611,7 +1608,6 @@ int initQSize, double mem_threshold, mpi::communicator &world, int state_limit) gettimeofday(&t2,NULL); total_t+=(t2.tv_sec-t1.tv_sec)*1000.0+(t2.tv_usec-t1.tv_usec)/1000.0; printf("AG TOOK %lf ms.\n", total_t); - edge_adjustment(instance, hash_map); auto end = std::chrono::system_clock::now(); std::chrono::duration elapsed_seconds = end - start; diff --git a/src/ag_gen/ag_gen.h b/src/ag_gen/ag_gen.h index 325fdc4..ed76918 100755 --- a/src/ag_gen/ag_gen.h +++ b/src/ag_gen/ag_gen.h @@ -76,6 +76,7 @@ class AGGen { AGGenInstance instance; std::deque frontier; //!< Unexplored states std::unordered_map hash_map{}; //!< Map of hashes to Factbase ID + std::unordered_map edge_map{}; //!< Map of hashes to Edge ID bool use_redis; #ifdef REDIS diff --git a/src/ag_gen/edge.cpp b/src/ag_gen/edge.cpp index 11124ac..41a27d7 100755 --- a/src/ag_gen/edge.cpp +++ b/src/ag_gen/edge.cpp @@ -6,6 +6,7 @@ #include "edge.h" #include "../util/db.h" +#include /** * @brief Constructor for Edge @@ -131,3 +132,15 @@ void Edge::force_set_id(int i) { id = i; } + +size_t Edge::hash(){ + // size_t hash = 0xf848b64e; // Random seed value + // size_t seed = 0x0c32a12fe19d2119; + size_t seed = 0; + + boost::hash_combine(seed, get_exploit_id()); + boost::hash_combine(seed, get_from_id()); + boost::hash_combine(seed, get_to_id()); + + return seed; +} diff --git a/src/ag_gen/edge.h b/src/ag_gen/edge.h index 394fb0e..c59a876 100755 --- a/src/ag_gen/edge.h +++ b/src/ag_gen/edge.h @@ -64,6 +64,7 @@ class Edge { bool comparator(Edge& ed2); bool operator==(const Edge& ed2); void force_set_id(int i); + size_t hash(); }; #endif // AG_GEN_EDGE_H diff --git a/src/main.cpp b/src/main.cpp index ee9ac33..05986f6 100755 --- a/src/main.cpp +++ b/src/main.cpp @@ -716,9 +716,8 @@ int main(int argc, char *argv[]) { std::cout << "Total Edges: " << get_num_edges() << std::endl; std::cout << "Total Time: " << postinstance.elapsed_seconds.count() << " seconds\n"; - //std::cout << "Total States: " << postinstance.factbases.size() << "\n"; std::cout << "Total States: " << get_num_states() << std::endl; - std::cout << "Duplicated States that had to be removed: " << postinstance.duplicates << std::endl; + std::cout << "Duplicated States that had to be removed: " << postinstance.duplicates << std::endl; std::cout << "Saving Attack Graph to Database: " << std::flush; std::cout << "Done\n"; diff --git a/src/mpi/tasks.cpp b/src/mpi/tasks.cpp index 491cf81..d99077d 100644 --- a/src/mpi/tasks.cpp +++ b/src/mpi/tasks.cpp @@ -191,7 +191,7 @@ void task_one(AGGenInstance &instance, NetworkState ¤t_state,\ void task_two(AGGenInstance &instance, int alloc, int two_alloc, boost::mpi::communicator &world,\ std::deque &localFrontier, double mem_threshold, boost::mpi::communicator &ttwo_comm,\ - std::vector ex_groups, std::unordered_map &hash_map){ + std::vector ex_groups, std::unordered_map &hash_map, std::unordered_map &edge_map){ NetworkState current_state; std::vector> appl_exploits; @@ -321,35 +321,6 @@ void task_two(AGGenInstance &instance, int alloc, int two_alloc, boost::mpi::com break; case UPDATE_T: new_state.update_quality(fact); - - /* - //TODO: if fact!= "="" call new_state function, passing fact and instance.facts. Update the quality, and insert it into the hash_table instead of this convoluted mess - if(fact.get_op()=="+="){ - - std::unordered_map::const_iterator got = instance.facts.hash_table.find(new_state.compound_assign(fact)); - - //If the value is not already in the hash_table, insert it. - //Since the compound operators include a value that is not in the original Keyvalue object, the unordered map does not include it - //As a result, you have to manually add it. - if(got==instance.facts.hash_table.end()){ - instance.facts.hash_table[new_state.compound_assign(fact)]=instance.facts.size(); - instance.facts.length++; - instance.facts.str_vector.push_back(new_state.compound_assign(fact)); - //Update ALL nodes (include ttwo_comm nodes) with new data - - for (int w = 0; w < world.size(); w++) - { - if(w != world.rank()) - { - mpi::request ns_req = world.isend(w, 3, new_state); - mpi::request fact_req = world.isend(w, 4, fact); - ns_req.wait(); - fact_req.wait(); - } - } - } - } - */ break; case DELETE_T: new_state.delete_quality(fact); @@ -401,7 +372,7 @@ void task_two(AGGenInstance &instance, int alloc, int two_alloc, boost::mpi::com if(get_num_states() > 1) last_known_id += get_num_states()-1; task_three(instance, new_state, localFrontier, mem_threshold, world,\ - alloc, two_alloc, current_state, exploit, assetGroup, hash_map, last_known_id); + alloc, two_alloc, current_state, exploit, assetGroup, hash_map, last_known_id, edge_map); } } else{ @@ -412,7 +383,8 @@ void task_two(AGGenInstance &instance, int alloc, int two_alloc, boost::mpi::com void task_three(AGGenInstance &instance, NetworkState &new_state, std::deque &localFrontier,\ double mem_threshold, boost::mpi::communicator &world, int alloc, int two_alloc, NetworkState ¤t_state,\ - Exploit &exploit, AssetGroup &assetGroup, std::unordered_map &hash_map, int last_known_id){ + Exploit &exploit, AssetGroup &assetGroup, std::unordered_map &hash_map, int last_known_id,\ + std::unordered_map &edge_map){ auto hash_num = new_state.get_hash(instance.facts); @@ -466,7 +438,6 @@ void task_three(AGGenInstance &instance, NetworkState &new_state, std::deque= mem_threshold/2){ mpi::request fb_req = world.isend(send_check(world, alloc+two_alloc), 7, instance.factbases); - edge_adjustment(instance, hash_map); mpi::request ed_req = world.isend(send_check(world, alloc+two_alloc), 8, instance.edges); //save_ag_to_db(instance, true); fb_req.wait(); @@ -485,7 +456,7 @@ void task_three(AGGenInstance &instance, NetworkState &new_state, std::deque &node_factbases, std::vector &node_edges,\ std::unordered_map &hash_map, AGGenInstance &instance, double mem_threshold,\ - mpi::communicator &world){ + mpi::communicator &world, std::unordered_map &edge_hash){ auto tot_sys_mem = getTotalSystemMemory(); + //Factbase Merging for(auto &fb : node_factbases){ auto hash_num = fb.hash(instance.facts); @@ -533,7 +505,7 @@ void state_merge(std::vector &node_factbases, std::vector &node_ double i_usage = instance.factbases.back().get_size() * instance.factbases.size() * 2 + sizeof(instance.edges[0]) * instance.edges.size(); if (i_alpha >= mem_threshold/2){ - edge_adjustment(instance, hash_map); + //edge_adjustment(instance, hash_map); mpi::request fb_req = world.isend(1, 7, instance.factbases); mpi::request ed_req = world.isend(1, 8, instance.edges); //save_ag_to_db(instance, true); @@ -550,22 +522,48 @@ void state_merge(std::vector &node_factbases, std::vector &node_ i_alpha = i_usage/tot_sys_mem; } } - else{ - instance.duplicates++; - } + else{ + instance.duplicates++; + } } - //Note: This does add duplicates. Having one duplicate removal sweep at the end is preferable to duplicate checking - //every time we want to push new edges back on the frontier - verified through timing for both small and large networks. - instance.edges.insert(std::end(instance.edges), std::begin(node_edges), std::end(node_edges)); + //Edge Merging + int i = instance.edges.size() + get_num_edges(); + // Convert to and from node hashes to Factbase IDs + for (auto &ed : node_edges){ + auto itr = hash_map.find(ed.get_to_id()); + if(itr != hash_map.end()){ + auto to_id = std::get<1>(*itr); + ed.force_to_id(to_id); + } + + auto itr2 = hash_map.find(ed.get_from_id()); + if(itr2 != hash_map.end()){ + auto from_id = std::get<1>(*itr2); + ed.force_from_id(from_id); + } + + auto ed_hash = ed.hash(); + auto [eitr, inserted] = edge_hash.insert(std::make_pair(ed_hash, ed.get_id())); + if (inserted){ + ed.force_set_id(i); + i++; + instance.edges.push_back(ed); + } + } + + std::vector().swap(node_edges); } //Convert Edge to_hash and from_hash to to_id and from_id -void edge_adjustment(AGGenInstance &instance, std::unordered_map &hash_map) +void edge_adjustment(AGGenInstance &instance, std::unordered_map &hash_map,\ + std::unordered_map &edge_hash) { - // 2 Loops: Can't convert hash->ID while simultaneously checking for duplicates + int i = instance.edges.size() + get_num_edges(); + + // Convert to and from node hashes to Factbase IDs for (auto &ed : instance.edges){ auto itr = hash_map.find(ed.get_to_id()); if(itr != hash_map.end()){ @@ -578,31 +576,44 @@ void edge_adjustment(AGGenInstance &instance, std::unordered_map &h auto from_id = std::get<1>(*itr2); ed.force_from_id(from_id); } - } + auto ed_hash = ed.hash(); + auto [eitr, inserted] = edge_hash.insert(std::make_pair(ed_hash, ed.get_id())); + if (inserted){ + ed.force_set_id(i); + i++; + instance.edges.push_back(ed); + } + } //Remove duplicates //Poor Approach, but functional. Examine replacing instance.edges with a set instead of a vector - - //Tmp Vector - std::vector clean; - int i = instance.edges.size() + get_num_edges(); - for(auto itr = instance.edges.begin(); itr != instance.edges.end();){ - int seen = 0; - for(auto eitr = clean.begin(); eitr != clean.end(); eitr++){ - if((*eitr).operator==(*itr)){ - seen = 1; - break; - } - } - if(seen == 1){ - //Remove duplicate - itr = instance.edges.erase(itr); - } - else{ - clean.push_back(*itr); - (*itr).force_set_id(i); - i++; - itr++; - } - } +} + +//Convert Edge to_hash and from_hash to to_id and from_id +void edge_adjustment(AGGenInstance &instance, std::unordered_map &hash_map,\ + std::unordered_map &edge_hash, Edge ed) +{ + + int i = instance.edges.size() + get_num_edges(); + + // Convert to and from node hashes to Factbase IDs + auto itr = hash_map.find(ed.get_to_id()); + if(itr != hash_map.end()){ + auto to_id = std::get<1>(*itr); + ed.force_to_id(to_id); + } + + auto itr2 = hash_map.find(ed.get_from_id()); + if(itr2 != hash_map.end()){ + auto from_id = std::get<1>(*itr2); + ed.force_from_id(from_id); + } + + auto ed_hash = ed.hash(); + auto [eitr, inserted] = edge_hash.insert(std::make_pair(ed_hash, ed.get_id())); + if (inserted){ + ed.force_set_id(i); + i++; + instance.edges.push_back(ed); + } } diff --git a/src/mpi/tasks.h b/src/mpi/tasks.h index 21cb452..3223a74 100644 --- a/src/mpi/tasks.h +++ b/src/mpi/tasks.h @@ -13,11 +13,13 @@ void task_one(AGGenInstance &instance, NetworkState ¤t_state,\ void task_two(AGGenInstance &instance, int alloc, int two_alloc, boost::mpi::communicator &world,\ std::deque &localFrontier, double mem_threshold, boost::mpi::communicator &ttwo_comm,\ - std::vector ex_groups, std::unordered_map &hash_map); + std::vector ex_groups, std::unordered_map &hash_map,\ + std::unordered_map &edge_map); void task_three(AGGenInstance &instance, NetworkState &new_state, std::deque &localFrontier,\ double mem_threshold, boost::mpi::communicator &world, int alloc, int two_alloc, NetworkState ¤t_state,\ - Exploit &exploit, AssetGroup &assetGroup, std::unordered_map &hash_map, int last_known_id); + Exploit &exploit, AssetGroup &assetGroup, std::unordered_map &hash_map, int last_known_id,\ + std::unordered_map &edge_map); void task_four(NetworkState &new_state); @@ -25,8 +27,9 @@ int send_check(boost::mpi::communicator &world, int curr_node); void state_merge(std::vector &node_factbases, std::vector &node_edges,\ std::unordered_map &hash_map, AGGenInstance &instance, double mem_threshold,\ - mpi::communicator &world); + mpi::communicator &world, std::unordered_map &edge_hash); -void edge_adjustment(AGGenInstance &instance, std::unordered_map &hash_map); +void edge_adjustment(AGGenInstance &instance, std::unordered_map &hash_map,\ + std::unordered_map &edge_hash, Edge ed); #endif //TASKS_H