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.svg b/build/ag.svg index f36730b..d7b97c4 100644 --- a/build/ag.svg +++ b/build/ag.svg @@ -1,12023 +1,11988 @@ - - - + + G - + 0 - -0 + +0 1 - -1 + +1 0->1 - - -5 - - - -2 - -2 - - - -1->2 - - -5 - - - -3 - -3 - - - -2->3 - - -2 - - - -4 - -4 - - - -2->4 - - -2 - - - -5 - -5 - - - -2->5 - - -5 + + +5 6 - -6 + +6 - - -3->6 - - -2 + + +0->6 + + +5 7 - -7 + +7 - - -3->7 - - -5 - - - -4->6 - - -2 - - - -8 - -8 - - - -4->8 - - -5 - - - -5->7 - - -2 - - - -5->8 - - -2 + + +0->7 + + +5 9 - -9 + +9 - + -5->9 - - -5 +0->9 + + +5 10 - -10 + +10 - - -6->10 - - -5 - - - -7->10 - - -2 - - - -11 - -11 - - - -7->11 - - -5 - - - -8->10 - - -2 + + +0->10 + + +5 12 - -12 + +12 - - -8->12 - - -5 - - - -9->11 - - -2 - - + -9->12 - - -2 +0->12 + + +5 13 - -13 + +13 - - -9->13 - - -5 - - - -14 - -14 - - - -10->14 - - -5 - - - -11->14 - - -2 - - - -15 - -15 - - - -11->15 - - -5 - - + -12->14 - - -2 - - - -16 - -16 - - - -12->16 - - -5 - - - -13->15 - - -2 - - - -13->16 - - -2 +0->13 + + +5 17 - -17 + +17 - - -13->17 - - -5 + + +0->17 + + +5 18 - -18 + +18 - - -14->18 - - -5 - - - -15->18 - - -2 + + +0->18 + + +5 19 - -19 + +19 - - -15->19 - - -5 - - - -16->18 - - -2 + + +0->19 + + +2 20 - -20 + +20 - - -16->20 - - -5 - - - -17->19 - - -2 - - - -17->20 - - -2 - - - -21 - -21 - - - -17->21 - - -0 + + +0->20 + + +2 22 - -22 + +22 - - -17->22 - - -0 - - - -23 - -23 - - - -18->23 - - -5 - - - -19->23 - - -2 + + +0->22 + + +2 24 - -24 + +24 - - -19->24 - - -0 - - - -25 - -25 - - - -19->25 - - -0 - - - -20->23 - - -2 - - - -26 - -26 - - - -20->26 - - -0 - - - -27 - -27 - - - -20->27 - - -0 - - - -21->24 - - -2 - - - -21->26 - - -2 + + +0->24 + + +2 28 - -28 - - - -21->28 - - -0 - - - -29 - -29 - - - -21->29 - - -4 - - - -22->25 - - -2 - - - -22->27 - - -2 - - - -22->28 - - -0 - - - -30 - -30 - - - -22->30 - - -4 - - - -31 - -31 - - - -23->31 - - -0 - - - -32 - -32 - - - -23->32 - - -0 - - - -24->31 - - -2 - - - -33 - -33 - - - -24->33 - - -0 - - - -34 - -34 - - - -24->34 - - -4 - - - -25->32 - - -2 - - - -25->33 - - -0 - - - -35 - -35 - - - -25->35 - - -4 - - - -26->31 - - -2 - - - -36 - -36 - - - -26->36 - - -0 - - - -37 - -37 - - - -26->37 - - -4 - - - -27->32 - - -2 - - - -27->36 - - -0 - - - -38 - -38 - - - -27->38 - - -4 - - - -28->33 - - -2 - - - -28->36 - - -2 - - - -39 - -39 - - - -28->39 - - -4 - - - -40 - -40 - - - -28->40 - - -4 - - - -29->34 - - -2 - - - -29->37 - - -2 - - - -29->39 - - -0 - - - -30->35 - - -2 - - - -30->38 - - -2 - - - -30->40 - - -0 - - - -41 - -41 - - - -31->41 - - -0 - - - -42 - -42 - - - -31->42 - - -4 - - - -32->41 - - -0 - - - -43 - -43 - - - -32->43 - - -4 - - - -33->41 - - -2 - - - -44 - -44 - - - -33->44 - - -4 - - - -45 - -45 - - - -33->45 - - -4 - - - -34->42 - - -2 - - - -34->44 - - -0 - - - -35->43 - - -2 - - - -35->45 - - -0 - - - -36->41 - - -2 - - - -46 - -46 - - - -36->46 - - -4 - - - -47 - -47 - - - -36->47 - - -4 - - - -37->42 - - -2 - - - -37->46 - - -0 - - - -38->43 - - -2 - - - -38->47 - - -0 - - - -39->44 - - -2 - - - -39->46 - - -2 - - - -48 - -48 - - - -39->48 - - -4 - - - -40->45 - - -2 - - - -40->47 - - -2 - - - -40->48 - - -4 - - - -49 - -49 - - - -41->49 - - -4 - - - -50 - -50 - - - -41->50 - - -4 - - - -42->49 - - -0 - - - -43->50 - - -0 - - - -44->49 - - -2 - - - -51 - -51 - - - -44->51 - - -4 - - - -45->50 - - -2 - - - -45->51 - - -4 - - - -46->49 - - -2 - - - -52 - -52 - - - -46->52 - - -4 - - - -47->50 - - -2 - - - -47->52 - - -4 - - - -48->51 - - -2 - - - -48->52 - - -2 - - - -53 - -53 - - - -48->53 - - -5 - - - -54 - -54 - - - -49->54 - - -4 - - - -50->54 - - -4 - - - -51->54 - - -2 - - - -55 - -55 - - - -51->55 - - -5 - - - -52->54 - - -2 - - - -56 - -56 - - - -52->56 - - -5 - - - -53->55 - - -2 - - - -53->56 - - -2 - - - -57 - -57 - - - -53->57 - - -5 - - - -58 - -58 - - - -54->58 - - -5 - - - -55->58 - - -2 - - - -59 - -59 - - - -55->59 - - -5 - - - -56->58 - - -2 - - - -60 - -60 - - - -56->60 - - -5 - - - -57->59 - - -2 - - - -57->60 - - -2 - - - -61 - -61 - - - -57->61 - - -5 - - - -62 - -62 - - - -58->62 - - -5 - - - -59->62 - - -2 - - - -63 - -63 - - - -59->63 - - -5 - - - -60->62 - - -2 - - - -64 - -64 - - - -60->64 - - -5 - - - -61->63 - - -2 - - - -61->64 - - -2 - - - -65 - -65 - - - -61->65 - - -5 - - - -66 - -66 - - - -62->66 - - -5 - - - -63->66 - - -2 - - - -67 - -67 - - - -63->67 - - -5 - - - -64->66 - - -2 - - - -68 - -68 - - - -64->68 - - -5 - - - -65->67 - - -2 - - - -65->68 - - -2 - - - -69 - -69 - - - -65->69 - - -5 - - - -70 - -70 - - - -66->70 - - -5 - - - -67->70 - - -2 - - - -71 - -71 - - - -67->71 - - -5 - - - -68->70 - - -2 - - - -72 - -72 - - - -68->72 - - -5 - - - -69->71 - - -2 - - - -69->72 - - -2 - - - -73 - -73 - - - -69->73 - - -5 - - - -74 - -74 - - - -70->74 - - -5 - - - -71->74 - - -2 - - - -75 - -75 - - - -71->75 - - -5 - - - -72->74 - - -2 - - - -76 - -76 - - - -72->76 - - -5 - - - -73->75 - - -2 - - - -73->76 - - -2 - - - -77 - -77 - - - -73->77 - - -0 - - - -78 - -78 - - - -73->78 - - -0 - - - -79 - -79 - - - -73->79 - - -1 - - - -80 - -80 - - - -73->80 - - -1 - - - -81 - -81 - - - -73->81 - - -3 - - - -82 - -82 - - - -74->82 - - -5 - - - -75->82 - - -2 - - - -83 - -83 - - - -75->83 - - -0 - - - -84 - -84 - - - -75->84 - - -0 - - - -85 - -85 - - - -75->85 - - -1 - - - -86 - -86 - - - -75->86 - - -1 - - - -87 - -87 - - - -75->87 - - -3 - - - -76->82 - - -2 - - - -88 - -88 - - - -76->88 - - -0 - - - -89 - -89 - - - -76->89 - - -0 - - - -90 - -90 - - - -76->90 - - -1 - - - -91 - -91 - - - -76->91 - - -1 - - - -92 - -92 - - - -76->92 - - -3 - - - -77->83 - - -2 - - - -77->88 - - -2 - - - -93 - -93 - - - -77->93 - - -0 - - - -94 - -94 - - - -77->94 - - -1 - - - -95 - -95 - - - -77->95 - - -1 - - - -96 - -96 - - - -77->96 - - -3 - - - -97 - -97 - - - -77->97 - - -4 - - - -78->84 - - -2 - - - -78->89 - - -2 - - - -78->93 - - -0 - - - -98 - -98 - - - -78->98 - - -1 - - - -99 - -99 - - - -78->99 - - -1 - - - -100 - -100 - - - -78->100 - - -3 - - - -101 - -101 - - - -78->101 - - -4 - - - -79->85 - - -2 - - - -79->90 - - -2 - - - -79->94 - - -0 - - - -79->98 - - -0 - - - -102 - -102 - - - -79->102 - - -1 - - - -103 - -103 - - - -79->103 - - -3 - - - -80->86 - - -2 - - - -80->91 - - -2 - - - -80->95 - - -0 - - - -80->99 - - -0 - - - -80->102 - - -1 - - - -104 - -104 - - - -80->104 - - -3 - - - -81->87 - - -2 - - - -81->92 - - -2 - - - -81->96 - - -0 - - - -81->100 - - -0 - - - -81->103 - - -1 - - - -81->104 - - -1 - - - -105 - -105 - - - -82->105 - - -0 - - - -106 - -106 - - - -82->106 - - -0 - - - -107 - -107 - - - -82->107 - - -1 - - - -108 - -108 - - - -82->108 - - -1 - - - -109 - -109 - - - -82->109 - - -3 - - - -83->105 - - -2 - - - -110 - -110 - - - -83->110 - - -0 - - - -111 - -111 - - - -83->111 - - -1 - - - -112 - -112 - - - -83->112 - - -1 - - - -113 - -113 - - - -83->113 - - -3 - - - -114 - -114 - - - -83->114 - - -4 - - - -84->106 - - -2 - - - -84->110 - - -0 - - - -115 - -115 - - - -84->115 - - -1 - - - -116 - -116 - - - -84->116 - - -1 - - - -117 - -117 - - - -84->117 - - -3 - - - -118 - -118 - - - -84->118 - - -4 - - - -85->107 - - -2 - - - -85->111 - - -0 - - - -85->115 - - -0 - - - -119 - -119 - - - -85->119 - - -1 - - - -120 - -120 - - - -85->120 - - -3 - - - -86->108 - - -2 - - - -86->112 - - -0 - - - -86->116 - - -0 - - - -86->119 - - -1 - - - -121 - -121 - - - -86->121 - - -3 - - - -87->109 - - -2 - - - -87->113 - - -0 - - - -87->117 - - -0 - - - -87->120 - - -1 - - - -87->121 - - -1 - - - -88->105 - - -2 - - - -122 - -122 - - - -88->122 - - -0 - - - -123 - -123 - - - -88->123 - - -1 - - - -124 - -124 - - - -88->124 - - -1 - - - -125 - -125 - - - -88->125 - - -3 - - - -126 - -126 - - - -88->126 - - -4 - - - -89->106 - - -2 - - - -89->122 - - -0 - - - -127 - -127 - - - -89->127 - - -1 - - - -128 - -128 - - - -89->128 - - -1 - - - -129 - -129 - - - -89->129 - - -3 - - - -130 - -130 - - - -89->130 - - -4 - - - -90->107 - - -2 - - - -90->123 - - -0 - - - -90->127 - - -0 - - - -131 - -131 - - - -90->131 - - -1 - - - -132 - -132 - - - -90->132 - - -3 - - - -91->108 - - -2 - - - -91->124 - - -0 - - - -91->128 - - -0 - - - -91->131 - - -1 - - - -133 - -133 - - - -91->133 - - -3 - - - -92->109 - - -2 - - - -92->125 - - -0 - - - -92->129 - - -0 - - - -92->132 - - -1 - - - -92->133 - - -1 - - - -93->110 - - -2 - - - -93->122 - - -2 - - - -134 - -134 - - - -93->134 - - -1 - - - -135 - -135 - - - -93->135 - - -1 - - - -136 - -136 - - - -93->136 - - -3 - - - -137 - -137 - - - -93->137 - - -4 - - - -138 - -138 - - - -93->138 - - -4 - - - -94->111 - - -2 - - - -94->123 - - -2 - - - -94->134 - - -0 - - - -139 - -139 - - - -94->139 - - -1 - - - -140 - -140 - - - -94->140 - - -3 - - - -141 - -141 - - - -94->141 - - -4 - - - -95->112 - - -2 - - - -95->124 - - -2 - - - -95->135 - - -0 - - - -95->139 - - -1 - - - -142 - -142 - - - -95->142 - - -3 - - - -143 - -143 - - - -95->143 - - -4 - - - -96->113 - - -2 - - - -96->125 - - -2 - - - -96->136 - - -0 - - - -96->140 - - -1 - - - -96->142 - - -1 - - - -144 - -144 - - - -96->144 - - -4 - - - -97->114 - - -2 - - - -97->126 - - -2 - - - -97->137 - - -0 - - - -97->141 - - -1 - - - -97->143 - - -1 - - - -97->144 - - -3 - - - -98->115 - - -2 - - - -98->127 - - -2 - - - -98->134 - - -0 - - - -145 - -145 - - - -98->145 - - -1 - - - -146 - -146 - - - -98->146 - - -3 - - - -147 - -147 - - - -98->147 - - -4 - - - -99->116 - - -2 - - - -99->128 - - -2 - - - -99->135 - - -0 - - - -99->145 - - -1 - - - -148 - -148 - - - -99->148 - - -3 - - - -149 - -149 - - - -99->149 - - -4 - - - -100->117 - - -2 - - - -100->129 - - -2 - - - -100->136 - - -0 - - - -100->146 - - -1 - - - -100->148 - - -1 - - - -150 - -150 - - - -100->150 - - -4 - - - -101->118 - - -2 - - - -101->130 - - -2 - - - -101->138 - - -0 - - - -101->147 - - -1 - - - -101->149 - - -1 - - - -101->150 - - -3 - - - -102->119 - - -2 - - - -102->131 - - -2 - - - -102->139 - - -0 - - - -102->145 - - -0 - - - -151 - -151 - - - -102->151 - - -3 - - - -103->120 - - -2 - - - -103->132 - - -2 - - - -103->140 - - -0 - - - -103->146 - - -0 - - - -103->151 - - -1 - - - -104->121 - - -2 - - - -104->133 - - -2 - - - -104->142 - - -0 - - - -104->148 - - -0 - - - -104->151 - - -1 - - - -152 - -152 - - - -105->152 - - -0 - - - -153 - -153 - - - -105->153 - - -1 - - - -154 - -154 - - - -105->154 - - -1 - - - -155 - -155 - - - -105->155 - - -3 - - - -156 - -156 - - - -105->156 - - -4 - - - -106->152 - - -0 - - - -157 - -157 - - - -106->157 - - -1 - - - -158 - -158 - - - -106->158 - - -1 - - - -159 - -159 - - - -106->159 - - -3 - - - -160 - -160 - - - -106->160 - - -4 - - - -107->153 - - -0 - - - -107->157 - - -0 - - - -161 - -161 - - - -107->161 - - -1 - - - -162 - -162 - - - -107->162 - - -3 - - - -108->154 - - -0 - - - -108->158 - - -0 - - - -108->161 - - -1 - - - -163 - -163 - - - -108->163 - - -3 - - - -109->155 - - -0 - - - -109->159 - - -0 - - - -109->162 - - -1 - - - -109->163 - - -1 - - - -110->152 - - -2 - - - -164 - -164 - - - -110->164 - - -1 - - - -165 - -165 - - - -110->165 - - -1 - - - -166 - -166 - - - -110->166 - - -3 - - - -167 - -167 - - - -110->167 - - -4 - - - -168 - -168 - - - -110->168 - - -4 - - - -111->153 - - -2 - - - -111->164 - - -0 - - - -169 - -169 - - - -111->169 - - -1 - - - -170 - -170 - - - -111->170 - - -3 - - - -171 - -171 - - - -111->171 - - -4 - - - -112->154 - - -2 - - - -112->165 - - -0 - - - -112->169 - - -1 - - - -172 - -172 - - - -112->172 - - -3 - - - -173 - -173 - - - -112->173 - - -4 - - - -113->155 - - -2 - - - -113->166 - - -0 - - - -113->170 - - -1 - - - -113->172 - - -1 - - - -174 - -174 - - - -113->174 - - -4 - - - -114->156 - - -2 - - - -114->167 - - -0 - - - -114->171 - - -1 - - - -114->173 - - -1 - - - -114->174 - - -3 - - - -115->157 - - -2 - - - -115->164 - - -0 - - - -175 - -175 - - - -115->175 - - -1 - - - -176 - -176 - - - -115->176 - - -3 - - - -177 - -177 - - - -115->177 - - -4 - - - -116->158 - - -2 - - - -116->165 - - -0 - - - -116->175 - - -1 - - - -178 - -178 - - - -116->178 - - -3 - - - -179 - -179 - - - -116->179 - - -4 - - - -117->159 - - -2 - - - -117->166 - - -0 - - - -117->176 - - -1 - - - -117->178 - - -1 - - - -180 - -180 - - - -117->180 - - -4 - - - -118->160 - - -2 - - - -118->168 - - -0 - - - -118->177 - - -1 - - - -118->179 - - -1 - - - -118->180 - - -3 - - - -119->161 - - -2 - - - -119->169 - - -0 - - - -119->175 - - -0 - - - -181 - -181 - - - -119->181 - - -3 - - - -120->162 - - -2 - - - -120->170 - - -0 - - - -120->176 - - -0 - - - -120->181 - - -1 - - - -121->163 - - -2 - - - -121->172 - - -0 - - - -121->178 - - -0 - - - -121->181 - - -1 - - - -122->152 - - -2 - - - -182 - -182 - - - -122->182 - - -1 - - - -183 - -183 - - - -122->183 - - -1 - - - -184 - -184 - - - -122->184 - - -3 - - - -185 - -185 - - - -122->185 - - -4 - - - -186 - -186 - - - -122->186 - - -4 - - - -123->153 - - -2 - - - -123->182 - - -0 - - - -187 - -187 - - - -123->187 - - -1 - - - -188 - -188 - - - -123->188 - - -3 - - - -189 - -189 - - - -123->189 - - -4 - - - -124->154 - - -2 - - - -124->183 - - -0 - - - -124->187 - - -1 - - - -190 - -190 - - - -124->190 - - -3 - - - -191 - -191 - - - -124->191 - - -4 - - - -125->155 - - -2 - - - -125->184 - - -0 - - - -125->188 - - -1 - - - -125->190 - - -1 - - - -192 - -192 - - - -125->192 - - -4 - - - -126->156 - - -2 - - - -126->185 - - -0 - - - -126->189 - - -1 - - - -126->191 - - -1 - - - -126->192 - - -3 - - - -127->157 - - -2 - - - -127->182 - - -0 - - - -193 - -193 - - - -127->193 - - -1 - - - -194 - -194 - - - -127->194 - - -3 - - - -195 - -195 - - - -127->195 - - -4 - - - -128->158 - - -2 - - - -128->183 - - -0 - - - -128->193 - - -1 - - - -196 - -196 - - - -128->196 - - -3 - - - -197 - -197 - - - -128->197 - - -4 - - - -129->159 - - -2 - - - -129->184 - - -0 - - - -129->194 - - -1 - - - -129->196 - - -1 - - - -198 - -198 - - - -129->198 - - -4 - - - -130->160 - - -2 - - - -130->186 - - -0 - - - -130->195 - - -1 - - - -130->197 - - -1 - - - -130->198 - - -3 - - - -131->161 - - -2 - - - -131->187 - - -0 - - - -131->193 - - -0 - - - -199 - -199 - - - -131->199 - - -3 - - - -132->162 - - -2 - - - -132->188 - - -0 - - - -132->194 - - -0 - - - -132->199 - - -1 - - - -133->163 - - -2 - - - -133->190 - - -0 - - - -133->196 - - -0 - - - -133->199 - - -1 - - - -134->164 - - -2 - - - -134->182 - - -2 - - - -200 - -200 - - - -134->200 - - -1 - - - -201 - -201 - - - -134->201 - - -3 - - - -202 - -202 - - - -134->202 - - -4 - - - -203 - -203 - - - -134->203 - - -4 - - - -135->165 - - -2 - - - -135->183 - - -2 - - - -135->200 - - -1 - - - -204 - -204 - - - -135->204 - - -3 - - - -205 - -205 - - - -135->205 - - -4 + +28 + + + +0->28 + + +2 206 - -206 + +206 - - -135->206 - - -4 - - - -136->166 - - -2 - - - -136->184 - - -2 - - - -136->201 - - -1 - - - -136->204 - - -1 + + +0->206 + + +2 207 - -207 + +207 - - -136->207 - - -4 + + +0->207 + + +2 208 - -208 + +208 - - -136->208 - - -4 - - - -137->167 - - -2 - - - -137->185 - - -2 - - - -137->202 - - -1 - - - -137->205 - - -1 - - - -137->207 - - -3 - - - -209 - -209 - - - -137->209 - - -4 - - - -138->168 - - -2 - - - -138->186 - - -2 - - - -138->203 - - -1 - - - -138->206 - - -1 - - - -138->208 - - -3 - - - -138->209 - - -4 - - - -139->169 - - -2 - - - -139->187 - - -2 - - - -139->200 - - -0 + + +0->208 + + +0 210 - -210 + +210 - - -139->210 - - -3 - - - -211 - -211 - - - -139->211 - - -4 - - - -140->170 - - -2 - - - -140->188 - - -2 - - - -140->201 - - -0 - - - -140->210 - - -1 - - - -212 - -212 - - - -140->212 - - -4 - - - -141->171 - - -2 - - - -141->189 - - -2 - - - -141->202 - - -0 - - - -141->211 - - -1 - - - -141->212 - - -3 - - - -142->172 - - -2 - - - -142->190 - - -2 - - - -142->204 - - -0 - - - -142->210 - - -1 + + +0->210 + + +4 213 - -213 + +213 - - -142->213 - - -4 - - - -143->173 - - -2 - - - -143->191 - - -2 - - - -143->205 - - -0 - - - -143->211 - - -1 - - - -143->213 - - -3 - - - -144->174 - - -2 - - - -144->192 - - -2 - - - -144->207 - - -0 - - - -144->212 - - -1 - - - -144->213 - - -1 - - - -145->175 - - -2 - - - -145->193 - - -2 - - - -145->200 - - -0 + + +0->213 + + +2 214 - -214 + +214 - - -145->214 - - -3 + + +0->214 + + +2 215 - -215 + +215 - - -145->215 - - -4 - - - -146->176 - - -2 - - - -146->194 - - -2 - - - -146->201 - - -0 - - - -146->214 - - -1 + + +0->215 + + +2 216 - -216 + +216 - - -146->216 - - -4 - - - -147->177 - - -2 - - - -147->195 - - -2 - - - -147->203 - - -0 - - - -147->215 - - -1 - - - -147->216 - - -3 - - - -148->178 - - -2 - - - -148->196 - - -2 - - - -148->204 - - -0 - - - -148->214 - - -1 + + +0->216 + + +2 217 - -217 + +217 - - -148->217 - - -4 - - - -149->179 - - -2 - - - -149->197 - - -2 - - - -149->206 - - -0 - - - -149->215 - - -1 - - - -149->217 - - -3 - - - -150->180 - - -2 - - - -150->198 - - -2 - - - -150->208 - - -0 - - - -150->216 - - -1 - - - -150->217 - - -1 - - - -151->181 - - -2 - - - -151->199 - - -2 - - - -151->210 - - -0 - - - -151->214 - - -0 + + +0->217 + + +0 218 - -218 + +218 - - -152->218 - - -1 - - - -219 - -219 - - - -152->219 - - -1 + + +0->218 + + +4 220 - -220 + +220 - - -152->220 - - -3 + + +0->220 + + +4 221 - -221 + +221 - - -152->221 - - -4 - - - -222 - -222 - - - -152->222 - - -4 - - - -153->218 - - -0 - - - -223 - -223 - - - -153->223 - - -1 - - - -224 - -224 - - - -153->224 - - -3 + + +0->221 + + +4 225 - -225 - - - -153->225 - - -4 - - - -154->219 - - -0 - - - -154->223 - - -1 - - - -226 - -226 - - - -154->226 - - -3 - - - -227 - -227 - - - -154->227 - - -4 - - - -155->220 - - -0 - - - -155->224 - - -1 - - - -155->226 - - -1 - - - -228 - -228 - - - -155->228 - - -4 - - - -156->221 - - -0 - - - -156->225 - - -1 - - - -156->227 - - -1 - - - -156->228 - - -3 - - - -157->218 - - -0 - - - -229 - -229 - - - -157->229 - - -1 - - - -230 - -230 - - - -157->230 - - -3 - - - -231 - -231 - - - -157->231 - - -4 - - - -158->219 - - -0 - - - -158->229 - - -1 - - - -232 - -232 - - - -158->232 - - -3 - - - -233 - -233 - - - -158->233 - - -4 - - - -159->220 - - -0 - - - -159->230 - - -1 - - - -159->232 - - -1 - - - -234 - -234 - - - -159->234 - - -4 - - - -160->222 - - -0 - - - -160->231 - - -1 - - - -160->233 - - -1 - - - -160->234 - - -3 - - - -161->223 - - -0 - - - -161->229 - - -0 - - - -235 - -235 - - - -161->235 - - -3 - - - -162->224 - - -0 - - - -162->230 - - -0 - - - -162->235 - - -1 - - - -163->226 - - -0 - - - -163->232 - - -0 - - - -163->235 - - -1 - - - -164->218 - - -2 - - - -236 - -236 - - - -164->236 - - -1 - - - -237 - -237 - - - -164->237 - - -3 - - - -238 - -238 - - - -164->238 - - -4 - - - -239 - -239 - - - -164->239 - - -4 - - - -165->219 - - -2 - - - -165->236 - - -1 - - - -240 - -240 - - - -165->240 - - -3 - - - -241 - -241 - - - -165->241 - - -4 - - - -242 - -242 - - - -165->242 - - -4 - - - -166->220 - - -2 - - - -166->237 - - -1 - - - -166->240 - - -1 - - - -243 - -243 - - - -166->243 - - -4 - - - -244 - -244 - - - -166->244 - - -4 - - - -167->221 - - -2 - - - -167->238 - - -1 - - - -167->241 - - -1 - - - -167->243 - - -3 - - - -245 - -245 - - - -167->245 - - -4 - - - -168->222 - - -2 - - - -168->239 - - -1 - - - -168->242 - - -1 - - - -168->244 - - -3 - - - -168->245 - - -4 - - - -169->223 - - -2 - - - -169->236 - - -0 - - - -246 - -246 - - - -169->246 - - -3 - - - -247 - -247 - - - -169->247 - - -4 - - - -170->224 - - -2 - - - -170->237 - - -0 - - - -170->246 - - -1 - - - -248 - -248 - - - -170->248 - - -4 - - - -171->225 - - -2 - - - -171->238 - - -0 - - - -171->247 - - -1 - - - -171->248 - - -3 - - - -172->226 - - -2 - - - -172->240 - - -0 - - - -172->246 - - -1 - - - -249 - -249 - - - -172->249 - - -4 - - - -173->227 - - -2 - - - -173->241 - - -0 - - - -173->247 - - -1 - - - -173->249 - - -3 - - - -174->228 - - -2 - - - -174->243 - - -0 - - - -174->248 - - -1 - - - -174->249 - - -1 - - - -175->229 - - -2 - - - -175->236 - - -0 - - - -250 - -250 - - - -175->250 - - -3 - - - -251 - -251 - - - -175->251 - - -4 - - - -176->230 - - -2 - - - -176->237 - - -0 - - - -176->250 - - -1 - - - -252 - -252 - - - -176->252 - - -4 - - - -177->231 - - -2 - - - -177->239 - - -0 - - - -177->251 - - -1 - - - -177->252 - - -3 - - - -178->232 - - -2 - - - -178->240 - - -0 - - - -178->250 - - -1 - - - -253 - -253 - - - -178->253 - - -4 - - - -179->233 - - -2 - - - -179->242 - - -0 - - - -179->251 - - -1 - - - -179->253 - - -3 - - - -180->234 - - -2 - - - -180->244 - - -0 - - - -180->252 - - -1 - - - -180->253 - - -1 - - - -181->235 - - -2 - - - -181->246 - - -0 - - - -181->250 - - -0 - - - -182->218 - - -2 - - - -254 - -254 - - - -182->254 - - -1 - - - -255 - -255 - - - -182->255 - - -3 - - - -256 - -256 - - - -182->256 - - -4 - - - -257 - -257 - - - -182->257 - - -4 - - - -183->219 - - -2 - - - -183->254 - - -1 - - - -258 - -258 - - - -183->258 - - -3 - - - -259 - -259 - - - -183->259 - - -4 - - - -260 - -260 - - - -183->260 - - -4 - - - -184->220 - - -2 - - - -184->255 - - -1 - - - -184->258 - - -1 - - - -261 - -261 - - - -184->261 - - -4 - - - -262 - -262 - - - -184->262 - - -4 - - - -185->221 - - -2 - - - -185->256 - - -1 - - - -185->259 - - -1 - - - -185->261 - - -3 - - - -263 - -263 - - - -185->263 - - -4 - - - -186->222 - - -2 - - - -186->257 - - -1 - - - -186->260 - - -1 - - - -186->262 - - -3 - - - -186->263 - - -4 - - - -187->223 - - -2 - - - -187->254 - - -0 - - - -264 - -264 - - - -187->264 - - -3 - - - -265 - -265 - - - -187->265 - - -4 - - - -188->224 - - -2 - - - -188->255 - - -0 - - - -188->264 - - -1 - - - -266 - -266 - - - -188->266 - - -4 - - - -189->225 - - -2 - - - -189->256 - - -0 - - - -189->265 - - -1 - - - -189->266 - - -3 - - - -190->226 - - -2 - - - -190->258 - - -0 - - - -190->264 - - -1 - - - -267 - -267 - - - -190->267 - - -4 - - - -191->227 - - -2 - - - -191->259 - - -0 - - - -191->265 - - -1 - - - -191->267 - - -3 - - - -192->228 - - -2 - - - -192->261 - - -0 - - - -192->266 - - -1 - - - -192->267 - - -1 - - - -193->229 - - -2 - - - -193->254 - - -0 - - - -268 - -268 - - - -193->268 - - -3 - - - -269 - -269 - - - -193->269 - - -4 - - - -194->230 - - -2 - - - -194->255 - - -0 - - - -194->268 - - -1 - - - -270 - -270 - - - -194->270 - - -4 - - - -195->231 - - -2 - - - -195->257 - - -0 - - - -195->269 - - -1 - - - -195->270 - - -3 - - - -196->232 - - -2 - - - -196->258 - - -0 - - - -196->268 - - -1 - - - -271 - -271 - - - -196->271 - - -4 - - - -197->233 - - -2 - - - -197->260 - - -0 - - - -197->269 - - -1 - - - -197->271 - - -3 - - - -198->234 - - -2 - - - -198->262 - - -0 - - - -198->270 - - -1 - - - -198->271 - - -1 - - - -199->235 - - -2 - - - -199->264 - - -0 - - - -199->268 - - -0 - - - -200->236 - - -2 - - - -200->254 - - -2 - - - -272 - -272 - - - -200->272 - - -3 - - - -273 - -273 - - - -200->273 - - -4 - - - -274 - -274 - - - -200->274 - - -4 - - - -201->237 - - -2 - - - -201->255 - - -2 - - - -201->272 - - -1 - - - -275 - -275 - - - -201->275 - - -4 - - - -276 - -276 - - - -201->276 - - -4 - - - -202->238 - - -2 - - - -202->256 - - -2 - - - -202->273 - - -1 - - - -202->275 - - -3 - - - -277 - -277 - - - -202->277 - - -4 - - - -203->239 - - -2 - - - -203->257 - - -2 - - - -203->274 - - -1 - - - -203->276 - - -3 - - - -203->277 - - -4 - - - -204->240 - - -2 - - - -204->258 - - -2 - - - -204->272 - - -1 - - - -278 - -278 - - - -204->278 - - -4 - - - -279 - -279 - - - -204->279 - - -4 - - - -205->241 - - -2 - - - -205->259 - - -2 - - - -205->273 - - -1 - - - -205->278 - - -3 - - - -280 - -280 - - - -205->280 - - -4 - - - -206->242 - - -2 - - - -206->260 - - -2 - - - -206->274 - - -1 - - - -206->279 - - -3 - - - -206->280 - - -4 - - - -207->243 - - -2 - - - -207->261 - - -2 - - - -207->275 - - -1 - - - -207->278 - - -1 - - - -281 - -281 - - - -207->281 - - -4 - - - -208->244 - - -2 - - - -208->262 - - -2 - - - -208->276 - - -1 - - - -208->279 - - -1 - - - -208->281 - - -4 - - - -209->245 - - -2 - - - -209->263 - - -2 - - - -209->277 - - -1 - - - -209->280 - - -1 - - - -209->281 - - -3 - - - -282 - -282 - - - -209->282 - - -5 - - - -210->246 - - -2 - - - -210->264 - - -2 - - - -210->272 - - -0 - - - -283 - -283 - - - -210->283 - - -4 - - - -211->247 - - -2 - - - -211->265 - - -2 - - - -211->273 - - -0 - - - -211->283 - - -3 - - - -212->248 - - -2 - - - -212->266 - - -2 - - - -212->275 - - -0 - - - -212->283 - - -1 - - - -213->249 - - -2 - - - -213->267 - - -2 - - - -213->278 - - -0 - - - -213->283 - - -1 - - - -214->250 - - -2 - - - -214->268 - - -2 - - - -214->272 - - -0 - - - -284 - -284 - - - -214->284 - - -4 - - - -215->251 - - -2 - - - -215->269 - - -2 - - - -215->274 - - -0 - - - -215->284 - - -3 - - - -216->252 - - -2 - - - -216->270 - - -2 - - - -216->276 - - -0 - - - -216->284 - - -1 - - - -217->253 - - -2 - - - -217->271 - - -2 - - - -217->279 - - -0 - - - -217->284 - - -1 - - - -285 - -285 - - - -218->285 - - -1 - - - -286 - -286 - - - -218->286 - - -3 - - - -287 - -287 - - - -218->287 - - -4 - - - -288 - -288 - - - -218->288 - - -4 - - - -219->285 - - -1 - - - -289 - -289 - - - -219->289 - - -3 - - - -290 - -290 - - - -219->290 - - -4 - - - -291 - -291 - - - -219->291 - - -4 - - - -220->286 - - -1 - - - -220->289 - - -1 - - - -292 - -292 - - - -220->292 - - -4 - - - -293 - -293 - - - -220->293 - - -4 - - - -221->287 - - -1 - - - -221->290 - - -1 - - - -221->292 - - -3 - - - -294 - -294 - - - -221->294 - - -4 - - - -222->288 - - -1 - - - -222->291 - - -1 - - - -222->293 - - -3 - - - -222->294 - - -4 - - - -223->285 - - -0 - - - -295 - -295 - - - -223->295 - - -3 - - - -296 - -296 - - - -223->296 - - -4 - - - -224->286 - - -0 - - - -224->295 - - -1 - - - -297 - -297 - - - -224->297 - - -4 - - - -225->287 - - -0 - - - -225->296 - - -1 - - - -225->297 - - -3 - - - -226->289 - - -0 - - - -226->295 - - -1 - - - -298 - -298 - - - -226->298 - - -4 - - - -227->290 - - -0 - - - -227->296 - - -1 - - - -227->298 - - -3 - - - -228->292 - - -0 - - - -228->297 - - -1 - - - -228->298 - - -1 - - - -229->285 - - -0 - - - -299 - -299 - - - -229->299 - - -3 - - - -300 - -300 - - - -229->300 - - -4 - - - -230->286 - - -0 - - - -230->299 - - -1 - - - -301 - -301 - - - -230->301 - - -4 - - - -231->288 - - -0 - - - -231->300 - - -1 - - - -231->301 - - -3 - - - -232->289 - - -0 - - - -232->299 - - -1 - - - -302 - -302 - - - -232->302 - - -4 - - - -233->291 - - -0 - - - -233->300 - - -1 - - - -233->302 - - -3 - - - -234->293 - - -0 - - - -234->301 - - -1 - - - -234->302 - - -1 - - - -235->295 - - -0 - - - -235->299 - - -0 - - - -236->285 - - -2 - - - -303 - -303 - - - -236->303 - - -3 - - - -304 - -304 - - - -236->304 - - -4 - - - -305 - -305 - - - -236->305 - - -4 - - - -237->286 - - -2 - - - -237->303 - - -1 - - - -306 - -306 - - - -237->306 - - -4 - - - -307 - -307 - - - -237->307 - - -4 - - - -238->287 - - -2 - - - -238->304 - - -1 - - - -238->306 - - -3 - - - -308 - -308 - - - -238->308 - - -4 - - - -239->288 - - -2 - - - -239->305 - - -1 - - - -239->307 - - -3 - - - -239->308 - - -4 - - - -240->289 - - -2 - - - -240->303 - - -1 - - - -309 - -309 - - - -240->309 - - -4 - - - -310 - -310 - - - -240->310 - - -4 - - - -241->290 - - -2 - - - -241->304 - - -1 - - - -241->309 - - -3 - - - -311 - -311 - - - -241->311 - - -4 - - - -242->291 - - -2 - - - -242->305 - - -1 - - - -242->310 - - -3 - - - -242->311 - - -4 - - - -243->292 - - -2 - - - -243->306 - - -1 - - - -243->309 - - -1 - - - -312 - -312 - - - -243->312 - - -4 - - - -244->293 - - -2 - - - -244->307 - - -1 - - - -244->310 - - -1 - - - -244->312 - - -4 - - - -245->294 - - -2 - - - -245->308 - - -1 - - - -245->311 - - -1 - - - -245->312 - - -3 - - - -313 - -313 - - - -245->313 - - -5 - - - -246->295 - - -2 - - - -246->303 - - -0 - - - -314 - -314 - - - -246->314 - - -4 - - - -247->296 - - -2 - - - -247->304 - - -0 - - - -247->314 - - -3 - - - -248->297 - - -2 - - - -248->306 - - -0 - - - -248->314 - - -1 - - - -249->298 - - -2 - - - -249->309 - - -0 - - - -249->314 - - -1 - - - -250->299 - - -2 - - - -250->303 - - -0 - - - -315 - -315 - - - -250->315 - - -4 - - - -251->300 - - -2 - - - -251->305 - - -0 - - - -251->315 - - -3 - - - -252->301 - - -2 - - - -252->307 - - -0 - - - -252->315 - - -1 - - - -253->302 - - -2 - - - -253->310 - - -0 - - - -253->315 - - -1 - - - -254->285 - - -2 - - - -316 - -316 - - - -254->316 - - -3 - - - -317 - -317 - - - -254->317 - - -4 - - - -318 - -318 - - - -254->318 - - -4 - - - -255->286 - - -2 - - - -255->316 - - -1 - - - -319 - -319 - - - -255->319 - - -4 - - - -320 - -320 - - - -255->320 - - -4 - - - -256->287 - - -2 - - - -256->317 - - -1 - - - -256->319 - - -3 - - - -321 - -321 - - - -256->321 - - -4 - - - -257->288 - - -2 - - - -257->318 - - -1 - - - -257->320 - - -3 - - - -257->321 - - -4 - - - -258->289 - - -2 - - - -258->316 - - -1 - - - -322 - -322 - - - -258->322 - - -4 - - - -323 - -323 - - - -258->323 - - -4 - - - -259->290 - - -2 - - - -259->317 - - -1 - - - -259->322 - - -3 - - - -324 - -324 - - - -259->324 - - -4 - - - -260->291 - - -2 - - - -260->318 - - -1 - - - -260->323 - - -3 - - - -260->324 - - -4 - - - -261->292 - - -2 - - - -261->319 - - -1 - - - -261->322 - - -1 - - - -325 - -325 - - - -261->325 - - -4 - - - -262->293 - - -2 - - - -262->320 - - -1 - - - -262->323 - - -1 - - - -262->325 - - -4 - - - -263->294 - - -2 - - - -263->321 - - -1 - - - -263->324 - - -1 - - - -263->325 - - -3 - - - -326 - -326 - - - -263->326 - - -5 - - - -264->295 - - -2 - - - -264->316 - - -0 - - - -327 - -327 - - - -264->327 - - -4 - - - -265->296 - - -2 - - - -265->317 - - -0 - - - -265->327 - - -3 - - - -266->297 - - -2 - - - -266->319 - - -0 - - - -266->327 - - -1 - - - -267->298 - - -2 - - - -267->322 - - -0 - - - -267->327 - - -1 - - - -268->299 - - -2 - - - -268->316 - - -0 - - - -328 - -328 - - - -268->328 - - -4 - - - -269->300 - - -2 - - - -269->318 - - -0 - - - -269->328 - - -3 - - - -270->301 - - -2 - - - -270->320 - - -0 - - - -270->328 - - -1 - - - -271->302 - - -2 - - - -271->323 - - -0 - - - -271->328 - - -1 - - - -272->303 - - -2 - - - -272->316 - - -2 - - - -329 - -329 - - - -272->329 - - -4 - - - -330 - -330 - - - -272->330 - - -4 - - - -273->304 - - -2 - - - -273->317 - - -2 - - - -273->329 - - -3 - - - -331 - -331 - - - -273->331 - - -4 - - - -274->305 - - -2 - - - -274->318 - - -2 - - - -274->330 - - -3 - - - -274->331 - - -4 - - - -275->306 - - -2 - - - -275->319 - - -2 - - - -275->329 - - -1 - - - -332 - -332 - - - -275->332 - - -4 - - - -276->307 - - -2 - - - -276->320 - - -2 - - - -276->330 - - -1 - - - -276->332 - - -4 - - - -277->308 - - -2 - - - -277->321 - - -2 - - - -277->331 - - -1 - - - -277->332 - - -3 - - - -333 - -333 - - - -277->333 - - -5 - - - -278->309 - - -2 - - - -278->322 - - -2 - - - -278->329 - - -1 - - - -334 - -334 - - - -278->334 - - -4 - - - -279->310 - - -2 - - - -279->323 - - -2 - - - -279->330 - - -1 - - - -279->334 - - -4 - - - -280->311 - - -2 - - - -280->324 - - -2 - - - -280->331 - - -1 - - - -280->334 - - -3 - - - -335 - -335 - - - -280->335 - - -5 - - - -281->312 - - -2 - - - -281->325 - - -2 - - - -281->332 - - -1 - - - -281->334 - - -1 - - - -336 - -336 - - - -281->336 - - -5 - - - -282->313 - - -2 - - - -282->326 - - -2 - - - -282->333 - - -1 - - - -282->335 - - -1 - - - -282->336 - - -3 - - - -283->314 - - -2 - - - -283->327 - - -2 - - - -283->329 - - -0 - - - -284->315 - - -2 - - - -284->328 - - -2 - - - -284->330 - - -0 - - - -337 - -337 - - - -285->337 - - -3 - - - -338 - -338 - - - -285->338 - - -4 - - - -339 - -339 - - - -285->339 - - -4 - - - -286->337 - - -1 - - - -340 - -340 - - - -286->340 - - -4 - - - -341 - -341 - - - -286->341 - - -4 - - - -287->338 - - -1 - - - -287->340 - - -3 - - - -342 - -342 - - - -287->342 - - -4 - - - -288->339 - - -1 - - - -288->341 - - -3 - - - -288->342 - - -4 - - - -289->337 - - -1 - - - -343 - -343 - - - -289->343 - - -4 - - - -344 - -344 - - - -289->344 - - -4 - - - -290->338 - - -1 - - - -290->343 - - -3 - - - -345 - -345 - - - -290->345 - - -4 - - - -291->339 - - -1 - - - -291->344 - - -3 - - - -291->345 - - -4 - - - -292->340 - - -1 - - - -292->343 - - -1 - - - -346 - -346 - - - -292->346 - - -4 - - - -293->341 - - -1 - - - -293->344 - - -1 - - - -293->346 - - -4 - - - -294->342 - - -1 - - - -294->345 - - -1 - - - -294->346 - - -3 - - - -347 - -347 - - - -294->347 - - -5 - - - -295->337 - - -0 - - - -348 - -348 - - - -295->348 - - -4 - - - -296->338 - - -0 - - - -296->348 - - -3 - - - -297->340 - - -0 - - - -297->348 - - -1 - - - -298->343 - - -0 - - - -298->348 - - -1 - - - -299->337 - - -0 - - - -349 - -349 - - - -299->349 - - -4 - - - -300->339 - - -0 - - - -300->349 - - -3 - - - -301->341 - - -0 - - - -301->349 - - -1 - - - -302->344 - - -0 - - - -302->349 - - -1 - - - -303->337 - - -2 - - - -350 - -350 - - - -303->350 - - -4 - - - -351 - -351 - - - -303->351 - - -4 - - - -304->338 - - -2 - - - -304->350 - - -3 - - - -352 - -352 - - - -304->352 - - -4 - - - -305->339 - - -2 - - - -305->351 - - -3 - - - -305->352 - - -4 - - - -306->340 - - -2 - - - -306->350 - - -1 - - - -353 - -353 - - - -306->353 - - -4 - - - -307->341 - - -2 - - - -307->351 - - -1 - - - -307->353 - - -4 - - - -308->342 - - -2 - - - -308->352 - - -1 - - - -308->353 - - -3 - - - -354 - -354 - - - -308->354 - - -5 - - - -309->343 - - -2 - - - -309->350 - - -1 - - - -355 - -355 - - - -309->355 - - -4 - - - -310->344 - - -2 - - - -310->351 - - -1 - - - -310->355 - - -4 - - - -311->345 - - -2 - - - -311->352 - - -1 - - - -311->355 - - -3 - - - -356 - -356 - - - -311->356 - - -5 - - - -312->346 - - -2 - - - -312->353 - - -1 - - - -312->355 - - -1 - - - -357 - -357 - - - -312->357 - - -5 - - - -313->347 - - -2 - - - -313->354 - - -1 - - - -313->356 - - -1 - - - -313->357 - - -3 - - - -314->348 - - -2 - - - -314->350 - - -0 - - - -315->349 - - -2 - - - -315->351 - - -0 - - - -316->337 - - -2 - - - -358 - -358 - - - -316->358 - - -4 - - - -359 - -359 - - - -316->359 - - -4 - - - -317->338 - - -2 - - - -317->358 - - -3 - - - -360 - -360 - - - -317->360 - - -4 - - - -318->339 - - -2 - - - -318->359 - - -3 - - - -318->360 - - -4 - - - -319->340 - - -2 - - - -319->358 - - -1 - - - -361 - -361 - - - -319->361 - - -4 - - - -320->341 - - -2 - - - -320->359 - - -1 - - - -320->361 - - -4 - - - -321->342 - - -2 - - - -321->360 - - -1 - - - -321->361 - - -3 - - - -362 - -362 - - - -321->362 - - -5 - - - -322->343 - - -2 - - - -322->358 - - -1 - - - -363 - -363 - - - -322->363 - - -4 - - - -323->344 - - -2 - - - -323->359 - - -1 - - - -323->363 - - -4 - - - -324->345 - - -2 - - - -324->360 - - -1 - - - -324->363 - - -3 - - - -364 - -364 - - - -324->364 - - -5 - - - -325->346 - - -2 - - - -325->361 - - -1 - - - -325->363 - - -1 - - - -365 - -365 - - - -325->365 - - -5 - - - -326->347 - - -2 - - - -326->362 - - -1 - - - -326->364 - - -1 - - - -326->365 - - -3 - - - -327->348 - - -2 - - - -327->358 - - -0 - - - -328->349 - - -2 - - - -328->359 - - -0 - - - -329->350 - - -2 - - - -329->358 - - -2 - - - -366 - -366 - - - -329->366 - - -4 - - - -330->351 - - -2 - - - -330->359 - - -2 - - - -330->366 - - -4 - - - -331->352 - - -2 - - - -331->360 - - -2 - - - -331->366 - - -3 - - - -367 - -367 - - - -331->367 - - -5 - - - -332->353 - - -2 - - - -332->361 - - -2 - - - -332->366 - - -1 - - - -368 - -368 - - - -332->368 - - -5 - - - -333->354 - - -2 - - - -333->362 - - -2 - - - -333->367 - - -1 - - - -333->368 - - -3 - - - -334->355 - - -2 - - - -334->363 - - -2 - - - -334->366 - - -1 - - - -369 - -369 - - - -334->369 - - -5 - - - -335->356 - - -2 - - - -335->364 - - -2 - - - -335->367 - - -1 - - - -335->369 - - -3 - - - -336->357 - - -2 - - - -336->365 - - -2 - - - -336->368 - - -1 - - - -336->369 - - -1 - - - -370 - -370 - - - -337->370 - - -4 - - - -371 - -371 - - - -337->371 - - -4 - - - -338->370 - - -3 - - - -372 - -372 - - - -338->372 - - -4 - - - -339->371 - - -3 - - - -339->372 - - -4 - - - -340->370 - - -1 - - - -373 - -373 - - - -340->373 - - -4 - - - -341->371 - - -1 - - - -341->373 - - -4 - - - -342->372 - - -1 - - - -342->373 - - -3 - - - -374 - -374 - - - -342->374 - - -5 - - - -343->370 - - -1 - - - -375 - -375 - - - -343->375 - - -4 - - - -344->371 - - -1 - - - -344->375 - - -4 - - - -345->372 - - -1 - - - -345->375 - - -3 - - - -376 - -376 - - - -345->376 - - -5 - - - -346->373 - - -1 - - - -346->375 - - -1 - - - -377 - -377 - - - -346->377 - - -5 - - - -347->374 - - -1 - - - -347->376 - - -1 - - - -347->377 - - -3 - - - -348->370 - - -0 - - - -349->371 - - -0 - - - -350->370 - - -2 - - - -378 - -378 - - - -350->378 - - -4 - - - -351->371 - - -2 - - - -351->378 - - -4 - - - -352->372 - - -2 - - - -352->378 - - -3 - - - -379 - -379 - - - -352->379 - - -5 - - - -353->373 - - -2 - - - -353->378 - - -1 - - - -380 - -380 - - - -353->380 - - -5 - - - -354->374 - - -2 - - - -354->379 - - -1 - - - -354->380 - - -3 - - - -355->375 - - -2 - - - -355->378 - - -1 - - - -381 - -381 - - - -355->381 - - -5 - - - -356->376 - - -2 - - - -356->379 - - -1 - - - -356->381 - - -3 - - - -357->377 - - -2 - - - -357->380 - - -1 - - - -357->381 - - -1 - - - -358->370 - - -2 - - - -382 - -382 - - - -358->382 - - -4 - - - -359->371 - - -2 - - - -359->382 - - -4 - - - -360->372 - - -2 - - - -360->382 - - -3 - - - -383 - -383 - - - -360->383 - - -5 - - - -361->373 - - -2 - - - -361->382 - - -1 - - - -384 - -384 - - - -361->384 - - -5 - - - -362->374 - - -2 - - - -362->383 - - -1 - - - -362->384 - - -3 - - - -363->375 - - -2 - - - -363->382 - - -1 - - - -385 - -385 - - - -363->385 - - -5 - - - -364->376 - - -2 - - - -364->383 - - -1 - - - -364->385 - - -3 - - - -365->377 - - -2 - - - -365->384 - - -1 - - - -365->385 - - -1 - - - -366->378 - - -2 - - - -366->382 - - -2 - - - -386 - -386 - - - -366->386 - - -5 - - - -367->379 - - -2 - - - -367->383 - - -2 - - - -367->386 - - -3 - - - -368->380 - - -2 - - - -368->384 - - -2 - - - -368->386 - - -1 - - - -369->381 - - -2 - - - -369->385 - - -2 - - - -369->386 - - -1 - - - -387 - -387 - - - -370->387 - - -4 - - - -371->387 - - -4 - - - -372->387 - - -3 - - - -388 - -388 - - - -372->388 - - -5 - - - -373->387 - - -1 - - - -389 - -389 - - - -373->389 - - -5 - - - -374->388 - - -1 - - - -374->389 - - -3 - - - -375->387 - - -1 - - - -390 - -390 - - - -375->390 - - -5 - - - -376->388 - - -1 - - - -376->390 - - -3 - - - -377->389 - - -1 - - - -377->390 - - -1 - - - -378->387 - - -2 - - - -391 - -391 - - - -378->391 - - -5 - - - -379->388 - - -2 - - - -379->391 - - -3 - - - -380->389 - - -2 - - - -380->391 - - -1 - - - -381->390 - - -2 - - - -381->391 - - -1 - - - -382->387 - - -2 - - - -392 - -392 - - - -382->392 - - -5 - - - -383->388 - - -2 - - - -383->392 - - -3 - - - -384->389 - - -2 - - - -384->392 - - -1 - - - -385->390 - - -2 - - - -385->392 - - -1 - - - -386->391 - - -2 - - - -386->392 - - -2 + +225 + + + +0->225 + + +5 393 - -393 + +393 - + + +0->393 + + +4 + + + +2 + +2 + + + +1->2 + + +5 + + + +3 + +3 + + + +2->3 + + +2 + + + +4 + +4 + + + +2->4 + + +2 + + + +5 + +5 + + + +2->5 + + +5 + + + +5->6 + + +2 + + + +5->7 + + +2 + + + +8 + +8 + + + +5->8 + + +5 + + + +8->9 + + +2 + + + +8->10 + + +2 + + + +11 + +11 + + + +8->11 + + +5 + + + +11->12 + + +2 + + + +11->13 + + +2 + + + +14 + +14 + + + +11->14 + + +5 + + + +15 + +15 + + + +14->15 + + +0 + + + +16 + +16 + + + +14->16 + + +0 + + + +14->17 + + +2 + + + +14->18 + + +2 + + + +21 + +21 + + + +17->21 + + +2 + + + +17->206 + + +0 + + + +17->207 + + +0 + + + +18->19 + + +0 + + + +18->20 + + +0 + + + +18->21 + + +2 + + + +19->22 + + +2 + + + +115 + +115 + + + +19->115 + + +0 + + + +205 + +205 + + + +19->205 + + +4 + + + +23 + +23 + + + +20->23 + + +2 + + + +20->115 + + +0 + + + +116 + +116 + + + +20->116 + + +4 + + + +21->22 + + +0 + + + +21->23 + + +0 + + + +22->24 + + +0 + + + +114 + +114 + + + +22->114 + + +4 + + + +23->24 + + +0 + + + +25 + +25 + + + +23->25 + + +4 + + + +26 + +26 + + + +24->26 + + +4 + + + +113 + +113 + + + +24->113 + + +4 + + + +25->26 + + +0 + + + +27 + +27 + + + +26->27 + + +4 + + + +27->28 + + +5 + + + +29 + +29 + + + +28->29 + + +5 + + + +30 + +30 + + + +29->30 + + +5 + + + +31 + +31 + + + +30->31 + + +5 + + + +32 + +32 + + + +31->32 + + +5 + + + +33 + +33 + + + +32->33 + + +5 + + + +34 + +34 + + + +33->34 + + +0 + + + +35 + +35 + + + +33->35 + + +0 + + + +36 + +36 + + + +33->36 + + +1 + + + +37 + +37 + + + +33->37 + + +1 + + + +38 + +38 + + + +33->38 + + +3 + + + +39 + +39 + + + +34->39 + + +3 + + + +78 + +78 + + + +34->78 + + +1 + + + +97 + +97 + + + +34->97 + + +1 + + + +106 + +106 + + + +34->106 + + +0 + + + +112 + +112 + + + +34->112 + + +4 + + + +40 + +40 + + + +35->40 + + +3 + + + +79 + +79 + + + +35->79 + + +1 + + + +98 + +98 + + + +35->98 + + +1 + + + +35->106 + + +0 + + + +107 + +107 + + + +35->107 + + +4 + + + +41 + +41 + + + +36->41 + + +3 + + + +80 + +80 + + + +36->80 + + +1 + + + +36->97 + + +0 + + + +36->98 + + +0 + + + +42 + +42 + + + +37->42 + + +3 + + + +37->78 + + +0 + + + +37->79 + + +0 + + + +37->80 + + +1 + + + +38->39 + + +0 + + + +38->40 + + +0 + + + +38->41 + + +1 + + + +38->42 + + +1 + + + +43 + +43 + + + +39->43 + + +1 + + + +62 + +62 + + + +39->62 + + +1 + + + +71 + +71 + + + +39->71 + + +0 + + + +77 + +77 + + + +39->77 + + +4 + + + +44 + +44 + + + +40->44 + + +1 + + + +63 + +63 + + + +40->63 + + +1 + + + +40->71 + + +0 + + + +72 + +72 + + + +40->72 + + +4 + + + +45 + +45 + + + +41->45 + + +1 + + + +41->62 + + +0 + + + +41->63 + + +0 + + + +42->43 + + +0 + + + +42->44 + + +0 + + + +42->45 + + +1 + + + +46 + +46 + + + +43->46 + + +1 + + + +55 + +55 + + + +43->55 + + +0 + + + +61 + +61 + + + +43->61 + + +4 + + + +47 + +47 + + + +44->47 + + +1 + + + +44->55 + + +0 + + + +56 + +56 + + + +44->56 + + +4 + + + +45->46 + + +0 + + + +45->47 + + +0 + + + +48 + +48 + + + +46->48 + + +0 + + + +54 + +54 + + + +46->54 + + +4 + + + +47->48 + + +0 + + + +49 + +49 + + + +47->49 + + +4 + + + +50 + +50 + + + +48->50 + + +4 + + + +53 + +53 + + + +48->53 + + +4 + + + +49->50 + + +0 + + + +51 + +51 + + + +50->51 + + +4 + + + +52 + +52 + + + +51->52 + + +5 + + + +53->51 + + +4 + + + +54->53 + + +0 + + + +55->48 + + +1 + + + +57 + +57 + + + +55->57 + + +4 + + + +60 + +60 + + + +55->60 + + +4 + + + +56->49 + + +1 + + + +56->57 + + +0 + + + +57->50 + + +1 + + + +58 + +58 + + + +57->58 + + +4 + + + +58->51 + + +1 + + + +59 + +59 + + + +58->59 + + +5 + + + +59->52 + + +1 + + + +60->53 + + +1 + + + +60->58 + + +4 + + + +61->54 + + +1 + + + +61->60 + + +0 + + + +62->46 + + +1 + + + +64 + +64 + + + +62->64 + + +0 + + + +70 + +70 + + + +62->70 + + +4 + + + +63->47 + + +1 + + + +63->64 + + +0 + + + +65 + +65 + + + +63->65 + + +4 + + + +64->48 + + +1 + + + +66 + +66 + + + +64->66 + + +4 + + + +69 + +69 + + + +64->69 + + +4 + + + +65->49 + + +1 + + + +65->66 + + +0 + + + +66->50 + + +1 + + + +67 + +67 + + + +66->67 + + +4 + + + +67->51 + + +1 + + + +68 + +68 + + + +67->68 + + +5 + + + +68->52 + + +1 + + + +69->53 + + +1 + + + +69->67 + + +4 + + + +70->54 + + +1 + + + +70->69 + + +0 + + + +71->55 + + +1 + + + +71->64 + + +1 + + + +73 + +73 + + + +71->73 + + +4 + + + +76 + +76 + + + +71->76 + + +4 + + + +72->56 + + +1 + + + +72->65 + + +1 + + + +72->73 + + +0 + + + +73->57 + + +1 + + + +73->66 + + +1 + + + +74 + +74 + + + +73->74 + + +4 + + + +74->58 + + +1 + + + +74->67 + + +1 + + + +75 + +75 + + + +74->75 + + +5 + + + +75->59 + + +1 + + + +75->68 + + +1 + + + +76->60 + + +1 + + + +76->69 + + +1 + + + +76->74 + + +4 + + + +77->61 + + +1 + + + +77->70 + + +1 + + + +77->76 + + +0 + + + +78->43 + + +3 + + + +81 + +81 + + + +78->81 + + +1 + + + +90 + +90 + + + +78->90 + + +0 + + + +96 + +96 + + + +78->96 + + +4 + + + +79->44 + + +3 + + + +82 + +82 + + + +79->82 + + +1 + + + +79->90 + + +0 + + + +91 + +91 + + + +79->91 + + +4 + + + +80->45 + + +3 + + + +80->81 + + +0 + + + +80->82 + + +0 + + + +81->46 + + +3 + + + +83 + +83 + + + +81->83 + + +0 + + + +89 + +89 + + + +81->89 + + +4 + + + +82->47 + + +3 + + + +82->83 + + +0 + + + +84 + +84 + + + +82->84 + + +4 + + + +83->48 + + +3 + + + +85 + +85 + + + +83->85 + + +4 + + + +88 + +88 + + + +83->88 + + +4 + + + +84->49 + + +3 + + + +84->85 + + +0 + + + +85->50 + + +3 + + + +86 + +86 + + + +85->86 + + +4 + + + +86->51 + + +3 + + + +87 + +87 + + + +86->87 + + +5 + + + +87->52 + + +3 + + + +88->53 + + +3 + + + +88->86 + + +4 + + + +89->54 + + +3 + + + +89->88 + + +0 + + + +90->55 + + +3 + + + +90->83 + + +1 + + + +92 + +92 + + + +90->92 + + +4 + + + +95 + +95 + + + +90->95 + + +4 + + + +91->56 + + +3 + + + +91->84 + + +1 + + + +91->92 + + +0 + + + +92->57 + + +3 + + + +92->85 + + +1 + + + +93 + +93 + + + +92->93 + + +4 + + + +93->58 + + +3 + + + +93->86 + + +1 + + + +94 + +94 + + + +93->94 + + +5 + + + +94->59 + + +3 + + + +94->87 + + +1 + + + +95->60 + + +3 + + + +95->88 + + +1 + + + +95->93 + + +4 + + + +96->61 + + +3 + + + +96->89 + + +1 + + + +96->95 + + +0 + + + +97->62 + + +3 + + + +97->81 + + +1 + + + +99 + +99 + + + +97->99 + + +0 + + + +105 + +105 + + + +97->105 + + +4 + + + +98->63 + + +3 + + + +98->82 + + +1 + + + +98->99 + + +0 + + + +100 + +100 + + + +98->100 + + +4 + + + +99->64 + + +3 + + + +99->83 + + +1 + + + +101 + +101 + + + +99->101 + + +4 + + + +104 + +104 + + + +99->104 + + +4 + + + +100->65 + + +3 + + + +100->84 + + +1 + + + +100->101 + + +0 + + + +101->66 + + +3 + + + +101->85 + + +1 + + + +102 + +102 + + + +101->102 + + +4 + + + +102->67 + + +3 + + + +102->86 + + +1 + + + +103 + +103 + + + +102->103 + + +5 + + + +103->68 + + +3 + + + +103->87 + + +1 + + + +104->69 + + +3 + + + +104->88 + + +1 + + + +104->102 + + +4 + + + +105->70 + + +3 + + + +105->89 + + +1 + + + +105->104 + + +0 + + + +106->71 + + +3 + + + +106->90 + + +1 + + + +106->99 + + +1 + + + +108 + +108 + + + +106->108 + + +4 + + + +111 + +111 + + + +106->111 + + +4 + + + +107->72 + + +3 + + + +107->91 + + +1 + + + +107->100 + + +1 + + + +107->108 + + +0 + + + +108->73 + + +3 + + + +108->92 + + +1 + + + +108->101 + + +1 + + + +109 + +109 + + + +108->109 + + +4 + + + +109->74 + + +3 + + + +109->93 + + +1 + + + +109->102 + + +1 + + + +110 + +110 + + + +109->110 + + +5 + + + +110->75 + + +3 + + + +110->94 + + +1 + + + +110->103 + + +1 + + + +111->76 + + +3 + + + +111->95 + + +1 + + + +111->104 + + +1 + + + +111->109 + + +4 + + + +112->77 + + +3 + + + +112->96 + + +1 + + + +112->105 + + +1 + + + +112->111 + + +0 + + + +113->27 + + +4 + + + +114->113 + + +0 + + + +115->24 + + +2 + + + +117 + +117 + + + +115->117 + + +4 + + + +204 + +204 + + + +115->204 + + +4 + + + +116->25 + + +2 + + + +116->117 + + +0 + + + +117->26 + + +2 + + + +118 + +118 + + + +117->118 + + +4 + + + +118->27 + + +2 + + + +119 + +119 + + + +118->119 + + +5 + + + +119->28 + + +2 + + + +120 + +120 + + + +119->120 + + +5 + + + +120->29 + + +2 + + + +121 + +121 + + + +120->121 + + +5 + + + +121->30 + + +2 + + + +122 + +122 + + + +121->122 + + +5 + + + +122->31 + + +2 + + + +123 + +123 + + + +122->123 + + +5 + + + +123->32 + + +2 + + + +124 + +124 + + + +123->124 + + +5 + + + +124->33 + + +2 + + + +125 + +125 + + + +124->125 + + +0 + + + +126 + +126 + + + +124->126 + + +0 + + + +127 + +127 + + + +124->127 + + +1 + + + +128 + +128 + + + +124->128 + + +1 + + + +129 + +129 + + + +124->129 + + +3 + + + +125->34 + + +2 + + + +130 + +130 + + + +125->130 + + +3 + + + +169 + +169 + + + +125->169 + + +1 + + + +188 + +188 + + + +125->188 + + +1 + + + +197 + +197 + + + +125->197 + + +0 + + + +203 + +203 + + + +125->203 + + +4 + + + +126->35 + + +2 + + + +131 + +131 + + + +126->131 + + +3 + + + +170 + +170 + + + +126->170 + + +1 + + + +189 + +189 + + + +126->189 + + +1 + + + +126->197 + + +0 + + + +198 + +198 + + + +126->198 + + +4 + + + +127->36 + + +2 + + + +132 + +132 + + + +127->132 + + +3 + + + +171 + +171 + + + +127->171 + + +1 + + + +127->188 + + +0 + + + +127->189 + + +0 + + + +128->37 + + +2 + + + +133 + +133 + + + +128->133 + + +3 + + + +128->169 + + +0 + + + +128->170 + + +0 + + + +128->171 + + +1 + + + +129->38 + + +2 + + + +129->130 + + +0 + + + +129->131 + + +0 + + + +129->132 + + +1 + + + +129->133 + + +1 + + + +130->39 + + +2 + + + +134 + +134 + + + +130->134 + + +1 + + + +153 + +153 + + + +130->153 + + +1 + + + +162 + +162 + + + +130->162 + + +0 + + + +168 + +168 + + + +130->168 + + +4 + + + +131->40 + + +2 + + + +135 + +135 + + + +131->135 + + +1 + + + +154 + +154 + + + +131->154 + + +1 + + + +131->162 + + +0 + + + +163 + +163 + + + +131->163 + + +4 + + + +132->41 + + +2 + + + +136 + +136 + + + +132->136 + + +1 + + + +132->153 + + +0 + + + +132->154 + + +0 + + + +133->42 + + +2 + + + +133->134 + + +0 + + + +133->135 + + +0 + + + +133->136 + + +1 + + + +134->43 + + +2 + + + +137 + +137 + + + +134->137 + + +1 + + + +146 + +146 + + + +134->146 + + +0 + + + +152 + +152 + + + +134->152 + + +4 + + + +135->44 + + +2 + + + +138 + +138 + + + +135->138 + + +1 + + + +135->146 + + +0 + + + +147 + +147 + + + +135->147 + + +4 + + + +136->45 + + +2 + + + +136->137 + + +0 + + + +136->138 + + +0 + + + +137->46 + + +2 + + + +139 + +139 + + + +137->139 + + +0 + + + +145 + +145 + + + +137->145 + + +4 + + + +138->47 + + +2 + + + +138->139 + + +0 + + + +140 + +140 + + + +138->140 + + +4 + + + +139->48 + + +2 + + + +141 + +141 + + + +139->141 + + +4 + + + +144 + +144 + + + +139->144 + + +4 + + + +140->49 + + +2 + + + +140->141 + + +0 + + + +141->50 + + +2 + + + +142 + +142 + + + +141->142 + + +4 + + + +142->51 + + +2 + + + +143 + +143 + + + +142->143 + + +5 + + + +143->52 + + +2 + + + +144->53 + + +2 + + + +144->142 + + +4 + + + +145->54 + + +2 + + + +145->144 + + +0 + + + +146->55 + + +2 + + + +146->139 + + +1 + + + +148 + +148 + + + +146->148 + + +4 + + + +151 + +151 + + + +146->151 + + +4 + + + +147->56 + + +2 + + + +147->140 + + +1 + + + +147->148 + + +0 + + + +148->57 + + +2 + + + +148->141 + + +1 + + + +149 + +149 + + + +148->149 + + +4 + + + +149->58 + + +2 + + + +149->142 + + +1 + + + +150 + +150 + + + +149->150 + + +5 + + + +150->59 + + +2 + + + +150->143 + + +1 + + + +151->60 + + +2 + + + +151->144 + + +1 + + + +151->149 + + +4 + + + +152->61 + + +2 + + + +152->145 + + +1 + + + +152->151 + + +0 + + + +153->62 + + +2 + + + +153->137 + + +1 + + + +155 + +155 + + + +153->155 + + +0 + + + +161 + +161 + + + +153->161 + + +4 + + + +154->63 + + +2 + + + +154->138 + + +1 + + + +154->155 + + +0 + + + +156 + +156 + + + +154->156 + + +4 + + + +155->64 + + +2 + + + +155->139 + + +1 + + + +157 + +157 + + + +155->157 + + +4 + + + +160 + +160 + + + +155->160 + + +4 + + + +156->65 + + +2 + + + +156->140 + + +1 + + + +156->157 + + +0 + + + +157->66 + + +2 + + + +157->141 + + +1 + + + +158 + +158 + + + +157->158 + + +4 + + + +158->67 + + +2 + + + +158->142 + + +1 + + + +159 + +159 + + + +158->159 + + +5 + + + +159->68 + + +2 + + + +159->143 + + +1 + + + +160->69 + + +2 + + + +160->144 + + +1 + + + +160->158 + + +4 + + + +161->70 + + +2 + + + +161->145 + + +1 + + + +161->160 + + +0 + + + +162->71 + + +2 + + + +162->146 + + +1 + + + +162->155 + + +1 + + + +164 + +164 + + + +162->164 + + +4 + + + +167 + +167 + + + +162->167 + + +4 + + + +163->72 + + +2 + + + +163->147 + + +1 + + + +163->156 + + +1 + + + +163->164 + + +0 + + + +164->73 + + +2 + + + +164->148 + + +1 + + + +164->157 + + +1 + + + +165 + +165 + + + +164->165 + + +4 + + + +165->74 + + +2 + + + +165->149 + + +1 + + + +165->158 + + +1 + + + +166 + +166 + + + +165->166 + + +5 + + + +166->75 + + +2 + + + +166->150 + + +1 + + + +166->159 + + +1 + + + +167->76 + + +2 + + + +167->151 + + +1 + + + +167->160 + + +1 + + + +167->165 + + +4 + + + +168->77 + + +2 + + + +168->152 + + +1 + + + +168->161 + + +1 + + + +168->167 + + +0 + + + +169->78 + + +2 + + + +169->134 + + +3 + + + +172 + +172 + + + +169->172 + + +1 + + + +181 + +181 + + + +169->181 + + +0 + + + +187 + +187 + + + +169->187 + + +4 + + + +170->79 + + +2 + + + +170->135 + + +3 + + + +173 + +173 + + + +170->173 + + +1 + + + +170->181 + + +0 + + + +182 + +182 + + + +170->182 + + +4 + + + +171->80 + + +2 + + + +171->136 + + +3 + + + +171->172 + + +0 + + + +171->173 + + +0 + + + +172->81 + + +2 + + + +172->137 + + +3 + + + +174 + +174 + + + +172->174 + + +0 + + + +180 + +180 + + + +172->180 + + +4 + + + +173->82 + + +2 + + + +173->138 + + +3 + + + +173->174 + + +0 + + + +175 + +175 + + + +173->175 + + +4 + + + +174->83 + + +2 + + + +174->139 + + +3 + + + +176 + +176 + + + +174->176 + + +4 + + + +179 + +179 + + + +174->179 + + +4 + + + +175->84 + + +2 + + + +175->140 + + +3 + + + +175->176 + + +0 + + + +176->85 + + +2 + + + +176->141 + + +3 + + + +177 + +177 + + + +176->177 + + +4 + + + +177->86 + + +2 + + + +177->142 + + +3 + + + +178 + +178 + + + +177->178 + + +5 + + + +178->87 + + +2 + + + +178->143 + + +3 + + + +179->88 + + +2 + + + +179->144 + + +3 + + + +179->177 + + +4 + + + +180->89 + + +2 + + + +180->145 + + +3 + + + +180->179 + + +0 + + + +181->90 + + +2 + + + +181->146 + + +3 + + + +181->174 + + +1 + + + +183 + +183 + + + +181->183 + + +4 + + + +186 + +186 + + + +181->186 + + +4 + + + +182->91 + + +2 + + + +182->147 + + +3 + + + +182->175 + + +1 + + + +182->183 + + +0 + + + +183->92 + + +2 + + + +183->148 + + +3 + + + +183->176 + + +1 + + + +184 + +184 + + + +183->184 + + +4 + + + +184->93 + + +2 + + + +184->149 + + +3 + + + +184->177 + + +1 + + + +185 + +185 + + + +184->185 + + +5 + + + +185->94 + + +2 + + + +185->150 + + +3 + + + +185->178 + + +1 + + + +186->95 + + +2 + + + +186->151 + + +3 + + + +186->179 + + +1 + + + +186->184 + + +4 + + + +187->96 + + +2 + + + +187->152 + + +3 + + + +187->180 + + +1 + + + +187->186 + + +0 + + + +188->97 + + +2 + + + +188->153 + + +3 + + + +188->172 + + +1 + + + +190 + +190 + + + +188->190 + + +0 + + + +196 + +196 + + + +188->196 + + +4 + + + +189->98 + + +2 + + + +189->154 + + +3 + + + +189->173 + + +1 + + + +189->190 + + +0 + + + +191 + +191 + + + +189->191 + + +4 + + + +190->99 + + +2 + + + +190->155 + + +3 + + + +190->174 + + +1 + + + +192 + +192 + + + +190->192 + + +4 + + + +195 + +195 + + + +190->195 + + +4 + + + +191->100 + + +2 + + + +191->156 + + +3 + + + +191->175 + + +1 + + + +191->192 + + +0 + + + +192->101 + + +2 + + + +192->157 + + +3 + + + +192->176 + + +1 + + + +193 + +193 + + + +192->193 + + +4 + + + +193->102 + + +2 + + + +193->158 + + +3 + + + +193->177 + + +1 + + + +194 + +194 + + + +193->194 + + +5 + + + +194->103 + + +2 + + + +194->159 + + +3 + + + +194->178 + + +1 + + + +195->104 + + +2 + + + +195->160 + + +3 + + + +195->179 + + +1 + + + +195->193 + + +4 + + + +196->105 + + +2 + + + +196->161 + + +3 + + + +196->180 + + +1 + + + +196->195 + + +0 + + + +197->106 + + +2 + + + +197->162 + + +3 + + + +197->181 + + +1 + + + +197->190 + + +1 + + + +199 + +199 + + + +197->199 + + +4 + + + +202 + +202 + + + +197->202 + + +4 + + + +198->107 + + +2 + + + +198->163 + + +3 + + + +198->182 + + +1 + + + +198->191 + + +1 + + + +198->199 + + +0 + + + +199->108 + + +2 + + + +199->164 + + +3 + + + +199->183 + + +1 + + + +199->192 + + +1 + + + +200 + +200 + + + +199->200 + + +4 + + + +200->109 + + +2 + + + +200->165 + + +3 + + + +200->184 + + +1 + + + +200->193 + + +1 + + + +201 + +201 + + + +200->201 + + +5 + + + +201->110 + + +2 + + + +201->166 + + +3 + + + +201->185 + + +1 + + + +201->194 + + +1 + + + +202->111 + + +2 + + + +202->167 + + +3 + + + +202->186 + + +1 + + + +202->195 + + +1 + + + +202->200 + + +4 + + + +203->112 + + +2 + + + +203->168 + + +3 + + + +203->187 + + +1 + + + +203->196 + + +1 + + + +203->202 + + +0 + + + +204->113 + + +2 + + + +204->118 + + +4 + + + +205->114 + + +2 + + + +205->204 + + +0 + + + +207->23 + + +2 + + + +207->208 + + +0 + + + +209 + +209 + + + +207->209 + + +4 + + + +209->25 + + +2 + + + +209->210 + + +0 + + + +210->26 + + +2 + + + +211 + +211 + + + +210->211 + + +4 + + + +211->27 + + +2 + + + +212 + +212 + + + +211->212 + + +5 + + + +213->214 + + +5 + + + +214->215 + + +5 + + + +215->216 + + +5 + + + +216->21 + + +5 + + + +217->115 + + +2 + + + +217->208 + + +2 + + + +219 + +219 + + + +217->219 + + +4 + + + +392 + +392 + + + +217->392 + + +4 + + + +218->205 + + +2 + + + +218->219 + + +0 + + + +218->220 + + +2 + + + +219->204 + + +2 + + + +219->221 + + +2 + + + +222 + +222 + + + +219->222 + + +4 + + + +220->114 + + +2 + + + +220->221 + + +0 + + + +221->113 + + +2 + + + +221->211 + + +4 + + + +222->118 + + +2 + + + +222->211 + + +2 + + + +223 + +223 + + + +222->223 + + +5 + + + +223->119 + + +2 + + + +223->212 + + +2 + + + +224 + +224 + + + +223->224 + + +5 + + + +224->120 + + +2 + + + +224->225 + + +2 + + + +226 + +226 + + + +224->226 + + +5 + + + +225->29 + + +2 + + + +227 + +227 + + + +225->227 + + +5 + + + +226->121 + + +2 + + + +226->227 + + +2 + + + +228 + +228 + + + +226->228 + + +5 + + + +227->30 + + +2 + + + +229 + +229 + + + +227->229 + + +5 + + + +228->122 + + +2 + + + +228->229 + + +2 + + + +230 + +230 + + + +228->230 + + +5 + + + +229->31 + + +2 + + + +231 + +231 + + + +229->231 + + +5 + + + +230->123 + + +2 + + + +230->231 + + +2 + + + +232 + +232 + + + +230->232 + + +5 + + + +231->32 + + +2 + + + +237 + +237 + + + +231->237 + + +5 + + + +232->124 + + +2 + + + +233 + +233 + + + +232->233 + + +0 + + + +234 + +234 + + + +232->234 + + +0 + + + +235 + +235 + + + +232->235 + + +1 + + + +236 + +236 + + + +232->236 + + +1 + + + +232->237 + + +2 + + + +238 + +238 + + + +232->238 + + +3 + + + +233->125 + + +2 + + + +239 + +239 + + + +233->239 + + +3 + + + +318 + +318 + + + +233->318 + + +2 + + + +357 + +357 + + + +233->357 + + +1 + + + +376 + +376 + + + +233->376 + + +1 + + + +385 + +385 + + + +233->385 + + +0 + + + +391 + +391 + + + +233->391 + + +4 + + + +234->126 + + +2 + + + +240 + +240 + + + +234->240 + + +3 + + + +319 + +319 + + + +234->319 + + +2 + + + +358 + +358 + + + +234->358 + + +1 + + + +377 + +377 + + + +234->377 + + +1 + + + +234->385 + + +0 + + + +386 + +386 + + + +234->386 + + +4 + + + +235->127 + + +2 + + + +241 + +241 + + + +235->241 + + +3 + + + +320 + +320 + + + +235->320 + + +2 + + + +359 + +359 + + + +235->359 + + +1 + + + +235->376 + + +0 + + + +235->377 + + +0 + + + +236->128 + + +2 + + + +242 + +242 + + + +236->242 + + +3 + + + +321 + +321 + + + +236->321 + + +2 + + + +236->357 + + +0 + + + +236->358 + + +0 + + + +236->359 + + +1 + + + +237->33 + + +2 + + + +243 + +243 + + + +237->243 + + +3 + + + +237->318 + + +0 + + + +237->319 + + +0 + + + +237->320 + + +1 + + + +237->321 + + +1 + + + +238->129 + + +2 + + + +238->239 + + +0 + + + +238->240 + + +0 + + + +238->241 + + +1 + + + +238->242 + + +1 + + + +238->243 + + +2 + + + +239->130 + + +2 + + + +244 + +244 + + + +239->244 + + +2 + + + +283 + +283 + + + +239->283 + + +1 + + + +302 + +302 + + + +239->302 + + +1 + + + +311 + +311 + + + +239->311 + + +0 + + + +317 + +317 + + + +239->317 + + +4 + + + +240->131 + + +2 + + + +245 + +245 + + + +240->245 + + +2 + + + +284 + +284 + + + +240->284 + + +1 + + + +303 + +303 + + + +240->303 + + +1 + + + +240->311 + + +0 + + + +312 + +312 + + + +240->312 + + +4 + + + +241->132 + + +2 + + + +246 + +246 + + + +241->246 + + +2 + + + +285 + +285 + + + +241->285 + + +1 + + + +241->302 + + +0 + + + +241->303 + + +0 + + + +242->133 + + +2 + + + +247 + +247 + + + +242->247 + + +2 + + + +242->283 + + +0 + + + +242->284 + + +0 + + + +242->285 + + +1 + + + +243->38 + + +2 + + + +243->244 + + +0 + + + +243->245 + + +0 + + + +243->246 + + +1 + + + +243->247 + + +1 + + + +244->39 + + +2 + + + +248 + +248 + + + +244->248 + + +1 + + + +267 + +267 + + + +244->267 + + +1 + + + +276 + +276 + + + +244->276 + + +0 + + + +282 + +282 + + + +244->282 + + +4 + + + +245->40 + + +2 + + + +249 + +249 + + + +245->249 + + +1 + + + +268 + +268 + + + +245->268 + + +1 + + + +245->276 + + +0 + + + +277 + +277 + + + +245->277 + + +4 + + + +246->41 + + +2 + + + +250 + +250 + + + +246->250 + + +1 + + + +246->267 + + +0 + + + +246->268 + + +0 + + + +247->42 + + +2 + + + +247->248 + + +0 + + + +247->249 + + +0 + + + +247->250 + + +1 + + + +248->43 + + +2 + + + +251 + +251 + + + +248->251 + + +1 + + + +260 + +260 + + + +248->260 + + +0 + + + +266 + +266 + + + +248->266 + + +4 + + + +249->44 + + +2 + + + +252 + +252 + + + +249->252 + + +1 + + + +249->260 + + +0 + + + +261 + +261 + + + +249->261 + + +4 + + + +250->45 + + +2 + + + +250->251 + + +0 + + + +250->252 + + +0 + + + +251->46 + + +2 + + + +253 + +253 + + + +251->253 + + +0 + + + +259 + +259 + + + +251->259 + + +4 + + + +252->47 + + +2 + + + +252->253 + + +0 + + + +254 + +254 + + + +252->254 + + +4 + + + +253->48 + + +2 + + + +255 + +255 + + + +253->255 + + +4 + + + +258 + +258 + + + +253->258 + + +4 + + + +254->49 + + +2 + + + +254->255 + + +0 + + + +255->50 + + +2 + + + +256 + +256 + + + +255->256 + + +4 + + + +256->51 + + +2 + + + +257 + +257 + + + +256->257 + + +5 + + + +257->52 + + +2 + + + +258->53 + + +2 + + + +258->256 + + +4 + + + +259->54 + + +2 + + + +259->258 + + +0 + + + +260->55 + + +2 + + + +260->253 + + +1 + + + +262 + +262 + + + +260->262 + + +4 + + + +265 + +265 + + + +260->265 + + +4 + + + +261->56 + + +2 + + + +261->254 + + +1 + + + +261->262 + + +0 + + + +262->57 + + +2 + + + +262->255 + + +1 + + + +263 + +263 + + + +262->263 + + +4 + + + +263->58 + + +2 + + + +263->256 + + +1 + + + +264 + +264 + + + +263->264 + + +5 + + + +264->59 + + +2 + + + +264->257 + + +1 + + + +265->60 + + +2 + + + +265->258 + + +1 + + + +265->263 + + +4 + + + +266->61 + + +2 + + + +266->259 + + +1 + + + +266->265 + + +0 + + + +267->62 + + +2 + + + +267->251 + + +1 + + + +269 + +269 + + + +267->269 + + +0 + + + +275 + +275 + + + +267->275 + + +4 + + + +268->63 + + +2 + + + +268->252 + + +1 + + + +268->269 + + +0 + + + +270 + +270 + + + +268->270 + + +4 + + + +269->64 + + +2 + + + +269->253 + + +1 + + + +271 + +271 + + + +269->271 + + +4 + + + +274 + +274 + + + +269->274 + + +4 + + + +270->65 + + +2 + + + +270->254 + + +1 + + + +270->271 + + +0 + + + +271->66 + + +2 + + + +271->255 + + +1 + + + +272 + +272 + + + +271->272 + + +4 + + + +272->67 + + +2 + + + +272->256 + + +1 + + + +273 + +273 + + + +272->273 + + +5 + + + +273->68 + + +2 + + + +273->257 + + +1 + + + +274->69 + + +2 + + + +274->258 + + +1 + + + +274->272 + + +4 + + + +275->70 + + +2 + + + +275->259 + + +1 + + + +275->274 + + +0 + + + +276->71 + + +2 + + + +276->260 + + +1 + + + +276->269 + + +1 + + + +278 + +278 + + + +276->278 + + +4 + + + +281 + +281 + + + +276->281 + + +4 + + + +277->72 + + +2 + + + +277->261 + + +1 + + + +277->270 + + +1 + + + +277->278 + + +0 + + + +278->73 + + +2 + + + +278->262 + + +1 + + + +278->271 + + +1 + + + +279 + +279 + + + +278->279 + + +4 + + + +279->74 + + +2 + + + +279->263 + + +1 + + + +279->272 + + +1 + + + +280 + +280 + + + +279->280 + + +5 + + + +280->75 + + +2 + + + +280->264 + + +1 + + + +280->273 + + +1 + + + +281->76 + + +2 + + + +281->265 + + +1 + + + +281->274 + + +1 + + + +281->279 + + +4 + + + +282->77 + + +2 + + + +282->266 + + +1 + + + +282->275 + + +1 + + + +282->281 + + +0 + + + +283->134 + + +2 + + + +283->248 + + +2 + + + +286 + +286 + + + +283->286 + + +1 + + + +295 + +295 + + + +283->295 + + +0 + + + +301 + +301 + + + +283->301 + + +4 + + + +284->135 + + +2 + + + +284->249 + + +2 + + + +287 + +287 + + + +284->287 + + +1 + + + +284->295 + + +0 + + + +296 + +296 + + + +284->296 + + +4 + + + +285->136 + + +2 + + + +285->250 + + +2 + + + +285->286 + + +0 + + + +285->287 + + +0 + + + +286->137 + + +2 + + + +286->251 + + +2 + + + +288 + +288 + + + +286->288 + + +0 + + + +294 + +294 + + + +286->294 + + +4 + + + +287->138 + + +2 + + + +287->252 + + +2 + + + +287->288 + + +0 + + + +289 + +289 + + + +287->289 + + +4 + + + +288->139 + + +2 + + + +288->253 + + +2 + + + +290 + +290 + + + +288->290 + + +4 + + + +293 + +293 + + + +288->293 + + +4 + + + +289->140 + + +2 + + + +289->254 + + +2 + + + +289->290 + + +0 + + + +290->141 + + +2 + + + +290->255 + + +2 + + + +291 + +291 + + + +290->291 + + +4 + + + +291->142 + + +2 + + + +291->256 + + +2 + + + +292 + +292 + + + +291->292 + + +5 + + + +292->143 + + +2 + + + +292->257 + + +2 + + + +293->144 + + +2 + + + +293->258 + + +2 + + + +293->291 + + +4 + + + +294->145 + + +2 + + + +294->259 + + +2 + + + +294->293 + + +0 + + + +295->146 + + +2 + + + +295->260 + + +2 + + + +295->288 + + +1 + + + +297 + +297 + + + +295->297 + + +4 + + + +300 + +300 + + + +295->300 + + +4 + + + +296->147 + + +2 + + + +296->261 + + +2 + + + +296->289 + + +1 + + + +296->297 + + +0 + + + +297->148 + + +2 + + + +297->262 + + +2 + + + +297->290 + + +1 + + + +298 + +298 + + + +297->298 + + +4 + + + +298->149 + + +2 + + + +298->263 + + +2 + + + +298->291 + + +1 + + + +299 + +299 + + + +298->299 + + +5 + + + +299->150 + + +2 + + + +299->264 + + +2 + + + +299->292 + + +1 + + + +300->151 + + +2 + + + +300->265 + + +2 + + + +300->293 + + +1 + + + +300->298 + + +4 + + + +301->152 + + +2 + + + +301->266 + + +2 + + + +301->294 + + +1 + + + +301->300 + + +0 + + + +302->153 + + +2 + + + +302->267 + + +2 + + + +302->286 + + +1 + + + +304 + +304 + + + +302->304 + + +0 + + + +310 + +310 + + + +302->310 + + +4 + + + +303->154 + + +2 + + + +303->268 + + +2 + + + +303->287 + + +1 + + + +303->304 + + +0 + + + +305 + +305 + + + +303->305 + + +4 + + + +304->155 + + +2 + + + +304->269 + + +2 + + + +304->288 + + +1 + + + +306 + +306 + + + +304->306 + + +4 + + + +309 + +309 + + + +304->309 + + +4 + + + +305->156 + + +2 + + + +305->270 + + +2 + + + +305->289 + + +1 + + + +305->306 + + +0 + + + +306->157 + + +2 + + + +306->271 + + +2 + + + +306->290 + + +1 + + + +307 + +307 + + + +306->307 + + +4 + + + +307->158 + + +2 + + + +307->272 + + +2 + + + +307->291 + + +1 + + + +308 + +308 + + + +307->308 + + +5 + + + +308->159 + + +2 + + + +308->273 + + +2 + + + +308->292 + + +1 + + + +309->160 + + +2 + + + +309->274 + + +2 + + + +309->293 + + +1 + + + +309->307 + + +4 + + + +310->161 + + +2 + + + +310->275 + + +2 + + + +310->294 + + +1 + + + +310->309 + + +0 + + + +311->162 + + +2 + + + +311->276 + + +2 + + + +311->295 + + +1 + + + +311->304 + + +1 + + + +313 + +313 + + + +311->313 + + +4 + + + +316 + +316 + + + +311->316 + + +4 + + + +312->163 + + +2 + + + +312->277 + + +2 + + + +312->296 + + +1 + + + +312->305 + + +1 + + + +312->313 + + +0 + + + +313->164 + + +2 + + + +313->278 + + +2 + + + +313->297 + + +1 + + + +313->306 + + +1 + + + +314 + +314 + + + +313->314 + + +4 + + + +314->165 + + +2 + + + +314->279 + + +2 + + + +314->298 + + +1 + + + +314->307 + + +1 + + + +315 + +315 + + + +314->315 + + +5 + + + +315->166 + + +2 + + + +315->280 + + +2 + + + +315->299 + + +1 + + + +315->308 + + +1 + + + +316->167 + + +2 + + + +316->281 + + +2 + + + +316->300 + + +1 + + + +316->309 + + +1 + + + +316->314 + + +4 + + + +317->168 + + +2 + + + +317->282 + + +2 + + + +317->301 + + +1 + + + +317->310 + + +1 + + + +317->316 + + +0 + + + +318->34 + + +2 + + + +318->244 + + +3 + + + +322 + +322 + + + +318->322 + + +1 + + + +341 + +341 + + + +318->341 + + +1 + + + +350 + +350 + + + +318->350 + + +0 + + + +356 + +356 + + + +318->356 + + +4 + + + +319->35 + + +2 + + + +319->245 + + +3 + + + +323 + +323 + + + +319->323 + + +1 + + + +342 + +342 + + + +319->342 + + +1 + + + +319->350 + + +0 + + + +351 + +351 + + + +319->351 + + +4 + + + +320->36 + + +2 + + + +320->246 + + +3 + + + +324 + +324 + + + +320->324 + + +1 + + + +320->341 + + +0 + + + +320->342 + + +0 + + + +321->37 + + +2 + + + +321->247 + + +3 + + + +321->322 + + +0 + + + +321->323 + + +0 + + + +321->324 + + +1 + + + +322->78 + + +2 + + + +322->248 + + +3 + + + +325 + +325 + + + +322->325 + + +1 + + + +334 + +334 + + + +322->334 + + +0 + + + +340 + +340 + + + +322->340 + + +4 + + + +323->79 + + +2 + + + +323->249 + + +3 + + + +326 + +326 + + + +323->326 + + +1 + + + +323->334 + + +0 + + + +335 + +335 + + + +323->335 + + +4 + + + +324->80 + + +2 + + + +324->250 + + +3 + + + +324->325 + + +0 + + + +324->326 + + +0 + + + +325->81 + + +2 + + + +325->251 + + +3 + + + +327 + +327 + + + +325->327 + + +0 + + + +333 + +333 + + + +325->333 + + +4 + + + +326->82 + + +2 + + + +326->252 + + +3 + + + +326->327 + + +0 + + + +328 + +328 + + + +326->328 + + +4 + + + +327->83 + + +2 + + + +327->253 + + +3 + + + +329 + +329 + + + +327->329 + + +4 + + + +332 + +332 + + + +327->332 + + +4 + + + +328->84 + + +2 + + + +328->254 + + +3 + + + +328->329 + + +0 + + + +329->85 + + +2 + + + +329->255 + + +3 + + + +330 + +330 + + + +329->330 + + +4 + + + +330->86 + + +2 + + + +330->256 + + +3 + + + +331 + +331 + + + +330->331 + + +5 + + + +331->87 + + +2 + + + +331->257 + + +3 + + + +332->88 + + +2 + + + +332->258 + + +3 + + + +332->330 + + +4 + + + +333->89 + + +2 + + + +333->259 + + +3 + + + +333->332 + + +0 + + + +334->90 + + +2 + + + +334->260 + + +3 + + + +334->327 + + +1 + + + +336 + +336 + + + +334->336 + + +4 + + + +339 + +339 + + + +334->339 + + +4 + + + +335->91 + + +2 + + + +335->261 + + +3 + + + +335->328 + + +1 + + + +335->336 + + +0 + + + +336->92 + + +2 + + + +336->262 + + +3 + + + +336->329 + + +1 + + + +337 + +337 + + + +336->337 + + +4 + + + +337->93 + + +2 + + + +337->263 + + +3 + + + +337->330 + + +1 + + + +338 + +338 + + + +337->338 + + +5 + + + +338->94 + + +2 + + + +338->264 + + +3 + + + +338->331 + + +1 + + + +339->95 + + +2 + + + +339->265 + + +3 + + + +339->332 + + +1 + + + +339->337 + + +4 + + + +340->96 + + +2 + + + +340->266 + + +3 + + + +340->333 + + +1 + + + +340->339 + + +0 + + + +341->97 + + +2 + + + +341->267 + + +3 + + + +341->325 + + +1 + + + +343 + +343 + + + +341->343 + + +0 + + + +349 + +349 + + + +341->349 + + +4 + + + +342->98 + + +2 + + + +342->268 + + +3 + + + +342->326 + + +1 + + + +342->343 + + +0 + + + +344 + +344 + + + +342->344 + + +4 + + + +343->99 + + +2 + + + +343->269 + + +3 + + + +343->327 + + +1 + + + +345 + +345 + + + +343->345 + + +4 + + + +348 + +348 + + + +343->348 + + +4 + + + +344->100 + + +2 + + + +344->270 + + +3 + + + +344->328 + + +1 + + + +344->345 + + +0 + + + +345->101 + + +2 + + + +345->271 + + +3 + + + +345->329 + + +1 + + + +346 + +346 + + + +345->346 + + +4 + + + +346->102 + + +2 + + + +346->272 + + +3 + + + +346->330 + + +1 + + + +347 + +347 + + + +346->347 + + +5 + + + +347->103 + + +2 + + + +347->273 + + +3 + + + +347->331 + + +1 + + + +348->104 + + +2 + + + +348->274 + + +3 + + + +348->332 + + +1 + + + +348->346 + + +4 + + + +349->105 + + +2 + + + +349->275 + + +3 + + + +349->333 + + +1 + + + +349->348 + + +0 + + + +350->106 + + +2 + + + +350->276 + + +3 + + + +350->334 + + +1 + + + +350->343 + + +1 + + + +352 + +352 + + + +350->352 + + +4 + + + +355 + +355 + + + +350->355 + + +4 + + + +351->107 + + +2 + + + +351->277 + + +3 + + + +351->335 + + +1 + + + +351->344 + + +1 + + + +351->352 + + +0 + + + +352->108 + + +2 + + + +352->278 + + +3 + + + +352->336 + + +1 + + + +352->345 + + +1 + + + +353 + +353 + + + +352->353 + + +4 + + + +353->109 + + +2 + + + +353->279 + + +3 + + + +353->337 + + +1 + + + +353->346 + + +1 + + + +354 + +354 + + + +353->354 + + +5 + + + +354->110 + + +2 + + + +354->280 + + +3 + + + +354->338 + + +1 + + + +354->347 + + +1 + + + +355->111 + + +2 + + + +355->281 + + +3 + + + +355->339 + + +1 + + + +355->348 + + +1 + + + +355->353 + + +4 + + + +356->112 + + +2 + + + +356->282 + + +3 + + + +356->340 + + +1 + + + +356->349 + + +1 + + + +356->355 + + +0 + + + +357->169 + + +2 + + + +357->283 + + +3 + + + +357->322 + + +2 + + + +360 + +360 + + + +357->360 + + +1 + + + +369 + +369 + + + +357->369 + + +0 + + + +375 + +375 + + + +357->375 + + +4 + + + +358->170 + + +2 + + + +358->284 + + +3 + + + +358->323 + + +2 + + + +361 + +361 + + + +358->361 + + +1 + + + +358->369 + + +0 + + + +370 + +370 + + + +358->370 + + +4 + + + +359->171 + + +2 + + + +359->285 + + +3 + + + +359->324 + + +2 + + + +359->360 + + +0 + + + +359->361 + + +0 + + + +360->172 + + +2 + + + +360->286 + + +3 + + + +360->325 + + +2 + + + +362 + +362 + + + +360->362 + + +0 + + + +368 + +368 + + + +360->368 + + +4 + + + +361->173 + + +2 + + + +361->287 + + +3 + + + +361->326 + + +2 + + + +361->362 + + +0 + + + +363 + +363 + + + +361->363 + + +4 + + + +362->174 + + +2 + + + +362->288 + + +3 + + + +362->327 + + +2 + + + +364 + +364 + + + +362->364 + + +4 + + + +367 + +367 + + + +362->367 + + +4 + + + +363->175 + + +2 + + + +363->289 + + +3 + + + +363->328 + + +2 + + + +363->364 + + +0 + + + +364->176 + + +2 + + + +364->290 + + +3 + + + +364->329 + + +2 + + + +365 + +365 + + + +364->365 + + +4 + + + +365->177 + + +2 + + + +365->291 + + +3 + + + +365->330 + + +2 + + + +366 + +366 + + + +365->366 + + +5 + + + +366->178 + + +2 + + + +366->292 + + +3 + + + +366->331 + + +2 + + + +367->179 + + +2 + + + +367->293 + + +3 + + + +367->332 + + +2 + + + +367->365 + + +4 + + + +368->180 + + +2 + + + +368->294 + + +3 + + + +368->333 + + +2 + + + +368->367 + + +0 + + + +369->181 + + +2 + + + +369->295 + + +3 + + + +369->334 + + +2 + + + +369->362 + + +1 + + + +371 + +371 + + + +369->371 + + +4 + + + +374 + +374 + + + +369->374 + + +4 + + + +370->182 + + +2 + + + +370->296 + + +3 + + + +370->335 + + +2 + + + +370->363 + + +1 + + + +370->371 + + +0 + + + +371->183 + + +2 + + + +371->297 + + +3 + + + +371->336 + + +2 + + + +371->364 + + +1 + + + +372 + +372 + + + +371->372 + + +4 + + + +372->184 + + +2 + + + +372->298 + + +3 + + + +372->337 + + +2 + + + +372->365 + + +1 + + + +373 + +373 + + + +372->373 + + +5 + + + +373->185 + + +2 + + + +373->299 + + +3 + + + +373->338 + + +2 + + + +373->366 + + +1 + + + +374->186 + + +2 + + + +374->300 + + +3 + + + +374->339 + + +2 + + + +374->367 + + +1 + + + +374->372 + + +4 + + + +375->187 + + +2 + + + +375->301 + + +3 + + + +375->340 + + +2 + + + +375->368 + + +1 + + + +375->374 + + +0 + + + +376->188 + + +2 + + + +376->302 + + +3 + + + +376->341 + + +2 + + + +376->360 + + +1 + + + +378 + +378 + + + +376->378 + + +0 + + + +384 + +384 + + + +376->384 + + +4 + + + +377->189 + + +2 + + + +377->303 + + +3 + + + +377->342 + + +2 + + + +377->361 + + +1 + + + +377->378 + + +0 + + + +379 + +379 + + + +377->379 + + +4 + + + +378->190 + + +2 + + + +378->304 + + +3 + + + +378->343 + + +2 + + + +378->362 + + +1 + + + +380 + +380 + + + +378->380 + + +4 + + + +383 + +383 + + + +378->383 + + +4 + + + +379->191 + + +2 + + + +379->305 + + +3 + + + +379->344 + + +2 + + + +379->363 + + +1 + + + +379->380 + + +0 + + + +380->192 + + +2 + + + +380->306 + + +3 + + + +380->345 + + +2 + + + +380->364 + + +1 + + + +381 + +381 + + + +380->381 + + +4 + + + +381->193 + + +2 + + + +381->307 + + +3 + + + +381->346 + + +2 + + + +381->365 + + +1 + + + +382 + +382 + + + +381->382 + + +5 + + + +382->194 + + +2 + + + +382->308 + + +3 + + + +382->347 + + +2 + + + +382->366 + + +1 + + + +383->195 + + +2 + + + +383->309 + + +3 + + + +383->348 + + +2 + + + +383->367 + + +1 + + + +383->381 + + +4 + + + +384->196 + + +2 + + + +384->310 + + +3 + + + +384->349 + + +2 + + + +384->368 + + +1 + + + +384->383 + + +0 + + + +385->197 + + +2 + + + +385->311 + + +3 + + + +385->350 + + +2 + + + +385->369 + + +1 + + + +385->378 + + +1 + + + +387 + +387 + + + +385->387 + + +4 + + + +390 + +390 + + + +385->390 + + +4 + + + +386->198 + + +2 + + + +386->312 + + +3 + + + +386->351 + + +2 + + + +386->370 + + +1 + + + +386->379 + + +1 + + + +386->387 + + +0 + + + +387->199 + + +2 + + + +387->313 + + +3 + + + +387->352 + + +2 + + + +387->371 + + +1 + + + +387->380 + + +1 + + + +388 + +388 + + + +387->388 + + +4 + + + +388->200 + + +2 + + + +388->314 + + +3 + + + +388->353 + + +2 + + + +388->372 + + +1 + + + +388->381 + + +1 + + + +389 + +389 + + + +388->389 + + +5 + + + +389->201 + + +2 + + + +389->315 + + +3 + + + +389->354 + + +2 + + + +389->373 + + +1 + + + +389->382 + + +1 + + + +390->202 + + +2 + + + +390->316 + + +3 + + + +390->355 + + +2 + + + +390->374 + + +1 + + + +390->383 + + +1 + + + +390->388 + + +4 + + + +391->203 + + +2 + + + +391->317 + + +3 + + + +391->356 + + +2 + + + +391->375 + + +1 + + + +391->384 + + +1 + + + +391->390 + + +0 + + + +392->117 + + +2 + + + +392->210 + + +2 + + + +392->222 + + +4 + + -387->393 - - -5 +393->116 + + +2 - - -388->393 - - -3 + + +393->209 + + +2 - - -389->393 - - -1 - - - -390->393 - - -1 - - - -391->393 - - -2 - - - -392->393 - - -2 + + +393->392 + + +0 diff --git a/build/ag_gen b/build/ag_gen index 2e8de10..8f2e745 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 c5ee9ce..33cdb35 100755 --- a/build/ag_run.sh +++ b/build/ag_run.sh @@ -19,7 +19,9 @@ TYPE=${2:-sync} CARS=${3:-2} DBNAME=${4:-tmp} NUM_THREADS=${5:-1} -NODES=${6:-13} +NODES=${6:-1} +MPI_TYPE=${7:-def} + module load graphviz module load gcc @@ -29,4 +31,4 @@ module load cmake module load postgresql #./run.sh 1 sync 2 "$TESTING" 2 -./run.sh "$NUM_SERV" "$TYPE" "$CARS" "$DBNAME" "$NUM_THREADS" "$NODES" +./run.sh "$NUM_SERV" "$TYPE" "$CARS" "$DBNAME" "$NUM_THREADS" "$NODES" "$MPI_TYPE" 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 6653859..a26141b 100755 --- a/build/run.sh +++ b/build/run.sh @@ -7,6 +7,7 @@ CARS=${3:-2} DBNAME=${4:-tmp} NUM_THREADS=${5:-1} NODES=${6:-2} +MPI_TYPE=${7-subgraphing} ITFC="eth0" @@ -47,31 +48,71 @@ else ITFC="wlp2s0" fi -#./ag_gen -n ../car_examples/generic_timeline_maintenance.nm -x ../car_examples/tmp.xp -g DOTFILE.dot -t 1 -q 1 -#./ag_gen -n ../car_examples/generic_maintenance.nm -x ../car_examples/generic_maintenance.xp -g DOTFILE.dot -t 1 -q 1 -#./ag_gen -n ../fpga_examples/Network_5/car_network5.nm -x ../fpga_examples/Network_5/car_network5.xp -g DOTFILE.dot -t 1 -q 1 if [ "$TYPE" == "$strval1" ]; then - #Old - #./ag_gen -n ../Feb_2021/generic_timeline_maintenance.nm -x ../Feb_2021/Sync/"$NUM_SERV"_Serv/sync_timeline_maintenance.xp -g DOTFILE.dot -t 1 -q 1 -p -a 0.9 - - if [ "$(dnsdomainname)" = "hammer.esg.utulsa.edu" ]; then + if [ "$MPI_TYPE" == subgraphing ]; then + #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" -l 200 -s + elif [ "$MPI_TYPE" == tasking ]; then #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" -l 200 -e - 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 -a 0.6 -g DOTFILE.dot -z "$DBNAME" -l 200 -s - fi + else + #Serial/OMP + #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" -l 200 + fi #END Hammer + + #Local + else + if [ "$MPI_TYPE" == subgraphing ]; then + #4 Exploit Option + 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 -a 0.6 -z "$DBNAME" -l 200 -s + elif [ "$MPI_TYPE" == tasking ]; then + #4 Exploit Option + 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 -a 0.6 -z "$DBNAME" -l 200 -e + else + #Serial/OMP + #4 Exploit Option + 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 -a 0.6 -z "$DBNAME" -l 200 + fi #END Non-Hammer + fi #END Sync + elif [ "$TYPE" == "$strval2" ]; then - #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/Non_Sync/4_Exploits/"$NUM_SERV"_Serv/generic_timeline_maintenance.xp -t "$NUM_THREADS" -q 1 -p -a 0.6 -z "$DBNAME" + if [ "$(dnsdomainname)" = "hammer.esg.utulsa.edu" ]; then + if [ "$MPI_TYPE" == subgraphing ]; then + #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/Non_Sync/4_Exploits/"$NUM_SERV"_Serv/generic_timeline_maintenance.xp -t "$NUM_THREADS" -q 1 -p -a 0.6 -z "$DBNAME" -l 200 -s + elif [ "$MPI_TYPE" == tasking ]; then + #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/Non_Sync/4_Exploits/"$NUM_SERV"_Serv/generic_timeline_maintenance.xp -t "$NUM_THREADS" -q 1 -p -a 0.6 -z "$DBNAME" -l 200 -e + else + #OMP/Serial + #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/Non_Sync/4_Exploits/"$NUM_SERV"_Serv/generic_timeline_maintenance.xp -t "$NUM_THREADS" -q 1 -p -a 0.6 -z "$DBNAME" -l 200 + fi #END Hammer + + #Local + else + if [ "$MPI_TYPE" == subgraphing ]; then + #4 Exploit Option + 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/Non_Sync/4_Exploits/"$NUM_SERV"_Serv/generic_timeline_maintenance.xp -t "$NUM_THREADS" -q 1 -p -a 0.6 -z "$DBNAME" -l 200 -s + elif [ "$MPI_TYPE" == tasking ]; then + #4 Exploit Option + 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/Non_Sync/4_Exploits/"$NUM_SERV"_Serv/generic_timeline_maintenance.xp -t "$NUM_THREADS" -q 1 -p -a 0.6 -z "$DBNAME" -l 200 -e + else + #OMP/Serial + #4 Exploit Option + 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/Non_Sync/4_Exploits/"$NUM_SERV"_Serv/generic_timeline_maintenance.xp -t "$NUM_THREADS" -q 1 -p -a 0.6 -z "$DBNAME" -l 200 + fi #END Non-Hammer + fi #END Non-Sync else echo "Running default." 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 --timeout 129600 ./ag_gen -n ../Oct_2021/nm_files/1_car_timeline_maintenance.nm -x ../Oct_2021/Sync/10_Exploits/1_Serv/sync_timeline_maintenance.xp -t "$NUM_THREADS" -q 1 -p -a 0.6 -z "$DBNAME" -fi +fi #END Sync/Non-Sync/Default #Graphviz Strict graphing to avoid duplicate nodes and edges diff --git a/build/states.txt b/build/states.txt index 5ea8ed5..02ddc2c 100644 --- a/build/states.txt +++ b/build/states.txt @@ -307,20 +307,20 @@ Topologies: 1 1: brakehoses_vio=false 0 2 1: road ID: 6 -Qualities: 47 +Qualities: 48 Topologies: 1 -0: brake_months=3 -0: exhaust_months=3 -0: ac_odometer=30000 -0: vacuum_odometer=30000 +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=3 +0: TIME_ADVANCE_STEP=2 0: oil_odom=0 0: oil_vio=false 0: driveshaft_odom=0 @@ -333,17 +333,17 @@ Topologies: 1 0: brakepipe_vio=false 0: brakehoses_months=0 0: brakehoses_vio=false -1: brake_months=3 -1: exhaust_months=3 -1: ac_odometer=30000 -1: vacuum_odometer=30000 +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=false +1: ac_vio=true 1: vacuum_vio=false -1: compliance_vio=false -1: TIME_ADVANCE_STEP=3 +1: compliance_vio=true +1: TIME_ADVANCE_STEP=2 1: oil_odom=0 1: oil_vio=false 1: driveshaft_odom=0 @@ -357,11 +357,64 @@ Topologies: 1 1: brakehoses_months=0 1: brakehoses_vio=false 0: is_critical=true +1: is_critical=true 0 2 1: road ID: 7 Qualities: 47 Topologies: 1 +0: brake_months=3 +0: exhaust_months=3 +0: ac_odometer=30000 +0: vacuum_odometer=30000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=3 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=3 +1: exhaust_months=3 +1: ac_odometer=30000 +1: vacuum_odometer=30000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=false +1: vacuum_vio=false +1: compliance_vio=false +1: TIME_ADVANCE_STEP=3 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0: is_critical=true +0 2 1: road +ID: 8 +Qualities: 47 +Topologies: 1 + 0: brake_months=3 0: exhaust_months=3 0: ac_odometer=30000 @@ -410,7 +463,7 @@ Topologies: 1 1: brakehoses_vio=false 1: is_critical=true 0 2 1: road -ID: 8 +ID: 9 Qualities: 46 Topologies: 1 @@ -461,7 +514,60 @@ Topologies: 1 1: brakehoses_months=0 1: brakehoses_vio=false 0 2 1: road -ID: 9 +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 Qualities: 47 Topologies: 1 @@ -513,113 +619,166 @@ Topologies: 1 1: brakehoses_vio=false 0: is_critical=true 0 2 1: road -ID: 10 -Qualities: 47 -Topologies: 1 - -0: brake_months=4 -0: exhaust_months=4 -0: ac_odometer=40000 -0: vacuum_odometer=40000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=false -0: TIME_ADVANCE_STEP=4 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=4 -1: exhaust_months=4 -1: ac_odometer=40000 -1: vacuum_odometer=40000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=4 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 11 -Qualities: 46 -Topologies: 1 - -0: brake_months=5 -0: exhaust_months=5 -0: ac_odometer=50000 -0: vacuum_odometer=50000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=false -0: TIME_ADVANCE_STEP=5 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=5 -1: exhaust_months=5 -1: ac_odometer=50000 -1: vacuum_odometer=50000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=false -1: compliance_vio=false -1: TIME_ADVANCE_STEP=5 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0 2 1: road ID: 12 Qualities: 47 Topologies: 1 +0: brake_months=4 +0: exhaust_months=4 +0: ac_odometer=40000 +0: vacuum_odometer=40000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=false +0: TIME_ADVANCE_STEP=4 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=4 +1: exhaust_months=4 +1: ac_odometer=40000 +1: vacuum_odometer=40000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=true +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=4 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0 2 1: road +ID: 13 +Qualities: 46 +Topologies: 1 + +0: brake_months=5 +0: exhaust_months=5 +0: ac_odometer=50000 +0: vacuum_odometer=50000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=false +0: TIME_ADVANCE_STEP=5 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=5 +1: exhaust_months=5 +1: ac_odometer=50000 +1: vacuum_odometer=50000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=false +1: vacuum_vio=false +1: compliance_vio=false +1: TIME_ADVANCE_STEP=5 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0 2 1: road +ID: 14 +Qualities: 48 +Topologies: 1 + +0: brake_months=4 +0: exhaust_months=4 +0: ac_odometer=40000 +0: vacuum_odometer=40000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=4 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=4 +1: exhaust_months=4 +1: ac_odometer=40000 +1: vacuum_odometer=40000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=true +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=4 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0: is_critical=true +1: is_critical=true +0 2 1: road +ID: 15 +Qualities: 47 +Topologies: 1 + 0: brake_months=5 0: exhaust_months=5 0: ac_odometer=50000 @@ -668,7 +827,7 @@ Topologies: 1 1: brakehoses_vio=false 0: is_critical=true 0 2 1: road -ID: 13 +ID: 16 Qualities: 47 Topologies: 1 @@ -720,161 +879,8 @@ Topologies: 1 1: brakehoses_vio=false 1: is_critical=true 0 2 1: road -ID: 14 -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=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: 15 -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=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: 16 -Qualities: 46 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=6 -0: ac_odometer=60000 -0: vacuum_odometer=60000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=false -0: TIME_ADVANCE_STEP=6 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=6 -1: ac_odometer=60000 -1: vacuum_odometer=60000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=6 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0 2 1: road ID: 17 -Qualities: 47 +Qualities: 46 Topologies: 1 0: brake_months=6 @@ -884,10 +890,61 @@ Topologies: 1 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=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: 18 +Qualities: 48 +Topologies: 1 + +0: brake_months=5 +0: exhaust_months=5 +0: ac_odometer=50000 +0: vacuum_odometer=50000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false 0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true -0: TIME_ADVANCE_STEP=6 +0: TIME_ADVANCE_STEP=5 0: oil_odom=0 0: oil_vio=false 0: driveshaft_odom=0 @@ -900,17 +957,17 @@ Topologies: 1 0: brakepipe_vio=false 0: brakehoses_months=0 0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=6 -1: ac_odometer=60000 -1: vacuum_odometer=60000 +1: brake_months=5 +1: exhaust_months=5 +1: ac_odometer=50000 +1: vacuum_odometer=50000 1: engine=diesel 1: brake_vio=false 1: exhaust_vio=false -1: ac_vio=false +1: ac_vio=true 1: vacuum_vio=false -1: compliance_vio=false -1: TIME_ADVANCE_STEP=6 +1: compliance_vio=true +1: TIME_ADVANCE_STEP=5 1: oil_odom=0 1: oil_vio=false 1: driveshaft_odom=0 @@ -924,57 +981,6 @@ Topologies: 1 1: brakehoses_months=0 1: brakehoses_vio=false 0: is_critical=true -0 2 1: road -ID: 18 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=6 -0: ac_odometer=60000 -0: vacuum_odometer=60000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=false -0: TIME_ADVANCE_STEP=6 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=6 -1: ac_odometer=60000 -1: vacuum_odometer=60000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=6 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false 1: is_critical=true 0 2 1: road ID: 19 @@ -986,9 +992,9 @@ Topologies: 1 0: ac_odometer=60000 0: vacuum_odometer=60000 0: engine=gas -0: brake_vio=true +0: brake_vio=false 0: exhaust_vio=false -0: ac_vio=false +0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true 0: TIME_ADVANCE_STEP=6 @@ -1011,9 +1017,9 @@ Topologies: 1 1: engine=diesel 1: brake_vio=false 1: exhaust_vio=false -1: ac_vio=true +1: ac_vio=false 1: vacuum_vio=false -1: compliance_vio=true +1: compliance_vio=false 1: TIME_ADVANCE_STEP=6 1: oil_odom=0 1: oil_vio=false @@ -1027,7 +1033,7 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false -1: is_critical=true +0: is_critical=true 0 2 1: road ID: 20 Qualities: 47 @@ -1061,7 +1067,7 @@ Topologies: 1 1: ac_odometer=60000 1: vacuum_odometer=60000 1: engine=diesel -1: brake_vio=true +1: brake_vio=false 1: exhaust_vio=false 1: ac_vio=true 1: vacuum_vio=false @@ -1082,60 +1088,7 @@ Topologies: 1 1: is_critical=true 0 2 1: road ID: 21 -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: 22 -Qualities: 48 +Qualities: 46 Topologies: 1 0: brake_months=6 @@ -1145,7 +1098,7 @@ Topologies: 1 0: engine=gas 0: brake_vio=true 0: exhaust_vio=false -0: ac_vio=true +0: ac_vio=false 0: vacuum_vio=false 0: compliance_vio=true 0: TIME_ADVANCE_STEP=6 @@ -1168,7 +1121,58 @@ Topologies: 1 1: engine=diesel 1: brake_vio=false 1: exhaust_vio=false -1: ac_vio=true +1: ac_vio=false +1: vacuum_vio=false +1: compliance_vio=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 1: vacuum_vio=false 1: compliance_vio=true 1: TIME_ADVANCE_STEP=6 @@ -1184,13 +1188,116 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false -1: is_critical=true -0: is_critical=true 0 2 1: road ID: 23 Qualities: 48 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 +Qualities: 47 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=6 +0: ac_odometer=60000 +0: vacuum_odometer=60000 +0: engine=gas +0: brake_vio=true +0: exhaust_vio=false +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=6 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=6 +1: ac_odometer=60000 +1: vacuum_odometer=60000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=false +1: vacuum_vio=false +1: compliance_vio=false +1: TIME_ADVANCE_STEP=6 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0: is_critical=true +0 2 1: road +ID: 25 +Qualities: 47 +Topologies: 1 + 0: brake_months=6 0: exhaust_months=6 0: ac_odometer=60000 @@ -1221,6 +1328,58 @@ Topologies: 1 1: engine=diesel 1: brake_vio=true 1: exhaust_vio=false +1: ac_vio=false +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=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 @@ -1238,10 +1397,9 @@ Topologies: 1 1: brakehoses_months=0 1: brakehoses_vio=false 1: is_critical=true -0: is_critical=true 0 2 1: road -ID: 24 -Qualities: 48 +ID: 27 +Qualities: 47 Topologies: 1 0: brake_months=6 @@ -1249,11 +1407,11 @@ Topologies: 1 0: ac_odometer=60000 0: vacuum_odometer=60000 0: engine=gas -0: brake_vio=true +0: brake_vio=false 0: exhaust_vio=false -0: ac_vio=true +0: ac_vio=false 0: vacuum_vio=false -0: compliance_vio=true +0: compliance_vio=false 0: TIME_ADVANCE_STEP=6 0: oil_odom=0 0: oil_vio=false @@ -1291,63 +1449,9 @@ Topologies: 1 1: brakehoses_months=0 1: brakehoses_vio=false 1: is_critical=true -0: is_critical=true 0 2 1: road -ID: 25 -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: 26 -Qualities: 48 +ID: 28 +Qualities: 46 Topologies: 1 0: brake_months=6 @@ -1357,7 +1461,7 @@ Topologies: 1 0: engine=gas 0: brake_vio=true 0: exhaust_vio=false -0: ac_vio=true +0: ac_vio=false 0: vacuum_vio=false 0: compliance_vio=true 0: TIME_ADVANCE_STEP=6 @@ -1373,14 +1477,14 @@ Topologies: 1 0: brakepipe_vio=false 0: brakehoses_months=0 0: brakehoses_vio=false -1: brake_months=0 +1: brake_months=6 1: exhaust_months=6 1: ac_odometer=60000 1: vacuum_odometer=60000 1: engine=diesel -1: brake_vio=false +1: brake_vio=true 1: exhaust_vio=false -1: ac_vio=true +1: ac_vio=false 1: vacuum_vio=false 1: compliance_vio=true 1: TIME_ADVANCE_STEP=6 @@ -1396,11 +1500,9 @@ 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: 27 -Qualities: 48 +ID: 29 +Qualities: 46 Topologies: 1 0: brake_months=0 @@ -1410,7 +1512,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=6 @@ -1426,6 +1528,57 @@ Topologies: 1 0: brakepipe_vio=false 0: brakehoses_months=0 0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=6 +1: ac_odometer=60000 +1: vacuum_odometer=60000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=false +1: vacuum_vio=false +1: compliance_vio=false +1: TIME_ADVANCE_STEP=6 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0 2 1: road +ID: 30 +Qualities: 46 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=6 +0: ac_odometer=60000 +0: vacuum_odometer=60000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=false +0: TIME_ADVANCE_STEP=6 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false 1: brake_months=0 1: exhaust_months=6 1: ac_odometer=60000 @@ -1433,7 +1586,7 @@ Topologies: 1 1: engine=diesel 1: brake_vio=false 1: exhaust_vio=false -1: ac_vio=true +1: ac_vio=false 1: vacuum_vio=false 1: compliance_vio=true 1: TIME_ADVANCE_STEP=6 @@ -1449,183 +1602,22 @@ 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: 28 -Qualities: 48 -Topologies: 1 - -0: brake_months=1 -0: exhaust_months=7 -0: ac_odometer=70000 -0: vacuum_odometer=70000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=7 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=1 -1: exhaust_months=7 -1: ac_odometer=70000 -1: vacuum_odometer=70000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=7 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 29 -Qualities: 48 -Topologies: 1 - -0: brake_months=2 -0: exhaust_months=8 -0: ac_odometer=80000 -0: vacuum_odometer=80000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=8 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=2 -1: exhaust_months=8 -1: ac_odometer=80000 -1: vacuum_odometer=80000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=8 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 30 -Qualities: 48 -Topologies: 1 - -0: brake_months=3 -0: exhaust_months=9 -0: ac_odometer=90000 -0: vacuum_odometer=90000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=9 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=3 -1: exhaust_months=9 -1: ac_odometer=90000 -1: vacuum_odometer=90000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=9 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0: is_critical=true 0 2 1: road ID: 31 Qualities: 48 Topologies: 1 -0: brake_months=4 -0: exhaust_months=10 -0: ac_odometer=100000 -0: vacuum_odometer=100000 +0: brake_months=6 +0: exhaust_months=6 +0: ac_odometer=60000 +0: vacuum_odometer=60000 0: engine=gas -0: brake_vio=false +0: brake_vio=true 0: exhaust_vio=false 0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true -0: TIME_ADVANCE_STEP=10 +0: TIME_ADVANCE_STEP=6 0: oil_odom=0 0: oil_vio=false 0: driveshaft_odom=0 @@ -1638,17 +1630,17 @@ Topologies: 1 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: 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=10 +1: TIME_ADVANCE_STEP=6 1: oil_odom=0 1: oil_vio=false 1: driveshaft_odom=0 @@ -1661,77 +1653,24 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false -1: is_critical=true 0: is_critical=true +1: is_critical=true 0 2 1: road ID: 32 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 -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 33 -Qualities: 48 -Topologies: 1 - 0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 +0: exhaust_months=6 +0: ac_odometer=60000 +0: vacuum_odometer=60000 0: engine=gas 0: brake_vio=false 0: exhaust_vio=false 0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 +0: TIME_ADVANCE_STEP=6 0: oil_odom=0 0: oil_vio=false 0: driveshaft_odom=0 @@ -1745,16 +1684,16 @@ Topologies: 1 0: brakehoses_months=0 0: brakehoses_vio=false 1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 +1: exhaust_months=6 +1: ac_odometer=60000 +1: vacuum_odometer=60000 1: engine=diesel -1: brake_vio=false +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: TIME_ADVANCE_STEP=6 1: oil_odom=0 1: oil_vio=false 1: driveshaft_odom=0 @@ -1767,24 +1706,76 @@ 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: 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 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=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: 34 -Qualities: 48 +Qualities: 47 Topologies: 1 -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 +0: brake_months=0 +0: exhaust_months=6 +0: ac_odometer=60000 +0: vacuum_odometer=60000 0: engine=gas -0: brake_vio=true +0: brake_vio=false 0: exhaust_vio=false 0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 +0: TIME_ADVANCE_STEP=6 0: oil_odom=0 0: oil_vio=false 0: driveshaft_odom=0 @@ -1798,16 +1789,16 @@ Topologies: 1 0: brakehoses_months=0 0: brakehoses_vio=false 1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 +1: exhaust_months=6 +1: ac_odometer=60000 +1: vacuum_odometer=60000 1: engine=diesel 1: brake_vio=false 1: exhaust_vio=false -1: ac_vio=true +1: ac_vio=false 1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 +1: compliance_vio=false +1: TIME_ADVANCE_STEP=6 1: oil_odom=0 1: oil_vio=false 1: driveshaft_odom=0 @@ -1820,24 +1811,23 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false -1: is_critical=true 0: is_critical=true 0 2 1: road ID: 35 -Qualities: 48 +Qualities: 47 Topologies: 1 0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 +0: exhaust_months=6 +0: ac_odometer=60000 +0: vacuum_odometer=60000 0: engine=gas 0: brake_vio=false 0: exhaust_vio=false 0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 +0: TIME_ADVANCE_STEP=6 0: oil_odom=0 0: oil_vio=false 0: driveshaft_odom=0 @@ -1850,17 +1840,17 @@ Topologies: 1 0: brakepipe_vio=false 0: brakehoses_months=0 0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 +1: brake_months=0 +1: exhaust_months=6 +1: ac_odometer=60000 +1: vacuum_odometer=60000 1: engine=diesel -1: brake_vio=true +1: brake_vio=false 1: exhaust_vio=false -1: ac_vio=true +1: ac_vio=false 1: vacuum_vio=false 1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 +1: TIME_ADVANCE_STEP=6 1: oil_odom=0 1: oil_vio=false 1: driveshaft_odom=0 @@ -1873,4197 +1863,9 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false -1: is_critical=true 0: is_critical=true 0 2 1: road ID: 36 -Qualities: 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: 37 -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: 38 -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: 39 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 40 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 41 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 42 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 43 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 44 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 45 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 46 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 47 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 48 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 49 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 50 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 51 -Qualities: 48 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 52 -Qualities: 48 -Topologies: 1 - -0: brake_months=1 -0: exhaust_months=13 -0: ac_odometer=130000 -0: vacuum_odometer=130000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=13 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=1 -1: exhaust_months=13 -1: ac_odometer=130000 -1: vacuum_odometer=130000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=13 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 53 -Qualities: 48 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 54 -Qualities: 48 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 55 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 56 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 57 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 58 -Qualities: 48 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 59 -Qualities: 48 -Topologies: 1 - -0: brake_months=1 -0: exhaust_months=13 -0: ac_odometer=130000 -0: vacuum_odometer=130000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=13 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=1 -1: exhaust_months=13 -1: ac_odometer=130000 -1: vacuum_odometer=130000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=13 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 60 -Qualities: 48 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 61 -Qualities: 48 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 62 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 63 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 64 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 65 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 66 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 67 -Qualities: 48 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 68 -Qualities: 48 -Topologies: 1 - -0: brake_months=1 -0: exhaust_months=13 -0: ac_odometer=130000 -0: vacuum_odometer=130000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=13 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=1 -1: exhaust_months=13 -1: ac_odometer=130000 -1: vacuum_odometer=130000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=13 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 69 -Qualities: 48 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 70 -Qualities: 48 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 71 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 72 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 73 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 74 -Qualities: 48 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 75 -Qualities: 48 -Topologies: 1 - -0: brake_months=1 -0: exhaust_months=13 -0: ac_odometer=130000 -0: vacuum_odometer=130000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=13 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=1 -1: exhaust_months=13 -1: ac_odometer=130000 -1: vacuum_odometer=130000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=13 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 76 -Qualities: 48 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 77 -Qualities: 48 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 78 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 79 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 80 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 81 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 82 -Qualities: 48 -Topologies: 1 - -0: brake_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 -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 83 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 84 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 85 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 86 -Qualities: 48 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 87 -Qualities: 48 -Topologies: 1 - -0: brake_months=1 -0: exhaust_months=13 -0: ac_odometer=130000 -0: vacuum_odometer=130000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=13 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=1 -1: exhaust_months=13 -1: ac_odometer=130000 -1: vacuum_odometer=130000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=13 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 88 -Qualities: 48 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 89 -Qualities: 48 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_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: 90 -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 -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 91 -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 -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 92 -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 -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 93 -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 -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 94 -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 -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 95 -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 -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 96 -Qualities: 48 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 97 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 98 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 99 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 100 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 101 -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 -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 102 -Qualities: 48 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 103 -Qualities: 48 -Topologies: 1 - -0: brake_months=1 -0: exhaust_months=13 -0: ac_odometer=130000 -0: vacuum_odometer=130000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=13 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=1 -1: exhaust_months=13 -1: ac_odometer=130000 -1: vacuum_odometer=130000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=13 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 104 -Qualities: 48 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 105 -Qualities: 48 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_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: 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=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 -1: is_critical=true -0: 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=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 -1: is_critical=true -0: 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=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 -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 109 -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 -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 110 -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 -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 111 -Qualities: 48 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=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: 112 -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 -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 113 -Qualities: 48 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=6 -0: ac_odometer=60000 -0: vacuum_odometer=60000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=6 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=6 -1: ac_odometer=60000 -1: vacuum_odometer=60000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=6 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 114 -Qualities: 48 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=6 -0: ac_odometer=60000 -0: vacuum_odometer=60000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=6 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=6 -1: ac_odometer=60000 -1: vacuum_odometer=60000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=6 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 115 Qualities: 47 Topologies: 1 @@ -6115,7 +1917,59 @@ Topologies: 1 1: brakehoses_vio=false 1: is_critical=true 0 2 1: road -ID: 116 +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 @@ -6167,7 +2021,424 @@ Topologies: 1 1: brakehoses_vio=false 1: is_critical=true 0 2 1: road -ID: 117 +ID: 39 +Qualities: 46 +Topologies: 1 + +0: brake_months=0 +0: exhaust_months=6 +0: ac_odometer=60000 +0: vacuum_odometer=60000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=6 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=6 +1: ac_odometer=60000 +1: vacuum_odometer=60000 +1: engine=diesel +1: brake_vio=true +1: exhaust_vio=false +1: ac_vio=false +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=6 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0 2 1: road +ID: 40 +Qualities: 46 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=6 +0: ac_odometer=60000 +0: vacuum_odometer=60000 +0: engine=gas +0: brake_vio=true +0: exhaust_vio=false +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=6 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=0 +1: exhaust_months=6 +1: ac_odometer=60000 +1: vacuum_odometer=60000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=false +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=6 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0 2 1: road +ID: 41 +Qualities: 48 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=6 +0: ac_odometer=60000 +0: vacuum_odometer=60000 +0: engine=gas +0: brake_vio=true +0: exhaust_vio=false +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=6 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=6 +1: ac_odometer=60000 +1: vacuum_odometer=60000 +1: engine=diesel +1: brake_vio=true +1: exhaust_vio=false +1: ac_vio=true +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=6 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0: is_critical=true +1: is_critical=true +0 2 1: road +ID: 42 +Qualities: 48 +Topologies: 1 + +0: brake_months=0 +0: exhaust_months=6 +0: ac_odometer=60000 +0: vacuum_odometer=60000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=6 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=6 +1: ac_odometer=60000 +1: vacuum_odometer=60000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=true +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=6 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0: is_critical=true +1: is_critical=true +0 2 1: road +ID: 43 +Qualities: 48 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=6 +0: ac_odometer=60000 +0: vacuum_odometer=60000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=6 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=0 +1: exhaust_months=6 +1: ac_odometer=60000 +1: vacuum_odometer=60000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=true +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=6 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0: is_critical=true +1: is_critical=true +0 2 1: road +ID: 44 +Qualities: 47 +Topologies: 1 + +0: brake_months=0 +0: exhaust_months=6 +0: ac_odometer=60000 +0: vacuum_odometer=60000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=6 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=6 +1: ac_odometer=60000 +1: vacuum_odometer=60000 +1: engine=diesel +1: brake_vio=true +1: exhaust_vio=false +1: ac_vio=false +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=6 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0: is_critical=true +0 2 1: road +ID: 45 +Qualities: 47 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=6 +0: ac_odometer=60000 +0: vacuum_odometer=60000 +0: engine=gas +0: brake_vio=true +0: exhaust_vio=false +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=6 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=0 +1: exhaust_months=6 +1: ac_odometer=60000 +1: vacuum_odometer=60000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=false +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=6 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0: is_critical=true +0 2 1: road +ID: 46 +Qualities: 47 +Topologies: 1 + +0: brake_months=0 +0: exhaust_months=6 +0: ac_odometer=60000 +0: vacuum_odometer=60000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=6 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=6 +1: ac_odometer=60000 +1: vacuum_odometer=60000 +1: engine=diesel +1: brake_vio=true +1: exhaust_vio=false +1: ac_vio=true +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=6 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0 2 1: road +ID: 47 Qualities: 47 Topologies: 1 @@ -6219,7 +2490,216 @@ Topologies: 1 1: brakehoses_vio=false 1: is_critical=true 0 2 1: road -ID: 118 +ID: 48 +Qualities: 46 +Topologies: 1 + +0: brake_months=0 +0: exhaust_months=6 +0: ac_odometer=60000 +0: vacuum_odometer=60000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=6 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=0 +1: exhaust_months=6 +1: ac_odometer=60000 +1: vacuum_odometer=60000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=false +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=6 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0 2 1: road +ID: 49 +Qualities: 48 +Topologies: 1 + +0: brake_months=0 +0: exhaust_months=6 +0: ac_odometer=60000 +0: vacuum_odometer=60000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=6 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=6 +1: ac_odometer=60000 +1: vacuum_odometer=60000 +1: engine=diesel +1: brake_vio=true +1: exhaust_vio=false +1: ac_vio=true +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=6 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0: is_critical=true +1: is_critical=true +0 2 1: road +ID: 50 +Qualities: 48 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=6 +0: ac_odometer=60000 +0: vacuum_odometer=60000 +0: engine=gas +0: brake_vio=true +0: exhaust_vio=false +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=6 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=0 +1: exhaust_months=6 +1: ac_odometer=60000 +1: vacuum_odometer=60000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=true +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=6 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0: is_critical=true +1: is_critical=true +0 2 1: road +ID: 51 +Qualities: 47 +Topologies: 1 + +0: brake_months=0 +0: exhaust_months=6 +0: ac_odometer=60000 +0: vacuum_odometer=60000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=6 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=0 +1: exhaust_months=6 +1: ac_odometer=60000 +1: vacuum_odometer=60000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=false +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=6 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0: is_critical=true +0 2 1: road +ID: 52 Qualities: 47 Topologies: 1 @@ -6271,7 +2751,163 @@ Topologies: 1 1: brakehoses_vio=false 1: is_critical=true 0 2 1: road -ID: 119 +ID: 53 +Qualities: 46 +Topologies: 1 + +0: brake_months=1 +0: exhaust_months=7 +0: ac_odometer=70000 +0: vacuum_odometer=70000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=7 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=1 +1: exhaust_months=7 +1: ac_odometer=70000 +1: vacuum_odometer=70000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=false +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=7 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0 2 1: road +ID: 54 +Qualities: 48 +Topologies: 1 + +0: brake_months=0 +0: exhaust_months=6 +0: ac_odometer=60000 +0: vacuum_odometer=60000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=6 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=0 +1: exhaust_months=6 +1: ac_odometer=60000 +1: vacuum_odometer=60000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=true +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=6 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0: is_critical=true +1: is_critical=true +0 2 1: road +ID: 55 +Qualities: 47 +Topologies: 1 + +0: brake_months=1 +0: exhaust_months=7 +0: ac_odometer=70000 +0: vacuum_odometer=70000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=7 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=1 +1: exhaust_months=7 +1: ac_odometer=70000 +1: vacuum_odometer=70000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=false +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=7 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0: is_critical=true +0 2 1: road +ID: 56 Qualities: 47 Topologies: 1 @@ -6323,7 +2959,163 @@ Topologies: 1 1: brakehoses_vio=false 1: is_critical=true 0 2 1: road -ID: 120 +ID: 57 +Qualities: 46 +Topologies: 1 + +0: brake_months=2 +0: exhaust_months=8 +0: ac_odometer=80000 +0: vacuum_odometer=80000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=8 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=2 +1: exhaust_months=8 +1: ac_odometer=80000 +1: vacuum_odometer=80000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=false +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=8 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0 2 1: road +ID: 58 +Qualities: 48 +Topologies: 1 + +0: brake_months=1 +0: exhaust_months=7 +0: ac_odometer=70000 +0: vacuum_odometer=70000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=7 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=1 +1: exhaust_months=7 +1: ac_odometer=70000 +1: vacuum_odometer=70000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=true +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=7 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0: is_critical=true +1: is_critical=true +0 2 1: road +ID: 59 +Qualities: 47 +Topologies: 1 + +0: brake_months=2 +0: exhaust_months=8 +0: ac_odometer=80000 +0: vacuum_odometer=80000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=8 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=2 +1: exhaust_months=8 +1: ac_odometer=80000 +1: vacuum_odometer=80000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=false +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=8 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0: is_critical=true +0 2 1: road +ID: 60 Qualities: 47 Topologies: 1 @@ -6375,7 +3167,163 @@ Topologies: 1 1: brakehoses_vio=false 1: is_critical=true 0 2 1: road -ID: 121 +ID: 61 +Qualities: 46 +Topologies: 1 + +0: brake_months=3 +0: exhaust_months=9 +0: ac_odometer=90000 +0: vacuum_odometer=90000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=9 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=3 +1: exhaust_months=9 +1: ac_odometer=90000 +1: vacuum_odometer=90000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=false +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=9 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0 2 1: road +ID: 62 +Qualities: 48 +Topologies: 1 + +0: brake_months=2 +0: exhaust_months=8 +0: ac_odometer=80000 +0: vacuum_odometer=80000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=8 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=2 +1: exhaust_months=8 +1: ac_odometer=80000 +1: vacuum_odometer=80000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=true +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=8 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0: is_critical=true +1: is_critical=true +0 2 1: road +ID: 63 +Qualities: 47 +Topologies: 1 + +0: brake_months=3 +0: exhaust_months=9 +0: ac_odometer=90000 +0: vacuum_odometer=90000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=9 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=3 +1: exhaust_months=9 +1: ac_odometer=90000 +1: vacuum_odometer=90000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=false +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=9 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0: is_critical=true +0 2 1: road +ID: 64 Qualities: 47 Topologies: 1 @@ -6427,7 +3375,163 @@ Topologies: 1 1: brakehoses_vio=false 1: is_critical=true 0 2 1: road -ID: 122 +ID: 65 +Qualities: 46 +Topologies: 1 + +0: brake_months=4 +0: exhaust_months=10 +0: ac_odometer=100000 +0: vacuum_odometer=100000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=10 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=4 +1: exhaust_months=10 +1: ac_odometer=100000 +1: vacuum_odometer=100000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=false +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=10 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0 2 1: road +ID: 66 +Qualities: 48 +Topologies: 1 + +0: brake_months=3 +0: exhaust_months=9 +0: ac_odometer=90000 +0: vacuum_odometer=90000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=9 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=3 +1: exhaust_months=9 +1: ac_odometer=90000 +1: vacuum_odometer=90000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=true +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=9 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0: is_critical=true +1: is_critical=true +0 2 1: road +ID: 67 +Qualities: 47 +Topologies: 1 + +0: brake_months=4 +0: exhaust_months=10 +0: ac_odometer=100000 +0: vacuum_odometer=100000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=10 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=4 +1: exhaust_months=10 +1: ac_odometer=100000 +1: vacuum_odometer=100000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=false +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=10 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0: is_critical=true +0 2 1: road +ID: 68 Qualities: 47 Topologies: 1 @@ -6479,7 +3583,163 @@ Topologies: 1 1: brakehoses_vio=false 1: is_critical=true 0 2 1: road -ID: 123 +ID: 69 +Qualities: 46 +Topologies: 1 + +0: brake_months=5 +0: exhaust_months=11 +0: ac_odometer=110000 +0: vacuum_odometer=110000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=11 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=5 +1: exhaust_months=11 +1: ac_odometer=110000 +1: vacuum_odometer=110000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=false +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=11 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0 2 1: road +ID: 70 +Qualities: 48 +Topologies: 1 + +0: brake_months=4 +0: exhaust_months=10 +0: ac_odometer=100000 +0: vacuum_odometer=100000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=10 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=4 +1: exhaust_months=10 +1: ac_odometer=100000 +1: vacuum_odometer=100000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=true +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=10 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0: is_critical=true +1: is_critical=true +0 2 1: road +ID: 71 +Qualities: 47 +Topologies: 1 + +0: brake_months=5 +0: exhaust_months=11 +0: ac_odometer=110000 +0: vacuum_odometer=110000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=11 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=5 +1: exhaust_months=11 +1: ac_odometer=110000 +1: vacuum_odometer=110000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=false +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=11 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0: is_critical=true +0 2 1: road +ID: 72 Qualities: 47 Topologies: 1 @@ -6531,7 +3791,163 @@ Topologies: 1 1: brakehoses_vio=false 1: is_critical=true 0 2 1: road -ID: 124 +ID: 73 +Qualities: 46 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=false +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0 2 1: road +ID: 74 +Qualities: 48 +Topologies: 1 + +0: brake_months=5 +0: exhaust_months=11 +0: ac_odometer=110000 +0: vacuum_odometer=110000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=11 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=5 +1: exhaust_months=11 +1: ac_odometer=110000 +1: vacuum_odometer=110000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=true +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=11 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0: is_critical=true +1: is_critical=true +0 2 1: road +ID: 75 +Qualities: 47 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=false +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0: is_critical=true +0 2 1: road +ID: 76 Qualities: 47 Topologies: 1 @@ -6583,6 +3999,2501 @@ Topologies: 1 1: brakehoses_vio=false 1: is_critical=true 0 2 1: road +ID: 77 +Qualities: 46 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=true +0: exhaust_vio=false +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=false +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0 2 1: road +ID: 78 +Qualities: 46 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=true +1: exhaust_vio=false +1: ac_vio=false +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0 2 1: road +ID: 79 +Qualities: 46 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +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: 80 +Qualities: 46 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=true +1: ac_vio=false +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0 2 1: road +ID: 81 +Qualities: 47 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=false +1: vacuum_vio=true +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0 2 1: road +ID: 82 +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=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: 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 +Qualities: 47 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=true +0: exhaust_vio=false +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=false +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0: is_critical=true +0 2 1: road +ID: 84 +Qualities: 47 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=true +1: exhaust_vio=false +1: ac_vio=false +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0: is_critical=true +0 2 1: road +ID: 85 +Qualities: 47 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=true +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=false +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0: is_critical=true +0 2 1: road +ID: 86 +Qualities: 47 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=true +1: ac_vio=false +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +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: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=false +1: vacuum_vio=true +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0: is_critical=true +1: is_critical=true +0 2 1: road +ID: 88 +Qualities: 47 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=true +0: exhaust_vio=false +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=true +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0 2 1: road +ID: 89 +Qualities: 47 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=true +1: exhaust_vio=false +1: ac_vio=true +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0 2 1: road +ID: 90 +Qualities: 47 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=true +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=true +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0 2 1: road +ID: 91 +Qualities: 47 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_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: 92 +Qualities: 47 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=true +1: vacuum_vio=true +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0 2 1: road +ID: 93 +Qualities: 46 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=true +0: exhaust_vio=false +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=true +1: exhaust_vio=false +1: ac_vio=false +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0 2 1: road +ID: 94 +Qualities: 46 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=true +0: exhaust_vio=true +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=false +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0 2 1: road +ID: 95 +Qualities: 46 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=true +0: exhaust_vio=false +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_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: 96 +Qualities: 47 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=true +0: exhaust_vio=false +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=false +1: vacuum_vio=true +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0 2 1: road +ID: 97 +Qualities: 46 +Topologies: 1 + +0: brake_months=0 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=false +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0 2 1: road +ID: 98 +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=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: 99 +Qualities: 46 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=true +1: exhaust_vio=true +1: ac_vio=false +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0 2 1: road +ID: 100 +Qualities: 47 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=true +1: exhaust_vio=false +1: ac_vio=false +1: vacuum_vio=true +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0 2 1: road +ID: 101 +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=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: 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 @@ -6618,7 +6529,7 @@ Topologies: 1 1: brake_vio=false 1: exhaust_vio=false 1: ac_vio=true -1: vacuum_vio=false +1: vacuum_vio=true 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 1: oil_odom=0 @@ -6639,7 +6550,7 @@ ID: 126 Qualities: 47 Topologies: 1 -0: brake_months=6 +0: brake_months=0 0: exhaust_months=12 0: ac_odometer=120000 0: vacuum_odometer=120000 @@ -6667,7 +6578,7 @@ Topologies: 1 1: ac_odometer=120000 1: vacuum_odometer=120000 1: engine=diesel -1: brake_vio=true +1: brake_vio=false 1: exhaust_vio=false 1: ac_vio=true 1: vacuum_vio=false @@ -6719,7 +6630,7 @@ Topologies: 1 1: ac_odometer=120000 1: vacuum_odometer=120000 1: engine=diesel -1: brake_vio=false +1: brake_vio=true 1: exhaust_vio=false 1: ac_vio=true 1: vacuum_vio=false @@ -6771,7 +6682,7 @@ Topologies: 1 1: ac_odometer=120000 1: vacuum_odometer=120000 1: engine=diesel -1: brake_vio=false +1: brake_vio=true 1: exhaust_vio=true 1: ac_vio=true 1: vacuum_vio=false @@ -6823,7 +6734,7 @@ Topologies: 1 1: ac_odometer=120000 1: vacuum_odometer=120000 1: engine=diesel -1: brake_vio=false +1: brake_vio=true 1: exhaust_vio=false 1: ac_vio=true 1: vacuum_vio=true @@ -6852,7 +6763,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 @@ -6870,7 +6781,7 @@ Topologies: 1 0: brakepipe_vio=false 0: brakehoses_months=0 0: brakehoses_vio=false -1: brake_months=6 +1: brake_months=0 1: exhaust_months=12 1: ac_odometer=120000 1: vacuum_odometer=120000 @@ -6878,7 +6789,7 @@ Topologies: 1 1: brake_vio=false 1: exhaust_vio=false 1: ac_vio=true -1: vacuum_vio=true +1: vacuum_vio=false 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 1: oil_odom=0 @@ -6905,7 +6816,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 @@ -6927,10 +6838,10 @@ Topologies: 1 1: ac_odometer=120000 1: vacuum_odometer=120000 1: engine=diesel -1: brake_vio=true -1: exhaust_vio=false +1: brake_vio=false +1: exhaust_vio=true 1: ac_vio=true -1: vacuum_vio=true +1: vacuum_vio=false 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 1: oil_odom=0 @@ -7052,6 +6963,108 @@ Topologies: 1 1: is_critical=true 0 2 1: road ID: 134 +Qualities: 46 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=true +0: exhaust_vio=true +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=true +1: exhaust_vio=false +1: ac_vio=false +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0 2 1: road +ID: 135 +Qualities: 46 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=true +0: exhaust_vio=false +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=true +1: exhaust_vio=true +1: ac_vio=false +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0 2 1: road +ID: 136 Qualities: 47 Topologies: 1 @@ -7083,113 +7096,9 @@ Topologies: 1 1: ac_odometer=120000 1: vacuum_odometer=120000 1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 135 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel 1: brake_vio=true -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 136 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=true +1: exhaust_vio=false +1: ac_vio=false 1: vacuum_vio=true 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 @@ -7208,16 +7117,16 @@ Topologies: 1 1: is_critical=true 0 2 1: road ID: 137 -Qualities: 47 +Qualities: 46 Topologies: 1 -0: brake_months=6 +0: brake_months=0 0: exhaust_months=12 0: ac_odometer=120000 0: vacuum_odometer=120000 0: engine=gas -0: brake_vio=true -0: exhaust_vio=true +0: brake_vio=false +0: exhaust_vio=false 0: ac_vio=false 0: vacuum_vio=false 0: compliance_vio=true @@ -7239,10 +7148,10 @@ Topologies: 1 1: ac_odometer=120000 1: vacuum_odometer=120000 1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=true +1: 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 @@ -7257,62 +7166,9 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false -1: is_critical=true 0 2 1: road ID: 138 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 139 -Qualities: 47 +Qualities: 46 Topologies: 1 0: brake_months=6 @@ -7321,59 +7177,7 @@ Topologies: 1 0: vacuum_odometer=120000 0: engine=gas 0: brake_vio=true -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 140 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true +0: exhaust_vio=false 0: ac_vio=false 0: vacuum_vio=false 0: compliance_vio=true @@ -7396,8 +7200,110 @@ Topologies: 1 1: vacuum_odometer=120000 1: engine=diesel 1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=false +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0 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=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 @@ -7416,59 +7322,7 @@ Topologies: 1 1: is_critical=true 0 2 1: road ID: 141 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 142 -Qualities: 47 +Qualities: 46 Topologies: 1 0: brake_months=0 @@ -7494,14 +7348,65 @@ Topologies: 1 0: brakepipe_vio=false 0: brakehoses_months=0 0: brakehoses_vio=false -1: brake_months=0 +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: 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=true +1: ac_vio=false 1: vacuum_vio=true 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 @@ -7520,59 +7425,7 @@ Topologies: 1 1: is_critical=true 0 2 1: road ID: 143 -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: 144 -Qualities: 47 +Qualities: 46 Topologies: 1 0: brake_months=0 @@ -7581,7 +7434,7 @@ Topologies: 1 0: vacuum_odometer=120000 0: engine=gas 0: brake_vio=false -0: exhaust_vio=true +0: exhaust_vio=false 0: ac_vio=false 0: vacuum_vio=false 0: compliance_vio=true @@ -7603,9 +7456,60 @@ Topologies: 1 1: ac_odometer=120000 1: vacuum_odometer=120000 1: engine=diesel -1: brake_vio=true +1: brake_vio=false 1: exhaust_vio=true -1: ac_vio=true +1: 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 @@ -7624,10 +7528,10 @@ Topologies: 1 1: is_critical=true 0 2 1: road ID: 145 -Qualities: 47 +Qualities: 46 Topologies: 1 -0: brake_months=0 +0: brake_months=6 0: exhaust_months=12 0: ac_odometer=120000 0: vacuum_odometer=120000 @@ -7655,10 +7559,10 @@ Topologies: 1 1: ac_odometer=120000 1: vacuum_odometer=120000 1: engine=diesel -1: brake_vio=false +1: brake_vio=true 1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=true +1: ac_vio=false +1: vacuum_vio=false 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 1: oil_odom=0 @@ -7673,7 +7577,6 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false -1: is_critical=true 0 2 1: road ID: 146 Qualities: 47 @@ -7684,8 +7587,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 @@ -7708,8 +7611,8 @@ Topologies: 1 1: vacuum_odometer=120000 1: engine=diesel 1: brake_vio=true -1: exhaust_vio=true -1: ac_vio=true +1: exhaust_vio=false +1: ac_vio=false 1: vacuum_vio=true 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 @@ -7728,6 +7631,57 @@ Topologies: 1 1: is_critical=true 0 2 1: road ID: 147 +Qualities: 46 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=true +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=0 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=false +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +0 2 1: road +ID: 148 Qualities: 47 Topologies: 1 @@ -7754,66 +7708,14 @@ Topologies: 1 0: brakepipe_vio=false 0: brakehoses_months=0 0: brakehoses_vio=false -1: brake_months=0 +1: brake_months=6 1: exhaust_months=12 1: ac_odometer=120000 1: vacuum_odometer=120000 1: engine=diesel -1: brake_vio=false +1: brake_vio=true 1: exhaust_vio=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: 148 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=true +1: ac_vio=false 1: vacuum_vio=true 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 @@ -7832,10 +7734,10 @@ Topologies: 1 1: is_critical=true 0 2 1: road ID: 149 -Qualities: 47 +Qualities: 46 Topologies: 1 -0: brake_months=0 +0: brake_months=6 0: exhaust_months=12 0: ac_odometer=120000 0: vacuum_odometer=120000 @@ -7865,8 +7767,8 @@ Topologies: 1 1: engine=diesel 1: brake_vio=false 1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=true +1: ac_vio=false +1: vacuum_vio=false 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 1: oil_odom=0 @@ -7881,23 +7783,22 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false -1: is_critical=true 0 2 1: road ID: 150 Qualities: 47 Topologies: 1 -0: brake_months=1 -0: exhaust_months=13 -0: ac_odometer=130000 -0: vacuum_odometer=130000 +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 0: engine=gas 0: brake_vio=false 0: exhaust_vio=false 0: ac_vio=false 0: vacuum_vio=false 0: compliance_vio=true -0: TIME_ADVANCE_STEP=13 +0: TIME_ADVANCE_STEP=12 0: oil_odom=0 0: oil_vio=false 0: driveshaft_odom=0 @@ -7910,17 +7811,17 @@ Topologies: 1 0: brakepipe_vio=false 0: brakehoses_months=0 0: brakehoses_vio=false -1: brake_months=1 -1: exhaust_months=13 -1: ac_odometer=130000 -1: vacuum_odometer=130000 +1: brake_months=0 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 1: engine=diesel 1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=true +1: exhaust_vio=false +1: ac_vio=false 1: vacuum_vio=true 1: compliance_vio=true -1: TIME_ADVANCE_STEP=13 +1: TIME_ADVANCE_STEP=12 1: oil_odom=0 1: oil_vio=false 1: driveshaft_odom=0 @@ -7939,13 +7840,13 @@ ID: 151 Qualities: 47 Topologies: 1 -0: brake_months=0 +0: brake_months=6 0: exhaust_months=12 0: ac_odometer=120000 0: vacuum_odometer=120000 0: engine=gas 0: brake_vio=false -0: exhaust_vio=false +0: exhaust_vio=true 0: ac_vio=false 0: vacuum_vio=false 0: compliance_vio=true @@ -7967,9 +7868,9 @@ Topologies: 1 1: ac_odometer=120000 1: vacuum_odometer=120000 1: engine=diesel -1: brake_vio=true +1: brake_vio=false 1: exhaust_vio=true -1: ac_vio=true +1: ac_vio=false 1: vacuum_vio=true 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 @@ -7988,7 +7889,219 @@ Topologies: 1 1: is_critical=true 0 2 1: road ID: 152 -Qualities: 47 +Qualities: 48 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=true +0: exhaust_vio=false +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=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 @@ -7998,7 +8111,378 @@ Topologies: 1 0: engine=gas 0: brake_vio=false 0: exhaust_vio=false -0: ac_vio=false +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=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 @@ -8037,578 +8521,7 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 153 -Qualities: 47 -Topologies: 1 - -0: brake_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: 154 -Qualities: 47 -Topologies: 1 - -0: brake_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: 155 -Qualities: 47 -Topologies: 1 - -0: brake_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: 156 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 157 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 158 -Qualities: 47 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 159 -Qualities: 47 -Topologies: 1 - -0: brake_months=1 -0: exhaust_months=13 -0: ac_odometer=130000 -0: vacuum_odometer=130000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=13 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=1 -1: exhaust_months=13 -1: ac_odometer=130000 -1: vacuum_odometer=130000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=13 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 160 -Qualities: 47 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 161 -Qualities: 47 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 162 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 163 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false +0: is_critical=true 1: is_critical=true 0 2 1: road ID: 164 @@ -8621,8 +8534,8 @@ Topologies: 1 0: vacuum_odometer=120000 0: engine=gas 0: brake_vio=true -0: exhaust_vio=false -0: ac_vio=false +0: exhaust_vio=true +0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true 0: TIME_ADVANCE_STEP=12 @@ -8638,15 +8551,15 @@ Topologies: 1 0: brakepipe_vio=false 0: brakehoses_months=0 0: brakehoses_vio=false -1: brake_months=0 +1: brake_months=6 1: exhaust_months=12 1: ac_odometer=120000 1: vacuum_odometer=120000 1: engine=diesel -1: brake_vio=false +1: brake_vio=true 1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=true +1: ac_vio=false +1: vacuum_vio=false 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 1: oil_odom=0 @@ -8661,20 +8574,20 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false -1: is_critical=true +0: is_critical=true 0 2 1: road ID: 165 Qualities: 47 Topologies: 1 -0: brake_months=0 +0: brake_months=6 0: exhaust_months=12 0: ac_odometer=120000 0: vacuum_odometer=120000 0: engine=gas -0: brake_vio=false +0: brake_vio=true 0: exhaust_vio=false -0: ac_vio=false +0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true 0: TIME_ADVANCE_STEP=12 @@ -8690,14 +8603,66 @@ Topologies: 1 0: brakepipe_vio=false 0: brakehoses_months=0 0: brakehoses_vio=false -1: brake_months=0 +1: brake_months=6 1: exhaust_months=12 1: ac_odometer=120000 1: vacuum_odometer=120000 1: engine=diesel -1: brake_vio=false +1: brake_vio=true +1: exhaust_vio=true +1: ac_vio=false +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +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=true +1: ac_vio=false 1: vacuum_vio=true 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 @@ -8713,58 +8678,7 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 166 -Qualities: 47 -Topologies: 1 - -0: brake_months=1 -0: exhaust_months=13 -0: ac_odometer=130000 -0: vacuum_odometer=130000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=13 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=1 -1: exhaust_months=13 -1: ac_odometer=130000 -1: vacuum_odometer=130000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=13 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false +0: is_critical=true 1: is_critical=true 0 2 1: road ID: 167 @@ -8778,7 +8692,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 @@ -8801,8 +8715,8 @@ Topologies: 1 1: engine=diesel 1: brake_vio=true 1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=true +1: ac_vio=false +1: vacuum_vio=false 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 1: oil_odom=0 @@ -8817,20 +8731,20 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false -1: is_critical=true +0: is_critical=true 0 2 1: road ID: 168 Qualities: 47 Topologies: 1 -0: brake_months=0 +0: brake_months=6 0: exhaust_months=12 0: ac_odometer=120000 0: vacuum_odometer=120000 0: engine=gas -0: brake_vio=false +0: brake_vio=true 0: exhaust_vio=false -0: ac_vio=false +0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true 0: TIME_ADVANCE_STEP=12 @@ -8846,15 +8760,15 @@ Topologies: 1 0: brakepipe_vio=false 0: brakehoses_months=0 0: brakehoses_vio=false -1: brake_months=6 +1: brake_months=0 1: exhaust_months=12 1: ac_odometer=120000 1: vacuum_odometer=120000 1: engine=diesel 1: brake_vio=false 1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=true +1: ac_vio=false +1: vacuum_vio=false 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 1: oil_odom=0 @@ -8869,7 +8783,7 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false -1: is_critical=true +0: is_critical=true 0 2 1: road ID: 169 Qualities: 47 @@ -8881,8 +8795,8 @@ Topologies: 1 0: vacuum_odometer=120000 0: engine=gas 0: brake_vio=true -0: exhaust_vio=false -0: ac_vio=false +0: exhaust_vio=true +0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true 0: TIME_ADVANCE_STEP=12 @@ -8905,7 +8819,7 @@ Topologies: 1 1: engine=diesel 1: brake_vio=false 1: exhaust_vio=true -1: ac_vio=true +1: ac_vio=false 1: vacuum_vio=false 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 @@ -8921,10 +8835,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: 170 -Qualities: 47 +Qualities: 48 Topologies: 1 0: brake_months=6 @@ -8932,9 +8846,9 @@ Topologies: 1 0: ac_odometer=120000 0: vacuum_odometer=120000 0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=false +0: brake_vio=true +0: exhaust_vio=true +0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true 0: TIME_ADVANCE_STEP=12 @@ -8955,10 +8869,10 @@ Topologies: 1 1: ac_odometer=120000 1: vacuum_odometer=120000 1: engine=diesel -1: brake_vio=true -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=false +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=false +1: vacuum_vio=true 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 1: oil_odom=0 @@ -8973,20 +8887,21 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false +0: is_critical=true 1: is_critical=true 0 2 1: road ID: 171 Qualities: 47 Topologies: 1 -0: brake_months=6 +0: brake_months=0 0: exhaust_months=12 0: ac_odometer=120000 0: vacuum_odometer=120000 0: engine=gas 0: brake_vio=false 0: exhaust_vio=true -0: ac_vio=false +0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true 0: TIME_ADVANCE_STEP=12 @@ -9008,8 +8923,8 @@ Topologies: 1 1: vacuum_odometer=120000 1: engine=diesel 1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=true +1: exhaust_vio=false +1: ac_vio=false 1: vacuum_vio=false 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 @@ -9025,10 +8940,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: 172 -Qualities: 47 +Qualities: 48 Topologies: 1 0: brake_months=6 @@ -9037,8 +8952,8 @@ Topologies: 1 0: vacuum_odometer=120000 0: engine=gas 0: brake_vio=true -0: exhaust_vio=true -0: ac_vio=false +0: exhaust_vio=false +0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true 0: TIME_ADVANCE_STEP=12 @@ -9061,8 +8976,8 @@ Topologies: 1 1: engine=diesel 1: brake_vio=false 1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=false +1: ac_vio=false +1: vacuum_vio=true 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 1: oil_odom=0 @@ -9077,20 +8992,21 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false +0: is_critical=true 1: is_critical=true 0 2 1: road ID: 173 Qualities: 47 Topologies: 1 -0: brake_months=6 +0: brake_months=0 0: exhaust_months=12 0: ac_odometer=120000 0: vacuum_odometer=120000 0: engine=gas 0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=false +0: exhaust_vio=false +0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true 0: TIME_ADVANCE_STEP=12 @@ -9111,9 +9027,9 @@ Topologies: 1 1: ac_odometer=120000 1: vacuum_odometer=120000 1: engine=diesel -1: brake_vio=true +1: brake_vio=false 1: exhaust_vio=true -1: ac_vio=true +1: ac_vio=false 1: vacuum_vio=false 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 @@ -9129,20 +9045,20 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false -1: is_critical=true +0: is_critical=true 0 2 1: road ID: 174 -Qualities: 47 +Qualities: 48 Topologies: 1 -0: brake_months=6 +0: brake_months=0 0: exhaust_months=12 0: ac_odometer=120000 0: vacuum_odometer=120000 0: engine=gas -0: brake_vio=true -0: exhaust_vio=true -0: ac_vio=false +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 @@ -9163,10 +9079,10 @@ Topologies: 1 1: ac_odometer=120000 1: vacuum_odometer=120000 1: engine=diesel -1: brake_vio=true -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=false +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=false +1: vacuum_vio=true 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 1: oil_odom=0 @@ -9181,6 +9097,7 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false +0: is_critical=true 1: is_critical=true 0 2 1: road ID: 175 @@ -9194,7 +9111,7 @@ Topologies: 1 0: engine=gas 0: brake_vio=false 0: exhaust_vio=true -0: ac_vio=false +0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true 0: TIME_ADVANCE_STEP=12 @@ -9210,14 +9127,14 @@ Topologies: 1 0: brakepipe_vio=false 0: brakehoses_months=0 0: brakehoses_vio=false -1: brake_months=0 +1: brake_months=6 1: exhaust_months=12 1: ac_odometer=120000 1: vacuum_odometer=120000 1: engine=diesel -1: brake_vio=false +1: brake_vio=true 1: exhaust_vio=true -1: ac_vio=true +1: ac_vio=false 1: vacuum_vio=false 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 @@ -9233,10 +9150,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: 176 -Qualities: 47 +Qualities: 48 Topologies: 1 0: brake_months=6 @@ -9244,9 +9161,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=true -0: ac_vio=false +0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true 0: TIME_ADVANCE_STEP=12 @@ -9262,15 +9179,15 @@ Topologies: 1 0: brakepipe_vio=false 0: brakehoses_months=0 0: brakehoses_vio=false -1: brake_months=0 +1: brake_months=6 1: exhaust_months=12 1: ac_odometer=120000 1: vacuum_odometer=120000 1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=false +1: 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 @@ -9285,20 +9202,126 @@ 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: 177 Qualities: 47 Topologies: 1 -0: brake_months=0 +0: brake_months=6 0: exhaust_months=12 0: ac_odometer=120000 0: vacuum_odometer=120000 0: engine=gas 0: brake_vio=false 0: exhaust_vio=true -0: ac_vio=false +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_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 @@ -9321,7 +9344,7 @@ Topologies: 1 1: engine=diesel 1: brake_vio=false 1: exhaust_vio=true -1: ac_vio=true +1: ac_vio=false 1: vacuum_vio=false 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 @@ -9337,166 +9360,10 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 178 -Qualities: 47 -Topologies: 1 - -0: brake_months=1 -0: exhaust_months=13 -0: ac_odometer=130000 -0: vacuum_odometer=130000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=13 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=1 -1: exhaust_months=13 -1: ac_odometer=130000 -1: vacuum_odometer=130000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=13 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 179 -Qualities: 47 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true +0: is_critical=true 0 2 1: road ID: 180 -Qualities: 47 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 181 -Qualities: 47 +Qualities: 48 Topologies: 1 0: brake_months=6 @@ -9504,9 +9371,62 @@ Topologies: 1 0: ac_odometer=120000 0: vacuum_odometer=120000 0: engine=gas -0: brake_vio=true +0: brake_vio=false 0: exhaust_vio=false -0: ac_vio=false +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_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 @@ -9527,10 +9447,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=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 @@ -9545,6 +9465,7 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false +0: is_critical=true 1: is_critical=true 0 2 1: road ID: 182 @@ -9556,8 +9477,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 @@ -9574,13 +9495,13 @@ Topologies: 1 0: brakepipe_vio=false 0: brakehoses_months=0 0: brakehoses_vio=false -1: brake_months=0 +1: brake_months=6 1: exhaust_months=12 1: ac_odometer=120000 1: vacuum_odometer=120000 1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true +1: brake_vio=true +1: exhaust_vio=false 1: ac_vio=true 1: vacuum_vio=false 1: compliance_vio=true @@ -9626,12 +9547,12 @@ Topologies: 1 0: brakepipe_vio=false 0: brakehoses_months=0 0: brakehoses_vio=false -1: brake_months=0 +1: brake_months=6 1: exhaust_months=12 1: ac_odometer=120000 1: vacuum_odometer=120000 1: engine=diesel -1: brake_vio=false +1: brake_vio=true 1: exhaust_vio=true 1: ac_vio=true 1: vacuum_vio=false @@ -9655,12 +9576,12 @@ ID: 184 Qualities: 47 Topologies: 1 -0: brake_months=0 +0: brake_months=6 0: exhaust_months=12 0: ac_odometer=120000 0: vacuum_odometer=120000 0: engine=gas -0: brake_vio=false +0: brake_vio=true 0: exhaust_vio=false 0: ac_vio=false 0: vacuum_vio=false @@ -9678,15 +9599,15 @@ Topologies: 1 0: brakepipe_vio=false 0: brakehoses_months=0 0: brakehoses_vio=false -1: brake_months=0 +1: brake_months=6 1: exhaust_months=12 1: ac_odometer=120000 1: vacuum_odometer=120000 1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true +1: brake_vio=true +1: exhaust_vio=false 1: ac_vio=true -1: vacuum_vio=false +1: vacuum_vio=true 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 1: oil_odom=0 @@ -9707,58 +9628,6 @@ ID: 185 Qualities: 47 Topologies: 1 -0: brake_months=1 -0: exhaust_months=13 -0: ac_odometer=130000 -0: vacuum_odometer=130000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=13 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=1 -1: exhaust_months=13 -1: ac_odometer=130000 -1: vacuum_odometer=130000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=13 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 186 -Qualities: 47 -Topologies: 1 - 0: brake_months=0 0: exhaust_months=12 0: ac_odometer=120000 @@ -9788,7 +9657,59 @@ Topologies: 1 1: vacuum_odometer=120000 1: engine=diesel 1: brake_vio=true -1: exhaust_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 @@ -9811,13 +9732,13 @@ ID: 187 Qualities: 47 Topologies: 1 -0: brake_months=0 +0: brake_months=6 0: exhaust_months=12 0: ac_odometer=120000 0: vacuum_odometer=120000 0: engine=gas -0: brake_vio=false -0: exhaust_vio=false +0: brake_vio=true +0: exhaust_vio=true 0: ac_vio=false 0: vacuum_vio=false 0: compliance_vio=true @@ -9894,7 +9815,7 @@ Topologies: 1 1: brake_vio=false 1: exhaust_vio=false 1: ac_vio=true -1: vacuum_vio=false +1: vacuum_vio=true 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 1: oil_odom=0 @@ -9915,7 +9836,7 @@ ID: 189 Qualities: 47 Topologies: 1 -0: brake_months=6 +0: brake_months=0 0: exhaust_months=12 0: ac_odometer=120000 0: vacuum_odometer=120000 @@ -9943,7 +9864,7 @@ Topologies: 1 1: ac_odometer=120000 1: vacuum_odometer=120000 1: engine=diesel -1: brake_vio=true +1: brake_vio=false 1: exhaust_vio=false 1: ac_vio=true 1: vacuum_vio=false @@ -9967,370 +9888,6 @@ ID: 190 Qualities: 47 Topologies: 1 -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 191 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 192 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 193 -Qualities: 47 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 194 -Qualities: 47 -Topologies: 1 - -0: brake_months=1 -0: exhaust_months=13 -0: ac_odometer=130000 -0: vacuum_odometer=130000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=13 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=1 -1: exhaust_months=13 -1: ac_odometer=130000 -1: vacuum_odometer=130000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=13 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 195 -Qualities: 47 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 196 -Qualities: 47 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 197 -Qualities: 47 -Topologies: 1 - 0: brake_months=6 0: exhaust_months=12 0: ac_odometer=120000 @@ -10359,9 +9916,373 @@ Topologies: 1 1: ac_odometer=120000 1: vacuum_odometer=120000 1: engine=diesel +1: brake_vio=false +1: exhaust_vio=true +1: ac_vio=true +1: vacuum_vio=true +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0 2 1: road +ID: 191 +Qualities: 47 +Topologies: 1 + +0: brake_months=0 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=true +1: ac_vio=true +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0 2 1: road +ID: 192 +Qualities: 47 +Topologies: 1 + +0: brake_months=0 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=true +1: vacuum_vio=true +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0 2 1: road +ID: 193 +Qualities: 47 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=true +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=true +1: exhaust_vio=true +1: ac_vio=true +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0 2 1: road +ID: 194 +Qualities: 47 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=true +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel 1: brake_vio=true 1: exhaust_vio=false 1: ac_vio=true +1: vacuum_vio=true +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0 2 1: road +ID: 195 +Qualities: 47 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=true +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=0 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=true +1: vacuum_vio=false +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0 2 1: road +ID: 196 +Qualities: 47 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=true +1: exhaust_vio=true +1: ac_vio=true +1: vacuum_vio=true +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0 2 1: road +ID: 197 +Qualities: 47 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=0 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=true +1: ac_vio=true 1: vacuum_vio=false 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 @@ -10414,7 +10335,7 @@ Topologies: 1 1: brake_vio=false 1: exhaust_vio=false 1: ac_vio=true -1: vacuum_vio=false +1: vacuum_vio=true 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 1: oil_odom=0 @@ -10440,8 +10361,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 @@ -10458,15 +10379,15 @@ Topologies: 1 0: brakepipe_vio=false 0: brakehoses_months=0 0: brakehoses_vio=false -1: brake_months=0 +1: brake_months=6 1: exhaust_months=12 1: ac_odometer=120000 1: vacuum_odometer=120000 1: engine=diesel 1: brake_vio=false -1: exhaust_vio=false +1: exhaust_vio=true 1: ac_vio=true -1: vacuum_vio=false +1: vacuum_vio=true 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 1: oil_odom=0 @@ -10484,16 +10405,16 @@ Topologies: 1 1: is_critical=true 0 2 1: road ID: 200 -Qualities: 47 +Qualities: 46 Topologies: 1 -0: brake_months=0 +0: brake_months=6 0: exhaust_months=12 0: ac_odometer=120000 0: vacuum_odometer=120000 0: engine=gas -0: brake_vio=false -0: exhaust_vio=false +0: brake_vio=true +0: exhaust_vio=true 0: ac_vio=false 0: vacuum_vio=false 0: compliance_vio=true @@ -10510,14 +10431,14 @@ Topologies: 1 0: brakepipe_vio=false 0: brakehoses_months=0 0: brakehoses_vio=false -1: brake_months=0 +1: brake_months=6 1: exhaust_months=12 1: ac_odometer=120000 1: vacuum_odometer=120000 1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true +1: brake_vio=true +1: exhaust_vio=true +1: ac_vio=false 1: vacuum_vio=false 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 @@ -10533,23 +10454,22 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false -1: is_critical=true 0 2 1: road ID: 201 Qualities: 47 Topologies: 1 -0: brake_months=1 -0: exhaust_months=13 -0: ac_odometer=130000 -0: vacuum_odometer=130000 +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 0: engine=gas -0: brake_vio=false -0: exhaust_vio=false +0: brake_vio=true +0: exhaust_vio=true 0: ac_vio=false 0: vacuum_vio=false 0: compliance_vio=true -0: TIME_ADVANCE_STEP=13 +0: TIME_ADVANCE_STEP=12 0: oil_odom=0 0: oil_vio=false 0: driveshaft_odom=0 @@ -10562,17 +10482,17 @@ Topologies: 1 0: brakepipe_vio=false 0: brakehoses_months=0 0: brakehoses_vio=false -1: brake_months=1 -1: exhaust_months=13 -1: ac_odometer=130000 -1: vacuum_odometer=130000 +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 1: engine=diesel -1: brake_vio=false +1: brake_vio=true 1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false +1: ac_vio=false +1: vacuum_vio=true 1: compliance_vio=true -1: TIME_ADVANCE_STEP=13 +1: TIME_ADVANCE_STEP=12 1: oil_odom=0 1: oil_vio=false 1: driveshaft_odom=0 @@ -10588,7 +10508,7 @@ Topologies: 1 1: is_critical=true 0 2 1: road ID: 202 -Qualities: 47 +Qualities: 46 Topologies: 1 0: brake_months=0 @@ -10597,7 +10517,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 @@ -10621,7 +10541,7 @@ Topologies: 1 1: engine=diesel 1: brake_vio=true 1: exhaust_vio=false -1: ac_vio=true +1: ac_vio=false 1: vacuum_vio=false 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 @@ -10637,19 +10557,18 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false -1: is_critical=true 0 2 1: road ID: 203 -Qualities: 47 +Qualities: 46 Topologies: 1 -0: brake_months=0 +0: brake_months=6 0: exhaust_months=12 0: ac_odometer=120000 0: vacuum_odometer=120000 0: engine=gas -0: brake_vio=false -0: exhaust_vio=false +0: brake_vio=true +0: exhaust_vio=true 0: ac_vio=false 0: vacuum_vio=false 0: compliance_vio=true @@ -10666,14 +10585,14 @@ Topologies: 1 0: brakepipe_vio=false 0: brakehoses_months=0 0: brakehoses_vio=false -1: brake_months=6 +1: brake_months=0 1: exhaust_months=12 1: ac_odometer=120000 1: vacuum_odometer=120000 1: engine=diesel 1: brake_vio=false 1: exhaust_vio=false -1: ac_vio=true +1: ac_vio=false 1: vacuum_vio=false 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 @@ -10689,23 +10608,22 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false -1: is_critical=true 0 2 1: road ID: 204 Qualities: 47 Topologies: 1 -0: brake_months=0 -0: exhaust_months=6 -0: ac_odometer=60000 -0: vacuum_odometer=60000 +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 0: engine=gas -0: brake_vio=false +0: brake_vio=true 0: exhaust_vio=false 0: ac_vio=false 0: vacuum_vio=false 0: compliance_vio=true -0: TIME_ADVANCE_STEP=6 +0: TIME_ADVANCE_STEP=12 0: oil_odom=0 0: oil_vio=false 0: driveshaft_odom=0 @@ -10719,16 +10637,16 @@ Topologies: 1 0: brakehoses_months=0 0: brakehoses_vio=false 1: brake_months=6 -1: exhaust_months=6 -1: ac_odometer=60000 -1: vacuum_odometer=60000 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 1: engine=diesel 1: brake_vio=true -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false +1: exhaust_vio=true +1: ac_vio=false +1: vacuum_vio=true 1: compliance_vio=true -1: TIME_ADVANCE_STEP=6 +1: TIME_ADVANCE_STEP=12 1: oil_odom=0 1: oil_vio=false 1: driveshaft_odom=0 @@ -10744,20 +10662,20 @@ Topologies: 1 1: is_critical=true 0 2 1: road ID: 205 -Qualities: 47 +Qualities: 46 Topologies: 1 0: brake_months=0 -0: exhaust_months=6 -0: ac_odometer=60000 -0: vacuum_odometer=60000 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 0: engine=gas 0: brake_vio=false 0: exhaust_vio=false 0: ac_vio=false 0: vacuum_vio=false 0: compliance_vio=true -0: TIME_ADVANCE_STEP=6 +0: TIME_ADVANCE_STEP=12 0: oil_odom=0 0: oil_vio=false 0: driveshaft_odom=0 @@ -10771,16 +10689,118 @@ Topologies: 1 0: brakehoses_months=0 0: brakehoses_vio=false 1: brake_months=6 -1: exhaust_months=6 -1: ac_odometer=60000 -1: vacuum_odometer=60000 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true +1: brake_vio=true +1: exhaust_vio=true +1: ac_vio=false 1: vacuum_vio=false 1: compliance_vio=true -1: TIME_ADVANCE_STEP=6 +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: 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 @@ -10795,177 +10815,21 @@ Topologies: 1 1: brakehoses_vio=false 1: is_critical=true 0 2 1: road -ID: 206 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=6 -0: ac_odometer=60000 -0: vacuum_odometer=60000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=6 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=6 -1: ac_odometer=60000 -1: vacuum_odometer=60000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=false -1: compliance_vio=false -1: TIME_ADVANCE_STEP=6 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -0 2 1: road -ID: 207 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=6 -0: ac_odometer=60000 -0: vacuum_odometer=60000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=6 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=6 -1: ac_odometer=60000 -1: vacuum_odometer=60000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=6 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -0 2 1: road ID: 208 Qualities: 47 Topologies: 1 0: brake_months=6 -0: exhaust_months=6 -0: ac_odometer=60000 -0: vacuum_odometer=60000 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 0: engine=gas 0: brake_vio=true 0: exhaust_vio=false -0: ac_vio=true +0: 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: is_critical=true -0 2 1: road -ID: 209 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=6 -0: ac_odometer=60000 -0: vacuum_odometer=60000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=6 +0: TIME_ADVANCE_STEP=12 0: oil_odom=0 0: oil_vio=false 0: driveshaft_odom=0 @@ -10979,16 +10843,68 @@ Topologies: 1 0: brakehoses_months=0 0: brakehoses_vio=false 1: brake_months=0 -1: exhaust_months=6 -1: ac_odometer=60000 -1: vacuum_odometer=60000 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 1: engine=diesel 1: brake_vio=false 1: exhaust_vio=false 1: ac_vio=false -1: vacuum_vio=false +1: vacuum_vio=true 1: compliance_vio=true -1: TIME_ADVANCE_STEP=6 +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: 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 @@ -11001,1206 +10917,17 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false -0: is_critical=true 0 2 1: road ID: 210 Qualities: 47 Topologies: 1 -0: brake_months=6 -0: exhaust_months=6 -0: ac_odometer=60000 -0: vacuum_odometer=60000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=6 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=6 -1: ac_odometer=60000 -1: vacuum_odometer=60000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=6 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -0 2 1: road -ID: 211 -Qualities: 47 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=6 -0: ac_odometer=60000 -0: vacuum_odometer=60000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=6 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=6 -1: ac_odometer=60000 -1: vacuum_odometer=60000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=6 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -0 2 1: road -ID: 212 -Qualities: 47 -Topologies: 1 - -0: brake_months=1 -0: exhaust_months=7 -0: ac_odometer=70000 -0: vacuum_odometer=70000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=7 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=1 -1: exhaust_months=7 -1: ac_odometer=70000 -1: vacuum_odometer=70000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=7 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -0 2 1: road -ID: 213 -Qualities: 48 -Topologies: 1 - -0: brake_months=2 -0: exhaust_months=2 -0: ac_odometer=20000 -0: vacuum_odometer=20000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=2 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=2 -1: exhaust_months=2 -1: ac_odometer=20000 -1: vacuum_odometer=20000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=2 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 214 -Qualities: 48 -Topologies: 1 - -0: brake_months=3 -0: exhaust_months=3 -0: ac_odometer=30000 -0: vacuum_odometer=30000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=3 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=3 -1: exhaust_months=3 -1: ac_odometer=30000 -1: vacuum_odometer=30000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=3 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 215 -Qualities: 48 -Topologies: 1 - -0: brake_months=4 -0: exhaust_months=4 -0: ac_odometer=40000 -0: vacuum_odometer=40000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=4 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=4 -1: exhaust_months=4 -1: ac_odometer=40000 -1: vacuum_odometer=40000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=4 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 216 -Qualities: 48 -Topologies: 1 - -0: brake_months=5 -0: exhaust_months=5 -0: ac_odometer=50000 -0: vacuum_odometer=50000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=5 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=5 -1: exhaust_months=5 -1: ac_odometer=50000 -1: vacuum_odometer=50000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=true -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=5 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -1: is_critical=true -0 2 1: road -ID: 217 -Qualities: 46 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=6 -0: ac_odometer=60000 -0: vacuum_odometer=60000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=6 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=6 -1: ac_odometer=60000 -1: vacuum_odometer=60000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=6 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0 2 1: road -ID: 218 -Qualities: 46 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=6 -0: ac_odometer=60000 -0: vacuum_odometer=60000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=false -0: TIME_ADVANCE_STEP=6 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=6 -1: ac_odometer=60000 -1: vacuum_odometer=60000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=6 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0 2 1: road -ID: 219 -Qualities: 46 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=6 -0: ac_odometer=60000 -0: vacuum_odometer=60000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=6 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=6 -1: ac_odometer=60000 -1: vacuum_odometer=60000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=6 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0 2 1: road -ID: 220 -Qualities: 46 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=6 -0: ac_odometer=60000 -0: vacuum_odometer=60000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=6 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=6 -1: ac_odometer=60000 -1: vacuum_odometer=60000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=6 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0 2 1: road -ID: 221 -Qualities: 46 -Topologies: 1 - -0: brake_months=1 -0: exhaust_months=7 -0: ac_odometer=70000 -0: vacuum_odometer=70000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=7 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=1 -1: exhaust_months=7 -1: ac_odometer=70000 -1: vacuum_odometer=70000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=7 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0 2 1: road -ID: 222 -Qualities: 46 -Topologies: 1 - -0: brake_months=2 -0: exhaust_months=8 -0: ac_odometer=80000 -0: vacuum_odometer=80000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=8 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=2 -1: exhaust_months=8 -1: ac_odometer=80000 -1: vacuum_odometer=80000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=8 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0 2 1: road -ID: 223 -Qualities: 47 -Topologies: 1 - -0: brake_months=2 -0: exhaust_months=8 -0: ac_odometer=80000 -0: vacuum_odometer=80000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=8 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=2 -1: exhaust_months=8 -1: ac_odometer=80000 -1: vacuum_odometer=80000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=8 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -0 2 1: road -ID: 224 -Qualities: 46 -Topologies: 1 - -0: brake_months=3 -0: exhaust_months=9 -0: ac_odometer=90000 -0: vacuum_odometer=90000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=9 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=3 -1: exhaust_months=9 -1: ac_odometer=90000 -1: vacuum_odometer=90000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=9 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0 2 1: road -ID: 225 -Qualities: 47 -Topologies: 1 - -0: brake_months=3 -0: exhaust_months=9 -0: ac_odometer=90000 -0: vacuum_odometer=90000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=9 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=3 -1: exhaust_months=9 -1: ac_odometer=90000 -1: vacuum_odometer=90000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=9 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -0 2 1: road -ID: 226 -Qualities: 46 -Topologies: 1 - -0: brake_months=4 -0: exhaust_months=10 -0: ac_odometer=100000 -0: vacuum_odometer=100000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=10 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=4 -1: exhaust_months=10 -1: ac_odometer=100000 -1: vacuum_odometer=100000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=10 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0 2 1: road -ID: 227 -Qualities: 47 -Topologies: 1 - -0: brake_months=4 -0: exhaust_months=10 -0: ac_odometer=100000 -0: vacuum_odometer=100000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=10 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=4 -1: exhaust_months=10 -1: ac_odometer=100000 -1: vacuum_odometer=100000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=10 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -0 2 1: road -ID: 228 -Qualities: 46 -Topologies: 1 - -0: brake_months=5 -0: exhaust_months=11 -0: ac_odometer=110000 -0: vacuum_odometer=110000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=11 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=5 -1: exhaust_months=11 -1: ac_odometer=110000 -1: vacuum_odometer=110000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=11 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0 2 1: road -ID: 229 -Qualities: 47 -Topologies: 1 - -0: brake_months=5 -0: exhaust_months=11 -0: ac_odometer=110000 -0: vacuum_odometer=110000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=11 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=5 -1: exhaust_months=11 -1: ac_odometer=110000 -1: vacuum_odometer=110000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=11 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -0 2 1: road -ID: 230 -Qualities: 46 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0 2 1: road -ID: 231 -Qualities: 46 -Topologies: 1 - 0: brake_months=6 0: exhaust_months=12 0: ac_odometer=120000 0: vacuum_odometer=120000 0: engine=gas 0: brake_vio=true -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0 2 1: road -ID: 232 -Qualities: 46 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=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: 233 -Qualities: 46 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false 0: exhaust_vio=true 0: ac_vio=false 0: vacuum_vio=false @@ -12224,9 +10951,9 @@ Topologies: 1 1: vacuum_odometer=120000 1: engine=diesel 1: brake_vio=false -1: exhaust_vio=false +1: exhaust_vio=true 1: ac_vio=false -1: vacuum_vio=false +1: vacuum_vio=true 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 1: oil_odom=0 @@ -12241,18 +10968,19 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false +1: is_critical=true 0 2 1: road -ID: 234 +ID: 211 Qualities: 46 Topologies: 1 -0: brake_months=6 +0: brake_months=0 0: exhaust_months=12 0: ac_odometer=120000 0: vacuum_odometer=120000 0: engine=gas 0: brake_vio=false -0: exhaust_vio=false +0: exhaust_vio=true 0: ac_vio=false 0: vacuum_vio=false 0: compliance_vio=true @@ -12293,10 +11021,1063 @@ Topologies: 1 1: brakehoses_months=0 1: brakehoses_vio=false 0 2 1: road -ID: 235 +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 @@ -12325,9 +12106,62 @@ Topologies: 1 1: ac_odometer=120000 1: vacuum_odometer=120000 1: engine=diesel +1: brake_vio=true +1: exhaust_vio=true +1: ac_vio=true +1: vacuum_vio=true +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +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=false -1: ac_vio=false +1: exhaust_vio=true +1: ac_vio=true 1: vacuum_vio=false 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 @@ -12344,6 +12178,113 @@ Topologies: 1 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 @@ -12354,9 +12295,9 @@ Topologies: 1 0: ac_odometer=120000 0: vacuum_odometer=120000 0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=false +0: brake_vio=true +0: exhaust_vio=true +0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true 0: TIME_ADVANCE_STEP=12 @@ -12377,10 +12318,10 @@ Topologies: 1 1: ac_odometer=120000 1: vacuum_odometer=120000 1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false +1: brake_vio=true +1: exhaust_vio=true 1: ac_vio=false -1: vacuum_vio=true +1: vacuum_vio=false 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 1: oil_odom=0 @@ -12395,10 +12336,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: 237 -Qualities: 47 +Qualities: 48 Topologies: 1 0: brake_months=6 @@ -12407,60 +12348,8 @@ Topologies: 1 0: vacuum_odometer=120000 0: engine=gas 0: brake_vio=true -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 238 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=false +0: exhaust_vio=true +0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true 0: TIME_ADVANCE_STEP=12 @@ -12499,8 +12388,61 @@ 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: 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 @@ -12510,112 +12452,8 @@ Topologies: 1 0: ac_odometer=120000 0: vacuum_odometer=120000 0: engine=gas -0: brake_vio=false +0: brake_vio=true 0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_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: 240 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=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: 241 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false 0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true @@ -12632,7 +12470,7 @@ Topologies: 1 0: brakepipe_vio=false 0: brakehoses_months=0 0: brakehoses_vio=false -1: brake_months=6 +1: brake_months=0 1: exhaust_months=12 1: ac_odometer=120000 1: vacuum_odometer=120000 @@ -12640,7 +12478,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 @@ -12655,10 +12493,9 @@ 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: 242 +ID: 240 Qualities: 48 Topologies: 1 @@ -12690,8 +12527,8 @@ Topologies: 1 1: ac_odometer=120000 1: vacuum_odometer=120000 1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false +1: brake_vio=true +1: exhaust_vio=true 1: ac_vio=false 1: vacuum_vio=true 1: compliance_vio=true @@ -12708,14 +12545,118 @@ 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: 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=6 +0: brake_months=0 0: exhaust_months=12 0: ac_odometer=120000 0: vacuum_odometer=120000 @@ -12761,8 +12702,8 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false -1: is_critical=true 0: is_critical=true +1: is_critical=true 0 2 1: road ID: 244 Qualities: 48 @@ -12773,8 +12714,8 @@ Topologies: 1 0: ac_odometer=120000 0: vacuum_odometer=120000 0: engine=gas -0: brake_vio=false -0: exhaust_vio=true +0: brake_vio=true +0: exhaust_vio=false 0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true @@ -12791,7 +12732,7 @@ Topologies: 1 0: brakepipe_vio=false 0: brakehoses_months=0 0: brakehoses_vio=false -1: brake_months=6 +1: brake_months=0 1: exhaust_months=12 1: ac_odometer=120000 1: vacuum_odometer=120000 @@ -12814,14 +12755,14 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false -1: is_critical=true 0: is_critical=true +1: is_critical=true 0 2 1: road ID: 245 -Qualities: 48 +Qualities: 47 Topologies: 1 -0: brake_months=6 +0: brake_months=0 0: exhaust_months=12 0: ac_odometer=120000 0: vacuum_odometer=120000 @@ -12844,15 +12785,15 @@ Topologies: 1 0: brakepipe_vio=false 0: brakehoses_months=0 0: brakehoses_vio=false -1: brake_months=6 +1: brake_months=0 1: exhaust_months=12 1: ac_odometer=120000 1: vacuum_odometer=120000 1: engine=diesel 1: brake_vio=false -1: exhaust_vio=true +1: exhaust_vio=false 1: ac_vio=false -1: vacuum_vio=true +1: vacuum_vio=false 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 1: oil_odom=0 @@ -12867,7 +12808,6 @@ 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: 246 @@ -12880,7 +12820,7 @@ Topologies: 1 0: vacuum_odometer=120000 0: engine=gas 0: brake_vio=true -0: exhaust_vio=false +0: exhaust_vio=true 0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true @@ -12920,20 +12860,20 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false -1: is_critical=true 0: is_critical=true +1: is_critical=true 0 2 1: road ID: 247 -Qualities: 48 +Qualities: 47 Topologies: 1 -0: brake_months=6 +0: brake_months=0 0: exhaust_months=12 0: ac_odometer=120000 0: vacuum_odometer=120000 0: engine=gas 0: brake_vio=false -0: exhaust_vio=false +0: exhaust_vio=true 0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true @@ -12955,10 +12895,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=true +1: vacuum_vio=false 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 1: oil_odom=0 @@ -12973,14 +12913,13 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false -1: is_critical=true 0: is_critical=true 0 2 1: road ID: 248 Qualities: 48 Topologies: 1 -0: brake_months=6 +0: brake_months=0 0: exhaust_months=12 0: ac_odometer=120000 0: vacuum_odometer=120000 @@ -13009,7 +12948,7 @@ Topologies: 1 1: vacuum_odometer=120000 1: engine=diesel 1: brake_vio=false -1: exhaust_vio=true +1: exhaust_vio=false 1: ac_vio=false 1: vacuum_vio=true 1: compliance_vio=true @@ -13026,20 +12965,20 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false -1: is_critical=true 0: is_critical=true +1: is_critical=true 0 2 1: road ID: 249 Qualities: 48 Topologies: 1 -0: brake_months=6 +0: brake_months=0 0: exhaust_months=12 0: ac_odometer=120000 0: vacuum_odometer=120000 0: engine=gas -0: brake_vio=true -0: exhaust_vio=true +0: brake_vio=false +0: exhaust_vio=false 0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true @@ -13079,8 +13018,8 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false -1: is_critical=true 0: is_critical=true +1: is_critical=true 0 2 1: road ID: 250 Qualities: 48 @@ -13132,11 +13071,11 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false -1: is_critical=true 0: is_critical=true +1: is_critical=true 0 2 1: road ID: 251 -Qualities: 48 +Qualities: 47 Topologies: 1 0: brake_months=6 @@ -13144,7 +13083,7 @@ Topologies: 1 0: ac_odometer=120000 0: vacuum_odometer=120000 0: engine=gas -0: brake_vio=true +0: brake_vio=false 0: exhaust_vio=true 0: ac_vio=true 0: vacuum_vio=false @@ -13162,15 +13101,15 @@ Topologies: 1 0: brakepipe_vio=false 0: brakehoses_months=0 0: brakehoses_vio=false -1: brake_months=6 +1: brake_months=0 1: exhaust_months=12 1: ac_odometer=120000 1: vacuum_odometer=120000 1: engine=diesel -1: brake_vio=true +1: brake_vio=false 1: exhaust_vio=true 1: ac_vio=false -1: vacuum_vio=true +1: vacuum_vio=false 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 1: oil_odom=0 @@ -13185,7 +13124,6 @@ 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: 252 @@ -13221,7 +13159,7 @@ Topologies: 1 1: vacuum_odometer=120000 1: engine=diesel 1: brake_vio=false -1: exhaust_vio=true +1: exhaust_vio=false 1: ac_vio=false 1: vacuum_vio=true 1: compliance_vio=true @@ -13238,8 +13176,8 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false -1: is_critical=true 0: is_critical=true +1: is_critical=true 0 2 1: road ID: 253 Qualities: 48 @@ -13250,8 +13188,8 @@ Topologies: 1 0: ac_odometer=120000 0: vacuum_odometer=120000 0: engine=gas -0: brake_vio=true -0: exhaust_vio=true +0: brake_vio=false +0: exhaust_vio=false 0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true @@ -13291,21 +13229,21 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false -1: is_critical=true 0: is_critical=true +1: is_critical=true 0 2 1: road ID: 254 -Qualities: 48 +Qualities: 47 Topologies: 1 -0: brake_months=0 +0: brake_months=6 0: exhaust_months=12 0: ac_odometer=120000 0: vacuum_odometer=120000 0: engine=gas -0: brake_vio=false +0: brake_vio=true 0: exhaust_vio=true -0: ac_vio=true +0: ac_vio=false 0: vacuum_vio=false 0: compliance_vio=true 0: TIME_ADVANCE_STEP=12 @@ -13321,15 +13259,15 @@ Topologies: 1 0: brakepipe_vio=false 0: brakehoses_months=0 0: brakehoses_vio=false -1: brake_months=0 +1: brake_months=6 1: exhaust_months=12 1: ac_odometer=120000 1: vacuum_odometer=120000 1: engine=diesel -1: brake_vio=false +1: brake_vio=true 1: exhaust_vio=true -1: ac_vio=false -1: vacuum_vio=true +1: ac_vio=true +1: vacuum_vio=false 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 1: oil_odom=0 @@ -13345,23 +13283,22 @@ Topologies: 1 1: brakehoses_months=0 1: brakehoses_vio=false 1: is_critical=true -0: is_critical=true 0 2 1: road ID: 255 -Qualities: 48 +Qualities: 47 Topologies: 1 -0: brake_months=1 -0: exhaust_months=13 -0: ac_odometer=130000 -0: vacuum_odometer=130000 +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 0: engine=gas -0: brake_vio=false +0: brake_vio=true 0: exhaust_vio=true -0: ac_vio=true +0: ac_vio=false 0: vacuum_vio=false 0: compliance_vio=true -0: TIME_ADVANCE_STEP=13 +0: TIME_ADVANCE_STEP=12 0: oil_odom=0 0: oil_vio=false 0: driveshaft_odom=0 @@ -13374,17 +13311,17 @@ Topologies: 1 0: brakepipe_vio=false 0: brakehoses_months=0 0: brakehoses_vio=false -1: brake_months=1 -1: exhaust_months=13 -1: ac_odometer=130000 -1: vacuum_odometer=130000 +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=false +1: brake_vio=true +1: exhaust_vio=false +1: ac_vio=true 1: vacuum_vio=true 1: compliance_vio=true -1: TIME_ADVANCE_STEP=13 +1: TIME_ADVANCE_STEP=12 1: oil_odom=0 1: oil_vio=false 1: driveshaft_odom=0 @@ -13398,10 +13335,9 @@ Topologies: 1 1: brakehoses_months=0 1: brakehoses_vio=false 1: is_critical=true -0: is_critical=true 0 2 1: road ID: 256 -Qualities: 48 +Qualities: 47 Topologies: 1 0: brake_months=0 @@ -13411,7 +13347,7 @@ Topologies: 1 0: engine=gas 0: brake_vio=false 0: exhaust_vio=true -0: ac_vio=true +0: ac_vio=false 0: vacuum_vio=false 0: compliance_vio=true 0: TIME_ADVANCE_STEP=12 @@ -13433,9 +13369,9 @@ Topologies: 1 1: vacuum_odometer=120000 1: engine=diesel 1: brake_vio=true -1: exhaust_vio=true -1: ac_vio=false -1: vacuum_vio=true +1: exhaust_vio=false +1: ac_vio=true +1: vacuum_vio=false 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 1: oil_odom=0 @@ -13451,20 +13387,19 @@ Topologies: 1 1: brakehoses_months=0 1: brakehoses_vio=false 1: is_critical=true -0: is_critical=true 0 2 1: road ID: 257 -Qualities: 48 +Qualities: 47 Topologies: 1 -0: brake_months=0 +0: brake_months=6 0: exhaust_months=12 0: ac_odometer=120000 0: vacuum_odometer=120000 0: engine=gas -0: brake_vio=false +0: brake_vio=true 0: exhaust_vio=true -0: ac_vio=true +0: ac_vio=false 0: vacuum_vio=false 0: compliance_vio=true 0: TIME_ADVANCE_STEP=12 @@ -13480,15 +13415,15 @@ Topologies: 1 0: brakepipe_vio=false 0: brakehoses_months=0 0: brakehoses_vio=false -1: brake_months=6 +1: brake_months=0 1: exhaust_months=12 1: ac_odometer=120000 1: vacuum_odometer=120000 1: engine=diesel 1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=false -1: vacuum_vio=true +1: exhaust_vio=false +1: ac_vio=true +1: vacuum_vio=false 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 1: oil_odom=0 @@ -13504,1228 +13439,8 @@ Topologies: 1 1: brakehoses_months=0 1: brakehoses_vio=false 1: is_critical=true -0: is_critical=true 0 2 1: road ID: 258 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=true -1: ac_vio=false -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 259 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=false -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 260 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=false -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 261 -Qualities: 48 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=false -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 262 -Qualities: 48 -Topologies: 1 - -0: brake_months=1 -0: exhaust_months=13 -0: ac_odometer=130000 -0: vacuum_odometer=130000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=13 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=1 -1: exhaust_months=13 -1: ac_odometer=130000 -1: vacuum_odometer=130000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=false -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=13 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 263 -Qualities: 48 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=true -1: ac_vio=false -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 264 -Qualities: 48 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=false -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 265 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 266 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 267 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 268 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 269 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 270 -Qualities: 48 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 271 -Qualities: 48 -Topologies: 1 - -0: brake_months=1 -0: exhaust_months=13 -0: ac_odometer=130000 -0: vacuum_odometer=130000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=13 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=1 -1: exhaust_months=13 -1: ac_odometer=130000 -1: vacuum_odometer=130000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=13 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 272 -Qualities: 48 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 273 -Qualities: 48 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 274 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 275 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 276 -Qualities: 48 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 277 -Qualities: 48 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 278 -Qualities: 48 -Topologies: 1 - -0: brake_months=1 -0: exhaust_months=13 -0: ac_odometer=130000 -0: vacuum_odometer=130000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=13 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=1 -1: exhaust_months=13 -1: ac_odometer=130000 -1: vacuum_odometer=130000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=13 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 279 -Qualities: 48 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 280 -Qualities: 48 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0: is_critical=true -0 2 1: road -ID: 281 Qualities: 47 Topologies: 1 @@ -14757,8 +13472,1200 @@ Topologies: 1 1: ac_odometer=120000 1: vacuum_odometer=120000 1: engine=diesel +1: brake_vio=true +1: exhaust_vio=true +1: ac_vio=true +1: vacuum_vio=true +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +1: is_critical=true +0 2 1: road +ID: 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 @@ -14778,20 +14685,20 @@ Topologies: 1 1: is_critical=true 0 2 1: road ID: 282 -Qualities: 47 +Qualities: 46 Topologies: 1 -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 +0: brake_months=1 +0: exhaust_months=13 +0: ac_odometer=130000 +0: vacuum_odometer=130000 0: engine=gas 0: brake_vio=false 0: exhaust_vio=false 0: ac_vio=false 0: vacuum_vio=false 0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 +0: TIME_ADVANCE_STEP=13 0: oil_odom=0 0: oil_vio=false 0: driveshaft_odom=0 @@ -14804,17 +14711,17 @@ Topologies: 1 0: brakepipe_vio=false 0: brakehoses_months=0 0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 +1: brake_months=1 +1: exhaust_months=13 +1: ac_odometer=130000 +1: vacuum_odometer=130000 1: engine=diesel -1: brake_vio=true -1: exhaust_vio=true +1: brake_vio=false +1: exhaust_vio=false 1: ac_vio=false -1: vacuum_vio=true +1: vacuum_vio=false 1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 +1: TIME_ADVANCE_STEP=13 1: oil_odom=0 1: oil_vio=false 1: driveshaft_odom=0 @@ -14827,13 +14734,12 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false -1: is_critical=true 0 2 1: road ID: 283 Qualities: 47 Topologies: 1 -0: brake_months=6 +0: brake_months=0 0: exhaust_months=12 0: ac_odometer=120000 0: vacuum_odometer=120000 @@ -14890,7 +14796,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 @@ -14908,7 +14814,7 @@ Topologies: 1 0: brakepipe_vio=false 0: brakehoses_months=0 0: brakehoses_vio=false -1: brake_months=6 +1: brake_months=0 1: exhaust_months=12 1: ac_odometer=120000 1: vacuum_odometer=120000 @@ -14934,7 +14840,7 @@ Topologies: 1 1: is_critical=true 0 2 1: road ID: 285 -Qualities: 47 +Qualities: 48 Topologies: 1 0: brake_months=6 @@ -14942,9 +14848,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=true -0: ac_vio=false +0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true 0: TIME_ADVANCE_STEP=12 @@ -14967,8 +14873,8 @@ Topologies: 1 1: engine=diesel 1: brake_vio=true 1: exhaust_vio=true -1: ac_vio=false -1: vacuum_vio=true +1: ac_vio=true +1: vacuum_vio=false 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 1: oil_odom=0 @@ -14983,10 +14889,11 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false +0: is_critical=true 1: is_critical=true 0 2 1: road ID: 286 -Qualities: 47 +Qualities: 48 Topologies: 1 0: brake_months=6 @@ -14996,7 +14903,7 @@ Topologies: 1 0: engine=gas 0: brake_vio=true 0: exhaust_vio=true -0: ac_vio=false +0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true 0: TIME_ADVANCE_STEP=12 @@ -15018,8 +14925,8 @@ Topologies: 1 1: vacuum_odometer=120000 1: engine=diesel 1: brake_vio=true -1: exhaust_vio=true -1: ac_vio=false +1: exhaust_vio=false +1: ac_vio=true 1: vacuum_vio=true 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 @@ -15035,20 +14942,21 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false +0: is_critical=true 1: is_critical=true 0 2 1: road ID: 287 -Qualities: 47 +Qualities: 48 Topologies: 1 -0: brake_months=6 +0: brake_months=0 0: exhaust_months=12 0: ac_odometer=120000 0: vacuum_odometer=120000 0: engine=gas 0: brake_vio=false 0: exhaust_vio=true -0: ac_vio=false +0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true 0: TIME_ADVANCE_STEP=12 @@ -15064,15 +14972,15 @@ Topologies: 1 0: brakepipe_vio=false 0: brakehoses_months=0 0: brakehoses_vio=false -1: brake_months=0 +1: brake_months=6 1: exhaust_months=12 1: ac_odometer=120000 1: vacuum_odometer=120000 1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=false -1: vacuum_vio=true +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 @@ -15087,10 +14995,11 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false +0: is_critical=true 1: is_critical=true 0 2 1: road ID: 288 -Qualities: 47 +Qualities: 48 Topologies: 1 0: brake_months=6 @@ -15100,7 +15009,7 @@ Topologies: 1 0: engine=gas 0: brake_vio=true 0: exhaust_vio=true -0: ac_vio=false +0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true 0: TIME_ADVANCE_STEP=12 @@ -15122,9 +15031,9 @@ Topologies: 1 1: vacuum_odometer=120000 1: engine=diesel 1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=false -1: vacuum_vio=true +1: exhaust_vio=false +1: ac_vio=true +1: vacuum_vio=false 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 1: oil_odom=0 @@ -15139,20 +15048,21 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false +0: is_critical=true 1: is_critical=true 0 2 1: road ID: 289 -Qualities: 47 +Qualities: 48 Topologies: 1 -0: brake_months=0 +0: brake_months=6 0: exhaust_months=12 0: ac_odometer=120000 0: vacuum_odometer=120000 0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_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 @@ -15168,14 +15078,14 @@ Topologies: 1 0: brakepipe_vio=false 0: brakehoses_months=0 0: brakehoses_vio=false -1: brake_months=0 +1: brake_months=6 1: exhaust_months=12 1: ac_odometer=120000 1: vacuum_odometer=120000 1: engine=diesel -1: brake_vio=false +1: brake_vio=true 1: exhaust_vio=true -1: ac_vio=false +1: ac_vio=true 1: vacuum_vio=true 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 @@ -15191,23 +15101,24 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false +0: is_critical=true 1: is_critical=true 0 2 1: road ID: 290 -Qualities: 47 +Qualities: 48 Topologies: 1 -0: brake_months=1 -0: exhaust_months=13 -0: ac_odometer=130000 -0: vacuum_odometer=130000 +0: brake_months=0 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 0: engine=gas 0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=false +0: exhaust_vio=false +0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true -0: TIME_ADVANCE_STEP=13 +0: TIME_ADVANCE_STEP=12 0: oil_odom=0 0: oil_vio=false 0: driveshaft_odom=0 @@ -15220,17 +15131,17 @@ Topologies: 1 0: brakepipe_vio=false 0: brakehoses_months=0 0: brakehoses_vio=false -1: brake_months=1 -1: exhaust_months=13 -1: ac_odometer=130000 -1: vacuum_odometer=130000 +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 1: engine=diesel -1: brake_vio=false +1: brake_vio=true 1: exhaust_vio=true -1: ac_vio=false -1: vacuum_vio=true +1: ac_vio=true +1: vacuum_vio=false 1: compliance_vio=true -1: TIME_ADVANCE_STEP=13 +1: TIME_ADVANCE_STEP=12 1: oil_odom=0 1: oil_vio=false 1: driveshaft_odom=0 @@ -15243,20 +15154,21 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false +0: is_critical=true 1: is_critical=true 0 2 1: road ID: 291 -Qualities: 47 +Qualities: 48 Topologies: 1 -0: brake_months=0 +0: brake_months=6 0: exhaust_months=12 0: ac_odometer=120000 0: vacuum_odometer=120000 0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_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 @@ -15272,15 +15184,15 @@ Topologies: 1 0: brakepipe_vio=false 0: brakehoses_months=0 0: brakehoses_vio=false -1: brake_months=6 +1: brake_months=0 1: exhaust_months=12 1: ac_odometer=120000 1: vacuum_odometer=120000 1: engine=diesel -1: brake_vio=true +1: brake_vio=false 1: exhaust_vio=true -1: ac_vio=false -1: vacuum_vio=true +1: ac_vio=true +1: vacuum_vio=false 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 1: oil_odom=0 @@ -15295,10 +15207,11 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false +0: is_critical=true 1: is_critical=true 0 2 1: road ID: 292 -Qualities: 47 +Qualities: 48 Topologies: 1 0: brake_months=0 @@ -15307,8 +15220,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 @@ -15329,9 +15242,9 @@ Topologies: 1 1: ac_odometer=120000 1: vacuum_odometer=120000 1: engine=diesel -1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=false +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 @@ -15347,10 +15260,11 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false +0: is_critical=true 1: is_critical=true 0 2 1: road ID: 293 -Qualities: 47 +Qualities: 48 Topologies: 1 0: brake_months=6 @@ -15360,7 +15274,7 @@ Topologies: 1 0: engine=gas 0: brake_vio=true 0: exhaust_vio=false -0: ac_vio=false +0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true 0: TIME_ADVANCE_STEP=12 @@ -15376,14 +15290,14 @@ Topologies: 1 0: brakepipe_vio=false 0: brakehoses_months=0 0: brakehoses_vio=false -1: brake_months=6 +1: brake_months=0 1: exhaust_months=12 1: ac_odometer=120000 1: vacuum_odometer=120000 1: engine=diesel -1: brake_vio=true -1: exhaust_vio=true -1: ac_vio=false +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=true 1: vacuum_vio=true 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 @@ -15399,20 +15313,21 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false +0: is_critical=true 1: is_critical=true 0 2 1: road ID: 294 -Qualities: 47 +Qualities: 48 Topologies: 1 -0: brake_months=6 +0: brake_months=0 0: exhaust_months=12 0: ac_odometer=120000 0: vacuum_odometer=120000 0: engine=gas 0: brake_vio=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 @@ -15434,9 +15349,9 @@ Topologies: 1 1: vacuum_odometer=120000 1: engine=diesel 1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=false -1: vacuum_vio=true +1: exhaust_vio=false +1: ac_vio=true +1: vacuum_vio=false 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 1: oil_odom=0 @@ -15451,10 +15366,11 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false +0: is_critical=true 1: is_critical=true 0 2 1: road ID: 295 -Qualities: 47 +Qualities: 48 Topologies: 1 0: brake_months=6 @@ -15463,8 +15379,8 @@ Topologies: 1 0: vacuum_odometer=120000 0: engine=gas 0: brake_vio=true -0: exhaust_vio=false -0: ac_vio=false +0: exhaust_vio=true +0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true 0: TIME_ADVANCE_STEP=12 @@ -15480,14 +15396,14 @@ Topologies: 1 0: brakepipe_vio=false 0: brakehoses_months=0 0: brakehoses_vio=false -1: brake_months=0 +1: brake_months=6 1: exhaust_months=12 1: ac_odometer=120000 1: vacuum_odometer=120000 1: engine=diesel 1: brake_vio=false 1: exhaust_vio=true -1: ac_vio=false +1: ac_vio=true 1: vacuum_vio=true 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 @@ -15503,10 +15419,11 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false +0: is_critical=true 1: is_critical=true 0 2 1: road ID: 296 -Qualities: 47 +Qualities: 48 Topologies: 1 0: brake_months=0 @@ -15515,8 +15432,8 @@ Topologies: 1 0: vacuum_odometer=120000 0: engine=gas 0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=false +0: exhaust_vio=true +0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true 0: TIME_ADVANCE_STEP=12 @@ -15532,15 +15449,15 @@ Topologies: 1 0: brakepipe_vio=false 0: brakehoses_months=0 0: brakehoses_vio=false -1: brake_months=0 +1: brake_months=6 1: exhaust_months=12 1: ac_odometer=120000 1: vacuum_odometer=120000 1: engine=diesel 1: brake_vio=false 1: exhaust_vio=true -1: ac_vio=false -1: vacuum_vio=true +1: ac_vio=true +1: vacuum_vio=false 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 1: oil_odom=0 @@ -15555,23 +15472,24 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false +0: is_critical=true 1: is_critical=true 0 2 1: road ID: 297 -Qualities: 47 +Qualities: 48 Topologies: 1 -0: brake_months=1 -0: exhaust_months=13 -0: ac_odometer=130000 -0: vacuum_odometer=130000 +0: brake_months=0 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 0: engine=gas 0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=false +0: exhaust_vio=true +0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true -0: TIME_ADVANCE_STEP=13 +0: TIME_ADVANCE_STEP=12 0: oil_odom=0 0: oil_vio=false 0: driveshaft_odom=0 @@ -15584,17 +15502,17 @@ Topologies: 1 0: brakepipe_vio=false 0: brakehoses_months=0 0: brakehoses_vio=false -1: brake_months=1 -1: exhaust_months=13 -1: ac_odometer=130000 -1: vacuum_odometer=130000 +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 1: engine=diesel 1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=false +1: exhaust_vio=false +1: ac_vio=true 1: vacuum_vio=true 1: compliance_vio=true -1: TIME_ADVANCE_STEP=13 +1: TIME_ADVANCE_STEP=12 1: oil_odom=0 1: oil_vio=false 1: driveshaft_odom=0 @@ -15607,10 +15525,11 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false +0: is_critical=true 1: is_critical=true 0 2 1: road ID: 298 -Qualities: 47 +Qualities: 48 Topologies: 1 0: brake_months=0 @@ -15620,7 +15539,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 @@ -15641,9 +15560,9 @@ 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: ac_vio=true 1: vacuum_vio=true 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 @@ -15659,20 +15578,21 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false +0: is_critical=true 1: is_critical=true 0 2 1: road ID: 299 -Qualities: 47 +Qualities: 48 Topologies: 1 -0: brake_months=0 +0: brake_months=6 0: exhaust_months=12 0: ac_odometer=120000 0: vacuum_odometer=120000 0: engine=gas 0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=false +0: exhaust_vio=true +0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true 0: TIME_ADVANCE_STEP=12 @@ -15693,62 +15613,63 @@ Topologies: 1 1: ac_odometer=120000 1: vacuum_odometer=120000 1: engine=diesel +1: brake_vio=true +1: exhaust_vio=true +1: ac_vio=true +1: vacuum_vio=true +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: brakepipe_vio=false +1: brakehoses_months=0 +1: brakehoses_vio=false +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=false -1: vacuum_vio=true -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 300 -Qualities: 47 -Topologies: 1 - -0: brake_months=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: ac_vio=true +1: vacuum_vio=false 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 1: oil_odom=0 @@ -15763,10 +15684,11 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false +0: is_critical=true 1: is_critical=true 0 2 1: road ID: 301 -Qualities: 47 +Qualities: 48 Topologies: 1 0: brake_months=6 @@ -15776,111 +15698,7 @@ Topologies: 1 0: engine=gas 0: brake_vio=false 0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=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: 302 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=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: 303 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=false +0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true 0: TIME_ADVANCE_STEP=12 @@ -15903,6 +15721,112 @@ Topologies: 1 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 @@ -15919,12 +15843,65 @@ 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: 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 @@ -15932,7 +15909,7 @@ Topologies: 1 0: engine=gas 0: brake_vio=true 0: exhaust_vio=true -0: ac_vio=false +0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true 0: TIME_ADVANCE_STEP=12 @@ -15954,9 +15931,9 @@ Topologies: 1 1: vacuum_odometer=120000 1: engine=diesel 1: brake_vio=false -1: exhaust_vio=false +1: exhaust_vio=true 1: ac_vio=false -1: vacuum_vio=true +1: vacuum_vio=false 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 1: oil_odom=0 @@ -15971,114 +15948,10 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false -1: is_critical=true -0 2 1: road -ID: 305 -Qualities: 47 -Topologies: 1 - -0: brake_months=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: is_critical=true 0 2 1: road ID: 306 -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: 307 -Qualities: 47 +Qualities: 48 Topologies: 1 0: brake_months=0 @@ -16088,7 +15961,7 @@ Topologies: 1 0: engine=gas 0: brake_vio=false 0: exhaust_vio=true -0: ac_vio=false +0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true 0: TIME_ADVANCE_STEP=12 @@ -16127,6 +16000,60 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false +0: is_critical=true +1: is_critical=true +0 2 1: road +ID: 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 @@ -16140,7 +16067,7 @@ Topologies: 1 0: engine=gas 0: brake_vio=false 0: exhaust_vio=true -0: ac_vio=false +0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true 0: TIME_ADVANCE_STEP=12 @@ -16156,7 +16083,7 @@ Topologies: 1 0: brakepipe_vio=false 0: brakehoses_months=0 0: brakehoses_vio=false -1: brake_months=6 +1: brake_months=0 1: exhaust_months=12 1: ac_odometer=120000 1: vacuum_odometer=120000 @@ -16164,7 +16091,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 @@ -16179,20 +16106,20 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false -1: is_critical=true +0: is_critical=true 0 2 1: road ID: 309 -Qualities: 47 +Qualities: 48 Topologies: 1 -0: brake_months=6 +0: brake_months=0 0: exhaust_months=12 0: ac_odometer=120000 0: vacuum_odometer=120000 0: engine=gas -0: brake_vio=true +0: brake_vio=false 0: exhaust_vio=false -0: ac_vio=false +0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true 0: TIME_ADVANCE_STEP=12 @@ -16214,7 +16141,7 @@ Topologies: 1 1: vacuum_odometer=120000 1: engine=diesel 1: brake_vio=true -1: exhaust_vio=false +1: exhaust_vio=true 1: ac_vio=false 1: vacuum_vio=true 1: compliance_vio=true @@ -16231,62 +16158,11 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false +0: is_critical=true 1: is_critical=true 0 2 1: road ID: 310 -Qualities: 47 -Topologies: 1 - -0: brake_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: 311 -Qualities: 47 +Qualities: 48 Topologies: 1 0: brake_months=6 @@ -16296,7 +16172,7 @@ Topologies: 1 0: engine=gas 0: brake_vio=true 0: exhaust_vio=false -0: ac_vio=false +0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true 0: TIME_ADVANCE_STEP=12 @@ -16318,7 +16194,7 @@ Topologies: 1 1: vacuum_odometer=120000 1: engine=diesel 1: brake_vio=false -1: exhaust_vio=false +1: exhaust_vio=true 1: ac_vio=false 1: vacuum_vio=true 1: compliance_vio=true @@ -16335,9 +16211,10 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false +0: is_critical=true 1: is_critical=true 0 2 1: road -ID: 312 +ID: 311 Qualities: 47 Topologies: 1 @@ -16348,7 +16225,59 @@ Topologies: 1 0: engine=gas 0: brake_vio=false 0: exhaust_vio=false -0: ac_vio=false +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=0 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=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 @@ -16387,6 +16316,7 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false +0: is_critical=true 1: is_critical=true 0 2 1: road ID: 313 @@ -16400,7 +16330,7 @@ Topologies: 1 0: engine=gas 0: brake_vio=false 0: exhaust_vio=false -0: ac_vio=false +0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true 0: TIME_ADVANCE_STEP=13 @@ -16424,7 +16354,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=13 1: oil_odom=0 @@ -16439,10 +16369,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: 314 -Qualities: 47 +Qualities: 48 Topologies: 1 0: brake_months=0 @@ -16451,60 +16381,8 @@ Topologies: 1 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: 315 -Qualities: 47 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=false +0: exhaust_vio=true +0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true 0: TIME_ADVANCE_STEP=12 @@ -16526,7 +16404,7 @@ Topologies: 1 1: vacuum_odometer=120000 1: engine=diesel 1: brake_vio=false -1: exhaust_vio=false +1: exhaust_vio=true 1: ac_vio=false 1: vacuum_vio=true 1: compliance_vio=true @@ -16543,6 +16421,60 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false +0: is_critical=true +1: is_critical=true +0 2 1: road +ID: 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 @@ -16555,8 +16487,8 @@ Topologies: 1 0: vacuum_odometer=120000 0: engine=gas 0: brake_vio=true -0: exhaust_vio=false -0: ac_vio=true +0: exhaust_vio=true +0: ac_vio=false 0: vacuum_vio=false 0: compliance_vio=true 0: TIME_ADVANCE_STEP=12 @@ -16577,9 +16509,61 @@ Topologies: 1 1: ac_odometer=120000 1: vacuum_odometer=120000 1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=false +1: brake_vio=true +1: exhaust_vio=true +1: ac_vio=true +1: vacuum_vio=true +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: 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 @@ -16595,9 +16579,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: 317 +ID: 318 Qualities: 47 Topologies: 1 @@ -16606,9 +16590,61 @@ Topologies: 1 0: ac_odometer=120000 0: vacuum_odometer=120000 0: engine=gas +0: brake_vio=true +0: exhaust_vio=true +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=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=false -0: ac_vio=true +0: exhaust_vio=true +0: ac_vio=false 0: vacuum_vio=false 0: compliance_vio=true 0: TIME_ADVANCE_STEP=12 @@ -16631,8 +16667,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 @@ -16647,111 +16683,7 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false -0: 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=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: 319 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=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 +1: is_critical=true 0 2 1: road ID: 320 Qualities: 47 @@ -16763,8 +16695,8 @@ Topologies: 1 0: vacuum_odometer=120000 0: engine=gas 0: brake_vio=true -0: exhaust_vio=false -0: ac_vio=true +0: exhaust_vio=true +0: ac_vio=false 0: vacuum_vio=false 0: compliance_vio=true 0: TIME_ADVANCE_STEP=12 @@ -16780,14 +16712,66 @@ Topologies: 1 0: brakepipe_vio=false 0: brakehoses_months=0 0: brakehoses_vio=false -1: brake_months=6 +1: brake_months=0 1: exhaust_months=12 1: ac_odometer=120000 1: vacuum_odometer=120000 1: engine=diesel 1: brake_vio=false -1: exhaust_vio=true -1: ac_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 @@ -16803,20 +16787,20 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false -0: is_critical=true +1: is_critical=true 0 2 1: road -ID: 321 +ID: 322 Qualities: 47 Topologies: 1 -0: brake_months=6 +0: brake_months=0 0: exhaust_months=12 0: ac_odometer=120000 0: vacuum_odometer=120000 0: engine=gas 0: brake_vio=false 0: exhaust_vio=false -0: ac_vio=true +0: ac_vio=false 0: vacuum_vio=false 0: compliance_vio=true 0: TIME_ADVANCE_STEP=12 @@ -16839,8 +16823,8 @@ Topologies: 1 1: engine=diesel 1: brake_vio=true 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 @@ -16855,59 +16839,7 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false -0: is_critical=true -0 2 1: road -ID: 322 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=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 +1: is_critical=true 0 2 1: road ID: 323 Qualities: 47 @@ -16919,8 +16851,8 @@ Topologies: 1 0: vacuum_odometer=120000 0: engine=gas 0: brake_vio=true -0: exhaust_vio=true -0: ac_vio=true +0: exhaust_vio=false +0: ac_vio=false 0: vacuum_vio=false 0: compliance_vio=true 0: TIME_ADVANCE_STEP=12 @@ -16936,15 +16868,15 @@ Topologies: 1 0: brakepipe_vio=false 0: brakehoses_months=0 0: brakehoses_vio=false -1: brake_months=6 +1: brake_months=0 1: exhaust_months=12 1: ac_odometer=120000 1: vacuum_odometer=120000 1: engine=diesel 1: brake_vio=false 1: exhaust_vio=true -1: ac_vio=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 @@ -16959,20 +16891,20 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false -0: is_critical=true +1: is_critical=true 0 2 1: road ID: 324 Qualities: 47 Topologies: 1 -0: brake_months=6 +0: brake_months=0 0: exhaust_months=12 0: ac_odometer=120000 0: vacuum_odometer=120000 0: engine=gas 0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=true +0: exhaust_vio=false +0: ac_vio=false 0: vacuum_vio=false 0: compliance_vio=true 0: TIME_ADVANCE_STEP=12 @@ -16988,14 +16920,14 @@ Topologies: 1 0: brakepipe_vio=false 0: brakehoses_months=0 0: brakehoses_vio=false -1: brake_months=6 +1: brake_months=0 1: exhaust_months=12 1: ac_odometer=120000 1: vacuum_odometer=120000 1: engine=diesel -1: brake_vio=true +1: brake_vio=false 1: exhaust_vio=true -1: ac_vio=false +1: ac_vio=true 1: vacuum_vio=false 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 @@ -17011,72 +16943,20 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false -0: is_critical=true +1: is_critical=true 0 2 1: road ID: 325 Qualities: 47 Topologies: 1 -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_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: 326 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 +0: brake_months=0 0: exhaust_months=12 0: ac_odometer=120000 0: vacuum_odometer=120000 0: engine=gas 0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=true +0: exhaust_vio=false +0: ac_vio=false 0: vacuum_vio=false 0: compliance_vio=true 0: TIME_ADVANCE_STEP=12 @@ -17098,9 +16978,9 @@ Topologies: 1 1: vacuum_odometer=120000 1: engine=diesel 1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=false -1: vacuum_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 @@ -17115,23 +16995,23 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false -0: is_critical=true +1: is_critical=true 0 2 1: road -ID: 327 +ID: 326 Qualities: 47 Topologies: 1 -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 +0: brake_months=1 +0: exhaust_months=13 +0: ac_odometer=130000 +0: vacuum_odometer=130000 0: engine=gas -0: brake_vio=true -0: exhaust_vio=true -0: ac_vio=true +0: brake_vio=false +0: exhaust_vio=false +0: ac_vio=false 0: vacuum_vio=false 0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 +0: TIME_ADVANCE_STEP=13 0: oil_odom=0 0: oil_vio=false 0: driveshaft_odom=0 @@ -17144,17 +17024,17 @@ Topologies: 1 0: brakepipe_vio=false 0: brakehoses_months=0 0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 +1: brake_months=1 +1: exhaust_months=13 +1: ac_odometer=130000 +1: vacuum_odometer=130000 1: engine=diesel 1: brake_vio=false -1: exhaust_vio=true -1: ac_vio=false +1: exhaust_vio=false +1: ac_vio=true 1: vacuum_vio=false 1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 +1: TIME_ADVANCE_STEP=13 1: oil_odom=0 1: oil_vio=false 1: driveshaft_odom=0 @@ -17167,9 +17047,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: 328 +ID: 327 Qualities: 47 Topologies: 1 @@ -17180,7 +17060,215 @@ Topologies: 1 0: engine=gas 0: brake_vio=false 0: exhaust_vio=true -0: ac_vio=true +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=6 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=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 @@ -17219,12 +17307,63 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false -0: is_critical=true 0 2 1: road -ID: 329 +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 @@ -17232,7 +17371,110 @@ Topologies: 1 0: engine=gas 0: brake_vio=false 0: exhaust_vio=true -0: ac_vio=true +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=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 @@ -17271,319 +17513,6 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false -0: is_critical=true -0 2 1: road -ID: 330 -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: 331 -Qualities: 47 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_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: 332 -Qualities: 47 -Topologies: 1 - -0: brake_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: 333 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=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: 334 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=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: 335 -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: 336 Qualities: 47 @@ -17596,7 +17525,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=13 @@ -17618,9 +17547,9 @@ Topologies: 1 1: vacuum_odometer=130000 1: engine=diesel 1: brake_vio=false -1: exhaust_vio=true +1: exhaust_vio=false 1: ac_vio=false -1: vacuum_vio=false +1: vacuum_vio=true 1: compliance_vio=true 1: TIME_ADVANCE_STEP=13 1: oil_odom=0 @@ -17635,19 +17564,19 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false -0: is_critical=true +1: is_critical=true 0 2 1: road ID: 337 -Qualities: 47 +Qualities: 48 Topologies: 1 -0: brake_months=0 +0: brake_months=6 0: exhaust_months=12 0: ac_odometer=120000 0: vacuum_odometer=120000 0: engine=gas -0: brake_vio=false -0: exhaust_vio=false +0: brake_vio=true +0: exhaust_vio=true 0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true @@ -17671,8 +17600,8 @@ Topologies: 1 1: engine=diesel 1: brake_vio=true 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 @@ -17688,9 +17617,275 @@ Topologies: 1 1: brakehoses_months=0 1: brakehoses_vio=false 0: is_critical=true +1: is_critical=true 0 2 1: road ID: 338 -Qualities: 47 +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 @@ -17721,270 +17916,10 @@ Topologies: 1 1: ac_odometer=120000 1: vacuum_odometer=120000 1: engine=diesel -1: brake_vio=false +1: brake_vio=true 1: exhaust_vio=true -1: ac_vio=false -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -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: 339 -Qualities: 47 -Topologies: 1 - -0: brake_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: 340 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=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: 341 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_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: 342 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_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: 343 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_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: ac_vio=true +1: vacuum_vio=true 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 1: oil_odom=0 @@ -18000,9 +17935,63 @@ Topologies: 1 1: brakehoses_months=0 1: brakehoses_vio=false 0: is_critical=true +1: is_critical=true 0 2 1: road ID: 344 -Qualities: 47 +Qualities: 48 +Topologies: 1 + +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 +0: engine=gas +0: brake_vio=true +0: exhaust_vio=false +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=0 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=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 @@ -18011,7 +18000,60 @@ Topologies: 1 0: vacuum_odometer=120000 0: engine=gas 0: brake_vio=false -0: exhaust_vio=true +0: exhaust_vio=false +0: ac_vio=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_months=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 @@ -18035,8 +18077,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 @@ -18052,9 +18094,10 @@ Topologies: 1 1: brakehoses_months=0 1: brakehoses_vio=false 0: is_critical=true +1: is_critical=true 0 2 1: road -ID: 345 -Qualities: 47 +ID: 347 +Qualities: 48 Topologies: 1 0: brake_months=1 @@ -18063,7 +18106,7 @@ Topologies: 1 0: vacuum_odometer=130000 0: engine=gas 0: brake_vio=false -0: exhaust_vio=true +0: exhaust_vio=false 0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true @@ -18087,7 +18130,7 @@ Topologies: 1 1: engine=diesel 1: brake_vio=false 1: exhaust_vio=false -1: ac_vio=false +1: ac_vio=true 1: vacuum_vio=false 1: compliance_vio=true 1: TIME_ADVANCE_STEP=13 @@ -18104,113 +18147,63 @@ Topologies: 1 1: brakehoses_months=0 1: brakehoses_vio=false 0: is_critical=true -0 2 1: road -ID: 346 -Qualities: 47 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_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: 347 -Qualities: 47 -Topologies: 1 - -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=true -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_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 +1: is_critical=true 0 2 1: road ID: 348 -Qualities: 47 +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 @@ -18218,8 +18211,61 @@ 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=true +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_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 @@ -18242,9 +18288,9 @@ Topologies: 1 1: vacuum_odometer=120000 1: engine=diesel 1: brake_vio=true -1: exhaust_vio=false +1: exhaust_vio=true 1: ac_vio=false -1: vacuum_vio=false +1: vacuum_vio=true 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 1: oil_odom=0 @@ -18260,61 +18306,10 @@ Topologies: 1 1: brakehoses_months=0 1: brakehoses_vio=false 0: is_critical=true +1: is_critical=true 0 2 1: road -ID: 349 -Qualities: 47 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=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: 350 -Qualities: 47 +ID: 351 +Qualities: 48 Topologies: 1 0: brake_months=6 @@ -18323,7 +18318,7 @@ Topologies: 1 0: vacuum_odometer=120000 0: engine=gas 0: brake_vio=true -0: exhaust_vio=false +0: exhaust_vio=true 0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true @@ -18346,61 +18341,9 @@ Topologies: 1 1: vacuum_odometer=120000 1: engine=diesel 1: brake_vio=false -1: exhaust_vio=false +1: exhaust_vio=true 1: ac_vio=false -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0: is_critical=true -0 2 1: road -ID: 351 -Qualities: 47 -Topologies: 1 - -0: brake_months=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: vacuum_vio=true 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 1: oil_odom=0 @@ -18416,22 +18359,23 @@ Topologies: 1 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=1 -0: exhaust_months=13 -0: ac_odometer=130000 -0: vacuum_odometer=130000 +0: brake_months=0 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 0: engine=gas 0: brake_vio=false -0: exhaust_vio=false +0: exhaust_vio=true 0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true -0: TIME_ADVANCE_STEP=13 +0: TIME_ADVANCE_STEP=12 0: oil_odom=0 0: oil_vio=false 0: driveshaft_odom=0 @@ -18444,17 +18388,17 @@ Topologies: 1 0: brakepipe_vio=false 0: brakehoses_months=0 0: brakehoses_vio=false -1: brake_months=1 -1: exhaust_months=13 -1: ac_odometer=130000 -1: vacuum_odometer=130000 +1: brake_months=0 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 1: engine=diesel 1: brake_vio=false -1: exhaust_vio=false +1: exhaust_vio=true 1: ac_vio=false 1: vacuum_vio=false 1: compliance_vio=true -1: TIME_ADVANCE_STEP=13 +1: TIME_ADVANCE_STEP=12 1: oil_odom=0 1: oil_vio=false 1: driveshaft_odom=0 @@ -18470,7 +18414,7 @@ Topologies: 1 0: is_critical=true 0 2 1: road ID: 353 -Qualities: 47 +Qualities: 48 Topologies: 1 0: brake_months=0 @@ -18479,7 +18423,7 @@ Topologies: 1 0: vacuum_odometer=120000 0: engine=gas 0: brake_vio=false -0: exhaust_vio=false +0: exhaust_vio=true 0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true @@ -18496,15 +18440,15 @@ Topologies: 1 0: brakepipe_vio=false 0: brakehoses_months=0 0: brakehoses_vio=false -1: brake_months=6 +1: brake_months=0 1: exhaust_months=12 1: ac_odometer=120000 1: vacuum_odometer=120000 1: engine=diesel -1: brake_vio=true +1: brake_vio=false 1: exhaust_vio=false 1: ac_vio=false -1: vacuum_vio=false +1: vacuum_vio=true 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 1: oil_odom=0 @@ -18520,22 +18464,23 @@ Topologies: 1 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=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 +0: brake_months=1 +0: exhaust_months=13 +0: ac_odometer=130000 +0: vacuum_odometer=130000 0: engine=gas 0: brake_vio=false -0: exhaust_vio=false +0: exhaust_vio=true 0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 +0: TIME_ADVANCE_STEP=13 0: oil_odom=0 0: oil_vio=false 0: driveshaft_odom=0 @@ -18548,17 +18493,17 @@ Topologies: 1 0: brakepipe_vio=false 0: brakehoses_months=0 0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 +1: brake_months=1 +1: exhaust_months=13 +1: ac_odometer=130000 +1: vacuum_odometer=130000 1: engine=diesel 1: brake_vio=false 1: exhaust_vio=false 1: ac_vio=false 1: vacuum_vio=false 1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 +1: TIME_ADVANCE_STEP=13 1: oil_odom=0 1: oil_vio=false 1: driveshaft_odom=0 @@ -18574,415 +18519,7 @@ Topologies: 1 0: is_critical=true 0 2 1: road ID: 355 -Qualities: 46 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=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: 356 -Qualities: 46 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=true -1: exhaust_vio=true -1: ac_vio=false -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0 2 1: road -ID: 357 -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: 358 -Qualities: 46 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=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: 359 -Qualities: 46 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=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: 360 -Qualities: 46 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=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: 361 -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: 362 -Qualities: 46 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=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: 363 -Qualities: 46 +Qualities: 48 Topologies: 1 0: brake_months=0 @@ -18991,8 +18528,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 @@ -19016,7 +18553,7 @@ Topologies: 1 1: brake_vio=false 1: exhaust_vio=true 1: ac_vio=false -1: vacuum_vio=false +1: vacuum_vio=true 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 1: oil_odom=0 @@ -19031,9 +18568,11 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false +0: is_critical=true +1: is_critical=true 0 2 1: road -ID: 364 -Qualities: 46 +ID: 356 +Qualities: 47 Topologies: 1 0: brake_months=1 @@ -19042,8 +18581,8 @@ Topologies: 1 0: vacuum_odometer=130000 0: engine=gas 0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=false +0: exhaust_vio=false +0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true 0: TIME_ADVANCE_STEP=13 @@ -19082,9 +18621,63 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false +0: is_critical=true 0 2 1: road -ID: 365 -Qualities: 46 +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 @@ -19117,8 +18710,8 @@ Topologies: 1 1: engine=diesel 1: brake_vio=true 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 @@ -19133,9 +18726,62 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false +1: is_critical=true 0 2 1: road -ID: 366 -Qualities: 46 +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 @@ -19161,14 +18807,14 @@ Topologies: 1 0: brakepipe_vio=false 0: brakehoses_months=0 0: brakehoses_vio=false -1: brake_months=6 +1: brake_months=0 1: exhaust_months=12 1: ac_odometer=120000 1: vacuum_odometer=120000 1: engine=diesel 1: brake_vio=false 1: exhaust_vio=true -1: ac_vio=false +1: ac_vio=true 1: vacuum_vio=false 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 @@ -19184,17 +18830,122 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false +1: is_critical=true 0 2 1: road -ID: 367 -Qualities: 46 +ID: 361 +Qualities: 47 Topologies: 1 -0: brake_months=6 +0: brake_months=0 0: exhaust_months=12 0: ac_odometer=120000 0: vacuum_odometer=120000 0: engine=gas -0: brake_vio=true +0: brake_vio=false +0: exhaust_vio=true +0: ac_vio=false +0: vacuum_vio=false +0: compliance_vio=true +0: TIME_ADVANCE_STEP=12 +0: oil_odom=0 +0: oil_vio=false +0: driveshaft_odom=0 +0: driveshaft_vio=false +0: coolant_odom=0 +0: coolant_vio=false +0: parkingbrake_months=0 +0: parkingbrake_vio=false +0: brakepipe_months=0 +0: brakepipe_vio=false +0: brakehoses_months=0 +0: brakehoses_vio=false +1: brake_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 @@ -19212,17 +18963,225 @@ Topologies: 1 0: brakepipe_vio=false 0: brakehoses_months=0 0: brakehoses_vio=false -1: brake_months=6 +1: brake_months=0 1: exhaust_months=12 1: ac_odometer=120000 1: vacuum_odometer=120000 1: engine=diesel -1: brake_vio=true +1: brake_vio=false +1: exhaust_vio=true +1: ac_vio=true +1: vacuum_vio=true +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: 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=12 +1: TIME_ADVANCE_STEP=13 1: oil_odom=0 1: oil_vio=false 1: driveshaft_odom=0 @@ -19237,20 +19196,20 @@ Topologies: 1 1: brakehoses_vio=false 0 2 1: road ID: 368 -Qualities: 46 +Qualities: 47 Topologies: 1 -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 +0: brake_months=1 +0: exhaust_months=13 +0: ac_odometer=130000 +0: vacuum_odometer=130000 0: engine=gas 0: brake_vio=false -0: exhaust_vio=false +0: exhaust_vio=true 0: ac_vio=false 0: vacuum_vio=false 0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 +0: TIME_ADVANCE_STEP=13 0: oil_odom=0 0: oil_vio=false 0: driveshaft_odom=0 @@ -19263,17 +19222,17 @@ Topologies: 1 0: brakepipe_vio=false 0: brakehoses_months=0 0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 +1: brake_months=1 +1: exhaust_months=13 +1: ac_odometer=130000 +1: vacuum_odometer=130000 1: engine=diesel 1: brake_vio=false -1: exhaust_vio=true +1: 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: TIME_ADVANCE_STEP=13 1: oil_odom=0 1: oil_vio=false 1: driveshaft_odom=0 @@ -19286,22 +19245,23 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false +1: is_critical=true 0 2 1: road ID: 369 -Qualities: 46 +Qualities: 47 Topologies: 1 -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 +0: brake_months=1 +0: exhaust_months=13 +0: ac_odometer=130000 +0: vacuum_odometer=130000 0: engine=gas -0: brake_vio=true +0: brake_vio=false 0: exhaust_vio=false 0: ac_vio=false 0: vacuum_vio=false 0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 +0: TIME_ADVANCE_STEP=13 0: oil_odom=0 0: oil_vio=false 0: driveshaft_odom=0 @@ -19314,17 +19274,17 @@ Topologies: 1 0: brakepipe_vio=false 0: brakehoses_months=0 0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 +1: brake_months=1 +1: exhaust_months=13 +1: ac_odometer=130000 +1: vacuum_odometer=130000 1: engine=diesel 1: brake_vio=false 1: exhaust_vio=true 1: ac_vio=false -1: vacuum_vio=false +1: vacuum_vio=true 1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 +1: TIME_ADVANCE_STEP=13 1: oil_odom=0 1: oil_vio=false 1: driveshaft_odom=0 @@ -19337,9 +19297,10 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false +1: is_critical=true 0 2 1: road ID: 370 -Qualities: 46 +Qualities: 48 Topologies: 1 0: brake_months=0 @@ -19348,8 +19309,8 @@ Topologies: 1 0: vacuum_odometer=120000 0: engine=gas 0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=false +0: exhaust_vio=true +0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true 0: TIME_ADVANCE_STEP=12 @@ -19365,15 +19326,15 @@ Topologies: 1 0: brakepipe_vio=false 0: brakehoses_months=0 0: brakehoses_vio=false -1: brake_months=0 +1: brake_months=6 1: exhaust_months=12 1: ac_odometer=120000 1: vacuum_odometer=120000 1: engine=diesel -1: brake_vio=false +1: brake_vio=true 1: exhaust_vio=true -1: ac_vio=false -1: vacuum_vio=false +1: ac_vio=true +1: vacuum_vio=true 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 1: oil_odom=0 @@ -19388,22 +19349,24 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false +0: is_critical=true +1: is_critical=true 0 2 1: road ID: 371 -Qualities: 46 +Qualities: 48 Topologies: 1 -0: brake_months=1 -0: exhaust_months=13 -0: ac_odometer=130000 -0: vacuum_odometer=130000 +0: brake_months=6 +0: exhaust_months=12 +0: ac_odometer=120000 +0: vacuum_odometer=120000 0: engine=gas -0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=false +0: brake_vio=true +0: exhaust_vio=true +0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true -0: TIME_ADVANCE_STEP=13 +0: TIME_ADVANCE_STEP=12 0: oil_odom=0 0: oil_vio=false 0: driveshaft_odom=0 @@ -19416,17 +19379,17 @@ Topologies: 1 0: brakepipe_vio=false 0: brakehoses_months=0 0: brakehoses_vio=false -1: brake_months=1 -1: exhaust_months=13 -1: ac_odometer=130000 -1: vacuum_odometer=130000 +1: brake_months=0 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 1: engine=diesel 1: brake_vio=false 1: exhaust_vio=true -1: ac_vio=false -1: vacuum_vio=false +1: ac_vio=true +1: vacuum_vio=true 1: compliance_vio=true -1: TIME_ADVANCE_STEP=13 +1: TIME_ADVANCE_STEP=12 1: oil_odom=0 1: oil_vio=false 1: driveshaft_odom=0 @@ -19439,9 +19402,11 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false +0: is_critical=true +1: is_critical=true 0 2 1: road ID: 372 -Qualities: 46 +Qualities: 48 Topologies: 1 0: brake_months=0 @@ -19450,8 +19415,8 @@ Topologies: 1 0: vacuum_odometer=120000 0: engine=gas 0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=false +0: exhaust_vio=true +0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true 0: TIME_ADVANCE_STEP=12 @@ -19467,14 +19432,14 @@ Topologies: 1 0: brakepipe_vio=false 0: brakehoses_months=0 0: brakehoses_vio=false -1: brake_months=6 +1: brake_months=0 1: exhaust_months=12 1: ac_odometer=120000 1: vacuum_odometer=120000 1: engine=diesel -1: brake_vio=true +1: brake_vio=false 1: exhaust_vio=true -1: ac_vio=false +1: ac_vio=true 1: vacuum_vio=false 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 @@ -19490,9 +19455,11 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false +0: is_critical=true +1: is_critical=true 0 2 1: road ID: 373 -Qualities: 46 +Qualities: 48 Topologies: 1 0: brake_months=0 @@ -19501,8 +19468,8 @@ Topologies: 1 0: vacuum_odometer=120000 0: engine=gas 0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=false +0: exhaust_vio=true +0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true 0: TIME_ADVANCE_STEP=12 @@ -19518,7 +19485,272 @@ Topologies: 1 0: brakepipe_vio=false 0: brakehoses_months=0 0: brakehoses_vio=false -1: brake_months=6 +1: brake_months=0 +1: exhaust_months=12 +1: ac_odometer=120000 +1: vacuum_odometer=120000 +1: engine=diesel +1: brake_vio=false +1: exhaust_vio=false +1: ac_vio=true +1: vacuum_vio=true +1: compliance_vio=true +1: TIME_ADVANCE_STEP=12 +1: oil_odom=0 +1: oil_vio=false +1: driveshaft_odom=0 +1: driveshaft_vio=false +1: coolant_odom=0 +1: coolant_vio=false +1: parkingbrake_months=0 +1: parkingbrake_vio=false +1: brakepipe_months=0 +1: 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 @@ -19526,262 +19758,7 @@ Topologies: 1 1: brake_vio=false 1: exhaust_vio=true 1: ac_vio=false -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0 2 1: road -ID: 374 -Qualities: 46 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=false -1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 -1: oil_odom=0 -1: oil_vio=false -1: driveshaft_odom=0 -1: driveshaft_vio=false -1: coolant_odom=0 -1: coolant_vio=false -1: parkingbrake_months=0 -1: parkingbrake_vio=false -1: brakepipe_months=0 -1: brakepipe_vio=false -1: brakehoses_months=0 -1: brakehoses_vio=false -0 2 1: road -ID: 375 -Qualities: 46 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=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: 376 -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: 377 -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: 378 -Qualities: 46 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=true -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 -1: engine=diesel -1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=false +1: vacuum_vio=true 1: compliance_vio=true 1: TIME_ADVANCE_STEP=12 1: oil_odom=0 @@ -19796,22 +19773,24 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false +0: is_critical=true +1: is_critical=true 0 2 1: road ID: 379 -Qualities: 46 +Qualities: 47 Topologies: 1 -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 +0: brake_months=1 +0: exhaust_months=13 +0: ac_odometer=130000 +0: vacuum_odometer=130000 0: engine=gas 0: brake_vio=false 0: exhaust_vio=true -0: ac_vio=false +0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 +0: TIME_ADVANCE_STEP=13 0: oil_odom=0 0: oil_vio=false 0: driveshaft_odom=0 @@ -19824,17 +19803,17 @@ Topologies: 1 0: brakepipe_vio=false 0: brakehoses_months=0 0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 +1: brake_months=1 +1: exhaust_months=13 +1: ac_odometer=130000 +1: vacuum_odometer=130000 1: engine=diesel 1: brake_vio=false -1: exhaust_vio=false +1: exhaust_vio=true 1: ac_vio=false 1: vacuum_vio=false 1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 +1: TIME_ADVANCE_STEP=13 1: oil_odom=0 1: oil_vio=false 1: driveshaft_odom=0 @@ -19847,9 +19826,10 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false +0: is_critical=true 0 2 1: road ID: 380 -Qualities: 46 +Qualities: 48 Topologies: 1 0: brake_months=1 @@ -19859,7 +19839,7 @@ Topologies: 1 0: engine=gas 0: brake_vio=false 0: exhaust_vio=true -0: ac_vio=false +0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true 0: TIME_ADVANCE_STEP=13 @@ -19883,7 +19863,7 @@ Topologies: 1 1: brake_vio=false 1: exhaust_vio=false 1: ac_vio=false -1: vacuum_vio=false +1: vacuum_vio=true 1: compliance_vio=true 1: TIME_ADVANCE_STEP=13 1: oil_odom=0 @@ -19898,22 +19878,24 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false +0: is_critical=true +1: is_critical=true 0 2 1: road ID: 381 -Qualities: 46 +Qualities: 48 Topologies: 1 -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 +0: brake_months=1 +0: exhaust_months=13 +0: ac_odometer=130000 +0: vacuum_odometer=130000 0: engine=gas 0: brake_vio=false -0: exhaust_vio=true -0: ac_vio=false +0: exhaust_vio=false +0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 +0: TIME_ADVANCE_STEP=13 0: oil_odom=0 0: oil_vio=false 0: driveshaft_odom=0 @@ -19926,17 +19908,17 @@ Topologies: 1 0: brakepipe_vio=false 0: brakehoses_months=0 0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 +1: brake_months=1 +1: exhaust_months=13 +1: ac_odometer=130000 +1: vacuum_odometer=130000 1: engine=diesel -1: brake_vio=true -1: exhaust_vio=false +1: brake_vio=false +1: exhaust_vio=true 1: ac_vio=false -1: vacuum_vio=false +1: vacuum_vio=true 1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 +1: TIME_ADVANCE_STEP=13 1: oil_odom=0 1: oil_vio=false 1: driveshaft_odom=0 @@ -19949,9 +19931,11 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false +0: is_critical=true +1: is_critical=true 0 2 1: road ID: 382 -Qualities: 46 +Qualities: 47 Topologies: 1 0: brake_months=0 @@ -19977,15 +19961,15 @@ Topologies: 1 0: brakepipe_vio=false 0: brakehoses_months=0 0: brakehoses_vio=false -1: brake_months=6 +1: brake_months=0 1: exhaust_months=12 1: ac_odometer=120000 1: vacuum_odometer=120000 1: engine=diesel 1: brake_vio=false -1: exhaust_vio=false -1: ac_vio=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 @@ -20000,22 +19984,23 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false +1: is_critical=true 0 2 1: road ID: 383 -Qualities: 46 +Qualities: 47 Topologies: 1 -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 +0: brake_months=1 +0: exhaust_months=13 +0: ac_odometer=130000 +0: vacuum_odometer=130000 0: engine=gas -0: brake_vio=true -0: exhaust_vio=false +0: brake_vio=false +0: exhaust_vio=true 0: ac_vio=false 0: vacuum_vio=false 0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 +0: TIME_ADVANCE_STEP=13 0: oil_odom=0 0: oil_vio=false 0: driveshaft_odom=0 @@ -20028,17 +20013,17 @@ Topologies: 1 0: brakepipe_vio=false 0: brakehoses_months=0 0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 +1: brake_months=1 +1: exhaust_months=13 +1: ac_odometer=130000 +1: vacuum_odometer=130000 1: engine=diesel -1: brake_vio=true -1: exhaust_vio=false -1: ac_vio=false +1: brake_vio=false +1: exhaust_vio=true +1: ac_vio=true 1: vacuum_vio=false 1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 +1: TIME_ADVANCE_STEP=13 1: oil_odom=0 1: oil_vio=false 1: driveshaft_odom=0 @@ -20051,22 +20036,23 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false +1: is_critical=true 0 2 1: road ID: 384 -Qualities: 46 +Qualities: 47 Topologies: 1 -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 +0: brake_months=1 +0: exhaust_months=13 +0: ac_odometer=130000 +0: vacuum_odometer=130000 0: engine=gas 0: brake_vio=false -0: exhaust_vio=false +0: exhaust_vio=true 0: ac_vio=false 0: vacuum_vio=false 0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 +0: TIME_ADVANCE_STEP=13 0: oil_odom=0 0: oil_vio=false 0: driveshaft_odom=0 @@ -20079,17 +20065,17 @@ Topologies: 1 0: brakepipe_vio=false 0: brakehoses_months=0 0: brakehoses_vio=false -1: brake_months=0 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 +1: brake_months=1 +1: exhaust_months=13 +1: ac_odometer=130000 +1: vacuum_odometer=130000 1: engine=diesel 1: brake_vio=false 1: exhaust_vio=false -1: ac_vio=false -1: vacuum_vio=false +1: ac_vio=true +1: vacuum_vio=true 1: compliance_vio=true -1: TIME_ADVANCE_STEP=12 +1: TIME_ADVANCE_STEP=13 1: oil_odom=0 1: oil_vio=false 1: driveshaft_odom=0 @@ -20102,111 +20088,10 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false +1: is_critical=true 0 2 1: road ID: 385 -Qualities: 46 -Topologies: 1 - -0: brake_months=6 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 -0: engine=gas -0: brake_vio=true -0: exhaust_vio=false -0: ac_vio=false -0: vacuum_vio=false -0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 -0: oil_odom=0 -0: oil_vio=false -0: driveshaft_odom=0 -0: driveshaft_vio=false -0: coolant_odom=0 -0: coolant_vio=false -0: parkingbrake_months=0 -0: parkingbrake_vio=false -0: brakepipe_months=0 -0: brakepipe_vio=false -0: brakehoses_months=0 -0: brakehoses_vio=false -1: brake_months=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: 386 -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: 387 -Qualities: 46 +Qualities: 47 Topologies: 1 0: brake_months=1 @@ -20238,8 +20123,165 @@ Topologies: 1 1: vacuum_odometer=130000 1: engine=diesel 1: brake_vio=false -1: exhaust_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 @@ -20255,73 +20297,24 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false -0 2 1: road -ID: 388 -Qualities: 46 -Topologies: 1 - -0: brake_months=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: is_critical=true +1: is_critical=true 0 2 1: road ID: 389 -Qualities: 46 +Qualities: 48 Topologies: 1 -0: brake_months=0 -0: exhaust_months=12 -0: ac_odometer=120000 -0: vacuum_odometer=120000 +0: brake_months=1 +0: exhaust_months=13 +0: ac_odometer=130000 +0: vacuum_odometer=130000 0: engine=gas 0: brake_vio=false -0: exhaust_vio=false -0: ac_vio=false +0: exhaust_vio=true +0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true -0: TIME_ADVANCE_STEP=12 +0: TIME_ADVANCE_STEP=13 0: oil_odom=0 0: oil_vio=false 0: driveshaft_odom=0 @@ -20334,17 +20327,17 @@ Topologies: 1 0: brakepipe_vio=false 0: brakehoses_months=0 0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=12 -1: ac_odometer=120000 -1: vacuum_odometer=120000 +1: brake_months=1 +1: exhaust_months=13 +1: ac_odometer=130000 +1: vacuum_odometer=130000 1: engine=diesel 1: brake_vio=false 1: exhaust_vio=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: TIME_ADVANCE_STEP=13 1: oil_odom=0 1: oil_vio=false 1: driveshaft_odom=0 @@ -20357,22 +20350,24 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false +0: is_critical=true +1: is_critical=true 0 2 1: road ID: 390 -Qualities: 46 +Qualities: 48 Topologies: 1 -0: brake_months=0 -0: exhaust_months=6 -0: ac_odometer=60000 -0: vacuum_odometer=60000 +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: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true -0: TIME_ADVANCE_STEP=6 +0: TIME_ADVANCE_STEP=13 0: oil_odom=0 0: oil_vio=false 0: driveshaft_odom=0 @@ -20385,17 +20380,17 @@ Topologies: 1 0: brakepipe_vio=false 0: brakehoses_months=0 0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=6 -1: ac_odometer=60000 -1: vacuum_odometer=60000 +1: brake_months=1 +1: exhaust_months=13 +1: ac_odometer=130000 +1: vacuum_odometer=130000 1: engine=diesel -1: brake_vio=true -1: exhaust_vio=false -1: ac_vio=false -1: 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=6 +1: TIME_ADVANCE_STEP=13 1: oil_odom=0 1: oil_vio=false 1: driveshaft_odom=0 @@ -20408,22 +20403,24 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false +0: is_critical=true +1: is_critical=true 0 2 1: road ID: 391 -Qualities: 47 +Qualities: 48 Topologies: 1 -0: brake_months=0 -0: exhaust_months=6 -0: ac_odometer=60000 -0: vacuum_odometer=60000 +0: brake_months=1 +0: exhaust_months=13 +0: ac_odometer=130000 +0: vacuum_odometer=130000 0: engine=gas 0: brake_vio=false -0: exhaust_vio=false +0: exhaust_vio=true 0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true -0: TIME_ADVANCE_STEP=6 +0: TIME_ADVANCE_STEP=13 0: oil_odom=0 0: oil_vio=false 0: driveshaft_odom=0 @@ -20436,17 +20433,17 @@ Topologies: 1 0: brakepipe_vio=false 0: brakehoses_months=0 0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=6 -1: ac_odometer=60000 -1: vacuum_odometer=60000 +1: brake_months=1 +1: exhaust_months=13 +1: ac_odometer=130000 +1: vacuum_odometer=130000 1: engine=diesel -1: brake_vio=true -1: exhaust_vio=false +1: brake_vio=false +1: exhaust_vio=true 1: ac_vio=false -1: vacuum_vio=false +1: vacuum_vio=true 1: compliance_vio=true -1: TIME_ADVANCE_STEP=6 +1: TIME_ADVANCE_STEP=13 1: oil_odom=0 1: oil_vio=false 1: driveshaft_odom=0 @@ -20460,22 +20457,23 @@ Topologies: 1 1: brakehoses_months=0 1: brakehoses_vio=false 0: is_critical=true +1: is_critical=true 0 2 1: road ID: 392 -Qualities: 46 +Qualities: 47 Topologies: 1 -0: brake_months=0 -0: exhaust_months=6 -0: ac_odometer=60000 -0: vacuum_odometer=60000 +0: brake_months=1 +0: exhaust_months=13 +0: ac_odometer=130000 +0: vacuum_odometer=130000 0: engine=gas 0: brake_vio=false -0: exhaust_vio=false +0: exhaust_vio=true 0: ac_vio=false 0: vacuum_vio=false 0: compliance_vio=true -0: TIME_ADVANCE_STEP=6 +0: TIME_ADVANCE_STEP=13 0: oil_odom=0 0: oil_vio=false 0: driveshaft_odom=0 @@ -20488,17 +20486,17 @@ Topologies: 1 0: brakepipe_vio=false 0: brakehoses_months=0 0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=6 -1: ac_odometer=60000 -1: vacuum_odometer=60000 +1: brake_months=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=false -1: TIME_ADVANCE_STEP=6 +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 @@ -20511,22 +20509,23 @@ Topologies: 1 1: brakepipe_vio=false 1: brakehoses_months=0 1: brakehoses_vio=false +1: is_critical=true 0 2 1: road ID: 393 -Qualities: 47 +Qualities: 48 Topologies: 1 -0: brake_months=0 -0: exhaust_months=6 -0: ac_odometer=60000 -0: vacuum_odometer=60000 +0: brake_months=1 +0: exhaust_months=13 +0: ac_odometer=130000 +0: vacuum_odometer=130000 0: engine=gas 0: brake_vio=false -0: exhaust_vio=false +0: exhaust_vio=true 0: ac_vio=true 0: vacuum_vio=false 0: compliance_vio=true -0: TIME_ADVANCE_STEP=6 +0: TIME_ADVANCE_STEP=13 0: oil_odom=0 0: oil_vio=false 0: driveshaft_odom=0 @@ -20539,17 +20538,17 @@ Topologies: 1 0: brakepipe_vio=false 0: brakehoses_months=0 0: brakehoses_vio=false -1: brake_months=6 -1: exhaust_months=6 -1: ac_odometer=60000 -1: vacuum_odometer=60000 +1: brake_months=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=false -1: TIME_ADVANCE_STEP=6 +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 @@ -20563,4 +20562,5 @@ Topologies: 1 1: brakehoses_months=0 1: brakehoses_vio=false 0: is_critical=true +1: is_critical=true 0 2 1: road diff --git a/build/sync_data_col.sh b/build/sync_data_col.sh index 2d48c52..7f20039 100755 --- a/build/sync_data_col.sh +++ b/build/sync_data_col.sh @@ -4,9 +4,12 @@ #folder=omp #nodelist=compute08 -folder=mpi +folder=mpitasking nodelist=compute01,compute04,compute07,compute10,compute11,compute12 +#folder=mpisubgraphing +#nodelist=compute01,compute04,compute07,compute10,compute11,compute12 + #folder=serial #nodelist=compute05 @@ -22,13 +25,13 @@ pwd=`pwd` #4,8,16,32 thr thrds=(4 8 16 32) -if [[ "$folder" == serial || "$folder" == serialnosync || "$folder" == mpi ]]; then +if [[ "$folder" == serial || "$folder" == serialnosync || "$folder" == mpitasking || "$folder" == mpisubgraphing ]]; then thrds=(1) else thrds=(4 8 16 32) fi -if [[ "$folder" != mpi ]]; then +if [[ "$folder" != mpisubgraphing || "$folder" != mpitasking ]]; then NODES=(1) fi @@ -85,7 +88,7 @@ if [[ "$SKIPSYNC" == false ]]; then do SKIP_FLAG=0 #Dispatch the job and get the output ("Submitted batch job - JOB=`sbatch --nodelist="$nodelist" ag_run.sh "$i" "sync" "$cars" "$DBNAME" "$thrd" "$node"` + JOB=`sbatch --nodelist="$nodelist" ag_run.sh "$i" "sync" "$cars" "$DBNAME" "$thrd" "$node" "tasking"` #Pull the jobid JOB=`echo "$JOB" | grep -oP '(?<=job )[^ ]*'` @@ -189,7 +192,7 @@ if [[ "$SKIPSYNC" == false ]]; then do SKIP_FLAG=0 #Dispatch the job and get the output ("Submitted batch job - JOB=`sbatch --nodelist="$nodelist" ag_run.sh "$i" "non-sync" "$cars" "$DBNAME" "$thrd" "$node"` + JOB=`sbatch --nodelist="$nodelist" ag_run.sh "$i" "non-sync" "$cars" "$DBNAME" "$thrd" "$node" "tasking"` #Pull the jobid JOB=`echo "$JOB" | grep -oP '(?<=job )[^ ]*'` diff --git a/src/mpi/tasks.cpp b/src/mpi/tasks.cpp index 78e1fea..c730c35 100644 --- a/src/mpi/tasks.cpp +++ b/src/mpi/tasks.cpp @@ -553,11 +553,11 @@ void state_merge(std::vector node_factbases, std::vector node_ed else{ //Each MPI Node has its own copy of states and factbases: we need to correct it with the Root's IDs - int reset_num = instance.factbases.size(); - if(get_num_states() > 1) - reset_num += get_num_states()-1; - fb.reset_curr_id(reset_num); - fb.set_id(); + //int reset_num = instance.factbases.size(); + //if(get_num_states() > 1) + // reset_num += get_num_states()-1; + //fb.reset_curr_id(reset_num); + //fb.set_id(); } } @@ -581,4 +581,4 @@ void edge_adjustment(AGGenInstance &instance, std::unordered_map &h ed.force_from_id(from_id); } } -} \ No newline at end of file +}