report status
|
@ -1,58 +1,28 @@
|
||||||
\newcommand{\machinetimewaste}[3][0]{
|
\newcommand{\machinetimewaste}[3][0]{
|
||||||
\begin{subfigure}{\ifnum#1=1 0.5\textwidth \else 0.24\textwidth \fi}
|
\begin{subfigure}{\ifnum#1=1 0.5\textwidth \else 0.33\textwidth \fi}
|
||||||
\vspace{0.5cm}
|
\vspace{0.5cm}
|
||||||
%\ifnum#1=1 \hspace{0.25\textwidth} \fi
|
%\ifnum#1=1 \hspace{0.25\textwidth} \fi
|
||||||
\begin{minipage}[c]{\textwidth}%
|
\begin{minipage}[c]{\textwidth}%
|
||||||
\includegraphics[width=1\textwidth]{figures/machine_time_waste/#3}
|
\resizebox{\textwidth}{!}{\input{figures/machine_time_waste/#3}}
|
||||||
\end{minipage}
|
\end{minipage}
|
||||||
%\hfill
|
%\hfill
|
||||||
\caption{#2}
|
%\caption{#2}
|
||||||
\end{subfigure}}
|
\end{subfigure}}
|
||||||
|
|
||||||
\newcommand{\machinetimewastelegend}{
|
|
||||||
\begin{subfigure}{0.5\textwidth}
|
|
||||||
\vspace{0.5cm}
|
|
||||||
\centering
|
|
||||||
\begin{tabular}{cc}
|
|
||||||
\toprule
|
|
||||||
\textbf{Color} & \textbf{Execution phase} \\
|
|
||||||
\midrule
|
|
||||||
{\color{blue}Blue} & Queued \\
|
|
||||||
{\color{orange}Orange} & Ended \\
|
|
||||||
{\color{teal}Green} & Ready \\
|
|
||||||
{\color{red}Red} & Running \\
|
|
||||||
{\color{violet}Violet} & Evicted \\
|
|
||||||
{\color{brown}Brown} & Unknown \\
|
|
||||||
\bottomrule
|
|
||||||
\end{tabular}
|
|
||||||
\caption{Execution state legend for the graphs}
|
|
||||||
\end{subfigure}
|
|
||||||
\hfill}
|
|
||||||
|
|
||||||
\begin{figure}
|
\begin{figure}
|
||||||
\machinetimewastelegend
|
\machinetimewaste[1]{2011 data}{cluster_2011.pgf}
|
||||||
\machinetimewaste[1]{All clusters}{output_9_16.png}
|
\machinetimewaste[1]{2019 data}{cluster_all.pgf}
|
||||||
\machinetimewaste{Cluster A}{output_9_0.png}
|
\caption{Relative task time (in milliseconds) spent in each execution phase w.r.t. task termination.}\label{fig:machinetimewaste-rel}
|
||||||
\machinetimewaste{Cluster B}{output_9_2.png}
|
|
||||||
\machinetimewaste{Cluster C}{output_9_4.png}
|
|
||||||
\machinetimewaste{Cluster D}{output_9_6.png}
|
|
||||||
\machinetimewaste{Cluster E}{output_9_8.png}
|
|
||||||
\machinetimewaste{Cluster F}{output_9_10.png}
|
|
||||||
\machinetimewaste{Cluster G}{output_9_12.png}
|
|
||||||
\machinetimewaste{Cluster H}{output_9_14.png}
|
|
||||||
\caption{Total task time (in milliseconds) spent in each execution phase w.r.t. task termination.}\label{fig:machinetimewaste-abs}
|
|
||||||
\end{figure}
|
\end{figure}
|
||||||
|
|
||||||
\begin{figure}
|
\begin{figure}
|
||||||
\machinetimewastelegend
|
\machinetimewaste{Cluster A}{cluster_a.pgf}
|
||||||
\machinetimewaste[1]{All clusters}{output_9_17.png}
|
\machinetimewaste{Cluster B}{cluster_b.pgf}
|
||||||
\machinetimewaste{Cluster A}{output_9_1.png}
|
\machinetimewaste{Cluster C}{cluster_c.pgf}
|
||||||
\machinetimewaste{Cluster B}{output_9_3.png}
|
\machinetimewaste{Cluster D}{cluster_d.pgf}
|
||||||
\machinetimewaste{Cluster C}{output_9_5.png}
|
\machinetimewaste{Cluster E}{cluster_e.pgf}
|
||||||
\machinetimewaste{Cluster D}{output_9_7.png}
|
\machinetimewaste{Cluster F}{cluster_f.pgf}
|
||||||
\machinetimewaste{Cluster E}{output_9_9.png}
|
\machinetimewaste{Cluster G}{cluster_g.pgf}
|
||||||
\machinetimewaste{Cluster F}{output_9_11.png}
|
\machinetimewaste{Cluster H}{cluster_h.pgf}
|
||||||
\machinetimewaste{Cluster G}{output_9_13.png}
|
\caption{Relative task time (in milliseconds) spent in each execution phase w.r.t. task termination.}\label{fig:machinetimewaste-rel-csts}
|
||||||
\machinetimewaste{Cluster H}{output_9_15.png}
|
|
||||||
\caption{Relative task time (in milliseconds) spent in each execution phase w.r.t. task termination.}\label{fig:machinetimewaste-rel}
|
|
||||||
\end{figure}
|
\end{figure}
|
||||||
|
|
777
report/figures/machine_time_waste/cluster_2011.pgf
Normal file
|
@ -0,0 +1,777 @@
|
||||||
|
%% Creator: Matplotlib, PGF backend
|
||||||
|
%%
|
||||||
|
%% To include the figure in your LaTeX document, write
|
||||||
|
%% \input{<filename>.pgf}
|
||||||
|
%%
|
||||||
|
%% Make sure the required packages are loaded in your preamble
|
||||||
|
%% \usepackage{pgf}
|
||||||
|
%%
|
||||||
|
%% and, on pdftex
|
||||||
|
%% \usepackage[utf8]{inputenc}\DeclareUnicodeCharacter{2212}{-}
|
||||||
|
%%
|
||||||
|
%% or, on luatex and xetex
|
||||||
|
%% \usepackage{unicode-math}
|
||||||
|
%%
|
||||||
|
%% Figures using additional raster images can only be included by \input if
|
||||||
|
%% they are in the same directory as the main LaTeX file. For loading figures
|
||||||
|
%% from other directories you can use the `import` package
|
||||||
|
%% \usepackage{import}
|
||||||
|
%%
|
||||||
|
%% and then include the figures with
|
||||||
|
%% \import{<path to file>}{<filename>.pgf}
|
||||||
|
%%
|
||||||
|
%% Matplotlib used the following preamble
|
||||||
|
%%
|
||||||
|
\begingroup%
|
||||||
|
\makeatletter%
|
||||||
|
\begin{pgfpicture}%
|
||||||
|
\pgfpathrectangle{\pgfpointorigin}{\pgfqpoint{4.000000in}{3.000000in}}%
|
||||||
|
\pgfusepath{use as bounding box, clip}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{1.000000,1.000000,1.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.000000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{1.000000,1.000000,1.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{4.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{4.000000in}{3.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.000000in}{3.000000in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{1.000000,1.000000,1.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.000000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetstrokeopacity{0.000000}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.500000in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.600000in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.600000in}{2.640000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.500000in}{2.640000in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.839216,0.152941,0.156863}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.640909in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.043506in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.043506in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.640909in}{0.375000in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.839216,0.152941,0.156863}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{1.446104in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.848701in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.848701in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.446104in}{0.375000in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.839216,0.152941,0.156863}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{2.251299in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.653896in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.653896in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.251299in}{0.375000in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.839216,0.152941,0.156863}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{3.056494in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.459091in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.459091in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.056494in}{0.375000in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.172549,0.627451,0.172549}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.640909in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.043506in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.043506in}{1.318750in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.640909in}{1.318750in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.172549,0.627451,0.172549}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{1.446104in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.848701in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.848701in}{0.644643in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.446104in}{0.644643in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.172549,0.627451,0.172549}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{2.251299in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.653896in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.653896in}{2.478214in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.251299in}{2.478214in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.172549,0.627451,0.172549}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{3.056494in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.459091in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.459091in}{1.992857in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.056494in}{1.992857in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{1.000000,0.498039,0.054902}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.640909in}{1.318750in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.043506in}{1.318750in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.043506in}{1.318750in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.640909in}{1.318750in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{1.000000,0.498039,0.054902}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{1.446104in}{0.644643in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.848701in}{0.644643in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.848701in}{0.644643in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.446104in}{0.644643in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{1.000000,0.498039,0.054902}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{2.251299in}{2.478214in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.653896in}{2.478214in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.653896in}{2.478214in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.251299in}{2.478214in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{1.000000,0.498039,0.054902}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{3.056494in}{1.992857in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.459091in}{1.992857in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.459091in}{2.046786in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.056494in}{2.046786in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.121569,0.466667,0.705882}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.640909in}{1.318750in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.043506in}{1.318750in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.043506in}{1.453571in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.640909in}{1.453571in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.121569,0.466667,0.705882}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{1.446104in}{0.644643in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.848701in}{0.644643in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.848701in}{0.644643in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.446104in}{0.644643in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.121569,0.466667,0.705882}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{2.251299in}{2.478214in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.653896in}{2.478214in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.653896in}{2.532143in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.251299in}{2.532143in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.121569,0.466667,0.705882}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{3.056494in}{2.046786in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.459091in}{2.046786in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.459091in}{2.316429in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.056494in}{2.316429in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetroundjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfsys@defobject{currentmarker}{\pgfqpoint{0.000000in}{-0.048611in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.000000in}{-0.048611in}}%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsys@transformshift{0.842208in}{0.375000in}%
|
||||||
|
\pgfsys@useobject{currentmarker}{}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=0.842208in,y=0.277778in,,top]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont EVICT}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetroundjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfsys@defobject{currentmarker}{\pgfqpoint{0.000000in}{-0.048611in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.000000in}{-0.048611in}}%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsys@transformshift{1.647403in}{0.375000in}%
|
||||||
|
\pgfsys@useobject{currentmarker}{}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=1.647403in,y=0.277778in,,top]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont FAIL}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetroundjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfsys@defobject{currentmarker}{\pgfqpoint{0.000000in}{-0.048611in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.000000in}{-0.048611in}}%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsys@transformshift{2.452597in}{0.375000in}%
|
||||||
|
\pgfsys@useobject{currentmarker}{}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=2.452597in,y=0.277778in,,top]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont FINISH}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetroundjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfsys@defobject{currentmarker}{\pgfqpoint{0.000000in}{-0.048611in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.000000in}{-0.048611in}}%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsys@transformshift{3.257792in}{0.375000in}%
|
||||||
|
\pgfsys@useobject{currentmarker}{}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=3.257792in,y=0.277778in,,top]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont KILL}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=2.050000in,y=0.098766in,,top]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont Last termination}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetroundjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.048611in}{0.000000in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{-0.048611in}{0.000000in}}%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsys@transformshift{0.500000in}{0.375000in}%
|
||||||
|
\pgfsys@useobject{currentmarker}{}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=0.225308in, y=0.326775in, left, base]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont \(\displaystyle {0.0}\)}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetroundjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.048611in}{0.000000in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{-0.048611in}{0.000000in}}%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsys@transformshift{0.500000in}{0.914286in}%
|
||||||
|
\pgfsys@useobject{currentmarker}{}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=0.225308in, y=0.866060in, left, base]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont \(\displaystyle {0.1}\)}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetroundjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.048611in}{0.000000in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{-0.048611in}{0.000000in}}%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsys@transformshift{0.500000in}{1.453571in}%
|
||||||
|
\pgfsys@useobject{currentmarker}{}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=0.225308in, y=1.405346in, left, base]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont \(\displaystyle {0.2}\)}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetroundjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.048611in}{0.000000in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{-0.048611in}{0.000000in}}%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsys@transformshift{0.500000in}{1.992857in}%
|
||||||
|
\pgfsys@useobject{currentmarker}{}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=0.225308in, y=1.944632in, left, base]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont \(\displaystyle {0.3}\)}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetroundjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.048611in}{0.000000in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{-0.048611in}{0.000000in}}%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsys@transformshift{0.500000in}{2.532143in}%
|
||||||
|
\pgfsys@useobject{currentmarker}{}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=0.225308in, y=2.483918in, left, base]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont \(\displaystyle {0.4}\)}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=0.169753in,y=1.507500in,,bottom,rotate=90.000000]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont Count}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetrectcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.500000in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.500000in}{2.640000in}}%
|
||||||
|
\pgfusepath{stroke}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetrectcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{3.600000in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.600000in}{2.640000in}}%
|
||||||
|
\pgfusepath{stroke}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetrectcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.500000in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.600000in}{0.375000in}}%
|
||||||
|
\pgfusepath{stroke}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetrectcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.500000in}{2.640000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.600000in}{2.640000in}}%
|
||||||
|
\pgfusepath{stroke}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=2.050000in,y=2.723333in,,base]{\color{textcolor}\rmfamily\fontsize{12.000000}{14.400000}\selectfont Cluster 2011}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{1.000000,1.000000,1.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.800000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.800000,0.800000,0.800000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetstrokeopacity{0.800000}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.597222in}{1.561297in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.863813in}{1.561297in}}%
|
||||||
|
\pgfpathquadraticcurveto{\pgfqpoint{1.891591in}{1.561297in}}{\pgfqpoint{1.891591in}{1.589074in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.891591in}{2.542778in}}%
|
||||||
|
\pgfpathquadraticcurveto{\pgfqpoint{1.891591in}{2.570556in}}{\pgfqpoint{1.863813in}{2.570556in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.597222in}{2.570556in}}%
|
||||||
|
\pgfpathquadraticcurveto{\pgfqpoint{0.569444in}{2.570556in}}{\pgfqpoint{0.569444in}{2.542778in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.569444in}{1.589074in}}%
|
||||||
|
\pgfpathquadraticcurveto{\pgfqpoint{0.569444in}{1.561297in}}{\pgfqpoint{0.597222in}{1.561297in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=0.733410in,y=2.418549in,left,base]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont Execution phase}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.121569,0.466667,0.705882}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.625000in}{2.224877in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.902778in}{2.224877in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.902778in}{2.322099in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.625000in}{2.322099in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=1.013889in,y=2.224877in,left,base]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont Queue}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{1.000000,0.498039,0.054902}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.625000in}{2.031204in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.902778in}{2.031204in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.902778in}{2.128426in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.625000in}{2.128426in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=1.013889in,y=2.031204in,left,base]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont Resubmission}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.172549,0.627451,0.172549}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.625000in}{1.837531in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.902778in}{1.837531in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.902778in}{1.934753in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.625000in}{1.934753in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=1.013889in,y=1.837531in,left,base]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont Running}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.839216,0.152941,0.156863}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.625000in}{1.643858in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.902778in}{1.643858in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.902778in}{1.741081in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.625000in}{1.741081in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=1.013889in,y=1.643858in,left,base]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont Unknown}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\end{pgfpicture}%
|
||||||
|
\makeatother%
|
||||||
|
\endgroup%
|
777
report/figures/machine_time_waste/cluster_a.pgf
Normal file
|
@ -0,0 +1,777 @@
|
||||||
|
%% Creator: Matplotlib, PGF backend
|
||||||
|
%%
|
||||||
|
%% To include the figure in your LaTeX document, write
|
||||||
|
%% \input{<filename>.pgf}
|
||||||
|
%%
|
||||||
|
%% Make sure the required packages are loaded in your preamble
|
||||||
|
%% \usepackage{pgf}
|
||||||
|
%%
|
||||||
|
%% and, on pdftex
|
||||||
|
%% \usepackage[utf8]{inputenc}\DeclareUnicodeCharacter{2212}{-}
|
||||||
|
%%
|
||||||
|
%% or, on luatex and xetex
|
||||||
|
%% \usepackage{unicode-math}
|
||||||
|
%%
|
||||||
|
%% Figures using additional raster images can only be included by \input if
|
||||||
|
%% they are in the same directory as the main LaTeX file. For loading figures
|
||||||
|
%% from other directories you can use the `import` package
|
||||||
|
%% \usepackage{import}
|
||||||
|
%%
|
||||||
|
%% and then include the figures with
|
||||||
|
%% \import{<path to file>}{<filename>.pgf}
|
||||||
|
%%
|
||||||
|
%% Matplotlib used the following preamble
|
||||||
|
%%
|
||||||
|
\begingroup%
|
||||||
|
\makeatletter%
|
||||||
|
\begin{pgfpicture}%
|
||||||
|
\pgfpathrectangle{\pgfpointorigin}{\pgfqpoint{4.000000in}{3.000000in}}%
|
||||||
|
\pgfusepath{use as bounding box, clip}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{1.000000,1.000000,1.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.000000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{1.000000,1.000000,1.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{4.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{4.000000in}{3.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.000000in}{3.000000in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{1.000000,1.000000,1.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.000000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetstrokeopacity{0.000000}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.500000in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.600000in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.600000in}{2.640000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.500000in}{2.640000in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.839216,0.152941,0.156863}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.640909in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.043506in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.043506in}{0.378813in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.640909in}{0.378813in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.839216,0.152941,0.156863}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{1.446104in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.848701in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.848701in}{0.378156in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.446104in}{0.378156in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.839216,0.152941,0.156863}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{2.251299in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.653896in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.653896in}{0.402982in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.251299in}{0.402982in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.839216,0.152941,0.156863}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{3.056494in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.459091in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.459091in}{1.736323in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.056494in}{1.736323in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.172549,0.627451,0.172549}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.640909in}{0.378813in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.043506in}{0.378813in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.043506in}{0.415085in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.640909in}{0.415085in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.172549,0.627451,0.172549}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{1.446104in}{0.378156in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.848701in}{0.378156in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.848701in}{0.386344in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.446104in}{0.386344in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.172549,0.627451,0.172549}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{2.251299in}{0.402982in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.653896in}{0.402982in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.653896in}{0.445683in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.251299in}{0.445683in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.172549,0.627451,0.172549}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{3.056494in}{1.736323in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.459091in}{1.736323in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.459091in}{2.447665in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.056494in}{2.447665in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{1.000000,0.498039,0.054902}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.640909in}{0.415085in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.043506in}{0.415085in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.043506in}{0.415085in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.640909in}{0.415085in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{1.000000,0.498039,0.054902}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{1.446104in}{0.386344in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.848701in}{0.386344in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.848701in}{0.386344in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.446104in}{0.386344in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{1.000000,0.498039,0.054902}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{2.251299in}{0.445683in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.653896in}{0.445683in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.653896in}{0.445683in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.251299in}{0.445683in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{1.000000,0.498039,0.054902}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{3.056494in}{2.447665in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.459091in}{2.447665in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.459091in}{2.447802in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.056494in}{2.447802in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.121569,0.466667,0.705882}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.640909in}{0.415085in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.043506in}{0.415085in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.043506in}{0.416269in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.640909in}{0.416269in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.121569,0.466667,0.705882}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{1.446104in}{0.386344in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.848701in}{0.386344in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.848701in}{0.387413in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.446104in}{0.387413in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.121569,0.466667,0.705882}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{2.251299in}{0.445683in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.653896in}{0.445683in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.653896in}{0.483069in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.251299in}{0.483069in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.121569,0.466667,0.705882}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{3.056494in}{2.447802in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.459091in}{2.447802in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.459091in}{2.532143in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.056494in}{2.532143in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetroundjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfsys@defobject{currentmarker}{\pgfqpoint{0.000000in}{-0.048611in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.000000in}{-0.048611in}}%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsys@transformshift{0.842208in}{0.375000in}%
|
||||||
|
\pgfsys@useobject{currentmarker}{}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=0.842208in,y=0.277778in,,top]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont EVICT}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetroundjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfsys@defobject{currentmarker}{\pgfqpoint{0.000000in}{-0.048611in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.000000in}{-0.048611in}}%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsys@transformshift{1.647403in}{0.375000in}%
|
||||||
|
\pgfsys@useobject{currentmarker}{}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=1.647403in,y=0.277778in,,top]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont FAIL}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetroundjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfsys@defobject{currentmarker}{\pgfqpoint{0.000000in}{-0.048611in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.000000in}{-0.048611in}}%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsys@transformshift{2.452597in}{0.375000in}%
|
||||||
|
\pgfsys@useobject{currentmarker}{}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=2.452597in,y=0.277778in,,top]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont FINISH}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetroundjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfsys@defobject{currentmarker}{\pgfqpoint{0.000000in}{-0.048611in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.000000in}{-0.048611in}}%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsys@transformshift{3.257792in}{0.375000in}%
|
||||||
|
\pgfsys@useobject{currentmarker}{}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=3.257792in,y=0.277778in,,top]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont KILL}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=2.050000in,y=0.098766in,,top]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont Last termination}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetroundjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.048611in}{0.000000in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{-0.048611in}{0.000000in}}%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsys@transformshift{0.500000in}{0.375000in}%
|
||||||
|
\pgfsys@useobject{currentmarker}{}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=0.225308in, y=0.326775in, left, base]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont \(\displaystyle {0.0}\)}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetroundjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.048611in}{0.000000in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{-0.048611in}{0.000000in}}%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsys@transformshift{0.500000in}{0.838779in}%
|
||||||
|
\pgfsys@useobject{currentmarker}{}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=0.225308in, y=0.790553in, left, base]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont \(\displaystyle {0.2}\)}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetroundjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.048611in}{0.000000in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{-0.048611in}{0.000000in}}%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsys@transformshift{0.500000in}{1.302557in}%
|
||||||
|
\pgfsys@useobject{currentmarker}{}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=0.225308in, y=1.254332in, left, base]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont \(\displaystyle {0.4}\)}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetroundjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.048611in}{0.000000in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{-0.048611in}{0.000000in}}%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsys@transformshift{0.500000in}{1.766336in}%
|
||||||
|
\pgfsys@useobject{currentmarker}{}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=0.225308in, y=1.718111in, left, base]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont \(\displaystyle {0.6}\)}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetroundjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.048611in}{0.000000in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{-0.048611in}{0.000000in}}%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsys@transformshift{0.500000in}{2.230115in}%
|
||||||
|
\pgfsys@useobject{currentmarker}{}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=0.225308in, y=2.181890in, left, base]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont \(\displaystyle {0.8}\)}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=0.169753in,y=1.507500in,,bottom,rotate=90.000000]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont Count}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetrectcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.500000in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.500000in}{2.640000in}}%
|
||||||
|
\pgfusepath{stroke}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetrectcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{3.600000in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.600000in}{2.640000in}}%
|
||||||
|
\pgfusepath{stroke}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetrectcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.500000in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.600000in}{0.375000in}}%
|
||||||
|
\pgfusepath{stroke}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetrectcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.500000in}{2.640000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.600000in}{2.640000in}}%
|
||||||
|
\pgfusepath{stroke}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=2.050000in,y=2.723333in,,base]{\color{textcolor}\rmfamily\fontsize{12.000000}{14.400000}\selectfont Cluster A}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{1.000000,1.000000,1.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.800000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.800000,0.800000,0.800000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetstrokeopacity{0.800000}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.597222in}{1.561297in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.863813in}{1.561297in}}%
|
||||||
|
\pgfpathquadraticcurveto{\pgfqpoint{1.891591in}{1.561297in}}{\pgfqpoint{1.891591in}{1.589074in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.891591in}{2.542778in}}%
|
||||||
|
\pgfpathquadraticcurveto{\pgfqpoint{1.891591in}{2.570556in}}{\pgfqpoint{1.863813in}{2.570556in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.597222in}{2.570556in}}%
|
||||||
|
\pgfpathquadraticcurveto{\pgfqpoint{0.569444in}{2.570556in}}{\pgfqpoint{0.569444in}{2.542778in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.569444in}{1.589074in}}%
|
||||||
|
\pgfpathquadraticcurveto{\pgfqpoint{0.569444in}{1.561297in}}{\pgfqpoint{0.597222in}{1.561297in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=0.733410in,y=2.418549in,left,base]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont Execution phase}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.121569,0.466667,0.705882}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.625000in}{2.224877in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.902778in}{2.224877in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.902778in}{2.322099in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.625000in}{2.322099in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=1.013889in,y=2.224877in,left,base]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont Queue}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{1.000000,0.498039,0.054902}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.625000in}{2.031204in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.902778in}{2.031204in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.902778in}{2.128426in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.625000in}{2.128426in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=1.013889in,y=2.031204in,left,base]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont Resubmission}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.172549,0.627451,0.172549}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.625000in}{1.837531in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.902778in}{1.837531in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.902778in}{1.934753in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.625000in}{1.934753in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=1.013889in,y=1.837531in,left,base]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont Running}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.839216,0.152941,0.156863}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.625000in}{1.643858in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.902778in}{1.643858in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.902778in}{1.741081in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.625000in}{1.741081in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=1.013889in,y=1.643858in,left,base]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont Unknown}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\end{pgfpicture}%
|
||||||
|
\makeatother%
|
||||||
|
\endgroup%
|
777
report/figures/machine_time_waste/cluster_all.pgf
Normal file
|
@ -0,0 +1,777 @@
|
||||||
|
%% Creator: Matplotlib, PGF backend
|
||||||
|
%%
|
||||||
|
%% To include the figure in your LaTeX document, write
|
||||||
|
%% \input{<filename>.pgf}
|
||||||
|
%%
|
||||||
|
%% Make sure the required packages are loaded in your preamble
|
||||||
|
%% \usepackage{pgf}
|
||||||
|
%%
|
||||||
|
%% and, on pdftex
|
||||||
|
%% \usepackage[utf8]{inputenc}\DeclareUnicodeCharacter{2212}{-}
|
||||||
|
%%
|
||||||
|
%% or, on luatex and xetex
|
||||||
|
%% \usepackage{unicode-math}
|
||||||
|
%%
|
||||||
|
%% Figures using additional raster images can only be included by \input if
|
||||||
|
%% they are in the same directory as the main LaTeX file. For loading figures
|
||||||
|
%% from other directories you can use the `import` package
|
||||||
|
%% \usepackage{import}
|
||||||
|
%%
|
||||||
|
%% and then include the figures with
|
||||||
|
%% \import{<path to file>}{<filename>.pgf}
|
||||||
|
%%
|
||||||
|
%% Matplotlib used the following preamble
|
||||||
|
%%
|
||||||
|
\begingroup%
|
||||||
|
\makeatletter%
|
||||||
|
\begin{pgfpicture}%
|
||||||
|
\pgfpathrectangle{\pgfpointorigin}{\pgfqpoint{4.000000in}{3.000000in}}%
|
||||||
|
\pgfusepath{use as bounding box, clip}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{1.000000,1.000000,1.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.000000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{1.000000,1.000000,1.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{4.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{4.000000in}{3.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.000000in}{3.000000in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{1.000000,1.000000,1.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.000000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetstrokeopacity{0.000000}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.500000in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.600000in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.600000in}{2.640000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.500000in}{2.640000in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.839216,0.152941,0.156863}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.640909in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.043506in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.043506in}{0.378813in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.640909in}{0.378813in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.839216,0.152941,0.156863}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{1.446104in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.848701in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.848701in}{0.378156in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.446104in}{0.378156in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.839216,0.152941,0.156863}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{2.251299in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.653896in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.653896in}{0.402982in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.251299in}{0.402982in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.839216,0.152941,0.156863}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{3.056494in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.459091in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.459091in}{1.736323in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.056494in}{1.736323in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.172549,0.627451,0.172549}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.640909in}{0.378813in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.043506in}{0.378813in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.043506in}{0.415085in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.640909in}{0.415085in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.172549,0.627451,0.172549}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{1.446104in}{0.378156in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.848701in}{0.378156in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.848701in}{0.386344in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.446104in}{0.386344in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.172549,0.627451,0.172549}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{2.251299in}{0.402982in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.653896in}{0.402982in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.653896in}{0.445683in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.251299in}{0.445683in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.172549,0.627451,0.172549}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{3.056494in}{1.736323in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.459091in}{1.736323in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.459091in}{2.447665in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.056494in}{2.447665in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{1.000000,0.498039,0.054902}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.640909in}{0.415085in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.043506in}{0.415085in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.043506in}{0.415085in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.640909in}{0.415085in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{1.000000,0.498039,0.054902}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{1.446104in}{0.386344in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.848701in}{0.386344in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.848701in}{0.386344in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.446104in}{0.386344in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{1.000000,0.498039,0.054902}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{2.251299in}{0.445683in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.653896in}{0.445683in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.653896in}{0.445683in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.251299in}{0.445683in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{1.000000,0.498039,0.054902}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{3.056494in}{2.447665in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.459091in}{2.447665in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.459091in}{2.447802in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.056494in}{2.447802in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.121569,0.466667,0.705882}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.640909in}{0.415085in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.043506in}{0.415085in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.043506in}{0.416269in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.640909in}{0.416269in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.121569,0.466667,0.705882}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{1.446104in}{0.386344in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.848701in}{0.386344in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.848701in}{0.387413in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.446104in}{0.387413in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.121569,0.466667,0.705882}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{2.251299in}{0.445683in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.653896in}{0.445683in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.653896in}{0.483069in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.251299in}{0.483069in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.121569,0.466667,0.705882}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{3.056494in}{2.447802in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.459091in}{2.447802in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.459091in}{2.532143in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.056494in}{2.532143in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetroundjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfsys@defobject{currentmarker}{\pgfqpoint{0.000000in}{-0.048611in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.000000in}{-0.048611in}}%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsys@transformshift{0.842208in}{0.375000in}%
|
||||||
|
\pgfsys@useobject{currentmarker}{}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=0.842208in,y=0.277778in,,top]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont EVICT}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetroundjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfsys@defobject{currentmarker}{\pgfqpoint{0.000000in}{-0.048611in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.000000in}{-0.048611in}}%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsys@transformshift{1.647403in}{0.375000in}%
|
||||||
|
\pgfsys@useobject{currentmarker}{}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=1.647403in,y=0.277778in,,top]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont FAIL}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetroundjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfsys@defobject{currentmarker}{\pgfqpoint{0.000000in}{-0.048611in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.000000in}{-0.048611in}}%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsys@transformshift{2.452597in}{0.375000in}%
|
||||||
|
\pgfsys@useobject{currentmarker}{}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=2.452597in,y=0.277778in,,top]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont FINISH}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetroundjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfsys@defobject{currentmarker}{\pgfqpoint{0.000000in}{-0.048611in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.000000in}{-0.048611in}}%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsys@transformshift{3.257792in}{0.375000in}%
|
||||||
|
\pgfsys@useobject{currentmarker}{}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=3.257792in,y=0.277778in,,top]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont KILL}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=2.050000in,y=0.098766in,,top]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont Last termination}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetroundjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.048611in}{0.000000in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{-0.048611in}{0.000000in}}%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsys@transformshift{0.500000in}{0.375000in}%
|
||||||
|
\pgfsys@useobject{currentmarker}{}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=0.225308in, y=0.326775in, left, base]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont \(\displaystyle {0.0}\)}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetroundjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.048611in}{0.000000in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{-0.048611in}{0.000000in}}%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsys@transformshift{0.500000in}{0.838779in}%
|
||||||
|
\pgfsys@useobject{currentmarker}{}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=0.225308in, y=0.790553in, left, base]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont \(\displaystyle {0.2}\)}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetroundjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.048611in}{0.000000in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{-0.048611in}{0.000000in}}%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsys@transformshift{0.500000in}{1.302557in}%
|
||||||
|
\pgfsys@useobject{currentmarker}{}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=0.225308in, y=1.254332in, left, base]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont \(\displaystyle {0.4}\)}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetroundjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.048611in}{0.000000in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{-0.048611in}{0.000000in}}%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsys@transformshift{0.500000in}{1.766336in}%
|
||||||
|
\pgfsys@useobject{currentmarker}{}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=0.225308in, y=1.718111in, left, base]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont \(\displaystyle {0.6}\)}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetroundjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.048611in}{0.000000in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{-0.048611in}{0.000000in}}%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsys@transformshift{0.500000in}{2.230115in}%
|
||||||
|
\pgfsys@useobject{currentmarker}{}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=0.225308in, y=2.181890in, left, base]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont \(\displaystyle {0.8}\)}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=0.169753in,y=1.507500in,,bottom,rotate=90.000000]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont Count}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetrectcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.500000in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.500000in}{2.640000in}}%
|
||||||
|
\pgfusepath{stroke}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetrectcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{3.600000in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.600000in}{2.640000in}}%
|
||||||
|
\pgfusepath{stroke}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetrectcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.500000in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.600000in}{0.375000in}}%
|
||||||
|
\pgfusepath{stroke}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetrectcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.500000in}{2.640000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.600000in}{2.640000in}}%
|
||||||
|
\pgfusepath{stroke}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=2.050000in,y=2.723333in,,base]{\color{textcolor}\rmfamily\fontsize{12.000000}{14.400000}\selectfont All clusters}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{1.000000,1.000000,1.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.800000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.800000,0.800000,0.800000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetstrokeopacity{0.800000}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.597222in}{1.561297in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.863813in}{1.561297in}}%
|
||||||
|
\pgfpathquadraticcurveto{\pgfqpoint{1.891591in}{1.561297in}}{\pgfqpoint{1.891591in}{1.589074in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.891591in}{2.542778in}}%
|
||||||
|
\pgfpathquadraticcurveto{\pgfqpoint{1.891591in}{2.570556in}}{\pgfqpoint{1.863813in}{2.570556in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.597222in}{2.570556in}}%
|
||||||
|
\pgfpathquadraticcurveto{\pgfqpoint{0.569444in}{2.570556in}}{\pgfqpoint{0.569444in}{2.542778in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.569444in}{1.589074in}}%
|
||||||
|
\pgfpathquadraticcurveto{\pgfqpoint{0.569444in}{1.561297in}}{\pgfqpoint{0.597222in}{1.561297in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=0.733410in,y=2.418549in,left,base]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont Execution phase}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.121569,0.466667,0.705882}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.625000in}{2.224877in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.902778in}{2.224877in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.902778in}{2.322099in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.625000in}{2.322099in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=1.013889in,y=2.224877in,left,base]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont Queue}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{1.000000,0.498039,0.054902}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.625000in}{2.031204in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.902778in}{2.031204in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.902778in}{2.128426in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.625000in}{2.128426in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=1.013889in,y=2.031204in,left,base]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont Resubmission}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.172549,0.627451,0.172549}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.625000in}{1.837531in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.902778in}{1.837531in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.902778in}{1.934753in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.625000in}{1.934753in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=1.013889in,y=1.837531in,left,base]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont Running}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.839216,0.152941,0.156863}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.625000in}{1.643858in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.902778in}{1.643858in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.902778in}{1.741081in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.625000in}{1.741081in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=1.013889in,y=1.643858in,left,base]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont Unknown}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\end{pgfpicture}%
|
||||||
|
\makeatother%
|
||||||
|
\endgroup%
|
781
report/figures/machine_time_waste/cluster_b.pgf
Normal file
|
@ -0,0 +1,781 @@
|
||||||
|
%% Creator: Matplotlib, PGF backend
|
||||||
|
%%
|
||||||
|
%% To include the figure in your LaTeX document, write
|
||||||
|
%% \input{<filename>.pgf}
|
||||||
|
%%
|
||||||
|
%% Make sure the required packages are loaded in your preamble
|
||||||
|
%% \usepackage{pgf}
|
||||||
|
%%
|
||||||
|
%% and, on pdftex
|
||||||
|
%% \usepackage[utf8]{inputenc}\DeclareUnicodeCharacter{2212}{-}
|
||||||
|
%%
|
||||||
|
%% or, on luatex and xetex
|
||||||
|
%% \usepackage{unicode-math}
|
||||||
|
%%
|
||||||
|
%% Figures using additional raster images can only be included by \input if
|
||||||
|
%% they are in the same directory as the main LaTeX file. For loading figures
|
||||||
|
%% from other directories you can use the `import` package
|
||||||
|
%% \usepackage{import}
|
||||||
|
%%
|
||||||
|
%% and then include the figures with
|
||||||
|
%% \import{<path to file>}{<filename>.pgf}
|
||||||
|
%%
|
||||||
|
%% Matplotlib used the following preamble
|
||||||
|
%% \usepackage{fontspec}
|
||||||
|
%% \setmainfont{DejaVuSerif.ttf}[Path=/Users/maggicl/opt/anaconda3/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/]
|
||||||
|
%% \setsansfont{DejaVuSans.ttf}[Path=/Users/maggicl/opt/anaconda3/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/]
|
||||||
|
%% \setmonofont{DejaVuSansMono.ttf}[Path=/Users/maggicl/opt/anaconda3/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/]
|
||||||
|
%%
|
||||||
|
\begingroup%
|
||||||
|
\makeatletter%
|
||||||
|
\begin{pgfpicture}%
|
||||||
|
\pgfpathrectangle{\pgfpointorigin}{\pgfqpoint{4.000000in}{3.000000in}}%
|
||||||
|
\pgfusepath{use as bounding box, clip}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{1.000000,1.000000,1.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.000000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{1.000000,1.000000,1.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{4.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{4.000000in}{3.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.000000in}{3.000000in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{1.000000,1.000000,1.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.000000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetstrokeopacity{0.000000}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.500000in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.600000in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.600000in}{2.640000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.500000in}{2.640000in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.839216,0.152941,0.156863}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.640909in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.043506in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.043506in}{0.386355in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.640909in}{0.386355in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.839216,0.152941,0.156863}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{1.446104in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.848701in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.848701in}{0.376581in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.446104in}{0.376581in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.839216,0.152941,0.156863}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{2.251299in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.653896in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.653896in}{0.454971in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.251299in}{0.454971in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.839216,0.152941,0.156863}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{3.056494in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.459091in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.459091in}{2.034933in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.056494in}{2.034933in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.172549,0.627451,0.172549}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.640909in}{0.386355in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.043506in}{0.386355in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.043506in}{0.409173in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.640909in}{0.409173in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.172549,0.627451,0.172549}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{1.446104in}{0.376581in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.848701in}{0.376581in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.848701in}{0.383207in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.446104in}{0.383207in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.172549,0.627451,0.172549}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{2.251299in}{0.454971in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.653896in}{0.454971in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.653896in}{0.519096in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.251299in}{0.519096in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.172549,0.627451,0.172549}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{3.056494in}{2.034933in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.459091in}{2.034933in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.459091in}{2.489233in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.056494in}{2.489233in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{1.000000,0.498039,0.054902}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.640909in}{0.409173in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.043506in}{0.409173in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.043506in}{0.409174in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.640909in}{0.409174in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{1.000000,0.498039,0.054902}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{1.446104in}{0.383207in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.848701in}{0.383207in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.848701in}{0.383207in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.446104in}{0.383207in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{1.000000,0.498039,0.054902}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{2.251299in}{0.519096in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.653896in}{0.519096in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.653896in}{0.519096in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.251299in}{0.519096in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{1.000000,0.498039,0.054902}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{3.056494in}{2.489233in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.459091in}{2.489233in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.459091in}{2.489247in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.056494in}{2.489247in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.121569,0.466667,0.705882}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.640909in}{0.409174in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.043506in}{0.409174in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.043506in}{0.409411in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.640909in}{0.409411in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.121569,0.466667,0.705882}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{1.446104in}{0.383207in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.848701in}{0.383207in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.848701in}{0.383282in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.446104in}{0.383282in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.121569,0.466667,0.705882}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{2.251299in}{0.519096in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.653896in}{0.519096in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.653896in}{0.524513in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.251299in}{0.524513in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.121569,0.466667,0.705882}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{3.056494in}{2.489247in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.459091in}{2.489247in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.459091in}{2.532143in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.056494in}{2.532143in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetroundjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfsys@defobject{currentmarker}{\pgfqpoint{0.000000in}{-0.048611in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.000000in}{-0.048611in}}%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsys@transformshift{0.842208in}{0.375000in}%
|
||||||
|
\pgfsys@useobject{currentmarker}{}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=0.842208in,y=0.277778in,,top]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont EVICT}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetroundjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfsys@defobject{currentmarker}{\pgfqpoint{0.000000in}{-0.048611in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.000000in}{-0.048611in}}%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsys@transformshift{1.647403in}{0.375000in}%
|
||||||
|
\pgfsys@useobject{currentmarker}{}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=1.647403in,y=0.277778in,,top]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont FAIL}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetroundjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfsys@defobject{currentmarker}{\pgfqpoint{0.000000in}{-0.048611in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.000000in}{-0.048611in}}%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsys@transformshift{2.452597in}{0.375000in}%
|
||||||
|
\pgfsys@useobject{currentmarker}{}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=2.452597in,y=0.277778in,,top]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont FINISH}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetroundjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfsys@defobject{currentmarker}{\pgfqpoint{0.000000in}{-0.048611in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.000000in}{-0.048611in}}%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsys@transformshift{3.257792in}{0.375000in}%
|
||||||
|
\pgfsys@useobject{currentmarker}{}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=3.257792in,y=0.277778in,,top]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont KILL}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=2.050000in,y=0.087809in,,top]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont Last termination}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetroundjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.048611in}{0.000000in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{-0.048611in}{0.000000in}}%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsys@transformshift{0.500000in}{0.375000in}%
|
||||||
|
\pgfsys@useobject{currentmarker}{}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=0.181898in, y=0.322238in, left, base]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont 0.0}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetroundjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.048611in}{0.000000in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{-0.048611in}{0.000000in}}%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsys@transformshift{0.500000in}{0.844870in}%
|
||||||
|
\pgfsys@useobject{currentmarker}{}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=0.181898in, y=0.792108in, left, base]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont 0.2}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetroundjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.048611in}{0.000000in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{-0.048611in}{0.000000in}}%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsys@transformshift{0.500000in}{1.314740in}%
|
||||||
|
\pgfsys@useobject{currentmarker}{}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=0.181898in, y=1.261978in, left, base]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont 0.4}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetroundjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.048611in}{0.000000in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{-0.048611in}{0.000000in}}%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsys@transformshift{0.500000in}{1.784609in}%
|
||||||
|
\pgfsys@useobject{currentmarker}{}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=0.181898in, y=1.731848in, left, base]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont 0.6}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetroundjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.048611in}{0.000000in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{-0.048611in}{0.000000in}}%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsys@transformshift{0.500000in}{2.254479in}%
|
||||||
|
\pgfsys@useobject{currentmarker}{}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=0.181898in, y=2.201718in, left, base]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont 0.8}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=0.126343in,y=1.507500in,,bottom,rotate=90.000000]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont Count}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetrectcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.500000in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.500000in}{2.640000in}}%
|
||||||
|
\pgfusepath{stroke}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetrectcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{3.600000in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.600000in}{2.640000in}}%
|
||||||
|
\pgfusepath{stroke}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetrectcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.500000in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.600000in}{0.375000in}}%
|
||||||
|
\pgfusepath{stroke}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetrectcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.500000in}{2.640000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.600000in}{2.640000in}}%
|
||||||
|
\pgfusepath{stroke}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=2.050000in,y=2.723333in,,base]{\color{textcolor}\sffamily\fontsize{12.000000}{14.400000}\selectfont Cluster B}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{1.000000,1.000000,1.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.800000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.800000,0.800000,0.800000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetstrokeopacity{0.800000}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.597222in}{1.509603in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.996121in}{1.509603in}}%
|
||||||
|
\pgfpathquadraticcurveto{\pgfqpoint{2.023899in}{1.509603in}}{\pgfqpoint{2.023899in}{1.537381in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.023899in}{2.542778in}}%
|
||||||
|
\pgfpathquadraticcurveto{\pgfqpoint{2.023899in}{2.570556in}}{\pgfqpoint{1.996121in}{2.570556in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.597222in}{2.570556in}}%
|
||||||
|
\pgfpathquadraticcurveto{\pgfqpoint{0.569444in}{2.570556in}}{\pgfqpoint{0.569444in}{2.542778in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.569444in}{1.537381in}}%
|
||||||
|
\pgfpathquadraticcurveto{\pgfqpoint{0.569444in}{1.509603in}}{\pgfqpoint{0.597222in}{1.509603in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=0.724263in,y=2.409477in,left,base]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont Execution phase}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.121569,0.466667,0.705882}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.625000in}{2.205620in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.902778in}{2.205620in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.902778in}{2.302842in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.625000in}{2.302842in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=1.013889in,y=2.205620in,left,base]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont Queue}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{1.000000,0.498039,0.054902}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.625000in}{2.001763in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.902778in}{2.001763in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.902778in}{2.098985in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.625000in}{2.098985in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=1.013889in,y=2.001763in,left,base]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont Resubmission}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.172549,0.627451,0.172549}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.625000in}{1.797905in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.902778in}{1.797905in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.902778in}{1.895128in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.625000in}{1.895128in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=1.013889in,y=1.797905in,left,base]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont Running}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.839216,0.152941,0.156863}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.625000in}{1.594048in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.902778in}{1.594048in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.902778in}{1.691270in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.625000in}{1.691270in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=1.013889in,y=1.594048in,left,base]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont Unknown}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\end{pgfpicture}%
|
||||||
|
\makeatother%
|
||||||
|
\endgroup%
|
781
report/figures/machine_time_waste/cluster_c.pgf
Normal file
|
@ -0,0 +1,781 @@
|
||||||
|
%% Creator: Matplotlib, PGF backend
|
||||||
|
%%
|
||||||
|
%% To include the figure in your LaTeX document, write
|
||||||
|
%% \input{<filename>.pgf}
|
||||||
|
%%
|
||||||
|
%% Make sure the required packages are loaded in your preamble
|
||||||
|
%% \usepackage{pgf}
|
||||||
|
%%
|
||||||
|
%% and, on pdftex
|
||||||
|
%% \usepackage[utf8]{inputenc}\DeclareUnicodeCharacter{2212}{-}
|
||||||
|
%%
|
||||||
|
%% or, on luatex and xetex
|
||||||
|
%% \usepackage{unicode-math}
|
||||||
|
%%
|
||||||
|
%% Figures using additional raster images can only be included by \input if
|
||||||
|
%% they are in the same directory as the main LaTeX file. For loading figures
|
||||||
|
%% from other directories you can use the `import` package
|
||||||
|
%% \usepackage{import}
|
||||||
|
%%
|
||||||
|
%% and then include the figures with
|
||||||
|
%% \import{<path to file>}{<filename>.pgf}
|
||||||
|
%%
|
||||||
|
%% Matplotlib used the following preamble
|
||||||
|
%% \usepackage{fontspec}
|
||||||
|
%% \setmainfont{DejaVuSerif.ttf}[Path=/Users/maggicl/opt/anaconda3/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/]
|
||||||
|
%% \setsansfont{DejaVuSans.ttf}[Path=/Users/maggicl/opt/anaconda3/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/]
|
||||||
|
%% \setmonofont{DejaVuSansMono.ttf}[Path=/Users/maggicl/opt/anaconda3/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/]
|
||||||
|
%%
|
||||||
|
\begingroup%
|
||||||
|
\makeatletter%
|
||||||
|
\begin{pgfpicture}%
|
||||||
|
\pgfpathrectangle{\pgfpointorigin}{\pgfqpoint{4.000000in}{3.000000in}}%
|
||||||
|
\pgfusepath{use as bounding box, clip}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{1.000000,1.000000,1.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.000000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{1.000000,1.000000,1.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{4.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{4.000000in}{3.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.000000in}{3.000000in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{1.000000,1.000000,1.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.000000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetstrokeopacity{0.000000}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.500000in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.600000in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.600000in}{2.640000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.500000in}{2.640000in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.839216,0.152941,0.156863}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.640909in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.043506in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.043506in}{0.380268in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.640909in}{0.380268in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.839216,0.152941,0.156863}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{1.446104in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.848701in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.848701in}{0.378784in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.446104in}{0.378784in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.839216,0.152941,0.156863}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{2.251299in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.653896in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.653896in}{0.413310in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.251299in}{0.413310in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.839216,0.152941,0.156863}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{3.056494in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.459091in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.459091in}{1.996484in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.056494in}{1.996484in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.172549,0.627451,0.172549}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.640909in}{0.380268in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.043506in}{0.380268in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.043506in}{0.413109in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.640909in}{0.413109in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.172549,0.627451,0.172549}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{1.446104in}{0.378784in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.848701in}{0.378784in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.848701in}{0.386018in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.446104in}{0.386018in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.172549,0.627451,0.172549}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{2.251299in}{0.413310in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.653896in}{0.413310in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.653896in}{0.502945in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.251299in}{0.502945in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.172549,0.627451,0.172549}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{3.056494in}{1.996484in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.459091in}{1.996484in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.459091in}{2.476301in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.056494in}{2.476301in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{1.000000,0.498039,0.054902}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.640909in}{0.413109in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.043506in}{0.413109in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.043506in}{0.413110in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.640909in}{0.413110in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{1.000000,0.498039,0.054902}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{1.446104in}{0.386018in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.848701in}{0.386018in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.848701in}{0.386018in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.446104in}{0.386018in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{1.000000,0.498039,0.054902}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{2.251299in}{0.502945in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.653896in}{0.502945in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.653896in}{0.502945in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.251299in}{0.502945in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{1.000000,0.498039,0.054902}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{3.056494in}{2.476301in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.459091in}{2.476301in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.459091in}{2.476465in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.056494in}{2.476465in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.121569,0.466667,0.705882}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.640909in}{0.413110in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.043506in}{0.413110in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.043506in}{0.413356in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.640909in}{0.413356in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.121569,0.466667,0.705882}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{1.446104in}{0.386018in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.848701in}{0.386018in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.848701in}{0.386201in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.446104in}{0.386201in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.121569,0.466667,0.705882}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{2.251299in}{0.502945in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.653896in}{0.502945in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.653896in}{0.512046in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.251299in}{0.512046in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.121569,0.466667,0.705882}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{3.056494in}{2.476465in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.459091in}{2.476465in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.459091in}{2.532143in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.056494in}{2.532143in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetroundjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfsys@defobject{currentmarker}{\pgfqpoint{0.000000in}{-0.048611in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.000000in}{-0.048611in}}%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsys@transformshift{0.842208in}{0.375000in}%
|
||||||
|
\pgfsys@useobject{currentmarker}{}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=0.842208in,y=0.277778in,,top]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont EVICT}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetroundjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfsys@defobject{currentmarker}{\pgfqpoint{0.000000in}{-0.048611in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.000000in}{-0.048611in}}%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsys@transformshift{1.647403in}{0.375000in}%
|
||||||
|
\pgfsys@useobject{currentmarker}{}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=1.647403in,y=0.277778in,,top]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont FAIL}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetroundjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfsys@defobject{currentmarker}{\pgfqpoint{0.000000in}{-0.048611in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.000000in}{-0.048611in}}%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsys@transformshift{2.452597in}{0.375000in}%
|
||||||
|
\pgfsys@useobject{currentmarker}{}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=2.452597in,y=0.277778in,,top]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont FINISH}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetroundjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfsys@defobject{currentmarker}{\pgfqpoint{0.000000in}{-0.048611in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.000000in}{-0.048611in}}%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsys@transformshift{3.257792in}{0.375000in}%
|
||||||
|
\pgfsys@useobject{currentmarker}{}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=3.257792in,y=0.277778in,,top]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont KILL}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=2.050000in,y=0.087809in,,top]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont Last termination}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetroundjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.048611in}{0.000000in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{-0.048611in}{0.000000in}}%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsys@transformshift{0.500000in}{0.375000in}%
|
||||||
|
\pgfsys@useobject{currentmarker}{}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=0.181898in, y=0.322238in, left, base]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont 0.0}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetroundjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.048611in}{0.000000in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{-0.048611in}{0.000000in}}%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsys@transformshift{0.500000in}{0.843749in}%
|
||||||
|
\pgfsys@useobject{currentmarker}{}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=0.181898in, y=0.790988in, left, base]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont 0.2}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetroundjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.048611in}{0.000000in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{-0.048611in}{0.000000in}}%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsys@transformshift{0.500000in}{1.312498in}%
|
||||||
|
\pgfsys@useobject{currentmarker}{}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=0.181898in, y=1.259737in, left, base]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont 0.4}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetroundjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.048611in}{0.000000in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{-0.048611in}{0.000000in}}%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsys@transformshift{0.500000in}{1.781247in}%
|
||||||
|
\pgfsys@useobject{currentmarker}{}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=0.181898in, y=1.728486in, left, base]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont 0.6}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetroundjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.048611in}{0.000000in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{-0.048611in}{0.000000in}}%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsys@transformshift{0.500000in}{2.249996in}%
|
||||||
|
\pgfsys@useobject{currentmarker}{}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=0.181898in, y=2.197235in, left, base]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont 0.8}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=0.126343in,y=1.507500in,,bottom,rotate=90.000000]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont Count}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetrectcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.500000in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.500000in}{2.640000in}}%
|
||||||
|
\pgfusepath{stroke}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetrectcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{3.600000in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.600000in}{2.640000in}}%
|
||||||
|
\pgfusepath{stroke}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetrectcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.500000in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.600000in}{0.375000in}}%
|
||||||
|
\pgfusepath{stroke}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetrectcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.500000in}{2.640000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.600000in}{2.640000in}}%
|
||||||
|
\pgfusepath{stroke}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=2.050000in,y=2.723333in,,base]{\color{textcolor}\sffamily\fontsize{12.000000}{14.400000}\selectfont Cluster C}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{1.000000,1.000000,1.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.800000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.800000,0.800000,0.800000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetstrokeopacity{0.800000}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.597222in}{1.509603in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.996121in}{1.509603in}}%
|
||||||
|
\pgfpathquadraticcurveto{\pgfqpoint{2.023899in}{1.509603in}}{\pgfqpoint{2.023899in}{1.537381in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.023899in}{2.542778in}}%
|
||||||
|
\pgfpathquadraticcurveto{\pgfqpoint{2.023899in}{2.570556in}}{\pgfqpoint{1.996121in}{2.570556in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.597222in}{2.570556in}}%
|
||||||
|
\pgfpathquadraticcurveto{\pgfqpoint{0.569444in}{2.570556in}}{\pgfqpoint{0.569444in}{2.542778in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.569444in}{1.537381in}}%
|
||||||
|
\pgfpathquadraticcurveto{\pgfqpoint{0.569444in}{1.509603in}}{\pgfqpoint{0.597222in}{1.509603in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=0.724263in,y=2.409477in,left,base]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont Execution phase}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.121569,0.466667,0.705882}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.625000in}{2.205620in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.902778in}{2.205620in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.902778in}{2.302842in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.625000in}{2.302842in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=1.013889in,y=2.205620in,left,base]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont Queue}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{1.000000,0.498039,0.054902}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.625000in}{2.001763in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.902778in}{2.001763in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.902778in}{2.098985in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.625000in}{2.098985in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=1.013889in,y=2.001763in,left,base]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont Resubmission}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.172549,0.627451,0.172549}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.625000in}{1.797905in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.902778in}{1.797905in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.902778in}{1.895128in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.625000in}{1.895128in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=1.013889in,y=1.797905in,left,base]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont Running}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.839216,0.152941,0.156863}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.625000in}{1.594048in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.902778in}{1.594048in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.902778in}{1.691270in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.625000in}{1.691270in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=1.013889in,y=1.594048in,left,base]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont Unknown}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\end{pgfpicture}%
|
||||||
|
\makeatother%
|
||||||
|
\endgroup%
|
781
report/figures/machine_time_waste/cluster_d.pgf
Normal file
|
@ -0,0 +1,781 @@
|
||||||
|
%% Creator: Matplotlib, PGF backend
|
||||||
|
%%
|
||||||
|
%% To include the figure in your LaTeX document, write
|
||||||
|
%% \input{<filename>.pgf}
|
||||||
|
%%
|
||||||
|
%% Make sure the required packages are loaded in your preamble
|
||||||
|
%% \usepackage{pgf}
|
||||||
|
%%
|
||||||
|
%% and, on pdftex
|
||||||
|
%% \usepackage[utf8]{inputenc}\DeclareUnicodeCharacter{2212}{-}
|
||||||
|
%%
|
||||||
|
%% or, on luatex and xetex
|
||||||
|
%% \usepackage{unicode-math}
|
||||||
|
%%
|
||||||
|
%% Figures using additional raster images can only be included by \input if
|
||||||
|
%% they are in the same directory as the main LaTeX file. For loading figures
|
||||||
|
%% from other directories you can use the `import` package
|
||||||
|
%% \usepackage{import}
|
||||||
|
%%
|
||||||
|
%% and then include the figures with
|
||||||
|
%% \import{<path to file>}{<filename>.pgf}
|
||||||
|
%%
|
||||||
|
%% Matplotlib used the following preamble
|
||||||
|
%% \usepackage{fontspec}
|
||||||
|
%% \setmainfont{DejaVuSerif.ttf}[Path=/Users/maggicl/opt/anaconda3/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/]
|
||||||
|
%% \setsansfont{DejaVuSans.ttf}[Path=/Users/maggicl/opt/anaconda3/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/]
|
||||||
|
%% \setmonofont{DejaVuSansMono.ttf}[Path=/Users/maggicl/opt/anaconda3/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/]
|
||||||
|
%%
|
||||||
|
\begingroup%
|
||||||
|
\makeatletter%
|
||||||
|
\begin{pgfpicture}%
|
||||||
|
\pgfpathrectangle{\pgfpointorigin}{\pgfqpoint{4.000000in}{3.000000in}}%
|
||||||
|
\pgfusepath{use as bounding box, clip}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{1.000000,1.000000,1.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.000000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{1.000000,1.000000,1.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{4.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{4.000000in}{3.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.000000in}{3.000000in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{1.000000,1.000000,1.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.000000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetstrokeopacity{0.000000}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.500000in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.600000in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.600000in}{2.640000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.500000in}{2.640000in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.839216,0.152941,0.156863}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.640909in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.043506in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.043506in}{0.381183in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.640909in}{0.381183in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.839216,0.152941,0.156863}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{1.446104in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.848701in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.848701in}{0.377361in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.446104in}{0.377361in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.839216,0.152941,0.156863}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{2.251299in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.653896in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.653896in}{0.434294in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.251299in}{0.434294in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.839216,0.152941,0.156863}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{3.056494in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.459091in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.459091in}{2.077290in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.056494in}{2.077290in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.172549,0.627451,0.172549}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.640909in}{0.381183in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.043506in}{0.381183in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.043506in}{0.417085in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.640909in}{0.417085in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.172549,0.627451,0.172549}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{1.446104in}{0.377361in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.848701in}{0.377361in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.848701in}{0.387264in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.446104in}{0.387264in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.172549,0.627451,0.172549}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{2.251299in}{0.434294in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.653896in}{0.434294in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.653896in}{0.488662in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.251299in}{0.488662in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.172549,0.627451,0.172549}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{3.056494in}{2.077290in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.459091in}{2.077290in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.459091in}{2.469641in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.056494in}{2.469641in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{1.000000,0.498039,0.054902}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.640909in}{0.417085in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.043506in}{0.417085in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.043506in}{0.417085in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.640909in}{0.417085in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{1.000000,0.498039,0.054902}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{1.446104in}{0.387264in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.848701in}{0.387264in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.848701in}{0.387264in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.446104in}{0.387264in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{1.000000,0.498039,0.054902}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{2.251299in}{0.488662in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.653896in}{0.488662in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.653896in}{0.488662in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.251299in}{0.488662in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{1.000000,0.498039,0.054902}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{3.056494in}{2.469641in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.459091in}{2.469641in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.459091in}{2.470104in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.056494in}{2.470104in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.121569,0.466667,0.705882}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.640909in}{0.417085in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.043506in}{0.417085in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.043506in}{0.417203in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.640909in}{0.417203in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.121569,0.466667,0.705882}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{1.446104in}{0.387264in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.848701in}{0.387264in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.848701in}{0.387282in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.446104in}{0.387282in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.121569,0.466667,0.705882}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{2.251299in}{0.488662in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.653896in}{0.488662in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.653896in}{0.492379in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.251299in}{0.492379in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.121569,0.466667,0.705882}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{3.056494in}{2.470104in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.459091in}{2.470104in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.459091in}{2.532143in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.056494in}{2.532143in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetroundjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfsys@defobject{currentmarker}{\pgfqpoint{0.000000in}{-0.048611in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.000000in}{-0.048611in}}%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsys@transformshift{0.842208in}{0.375000in}%
|
||||||
|
\pgfsys@useobject{currentmarker}{}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=0.842208in,y=0.277778in,,top]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont EVICT}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetroundjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfsys@defobject{currentmarker}{\pgfqpoint{0.000000in}{-0.048611in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.000000in}{-0.048611in}}%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsys@transformshift{1.647403in}{0.375000in}%
|
||||||
|
\pgfsys@useobject{currentmarker}{}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=1.647403in,y=0.277778in,,top]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont FAIL}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetroundjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfsys@defobject{currentmarker}{\pgfqpoint{0.000000in}{-0.048611in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.000000in}{-0.048611in}}%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsys@transformshift{2.452597in}{0.375000in}%
|
||||||
|
\pgfsys@useobject{currentmarker}{}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=2.452597in,y=0.277778in,,top]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont FINISH}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetroundjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfsys@defobject{currentmarker}{\pgfqpoint{0.000000in}{-0.048611in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.000000in}{-0.048611in}}%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsys@transformshift{3.257792in}{0.375000in}%
|
||||||
|
\pgfsys@useobject{currentmarker}{}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=3.257792in,y=0.277778in,,top]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont KILL}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=2.050000in,y=0.087809in,,top]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont Last termination}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetroundjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.048611in}{0.000000in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{-0.048611in}{0.000000in}}%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsys@transformshift{0.500000in}{0.375000in}%
|
||||||
|
\pgfsys@useobject{currentmarker}{}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=0.181898in, y=0.322238in, left, base]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont 0.0}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetroundjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.048611in}{0.000000in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{-0.048611in}{0.000000in}}%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsys@transformshift{0.500000in}{0.840802in}%
|
||||||
|
\pgfsys@useobject{currentmarker}{}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=0.181898in, y=0.788040in, left, base]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont 0.2}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetroundjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.048611in}{0.000000in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{-0.048611in}{0.000000in}}%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsys@transformshift{0.500000in}{1.306603in}%
|
||||||
|
\pgfsys@useobject{currentmarker}{}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=0.181898in, y=1.253842in, left, base]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont 0.4}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetroundjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.048611in}{0.000000in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{-0.048611in}{0.000000in}}%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsys@transformshift{0.500000in}{1.772405in}%
|
||||||
|
\pgfsys@useobject{currentmarker}{}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=0.181898in, y=1.719643in, left, base]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont 0.6}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetroundjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.048611in}{0.000000in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{-0.048611in}{0.000000in}}%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsys@transformshift{0.500000in}{2.238206in}%
|
||||||
|
\pgfsys@useobject{currentmarker}{}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=0.181898in, y=2.185445in, left, base]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont 0.8}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=0.126343in,y=1.507500in,,bottom,rotate=90.000000]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont Count}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetrectcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.500000in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.500000in}{2.640000in}}%
|
||||||
|
\pgfusepath{stroke}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetrectcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{3.600000in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.600000in}{2.640000in}}%
|
||||||
|
\pgfusepath{stroke}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetrectcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.500000in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.600000in}{0.375000in}}%
|
||||||
|
\pgfusepath{stroke}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetrectcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.500000in}{2.640000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.600000in}{2.640000in}}%
|
||||||
|
\pgfusepath{stroke}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=2.050000in,y=2.723333in,,base]{\color{textcolor}\sffamily\fontsize{12.000000}{14.400000}\selectfont Cluster D}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{1.000000,1.000000,1.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.800000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.800000,0.800000,0.800000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetstrokeopacity{0.800000}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.597222in}{1.509603in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.996121in}{1.509603in}}%
|
||||||
|
\pgfpathquadraticcurveto{\pgfqpoint{2.023899in}{1.509603in}}{\pgfqpoint{2.023899in}{1.537381in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.023899in}{2.542778in}}%
|
||||||
|
\pgfpathquadraticcurveto{\pgfqpoint{2.023899in}{2.570556in}}{\pgfqpoint{1.996121in}{2.570556in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.597222in}{2.570556in}}%
|
||||||
|
\pgfpathquadraticcurveto{\pgfqpoint{0.569444in}{2.570556in}}{\pgfqpoint{0.569444in}{2.542778in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.569444in}{1.537381in}}%
|
||||||
|
\pgfpathquadraticcurveto{\pgfqpoint{0.569444in}{1.509603in}}{\pgfqpoint{0.597222in}{1.509603in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=0.724263in,y=2.409477in,left,base]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont Execution phase}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.121569,0.466667,0.705882}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.625000in}{2.205620in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.902778in}{2.205620in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.902778in}{2.302842in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.625000in}{2.302842in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=1.013889in,y=2.205620in,left,base]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont Queue}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{1.000000,0.498039,0.054902}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.625000in}{2.001763in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.902778in}{2.001763in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.902778in}{2.098985in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.625000in}{2.098985in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=1.013889in,y=2.001763in,left,base]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont Resubmission}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.172549,0.627451,0.172549}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.625000in}{1.797905in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.902778in}{1.797905in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.902778in}{1.895128in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.625000in}{1.895128in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=1.013889in,y=1.797905in,left,base]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont Running}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.839216,0.152941,0.156863}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.625000in}{1.594048in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.902778in}{1.594048in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.902778in}{1.691270in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.625000in}{1.691270in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=1.013889in,y=1.594048in,left,base]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont Unknown}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\end{pgfpicture}%
|
||||||
|
\makeatother%
|
||||||
|
\endgroup%
|
806
report/figures/machine_time_waste/cluster_e.pgf
Normal file
|
@ -0,0 +1,806 @@
|
||||||
|
%% Creator: Matplotlib, PGF backend
|
||||||
|
%%
|
||||||
|
%% To include the figure in your LaTeX document, write
|
||||||
|
%% \input{<filename>.pgf}
|
||||||
|
%%
|
||||||
|
%% Make sure the required packages are loaded in your preamble
|
||||||
|
%% \usepackage{pgf}
|
||||||
|
%%
|
||||||
|
%% and, on pdftex
|
||||||
|
%% \usepackage[utf8]{inputenc}\DeclareUnicodeCharacter{2212}{-}
|
||||||
|
%%
|
||||||
|
%% or, on luatex and xetex
|
||||||
|
%% \usepackage{unicode-math}
|
||||||
|
%%
|
||||||
|
%% Figures using additional raster images can only be included by \input if
|
||||||
|
%% they are in the same directory as the main LaTeX file. For loading figures
|
||||||
|
%% from other directories you can use the `import` package
|
||||||
|
%% \usepackage{import}
|
||||||
|
%%
|
||||||
|
%% and then include the figures with
|
||||||
|
%% \import{<path to file>}{<filename>.pgf}
|
||||||
|
%%
|
||||||
|
%% Matplotlib used the following preamble
|
||||||
|
%% \usepackage{fontspec}
|
||||||
|
%% \setmainfont{DejaVuSerif.ttf}[Path=/Users/maggicl/opt/anaconda3/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/]
|
||||||
|
%% \setsansfont{DejaVuSans.ttf}[Path=/Users/maggicl/opt/anaconda3/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/]
|
||||||
|
%% \setmonofont{DejaVuSansMono.ttf}[Path=/Users/maggicl/opt/anaconda3/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/]
|
||||||
|
%%
|
||||||
|
\begingroup%
|
||||||
|
\makeatletter%
|
||||||
|
\begin{pgfpicture}%
|
||||||
|
\pgfpathrectangle{\pgfpointorigin}{\pgfqpoint{4.000000in}{3.000000in}}%
|
||||||
|
\pgfusepath{use as bounding box, clip}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{1.000000,1.000000,1.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.000000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{1.000000,1.000000,1.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{4.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{4.000000in}{3.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.000000in}{3.000000in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{1.000000,1.000000,1.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.000000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetstrokeopacity{0.000000}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.500000in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.600000in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.600000in}{2.640000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.500000in}{2.640000in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.839216,0.152941,0.156863}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.640909in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.043506in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.043506in}{0.379341in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.640909in}{0.379341in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.839216,0.152941,0.156863}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{1.446104in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.848701in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.848701in}{0.375244in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.446104in}{0.375244in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.839216,0.152941,0.156863}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{2.251299in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.653896in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.653896in}{0.397523in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.251299in}{0.397523in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.839216,0.152941,0.156863}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{3.056494in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.459091in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.459091in}{2.259319in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.056494in}{2.259319in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.172549,0.627451,0.172549}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.640909in}{0.379341in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.043506in}{0.379341in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.043506in}{0.389834in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.640909in}{0.389834in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.172549,0.627451,0.172549}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{1.446104in}{0.375244in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.848701in}{0.375244in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.848701in}{0.376644in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.446104in}{0.376644in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.172549,0.627451,0.172549}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{2.251299in}{0.397523in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.653896in}{0.397523in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.653896in}{0.423799in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.251299in}{0.423799in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.172549,0.627451,0.172549}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{3.056494in}{2.259319in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.459091in}{2.259319in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.459091in}{2.446354in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.056494in}{2.446354in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{1.000000,0.498039,0.054902}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.640909in}{0.389834in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.043506in}{0.389834in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.043506in}{0.389835in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.640909in}{0.389835in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{1.000000,0.498039,0.054902}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{1.446104in}{0.376644in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.848701in}{0.376644in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.848701in}{0.376644in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.446104in}{0.376644in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{1.000000,0.498039,0.054902}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{2.251299in}{0.423799in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.653896in}{0.423799in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.653896in}{0.423799in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.251299in}{0.423799in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{1.000000,0.498039,0.054902}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{3.056494in}{2.446354in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.459091in}{2.446354in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.459091in}{2.446384in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.056494in}{2.446384in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.121569,0.466667,0.705882}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.640909in}{0.389835in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.043506in}{0.389835in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.043506in}{0.389845in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.640909in}{0.389845in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.121569,0.466667,0.705882}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{1.446104in}{0.376644in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.848701in}{0.376644in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.848701in}{0.376646in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.446104in}{0.376646in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.121569,0.466667,0.705882}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{2.251299in}{0.423799in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.653896in}{0.423799in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.653896in}{0.424256in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.251299in}{0.424256in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.121569,0.466667,0.705882}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{3.056494in}{2.446384in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.459091in}{2.446384in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.459091in}{2.532143in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.056494in}{2.532143in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetroundjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfsys@defobject{currentmarker}{\pgfqpoint{0.000000in}{-0.048611in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.000000in}{-0.048611in}}%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsys@transformshift{0.842208in}{0.375000in}%
|
||||||
|
\pgfsys@useobject{currentmarker}{}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=0.842208in,y=0.277778in,,top]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont EVICT}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetroundjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfsys@defobject{currentmarker}{\pgfqpoint{0.000000in}{-0.048611in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.000000in}{-0.048611in}}%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsys@transformshift{1.647403in}{0.375000in}%
|
||||||
|
\pgfsys@useobject{currentmarker}{}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=1.647403in,y=0.277778in,,top]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont FAIL}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetroundjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfsys@defobject{currentmarker}{\pgfqpoint{0.000000in}{-0.048611in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.000000in}{-0.048611in}}%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsys@transformshift{2.452597in}{0.375000in}%
|
||||||
|
\pgfsys@useobject{currentmarker}{}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=2.452597in,y=0.277778in,,top]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont FINISH}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetroundjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfsys@defobject{currentmarker}{\pgfqpoint{0.000000in}{-0.048611in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.000000in}{-0.048611in}}%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsys@transformshift{3.257792in}{0.375000in}%
|
||||||
|
\pgfsys@useobject{currentmarker}{}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=3.257792in,y=0.277778in,,top]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont KILL}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=2.050000in,y=0.087809in,,top]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont Last termination}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetroundjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.048611in}{0.000000in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{-0.048611in}{0.000000in}}%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsys@transformshift{0.500000in}{0.375000in}%
|
||||||
|
\pgfsys@useobject{currentmarker}{}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=0.181898in, y=0.322238in, left, base]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont 0.0}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetroundjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.048611in}{0.000000in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{-0.048611in}{0.000000in}}%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsys@transformshift{0.500000in}{0.819578in}%
|
||||||
|
\pgfsys@useobject{currentmarker}{}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=0.181898in, y=0.766817in, left, base]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont 0.2}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetroundjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.048611in}{0.000000in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{-0.048611in}{0.000000in}}%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsys@transformshift{0.500000in}{1.264156in}%
|
||||||
|
\pgfsys@useobject{currentmarker}{}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=0.181898in, y=1.211395in, left, base]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont 0.4}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetroundjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.048611in}{0.000000in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{-0.048611in}{0.000000in}}%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsys@transformshift{0.500000in}{1.708734in}%
|
||||||
|
\pgfsys@useobject{currentmarker}{}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=0.181898in, y=1.655973in, left, base]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont 0.6}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetroundjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.048611in}{0.000000in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{-0.048611in}{0.000000in}}%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsys@transformshift{0.500000in}{2.153312in}%
|
||||||
|
\pgfsys@useobject{currentmarker}{}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=0.181898in, y=2.100551in, left, base]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont 0.8}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetroundjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.048611in}{0.000000in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{-0.048611in}{0.000000in}}%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsys@transformshift{0.500000in}{2.597890in}%
|
||||||
|
\pgfsys@useobject{currentmarker}{}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=0.181898in, y=2.545129in, left, base]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont 1.0}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=0.126343in,y=1.507500in,,bottom,rotate=90.000000]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont Count}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetrectcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.500000in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.500000in}{2.640000in}}%
|
||||||
|
\pgfusepath{stroke}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetrectcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{3.600000in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.600000in}{2.640000in}}%
|
||||||
|
\pgfusepath{stroke}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetrectcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.500000in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.600000in}{0.375000in}}%
|
||||||
|
\pgfusepath{stroke}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetrectcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.500000in}{2.640000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.600000in}{2.640000in}}%
|
||||||
|
\pgfusepath{stroke}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=2.050000in,y=2.723333in,,base]{\color{textcolor}\sffamily\fontsize{12.000000}{14.400000}\selectfont Cluster E}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{1.000000,1.000000,1.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.800000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.800000,0.800000,0.800000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetstrokeopacity{0.800000}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.597222in}{1.509603in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.996121in}{1.509603in}}%
|
||||||
|
\pgfpathquadraticcurveto{\pgfqpoint{2.023899in}{1.509603in}}{\pgfqpoint{2.023899in}{1.537381in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.023899in}{2.542778in}}%
|
||||||
|
\pgfpathquadraticcurveto{\pgfqpoint{2.023899in}{2.570556in}}{\pgfqpoint{1.996121in}{2.570556in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.597222in}{2.570556in}}%
|
||||||
|
\pgfpathquadraticcurveto{\pgfqpoint{0.569444in}{2.570556in}}{\pgfqpoint{0.569444in}{2.542778in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.569444in}{1.537381in}}%
|
||||||
|
\pgfpathquadraticcurveto{\pgfqpoint{0.569444in}{1.509603in}}{\pgfqpoint{0.597222in}{1.509603in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=0.724263in,y=2.409477in,left,base]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont Execution phase}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.121569,0.466667,0.705882}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.625000in}{2.205620in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.902778in}{2.205620in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.902778in}{2.302842in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.625000in}{2.302842in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=1.013889in,y=2.205620in,left,base]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont Queue}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{1.000000,0.498039,0.054902}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.625000in}{2.001763in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.902778in}{2.001763in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.902778in}{2.098985in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.625000in}{2.098985in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=1.013889in,y=2.001763in,left,base]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont Resubmission}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.172549,0.627451,0.172549}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.625000in}{1.797905in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.902778in}{1.797905in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.902778in}{1.895128in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.625000in}{1.895128in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=1.013889in,y=1.797905in,left,base]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont Running}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.839216,0.152941,0.156863}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.625000in}{1.594048in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.902778in}{1.594048in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.902778in}{1.691270in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.625000in}{1.691270in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=1.013889in,y=1.594048in,left,base]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont Unknown}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\end{pgfpicture}%
|
||||||
|
\makeatother%
|
||||||
|
\endgroup%
|
781
report/figures/machine_time_waste/cluster_f.pgf
Normal file
|
@ -0,0 +1,781 @@
|
||||||
|
%% Creator: Matplotlib, PGF backend
|
||||||
|
%%
|
||||||
|
%% To include the figure in your LaTeX document, write
|
||||||
|
%% \input{<filename>.pgf}
|
||||||
|
%%
|
||||||
|
%% Make sure the required packages are loaded in your preamble
|
||||||
|
%% \usepackage{pgf}
|
||||||
|
%%
|
||||||
|
%% and, on pdftex
|
||||||
|
%% \usepackage[utf8]{inputenc}\DeclareUnicodeCharacter{2212}{-}
|
||||||
|
%%
|
||||||
|
%% or, on luatex and xetex
|
||||||
|
%% \usepackage{unicode-math}
|
||||||
|
%%
|
||||||
|
%% Figures using additional raster images can only be included by \input if
|
||||||
|
%% they are in the same directory as the main LaTeX file. For loading figures
|
||||||
|
%% from other directories you can use the `import` package
|
||||||
|
%% \usepackage{import}
|
||||||
|
%%
|
||||||
|
%% and then include the figures with
|
||||||
|
%% \import{<path to file>}{<filename>.pgf}
|
||||||
|
%%
|
||||||
|
%% Matplotlib used the following preamble
|
||||||
|
%% \usepackage{fontspec}
|
||||||
|
%% \setmainfont{DejaVuSerif.ttf}[Path=/Users/maggicl/opt/anaconda3/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/]
|
||||||
|
%% \setsansfont{DejaVuSans.ttf}[Path=/Users/maggicl/opt/anaconda3/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/]
|
||||||
|
%% \setmonofont{DejaVuSansMono.ttf}[Path=/Users/maggicl/opt/anaconda3/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/]
|
||||||
|
%%
|
||||||
|
\begingroup%
|
||||||
|
\makeatletter%
|
||||||
|
\begin{pgfpicture}%
|
||||||
|
\pgfpathrectangle{\pgfpointorigin}{\pgfqpoint{4.000000in}{3.000000in}}%
|
||||||
|
\pgfusepath{use as bounding box, clip}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{1.000000,1.000000,1.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.000000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{1.000000,1.000000,1.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{4.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{4.000000in}{3.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.000000in}{3.000000in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{1.000000,1.000000,1.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.000000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetstrokeopacity{0.000000}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.500000in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.600000in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.600000in}{2.640000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.500000in}{2.640000in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.839216,0.152941,0.156863}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.640909in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.043506in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.043506in}{0.385694in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.640909in}{0.385694in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.839216,0.152941,0.156863}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{1.446104in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.848701in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.848701in}{0.376224in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.446104in}{0.376224in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.839216,0.152941,0.156863}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{2.251299in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.653896in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.653896in}{0.439074in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.251299in}{0.439074in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.839216,0.152941,0.156863}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{3.056494in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.459091in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.459091in}{2.156054in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.056494in}{2.156054in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.172549,0.627451,0.172549}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.640909in}{0.385694in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.043506in}{0.385694in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.043506in}{0.419523in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.640909in}{0.419523in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.172549,0.627451,0.172549}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{1.446104in}{0.376224in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.848701in}{0.376224in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.848701in}{0.378819in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.446104in}{0.378819in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.172549,0.627451,0.172549}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{2.251299in}{0.439074in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.653896in}{0.439074in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.653896in}{0.504202in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.251299in}{0.504202in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.172549,0.627451,0.172549}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{3.056494in}{2.156054in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.459091in}{2.156054in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.459091in}{2.456690in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.056494in}{2.456690in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{1.000000,0.498039,0.054902}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.640909in}{0.419523in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.043506in}{0.419523in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.043506in}{0.419533in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.640909in}{0.419533in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{1.000000,0.498039,0.054902}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{1.446104in}{0.378819in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.848701in}{0.378819in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.848701in}{0.378819in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.446104in}{0.378819in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{1.000000,0.498039,0.054902}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{2.251299in}{0.504202in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.653896in}{0.504202in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.653896in}{0.504202in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.251299in}{0.504202in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{1.000000,0.498039,0.054902}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{3.056494in}{2.456690in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.459091in}{2.456690in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.459091in}{2.456780in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.056494in}{2.456780in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.121569,0.466667,0.705882}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.640909in}{0.419533in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.043506in}{0.419533in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.043506in}{0.419554in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.640909in}{0.419554in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.121569,0.466667,0.705882}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{1.446104in}{0.378819in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.848701in}{0.378819in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.848701in}{0.378822in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.446104in}{0.378822in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.121569,0.466667,0.705882}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{2.251299in}{0.504202in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.653896in}{0.504202in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.653896in}{0.511528in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.251299in}{0.511528in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.121569,0.466667,0.705882}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{3.056494in}{2.456780in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.459091in}{2.456780in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.459091in}{2.532143in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.056494in}{2.532143in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetroundjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfsys@defobject{currentmarker}{\pgfqpoint{0.000000in}{-0.048611in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.000000in}{-0.048611in}}%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsys@transformshift{0.842208in}{0.375000in}%
|
||||||
|
\pgfsys@useobject{currentmarker}{}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=0.842208in,y=0.277778in,,top]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont EVICT}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetroundjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfsys@defobject{currentmarker}{\pgfqpoint{0.000000in}{-0.048611in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.000000in}{-0.048611in}}%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsys@transformshift{1.647403in}{0.375000in}%
|
||||||
|
\pgfsys@useobject{currentmarker}{}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=1.647403in,y=0.277778in,,top]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont FAIL}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetroundjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfsys@defobject{currentmarker}{\pgfqpoint{0.000000in}{-0.048611in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.000000in}{-0.048611in}}%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsys@transformshift{2.452597in}{0.375000in}%
|
||||||
|
\pgfsys@useobject{currentmarker}{}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=2.452597in,y=0.277778in,,top]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont FINISH}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetroundjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfsys@defobject{currentmarker}{\pgfqpoint{0.000000in}{-0.048611in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.000000in}{-0.048611in}}%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsys@transformshift{3.257792in}{0.375000in}%
|
||||||
|
\pgfsys@useobject{currentmarker}{}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=3.257792in,y=0.277778in,,top]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont KILL}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=2.050000in,y=0.087809in,,top]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont Last termination}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetroundjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.048611in}{0.000000in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{-0.048611in}{0.000000in}}%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsys@transformshift{0.500000in}{0.375000in}%
|
||||||
|
\pgfsys@useobject{currentmarker}{}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=0.181898in, y=0.322238in, left, base]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont 0.0}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetroundjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.048611in}{0.000000in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{-0.048611in}{0.000000in}}%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsys@transformshift{0.500000in}{0.843409in}%
|
||||||
|
\pgfsys@useobject{currentmarker}{}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=0.181898in, y=0.790648in, left, base]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont 0.2}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetroundjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.048611in}{0.000000in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{-0.048611in}{0.000000in}}%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsys@transformshift{0.500000in}{1.311819in}%
|
||||||
|
\pgfsys@useobject{currentmarker}{}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=0.181898in, y=1.259057in, left, base]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont 0.4}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetroundjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.048611in}{0.000000in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{-0.048611in}{0.000000in}}%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsys@transformshift{0.500000in}{1.780228in}%
|
||||||
|
\pgfsys@useobject{currentmarker}{}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=0.181898in, y=1.727467in, left, base]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont 0.6}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetroundjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.048611in}{0.000000in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{-0.048611in}{0.000000in}}%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsys@transformshift{0.500000in}{2.248638in}%
|
||||||
|
\pgfsys@useobject{currentmarker}{}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=0.181898in, y=2.195876in, left, base]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont 0.8}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=0.126343in,y=1.507500in,,bottom,rotate=90.000000]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont Count}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetrectcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.500000in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.500000in}{2.640000in}}%
|
||||||
|
\pgfusepath{stroke}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetrectcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{3.600000in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.600000in}{2.640000in}}%
|
||||||
|
\pgfusepath{stroke}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetrectcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.500000in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.600000in}{0.375000in}}%
|
||||||
|
\pgfusepath{stroke}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetrectcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.500000in}{2.640000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.600000in}{2.640000in}}%
|
||||||
|
\pgfusepath{stroke}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=2.050000in,y=2.723333in,,base]{\color{textcolor}\sffamily\fontsize{12.000000}{14.400000}\selectfont Cluster F}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{1.000000,1.000000,1.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.800000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.800000,0.800000,0.800000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetstrokeopacity{0.800000}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.597222in}{1.509603in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.996121in}{1.509603in}}%
|
||||||
|
\pgfpathquadraticcurveto{\pgfqpoint{2.023899in}{1.509603in}}{\pgfqpoint{2.023899in}{1.537381in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.023899in}{2.542778in}}%
|
||||||
|
\pgfpathquadraticcurveto{\pgfqpoint{2.023899in}{2.570556in}}{\pgfqpoint{1.996121in}{2.570556in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.597222in}{2.570556in}}%
|
||||||
|
\pgfpathquadraticcurveto{\pgfqpoint{0.569444in}{2.570556in}}{\pgfqpoint{0.569444in}{2.542778in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.569444in}{1.537381in}}%
|
||||||
|
\pgfpathquadraticcurveto{\pgfqpoint{0.569444in}{1.509603in}}{\pgfqpoint{0.597222in}{1.509603in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=0.724263in,y=2.409477in,left,base]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont Execution phase}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.121569,0.466667,0.705882}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.625000in}{2.205620in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.902778in}{2.205620in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.902778in}{2.302842in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.625000in}{2.302842in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=1.013889in,y=2.205620in,left,base]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont Queue}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{1.000000,0.498039,0.054902}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.625000in}{2.001763in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.902778in}{2.001763in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.902778in}{2.098985in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.625000in}{2.098985in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=1.013889in,y=2.001763in,left,base]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont Resubmission}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.172549,0.627451,0.172549}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.625000in}{1.797905in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.902778in}{1.797905in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.902778in}{1.895128in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.625000in}{1.895128in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=1.013889in,y=1.797905in,left,base]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont Running}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.839216,0.152941,0.156863}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.625000in}{1.594048in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.902778in}{1.594048in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.902778in}{1.691270in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.625000in}{1.691270in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=1.013889in,y=1.594048in,left,base]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont Unknown}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\end{pgfpicture}%
|
||||||
|
\makeatother%
|
||||||
|
\endgroup%
|
806
report/figures/machine_time_waste/cluster_g.pgf
Normal file
|
@ -0,0 +1,806 @@
|
||||||
|
%% Creator: Matplotlib, PGF backend
|
||||||
|
%%
|
||||||
|
%% To include the figure in your LaTeX document, write
|
||||||
|
%% \input{<filename>.pgf}
|
||||||
|
%%
|
||||||
|
%% Make sure the required packages are loaded in your preamble
|
||||||
|
%% \usepackage{pgf}
|
||||||
|
%%
|
||||||
|
%% and, on pdftex
|
||||||
|
%% \usepackage[utf8]{inputenc}\DeclareUnicodeCharacter{2212}{-}
|
||||||
|
%%
|
||||||
|
%% or, on luatex and xetex
|
||||||
|
%% \usepackage{unicode-math}
|
||||||
|
%%
|
||||||
|
%% Figures using additional raster images can only be included by \input if
|
||||||
|
%% they are in the same directory as the main LaTeX file. For loading figures
|
||||||
|
%% from other directories you can use the `import` package
|
||||||
|
%% \usepackage{import}
|
||||||
|
%%
|
||||||
|
%% and then include the figures with
|
||||||
|
%% \import{<path to file>}{<filename>.pgf}
|
||||||
|
%%
|
||||||
|
%% Matplotlib used the following preamble
|
||||||
|
%% \usepackage{fontspec}
|
||||||
|
%% \setmainfont{DejaVuSerif.ttf}[Path=/Users/maggicl/opt/anaconda3/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/]
|
||||||
|
%% \setsansfont{DejaVuSans.ttf}[Path=/Users/maggicl/opt/anaconda3/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/]
|
||||||
|
%% \setmonofont{DejaVuSansMono.ttf}[Path=/Users/maggicl/opt/anaconda3/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/]
|
||||||
|
%%
|
||||||
|
\begingroup%
|
||||||
|
\makeatletter%
|
||||||
|
\begin{pgfpicture}%
|
||||||
|
\pgfpathrectangle{\pgfpointorigin}{\pgfqpoint{4.000000in}{3.000000in}}%
|
||||||
|
\pgfusepath{use as bounding box, clip}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{1.000000,1.000000,1.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.000000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{1.000000,1.000000,1.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{4.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{4.000000in}{3.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.000000in}{3.000000in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{1.000000,1.000000,1.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.000000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetstrokeopacity{0.000000}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.500000in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.600000in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.600000in}{2.640000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.500000in}{2.640000in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.839216,0.152941,0.156863}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.640909in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.043506in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.043506in}{0.376416in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.640909in}{0.376416in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.839216,0.152941,0.156863}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{1.446104in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.848701in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.848701in}{0.375338in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.446104in}{0.375338in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.839216,0.152941,0.156863}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{2.251299in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.653896in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.653896in}{0.409171in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.251299in}{0.409171in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.839216,0.152941,0.156863}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{3.056494in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.459091in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.459091in}{2.359950in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.056494in}{2.359950in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.172549,0.627451,0.172549}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.640909in}{0.376416in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.043506in}{0.376416in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.043506in}{0.380755in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.640909in}{0.380755in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.172549,0.627451,0.172549}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{1.446104in}{0.375338in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.848701in}{0.375338in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.848701in}{0.376289in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.446104in}{0.376289in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.172549,0.627451,0.172549}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{2.251299in}{0.409171in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.653896in}{0.409171in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.653896in}{0.427081in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.251299in}{0.427081in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.172549,0.627451,0.172549}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{3.056494in}{2.359950in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.459091in}{2.359950in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.459091in}{2.473357in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.056494in}{2.473357in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{1.000000,0.498039,0.054902}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.640909in}{0.380755in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.043506in}{0.380755in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.043506in}{0.380755in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.640909in}{0.380755in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{1.000000,0.498039,0.054902}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{1.446104in}{0.376289in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.848701in}{0.376289in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.848701in}{0.376289in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.446104in}{0.376289in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{1.000000,0.498039,0.054902}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{2.251299in}{0.427081in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.653896in}{0.427081in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.653896in}{0.427082in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.251299in}{0.427082in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{1.000000,0.498039,0.054902}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{3.056494in}{2.473357in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.459091in}{2.473357in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.459091in}{2.473387in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.056494in}{2.473387in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.121569,0.466667,0.705882}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.640909in}{0.380755in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.043506in}{0.380755in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.043506in}{0.380804in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.640909in}{0.380804in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.121569,0.466667,0.705882}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{1.446104in}{0.376289in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.848701in}{0.376289in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.848701in}{0.376437in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.446104in}{0.376437in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.121569,0.466667,0.705882}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{2.251299in}{0.427082in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.653896in}{0.427082in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.653896in}{0.427506in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.251299in}{0.427506in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.121569,0.466667,0.705882}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{3.056494in}{2.473387in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.459091in}{2.473387in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.459091in}{2.532143in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.056494in}{2.532143in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetroundjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfsys@defobject{currentmarker}{\pgfqpoint{0.000000in}{-0.048611in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.000000in}{-0.048611in}}%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsys@transformshift{0.842208in}{0.375000in}%
|
||||||
|
\pgfsys@useobject{currentmarker}{}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=0.842208in,y=0.277778in,,top]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont EVICT}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetroundjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfsys@defobject{currentmarker}{\pgfqpoint{0.000000in}{-0.048611in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.000000in}{-0.048611in}}%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsys@transformshift{1.647403in}{0.375000in}%
|
||||||
|
\pgfsys@useobject{currentmarker}{}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=1.647403in,y=0.277778in,,top]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont FAIL}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetroundjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfsys@defobject{currentmarker}{\pgfqpoint{0.000000in}{-0.048611in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.000000in}{-0.048611in}}%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsys@transformshift{2.452597in}{0.375000in}%
|
||||||
|
\pgfsys@useobject{currentmarker}{}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=2.452597in,y=0.277778in,,top]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont FINISH}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetroundjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfsys@defobject{currentmarker}{\pgfqpoint{0.000000in}{-0.048611in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.000000in}{-0.048611in}}%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsys@transformshift{3.257792in}{0.375000in}%
|
||||||
|
\pgfsys@useobject{currentmarker}{}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=3.257792in,y=0.277778in,,top]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont KILL}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=2.050000in,y=0.087809in,,top]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont Last termination}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetroundjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.048611in}{0.000000in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{-0.048611in}{0.000000in}}%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsys@transformshift{0.500000in}{0.375000in}%
|
||||||
|
\pgfsys@useobject{currentmarker}{}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=0.181898in, y=0.322238in, left, base]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont 0.0}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetroundjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.048611in}{0.000000in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{-0.048611in}{0.000000in}}%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsys@transformshift{0.500000in}{0.818378in}%
|
||||||
|
\pgfsys@useobject{currentmarker}{}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=0.181898in, y=0.765616in, left, base]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont 0.2}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetroundjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.048611in}{0.000000in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{-0.048611in}{0.000000in}}%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsys@transformshift{0.500000in}{1.261756in}%
|
||||||
|
\pgfsys@useobject{currentmarker}{}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=0.181898in, y=1.208994in, left, base]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont 0.4}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetroundjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.048611in}{0.000000in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{-0.048611in}{0.000000in}}%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsys@transformshift{0.500000in}{1.705134in}%
|
||||||
|
\pgfsys@useobject{currentmarker}{}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=0.181898in, y=1.652372in, left, base]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont 0.6}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetroundjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.048611in}{0.000000in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{-0.048611in}{0.000000in}}%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsys@transformshift{0.500000in}{2.148512in}%
|
||||||
|
\pgfsys@useobject{currentmarker}{}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=0.181898in, y=2.095750in, left, base]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont 0.8}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetroundjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.048611in}{0.000000in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{-0.048611in}{0.000000in}}%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsys@transformshift{0.500000in}{2.591890in}%
|
||||||
|
\pgfsys@useobject{currentmarker}{}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=0.181898in, y=2.539128in, left, base]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont 1.0}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=0.126343in,y=1.507500in,,bottom,rotate=90.000000]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont Count}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetrectcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.500000in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.500000in}{2.640000in}}%
|
||||||
|
\pgfusepath{stroke}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetrectcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{3.600000in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.600000in}{2.640000in}}%
|
||||||
|
\pgfusepath{stroke}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetrectcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.500000in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.600000in}{0.375000in}}%
|
||||||
|
\pgfusepath{stroke}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetrectcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.500000in}{2.640000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.600000in}{2.640000in}}%
|
||||||
|
\pgfusepath{stroke}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=2.050000in,y=2.723333in,,base]{\color{textcolor}\sffamily\fontsize{12.000000}{14.400000}\selectfont Cluster G}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{1.000000,1.000000,1.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.800000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.800000,0.800000,0.800000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetstrokeopacity{0.800000}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.597222in}{1.509603in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.996121in}{1.509603in}}%
|
||||||
|
\pgfpathquadraticcurveto{\pgfqpoint{2.023899in}{1.509603in}}{\pgfqpoint{2.023899in}{1.537381in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.023899in}{2.542778in}}%
|
||||||
|
\pgfpathquadraticcurveto{\pgfqpoint{2.023899in}{2.570556in}}{\pgfqpoint{1.996121in}{2.570556in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.597222in}{2.570556in}}%
|
||||||
|
\pgfpathquadraticcurveto{\pgfqpoint{0.569444in}{2.570556in}}{\pgfqpoint{0.569444in}{2.542778in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.569444in}{1.537381in}}%
|
||||||
|
\pgfpathquadraticcurveto{\pgfqpoint{0.569444in}{1.509603in}}{\pgfqpoint{0.597222in}{1.509603in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=0.724263in,y=2.409477in,left,base]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont Execution phase}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.121569,0.466667,0.705882}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.625000in}{2.205620in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.902778in}{2.205620in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.902778in}{2.302842in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.625000in}{2.302842in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=1.013889in,y=2.205620in,left,base]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont Queue}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{1.000000,0.498039,0.054902}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.625000in}{2.001763in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.902778in}{2.001763in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.902778in}{2.098985in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.625000in}{2.098985in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=1.013889in,y=2.001763in,left,base]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont Resubmission}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.172549,0.627451,0.172549}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.625000in}{1.797905in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.902778in}{1.797905in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.902778in}{1.895128in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.625000in}{1.895128in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=1.013889in,y=1.797905in,left,base]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont Running}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.839216,0.152941,0.156863}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.625000in}{1.594048in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.902778in}{1.594048in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.902778in}{1.691270in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.625000in}{1.691270in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=1.013889in,y=1.594048in,left,base]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont Unknown}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\end{pgfpicture}%
|
||||||
|
\makeatother%
|
||||||
|
\endgroup%
|
806
report/figures/machine_time_waste/cluster_h.pgf
Normal file
|
@ -0,0 +1,806 @@
|
||||||
|
%% Creator: Matplotlib, PGF backend
|
||||||
|
%%
|
||||||
|
%% To include the figure in your LaTeX document, write
|
||||||
|
%% \input{<filename>.pgf}
|
||||||
|
%%
|
||||||
|
%% Make sure the required packages are loaded in your preamble
|
||||||
|
%% \usepackage{pgf}
|
||||||
|
%%
|
||||||
|
%% and, on pdftex
|
||||||
|
%% \usepackage[utf8]{inputenc}\DeclareUnicodeCharacter{2212}{-}
|
||||||
|
%%
|
||||||
|
%% or, on luatex and xetex
|
||||||
|
%% \usepackage{unicode-math}
|
||||||
|
%%
|
||||||
|
%% Figures using additional raster images can only be included by \input if
|
||||||
|
%% they are in the same directory as the main LaTeX file. For loading figures
|
||||||
|
%% from other directories you can use the `import` package
|
||||||
|
%% \usepackage{import}
|
||||||
|
%%
|
||||||
|
%% and then include the figures with
|
||||||
|
%% \import{<path to file>}{<filename>.pgf}
|
||||||
|
%%
|
||||||
|
%% Matplotlib used the following preamble
|
||||||
|
%% \usepackage{fontspec}
|
||||||
|
%% \setmainfont{DejaVuSerif.ttf}[Path=/Users/maggicl/opt/anaconda3/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/]
|
||||||
|
%% \setsansfont{DejaVuSans.ttf}[Path=/Users/maggicl/opt/anaconda3/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/]
|
||||||
|
%% \setmonofont{DejaVuSansMono.ttf}[Path=/Users/maggicl/opt/anaconda3/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/]
|
||||||
|
%%
|
||||||
|
\begingroup%
|
||||||
|
\makeatletter%
|
||||||
|
\begin{pgfpicture}%
|
||||||
|
\pgfpathrectangle{\pgfpointorigin}{\pgfqpoint{4.000000in}{3.000000in}}%
|
||||||
|
\pgfusepath{use as bounding box, clip}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{1.000000,1.000000,1.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.000000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{1.000000,1.000000,1.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{4.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{4.000000in}{3.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.000000in}{3.000000in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{1.000000,1.000000,1.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.000000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetstrokeopacity{0.000000}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.500000in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.600000in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.600000in}{2.640000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.500000in}{2.640000in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.839216,0.152941,0.156863}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.640909in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.043506in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.043506in}{0.379483in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.640909in}{0.379483in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.839216,0.152941,0.156863}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{1.446104in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.848701in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.848701in}{0.375571in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.446104in}{0.375571in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.839216,0.152941,0.156863}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{2.251299in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.653896in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.653896in}{0.403178in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.251299in}{0.403178in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.839216,0.152941,0.156863}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{3.056494in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.459091in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.459091in}{2.278526in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.056494in}{2.278526in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.172549,0.627451,0.172549}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.640909in}{0.379483in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.043506in}{0.379483in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.043506in}{0.392612in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.640909in}{0.392612in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.172549,0.627451,0.172549}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{1.446104in}{0.375571in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.848701in}{0.375571in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.848701in}{0.377225in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.446104in}{0.377225in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.172549,0.627451,0.172549}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{2.251299in}{0.403178in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.653896in}{0.403178in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.653896in}{0.439156in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.251299in}{0.439156in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.172549,0.627451,0.172549}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{3.056494in}{2.278526in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.459091in}{2.278526in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.459091in}{2.459395in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.056494in}{2.459395in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{1.000000,0.498039,0.054902}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.640909in}{0.392612in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.043506in}{0.392612in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.043506in}{0.392612in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.640909in}{0.392612in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{1.000000,0.498039,0.054902}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{1.446104in}{0.377225in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.848701in}{0.377225in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.848701in}{0.377225in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.446104in}{0.377225in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{1.000000,0.498039,0.054902}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{2.251299in}{0.439156in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.653896in}{0.439156in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.653896in}{0.439156in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.251299in}{0.439156in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{1.000000,0.498039,0.054902}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{3.056494in}{2.459395in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.459091in}{2.459395in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.459091in}{2.459396in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.056494in}{2.459396in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.121569,0.466667,0.705882}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.640909in}{0.392612in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.043506in}{0.392612in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.043506in}{0.392634in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.640909in}{0.392634in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.121569,0.466667,0.705882}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{1.446104in}{0.377225in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.848701in}{0.377225in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.848701in}{0.377228in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.446104in}{0.377228in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.121569,0.466667,0.705882}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{2.251299in}{0.439156in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.653896in}{0.439156in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.653896in}{0.443515in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.251299in}{0.443515in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfpathrectangle{\pgfqpoint{0.500000in}{0.375000in}}{\pgfqpoint{3.100000in}{2.265000in}}%
|
||||||
|
\pgfusepath{clip}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.121569,0.466667,0.705882}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{3.056494in}{2.459396in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.459091in}{2.459396in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.459091in}{2.532143in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.056494in}{2.532143in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetroundjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfsys@defobject{currentmarker}{\pgfqpoint{0.000000in}{-0.048611in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.000000in}{-0.048611in}}%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsys@transformshift{0.842208in}{0.375000in}%
|
||||||
|
\pgfsys@useobject{currentmarker}{}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=0.842208in,y=0.277778in,,top]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont EVICT}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetroundjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfsys@defobject{currentmarker}{\pgfqpoint{0.000000in}{-0.048611in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.000000in}{-0.048611in}}%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsys@transformshift{1.647403in}{0.375000in}%
|
||||||
|
\pgfsys@useobject{currentmarker}{}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=1.647403in,y=0.277778in,,top]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont FAIL}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetroundjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfsys@defobject{currentmarker}{\pgfqpoint{0.000000in}{-0.048611in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.000000in}{-0.048611in}}%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsys@transformshift{2.452597in}{0.375000in}%
|
||||||
|
\pgfsys@useobject{currentmarker}{}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=2.452597in,y=0.277778in,,top]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont FINISH}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetroundjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfsys@defobject{currentmarker}{\pgfqpoint{0.000000in}{-0.048611in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.000000in}{-0.048611in}}%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsys@transformshift{3.257792in}{0.375000in}%
|
||||||
|
\pgfsys@useobject{currentmarker}{}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=3.257792in,y=0.277778in,,top]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont KILL}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=2.050000in,y=0.087809in,,top]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont Last termination}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetroundjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.048611in}{0.000000in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{-0.048611in}{0.000000in}}%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsys@transformshift{0.500000in}{0.375000in}%
|
||||||
|
\pgfsys@useobject{currentmarker}{}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=0.181898in, y=0.322238in, left, base]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont 0.0}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetroundjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.048611in}{0.000000in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{-0.048611in}{0.000000in}}%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsys@transformshift{0.500000in}{0.824104in}%
|
||||||
|
\pgfsys@useobject{currentmarker}{}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=0.181898in, y=0.771342in, left, base]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont 0.2}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetroundjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.048611in}{0.000000in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{-0.048611in}{0.000000in}}%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsys@transformshift{0.500000in}{1.273208in}%
|
||||||
|
\pgfsys@useobject{currentmarker}{}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=0.181898in, y=1.220446in, left, base]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont 0.4}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetroundjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.048611in}{0.000000in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{-0.048611in}{0.000000in}}%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsys@transformshift{0.500000in}{1.722312in}%
|
||||||
|
\pgfsys@useobject{currentmarker}{}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=0.181898in, y=1.669550in, left, base]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont 0.6}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetroundjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.048611in}{0.000000in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{-0.048611in}{0.000000in}}%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsys@transformshift{0.500000in}{2.171416in}%
|
||||||
|
\pgfsys@useobject{currentmarker}{}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=0.181898in, y=2.118654in, left, base]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont 0.8}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetroundjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.048611in}{0.000000in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{-0.048611in}{0.000000in}}%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsys@transformshift{0.500000in}{2.620520in}%
|
||||||
|
\pgfsys@useobject{currentmarker}{}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=0.181898in, y=2.567758in, left, base]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont 1.0}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=0.126343in,y=1.507500in,,bottom,rotate=90.000000]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont Count}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetrectcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.500000in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.500000in}{2.640000in}}%
|
||||||
|
\pgfusepath{stroke}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetrectcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{3.600000in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.600000in}{2.640000in}}%
|
||||||
|
\pgfusepath{stroke}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetrectcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.500000in}{0.375000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.600000in}{0.375000in}}%
|
||||||
|
\pgfusepath{stroke}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetrectcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\pgfsetlinewidth{0.803000pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.500000in}{2.640000in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{3.600000in}{2.640000in}}%
|
||||||
|
\pgfusepath{stroke}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=2.050000in,y=2.723333in,,base]{\color{textcolor}\sffamily\fontsize{12.000000}{14.400000}\selectfont Cluster H}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{1.000000,1.000000,1.000000}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.800000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.800000,0.800000,0.800000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetstrokeopacity{0.800000}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.597222in}{1.509603in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{1.996121in}{1.509603in}}%
|
||||||
|
\pgfpathquadraticcurveto{\pgfqpoint{2.023899in}{1.509603in}}{\pgfqpoint{2.023899in}{1.537381in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{2.023899in}{2.542778in}}%
|
||||||
|
\pgfpathquadraticcurveto{\pgfqpoint{2.023899in}{2.570556in}}{\pgfqpoint{1.996121in}{2.570556in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.597222in}{2.570556in}}%
|
||||||
|
\pgfpathquadraticcurveto{\pgfqpoint{0.569444in}{2.570556in}}{\pgfqpoint{0.569444in}{2.542778in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.569444in}{1.537381in}}%
|
||||||
|
\pgfpathquadraticcurveto{\pgfqpoint{0.569444in}{1.509603in}}{\pgfqpoint{0.597222in}{1.509603in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=0.724263in,y=2.409477in,left,base]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont Execution phase}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.121569,0.466667,0.705882}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.625000in}{2.205620in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.902778in}{2.205620in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.902778in}{2.302842in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.625000in}{2.302842in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=1.013889in,y=2.205620in,left,base]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont Queue}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{1.000000,0.498039,0.054902}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.625000in}{2.001763in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.902778in}{2.001763in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.902778in}{2.098985in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.625000in}{2.098985in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=1.013889in,y=2.001763in,left,base]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont Resubmission}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.172549,0.627451,0.172549}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.625000in}{1.797905in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.902778in}{1.797905in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.902778in}{1.895128in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.625000in}{1.895128in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=1.013889in,y=1.797905in,left,base]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont Running}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\pgfsetbuttcap%
|
||||||
|
\pgfsetmiterjoin%
|
||||||
|
\definecolor{currentfill}{rgb}{0.839216,0.152941,0.156863}%
|
||||||
|
\pgfsetfillcolor{currentfill}%
|
||||||
|
\pgfsetfillopacity{0.750000}%
|
||||||
|
\pgfsetlinewidth{1.003750pt}%
|
||||||
|
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{currentstroke}%
|
||||||
|
\pgfsetdash{}{0pt}%
|
||||||
|
\pgfpathmoveto{\pgfqpoint{0.625000in}{1.594048in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.902778in}{1.594048in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.902778in}{1.691270in}}%
|
||||||
|
\pgfpathlineto{\pgfqpoint{0.625000in}{1.691270in}}%
|
||||||
|
\pgfpathclose%
|
||||||
|
\pgfusepath{stroke,fill}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\begin{pgfscope}%
|
||||||
|
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||||
|
\pgfsetstrokecolor{textcolor}%
|
||||||
|
\pgfsetfillcolor{textcolor}%
|
||||||
|
\pgftext[x=1.013889in,y=1.594048in,left,base]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont Unknown}%
|
||||||
|
\end{pgfscope}%
|
||||||
|
\end{pgfpicture}%
|
||||||
|
\makeatother%
|
||||||
|
\endgroup%
|
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 11 KiB |