-
Notifications
You must be signed in to change notification settings - Fork 0
/
references.bib
2639 lines (2451 loc) · 84 KB
/
references.bib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
@inproceedings{Zakharov:2018:ISPRAS,
author = {Novikov, E. and
Zakharov, I.},
title = {Compositional Environment Modelling for Verification of GNU C Programs},
booktitle = {Proceedings of the 2018 Ivannikov ISP RAS Open Conference},
% series = {ISPRAS'18},
year = {2018},
publisher = {IEEE Computer Society},
langid={english},
pages="39--46",
keywords = {mypaper}
}
@inproceedings{Novikov:2018:ISOLA,
author = {Novikov, E. and
Zakharov, I.},
title = {Verification of Operating System Monolithic Kernels without Extensions},
booktitle = {Proceedings of the International Symposium On Leveraging Applications of Formal Methods, Verification and Validation},
% series = {ISOLA'18},
year = {2018},
publisher = {Springer international},
langid={english},
keywords = {mypaper}
}
@InProceedings{subsystems:Trudy,
author={Захаров, И.С. and Новиков, Е.М},
title="Инкрементальное построение спецификаций моделей окружения и требований для подсистем монолитного ядра операционных систем",
booktitle="Труды Института системного программирования РАН",
year="2017",
volume="29",
number="6",
pages="25--48",
issn="2220-6426",
doi="10.15514/ISPRAS-2017-29(6)-2",
langid={russian},
keywords = {mypaper}
}
@InProceedings{klever:new,
author="Novikov, Evgeny
and Zakharov, Ilja",
%editor="Petrenko, Alexander K. and Voronkov, Andrei",
title="Towards Automated Static Verification of GNU C Programs",
booktitle="Perspectives of System Informatics",
year="2018",
publisher="Springer International Publishing",
address="Cham",
pages="402--416",
isbn="978-3-319-74313-4",
keywords = {mypaper},
langid={english},
}
@InProceedings{survey:new,
author="Zakharov, Ilja",
%editor="Itsykson, Vladimir and Scedrov, Andre and Zakharov, Victor",
title="A Survey of High-Performance Computing for Software Verification",
booktitle="Tools and Methods of Program Analysis",
year="2018",
publisher="Springer International Publishing",
address="Cham",
pages="196--208",
isbn="978-3-319-71734-0",
keywords = {mypaper},
langid={english},
}
@Article{Zakharov2015,
author="Zakharov, I.
and Mandrykin, M.
and Mutilin, V.
and Novikov, E.
and Petrenko, A.
and Khoroshilov, A.",
title="Configurable toolset for static verification of operating systems kernel modules",
journal="Programming and Computer Software",
year="2015",
day="01",
volume="41",
number="1",
pages="49--64",
issn="1608-3261",
doi="10.1134/S0361768815010065",
%url="https://doi.org/10.1134/S0361768815010065",
keywords = {mypaper},
langid={english},
}
@InProceedings{configurable:Trudy,
author="Захаров, И.С. and Мандрыкин, М.У. and Мутилин, В.С. and Новиков, Е.М. and Петренко, А.К. and Хорошилов, А.В.",
title="Конфигурируемая система статической верификации модулей ядра операционных систем",
booktitle="Труды Института системного программирования РАН",
year="2014",
volume="26",
number="2",
pages="5--42",
issn="2220-6426",
doi="10.15514/ISPRAS-2014-26(2)-1",
langid={russian},
keywords = {mypaper}
}
@Article{ZakharovEnv2015,
author="Zakharov, I.
and Mutilin, V.
and Khoroshilov, A.",
title="Pattern-based environment modeling for static verification of Linux kernel modules",
journal="Programming and Computer Software",
year="2015",
day="01",
volume="41",
number="3",
pages="183--195",
issn="1608-3261",
doi="10.1134/S036176881503007X",
%url="https://doi.org/10.1134/S036176881503007X",
keywords = {mypaper},
langid={english},
}
@InProceedings{ZakharovEnvPsi,
author="Khoroshilov, Alexey
and Mutilin, Vadim
and Novikov, Evgeny
and Zakharov, Ilja",
title="Modeling Environment for Static Verification of Linux Kernel Modules",
booktitle="Perspectives of System Informatics",
year="2015",
publisher="Springer Berlin Heidelberg",
address="Berlin, Heidelberg",
pages="400--414",
isbn="978-3-662-46823-4",
keywords = {mypaper},
langid={english},
}
@InProceedings{EnvTrudy,
author="Захаров, И.С. and Мутилин, В.С. and Новиков, Е.М. and Хорошилов, А.В.",
title="Моделирование окружения драйверов устройств операционной системы Linux",
booktitle="Труды Института системного программирования РАН",
year="2013",
volume="25",
pages="85--112",
issn="2220-6426",
doi="10.15514/ISPRAS-2013-25-6",
langid={russian},
keywords = {mypaper}
}
@InProceedings{Protva,
author={Захаров, И.С},
title="Генерация модели окружения для статической верификации драйверов, состоящих из нескольких модулей ядра Linux",
booktitle="Тезисы докладов десятой конференции разработчиков
свободных программ",
year="2013",
pages="32--35",
langid={russian},
keywords = {mypaper}
}
@Article{Syrcose,
author="Zakharov, Ilja
and Khoroshilov, Alexey
and Mutilin, Vadim
and Novikov, Evgeny",
title="Generating environment model for Linux device drivers",
journal="Spring/Summer Young Researchers’ Colloquium on Software Engineering",
year="2013",
number="7",
langid={english},
keywords = {mypaper}
}
@InProceedings{Lomonosov,
author="Захаров И.С",
title="Моделирование окружения драйверов операционной системы Linux для поддержки процесса статической верификации",
booktitle="Материалы Международного молодежного научного форума «ЛОМОНОСОВ-2013», cекция «Вычислительная математика и кибернетика»",
year="2013",
langid={russian},
keywords = {mypaper}
}
@Thesis{NovikovDis,
author = {Новиков, Е. М.},
title = {Развитие метода контрактных спецификаций для верификации модулей операционной системы Linux},
media = {text},
type = {docthesis},
major = {ф.-м. наук},
majorcode = {05.13.11},
location = {Москва},
date = {2013},
pagetotal = {123},
language = {russian}
}
@article{Bessey:2010:FBL,
author = {Bessey, Al and Block, Ken and Chelf, Ben and Chou, Andy and Fulton, Bryan and Hallem, Seth and Henri-Gros, Charles and Kamsky, Asya and McPeak, Scott and Engler, Dawson},
title = {A Few Billion Lines of Code Later: Using Static Analysis to Find Bugs in the Real World},
journal = {Commun. ACM},
issue_date = {2010},
volume = {53},
number = {2},
year = {2010},
issn = {0001-0782},
pages = {66--75},
numpages = {10},
url = {http://doi.acm.org/10.1145/1646353.1646374},
doi = {10.1145/1646353.1646374},
acmid = {1646374},
publisher = {ACM},
address = {New York, NY, USA},
langid={english},
}
@book{Jastram:2014:RUH,
author = {Jastram, Michael and Butler, Prof Michael},
title = {Rodin User's Handbook: Covers Rodin V.2.8},
year = {2014},
isbn = {9781495438141},
publisher = {CreateSpace Independent Publishing Platform},
address = {USA},
langid={english},
}
@inproceedings{Cuoq:2012:FSA,
author = {Cuoq, Pascal and Kirchner, Florent and Kosmatov, Nikolai and Prevosto, Virgile and Signoles, Julien and Yakobowski, Boris},
title = {Frama-C: A Software Analysis Perspective},
booktitle = {Proceedings of the 10th International Conference on Software Engineering and Formal Methods},
% series = {SEFM'12},
year = {2012},
isbn = {978-3-642-33825-0},
location = {Thessaloniki, Greece},
pages = {233--247},
numpages = {15},
url = {http://dx.doi.org/10.1007/978-3-642-33826-7_16},
doi = {10.1007/978-3-642-33826-7_16},
acmid = {2404250},
publisher = {Springer-Verlag},
address = {Berlin, Heidelberg},
langid={english},
}
@Inbook{Bjorner2013,
author="Bjorner, Nikolaj",
%editor="Biere, Armin and Nahir, Amir and Vos, Tanja",
title="SMT in Verification, Modeling, and Testing at Microsoft",
bookTitle="Hardware and Software: Verification and Testing: 8th International Haifa Verification Conference",
year="2013",
publisher="Springer Berlin Heidelberg",
address="Berlin, Heidelberg",
pages="3--3",
isbn="978-3-642-39611-3",
doi="10.1007/978-3-642-39611-3_3",
langid={english},
}
@article{Biere03boundedmodel,
author = {Armin Biere and
Alessandro Cimatti and
Edmund M. Clarke and
Ofer Strichman and
Yunshan Zhu},
title = {Bounded model checking},
journal = {Advances in Computers},
volume = {58},
pages = {117--148},
year = {2003},
% url = {http://dx.doi.org/10.1016/S0065-2458(03)58003-2},
doi = {10.1016/S0065-2458(03)58003-2},
biburl = {http://dblp.uni-trier.de/rec/bib/journals/ac/BiereCCSZ03},
bibsource = {dblp computer science bibliography, http://dblp.org},
langid={english},
}
@InProceedings{MC,
author="Clarke, Edmund M.
and Emerson, E. Allen",
%editor="Kozen, Dexter",
title="Design and synthesis of synchronization skeletons using branching time temporal logic",
booktitle="Logics of Programs",
year="1982",
publisher="Springer Berlin Heidelberg",
address="Berlin, Heidelberg",
pages="52--71",
isbn="978-3-540-39047-3",
langid={english},
}
@article{Clarke:2003:CAR,
author = {Clarke, Edmund and Grumberg, Orna and Jha, Somesh and Lu, Yuan and Veith, Helmut},
title = {Counterexample-guided Abstraction Refinement for Symbolic Model Checking},
journal = {J. ACM},
issue_date = {2003},
volume = {50},
number = {5},
year = {2003},
issn = {0004-5411},
pages = {752--794},
numpages = {43},
% url = {http://doi.acm.org/10.1145/876638.876643},
doi = {10.1145/876638.876643},
acmid = {876643},
publisher = {ACM},
langid={english},
}
@article{Ball:2011:DSM,
author = {Ball, Thomas and Levin, Vladimir and Rajamani, Sriram K.},
title = {A Decade of Software Model Checking with SLAM},
journal = {Commun. ACM},
issue_date = {July 2011},
volume = {54},
number = {7},
year = {2011},
issn = {0001-0782},
pages = {68--76},
numpages = {9},
% url = {http://doi.acm.org/10.1145/1965724.1965743},
doi = {10.1145/1965724.1965743},
acmid = {1965743},
publisher = {ACM},
address = {New York, NY, USA},
langid={english},
}
@InProceedings{CIL,
author="Necula, George C. and McPeak, Scott and Rahul, Shree P. and Weimer, Westley",
%editor="Horspool, R. Nigel",
title="CIL: Intermediate Language and Tools for Analysis and Transformation of C Programs",
booktitle="Compiler Construction",
year="2002",
publisher="Springer Berlin Heidelberg",
address="Berlin, Heidelberg",
pages="213--228",
isbn="978-3-540-45937-8",
langid={english},
}
@article{Ivancic:2015:SSS,
author = {Ivancic, Franjo and Balakrishnan, Gogul and Gupta, Aarti and Sankaranarayanan, Sriram and Maeda, Naoto and Imoto, Takashi and Pothengil, Rakesh and Hussain, Mustafa},
title = {Scalable and Scope-bounded Software Verification in Varvel},
journal = {Automated Software Engg.},
issue_date = {December 2015},
volume = {22},
number = {4},
year = {2015},
issn = {0928-8910},
pages = {517--559},
numpages = {43},
% url = {http://dx.doi.org/10.1007/s10515-014-0164-0},
doi = {10.1007/s10515-014-0164-0},
acmid = {2830234},
publisher = {Kluwer Academic Publishers},
address = {Hingham, MA, USA},
langid={english},
}
@Inbook{Floyd1993,
author="Floyd, Robert W.",
%editor="Colburn, Timothy R. and Fetzer, James H.and Rankin, Terry L.",
title="Assigning Meanings to Programs",
bookTitle="Program Verification: Fundamental Issues in Computer Science",
year="1993",
publisher="Springer Netherlands",
address="Dordrecht",
pages="65--81",
isbn="978-94-011-1793-7",
langid={english},
}
@article{Hoare:1969:ABC,
author = {Hoare, C. A. R.},
title = "An Axiomatic Basis for Computer Programming",
journal = {Commun. ACM},
issue_date = {Oct. 1969},
volume = {12},
number = {10},
year = {1969},
issn = {0001-0782},
pages = {576--580},
numpages = {5},
acmid = {363259},
publisher = {ACM},
address = {New York, NY, USA},
langid={english},
}
@article{DSilva:2008:SAT,
author = {D'Silva, V. and Kroening, D. and Weissenbacher, G.},
title = {A Survey of Automated Techniques for Formal Software Verification},
journal = {Trans. Comp.-Aided Des. Integ. Cir. Sys.},
issue_date = {July 2008},
volume = {27},
number = {7},
year = {2008},
issn = {0278-0070},
pages = {1165--1178},
numpages = {14},
% url = {http://dx.doi.org/10.1109/TCAD.2008.923410},
doi = {10.1109/TCAD.2008.923410},
acmid = {2302032},
publisher = {IEEE Press},
address = {Piscataway, NJ, USA},
langid={english},
}
@article{Emanuelsson:2008:CSI,
author = {Emanuelsson, Par and Nilsson, Ulf},
title = {A Comparative Study of Industrial Static Analysis Tools},
journal = {Electron. Notes Theor. Comput. Sci.},
issue_date = {July, 2008},
volume = {217},
year = {2008},
issn = {1571-0661},
pages = {5--21},
numpages = {17},
url = {http://dx.doi.org/10.1016/j.entcs.2008.06.039},
doi = {10.1016/j.entcs.2008.06.039},
acmid = {1390956},
publisher = {Elsevier Science Publishers B. V.},
address = {Amsterdam, The Netherlands, The Netherlands},
keywords = {Static analysis, dataflow analysis, defects, security vulnerabilities},
langid={english},
}
@article{Palix:2011:FLT,
author = {Palix, Nicolas and Thomas, Gael and Saha, Suman and Calves, Christophe and Lawall, Julia and Muller, Gilles},
title = {Faults in Linux: Ten Years Later},
journal = {SIGPLAN Not.},
issue_date = {April 2012},
volume = {47},
number = {4},
year = {2011},
issn = {0362-1340},
pages = {305--318},
numpages = {14},
url = {http://doi.acm.org/10.1145/2248487.1950401},
doi = {10.1145/2248487.1950401},
acmid = {1950401},
publisher = {ACM},
address = {New York, NY, USA},
langid={english},
}
@inproceedings{Burch:1991:SCV,
author = {Burch, J. R. and Clarke, E. M. and McMillan, K. L. and Dill, David L.},
title = {Sequential Circuit Verification Using Symbolic Model Checking},
booktitle = {Proceedings of the 27th ACM/IEEE Design Automation Conference},
% series = {DAC '90},
year = {1990},
isbn = {0-89791-363-9},
location = {Orlando, Florida, USA},
pages = {46--51},
numpages = {6},
url = {http://doi.acm.org/10.1145/123186.123223},
doi = {10.1145/123186.123223},
acmid = {123223},
publisher = {ACM},
address = {New York, NY, USA},
langid={english},
}
@book{Bruks:2009,
author = {Фредерик Брукс and Хилл Чапел},
title = {Мифический человеко-месяц, или Как создаются программные системы},
year = {2010},
isbn = {5-93286-005-7},
publisher = {Пер. с англ. Издательство Символ-Плюс.},
langid={russian},
}
@inproceedings{Clarke2004,
author={Clarke, Edmund and Kroening, Daniel and Lerda, Flavio},
%editor={Jensen, Kurt and Podelski, Andreas},
title={A Tool for Checking ANSI-C Programs},
booktitle={Proceedings of the 10th International Conference on Tools and Algorithms for the Construction and Analysis of Systems},
year={2004},
publisher={Springer Berlin Heidelberg},
address={Berlin},
pages={168--176},
isbn={978-3-540-24730-2},
doi={10.1007/978-3-540-24730-2\_15},
%url={http://dx.doi.org/10.1007/978-3-540-24730-2\_15},
langid={english},
}
@inproceedings{Bucur:2010:SVT,
author = {Bucur, Doina and Kwiatkowska, Marta Z.},
title = {Software Verification for TinyOS},
booktitle = {Proceedings of the 9th ACM/IEEE International Conference on Information Processing in Sensor Networks},
year = {2010},
isbn = {978-1-60558-988-6},
location = {Stockholm, Sweden},
pages = {400--401},
numpages = {2},
% url = {http://doi.acm.org/10.1145/1791212.1791274},
doi = {10.1145/1791212.1791274},
acmid = {1791274},
publisher = {ACM},
address = {New York, NY, USA},
langid={english},
}
@Article{Schlich2009,
author="Schlich, Bastian
and Kowalewski, Stefan",
title="Model checking C source code for embedded systems",
journal="S. Int J Softw Tools Technol Transfer",
year="2009",
volume="11",
number="3",
pages="187--202",
issn="1433-2787",
doi="10.1007/s10009-009-0106-5",
%url="http://dx.doi.org/10.1007/s10009-009-0106-5",
langid={english},
}
@INPROCEEDINGS{Stern97parallelizingthe,
author = {Ulrich Stern and David L. Dill},
title = {Parallelizing the Mur$\varphi$ verifier},
booktitle = {Computer Aided Verification. 9th International Conference},
year = {1997},
pages = {256--267},
publisher = {Springer-Verlag},
langid={english},
}
@INPROCEEDINGS{Lerda1999,
author="Lerda, Flavio
and Sisto, Riccardo",
%editor="Dams, Dennis and Gerth, Rob and Leue, Stefan and Massink, Mieke",
title="Distributed-Memory Model Checking with SPIN",
bookTitle="Proceedings of the 5th and 6th International SPIN Workshop",
year="1999",
publisher="Springer Berlin Heidelberg",
pages="22--39",
isbn="978-3-540-48234-5",
doi="10.1007/3-540-48234-2_3",
%url="http://dx.doi.org/10.1007/3-540-48234-2\_3",
langid={english},
}
@misc{mpi-3.0,
author={Message Passing Interface Forum},
title={MPI: A Message-Passing Interface Standard Version 3.0},
journal={},
institution={},
year={2012},
pages={},
volume={},
number={},
booktitle={},
publisher={},
issn={},
isbn={},
note={Chapter author for Collective Communication, Process Topologies, and One Sided Communications},
langid={english},
}
@INPROCEEDINGS{VW86b,
AUTHOR = {M. Y. Vardi and P. Wolper},
TITLE = {An Automata-Theoretic Approach to Automatic Program Verification},
BOOKTITLE = {Proceedings of the 1st Symposium on Logic in Computer Science},
PAGES = {332--344},
YEAR = {1986},
% URL = {http://www.cs.rice.edu/~vardi/papers/lics86.pdf.gz},
langid={english},
}
@article{Barnat:2010:SSM,
author = {Barnat, J. and Brim, L. and Rockai, P.},
title = {Scalable Shared Memory LTL Model Checking},
journal = {Int. J. Softw. Tools Technol. Transf.},
issue_date = {2010},
volume = {12},
number = {2},
year = {2010},
issn = {1433-2779},
pages = {139--153},
numpages = {15},
% url = {http://dx.doi.org/10.1007/s10009-010-0136-z},
doi = {10.1007/s10009-010-0136-z},
acmid = {1815818},
publisher = {Springer-Verlag},
keywords = {Formal verification, LTL model checking, Shared memory},
langid={english},
}
@article{HiBi.2009,
author = {Rockai, Petr and Barnat, Jiri and Lubos, Brim},
title = {DiVinE 2.0: High-Performance Model Checking},
journal = {Proceedings of the 9th International Workshop on Parallel and Distributed Methods in Verification},
volume = {00},
number = {undefined},
issn = {},
year = {2009},
pages = {31-32},
doi = {doi.ieeecomputersociety.org/10.1109/HiBi.2009.10},
publisher = {IEEE Computer Society},
langid={english},
}
@inproceedings{Barnat2009,
author="Barnat, Ji{\v{r}}{\'i}
and Brim, Lubo{\v{s}}
and Ro{\v{c}}kai, Petr",
%editor="Breitman, Karin and Cavalcanti, Ana", title="A Time-Optimal On-the-Fly Parallel Algorithm for Model Checking of Weak LTL Properties",
bookTitle="Proceedings of the 11th International Conference on Formal Engineering Methods",
year="2009",
publisher="Springer Berlin Heidelberg",
pages="407--425",
isbn="978-3-642-10373-5",
doi="10.1007/978-3-642-10373-5\_21",
%url="http://dx.doi.org/10.1007/978-3-642-10373-5\_21",
langid={english},
}
@INPROCEEDINGS{Barnat5161000,
author={K. Verstoep and H. E. Bal and J. Barnat and L. Brim},
booktitle={2009 IEEE International Symposium on Parallel Distributed Processing},
title={Efficient large-scale model checking},
year={2009},
pages={1-12},
keywords={distributed algorithms;formal specification;formal verification;grid computing;DiVinE;distributed algorithms;distributed-memory model checkers;high-bandwidth computational grid;large-scale model checking;memory requirements;multicore compute cluster;network overhead;Algorithm design and analysis;Clustering algorithms;Computer science;Distributed algorithms;Distributed computing;Explosions;Large-scale systems;Multicore processing;Performance analysis;State-space methods},
doi={10.1109/IPDPS.2009.5161000},
ISSN={1530-2075},
langid={english},
}
@INPROCEEDINGS{Lopes2011,
author="Lopes, Nuno P.
and Rybalchenko, Andrey",
%editor="Jhala, Ranjit and Schmidt, David",
title="Distributed and Predictable Software Model Checking",
bookTitle="Proceedings of the 12th International Conference on Verification, Model Checking",
year="2011",
publisher="Springer Berlin Heidelberg",
pages="340--355",
isbn="978-3-642-18275-4",
doi="10.1007/978-3-642-18275-4\_24",
%url="http://dx.doi.org/10.1007/978-3-642-18275-4\_24",
langid={english},
}
@INPROCEEDINGS{Beyer2016,
author="Beyer, Dirk",
%editor="Chechik, Marsha and Raskin, Jean-Fran{\c{c}}ois",
title="Reliable and Reproducible Competition Results with BenchExec and Witnesses (Report on SV-COMP 2016)",
bookTitle="Proceedings of the 22nd International Conference on Tools and Algorithms for the Construction and Analysis of Systems",
year="2016",
publisher="Springer Berlin Heidelberg",
pages="887--904",
isbn="978-3-662-49674-9",
doi="10.1007/978-3-662-49674-9_55",
%url="http://dx.doi.org/10.1007/978-3-662-49674-9\_55",
langid={english},
}
@inproceedings{SVCOMP2014,
author="Beyer, Dirk",
%editor="{\'A}brah{\'a}m, Erika and Havelund, Klaus",
title="Status Report on Software Verification",
bookTitle="Proceedings of the 20th International Conference Tools and Algorithms for the Construction and Analysis of Systems",
year="2014",
publisher="Springer Berlin Heidelberg",
pages="373--388",
isbn="978-3-642-54862-8",
doi="10.1007/978-3-642-54862-8_25",
%url="http://dx.doi.org/10.1007/978-3-642-54862-8\_25",
langid={english},
}
@inproceedings{Beyer:2014:SVG,
author = {Beyer, Dirk and Dresler, Georg and Wendler, Philipp},
title = {Software Verification in the Google App-Engine Cloud},
booktitle = {Proceedings of the 16th International Conference on Computer Aided Verification - Volume 8559},
year = {2014},
isbn = {978-3-319-08866-2},
pages = {327--333},
numpages = {7},
%url = {http://dx.doi.org/10.1007/978-3-319-08867-9\_21},
doi = {10.1007/978-3-319-08867-9\_21},
acmid = {2735079},
publisher = {Springer-Verlag New York, Inc.},
langid={english},
}
@book{Holzmann:2003:SMC,
author = {Holzmann, Gerard},
title = {Spin Model Checker, the: Primer and Reference Manual},
year = {2003},
isbn = {0-321-22862-6},
edition = {First},
publisher = {Addison-Wesley Professional},
langid={english},
}
@ARTICLE{5661793,
author={G. J. Holzmann and R. Joshi and A. Groce},
journal={IEEE Transactions on Software Engineering},
title={Swarm Verification Techniques},
year={2011},
volume={37},
number={6},
pages={845-857},
doi={10.1109/TSE.2010.110},
ISSN={0098-5589},
langid={english},
}
@inproceedings{Holzmann:2012:PSM,
author = {Holzmann, Gerard J.},
title = {Parallelizing the Spin Model Checker},
booktitle = {Proceedings of the 19th International Conference on Model Checking Software},
% series = {SPIN'12},
year = {2012},
isbn = {978-3-642-31758-3},
pages = {155--171},
numpages = {17},
%url = {http://dx.doi.org/10.1007/978-3-642-31759-0\_12},
doi = {10.1007/978-3-642-31759-0\_12},
acmid = {2364082},
publisher = {Springer-Verlag},
keywords = {bounded search, breadth-first search, concurrency, liveness, model checking, multi-core, parallelism, safety, software verification, spin},
langid={english},
}
@article{Brim:2006:OVD,
author = {Brim, L. and \v{C}ern\'{a}, I. and Moravec, P. and \v{S}im\v{s}a, J.},
title = {How to Order Vertices for Distributed LTL Model-Checking Based on Accepting Predecessors},
journal = {Electron. Notes Theor. Comput. Sci.},
issue_date = {February, 2006},
volume = {135},
number = {2},
year = {2006},
issn = {1571-0661},
pages = {3--18},
numpages = {16},
% url = {http://dx.doi.org/10.1016/j.entcs.2005.10.015},
doi = {10.1016/j.entcs.2005.10.015},
acmid = {1706857},
publisher = {Elsevier Science Publishers B. V.},
langid={english},
}
@INPROCEEDINGS{BARNAT2003,
author={J. Barnat and L. Brim and J. Chaloupka},
booktitle={18th IEEE International Conference on Automated Software Engineering, 2003. Proceedings.},
title={Parallel breadth-first search LTL model-checking},
year={2003},
pages={106-115},
doi={10.1109/ASE.2003.1240299},
ISSN={1938-4300},
langid={english},
}
@inproceedings{Brim2001,
author="Brim, Lubo{\v{s}}
and {\v{C}}ern{\'a}, Ivana
and Kr{\v{c}}{\'a}l, Pavel
and Pel{\'a}nek, Radek",
%editor="Hariharan, Ramesh and Vinay, V. and Mukund, Madhavan",
title="Distributed LTL Model Checking Based on Negative Cycle Detection",
bookTitle="Proceedings of the 21st International Conference Foundations of Software Technology and Theoretical Computer Science",
year="2001",
publisher="Springer Berlin Heidelberg",
pages="96--107",
isbn="978-3-540-45294-2",
doi="10.1007/3-540-45294-X\_9",
%url="http://dx.doi.org/10.1007/3-540-45294-X\_9",
langid={english},
}
@INPROCEEDINGS{Laarman2011,
author="Laarman, Alfons
and van de Pol, Jaco
and Weber, Michael",
%editor="Bobaru, Mihaela and Havelund, Klaus and Holzmann, Gerard J. and Joshi, Rajeev",
title="Multi-Core LTSmin: Marrying Modularity and Scalability",
bookTitle="Proceedings of the 3rd International Symposium NASA Formal Methods",
year="2011",
publisher="Springer Berlin Heidelberg",
pages="506--511",
isbn="978-3-642-20398-5",
doi="10.1007/978-3-642-20398-5\_40",
%url="http://dx.doi.org/10.1007/978-3-642-20398-5\_40",
langid={english},
}
@inproceedings{Laarman:2010:BMR,
author = {Laarman, Alfons and van de Pol, Jaco and Weber, Michael},
title = {Boosting Multi-core Reachability Performance with Shared Hash Tables},
booktitle = {Proceedings of the 2010 Conference on Formal Methods in Computer-Aided Design},
% series = {FMCAD '10},
year = {2010},
pages = {247--256},
numpages = {10},
%url = {http://dl.acm.org/citation.cfm?id=1998496.1998541},
acmid = {1998541},
publisher = {FMCAD Inc},
langid={english},
}
@inproceedings{Laarman2011mem,
author="Laarman, Alfons
and van de Pol, Jaco
and Weber, Michael",
%editor="Groce, Alex and Musuvathi, Madanlal", title="Parallel Recursive State Compression for Free",
bookTitle="Proceedings of the 18th International SPIN Workshop",
year="2011",
publisher="Springer Berlin Heidelberg",
pages="38--56",
isbn="978-3-642-22306-8",
doi="10.1007/978-3-642-22306-8\_4",
%url="http://dx.doi.org/10.1007/978-3-642-22306-8\_4",
langid={english},
}
@inproceedings{Bosnacki2006,
author="Bo{\v{s}}na{\v{c}}ki, Dragan
and Leue, Stefan
and Lafuente, Alberto Lluch",
%editor="Valmari, Antti",
title="Partial-Order Reduction for General State Exploring Algorithms",
bookTitle="Proceedings of the 13th International SPIN Workshop",
year="2006",
publisher="Springer Berlin Heidelberg",
pages="271--287",
isbn="978-3-540-33103-2",
doi="10.1007/11691617\_16",
%url="http://dx.doi.org/10.1007/11691617\_16",
langid={english},
}
@article{Dean:2008:MSD,
author = {Dean, Jeffrey and Ghemawat, Sanjay},
title = {MapReduce: Simplified Data Processing on Large Clusters},
journal = {Commun. ACM},
issue_date = {January 2008},
volume = {51},
number = {1},
year = {2008},
issn = {0001-0782},
pages = {107--113},
numpages = {7},
%url = {http://doi.acm.org/10.1145/1327452.1327492},
doi = {10.1145/1327452.1327492},
acmid = {1327492},
publisher = {ACM},
langid={english},
}
@article{Albarghouthi:2012:PTI,
author = {Albarghouthi, Aws and Kumar, Rahul and Nori, Aditya V. and Rajamani, Sriram K.},
title = {Parallelizing Top-down Interprocedural Analyses},
journal = {SIGPLAN Not.},
issue_date = {June 2012},
volume = {47},
number = {6},
year = {2012},
issn = {0362-1340},
pages = {217--228},
numpages = {12},
% url = {http://doi.acm.org/10.1145/2345156.2254091},
doi = {10.1145/2345156.2254091},
acmid = {2254091},
publisher = {ACM},
keywords = {abstraction refinement, interprocedural analysis, software model checking},
langid={english},
}
@INPROCEEDINGS{Barnat2009CUDA,
author={J. Barnat and L. Brim and M. Ceska and T. Lamr},
booktitle={"Proceedings of the 15th International Conference on Parallel and Distributed Systems},
title={CUDA Accelerated LTL Model Checking},
year={2009},
pages={34-41},
doi={10.1109/ICPADS.2009.50},
ISSN={1521-9097},
langid={english},
}
@article{Barnat2012CUDA,
title = "Designing fast \{LTL\} model checking algorithms for many-core \{GPUs\} ",
journal = "Journal of Parallel and Distributed Computing ",
volume = "72",
number = "9",
pages = "1083 - 1097",
year = "2012",
note = "Accelerators for High-Performance Computing ",
issn = "0743-7315",
doi = "http://dx.doi.org/10.1016/j.jpdc.2011.10.015",
%url = "http://www.sciencedirect.com/science/article/pii/S0743731511002140",
author = "Jiří Barnat and Petr Bauch and Luboš Brim and Milan Češka",
langid={english},
}
@misc{Barnat2009DBLP,
title={DiVinE-CUDA - A Tool for GPU Accelerated LTL Model Checking},
publisher={Open Publishing Association},
author={Jiri Barnat and Lubos Brim and Milan Ceska},
year={2009},
langid={english},
}
@INPROCEEDINGS{Barnat2010CUDA,
author={J. Barnat and P. Bauch and L. Brim and M. Ceska},
booktitle={Proceedings of the 16th IEEE International Conference on Parallel and Distributed Systems},
title={Employing Multiple CUDA Devices to Accelerate LTL Model Checking},
year={2010},
pages={259-266},
doi={10.1109/ICPADS.2010.82},
ISSN={1521-9097},
langid={english},
}
@INPROCEEDINGS{Bosnacki2009,
author="Bo{\v{s}}na{\v{c}}ki, Dragan
and Edelkamp, Stefan
and Sulewski, Damian",
%editor="P{\u{a}}s{\u{a}}reanu, Corina S.",
title="Efficient Probabilistic Model Checking on General Purpose Graphics Processors",
bookTitle="Proceedings of the 16th International SPIN Workshop",
year="2009",
publisher="Springer Berlin Heidelberg",
pages="32--49",
isbn="978-3-642-02652-2",
doi="10.1007/978-3-642-02652-2\_7",
%url="http://dx.doi.org/10.1007/978-3-642-02652-2\_7",
langid={english},
}
@Article{Bosnacki2011,
author="Bo{\v{s}}na{\v{c}}ki, Dragan
and Edelkamp, Stefan
and Sulewski, Damian
and Wijs, Anton",
title="Parallel probabilistic model checking on general purpose graphics processors",
journal="International Journal on Software Tools for Technology Transfer",
year="2011",
volume="13",
number="1",
pages="21--35",
issn="1433-2787",
doi="10.1007/s10009-010-0176-4",
%url="http://dx.doi.org/10.1007/s10009-010-0176-4",
langid={english},
}
@inproceedings{Wijs2012,
author="Wijs, Anton J.
and Bo{\v{s}}na{\v{c}}ki, Dragan",
%editor="Donaldson, Alastair and Parker, David",
title="Improving GPU Sparse Matrix-Vector Multiplication for Probabilistic Model Checking",
bookTitle="Proceedings of the 19th International SPIN Workshop",
year="2012",
publisher="Springer Berlin Heidelberg",
pages="98--116",
isbn="978-3-642-31759-0",
doi="10.1007/978-3-642-31759-0\_9",
%url="http://dx.doi.org/10.1007/978-3-642-31759-0\_9",
langid={english},
}
@inproceedings{Bartocci:2014:TGS:2632362.2632379,
author = {Bartocci, Ezio and DeFrancisco, Richard and Smolka, Scott A.},
title = {Towards a GPGPU-parallel SPIN Model Checker},
booktitle = {Proceedings of the 2014 International SPIN Symposium on Model Checking of Software},
%series = {SPIN 2014},
year = {2014},
isbn = {978-1-4503-2452-6},
pages = {87--96},
numpages = {10},
% url = {http://doi.acm.org/10.1145/2632362.2632379},
doi = {10.1145/2632362.2632379},
acmid = {2632379},
publisher = {ACM},
langid={english},
}
@Article{Burks:1954:ALM,
author = "Arthur W. Burks and Don W. Warren and Jesse B.
Wright",
title = "An Analysis of a Logical Machine Using
Parenthesis-Free Notation",
journal = "Mathematical Tables and Other Aids to Computation",
volume = "8",
number = "46",
pages = "53--57",
year = "1954",
CODEN = "MTTCAS",
ISSN = "0891-6837",
ISSN-L = "0891-6837",
bibdate = "Tue Oct 13 08:06:19 MDT 1998",
bibsource = "http://www.math.utah.edu/pub/tex/bib/mathcomp1950.bib;
JSTOR database",
fjournal = "Mathematical Tables and Other Aids to Computation",
% journal-URL = "http://www.ams.org/mcom/",