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 f667db7..eba572c 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 46083e0..5a0b856 100755 --- a/build/ag_run.sh +++ b/build/ag_run.sh @@ -3,11 +3,12 @@ #SBATCH --job-name=ag_parallel_ser #SBATCH --error=./slurm_reports/job.%J.err #SBATCH --output=./slurm_reports/job.%J.out -#SBATCH --nodes=6 #SBATCH --mem=0 #SBATCH --exclude=compute02,compute03,compute09 #SBATCH --export=ALL +#SBATCH --nodelist=compute10,compute11,compute12 + export LD_LIBRARY_PATH=/home/nschrick/pkg/postgresql/13.4/lib MPICH_NEMESIS_NETMOD=ofi MPIEXEC_TIMEOUT=129600 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/run.sh b/build/run.sh index 02a7c0c..747f36c 100755 --- a/build/run.sh +++ b/build/run.sh @@ -57,7 +57,10 @@ if [ "$TYPE" == "$strval1" ]; then if [ "$(dnsdomainname)" = "hammer.esg.utulsa.edu" ]; then - mpiexec --mca btl_openib_allow_ib 1 --mca btl openib,self,vader --mca opal_warn_on_missing_libcuda 0 --bind-to numa --map-by numa -np "$NODES" --timeout 129600 ./ag_gen -n ../Oct_2021/nm_files/"$CARS"_car_timeline_maintenance.nm -x ../Oct_2021/Sync/6_Exploits/"$NUM_SERV"_Serv/sync_timeline_maintenance.xp -t "$NUM_THREADS" -q 1 -p -a 0.6 -z "$DBNAME" -s -l 20 + #4 Exploit Option + mpiexec --mca btl_openib_allow_ib 1 --mca btl openib,self,vader --mca opal_warn_on_missing_libcuda 0 --bind-to numa --map-by numa -np "$NODES" --timeout 129600 ./ag_gen -n ../Oct_2021/nm_files/"$CARS"_car_timeline_maintenance.nm -x ../Oct_2021/Sync/4_Exploits/"$NUM_SERV"_Serv/sync_timeline_maintenance.xp -t "$NUM_THREADS" -q 1 -p -a 0.6 -z "$DBNAME" -s -l 20 + #6 Exploit Option + #mpiexec --mca btl_openib_allow_ib 1 --mca btl openib,self,vader --mca opal_warn_on_missing_libcuda 0 --bind-to numa --map-by numa -np "$NODES" --timeout 129600 ./ag_gen -n ../Oct_2021/nm_files/"$CARS"_car_timeline_maintenance.nm -x ../Oct_2021/Sync/6_Exploits/"$NUM_SERV"_Serv/sync_timeline_maintenance.xp -t "$NUM_THREADS" -q 1 -p -a 0.6 -z "$DBNAME" -s -l 20 else mpiexec --mca btl_openib_allow_ib 1 --mca opal_warn_on_missing_libcuda 0 --bind-to numa --map-by numa -np "$NODES" --timeout 129600 ./ag_gen -n ../Oct_2021/nm_files/"$CARS"_car_timeline_maintenance.nm -x ../Oct_2021/Sync/4_Exploits/"$NUM_SERV"_Serv/sync_timeline_maintenance.xp -t "$NUM_THREADS" -q 1 -p -s -l 20 -a 0.6 -g DOTFILE.dot -z "$DBNAME" fi diff --git a/build/states.txt b/build/states.txt index 02ddc2c..258381c 100644 --- a/build/states.txt +++ b/build/states.txt @@ -49,7 +49,58 @@ Topologies: 1 1: brakehoses_months=0 1: brakehoses_vio=false 0 2 1: road -ID: 1 +ID: 0 +Qualities: 46 +Topologies: 1 + +0: brake_months=0 +0: exhaust_months=0 +0: ac_odometer=0 +0: vacuum_odometer=0 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=false +0: TIME_ADVANCE_STEP=0 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=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=0 +1: ac_odometer=0 +1: vacuum_odometer=0 +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=0 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: 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: 451562762 Qualities: 46 Topologies: 1 @@ -100,7 +151,7 @@ Topologies: 1 1: brakehoses_months=0 1: brakehoses_vio=false 0 2 1: road -ID: 2 +ID: 18446744071951360563 Qualities: 46 Topologies: 1 @@ -151,7 +202,7 @@ Topologies: 1 1: brakehoses_months=0 1: brakehoses_vio=false 0 2 1: road -ID: 3 +ID: 2019970913 Qualities: 47 Topologies: 1 @@ -203,7 +254,7 @@ Topologies: 1 1: brakehoses_vio=false 0: is_critical=true 0 2 1: road -ID: 4 +ID: 18446744072188567750 Qualities: 47 Topologies: 1 @@ -255,7 +306,7 @@ Topologies: 1 1: brakehoses_vio=false 1: is_critical=true 0 2 1: road -ID: 5 +ID: 18446744072187288636 Qualities: 46 Topologies: 1 @@ -306,60 +357,7 @@ Topologies: 1 1: brakehoses_months=0 1: brakehoses_vio=false 0 2 1: road -ID: 6 -Qualities: 48 -Topologies: 1 - -0: brake_months=2 -0: exhaust_months=2 -0: ac_odometer=20000 -0: vacuum_odometer=20000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=2 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=2 -1: exhaust_months=2 -1: ac_odometer=20000 -1: vacuum_odometer=20000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=2 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 7 +ID: 35057470 Qualities: 47 Topologies: 1 @@ -411,7 +409,7 @@ Topologies: 1 1: brakehoses_vio=false 0: is_critical=true 0 2 1: road -ID: 8 +ID: 18446744073428674185 Qualities: 47 Topologies: 1 @@ -463,7 +461,7 @@ Topologies: 1 1: brakehoses_vio=false 1: is_critical=true 0 2 1: road -ID: 9 +ID: 18446744072899203084 Qualities: 46 Topologies: 1 @@ -514,60 +512,7 @@ Topologies: 1 1: brakehoses_months=0 1: brakehoses_vio=false 0 2 1: road -ID: 10 -Qualities: 48 -Topologies: 1 - -0: brake_months=3 -0: exhaust_months=3 -0: ac_odometer=30000 -0: vacuum_odometer=30000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=3 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=3 -1: exhaust_months=3 -1: ac_odometer=30000 -1: vacuum_odometer=30000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=3 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 11 +ID: 140051726 Qualities: 47 Topologies: 1 @@ -619,7 +564,7 @@ Topologies: 1 1: brakehoses_vio=false 0: is_critical=true 0 2 1: road -ID: 12 +ID: 18446744072735744409 Qualities: 47 Topologies: 1 @@ -671,7 +616,7 @@ Topologies: 1 1: brakehoses_vio=false 1: is_critical=true 0 2 1: road -ID: 13 +ID: 18446744072240547559 Qualities: 46 Topologies: 1 @@ -722,60 +667,7 @@ Topologies: 1 1: brakehoses_months=0 1: brakehoses_vio=false 0 2 1: road -ID: 14 -Qualities: 48 -Topologies: 1 - -0: brake_months=4 -0: exhaust_months=4 -0: ac_odometer=40000 -0: vacuum_odometer=40000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=4 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=4 -1: exhaust_months=4 -1: ac_odometer=40000 -1: vacuum_odometer=40000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=4 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 15 +ID: 1943231797 Qualities: 47 Topologies: 1 @@ -827,7 +719,7 @@ Topologies: 1 1: brakehoses_vio=false 0: is_critical=true 0 2 1: road -ID: 16 +ID: 1141026914 Qualities: 47 Topologies: 1 @@ -879,7 +771,7 @@ Topologies: 1 1: brakehoses_vio=false 1: is_critical=true 0 2 1: road -ID: 17 +ID: 1819783514 Qualities: 46 Topologies: 1 @@ -930,21 +822,914 @@ Topologies: 1 1: brakehoses_months=0 1: brakehoses_vio=false 0 2 1: road -ID: 18 -Qualities: 48 +ID: 18446744072245892862 +Qualities: 46 Topologies: 1 -0: brake_months=5 -0: exhaust_months=5 -0: ac_odometer=50000 -0: vacuum_odometer=50000 +0: brake_months=6 +0: exhaust_months=6 +0: ac_odometer=60000 +0: vacuum_odometer=60000 +0: engine=gas +0: brake_vio=true +0: exhaust_vio=false +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=6 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=6 +1: ac_odometer=60000 +1: vacuum_odometer=60000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=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: 1344896940 +Qualities: 46 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=6 +0: ac_odometer=60000 +0: vacuum_odometer=60000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=false +0: TIME_ADVANCE_STEP=6 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=6 +1: ac_odometer=60000 +1: vacuum_odometer=60000 +1: engine=diesel +1: brake_vio=true +1: exhaust_vio=false +1: ac_vio=false +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=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: 1356826472 +Qualities: 47 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=6 +0: ac_odometer=60000 +0: vacuum_odometer=60000 0: engine=gas 0: brake_vio=false 0: exhaust_vio=false 0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true -0: TIME_ADVANCE_STEP=5 +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: 18446744071940905935 +Qualities: 47 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=6 +0: ac_odometer=60000 +0: vacuum_odometer=60000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=false +0: TIME_ADVANCE_STEP=6 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=6 +1: ac_odometer=60000 +1: vacuum_odometer=60000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=true +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=6 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0 2 1: road +ID: 18446744073301312731 +Qualities: 47 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=6 +0: ac_odometer=60000 +0: vacuum_odometer=60000 +0: engine=gas +0: brake_vio=true +0: exhaust_vio=false +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=6 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=6 +1: ac_odometer=60000 +1: vacuum_odometer=60000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=true +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=6 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0 2 1: road +ID: 269439018 +Qualities: 47 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=6 +0: ac_odometer=60000 +0: vacuum_odometer=60000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=false +0: TIME_ADVANCE_STEP=6 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=6 +1: ac_odometer=60000 +1: vacuum_odometer=60000 +1: engine=diesel +1: brake_vio=true +1: exhaust_vio=false +1: ac_vio=true +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=6 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0 2 1: road +ID: 1937960733 +Qualities: 48 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=6 +0: ac_odometer=60000 +0: vacuum_odometer=60000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=6 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=6 +1: ac_odometer=60000 +1: vacuum_odometer=60000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=true +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=6 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0: is_critical=true +0 2 1: road +ID: 434540248 +Qualities: 48 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=6 +0: ac_odometer=60000 +0: vacuum_odometer=60000 +0: engine=gas +0: brake_vio=true +0: exhaust_vio=false +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=6 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=6 +1: ac_odometer=60000 +1: vacuum_odometer=60000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=true +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=6 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0: is_critical=true +0 2 1: road +ID: 18446744072006031292 +Qualities: 48 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=6 +0: ac_odometer=60000 +0: vacuum_odometer=60000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=6 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=6 +1: ac_odometer=60000 +1: vacuum_odometer=60000 +1: engine=diesel +1: brake_vio=true +1: exhaust_vio=false +1: ac_vio=true +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=6 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0: is_critical=true +0 2 1: road +ID: 236473689 +Qualities: 48 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=6 +0: ac_odometer=60000 +0: vacuum_odometer=60000 +0: engine=gas +0: brake_vio=true +0: exhaust_vio=false +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=6 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=6 +1: ac_odometer=60000 +1: vacuum_odometer=60000 +1: engine=diesel +1: brake_vio=true +1: exhaust_vio=false +1: ac_vio=true +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=6 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0: is_critical=true +0 2 1: road +ID: 18446744072905781373 +Qualities: 48 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=6 +0: ac_odometer=60000 +0: vacuum_odometer=60000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=6 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=0 +1: exhaust_months=6 +1: ac_odometer=60000 +1: vacuum_odometer=60000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=true +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=6 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0: is_critical=true +0 2 1: road +ID: 18446744072579457052 +Qualities: 48 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=6 +0: ac_odometer=60000 +0: vacuum_odometer=60000 +0: engine=gas +0: brake_vio=true +0: exhaust_vio=false +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=6 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=0 +1: exhaust_months=6 +1: ac_odometer=60000 +1: vacuum_odometer=60000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=true +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=6 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0: is_critical=true +0 2 1: road +ID: 18446744071590126005 +Qualities: 48 +Topologies: 1 + +0: brake_months=0 +0: exhaust_months=6 +0: ac_odometer=60000 +0: vacuum_odometer=60000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=6 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=0 +1: exhaust_months=6 +1: ac_odometer=60000 +1: vacuum_odometer=60000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=true +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=6 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0: is_critical=true +0 2 1: road +ID: 2147030401 +Qualities: 48 +Topologies: 1 + +0: brake_months=1 +0: exhaust_months=7 +0: ac_odometer=70000 +0: vacuum_odometer=70000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=7 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=1 +1: exhaust_months=7 +1: ac_odometer=70000 +1: vacuum_odometer=70000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=true +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=7 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0: is_critical=true +0 2 1: road +ID: 1908405692 +Qualities: 48 +Topologies: 1 + +0: brake_months=2 +0: exhaust_months=8 +0: ac_odometer=80000 +0: vacuum_odometer=80000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=8 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=2 +1: exhaust_months=8 +1: ac_odometer=80000 +1: vacuum_odometer=80000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=true +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=8 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0: is_critical=true +0 2 1: road +ID: 703775687 +Qualities: 48 +Topologies: 1 + +0: brake_months=3 +0: exhaust_months=9 +0: ac_odometer=90000 +0: vacuum_odometer=90000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=9 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=3 +1: exhaust_months=9 +1: ac_odometer=90000 +1: vacuum_odometer=90000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=true +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=9 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0: is_critical=true +0 2 1: road +ID: 936732231 +Qualities: 48 +Topologies: 1 + +0: brake_months=4 +0: exhaust_months=10 +0: ac_odometer=100000 +0: vacuum_odometer=100000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=10 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=4 +1: exhaust_months=10 +1: ac_odometer=100000 +1: vacuum_odometer=100000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=true +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=10 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0: is_critical=true +0 2 1: road +ID: 1994581628 +Qualities: 48 +Topologies: 1 + +0: brake_months=5 +0: exhaust_months=11 +0: ac_odometer=110000 +0: vacuum_odometer=110000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=11 0: oil_odom=0 0: oil_vio=false 0: driveshaft_odom=0 @@ -958,16 +1743,16 @@ Topologies: 1 0: brakehoses_months=0 0: brakehoses_vio=false 1: brake_months=5 -1: exhaust_months=5 -1: ac_odometer=50000 -1: vacuum_odometer=50000 +1: exhaust_months=11 +1: ac_odometer=110000 +1: vacuum_odometer=110000 1: engine=diesel 1: brake_vio=false 1: exhaust_vio=false 1: ac_vio=true 1: vacuum_vio=false 1: compliance_vio=true -1: TIME_ADVANCE_STEP=5 +1: TIME_ADVANCE_STEP=11 1: oil_odom=0 1: oil_vio=false 1: driveshaft_odom=0 @@ -980,24 +1765,24 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false -0: is_critical=true 1: is_critical=true +0: is_critical=true 0 2 1: road -ID: 19 -Qualities: 47 +ID: 1845349713 +Qualities: 48 Topologies: 1 0: brake_months=6 -0: exhaust_months=6 -0: ac_odometer=60000 -0: vacuum_odometer=60000 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 0: engine=gas 0: brake_vio=false 0: exhaust_vio=false 0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true -0: TIME_ADVANCE_STEP=6 +0: TIME_ADVANCE_STEP=12 0: oil_odom=0 0: oil_vio=false 0: driveshaft_odom=0 @@ -1011,68 +1796,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: 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: 20 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=6 -0: ac_odometer=60000 -0: vacuum_odometer=60000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=false -0: TIME_ADVANCE_STEP=6 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=6 -1: ac_odometer=60000 -1: vacuum_odometer=60000 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 1: engine=diesel 1: brake_vio=false 1: exhaust_vio=false 1: ac_vio=true 1: vacuum_vio=false 1: compliance_vio=true -1: TIME_ADVANCE_STEP=6 +1: TIME_ADVANCE_STEP=12 1: oil_odom=0 1: oil_vio=false 1: driveshaft_odom=0 @@ -1086,8 +1819,486 @@ Topologies: 1 1: brakehoses_months=0 1: brakehoses_vio=false 1: is_critical=true +0: is_critical=true 0 2 1: road -ID: 21 +ID: 466906972 +Qualities: 48 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=true +0: exhaust_vio=false +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=true +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: 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: 18446744072347840232 +Qualities: 48 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=true +1: exhaust_vio=false +1: ac_vio=true +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: 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: 1872030698 +Qualities: 48 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=true +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=true +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: 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: 18446744072778791280 +Qualities: 48 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=true +1: ac_vio=true +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: 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: 18446744072247943428 +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=true +1: vacuum_vio=true +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0: is_critical=true +0 2 1: road +ID: 18446744073433642385 +Qualities: 48 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=true +0: exhaust_vio=false +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=true +1: vacuum_vio=true +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0: is_critical=true +0 2 1: road +ID: 18446744072522833665 +Qualities: 48 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=true +1: exhaust_vio=false +1: ac_vio=true +1: vacuum_vio=true +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0: is_critical=true +0 2 1: road +ID: 1391501123 +Qualities: 48 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=true +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=true +1: vacuum_vio=true +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0: is_critical=true +0 2 1: road +ID: 18446744071811713249 +Qualities: 48 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=true +1: ac_vio=true +1: vacuum_vio=true +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0: is_critical=true +0 2 1: road +ID: 703524200 Qualities: 46 Topologies: 1 @@ -1119,57 +2330,6 @@ Topologies: 1 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: 22 -Qualities: 46 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=6 -0: ac_odometer=60000 -0: vacuum_odometer=60000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=false -0: TIME_ADVANCE_STEP=6 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=6 -1: ac_odometer=60000 -1: vacuum_odometer=60000 -1: engine=diesel 1: brake_vio=true 1: exhaust_vio=false 1: ac_vio=false @@ -1189,60 +2349,7 @@ Topologies: 1 1: brakehoses_months=0 1: brakehoses_vio=false 0 2 1: road -ID: 23 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=6 -0: ac_odometer=60000 -0: vacuum_odometer=60000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=6 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=6 -1: ac_odometer=60000 -1: vacuum_odometer=60000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=6 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 24 +ID: 852428541 Qualities: 47 Topologies: 1 @@ -1294,214 +2401,7 @@ Topologies: 1 1: brakehoses_vio=false 0: is_critical=true 0 2 1: road -ID: 25 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=6 -0: ac_odometer=60000 -0: vacuum_odometer=60000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=6 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=6 -1: ac_odometer=60000 -1: vacuum_odometer=60000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=6 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -0 2 1: road -ID: 26 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=6 -0: ac_odometer=60000 -0: vacuum_odometer=60000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=6 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=6 -1: ac_odometer=60000 -1: vacuum_odometer=60000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=6 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 27 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=6 -0: ac_odometer=60000 -0: vacuum_odometer=60000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=false -0: TIME_ADVANCE_STEP=6 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=6 -1: ac_odometer=60000 -1: vacuum_odometer=60000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=6 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 28 -Qualities: 46 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=6 -0: ac_odometer=60000 -0: vacuum_odometer=60000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=6 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=6 -1: ac_odometer=60000 -1: vacuum_odometer=60000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=6 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0 2 1: road -ID: 29 +ID: 18446744071771411131 Qualities: 46 Topologies: 1 @@ -1552,11 +2452,11 @@ Topologies: 1 1: brakehoses_months=0 1: brakehoses_vio=false 0 2 1: road -ID: 30 +ID: 18446744071779658977 Qualities: 46 Topologies: 1 -0: brake_months=6 +0: brake_months=0 0: exhaust_months=6 0: ac_odometer=60000 0: vacuum_odometer=60000 @@ -1565,163 +2465,6 @@ Topologies: 1 0: exhaust_vio=false 0: ac_vio=false 0: vacuum_vio=false -0: compliance_vio=false -0: TIME_ADVANCE_STEP=6 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=6 -1: ac_odometer=60000 -1: vacuum_odometer=60000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=6 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: 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: 31 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=6 -0: ac_odometer=60000 -0: vacuum_odometer=60000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=6 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=6 -1: ac_odometer=60000 -1: vacuum_odometer=60000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=6 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 32 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=6 -0: ac_odometer=60000 -0: vacuum_odometer=60000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=6 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=6 -1: ac_odometer=60000 -1: vacuum_odometer=60000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=6 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 33 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=6 -0: ac_odometer=60000 -0: vacuum_odometer=60000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false 0: compliance_vio=true 0: TIME_ADVANCE_STEP=6 0: oil_odom=0 @@ -1759,9 +2502,8 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false -0: is_critical=true 0 2 1: road -ID: 34 +ID: 850980236 Qualities: 47 Topologies: 1 @@ -1813,11 +2555,115 @@ Topologies: 1 1: brakehoses_vio=false 0: is_critical=true 0 2 1: road -ID: 35 +ID: 18446744072878691602 Qualities: 47 Topologies: 1 -0: brake_months=6 +0: brake_months=0 +0: exhaust_months=6 +0: ac_odometer=60000 +0: vacuum_odometer=60000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=6 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=6 +1: ac_odometer=60000 +1: vacuum_odometer=60000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=true +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=6 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0 2 1: road +ID: 1311763971 +Qualities: 47 +Topologies: 1 + +0: brake_months=0 +0: exhaust_months=6 +0: ac_odometer=60000 +0: vacuum_odometer=60000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=6 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=6 +1: ac_odometer=60000 +1: vacuum_odometer=60000 +1: engine=diesel +1: brake_vio=true +1: exhaust_vio=false +1: ac_vio=true +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=6 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0 2 1: road +ID: 1176381445 +Qualities: 48 +Topologies: 1 + +0: brake_months=0 0: exhaust_months=6 0: ac_odometer=60000 0: vacuum_odometer=60000 @@ -1840,13 +2686,1385 @@ 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=6 1: ac_odometer=60000 1: vacuum_odometer=60000 1: engine=diesel 1: brake_vio=false 1: exhaust_vio=false +1: ac_vio=true +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=6 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0: is_critical=true +0 2 1: road +ID: 2127491224 +Qualities: 48 +Topologies: 1 + +0: brake_months=0 +0: exhaust_months=6 +0: ac_odometer=60000 +0: vacuum_odometer=60000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=6 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=6 +1: ac_odometer=60000 +1: vacuum_odometer=60000 +1: engine=diesel +1: brake_vio=true +1: exhaust_vio=false +1: ac_vio=true +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=6 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0: is_critical=true +0 2 1: road +ID: 18446744073070576244 +Qualities: 48 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=true +0: exhaust_vio=false +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=true +1: ac_vio=true +1: vacuum_vio=true +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0: is_critical=true +0 2 1: road +ID: 18446744071562355024 +Qualities: 48 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=true +1: exhaust_vio=true +1: ac_vio=true +1: vacuum_vio=true +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0: is_critical=true +0 2 1: road +ID: 2065830434 +Qualities: 48 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=true +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=true +1: ac_vio=true +1: vacuum_vio=true +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0: is_critical=true +0 2 1: road +ID: 67935343 +Qualities: 48 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=true +0: exhaust_vio=true +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=true +1: ac_vio=true +1: vacuum_vio=true +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0: is_critical=true +0 2 1: road +ID: 202002239 +Qualities: 48 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=true +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=true +1: exhaust_vio=true +1: ac_vio=true +1: vacuum_vio=true +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0: is_critical=true +0 2 1: road +ID: 357213994 +Qualities: 48 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=true +0: exhaust_vio=true +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=true +1: exhaust_vio=true +1: ac_vio=true +1: vacuum_vio=true +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0: is_critical=true +0 2 1: road +ID: 1128676302 +Qualities: 48 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=true +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=0 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=true +1: ac_vio=true +1: vacuum_vio=true +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0: is_critical=true +0 2 1: road +ID: 52509807 +Qualities: 48 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=true +0: exhaust_vio=true +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=0 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=true +1: ac_vio=true +1: vacuum_vio=true +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0: is_critical=true +0 2 1: road +ID: 18446744072745413490 +Qualities: 48 +Topologies: 1 + +0: brake_months=0 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=true +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=0 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=true +1: ac_vio=true +1: vacuum_vio=true +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0: is_critical=true +0 2 1: road +ID: 18446744071652949818 +Qualities: 48 +Topologies: 1 + +0: brake_months=1 +0: exhaust_months=13 +0: ac_odometer=130000 +0: vacuum_odometer=130000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=true +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=13 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=1 +1: exhaust_months=13 +1: ac_odometer=130000 +1: vacuum_odometer=130000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=true +1: ac_vio=true +1: vacuum_vio=true +1: compliance_vio=true +1: TIME_ADVANCE_STEP=13 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0: is_critical=true +0 2 1: road +ID: 121764397 +Qualities: 48 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=true +0: exhaust_vio=false +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=true +1: exhaust_vio=true +1: ac_vio=true +1: vacuum_vio=true +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0: is_critical=true +0 2 1: road +ID: 935384745 +Qualities: 48 +Topologies: 1 + +0: brake_months=0 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=true +1: ac_vio=true +1: vacuum_vio=true +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0: is_critical=true +0 2 1: road +ID: 18446744073049497268 +Qualities: 48 +Topologies: 1 + +0: brake_months=0 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=true +1: exhaust_vio=true +1: ac_vio=true +1: vacuum_vio=true +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0: is_critical=true +0 2 1: road +ID: 18446744071602875038 +Qualities: 48 +Topologies: 1 + +0: brake_months=0 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=true +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=true +1: ac_vio=true +1: vacuum_vio=true +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0: is_critical=true +0 2 1: road +ID: 18446744072650743439 +Qualities: 48 +Topologies: 1 + +0: brake_months=0 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=true +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=true +1: exhaust_vio=true +1: ac_vio=true +1: vacuum_vio=true +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0: is_critical=true +0 2 1: road +ID: 18446744073336586521 +Qualities: 48 +Topologies: 1 + +0: brake_months=0 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=0 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=true +1: ac_vio=true +1: vacuum_vio=true +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0: is_critical=true +0 2 1: road +ID: 18446744072491153601 +Qualities: 48 +Topologies: 1 + +0: brake_months=1 +0: exhaust_months=13 +0: ac_odometer=130000 +0: vacuum_odometer=130000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=13 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=1 +1: exhaust_months=13 +1: ac_odometer=130000 +1: vacuum_odometer=130000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=true +1: ac_vio=true +1: vacuum_vio=true +1: compliance_vio=true +1: TIME_ADVANCE_STEP=13 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0: is_critical=true +0 2 1: road +ID: 1341372800 +Qualities: 48 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=true +0: exhaust_vio=false +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=0 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=true +1: ac_vio=true +1: vacuum_vio=true +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0: is_critical=true +0 2 1: road +ID: 18446744071573371801 +Qualities: 47 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=true +0: exhaust_vio=true +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=true +1: exhaust_vio=true +1: ac_vio=true +1: vacuum_vio=true +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0 2 1: road +ID: 18446744072112517013 +Qualities: 47 +Topologies: 1 + +0: brake_months=0 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=true +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=true +1: ac_vio=true +1: vacuum_vio=true +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0 2 1: road +ID: 18446744072978848968 +Qualities: 47 +Topologies: 1 + +0: brake_months=0 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=true +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=true +1: exhaust_vio=true +1: ac_vio=true +1: vacuum_vio=true +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0 2 1: road +ID: 569725773 +Qualities: 47 +Topologies: 1 + +0: brake_months=0 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=true +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=0 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=true +1: ac_vio=true +1: vacuum_vio=true +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0 2 1: road +ID: 18446744072393446329 +Qualities: 47 +Topologies: 1 + +0: brake_months=1 +0: exhaust_months=13 +0: ac_odometer=130000 +0: vacuum_odometer=130000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=true +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=13 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=1 +1: exhaust_months=13 +1: ac_odometer=130000 +1: vacuum_odometer=130000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=true +1: ac_vio=true +1: vacuum_vio=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: 2097620284 +Qualities: 47 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=true +0: exhaust_vio=true +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=0 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=true +1: ac_vio=true +1: vacuum_vio=true +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0 2 1: road +ID: 413193711 +Qualities: 47 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=6 +0: ac_odometer=60000 +0: vacuum_odometer=60000 +0: engine=gas +0: brake_vio=true +0: exhaust_vio=false +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=6 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=6 +1: ac_odometer=60000 +1: vacuum_odometer=60000 +1: engine=diesel +1: brake_vio=true +1: exhaust_vio=false 1: ac_vio=false 1: vacuum_vio=false 1: compliance_vio=true @@ -1865,7 +4083,7 @@ Topologies: 1 1: brakehoses_vio=false 0: is_critical=true 0 2 1: road -ID: 36 +ID: 18446744073021412918 Qualities: 47 Topologies: 1 @@ -1917,162 +4135,7 @@ Topologies: 1 1: brakehoses_vio=false 1: is_critical=true 0 2 1: road -ID: 37 -Qualities: 47 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=6 -0: ac_odometer=60000 -0: vacuum_odometer=60000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=6 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=6 -1: ac_odometer=60000 -1: vacuum_odometer=60000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=6 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 38 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=6 -0: ac_odometer=60000 -0: vacuum_odometer=60000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=false -0: TIME_ADVANCE_STEP=6 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=6 -1: ac_odometer=60000 -1: vacuum_odometer=60000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=6 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 39 -Qualities: 46 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=6 -0: ac_odometer=60000 -0: vacuum_odometer=60000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=6 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=6 -1: ac_odometer=60000 -1: vacuum_odometer=60000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=6 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0 2 1: road -ID: 40 +ID: 1126004397 Qualities: 46 Topologies: 1 @@ -2123,218 +4186,7 @@ Topologies: 1 1: brakehoses_months=0 1: brakehoses_vio=false 0 2 1: road -ID: 41 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=6 -0: ac_odometer=60000 -0: vacuum_odometer=60000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=6 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=6 -1: ac_odometer=60000 -1: vacuum_odometer=60000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=6 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 42 -Qualities: 48 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=6 -0: ac_odometer=60000 -0: vacuum_odometer=60000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=6 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=6 -1: ac_odometer=60000 -1: vacuum_odometer=60000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=6 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 43 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=6 -0: ac_odometer=60000 -0: vacuum_odometer=60000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=6 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=6 -1: ac_odometer=60000 -1: vacuum_odometer=60000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=6 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 44 -Qualities: 47 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=6 -0: ac_odometer=60000 -0: vacuum_odometer=60000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=6 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=6 -1: ac_odometer=60000 -1: vacuum_odometer=60000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=6 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -0 2 1: road -ID: 45 +ID: 15956202 Qualities: 47 Topologies: 1 @@ -2386,59 +4238,7 @@ Topologies: 1 1: brakehoses_vio=false 0: is_critical=true 0 2 1: road -ID: 46 -Qualities: 47 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=6 -0: ac_odometer=60000 -0: vacuum_odometer=60000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=6 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=6 -1: ac_odometer=60000 -1: vacuum_odometer=60000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=6 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 47 +ID: 18446744072907770795 Qualities: 47 Topologies: 1 @@ -2490,7 +4290,7 @@ Topologies: 1 1: brakehoses_vio=false 1: is_critical=true 0 2 1: road -ID: 48 +ID: 18446744072455290236 Qualities: 46 Topologies: 1 @@ -2541,113 +4341,7 @@ Topologies: 1 1: brakehoses_months=0 1: brakehoses_vio=false 0 2 1: road -ID: 49 -Qualities: 48 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=6 -0: ac_odometer=60000 -0: vacuum_odometer=60000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=6 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=6 -1: ac_odometer=60000 -1: vacuum_odometer=60000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=6 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 50 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=6 -0: ac_odometer=60000 -0: vacuum_odometer=60000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=6 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=6 -1: ac_odometer=60000 -1: vacuum_odometer=60000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=6 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 51 +ID: 18446744073664612615 Qualities: 47 Topologies: 1 @@ -2699,7 +4393,7 @@ Topologies: 1 1: brakehoses_vio=false 0: is_critical=true 0 2 1: road -ID: 52 +ID: 835182078 Qualities: 47 Topologies: 1 @@ -2751,7 +4445,7 @@ Topologies: 1 1: brakehoses_vio=false 1: is_critical=true 0 2 1: road -ID: 53 +ID: 18446744072698369672 Qualities: 46 Topologies: 1 @@ -2802,60 +4496,7 @@ Topologies: 1 1: brakehoses_months=0 1: brakehoses_vio=false 0 2 1: road -ID: 54 -Qualities: 48 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=6 -0: ac_odometer=60000 -0: vacuum_odometer=60000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=6 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=6 -1: ac_odometer=60000 -1: vacuum_odometer=60000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=6 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 55 +ID: 203343119 Qualities: 47 Topologies: 1 @@ -2907,7 +4548,7 @@ Topologies: 1 1: brakehoses_vio=false 0: is_critical=true 0 2 1: road -ID: 56 +ID: 18446744071863649870 Qualities: 47 Topologies: 1 @@ -2959,7 +4600,7 @@ Topologies: 1 1: brakehoses_vio=false 1: is_critical=true 0 2 1: road -ID: 57 +ID: 18446744072216999181 Qualities: 46 Topologies: 1 @@ -3010,60 +4651,7 @@ Topologies: 1 1: brakehoses_months=0 1: brakehoses_vio=false 0 2 1: road -ID: 58 -Qualities: 48 -Topologies: 1 - -0: brake_months=1 -0: exhaust_months=7 -0: ac_odometer=70000 -0: vacuum_odometer=70000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=7 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=1 -1: exhaust_months=7 -1: ac_odometer=70000 -1: vacuum_odometer=70000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=7 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 59 +ID: 710311438 Qualities: 47 Topologies: 1 @@ -3115,7 +4703,7 @@ Topologies: 1 1: brakehoses_vio=false 0: is_critical=true 0 2 1: road -ID: 60 +ID: 18446744072298724159 Qualities: 47 Topologies: 1 @@ -3167,7 +4755,7 @@ Topologies: 1 1: brakehoses_vio=false 1: is_critical=true 0 2 1: road -ID: 61 +ID: 906056486 Qualities: 46 Topologies: 1 @@ -3218,60 +4806,7 @@ Topologies: 1 1: brakehoses_months=0 1: brakehoses_vio=false 0 2 1: road -ID: 62 -Qualities: 48 -Topologies: 1 - -0: brake_months=2 -0: exhaust_months=8 -0: ac_odometer=80000 -0: vacuum_odometer=80000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=8 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=2 -1: exhaust_months=8 -1: ac_odometer=80000 -1: vacuum_odometer=80000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=8 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 63 +ID: 150112773 Qualities: 47 Topologies: 1 @@ -3323,7 +4858,7 @@ Topologies: 1 1: brakehoses_vio=false 0: is_critical=true 0 2 1: road -ID: 64 +ID: 18446744073041240868 Qualities: 47 Topologies: 1 @@ -3375,7 +4910,7 @@ Topologies: 1 1: brakehoses_vio=false 1: is_critical=true 0 2 1: road -ID: 65 +ID: 343715686 Qualities: 46 Topologies: 1 @@ -3426,60 +4961,7 @@ Topologies: 1 1: brakehoses_months=0 1: brakehoses_vio=false 0 2 1: road -ID: 66 -Qualities: 48 -Topologies: 1 - -0: brake_months=3 -0: exhaust_months=9 -0: ac_odometer=90000 -0: vacuum_odometer=90000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=9 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=3 -1: exhaust_months=9 -1: ac_odometer=90000 -1: vacuum_odometer=90000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=9 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 67 +ID: 18446744072958821285 Qualities: 47 Topologies: 1 @@ -3531,7 +5013,7 @@ Topologies: 1 1: brakehoses_vio=false 0: is_critical=true 0 2 1: road -ID: 68 +ID: 18446744071928636324 Qualities: 47 Topologies: 1 @@ -3583,7 +5065,7 @@ Topologies: 1 1: brakehoses_vio=false 1: is_critical=true 0 2 1: road -ID: 69 +ID: 18446744071618006013 Qualities: 46 Topologies: 1 @@ -3634,60 +5116,7 @@ Topologies: 1 1: brakehoses_months=0 1: brakehoses_vio=false 0 2 1: road -ID: 70 -Qualities: 48 -Topologies: 1 - -0: brake_months=4 -0: exhaust_months=10 -0: ac_odometer=100000 -0: vacuum_odometer=100000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=10 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=4 -1: exhaust_months=10 -1: ac_odometer=100000 -1: vacuum_odometer=100000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=10 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 71 +ID: 18446744072682710446 Qualities: 47 Topologies: 1 @@ -3739,7 +5168,7 @@ Topologies: 1 1: brakehoses_vio=false 0: is_critical=true 0 2 1: road -ID: 72 +ID: 18446744071962613551 Qualities: 47 Topologies: 1 @@ -3791,7 +5220,7 @@ Topologies: 1 1: brakehoses_vio=false 1: is_critical=true 0 2 1: road -ID: 73 +ID: 18446744071872717520 Qualities: 46 Topologies: 1 @@ -3842,164 +5271,7 @@ Topologies: 1 1: brakehoses_months=0 1: brakehoses_vio=false 0 2 1: road -ID: 74 -Qualities: 48 -Topologies: 1 - -0: brake_months=5 -0: exhaust_months=11 -0: ac_odometer=110000 -0: vacuum_odometer=110000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=11 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=5 -1: exhaust_months=11 -1: ac_odometer=110000 -1: vacuum_odometer=110000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=11 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 75 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -0 2 1: road -ID: 76 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 77 +ID: 18446744072235143145 Qualities: 46 Topologies: 1 @@ -4050,7 +5322,7 @@ Topologies: 1 1: brakehoses_months=0 1: brakehoses_vio=false 0 2 1: road -ID: 78 +ID: 41928181 Qualities: 46 Topologies: 1 @@ -4101,7 +5373,7 @@ Topologies: 1 1: brakehoses_months=0 1: brakehoses_vio=false 0 2 1: road -ID: 79 +ID: 18446744072442217015 Qualities: 46 Topologies: 1 @@ -4152,7 +5424,7 @@ Topologies: 1 1: brakehoses_months=0 1: brakehoses_vio=false 0 2 1: road -ID: 80 +ID: 18446744072967751325 Qualities: 46 Topologies: 1 @@ -4203,7 +5475,7 @@ Topologies: 1 1: brakehoses_months=0 1: brakehoses_vio=false 0 2 1: road -ID: 81 +ID: 51693075 Qualities: 47 Topologies: 1 @@ -4214,7 +5486,7 @@ Topologies: 1 0: engine=gas 0: brake_vio=false 0: exhaust_vio=false -0: ac_vio=false +0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true 0: TIME_ADVANCE_STEP=12 @@ -4238,7 +5510,7 @@ Topologies: 1 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: oil_odom=0 @@ -4253,10 +5525,10 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false -1: is_critical=true +0: is_critical=true 0 2 1: road -ID: 82 -Qualities: 48 +ID: 391960786 +Qualities: 47 Topologies: 1 0: brake_months=6 @@ -4266,7 +5538,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 @@ -4305,10 +5577,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: 83 +ID: 449275376 Qualities: 47 Topologies: 1 @@ -4317,9 +5588,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 @@ -4343,7 +5614,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 @@ -4358,9 +5629,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: 84 +ID: 18446744071959453569 Qualities: 47 Topologies: 1 @@ -4369,61 +5640,9 @@ Topologies: 1 0: ac_odometer=120000 0: vacuum_odometer=120000 0: engine=gas -0: brake_vio=false +0: brake_vio=true 0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -0 2 1: road -ID: 85 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=true +0: ac_vio=false 0: vacuum_vio=false 0: compliance_vio=true 0: TIME_ADVANCE_STEP=12 @@ -4447,7 +5666,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 @@ -4462,9 +5681,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: 86 +ID: 18446744073504128705 Qualities: 47 Topologies: 1 @@ -4475,59 +5694,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=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: 87 -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: ac_vio=false 0: vacuum_vio=false 0: compliance_vio=true 0: TIME_ADVANCE_STEP=12 @@ -4548,7 +5715,7 @@ Topologies: 1 1: ac_odometer=120000 1: vacuum_odometer=120000 1: engine=diesel -1: brake_vio=false +1: brake_vio=true 1: exhaust_vio=false 1: ac_vio=false 1: vacuum_vio=true @@ -4566,10 +5733,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: 88 +ID: 18446744071609153847 Qualities: 47 Topologies: 1 @@ -4578,8 +5744,8 @@ Topologies: 1 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 @@ -4603,8 +5769,8 @@ Topologies: 1 1: engine=diesel 1: brake_vio=false 1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false +1: ac_vio=false +1: vacuum_vio=true 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 1: oil_odom=0 @@ -4621,7 +5787,7 @@ Topologies: 1 1: brakehoses_vio=false 1: is_critical=true 0 2 1: road -ID: 89 +ID: 18446744071797384069 Qualities: 47 Topologies: 1 @@ -4653,10 +5819,10 @@ Topologies: 1 1: ac_odometer=120000 1: vacuum_odometer=120000 1: engine=diesel -1: brake_vio=true -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false +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 @@ -4673,8 +5839,8 @@ Topologies: 1 1: brakehoses_vio=false 1: is_critical=true 0 2 1: road -ID: 90 -Qualities: 47 +ID: 655169563 +Qualities: 48 Topologies: 1 0: brake_months=6 @@ -4683,8 +5849,8 @@ Topologies: 1 0: vacuum_odometer=120000 0: engine=gas 0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=false +0: exhaust_vio=false +0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true 0: TIME_ADVANCE_STEP=12 @@ -4707,8 +5873,8 @@ Topologies: 1 1: engine=diesel 1: brake_vio=false 1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false +1: ac_vio=false +1: vacuum_vio=true 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 1: oil_odom=0 @@ -4724,8 +5890,9 @@ Topologies: 1 1: brakehoses_months=0 1: brakehoses_vio=false 1: is_critical=true +0: is_critical=true 0 2 1: road -ID: 91 +ID: 18446744073091719275 Qualities: 47 Topologies: 1 @@ -4758,9 +5925,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=true -1: vacuum_vio=false +1: vacuum_vio=true 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 1: oil_odom=0 @@ -4777,7 +5944,7 @@ Topologies: 1 1: brakehoses_vio=false 1: is_critical=true 0 2 1: road -ID: 92 +ID: 1112223502 Qualities: 47 Topologies: 1 @@ -4786,7 +5953,7 @@ Topologies: 1 0: ac_odometer=120000 0: vacuum_odometer=120000 0: engine=gas -0: brake_vio=false +0: brake_vio=true 0: exhaust_vio=false 0: ac_vio=false 0: vacuum_vio=false @@ -4829,8 +5996,8 @@ Topologies: 1 1: brakehoses_vio=false 1: is_critical=true 0 2 1: road -ID: 93 -Qualities: 46 +ID: 1270817626 +Qualities: 47 Topologies: 1 0: brake_months=6 @@ -4838,7 +6005,7 @@ Topologies: 1 0: ac_odometer=120000 0: vacuum_odometer=120000 0: engine=gas -0: brake_vio=true +0: brake_vio=false 0: exhaust_vio=false 0: ac_vio=false 0: vacuum_vio=false @@ -4863,8 +6030,8 @@ Topologies: 1 1: engine=diesel 1: brake_vio=true 1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=false +1: ac_vio=true +1: vacuum_vio=true 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 1: oil_odom=0 @@ -4879,9 +6046,10 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false +1: is_critical=true 0 2 1: road -ID: 94 -Qualities: 46 +ID: 18446744071711893708 +Qualities: 47 Topologies: 1 0: brake_months=6 @@ -4889,7 +6057,7 @@ Topologies: 1 0: ac_odometer=120000 0: vacuum_odometer=120000 0: engine=gas -0: brake_vio=true +0: brake_vio=false 0: exhaust_vio=true 0: ac_vio=false 0: vacuum_vio=false @@ -4914,8 +6082,8 @@ Topologies: 1 1: engine=diesel 1: brake_vio=false 1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=false +1: ac_vio=true +1: vacuum_vio=true 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 1: oil_odom=0 @@ -4930,9 +6098,10 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false +1: is_critical=true 0 2 1: road -ID: 95 -Qualities: 46 +ID: 18446744073430578918 +Qualities: 47 Topologies: 1 0: brake_months=6 @@ -4940,7 +6109,7 @@ Topologies: 1 0: ac_odometer=120000 0: vacuum_odometer=120000 0: engine=gas -0: brake_vio=true +0: brake_vio=false 0: exhaust_vio=false 0: ac_vio=false 0: vacuum_vio=false @@ -4965,8 +6134,8 @@ Topologies: 1 1: engine=diesel 1: brake_vio=false 1: exhaust_vio=true -1: ac_vio=false -1: vacuum_vio=false +1: ac_vio=true +1: vacuum_vio=true 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 1: oil_odom=0 @@ -4981,8 +6150,9 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false +1: is_critical=true 0 2 1: road -ID: 96 +ID: 18446744072657108371 Qualities: 47 Topologies: 1 @@ -5015,8 +6185,8 @@ Topologies: 1 1: vacuum_odometer=120000 1: engine=diesel 1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=false +1: exhaust_vio=true +1: ac_vio=true 1: vacuum_vio=true 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 @@ -5034,11 +6204,11 @@ Topologies: 1 1: brakehoses_vio=false 1: is_critical=true 0 2 1: road -ID: 97 -Qualities: 46 +ID: 1966009035 +Qualities: 47 Topologies: 1 -0: brake_months=0 +0: brake_months=6 0: exhaust_months=12 0: ac_odometer=120000 0: vacuum_odometer=120000 @@ -5066,10 +6236,10 @@ Topologies: 1 1: ac_odometer=120000 1: vacuum_odometer=120000 1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=false +1: brake_vio=true +1: exhaust_vio=true +1: ac_vio=true +1: vacuum_vio=true 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 1: oil_odom=0 @@ -5084,9 +6254,10 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false +1: is_critical=true 0 2 1: road -ID: 98 -Qualities: 46 +ID: 1169608437 +Qualities: 47 Topologies: 1 0: brake_months=6 @@ -5117,10 +6288,10 @@ Topologies: 1 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: brake_vio=false +1: exhaust_vio=true +1: ac_vio=true +1: vacuum_vio=true 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 1: oil_odom=0 @@ -5135,9 +6306,10 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false +1: is_critical=true 0 2 1: road -ID: 99 -Qualities: 46 +ID: 18446744071715821960 +Qualities: 47 Topologies: 1 0: brake_months=6 @@ -5145,8 +6317,8 @@ Topologies: 1 0: ac_odometer=120000 0: vacuum_odometer=120000 0: engine=gas -0: brake_vio=false -0: exhaust_vio=false +0: brake_vio=true +0: exhaust_vio=true 0: ac_vio=false 0: vacuum_vio=false 0: compliance_vio=true @@ -5168,10 +6340,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: ac_vio=true +1: vacuum_vio=true 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 1: oil_odom=0 @@ -5186,8 +6358,9 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false +1: is_critical=true 0 2 1: road -ID: 100 +ID: 119725020 Qualities: 47 Topologies: 1 @@ -5197,7 +6370,7 @@ Topologies: 1 0: vacuum_odometer=120000 0: engine=gas 0: brake_vio=false -0: exhaust_vio=false +0: exhaust_vio=true 0: ac_vio=false 0: vacuum_vio=false 0: compliance_vio=true @@ -5220,8 +6393,8 @@ Topologies: 1 1: vacuum_odometer=120000 1: engine=diesel 1: brake_vio=true -1: exhaust_vio=false -1: ac_vio=false +1: exhaust_vio=true +1: ac_vio=true 1: vacuum_vio=true 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 @@ -5239,8 +6412,8 @@ Topologies: 1 1: brakehoses_vio=false 1: is_critical=true 0 2 1: road -ID: 101 -Qualities: 46 +ID: 527061485 +Qualities: 47 Topologies: 1 0: brake_months=6 @@ -5249,7 +6422,7 @@ Topologies: 1 0: vacuum_odometer=120000 0: engine=gas 0: brake_vio=false -0: exhaust_vio=false +0: exhaust_vio=true 0: ac_vio=false 0: vacuum_vio=false 0: compliance_vio=true @@ -5272,9 +6445,9 @@ Topologies: 1 1: vacuum_odometer=120000 1: engine=diesel 1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=false +1: exhaust_vio=true +1: ac_vio=true +1: vacuum_vio=true 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 1: oil_odom=0 @@ -5289,15278 +6462,5 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false -0 2 1: road -ID: 102 -Qualities: 46 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=false -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0 2 1: road -ID: 103 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 104 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=false -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 105 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -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: 106 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -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: 107 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -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: 108 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -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: 109 -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=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 110 -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: 111 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -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: 112 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=false -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -0 2 1: road -ID: 113 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 114 -Qualities: 47 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -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: 115 -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: 116 -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: 117 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 118 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=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: 119 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=false -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -0 2 1: road -ID: 120 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 121 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=false -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 122 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 123 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 124 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 125 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 126 -Qualities: 47 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 127 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 128 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 129 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 130 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 131 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 132 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 133 -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=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 134 -Qualities: 46 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0 2 1: road -ID: 135 -Qualities: 46 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=true -1: ac_vio=false -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0 2 1: road -ID: 136 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 137 -Qualities: 46 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0 2 1: road -ID: 138 -Qualities: 46 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0 2 1: road -ID: 139 -Qualities: 46 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=false -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0 2 1: road -ID: 140 -Qualities: 47 -Topologies: 1 - -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: 141 -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: 142 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: 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: 143 -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: 144 -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: 145 -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=true -1: exhaust_vio=true -1: ac_vio=false -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0 2 1: road -ID: 146 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 147 -Qualities: 46 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0 2 1: road -ID: 148 -Qualities: 47 -Topologies: 1 - -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: 149 -Qualities: 46 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=false -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: 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: 150 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=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: 151 -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: 152 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -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: 153 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 154 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 155 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 156 -Qualities: 48 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 157 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 158 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 159 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 160 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 161 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 162 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 163 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 164 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -0 2 1: road -ID: 165 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=true -1: ac_vio=false -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -0 2 1: road -ID: 166 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 167 -Qualities: 47 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -0 2 1: road -ID: 168 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -0 2 1: road -ID: 169 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=false -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -0 2 1: road -ID: 170 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 171 -Qualities: 47 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -0 2 1: road -ID: 172 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=false -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 173 -Qualities: 47 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=false -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -0 2 1: road -ID: 174 -Qualities: 48 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 175 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=true -1: ac_vio=false -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -0 2 1: road -ID: 176 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 177 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -0 2 1: road -ID: 178 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=true -1: ac_vio=false -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 179 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=false -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -0 2 1: road -ID: 180 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 181 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=false -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 182 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 183 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 184 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 185 -Qualities: 47 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 186 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 187 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 188 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 189 -Qualities: 47 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 190 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 191 -Qualities: 47 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 192 -Qualities: 47 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 193 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 194 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 195 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 196 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 197 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 198 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 199 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 200 -Qualities: 46 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=true -1: ac_vio=false -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0 2 1: road -ID: 201 -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: 202 -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: 203 -Qualities: 46 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0 2 1: road -ID: 204 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_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: 205 -Qualities: 46 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=true -1: ac_vio=false -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0 2 1: road -ID: 206 -Qualities: 46 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=false -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0 2 1: road -ID: 207 -Qualities: 47 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: 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: 208 -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: 209 -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: 210 -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: 211 -Qualities: 46 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: 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: 212 -Qualities: 47 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 213 -Qualities: 47 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: 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: 214 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=true -1: ac_vio=false -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 215 -Qualities: 46 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=false -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0 2 1: road -ID: 216 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: 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: 217 -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: 218 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -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: 219 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 220 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 221 -Qualities: 48 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 222 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 223 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 224 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 225 -Qualities: 48 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 226 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 227 -Qualities: 48 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 228 -Qualities: 48 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 229 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 230 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 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=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 232 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 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=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 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=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 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=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 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=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: 237 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=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: 238 -Qualities: 47 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -0 2 1: road -ID: 239 -Qualities: 47 -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: 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=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: 241 -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: 242 -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: 243 -Qualities: 48 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=false -1: 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=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: 245 -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: 246 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=false -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -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: 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: 248 -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: 249 -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: 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=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: 251 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=false -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -0 2 1: road -ID: 252 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 253 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=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: 254 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 255 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 256 -Qualities: 47 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 257 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 258 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 259 -Qualities: 47 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 260 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 261 -Qualities: 47 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 262 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 263 -Qualities: 47 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 264 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 265 -Qualities: 47 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 266 -Qualities: 47 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 267 -Qualities: 47 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 268 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 269 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 270 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 271 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 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=true -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=true -1: ac_vio=false -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 273 -Qualities: 46 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=true -1: ac_vio=false -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0 2 1: road -ID: 274 -Qualities: 46 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=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: 275 -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: 276 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 277 -Qualities: 46 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -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: 278 -Qualities: 47 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_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: 279 -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: 280 -Qualities: 46 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=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: 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=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: 282 -Qualities: 46 -Topologies: 1 - -0: brake_months=1 -0: exhaust_months=13 -0: ac_odometer=130000 -0: vacuum_odometer=130000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=13 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=1 -1: exhaust_months=13 -1: ac_odometer=130000 -1: vacuum_odometer=130000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=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 2 1: road -ID: 283 -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: 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=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: 285 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 286 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 287 -Qualities: 48 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 288 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -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: 289 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 290 -Qualities: 48 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -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: 291 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -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: 292 -Qualities: 48 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 293 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 294 -Qualities: 48 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -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: 295 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 296 -Qualities: 48 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -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: 297 -Qualities: 48 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 298 -Qualities: 48 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 299 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 300 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 301 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 302 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 303 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=true -1: ac_vio=false -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 304 -Qualities: 47 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=true -1: ac_vio=false -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -0 2 1: road -ID: 305 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=false -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -0 2 1: road -ID: 306 -Qualities: 48 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 307 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 308 -Qualities: 47 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -0 2 1: road -ID: 309 -Qualities: 48 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=true -1: ac_vio=false -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 310 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=false -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 311 -Qualities: 47 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=false -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -0 2 1: road -ID: 312 -Qualities: 48 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 313 -Qualities: 47 -Topologies: 1 - -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: 314 -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: 315 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=false -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 316 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 317 -Qualities: 47 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 318 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 319 -Qualities: 47 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 320 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 321 -Qualities: 47 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 322 -Qualities: 47 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 323 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: 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=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 325 -Qualities: 47 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 326 -Qualities: 47 -Topologies: 1 - -0: brake_months=1 -0: exhaust_months=13 -0: ac_odometer=130000 -0: vacuum_odometer=130000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=13 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=1 -1: exhaust_months=13 -1: ac_odometer=130000 -1: vacuum_odometer=130000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=13 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 327 -Qualities: 47 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 328 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 329 -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: 330 -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: 331 -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: 332 -Qualities: 47 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=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: 333 -Qualities: 46 -Topologies: 1 - -0: brake_months=1 -0: exhaust_months=13 -0: ac_odometer=130000 -0: vacuum_odometer=130000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=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=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=13 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0 2 1: road -ID: 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=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: 335 -Qualities: 46 -Topologies: 1 - -0: brake_months=1 -0: exhaust_months=13 -0: ac_odometer=130000 -0: vacuum_odometer=130000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=13 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=1 -1: exhaust_months=13 -1: ac_odometer=130000 -1: vacuum_odometer=130000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=false -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=13 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0 2 1: road -ID: 336 -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: 337 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 338 -Qualities: 48 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 339 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 340 -Qualities: 48 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 341 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 342 -Qualities: 48 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 343 -Qualities: 48 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 344 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 345 -Qualities: 48 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 346 -Qualities: 48 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 347 -Qualities: 48 -Topologies: 1 - -0: brake_months=1 -0: exhaust_months=13 -0: ac_odometer=130000 -0: vacuum_odometer=130000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=13 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=1 -1: exhaust_months=13 -1: ac_odometer=130000 -1: vacuum_odometer=130000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=13 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 348 -Qualities: 48 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 349 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 350 -Qualities: 48 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_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: 351 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=false -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 352 -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: 353 -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: 354 -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: 355 -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: 356 -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: 357 -Qualities: 48 -Topologies: 1 - -0: brake_months=1 -0: exhaust_months=13 -0: ac_odometer=130000 -0: vacuum_odometer=130000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=13 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=1 -1: exhaust_months=13 -1: ac_odometer=130000 -1: vacuum_odometer=130000 -1: 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: 358 -Qualities: 47 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 359 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 360 -Qualities: 47 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 361 -Qualities: 47 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 362 -Qualities: 47 -Topologies: 1 - -0: brake_months=1 -0: exhaust_months=13 -0: ac_odometer=130000 -0: vacuum_odometer=130000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=13 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=1 -1: exhaust_months=13 -1: ac_odometer=130000 -1: vacuum_odometer=130000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=13 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 363 -Qualities: 47 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 364 -Qualities: 47 -Topologies: 1 - -0: brake_months=1 -0: exhaust_months=13 -0: ac_odometer=130000 -0: vacuum_odometer=130000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=13 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=1 -1: exhaust_months=13 -1: ac_odometer=130000 -1: vacuum_odometer=130000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=13 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 365 -Qualities: 47 -Topologies: 1 - -0: brake_months=1 -0: exhaust_months=13 -0: ac_odometer=130000 -0: vacuum_odometer=130000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=13 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=1 -1: exhaust_months=13 -1: ac_odometer=130000 -1: vacuum_odometer=130000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=13 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 366 -Qualities: 47 -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: 367 -Qualities: 46 -Topologies: 1 - -0: brake_months=1 -0: exhaust_months=13 -0: ac_odometer=130000 -0: vacuum_odometer=130000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=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=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=13 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0 2 1: road -ID: 368 -Qualities: 47 -Topologies: 1 - -0: brake_months=1 -0: exhaust_months=13 -0: ac_odometer=130000 -0: vacuum_odometer=130000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=13 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=1 -1: exhaust_months=13 -1: ac_odometer=130000 -1: vacuum_odometer=130000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=13 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 369 -Qualities: 47 -Topologies: 1 - -0: brake_months=1 -0: exhaust_months=13 -0: ac_odometer=130000 -0: vacuum_odometer=130000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=13 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=1 -1: exhaust_months=13 -1: ac_odometer=130000 -1: vacuum_odometer=130000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=false -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=13 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 370 -Qualities: 48 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 371 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 372 -Qualities: 48 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 373 -Qualities: 48 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 374 -Qualities: 48 -Topologies: 1 - -0: brake_months=1 -0: exhaust_months=13 -0: ac_odometer=130000 -0: vacuum_odometer=130000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=13 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=1 -1: exhaust_months=13 -1: ac_odometer=130000 -1: vacuum_odometer=130000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=13 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 375 -Qualities: 48 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 376 -Qualities: 48 -Topologies: 1 - -0: brake_months=1 -0: exhaust_months=13 -0: ac_odometer=130000 -0: vacuum_odometer=130000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=13 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=1 -1: exhaust_months=13 -1: ac_odometer=130000 -1: vacuum_odometer=130000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=13 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 377 -Qualities: 48 -Topologies: 1 - -0: brake_months=1 -0: exhaust_months=13 -0: ac_odometer=130000 -0: vacuum_odometer=130000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=13 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=1 -1: exhaust_months=13 -1: ac_odometer=130000 -1: vacuum_odometer=130000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=13 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 378 -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: 379 -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: 380 -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: 381 -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: 382 -Qualities: 47 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 383 -Qualities: 47 -Topologies: 1 - -0: brake_months=1 -0: exhaust_months=13 -0: ac_odometer=130000 -0: vacuum_odometer=130000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=13 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=1 -1: exhaust_months=13 -1: ac_odometer=130000 -1: vacuum_odometer=130000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=13 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 384 -Qualities: 47 -Topologies: 1 - -0: brake_months=1 -0: exhaust_months=13 -0: ac_odometer=130000 -0: vacuum_odometer=130000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=13 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=1 -1: exhaust_months=13 -1: ac_odometer=130000 -1: vacuum_odometer=130000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=13 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 385 -Qualities: 47 -Topologies: 1 - -0: brake_months=1 -0: exhaust_months=13 -0: ac_odometer=130000 -0: vacuum_odometer=130000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=13 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=1 -1: exhaust_months=13 -1: ac_odometer=130000 -1: vacuum_odometer=130000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=13 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 386 -Qualities: 47 -Topologies: 1 - -0: brake_months=1 -0: exhaust_months=13 -0: ac_odometer=130000 -0: vacuum_odometer=130000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=13 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=1 -1: exhaust_months=13 -1: ac_odometer=130000 -1: vacuum_odometer=130000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=false -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=13 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 387 -Qualities: 48 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 388 -Qualities: 48 -Topologies: 1 - -0: brake_months=1 -0: exhaust_months=13 -0: ac_odometer=130000 -0: vacuum_odometer=130000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=13 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=1 -1: exhaust_months=13 -1: ac_odometer=130000 -1: vacuum_odometer=130000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=13 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 389 -Qualities: 48 -Topologies: 1 - -0: brake_months=1 -0: exhaust_months=13 -0: ac_odometer=130000 -0: vacuum_odometer=130000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=13 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=1 -1: exhaust_months=13 -1: ac_odometer=130000 -1: vacuum_odometer=130000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=13 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 390 -Qualities: 48 -Topologies: 1 - -0: brake_months=1 -0: exhaust_months=13 -0: ac_odometer=130000 -0: vacuum_odometer=130000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=13 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=1 -1: exhaust_months=13 -1: ac_odometer=130000 -1: vacuum_odometer=130000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=13 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 391 -Qualities: 48 -Topologies: 1 - -0: brake_months=1 -0: exhaust_months=13 -0: ac_odometer=130000 -0: vacuum_odometer=130000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=13 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=1 -1: exhaust_months=13 -1: ac_odometer=130000 -1: vacuum_odometer=130000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=false -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=13 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 392 -Qualities: 47 -Topologies: 1 - -0: brake_months=1 -0: exhaust_months=13 -0: ac_odometer=130000 -0: vacuum_odometer=130000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=13 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=1 -1: exhaust_months=13 -1: ac_odometer=130000 -1: vacuum_odometer=130000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=13 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 393 -Qualities: 48 -Topologies: 1 - -0: brake_months=1 -0: exhaust_months=13 -0: ac_odometer=130000 -0: vacuum_odometer=130000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=13 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=1 -1: exhaust_months=13 -1: ac_odometer=130000 -1: vacuum_odometer=130000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=13 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true 1: is_critical=true 0 2 1: road diff --git a/src/ag_gen/ag_gen.cpp b/src/ag_gen/ag_gen.cpp index 8ca7329..63d35b6 100755 --- a/src/ag_gen/ag_gen.cpp +++ b/src/ag_gen/ag_gen.cpp @@ -1246,7 +1246,9 @@ AGGenInstance &AGGen::sg_generate(bool batch_process, int batch_num, int numThrd int finished_signal = 0; int send_msg = 0; int state_count = 0; - + int first_loop = 1; + int msg_sends = 0; + std::random_device rd; // obtain a random number from hardware std::mt19937 gen(rd()); // seed the generator @@ -1259,25 +1261,33 @@ AGGenInstance &AGGen::sg_generate(bool batch_process, int batch_num, int numThrd if(world.rank() == 0){ //2 offset for root node and db node for (int w = 0; w < std::min((int)world.size()-2, (int)localFrontier.size()); w++){ - mpi::request state_req = world.isend(w+2, 1, localFrontier.front()); + localFrontier.front().force_set_id(localFrontier.front().get_hash(instance.facts)); + mpi::request state_req = world.isend(w+2, 1, localFrontier.front()); localFrontier.pop_front(); state_req.wait(); + msg_sends++; + std::cout << "Root has sent initial states as a total of " << msg_sends << " messages." << std::endl; } + + std::cout << "World Size: " << world.size() << std::endl; } - //Main Work Loop - while((!localFrontier.empty() && !finished_signal) || world.rank() > 0){ - //Refill localFrontier if needed + //Main Work Loop - Just make this a do while instead of first_loop + while(!localFrontier.empty() || finished_signal == 0 || world.rank() > 0 || first_loop == 1){ + first_loop = 0; + //Refill localFrontier if needed if(localFrontier.empty() && world.rank() == 0) { task_zero(instance, localFrontier, mem_threshold); } //Don't sync with db node - work_comm.barrier(); + //work_comm.barrier(); if (world.rank() > 1){ + localFrontier.clear(); //Check for finished signal if(world.iprobe(0, 99)){ + std::cout << "Node " << world.rank() << " received finalize signal" << std::endl; break; } @@ -1286,10 +1296,11 @@ AGGenInstance &AGGen::sg_generate(bool batch_process, int batch_num, int numThrd world.recv(0, 1, current_state); state_count = 0; send_msg = 1; + localFrontier.emplace_front(current_state); + std::cout << "Node " << world.rank() << " received a new state to explore" << std::endl; while(!localFrontier.empty()){ - if (state_count < state_limit){ + if (state_count < state_limit){ //Do work - //Force set NS id to hash auto current_state = localFrontier.front(); auto current_hash = current_state.get_hash(instance.facts); @@ -1482,7 +1493,6 @@ AGGenInstance &AGGen::sg_generate(bool batch_process, int batch_num, int numThrd hash_map.insert(std::make_pair(new_state.get_hash(instance.facts), new_state.get_id())); localFrontier.emplace_front(new_state); - Edge ed(current_state.get_hash(instance.facts), new_state.get_id(), exploit, assetGroup); ed.set_id(); instance.edges.push_back(ed); @@ -1498,6 +1508,7 @@ AGGenInstance &AGGen::sg_generate(bool batch_process, int batch_num, int numThrd else break; } //for loop for new states ends + state_count++; } else @@ -1506,15 +1517,23 @@ AGGenInstance &AGGen::sg_generate(bool batch_process, int batch_num, int numThrd } //Let root node we finished, but only if we have done work since our last message if(send_msg == 1){ - world.isend(0, 2, 1); + if(localFrontier.size() != 0){ + world.isend(0, 2, 2); + } + else + world.isend(0, 2, 1); send_msg = 0; std::cout << "Node " << world.rank() << " finished subgraphing work." << std::endl; - if(localFrontier.size() > 0){ - world.isend(0, 3, localFrontier); + if(localFrontier.size() != 0){ + mpi::request lf_req = world.isend(0, 3, localFrontier); + std::cout << "Node " << world.rank() << " has sent a localFrontier of size " << localFrontier.size() << std::endl; + lf_req.wait(); } //Send new states and edges, then clear worker instance - world.isend(0, 10, instance.factbases); - world.isend(0, 11, instance.edges); + mpi::request if_req = world.isend(0, 10, instance.factbases); + mpi::request ie_req = world.isend(0, 11, instance.edges); + if_req.wait(); + ie_req.wait(); std::vector().swap(instance.factbases); std::vector().swap(instance.factbase_items); std::vector().swap(instance.edges); @@ -1537,7 +1556,8 @@ AGGenInstance &AGGen::sg_generate(bool batch_process, int batch_num, int numThrd else if (world.rank() == 1){ //Check for finished signal, assuming we have no more storage requests if(world.iprobe(0, 99) && !world.iprobe(0,7) && !world.iprobe(0,8)){ - break; + std::cout << "Node " << world.rank() << " received finalize signal" << std::endl; + break; } //Check for instance storage requests @@ -1569,17 +1589,21 @@ AGGenInstance &AGGen::sg_generate(bool batch_process, int batch_num, int numThrd //World Rank = 0 else{ std::map deque_marker; + std::map frontier_recv; int finish_count = 0; - //Receive states and edges when nodes finish - while(finish_count != world.size() -2){ - while(world.iprobe(mpi::any_source, 10) || world.iprobe(mpi::any_source, 11)) { + //while(finish_count != world.size() -2){ + std::cout << "Waiting for " << msg_sends << " total messages." << std::endl; + while(finish_count != msg_sends){ + while(world.iprobe(mpi::any_source, 10) || world.iprobe(mpi::any_source, 11)) { std::vector node_factbases; std::vector node_edges; world.recv(mpi::any_source, 10, node_factbases); world.recv(mpi::any_source, 11, node_edges); + std::cout << "Merging states. Starting with: " << instance.factbases.size() << " states." << std::endl; state_merge(node_factbases, node_edges, hash_map, instance, mem_threshold, world); + std::cout << "Finished merging. Now have: " << instance.factbases.size() << " states." << std::endl; } //Nodes finish @@ -1588,6 +1612,12 @@ AGGenInstance &AGGen::sg_generate(bool batch_process, int batch_num, int numThrd if(world.iprobe(w, 2)){ world.recv(w, 2, dummy_finish); finish_count++; + if(dummy_finish == 2){ + frontier_recv[w] = 1; + } + else + frontier_recv[w] = 0; + std::cout << "Root received subgraph finish message from node " << w << std::endl; } } @@ -1620,52 +1650,92 @@ AGGenInstance &AGGen::sg_generate(bool batch_process, int batch_num, int numThrd //Receive node frontiers and merge them into root frontier for(int w = 2; w < world.size(); w++){ - if(world.iprobe(w, 3)){ + //if(world.iprobe(w, 3)){ + if(frontier_recv[w] == 1){ std::deque nodeFrontier; world.recv(w, 3, nodeFrontier); localFrontier.insert(localFrontier.begin(), \ std::make_move_iterator(nodeFrontier.begin()),\ std::make_move_iterator(nodeFrontier.end())); + std::cout << "Local Frontier now has size: " << localFrontier.size() << std::endl; deque_marker[w] = (int)(localFrontier.size()-1); + std::cout << "Deque marker for node " << w << " is " << deque_marker[w] << std::endl; } //If a node doesn't have a specific state to pull, randomly assign it one if (!deque_marker.count(w)){ //Randomly assign a state index to pop std::uniform_int_distribution<> distr(0, localFrontier.size()-1); // define the range deque_marker[w] = distr(gen); + std::cout << "Random deque marker for node " << w << " is " << deque_marker[w] << std::endl; } } - + std::cout << "Root added a placemarker for all frontier pulls " << std::endl; + + msg_sends = 0; //Send new Network State to all worker nodes, if we have enough unex states to do so //2 offset for root node and db node - for (int w = 0; w < world.size()-2; w++){ + for (int w = 2; w < world.size(); w++){ + std::cout << "Attempting to send a new state to node " << w << std::endl; int proceed = 0; - while(!proceed){ - if(localFrontier.size() > 0){ - if(deque_marker[w+2] > localFrontier.size()) - deque_marker[w+2]--; + int break_flag = 0; + while(proceed == 0){ + while(deque_marker[w] >= localFrontier.size()){ + if(localFrontier.size() == 1 || localFrontier.size() == 0){ + deque_marker[w] = 0; + break; + } + + deque_marker[w] = localFrontier.size()-1; + } + std::cout << " LF Size: " << localFrontier.size() << std::endl; + if(localFrontier.size() != 0){ + //while(deque_marker[w] >= localFrontier.size()) + // deque_marker[w]--; //auto deque_access = localFrontier.begin() + deque_marker[w+2]; - auto deque_access = deque_marker[w+2]; + auto deque_access = deque_marker[w]; NetworkState send_state = localFrontier.at(deque_access); - + std::cout << "Got our state from deque" << std::endl; //Don't explore on states we already have explored if(hash_map.find(send_state.get_id()) != hash_map.end()){ - localFrontier.erase(localFrontier.begin()+deque_access); - deque_marker[w+2]--; - } - - if(proceed){ - mpi::request state_req = world.isend(w+2, 1, send_state); + std::cout << "Already explored this state." << std::endl; + if(localFrontier.size() == 1){ + localFrontier.clear(); + deque_marker[w] = -1; + std::cout << "Cleared LF, it is now of size: " << localFrontier.size() << std::endl; + } + else{ + localFrontier.erase(localFrontier.begin()+deque_access); + deque_marker[w]--; + } + std::cout << "Post hashing LF size: " << localFrontier.size() << std::endl; + } + else{ + std::cout << " We have not seen this state yet." << std::endl; + proceed = 1; + } + + if(proceed == 1){ + std::cout << "Preparing the send to World Rank " << w << std::endl; + mpi::request state_req = world.isend(w, 1, send_state); localFrontier.erase(localFrontier.begin()+deque_access); state_req.wait(); + msg_sends++; + std::cout << "Root sent new states to World Rank " << w << std::endl; } } + + //Else localFrontier size = 0 + else{ + std::cout << "Frontier is empty. " << std::endl; + break; + } } } - - - if(localFrontier.empty() && finish_count == world.size() -2){ + std::cout << "Message Sends: " << msg_sends << std::endl; + //if LocalFrontier is empty at this point and we did not send any messages, we're done + if(localFrontier.empty() && msg_sends == 0){ + std::cout << "Root is sending finalize signal" << std::endl; finished_signal = 1; } @@ -1675,7 +1745,8 @@ AGGenInstance &AGGen::sg_generate(bool batch_process, int batch_num, int numThrd //Tell all nodes to finish if(world.rank() == 0){ for(int w = 1; w < world.size(); w++){ - world.send(w, 99, 1); + world.isend(w, 99, 1); + std::cout << "Finalize message sent to Node " << w << std::endl; } } @@ -1693,4 +1764,4 @@ AGGenInstance &AGGen::sg_generate(bool batch_process, int batch_num, int numThrd } return instance; -} \ No newline at end of file +}