diff --git a/build/Makefile b/build/Makefile index 1bf9deb..f8e1447 100644 --- a/build/Makefile +++ b/build/Makefile @@ -48,19 +48,19 @@ cmake_force: SHELL = /bin/sh # The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake +CMAKE_COMMAND = /storage/home/nschrick/pkg/cmake/3.22.0/bin/cmake # The command to remove a file. -RM = /usr/bin/cmake -E rm -f +RM = /storage/home/nschrick/pkg/cmake/3.22.0/bin/cmake -E rm -f # Escaping for special characters. EQUALS = = # The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = "/home/noah/Documents/School/Thesis Work/ag_parallel" +CMAKE_SOURCE_DIR = /home/nschrick/ag_parallel # The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = "/home/noah/Documents/School/Thesis Work/ag_parallel/build" +CMAKE_BINARY_DIR = /home/nschrick/ag_parallel/build #============================================================================= # Targets provided globally by CMake. @@ -68,7 +68,7 @@ CMAKE_BINARY_DIR = "/home/noah/Documents/School/Thesis Work/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..." - /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) + /storage/home/nschrick/pkg/cmake/3.22.0/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..." - /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) + /storage/home/nschrick/pkg/cmake/3.22.0/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/noah/Documents/School/Thesis Work/ag_parallel/build/CMakeFiles" "/home/noah/Documents/School/Thesis Work/ag_parallel/build//CMakeFiles/progress.marks" + $(CMAKE_COMMAND) -E cmake_progress_start /home/nschrick/ag_parallel/build/CMakeFiles /home/nschrick/ag_parallel/build//CMakeFiles/progress.marks $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all - $(CMAKE_COMMAND) -E cmake_progress_start "/home/noah/Documents/School/Thesis Work/ag_parallel/build/CMakeFiles" 0 + $(CMAKE_COMMAND) -E cmake_progress_start /home/nschrick/ag_parallel/build/CMakeFiles 0 .PHONY : all # The main clean target @@ -116,19 +116,6 @@ 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 @@ -142,19 +129,6 @@ 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 @@ -491,30 +465,6 @@ 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 @@ -665,7 +615,6 @@ 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 @@ -674,7 +623,6 @@ 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 @@ -683,7 +631,6 @@ 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 @@ -814,9 +761,7 @@ 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" @@ -859,9 +804,6 @@ 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 21ea92b..ddd818f 100755 Binary files a/build/ag_gen and b/build/ag_gen differ diff --git a/build/ag_run.sh b/build/ag_run.sh index 33cdb35..d013703 100755 --- a/build/ag_run.sh +++ b/build/ag_run.sh @@ -19,8 +19,8 @@ TYPE=${2:-sync} CARS=${3:-2} DBNAME=${4:-tmp} NUM_THREADS=${5:-1} -NODES=${6:-1} -MPI_TYPE=${7:-def} +NODES=${6:-12} +MPI_TYPE=${7:-subgraphing} module load graphviz diff --git a/build/compile_commands.json b/build/compile_commands.json index 0d93d60..5a4f8b7 100644 --- a/build/compile_commands.json +++ b/build/compile_commands.json @@ -1,142 +1,132 @@ [ { - "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/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/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_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_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/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/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_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_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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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" + "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" } ] \ No newline at end of file diff --git a/build/states.txt b/build/states.txt index 6b12b15..cda7e13 100644 --- a/build/states.txt +++ b/build/states.txt @@ -11372,6 +11372,211 @@ Topologies: 1 1: is_critical=true 0 2 1: road ID: 217 +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: 218 +Qualities: 46 +Topologies: 1 + +0: brake_months=0 +0: exhaust_months=6 +0: ac_odometer=60000 +0: vacuum_odometer=60000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=6 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=6 +1: ac_odometer=60000 +1: vacuum_odometer=60000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=false +1: vacuum_vio=false +1: compliance_vio=false +1: TIME_ADVANCE_STEP=6 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0 2 1: road +ID: 219 +Qualities: 46 +Topologies: 1 + +0: brake_months=0 +0: exhaust_months=6 +0: ac_odometer=60000 +0: vacuum_odometer=60000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=6 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=6 +1: ac_odometer=60000 +1: vacuum_odometer=60000 +1: engine=diesel +1: brake_vio=true +1: exhaust_vio=false +1: ac_vio=false +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=6 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0 2 1: road +ID: 220 +Qualities: 47 +Topologies: 1 + +0: brake_months=0 +0: exhaust_months=6 +0: ac_odometer=60000 +0: vacuum_odometer=60000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +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: 221 Qualities: 47 Topologies: 1 @@ -11423,21 +11628,229 @@ Topologies: 1 1: brakehoses_vio=false 0: is_critical=true 0 2 1: road -ID: 218 -Qualities: 46 +ID: 222 +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: 223 +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: 224 +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: 225 +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: 226 +Qualities: 47 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=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 @@ -11451,16 +11864,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: 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 @@ -11473,22 +11886,814 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false +0: is_critical=true 0 2 1: road -ID: 219 -Qualities: 46 +ID: 227 +Qualities: 47 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: 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: 228 +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: ac_vio=true 0: vacuum_vio=false -0: compliance_vio=false -0: TIME_ADVANCE_STEP=6 +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_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: 229 +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: 230 +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: 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: 231 +Qualities: 48 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=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: 232 +Qualities: 48 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=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: 233 +Qualities: 48 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=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: 234 +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: 235 +Qualities: 48 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=true +1: ac_vio=false +1: vacuum_vio=true +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0: is_critical=true +1: is_critical=true +0 2 1: road +ID: 236 +Qualities: 48 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=true +0: exhaust_vio=false +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=true +1: ac_vio=false +1: vacuum_vio=true +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0: is_critical=true +1: is_critical=true +0 2 1: road +ID: 237 +Qualities: 48 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: 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: 238 +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: 239 +Qualities: 48 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=true +0: exhaust_vio=true +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=true +1: ac_vio=false +1: vacuum_vio=true +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0: is_critical=true +1: is_critical=true +0 2 1: road +ID: 240 +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=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: 241 +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: 242 +Qualities: 48 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=true +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 0: oil_odom=0 0: oil_vio=false 0: driveshaft_odom=0 @@ -11502,16 +12707,16 @@ 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: 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=6 +1: TIME_ADVANCE_STEP=12 1: oil_odom=0 1: oil_vio=false 1: driveshaft_odom=0 @@ -11524,8 +12729,3314 @@ 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: 220 +ID: 243 +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: 244 +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: 245 +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: 246 +Qualities: 48 +Topologies: 1 + +0: brake_months=0 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=true +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=true +1: exhaust_vio=true +1: ac_vio=false +1: vacuum_vio=true +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0: is_critical=true +1: is_critical=true +0 2 1: road +ID: 247 +Qualities: 48 +Topologies: 1 + +0: brake_months=0 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=true +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=true +1: ac_vio=false +1: vacuum_vio=true +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0: is_critical=true +1: is_critical=true +0 2 1: road +ID: 248 +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=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: 249 +Qualities: 48 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=0 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=true +1: ac_vio=false +1: vacuum_vio=true +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0: is_critical=true +1: is_critical=true +0 2 1: road +ID: 250 +Qualities: 48 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=true +0: exhaust_vio=false +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=0 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=true +1: ac_vio=false +1: vacuum_vio=true +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0: is_critical=true +1: is_critical=true +0 2 1: road +ID: 251 +Qualities: 48 +Topologies: 1 + +0: brake_months=0 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=0 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=true +1: ac_vio=false +1: vacuum_vio=true +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0: is_critical=true +1: is_critical=true +0 2 1: road +ID: 252 +Qualities: 48 +Topologies: 1 + +0: brake_months=1 +0: exhaust_months=13 +0: ac_odometer=130000 +0: vacuum_odometer=130000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=13 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=1 +1: exhaust_months=13 +1: ac_odometer=130000 +1: vacuum_odometer=130000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=true +1: ac_vio=false +1: vacuum_vio=true +1: compliance_vio=true +1: TIME_ADVANCE_STEP=13 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0: is_critical=true +1: is_critical=true +0 2 1: road +ID: 253 +Qualities: 48 +Topologies: 1 + +0: brake_months=0 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=true +1: exhaust_vio=true +1: ac_vio=false +1: vacuum_vio=true +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0: is_critical=true +1: is_critical=true +0 2 1: road +ID: 254 +Qualities: 48 +Topologies: 1 + +0: brake_months=0 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=true +1: ac_vio=false +1: vacuum_vio=true +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0: is_critical=true +1: is_critical=true +0 2 1: road +ID: 255 +Qualities: 48 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +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: 256 +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: 257 +Qualities: 48 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=true +0: exhaust_vio=true +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=true +1: exhaust_vio=false +1: ac_vio=false +1: vacuum_vio=true +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0: is_critical=true +1: is_critical=true +0 2 1: road +ID: 258 +Qualities: 48 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=true +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=0 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=false +1: vacuum_vio=true +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0: is_critical=true +1: is_critical=true +0 2 1: road +ID: 259 +Qualities: 48 +Topologies: 1 + +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: 260 +Qualities: 48 +Topologies: 1 + +0: brake_months=0 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=true +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=0 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=false +1: vacuum_vio=true +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0: is_critical=true +1: is_critical=true +0 2 1: road +ID: 261 +Qualities: 48 +Topologies: 1 + +0: brake_months=1 +0: exhaust_months=13 +0: ac_odometer=130000 +0: vacuum_odometer=130000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=true +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=13 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=1 +1: exhaust_months=13 +1: ac_odometer=130000 +1: vacuum_odometer=130000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=false +1: vacuum_vio=true +1: compliance_vio=true +1: TIME_ADVANCE_STEP=13 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0: is_critical=true +1: is_critical=true +0 2 1: road +ID: 262 +Qualities: 48 +Topologies: 1 + +0: brake_months=0 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=true +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=true +1: exhaust_vio=false +1: ac_vio=false +1: vacuum_vio=true +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0: is_critical=true +1: is_critical=true +0 2 1: road +ID: 263 +Qualities: 48 +Topologies: 1 + +0: brake_months=0 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=true +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=false +1: vacuum_vio=true +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0: is_critical=true +1: is_critical=true +0 2 1: road +ID: 264 +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: 265 +Qualities: 48 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=0 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=false +1: vacuum_vio=true +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0: is_critical=true +1: is_critical=true +0 2 1: road +ID: 266 +Qualities: 48 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=true +0: exhaust_vio=false +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=0 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=false +1: vacuum_vio=true +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0: is_critical=true +1: is_critical=true +0 2 1: road +ID: 267 +Qualities: 48 +Topologies: 1 + +0: brake_months=0 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=0 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=false +1: vacuum_vio=true +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0: is_critical=true +1: is_critical=true +0 2 1: road +ID: 268 +Qualities: 48 +Topologies: 1 + +0: brake_months=1 +0: exhaust_months=13 +0: ac_odometer=130000 +0: vacuum_odometer=130000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=13 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=1 +1: exhaust_months=13 +1: ac_odometer=130000 +1: vacuum_odometer=130000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=false +1: vacuum_vio=true +1: compliance_vio=true +1: TIME_ADVANCE_STEP=13 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0: is_critical=true +1: is_critical=true +0 2 1: road +ID: 269 +Qualities: 48 +Topologies: 1 + +0: brake_months=0 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=true +1: exhaust_vio=false +1: ac_vio=false +1: vacuum_vio=true +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0: is_critical=true +1: is_critical=true +0 2 1: road +ID: 270 +Qualities: 48 +Topologies: 1 + +0: brake_months=0 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=false +1: vacuum_vio=true +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0: is_critical=true +1: is_critical=true +0 2 1: road +ID: 271 +Qualities: 47 +Topologies: 1 + +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: 272 +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: 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=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: 274 +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: 275 +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: 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=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: 277 +Qualities: 47 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=true +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=0 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=true +1: ac_vio=false +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0: is_critical=true +0 2 1: road +ID: 278 +Qualities: 47 +Topologies: 1 + +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: 279 +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: 280 +Qualities: 47 +Topologies: 1 + +0: brake_months=1 +0: exhaust_months=13 +0: ac_odometer=130000 +0: vacuum_odometer=130000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=true +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=13 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=1 +1: exhaust_months=13 +1: ac_odometer=130000 +1: vacuum_odometer=130000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=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: 281 +Qualities: 47 +Topologies: 1 + +0: brake_months=0 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=true +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=true +1: exhaust_vio=true +1: ac_vio=false +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0: is_critical=true +0 2 1: road +ID: 282 +Qualities: 47 +Topologies: 1 + +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: 283 +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: 284 +Qualities: 47 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=0 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=true +1: ac_vio=false +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0: is_critical=true +0 2 1: road +ID: 285 +Qualities: 47 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=true +0: exhaust_vio=false +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=0 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=true +1: ac_vio=false +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0: is_critical=true +0 2 1: road +ID: 286 +Qualities: 47 +Topologies: 1 + +0: brake_months=0 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=0 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=true +1: ac_vio=false +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0: is_critical=true +0 2 1: road +ID: 287 +Qualities: 47 +Topologies: 1 + +0: brake_months=1 +0: exhaust_months=13 +0: ac_odometer=130000 +0: vacuum_odometer=130000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=13 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=1 +1: exhaust_months=13 +1: ac_odometer=130000 +1: vacuum_odometer=130000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=true +1: ac_vio=false +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=13 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0: is_critical=true +0 2 1: road +ID: 288 +Qualities: 47 +Topologies: 1 + +0: brake_months=0 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=true +1: exhaust_vio=true +1: ac_vio=false +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0: is_critical=true +0 2 1: road +ID: 289 +Qualities: 47 +Topologies: 1 + +0: brake_months=0 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=true +1: ac_vio=false +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0: is_critical=true +0 2 1: road +ID: 290 +Qualities: 47 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +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=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: 291 +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=false +1: ac_vio=false +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0: is_critical=true +0 2 1: road +ID: 292 +Qualities: 47 +Topologies: 1 + +0: brake_months=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: 293 +Qualities: 47 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=true +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=0 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=false +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0: is_critical=true +0 2 1: road +ID: 294 +Qualities: 47 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=true +0: exhaust_vio=true +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=0 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=false +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0: is_critical=true +0 2 1: road +ID: 295 +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: 296 +Qualities: 47 +Topologies: 1 + +0: brake_months=1 +0: exhaust_months=13 +0: ac_odometer=130000 +0: vacuum_odometer=130000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=true +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=13 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=1 +1: exhaust_months=13 +1: ac_odometer=130000 +1: vacuum_odometer=130000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=false +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=13 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0: is_critical=true +0 2 1: road +ID: 297 +Qualities: 47 +Topologies: 1 + +0: brake_months=0 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=true +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=true +1: exhaust_vio=false +1: ac_vio=false +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0: is_critical=true +0 2 1: road +ID: 298 +Qualities: 47 +Topologies: 1 + +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: 299 +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=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=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=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: 301 +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: 302 +Qualities: 47 +Topologies: 1 + +0: brake_months=0 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=0 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=false +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0: is_critical=true +0 2 1: road +ID: 303 +Qualities: 47 +Topologies: 1 + +0: brake_months=1 +0: exhaust_months=13 +0: ac_odometer=130000 +0: vacuum_odometer=130000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=13 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=1 +1: exhaust_months=13 +1: ac_odometer=130000 +1: vacuum_odometer=130000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=false +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=13 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0: is_critical=true +0 2 1: road +ID: 304 +Qualities: 47 +Topologies: 1 + +0: brake_months=0 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=true +1: exhaust_vio=false +1: ac_vio=false +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0: is_critical=true +0 2 1: road +ID: 305 +Qualities: 47 +Topologies: 1 + +0: brake_months=0 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=false +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0: is_critical=true +0 2 1: road +ID: 306 Qualities: 46 Topologies: 1 @@ -11576,7 +16087,7 @@ Topologies: 1 1: brakehoses_months=0 1: brakehoses_vio=false 0 2 1: road -ID: 221 +ID: 307 Qualities: 46 Topologies: 1 @@ -11627,7 +16138,7 @@ Topologies: 1 1: brakehoses_months=0 1: brakehoses_vio=false 0 2 1: road -ID: 222 +ID: 308 Qualities: 46 Topologies: 1 @@ -11678,4524 +16189,21 @@ Topologies: 1 1: brakehoses_months=0 1: brakehoses_vio=false 0 2 1: road -ID: 223 -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: 224 -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: 225 -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: 226 -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: 227 -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: 228 -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: 229 -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: 230 -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: 231 -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: 232 -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: 233 -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: 234 -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=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: 235 -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: 236 -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: 237 -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: 238 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 239 -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: 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: 240 -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 2 1: road -ID: 241 -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: 242 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=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 -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 243 -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 -1: is_critical=true -0: is_critical=true -0 2 1: road -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=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: 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 -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 -1: is_critical=true -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=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 -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 247 -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 -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 248 -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 -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 249 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=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 -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 250 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=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 -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 251 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=true -1: ac_vio=false -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0: 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=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: is_critical=true -0 2 1: road -ID: 253 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=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 -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 254 -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 -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 255 -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 -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 256 -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 -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 257 -Qualities: 48 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=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: is_critical=true -0 2 1: road -ID: 258 -Qualities: 48 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=false -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 259 -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=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: 260 -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 -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 261 -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 -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 262 -Qualities: 48 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=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 -1: is_critical=true -0: 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=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: 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 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_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: is_critical=true -0 2 1: road -ID: 265 -Qualities: 48 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=false -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 266 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=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 -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 267 -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 -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 268 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 269 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 270 -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 -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 271 -Qualities: 48 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 272 -Qualities: 48 -Topologies: 1 - -0: brake_months=1 -0: exhaust_months=13 -0: ac_odometer=130000 -0: vacuum_odometer=130000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=13 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=1 -1: exhaust_months=13 -1: ac_odometer=130000 -1: vacuum_odometer=130000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=13 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 273 -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 -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 274 -Qualities: 48 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 275 -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 -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 276 -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 -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 277 -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 -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 278 -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 -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 279 -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 -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 280 -Qualities: 48 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 281 -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 -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 282 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=false -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 283 -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=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: 284 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=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: 285 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=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: 286 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=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: 287 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=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: 288 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=false -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 289 -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=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: 290 -Qualities: 47 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=false -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 291 -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: 292 -Qualities: 47 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=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: 293 -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=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: 294 -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=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: 295 -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=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: 296 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=false -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 297 -Qualities: 47 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=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: 298 -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: 299 -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: 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=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: 301 -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: 302 -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: 303 -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: 304 -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: 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=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: 306 -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: 307 -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: 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=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: 309 -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=2 +0: exhaust_months=8 +0: ac_odometer=80000 +0: vacuum_odometer=80000 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 -0: TIME_ADVANCE_STEP=12 +0: TIME_ADVANCE_STEP=8 0: oil_odom=0 0: oil_vio=false 0: driveshaft_odom=0 @@ -16208,17 +16216,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=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=true +1: vacuum_vio=false 1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 +1: TIME_ADVANCE_STEP=8 1: oil_odom=0 1: oil_vio=false 1: driveshaft_odom=0 @@ -16231,23 +16239,22 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false -1: is_critical=true 0 2 1: road ID: 310 -Qualities: 47 +Qualities: 46 Topologies: 1 -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 +0: brake_months=3 +0: exhaust_months=9 +0: ac_odometer=90000 +0: vacuum_odometer=90000 0: engine=gas -0: brake_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=9 0: oil_odom=0 0: oil_vio=false 0: driveshaft_odom=0 @@ -16260,17 +16267,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=3 +1: exhaust_months=9 +1: ac_odometer=90000 +1: vacuum_odometer=90000 1: engine=diesel -1: brake_vio=true +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=9 1: oil_odom=0 1: oil_vio=false 1: driveshaft_odom=0 @@ -16283,23 +16290,22 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false -1: is_critical=true 0 2 1: road ID: 311 -Qualities: 47 +Qualities: 46 Topologies: 1 -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 +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=12 +0: TIME_ADVANCE_STEP=10 0: oil_odom=0 0: oil_vio=false 0: driveshaft_odom=0 @@ -16312,17 +16318,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=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=true +1: vacuum_vio=false 1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 +1: TIME_ADVANCE_STEP=10 1: oil_odom=0 1: oil_vio=false 1: driveshaft_odom=0 @@ -16335,23 +16341,22 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false -1: is_critical=true 0 2 1: road ID: 312 -Qualities: 47 +Qualities: 46 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: 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 @@ -16364,17 +16369,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=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=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 @@ -16387,218 +16392,9 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false -1: is_critical=true 0 2 1: road ID: 313 -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=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: 314 -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=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: 315 -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=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: 316 -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=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: 317 -Qualities: 47 +Qualities: 46 Topologies: 1 0: brake_months=6 @@ -16606,9 +16402,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=true +0: ac_vio=false 0: vacuum_vio=false 0: compliance_vio=true 0: TIME_ADVANCE_STEP=12 @@ -16647,7 +16443,210 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false -0: is_critical=true +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=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: 315 +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: 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=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: 317 +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: 318 Qualities: 47 @@ -16660,59 +16659,7 @@ 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=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_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: 319 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=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 @@ -16736,7 +16683,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=12 1: oil_odom=0 @@ -16751,7 +16698,59 @@ 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: 319 +Qualities: 47 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=true +0: exhaust_vio=false +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=false +1: vacuum_vio=true +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true 0 2 1: road ID: 320 Qualities: 47 @@ -16764,7 +16763,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 @@ -16785,10 +16784,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=false -1: vacuum_vio=false +1: vacuum_vio=true 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 1: oil_odom=0 @@ -16803,7 +16802,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: 321 Qualities: 47 @@ -16814,9 +16813,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 @@ -16838,9 +16837,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=false +1: vacuum_vio=true 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 1: oil_odom=0 @@ -16855,7 +16854,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: 322 Qualities: 47 @@ -16868,7 +16867,111 @@ 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 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=true +1: ac_vio=false +1: vacuum_vio=true +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0 2 1: road +ID: 323 +Qualities: 47 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=true +0: exhaust_vio=false +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=true +1: ac_vio=false +1: vacuum_vio=true +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0 2 1: road +ID: 324 +Qualities: 47 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +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 @@ -16892,7 +16995,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 @@ -16907,111 +17010,7 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false -0: 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=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: 324 -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 +1: is_critical=true 0 2 1: road ID: 325 Qualities: 47 @@ -17024,7 +17023,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 @@ -17045,10 +17044,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 @@ -17063,7 +17062,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: 326 Qualities: 47 @@ -17076,7 +17075,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 @@ -17097,10 +17096,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 @@ -17115,7 +17114,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: 327 Qualities: 47 @@ -17128,7 +17127,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 @@ -17144,15 +17143,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=false -1: vacuum_vio=false +1: vacuum_vio=true 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 1: oil_odom=0 @@ -17167,7 +17166,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: 328 Qualities: 47 @@ -17180,7 +17179,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 @@ -17196,15 +17195,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=false -1: vacuum_vio=false +1: vacuum_vio=true 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 1: oil_odom=0 @@ -17219,20 +17218,20 @@ 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: 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: exhaust_vio=true -0: ac_vio=true +0: ac_vio=false 0: vacuum_vio=false 0: compliance_vio=true 0: TIME_ADVANCE_STEP=12 @@ -17256,7 +17255,7 @@ Topologies: 1 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 @@ -17271,23 +17270,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: 330 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=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 @@ -17300,17 +17299,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 @@ -17323,7 +17322,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: 331 Qualities: 47 @@ -17336,163 +17335,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=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: 332 -Qualities: 47 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=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: 333 -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: 334 -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: ac_vio=false 0: vacuum_vio=false 0: compliance_vio=true 0: TIME_ADVANCE_STEP=12 @@ -17516,7 +17359,7 @@ Topologies: 1 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 @@ -17531,7 +17374,163 @@ 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: 332 +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: 333 +Qualities: 47 +Topologies: 1 + +0: brake_months=0 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=true +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=true +1: exhaust_vio=true +1: ac_vio=false +1: vacuum_vio=true +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0 2 1: road +ID: 334 +Qualities: 47 +Topologies: 1 + +0: brake_months=0 +0: exhaust_months=12 +0: ac_odometer=120000 +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=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: 335 Qualities: 47 @@ -17544,7 +17543,7 @@ Topologies: 1 0: engine=gas 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=12 @@ -17560,15 +17559,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=false -1: vacuum_vio=false +1: vacuum_vio=true 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 1: oil_odom=0 @@ -17583,20 +17582,20 @@ 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: 336 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=false -0: ac_vio=true +0: ac_vio=false 0: vacuum_vio=false 0: compliance_vio=true 0: TIME_ADVANCE_STEP=12 @@ -17620,7 +17619,7 @@ Topologies: 1 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 @@ -17635,23 +17634,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: 337 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=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 @@ -17664,17 +17663,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 @@ -17687,7 +17686,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: 338 Qualities: 47 @@ -17700,7 +17699,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 @@ -17716,15 +17715,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: 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 @@ -17739,12 +17738,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: 339 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: 340 +Qualities: 47 +Topologies: 1 + 0: brake_months=0 0: exhaust_months=12 0: ac_odometer=120000 @@ -17752,7 +17803,59 @@ 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 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_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: 341 +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 @@ -17776,7 +17879,7 @@ Topologies: 1 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 @@ -17791,111 +17894,7 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false -0: is_critical=true -0 2 1: road -ID: 340 -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: 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: 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=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 +1: is_critical=true 0 2 1: road ID: 342 Qualities: 47 @@ -17908,7 +17907,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 @@ -17929,10 +17928,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=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 @@ -17947,7 +17946,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: 343 Qualities: 47 @@ -17960,7 +17959,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 @@ -17976,15 +17975,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=false -1: vacuum_vio=false +1: vacuum_vio=true 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 1: oil_odom=0 @@ -17999,7 +17998,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: 344 Qualities: 47 @@ -18012,7 +18011,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 @@ -18028,15 +18027,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=false -1: vacuum_vio=false +1: vacuum_vio=true 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 1: oil_odom=0 @@ -18051,20 +18050,20 @@ 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: 345 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=true +0: ac_vio=false 0: vacuum_vio=false 0: compliance_vio=true 0: TIME_ADVANCE_STEP=12 @@ -18088,7 +18087,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=12 1: oil_odom=0 @@ -18103,23 +18102,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: 346 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=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 @@ -18132,17 +18131,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=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 @@ -18155,7 +18154,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: 347 Qualities: 47 @@ -18168,7 +18167,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 @@ -18184,15 +18183,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: 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=12 1: oil_odom=0 @@ -18207,280 +18206,20 @@ 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: 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: 349 -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=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: 350 -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=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: 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=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: 352 -Qualities: 47 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -0 2 1: road -ID: 353 -Qualities: 47 -Topologies: 1 - 0: brake_months=1 0: exhaust_months=13 0: ac_odometer=130000 0: vacuum_odometer=130000 0: engine=gas 0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true +0: exhaust_vio=true +0: ac_vio=false 0: vacuum_vio=false 0: compliance_vio=true 0: TIME_ADVANCE_STEP=13 @@ -18504,7 +18243,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 @@ -18519,9 +18258,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: 354 +ID: 349 Qualities: 47 Topologies: 1 @@ -18531,8 +18270,8 @@ Topologies: 1 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=12 @@ -18556,7 +18295,7 @@ Topologies: 1 1: brake_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 @@ -18571,9 +18310,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: 355 +ID: 350 Qualities: 47 Topologies: 1 @@ -18583,8 +18322,8 @@ Topologies: 1 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=12 @@ -18608,7 +18347,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=12 1: oil_odom=0 @@ -18623,10 +18362,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: 356 -Qualities: 46 +ID: 351 +Qualities: 47 Topologies: 1 0: brake_months=6 @@ -18657,10 +18396,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=false -1: vacuum_vio=false +1: vacuum_vio=true 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 1: oil_odom=0 @@ -18675,9 +18414,10 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false +1: is_critical=true 0 2 1: road -ID: 357 -Qualities: 46 +ID: 352 +Qualities: 47 Topologies: 1 0: brake_months=6 @@ -18703,15 +18443,223 @@ 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=false +1: ac_vio=false +1: vacuum_vio=true +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0 2 1: road +ID: 353 +Qualities: 47 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=true +0: exhaust_vio=false +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=0 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=false +1: vacuum_vio=true +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0 2 1: road +ID: 354 +Qualities: 47 +Topologies: 1 + +0: brake_months=0 +0: exhaust_months=12 +0: ac_odometer=120000 +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=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: 355 +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=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: 356 +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: 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 @@ -18726,6 +18674,59 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false +1: is_critical=true +0 2 1: road +ID: 357 +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=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: 358 Qualities: 46 @@ -18736,8 +18737,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 @@ -18787,8 +18788,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=false 0: vacuum_vio=false 0: compliance_vio=true @@ -18810,7 +18811,7 @@ Topologies: 1 1: ac_odometer=120000 1: vacuum_odometer=120000 1: engine=diesel -1: brake_vio=false +1: brake_vio=true 1: exhaust_vio=true 1: ac_vio=false 1: vacuum_vio=false @@ -18861,7 +18862,7 @@ Topologies: 1 1: ac_odometer=120000 1: vacuum_odometer=120000 1: engine=diesel -1: brake_vio=true +1: brake_vio=false 1: exhaust_vio=true 1: ac_vio=false 1: vacuum_vio=false @@ -18912,7 +18913,7 @@ Topologies: 1 1: ac_odometer=120000 1: vacuum_odometer=120000 1: engine=diesel -1: brake_vio=true +1: brake_vio=false 1: exhaust_vio=true 1: ac_vio=false 1: vacuum_vio=false @@ -18958,12 +18959,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=false @@ -19009,12 +19010,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=false @@ -19037,7 +19038,7 @@ ID: 364 Qualities: 46 Topologies: 1 -0: brake_months=0 +0: brake_months=6 0: exhaust_months=12 0: ac_odometer=120000 0: vacuum_odometer=120000 @@ -19088,6 +19089,108 @@ ID: 365 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=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: 366 +Qualities: 46 +Topologies: 1 + +0: brake_months=0 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=true +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=0 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=true +1: ac_vio=false +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0 2 1: road +ID: 367 +Qualities: 46 +Topologies: 1 + 0: brake_months=1 0: exhaust_months=13 0: ac_odometer=130000 @@ -19135,119 +19238,17 @@ Topologies: 1 1: brakehoses_months=0 1: brakehoses_vio=false 0 2 1: road -ID: 366 -Qualities: 46 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=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: 367 -Qualities: 46 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=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: 368 Qualities: 46 Topologies: 1 -0: brake_months=6 +0: brake_months=0 0: exhaust_months=12 0: ac_odometer=120000 0: vacuum_odometer=120000 0: engine=gas -0: brake_vio=true -0: exhaust_vio=false +0: brake_vio=false +0: exhaust_vio=true 0: ac_vio=false 0: vacuum_vio=false 0: compliance_vio=true @@ -19292,13 +19293,13 @@ ID: 369 Qualities: 46 Topologies: 1 -0: brake_months=6 +0: brake_months=0 0: exhaust_months=12 0: ac_odometer=120000 0: vacuum_odometer=120000 0: engine=gas 0: brake_vio=false -0: exhaust_vio=false +0: exhaust_vio=true 0: ac_vio=false 0: vacuum_vio=false 0: compliance_vio=true @@ -19315,7 +19316,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 @@ -19366,12 +19367,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=false @@ -19394,7 +19395,7 @@ ID: 371 Qualities: 46 Topologies: 1 -0: brake_months=0 +0: brake_months=6 0: exhaust_months=12 0: ac_odometer=120000 0: vacuum_odometer=120000 @@ -19445,6 +19446,108 @@ ID: 372 Qualities: 46 Topologies: 1 +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=true +0: exhaust_vio=false +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=0 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=true +1: ac_vio=false +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0 2 1: road +ID: 373 +Qualities: 46 +Topologies: 1 + +0: brake_months=0 +0: exhaust_months=12 +0: ac_odometer=120000 +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: 374 +Qualities: 46 +Topologies: 1 + 0: brake_months=1 0: exhaust_months=13 0: ac_odometer=130000 @@ -19492,7 +19595,7 @@ Topologies: 1 1: brakehoses_months=0 1: brakehoses_vio=false 0 2 1: road -ID: 373 +ID: 375 Qualities: 46 Topologies: 1 @@ -19543,119 +19646,17 @@ Topologies: 1 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=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: 375 -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: 376 Qualities: 46 Topologies: 1 -0: brake_months=6 +0: brake_months=0 0: exhaust_months=12 0: ac_odometer=120000 0: vacuum_odometer=120000 0: engine=gas 0: brake_vio=false -0: exhaust_vio=true +0: exhaust_vio=false 0: ac_vio=false 0: vacuum_vio=false 0: compliance_vio=true @@ -19677,8 +19678,8 @@ 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=false 1: vacuum_vio=false 1: compliance_vio=true @@ -19728,7 +19729,7 @@ Topologies: 1 1: ac_odometer=120000 1: vacuum_odometer=120000 1: engine=diesel -1: brake_vio=true +1: brake_vio=false 1: exhaust_vio=false 1: ac_vio=false 1: vacuum_vio=false @@ -19774,12 +19775,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=false 1: ac_vio=false 1: vacuum_vio=false @@ -19825,12 +19826,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=false 1: ac_vio=false 1: vacuum_vio=false @@ -19853,7 +19854,7 @@ ID: 380 Qualities: 46 Topologies: 1 -0: brake_months=0 +0: brake_months=6 0: exhaust_months=12 0: ac_odometer=120000 0: vacuum_odometer=120000 @@ -19904,6 +19905,108 @@ ID: 381 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: 382 +Qualities: 46 +Topologies: 1 + +0: brake_months=0 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=true +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=0 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=false +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0 2 1: road +ID: 383 +Qualities: 46 +Topologies: 1 + 0: brake_months=1 0: exhaust_months=13 0: ac_odometer=130000 @@ -19951,119 +20054,17 @@ Topologies: 1 1: brakehoses_months=0 1: brakehoses_vio=false 0 2 1: road -ID: 382 -Qualities: 46 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=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: 383 -Qualities: 46 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=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: 384 Qualities: 46 Topologies: 1 -0: brake_months=6 +0: brake_months=0 0: exhaust_months=12 0: ac_odometer=120000 0: vacuum_odometer=120000 0: engine=gas -0: brake_vio=true -0: exhaust_vio=false +0: brake_vio=false +0: exhaust_vio=true 0: ac_vio=false 0: vacuum_vio=false 0: compliance_vio=true @@ -20108,13 +20109,13 @@ ID: 385 Qualities: 46 Topologies: 1 -0: brake_months=6 +0: brake_months=0 0: exhaust_months=12 0: ac_odometer=120000 0: vacuum_odometer=120000 0: engine=gas 0: brake_vio=false -0: exhaust_vio=false +0: exhaust_vio=true 0: ac_vio=false 0: vacuum_vio=false 0: compliance_vio=true @@ -20131,7 +20132,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 @@ -20182,12 +20183,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=false 1: ac_vio=false 1: vacuum_vio=false @@ -20210,7 +20211,7 @@ ID: 387 Qualities: 46 Topologies: 1 -0: brake_months=0 +0: brake_months=6 0: exhaust_months=12 0: ac_odometer=120000 0: vacuum_odometer=120000 @@ -20261,6 +20262,108 @@ ID: 388 Qualities: 46 Topologies: 1 +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=true +0: exhaust_vio=false +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=0 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=false +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0 2 1: road +ID: 389 +Qualities: 46 +Topologies: 1 + +0: brake_months=0 +0: exhaust_months=12 +0: ac_odometer=120000 +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: 390 +Qualities: 46 +Topologies: 1 + 0: brake_months=1 0: exhaust_months=13 0: ac_odometer=130000 @@ -20308,123 +20411,21 @@ Topologies: 1 1: brakehoses_months=0 1: brakehoses_vio=false 0 2 1: road -ID: 389 -Qualities: 46 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -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: 390 -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: 391 Qualities: 46 Topologies: 1 0: brake_months=0 -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=false 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 @@ -20438,16 +20439,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: exhaust_vio=false 1: ac_vio=false 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 @@ -20466,16 +20467,16 @@ Qualities: 46 Topologies: 1 0: brake_months=0 -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=false 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 @@ -20489,16 +20490,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: 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 @@ -20513,19 +20514,19 @@ Topologies: 1 1: brakehoses_vio=false 0 2 1: road ID: 393 -Qualities: 47 +Qualities: 46 Topologies: 1 -0: brake_months=0 +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: ac_vio=false 0: vacuum_vio=false -0: compliance_vio=true +0: compliance_vio=false 0: TIME_ADVANCE_STEP=6 0: oil_odom=0 0: oil_vio=false @@ -20539,7 +20540,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=6 1: ac_odometer=60000 1: vacuum_odometer=60000 @@ -20548,7 +20549,7 @@ Topologies: 1 1: exhaust_vio=false 1: ac_vio=false 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 @@ -20562,5 +20563,4 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false -0: is_critical=true 0 2 1: road diff --git a/build/sync_data_col.sh b/build/sync_data_col.sh index 7f20039..6a9e3c8 100755 --- a/build/sync_data_col.sh +++ b/build/sync_data_col.sh @@ -19,30 +19,39 @@ TIMESTR=`date +"%s"` DBNAME="${folder}_${TIMESTR}" #nodelist=compute01,compute04,compute07,compute10,compute11,compute12 NODES=(2 3 4 5 6 7 8 9 10 11 12) +MPI_TYPE="serial" pwd=`pwd` #one=1 #4,8,16,32 thr thrds=(4 8 16 32) -if [[ "$folder" == serial || "$folder" == serialnosync || "$folder" == mpitasking || "$folder" == mpisubgraphing ]]; then +if [[ "$folder" == "serial" || "$folder" == "serialnosync" || "$folder" == "mpitasking" || "$folder" == "mpisubgraphing" ]]; then thrds=(1) else thrds=(4 8 16 32) fi -if [[ "$folder" != mpisubgraphing || "$folder" != mpitasking ]]; then +if [[ "$folder" != "mpisubgraphing" || "$folder" != "mpitasking" ]]; then NODES=(1) fi +if [[ "$folder" == "mpisubgraphing" ]]; then + MPI_TYPE="subgraphing" +elif [[ "$folder" == "mpitasking" ]]; then + MPI_TYPE="tasking" +else + MPI_TYPE="serial" +fi + QSIZE=1 SKIPSYNC=false -if [[ "$folder" == serialnosync ]]; then +if [[ "$folder" == "serialnosync" ]]; then SKIPSYNC=true fi -if [[ "$folder" == ompnosync ]]; then +if [[ "$folder" == "ompnosync" ]]; then SKIPSYNC=true fi @@ -50,17 +59,17 @@ if [[ "$SKIPSYNC" == false ]]; then for thrd in "${thrds[@]}" do - if [[ "$folder" == serial ]]; then + if [[ "$folder" == "serial" ]]; then thrd=1 nodelist=compute05 fi - if [[ "$folder" == serialnosync ]]; then + if [[ "$folder" == "serialnosync" ]]; then thrd=1 nodelist=compute07 fi - if [[ "$folder" == ompnosync ]]; then + if [[ "$folder" == "ompnosync" ]]; then nodelist=compute08 fi @@ -72,7 +81,7 @@ if [[ "$SKIPSYNC" == false ]]; then QSIZE=$((thrd*qmult)) fi - if [[ "$folder" == serial ]]; then + if [[ "$folder" == "serial" ]]; then QSIZE=1 fi @@ -82,13 +91,13 @@ if [[ "$SKIPSYNC" == false ]]; then echo "----------------------------------- "$cars" cars -----------------------------------" >> ./slurm_reports/"$folder"/sync_data.txt #1..4 (or 1..10)Services - for i in {1..6} + for i in {1..4} do for node in "${NODES[@]}" do SKIP_FLAG=0 #Dispatch the job and get the output ("Submitted batch job - JOB=`sbatch --nodelist="$nodelist" ag_run.sh "$i" "sync" "$cars" "$DBNAME" "$thrd" "$node" "tasking"` + JOB=`sbatch --nodelist="$nodelist" ag_run.sh "$i" "sync" "$cars" "$DBNAME" "$thrd" "$node" "$MPI_TYPE"` #Pull the jobid JOB=`echo "$JOB" | grep -oP '(?<=job )[^ ]*'` @@ -129,11 +138,11 @@ if [[ "$SKIPSYNC" == false ]]; then #Get runtime and states from the output #RUNTIME=`cat "$FILE" | grep -oP '(?<=total run time is )[^ ]*'` RUNTIME=`cat "$FILE" | grep -oP '(?<=AG TOOK )[^ ]*'` - + DUP=`cat "$FILE" | grep -oP '(?<=Duplicated States that had to be removed: )[^ ]*'` STATES=`cat "$FILE" | grep -oP '(?<=Total States: )[^ ]*'` - + if ! test -s "$ERR" || test "$SKIP_FLAG" -eq 1 ; then - printf "${i} Services Synchronized: ${STATES} states and ${RUNTIME} runtime \n\n" >> ./slurm_reports/"$folder"/sync_data.txt + printf "${i} Services Synchronized: ${STATES} states ${RUNTIME} runtime and ${DUP} duplicate states \n\n" >> ./slurm_reports/"$folder"/sync_data.txt str="$i","$STATES","$RUNTIME" echo $str >> ./slurm_reports/"$folder"/sync_data.csv else @@ -186,13 +195,13 @@ if [[ "$SKIPSYNC" == false ]]; then echo "----------------------------------- "$cars" cars -----------------------------------" >> ./slurm_reports/"$folder"/non-sync_data.txt #1..4 (or 1..10)Services - for i in {1..6} + for i in {1..4} do for node in "${NODES[@]}" do SKIP_FLAG=0 #Dispatch the job and get the output ("Submitted batch job - JOB=`sbatch --nodelist="$nodelist" ag_run.sh "$i" "non-sync" "$cars" "$DBNAME" "$thrd" "$node" "tasking"` + JOB=`sbatch --nodelist="$nodelist" ag_run.sh "$i" "non-sync" "$cars" "$DBNAME" "$thrd" "$node" "$MPI_TYPE"` #Pull the jobid JOB=`echo "$JOB" | grep -oP '(?<=job )[^ ]*'` @@ -233,11 +242,11 @@ if [[ "$SKIPSYNC" == false ]]; then #Get runtime and states from the output #RUNTIME=`cat "$FILE" | grep -oP '(?<=total run time is )[^ ]*'` RUNTIME=`cat "$FILE" | grep -oP '(?<=AG TOOK )[^ ]*'` - + DUP=`cat "$FILE" | grep -oP '(?<=Duplicated States that had to be removed: )[^ ]*'` STATES=`cat "$FILE" | grep -oP '(?<=Total States: )[^ ]*'` if ! test -s "$ERR" || test "$SKIP_FLAG" -eq 1 ; then - printf "${i} Services Non-Synchronized: ${STATES} states and ${RUNTIME} runtime \n\n" >> ./slurm_reports/"$folder"/non-sync_data.txt + printf "${i} Services Non-Synchronized: ${STATES} states ${RUNTIME} runtime and ${DUP} duplicate states \n\n" >> ./slurm_reports/"$folder"/non-sync_data.txt str="$i","$STATES","$RUNTIME" echo $str >> ./slurm_reports/"$folder"/non-sync_data.csv else diff --git a/src/ag_gen/ag_gen.cpp b/src/ag_gen/ag_gen.cpp index 458d2dc..721d8a9 100755 --- a/src/ag_gen/ag_gen.cpp +++ b/src/ag_gen/ag_gen.cpp @@ -92,6 +92,7 @@ AGGen::AGGen(AGGenInstance &_instance) : instance(_instance) { hash_map.insert(std::make_pair(init_state.get_hash(instance.facts), init_id)); frontier.push_back(init_state); use_redis = false; + instance.duplicates = 0; } /** @@ -1337,15 +1338,15 @@ int initQSize, double mem_threshold, mpi::communicator &world, int state_limit) localFrontier.emplace_front(new_state); //Edge ed(current_state.get_id(), new_state.get_id(), exploit, assetGroup); - Edge ed(current_state.get_hash(instance.facts), new_state.get_hash(instance.facts), exploit, assetGroup); + Edge ed(current_hash, hash_num, exploit, assetGroup); ed.set_id(); instance.edges.push_back(ed); } //END if (hash_map.find(hash_num) == hash_map.end()) else { - auto id = hash_map[hash_num]; + //auto id = hash_map[hash_num]; //Edge ed(current_state.get_id(), id, exploit, assetGroup); - Edge ed(current_state.get_hash(instance.facts), hash_num, exploit, assetGroup); + Edge ed(current_hash, hash_num, exploit, assetGroup); ed.set_id(); instance.edges.push_back(ed); } @@ -1610,9 +1611,7 @@ int initQSize, double mem_threshold, mpi::communicator &world, int state_limit) gettimeofday(&t2,NULL); total_t+=(t2.tv_sec-t1.tv_sec)*1000.0+(t2.tv_usec-t1.tv_usec)/1000.0; printf("AG TOOK %lf ms.\n", total_t); - std::cout << "Instance Edges before adjustment: " << instance.edges.size() << std::endl; edge_adjustment(instance, hash_map); - std::cout << "Instance Edges after adjustment: " << instance.edges.size() << std::endl; auto end = std::chrono::system_clock::now(); std::chrono::duration elapsed_seconds = end - start; diff --git a/src/ag_gen/ag_gen.h b/src/ag_gen/ag_gen.h index 15fda2a..325fdc4 100755 --- a/src/ag_gen/ag_gen.h +++ b/src/ag_gen/ag_gen.h @@ -62,6 +62,7 @@ struct AGGenInstance { std::vector exploits; //init std::vector edges; Keyvalue facts; //init + unsigned long duplicates; std::chrono::duration elapsed_seconds; }; diff --git a/src/ag_gen/edge.cpp b/src/ag_gen/edge.cpp index c22fe21..11124ac 100755 --- a/src/ag_gen/edge.cpp +++ b/src/ag_gen/edge.cpp @@ -121,8 +121,13 @@ bool Edge::operator==(const Edge& ed2) { if(get_to_id() == ed2.get_to_id() && get_from_id() == ed2.get_from_id() && - get_id() == ed2.get_id()){ + get_exploit_id() == ed2.get_exploit_id()){ return true; } else return false; } + +void Edge::force_set_id(int i) +{ + id = i; +} diff --git a/src/ag_gen/edge.h b/src/ag_gen/edge.h index f656679..394fb0e 100755 --- a/src/ag_gen/edge.h +++ b/src/ag_gen/edge.h @@ -63,7 +63,7 @@ class Edge { bool is_deleted(); bool comparator(Edge& ed2); bool operator==(const Edge& ed2); - + void force_set_id(int i); }; #endif // AG_GEN_EDGE_H diff --git a/src/main.cpp b/src/main.cpp index 112d549..ee9ac33 100755 --- a/src/main.cpp +++ b/src/main.cpp @@ -713,12 +713,12 @@ int main(int argc, char *argv[]) { std::cout << "Finished generation." << std::endl; std::cout << "Saving to Database." << std::endl; save_ag_to_db(postinstance, true); - //std::cout << "PostInstance states: " << postinstance.factbases.size() << std::endl; std::cout << "Total Edges: " << get_num_edges() << std::endl; std::cout << "Total Time: " << postinstance.elapsed_seconds.count() << " seconds\n"; //std::cout << "Total States: " << postinstance.factbases.size() << "\n"; std::cout << "Total States: " << get_num_states() << std::endl; + std::cout << "Duplicated States that had to be removed: " << postinstance.duplicates << std::endl; std::cout << "Saving Attack Graph to Database: " << std::flush; std::cout << "Done\n"; diff --git a/src/mpi/tasks.cpp b/src/mpi/tasks.cpp index 294a78f..491cf81 100644 --- a/src/mpi/tasks.cpp +++ b/src/mpi/tasks.cpp @@ -550,18 +550,22 @@ void state_merge(std::vector &node_factbases, std::vector &node_ i_alpha = i_usage/tot_sys_mem; } } + else{ + instance.duplicates++; + } } //Note: This does add duplicates. Having one duplicate removal sweep at the end is preferable to duplicate checking - //every time we want to push new edges back on the frontier. - for (auto &ed : node_edges){ - instance.edges.push_back(ed); - } + //every time we want to push new edges back on the frontier - verified through timing for both small and large networks. + instance.edges.insert(std::end(instance.edges), std::begin(node_edges), std::end(node_edges)); + } //Convert Edge to_hash and from_hash to to_id and from_id void edge_adjustment(AGGenInstance &instance, std::unordered_map &hash_map) { + + // 2 Loops: Can't convert hash->ID while simultaneously checking for duplicates for (auto &ed : instance.edges){ auto itr = hash_map.find(ed.get_to_id()); if(itr != hash_map.end()){ @@ -577,7 +581,28 @@ void edge_adjustment(AGGenInstance &instance, std::unordered_map &h } //Remove duplicates - //instance.edges.erase(unique(instance.edges.begin(), instance.edges.end(), [](Edge& ed1, Edge& ed2){return ed1.comparator(ed2);}), instance.edges.end()); - instance.edges.erase(unique(instance.edges.begin(), instance.edges.end()), instance.edges.end()); - + //Poor Approach, but functional. Examine replacing instance.edges with a set instead of a vector + + //Tmp Vector + std::vector clean; + int i = instance.edges.size() + get_num_edges(); + for(auto itr = instance.edges.begin(); itr != instance.edges.end();){ + int seen = 0; + for(auto eitr = clean.begin(); eitr != clean.end(); eitr++){ + if((*eitr).operator==(*itr)){ + seen = 1; + break; + } + } + if(seen == 1){ + //Remove duplicate + itr = instance.edges.erase(itr); + } + else{ + clean.push_back(*itr); + (*itr).force_set_id(i); + i++; + itr++; + } + } }