diff --git a/paper/figures/BH_scaling.eps b/paper/figures/BH_scaling.eps index 171d0dc7e96802fe087549b0139a9fe60f387088..3e756075d8f3d365185c518d1a97c87df1658a9e 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 0000000000000000000000000000000000000000..171d0dc7e96802fe087549b0139a9fe60f387088 --- /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 Binary files /dev/null and b/paper/figures/BH_scaling.pdf.old differ diff --git a/paper/figures/QR_scaling.eps b/paper/figures/QR_scaling.eps index a8f498dbf18ac60a3835c9acbe1a06ba10ff2840..3003b91c12e03967cba0a1bd909935932d99c49b 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 0000000000000000000000000000000000000000..a8f498dbf18ac60a3835c9acbe1a06ba10ff2840 --- /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 Binary files /dev/null and b/paper/figures/QR_scaling.pdf.old differ