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 8f2e745..d9891f1 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/states.txt b/build/states.txt index 02ddc2c..aebec23 100644 --- a/build/states.txt +++ b/build/states.txt @@ -307,20 +307,20 @@ Topologies: 1 1: brakehoses_vio=false 0 2 1: road ID: 6 -Qualities: 48 +Qualities: 47 Topologies: 1 -0: brake_months=2 -0: exhaust_months=2 -0: ac_odometer=20000 -0: vacuum_odometer=20000 +0: brake_months=3 +0: exhaust_months=3 +0: ac_odometer=30000 +0: vacuum_odometer=30000 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=2 +0: TIME_ADVANCE_STEP=3 0: oil_odom=0 0: oil_vio=false 0: driveshaft_odom=0 @@ -333,17 +333,17 @@ Topologies: 1 0: brakepipe_vio=false 0: brakehoses_months=0 0: brakehoses_vio=false -1: brake_months=2 -1: exhaust_months=2 -1: ac_odometer=20000 -1: vacuum_odometer=20000 +1: brake_months=3 +1: exhaust_months=3 +1: ac_odometer=30000 +1: vacuum_odometer=30000 1: engine=diesel 1: brake_vio=false 1: exhaust_vio=false -1: ac_vio=true +1: ac_vio=false 1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=2 +1: compliance_vio=false +1: TIME_ADVANCE_STEP=3 1: oil_odom=0 1: oil_vio=false 1: driveshaft_odom=0 @@ -357,64 +357,11 @@ Topologies: 1 1: brakehoses_months=0 1: brakehoses_vio=false 0: is_critical=true -1: is_critical=true 0 2 1: road ID: 7 Qualities: 47 Topologies: 1 -0: brake_months=3 -0: exhaust_months=3 -0: ac_odometer=30000 -0: vacuum_odometer=30000 -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=3 -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=3 -1: exhaust_months=3 -1: ac_odometer=30000 -1: vacuum_odometer=30000 -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=3 -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: 8 -Qualities: 47 -Topologies: 1 - 0: brake_months=3 0: exhaust_months=3 0: ac_odometer=30000 @@ -463,7 +410,7 @@ Topologies: 1 1: brakehoses_vio=false 1: is_critical=true 0 2 1: road -ID: 9 +ID: 8 Qualities: 46 Topologies: 1 @@ -514,60 +461,7 @@ Topologies: 1 1: brakehoses_months=0 1: brakehoses_vio=false 0 2 1: road -ID: 10 -Qualities: 48 -Topologies: 1 - -0: brake_months=3 -0: exhaust_months=3 -0: ac_odometer=30000 -0: vacuum_odometer=30000 -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=3 -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=3 -1: exhaust_months=3 -1: ac_odometer=30000 -1: vacuum_odometer=30000 -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=3 -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: 11 +ID: 9 Qualities: 47 Topologies: 1 @@ -619,21 +513,124 @@ Topologies: 1 1: brakehoses_vio=false 0: is_critical=true 0 2 1: road +ID: 10 +Qualities: 47 +Topologies: 1 + +0: brake_months=4 +0: exhaust_months=4 +0: ac_odometer=40000 +0: vacuum_odometer=40000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=false +0: TIME_ADVANCE_STEP=4 +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=4 +1: exhaust_months=4 +1: ac_odometer=40000 +1: vacuum_odometer=40000 +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=4 +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: 11 +Qualities: 46 +Topologies: 1 + +0: brake_months=5 +0: exhaust_months=5 +0: ac_odometer=50000 +0: vacuum_odometer=50000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=false +0: TIME_ADVANCE_STEP=5 +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=5 +1: exhaust_months=5 +1: ac_odometer=50000 +1: vacuum_odometer=50000 +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=5 +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: 12 Qualities: 47 Topologies: 1 -0: brake_months=4 -0: exhaust_months=4 -0: ac_odometer=40000 -0: vacuum_odometer=40000 +0: brake_months=5 +0: exhaust_months=5 +0: ac_odometer=50000 +0: vacuum_odometer=50000 0: engine=gas 0: brake_vio=false 0: exhaust_vio=false -0: ac_vio=false +0: ac_vio=true 0: vacuum_vio=false -0: compliance_vio=false -0: TIME_ADVANCE_STEP=4 +0: compliance_vio=true +0: TIME_ADVANCE_STEP=5 0: oil_odom=0 0: oil_vio=false 0: driveshaft_odom=0 @@ -646,17 +643,17 @@ Topologies: 1 0: brakepipe_vio=false 0: brakehoses_months=0 0: brakehoses_vio=false -1: brake_months=4 -1: exhaust_months=4 -1: ac_odometer=40000 -1: vacuum_odometer=40000 +1: brake_months=5 +1: exhaust_months=5 +1: ac_odometer=50000 +1: vacuum_odometer=50000 1: engine=diesel 1: brake_vio=false 1: exhaust_vio=false -1: ac_vio=true +1: ac_vio=false 1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=4 +1: compliance_vio=false +1: TIME_ADVANCE_STEP=5 1: oil_odom=0 1: oil_vio=false 1: driveshaft_odom=0 @@ -669,10 +666,10 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false -1: is_critical=true +0: is_critical=true 0 2 1: road ID: 13 -Qualities: 46 +Qualities: 47 Topologies: 1 0: brake_months=5 @@ -705,9 +702,9 @@ Topologies: 1 1: engine=diesel 1: brake_vio=false 1: exhaust_vio=false -1: ac_vio=false +1: ac_vio=true 1: vacuum_vio=false -1: compliance_vio=false +1: compliance_vio=true 1: TIME_ADVANCE_STEP=5 1: oil_odom=0 1: oil_vio=false @@ -721,165 +718,9 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false +1: is_critical=true 0 2 1: road ID: 14 -Qualities: 48 -Topologies: 1 - -0: brake_months=4 -0: exhaust_months=4 -0: ac_odometer=40000 -0: vacuum_odometer=40000 -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=4 -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=4 -1: exhaust_months=4 -1: ac_odometer=40000 -1: vacuum_odometer=40000 -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=4 -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: 15 -Qualities: 47 -Topologies: 1 - -0: brake_months=5 -0: exhaust_months=5 -0: ac_odometer=50000 -0: vacuum_odometer=50000 -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=5 -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=5 -1: exhaust_months=5 -1: ac_odometer=50000 -1: vacuum_odometer=50000 -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=5 -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: 16 -Qualities: 47 -Topologies: 1 - -0: brake_months=5 -0: exhaust_months=5 -0: ac_odometer=50000 -0: vacuum_odometer=50000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=false -0: TIME_ADVANCE_STEP=5 -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=5 -1: exhaust_months=5 -1: ac_odometer=50000 -1: vacuum_odometer=50000 -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=5 -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: 17 Qualities: 46 Topologies: 1 @@ -930,21 +771,21 @@ Topologies: 1 1: brakehoses_months=0 1: brakehoses_vio=false 0 2 1: road -ID: 18 -Qualities: 48 +ID: 15 +Qualities: 46 Topologies: 1 -0: brake_months=5 -0: exhaust_months=5 -0: ac_odometer=50000 -0: vacuum_odometer=50000 +0: brake_months=6 +0: exhaust_months=6 +0: ac_odometer=60000 +0: vacuum_odometer=60000 0: engine=gas -0: brake_vio=false +0: brake_vio=true 0: exhaust_vio=false -0: ac_vio=true +0: ac_vio=false 0: vacuum_vio=false 0: compliance_vio=true -0: TIME_ADVANCE_STEP=5 +0: TIME_ADVANCE_STEP=6 0: oil_odom=0 0: oil_vio=false 0: driveshaft_odom=0 @@ -957,17 +798,119 @@ Topologies: 1 0: brakepipe_vio=false 0: brakehoses_months=0 0: brakehoses_vio=false -1: brake_months=5 -1: exhaust_months=5 -1: ac_odometer=50000 -1: vacuum_odometer=50000 +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: 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: 16 +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=false +0: exhaust_vio=false +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=false +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=5 +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: 17 +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=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 @@ -981,6 +924,57 @@ Topologies: 1 1: brakehoses_months=0 1: brakehoses_vio=false 0: is_critical=true +0 2 1: road +ID: 18 +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=false +0: vacuum_vio=false +0: compliance_vio=false +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: 19 @@ -992,9 +986,9 @@ Topologies: 1 0: ac_odometer=60000 0: vacuum_odometer=60000 0: engine=gas -0: brake_vio=false +0: brake_vio=true 0: exhaust_vio=false -0: ac_vio=true +0: ac_vio=false 0: vacuum_vio=false 0: compliance_vio=true 0: TIME_ADVANCE_STEP=6 @@ -1017,9 +1011,9 @@ Topologies: 1 1: engine=diesel 1: brake_vio=false 1: exhaust_vio=false -1: ac_vio=false +1: ac_vio=true 1: vacuum_vio=false -1: compliance_vio=false +1: compliance_vio=true 1: TIME_ADVANCE_STEP=6 1: oil_odom=0 1: oil_vio=false @@ -1033,7 +1027,7 @@ Topologies: 1 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: 20 Qualities: 47 @@ -1067,7 +1061,7 @@ Topologies: 1 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=true 1: vacuum_vio=false @@ -1088,7 +1082,7 @@ Topologies: 1 1: is_critical=true 0 2 1: road ID: 21 -Qualities: 46 +Qualities: 48 Topologies: 1 0: brake_months=6 @@ -1096,9 +1090,9 @@ Topologies: 1 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=false +0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true 0: TIME_ADVANCE_STEP=6 @@ -1121,9 +1115,9 @@ Topologies: 1 1: engine=diesel 1: brake_vio=false 1: exhaust_vio=false -1: ac_vio=false +1: ac_vio=true 1: vacuum_vio=false -1: compliance_vio=false +1: compliance_vio=true 1: TIME_ADVANCE_STEP=6 1: oil_odom=0 1: oil_vio=false @@ -1137,9 +1131,11 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false +1: is_critical=true +0: is_critical=true 0 2 1: road ID: 22 -Qualities: 46 +Qualities: 48 Topologies: 1 0: brake_months=6 @@ -1147,11 +1143,11 @@ Topologies: 1 0: ac_odometer=60000 0: vacuum_odometer=60000 0: engine=gas -0: brake_vio=false +0: brake_vio=true 0: exhaust_vio=false -0: ac_vio=false +0: ac_vio=true 0: vacuum_vio=false -0: compliance_vio=false +0: compliance_vio=true 0: TIME_ADVANCE_STEP=6 0: oil_odom=0 0: oil_vio=false @@ -1170,9 +1166,9 @@ Topologies: 1 1: ac_odometer=60000 1: vacuum_odometer=60000 1: engine=diesel -1: brake_vio=true +1: brake_vio=false 1: exhaust_vio=false -1: ac_vio=false +1: ac_vio=true 1: vacuum_vio=false 1: compliance_vio=true 1: TIME_ADVANCE_STEP=6 @@ -1188,6 +1184,8 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false +1: is_critical=true +0: is_critical=true 0 2 1: road ID: 23 Qualities: 48 @@ -1221,7 +1219,7 @@ Topologies: 1 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=true 1: vacuum_vio=false @@ -1239,11 +1237,11 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false -0: is_critical=true 1: is_critical=true +0: is_critical=true 0 2 1: road ID: 24 -Qualities: 47 +Qualities: 48 Topologies: 1 0: brake_months=6 @@ -1274,11 +1272,11 @@ Topologies: 1 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: ac_vio=true 1: vacuum_vio=false -1: compliance_vio=false +1: compliance_vio=true 1: TIME_ADVANCE_STEP=6 1: oil_odom=0 1: oil_vio=false @@ -1292,10 +1290,11 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false +1: is_critical=true 0: is_critical=true 0 2 1: road ID: 25 -Qualities: 47 +Qualities: 48 Topologies: 1 0: brake_months=6 @@ -1321,264 +1320,6 @@ 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: is_critical=true -0 2 1: road -ID: 26 -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=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: 27 -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=false -0: vacuum_vio=false -0: compliance_vio=false -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: 28 -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=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: 29 -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: 30 -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=false -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=false -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 @@ -1586,7 +1327,7 @@ Topologies: 1 1: engine=diesel 1: brake_vio=false 1: exhaust_vio=false -1: ac_vio=false +1: ac_vio=true 1: vacuum_vio=false 1: compliance_vio=true 1: TIME_ADVANCE_STEP=6 @@ -1602,22 +1343,289 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false +1: is_critical=true +0: is_critical=true +0 2 1: road +ID: 26 +Qualities: 48 +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=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: is_critical=true +0 2 1: road +ID: 27 +Qualities: 48 +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=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: is_critical=true +0 2 1: road +ID: 28 +Qualities: 48 +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=true +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 +1: is_critical=true +0: is_critical=true +0 2 1: road +ID: 29 +Qualities: 48 +Topologies: 1 + +0: brake_months=2 +0: exhaust_months=8 +0: ac_odometer=80000 +0: vacuum_odometer=80000 +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=8 +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=2 +1: exhaust_months=8 +1: ac_odometer=80000 +1: vacuum_odometer=80000 +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=8 +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: is_critical=true +0 2 1: road +ID: 30 +Qualities: 48 +Topologies: 1 + +0: brake_months=3 +0: exhaust_months=9 +0: ac_odometer=90000 +0: vacuum_odometer=90000 +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=9 +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=3 +1: exhaust_months=9 +1: ac_odometer=90000 +1: vacuum_odometer=90000 +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=9 +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: is_critical=true 0 2 1: road ID: 31 Qualities: 48 Topologies: 1 -0: brake_months=6 -0: exhaust_months=6 -0: ac_odometer=60000 -0: vacuum_odometer=60000 +0: brake_months=4 +0: exhaust_months=10 +0: ac_odometer=100000 +0: vacuum_odometer=100000 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=6 +0: TIME_ADVANCE_STEP=10 0: oil_odom=0 0: oil_vio=false 0: driveshaft_odom=0 @@ -1630,17 +1638,17 @@ 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: brake_months=4 +1: exhaust_months=10 +1: ac_odometer=100000 +1: vacuum_odometer=100000 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: TIME_ADVANCE_STEP=10 1: oil_odom=0 1: oil_vio=false 1: driveshaft_odom=0 @@ -1653,24 +1661,24 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false -0: is_critical=true 1: is_critical=true +0: is_critical=true 0 2 1: road ID: 32 Qualities: 48 Topologies: 1 -0: brake_months=6 -0: exhaust_months=6 -0: ac_odometer=60000 -0: vacuum_odometer=60000 +0: brake_months=5 +0: exhaust_months=11 +0: ac_odometer=110000 +0: vacuum_odometer=110000 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: TIME_ADVANCE_STEP=11 0: oil_odom=0 0: oil_vio=false 0: driveshaft_odom=0 @@ -1683,17 +1691,17 @@ 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: brake_months=5 +1: exhaust_months=11 +1: ac_odometer=110000 +1: vacuum_odometer=110000 1: engine=diesel -1: brake_vio=true +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: TIME_ADVANCE_STEP=11 1: oil_odom=0 1: oil_vio=false 1: driveshaft_odom=0 @@ -1706,24 +1714,24 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false -0: is_critical=true 1: is_critical=true +0: is_critical=true 0 2 1: road ID: 33 -Qualities: 47 +Qualities: 48 Topologies: 1 0: brake_months=6 -0: exhaust_months=6 -0: ac_odometer=60000 -0: vacuum_odometer=60000 +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 0: compliance_vio=true -0: TIME_ADVANCE_STEP=6 +0: TIME_ADVANCE_STEP=12 0: oil_odom=0 0: oil_vio=false 0: driveshaft_odom=0 @@ -1737,16 +1745,16 @@ Topologies: 1 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: 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: ac_vio=true 1: vacuum_vio=false 1: compliance_vio=true -1: TIME_ADVANCE_STEP=6 +1: TIME_ADVANCE_STEP=12 1: oil_odom=0 1: oil_vio=false 1: driveshaft_odom=0 @@ -1759,23 +1767,24 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false +1: is_critical=true 0: is_critical=true 0 2 1: road ID: 34 -Qualities: 47 +Qualities: 48 Topologies: 1 -0: brake_months=0 -0: exhaust_months=6 -0: ac_odometer=60000 -0: vacuum_odometer=60000 +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 0: engine=gas -0: brake_vio=false +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: TIME_ADVANCE_STEP=12 0: oil_odom=0 0: oil_vio=false 0: driveshaft_odom=0 @@ -1789,16 +1798,16 @@ Topologies: 1 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: 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: ac_vio=true 1: vacuum_vio=false -1: compliance_vio=false -1: TIME_ADVANCE_STEP=6 +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 1: oil_odom=0 1: oil_vio=false 1: driveshaft_odom=0 @@ -1811,23 +1820,24 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false +1: is_critical=true 0: is_critical=true 0 2 1: road ID: 35 -Qualities: 47 +Qualities: 48 Topologies: 1 0: brake_months=6 -0: exhaust_months=6 -0: ac_odometer=60000 -0: vacuum_odometer=60000 +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=6 +0: TIME_ADVANCE_STEP=12 0: oil_odom=0 0: oil_vio=false 0: driveshaft_odom=0 @@ -1840,17 +1850,17 @@ Topologies: 1 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: brake_months=6 +1: exhaust_months=12 +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: ac_vio=true 1: vacuum_vio=false 1: compliance_vio=true -1: TIME_ADVANCE_STEP=6 +1: TIME_ADVANCE_STEP=12 1: oil_odom=0 1: oil_vio=false 1: driveshaft_odom=0 @@ -1863,2248 +1873,13 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false +1: is_critical=true 0: is_critical=true 0 2 1: road ID: 36 -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=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: 37 -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: 38 -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=false -0: vacuum_vio=false -0: compliance_vio=false -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=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: 39 -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: 40 -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: 41 Qualities: 48 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=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 -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 42 -Qualities: 48 -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=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 -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 43 -Qualities: 48 -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=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 -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 44 -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=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: 45 -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: 46 -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: 47 -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=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=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: 48 -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: 49 -Qualities: 48 -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=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 -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 50 -Qualities: 48 -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=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 -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 51 -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: 52 -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=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=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: 53 -Qualities: 46 -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=false -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 2 1: road -ID: 54 -Qualities: 48 -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=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 -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 55 -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: 56 -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=false -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=true -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 -1: is_critical=true -0 2 1: road -ID: 57 -Qualities: 46 -Topologies: 1 - -0: brake_months=2 -0: exhaust_months=8 -0: ac_odometer=80000 -0: vacuum_odometer=80000 -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=8 -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=2 -1: exhaust_months=8 -1: ac_odometer=80000 -1: vacuum_odometer=80000 -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=8 -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: 58 -Qualities: 48 -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=true -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 -1: is_critical=true -0 2 1: road -ID: 59 -Qualities: 47 -Topologies: 1 - -0: brake_months=2 -0: exhaust_months=8 -0: ac_odometer=80000 -0: vacuum_odometer=80000 -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=8 -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=2 -1: exhaust_months=8 -1: ac_odometer=80000 -1: vacuum_odometer=80000 -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=8 -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: 60 -Qualities: 47 -Topologies: 1 - -0: brake_months=2 -0: exhaust_months=8 -0: ac_odometer=80000 -0: vacuum_odometer=80000 -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=8 -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=2 -1: exhaust_months=8 -1: ac_odometer=80000 -1: vacuum_odometer=80000 -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=8 -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: 61 -Qualities: 46 -Topologies: 1 - -0: brake_months=3 -0: exhaust_months=9 -0: ac_odometer=90000 -0: vacuum_odometer=90000 -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=9 -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=3 -1: exhaust_months=9 -1: ac_odometer=90000 -1: vacuum_odometer=90000 -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=9 -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: 62 -Qualities: 48 -Topologies: 1 - -0: brake_months=2 -0: exhaust_months=8 -0: ac_odometer=80000 -0: vacuum_odometer=80000 -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=8 -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=2 -1: exhaust_months=8 -1: ac_odometer=80000 -1: vacuum_odometer=80000 -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=8 -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: 63 -Qualities: 47 -Topologies: 1 - -0: brake_months=3 -0: exhaust_months=9 -0: ac_odometer=90000 -0: vacuum_odometer=90000 -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=9 -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=3 -1: exhaust_months=9 -1: ac_odometer=90000 -1: vacuum_odometer=90000 -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=9 -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: 64 -Qualities: 47 -Topologies: 1 - -0: brake_months=3 -0: exhaust_months=9 -0: ac_odometer=90000 -0: vacuum_odometer=90000 -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=9 -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=3 -1: exhaust_months=9 -1: ac_odometer=90000 -1: vacuum_odometer=90000 -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=9 -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: 65 -Qualities: 46 -Topologies: 1 - -0: brake_months=4 -0: exhaust_months=10 -0: ac_odometer=100000 -0: vacuum_odometer=100000 -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=10 -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=4 -1: exhaust_months=10 -1: ac_odometer=100000 -1: vacuum_odometer=100000 -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=10 -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: 66 -Qualities: 48 -Topologies: 1 - -0: brake_months=3 -0: exhaust_months=9 -0: ac_odometer=90000 -0: vacuum_odometer=90000 -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=9 -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=3 -1: exhaust_months=9 -1: ac_odometer=90000 -1: vacuum_odometer=90000 -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=9 -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: 67 -Qualities: 47 -Topologies: 1 - -0: brake_months=4 -0: exhaust_months=10 -0: ac_odometer=100000 -0: vacuum_odometer=100000 -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=10 -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=4 -1: exhaust_months=10 -1: ac_odometer=100000 -1: vacuum_odometer=100000 -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=10 -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: 68 -Qualities: 47 -Topologies: 1 - -0: brake_months=4 -0: exhaust_months=10 -0: ac_odometer=100000 -0: vacuum_odometer=100000 -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=10 -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=4 -1: exhaust_months=10 -1: ac_odometer=100000 -1: vacuum_odometer=100000 -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=10 -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: 69 -Qualities: 46 -Topologies: 1 - -0: brake_months=5 -0: exhaust_months=11 -0: ac_odometer=110000 -0: vacuum_odometer=110000 -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=11 -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=5 -1: exhaust_months=11 -1: ac_odometer=110000 -1: vacuum_odometer=110000 -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=11 -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: 70 -Qualities: 48 -Topologies: 1 - -0: brake_months=4 -0: exhaust_months=10 -0: ac_odometer=100000 -0: vacuum_odometer=100000 -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=10 -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=4 -1: exhaust_months=10 -1: ac_odometer=100000 -1: vacuum_odometer=100000 -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=10 -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: 71 -Qualities: 47 -Topologies: 1 - -0: brake_months=5 -0: exhaust_months=11 -0: ac_odometer=110000 -0: vacuum_odometer=110000 -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=11 -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=5 -1: exhaust_months=11 -1: ac_odometer=110000 -1: vacuum_odometer=110000 -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=11 -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: 72 -Qualities: 47 -Topologies: 1 - -0: brake_months=5 -0: exhaust_months=11 -0: ac_odometer=110000 -0: vacuum_odometer=110000 -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=11 -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=5 -1: exhaust_months=11 -1: ac_odometer=110000 -1: vacuum_odometer=110000 -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=11 -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: 73 -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=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=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: 74 -Qualities: 48 -Topologies: 1 - -0: brake_months=5 -0: exhaust_months=11 -0: ac_odometer=110000 -0: vacuum_odometer=110000 -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=11 -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=5 -1: exhaust_months=11 -1: ac_odometer=110000 -1: vacuum_odometer=110000 -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=11 -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: 75 -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=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: 76 -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=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: 77 -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=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 2 1: road -ID: 78 -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=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=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: 79 -Qualities: 46 -Topologies: 1 - 0: brake_months=6 0: exhaust_months=12 0: ac_odometer=120000 @@ -4112,7 +1887,7 @@ Topologies: 1 0: engine=gas 0: brake_vio=false 0: exhaust_vio=true -0: ac_vio=false +0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true 0: TIME_ADVANCE_STEP=12 @@ -4135,7 +1910,7 @@ Topologies: 1 1: engine=diesel 1: brake_vio=false 1: exhaust_vio=false -1: ac_vio=false +1: ac_vio=true 1: vacuum_vio=false 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 @@ -4151,9 +1926,11 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false +1: is_critical=true +0: is_critical=true 0 2 1: road -ID: 80 -Qualities: 46 +ID: 37 +Qualities: 48 Topologies: 1 0: brake_months=6 @@ -4163,7 +1940,7 @@ Topologies: 1 0: engine=gas 0: brake_vio=false 0: exhaust_vio=false -0: ac_vio=false +0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true 0: TIME_ADVANCE_STEP=12 @@ -4186,7 +1963,7 @@ Topologies: 1 1: engine=diesel 1: brake_vio=false 1: exhaust_vio=true -1: ac_vio=false +1: ac_vio=true 1: vacuum_vio=false 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 @@ -4202,9 +1979,11 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false +1: is_critical=true +0: is_critical=true 0 2 1: road -ID: 81 -Qualities: 47 +ID: 38 +Qualities: 48 Topologies: 1 0: brake_months=6 @@ -4214,7 +1993,7 @@ Topologies: 1 0: engine=gas 0: brake_vio=false 0: exhaust_vio=false -0: ac_vio=false +0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true 0: TIME_ADVANCE_STEP=12 @@ -4237,7 +2016,7 @@ Topologies: 1 1: engine=diesel 1: brake_vio=false 1: exhaust_vio=false -1: ac_vio=false +1: ac_vio=true 1: vacuum_vio=true 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 @@ -4254,6 +2033,2286 @@ Topologies: 1 1: brakehoses_months=0 1: brakehoses_vio=false 1: is_critical=true +0: is_critical=true +0 2 1: road +ID: 39 +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=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: is_critical=true +0 2 1: road +ID: 40 +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=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: is_critical=true +0 2 1: road +ID: 41 +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=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: is_critical=true +0 2 1: road +ID: 42 +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=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: is_critical=true +0 2 1: road +ID: 43 +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=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: is_critical=true +0 2 1: road +ID: 44 +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=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: is_critical=true +0 2 1: road +ID: 45 +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=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: is_critical=true +0 2 1: road +ID: 46 +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=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: is_critical=true +0 2 1: road +ID: 47 +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=true +1: exhaust_vio=true +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: is_critical=true +0 2 1: road +ID: 48 +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=true +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: is_critical=true +0 2 1: road +ID: 49 +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=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: is_critical=true +0 2 1: road +ID: 50 +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=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: is_critical=true +0 2 1: road +ID: 51 +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=true +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: is_critical=true +0 2 1: road +ID: 52 +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=true +1: ac_vio=true +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 +1: is_critical=true +0: is_critical=true +0 2 1: road +ID: 53 +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=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: is_critical=true +0 2 1: road +ID: 54 +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=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: is_critical=true +0 2 1: road +ID: 55 +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=true +1: exhaust_vio=true +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: is_critical=true +0 2 1: road +ID: 56 +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=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: is_critical=true +0 2 1: road +ID: 57 +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=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: is_critical=true +0 2 1: road +ID: 58 +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=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: is_critical=true +0 2 1: road +ID: 59 +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=true +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 +1: is_critical=true +0: is_critical=true +0 2 1: road +ID: 60 +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=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: is_critical=true +0 2 1: road +ID: 61 +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=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: is_critical=true +0 2 1: road +ID: 62 +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=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: is_critical=true +0 2 1: road +ID: 63 +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=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: is_critical=true +0 2 1: road +ID: 64 +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=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: is_critical=true +0 2 1: road +ID: 65 +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=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: is_critical=true +0 2 1: road +ID: 66 +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=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: is_critical=true +0 2 1: road +ID: 67 +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=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: is_critical=true +0 2 1: road +ID: 68 +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=true +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 +1: is_critical=true +0: is_critical=true +0 2 1: road +ID: 69 +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=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: is_critical=true +0 2 1: road +ID: 70 +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=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: is_critical=true +0 2 1: road +ID: 71 +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=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: is_critical=true +0 2 1: road +ID: 72 +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=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: is_critical=true +0 2 1: road +ID: 73 +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=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: is_critical=true +0 2 1: road +ID: 74 +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=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: is_critical=true +0 2 1: road +ID: 75 +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=true +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 +1: is_critical=true +0: is_critical=true +0 2 1: road +ID: 76 +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=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: is_critical=true +0 2 1: road +ID: 77 +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=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: is_critical=true +0 2 1: road +ID: 78 +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=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: is_critical=true +0 2 1: road +ID: 79 +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=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: is_critical=true +0 2 1: road +ID: 80 +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=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: is_critical=true +0 2 1: road +ID: 81 +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=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: is_critical=true 0 2 1: road ID: 82 Qualities: 48 @@ -4265,7 +4324,378 @@ Topologies: 1 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 +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: is_critical=true +0 2 1: road +ID: 83 +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=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: is_critical=true +0 2 1: road +ID: 84 +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=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: is_critical=true +0 2 1: road +ID: 85 +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=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: is_critical=true +0 2 1: road +ID: 86 +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=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: is_critical=true +0 2 1: road +ID: 87 +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=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: is_critical=true +0 2 1: road +ID: 88 +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=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: is_critical=true +0 2 1: road +ID: 89 +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 @@ -4288,7 +4718,7 @@ Topologies: 1 1: vacuum_odometer=120000 1: engine=diesel 1: brake_vio=false -1: exhaust_vio=false +1: exhaust_vio=true 1: ac_vio=true 1: vacuum_vio=false 1: compliance_vio=true @@ -4305,11 +4735,11 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false -0: is_critical=true 1: is_critical=true +0: is_critical=true 0 2 1: road -ID: 83 -Qualities: 47 +ID: 90 +Qualities: 48 Topologies: 1 0: brake_months=6 @@ -4340,165 +4770,9 @@ Topologies: 1 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: 84 -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=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: 85 -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=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: 86 -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=false 1: exhaust_vio=true -1: ac_vio=false +1: ac_vio=true 1: vacuum_vio=false 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 @@ -4514,9 +4788,10 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false +1: is_critical=true 0: is_critical=true 0 2 1: road -ID: 87 +ID: 91 Qualities: 48 Topologies: 1 @@ -4543,216 +4818,7 @@ 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: 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: 88 -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=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: 89 -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=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: 90 -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=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: 91 -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: brake_months=0 1: exhaust_months=12 1: ac_odometer=120000 1: vacuum_odometer=120000 @@ -4776,61 +4842,10 @@ Topologies: 1 1: brakehoses_months=0 1: brakehoses_vio=false 1: is_critical=true +0: is_critical=true 0 2 1: road ID: 92 -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=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: 93 -Qualities: 46 +Qualities: 48 Topologies: 1 0: brake_months=6 @@ -4840,7 +4855,7 @@ Topologies: 1 0: engine=gas 0: brake_vio=true 0: exhaust_vio=false -0: ac_vio=false +0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true 0: TIME_ADVANCE_STEP=12 @@ -4856,116 +4871,14 @@ 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: 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: 94 -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=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: 95 -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=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: ac_vio=true 1: vacuum_vio=false 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 @@ -4981,61 +4894,11 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false -0 2 1: road -ID: 96 -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: is_critical=true 0 2 1: road -ID: 97 -Qualities: 46 +ID: 93 +Qualities: 48 Topologies: 1 0: brake_months=0 @@ -5045,7 +4908,7 @@ Topologies: 1 0: engine=gas 0: brake_vio=false 0: exhaust_vio=false -0: ac_vio=false +0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true 0: TIME_ADVANCE_STEP=12 @@ -5061,14 +4924,14 @@ 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=false -1: ac_vio=false +1: exhaust_vio=true +1: ac_vio=true 1: vacuum_vio=false 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 @@ -5084,22 +4947,24 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false +1: is_critical=true +0: is_critical=true 0 2 1: road -ID: 98 -Qualities: 46 +ID: 94 +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=false -0: exhaust_vio=true -0: ac_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=13 0: oil_odom=0 0: oil_vio=false 0: driveshaft_odom=0 @@ -5112,17 +4977,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=true -1: exhaust_vio=false -1: ac_vio=false +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: TIME_ADVANCE_STEP=13 1: oil_odom=0 1: oil_vio=false 1: driveshaft_odom=0 @@ -5135,19 +5000,21 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false +1: is_critical=true +0: is_critical=true 0 2 1: road -ID: 99 -Qualities: 46 +ID: 95 +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=false 0: exhaust_vio=false -0: ac_vio=false +0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true 0: TIME_ADVANCE_STEP=12 @@ -5170,7 +5037,7 @@ Topologies: 1 1: engine=diesel 1: brake_vio=true 1: exhaust_vio=true -1: ac_vio=false +1: ac_vio=true 1: vacuum_vio=false 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 @@ -5186,9 +5053,117 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false +1: is_critical=true +0: is_critical=true 0 2 1: road -ID: 100 -Qualities: 47 +ID: 96 +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=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: is_critical=true +0 2 1: road +ID: 97 +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=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: is_critical=true +0 2 1: road +ID: 98 +Qualities: 48 Topologies: 1 0: brake_months=6 @@ -5197,8 +5172,8 @@ Topologies: 1 0: vacuum_odometer=120000 0: engine=gas 0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=false +0: exhaust_vio=true +0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true 0: TIME_ADVANCE_STEP=12 @@ -5221,8 +5196,8 @@ Topologies: 1 1: engine=diesel 1: brake_vio=true 1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=true +1: ac_vio=true +1: vacuum_vio=false 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 1: oil_odom=0 @@ -5238,9 +5213,63 @@ Topologies: 1 1: brakehoses_months=0 1: brakehoses_vio=false 1: is_critical=true +0: is_critical=true 0 2 1: road -ID: 101 -Qualities: 46 +ID: 99 +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=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: is_critical=true +0 2 1: road +ID: 100 +Qualities: 48 Topologies: 1 0: brake_months=6 @@ -5249,8 +5278,8 @@ Topologies: 1 0: vacuum_odometer=120000 0: engine=gas 0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=false +0: exhaust_vio=true +0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true 0: TIME_ADVANCE_STEP=12 @@ -5273,7 +5302,7 @@ Topologies: 1 1: engine=diesel 1: brake_vio=false 1: exhaust_vio=false -1: ac_vio=false +1: ac_vio=true 1: vacuum_vio=false 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 @@ -5289,163 +5318,10 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false -0 2 1: road -ID: 102 -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=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=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: 103 -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=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: is_critical=true 0 2 1: road -ID: 104 -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=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: 105 +ID: 101 Qualities: 48 Topologies: 1 @@ -5455,7 +5331,219 @@ Topologies: 1 0: vacuum_odometer=120000 0: engine=gas 0: brake_vio=true -0: exhaust_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=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: is_critical=true +0 2 1: road +ID: 102 +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=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: is_critical=true +0 2 1: road +ID: 103 +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=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: is_critical=true +0 2 1: road +ID: 104 +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=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: is_critical=true +0 2 1: road +ID: 105 +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 @@ -5495,8 +5583,8 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false -0: is_critical=true 1: is_critical=true +0: is_critical=true 0 2 1: road ID: 106 Qualities: 48 @@ -5507,7 +5595,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=false 0: ac_vio=true 0: vacuum_vio=false @@ -5548,8 +5636,8 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false -0: is_critical=true 1: is_critical=true +0: is_critical=true 0 2 1: road ID: 107 Qualities: 48 @@ -5561,7 +5649,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 @@ -5578,7 +5666,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 @@ -5601,8 +5689,8 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false -0: is_critical=true 1: is_critical=true +0: is_critical=true 0 2 1: road ID: 108 Qualities: 48 @@ -5613,7 +5701,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=false 0: ac_vio=true 0: vacuum_vio=false @@ -5631,13 +5719,13 @@ 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: exhaust_vio=false 1: ac_vio=true 1: vacuum_vio=false 1: compliance_vio=true @@ -5654,14 +5742,14 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false -0: is_critical=true 1: is_critical=true +0: is_critical=true 0 2 1: road ID: 109 Qualities: 48 Topologies: 1 -0: brake_months=6 +0: brake_months=0 0: exhaust_months=12 0: ac_odometer=120000 0: vacuum_odometer=120000 @@ -5684,7 +5772,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 @@ -5692,7 +5780,7 @@ Topologies: 1 1: brake_vio=false 1: exhaust_vio=false 1: ac_vio=true -1: vacuum_vio=true +1: vacuum_vio=false 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 1: oil_odom=0 @@ -5707,19 +5795,72 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false -0: is_critical=true 1: is_critical=true +0: is_critical=true 0 2 1: road ID: 110 -Qualities: 47 +Qualities: 48 Topologies: 1 -0: brake_months=6 +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=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: is_critical=true +0 2 1: road +ID: 111 +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=true +0: brake_vio=false 0: exhaust_vio=false 0: ac_vio=true 0: vacuum_vio=false @@ -5744,59 +5885,7 @@ Topologies: 1 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: 111 -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=false -1: ac_vio=false +1: ac_vio=true 1: vacuum_vio=false 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 @@ -5812,117 +5901,13 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false +1: is_critical=true 0: is_critical=true 0 2 1: road ID: 112 -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=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: 113 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=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: 114 -Qualities: 47 -Topologies: 1 - 0: brake_months=0 0: exhaust_months=12 0: ac_odometer=120000 @@ -5953,7 +5938,7 @@ Topologies: 1 1: engine=diesel 1: brake_vio=false 1: exhaust_vio=false -1: ac_vio=false +1: ac_vio=true 1: vacuum_vio=false 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 @@ -5969,6 +5954,113 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false +1: is_critical=true +0: is_critical=true +0 2 1: road +ID: 113 +Qualities: 48 +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=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: is_critical=true +0 2 1: road +ID: 114 +Qualities: 48 +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=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: is_critical=true 0 2 1: road ID: 115 @@ -5976,16 +6068,16 @@ Qualities: 47 Topologies: 1 0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 +0: exhaust_months=6 +0: ac_odometer=60000 +0: vacuum_odometer=60000 0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=true +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: TIME_ADVANCE_STEP=6 0: oil_odom=0 0: oil_vio=false 0: driveshaft_odom=0 @@ -5999,16 +6091,16 @@ Topologies: 1 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: 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: ac_vio=true 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 @@ -6021,128 +6113,23 @@ Topologies: 1 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: 116 Qualities: 47 Topologies: 1 0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 +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: 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: is_critical=true -0 2 1: road -ID: 117 -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=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: 118 -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: compliance_vio=false +0: TIME_ADVANCE_STEP=6 0: oil_odom=0 0: oil_vio=false 0: driveshaft_odom=0 @@ -6156,16 +6143,16 @@ Topologies: 1 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: 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: ac_vio=true 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 @@ -6178,181 +6165,23 @@ Topologies: 1 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: 119 +ID: 117 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: 120 -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: 121 -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: 122 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 +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=12 +0: TIME_ADVANCE_STEP=6 0: oil_odom=0 0: oil_vio=false 0: driveshaft_odom=0 @@ -6365,17 +6194,277 @@ 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=0 +1: exhaust_months=6 +1: ac_odometer=60000 +1: vacuum_odometer=60000 1: engine=diesel -1: brake_vio=true +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: 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: 118 +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=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=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: 119 +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=false +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=true +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 +1: is_critical=true +0 2 1: road +ID: 120 +Qualities: 47 +Topologies: 1 + +0: brake_months=2 +0: exhaust_months=8 +0: ac_odometer=80000 +0: vacuum_odometer=80000 +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=8 +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=2 +1: exhaust_months=8 +1: ac_odometer=80000 +1: vacuum_odometer=80000 +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=8 +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: 121 +Qualities: 47 +Topologies: 1 + +0: brake_months=3 +0: exhaust_months=9 +0: ac_odometer=90000 +0: vacuum_odometer=90000 +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=9 +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=3 +1: exhaust_months=9 +1: ac_odometer=90000 +1: vacuum_odometer=90000 +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=9 +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: 122 +Qualities: 47 +Topologies: 1 + +0: brake_months=4 +0: exhaust_months=10 +0: ac_odometer=100000 +0: vacuum_odometer=100000 +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=10 +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=4 +1: exhaust_months=10 +1: ac_odometer=100000 +1: vacuum_odometer=100000 +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=10 1: oil_odom=0 1: oil_vio=false 1: driveshaft_odom=0 @@ -6394,17 +6483,17 @@ ID: 123 Qualities: 47 Topologies: 1 -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 +0: brake_months=5 +0: exhaust_months=11 +0: ac_odometer=110000 +0: vacuum_odometer=110000 0: engine=gas -0: brake_vio=true -0: exhaust_vio=true +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: TIME_ADVANCE_STEP=11 0: oil_odom=0 0: oil_vio=false 0: driveshaft_odom=0 @@ -6417,17 +6506,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=5 +1: exhaust_months=11 +1: ac_odometer=110000 +1: vacuum_odometer=110000 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: TIME_ADVANCE_STEP=11 1: oil_odom=0 1: oil_vio=false 1: driveshaft_odom=0 @@ -6451,7 +6540,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=false 0: ac_vio=false 0: vacuum_vio=false @@ -6475,7 +6564,7 @@ Topologies: 1 1: vacuum_odometer=120000 1: engine=diesel 1: brake_vio=false -1: exhaust_vio=true +1: exhaust_vio=false 1: ac_vio=true 1: vacuum_vio=false 1: compliance_vio=true @@ -6529,7 +6618,7 @@ Topologies: 1 1: brake_vio=false 1: exhaust_vio=false 1: ac_vio=true -1: vacuum_vio=true +1: vacuum_vio=false 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 1: oil_odom=0 @@ -6550,7 +6639,7 @@ ID: 126 Qualities: 47 Topologies: 1 -0: brake_months=0 +0: brake_months=6 0: exhaust_months=12 0: ac_odometer=120000 0: vacuum_odometer=120000 @@ -6578,7 +6667,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=true 1: vacuum_vio=false @@ -6630,7 +6719,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=true 1: vacuum_vio=false @@ -6682,7 +6771,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=true 1: vacuum_vio=false @@ -6734,7 +6823,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=true 1: vacuum_vio=true @@ -6763,7 +6852,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=false 0: ac_vio=false 0: vacuum_vio=false @@ -6781,7 +6870,7 @@ Topologies: 1 0: brakepipe_vio=false 0: brakehoses_months=0 0: brakehoses_vio=false -1: brake_months=0 +1: brake_months=6 1: exhaust_months=12 1: ac_odometer=120000 1: vacuum_odometer=120000 @@ -6789,7 +6878,7 @@ Topologies: 1 1: brake_vio=false 1: exhaust_vio=false 1: ac_vio=true -1: vacuum_vio=false +1: vacuum_vio=true 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 1: oil_odom=0 @@ -6816,7 +6905,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=false 0: vacuum_vio=false 0: compliance_vio=true @@ -6838,10 +6927,10 @@ Topologies: 1 1: ac_odometer=120000 1: vacuum_odometer=120000 1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true +1: brake_vio=true +1: exhaust_vio=false 1: ac_vio=true -1: vacuum_vio=false +1: vacuum_vio=true 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 1: oil_odom=0 @@ -6963,108 +7052,6 @@ Topologies: 1 1: is_critical=true 0 2 1: road ID: 134 -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: 135 -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=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: 136 Qualities: 47 Topologies: 1 @@ -7096,9 +7083,113 @@ Topologies: 1 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=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: 135 +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=false -1: ac_vio=false +1: exhaust_vio=true +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: 136 +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=true 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 @@ -7117,159 +7208,6 @@ Topologies: 1 1: is_critical=true 0 2 1: road ID: 137 -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=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=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: 138 -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: 139 -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: 140 Qualities: 47 Topologies: 1 @@ -7302,8 +7240,164 @@ Topologies: 1 1: vacuum_odometer=120000 1: engine=diesel 1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=false +1: exhaust_vio=true +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: 138 +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=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: 139 +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=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: 140 +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=true 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 @@ -7322,7 +7416,59 @@ Topologies: 1 1: is_critical=true 0 2 1: road ID: 141 -Qualities: 46 +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=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: 142 +Qualities: 47 Topologies: 1 0: brake_months=0 @@ -7348,65 +7494,14 @@ 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: 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: 142 -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: 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: ac_vio=true 1: vacuum_vio=true 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 @@ -7425,20 +7520,20 @@ Topologies: 1 1: is_critical=true 0 2 1: road ID: 143 -Qualities: 46 +Qualities: 47 Topologies: 1 -0: brake_months=0 -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=false -0: exhaust_vio=false +0: exhaust_vio=true 0: ac_vio=false 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 @@ -7451,17 +7546,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: ac_vio=true +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 @@ -7474,6 +7569,7 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false +1: is_critical=true 0 2 1: road ID: 144 Qualities: 47 @@ -7485,7 +7581,7 @@ Topologies: 1 0: vacuum_odometer=120000 0: engine=gas 0: brake_vio=false -0: exhaust_vio=false +0: exhaust_vio=true 0: ac_vio=false 0: vacuum_vio=false 0: compliance_vio=true @@ -7507,9 +7603,9 @@ Topologies: 1 1: ac_odometer=120000 1: vacuum_odometer=120000 1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=false +1: brake_vio=true +1: exhaust_vio=true +1: ac_vio=true 1: vacuum_vio=true 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 @@ -7528,7 +7624,59 @@ Topologies: 1 1: is_critical=true 0 2 1: road ID: 145 -Qualities: 46 +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=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: 146 +Qualities: 47 Topologies: 1 0: brake_months=6 @@ -7536,8 +7684,8 @@ Topologies: 1 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=false 0: vacuum_vio=false 0: compliance_vio=true @@ -7561,58 +7709,7 @@ Topologies: 1 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: 146 -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=false +1: ac_vio=true 1: vacuum_vio=true 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 @@ -7631,57 +7728,6 @@ Topologies: 1 1: is_critical=true 0 2 1: road ID: 147 -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=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: 148 Qualities: 47 Topologies: 1 @@ -7708,14 +7754,66 @@ 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: 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: 148 +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=true 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 @@ -7734,10 +7832,10 @@ Topologies: 1 1: is_critical=true 0 2 1: road ID: 149 -Qualities: 46 +Qualities: 47 Topologies: 1 -0: brake_months=6 +0: brake_months=0 0: exhaust_months=12 0: ac_odometer=120000 0: vacuum_odometer=120000 @@ -7767,8 +7865,8 @@ Topologies: 1 1: engine=diesel 1: brake_vio=false 1: exhaust_vio=true -1: ac_vio=false -1: vacuum_vio=false +1: ac_vio=true +1: vacuum_vio=true 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 1: oil_odom=0 @@ -7783,22 +7881,23 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false +1: is_critical=true 0 2 1: road ID: 150 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=false 0: exhaust_vio=false 0: ac_vio=false 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 @@ -7811,17 +7910,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=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: exhaust_vio=true +1: ac_vio=true 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 @@ -7840,13 +7939,13 @@ ID: 151 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=false -0: exhaust_vio=true +0: exhaust_vio=false 0: ac_vio=false 0: vacuum_vio=false 0: compliance_vio=true @@ -7868,9 +7967,9 @@ 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: ac_vio=true 1: vacuum_vio=true 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 @@ -7889,17 +7988,17 @@ Topologies: 1 1: is_critical=true 0 2 1: road ID: 152 -Qualities: 48 +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: ac_vio=false 0: vacuum_vio=false 0: compliance_vio=true 0: TIME_ADVANCE_STEP=12 @@ -7920,10 +8019,10 @@ Topologies: 1 1: ac_odometer=120000 1: vacuum_odometer=120000 1: engine=diesel -1: brake_vio=true -1: exhaust_vio=false +1: brake_vio=false +1: exhaust_vio=true 1: ac_vio=true -1: vacuum_vio=false +1: vacuum_vio=true 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 1: oil_odom=0 @@ -7938,11 +8037,10 @@ Topologies: 1 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: 153 -Qualities: 48 +Qualities: 47 Topologies: 1 0: brake_months=6 @@ -7952,7 +8050,7 @@ Topologies: 1 0: engine=gas 0: brake_vio=true 0: exhaust_vio=true -0: ac_vio=true +0: ac_vio=false 0: vacuum_vio=false 0: compliance_vio=true 0: TIME_ADVANCE_STEP=12 @@ -7976,7 +8074,7 @@ Topologies: 1 1: brake_vio=false 1: exhaust_vio=false 1: ac_vio=true -1: vacuum_vio=false +1: vacuum_vio=true 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 1: oil_odom=0 @@ -7991,11 +8089,10 @@ Topologies: 1 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: 154 -Qualities: 48 +Qualities: 47 Topologies: 1 0: brake_months=6 @@ -8003,9 +8100,9 @@ Topologies: 1 0: ac_odometer=120000 0: vacuum_odometer=120000 0: engine=gas -0: brake_vio=true -0: exhaust_vio=false -0: ac_vio=true +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 @@ -8026,10 +8123,10 @@ Topologies: 1 1: ac_odometer=120000 1: vacuum_odometer=120000 1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true +1: brake_vio=true +1: exhaust_vio=false 1: ac_vio=true -1: vacuum_vio=false +1: vacuum_vio=true 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 1: oil_odom=0 @@ -8044,1431 +8141,9 @@ Topologies: 1 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: 155 -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=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 -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 156 -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=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 -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 157 -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=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 -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 158 -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=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 -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 159 -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=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 -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 160 -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=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 -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 161 -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=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 -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 162 -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=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 -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 163 -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=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 -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 164 -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: 165 -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=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: 166 -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=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: 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=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: 168 -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=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: 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=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: 170 -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=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: 171 -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: 172 -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: 173 -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: 174 -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: 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=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: 176 -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=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: 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=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: 178 -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: 179 -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: 180 -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: 181 -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: 182 Qualities: 47 Topologies: 1 @@ -9503,6 +8178,1410 @@ Topologies: 1 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: 156 +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=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: 157 +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=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: 158 +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=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: 159 +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=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 +1: is_critical=true +0 2 1: road +ID: 160 +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=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: 161 +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=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: 162 +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=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: 163 +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=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: 164 +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=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: 165 +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=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: 166 +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=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 +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 @@ -9547,12 +9626,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=true 1: vacuum_vio=false @@ -9576,12 +9655,12 @@ ID: 184 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=false 0: vacuum_vio=false @@ -9599,15 +9678,15 @@ 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: exhaust_vio=false +1: brake_vio=false +1: exhaust_vio=true 1: ac_vio=true -1: vacuum_vio=true +1: vacuum_vio=false 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 1: oil_odom=0 @@ -9628,6 +9707,58 @@ 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 @@ -9657,59 +9788,7 @@ Topologies: 1 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: 186 -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: exhaust_vio=true 1: ac_vio=true 1: vacuum_vio=false 1: compliance_vio=true @@ -9732,13 +9811,13 @@ ID: 187 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: exhaust_vio=true +0: brake_vio=false +0: exhaust_vio=false 0: ac_vio=false 0: vacuum_vio=false 0: compliance_vio=true @@ -9815,7 +9894,7 @@ Topologies: 1 1: brake_vio=false 1: exhaust_vio=false 1: ac_vio=true -1: vacuum_vio=true +1: vacuum_vio=false 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 1: oil_odom=0 @@ -9836,6 +9915,370 @@ 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 @@ -9884,7 +10327,7 @@ Topologies: 1 1: brakehoses_vio=false 1: is_critical=true 0 2 1: road -ID: 190 +ID: 197 Qualities: 47 Topologies: 1 @@ -9916,373 +10359,9 @@ Topologies: 1 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=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: 191 -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: 192 -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: 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=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: 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=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=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: 195 -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: 196 -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=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: 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=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 @@ -10335,7 +10414,7 @@ Topologies: 1 1: brake_vio=false 1: exhaust_vio=false 1: ac_vio=true -1: vacuum_vio=true +1: vacuum_vio=false 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 1: oil_odom=0 @@ -10361,8 +10440,8 @@ Topologies: 1 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=false 0: vacuum_vio=false 0: compliance_vio=true @@ -10379,15 +10458,15 @@ 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: exhaust_vio=false 1: ac_vio=true -1: vacuum_vio=true +1: vacuum_vio=false 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 1: oil_odom=0 @@ -10405,16 +10484,16 @@ Topologies: 1 1: is_critical=true 0 2 1: road ID: 200 -Qualities: 46 +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: exhaust_vio=true +0: brake_vio=false +0: exhaust_vio=false 0: ac_vio=false 0: vacuum_vio=false 0: compliance_vio=true @@ -10431,14 +10510,14 @@ 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: exhaust_vio=true -1: ac_vio=false +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 @@ -10454,22 +10533,23 @@ Topologies: 1 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=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: exhaust_vio=true +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: TIME_ADVANCE_STEP=13 0: oil_odom=0 0: oil_vio=false 0: driveshaft_odom=0 @@ -10482,17 +10562,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=true +1: brake_vio=false 1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=true +1: ac_vio=true +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 @@ -10508,7 +10588,7 @@ Topologies: 1 1: is_critical=true 0 2 1: road ID: 202 -Qualities: 46 +Qualities: 47 Topologies: 1 0: brake_months=0 @@ -10517,108 +10597,6 @@ Topologies: 1 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: 203 -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=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: 204 -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 @@ -10642,9 +10620,9 @@ Topologies: 1 1: vacuum_odometer=120000 1: engine=diesel 1: brake_vio=true -1: exhaust_vio=true -1: ac_vio=false -1: vacuum_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 @@ -10661,123 +10639,125 @@ Topologies: 1 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: 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=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=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: 206 -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: 207 Qualities: 47 Topologies: 1 0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 +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=12 +0: TIME_ADVANCE_STEP=6 0: oil_odom=0 0: oil_vio=false 0: driveshaft_odom=0 @@ -10791,16 +10771,16 @@ Topologies: 1 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: exhaust_months=6 +1: ac_odometer=60000 +1: vacuum_odometer=60000 1: engine=diesel -1: brake_vio=true +1: brake_vio=false 1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=true +1: ac_vio=true +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 @@ -10815,21 +10795,125 @@ Topologies: 1 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=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 +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: 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 @@ -10842,17 +10926,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=true +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 @@ -10865,23 +10949,23 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false -1: is_critical=true +0: is_critical=true 0 2 1: road ID: 209 -Qualities: 46 +Qualities: 47 Topologies: 1 -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 +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=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 @@ -10895,16 +10979,16 @@ Topologies: 1 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: 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: TIME_ADVANCE_STEP=6 1: oil_odom=0 1: oil_vio=false 1: driveshaft_odom=0 @@ -10917,22 +11001,23 @@ Topologies: 1 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=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 +0: exhaust_months=6 +0: ac_odometer=60000 +0: vacuum_odometer=60000 0: engine=gas 0: brake_vio=true -0: exhaust_vio=true -0: ac_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 @@ -10945,69 +11030,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=0 +1: exhaust_months=6 +1: ac_odometer=60000 +1: vacuum_odometer=60000 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: 211 -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=false -1: exhaust_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 @@ -11020,74 +11053,75 @@ Topologies: 1 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=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=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: 213 -Qualities: 47 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 +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=false +0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 +0: TIME_ADVANCE_STEP=7 0: oil_odom=0 0: oil_vio=false 0: driveshaft_odom=0 @@ -11100,172 +11134,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: 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: 214 -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=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: 215 -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=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: 216 -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: 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=true +1: vacuum_vio=false 1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 +1: TIME_ADVANCE_STEP=7 1: oil_odom=0 1: oil_vio=false 1: driveshaft_odom=0 @@ -11278,12 +11157,432 @@ Topologies: 1 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 + +0: brake_months=2 +0: exhaust_months=2 +0: ac_odometer=20000 +0: vacuum_odometer=20000 +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=2 +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=2 +1: exhaust_months=2 +1: ac_odometer=20000 +1: vacuum_odometer=20000 +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=2 +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: 214 +Qualities: 48 +Topologies: 1 + +0: brake_months=3 +0: exhaust_months=3 +0: ac_odometer=30000 +0: vacuum_odometer=30000 +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=3 +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=3 +1: exhaust_months=3 +1: ac_odometer=30000 +1: vacuum_odometer=30000 +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=3 +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: 215 +Qualities: 48 +Topologies: 1 + +0: brake_months=4 +0: exhaust_months=4 +0: ac_odometer=40000 +0: vacuum_odometer=40000 +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=4 +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=4 +1: exhaust_months=4 +1: ac_odometer=40000 +1: vacuum_odometer=40000 +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=4 +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: 216 +Qualities: 48 +Topologies: 1 + +0: brake_months=5 +0: exhaust_months=5 +0: ac_odometer=50000 +0: vacuum_odometer=50000 +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=5 +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=5 +1: exhaust_months=5 +1: ac_odometer=50000 +1: vacuum_odometer=50000 +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=5 +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: 217 Qualities: 47 Topologies: 1 +0: brake_months=2 +0: exhaust_months=8 +0: ac_odometer=80000 +0: vacuum_odometer=80000 +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=8 +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=2 +1: exhaust_months=8 +1: ac_odometer=80000 +1: vacuum_odometer=80000 +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=8 +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: 218 +Qualities: 47 +Topologies: 1 + +0: brake_months=3 +0: exhaust_months=9 +0: ac_odometer=90000 +0: vacuum_odometer=90000 +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=9 +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=3 +1: exhaust_months=9 +1: ac_odometer=90000 +1: vacuum_odometer=90000 +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=9 +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: 219 +Qualities: 47 +Topologies: 1 + +0: brake_months=4 +0: exhaust_months=10 +0: ac_odometer=100000 +0: vacuum_odometer=100000 +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=10 +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=4 +1: exhaust_months=10 +1: ac_odometer=100000 +1: vacuum_odometer=100000 +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=10 +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: 220 +Qualities: 47 +Topologies: 1 + +0: brake_months=5 +0: exhaust_months=11 +0: ac_odometer=110000 +0: vacuum_odometer=110000 +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=11 +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=5 +1: exhaust_months=11 +1: ac_odometer=110000 +1: vacuum_odometer=110000 +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=11 +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: 221 +Qualities: 47 +Topologies: 1 + 0: brake_months=6 0: exhaust_months=12 0: ac_odometer=120000 @@ -11291,7 +11590,7 @@ Topologies: 1 0: engine=gas 0: brake_vio=false 0: exhaust_vio=false -0: ac_vio=false +0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true 0: TIME_ADVANCE_STEP=12 @@ -11307,7 +11606,215 @@ Topologies: 1 0: brakepipe_vio=false 0: brakehoses_months=0 0: brakehoses_vio=false -1: brake_months=0 +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: 222 +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=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: 223 +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=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: 224 +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=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: 225 +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 @@ -11315,58 +11822,6 @@ Topologies: 1 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: 218 -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=true 1: vacuum_vio=false 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 @@ -11383,378 +11838,6 @@ Topologies: 1 1: brakehoses_months=0 1: brakehoses_vio=false 0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 219 -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=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 -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 220 -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=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 -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 221 -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=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 -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 222 -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=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 -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 223 -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=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 -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 224 -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=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 -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 225 -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=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 -0: is_critical=true -1: is_critical=true 0 2 1: road ID: 226 Qualities: 48 @@ -11765,7 +11848,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=false 0: ac_vio=true 0: vacuum_vio=false @@ -11789,8 +11872,8 @@ Topologies: 1 1: vacuum_odometer=120000 1: engine=diesel 1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=true +1: exhaust_vio=false +1: ac_vio=false 1: vacuum_vio=true 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 @@ -11813,65 +11896,12 @@ ID: 227 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=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=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 -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 228 -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: brake_vio=true 0: exhaust_vio=false 0: ac_vio=true 0: vacuum_vio=false @@ -11896,7 +11926,60 @@ Topologies: 1 1: engine=diesel 1: brake_vio=false 1: exhaust_vio=false -1: ac_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: 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=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 @@ -11947,10 +12030,10 @@ Topologies: 1 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: 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 @@ -11978,7 +12061,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 @@ -12000,9 +12083,9 @@ Topologies: 1 1: ac_odometer=120000 1: vacuum_odometer=120000 1: engine=diesel -1: brake_vio=true -1: exhaust_vio=false -1: ac_vio=true +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 @@ -12030,8 +12113,8 @@ Topologies: 1 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 @@ -12048,15 +12131,15 @@ Topologies: 1 0: brakepipe_vio=false 0: brakehoses_months=0 0: brakehoses_vio=false -1: brake_months=0 +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: exhaust_vio=true +1: ac_vio=false +1: vacuum_vio=true 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 1: oil_odom=0 @@ -12108,7 +12191,7 @@ Topologies: 1 1: engine=diesel 1: brake_vio=true 1: exhaust_vio=true -1: ac_vio=true +1: ac_vio=false 1: vacuum_vio=true 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 @@ -12137,7 +12220,7 @@ Topologies: 1 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 @@ -12154,15 +12237,15 @@ Topologies: 1 0: brakepipe_vio=false 0: brakehoses_months=0 0: brakehoses_vio=false -1: brake_months=0 +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: ac_vio=false +1: vacuum_vio=true 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 1: oil_odom=0 @@ -12189,8 +12272,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 @@ -12207,14 +12290,14 @@ Topologies: 1 0: brakepipe_vio=false 0: brakehoses_months=0 0: brakehoses_vio=false -1: brake_months=0 +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: exhaust_vio=true +1: ac_vio=false 1: vacuum_vio=true 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 @@ -12265,9 +12348,9 @@ 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=true +1: ac_vio=false 1: vacuum_vio=true 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 @@ -12287,7 +12370,7 @@ Topologies: 1 1: is_critical=true 0 2 1: road ID: 236 -Qualities: 47 +Qualities: 48 Topologies: 1 0: brake_months=6 @@ -12321,7 +12404,7 @@ Topologies: 1 1: brake_vio=true 1: exhaust_vio=true 1: ac_vio=false -1: vacuum_vio=false +1: vacuum_vio=true 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 1: oil_odom=0 @@ -12337,6 +12420,7 @@ Topologies: 1 1: brakehoses_months=0 1: brakehoses_vio=false 0: is_critical=true +1: is_critical=true 0 2 1: road ID: 237 Qualities: 48 @@ -12347,7 +12431,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=true 0: vacuum_vio=false @@ -12365,13 +12449,13 @@ 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: exhaust_vio=false +1: brake_vio=false +1: exhaust_vio=true 1: ac_vio=false 1: vacuum_vio=true 1: compliance_vio=true @@ -12392,59 +12476,7 @@ Topologies: 1 1: is_critical=true 0 2 1: road ID: 238 -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: 239 -Qualities: 47 +Qualities: 48 Topologies: 1 0: brake_months=6 @@ -12476,9 +12508,9 @@ Topologies: 1 1: vacuum_odometer=120000 1: engine=diesel 1: brake_vio=false -1: exhaust_vio=false +1: exhaust_vio=true 1: ac_vio=false -1: vacuum_vio=false +1: vacuum_vio=true 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 1: oil_odom=0 @@ -12494,18 +12526,125 @@ Topologies: 1 1: brakehoses_months=0 1: brakehoses_vio=false 0: is_critical=true +1: is_critical=true +0 2 1: road +ID: 239 +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=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: 240 Qualities: 48 Topologies: 1 -0: brake_months=6 +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=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: 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=true -0: exhaust_vio=false +0: brake_vio=false +0: exhaust_vio=true 0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true @@ -12548,8 +12687,8 @@ Topologies: 1 0: is_critical=true 1: is_critical=true 0 2 1: road -ID: 241 -Qualities: 47 +ID: 242 +Qualities: 48 Topologies: 1 0: brake_months=0 @@ -12558,7 +12697,7 @@ Topologies: 1 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 @@ -12580,10 +12719,10 @@ 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 +1: vacuum_vio=true 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 1: oil_odom=0 @@ -12599,9 +12738,10 @@ Topologies: 1 1: brakehoses_months=0 1: brakehoses_vio=false 0: is_critical=true +1: is_critical=true 0 2 1: road -ID: 242 -Qualities: 47 +ID: 243 +Qualities: 48 Topologies: 1 0: brake_months=6 @@ -12627,65 +12767,13 @@ 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: 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: 243 -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: exhaust_vio=true 1: ac_vio=false 1: vacuum_vio=true 1: compliance_vio=true @@ -12709,6 +12797,59 @@ ID: 244 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: 245 +Qualities: 48 +Topologies: 1 + 0: brake_months=6 0: exhaust_months=12 0: ac_odometer=120000 @@ -12738,7 +12879,7 @@ Topologies: 1 1: vacuum_odometer=120000 1: engine=diesel 1: brake_vio=false -1: exhaust_vio=false +1: exhaust_vio=true 1: ac_vio=false 1: vacuum_vio=true 1: compliance_vio=true @@ -12758,8 +12899,8 @@ Topologies: 1 0: is_critical=true 1: is_critical=true 0 2 1: road -ID: 245 -Qualities: 47 +ID: 246 +Qualities: 48 Topologies: 1 0: brake_months=0 @@ -12791,58 +12932,6 @@ Topologies: 1 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: 246 -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 @@ -12864,20 +12953,20 @@ Topologies: 1 1: is_critical=true 0 2 1: road ID: 247 -Qualities: 47 +Qualities: 48 Topologies: 1 -0: brake_months=0 -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=false -0: exhaust_vio=true +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=13 0: oil_odom=0 0: oil_vio=false 0: driveshaft_odom=0 @@ -12890,17 +12979,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: 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 @@ -12914,6 +13003,7 @@ Topologies: 1 1: brakehoses_months=0 1: brakehoses_vio=false 0: is_critical=true +1: is_critical=true 0 2 1: road ID: 248 Qualities: 48 @@ -12925,7 +13015,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 @@ -12947,8 +13037,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 @@ -13030,7 +13120,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=true 0: vacuum_vio=false @@ -13053,8 +13143,8 @@ Topologies: 1 1: ac_odometer=120000 1: vacuum_odometer=120000 1: engine=diesel -1: brake_vio=true -1: exhaust_vio=true +1: brake_vio=false +1: exhaust_vio=false 1: ac_vio=false 1: vacuum_vio=true 1: compliance_vio=true @@ -13075,58 +13165,6 @@ Topologies: 1 1: is_critical=true 0 2 1: road ID: 251 -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: 252 Qualities: 48 Topologies: 1 @@ -13153,12 +13191,65 @@ Topologies: 1 0: brakepipe_vio=false 0: brakehoses_months=0 0: brakehoses_vio=false -1: brake_months=0 +1: brake_months=6 1: exhaust_months=12 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 +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=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 @@ -13189,7 +13280,7 @@ Topologies: 1 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 @@ -13212,7 +13303,7 @@ Topologies: 1 1: vacuum_odometer=120000 1: engine=diesel 1: brake_vio=false -1: exhaust_vio=true +1: exhaust_vio=false 1: ac_vio=false 1: vacuum_vio=true 1: compliance_vio=true @@ -13233,7 +13324,7 @@ Topologies: 1 1: is_critical=true 0 2 1: road ID: 254 -Qualities: 47 +Qualities: 48 Topologies: 1 0: brake_months=6 @@ -13243,7 +13334,7 @@ Topologies: 1 0: engine=gas 0: brake_vio=true 0: exhaust_vio=true -0: ac_vio=false +0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true 0: TIME_ADVANCE_STEP=12 @@ -13259,15 +13350,15 @@ 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: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=false +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 @@ -13282,20 +13373,21 @@ Topologies: 1 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: 47 +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=true -0: ac_vio=false +0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true 0: TIME_ADVANCE_STEP=12 @@ -13311,14 +13403,14 @@ 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=true +1: ac_vio=false 1: vacuum_vio=true 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 @@ -13334,23 +13426,24 @@ Topologies: 1 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: 47 +Qualities: 48 Topologies: 1 -0: brake_months=0 -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=false 0: exhaust_vio=true -0: ac_vio=false +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 @@ -13363,17 +13456,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=true +1: brake_vio=false 1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false +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 @@ -13386,20 +13479,21 @@ Topologies: 1 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: 47 +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=true -0: ac_vio=false +0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true 0: TIME_ADVANCE_STEP=12 @@ -13415,15 +13509,15 @@ Topologies: 1 0: brakepipe_vio=false 0: brakehoses_months=0 0: brakehoses_vio=false -1: brake_months=0 +1: brake_months=6 1: exhaust_months=12 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=true -1: vacuum_vio=false +1: ac_vio=false +1: vacuum_vio=true 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 1: oil_odom=0 @@ -13438,20 +13532,21 @@ Topologies: 1 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: 47 +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: exhaust_vio=false -0: ac_vio=false +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 @@ -13472,9 +13567,9 @@ Topologies: 1 1: ac_odometer=120000 1: vacuum_odometer=120000 1: engine=diesel -1: brake_vio=true -1: exhaust_vio=true -1: ac_vio=true +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 @@ -13490,20 +13585,21 @@ Topologies: 1 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: 47 +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: brake_vio=true 0: exhaust_vio=false -0: ac_vio=false +0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true 0: TIME_ADVANCE_STEP=12 @@ -13525,9 +13621,9 @@ Topologies: 1 1: vacuum_odometer=120000 1: engine=diesel 1: brake_vio=true -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_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 @@ -13542,10 +13638,11 @@ Topologies: 1 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: 260 -Qualities: 47 +Qualities: 48 Topologies: 1 0: brake_months=6 @@ -13553,9 +13650,9 @@ Topologies: 1 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=false +0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true 0: TIME_ADVANCE_STEP=12 @@ -13577,9 +13674,9 @@ Topologies: 1 1: vacuum_odometer=120000 1: engine=diesel 1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_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 @@ -13594,10 +13691,64 @@ Topologies: 1 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: 261 -Qualities: 47 +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: 262 +Qualities: 48 Topologies: 1 0: brake_months=0 @@ -13607,7 +13758,113 @@ Topologies: 1 0: engine=gas 0: brake_vio=false 0: exhaust_vio=false -0: ac_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: 263 +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: 264 +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 @@ -13630,163 +13887,7 @@ Topologies: 1 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: 262 -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=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: 263 -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: 264 -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: ac_vio=false 1: vacuum_vio=true 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 @@ -13802,10 +13903,11 @@ Topologies: 1 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: 265 -Qualities: 47 +Qualities: 48 Topologies: 1 0: brake_months=0 @@ -13814,8 +13916,8 @@ Topologies: 1 0: vacuum_odometer=120000 0: engine=gas 0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=false +0: exhaust_vio=false +0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true 0: TIME_ADVANCE_STEP=12 @@ -13837,9 +13939,9 @@ Topologies: 1 1: vacuum_odometer=120000 1: engine=diesel 1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_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 @@ -13854,72 +13956,21 @@ Topologies: 1 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: 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: 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: 267 -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: brake_vio=true 0: exhaust_vio=false -0: ac_vio=false +0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true 0: TIME_ADVANCE_STEP=12 @@ -13942,8 +13993,8 @@ Topologies: 1 1: engine=diesel 1: brake_vio=false 1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=true +1: ac_vio=false +1: vacuum_vio=false 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 1: oil_odom=0 @@ -13958,7 +14009,59 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false -1: is_critical=true +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=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: 268 Qualities: 47 @@ -13971,7 +14074,7 @@ Topologies: 1 0: engine=gas 0: brake_vio=false 0: exhaust_vio=true -0: ac_vio=false +0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true 0: TIME_ADVANCE_STEP=12 @@ -13992,61 +14095,9 @@ Topologies: 1 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=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: 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=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: ac_vio=false 1: vacuum_vio=false 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 @@ -14062,7 +14113,59 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false -1: is_critical=true +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=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: 270 Qualities: 47 @@ -14075,7 +14178,7 @@ Topologies: 1 0: engine=gas 0: brake_vio=false 0: exhaust_vio=true -0: ac_vio=false +0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true 0: TIME_ADVANCE_STEP=12 @@ -14091,15 +14194,15 @@ Topologies: 1 0: brakepipe_vio=false 0: brakehoses_months=0 0: brakehoses_vio=false -1: brake_months=0 +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: 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 @@ -14114,7 +14217,7 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false -1: is_critical=true +0: is_critical=true 0 2 1: road ID: 271 Qualities: 47 @@ -14125,9 +14228,9 @@ Topologies: 1 0: ac_odometer=120000 0: vacuum_odometer=120000 0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=false +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 @@ -14143,15 +14246,15 @@ Topologies: 1 0: brakepipe_vio=false 0: brakehoses_months=0 0: brakehoses_vio=false -1: brake_months=0 +1: brake_months=6 1: exhaust_months=12 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=true -1: vacuum_vio=true +1: ac_vio=false +1: vacuum_vio=false 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 1: oil_odom=0 @@ -14166,7 +14269,7 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false -1: is_critical=true +0: is_critical=true 0 2 1: road ID: 272 Qualities: 47 @@ -14177,112 +14280,9 @@ Topologies: 1 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=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: 273 -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: 274 -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: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true 0: TIME_ADVANCE_STEP=12 @@ -14321,22 +14321,127 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false +0: is_critical=true +0 2 1: road +ID: 273 +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=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: 274 +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=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: 275 Qualities: 47 Topologies: 1 -0: brake_months=0 -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=false 0: exhaust_vio=true -0: ac_vio=false +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 @@ -14349,17 +14454,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=true -1: exhaust_vio=false +1: brake_vio=false +1: exhaust_vio=true 1: ac_vio=false -1: vacuum_vio=true +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 @@ -14372,64 +14477,12 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false -1: is_critical=true +0: is_critical=true 0 2 1: road ID: 276 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=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: 277 -Qualities: 46 -Topologies: 1 - 0: brake_months=0 0: exhaust_months=12 0: ac_odometer=120000 @@ -14437,58 +14490,7 @@ Topologies: 1 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: 278 -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: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true 0: TIME_ADVANCE_STEP=12 @@ -14512,7 +14514,7 @@ Topologies: 1 1: brake_vio=true 1: exhaust_vio=true 1: ac_vio=false -1: vacuum_vio=true +1: vacuum_vio=false 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 1: oil_odom=0 @@ -14527,7 +14529,111 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false -1: is_critical=true +0: is_critical=true +0 2 1: road +ID: 277 +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: 278 +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=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: 279 Qualities: 47 @@ -14538,61 +14644,9 @@ Topologies: 1 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: 280 -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=false -0: ac_vio=false +0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true 0: TIME_ADVANCE_STEP=12 @@ -14631,6 +14685,59 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false +0: is_critical=true +0 2 1: road +ID: 280 +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: 281 Qualities: 47 @@ -14643,7 +14750,7 @@ Topologies: 1 0: engine=gas 0: brake_vio=false 0: exhaust_vio=false -0: ac_vio=false +0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true 0: TIME_ADVANCE_STEP=12 @@ -14665,9 +14772,9 @@ Topologies: 1 1: vacuum_odometer=120000 1: engine=diesel 1: brake_vio=false -1: exhaust_vio=false +1: exhaust_vio=true 1: ac_vio=false -1: vacuum_vio=true +1: vacuum_vio=false 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 1: oil_odom=0 @@ -14682,10 +14789,10 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false -1: is_critical=true +0: is_critical=true 0 2 1: road ID: 282 -Qualities: 46 +Qualities: 47 Topologies: 1 0: brake_months=1 @@ -14695,7 +14802,7 @@ Topologies: 1 0: engine=gas 0: brake_vio=false 0: exhaust_vio=false -0: ac_vio=false +0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true 0: TIME_ADVANCE_STEP=13 @@ -14717,7 +14824,7 @@ Topologies: 1 1: vacuum_odometer=130000 1: engine=diesel 1: brake_vio=false -1: exhaust_vio=false +1: exhaust_vio=true 1: ac_vio=false 1: vacuum_vio=false 1: compliance_vio=true @@ -14734,6 +14841,7 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false +0: is_critical=true 0 2 1: road ID: 283 Qualities: 47 @@ -14745,8 +14853,8 @@ Topologies: 1 0: vacuum_odometer=120000 0: engine=gas 0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=false +0: exhaust_vio=false +0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true 0: TIME_ADVANCE_STEP=12 @@ -14767,10 +14875,10 @@ 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 +1: vacuum_vio=false 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 1: oil_odom=0 @@ -14785,20 +14893,20 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false -1: is_critical=true +0: is_critical=true 0 2 1: road ID: 284 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=false -0: exhaust_vio=true -0: ac_vio=false +0: exhaust_vio=false +0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true 0: TIME_ADVANCE_STEP=12 @@ -14814,7 +14922,7 @@ Topologies: 1 0: brakepipe_vio=false 0: brakehoses_months=0 0: brakehoses_vio=false -1: brake_months=0 +1: brake_months=6 1: exhaust_months=12 1: ac_odometer=120000 1: vacuum_odometer=120000 @@ -14822,7 +14930,7 @@ Topologies: 1 1: brake_vio=false 1: exhaust_vio=true 1: ac_vio=false -1: vacuum_vio=true +1: vacuum_vio=false 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 1: oil_odom=0 @@ -14837,10 +14945,10 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false -1: is_critical=true +0: is_critical=true 0 2 1: road ID: 285 -Qualities: 48 +Qualities: 47 Topologies: 1 0: brake_months=6 @@ -14871,9 +14979,9 @@ Topologies: 1 1: ac_odometer=120000 1: vacuum_odometer=120000 1: engine=diesel -1: brake_vio=true -1: exhaust_vio=true -1: ac_vio=true +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 @@ -14890,10 +14998,9 @@ Topologies: 1 1: brakehoses_months=0 1: brakehoses_vio=false 0: is_critical=true -1: is_critical=true 0 2 1: road ID: 286 -Qualities: 48 +Qualities: 47 Topologies: 1 0: brake_months=6 @@ -14901,7 +15008,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=true 0: vacuum_vio=false @@ -14926,8 +15033,8 @@ Topologies: 1 1: engine=diesel 1: brake_vio=true 1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=true +1: ac_vio=false +1: vacuum_vio=false 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 1: oil_odom=0 @@ -14943,18 +15050,17 @@ Topologies: 1 1: brakehoses_months=0 1: brakehoses_vio=false 0: is_critical=true -1: is_critical=true 0 2 1: road ID: 287 -Qualities: 48 +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: brake_vio=true 0: exhaust_vio=true 0: ac_vio=true 0: vacuum_vio=false @@ -14979,7 +15085,7 @@ Topologies: 1 1: engine=diesel 1: brake_vio=true 1: exhaust_vio=false -1: ac_vio=true +1: ac_vio=false 1: vacuum_vio=false 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 @@ -14996,10 +15102,9 @@ Topologies: 1 1: brakehoses_months=0 1: brakehoses_vio=false 0: is_critical=true -1: is_critical=true 0 2 1: road ID: 288 -Qualities: 48 +Qualities: 47 Topologies: 1 0: brake_months=6 @@ -15007,7 +15112,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=true 0: vacuum_vio=false @@ -15032,7 +15137,7 @@ Topologies: 1 1: engine=diesel 1: brake_vio=false 1: exhaust_vio=false -1: ac_vio=true +1: ac_vio=false 1: vacuum_vio=false 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 @@ -15049,10 +15154,9 @@ Topologies: 1 1: brakehoses_months=0 1: brakehoses_vio=false 0: is_critical=true -1: is_critical=true 0 2 1: road ID: 289 -Qualities: 48 +Qualities: 47 Topologies: 1 0: brake_months=6 @@ -15061,7 +15165,7 @@ Topologies: 1 0: vacuum_odometer=120000 0: engine=gas 0: brake_vio=true -0: exhaust_vio=false +0: exhaust_vio=true 0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true @@ -15078,15 +15182,15 @@ 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: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=true +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 @@ -15102,10 +15206,9 @@ Topologies: 1 1: brakehoses_months=0 1: brakehoses_vio=false 0: is_critical=true -1: is_critical=true 0 2 1: road ID: 290 -Qualities: 48 +Qualities: 47 Topologies: 1 0: brake_months=0 @@ -15114,7 +15217,7 @@ Topologies: 1 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 @@ -15131,14 +15234,14 @@ 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: exhaust_vio=true -1: ac_vio=true +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 @@ -15155,23 +15258,22 @@ Topologies: 1 1: brakehoses_months=0 1: brakehoses_vio=false 0: is_critical=true -1: is_critical=true 0 2 1: road ID: 291 -Qualities: 48 +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: exhaust_vio=false +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 @@ -15184,17 +15286,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=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: exhaust_vio=false +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 @@ -15208,10 +15310,9 @@ Topologies: 1 1: brakehoses_months=0 1: brakehoses_vio=false 0: is_critical=true -1: is_critical=true 0 2 1: road ID: 292 -Qualities: 48 +Qualities: 47 Topologies: 1 0: brake_months=0 @@ -15220,7 +15321,7 @@ Topologies: 1 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 @@ -15244,8 +15345,8 @@ Topologies: 1 1: engine=diesel 1: brake_vio=true 1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=true +1: ac_vio=false +1: vacuum_vio=false 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 1: oil_odom=0 @@ -15261,19 +15362,18 @@ Topologies: 1 1: brakehoses_months=0 1: brakehoses_vio=false 0: is_critical=true -1: is_critical=true 0 2 1: road ID: 293 -Qualities: 48 +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: exhaust_vio=false +0: brake_vio=false +0: exhaust_vio=true 0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true @@ -15290,15 +15390,15 @@ Topologies: 1 0: brakepipe_vio=false 0: brakehoses_months=0 0: brakehoses_vio=false -1: brake_months=0 +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: ac_vio=false +1: vacuum_vio=false 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 1: oil_odom=0 @@ -15314,18 +15414,17 @@ Topologies: 1 1: brakehoses_months=0 1: brakehoses_vio=false 0: is_critical=true -1: is_critical=true 0 2 1: road ID: 294 -Qualities: 48 +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: brake_vio=true 0: exhaust_vio=false 0: ac_vio=true 0: vacuum_vio=false @@ -15343,14 +15442,14 @@ Topologies: 1 0: brakepipe_vio=false 0: brakehoses_months=0 0: brakehoses_vio=false -1: brake_months=0 +1: brake_months=6 1: exhaust_months=12 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=true +1: ac_vio=false 1: vacuum_vio=false 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 @@ -15367,10 +15466,9 @@ Topologies: 1 1: brakehoses_months=0 1: brakehoses_vio=false 0: is_critical=true -1: is_critical=true 0 2 1: road ID: 295 -Qualities: 48 +Qualities: 47 Topologies: 1 0: brake_months=6 @@ -15378,8 +15476,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 @@ -15396,15 +15494,15 @@ 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=true -1: vacuum_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 @@ -15420,19 +15518,18 @@ Topologies: 1 1: brakehoses_months=0 1: brakehoses_vio=false 0: is_critical=true -1: is_critical=true 0 2 1: road ID: 296 -Qualities: 48 +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 @@ -15449,14 +15546,14 @@ 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=true +1: exhaust_vio=false +1: ac_vio=false 1: vacuum_vio=false 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 @@ -15473,10 +15570,9 @@ Topologies: 1 1: brakehoses_months=0 1: brakehoses_vio=false 0: is_critical=true -1: is_critical=true 0 2 1: road ID: 297 -Qualities: 48 +Qualities: 47 Topologies: 1 0: brake_months=0 @@ -15485,7 +15581,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 @@ -15502,15 +15598,15 @@ 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=false -1: ac_vio=true -1: vacuum_vio=true +1: ac_vio=false +1: vacuum_vio=false 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 1: oil_odom=0 @@ -15526,800 +15622,8 @@ Topologies: 1 1: brakehoses_months=0 1: brakehoses_vio=false 0: is_critical=true -1: is_critical=true 0 2 1: road ID: 298 -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=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 -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 299 -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=true -1: exhaust_vio=true -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 -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 300 -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=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 -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 301 -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=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 -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 302 -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=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 -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 303 -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=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: 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=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: 305 -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=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: 306 -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: 307 -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: 308 -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: 309 -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: 310 -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: 311 -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: 312 -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: 313 Qualities: 47 Topologies: 1 @@ -16371,8 +15675,8 @@ Topologies: 1 1: brakehoses_vio=false 0: is_critical=true 0 2 1: road -ID: 314 -Qualities: 48 +ID: 299 +Qualities: 47 Topologies: 1 0: brake_months=0 @@ -16381,7 +15685,59 @@ 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 +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: 300 +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 @@ -16404,9 +15760,9 @@ Topologies: 1 1: vacuum_odometer=120000 1: engine=diesel 1: brake_vio=false -1: exhaust_vio=true +1: exhaust_vio=false 1: ac_vio=false -1: vacuum_vio=true +1: vacuum_vio=false 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 1: oil_odom=0 @@ -16422,23 +15778,279 @@ Topologies: 1 1: brakehoses_months=0 1: brakehoses_vio=false 0: is_critical=true -1: is_critical=true 0 2 1: road -ID: 315 -Qualities: 48 +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=false -0: exhaust_vio=true +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 +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: 302 +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=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: 303 +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=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: 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=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: 305 +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: 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 @@ -16452,14 +16064,320 @@ Topologies: 1 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: 307 +Qualities: 46 +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=false +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 2 1: road +ID: 308 +Qualities: 46 +Topologies: 1 + +0: brake_months=2 +0: exhaust_months=8 +0: ac_odometer=80000 +0: vacuum_odometer=80000 +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=8 +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=2 +1: exhaust_months=8 +1: ac_odometer=80000 +1: vacuum_odometer=80000 +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=8 +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: 309 +Qualities: 46 +Topologies: 1 + +0: brake_months=3 +0: exhaust_months=9 +0: ac_odometer=90000 +0: vacuum_odometer=90000 +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=9 +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=3 +1: exhaust_months=9 +1: ac_odometer=90000 +1: vacuum_odometer=90000 +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=9 +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: 310 +Qualities: 46 +Topologies: 1 + +0: brake_months=4 +0: exhaust_months=10 +0: ac_odometer=100000 +0: vacuum_odometer=100000 +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=10 +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=4 +1: exhaust_months=10 +1: ac_odometer=100000 +1: vacuum_odometer=100000 +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=10 +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: 311 +Qualities: 46 +Topologies: 1 + +0: brake_months=5 +0: exhaust_months=11 +0: ac_odometer=110000 +0: vacuum_odometer=110000 +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=11 +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=5 +1: exhaust_months=11 +1: ac_odometer=110000 +1: vacuum_odometer=110000 +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=11 +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: 312 +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=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: exhaust_vio=false 1: ac_vio=false -1: vacuum_vio=true +1: vacuum_vio=false 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 1: oil_odom=0 @@ -16474,11 +16392,9 @@ Topologies: 1 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: 316 -Qualities: 47 +ID: 313 +Qualities: 46 Topologies: 1 0: brake_months=6 @@ -16487,7 +16403,58 @@ Topologies: 1 0: vacuum_odometer=120000 0: engine=gas 0: brake_vio=true -0: exhaust_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=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: 314 +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=false +0: exhaust_vio=false 0: ac_vio=false 0: vacuum_vio=false 0: compliance_vio=true @@ -16510,9 +16477,9 @@ Topologies: 1 1: vacuum_odometer=120000 1: engine=diesel 1: brake_vio=true -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_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 @@ -16527,13 +16494,12 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false -1: is_critical=true 0 2 1: road -ID: 317 -Qualities: 47 +ID: 315 +Qualities: 46 Topologies: 1 -0: brake_months=0 +0: brake_months=6 0: exhaust_months=12 0: ac_odometer=120000 0: vacuum_odometer=120000 @@ -16561,9 +16527,9 @@ Topologies: 1 1: ac_odometer=120000 1: vacuum_odometer=120000 1: engine=diesel -1: brake_vio=true -1: exhaust_vio=true -1: ac_vio=true +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 @@ -16579,6 +16545,108 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false +0 2 1: road +ID: 316 +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=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=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: 317 +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=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: 318 @@ -16591,7 +16659,7 @@ Topologies: 1 0: vacuum_odometer=120000 0: engine=gas 0: brake_vio=true -0: exhaust_vio=true +0: exhaust_vio=false 0: ac_vio=false 0: vacuum_vio=false 0: compliance_vio=true @@ -16608,15 +16676,15 @@ Topologies: 1 0: brakepipe_vio=false 0: brakehoses_months=0 0: brakehoses_vio=false -1: brake_months=0 +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: exhaust_vio=false +1: ac_vio=false +1: vacuum_vio=true 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 1: oil_odom=0 @@ -16637,13 +16705,13 @@ ID: 319 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: exhaust_vio=false 0: ac_vio=false 0: vacuum_vio=false 0: compliance_vio=true @@ -16667,7 +16735,7 @@ Topologies: 1 1: engine=diesel 1: brake_vio=true 1: exhaust_vio=false -1: ac_vio=true +1: ac_vio=false 1: vacuum_vio=true 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 @@ -16694,7 +16762,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 @@ -16712,14 +16780,14 @@ Topologies: 1 0: brakepipe_vio=false 0: brakehoses_months=0 0: brakehoses_vio=false -1: brake_months=0 +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: ac_vio=false 1: vacuum_vio=true 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 @@ -16741,13 +16809,13 @@ ID: 321 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: exhaust_vio=false 0: ac_vio=false 0: vacuum_vio=false 0: compliance_vio=true @@ -16764,15 +16832,15 @@ Topologies: 1 0: brakepipe_vio=false 0: brakehoses_months=0 0: brakehoses_vio=false -1: brake_months=0 +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: exhaust_vio=true +1: ac_vio=false +1: vacuum_vio=true 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 1: oil_odom=0 @@ -16793,7 +16861,59 @@ ID: 322 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=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 @@ -16823,59 +16943,7 @@ Topologies: 1 1: engine=diesel 1: brake_vio=true 1: exhaust_vio=true -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: 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=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: ac_vio=false 1: vacuum_vio=true 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 @@ -16897,163 +16965,7 @@ ID: 324 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: 325 -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=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 - -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: 327 -Qualities: 47 -Topologies: 1 - -0: brake_months=0 +0: brake_months=6 0: exhaust_months=12 0: ac_odometer=120000 0: vacuum_odometer=120000 @@ -17083,7 +16995,163 @@ Topologies: 1 1: engine=diesel 1: brake_vio=false 1: exhaust_vio=true -1: ac_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: 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 + +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=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: 327 +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=false 1: vacuum_vio=true 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 @@ -17135,7 +17203,7 @@ Topologies: 1 1: engine=diesel 1: brake_vio=false 1: exhaust_vio=true -1: ac_vio=true +1: ac_vio=false 1: vacuum_vio=true 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 @@ -17157,12 +17225,12 @@ ID: 329 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: brake_vio=true 0: exhaust_vio=true 0: ac_vio=false 0: vacuum_vio=false @@ -17180,12 +17248,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 @@ -17209,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 @@ -17258,20 +17326,20 @@ Topologies: 1 1: is_critical=true 0 2 1: road ID: 331 -Qualities: 46 +Qualities: 47 Topologies: 1 -0: brake_months=0 -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=false 0: exhaust_vio=true 0: ac_vio=false 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 @@ -17284,17 +17352,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=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: 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 @@ -17307,6 +17375,7 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false +1: is_critical=true 0 2 1: road ID: 332 Qualities: 47 @@ -17335,13 +17404,13 @@ Topologies: 1 0: brakepipe_vio=false 0: brakehoses_months=0 0: brakehoses_vio=false -1: brake_months=0 +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: brake_vio=true +1: exhaust_vio=true 1: ac_vio=false 1: vacuum_vio=true 1: compliance_vio=true @@ -17361,20 +17430,20 @@ Topologies: 1 1: is_critical=true 0 2 1: road ID: 333 -Qualities: 46 +Qualities: 47 Topologies: 1 -0: brake_months=1 -0: exhaust_months=13 -0: ac_odometer=130000 -0: vacuum_odometer=130000 +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=13 +0: TIME_ADVANCE_STEP=12 0: oil_odom=0 0: oil_vio=false 0: driveshaft_odom=0 @@ -17387,17 +17456,17 @@ Topologies: 1 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: 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: exhaust_vio=true 1: ac_vio=false -1: vacuum_vio=false +1: vacuum_vio=true 1: compliance_vio=true -1: TIME_ADVANCE_STEP=13 +1: TIME_ADVANCE_STEP=12 1: oil_odom=0 1: oil_vio=false 1: driveshaft_odom=0 @@ -17410,17 +17479,18 @@ Topologies: 1 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: brake_months=6 0: exhaust_months=12 0: ac_odometer=120000 0: vacuum_odometer=120000 0: engine=gas -0: brake_vio=false +0: brake_vio=true 0: exhaust_vio=false 0: ac_vio=false 0: vacuum_vio=false @@ -17438,12 +17508,12 @@ Topologies: 1 0: brakepipe_vio=false 0: brakehoses_months=0 0: brakehoses_vio=false -1: brake_months=0 +1: brake_months=6 1: exhaust_months=12 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 @@ -17464,20 +17534,20 @@ Topologies: 1 1: is_critical=true 0 2 1: road ID: 335 -Qualities: 46 +Qualities: 47 Topologies: 1 -0: brake_months=1 -0: exhaust_months=13 -0: ac_odometer=130000 -0: vacuum_odometer=130000 +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=13 +0: TIME_ADVANCE_STEP=12 0: oil_odom=0 0: oil_vio=false 0: driveshaft_odom=0 @@ -17490,17 +17560,17 @@ Topologies: 1 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: 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: vacuum_vio=true 1: compliance_vio=true -1: TIME_ADVANCE_STEP=13 +1: TIME_ADVANCE_STEP=12 1: oil_odom=0 1: oil_vio=false 1: driveshaft_odom=0 @@ -17513,22 +17583,23 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false +1: is_critical=true 0 2 1: road ID: 336 Qualities: 47 Topologies: 1 -0: brake_months=1 -0: exhaust_months=13 -0: ac_odometer=130000 -0: vacuum_odometer=130000 +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 0: engine=gas -0: brake_vio=false +0: brake_vio=true 0: exhaust_vio=false 0: ac_vio=false 0: vacuum_vio=false 0: compliance_vio=true -0: TIME_ADVANCE_STEP=13 +0: TIME_ADVANCE_STEP=12 0: oil_odom=0 0: oil_vio=false 0: driveshaft_odom=0 @@ -17541,17 +17612,17 @@ Topologies: 1 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: 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: exhaust_vio=true 1: ac_vio=false 1: vacuum_vio=true 1: compliance_vio=true -1: TIME_ADVANCE_STEP=13 +1: TIME_ADVANCE_STEP=12 1: oil_odom=0 1: oil_vio=false 1: driveshaft_odom=0 @@ -17567,17 +17638,17 @@ Topologies: 1 1: is_critical=true 0 2 1: road ID: 337 -Qualities: 48 +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: exhaust_vio=true -0: ac_vio=true +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 @@ -17593,14 +17664,14 @@ 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=true +1: ac_vio=false 1: vacuum_vio=true 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 @@ -17616,488 +17687,10 @@ Topologies: 1 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: 338 -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=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 -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 339 -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=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 -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 340 -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=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 -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 341 -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=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 -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 342 -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=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 -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 343 -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=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 -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 344 -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=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 -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 345 -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=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 -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 346 -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=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 -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 347 -Qualities: 48 +Qualities: 47 Topologies: 1 0: brake_months=1 @@ -18107,7 +17700,475 @@ Topologies: 1 0: engine=gas 0: brake_vio=false 0: exhaust_vio=false -0: ac_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=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 +1: is_critical=true +0 2 1: road +ID: 339 +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=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: 340 +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=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: 341 +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=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: 342 +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=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: 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 + +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=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: 345 +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=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: 346 +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: 347 +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 @@ -18130,8 +18191,8 @@ Topologies: 1 1: engine=diesel 1: brake_vio=false 1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false +1: ac_vio=false +1: vacuum_vio=true 1: compliance_vio=true 1: TIME_ADVANCE_STEP=13 1: oil_odom=0 @@ -18146,11 +18207,10 @@ Topologies: 1 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: 348 -Qualities: 48 +Qualities: 47 Topologies: 1 0: brake_months=0 @@ -18160,113 +18220,7 @@ Topologies: 1 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=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 -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 349 -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=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 -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 350 -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: ac_vio=false 0: vacuum_vio=false 0: compliance_vio=true 0: TIME_ADVANCE_STEP=12 @@ -18288,7 +18242,7 @@ Topologies: 1 1: vacuum_odometer=120000 1: engine=diesel 1: brake_vio=true -1: exhaust_vio=true +1: exhaust_vio=false 1: ac_vio=false 1: vacuum_vio=true 1: compliance_vio=true @@ -18305,63 +18259,9 @@ Topologies: 1 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: 351 -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: 352 +ID: 349 Qualities: 47 Topologies: 1 @@ -18372,7 +18272,7 @@ Topologies: 1 0: engine=gas 0: brake_vio=false 0: exhaust_vio=true -0: ac_vio=true +0: ac_vio=false 0: vacuum_vio=false 0: compliance_vio=true 0: TIME_ADVANCE_STEP=12 @@ -18388,15 +18288,15 @@ Topologies: 1 0: brakepipe_vio=false 0: brakehoses_months=0 0: brakehoses_vio=false -1: brake_months=0 +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: exhaust_vio=false 1: ac_vio=false -1: vacuum_vio=false +1: vacuum_vio=true 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 1: oil_odom=0 @@ -18411,20 +18311,176 @@ Topologies: 1 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: 353 -Qualities: 48 +ID: 350 +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=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=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: 351 +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: 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: 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=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 @@ -18463,7 +18519,6 @@ Topologies: 1 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: 354 @@ -18476,8 +18531,8 @@ Topologies: 1 0: vacuum_odometer=130000 0: engine=gas 0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=true +0: exhaust_vio=false +0: ac_vio=false 0: vacuum_vio=false 0: compliance_vio=true 0: TIME_ADVANCE_STEP=13 @@ -18501,7 +18556,7 @@ Topologies: 1 1: brake_vio=false 1: exhaust_vio=false 1: ac_vio=false -1: vacuum_vio=false +1: vacuum_vio=true 1: compliance_vio=true 1: TIME_ADVANCE_STEP=13 1: oil_odom=0 @@ -18516,10 +18571,10 @@ Topologies: 1 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: 355 -Qualities: 48 +Qualities: 47 Topologies: 1 0: brake_months=0 @@ -18529,7 +18584,7 @@ Topologies: 1 0: engine=gas 0: brake_vio=false 0: exhaust_vio=false -0: ac_vio=true +0: ac_vio=false 0: vacuum_vio=false 0: compliance_vio=true 0: TIME_ADVANCE_STEP=12 @@ -18545,13 +18600,13 @@ Topologies: 1 0: brakepipe_vio=false 0: brakehoses_months=0 0: brakehoses_vio=false -1: brake_months=0 +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: brake_vio=true +1: exhaust_vio=false 1: ac_vio=false 1: vacuum_vio=true 1: compliance_vio=true @@ -18568,24 +18623,23 @@ Topologies: 1 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: 356 Qualities: 47 Topologies: 1 -0: brake_months=1 -0: exhaust_months=13 -0: ac_odometer=130000 -0: vacuum_odometer=130000 +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: ac_vio=false 0: vacuum_vio=false 0: compliance_vio=true -0: TIME_ADVANCE_STEP=13 +0: TIME_ADVANCE_STEP=12 0: oil_odom=0 0: oil_vio=false 0: driveshaft_odom=0 @@ -18598,69 +18652,17 @@ Topologies: 1 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: 357 -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: 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=13 +1: TIME_ADVANCE_STEP=12 1: oil_odom=0 1: oil_vio=false 1: driveshaft_odom=0 @@ -18673,14 +18675,217 @@ Topologies: 1 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: 358 -Qualities: 47 +ID: 357 +Qualities: 46 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=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=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: 358 +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=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=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: 359 +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=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=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: 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 + +0: brake_months=6 0: exhaust_months=12 0: ac_odometer=120000 0: vacuum_odometer=120000 @@ -18710,8 +18915,8 @@ Topologies: 1 1: engine=diesel 1: brake_vio=true 1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=true +1: ac_vio=false +1: vacuum_vio=false 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 1: oil_odom=0 @@ -18726,10 +18931,111 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false -1: is_critical=true 0 2 1: road -ID: 359 -Qualities: 47 +ID: 362 +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=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: 363 +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=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: 364 +Qualities: 46 Topologies: 1 0: brake_months=6 @@ -18762,59 +19068,7 @@ Topologies: 1 1: engine=diesel 1: brake_vio=false 1: exhaust_vio=true -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: 360 -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: ac_vio=false 1: vacuum_vio=false 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 @@ -18830,270 +19084,9 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 361 -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=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: 362 -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: 363 -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=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: 364 -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: 365 -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=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 -1: is_critical=true -0 2 1: road -ID: 366 -Qualities: 47 +Qualities: 46 Topologies: 1 0: brake_months=0 @@ -19127,7 +19120,7 @@ Topologies: 1 1: brake_vio=false 1: exhaust_vio=true 1: ac_vio=false -1: vacuum_vio=true +1: vacuum_vio=false 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 1: oil_odom=0 @@ -19142,9 +19135,8 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false -1: is_critical=true 0 2 1: road -ID: 367 +ID: 366 Qualities: 46 Topologies: 1 @@ -19195,112 +19187,8 @@ Topologies: 1 1: brakehoses_months=0 1: brakehoses_vio=false 0 2 1: road -ID: 368 -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=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 -1: is_critical=true -0 2 1: road -ID: 369 -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=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 -1: is_critical=true -0 2 1: road -ID: 370 -Qualities: 48 +ID: 367 +Qualities: 46 Topologies: 1 0: brake_months=0 @@ -19310,7 +19198,7 @@ Topologies: 1 0: engine=gas 0: brake_vio=false 0: exhaust_vio=true -0: ac_vio=true +0: ac_vio=false 0: vacuum_vio=false 0: compliance_vio=true 0: TIME_ADVANCE_STEP=12 @@ -19333,8 +19221,161 @@ Topologies: 1 1: engine=diesel 1: brake_vio=true 1: exhaust_vio=true -1: ac_vio=true -1: vacuum_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=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: 369 +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=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: 370 +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=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=false +1: vacuum_vio=false 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 1: oil_odom=0 @@ -19349,11 +19390,264 @@ Topologies: 1 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: 371 -Qualities: 48 +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=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=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=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=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 2 1: road +ID: 374 +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=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=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: 375 +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=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=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: 376 +Qualities: 46 Topologies: 1 0: brake_months=6 @@ -19363,7 +19657,7 @@ Topologies: 1 0: engine=gas 0: brake_vio=true 0: exhaust_vio=true -0: ac_vio=true +0: ac_vio=false 0: vacuum_vio=false 0: compliance_vio=true 0: TIME_ADVANCE_STEP=12 @@ -19379,121 +19673,15 @@ 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: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -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 -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 372 -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=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 -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 373 -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: 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: ac_vio=false +1: vacuum_vio=false 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 1: oil_odom=0 @@ -19508,183 +19696,22 @@ Topologies: 1 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: 374 -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=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 -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 375 -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=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 -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 376 -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=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 -0: is_critical=true -1: is_critical=true 0 2 1: road ID: 377 -Qualities: 48 +Qualities: 46 Topologies: 1 -0: brake_months=1 -0: exhaust_months=13 -0: ac_odometer=130000 -0: vacuum_odometer=130000 +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: exhaust_vio=true +0: ac_vio=false 0: vacuum_vio=false 0: compliance_vio=true -0: TIME_ADVANCE_STEP=13 +0: TIME_ADVANCE_STEP=12 0: oil_odom=0 0: oil_vio=false 0: driveshaft_odom=0 @@ -19697,17 +19724,17 @@ Topologies: 1 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: brake_months=6 +1: exhaust_months=12 +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=true -1: vacuum_vio=true +1: ac_vio=false +1: vacuum_vio=false 1: compliance_vio=true -1: TIME_ADVANCE_STEP=13 +1: TIME_ADVANCE_STEP=12 1: oil_odom=0 1: oil_vio=false 1: driveshaft_odom=0 @@ -19720,21 +19747,19 @@ Topologies: 1 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: 378 -Qualities: 48 +Qualities: 46 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: brake_vio=true 0: exhaust_vio=true -0: ac_vio=true +0: ac_vio=false 0: vacuum_vio=false 0: compliance_vio=true 0: TIME_ADVANCE_STEP=12 @@ -19750,15 +19775,15 @@ Topologies: 1 0: brakepipe_vio=false 0: brakehoses_months=0 0: brakehoses_vio=false -1: brake_months=0 +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: brake_vio=true +1: exhaust_vio=false 1: ac_vio=false -1: vacuum_vio=true +1: vacuum_vio=false 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 1: oil_odom=0 @@ -19773,24 +19798,22 @@ Topologies: 1 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: 379 -Qualities: 47 +Qualities: 46 Topologies: 1 -0: brake_months=1 -0: exhaust_months=13 -0: ac_odometer=130000 -0: vacuum_odometer=130000 +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: ac_vio=false 0: vacuum_vio=false 0: compliance_vio=true -0: TIME_ADVANCE_STEP=13 +0: TIME_ADVANCE_STEP=12 0: oil_odom=0 0: oil_vio=false 0: driveshaft_odom=0 @@ -19803,17 +19826,17 @@ Topologies: 1 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: 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: exhaust_vio=false 1: ac_vio=false 1: vacuum_vio=false 1: compliance_vio=true -1: TIME_ADVANCE_STEP=13 +1: TIME_ADVANCE_STEP=12 1: oil_odom=0 1: oil_vio=false 1: driveshaft_odom=0 @@ -19826,23 +19849,22 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false -0: is_critical=true 0 2 1: road ID: 380 -Qualities: 48 +Qualities: 46 Topologies: 1 -0: brake_months=1 -0: exhaust_months=13 -0: ac_odometer=130000 -0: vacuum_odometer=130000 +0: brake_months=6 +0: exhaust_months=12 +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=true +0: ac_vio=false 0: vacuum_vio=false 0: compliance_vio=true -0: TIME_ADVANCE_STEP=13 +0: TIME_ADVANCE_STEP=12 0: oil_odom=0 0: oil_vio=false 0: driveshaft_odom=0 @@ -19855,17 +19877,17 @@ Topologies: 1 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: 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: vacuum_vio=false 1: compliance_vio=true -1: TIME_ADVANCE_STEP=13 +1: TIME_ADVANCE_STEP=12 1: oil_odom=0 1: oil_vio=false 1: driveshaft_odom=0 @@ -19878,24 +19900,22 @@ Topologies: 1 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: 381 -Qualities: 48 +Qualities: 46 Topologies: 1 -0: brake_months=1 -0: exhaust_months=13 -0: ac_odometer=130000 -0: vacuum_odometer=130000 +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: exhaust_vio=true +0: ac_vio=false 0: vacuum_vio=false 0: compliance_vio=true -0: TIME_ADVANCE_STEP=13 +0: TIME_ADVANCE_STEP=12 0: oil_odom=0 0: oil_vio=false 0: driveshaft_odom=0 @@ -19908,17 +19928,17 @@ Topologies: 1 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: 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: exhaust_vio=false 1: ac_vio=false -1: vacuum_vio=true +1: vacuum_vio=false 1: compliance_vio=true -1: TIME_ADVANCE_STEP=13 +1: TIME_ADVANCE_STEP=12 1: oil_odom=0 1: oil_vio=false 1: driveshaft_odom=0 @@ -19931,24 +19951,22 @@ Topologies: 1 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: 382 -Qualities: 47 +Qualities: 46 Topologies: 1 -0: brake_months=0 -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=false 0: exhaust_vio=true 0: ac_vio=false 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 @@ -19961,17 +19979,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=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=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=13 1: oil_odom=0 1: oil_vio=false 1: driveshaft_odom=0 @@ -19984,218 +20002,9 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false -1: is_critical=true 0 2 1: road ID: 383 -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: 384 -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=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 -1: is_critical=true -0 2 1: road -ID: 385 -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=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 -1: is_critical=true -0 2 1: road -ID: 386 -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=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 -1: is_critical=true -0 2 1: road -ID: 387 -Qualities: 48 +Qualities: 46 Topologies: 1 0: brake_months=0 @@ -20205,7 +20014,160 @@ Topologies: 1 0: engine=gas 0: brake_vio=false 0: exhaust_vio=true -0: ac_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=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: 385 +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=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: 386 +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=false +0: exhaust_vio=false +0: ac_vio=false 0: vacuum_vio=false 0: compliance_vio=true 0: TIME_ADVANCE_STEP=12 @@ -20227,9 +20189,9 @@ Topologies: 1 1: vacuum_odometer=120000 1: engine=diesel 1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_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 @@ -20244,24 +20206,22 @@ Topologies: 1 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: 388 -Qualities: 48 +ID: 387 +Qualities: 46 Topologies: 1 -0: brake_months=1 -0: exhaust_months=13 -0: ac_odometer=130000 -0: vacuum_odometer=130000 +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: brake_vio=true +0: exhaust_vio=false +0: ac_vio=false 0: vacuum_vio=false 0: compliance_vio=true -0: TIME_ADVANCE_STEP=13 +0: TIME_ADVANCE_STEP=12 0: oil_odom=0 0: oil_vio=false 0: driveshaft_odom=0 @@ -20274,70 +20234,17 @@ Topologies: 1 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 -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 389 -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: 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=true +1: ac_vio=false +1: vacuum_vio=false 1: compliance_vio=true -1: TIME_ADVANCE_STEP=13 +1: TIME_ADVANCE_STEP=12 1: oil_odom=0 1: oil_vio=false 1: driveshaft_odom=0 @@ -20350,11 +20257,60 @@ Topologies: 1 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: 390 -Qualities: 48 +ID: 388 +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=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=1 @@ -20364,112 +20320,6 @@ Topologies: 1 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=true -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: 391 -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=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: 392 -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 @@ -20492,9 +20342,9 @@ Topologies: 1 1: vacuum_odometer=130000 1: engine=diesel 1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=true +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 @@ -20509,23 +20359,22 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false -1: is_critical=true 0 2 1: road -ID: 393 -Qualities: 48 +ID: 390 +Qualities: 46 Topologies: 1 -0: brake_months=1 -0: exhaust_months=13 -0: ac_odometer=130000 -0: vacuum_odometer=130000 +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: exhaust_vio=false +0: ac_vio=false 0: vacuum_vio=false 0: compliance_vio=true -0: TIME_ADVANCE_STEP=13 +0: TIME_ADVANCE_STEP=12 0: oil_odom=0 0: oil_vio=false 0: driveshaft_odom=0 @@ -20538,17 +20387,170 @@ Topologies: 1 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: 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=true +1: brake_vio=true +1: exhaust_vio=false +1: ac_vio=false +1: vacuum_vio=false 1: compliance_vio=true -1: TIME_ADVANCE_STEP=13 +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: 391 +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=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=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: 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 + +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=false +0: vacuum_vio=false +0: compliance_vio=false +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 @@ -20561,6 +20563,4 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true 0 2 1: road diff --git a/src/ag_gen/edge.cpp b/src/ag_gen/edge.cpp index 99276f5..693d67b 100755 --- a/src/ag_gen/edge.cpp +++ b/src/ag_gen/edge.cpp @@ -117,3 +117,13 @@ std::string Edge::get_asset_query() { } return sql; } + +bool Edge::comparator(Edge& ed2) +{ + if(get_to_id() == ed2.get_to_id() && + get_from_id() == ed2.get_from_id() && + get_id() == ed2.get_id()){ + return true; + } + else return false; +} diff --git a/src/ag_gen/edge.h b/src/ag_gen/edge.h index 8885fec..e913e6d 100755 --- a/src/ag_gen/edge.h +++ b/src/ag_gen/edge.h @@ -61,6 +61,7 @@ class Edge { int get_exploit_id(); void set_deleted(); bool is_deleted(); + bool comparator(Edge& ed2); }; #endif // AG_GEN_EDGE_H diff --git a/src/mpi/tasks.cpp b/src/mpi/tasks.cpp index c730c35..1e3e0ad 100644 --- a/src/mpi/tasks.cpp +++ b/src/mpi/tasks.cpp @@ -550,22 +550,16 @@ void state_merge(std::vector node_factbases, std::vector node_ed i_alpha = i_usage/tot_sys_mem; } } - - else{ - //Each MPI Node has its own copy of states and factbases: we need to correct it with the Root's IDs - //int reset_num = instance.factbases.size(); - //if(get_num_states() > 1) - // reset_num += get_num_states()-1; - //fb.reset_curr_id(reset_num); - //fb.set_id(); - } } - for (auto ed : node_edges){ + //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. + for (auto &ed : node_edges){ instance.edges.push_back(ed); } } +//Convert Edge to_hash and from_hash to to_id and from_id void edge_adjustment(AGGenInstance &instance, std::unordered_map &hash_map) { for (auto &ed : instance.edges){ @@ -581,4 +575,7 @@ void edge_adjustment(AGGenInstance &instance, std::unordered_map &h ed.force_from_id(from_id); } } + + //Remove duplicates + instance.edges.erase(unique(instance.edges.begin(), instance.edges.end(), [](Edge& ed1, Edge& ed2){return ed1.comparator(ed2);}), instance.edges.end()); }