From 708a86bf0fff1d393d97c4d70fbea91329d5a670 Mon Sep 17 00:00:00 2001 From: Aidan Chalk <aidan.chalk@stfc.ac.uk> Date: Fri, 14 Apr 2017 17:43:02 +0100 Subject: [PATCH] New first version of the plots, old version still available as .old files --- paper/figures/BH_scaling.eps | 6339 ++++++++++++++++++++++++++--- paper/figures/BH_scaling.eps.old | 473 +++ paper/figures/BH_scaling.pdf.old | Bin 0 -> 9660 bytes paper/figures/QR_scaling.eps | 6547 +++++++++++++++++++++++++++--- paper/figures/QR_scaling.eps.old | 473 +++ paper/figures/QR_scaling.pdf.old | Bin 0 -> 9304 bytes 6 files changed, 12886 insertions(+), 946 deletions(-) create mode 100644 paper/figures/BH_scaling.eps.old create mode 100644 paper/figures/BH_scaling.pdf.old create mode 100644 paper/figures/QR_scaling.eps.old create mode 100644 paper/figures/QR_scaling.pdf.old diff --git a/paper/figures/BH_scaling.eps b/paper/figures/BH_scaling.eps index 171d0dc..3e75607 100644 --- a/paper/figures/BH_scaling.eps +++ b/paper/figures/BH_scaling.eps @@ -1,473 +1,5866 @@ -%!PS-Adobe-3.0 EPSF-3.0 -%%Creator: MATLAB, The MathWorks, Inc. Version 8.3.0.532 (R2014a). Operating System: Linux 3.13.0-37-generic #64-Ubuntu SMP Mon Sep 22 21:28:38 UTC 2014 x86_64. -%%Title: figures/BH_scaling.eps -%%CreationDate: 10/27/2014 10:44:42 -%%DocumentNeededFonts: Helvetica -%%DocumentProcessColors: Cyan Magenta Yellow Black -%%LanguageLevel: 2 -%%Pages: 1 -%%BoundingBox: 29 20 872 325 -%%EndComments - -%%BeginProlog -% MathWorks dictionary -/MathWorks 160 dict begin -% definition operators -/bdef {bind def} bind def -/ldef {load def} bind def -/xdef {exch def} bdef -/xstore {exch store} bdef -% operator abbreviations -/c /clip ldef -/cc /concat ldef -/cp /closepath ldef -/gr /grestore ldef -/gs /gsave ldef -/mt /moveto ldef -/np /newpath ldef -/cm /currentmatrix ldef -/sm /setmatrix ldef -/rm /rmoveto ldef -/rl /rlineto ldef -/s {show newpath} bdef -/sc {setcmykcolor} bdef -/sr /setrgbcolor ldef -/sg /setgray ldef -/w /setlinewidth ldef -/j /setlinejoin ldef -/cap /setlinecap ldef -/rc {rectclip} bdef -/rf {rectfill} bdef -% page state control -/pgsv () def -/bpage {/pgsv save def} bdef -/epage {pgsv restore} bdef -/bplot /gsave ldef -/eplot {stroke grestore} bdef -% orientation switch -/portraitMode 0 def /landscapeMode 1 def /rotateMode 2 def -% coordinate system mappings -/dpi2point 0 def -% font control -/FontSize 0 def -/FMS {/FontSize xstore findfont [FontSize 0 0 FontSize neg 0 0] - makefont setfont} bdef -/reencode {exch dup where {pop load} {pop StandardEncoding} ifelse - exch dup 3 1 roll findfont dup length dict begin - { 1 index /FID ne {def}{pop pop} ifelse } forall - /Encoding exch def currentdict end definefont pop} bdef -/isroman {findfont /CharStrings get /Agrave known} bdef -/FMSR {3 1 roll 1 index dup isroman {reencode} {pop pop} ifelse - exch FMS} bdef -/csm {1 dpi2point div -1 dpi2point div scale neg translate - dup landscapeMode eq {pop -90 rotate} - {rotateMode eq {90 rotate} if} ifelse} bdef -% line types: solid, dotted, dashed, dotdash -/SO { [] 0 setdash } bdef -/DO { [.5 dpi2point mul 4 dpi2point mul] 0 setdash } bdef -/DA { [6 dpi2point mul] 0 setdash } bdef -/DD { [.5 dpi2point mul 4 dpi2point mul 6 dpi2point mul 4 - dpi2point mul] 0 setdash } bdef -% macros for lines and objects -/L {lineto stroke} bdef -/MP {3 1 roll moveto 1 sub {rlineto} repeat} bdef -/AP {{rlineto} repeat} bdef -/PDlw -1 def -/W {/PDlw currentlinewidth def setlinewidth} def -/PP {closepath eofill} bdef -/DP {closepath stroke} bdef -/MR {4 -2 roll moveto dup 0 exch rlineto exch 0 rlineto - neg 0 exch rlineto closepath} bdef -/FR {MR stroke} bdef -/PR {MR fill} bdef -/L1i {{currentfile picstr readhexstring pop} image} bdef -/tMatrix matrix def -/MakeOval {newpath tMatrix currentmatrix pop translate scale -0 0 1 0 360 arc tMatrix setmatrix} bdef -/FO {MakeOval stroke} bdef -/PO {MakeOval fill} bdef -/PD {currentlinewidth 2 div 0 360 arc fill - PDlw -1 eq not {PDlw w /PDlw -1 def} if} def -/FA {newpath tMatrix currentmatrix pop translate scale - 0 0 1 5 -2 roll arc tMatrix setmatrix stroke} bdef -/PA {newpath tMatrix currentmatrix pop translate 0 0 moveto scale - 0 0 1 5 -2 roll arc closepath tMatrix setmatrix fill} bdef -/FAn {newpath tMatrix currentmatrix pop translate scale - 0 0 1 5 -2 roll arcn tMatrix setmatrix stroke} bdef -/PAn {newpath tMatrix currentmatrix pop translate 0 0 moveto scale - 0 0 1 5 -2 roll arcn closepath tMatrix setmatrix fill} bdef -/vradius 0 def /hradius 0 def /lry 0 def -/lrx 0 def /uly 0 def /ulx 0 def /rad 0 def -/MRR {/vradius xdef /hradius xdef /lry xdef /lrx xdef /uly xdef - /ulx xdef newpath tMatrix currentmatrix pop ulx hradius add uly - vradius add translate hradius vradius scale 0 0 1 180 270 arc - tMatrix setmatrix lrx hradius sub uly vradius add translate - hradius vradius scale 0 0 1 270 360 arc tMatrix setmatrix - lrx hradius sub lry vradius sub translate hradius vradius scale - 0 0 1 0 90 arc tMatrix setmatrix ulx hradius add lry vradius sub - translate hradius vradius scale 0 0 1 90 180 arc tMatrix setmatrix - closepath} bdef -/FRR {MRR stroke } bdef -/PRR {MRR fill } bdef -/MlrRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lry uly sub 2 div def - newpath tMatrix currentmatrix pop ulx rad add uly rad add translate - rad rad scale 0 0 1 90 270 arc tMatrix setmatrix lrx rad sub lry rad - sub translate rad rad scale 0 0 1 270 90 arc tMatrix setmatrix - closepath} bdef -/FlrRR {MlrRR stroke } bdef -/PlrRR {MlrRR fill } bdef -/MtbRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lrx ulx sub 2 div def - newpath tMatrix currentmatrix pop ulx rad add uly rad add translate - rad rad scale 0 0 1 180 360 arc tMatrix setmatrix lrx rad sub lry rad - sub translate rad rad scale 0 0 1 0 180 arc tMatrix setmatrix - closepath} bdef -/FtbRR {MtbRR stroke } bdef -/PtbRR {MtbRR fill } bdef -/stri 6 array def /dtri 6 array def -/smat 6 array def /dmat 6 array def -/tmat1 6 array def /tmat2 6 array def /dif 3 array def -/asub {/ind2 exch def /ind1 exch def dup dup - ind1 get exch ind2 get sub exch } bdef -/tri_to_matrix { - 2 0 asub 3 1 asub 4 0 asub 5 1 asub - dup 0 get exch 1 get 7 -1 roll astore } bdef -/compute_transform { - dmat dtri tri_to_matrix tmat1 invertmatrix - smat stri tri_to_matrix tmat2 concatmatrix } bdef -/ds {stri astore pop} bdef -/dt {dtri astore pop} bdef -/db {2 copy /cols xdef /rows xdef mul dup 3 mul string - currentfile - 3 index 0 eq {/ASCIIHexDecode filter} - {/ASCII85Decode filter 3 index 2 eq {/RunLengthDecode filter} if } - ifelse exch readstring pop - dup 0 3 index getinterval /rbmap xdef - dup 2 index dup getinterval /gbmap xdef - 1 index dup 2 mul exch getinterval /bbmap xdef pop pop}bdef -/it {gs np dtri aload pop moveto lineto lineto cp c - cols rows 8 compute_transform - rbmap gbmap bbmap true 3 colorimage gr}bdef -/il {newpath moveto lineto stroke}bdef -currentdict end def -%%EndProlog - -%%BeginSetup -MathWorks begin - -0 cap - -end -%%EndSetup - -%%Page: 1 1 -%%BeginPageSetup -%%PageBoundingBox: 29 20 872 325 -MathWorks begin -bpage -%%EndPageSetup - -%%BeginObject: obj1 -bplot - -/dpi2point 12 def -portraitMode 0216 4008 csm - - 143 101 10108 3660 rc -85 dict begin %Colortable dictionary -/c0 { 0.000000 0.000000 0.000000 sr} bdef -/c1 { 1.000000 1.000000 1.000000 sr} bdef -/c2 { 0.900000 0.000000 0.000000 sr} bdef -/c3 { 0.000000 0.820000 0.000000 sr} bdef -/c4 { 0.000000 0.000000 0.800000 sr} bdef -/c5 { 0.910000 0.820000 0.320000 sr} bdef -/c6 { 1.000000 0.260000 0.820000 sr} bdef -/c7 { 0.000000 0.820000 0.820000 sr} bdef -c0 -1 j -1 sg - 0 0 10369 3802 rf -6 w -0 3041 3111 0 0 -3041 310 3421 4 MP -PP --3111 0 0 3041 3111 0 0 -3041 310 3421 5 MP stroke -4 w -DO -SO -6 w -0 sg - 310 3421 mt 3421 3421 L - 310 380 mt 3421 380 L - 310 3421 mt 310 380 L -3421 3421 mt 3421 380 L - 310 3421 mt 3421 3421 L - 310 3421 mt 310 380 L - 755 3421 mt 755 3389 L - 755 380 mt 755 411 L -%%IncludeResource: font Helvetica -/Helvetica /ISOLatin1Encoding 120 FMSR - - 689 3566 mt -(10) s -1248 3421 mt 1248 3389 L -1248 380 mt 1248 411 L -1182 3566 mt -(20) s -1742 3421 mt 1742 3389 L -1742 380 mt 1742 411 L -1676 3566 mt -(30) s -2236 3421 mt 2236 3389 L -2236 380 mt 2236 411 L -2170 3566 mt -(40) s -2729 3421 mt 2729 3389 L -2729 380 mt 2729 411 L -2663 3566 mt -(50) s -3223 3421 mt 3223 3389 L -3223 380 mt 3223 411 L -3157 3566 mt -(60) s - 310 2986 mt 342 2986 L -3421 2986 mt 3389 2986 L - 143 3030 mt -(10) s - 310 2503 mt 342 2503 L -3421 2503 mt 3389 2503 L - 143 2547 mt -(20) s - 310 2021 mt 342 2021 L -3421 2021 mt 3389 2021 L - 143 2065 mt -(30) s - 310 1538 mt 342 1538 L -3421 1538 mt 3389 1538 L - 143 1582 mt -(40) s - 310 1055 mt 342 1055 L -3421 1055 mt 3389 1055 L - 143 1099 mt -(50) s - 310 573 mt 342 573 L -3421 573 mt 3389 573 L - 143 617 mt -(60) s - 310 3421 mt 3421 3421 L - 310 380 mt 3421 380 L - 310 3421 mt 310 380 L -3421 3421 mt 3421 380 L -gs 311 380 3111 3042 rc -24 w -50 -10 49 -5 50 -34 49 -54 49 -6 50 -3 49 -43 49 -21 -50 -25 49 -27 50 -38 49 -2 49 -38 50 -31 49 -20 49 -29 -50 -27 49 -17 49 -56 50 1 49 -51 50 -26 49 -22 49 -21 -50 -32 49 -27 49 -23 50 -25 49 -45 49 -16 50 -24 49 -38 -50 -41 49 -48 49 -48 50 -44 49 -43 49 -51 50 -47 49 -38 -49 -58 50 -46 49 -44 50 -44 49 -45 49 -45 50 -41 49 -48 -49 -44 50 -47 49 -48 49 -48 50 -47 49 -48 50 -47 49 -47 -49 -48 50 -48 49 -49 49 -47 50 -48 49 -48 49 -49 311 3421 64 MP stroke -DD -50 75 49 -23 50 -20 49 9 49 299 50 -13 49 -223 49 183 -50 13 49 -77 50 7 49 15 49 -32 50 -2 49 -4 49 -11 -50 -13 49 -11 49 -18 50 -20 49 -5 50 -23 49 -6 49 -16 -50 -23 49 -4 49 -16 50 -21 49 -2 49 -11 50 5 49 -28 -50 29 49 -50 49 40 50 -20 49 -24 49 -47 50 -4 49 -36 -49 -8 50 -18 49 -19 50 -9 49 -23 49 -22 50 -15 49 -10 -49 -40 50 -4 49 -15 49 -18 50 -22 49 -13 50 -28 49 -5 -49 -33 50 -21 49 -20 49 -18 50 -25 49 -22 4 -3 356 3422 64 MP stroke -gr - -24 w -DD -%%IncludeResource: font Helvetica -/Helvetica /ISOLatin1Encoding 144 FMSR - -2964 1101 mt -(323ms) s -2964 2501 mt -(811ms) s -%%IncludeResource: font Helvetica -/Helvetica /ISOLatin1Encoding 120 FMSR - -1638 3709 mt -(nr. cores) s -gs 311 380 3111 3042 rc -DO -16.8 w -3110 -3041 311 3421 2 MP stroke -gr - -16.8 w -DO -1288 285 mt -(Speedup Barnes-Hut) s -SO -6 w -1 sg -0 3041 6221 0 0 -3041 3940 3421 4 MP -PP --6221 0 0 3041 6221 0 0 -3041 3940 3421 5 MP stroke -4 w -DO -SO -6 w -0 sg -3940 3421 mt 10161 3421 L -3940 380 mt 10161 380 L -3940 3421 mt 3940 380 L -10161 3421 mt 10161 380 L -3940 3421 mt 10161 3421 L -3940 3421 mt 3940 380 L -4828 3421 mt 4828 3358 L -4828 380 mt 4828 442 L -4762 3566 mt -(10) s -5816 3421 mt 5816 3358 L -5816 380 mt 5816 442 L -5750 3566 mt -(20) s -6803 3421 mt 6803 3358 L -6803 380 mt 6803 442 L -6737 3566 mt -(30) s -7791 3421 mt 7791 3358 L -7791 380 mt 7791 442 L -7725 3566 mt -(40) s -8778 3421 mt 8778 3358 L -8778 380 mt 8778 442 L -8712 3566 mt -(50) s -9766 3421 mt 9766 3358 L -9766 380 mt 9766 442 L -9700 3566 mt -(60) s -3940 3421 mt 4002 3421 L -10161 3421 mt 10098 3421 L -3839 3465 mt -(0) s -3940 2868 mt 4002 2868 L -10161 2868 mt 10098 2868 L -3739 2912 mt -(0.2) s -3940 2315 mt 4002 2315 L -10161 2315 mt 10098 2315 L -3739 2359 mt -(0.4) s -3940 1762 mt 4002 1762 L -10161 1762 mt 10098 1762 L -3739 1806 mt -(0.6) s -3940 1209 mt 4002 1209 L -10161 1209 mt 10098 1209 L -3739 1253 mt -(0.8) s -3940 656 mt 4002 656 L -10161 656 mt 10098 656 L -3839 700 mt -(1) s -3940 3421 mt 10161 3421 L -3940 380 mt 10161 380 L -3940 3421 mt 3940 380 L -10161 3421 mt 10161 380 L -gs 3940 380 6222 3042 rc -24 w -99 23 99 30 99 4 98 -16 99 29 99 34 99 -5 98 18 -99 14 99 12 99 2 98 40 99 1 99 10 99 24 98 13 -99 17 99 29 99 -19 98 54 99 -11 99 21 99 29 98 30 -99 17 99 23 99 32 98 31 99 1 99 48 99 37 98 15 -99 11 99 -2 99 -3 98 7 99 6 99 -7 99 -2 98 21 -99 -26 99 1 99 6 98 10 99 7 99 6 99 20 98 -3 -99 14 99 6 99 -3 98 1 99 1 99 4 99 3 98 7 -99 -2 99 1 99 -2 98 8 99 -2 99 5 98 2 3940 656 64 MP stroke -DD -99 147 99 -22 99 -17 98 35 99 572 99 5 99 -397 98 379 -99 57 99 -123 99 46 98 64 99 -36 99 32 99 26 98 12 -99 7 99 12 99 -3 98 -10 99 30 99 -17 99 29 98 1 -99 -17 99 35 99 2 98 -10 99 46 99 19 99 73 98 -31 -99 163 99 -110 99 217 98 3 99 -14 99 -112 99 65 98 -74 -99 53 99 5 99 5 98 60 99 -18 99 -9 99 26 98 72 -99 -138 99 117 99 48 98 31 99 -2 99 90 99 -74 98 220 -99 -145 99 22 99 53 98 132 99 -17 99 78 98 74 3940 656 64 MP stroke -gr - -24 w -DD -%%IncludeResource: font Helvetica -/Helvetica /ISOLatin1Encoding 144 FMSR - -9853 1168 mt -(75%) s -9853 2253 mt -(36%) s -%%IncludeResource: font Helvetica -/Helvetica /ISOLatin1Encoding 120 FMSR - -6822 3709 mt -(nr. cores) s -6243 285 mt -(Parallel Efficiency Barnes-Hut) s -3923 3464 mt -( ) s -10145 422 mt -( ) s -gs 3940 380 6222 3042 rc -DO -16.8 w -6221 0 3940 656 2 MP stroke -SO -6 w -gr - -6 w -SO -1 sg -0 334 1151 0 0 -334 3999 3362 4 MP -PP --1151 0 0 334 1151 0 0 -334 3999 3362 5 MP stroke -4 w -DO -SO -6 w -0 sg -3999 3362 mt 5150 3362 L -3999 3028 mt 5150 3028 L -3999 3362 mt 3999 3028 L -5150 3362 mt 5150 3028 L -3999 3362 mt 5150 3362 L -3999 3362 mt 3999 3028 L -3999 3362 mt 5150 3362 L -3999 3028 mt 5150 3028 L -3999 3362 mt 3999 3028 L -5150 3362 mt 5150 3028 L -4454 3162 mt -(QuickSched) s -gs 3999 3028 1152 335 rc -24 w -350 0 4068 3119 2 MP stroke -gr - -24 w -4454 3313 mt -(Gadget2) s -gs 3999 3028 1152 335 rc -DD -350 0 4068 3270 2 MP stroke -SO -6 w -gr - -6 w - -end %%Color Dict - -eplot -%%EndObject - -epage -end - -showpage - -%%Trailer -%%EOF +%!PS-Adobe-3.0 EPSF-3.0 +%%Creator: (MATLAB, The Mathworks, Inc. Version 8.5.0.197613 \(R2015a\). Operating System: Windows 8) +%%Title: C:/Users/zcl92831/Desktop/From_desktop/quicksched/bh_results.eps +%%CreationDate: 2017-04-14T17:36:17 +%%Pages: (atend) +%%BoundingBox: (atend) +%%LanguageLevel: 3 +%%EndComments +%%BeginProlog +%%BeginResource: procset (Apache XML Graphics Std ProcSet) 1.2 0 +%%Version: 1.2 0 +%%Copyright: (Copyright 2001-2003,2010 The Apache Software Foundation. License terms: http://www.apache.org/licenses/LICENSE-2.0) +/bd{bind def}bind def +/ld{load def}bd +/GR/grestore ld +/M/moveto ld +/LJ/setlinejoin ld +/C/curveto ld +/f/fill ld +/LW/setlinewidth ld +/GC/setgray ld +/t/show ld +/N/newpath ld +/CT/concat ld +/cp/closepath ld +/S/stroke ld +/L/lineto ld +/CC/setcmykcolor ld +/A/ashow ld +/GS/gsave ld +/RC/setrgbcolor ld +/RM/rmoveto ld +/ML/setmiterlimit ld +/re {4 2 roll M +1 index 0 rlineto +0 exch rlineto +neg 0 rlineto +cp } bd +/_ctm matrix def +/_tm matrix def +/BT { _ctm currentmatrix pop matrix _tm copy pop 0 0 moveto } bd +/ET { _ctm setmatrix } bd +/iTm { _ctm setmatrix _tm concat } bd +/Tm { _tm astore pop iTm 0 0 moveto } bd +/ux 0.0 def +/uy 0.0 def +/F { + /Tp exch def + /Tf exch def + Tf findfont Tp scalefont setfont + /cf Tf def /cs Tp def +} bd +/ULS {currentpoint /uy exch def /ux exch def} bd +/ULE { + /Tcx currentpoint pop def + gsave + newpath + cf findfont cs scalefont dup + /FontMatrix get 0 get /Ts exch def /FontInfo get dup + /UnderlinePosition get Ts mul /To exch def + /UnderlineThickness get Ts mul /Tt exch def + ux uy To add moveto Tcx uy To add lineto + Tt setlinewidth stroke + grestore +} bd +/OLE { + /Tcx currentpoint pop def + gsave + newpath + cf findfont cs scalefont dup + /FontMatrix get 0 get /Ts exch def /FontInfo get dup + /UnderlinePosition get Ts mul /To exch def + /UnderlineThickness get Ts mul /Tt exch def + ux uy To add cs add moveto Tcx uy To add cs add lineto + Tt setlinewidth stroke + grestore +} bd +/SOE { + /Tcx currentpoint pop def + gsave + newpath + cf findfont cs scalefont dup + /FontMatrix get 0 get /Ts exch def /FontInfo get dup + /UnderlinePosition get Ts mul /To exch def + /UnderlineThickness get Ts mul /Tt exch def + ux uy To add cs 10 mul 26 idiv add moveto Tcx uy To add cs 10 mul 26 idiv add lineto + Tt setlinewidth stroke + grestore +} bd +/QT { +/Y22 exch store +/X22 exch store +/Y21 exch store +/X21 exch store +currentpoint +/Y21 load 2 mul add 3 div exch +/X21 load 2 mul add 3 div exch +/X21 load 2 mul /X22 load add 3 div +/Y21 load 2 mul /Y22 load add 3 div +/X22 load /Y22 load curveto +} bd +/SSPD { +dup length /d exch dict def +{ +/v exch def +/k exch def +currentpagedevice k known { +/cpdv currentpagedevice k get def +v cpdv ne { +/upd false def +/nullv v type /nulltype eq def +/nullcpdv cpdv type /nulltype eq def +nullv nullcpdv or +{ +/upd true def +} { +/sametype v type cpdv type eq def +sametype { +v type /arraytype eq { +/vlen v length def +/cpdvlen cpdv length def +vlen cpdvlen eq { +0 1 vlen 1 sub { +/i exch def +/obj v i get def +/cpdobj cpdv i get def +obj cpdobj ne { +/upd true def +exit +} if +} for +} { +/upd true def +} ifelse +} { +v type /dicttype eq { +v { +/dv exch def +/dk exch def +/cpddv cpdv dk get def +dv cpddv ne { +/upd true def +exit +} if +} forall +} { +/upd true def +} ifelse +} ifelse +} if +} ifelse +upd true eq { +d k v put +} if +} if +} if +} forall +d length 0 gt { +d setpagedevice +} if +} bd +%%EndResource +%%BeginResource: procset (Apache XML Graphics EPS ProcSet) 1.0 0 +%%Version: 1.0 0 +%%Copyright: (Copyright 2002-2003 The Apache Software Foundation. License terms: http://www.apache.org/licenses/LICENSE-2.0) +/BeginEPSF { %def +/b4_Inc_state save def % Save state for cleanup +/dict_count countdictstack def % Count objects on dict stack +/op_count count 1 sub def % Count objects on operand stack +userdict begin % Push userdict on dict stack +/showpage { } def % Redefine showpage, { } = null proc +0 setgray 0 setlinecap % Prepare graphics state +1 setlinewidth 0 setlinejoin +10 setmiterlimit [ ] 0 setdash newpath +/languagelevel where % If level not equal to 1 then +{pop languagelevel % set strokeadjust and +1 ne % overprint to their defaults. +{false setstrokeadjust false setoverprint +} if +} if +} bd +/EndEPSF { %def +count op_count sub {pop} repeat % Clean up stacks +countdictstack dict_count sub {end} repeat +b4_Inc_state restore +} bd +%%EndResource +%FOPBeginFontDict +%%IncludeResource: font Courier-Bold +%%IncludeResource: font Helvetica +%%IncludeResource: font Courier-BoldOblique +%%IncludeResource: font Courier-Oblique +%%IncludeResource: font Times-Roman +%%IncludeResource: font Helvetica-BoldOblique +%%IncludeResource: font Helvetica-Bold +%%IncludeResource: font Helvetica-Oblique +%%IncludeResource: font Times-BoldItalic +%%IncludeResource: font Courier +%%IncludeResource: font Times-Italic +%%IncludeResource: font Times-Bold +%%IncludeResource: font Symbol +%%IncludeResource: font ZapfDingbats +%FOPEndFontDict +%%BeginResource: encoding WinAnsiEncoding +/WinAnsiEncoding [ +/.notdef /.notdef /.notdef /.notdef /.notdef +/.notdef /.notdef /.notdef /.notdef /.notdef +/.notdef /.notdef /.notdef /.notdef /.notdef +/.notdef /.notdef /.notdef /.notdef /.notdef +/.notdef /.notdef /.notdef /.notdef /.notdef +/.notdef /.notdef /.notdef /.notdef /.notdef +/.notdef /.notdef /space /exclam /quotedbl +/numbersign /dollar /percent /ampersand /quotesingle +/parenleft /parenright /asterisk /plus /comma +/hyphen /period /slash /zero /one +/two /three /four /five /six +/seven /eight /nine /colon /semicolon +/less /equal /greater /question /at +/A /B /C /D /E +/F /G /H /I /J +/K /L /M /N /O +/P /Q /R /S /T +/U /V /W /X /Y +/Z /bracketleft /backslash /bracketright /asciicircum +/underscore /quoteleft /a /b /c +/d /e /f /g /h +/i /j /k /l /m +/n /o /p /q /r +/s /t /u /v /w +/x /y /z /braceleft /bar +/braceright /asciitilde /bullet /Euro /bullet +/quotesinglbase /florin /quotedblbase /ellipsis /dagger +/daggerdbl /circumflex /perthousand /Scaron /guilsinglleft +/OE /bullet /Zcaron /bullet /bullet +/quoteleft /quoteright /quotedblleft /quotedblright /bullet +/endash /emdash /asciitilde /trademark /scaron +/guilsinglright /oe /bullet /zcaron /Ydieresis +/space /exclamdown /cent /sterling /currency +/yen /brokenbar /section /dieresis /copyright +/ordfeminine /guillemotleft /logicalnot /sfthyphen /registered +/macron /degree /plusminus /twosuperior /threesuperior +/acute /mu /paragraph /middot /cedilla +/onesuperior /ordmasculine /guillemotright /onequarter /onehalf +/threequarters /questiondown /Agrave /Aacute /Acircumflex +/Atilde /Adieresis /Aring /AE /Ccedilla +/Egrave /Eacute /Ecircumflex /Edieresis /Igrave +/Iacute /Icircumflex /Idieresis /Eth /Ntilde +/Ograve /Oacute /Ocircumflex /Otilde /Odieresis +/multiply /Oslash /Ugrave /Uacute /Ucircumflex +/Udieresis /Yacute /Thorn /germandbls /agrave +/aacute /acircumflex /atilde /adieresis /aring +/ae /ccedilla /egrave /eacute /ecircumflex +/edieresis /igrave /iacute /icircumflex /idieresis +/eth /ntilde /ograve /oacute /ocircumflex +/otilde /odieresis /divide /oslash /ugrave +/uacute /ucircumflex /udieresis /yacute /thorn +/ydieresis +] def +%%EndResource +%FOPBeginFontReencode +/Courier-Bold findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding WinAnsiEncoding def + currentdict +end +/Courier-Bold exch definefont pop +/Helvetica findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding WinAnsiEncoding def + currentdict +end +/Helvetica exch definefont pop +/Courier-BoldOblique findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding WinAnsiEncoding def + currentdict +end +/Courier-BoldOblique exch definefont pop +/Courier-Oblique findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding WinAnsiEncoding def + currentdict +end +/Courier-Oblique exch definefont pop +/Times-Roman findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding WinAnsiEncoding def + currentdict +end +/Times-Roman exch definefont pop +/Helvetica-BoldOblique findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding WinAnsiEncoding def + currentdict +end +/Helvetica-BoldOblique exch definefont pop +/Helvetica-Bold findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding WinAnsiEncoding def + currentdict +end +/Helvetica-Bold exch definefont pop +/Helvetica-Oblique findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding WinAnsiEncoding def + currentdict +end +/Helvetica-Oblique exch definefont pop +/Times-BoldItalic findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding WinAnsiEncoding def + currentdict +end +/Times-BoldItalic exch definefont pop +/Courier findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding WinAnsiEncoding def + currentdict +end +/Courier exch definefont pop +/Times-Italic findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding WinAnsiEncoding def + currentdict +end +/Times-Italic exch definefont pop +/Times-Bold findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding WinAnsiEncoding def + currentdict +end +/Times-Bold exch definefont pop +%FOPEndFontReencode +%%EndProlog +%%Page: 1 1 +%%PageBoundingBox: 0 0 782 287 +%%BeginPageSetup +[1 0 0 -1 0 287] CT +%%EndPageSetup +GS +[0.75011 0 0 0.75096 0 0.13385] CT +N +0 0 M +1043 0 L +1043 382 L +0 382 L +0 0 L +cp +clip +1 GC +N +0 0 1043 382 re +f +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +1 GC +N +0 0 1043 382 re +f +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +1 GC +N +52 344 M +365 344 L +365 38 L +52 38 L +cp +f +GR +GS +[0.75011 0 0 0.75096 156.39754 276.23625] CT +0.149 GC +/Helvetica 19 F +GS +[1 0 0 1 0 0] CT +-41 20 moveto +1 -1 scale +(Nr. Cores) t +GR +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +0.149 GC +2 setlinecap +10.0 ML +N +52 344 M +365 344 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +0.149 GC +2 setlinecap +10.0 ML +N +96.714 344 M +96.714 340.87 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +0.149 GC +2 setlinecap +10.0 ML +N +146.397 344 M +146.397 340.87 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +0.149 GC +2 setlinecap +10.0 ML +N +196.079 344 M +196.079 340.87 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +0.149 GC +2 setlinecap +10.0 ML +N +245.762 344 M +245.762 340.87 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +0.149 GC +2 setlinecap +10.0 ML +N +295.444 344 M +295.444 340.87 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +0.149 GC +2 setlinecap +10.0 ML +N +345.127 344 M +345.127 340.87 L +S +GR +GS +[0.75011 0 0 0.75096 72.54612 262.4687] CT +0.149 GC +/Helvetica 13 F +GS +[1 0 0 1 0 0] CT +-7.5 14 moveto +1 -1 scale +(10) t +GR +GR +GS +[0.75011 0 0 0.75096 109.81336 262.4687] CT +0.149 GC +/Helvetica 13 F +GS +[1 0 0 1 0 0] CT +-7.5 14 moveto +1 -1 scale +(20) t +GR +GR +GS +[0.75011 0 0 0.75096 147.08061 262.4687] CT +0.149 GC +/Helvetica 13 F +GS +[1 0 0 1 0 0] CT +-7.5 14 moveto +1 -1 scale +(30) t +GR +GR +GS +[0.75011 0 0 0.75096 184.34786 262.4687] CT +0.149 GC +/Helvetica 13 F +GS +[1 0 0 1 0 0] CT +-7.5 14 moveto +1 -1 scale +(40) t +GR +GR +GS +[0.75011 0 0 0.75096 221.61512 262.4687] CT +0.149 GC +/Helvetica 13 F +GS +[1 0 0 1 0 0] CT +-7.5 14 moveto +1 -1 scale +(50) t +GR +GR +GS +[0.75011 0 0 0.75096 258.88236 262.4687] CT +0.149 GC +/Helvetica 13 F +GS +[1 0 0 1 0 0] CT +-7.5 14 moveto +1 -1 scale +(60) t +GR +GR +GS +[0 -0.75096 0.75011 0 20.75298 143.56681] CT +0.149 GC +/Helvetica 19 F +GS +[1 0 0 1 0 0] CT +-38.5 -5 moveto +1 -1 scale +(Speedup) t +GR +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +0.149 GC +2 setlinecap +10.0 ML +N +52 344 M +52 38 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +0.149 GC +2 setlinecap +10.0 ML +N +52 344 M +55.13 344 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +0.149 GC +2 setlinecap +10.0 ML +N +52 296.188 M +55.13 296.188 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +0.149 GC +2 setlinecap +10.0 ML +N +52 248.375 M +55.13 248.375 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +0.149 GC +2 setlinecap +10.0 ML +N +52 200.563 M +55.13 200.563 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +0.149 GC +2 setlinecap +10.0 ML +N +52 152.75 M +55.13 152.75 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +0.149 GC +2 setlinecap +10.0 ML +N +52 104.938 M +55.13 104.938 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +0.149 GC +2 setlinecap +10.0 ML +N +52 57.125 M +55.13 57.125 L +S +GR +GS +[0.75011 0 0 0.75096 35.00502 258.46358] CT +0.149 GC +/Helvetica 13 F +GS +[1 0 0 1 0 0] CT +-8 5.5 moveto +1 -1 scale +(0) t +GR +GR +GS +[0.75011 0 0 0.75096 35.00502 222.55837] CT +0.149 GC +/Helvetica 13 F +GS +[1 0 0 1 0 0] CT +-15 5.5 moveto +1 -1 scale +(10) t +GR +GR +GS +[0.75011 0 0 0.75096 35.00502 186.65317] CT +0.149 GC +/Helvetica 13 F +GS +[1 0 0 1 0 0] CT +-15 5.5 moveto +1 -1 scale +(20) t +GR +GR +GS +[0.75011 0 0 0.75096 35.00502 150.74797] CT +0.149 GC +/Helvetica 13 F +GS +[1 0 0 1 0 0] CT +-15 5.5 moveto +1 -1 scale +(30) t +GR +GR +GS +[0.75011 0 0 0.75096 35.00502 114.84276] CT +0.149 GC +/Helvetica 13 F +GS +[1 0 0 1 0 0] CT +-15 5.5 moveto +1 -1 scale +(40) t +GR +GR +GS +[0.75011 0 0 0.75096 35.00502 78.93756] CT +0.149 GC +/Helvetica 13 F +GS +[1 0 0 1 0 0] CT +-15 5.5 moveto +1 -1 scale +(50) t +GR +GR +GS +[0.75011 0 0 0.75096 35.00502 43.03235] CT +0.149 GC +/Helvetica 13 F +GS +[1 0 0 1 0 0] CT +-15 5.5 moveto +1 -1 scale +(60) t +GR +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +2 LJ +2.667 LW +N +52 339.219 M +56.968 334.551 L +61.937 329.702 L +66.905 324.93 L +71.873 320.406 L +76.841 315.506 L +81.81 310.98 L +86.778 306.522 L +91.746 302.757 L +96.714 298.775 L +101.683 295.157 L +106.651 291.421 L +111.619 286.975 L +116.587 284.642 L +121.556 280.955 L +126.524 276.12 L +131.492 273.217 L +136.46 269.539 L +141.429 267.387 L +146.397 267.715 L +151.365 262.633 L +156.333 258.585 L +161.302 263.092 L +166.27 251.625 L +171.238 251.859 L +176.206 246.022 L +181.175 244.36 L +186.143 237.079 L +191.111 233.649 L +196.079 236.025 L +201.048 237.013 L +206.016 227.876 L +210.984 225.704 L +215.952 223.26 L +220.921 215.944 L +225.889 214.257 L +230.857 214.387 L +235.825 213.409 L +240.794 208.634 L +245.762 208.588 L +250.73 205.3 L +255.698 216.513 L +260.667 196.141 L +265.635 194.136 L +270.603 193.952 L +275.571 192.538 L +280.54 188.57 L +285.508 189.305 L +290.476 179.777 L +295.444 192.749 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +2 LJ +2.667 LW +N +295.444 192.749 M +300.413 181.023 L +305.381 181.678 L +310.349 178.142 L +315.317 171.959 L +320.286 184.454 L +325.254 178.188 L +330.222 195.176 L +335.19 179.317 L +340.159 182.626 L +345.127 184.869 L +350.095 160.874 L +355.064 177.367 L +360.032 154.257 L +365 172.804 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[2 2] 0 setdash +2 LJ +2.667 LW +N +52 339.219 M +56.968 334.438 L +61.937 329.656 L +66.905 324.875 L +71.873 320.094 L +76.841 315.313 L +81.81 310.531 L +86.778 305.75 L +91.746 300.969 L +96.714 296.188 L +101.683 291.406 L +106.651 286.625 L +111.619 281.844 L +116.587 277.063 L +121.556 272.281 L +126.524 267.5 L +131.492 262.719 L +136.46 257.938 L +141.429 253.156 L +146.397 248.375 L +151.365 243.594 L +156.333 238.813 L +161.302 234.031 L +166.27 229.25 L +171.238 224.469 L +176.206 219.688 L +181.175 214.906 L +186.143 210.125 L +191.111 205.344 L +196.079 200.563 L +201.048 195.781 L +206.016 191 L +210.984 186.219 L +215.952 181.438 L +220.921 176.656 L +225.889 171.875 L +230.857 167.094 L +235.825 162.313 L +240.794 157.531 L +245.762 152.75 L +250.73 147.969 L +255.698 143.188 L +260.667 138.406 L +265.635 133.625 L +270.603 128.844 L +275.571 124.063 L +280.54 119.281 L +285.508 114.5 L +290.476 109.719 L +295.444 104.938 L +300.413 100.156 L +305.381 95.375 L +310.349 90.594 L +315.317 85.813 L +320.286 81.031 L +325.254 76.25 L +330.222 71.469 L +335.19 66.688 L +340.159 61.906 L +345.127 57.125 L +350.095 52.344 L +355.064 47.563 L +360.032 42.781 L +365 38 L +S +GR +GS +[0.75011 0 0 0.75096 156.39759 26.04192] CT +/Helvetica-Bold 19 F +GS +[1 0 0 1 0 0] CT +-125.5 -5 moveto +1 -1 scale +(Speedup of the Barnes-Hut.) t +GR +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +1 GC +N +438 344 M +1033 344 L +1033 38 L +438 38 L +cp +f +GR +GS +[0.75011 0 0 0.75096 551.70434 276.23625] CT +0.149 GC +/Helvetica 19 F +GS +[1 0 0 1 0 0] CT +-41 20 moveto +1 -1 scale +(Nr. Cores) t +GR +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +0.149 GC +2 setlinecap +10.0 ML +N +438 344 M +1033 344 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +0.149 GC +2 setlinecap +10.0 ML +N +523 344 M +523 338.05 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +0.149 GC +2 setlinecap +10.0 ML +N +617.444 344 M +617.444 338.05 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +0.149 GC +2 setlinecap +10.0 ML +N +711.889 344 M +711.889 338.05 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +0.149 GC +2 setlinecap +10.0 ML +N +806.333 344 M +806.333 338.05 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +0.149 GC +2 setlinecap +10.0 ML +N +900.778 344 M +900.778 338.05 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +0.149 GC +2 setlinecap +10.0 ML +N +995.222 344 M +995.222 338.05 L +S +GR +GS +[0.75011 0 0 0.75096 392.30625 262.4687] CT +0.149 GC +/Helvetica 13 F +GS +[1 0 0 1 0 0] CT +-7.5 14 moveto +1 -1 scale +(10) t +GR +GR +GS +[0.75011 0 0 0.75096 463.14975 262.4687] CT +0.149 GC +/Helvetica 13 F +GS +[1 0 0 1 0 0] CT +-7.5 14 moveto +1 -1 scale +(20) t +GR +GR +GS +[0.75011 0 0 0.75096 533.99326 262.4687] CT +0.149 GC +/Helvetica 13 F +GS +[1 0 0 1 0 0] CT +-7.5 14 moveto +1 -1 scale +(30) t +GR +GR +GS +[0.75011 0 0 0.75096 604.83671 262.4687] CT +0.149 GC +/Helvetica 13 F +GS +[1 0 0 1 0 0] CT +-7.5 14 moveto +1 -1 scale +(40) t +GR +GR +GS +[0.75011 0 0 0.75096 675.68021 262.4687] CT +0.149 GC +/Helvetica 13 F +GS +[1 0 0 1 0 0] CT +-7.5 14 moveto +1 -1 scale +(50) t +GR +GR +GS +[0.75011 0 0 0.75096 746.52372 262.4687] CT +0.149 GC +/Helvetica 13 F +GS +[1 0 0 1 0 0] CT +-7.5 14 moveto +1 -1 scale +(60) t +GR +GR +GS +[0 -0.75096 0.75011 0 307.29406 143.56681] CT +0.149 GC +/Helvetica 19 F +GS +[1 0 0 1 0 0] CT +-75 -5 moveto +1 -1 scale +(Parallel Efficiency) t +GR +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +0.149 GC +2 setlinecap +10.0 ML +N +438 344 M +438 38 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +0.149 GC +2 setlinecap +10.0 ML +N +438 344 M +443.95 344 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +0.149 GC +2 setlinecap +10.0 ML +N +438 288.364 M +443.95 288.364 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +0.149 GC +2 setlinecap +10.0 ML +N +438 232.727 M +443.95 232.727 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +0.149 GC +2 setlinecap +10.0 ML +N +438 177.091 M +443.95 177.091 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +0.149 GC +2 setlinecap +10.0 ML +N +438 121.455 M +443.95 121.455 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +0.149 GC +2 setlinecap +10.0 ML +N +438 65.818 M +443.95 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 324.54653 258.46358] CT +0.149 GC +/Helvetica 13 F +GS +[1 0 0 1 0 0] CT +-8 5.5 moveto +1 -1 scale +(0) t +GR +GR +GS +[0.75011 0 0 0.75096 324.54653 216.68298] CT +0.149 GC +/Helvetica 13 F +GS +[1 0 0 1 0 0] CT +-19 5.5 moveto +1 -1 scale +(0.2) t +GR +GR +GS +[0.75011 0 0 0.75096 324.54653 174.90237] CT +0.149 GC +/Helvetica 13 F +GS +[1 0 0 1 0 0] CT +-19 5.5 moveto +1 -1 scale +(0.4) t +GR +GR +GS +[0.75011 0 0 0.75096 324.54653 133.12177] CT +0.149 GC +/Helvetica 13 F +GS +[1 0 0 1 0 0] CT +-19 5.5 moveto +1 -1 scale +(0.6) t +GR +GR +GS +[0.75011 0 0 0.75096 324.54653 91.34117] CT +0.149 GC +/Helvetica 13 F +GS +[1 0 0 1 0 0] CT +-19 5.5 moveto +1 -1 scale +(0.8) t +GR +GR +GS +[0.75011 0 0 0.75096 324.54653 49.56058] CT +0.149 GC +/Helvetica 13 F +GS +[1 0 0 1 0 0] CT +-8 5.5 moveto +1 -1 scale +(1) t +GR +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +2 LJ +2.667 LW +N +438 65.818 M +447.444 69.111 L +456.889 66.702 L +466.333 66.621 L +475.778 69.45 L +485.222 67.69 L +494.667 69.549 L +504.111 71.429 L +513.556 77.377 L +523 80.871 L +532.444 85.658 L +541.889 89.071 L +551.333 88.785 L +560.778 97.318 L +570.222 99.461 L +579.667 97.165 L +589.111 101.747 L +598.556 103.318 L +608 109.396 L +617.444 122.08 L +626.889 118.567 L +636.333 118.109 L +645.778 139.332 L +655.222 120.061 L +664.667 129.564 L +674.111 124.749 L +683.556 129.288 L +693 121.827 L +702.444 122.606 L +711.889 134.594 L +721.333 143.203 L +730.778 132.866 L +740.222 135.434 L +749.667 137.385 L +759.111 131.128 L +768.556 134.314 L +778 140.186 L +787.444 144.052 L +796.889 142.055 L +806.333 147.037 L +815.778 147.175 L +825.222 167.395 L +834.667 143.937 L +844.111 145.833 L +853.556 149.999 L +863 152.428 L +872.444 151.592 L +881.889 156.491 L +891.333 149.005 L +900.778 167.999 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +2 LJ +2.667 LW +N +900.778 167.999 M +910.222 158.073 L +919.667 162.381 L +929.111 161.926 L +938.556 158.636 L +948 175.224 L +957.444 171.728 L +966.889 192.091 L +976.333 178.8 L +985.778 184.864 L +995.222 189.691 L +1004.667 169.335 L +1014.111 187.629 L +1023.556 168.768 L +1033 188.367 L +S +GR +GS +[0.75011 0 0 0.75096 551.70461 26.04191] CT +/Helvetica-Bold 19 F +GS +[1 0 0 1 0 0] CT +-166.5 -5 moveto +1 -1 scale +(Parallel Efficiency of the Barnes-Hut.) t +GR +GR +%%Trailer +%%BoundingBox: 2 0 775 279 +%%Pages: 1 +%%EOF diff --git a/paper/figures/BH_scaling.eps.old b/paper/figures/BH_scaling.eps.old new file mode 100644 index 0000000..171d0dc --- /dev/null +++ b/paper/figures/BH_scaling.eps.old @@ -0,0 +1,473 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Creator: MATLAB, The MathWorks, Inc. Version 8.3.0.532 (R2014a). Operating System: Linux 3.13.0-37-generic #64-Ubuntu SMP Mon Sep 22 21:28:38 UTC 2014 x86_64. +%%Title: figures/BH_scaling.eps +%%CreationDate: 10/27/2014 10:44:42 +%%DocumentNeededFonts: Helvetica +%%DocumentProcessColors: Cyan Magenta Yellow Black +%%LanguageLevel: 2 +%%Pages: 1 +%%BoundingBox: 29 20 872 325 +%%EndComments + +%%BeginProlog +% MathWorks dictionary +/MathWorks 160 dict begin +% definition operators +/bdef {bind def} bind def +/ldef {load def} bind def +/xdef {exch def} bdef +/xstore {exch store} bdef +% operator abbreviations +/c /clip ldef +/cc /concat ldef +/cp /closepath ldef +/gr /grestore ldef +/gs /gsave ldef +/mt /moveto ldef +/np /newpath ldef +/cm /currentmatrix ldef +/sm /setmatrix ldef +/rm /rmoveto ldef +/rl /rlineto ldef +/s {show newpath} bdef +/sc {setcmykcolor} bdef +/sr /setrgbcolor ldef +/sg /setgray ldef +/w /setlinewidth ldef +/j /setlinejoin ldef +/cap /setlinecap ldef +/rc {rectclip} bdef +/rf {rectfill} bdef +% page state control +/pgsv () def +/bpage {/pgsv save def} bdef +/epage {pgsv restore} bdef +/bplot /gsave ldef +/eplot {stroke grestore} bdef +% orientation switch +/portraitMode 0 def /landscapeMode 1 def /rotateMode 2 def +% coordinate system mappings +/dpi2point 0 def +% font control +/FontSize 0 def +/FMS {/FontSize xstore findfont [FontSize 0 0 FontSize neg 0 0] + makefont setfont} bdef +/reencode {exch dup where {pop load} {pop StandardEncoding} ifelse + exch dup 3 1 roll findfont dup length dict begin + { 1 index /FID ne {def}{pop pop} ifelse } forall + /Encoding exch def currentdict end definefont pop} bdef +/isroman {findfont /CharStrings get /Agrave known} bdef +/FMSR {3 1 roll 1 index dup isroman {reencode} {pop pop} ifelse + exch FMS} bdef +/csm {1 dpi2point div -1 dpi2point div scale neg translate + dup landscapeMode eq {pop -90 rotate} + {rotateMode eq {90 rotate} if} ifelse} bdef +% line types: solid, dotted, dashed, dotdash +/SO { [] 0 setdash } bdef +/DO { [.5 dpi2point mul 4 dpi2point mul] 0 setdash } bdef +/DA { [6 dpi2point mul] 0 setdash } bdef +/DD { [.5 dpi2point mul 4 dpi2point mul 6 dpi2point mul 4 + dpi2point mul] 0 setdash } bdef +% macros for lines and objects +/L {lineto stroke} bdef +/MP {3 1 roll moveto 1 sub {rlineto} repeat} bdef +/AP {{rlineto} repeat} bdef +/PDlw -1 def +/W {/PDlw currentlinewidth def setlinewidth} def +/PP {closepath eofill} bdef +/DP {closepath stroke} bdef +/MR {4 -2 roll moveto dup 0 exch rlineto exch 0 rlineto + neg 0 exch rlineto closepath} bdef +/FR {MR stroke} bdef +/PR {MR fill} bdef +/L1i {{currentfile picstr readhexstring pop} image} bdef +/tMatrix matrix def +/MakeOval {newpath tMatrix currentmatrix pop translate scale +0 0 1 0 360 arc tMatrix setmatrix} bdef +/FO {MakeOval stroke} bdef +/PO {MakeOval fill} bdef +/PD {currentlinewidth 2 div 0 360 arc fill + PDlw -1 eq not {PDlw w /PDlw -1 def} if} def +/FA {newpath tMatrix currentmatrix pop translate scale + 0 0 1 5 -2 roll arc tMatrix setmatrix stroke} bdef +/PA {newpath tMatrix currentmatrix pop translate 0 0 moveto scale + 0 0 1 5 -2 roll arc closepath tMatrix setmatrix fill} bdef +/FAn {newpath tMatrix currentmatrix pop translate scale + 0 0 1 5 -2 roll arcn tMatrix setmatrix stroke} bdef +/PAn {newpath tMatrix currentmatrix pop translate 0 0 moveto scale + 0 0 1 5 -2 roll arcn closepath tMatrix setmatrix fill} bdef +/vradius 0 def /hradius 0 def /lry 0 def +/lrx 0 def /uly 0 def /ulx 0 def /rad 0 def +/MRR {/vradius xdef /hradius xdef /lry xdef /lrx xdef /uly xdef + /ulx xdef newpath tMatrix currentmatrix pop ulx hradius add uly + vradius add translate hradius vradius scale 0 0 1 180 270 arc + tMatrix setmatrix lrx hradius sub uly vradius add translate + hradius vradius scale 0 0 1 270 360 arc tMatrix setmatrix + lrx hradius sub lry vradius sub translate hradius vradius scale + 0 0 1 0 90 arc tMatrix setmatrix ulx hradius add lry vradius sub + translate hradius vradius scale 0 0 1 90 180 arc tMatrix setmatrix + closepath} bdef +/FRR {MRR stroke } bdef +/PRR {MRR fill } bdef +/MlrRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lry uly sub 2 div def + newpath tMatrix currentmatrix pop ulx rad add uly rad add translate + rad rad scale 0 0 1 90 270 arc tMatrix setmatrix lrx rad sub lry rad + sub translate rad rad scale 0 0 1 270 90 arc tMatrix setmatrix + closepath} bdef +/FlrRR {MlrRR stroke } bdef +/PlrRR {MlrRR fill } bdef +/MtbRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lrx ulx sub 2 div def + newpath tMatrix currentmatrix pop ulx rad add uly rad add translate + rad rad scale 0 0 1 180 360 arc tMatrix setmatrix lrx rad sub lry rad + sub translate rad rad scale 0 0 1 0 180 arc tMatrix setmatrix + closepath} bdef +/FtbRR {MtbRR stroke } bdef +/PtbRR {MtbRR fill } bdef +/stri 6 array def /dtri 6 array def +/smat 6 array def /dmat 6 array def +/tmat1 6 array def /tmat2 6 array def /dif 3 array def +/asub {/ind2 exch def /ind1 exch def dup dup + ind1 get exch ind2 get sub exch } bdef +/tri_to_matrix { + 2 0 asub 3 1 asub 4 0 asub 5 1 asub + dup 0 get exch 1 get 7 -1 roll astore } bdef +/compute_transform { + dmat dtri tri_to_matrix tmat1 invertmatrix + smat stri tri_to_matrix tmat2 concatmatrix } bdef +/ds {stri astore pop} bdef +/dt {dtri astore pop} bdef +/db {2 copy /cols xdef /rows xdef mul dup 3 mul string + currentfile + 3 index 0 eq {/ASCIIHexDecode filter} + {/ASCII85Decode filter 3 index 2 eq {/RunLengthDecode filter} if } + ifelse exch readstring pop + dup 0 3 index getinterval /rbmap xdef + dup 2 index dup getinterval /gbmap xdef + 1 index dup 2 mul exch getinterval /bbmap xdef pop pop}bdef +/it {gs np dtri aload pop moveto lineto lineto cp c + cols rows 8 compute_transform + rbmap gbmap bbmap true 3 colorimage gr}bdef +/il {newpath moveto lineto stroke}bdef +currentdict end def +%%EndProlog + +%%BeginSetup +MathWorks begin + +0 cap + +end +%%EndSetup + +%%Page: 1 1 +%%BeginPageSetup +%%PageBoundingBox: 29 20 872 325 +MathWorks begin +bpage +%%EndPageSetup + +%%BeginObject: obj1 +bplot + +/dpi2point 12 def +portraitMode 0216 4008 csm + + 143 101 10108 3660 rc +85 dict begin %Colortable dictionary +/c0 { 0.000000 0.000000 0.000000 sr} bdef +/c1 { 1.000000 1.000000 1.000000 sr} bdef +/c2 { 0.900000 0.000000 0.000000 sr} bdef +/c3 { 0.000000 0.820000 0.000000 sr} bdef +/c4 { 0.000000 0.000000 0.800000 sr} bdef +/c5 { 0.910000 0.820000 0.320000 sr} bdef +/c6 { 1.000000 0.260000 0.820000 sr} bdef +/c7 { 0.000000 0.820000 0.820000 sr} bdef +c0 +1 j +1 sg + 0 0 10369 3802 rf +6 w +0 3041 3111 0 0 -3041 310 3421 4 MP +PP +-3111 0 0 3041 3111 0 0 -3041 310 3421 5 MP stroke +4 w +DO +SO +6 w +0 sg + 310 3421 mt 3421 3421 L + 310 380 mt 3421 380 L + 310 3421 mt 310 380 L +3421 3421 mt 3421 380 L + 310 3421 mt 3421 3421 L + 310 3421 mt 310 380 L + 755 3421 mt 755 3389 L + 755 380 mt 755 411 L +%%IncludeResource: font Helvetica +/Helvetica /ISOLatin1Encoding 120 FMSR + + 689 3566 mt +(10) s +1248 3421 mt 1248 3389 L +1248 380 mt 1248 411 L +1182 3566 mt +(20) s +1742 3421 mt 1742 3389 L +1742 380 mt 1742 411 L +1676 3566 mt +(30) s +2236 3421 mt 2236 3389 L +2236 380 mt 2236 411 L +2170 3566 mt +(40) s +2729 3421 mt 2729 3389 L +2729 380 mt 2729 411 L +2663 3566 mt +(50) s +3223 3421 mt 3223 3389 L +3223 380 mt 3223 411 L +3157 3566 mt +(60) s + 310 2986 mt 342 2986 L +3421 2986 mt 3389 2986 L + 143 3030 mt +(10) s + 310 2503 mt 342 2503 L +3421 2503 mt 3389 2503 L + 143 2547 mt +(20) s + 310 2021 mt 342 2021 L +3421 2021 mt 3389 2021 L + 143 2065 mt +(30) s + 310 1538 mt 342 1538 L +3421 1538 mt 3389 1538 L + 143 1582 mt +(40) s + 310 1055 mt 342 1055 L +3421 1055 mt 3389 1055 L + 143 1099 mt +(50) s + 310 573 mt 342 573 L +3421 573 mt 3389 573 L + 143 617 mt +(60) s + 310 3421 mt 3421 3421 L + 310 380 mt 3421 380 L + 310 3421 mt 310 380 L +3421 3421 mt 3421 380 L +gs 311 380 3111 3042 rc +24 w +50 -10 49 -5 50 -34 49 -54 49 -6 50 -3 49 -43 49 -21 +50 -25 49 -27 50 -38 49 -2 49 -38 50 -31 49 -20 49 -29 +50 -27 49 -17 49 -56 50 1 49 -51 50 -26 49 -22 49 -21 +50 -32 49 -27 49 -23 50 -25 49 -45 49 -16 50 -24 49 -38 +50 -41 49 -48 49 -48 50 -44 49 -43 49 -51 50 -47 49 -38 +49 -58 50 -46 49 -44 50 -44 49 -45 49 -45 50 -41 49 -48 +49 -44 50 -47 49 -48 49 -48 50 -47 49 -48 50 -47 49 -47 +49 -48 50 -48 49 -49 49 -47 50 -48 49 -48 49 -49 311 3421 64 MP stroke +DD +50 75 49 -23 50 -20 49 9 49 299 50 -13 49 -223 49 183 +50 13 49 -77 50 7 49 15 49 -32 50 -2 49 -4 49 -11 +50 -13 49 -11 49 -18 50 -20 49 -5 50 -23 49 -6 49 -16 +50 -23 49 -4 49 -16 50 -21 49 -2 49 -11 50 5 49 -28 +50 29 49 -50 49 40 50 -20 49 -24 49 -47 50 -4 49 -36 +49 -8 50 -18 49 -19 50 -9 49 -23 49 -22 50 -15 49 -10 +49 -40 50 -4 49 -15 49 -18 50 -22 49 -13 50 -28 49 -5 +49 -33 50 -21 49 -20 49 -18 50 -25 49 -22 4 -3 356 3422 64 MP stroke +gr + +24 w +DD +%%IncludeResource: font Helvetica +/Helvetica /ISOLatin1Encoding 144 FMSR + +2964 1101 mt +(323ms) s +2964 2501 mt +(811ms) s +%%IncludeResource: font Helvetica +/Helvetica /ISOLatin1Encoding 120 FMSR + +1638 3709 mt +(nr. cores) s +gs 311 380 3111 3042 rc +DO +16.8 w +3110 -3041 311 3421 2 MP stroke +gr + +16.8 w +DO +1288 285 mt +(Speedup Barnes-Hut) s +SO +6 w +1 sg +0 3041 6221 0 0 -3041 3940 3421 4 MP +PP +-6221 0 0 3041 6221 0 0 -3041 3940 3421 5 MP stroke +4 w +DO +SO +6 w +0 sg +3940 3421 mt 10161 3421 L +3940 380 mt 10161 380 L +3940 3421 mt 3940 380 L +10161 3421 mt 10161 380 L +3940 3421 mt 10161 3421 L +3940 3421 mt 3940 380 L +4828 3421 mt 4828 3358 L +4828 380 mt 4828 442 L +4762 3566 mt +(10) s +5816 3421 mt 5816 3358 L +5816 380 mt 5816 442 L +5750 3566 mt +(20) s +6803 3421 mt 6803 3358 L +6803 380 mt 6803 442 L +6737 3566 mt +(30) s +7791 3421 mt 7791 3358 L +7791 380 mt 7791 442 L +7725 3566 mt +(40) s +8778 3421 mt 8778 3358 L +8778 380 mt 8778 442 L +8712 3566 mt +(50) s +9766 3421 mt 9766 3358 L +9766 380 mt 9766 442 L +9700 3566 mt +(60) s +3940 3421 mt 4002 3421 L +10161 3421 mt 10098 3421 L +3839 3465 mt +(0) s +3940 2868 mt 4002 2868 L +10161 2868 mt 10098 2868 L +3739 2912 mt +(0.2) s +3940 2315 mt 4002 2315 L +10161 2315 mt 10098 2315 L +3739 2359 mt +(0.4) s +3940 1762 mt 4002 1762 L +10161 1762 mt 10098 1762 L +3739 1806 mt +(0.6) s +3940 1209 mt 4002 1209 L +10161 1209 mt 10098 1209 L +3739 1253 mt +(0.8) s +3940 656 mt 4002 656 L +10161 656 mt 10098 656 L +3839 700 mt +(1) s +3940 3421 mt 10161 3421 L +3940 380 mt 10161 380 L +3940 3421 mt 3940 380 L +10161 3421 mt 10161 380 L +gs 3940 380 6222 3042 rc +24 w +99 23 99 30 99 4 98 -16 99 29 99 34 99 -5 98 18 +99 14 99 12 99 2 98 40 99 1 99 10 99 24 98 13 +99 17 99 29 99 -19 98 54 99 -11 99 21 99 29 98 30 +99 17 99 23 99 32 98 31 99 1 99 48 99 37 98 15 +99 11 99 -2 99 -3 98 7 99 6 99 -7 99 -2 98 21 +99 -26 99 1 99 6 98 10 99 7 99 6 99 20 98 -3 +99 14 99 6 99 -3 98 1 99 1 99 4 99 3 98 7 +99 -2 99 1 99 -2 98 8 99 -2 99 5 98 2 3940 656 64 MP stroke +DD +99 147 99 -22 99 -17 98 35 99 572 99 5 99 -397 98 379 +99 57 99 -123 99 46 98 64 99 -36 99 32 99 26 98 12 +99 7 99 12 99 -3 98 -10 99 30 99 -17 99 29 98 1 +99 -17 99 35 99 2 98 -10 99 46 99 19 99 73 98 -31 +99 163 99 -110 99 217 98 3 99 -14 99 -112 99 65 98 -74 +99 53 99 5 99 5 98 60 99 -18 99 -9 99 26 98 72 +99 -138 99 117 99 48 98 31 99 -2 99 90 99 -74 98 220 +99 -145 99 22 99 53 98 132 99 -17 99 78 98 74 3940 656 64 MP stroke +gr + +24 w +DD +%%IncludeResource: font Helvetica +/Helvetica /ISOLatin1Encoding 144 FMSR + +9853 1168 mt +(75%) s +9853 2253 mt +(36%) s +%%IncludeResource: font Helvetica +/Helvetica /ISOLatin1Encoding 120 FMSR + +6822 3709 mt +(nr. cores) s +6243 285 mt +(Parallel Efficiency Barnes-Hut) s +3923 3464 mt +( ) s +10145 422 mt +( ) s +gs 3940 380 6222 3042 rc +DO +16.8 w +6221 0 3940 656 2 MP stroke +SO +6 w +gr + +6 w +SO +1 sg +0 334 1151 0 0 -334 3999 3362 4 MP +PP +-1151 0 0 334 1151 0 0 -334 3999 3362 5 MP stroke +4 w +DO +SO +6 w +0 sg +3999 3362 mt 5150 3362 L +3999 3028 mt 5150 3028 L +3999 3362 mt 3999 3028 L +5150 3362 mt 5150 3028 L +3999 3362 mt 5150 3362 L +3999 3362 mt 3999 3028 L +3999 3362 mt 5150 3362 L +3999 3028 mt 5150 3028 L +3999 3362 mt 3999 3028 L +5150 3362 mt 5150 3028 L +4454 3162 mt +(QuickSched) s +gs 3999 3028 1152 335 rc +24 w +350 0 4068 3119 2 MP stroke +gr + +24 w +4454 3313 mt +(Gadget2) s +gs 3999 3028 1152 335 rc +DD +350 0 4068 3270 2 MP stroke +SO +6 w +gr + +6 w + +end %%Color Dict + +eplot +%%EndObject + +epage +end + +showpage + +%%Trailer +%%EOF diff --git a/paper/figures/BH_scaling.pdf.old b/paper/figures/BH_scaling.pdf.old new file mode 100644 index 0000000000000000000000000000000000000000..5f8cef4cbe14e358e5e579f3eba2fa96c68240bf GIT binary patch literal 9660 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 literal 0 HcmV?d00001 diff --git a/paper/figures/QR_scaling.eps b/paper/figures/QR_scaling.eps index a8f498d..3003b91 100644 --- a/paper/figures/QR_scaling.eps +++ b/paper/figures/QR_scaling.eps @@ -1,473 +1,6074 @@ -%!PS-Adobe-3.0 EPSF-3.0 -%%Creator: MATLAB, The MathWorks, Inc. Version 8.0.0.783 (R2012b). Operating System: Linux 3.8.0-30-generic #44-Ubuntu SMP Thu Aug 22 20:52:24 UTC 2013 x86_64. -%%Title: figures/QR_scaling.eps -%%CreationDate: 11/12/2013 22:26:21 -%%DocumentNeededFonts: Helvetica -%%DocumentProcessColors: Cyan Magenta Yellow Black -%%LanguageLevel: 2 -%%Pages: 1 -%%BoundingBox: 25 16 791 297 -%%EndComments - -%%BeginProlog -% MathWorks dictionary -/MathWorks 160 dict begin -% definition operators -/bdef {bind def} bind def -/ldef {load def} bind def -/xdef {exch def} bdef -/xstore {exch store} bdef -% operator abbreviations -/c /clip ldef -/cc /concat ldef -/cp /closepath ldef -/gr /grestore ldef -/gs /gsave ldef -/mt /moveto ldef -/np /newpath ldef -/cm /currentmatrix ldef -/sm /setmatrix ldef -/rm /rmoveto ldef -/rl /rlineto ldef -/s {show newpath} bdef -/sc {setcmykcolor} bdef -/sr /setrgbcolor ldef -/sg /setgray ldef -/w /setlinewidth ldef -/j /setlinejoin ldef -/cap /setlinecap ldef -/rc {rectclip} bdef -/rf {rectfill} bdef -% page state control -/pgsv () def -/bpage {/pgsv save def} bdef -/epage {pgsv restore} bdef -/bplot /gsave ldef -/eplot {stroke grestore} bdef -% orientation switch -/portraitMode 0 def /landscapeMode 1 def /rotateMode 2 def -% coordinate system mappings -/dpi2point 0 def -% font control -/FontSize 0 def -/FMS {/FontSize xstore findfont [FontSize 0 0 FontSize neg 0 0] - makefont setfont} bdef -/reencode {exch dup where {pop load} {pop StandardEncoding} ifelse - exch dup 3 1 roll findfont dup length dict begin - { 1 index /FID ne {def}{pop pop} ifelse } forall - /Encoding exch def currentdict end definefont pop} bdef -/isroman {findfont /CharStrings get /Agrave known} bdef -/FMSR {3 1 roll 1 index dup isroman {reencode} {pop pop} ifelse - exch FMS} bdef -/csm {1 dpi2point div -1 dpi2point div scale neg translate - dup landscapeMode eq {pop -90 rotate} - {rotateMode eq {90 rotate} if} ifelse} bdef -% line types: solid, dotted, dashed, dotdash -/SO { [] 0 setdash } bdef -/DO { [.5 dpi2point mul 4 dpi2point mul] 0 setdash } bdef -/DA { [6 dpi2point mul] 0 setdash } bdef -/DD { [.5 dpi2point mul 4 dpi2point mul 6 dpi2point mul 4 - dpi2point mul] 0 setdash } bdef -% macros for lines and objects -/L {lineto stroke} bdef -/MP {3 1 roll moveto 1 sub {rlineto} repeat} bdef -/AP {{rlineto} repeat} bdef -/PDlw -1 def -/W {/PDlw currentlinewidth def setlinewidth} def -/PP {closepath eofill} bdef -/DP {closepath stroke} bdef -/MR {4 -2 roll moveto dup 0 exch rlineto exch 0 rlineto - neg 0 exch rlineto closepath} bdef -/FR {MR stroke} bdef -/PR {MR fill} bdef -/L1i {{currentfile picstr readhexstring pop} image} bdef -/tMatrix matrix def -/MakeOval {newpath tMatrix currentmatrix pop translate scale -0 0 1 0 360 arc tMatrix setmatrix} bdef -/FO {MakeOval stroke} bdef -/PO {MakeOval fill} bdef -/PD {currentlinewidth 2 div 0 360 arc fill - PDlw -1 eq not {PDlw w /PDlw -1 def} if} def -/FA {newpath tMatrix currentmatrix pop translate scale - 0 0 1 5 -2 roll arc tMatrix setmatrix stroke} bdef -/PA {newpath tMatrix currentmatrix pop translate 0 0 moveto scale - 0 0 1 5 -2 roll arc closepath tMatrix setmatrix fill} bdef -/FAn {newpath tMatrix currentmatrix pop translate scale - 0 0 1 5 -2 roll arcn tMatrix setmatrix stroke} bdef -/PAn {newpath tMatrix currentmatrix pop translate 0 0 moveto scale - 0 0 1 5 -2 roll arcn closepath tMatrix setmatrix fill} bdef -/vradius 0 def /hradius 0 def /lry 0 def -/lrx 0 def /uly 0 def /ulx 0 def /rad 0 def -/MRR {/vradius xdef /hradius xdef /lry xdef /lrx xdef /uly xdef - /ulx xdef newpath tMatrix currentmatrix pop ulx hradius add uly - vradius add translate hradius vradius scale 0 0 1 180 270 arc - tMatrix setmatrix lrx hradius sub uly vradius add translate - hradius vradius scale 0 0 1 270 360 arc tMatrix setmatrix - lrx hradius sub lry vradius sub translate hradius vradius scale - 0 0 1 0 90 arc tMatrix setmatrix ulx hradius add lry vradius sub - translate hradius vradius scale 0 0 1 90 180 arc tMatrix setmatrix - closepath} bdef -/FRR {MRR stroke } bdef -/PRR {MRR fill } bdef -/MlrRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lry uly sub 2 div def - newpath tMatrix currentmatrix pop ulx rad add uly rad add translate - rad rad scale 0 0 1 90 270 arc tMatrix setmatrix lrx rad sub lry rad - sub translate rad rad scale 0 0 1 270 90 arc tMatrix setmatrix - closepath} bdef -/FlrRR {MlrRR stroke } bdef -/PlrRR {MlrRR fill } bdef -/MtbRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lrx ulx sub 2 div def - newpath tMatrix currentmatrix pop ulx rad add uly rad add translate - rad rad scale 0 0 1 180 360 arc tMatrix setmatrix lrx rad sub lry rad - sub translate rad rad scale 0 0 1 0 180 arc tMatrix setmatrix - closepath} bdef -/FtbRR {MtbRR stroke } bdef -/PtbRR {MtbRR fill } bdef -/stri 6 array def /dtri 6 array def -/smat 6 array def /dmat 6 array def -/tmat1 6 array def /tmat2 6 array def /dif 3 array def -/asub {/ind2 exch def /ind1 exch def dup dup - ind1 get exch ind2 get sub exch } bdef -/tri_to_matrix { - 2 0 asub 3 1 asub 4 0 asub 5 1 asub - dup 0 get exch 1 get 7 -1 roll astore } bdef -/compute_transform { - dmat dtri tri_to_matrix tmat1 invertmatrix - smat stri tri_to_matrix tmat2 concatmatrix } bdef -/ds {stri astore pop} bdef -/dt {dtri astore pop} bdef -/db {2 copy /cols xdef /rows xdef mul dup 3 mul string - currentfile - 3 index 0 eq {/ASCIIHexDecode filter} - {/ASCII85Decode filter 3 index 2 eq {/RunLengthDecode filter} if } - ifelse exch readstring pop - dup 0 3 index getinterval /rbmap xdef - dup 2 index dup getinterval /gbmap xdef - 1 index dup 2 mul exch getinterval /bbmap xdef pop pop}bdef -/it {gs np dtri aload pop moveto lineto lineto cp c - cols rows 8 compute_transform - rbmap gbmap bbmap true 3 colorimage gr}bdef -/il {newpath moveto lineto stroke}bdef -currentdict end def -%%EndProlog - -%%BeginSetup -MathWorks begin - -0 cap - -end -%%EndSetup - -%%Page: 1 1 -%%BeginPageSetup -%%PageBoundingBox: 25 16 791 297 -MathWorks begin -bpage -%%EndPageSetup - -%%BeginObject: obj1 -bplot - -/dpi2point 12 def -portraitMode 0192 3636 csm - - 114 65 9191 3375 rc -85 dict begin %Colortable dictionary -/c0 { 0.000000 0.000000 0.000000 sr} bdef -/c1 { 1.000000 1.000000 1.000000 sr} bdef -/c2 { 0.900000 0.000000 0.000000 sr} bdef -/c3 { 0.000000 0.820000 0.000000 sr} bdef -/c4 { 0.000000 0.000000 0.800000 sr} bdef -/c5 { 0.910000 0.820000 0.320000 sr} bdef -/c6 { 1.000000 0.260000 0.820000 sr} bdef -/c7 { 0.000000 0.820000 0.820000 sr} bdef -c0 -1 j -1 sg - 0 0 9404 3445 rf -6 w -0 2756 2821 0 0 -2756 282 3100 4 MP -PP --2821 0 0 2756 2821 0 0 -2756 282 3100 5 MP stroke -4 w -DO -SO -6 w -0 sg - 282 3100 mt 3103 3100 L - 282 344 mt 3103 344 L - 282 3100 mt 282 344 L -3103 3100 mt 3103 344 L - 282 3100 mt 3103 3100 L - 282 3100 mt 282 344 L - 685 3100 mt 685 3071 L - 685 344 mt 685 372 L -%%IncludeResource: font Helvetica -/Helvetica /ISOLatin1Encoding 120 FMSR - - 619 3245 mt -(10) s -1132 3100 mt 1132 3071 L -1132 344 mt 1132 372 L -1066 3245 mt -(20) s -1580 3100 mt 1580 3071 L -1580 344 mt 1580 372 L -1514 3245 mt -(30) s -2028 3100 mt 2028 3071 L -2028 344 mt 2028 372 L -1962 3245 mt -(40) s -2476 3100 mt 2476 3071 L -2476 344 mt 2476 372 L -2410 3245 mt -(50) s -2923 3100 mt 2923 3071 L -2923 344 mt 2923 372 L -2857 3245 mt -(60) s - 282 3100 mt 310 3100 L -3103 3100 mt 3074 3100 L - 181 3144 mt -(0) s - 282 2669 mt 310 2669 L -3103 2669 mt 3074 2669 L - 114 2713 mt -(10) s - 282 2238 mt 310 2238 L -3103 2238 mt 3074 2238 L - 114 2282 mt -(20) s - 282 1808 mt 310 1808 L -3103 1808 mt 3074 1808 L - 114 1852 mt -(30) s - 282 1377 mt 310 1377 L -3103 1377 mt 3074 1377 L - 114 1421 mt -(40) s - 282 946 mt 310 946 L -3103 946 mt 3074 946 L - 114 990 mt -(50) s - 282 516 mt 310 516 L -3103 516 mt 3074 516 L - 114 560 mt -(60) s - 282 3100 mt 3103 3100 L - 282 344 mt 3103 344 L - 282 3100 mt 282 344 L -3103 3100 mt 3103 344 L -gs 282 344 2822 2757 rc -24 w -45 10 45 -16 45 -36 45 -14 44 -36 45 -2 45 2 45 -8 -44 -79 45 21 45 -53 45 -20 45 -20 44 -32 45 -2 45 -23 -45 -18 44 -26 45 -33 45 -16 45 -35 45 -29 44 -34 45 -15 -45 -24 45 -27 44 -52 45 -27 45 -24 45 -49 45 -17 44 -27 -45 -6 45 -52 45 -43 44 -37 45 -43 45 -4 45 -46 45 -34 -44 -52 45 -37 45 -42 45 -37 44 -20 45 -53 45 -37 45 -28 -45 -51 44 -38 45 -33 45 -40 45 -40 44 -51 45 -42 45 -40 -45 -39 45 -43 44 -37 45 -44 45 -41 45 -43 44 -42 282 3056 64 MP stroke -DA -45 -42 45 94 45 -40 45 -78 44 51 45 -83 45 -27 45 40 -44 -85 45 -59 45 9 45 42 45 -110 44 57 45 -113 45 -15 -45 -13 44 4 45 -5 45 -49 45 -33 45 -5 44 -49 45 -7 -45 -12 45 -45 44 -17 45 -45 45 -10 45 -78 45 0 44 -31 -45 -26 45 3 45 -43 44 -24 45 -7 45 -50 45 -12 45 -40 -44 -36 45 -47 45 -12 45 -47 44 -32 45 -37 45 -16 45 -48 -45 -32 44 -38 45 -24 45 -51 45 -21 44 -49 45 -24 45 -43 -45 -37 45 -36 44 -33 45 -46 45 -31 45 -44 44 -31 282 3059 64 MP stroke -gr - -24 w -DA -%%IncludeResource: font Helvetica -/Helvetica /ISOLatin1Encoding 144 FMSR - -2648 1059 mt -(233ms) s -%%IncludeResource: font Helvetica -/Helvetica /ISOLatin1Encoding 120 FMSR - -1464 3388 mt -(nr. cores) s -gs 282 344 2822 2757 rc -DO -16.8 w -2821 -2712 282 3056 2 MP stroke -gr - -16.8 w -DO - 942 249 mt -(Speedup QR decomposition) s -SO -6 w -1 sg -0 2757 5642 0 0 -2757 3573 3100 4 MP -PP --5642 0 0 2757 5642 0 0 -2757 3573 3100 5 MP stroke -4 w -DO -SO -6 w -0 sg -3573 3100 mt 9215 3100 L -3573 343 mt 9215 343 L -3573 3100 mt 3573 343 L -9215 3100 mt 9215 343 L -3573 3100 mt 9215 3100 L -3573 3100 mt 3573 343 L -4379 3100 mt 4379 3043 L -4379 344 mt 4379 400 L -4313 3245 mt -(10) s -5274 3100 mt 5274 3043 L -5274 344 mt 5274 400 L -5208 3245 mt -(20) s -6170 3100 mt 6170 3043 L -6170 344 mt 6170 400 L -6104 3245 mt -(30) s -7065 3100 mt 7065 3043 L -7065 344 mt 7065 400 L -6999 3245 mt -(40) s -7961 3100 mt 7961 3043 L -7961 344 mt 7961 400 L -7895 3245 mt -(50) s -8856 3100 mt 8856 3043 L -8856 344 mt 8856 400 L -8790 3245 mt -(60) s -3573 3100 mt 3629 3100 L -9215 3100 mt 9158 3100 L -3472 3144 mt -(0) s -3573 2598 mt 3629 2598 L -9215 2598 mt 9158 2598 L -3372 2642 mt -(0.2) s -3573 2097 mt 3629 2097 L -9215 2097 mt 9158 2097 L -3372 2141 mt -(0.4) s -3573 1596 mt 3629 1596 L -9215 1596 mt 9158 1596 L -3372 1640 mt -(0.6) s -3573 1095 mt 3629 1095 L -9215 1095 mt 9158 1095 L -3372 1139 mt -(0.8) s -3573 594 mt 3629 594 L -9215 594 mt 9158 594 L -3472 638 mt -(1) s -3573 3100 mt 9215 3100 L -3573 343 mt 9215 343 L -3573 3100 mt 3573 343 L -9215 3100 mt 9215 343 L -gs 3573 344 5643 2757 rc -24 w -90 38 90 14 89 -3 90 17 89 -3 90 30 89 36 90 26 -89 -48 90 59 90 -21 89 16 90 15 89 3 90 39 89 14 -90 22 89 11 90 4 90 26 89 2 90 10 89 4 90 32 -89 18 90 18 89 -24 90 17 90 23 89 -20 90 38 89 20 -90 62 89 -25 90 -7 89 6 90 -9 90 78 89 -12 90 16 -89 -30 90 9 89 -5 90 10 89 61 90 -38 90 13 89 45 -90 -34 89 13 90 35 89 11 90 11 89 -52 90 0 90 8 -89 25 90 -12 89 55 90 -19 89 33 90 -20 89 26 3573 594 64 MP stroke -DA -90 -12 90 115 89 -10 90 -47 89 79 90 -53 89 3 90 72 -89 -57 90 -31 90 41 89 81 90 -90 89 101 90 -96 89 18 -90 21 89 43 90 34 90 -22 89 -3 90 38 89 -25 90 36 -89 31 90 -19 89 24 90 -19 90 38 89 -78 90 57 89 4 -90 13 89 71 90 -19 89 22 90 58 90 -31 89 54 90 -10 -89 -3 90 -29 89 63 90 -30 89 10 90 -3 90 69 89 -40 -90 15 89 -8 90 56 89 -62 90 77 89 -66 90 86 90 -38 -89 3 90 14 89 45 90 -104 89 105 90 -159 89 290 3573 733 64 MP stroke -gr - -24 w -DA -%%IncludeResource: font Helvetica -/Helvetica /ISOLatin1Encoding 144 FMSR - -8909 1149 mt -(73%) s -%%IncludeResource: font Helvetica -/Helvetica /ISOLatin1Encoding 120 FMSR - -6166 3388 mt -(nr. cores) s -5412 249 mt -(Parallel Efficiency QR decomposition) s -3556 3143 mt -( ) s -9199 386 mt -( ) s -gs 3573 344 5643 2757 rc -DO -16.8 w -5642 0 3573 594 2 MP stroke -SO -6 w -gr - -6 w -SO -1 sg -0 334 1150 0 0 -334 3633 3041 4 MP -PP --1150 0 0 334 1150 0 0 -334 3633 3041 5 MP stroke -4 w -DO -SO -6 w -0 sg -3633 3041 mt 4783 3041 L -3633 2707 mt 4783 2707 L -3633 3041 mt 3633 2707 L -4783 3041 mt 4783 2707 L -3633 3041 mt 4783 3041 L -3633 3041 mt 3633 2707 L -3633 3041 mt 4783 3041 L -3633 2707 mt 4783 2707 L -3633 3041 mt 3633 2707 L -4783 3041 mt 4783 2707 L -4087 2841 mt -(QuickSched) s -gs 3633 2707 1151 335 rc -24 w -350 0 3702 2798 2 MP stroke -gr - -24 w -4087 2992 mt -(OmpSs) s -gs 3633 2707 1151 335 rc -DA -350 0 3702 2949 2 MP stroke -SO -6 w -gr - -6 w - -end %%Color Dict - -eplot -%%EndObject - -epage -end - -showpage - -%%Trailer -%%EOF +%!PS-Adobe-3.0 EPSF-3.0 +%%Creator: (MATLAB, The Mathworks, Inc. Version 8.5.0.197613 \(R2015a\). Operating System: Windows 8) +%%Title: C:/Users/zcl92831/Desktop/From_desktop/quicksched/qr_results.eps +%%CreationDate: 2017-04-14T17:36:18 +%%Pages: (atend) +%%BoundingBox: (atend) +%%LanguageLevel: 3 +%%EndComments +%%BeginProlog +%%BeginResource: procset (Apache XML Graphics Std ProcSet) 1.2 0 +%%Version: 1.2 0 +%%Copyright: (Copyright 2001-2003,2010 The Apache Software Foundation. License terms: http://www.apache.org/licenses/LICENSE-2.0) +/bd{bind def}bind def +/ld{load def}bd +/GR/grestore ld +/M/moveto ld +/LJ/setlinejoin ld +/C/curveto ld +/f/fill ld +/LW/setlinewidth ld +/GC/setgray ld +/t/show ld +/N/newpath ld +/CT/concat ld +/cp/closepath ld +/S/stroke ld +/L/lineto ld +/CC/setcmykcolor ld +/A/ashow ld +/GS/gsave ld +/RC/setrgbcolor ld +/RM/rmoveto ld +/ML/setmiterlimit ld +/re {4 2 roll M +1 index 0 rlineto +0 exch rlineto +neg 0 rlineto +cp } bd +/_ctm matrix def +/_tm matrix def +/BT { _ctm currentmatrix pop matrix _tm copy pop 0 0 moveto } bd +/ET { _ctm setmatrix } bd +/iTm { _ctm setmatrix _tm concat } bd +/Tm { _tm astore pop iTm 0 0 moveto } bd +/ux 0.0 def +/uy 0.0 def +/F { + /Tp exch def + /Tf exch def + Tf findfont Tp scalefont setfont + /cf Tf def /cs Tp def +} bd +/ULS {currentpoint /uy exch def /ux exch def} bd +/ULE { + /Tcx currentpoint pop def + gsave + newpath + cf findfont cs scalefont dup + /FontMatrix get 0 get /Ts exch def /FontInfo get dup + /UnderlinePosition get Ts mul /To exch def + /UnderlineThickness get Ts mul /Tt exch def + ux uy To add moveto Tcx uy To add lineto + Tt setlinewidth stroke + grestore +} bd +/OLE { + /Tcx currentpoint pop def + gsave + newpath + cf findfont cs scalefont dup + /FontMatrix get 0 get /Ts exch def /FontInfo get dup + /UnderlinePosition get Ts mul /To exch def + /UnderlineThickness get Ts mul /Tt exch def + ux uy To add cs add moveto Tcx uy To add cs add lineto + Tt setlinewidth stroke + grestore +} bd +/SOE { + /Tcx currentpoint pop def + gsave + newpath + cf findfont cs scalefont dup + /FontMatrix get 0 get /Ts exch def /FontInfo get dup + /UnderlinePosition get Ts mul /To exch def + /UnderlineThickness get Ts mul /Tt exch def + ux uy To add cs 10 mul 26 idiv add moveto Tcx uy To add cs 10 mul 26 idiv add lineto + Tt setlinewidth stroke + grestore +} bd +/QT { +/Y22 exch store +/X22 exch store +/Y21 exch store +/X21 exch store +currentpoint +/Y21 load 2 mul add 3 div exch +/X21 load 2 mul add 3 div exch +/X21 load 2 mul /X22 load add 3 div +/Y21 load 2 mul /Y22 load add 3 div +/X22 load /Y22 load curveto +} bd +/SSPD { +dup length /d exch dict def +{ +/v exch def +/k exch def +currentpagedevice k known { +/cpdv currentpagedevice k get def +v cpdv ne { +/upd false def +/nullv v type /nulltype eq def +/nullcpdv cpdv type /nulltype eq def +nullv nullcpdv or +{ +/upd true def +} { +/sametype v type cpdv type eq def +sametype { +v type /arraytype eq { +/vlen v length def +/cpdvlen cpdv length def +vlen cpdvlen eq { +0 1 vlen 1 sub { +/i exch def +/obj v i get def +/cpdobj cpdv i get def +obj cpdobj ne { +/upd true def +exit +} if +} for +} { +/upd true def +} ifelse +} { +v type /dicttype eq { +v { +/dv exch def +/dk exch def +/cpddv cpdv dk get def +dv cpddv ne { +/upd true def +exit +} if +} forall +} { +/upd true def +} ifelse +} ifelse +} if +} ifelse +upd true eq { +d k v put +} if +} if +} if +} forall +d length 0 gt { +d setpagedevice +} if +} bd +%%EndResource +%%BeginResource: procset (Apache XML Graphics EPS ProcSet) 1.0 0 +%%Version: 1.0 0 +%%Copyright: (Copyright 2002-2003 The Apache Software Foundation. License terms: http://www.apache.org/licenses/LICENSE-2.0) +/BeginEPSF { %def +/b4_Inc_state save def % Save state for cleanup +/dict_count countdictstack def % Count objects on dict stack +/op_count count 1 sub def % Count objects on operand stack +userdict begin % Push userdict on dict stack +/showpage { } def % Redefine showpage, { } = null proc +0 setgray 0 setlinecap % Prepare graphics state +1 setlinewidth 0 setlinejoin +10 setmiterlimit [ ] 0 setdash newpath +/languagelevel where % If level not equal to 1 then +{pop languagelevel % set strokeadjust and +1 ne % overprint to their defaults. +{false setstrokeadjust false setoverprint +} if +} if +} bd +/EndEPSF { %def +count op_count sub {pop} repeat % Clean up stacks +countdictstack dict_count sub {end} repeat +b4_Inc_state restore +} bd +%%EndResource +%FOPBeginFontDict +%%IncludeResource: font Courier-Bold +%%IncludeResource: font Helvetica +%%IncludeResource: font Courier-BoldOblique +%%IncludeResource: font Courier-Oblique +%%IncludeResource: font Times-Roman +%%IncludeResource: font Helvetica-BoldOblique +%%IncludeResource: font Helvetica-Bold +%%IncludeResource: font Helvetica-Oblique +%%IncludeResource: font Times-BoldItalic +%%IncludeResource: font Courier +%%IncludeResource: font Times-Italic +%%IncludeResource: font Times-Bold +%%IncludeResource: font Symbol +%%IncludeResource: font ZapfDingbats +%FOPEndFontDict +%%BeginResource: encoding WinAnsiEncoding +/WinAnsiEncoding [ +/.notdef /.notdef /.notdef /.notdef /.notdef +/.notdef /.notdef /.notdef /.notdef /.notdef +/.notdef /.notdef /.notdef /.notdef /.notdef +/.notdef /.notdef /.notdef /.notdef /.notdef +/.notdef /.notdef /.notdef /.notdef /.notdef +/.notdef /.notdef /.notdef /.notdef /.notdef +/.notdef /.notdef /space /exclam /quotedbl +/numbersign /dollar /percent /ampersand /quotesingle +/parenleft /parenright /asterisk /plus /comma +/hyphen /period /slash /zero /one +/two /three /four /five /six +/seven /eight /nine /colon /semicolon +/less /equal /greater /question /at +/A /B /C /D /E +/F /G /H /I /J +/K /L /M /N /O +/P /Q /R /S /T +/U /V /W /X /Y +/Z /bracketleft /backslash /bracketright /asciicircum +/underscore /quoteleft /a /b /c +/d /e /f /g /h +/i /j /k /l /m +/n /o /p /q /r +/s /t /u /v /w +/x /y /z /braceleft /bar +/braceright /asciitilde /bullet /Euro /bullet +/quotesinglbase /florin /quotedblbase /ellipsis /dagger +/daggerdbl /circumflex /perthousand /Scaron /guilsinglleft +/OE /bullet /Zcaron /bullet /bullet +/quoteleft /quoteright /quotedblleft /quotedblright /bullet +/endash /emdash /asciitilde /trademark /scaron +/guilsinglright /oe /bullet /zcaron /Ydieresis +/space /exclamdown /cent /sterling /currency +/yen /brokenbar /section /dieresis /copyright +/ordfeminine /guillemotleft /logicalnot /sfthyphen /registered +/macron /degree /plusminus /twosuperior /threesuperior +/acute /mu /paragraph /middot /cedilla +/onesuperior /ordmasculine /guillemotright /onequarter /onehalf +/threequarters /questiondown /Agrave /Aacute /Acircumflex +/Atilde /Adieresis /Aring /AE /Ccedilla +/Egrave /Eacute /Ecircumflex /Edieresis /Igrave +/Iacute /Icircumflex /Idieresis /Eth /Ntilde +/Ograve /Oacute /Ocircumflex /Otilde /Odieresis +/multiply /Oslash /Ugrave /Uacute /Ucircumflex +/Udieresis /Yacute /Thorn /germandbls /agrave +/aacute /acircumflex /atilde /adieresis /aring +/ae /ccedilla /egrave /eacute /ecircumflex +/edieresis /igrave /iacute /icircumflex /idieresis +/eth /ntilde /ograve /oacute /ocircumflex +/otilde /odieresis /divide /oslash /ugrave +/uacute /ucircumflex /udieresis /yacute /thorn +/ydieresis +] def +%%EndResource +%FOPBeginFontReencode +/Courier-Bold findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding WinAnsiEncoding def + currentdict +end +/Courier-Bold exch definefont pop +/Helvetica findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding WinAnsiEncoding def + currentdict +end +/Helvetica exch definefont pop +/Courier-BoldOblique findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding WinAnsiEncoding def + currentdict +end +/Courier-BoldOblique exch definefont pop +/Courier-Oblique findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding WinAnsiEncoding def + currentdict +end +/Courier-Oblique exch definefont pop +/Times-Roman findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding WinAnsiEncoding def + currentdict +end +/Times-Roman exch definefont pop +/Helvetica-BoldOblique findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding WinAnsiEncoding def + currentdict +end +/Helvetica-BoldOblique exch definefont pop +/Helvetica-Bold findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding WinAnsiEncoding def + currentdict +end +/Helvetica-Bold exch definefont pop +/Helvetica-Oblique findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding WinAnsiEncoding def + currentdict +end +/Helvetica-Oblique exch definefont pop +/Times-BoldItalic findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding WinAnsiEncoding def + currentdict +end +/Times-BoldItalic exch definefont pop +/Courier findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding WinAnsiEncoding def + currentdict +end +/Courier exch definefont pop +/Times-Italic findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding WinAnsiEncoding def + currentdict +end +/Times-Italic exch definefont pop +/Times-Bold findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding WinAnsiEncoding def + currentdict +end +/Times-Bold exch definefont pop +%FOPEndFontReencode +%%EndProlog +%%Page: 1 1 +%%PageBoundingBox: 0 0 782 287 +%%BeginPageSetup +[1 0 0 -1 0 287] CT +%%EndPageSetup +GS +[0.75011 0 0 0.75096 0 0.13385] CT +N +0 0 M +1043 0 L +1043 382 L +0 382 L +0 0 L +cp +clip +1 GC +N +0 0 1043 382 re +f +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +1 GC +N +0 0 1043 382 re +f +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +1 GC +N +52 344 M +365 344 L +365 38 L +52 38 L +cp +f +GR +GS +[0.75011 0 0 0.75096 156.39754 276.23625] CT +0.149 GC +/Helvetica 19 F +GS +[1 0 0 1 0 0] CT +-41 20 moveto +1 -1 scale +(Nr. Cores) t +GR +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +0.149 GC +2 setlinecap +10.0 ML +N +52 344 M +365 344 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +0.149 GC +2 setlinecap +10.0 ML +N +96.714 344 M +96.714 340.87 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +0.149 GC +2 setlinecap +10.0 ML +N +146.397 344 M +146.397 340.87 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +0.149 GC +2 setlinecap +10.0 ML +N +196.079 344 M +196.079 340.87 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +0.149 GC +2 setlinecap +10.0 ML +N +245.762 344 M +245.762 340.87 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +0.149 GC +2 setlinecap +10.0 ML +N +295.444 344 M +295.444 340.87 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +0.149 GC +2 setlinecap +10.0 ML +N +345.127 344 M +345.127 340.87 L +S +GR +GS +[0.75011 0 0 0.75096 72.54612 262.4687] CT +0.149 GC +/Helvetica 13 F +GS +[1 0 0 1 0 0] CT +-7.5 14 moveto +1 -1 scale +(10) t +GR +GR +GS +[0.75011 0 0 0.75096 109.81336 262.4687] CT +0.149 GC +/Helvetica 13 F +GS +[1 0 0 1 0 0] CT +-7.5 14 moveto +1 -1 scale +(20) t +GR +GR +GS +[0.75011 0 0 0.75096 147.08061 262.4687] CT +0.149 GC +/Helvetica 13 F +GS +[1 0 0 1 0 0] CT +-7.5 14 moveto +1 -1 scale +(30) t +GR +GR +GS +[0.75011 0 0 0.75096 184.34786 262.4687] CT +0.149 GC +/Helvetica 13 F +GS +[1 0 0 1 0 0] CT +-7.5 14 moveto +1 -1 scale +(40) t +GR +GR +GS +[0.75011 0 0 0.75096 221.61512 262.4687] CT +0.149 GC +/Helvetica 13 F +GS +[1 0 0 1 0 0] CT +-7.5 14 moveto +1 -1 scale +(50) t +GR +GR +GS +[0.75011 0 0 0.75096 258.88236 262.4687] CT +0.149 GC +/Helvetica 13 F +GS +[1 0 0 1 0 0] CT +-7.5 14 moveto +1 -1 scale +(60) t +GR +GR +GS +[0 -0.75096 0.75011 0 20.75298 143.56681] CT +0.149 GC +/Helvetica 19 F +GS +[1 0 0 1 0 0] CT +-38.5 -5 moveto +1 -1 scale +(Speedup) t +GR +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +0.149 GC +2 setlinecap +10.0 ML +N +52 344 M +52 38 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +0.149 GC +2 setlinecap +10.0 ML +N +52 344 M +55.13 344 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +0.149 GC +2 setlinecap +10.0 ML +N +52 296.188 M +55.13 296.188 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +0.149 GC +2 setlinecap +10.0 ML +N +52 248.375 M +55.13 248.375 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +0.149 GC +2 setlinecap +10.0 ML +N +52 200.563 M +55.13 200.563 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +0.149 GC +2 setlinecap +10.0 ML +N +52 152.75 M +55.13 152.75 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +0.149 GC +2 setlinecap +10.0 ML +N +52 104.938 M +55.13 104.938 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +0.149 GC +2 setlinecap +10.0 ML +N +52 57.125 M +55.13 57.125 L +S +GR +GS +[0.75011 0 0 0.75096 35.00502 258.46358] CT +0.149 GC +/Helvetica 13 F +GS +[1 0 0 1 0 0] CT +-8 5.5 moveto +1 -1 scale +(0) t +GR +GR +GS +[0.75011 0 0 0.75096 35.00502 222.55837] CT +0.149 GC +/Helvetica 13 F +GS +[1 0 0 1 0 0] CT +-15 5.5 moveto +1 -1 scale +(10) t +GR +GR +GS +[0.75011 0 0 0.75096 35.00502 186.65317] CT +0.149 GC +/Helvetica 13 F +GS +[1 0 0 1 0 0] CT +-15 5.5 moveto +1 -1 scale +(20) t +GR +GR +GS +[0.75011 0 0 0.75096 35.00502 150.74797] CT +0.149 GC +/Helvetica 13 F +GS +[1 0 0 1 0 0] CT +-15 5.5 moveto +1 -1 scale +(30) t +GR +GR +GS +[0.75011 0 0 0.75096 35.00502 114.84276] CT +0.149 GC +/Helvetica 13 F +GS +[1 0 0 1 0 0] CT +-15 5.5 moveto +1 -1 scale +(40) t +GR +GR +GS +[0.75011 0 0 0.75096 35.00502 78.93756] CT +0.149 GC +/Helvetica 13 F +GS +[1 0 0 1 0 0] CT +-15 5.5 moveto +1 -1 scale +(50) t +GR +GR +GS +[0.75011 0 0 0.75096 35.00502 43.03235] CT +0.149 GC +/Helvetica 13 F +GS +[1 0 0 1 0 0] CT +-15 5.5 moveto +1 -1 scale +(60) t +GR +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +2 LJ +2.667 LW +N +52 339.219 M +56.968 334.501 L +61.937 329.74 L +66.905 324.99 L +71.873 320.335 L +76.841 315.783 L +81.81 311.047 L +86.778 306.29 L +91.746 303.061 L +96.714 298.281 L +101.683 294.099 L +106.651 289.973 L +111.619 285.517 L +116.587 281.563 L +121.556 276.662 L +126.524 272.231 L +131.492 270.818 L +136.46 268.033 L +141.429 266.311 L +146.397 263.652 L +151.365 259.687 L +156.333 256.041 L +161.302 252.247 L +166.27 249.03 L +171.238 245.108 L +176.206 242.632 L +181.175 239.174 L +186.143 236.607 L +191.111 232.82 L +196.079 228.536 L +201.048 225.334 L +206.016 222.565 L +210.984 219.675 L +215.952 216.998 L +220.921 213.847 L +225.889 210.858 L +230.857 207.573 L +235.825 203.962 L +240.794 201.155 L +245.762 198.181 L +250.73 195.414 L +255.698 192.174 L +260.667 189.218 L +265.635 186.884 L +270.603 183.831 L +275.571 180.67 L +280.54 178.374 L +285.508 175.34 L +290.476 173.167 L +295.444 169.718 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +2 LJ +2.667 LW +N +295.444 169.718 M +300.413 166.473 L +305.381 163.901 L +310.349 161.047 L +315.317 159.079 L +320.286 155.795 L +325.254 153.866 L +330.222 151.514 L +335.19 147.952 L +340.159 146.173 L +345.127 143.026 L +350.095 141.543 L +355.064 144.272 L +360.032 139.05 L +365 145.423 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[8 2 4 2] 0 setdash +2 LJ +2.667 LW +N +52 339.219 M +56.968 335.203 L +61.937 331.275 L +66.905 327.194 L +71.873 323.908 L +76.841 319.812 L +81.81 318.09 L +86.778 314.888 L +91.746 311.236 L +96.714 307.71 L +101.683 304.155 L +106.651 300.726 L +111.619 297.011 L +116.587 293.622 L +121.556 289.964 L +126.524 286.72 L +131.492 282.095 L +136.46 278.375 L +141.429 274.685 L +146.397 271.117 L +151.365 267.676 L +156.333 264.114 L +161.302 262.596 L +166.27 259.867 L +171.238 256.027 L +176.206 253.002 L +181.175 249.725 L +186.143 246.817 L +191.111 243.798 L +196.079 240.209 L +201.048 236.874 L +206.016 233.629 L +210.984 228.935 L +215.952 225.43 L +220.921 222.412 L +225.889 219.083 L +230.857 215.936 L +235.825 212.908 L +240.794 211.875 L +245.762 209.326 L +250.73 206.496 L +255.698 202.942 L +260.667 199.91 L +265.635 197.464 L +270.603 194.417 L +275.571 191.024 L +280.54 189.583 L +285.508 186.425 L +290.476 183.033 L +295.444 180.449 L +300.413 176.501 L +305.381 174.819 L +310.349 170.504 L +315.317 167.354 L +320.286 167.893 L +325.254 165.15 L +330.222 161.883 L +335.19 160.252 L +340.159 158.277 L +345.127 155.385 L +350.095 154.146 L +355.064 150.601 L +360.032 149.441 L +365 146.985 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[2 2] 0 setdash +2 LJ +2.667 LW +N +52 339.219 M +56.968 334.438 L +61.937 329.656 L +66.905 324.875 L +71.873 320.094 L +76.841 315.313 L +81.81 310.531 L +86.778 305.75 L +91.746 300.969 L +96.714 296.188 L +101.683 291.406 L +106.651 286.625 L +111.619 281.844 L +116.587 277.063 L +121.556 272.281 L +126.524 267.5 L +131.492 262.719 L +136.46 257.938 L +141.429 253.156 L +146.397 248.375 L +151.365 243.594 L +156.333 238.813 L +161.302 234.031 L +166.27 229.25 L +171.238 224.469 L +176.206 219.688 L +181.175 214.906 L +186.143 210.125 L +191.111 205.344 L +196.079 200.563 L +201.048 195.781 L +206.016 191 L +210.984 186.219 L +215.952 181.438 L +220.921 176.656 L +225.889 171.875 L +230.857 167.094 L +235.825 162.313 L +240.794 157.531 L +245.762 152.75 L +250.73 147.969 L +255.698 143.188 L +260.667 138.406 L +265.635 133.625 L +270.603 128.844 L +275.571 124.063 L +280.54 119.281 L +285.508 114.5 L +290.476 109.719 L +295.444 104.938 L +300.413 100.156 L +305.381 95.375 L +310.349 90.594 L +315.317 85.813 L +320.286 81.031 L +325.254 76.25 L +330.222 71.469 L +335.19 66.688 L +340.159 61.906 L +345.127 57.125 L +350.095 52.344 L +355.064 47.563 L +360.032 42.781 L +365 38 L +S +GR +GS +[0.75011 0 0 0.75096 156.39759 26.04192] CT +/Helvetica-Bold 19 F +GS +[1 0 0 1 0 0] CT +-125.5 -5 moveto +1 -1 scale +(Speedup of the Barnes-Hut.) t +GR +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +1 GC +N +438 344 M +1033 344 L +1033 38 L +438 38 L +cp +f +GR +GS +[0.75011 0 0 0.75096 551.70434 276.23625] CT +0.149 GC +/Helvetica 19 F +GS +[1 0 0 1 0 0] CT +-41 20 moveto +1 -1 scale +(Nr. Cores) t +GR +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +0.149 GC +2 setlinecap +10.0 ML +N +438 344 M +1033 344 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +0.149 GC +2 setlinecap +10.0 ML +N +523 344 M +523 338.05 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +0.149 GC +2 setlinecap +10.0 ML +N +617.444 344 M +617.444 338.05 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +0.149 GC +2 setlinecap +10.0 ML +N +711.889 344 M +711.889 338.05 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +0.149 GC +2 setlinecap +10.0 ML +N +806.333 344 M +806.333 338.05 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +0.149 GC +2 setlinecap +10.0 ML +N +900.778 344 M +900.778 338.05 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +0.149 GC +2 setlinecap +10.0 ML +N +995.222 344 M +995.222 338.05 L +S +GR +GS +[0.75011 0 0 0.75096 392.30625 262.4687] CT +0.149 GC +/Helvetica 13 F +GS +[1 0 0 1 0 0] CT +-7.5 14 moveto +1 -1 scale +(10) t +GR +GR +GS +[0.75011 0 0 0.75096 463.14975 262.4687] CT +0.149 GC +/Helvetica 13 F +GS +[1 0 0 1 0 0] CT +-7.5 14 moveto +1 -1 scale +(20) t +GR +GR +GS +[0.75011 0 0 0.75096 533.99326 262.4687] CT +0.149 GC +/Helvetica 13 F +GS +[1 0 0 1 0 0] CT +-7.5 14 moveto +1 -1 scale +(30) t +GR +GR +GS +[0.75011 0 0 0.75096 604.83671 262.4687] CT +0.149 GC +/Helvetica 13 F +GS +[1 0 0 1 0 0] CT +-7.5 14 moveto +1 -1 scale +(40) t +GR +GR +GS +[0.75011 0 0 0.75096 675.68021 262.4687] CT +0.149 GC +/Helvetica 13 F +GS +[1 0 0 1 0 0] CT +-7.5 14 moveto +1 -1 scale +(50) t +GR +GR +GS +[0.75011 0 0 0.75096 746.52372 262.4687] CT +0.149 GC +/Helvetica 13 F +GS +[1 0 0 1 0 0] CT +-7.5 14 moveto +1 -1 scale +(60) t +GR +GR +GS +[0 -0.75096 0.75011 0 307.29406 143.56681] CT +0.149 GC +/Helvetica 19 F +GS +[1 0 0 1 0 0] CT +-75 -5 moveto +1 -1 scale +(Parallel Efficiency) t +GR +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +0.149 GC +2 setlinecap +10.0 ML +N +438 344 M +438 38 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +0.149 GC +2 setlinecap +10.0 ML +N +438 344 M +443.95 344 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +0.149 GC +2 setlinecap +10.0 ML +N +438 288.364 M +443.95 288.364 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +0.149 GC +2 setlinecap +10.0 ML +N +438 232.727 M +443.95 232.727 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +0.149 GC +2 setlinecap +10.0 ML +N +438 177.091 M +443.95 177.091 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +0.149 GC +2 setlinecap +10.0 ML +N +438 121.455 M +443.95 121.455 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +0.149 GC +2 setlinecap +10.0 ML +N +438 65.818 M +443.95 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 324.54653 258.46358] CT +0.149 GC +/Helvetica 13 F +GS +[1 0 0 1 0 0] CT +-8 5.5 moveto +1 -1 scale +(0) t +GR +GR +GS +[0.75011 0 0 0.75096 324.54653 216.68298] CT +0.149 GC +/Helvetica 13 F +GS +[1 0 0 1 0 0] CT +-19 5.5 moveto +1 -1 scale +(0.2) t +GR +GR +GS +[0.75011 0 0 0.75096 324.54653 174.90237] CT +0.149 GC +/Helvetica 13 F +GS +[1 0 0 1 0 0] CT +-19 5.5 moveto +1 -1 scale +(0.4) t +GR +GR +GS +[0.75011 0 0 0.75096 324.54653 133.12177] CT +0.149 GC +/Helvetica 13 F +GS +[1 0 0 1 0 0] CT +-19 5.5 moveto +1 -1 scale +(0.6) t +GR +GR +GS +[0.75011 0 0 0.75096 324.54653 91.34117] CT +0.149 GC +/Helvetica 13 F +GS +[1 0 0 1 0 0] CT +-19 5.5 moveto +1 -1 scale +(0.8) t +GR +GR +GS +[0.75011 0 0 0.75096 324.54653 49.56058] CT +0.149 GC +/Helvetica 13 F +GS +[1 0 0 1 0 0] CT +-8 5.5 moveto +1 -1 scale +(1) t +GR +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[1 3] 0 setdash +2 LJ +1.867 LW +N +438 65.818 M +447.444 65.818 L +456.889 65.818 L +466.333 65.818 L +475.778 65.818 L +485.222 65.818 L +494.667 65.818 L +504.111 65.818 L +513.556 65.818 L +523 65.818 L +532.444 65.818 L +541.889 65.818 L +551.333 65.818 L +560.778 65.818 L +570.222 65.818 L +579.667 65.818 L +589.111 65.818 L +598.556 65.818 L +608 65.818 L +617.444 65.818 L +626.889 65.818 L +636.333 65.818 L +645.778 65.818 L +655.222 65.818 L +664.667 65.818 L +674.111 65.818 L +683.556 65.818 L +693 65.818 L +702.444 65.818 L +711.889 65.818 L +721.333 65.818 L +730.778 65.818 L +740.222 65.818 L +749.667 65.818 L +759.111 65.818 L +768.556 65.818 L +778 65.818 L +787.444 65.818 L +796.889 65.818 L +806.333 65.818 L +815.778 65.818 L +825.222 65.818 L +834.667 65.818 L +844.111 65.818 L +853.556 65.818 L +863 65.818 L +872.444 65.818 L +881.889 65.818 L +891.333 65.818 L +900.778 65.818 L +910.222 65.818 L +919.667 65.818 L +929.111 65.818 L +938.556 65.818 L +948 65.818 L +957.444 65.818 L +966.889 65.818 L +976.333 65.818 L +985.778 65.818 L +995.222 65.818 L +1004.667 65.818 L +1014.111 65.818 L +1023.556 65.818 L +1033 65.818 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +2 LJ +2.667 LW +N +438 65.818 M +447.444 67.658 L +456.889 67.443 L +466.333 67.494 L +475.778 68.628 L +485.222 70.382 L +494.667 70.109 L +504.111 69.745 L +513.556 79.342 L +523 77.997 L +532.444 80.06 L +541.889 82.052 L +551.333 82.257 L +560.778 84.52 L +570.222 82.81 L +579.667 83.02 L +589.111 93.539 L +598.556 98.449 L +608 106.101 L +617.444 110.26 L +626.889 110.404 L +636.333 111.382 L +645.778 111.897 L +655.222 113.769 L +664.667 113.852 L +674.111 117.162 L +683.556 118.113 L +693 120.846 L +702.444 120.942 L +711.889 120.069 L +721.333 121.284 L +730.778 123.208 L +740.222 124.805 L +749.667 126.67 L +759.111 127.641 L +768.556 128.821 L +778 129.472 L +787.444 129.588 L +796.889 130.897 L +806.333 131.9 L +815.778 133.146 L +825.222 133.679 L +834.667 134.569 L +844.111 136.243 L +853.556 136.912 L +863 137.416 L +872.444 138.969 L +881.889 139.564 L +891.333 141.155 L +900.778 141.199 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +2 LJ +2.667 LW +N +900.778 141.199 M +910.222 141.474 L +919.667 142.491 L +929.111 143.159 L +938.556 144.759 L +948 144.907 L +957.444 146.458 L +966.889 147.523 L +976.333 147.338 L +985.778 148.916 L +995.222 149.116 L +1004.667 150.896 L +1014.111 156.572 L +1023.556 154.724 L +1033 163.475 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[8 2 4 2] 0 setdash +2 LJ +2.667 LW +N +438 65.818 M +447.444 88.087 L +456.889 97.217 L +466.333 99.546 L +475.778 110.204 L +485.222 109.447 L +494.667 128.644 L +504.111 132.278 L +513.556 132.194 L +523 132.856 L +532.444 133.248 L +541.889 134.186 L +551.333 133.699 L +560.778 134.637 L +570.222 134.405 L +579.667 135.707 L +589.111 132.134 L +598.556 131.878 L +608 131.743 L +617.444 131.977 L +626.889 132.539 L +636.333 132.732 L +645.778 138.077 L +655.222 140.041 L +664.667 139.263 L +674.111 140.368 L +683.556 140.848 L +693 142.062 L +702.444 142.968 L +711.889 142.709 L +721.333 142.941 L +730.778 143.326 L +740.222 141.13 L +749.667 141.099 L +759.111 141.88 L +768.556 142.114 L +778 142.622 L +787.444 143.285 L +796.889 146.891 L +806.333 148.111 L +815.778 148.873 L +825.222 148.595 L +834.667 149.036 L +844.111 150.234 L +853.556 150.599 L +863 150.513 L +872.444 152.846 L +881.889 153 L +891.333 152.871 L +900.778 153.686 L +910.222 152.914 L +919.667 154.707 L +929.111 153.542 L +938.556 153.675 L +948 157.705 L +957.444 158.182 L +966.889 158.107 L +976.333 159.676 L +985.778 160.853 L +995.222 161.101 L +1004.667 162.917 L +1014.111 162.511 L +1023.556 164.32 L +1033 164.896 L +S +GR +GS +[0.75011 0 0 0.75096 551.70461 26.04191] CT +/Helvetica-Bold 19 F +GS +[1 0 0 1 0 0] CT +-166.5 -5 moveto +1 -1 scale +(Parallel Efficiency of the Barnes-Hut.) t +GR +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +1 GC +N +451 331 M +451 293 L +570 293 L +570 331 L +cp +f +GR +GS +[0.75011 0 0 0.75096 377.3041 228.17491] CT +/Helvetica 12 F +GS +[1 0 0 1 0 0] CT +0 5 moveto +1 -1 scale +(Quicksched) t +GR +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +2 setlinecap +10.0 ML +2.667 LW +N +459 303.667 M +499 303.667 L +S +GR +GS +[0.75011 0 0 0.75096 377.3041 240.6909] CT +/Helvetica 12 F +GS +[1 0 0 1 0 0] CT +0 5 moveto +1 -1 scale +(OmpSS) t +GR +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +[8 2 4 2] 0 setdash +2 LJ +2.667 LW +N +459 320.333 M +499 320.333 L +S +GR +GS +[0.75011 0 0 0.75096 0 0.13385] CT +0.149 GC +2 setlinecap +10.0 ML +N +451 331 M +451 293 L +570 293 L +570 331 L +451 331 L +S +GR +%%Trailer +%%BoundingBox: 2 0 775 279 +%%Pages: 1 +%%EOF diff --git a/paper/figures/QR_scaling.eps.old b/paper/figures/QR_scaling.eps.old new file mode 100644 index 0000000..a8f498d --- /dev/null +++ b/paper/figures/QR_scaling.eps.old @@ -0,0 +1,473 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Creator: MATLAB, The MathWorks, Inc. Version 8.0.0.783 (R2012b). Operating System: Linux 3.8.0-30-generic #44-Ubuntu SMP Thu Aug 22 20:52:24 UTC 2013 x86_64. +%%Title: figures/QR_scaling.eps +%%CreationDate: 11/12/2013 22:26:21 +%%DocumentNeededFonts: Helvetica +%%DocumentProcessColors: Cyan Magenta Yellow Black +%%LanguageLevel: 2 +%%Pages: 1 +%%BoundingBox: 25 16 791 297 +%%EndComments + +%%BeginProlog +% MathWorks dictionary +/MathWorks 160 dict begin +% definition operators +/bdef {bind def} bind def +/ldef {load def} bind def +/xdef {exch def} bdef +/xstore {exch store} bdef +% operator abbreviations +/c /clip ldef +/cc /concat ldef +/cp /closepath ldef +/gr /grestore ldef +/gs /gsave ldef +/mt /moveto ldef +/np /newpath ldef +/cm /currentmatrix ldef +/sm /setmatrix ldef +/rm /rmoveto ldef +/rl /rlineto ldef +/s {show newpath} bdef +/sc {setcmykcolor} bdef +/sr /setrgbcolor ldef +/sg /setgray ldef +/w /setlinewidth ldef +/j /setlinejoin ldef +/cap /setlinecap ldef +/rc {rectclip} bdef +/rf {rectfill} bdef +% page state control +/pgsv () def +/bpage {/pgsv save def} bdef +/epage {pgsv restore} bdef +/bplot /gsave ldef +/eplot {stroke grestore} bdef +% orientation switch +/portraitMode 0 def /landscapeMode 1 def /rotateMode 2 def +% coordinate system mappings +/dpi2point 0 def +% font control +/FontSize 0 def +/FMS {/FontSize xstore findfont [FontSize 0 0 FontSize neg 0 0] + makefont setfont} bdef +/reencode {exch dup where {pop load} {pop StandardEncoding} ifelse + exch dup 3 1 roll findfont dup length dict begin + { 1 index /FID ne {def}{pop pop} ifelse } forall + /Encoding exch def currentdict end definefont pop} bdef +/isroman {findfont /CharStrings get /Agrave known} bdef +/FMSR {3 1 roll 1 index dup isroman {reencode} {pop pop} ifelse + exch FMS} bdef +/csm {1 dpi2point div -1 dpi2point div scale neg translate + dup landscapeMode eq {pop -90 rotate} + {rotateMode eq {90 rotate} if} ifelse} bdef +% line types: solid, dotted, dashed, dotdash +/SO { [] 0 setdash } bdef +/DO { [.5 dpi2point mul 4 dpi2point mul] 0 setdash } bdef +/DA { [6 dpi2point mul] 0 setdash } bdef +/DD { [.5 dpi2point mul 4 dpi2point mul 6 dpi2point mul 4 + dpi2point mul] 0 setdash } bdef +% macros for lines and objects +/L {lineto stroke} bdef +/MP {3 1 roll moveto 1 sub {rlineto} repeat} bdef +/AP {{rlineto} repeat} bdef +/PDlw -1 def +/W {/PDlw currentlinewidth def setlinewidth} def +/PP {closepath eofill} bdef +/DP {closepath stroke} bdef +/MR {4 -2 roll moveto dup 0 exch rlineto exch 0 rlineto + neg 0 exch rlineto closepath} bdef +/FR {MR stroke} bdef +/PR {MR fill} bdef +/L1i {{currentfile picstr readhexstring pop} image} bdef +/tMatrix matrix def +/MakeOval {newpath tMatrix currentmatrix pop translate scale +0 0 1 0 360 arc tMatrix setmatrix} bdef +/FO {MakeOval stroke} bdef +/PO {MakeOval fill} bdef +/PD {currentlinewidth 2 div 0 360 arc fill + PDlw -1 eq not {PDlw w /PDlw -1 def} if} def +/FA {newpath tMatrix currentmatrix pop translate scale + 0 0 1 5 -2 roll arc tMatrix setmatrix stroke} bdef +/PA {newpath tMatrix currentmatrix pop translate 0 0 moveto scale + 0 0 1 5 -2 roll arc closepath tMatrix setmatrix fill} bdef +/FAn {newpath tMatrix currentmatrix pop translate scale + 0 0 1 5 -2 roll arcn tMatrix setmatrix stroke} bdef +/PAn {newpath tMatrix currentmatrix pop translate 0 0 moveto scale + 0 0 1 5 -2 roll arcn closepath tMatrix setmatrix fill} bdef +/vradius 0 def /hradius 0 def /lry 0 def +/lrx 0 def /uly 0 def /ulx 0 def /rad 0 def +/MRR {/vradius xdef /hradius xdef /lry xdef /lrx xdef /uly xdef + /ulx xdef newpath tMatrix currentmatrix pop ulx hradius add uly + vradius add translate hradius vradius scale 0 0 1 180 270 arc + tMatrix setmatrix lrx hradius sub uly vradius add translate + hradius vradius scale 0 0 1 270 360 arc tMatrix setmatrix + lrx hradius sub lry vradius sub translate hradius vradius scale + 0 0 1 0 90 arc tMatrix setmatrix ulx hradius add lry vradius sub + translate hradius vradius scale 0 0 1 90 180 arc tMatrix setmatrix + closepath} bdef +/FRR {MRR stroke } bdef +/PRR {MRR fill } bdef +/MlrRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lry uly sub 2 div def + newpath tMatrix currentmatrix pop ulx rad add uly rad add translate + rad rad scale 0 0 1 90 270 arc tMatrix setmatrix lrx rad sub lry rad + sub translate rad rad scale 0 0 1 270 90 arc tMatrix setmatrix + closepath} bdef +/FlrRR {MlrRR stroke } bdef +/PlrRR {MlrRR fill } bdef +/MtbRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lrx ulx sub 2 div def + newpath tMatrix currentmatrix pop ulx rad add uly rad add translate + rad rad scale 0 0 1 180 360 arc tMatrix setmatrix lrx rad sub lry rad + sub translate rad rad scale 0 0 1 0 180 arc tMatrix setmatrix + closepath} bdef +/FtbRR {MtbRR stroke } bdef +/PtbRR {MtbRR fill } bdef +/stri 6 array def /dtri 6 array def +/smat 6 array def /dmat 6 array def +/tmat1 6 array def /tmat2 6 array def /dif 3 array def +/asub {/ind2 exch def /ind1 exch def dup dup + ind1 get exch ind2 get sub exch } bdef +/tri_to_matrix { + 2 0 asub 3 1 asub 4 0 asub 5 1 asub + dup 0 get exch 1 get 7 -1 roll astore } bdef +/compute_transform { + dmat dtri tri_to_matrix tmat1 invertmatrix + smat stri tri_to_matrix tmat2 concatmatrix } bdef +/ds {stri astore pop} bdef +/dt {dtri astore pop} bdef +/db {2 copy /cols xdef /rows xdef mul dup 3 mul string + currentfile + 3 index 0 eq {/ASCIIHexDecode filter} + {/ASCII85Decode filter 3 index 2 eq {/RunLengthDecode filter} if } + ifelse exch readstring pop + dup 0 3 index getinterval /rbmap xdef + dup 2 index dup getinterval /gbmap xdef + 1 index dup 2 mul exch getinterval /bbmap xdef pop pop}bdef +/it {gs np dtri aload pop moveto lineto lineto cp c + cols rows 8 compute_transform + rbmap gbmap bbmap true 3 colorimage gr}bdef +/il {newpath moveto lineto stroke}bdef +currentdict end def +%%EndProlog + +%%BeginSetup +MathWorks begin + +0 cap + +end +%%EndSetup + +%%Page: 1 1 +%%BeginPageSetup +%%PageBoundingBox: 25 16 791 297 +MathWorks begin +bpage +%%EndPageSetup + +%%BeginObject: obj1 +bplot + +/dpi2point 12 def +portraitMode 0192 3636 csm + + 114 65 9191 3375 rc +85 dict begin %Colortable dictionary +/c0 { 0.000000 0.000000 0.000000 sr} bdef +/c1 { 1.000000 1.000000 1.000000 sr} bdef +/c2 { 0.900000 0.000000 0.000000 sr} bdef +/c3 { 0.000000 0.820000 0.000000 sr} bdef +/c4 { 0.000000 0.000000 0.800000 sr} bdef +/c5 { 0.910000 0.820000 0.320000 sr} bdef +/c6 { 1.000000 0.260000 0.820000 sr} bdef +/c7 { 0.000000 0.820000 0.820000 sr} bdef +c0 +1 j +1 sg + 0 0 9404 3445 rf +6 w +0 2756 2821 0 0 -2756 282 3100 4 MP +PP +-2821 0 0 2756 2821 0 0 -2756 282 3100 5 MP stroke +4 w +DO +SO +6 w +0 sg + 282 3100 mt 3103 3100 L + 282 344 mt 3103 344 L + 282 3100 mt 282 344 L +3103 3100 mt 3103 344 L + 282 3100 mt 3103 3100 L + 282 3100 mt 282 344 L + 685 3100 mt 685 3071 L + 685 344 mt 685 372 L +%%IncludeResource: font Helvetica +/Helvetica /ISOLatin1Encoding 120 FMSR + + 619 3245 mt +(10) s +1132 3100 mt 1132 3071 L +1132 344 mt 1132 372 L +1066 3245 mt +(20) s +1580 3100 mt 1580 3071 L +1580 344 mt 1580 372 L +1514 3245 mt +(30) s +2028 3100 mt 2028 3071 L +2028 344 mt 2028 372 L +1962 3245 mt +(40) s +2476 3100 mt 2476 3071 L +2476 344 mt 2476 372 L +2410 3245 mt +(50) s +2923 3100 mt 2923 3071 L +2923 344 mt 2923 372 L +2857 3245 mt +(60) s + 282 3100 mt 310 3100 L +3103 3100 mt 3074 3100 L + 181 3144 mt +(0) s + 282 2669 mt 310 2669 L +3103 2669 mt 3074 2669 L + 114 2713 mt +(10) s + 282 2238 mt 310 2238 L +3103 2238 mt 3074 2238 L + 114 2282 mt +(20) s + 282 1808 mt 310 1808 L +3103 1808 mt 3074 1808 L + 114 1852 mt +(30) s + 282 1377 mt 310 1377 L +3103 1377 mt 3074 1377 L + 114 1421 mt +(40) s + 282 946 mt 310 946 L +3103 946 mt 3074 946 L + 114 990 mt +(50) s + 282 516 mt 310 516 L +3103 516 mt 3074 516 L + 114 560 mt +(60) s + 282 3100 mt 3103 3100 L + 282 344 mt 3103 344 L + 282 3100 mt 282 344 L +3103 3100 mt 3103 344 L +gs 282 344 2822 2757 rc +24 w +45 10 45 -16 45 -36 45 -14 44 -36 45 -2 45 2 45 -8 +44 -79 45 21 45 -53 45 -20 45 -20 44 -32 45 -2 45 -23 +45 -18 44 -26 45 -33 45 -16 45 -35 45 -29 44 -34 45 -15 +45 -24 45 -27 44 -52 45 -27 45 -24 45 -49 45 -17 44 -27 +45 -6 45 -52 45 -43 44 -37 45 -43 45 -4 45 -46 45 -34 +44 -52 45 -37 45 -42 45 -37 44 -20 45 -53 45 -37 45 -28 +45 -51 44 -38 45 -33 45 -40 45 -40 44 -51 45 -42 45 -40 +45 -39 45 -43 44 -37 45 -44 45 -41 45 -43 44 -42 282 3056 64 MP stroke +DA +45 -42 45 94 45 -40 45 -78 44 51 45 -83 45 -27 45 40 +44 -85 45 -59 45 9 45 42 45 -110 44 57 45 -113 45 -15 +45 -13 44 4 45 -5 45 -49 45 -33 45 -5 44 -49 45 -7 +45 -12 45 -45 44 -17 45 -45 45 -10 45 -78 45 0 44 -31 +45 -26 45 3 45 -43 44 -24 45 -7 45 -50 45 -12 45 -40 +44 -36 45 -47 45 -12 45 -47 44 -32 45 -37 45 -16 45 -48 +45 -32 44 -38 45 -24 45 -51 45 -21 44 -49 45 -24 45 -43 +45 -37 45 -36 44 -33 45 -46 45 -31 45 -44 44 -31 282 3059 64 MP stroke +gr + +24 w +DA +%%IncludeResource: font Helvetica +/Helvetica /ISOLatin1Encoding 144 FMSR + +2648 1059 mt +(233ms) s +%%IncludeResource: font Helvetica +/Helvetica /ISOLatin1Encoding 120 FMSR + +1464 3388 mt +(nr. cores) s +gs 282 344 2822 2757 rc +DO +16.8 w +2821 -2712 282 3056 2 MP stroke +gr + +16.8 w +DO + 942 249 mt +(Speedup QR decomposition) s +SO +6 w +1 sg +0 2757 5642 0 0 -2757 3573 3100 4 MP +PP +-5642 0 0 2757 5642 0 0 -2757 3573 3100 5 MP stroke +4 w +DO +SO +6 w +0 sg +3573 3100 mt 9215 3100 L +3573 343 mt 9215 343 L +3573 3100 mt 3573 343 L +9215 3100 mt 9215 343 L +3573 3100 mt 9215 3100 L +3573 3100 mt 3573 343 L +4379 3100 mt 4379 3043 L +4379 344 mt 4379 400 L +4313 3245 mt +(10) s +5274 3100 mt 5274 3043 L +5274 344 mt 5274 400 L +5208 3245 mt +(20) s +6170 3100 mt 6170 3043 L +6170 344 mt 6170 400 L +6104 3245 mt +(30) s +7065 3100 mt 7065 3043 L +7065 344 mt 7065 400 L +6999 3245 mt +(40) s +7961 3100 mt 7961 3043 L +7961 344 mt 7961 400 L +7895 3245 mt +(50) s +8856 3100 mt 8856 3043 L +8856 344 mt 8856 400 L +8790 3245 mt +(60) s +3573 3100 mt 3629 3100 L +9215 3100 mt 9158 3100 L +3472 3144 mt +(0) s +3573 2598 mt 3629 2598 L +9215 2598 mt 9158 2598 L +3372 2642 mt +(0.2) s +3573 2097 mt 3629 2097 L +9215 2097 mt 9158 2097 L +3372 2141 mt +(0.4) s +3573 1596 mt 3629 1596 L +9215 1596 mt 9158 1596 L +3372 1640 mt +(0.6) s +3573 1095 mt 3629 1095 L +9215 1095 mt 9158 1095 L +3372 1139 mt +(0.8) s +3573 594 mt 3629 594 L +9215 594 mt 9158 594 L +3472 638 mt +(1) s +3573 3100 mt 9215 3100 L +3573 343 mt 9215 343 L +3573 3100 mt 3573 343 L +9215 3100 mt 9215 343 L +gs 3573 344 5643 2757 rc +24 w +90 38 90 14 89 -3 90 17 89 -3 90 30 89 36 90 26 +89 -48 90 59 90 -21 89 16 90 15 89 3 90 39 89 14 +90 22 89 11 90 4 90 26 89 2 90 10 89 4 90 32 +89 18 90 18 89 -24 90 17 90 23 89 -20 90 38 89 20 +90 62 89 -25 90 -7 89 6 90 -9 90 78 89 -12 90 16 +89 -30 90 9 89 -5 90 10 89 61 90 -38 90 13 89 45 +90 -34 89 13 90 35 89 11 90 11 89 -52 90 0 90 8 +89 25 90 -12 89 55 90 -19 89 33 90 -20 89 26 3573 594 64 MP stroke +DA +90 -12 90 115 89 -10 90 -47 89 79 90 -53 89 3 90 72 +89 -57 90 -31 90 41 89 81 90 -90 89 101 90 -96 89 18 +90 21 89 43 90 34 90 -22 89 -3 90 38 89 -25 90 36 +89 31 90 -19 89 24 90 -19 90 38 89 -78 90 57 89 4 +90 13 89 71 90 -19 89 22 90 58 90 -31 89 54 90 -10 +89 -3 90 -29 89 63 90 -30 89 10 90 -3 90 69 89 -40 +90 15 89 -8 90 56 89 -62 90 77 89 -66 90 86 90 -38 +89 3 90 14 89 45 90 -104 89 105 90 -159 89 290 3573 733 64 MP stroke +gr + +24 w +DA +%%IncludeResource: font Helvetica +/Helvetica /ISOLatin1Encoding 144 FMSR + +8909 1149 mt +(73%) s +%%IncludeResource: font Helvetica +/Helvetica /ISOLatin1Encoding 120 FMSR + +6166 3388 mt +(nr. cores) s +5412 249 mt +(Parallel Efficiency QR decomposition) s +3556 3143 mt +( ) s +9199 386 mt +( ) s +gs 3573 344 5643 2757 rc +DO +16.8 w +5642 0 3573 594 2 MP stroke +SO +6 w +gr + +6 w +SO +1 sg +0 334 1150 0 0 -334 3633 3041 4 MP +PP +-1150 0 0 334 1150 0 0 -334 3633 3041 5 MP stroke +4 w +DO +SO +6 w +0 sg +3633 3041 mt 4783 3041 L +3633 2707 mt 4783 2707 L +3633 3041 mt 3633 2707 L +4783 3041 mt 4783 2707 L +3633 3041 mt 4783 3041 L +3633 3041 mt 3633 2707 L +3633 3041 mt 4783 3041 L +3633 2707 mt 4783 2707 L +3633 3041 mt 3633 2707 L +4783 3041 mt 4783 2707 L +4087 2841 mt +(QuickSched) s +gs 3633 2707 1151 335 rc +24 w +350 0 3702 2798 2 MP stroke +gr + +24 w +4087 2992 mt +(OmpSs) s +gs 3633 2707 1151 335 rc +DA +350 0 3702 2949 2 MP stroke +SO +6 w +gr + +6 w + +end %%Color Dict + +eplot +%%EndObject + +epage +end + +showpage + +%%Trailer +%%EOF diff --git a/paper/figures/QR_scaling.pdf.old b/paper/figures/QR_scaling.pdf.old new file mode 100644 index 0000000000000000000000000000000000000000..049ca81a2fdc727acb48868f47f9faa73f6f984b GIT binary patch literal 9304 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 literal 0 HcmV?d00001 -- GitLab