<?xml version="1.0" encoding="UTF-8"?>
<TEI xml:space="preserve" xmlns="http://www.tei-c.org/ns/1.0" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.tei-c.org/ns/1.0 https://raw.githubusercontent.com/kermitt2/grobid/master/grobid-home/schemas/xsd/Grobid.xsd"
 xmlns:xlink="http://www.w3.org/1999/xlink">
	<teiHeader xml:lang="en">
		<fileDesc>
			<titleStmt>
				<title level="a" type="main">Using Runtime Monitoring to Enhance Offline Analysis</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Sebastian</forename><surname>Schirmer</surname></persName>
							<email>sebastian.schirmer@dlr.de</email>
							<affiliation key="aff0">
								<orgName type="department" key="dep1">Institute of Flight Systems</orgName>
								<orgName type="department" key="dep2">dept. Unmanned Aircraft German Aerospace Center (DLR)</orgName>
								<address>
									<settlement>Braunschweig</settlement>
									<country key="DE">Germany</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Sebastian</forename><surname>Benders</surname></persName>
							<email>sebastian.benders@dlr.de</email>
							<affiliation key="aff1">
								<orgName type="department" key="dep1">Institute of Flight Systems</orgName>
								<orgName type="department" key="dep2">dept. Unmanned Aircraft German Aerospace Center (DLR)</orgName>
								<address>
									<settlement>Braunschweig</settlement>
									<country key="DE">Germany</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Using Runtime Monitoring to Enhance Offline Analysis</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">933367E3C2270F52EF49B8D2CF5A7DC3</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T16:01+0000">
					<desc>GROBID - A machine learning software for extracting information from scholarly documents</desc>
					<ref target="https://github.com/kermitt2/grobid"/>
				</application>
			</appInfo>
		</encodingDesc>
		<profileDesc>
			<textClass>
				<keywords>
					<term>Aerospace</term>
					<term>Runtime Monitoring</term>
					<term>LOLA</term>
					<term>Offline Analysis</term>
					<term>Log File Analysis</term>
					<term>Unmanned Aircraft Systems</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Offline log file analysis of unmanned aircraft systems is a challenging experts task. Due to more automation, the amount and complexity of logged data increases. Experts need support, for instance by automatically generating additional statistical information or by correlating data. Runtime Monitoring is a formal method for analyzing system executions. It allows users to express temporal properties in a formal language which then can be used for the generation of a corresponding monitor. In this paper, we propose to integrate Runtime Monitoring into our offline analysis process. We show how the results of the monitor can be used to enhance the log file analysis and, therefore, support the expert. Specifically, we use the stream-based specification language LOLA and apply it to the log files of an unmanned cargo aircraft.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>I. INTRODUCTION</head><p>Safety is one of the biggest concerns in aviation. During development and operation, the state of the aircraft needs to be captured and degradation of the system has to be detected to take suitable counter-measures, e.g. to replace damaged or worn parts. Therefore, relevant data is stored and analyzed subsequently. Offline analysis is a challenging task and even more complicated due to the higher degree of automation induced by unmanned aircraft. The amount and complexity of relevant data has increased. One established way for analysis is to generate plots from the log files for visual inspection by an expert. There, the correlation of data is a challenging, tedious, and repeating task. In short, it is error-prone.</p><p>In this paper, we propose to integrate Runtime Monitoring (RM) into our offline analysis process. We further show how to use the monitor results to enhance the offline analysis supporting the expert. RM allows to express temporal properties in a formal and descriptive way which can be automatically translated into a corresponding correct monitor. Another benefit is the separation of the analysis code and the specified log file properties which improves the understanding and the maintenance. The work is motivated by the in-house DLR (German Aerospace Center) project ALAADy (Automated Low-Altitude Air Delivery). This prototype aircraft is based on a manned ultralight gyrocopter which was converted to an unmanned cargo aircraft with a payload of 200 kg. For this purpose avionics such as flight control computers, actu-ators <ref type="bibr" target="#b0">[1]</ref>, and sensors were installed <ref type="bibr" target="#b1">[2]</ref>. During operation of the unmanned aircraft the subsystem which is responsible for controlling the core avionics of the aircraft, e.g. the actuators and the engine control, generates more than 370 logged system states and sensor signals in 16 log files <ref type="bibr" target="#b1">[2]</ref>. Additionally, flight state sensors as well as the automatic flight control system are generating log files. A pure manual inspection of the log files is inefficient. The proposed approach automates simple checks and supports the analysis by adding statistical information to the visualization pointing towards potential errors identified by the monitors. Therefore, the approach reduces the workload of the operating crew and delivers quick evaluation results right in the field during flight-testing.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>II. RELATED WORK</head><p>Work in the field of RM mostly focuses on the online usecase, i.e. while operating the system. Among others, RM has been used for unmanned aircraft systems <ref type="bibr" target="#b2">[3]</ref>, smart homes <ref type="bibr" target="#b3">[4]</ref>, cars <ref type="bibr" target="#b4">[5]</ref>, and ground rovers <ref type="bibr" target="#b5">[6]</ref>. In <ref type="bibr" target="#b6">[7]</ref>, RM was used in an offline fashion to support testing of spacecraft flight software for the NASA 2011 Mars mission MSL (Mars Science Labratory). Instead of a stream-based specification language, the rule-based specification language of the tool LOGSCOPE was applied. Here, we focus more on the integration of RM into the current offline analysis workflow for a single log file, i.e. how to enhance the analysis by RM. In <ref type="bibr" target="#b7">[8]</ref>, the problem of synchronizing different log files is considered. There, the system is distributed and concurrent and, therefore, the locally observed, time stamped, and logged data might not be in order.</p><p>One established way for data analysis is to use libraries like the python data analysis library PANDAS <ref type="bibr" target="#b8">[9]</ref>. It is open-source, easy-to-use, and expressive. Data queries can be easily stated, e.g. data[data.a&gt;data.b] returns the data where a&gt;b. However, since it is based on python, it is more imperative and it does not natively allow temporal queries, whose implementations are prone to errors.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>III. APPROACH</head><p>In order to support the offline log file analysis, we propose to integrate RM into the analysis workflow. RM is a formal method for analyzing system executions. The correct behavior and statistical measurements of the systems are declared in a specification file. Based on the specification, a monitor is generated which checks whether the specification is fulfilled during system execution. Due to this profiling of the system, the confidence in the system is improved. The events and signal data are either received due to system instrumentation during operation or read from log files afterwards. The former is referred to as online monitoring and the latter is referred to as offline monitoring. In both cases, the monitor outputs a verdict as a result which represents the adherence of the execution to the specification. Online and offline monitoring are depicted in Figure <ref type="figure">1</ref>. As specification language, we chose LOLA which is presented in Section III-A Currently, log files are inspected manually to find unexpected system behavior. The major analysis is done by reviewing generated signal graphs. Based on these plots, an expert has to decide whether the system did operate nominally or not. The approach, described in Section III-B, allows experts to explicitly state assumptions on the system behavior in a formal and unambiguous way and to automatically incorporate the analysis results into the normal workflow. We show examples of the enhanced offline analysis using RM in Section III-C.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>A. Formal Specification Language LOLA</head><p>LOLA is a stream-based formal specification language for system online and offline monitoring. Originally, LOLA was designed for synchronous systems including circuits and embedded systems <ref type="bibr" target="#b9">[10]</ref> and, lately, extended for network monitoring <ref type="bibr" target="#b10">[11]</ref>. More recently, RTLOLA <ref type="bibr" target="#b11">[12]</ref> was introduced, which extends previous versions by sliding windows over realtime intervals with aggregation functions. The corresponding LOLA tool <ref type="bibr" target="#b12">[13]</ref> is actively developed at Saarland University. Here, we remain within the more basic LOLA fragment described in <ref type="bibr" target="#b13">[14]</ref>. In a previous work, LOLA was used in an online monitoring setting <ref type="bibr" target="#b14">[15]</ref> which indicates its applicability. There, an observation was that the development of specifications for the online usage can be significantly supported by testing them offline based on column-oriented log files. As a side-effect, the understanding of the system was greatly improved which motivated this approach. Fig. <ref type="figure">1</ref>: Based on a specification, a monitor is generated which checks the adherence to a specified system behavior.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Offline</head><p>In offline monitoring, the system execution has finished and the log file is completely available. In online monitoring, the execution is still ongoing and therefore the sequence of events is continuously extended. A LOLA specification consists of a set of independent input streams and a set of dependent output streams. The basic structure of a LOLA specification is depicted in Listing 1. Output streams can be used to represent an error, diagnosis reports, or quantitative statistics. Input streams represent signals of the system under scrutiny. All streams are evaluated at the pace of a synchronous clock. For asynchronous systems, synchronization techniques like sample and hold can be applied. Note that since LOLA basically describes a system of equations, the order of input and output declarations is irrelevant for the underlying evaluation algorithm which improves the usage and the maintainability. Values of output streams are defined by their respective stream expression. A stream expression can refer to previous, present, or possible future values of streams (both, input and output streams). Further, the streams are typed (e.g binary, integer, double) and incrementally computable statistics can be specified. The so called dependency graph <ref type="bibr" target="#b9">[10]</ref> is used to capture the dependencies between the streams, to identify whether a given specification is efficiently monitorable. Intuitively, this syntactic analysis states that the specification does not contain unbounded future stream accesses, i.e. the time until the output stream is evaluated is bounded. This allows to make statements about the memory consumption, e.g. only constant memory is required. The key features of LOLA, which lead to its usage, compared to other temporal formal languages (e.g. linear-time temporal logic), are: its descriptive nature, its structurability, and the resemblance of expressions with writing actual programs instead of abstract logical formulas. Further, especially temporal properties expressed in LOLA are easier to understand and to maintain compared to handwritten code. Additionally, when operating several aircraft, such a generic solution is highly desirable. Listing 2 shows a simple LOLA specification to compute the average velocity. The example uses one input stream vel for the current velocity of a vehicle and two output streams. The output vel_sum is an auxiliary stream which incrementally computes the sum over the seen velocities by accessing the previous value of vel_sum and the current velocity. The offset operator s[x,y] handles the access to previous (i.e. x &lt; 0), present (i.e. x = 0), or future (i.e. x &gt; 0) stream values of the stream s. The  Listing 3: Specification-to-logfile mapping. The LOLA specification ace_basic is applied to all four actuators whereas ace_left_specific is only used for the left actuator. default value y is used for accesses past the end or before the beginning of a stream. In Listing 2, -1 indicates the access to the previous value and 0.0 is used as a default value at the first position. Finally, using the keyword position, representing the current step of the evaluation (starting from zero), the average velocity is computed in vel_avg.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>B. Enhancing Offline Analysis</head><p>The presented approach supports the analysis of log files, see Figure <ref type="figure" target="#fig_1">2</ref>. During system tests, log files are generated which need to be reviewed. To support the manual inspection of each log file, we want to capture common erroneous and desired behaviors within a formal LOLA specification. Based on these specifications monitors will be generated which analyze the files. Specifications can be named and mapped to specific log files. An example mapping is shown in Listing 3. This is especially interesting for recurring specifications which can be declared in separate specification files and reused, e.g. timing properties. An example LOLA specification concerning timing is shown in Listing 4. Typically, time is captured via timestamps in log files. Interesting timing properties are the average, minimal, and maximal time jumps (t_jmp). Maximal and minimal values indicate frozen and rapid system states, respectively. Also, time jumps larger than the given threshold t_safe can be detected and reported. Note that a LOLA specification can be easily extended by an user due to the irrelevance of the stream declaration ordering. For instance, by adding an additional output stream, the number of violations can be counted. Listing 4: Given the current timestamp (time_s,time_us), the elapsed time t_jmp is computed. Based on the comparison with the constant t_safe a trigger notification is raised representing a too large time jump. Further, t_sum aggregates t_jmp which can be used to compute the average time jumps t_avg. The output streams t_max and t_min compute the maximal and the minimal time jump, respectively. Fig. <ref type="figure" target="#fig_1">2</ref>: Illustration of the proposed offline analysis approach using RM. Meta-information is inferred to enhance log files. The extended log file is visualized and the meta-information is used to point out erroneous regions to the user.</p><p>then automatically checked on the mapped log files by the generated monitors. After the analysis due to the monitors, the verdicts, e.g. the mentioned maximal values or raised notification, can be used to enhance the used visualization. Colors indicate whether the values for the respective plots were involved in a notified violation, i.e. a violation of an explicitly stated assumption. In Figure <ref type="figure" target="#fig_1">2</ref>, the first two plots are healthy but some notifications where raised for plot p. In both cases, the users preferred visualization tool-chain can be enhanced by statistical information. For the erroneous case, the monitor result can guide the expert's attention towards interesting regions.</p><p>Considering the visualization of plot p shown in Figure <ref type="figure" target="#fig_1">2</ref>, assuming the actuator position over time is depicted and timing notifications (see Listing 4) were evaluated, an expert can see that each time a time jump occurred, the position of the actuator changed.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>C. Example Properties</head><p>Actually, the presented identification of time jumps, i.e. temporal system loss, was motivated by a real problem. Experts rely on different types of visualization to identify errors. Detecting time jumps using line plots is error-prone compared to using scatter plots. Also, humans tend to extend their tolerance limit over time, e.g. due to optimism, self-serving bias, or anchoring <ref type="bibr" target="#b15">[16]</ref>. Hard thresholds explicitly stated in a specification do not only allow to reduce the reliance on gutfeeling but also allow to identify anomalies across different log files. Using this approach, we cannot only automatically check whether jumps exist in the current log files, we can also make new assumptions, e.g. decrease t_safe, and re-evaluate the specification on the current and the historical log files. In the following, we show other simple but helpful properties of ace_basic and ace_left_specific (see Listing 3):</p><p>• Each actuator implements a state machine. State changes are logged as device status. In the end, the sequence of device states represent a valid execution. • Bounds on the demanded actuator position differ for each actuator and should never be exceeded to avoid defects. • The mechanical loads of the actuators and therefore their consumption of current differ. • Statistical information on the average, maximal, and minimal values for current consumption, timing, velocity, and voltage are useful to get more insights into the system. • The relation between consumption of current and position demands can be analyzed to differentiate between internal and external errors. • Estimation of the time difference between the position demand and the time when the target position was reached. Note that these are just examples for a single actuator log file. Figure <ref type="figure" target="#fig_4">3</ref> shows a visualization example utilizing the monitoring results. The orange and the green line indicate the specified upper and lower bound on the consumption of current, respectively. The red regions show where trigger notifications were raised by a monitor. Here, red regions indicate an increased current consumption despite no actuator position demand was commanded previously. In fact, considering the first red region, the increased current consumption is related to the initialization procedure of the actuator. With the specification violations in mind, i.e. the second red region around 400 s and the upper bound violation around 850 s, the expert can now examine the log files in detail to determine the root cause. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>IV. CONCLUSION</head><p>We have presented RM and the specification language LOLA. Further, we motivated why and showed how RM can be used for offline log file analysis. Specifically, we illustrated how manual inspection due to visualization can be enhanced due to the outputs of the formally specified monitors. We plan to fully implement the integration of runtime monitors into our offline analysis tool-chain. Also, the reasoning across different log files is very helpful and will be central since future systems tend to be highly distributed. Currently, LOLA is able to read column-oriented .csv and .dat files. Accepting other data formats, e.g. CDF, NetCDF, HDF, would improve the general applicability. In future, we will investigate how offline monitoring enhances online monitoring of future sessions and, vice versa, how online monitoring helps to provide targets to detailed offline monitoring of the same session. Further, the benefits of the proposed approach in regards of cost savings, usability, and quality improvements compared to a manual inspection will be investigated.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head>Listing 2 :</head><label>2</label><figDesc>input double vel output double vel_sum := vel_sum[-1, 0.0] + vel output double vel_avg := vel_sum / double(position+1) Computation of the average velocity.</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_3"><head></head><label></label><figDesc>The properties are input double time_s, time_us output double time := time_s + time_us / 1000000.0 output double t_jmp := time -time[-1,0.0] //User notification if t_jmp &gt; t_safe const double t_safe := 0.05 trigger t_jmp &gt; t_safe with "VIOLATION: time jump!" //Statistical information output double t_sum := t_sum[-1, 0.0] + t_jmp output double t_avg := t_sum / (double(position+1)) output double t_max := max(t_jmp,t_max[-1,double_min]) output double t_min := min(t_jmp,t_min[-1,double_max])</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_4"><head>Fig. 3 :</head><label>3</label><figDesc>Fig. 3: Current consumption of an actuator with specified lower and upper bounds. Red regions indicate a notification due to a comparison between current consumption and actuator position demand.</figDesc></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" xml:id="foot_0">AvioSE 2019: 1st Workshop on Avionics Systems and Software Engineering @ SE19, Stuttgart, Germany</note>
		</body>
		<back>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Design considerations and test of the flight control actuators for a demonstrator for an unmanned freight transportation aircraft</title>
		<author>
			<persName><forename type="first">A</forename><surname>Bierig</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Lorenz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Rahm</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Gallun</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Recent Advances in Aerospace Actuation Systems and Components</title>
				<imprint>
			<date type="published" when="2018">2018</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<monogr>
		<author>
			<persName><forename type="first">S</forename><surname>Benders</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Goormann</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Lorenz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">C</forename><surname>Dauer</surname></persName>
		</author>
		<title level="m">Softwarearchitektur für einen unbemannten Luftfrachttransportdemonstrator</title>
				<imprint>
			<publisher>Deutscher Luft-und Raumfahrtkongress</publisher>
			<date type="published" when="2018">2018</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Temporal-Logic Based Runtime Observer Pairs for System Health Management of Real-Time Systems</title>
		<author>
			<persName><forename type="first">T</forename><surname>Reinbacher</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><forename type="middle">Y</forename><surname>Rozier</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Schumann</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Tools and Algorithms for the Construction and Analysis of Systems</title>
				<imprint>
			<publisher>TACAS</publisher>
			<date type="published" when="2014">2014</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Bringing Runtime Verification Home</title>
		<author>
			<persName><forename type="first">A</forename><surname>El-Hokayem</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Falcone</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Runtime Verification -18th International Conference (RV)</title>
				<imprint>
			<date type="published" when="2018">2018</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Robust Online Monitoring of Signal Temporal Logic</title>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">V</forename><surname>Deshmukh</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Donzé</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Gosh</surname></persName>
		</author>
		<author>
			<persName><forename type="first">X</forename><surname>Jin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Juniwal</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">A</forename><surname>Seshia</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Runtime Verification -15th International Conference (RV)</title>
				<imprint>
			<date type="published" when="2015">2015</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">A Component-Based Simplex Architecture for High-Assurance Cyber-Physical Systems</title>
		<author>
			<persName><forename type="first">D</forename><surname>Phan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Yang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Clark</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Grosu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Schierman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Smolka</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Stoller</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">17th International conference on application of concurrency to system design (ACSD)</title>
				<imprint>
			<date type="published" when="2017">2017</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Rule Systems for Runtime Verification: A Short Tutorial</title>
		<author>
			<persName><forename type="first">H</forename><surname>Barringer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Havelund</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Rydeheard</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Groce</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Runtime Verification Lecture Notes in Computer Science</title>
				<imprint>
			<date type="published" when="2009">2009</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Monitoring Data Usage in Distributed Systems</title>
		<author>
			<persName><forename type="first">D</forename><surname>Basin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Harvan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Klaedtke</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Zalinescu</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">IEEE Transactions on Software Engineering</title>
		<imprint>
			<date type="published" when="2013">2013</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<monogr>
		<ptr target="https://pandas.pydata.org/" />
		<title level="m">Python Data Analysis Library -pandas</title>
				<imprint>
			<date type="published" when="2019-01-05">05.01.2019</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">Lola: Runtime Monitoring of Synchronous Systems</title>
		<author>
			<persName><forename type="first">B</forename><forename type="middle">D</forename><surname>Angelo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Sankaranarayanan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Sánchez</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Robinson</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Finkbeiner</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><forename type="middle">B</forename><surname>Sipma</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Mehrotra</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Z</forename><surname>Manna</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">12th International Symposium on Temporal Representation and Reasoning (TIME&apos;05)</title>
				<imprint>
			<date type="published" when="2005">2005</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">A Stream-Based Specification Language for Network Monitoring</title>
		<author>
			<persName><forename type="first">P</forename><surname>Faymonville</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Finkbeiner</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Schirmer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Torfah</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Runtime Verification -16th International Conference (RV)</title>
				<imprint>
			<date type="published" when="2016">2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<monogr>
		<title level="m" type="main">Real-time Stream-based Monitoring</title>
		<author>
			<persName><forename type="first">P</forename><surname>Faymonville</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Finkbeiner</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Schwenger</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Torfah</surname></persName>
		</author>
		<ptr target="https://arxiv.org/abs/1711.03829" />
		<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<monogr>
		<ptr target="https://www.react.uni-saarland.de/tools/lola/" />
		<title level="m">Lola -Stream-based Runtime Monitoring</title>
				<imprint>
			<date type="published" when="2019-01-07">07.01.2019</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<monogr>
		<title level="m" type="main">Runtime Monitoring with Lola</title>
		<author>
			<persName><forename type="first">S</forename><surname>Schirmer</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2016">2016</date>
		</imprint>
	</monogr>
	<note type="report_type">Master&apos;s Thesis</note>
</biblStruct>

<biblStruct xml:id="b14">
	<analytic>
		<title level="a" type="main">Stream Runtime Monitoring on UAS</title>
		<author>
			<persName><forename type="first">F-M</forename><surname>Adolf</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Faymonville</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Finkbeiner</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Schirmer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Torens</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Runtime Verification -17th International Conference (RV)</title>
				<imprint>
			<date type="published" when="2017">2017</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<analytic>
		<title level="a" type="main">The Psychology of Errors in the Engineering Process</title>
		<author>
			<persName><forename type="first">R</forename><surname>Collins</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Leathley</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Safety and Reliability</title>
				<imprint>
			<date type="published" when="1995">1995</date>
		</imprint>
	</monogr>
</biblStruct>

				</listBibl>
			</div>
		</back>
	</text>
</TEI>
