Real-Time Systems Specification, Verification and Analysis

Total Page:16

File Type:pdf, Size:1020Kb

Real-Time Systems Specification, Verification and Analysis Real-time Systems Specification, Verification and Analysis Edited by Mathai Joseph Tata Research Development & Design Centre Revised version with corrections June 2001 Original edition published in 1996 by Prentice Hall International, London, under ISBN 0-13-455297-0 This version incorporates corrections to and changes from the original edition. This version is made available for research, teaching and personal use only. Copies may be made for non- commercial use only. Enquiries for other uses to the Editor ([email protected]). Contents Preface vii Contributors xii 1TimeandReal-time 1 MathaiJoseph Introduction 1 1.1 Real-timecomputing 2 1.2 Requirements,speci®cationandimplementation 3 1.3 Theminepump 5 1.4 Howtoreadthebook 11 1.5 Historicalbackground 12 1.6 Exercises 14 2FixedPriorityScheduling±ASimpleModel 15 MathaiJoseph Introduction 15 2.1 Computationalmodel 16 2.2 Staticscheduling 18 2.3 Schedulingwithpriorities 19 2.4 Simplemethodsofanalysis 20 2.5 Exactanalysis 24 2.6 Extendingtheanalysis 29 2.7 Historicalbackground 30 2.8 Exercises 31 iii iv CONTENTS 3 AdvancedFixedPriorityScheduling 32 AlanBurnsandAndyWellings Introduction 32 3.1 Computationalmodel 32 3.2 Advancedschedulinganalysis 38 3.3 IntroductiontoAda95 50 3.4 Theminepump 53 3.5 Historicalbackground 64 3.6 Furtherwork 64 3.7 Exercises 65 4DynamicPriorityScheduling 66 KrithiRamamritham Introduction 66 4.1 Programmingdynamicreal-timesystems 69 4.2 Issuesindynamicscheduling 75 4.3 Dynamicpriorityassignment 76 4.4 Dynamicbest-effortapproaches 80 4.5 Dynamicplanning-basedapproaches 83 4.6 Practicalconsiderationsindynamicscheduling 90 4.7 Historicalbackground 93 4.8 Furtherwork 94 4.9 Exercises 95 5AssertionalSpeci®cationandVeri®cation 97 JozefHooman Introduction 97 5.1 Basicframework 98 5.2 Theminepump 105 5.3 Communicationbetweenparallelcomponents 109 5.4 Paralleldecompositionofthesumpcontrol 114 5.5 Programminglanguage 122 5.6 Theminepumpexample:®nalimplementation 131 5.7 Furtherwork 136 5.8 Historicalbackground 138 5.9 Exercises 141 CONTENTS v 6Speci®cationandVeri®cationinTimedCSP 147 SteveSchneider Introduction 147 6.1 Thelanguageofreal-timeCSP 147 6.2 Observationsandprocesses 156 6.3 Speci®cation 162 6.4 Veri®cation 164 6.5 Casestudy:theminepump 169 6.6 Historicalbackground 178 6.7 Exercises 180 7Speci®cationandVeri®cationinDC 182 ZhimingLiu Introduction 182 7.1 Modellingreal-timesystems 182 7.2 Requirements 184 7.3 Assumptions 188 7.4 Design 189 7.5 Thebasicdurationcalculus(DC) 191 7.6 Theminepump 198 7.7 Speci®cationofschedulingpolicies 202 7.8 Probabilisticdurationcalculus(PDC) 205 7.9 Historicalbackground 224 7.10Furtherwork 225 7.11Exercises 227 8Real-timeSystemsandFault-tolerance 229 HenkSchepers Introduction 229 8.1 Assertionsandcorrectnessformulae 230 8.2 Formalizingafailurehypothesis 232 8.3 Aproofruleforfailureproneprocesses 234 8.4 Reliabilityoftheminepump 236 8.5 Soundnessandcompletenessofthenewproofrule 250 8.6 Historicalbackground 254 8.7 Exercises 256 References 259 Index 272 Preface The®eldofreal-timesystemshasnottraditionallybeenhospitabletonewcomers:onthe onehandthereareexpertswhoseemtorelyonexperienceandafewspecializeddocu- mentsand,ontheother,thereisavastandgrowingcatalogueoftechnicalpapers.There areveryfewtextbooksandthemostsuccessfulpublicationsareprobablycollectionsof pastpaperscarefullyselectedtocoverdifferentviewsofthe®eld.Asinteresthasgrown, sohasthecommunity,andthemorerecentpapersarespreadoveralargerangeofpub- lications.Thismakesitparticularlydif®culttokeepintouchwithallthenewdevelop- ments. Ifthisisdistressingtothenewcomer,itisofnolessconcerntoanyonewhohasto teachacourseonreal-timesystems:onehasonlytomovealittlebeyondpurelytechnical concernstonoticehowquicklytheteachablematerialseemstodisappearinacloudof opinionsandarangeofpossibilities.Itisnotthatthe®eldlacksintellectualchallenges orthatthereisnotenoughforastudenttolearn.Onthecontrary,theproblemseemstobe aquestionofwheretostart,howtorelatepracticaltechniqueswithmethodsofanalysis, analyticalresultswiththeoriesand,morecrucially,howtodecideontheobjectivesofa course. Thisbookprovidesadetailedaccountofthreemajoraspectsofreal-timesystems: programstructuresforreal-time,timinganalysisusingschedulingtheoryandspeci®ca- tionandveri®cationindifferentframeworks.Eachchapterfocusesonaparticulartech- nique:takentogether,theygiveafairlycomprehensiveaccountoftheformalstudyof real-timesystemsanddemonstratetheeffectivenessandapplicabilityofmathematically basedmethodsforreal-timesystemdesign.Thebookshouldbeofinteresttocomputer scientists,engineersandpracticalsystemdesignersasitdemonstratesalsohowthesenew methodscanbeusedtosolverealproblems. Chaptershavedifferentauthorsandeachfocusesonaparticulartopic,butthematerial hasbeenwrittenandeditedsothatthereadershouldnoticenoabruptchangeswhenmov- ingfromonechaptertoanother.Chaptersarelinkedwithcross-referencesandthrough theirdescriptionandanalysisofacommonexample:theminepump(Burns&Lister, 1991;Mahony&Hayes,1992).Thisallowsthereadertocomparetheadvantagesand vii viii PREFACE limitationsofdifferenttechniques.Thereareanumberofsmallexamplesinthetextto illustratethetheoryandeachchapterendswithasetofexercises. TheideaforthebookcameoriginallyfrommaterialusedfortheM.Sc.moduleon real-timesystemsattheUniversityofWarwick.Thismodulehasnowbeentaughtby severaloftheauthorsoverthelastthreeyearsandhasbeenattendedbybothstudents andvisitingparticipants.However,itwasplannedthatthebookwouldcontainamore comprehensivetreatmentofthematerialthanmightbeusedinasinglecourse.Thisal- lowsteacherstodrawselectivelyonthematerial,leavingsomepartsoutandothersas furtherreadingforstudents.SomepossiblecourseselectionsareoutlinedinChapter1 butmanymorearepossibleandthechoicewillbegovernedbythenatureofthecourse andtheinterestsandpreparationofthestudents.Partofthematerialhasbeentaughtby theauthorsinadvancedundergraduatecoursesincomputerscience,computerengineer- ingandrelateddisciplines;selectionshavealsobeenusedinseveraldifferentpostgrad- uatecoursesandinshortcoursesforindustrialgroups.Sothematerialhasbeenused successfullyformanydifferentaudiences. Thebookdrawsheavilyonrecentresearchandcanalsoserveasasourcebookfor thosedoingresearchandforprofessionalsinindustrywhowishtousethesetechniques intheirwork.Theauthorshavemanyyearsofresearchexperienceintheareasoftheir chaptersandthebookcontainsmaterialwithamaturityanddepththatwouldbedif®cult forasingleauthortoachieve,certainlyonashorttime-scale. Acknowledgements Eachchapterhasbeenreviewedbyanotherauthorandthencheckedandre-draftedbythe editortomakethestyleofpresentationuniform.Thisprocedurehasrequiredagreatdeal ofcooperationandunderstandingfromtheauthors,forwhichtheeditorismostgrateful. Despitecarefulscrutiny,therewillcertainlybeinexcusableerrorslurkingincornersand wewouldbeverygladtobeinformedofanythatarediscovered. Weareverygratefultothereviewersforcommentsonthedraftandforprovidingus withtheinitialresponsestothebook.AndersRavnreadcriticallythroughthewhole manuscriptandsentmanyusefulandacuteobservationsandcorrections.MatthewWa- habpointedoutanumberofinconsistenciesandsuggestedseveralimprovements.We arealsogladtoacknowledgethecooperationofearlier`minepump'authors,Andrew Lister,BrendanMahonyandIanHayes. Inaddition,particularthanksareduetomanyotherpeoplefortheircommentsondif- ferentchapters. Chapters1,2:TomaszJanowskimadeseveralusefulcomments,asdidstudentsof theM.Sc.moduleonreal-timesystemsandtheWarwickundergraduatecourse,Veri®ca- tionandValidation.SteveSchneider'sspeci®cationinZoftheminepumpwasauseful templateduringthedevelopmentofthespeci®cationinChapter1. Chapter4:GerhardFohler,SwamyKuttiandArcotSowmyacommentedonanearlier draft.Thanksarealsoduetothepresentandpastmembersofthereal-timegroupatthe UniversityofMassachusetts. Chapter5:JanVittreadthroughthechaptercarefullyandmadeseveralsuggestions PREFACE ix forimprovement. Chapter6:JimDavies,BrunoDutertre,GavinLowe,PaulMukherjee,JustinPearson, KenWoodandmembersoftheESPRITBasicResearchActionCONCUR2provided commentsatvariousstagesofthework. Chapter7:ZhouChaochenwasasourceofencouragementandadviceduringthewrit- ingofthischapter. ThebookwasproducedusingLATEX2e,aidedbytheconsiderableingenuity,skilland perseveranceofStevenHaeck,withcriticaltipsfromJimDaviesandwithhelpatmany stagesfromJeffSmith. Finally,thebookowesagreatdealtoJackieHarborofPrenticeHallInternational,who pilotedtheprojectthroughfromitsstart,andtoAlisonStanford,whowasSeniorPro- ductionEditor.Theircombinedeffortsmadeitpossibleforthewriting,editingandre- viewingofthebooktobeinterleavedwithitsproductionsothatthewholeprocesscould becompletedin10months. TheSerieseditor,TonyHoare,encouragedustostartthebookandpersuadedusnot tobedauntedbythetaskofeditingitintoacohesivetext.Allofus,editorandauthors, oweagreatdealforthissupport. DepartmentofComputerScience MathaiJoseph UniversityofWarwick Preface to Revised Edition In the five years that have passed since the original edition of the book was published, the field of real-time systems has grown at a breathtaking rate. Most notably, embedded systems have become a separate field of study from other real-time control systems and applications of embedded systems have spread from the original domain of machinery and transportation to hand- held devices, like organizers, personal digital assistants and mobile telephones. Along with this, the nature of the problems to be faced has also changed. Reliability, usability and adaptability are now added to the factors that must be studied and analyzed when designing a real-time embedded system. And with widespread personal use taking place, it is not just usability but also reliability
Recommended publications
  • Computing: 50 Years On
    Computing: 50 Years On Mathai Joseph* From a TIFR Alumni Association Public Lecture 27 July 2007 Introduction We may each remember a year for different things: some personal, some related to our work and interests and some for the unusual events that took place. 1957 is probably like any other year in this respect. For many scientists, the launch of the first Sputnik from Baikonur in the then-USSR will be remembered as the event which transformed the race to space and was the stimulus for the man-on-the-moon program that followed in the United States. Physicists may remember the year for the award of the Nobel Prize to Yann Chen Ning and Lee Tsung-Dao, both from China and working respectively at the Institute of Advanced Study, Princeton, and Columbia, for their work on parity laws. We in India may recall that it marked the first full year of operation of the Apsara nuclear reactor at Trombay. And, chess-lovers will certainly remember the year for the remarkable feat by Bobby Fischer in becoming the US chess champion at the age of 14! There were landmarks in computing in 1957. By that time, around 1000 computers had been sold worldwide (none of them in India) and new computer series (with solid-state technology) were announced by the big manufacturers such as IBM, Univac, NCR and Siemens. Development of the integrated circuit was nearing completion in the laboratories of Jack Kilby at Texas Instruments and Robert Noyce at Fairchild. The Fortran programming language was formally published by a team led by John Backus at IBM, marking the start of a great era of programming language development.
    [Show full text]
  • OTC TCS 2005.Pdf
    1 Annual Report 2004-05 Contents Board of Directors ............................................................................................................................................................................................................................... 3 Management Team ............................................................................................................................................................................................................................. 4 Message from the CEO...................................................................................................................................................................................................................... 6 Notice........................................................................................................................................................................................................................................................ 8 Directors' Report ............................................................................................................................................................................................................................... 15 Management Discussion and Analysis ................................................................................................................................................................................... 30 Corporate Governance Report...................................................................................................................................................................................................
    [Show full text]
  • August 2014 FACS a C T S
    Issue 2014-1 August 2014 FACS A C T S The Newsletter of the Formal Aspects of Computing Science (FACS) Specialist Group ISSN 0950-1231 FACS FACTS Issue 2014-1 August 2014 About FACS FACTS FACS FACTS (ISSN: 0950-1231) is the newsletter of the BCS Specialist Group on Formal Aspects of Computing Science (FACS). FACS FACTS is distributed in electronic form to all FACS members. Submissions to FACS FACTS are always welcome. Please visit the newsletter area of the BCS FACS website for further details (see http://www.bcs.org/category/12461). Back issues of FACS FACTS are available for download from: http://www.bcs.org/content/conWebDoc/33135 The FACS FACTS Team Newsletter Editors Tim Denvir [email protected] Brian Monahan [email protected] Editorial Team Jonathan Bowen, Tim Denvir. Brian Monahan, Margaret West. Contributors to this Issue Jonathan Bowen, Tim Denvir, Eerke Boiten, Rob Heirons, Azalea Raad, Andrew Robinson. BCS-FACS websites BCS: http://www.bcs-facs.org LinkedIn: http://www.linkedin.com/groups?gid=2427579 Facebook: http://www.facebook.com/pages/BCS- FACS/120243984688255 Wikipedia: http://en.wikipedia.org/wiki/BCS-FACS If you have any questions about BCS-FACS, please send these to Paul Boca <[email protected]> 2 FACS FACTS Issue 2014-1 August 2014 Editorial Welcome to issue 2014-1 of FACS FACTS. This is the first issue produced by your new joint editors, Tim Denvir and Brian Monahan. One effect of the maturity of formal methods is that researchers in the topic regularly grow old and expire. Rather than fill the issue with Obituaries, we have taken the course of reporting on most of these sad events in brief, with references to fuller obituaries that can be found elsewhere, in particular in the FAC Journal.
    [Show full text]
  • Software Engineering Approaches for Offshore and Outsourced Development
    Lecture Notes in Business Information Processing 35 Series Editors Wil van der Aalst Eindhoven Technical University, The Netherlands John Mylopoulos University of Trento, Italy Norman M. Sadeh Carnegie Mellon University, Pittsburgh, PA, USA Michael J. Shaw University of Illinois, Urbana-Champaign, IL, USA Clemens Szyperski Microsoft Research, Redmond, WA, USA Olly Gotel Mathai Joseph Bertrand Meyer (Eds.) Software Engineering Approaches for Offshore and Outsourced Development Third International Conference, SEAFOOD 2009 Zurich, Switzerland, July 2-3, 2009 Proceedings 13 Volume Editors Olly Gotel Pace University New York City, NY 10038, USA E-mail: [email protected] Mathai Joseph Tata Consultancy Services Pune 411 001, India E-mail: [email protected] Bertrand Meyer ETH Zurich Department of Computer Science 8092 Zurich, Switzerland E-mail: [email protected] Library of Congress Control Number: 2009929830 ACM Computing Classification (1998): D.2, K.6, K.4.2, J.1 ISSN 1865-1348 ISBN-10 3-642-02986-8 Springer Berlin Heidelberg New York ISBN-13 978-3-642-02986-8 Springer Berlin Heidelberg New York This work is subject to copyright. All rights are reserved, whether the whole or part of the material is concerned, specifically the rights of translation, reprinting, re-use of illustrations, recitation, broadcasting, reproduction on microfilms or in any other way, and storage in data banks. Duplication of this publication or parts thereof is permitted only under the provisions of the German Copyright Law of September 9, 1965, in its current version, and permission for use must always be obtained from Springer. Violations are liable to prosecution under the German Copyright Law.
    [Show full text]
  • Formal Techniques in Large-Scale Software Engineering Mathai Joseph Tata Research Development and Design Centre Tata Consultancy
    Formal Techniques in Large-Scale Software Engineering Mathai Joseph Tata Research Development and Design Centre Tata Consultancy Services 54B Hadapsar Industrial Estate Pune 411 013 India Draft of Paper 1. Introduction Formal techniques have been used effectively for developing software: from modeling requirements to specifying and verifying programs. In most cases, the programs have been relatively small and complex, many of them for safety critical applications. Use of formal techniques has also become relatively standard for the design of complex VLSI circuits, whether for processors or special purpose devices. Both of these areas are characterized by having a small state space, closely matching the capability of the formal techniques that are used. This capability has of course increased greatly over the last two decades, just as processing speeds have improved, and the problems that are solved today would have been out of reach, or even beyond expectation, some years ago. However, from the point of view of software engineering practice, formal techniques are still seen as exotic and suitable only for particular problems. Software engineers will agree with promoters of formal techniques, but for very different reasons, that these techniques are not applicable to today’s software engineering methods. They will usually disagree on why this is so, one pointing to the lack of contribution that formal techniques make to the practice of these methods and the other questioning the methods themselves. Successful applications of formal techniques have tended to be in the few areas where their use has become part of the practice, for reasons of complexity, cost or regulatory pressure.
    [Show full text]
  • Download (19Mb)
    Original citation: Liu, Z. and Joseph, M. (1990) Transformation of programs for fault-tolerance. University of Warwick. Department of Computer Science. (Department of Computer Science Research Report). (Unpublished) CS-RR-165 Permanent WRAP url: http://wrap.warwick.ac.uk/60860 Copyright and reuse: The Warwick Research Archive Portal (WRAP) makes this work by researchers of the University of Warwick available open access under the following conditions. Copyright © and all moral rights to the version of the paper presented here belong to the individual author(s) and/or other copyright owners. To the extent reasonable and practicable the material made available in WRAP has been checked for eligibility before being made available. Copies of full items can be used for personal research or study, educational, or not-for- profit purposes without prior permission or charge. Provided that the authors, title and full bibliographic details are credited, a hyperlink and/or URL is given for the original metadata page and the content is not changed in any way. A note on versions: The version presented in WRAP is the published version or, version of record, and may be cited as it appears here.For more information, please contact the WRAP Team at: [email protected] http://wrap.warwick.ac.uk/ Research report 165 ._ TRANSFORMATION OF PROGRAMS FOR FAULT TOLERANCE ZHIMING LIU, MATHAI JOSEPH (RR165) It has been usual to consider that the steps of program refinement start with a program specification and end with the production of the text of an executable program. But for fault-tolerance, the program must be capable of taking account of the failure modes of the particular architecture on which it is to be executed.
    [Show full text]
  • Organizing Committee Conference Chair
    Committees Organizing Committee Conference Chair Ken MacGregor, University of Cape Town, South Africa Finance Chair Mike Hinchey, University of Limerick, Ireland Program Co-Chairs Antonio Cerone, United Nations University, Macau SAR, China Stefan Gruner, University of Pretoria, South Africa Local Arrangement Chair Anet Potgieter, University of Cape Town, South Africa SEFM 2008 Program Committee Marco Aiello, University of Groningen, Netherlands Luis Barbosa, University of Minho, Portugal Bernhard Beckert, University of Koblenz, Germany Jonathan Bowen, King’s College London, UK Antonio Cerone (Co-Chair), United Nations University, Macau SAR, China Flavio Corradini, University of Camerino, Italy Patrick Cousot, ENS, France Hamdan Z. Dammag, Yemeni Centre for Studies and Research, Yemen Rocco De Nicola, University of Firenze, Italy George Eleftherakis, CITY College, Greece Stefania Gnesi, ISTI-CNR, Italy Valentin Goranko, University of the Witwatersrand, South Africa Stefan Gruner (Co-Chair), University of Pretoria, South Africa Klaus Havelund, Jet Propulsion Laboratory/Caltech, USA Thomas A. Henzinger, EPFL, Switzerland Mike Hinchey, University of Limerick, Ireland Dang Van Hung, Vietnam National University, Vietnam Jean-Marie Jacquet, University of Namur, Belgium Tomasz Janowski, United Nations University, Macau SAR, China Shmuel Katz, The Technion, Israel Padmanabhan Krishnan, Bond University, Australia Peter Gorm Larsen, Aarhus University, Denmark Peter Lindsay, The University of Queensland, Australia Tiziana Margaria, University of Potsdam, Germany Carlo Montangero, University of Pisa, Italy Cecilia Esti Nugraheni, Parahyangan Catholic University, Indonesia Tunji Odejobi, Obafemi Awolowo University, Nigeria x David von Oheimb, Siemens Corporate Technology, Germany Philippe Palanque, IRIT, Univ. of Toulouse III, France Doron Peled, Bar Ilan University, Israel Wojciech Penczek, IPI PAN and Univ. of Podlasie, Poland Alexander K.
    [Show full text]
  • A Compositional Framework for Fault Tolerance by Specification Transformation
    Theoretical Computer Science 128 (1994) 99-125 99 Elsevier A compositional framework for fault tolerance by specification transformation Doron Peled AT&T Bell Laboratories, 600 Mountain Avenue, Murray Hill, NJ 07974, USA Mathai Joseph* Department of Computer Science, University of Warwick, Coventry CV4 7AL, UK Abstracf Peled. D. and M. Joseph, A compositional framework for fault tolerance by specification trans- formation, Theoretical Computer Science 128 (1994) 99-125. The incorporation of a recovery algorithm into a program can be viewed as a program transforma- tion, converting the basic program into a fault-tolerant version. We present a framework in which such program transformations are accompanied by a corresponding specijcation transformation which obtains properties of the fault tolerant versions of the programs from properties of the basic programs. Compositionality is achieved when every property of the fault tolerant version can be obtained from a transformed property of the basic program. A verification method for proving the correctness of specification transformations is presented. This makes it possible to prove just once that a specification transformation corresponds to a program transformation, removing the need to prove separately the correctness of each trans- formed program. 1. Introduction A fault tolerant program can be viewed as the result of superposing a recovery algorithm on a basic, non-fault tolerant program. Thus, adding a recovery algorithm can be seen as a program transformation, producing a program that can recover from faults in its execution environment. The combined execution of the basic program and the recovery algorithm ensures that the fault tolerant program achieves its goal Correspondence to: D.
    [Show full text]
  • Connecting You to News Affecting CIPS and the IT Profession CIPS
    5/1/2014 CIPS Ambassador Campaign Launches! CIPS CONNECTIONS 2010 - Vol 12, Issue 2 Connecting you to news affecting CIPS and the IT Profession In This Issue CIPS Ambassador Campaign Begins! CIPS Ambassador Campaign Begins! From March 3rd 2010 to June 30th 2010 CIPS will be thanking CIPS Member Benefit - Computer its great members for referring a new member* with a token of Security our appreciation. IP3 Update The Quest for Canada's Smartest IT FastTrack for CIPS ISP holders to receive the NPA CNP Microsoft Invites CIPS Members to Attend the "Align IT Tour 2010" Ignite Your Coding Webcast Series Follow CIPS on Tw itter 2010 NPA Aw ards for Professionalism Nominations Open ICTC Softw are Professionals Survey Click Here for Details "Pow er Within" Event Enterprise Architecture Symposium CIPS Member Benefit - Computer Security CIO Summit - Registration now open CIPS Member Request for Survey Call for Papers All new and renewing CIPS members now receive a one-year Interview s/Blogs/Podcasts free subscription to Trend Micro Worry-Free Business Security CIPS IT Resources Services. Note: Renewing CIPS members will receive this benefit based on their "renewal date", which falls in line with the expiry date on your membership card. This benefit is based on renewal dates from Feb 28th 2010 to Jan 31st 2011. Renew your membership, and get protected! [Click Here for Details] IP3 Update CIPS Community http://archive.constantcontact.com/fs009/1101969017222/archive/1103136679763.html 1/6 5/1/2014 CIPS Ambassador Campaign Launches! Advertisements Above - Steven Joyce during the New Zealand announcement Following a successful launch in 2006, the global professional standards initiative IP3 (see http://www.ipthree.org/) has made some significant progress.
    [Show full text]
  • Lecture Notes in Computer Science 4700 Commenced Publication in 1973 Founding and Former Series Editors: Gerhard Goos, Juris Hartmanis, and Jan Van Leeuwen
    Lecture Notes in Computer Science 4700 Commenced Publication in 1973 Founding and Former Series Editors: Gerhard Goos, Juris Hartmanis, and Jan van Leeuwen Editorial Board David Hutchison Lancaster University, UK Takeo Kanade Carnegie Mellon University, Pittsburgh, PA, USA Josef Kittler University of Surrey, Guildford, UK Jon M. Kleinberg Cornell University, Ithaca, NY, USA Friedemann Mattern ETH Zurich, Switzerland John C. Mitchell Stanford University, CA, USA Moni Naor Weizmann Institute of Science, Rehovot, Israel Oscar Nierstrasz University of Bern, Switzerland C. Pandu Rangan Indian Institute of Technology, Madras, India Bernhard Steffen University of Dortmund, Germany Madhu Sudan Massachusetts Institute of Technology, MA, USA Demetri Terzopoulos University of California, Los Angeles, CA, USA Doug Tygar University of California, Berkeley, CA, USA Moshe Y. Vardi Rice University, Houston, TX, USA Gerhard Weikum Max-Planck Institute of Computer Science, Saarbruecken, Germany Cliff B. Jones Zhiming Liu Jim Woodcock (Eds.) Formal Methods and Hybrid Real-Time Systems Essays in Honour of Dines Bjørner and Zhou Chaochen on the Occasion of Their 70th Birthdays 1 3 Volume Editors Cliff B. Jones Newcastle University, School of Computing Science Newcastle upon Tyne, NE1 7RU, UK E-mail: [email protected] Zhiming Liu United Nations University, International Institute for Software Technology Macao, China E-mail: [email protected] Jim Woodcock University of York, Department of Computer Science Heslington, YorkYO10 5DD, UK E-mail: [email protected] The illustration appearing on the cover of this book is the work of Daniel Rozenberg (DADARA). Library of Congress Control Number: 2007935177 CR Subject Classification (1998): D.2, D.3, C.3, F.3-4, C.2, H.4 LNCS Sublibrary: SL 1 – Theoretical Computer Science and General Issues ISSN 0302-9743 ISBN-10 3-540-75220-X Springer Berlin Heidelberg New York ISBN-13 978-3-540-75220-2 Springer Berlin Heidelberg New York This work is subject to copyright.
    [Show full text]
  • Free Indian Science
    COMMENT ILLUSTRATION BY PHIL DISLEY BY ILLUSTRATION Free Indian science As elections begin in India, Mathai Joseph and Andrew Robinson call for an end to the stultifying bureaucracy that has held back the nation’s science for decades. ndia’s general elections this month and Indian science is as much structural as it is industry. Three other Indian-born scientists next could be among the most important financial. Before the machinery of govern- have won a Nobel prize — biochemist since it gained independence in 1947. ment took over and mismanaged research Har Gobind Khorana (in 1968), astrophysi- IAfter ten years of a largely indecisive and in the mid-twentieth century, several foun- cist Subrahmanyan Chandrasekhar (in an often scandal-ridden coalition govern- dational scientific discoveries were made 1983) and molecular biologist Venkatraman ment, there are strident demands for better in India. Between about 1900 and 1930, Ramakrishnan (in 2009) — but for work done governance, economic reform, the promo- Jagadish Chandra Bose made innovations entirely outside India. No mathematician tion of manufacturing and improvements in in wireless signalling (borrowed by Italian from India has won the Fields Medal. And agriculture, health care and environmental electrical engineer Guglielmo Marconi); Indian institutes and universities do not fea- management. Meghnad Saha developed an ionization for- ture in the world’s top 200 higher-education Sadly, science and its administration, once mula for hot gases that has a central role in institutions (see go.nature.com/bc69uq). seen as central to Indian development, are stellar astrophysics; Satyendra Nath Bose’s The basic problem is that Indian science not currently on the agenda, despite some theoretical work in quantum statistics led to has for too long been hamstrung by a trenchant critiques from scientists and Bose–Einstein statistics; Chandrasekhara bureaucratic mentality that values admin- science policy-makers1,2.
    [Show full text]
  • Synthesizing Fault Tolerant Safety Critical Systems
    JOURNAL OF COMPUTERS, VOL. 9, NO. 8, AUGUST 2014 1809 Synthesizing Fault Tolerant Safety Critical Systems Seemanta Saha and Muhammad Sheikh Sadi Khulna University of Engineering & Technology, Khulna-9203, Bangladesh Email: [email protected], [email protected] Abstract- To keep pace with today’s nanotechnology, safety Various approaches have been proposed over the years critical embedded systems are becoming less tolerant to to provide fault tolerance for safety critical systems. Some errors. Research into techniques to cope with errors in approaches are based on synthesizing and some are based these systems has mostly focused on transformational on transformations. All these approaches have followed the approach, replication of hardware devices, parallel idea of program modification or program rewriting. Arshad program design, component based design and/or information redundancy. It would be better to tackle the et al. [13] proposed fast detector which has been used in issue early in the design process that a safety critical system distributed embedded system to provide fail safe fault never fails to satisfy its strict dependability requirements. A tolerance. They added the concept of the detector with a fault novel method is outlined in this paper that proposes an intolerant program to transform it to a fault tolerant program. For efficient approach to synthesize safety critical systems. The all possible errors, they checked that any particular program is proposed method outperforms dominant existing work by reachable to bad transitions are not. If bad transitions are introducing the technique of run time detection and reachable from a program state because of fault transitions then completion of proper execution of the system in the presence the earliest inconsistent transition from that program state has of faults.
    [Show full text]