Tags:
tag this topic
create new tag
view all tags
This paper focuses on the program model checking and the effects of D4V (Design for Verification) on the model checkers efficiency. * The paper analyses NASAs Java PathFinder (JPF) - a program model checker for the SAFM (Shuttle Abort Flight Management) system. * The model checking tools used in the paper are <strong>limited </strong>by the size of the state space. SAFM's size was 'too large' to allow program model checking in its entirety. * However the application of model checking is _modular_ - which significantly reduces the size limitation. * The paper states that the D4V approach to designing the program suppresses many limitations of program model checking. * D4V guidelines:<em>Avoid redundancy, use polymorphism, Leverage model-based design, use finite state machines, use platform-Independent Libraries and Abstraction Layers, reduce concurrency, reduce number of threads, reduce number of interleavings.</em> * Many D4V issues were identified in SAFM - the main one being complexity. * Markosian introduces a subtle bug into the program and two approaches to detecting the bug (traditional inspection and model checking) were implemented. * The D4V guideline violation by SAFM involves a complex conditional-statement in order to decide the type of scenario to run next - a violation similar to the reduced use of polymorphism. * The paper states that the model checker checks only one choice of scenario, and not the entire state space. In order to allow the model checker to detect the bug it must check all branches of the program tree. A D4V approach was implemented in the program which allows the model checker to confirm the bug. * Statistical analysis of D4V impelmentation in the paper shows a 64% reduction in total bytecode instructions executed, a 25% reduction in the time taken to confirm the bug and a 13% reduction in total memory used. * -- Main.PremNirmal - 2011-07-15
E
dit
|
A
ttach
|
Watch
|
P
rint version
|
H
istory
: r2
<
r1
|
B
acklinks
|
V
iew topic
|
Ra
w
edit
|
M
ore topic actions
Topic revision: r2 - 2011-07-15
-
PremNirmal
Home
Site map
Main web
Sandbox web
TWiki web
Main Web
Users
Groups
Index
Search
Changes
Notifications
RSS Feed
Statistics
Preferences
View
Raw View
Print version
Find backlinks
History
More topic actions
Edit
Raw edit
Attach file or image
Edit topic preference settings
Set new parent
More topic actions
Account
Log In
E
dit
A
ttach
Copyright © 2008-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki?
Send feedback