clear all
close all
clc




%1-Load and display point scatter model X-Y-Z
load('Polwell_model.mat')
%set gaussian amplitude to the points:
strength_mean=1e25;
strength_std=strength_mean/10;
strenth=randn(length(points_model),1)*strength_std./10+10*strength_mean;


%display the model:
figure;scatter3(points_model(:,1),points_model(:,2),points_model(:,3),50,points_model(:,3),'.');axis('equal');
colormap(flipud(hsv));
colorbar;
axis('equal')
set(gca,'Zdir','reverse')

xlabel('Across-track [m]');
ylabel('Along-track [m]');
zlabel('Depth [m]');

%2-Create a CW waveform (pulse)
%in alternative you can load files located in the folder "Waveform library"

WF(1).code=strcat('CW ',num2str(1)); %pulse name
WF(1).Seq_Phase=[1 1]; %pulse phase sequence (used for phase coding, here [1 1] defines a constant phase)
WF(1).Seq_Freq=zeros(size(WF(1).Seq_Phase)); %pulse frequency sequence (used for frequency coding)
WF(1).Seq_Amp=ones(size(WF(1).Seq_Phase));  %pulse amplitude sequence (used for amplitude coding)
WF(1).Amp_max=1; %Pulse maximum amplitude

%2 DEFINE SIGNAL PARAMETERS
% Signal_parameters;
WF(1).T=50e-6; %pulse length
WF(1).f=400e3; %pulse carrier frequency
WF(1).fs=10e6; %sampling frequency

%Generate waveform file:
[ WF(1).Signal,WF(1).tSignal,WF(1).Signal_A,WF(1).Signal_P,WF(1).Signal_F,WF(1).Nbit,WF(1).fs] = WF_generator( WF(1),0 );



[WF(1)] = pulse_shading(WF(1),'hanning'); %Pulse shading
disp_signal( WF(1)); %Display the pulse

Save_signal(WF, ['CW',num2str(length(WF)),'_',num2str(WF(1).T),'s_',num2str(length(WF(1).Seq_Amp)),'bits'] )%save the pulse
WF(1)=BP_filter_WF(WF(1),WF(1).f+[-40 40]*1e3);%band pass filter [-40 40] kHz around the center frequency



%3 Start simulation :
N_elem=2^8; %Tx array, number of element (for a lambda/2 linear array)
Tx_win = chebwin(N_elem ,40)'; %Tx array tapering

%Generate data (for more details see the function (i.e change physical
%parameters, etc..))
[channel_data_field_ii] = sim_ping(points_model,strenth,WF,1,N_elem,Tx_win);

%Save simulated channel data
txtCmd = ['save ','/channel_data','.mat -v7.3 channel_data_field_ii'];
eval(txtCmd);
      *------------------------------------------------------------*
      *                                                            *
      *                      F I E L D   I I                       *
      *                                                            *
      *              Simulator for ultrasound systems              *
      *                                                            *
      *             Copyright by Joergen Arendt Jensen             *
      *    Version 3.24a, May 24, 2014 (Matlab 8.20 gcc version)   *
      *                  Web-site: field-ii.dk                     *
      *                                                            *
      *     This is citationware. Note the terms and conditions    *
      *     for use on the web-site at:                            *
      *               field-ii.dk/?copyright.html                  *
      *  It is illegal to use this program, if the rules in the    *
      *  copyright statement is not followed.                      *
      *------------------------------------------------------------*
Warning:  Remember to set all pulses in apertures for the new sampling frequency
Field II: Generate element data
   0.1 % performed (roughly   2 hours, 43 minutes 30 seconds remaining)   0.1 % performed (roughly   2 hours, 15 minutes 29 seconds remaining)   0.2 % performed (roughly   2 hours, 19 minutes 41 seconds remaining)   0.3 % performed (roughly   2 hours, 30 minutes 23 seconds remaining)   0.3 % performed (roughly   2 hours, 30 minutes 43 seconds remaining)Calculation will take roughly   2 hours, 29 minutes 26 seconds to complete                          
   0.4 % performed (roughly   2 hours, 42 minutes 45 seconds remaining)   0.4 % performed (roughly   3 hours,  0 minutes 24 seconds remaining)   0.5 % performed (roughly   2 hours, 49 minutes 42 seconds remaining)   0.6 % performed (roughly   2 hours, 38 minutes  7 seconds remaining)   0.7 % performed (roughly   2 hours, 28 minutes 27 seconds remaining)   0.8 % performed (roughly   2 hours, 22 minutes 34 seconds remaining)   0.8 % performed (roughly   2 hours, 22 minutes 30 seconds remaining)   0.9 % performed (roughly   2 hours, 17 minutes 16 seconds remaining)   1.0 % performed (roughly   2 hours, 13 minutes 46 seconds remaining)   1.1 % performed (roughly   2 hours, 11 minutes 29 seconds remaining)   1.2 % performed (roughly   2 hours,  9 minutes 35 seconds remaining)   1.3 % performed (roughly   2 hours,  7 minutes 55 seconds remaining)   1.4 % performed (roughly   2 hours,  6 minutes 15 seconds remaining)   1.5 % performed (roughly   2 hours,  5 minutes 12 seconds remaining)   1.6 % performed (roughly   2 hours,  4 minutes  4 seconds remaining)   1.7 % performed (roughly   2 hours,  2 minutes 57 seconds remaining)   1.8 % performed (roughly   2 hours,  2 minutes 10 seconds remaining)   1.9 % performed (roughly   1 hours, 59 minutes 29 seconds remaining)   2.0 % performed (roughly   1 hours, 59 minutes 36 seconds remaining)   2.0 % performed (roughly   1 hours, 59 minutes 44 seconds remaining)   2.1 % performed (roughly   1 hours, 59 minutes 54 seconds remaining)   2.2 % performed (roughly   2 hours,  0 minutes  6 seconds remaining)   2.3 % performed (roughly   2 hours,  0 minutes 14 seconds remaining)   2.4 % performed (roughly   2 hours,  0 minutes 18 seconds remaining)   2.4 % performed (roughly   2 hours,  0 minutes  4 seconds remaining)   2.5 % performed (roughly   1 hours, 59 minutes 38 seconds remaining)   2.6 % performed (roughly   1 hours, 59 minutes  1 seconds remaining)   2.7 % performed (roughly   1 hours, 58 minutes 17 seconds remaining)   2.8 % performed (roughly   1 hours, 57 minutes 11 seconds remaining)   2.9 % performed (roughly   1 hours, 55 minutes 56 seconds remaining)   3.1 % performed (roughly   1 hours, 54 minutes  7 seconds remaining)   3.2 % performed (roughly   1 hours, 52 minutes  5 seconds remaining)   3.4 % performed (roughly   1 hours, 49 minutes 33 seconds remaining)   3.5 % performed (roughly   1 hours, 47 minutes 11 seconds remaining)   3.7 % performed (roughly   1 hours, 45 minutes  6 seconds remaining)   3.8 % performed (roughly   1 hours, 43 minutes 42 seconds remaining)   3.9 % performed (roughly   1 hours, 42 minutes 53 seconds remaining)   4.0 % performed (roughly   1 hours, 42 minutes 32 seconds remaining)   4.1 % performed (roughly   1 hours, 42 minutes 29 seconds remaining)   4.2 % performed (roughly   1 hours, 42 minutes 38 seconds remaining)   4.3 % performed (roughly   1 hours, 42 minutes 47 seconds remaining)   4.4 % performed (roughly   1 hours, 43 minutes  2 seconds remaining)   4.4 % performed (roughly   1 hours, 43 minutes 16 seconds remaining)   4.5 % performed (roughly   1 hours, 43 minutes 30 seconds remaining)   4.6 % performed (roughly   1 hours, 43 minutes 50 seconds remaining)   4.7 % performed (roughly   1 hours, 44 minutes 23 seconds remaining)   4.7 % performed (roughly   1 hours, 44 minutes 39 seconds remaining)   4.8 % performed (roughly   1 hours, 45 minutes  8 seconds remaining)   4.8 % performed (roughly   1 hours, 46 minutes  2 seconds remaining)   4.9 % performed (roughly   1 hours, 46 minutes  4 seconds remaining)   5.0 % performed (roughly   1 hours, 45 minutes 32 seconds remaining)   5.2 % performed (roughly   1 hours, 44 minutes 23 seconds remaining)   5.4 % performed (roughly   1 hours, 42 minutes 22 seconds remaining)   5.5 % performed (roughly   1 hours, 40 minutes 48 seconds remaining)   5.7 % performed (roughly   1 hours, 39 minutes 54 seconds remaining)   5.8 % performed (roughly   1 hours, 39 minutes 40 seconds remaining)   5.9 % performed (roughly   1 hours, 39 minutes 38 seconds remaining)   5.9 % performed (roughly   1 hours, 39 minutes 44 seconds remaining)   6.0 % performed (roughly   1 hours, 39 minutes 53 seconds remaining)   6.1 % performed (roughly   1 hours, 40 minutes  3 seconds remaining)   6.2 % performed (roughly   1 hours, 40 minutes 18 seconds remaining)   6.2 % performed (roughly   1 hours, 40 minutes 45 seconds remaining)   6.3 % performed (roughly   1 hours, 41 minutes 16 seconds remaining)   6.3 % performed (roughly   1 hours, 41 minutes 46 seconds remaining)   6.4 % performed (roughly   1 hours, 42 minutes 11 seconds remaining)   6.5 % performed (roughly   1 hours, 42 minutes 29 seconds remaining)   6.6 % performed (roughly   1 hours, 42 minutes 40 seconds remaining)   6.6 % performed (roughly   1 hours, 42 minutes 46 seconds remaining)   6.7 % performed (roughly   1 hours, 42 minutes 51 seconds remaining)   6.8 % performed (roughly   1 hours, 42 minutes 56 seconds remaining)   6.9 % performed (roughly   1 hours, 42 minutes 58 seconds remaining)   7.0 % performed (roughly   1 hours, 42 minutes 57 seconds remaining)   7.0 % performed (roughly   1 hours, 42 minutes 55 seconds remaining)   7.1 % performed (roughly   1 hours, 42 minutes 44 seconds remaining)   7.2 % performed (roughly   1 hours, 42 minutes 26 seconds remaining)   7.4 % performed (roughly   1 hours, 41 minutes 57 seconds remaining)   7.5 % performed (roughly   1 hours, 41 minutes  9 seconds remaining)   7.7 % performed (roughly   1 hours, 40 minutes  4 seconds remaining)   7.8 % performed (roughly   1 hours, 38 minutes 40 seconds remaining)   8.0 % performed (roughly   1 hours, 37 minutes  8 seconds remaining)   8.2 % performed (roughly   1 hours, 36 minutes  5 seconds remaining)   8.4 % performed (roughly   1 hours, 35 minutes 20 seconds remaining)   8.5 % performed (roughly   1 hours, 34 minutes 53 seconds remaining)   8.6 % performed (roughly   1 hours, 34 minutes 43 seconds remaining)   8.7 % performed (roughly   1 hours, 34 minutes 36 seconds remaining)   8.8 % performed (roughly   1 hours, 34 minutes 36 seconds remaining)   8.8 % performed (roughly   1 hours, 34 minutes 49 seconds remaining)   8.9 % performed (roughly   1 hours, 34 minutes 53 seconds remaining)   9.0 % performed (roughly   1 hours, 34 minutes 58 seconds remaining)   9.1 % performed (roughly   1 hours, 35 minutes  3 seconds remaining)   9.2 % performed (roughly   1 hours, 35 minutes 15 seconds remaining)   9.2 % performed (roughly   1 hours, 35 minutes 22 seconds remaining)   9.3 % performed (roughly   1 hours, 35 minutes 29 seconds remaining)   9.4 % performed (roughly   1 hours, 35 minutes 43 seconds remaining)   9.4 % performed (roughly   1 hours, 36 minutes  3 seconds remaining)   9.5 % performed (roughly   1 hours, 36 minutes 27 seconds remaining)   9.5 % performed (roughly   1 hours, 36 minutes 39 seconds remaining)   9.6 % performed (roughly   1 hours, 36 minutes 53 seconds remaining)   9.7 % performed (roughly   1 hours, 37 minutes  1 seconds remaining)   9.8 % performed (roughly   1 hours, 37 minutes 10 seconds remaining)   9.8 % performed (roughly   1 hours, 37 minutes 19 seconds remaining)   9.9 % performed (roughly   1 hours, 37 minutes 29 seconds remaining)  10.0 % performed (roughly   1 hours, 37 minutes 27 seconds remaining)  10.1 % performed (roughly   1 hours, 37 minutes 22 seconds remaining)  10.2 % performed (roughly   1 hours, 37 minutes 13 seconds remaining)  10.3 % performed (roughly   1 hours, 37 minutes  4 seconds remaining)  10.4 % performed (roughly   1 hours, 36 minutes 51 seconds remaining)  10.5 % performed (roughly   1 hours, 36 minutes 38 seconds remaining)  10.6 % performed (roughly   1 hours, 36 minutes 22 seconds remaining)  10.7 % performed (roughly   1 hours, 36 minutes 11 seconds remaining)  10.8 % performed (roughly   1 hours, 35 minutes 55 seconds remaining)  10.9 % performed (roughly   1 hours, 35 minutes 40 seconds remaining)  11.0 % performed (roughly   1 hours, 35 minutes 30 seconds remaining)  11.1 % performed (roughly   1 hours, 35 minutes 17 seconds remaining)  11.2 % performed (roughly   1 hours, 35 minutes  2 seconds remaining)  11.3 % performed (roughly   1 hours, 34 minutes 50 seconds remaining)  11.4 % performed (roughly   1 hours, 34 minutes 35 seconds remaining)  11.5 % performed (roughly   1 hours, 34 minutes 24 seconds remaining)  11.6 % performed (roughly   1 hours, 34 minutes  9 seconds remaining)  11.7 % performed (roughly   1 hours, 34 minutes  0 seconds remaining)  11.8 % performed (roughly   1 hours, 33 minutes 46 seconds remaining)  11.9 % performed (roughly   1 hours, 33 minutes 37 seconds remaining)  12.1 % performed (roughly   1 hours, 33 minutes 23 seconds remaining)  12.2 % performed (roughly   1 hours, 33 minutes  9 seconds remaining)  12.3 % performed (roughly   1 hours, 32 minutes 56 seconds remaining)  12.4 % performed (roughly   1 hours, 32 minutes 44 seconds remaining)  12.5 % performed (roughly   1 hours, 32 minutes 32 seconds remaining)  12.6 % performed (roughly   1 hours, 32 minutes 17 seconds remaining)  12.7 % performed (roughly   1 hours, 32 minutes  3 seconds remaining)  12.8 % performed (roughly   1 hours, 31 minutes 51 seconds remaining)  12.9 % performed (roughly   1 hours, 31 minutes 45 seconds remaining)  13.0 % performed (roughly   1 hours, 31 minutes 39 seconds remaining)  13.1 % performed (roughly   1 hours, 31 minutes 35 seconds remaining)  13.2 % performed (roughly   1 hours, 31 minutes 33 seconds remaining)  13.3 % performed (roughly   1 hours, 31 minutes 34 seconds remaining)  13.3 % performed (roughly   1 hours, 31 minutes 35 seconds remaining)  13.4 % performed (roughly   1 hours, 31 minutes 38 seconds remaining)  13.5 % performed (roughly   1 hours, 31 minutes 42 seconds remaining)  13.6 % performed (roughly   1 hours, 31 minutes 48 seconds remaining)  13.6 % performed (roughly   1 hours, 31 minutes 54 seconds remaining)  13.7 % performed (roughly   1 hours, 32 minutes  4 seconds remaining)  13.7 % performed (roughly   1 hours, 32 minutes 20 seconds remaining)  13.8 % performed (roughly   1 hours, 32 minutes 33 seconds remaining)  13.8 % performed (roughly   1 hours, 32 minutes 42 seconds remaining)  13.9 % performed (roughly   1 hours, 32 minutes 49 seconds remaining)  14.0 % performed (roughly   1 hours, 32 minutes 54 seconds remaining)  14.1 % performed (roughly   1 hours, 32 minutes 58 seconds remaining)  14.1 % performed (roughly   1 hours, 32 minutes 60 seconds remaining)  14.2 % performed (roughly   1 hours, 33 minutes  0 seconds remaining)  14.3 % performed (roughly   1 hours, 32 minutes 60 seconds remaining)  14.4 % performed (roughly   1 hours, 32 minutes 60 seconds remaining)  14.4 % performed (roughly   1 hours, 32 minutes 59 seconds remaining)  14.5 % performed (roughly   1 hours, 32 minutes 57 seconds remaining)  14.6 % performed (roughly   1 hours, 32 minutes 52 seconds remaining)  14.7 % performed (roughly   1 hours, 32 minutes 47 seconds remaining)  14.8 % performed (roughly   1 hours, 32 minutes 42 seconds remaining)  14.9 % performed (roughly   1 hours, 32 minutes 34 seconds remaining)  15.0 % performed (roughly   1 hours, 32 minutes 25 seconds remaining)  15.1 % performed (roughly   1 hours, 32 minutes 11 seconds remaining)  15.2 % performed (roughly   1 hours, 31 minutes 55 seconds remaining)  15.3 % performed (roughly   1 hours, 31 minutes 35 seconds remaining)  15.5 % performed (roughly   1 hours, 31 minutes 11 seconds remaining)  15.6 % performed (roughly   1 hours, 30 minutes 39 seconds remaining)  15.8 % performed (roughly   1 hours, 30 minutes  3 seconds remaining)  16.0 % performed (roughly   1 hours, 29 minutes 29 seconds remaining)  16.1 % performed (roughly   1 hours, 28 minutes 55 seconds remaining)  16.3 % performed (roughly   1 hours, 28 minutes 22 seconds remaining)  16.4 % performed (roughly   1 hours, 27 minutes 58 seconds remaining)  16.6 % performed (roughly   1 hours, 27 minutes 37 seconds remaining)  16.7 % performed (roughly   1 hours, 27 minutes 19 seconds remaining)  16.8 % performed (roughly   1 hours, 27 minutes  7 seconds remaining)  16.9 % performed (roughly   1 hours, 26 minutes 57 seconds remaining)  17.0 % performed (roughly   1 hours, 26 minutes 47 seconds remaining)  17.1 % performed (roughly   1 hours, 26 minutes 41 seconds remaining)  17.2 % performed (roughly   1 hours, 26 minutes 36 seconds remaining)  17.3 % performed (roughly   1 hours, 26 minutes 31 seconds remaining)  17.4 % performed (roughly   1 hours, 26 minutes 29 seconds remaining)  17.5 % performed (roughly   1 hours, 26 minutes 29 seconds remaining)  17.5 % performed (roughly   1 hours, 26 minutes 30 seconds remaining)  17.6 % performed (roughly   1 hours, 26 minutes 31 seconds remaining)  17.7 % performed (roughly   1 hours, 26 minutes 40 seconds remaining)  17.7 % performed (roughly   1 hours, 26 minutes 44 seconds remaining)  17.8 % performed (roughly   1 hours, 26 minutes 46 seconds remaining)  17.9 % performed (roughly   1 hours, 26 minutes 48 seconds remaining)  17.9 % performed (roughly   1 hours, 26 minutes 51 seconds remaining)  18.0 % performed (roughly   1 hours, 26 minutes 54 seconds remaining)  18.1 % performed (roughly   1 hours, 26 minutes 57 seconds remaining)  18.2 % performed (roughly   1 hours, 27 minutes  0 seconds remaining)  18.2 % performed (roughly   1 hours, 27 minutes  3 seconds remaining)  18.3 % performed (roughly   1 hours, 27 minutes  5 seconds remaining)  18.4 % performed (roughly   1 hours, 27 minutes 10 seconds remaining)  18.4 % performed (roughly   1 hours, 27 minutes 14 seconds remaining)  18.5 % performed (roughly   1 hours, 27 minutes 16 seconds remaining)  18.6 % performed (roughly   1 hours, 27 minutes 17 seconds remaining)  18.6 % performed (roughly   1 hours, 27 minutes 15 seconds remaining)  18.7 % performed (roughly   1 hours, 27 minutes 11 seconds remaining)  18.8 % performed (roughly   1 hours, 27 minutes  5 seconds remaining)  18.9 % performed (roughly   1 hours, 26 minutes 56 seconds remaining)  19.0 % performed (roughly   1 hours, 26 minutes 45 seconds remaining)  19.2 % performed (roughly   1 hours, 26 minutes 32 seconds remaining)  19.3 % performed (roughly   1 hours, 26 minutes 18 seconds remaining)  19.4 % performed (roughly   1 hours, 26 minutes  2 seconds remaining)  19.5 % performed (roughly   1 hours, 25 minutes 46 seconds remaining)  19.6 % performed (roughly   1 hours, 25 minutes 30 seconds remaining)  19.8 % performed (roughly   1 hours, 25 minutes 16 seconds remaining)  19.9 % performed (roughly   1 hours, 25 minutes  2 seconds remaining)  20.0 % performed (roughly   1 hours, 24 minutes 50 seconds remaining)  20.1 % performed (roughly   1 hours, 24 minutes 43 seconds remaining)  20.2 % performed (roughly   1 hours, 24 minutes 36 seconds remaining)  20.3 % performed (roughly   1 hours, 24 minutes 33 seconds remaining)  20.4 % performed (roughly   1 hours, 24 minutes 29 seconds remaining)  20.4 % performed (roughly   1 hours, 24 minutes 27 seconds remaining)  20.5 % performed (roughly   1 hours, 24 minutes 26 seconds remaining)  20.6 % performed (roughly   1 hours, 24 minutes 26 seconds remaining)  20.7 % performed (roughly   1 hours, 24 minutes 26 seconds remaining)  20.7 % performed (roughly   1 hours, 24 minutes 30 seconds remaining)  20.8 % performed (roughly   1 hours, 24 minutes 29 seconds remaining)  20.9 % performed (roughly   1 hours, 24 minutes 28 seconds remaining)  21.0 % performed (roughly   1 hours, 24 minutes 26 seconds remaining)  21.0 % performed (roughly   1 hours, 24 minutes 25 seconds remaining)  21.1 % performed (roughly   1 hours, 24 minutes 17 seconds remaining)  21.3 % performed (roughly   1 hours, 23 minutes 60 seconds remaining)  21.5 % performed (roughly   1 hours, 23 minutes 28 seconds remaining)  21.6 % performed (roughly   1 hours, 22 minutes 59 seconds remaining)  21.7 % performed (roughly   1 hours, 22 minutes 45 seconds remaining)  21.8 % performed (roughly   1 hours, 22 minutes 39 seconds remaining)  21.9 % performed (roughly   1 hours, 22 minutes 37 seconds remaining)  22.0 % performed (roughly   1 hours, 22 minutes 36 seconds remaining)  22.1 % performed (roughly   1 hours, 22 minutes 34 seconds remaining)  22.1 % performed (roughly   1 hours, 22 minutes 36 seconds remaining)  22.2 % performed (roughly   1 hours, 22 minutes 37 seconds remaining)  22.3 % performed (roughly   1 hours, 22 minutes 36 seconds remaining)  22.4 % performed (roughly   1 hours, 22 minutes 34 seconds remaining)  22.5 % performed (roughly   1 hours, 22 minutes 28 seconds remaining)  22.6 % performed (roughly   1 hours, 22 minutes 13 seconds remaining)  22.8 % performed (roughly   1 hours, 21 minutes 44 seconds remaining)  22.9 % performed (roughly   1 hours, 21 minutes 27 seconds remaining)  23.0 % performed (roughly   1 hours, 21 minutes 20 seconds remaining)  23.1 % performed (roughly   1 hours, 21 minutes 18 seconds remaining)  23.2 % performed (roughly   1 hours, 21 minutes 16 seconds remaining)  23.2 % performed (roughly   1 hours, 21 minutes 15 seconds remaining)  23.4 % performed (roughly   1 hours, 21 minutes  2 seconds remaining)  23.4 % performed (roughly   1 hours, 21 minutes  0 seconds remaining)  23.6 % performed (roughly   1 hours, 20 minutes 48 seconds remaining)  23.6 % performed (roughly   1 hours, 20 minutes 51 seconds remaining)  23.7 % performed (roughly   1 hours, 20 minutes 50 seconds remaining)  23.8 % performed (roughly   1 hours, 20 minutes 45 seconds remaining)  23.9 % performed (roughly   1 hours, 20 minutes 34 seconds remaining)  24.0 % performed (roughly   1 hours, 20 minutes 18 seconds remaining)  24.2 % performed (roughly   1 hours, 20 minutes  3 seconds remaining)  24.3 % performed (roughly   1 hours, 19 minutes 53 seconds remaining)  24.4 % performed (roughly   1 hours, 19 minutes 49 seconds remaining)  24.4 % performed (roughly   1 hours, 19 minutes 48 seconds remaining)  24.5 % performed (roughly   1 hours, 19 minutes 48 seconds remaining)  24.6 % performed (roughly   1 hours, 19 minutes 47 seconds remaining)  24.7 % performed (roughly   1 hours, 19 minutes 45 seconds remaining)  24.8 % performed (roughly   1 hours, 19 minutes 24 seconds remaining)  24.9 % performed (roughly   1 hours, 19 minutes 15 seconds remaining)  25.0 % performed (roughly   1 hours, 19 minutes 15 seconds remaining)  25.1 % performed (roughly   1 hours, 19 minutes 17 seconds remaining)  25.1 % performed (roughly   1 hours, 19 minutes 18 seconds remaining)  25.2 % performed (roughly   1 hours, 19 minutes 16 seconds remaining)  25.3 % performed (roughly   1 hours, 19 minutes 14 seconds remaining)  25.4 % performed (roughly   1 hours, 19 minutes  8 seconds remaining)  25.5 % performed (roughly   1 hours, 19 minutes  1 seconds remaining)  25.6 % performed (roughly   1 hours, 18 minutes 53 seconds remaining)  25.7 % performed (roughly   1 hours, 18 minutes 39 seconds remaining)  25.8 % performed (roughly   1 hours, 18 minutes 25 seconds remaining)  25.9 % performed (roughly   1 hours, 18 minutes 11 seconds remaining)  26.1 % performed (roughly   1 hours, 18 minutes  0 seconds remaining)  26.2 % performed (roughly   1 hours, 17 minutes 51 seconds remaining)  26.3 % performed (roughly   1 hours, 17 minutes 44 seconds remaining)  26.4 % performed (roughly   1 hours, 17 minutes 40 seconds remaining)  26.4 % performed (roughly   1 hours, 17 minutes 37 seconds remaining)  26.5 % performed (roughly   1 hours, 17 minutes 35 seconds remaining)  26.6 % performed (roughly   1 hours, 17 minutes 35 seconds remaining)  26.7 % performed (roughly   1 hours, 17 minutes 35 seconds remaining)  26.7 % performed (roughly   1 hours, 17 minutes 33 seconds remaining)  26.8 % performed (roughly   1 hours, 17 minutes 31 seconds remaining)  27.0 % performed (roughly   1 hours, 17 minutes 15 seconds remaining)  27.1 % performed (roughly   1 hours, 16 minutes 60 seconds remaining)  27.2 % performed (roughly   1 hours, 16 minutes 58 seconds remaining)  27.2 % performed (roughly   1 hours, 16 minutes 59 seconds remaining)  27.3 % performed (roughly   1 hours, 16 minutes 59 seconds remaining)  27.4 % performed (roughly   1 hours, 16 minutes 58 seconds remaining)  27.4 % performed (roughly   1 hours, 16 minutes 56 seconds remaining)  27.5 % performed (roughly   1 hours, 16 minutes 53 seconds remaining)  27.6 % performed (roughly   1 hours, 16 minutes 48 seconds remaining)  27.7 % performed (roughly   1 hours, 16 minutes 43 seconds remaining)  27.8 % performed (roughly   1 hours, 16 minutes 34 seconds remaining)  27.9 % performed (roughly   1 hours, 16 minutes 26 seconds remaining)  28.0 % performed (roughly   1 hours, 16 minutes 17 seconds remaining)  28.1 % performed (roughly   1 hours, 16 minutes  8 seconds remaining)  28.2 % performed (roughly   1 hours, 15 minutes 58 seconds remaining)  28.4 % performed (roughly   1 hours, 15 minutes 49 seconds remaining)  28.4 % performed (roughly   1 hours, 15 minutes 44 seconds remaining)  28.5 % performed (roughly   1 hours, 15 minutes 35 seconds remaining)  28.7 % performed (roughly   1 hours, 15 minutes 27 seconds remaining)  28.8 % performed (roughly   1 hours, 15 minutes 18 seconds remaining)  28.9 % performed (roughly   1 hours, 15 minutes 10 seconds remaining)  29.0 % performed (roughly   1 hours, 15 minutes  3 seconds remaining)  29.1 % performed (roughly   1 hours, 14 minutes 54 seconds remaining)  29.2 % performed (roughly   1 hours, 14 minutes 45 seconds remaining)  29.3 % performed (roughly   1 hours, 14 minutes 36 seconds remaining)  29.4 % performed (roughly   1 hours, 14 minutes 28 seconds remaining)  29.5 % performed (roughly   1 hours, 14 minutes 21 seconds remaining)  29.6 % performed (roughly   1 hours, 14 minutes 16 seconds remaining)  29.7 % performed (roughly   1 hours, 14 minutes 12 seconds remaining)  29.8 % performed (roughly   1 hours, 14 minutes  8 seconds remaining)  29.8 % performed (roughly   1 hours, 14 minutes  6 seconds remaining)  29.9 % performed (roughly   1 hours, 14 minutes  4 seconds remaining)  30.0 % performed (roughly   1 hours, 14 minutes  3 seconds remaining)  30.1 % performed (roughly   1 hours, 14 minutes  0 seconds remaining)  30.2 % performed (roughly   1 hours, 13 minutes 49 seconds remaining)  30.2 % performed (roughly   1 hours, 13 minutes 49 seconds remaining)  30.3 % performed (roughly   1 hours, 13 minutes 47 seconds remaining)  30.4 % performed (roughly   1 hours, 13 minutes 41 seconds remaining)  30.5 % performed (roughly   1 hours, 13 minutes 31 seconds remaining)  30.6 % performed (roughly   1 hours, 13 minutes 22 seconds remaining)  30.7 % performed (roughly   1 hours, 13 minutes 13 seconds remaining)  30.9 % performed (roughly   1 hours, 13 minutes  4 seconds remaining)  30.9 % performed (roughly   1 hours, 12 minutes 60 seconds remaining)  31.0 % performed (roughly   1 hours, 12 minutes 57 seconds remaining)  31.1 % performed (roughly   1 hours, 12 minutes 55 seconds remaining)  31.2 % performed (roughly   1 hours, 12 minutes 48 seconds remaining)  31.3 % performed (roughly   1 hours, 12 minutes 34 seconds remaining)  31.4 % performed (roughly   1 hours, 12 minutes 33 seconds remaining)  31.5 % performed (roughly   1 hours, 12 minutes 33 seconds remaining)  31.5 % performed (roughly   1 hours, 12 minutes 31 seconds remaining)  31.6 % performed (roughly   1 hours, 12 minutes 28 seconds remaining)  31.7 % performed (roughly   1 hours, 12 minutes 22 seconds remaining)  31.8 % performed (roughly   1 hours, 12 minutes 14 seconds remaining)  31.9 % performed (roughly   1 hours, 12 minutes  5 seconds remaining)  32.0 % performed (roughly   1 hours, 11 minutes 57 seconds remaining)  32.1 % performed (roughly   1 hours, 11 minutes 48 seconds remaining)  32.2 % performed (roughly   1 hours, 11 minutes 40 seconds remaining)  32.3 % performed (roughly   1 hours, 11 minutes 32 seconds remaining)  32.4 % performed (roughly   1 hours, 11 minutes 24 seconds remaining)  32.6 % performed (roughly   1 hours, 11 minutes 16 seconds remaining)  32.7 % performed (roughly   1 hours, 11 minutes  8 seconds remaining)  32.8 % performed (roughly   1 hours, 11 minutes  1 seconds remaining)  32.8 % performed (roughly   1 hours, 10 minutes 56 seconds remaining)  32.9 % performed (roughly   1 hours, 10 minutes 51 seconds remaining)  33.0 % performed (roughly   1 hours, 10 minutes 49 seconds remaining)  33.1 % performed (roughly   1 hours, 10 minutes 47 seconds remaining)  33.2 % performed (roughly   1 hours, 10 minutes 44 seconds remaining)  33.2 % performed (roughly   1 hours, 10 minutes 41 seconds remaining)  33.4 % performed (roughly   1 hours, 10 minutes 32 seconds remaining)  33.5 % performed (roughly   1 hours, 10 minutes 14 seconds remaining)  33.6 % performed (roughly   1 hours, 10 minutes  9 seconds remaining)  33.7 % performed (roughly   1 hours, 10 minutes  7 seconds remaining)  33.7 % performed (roughly   1 hours, 10 minutes  7 seconds remaining)  33.8 % performed (roughly   1 hours, 10 minutes  5 seconds remaining)  33.9 % performed (roughly   1 hours, 10 minutes  2 seconds remaining)  34.0 % performed (roughly   1 hours,  9 minutes 58 seconds remaining)  34.1 % performed (roughly   1 hours,  9 minutes 52 seconds remaining)  34.2 % performed (roughly   1 hours,  9 minutes 44 seconds remaining)  34.3 % performed (roughly   1 hours,  9 minutes 36 seconds remaining)  34.4 % performed (roughly   1 hours,  9 minutes 28 seconds remaining)  34.5 % performed (roughly   1 hours,  9 minutes 19 seconds remaining)  34.6 % performed (roughly   1 hours,  9 minutes 12 seconds remaining)  34.7 % performed (roughly   1 hours,  9 minutes  3 seconds remaining)  34.8 % performed (roughly   1 hours,  8 minutes 56 seconds remaining)  34.9 % performed (roughly   1 hours,  8 minutes 48 seconds remaining)  35.0 % performed (roughly   1 hours,  8 minutes 44 seconds remaining)  35.1 % performed (roughly   1 hours,  8 minutes 37 seconds remaining)  35.2 % performed (roughly   1 hours,  8 minutes 30 seconds remaining)  35.3 % performed (roughly   1 hours,  8 minutes 24 seconds remaining)  35.4 % performed (roughly   1 hours,  8 minutes 16 seconds remaining)  35.5 % performed (roughly   1 hours,  8 minutes  9 seconds remaining)  35.6 % performed (roughly   1 hours,  8 minutes  2 seconds remaining)  35.7 % performed (roughly   1 hours,  7 minutes 54 seconds remaining)  35.8 % performed (roughly   1 hours,  7 minutes 47 seconds remaining)  35.9 % performed (roughly   1 hours,  7 minutes 41 seconds remaining)  36.0 % performed (roughly   1 hours,  7 minutes 35 seconds remaining)  36.1 % performed (roughly   1 hours,  7 minutes 31 seconds remaining)  36.2 % performed (roughly   1 hours,  7 minutes 28 seconds remaining)  36.2 % performed (roughly   1 hours,  7 minutes 25 seconds remaining)  36.3 % performed (roughly   1 hours,  7 minutes 22 seconds remaining)  36.4 % performed (roughly   1 hours,  7 minutes 13 seconds remaining)  36.5 % performed (roughly   1 hours,  7 minutes  9 seconds remaining)  36.6 % performed (roughly   1 hours,  7 minutes  8 seconds remaining)  36.7 % performed (roughly   1 hours,  7 minutes  3 seconds remaining)  36.8 % performed (roughly   1 hours,  6 minutes 56 seconds remaining)  36.9 % performed (roughly   1 hours,  6 minutes 46 seconds remaining)  37.0 % performed (roughly   1 hours,  6 minutes 36 seconds remaining)  37.1 % performed (roughly   1 hours,  6 minutes 28 seconds remaining)  37.2 % performed (roughly   1 hours,  6 minutes 22 seconds remaining)  37.3 % performed (roughly   1 hours,  6 minutes 18 seconds remaining)  37.4 % performed (roughly   1 hours,  6 minutes 15 seconds remaining)  37.4 % performed (roughly   1 hours,  6 minutes 12 seconds remaining)  37.5 % performed (roughly   1 hours,  6 minutes  2 seconds remaining)  37.7 % performed (roughly   1 hours,  5 minutes 51 seconds remaining)  37.7 % performed (roughly   1 hours,  5 minutes 49 seconds remaining)  37.8 % performed (roughly   1 hours,  5 minutes 47 seconds remaining)  37.9 % performed (roughly   1 hours,  5 minutes 44 seconds remaining)  38.0 % performed (roughly   1 hours,  5 minutes 39 seconds remaining)  38.1 % performed (roughly   1 hours,  5 minutes 32 seconds remaining)  38.2 % performed (roughly   1 hours,  5 minutes 24 seconds remaining)  38.3 % performed (roughly   1 hours,  5 minutes 16 seconds remaining)  38.4 % performed (roughly   1 hours,  5 minutes  9 seconds remaining)  38.5 % performed (roughly   1 hours,  5 minutes  1 seconds remaining)  38.6 % performed (roughly   1 hours,  4 minutes 54 seconds remaining)  38.7 % performed (roughly   1 hours,  4 minutes 48 seconds remaining)  38.8 % performed (roughly   1 hours,  4 minutes 41 seconds remaining)  38.9 % performed (roughly   1 hours,  4 minutes 34 seconds remaining)  39.0 % performed (roughly   1 hours,  4 minutes 26 seconds remaining)  39.1 % performed (roughly   1 hours,  4 minutes 19 seconds remaining)  39.2 % performed (roughly   1 hours,  4 minutes 12 seconds remaining)  39.3 % performed (roughly   1 hours,  4 minutes  7 seconds remaining)  39.4 % performed (roughly   1 hours,  4 minutes  3 seconds remaining)  39.5 % performed (roughly   1 hours,  3 minutes 60 seconds remaining)  39.5 % performed (roughly   1 hours,  3 minutes 57 seconds remaining)  39.6 % performed (roughly   1 hours,  3 minutes 53 seconds remaining)  39.7 % performed (roughly   1 hours,  3 minutes 42 seconds remaining)  39.9 % performed (roughly   1 hours,  3 minutes 30 seconds remaining)  39.9 % performed (roughly   1 hours,  3 minutes 27 seconds remaining)  40.0 % performed (roughly   1 hours,  3 minutes 27 seconds remaining)  40.1 % performed (roughly   1 hours,  3 minutes 25 seconds remaining)  40.1 % performed (roughly   1 hours,  3 minutes 23 seconds remaining)  40.2 % performed (roughly   1 hours,  3 minutes 19 seconds remaining)  40.3 % performed (roughly   1 hours,  3 minutes 15 seconds remaining)  40.4 % performed (roughly   1 hours,  3 minutes  9 seconds remaining)  40.5 % performed (roughly   1 hours,  3 minutes  1 seconds remaining)  40.6 % performed (roughly   1 hours,  2 minutes 52 seconds remaining)  40.7 % performed (roughly   1 hours,  2 minutes 43 seconds remaining)  40.9 % performed (roughly   1 hours,  2 minutes 32 seconds remaining)  41.0 % performed (roughly   1 hours,  2 minutes 23 seconds remaining)  41.1 % performed (roughly   1 hours,  2 minutes 12 seconds remaining)  41.2 % performed (roughly   1 hours,  2 minutes  3 seconds remaining)  41.3 % performed (roughly   1 hours,  1 minutes 56 seconds remaining)  41.4 % performed (roughly   1 hours,  1 minutes 49 seconds remaining)  41.5 % performed (roughly   1 hours,  1 minutes 42 seconds remaining)  41.6 % performed (roughly   1 hours,  1 minutes 38 seconds remaining)  41.7 % performed (roughly   1 hours,  1 minutes 34 seconds remaining)  41.8 % performed (roughly   1 hours,  1 minutes 31 seconds remaining)  41.8 % performed (roughly   1 hours,  1 minutes 28 seconds remaining)  41.9 % performed (roughly   1 hours,  1 minutes 26 seconds remaining)  42.0 % performed (roughly   1 hours,  1 minutes 24 seconds remaining)  42.0 % performed (roughly   1 hours,  1 minutes 22 seconds remaining)  42.1 % performed (roughly   1 hours,  1 minutes 19 seconds remaining)  42.2 % performed (roughly   1 hours,  1 minutes 16 seconds remaining)  42.3 % performed (roughly   1 hours,  1 minutes 13 seconds remaining)  42.3 % performed (roughly   1 hours,  1 minutes  8 seconds remaining)  42.4 % performed (roughly   1 hours,  1 minutes  2 seconds remaining)  42.5 % performed (roughly   1 hours,  0 minutes 57 seconds remaining)  42.6 % performed (roughly   1 hours,  0 minutes 50 seconds remaining)  42.7 % performed (roughly   1 hours,  0 minutes 43 seconds remaining)  42.8 % performed (roughly   1 hours,  0 minutes 36 seconds remaining)  42.9 % performed (roughly   1 hours,  0 minutes 28 seconds remaining)  43.0 % performed (roughly   1 hours,  0 minutes 20 seconds remaining)  43.2 % performed (roughly   1 hours,  0 minutes 12 seconds remaining)  43.3 % performed (roughly   1 hours,  0 minutes  5 seconds remaining)  43.4 % performed (roughly 59 minutes 56 seconds remaining)                 43.5 % performed (roughly 59 minutes 48 seconds remaining)                 43.6 % performed (roughly 59 minutes 40 seconds remaining)                 43.7 % performed (roughly 59 minutes 32 seconds remaining)                 43.8 % performed (roughly 59 minutes 25 seconds remaining)                 43.9 % performed (roughly 59 minutes 17 seconds remaining)                 44.0 % performed (roughly 59 minutes  9 seconds remaining)                 44.1 % performed (roughly 59 minutes  2 seconds remaining)                 44.2 % performed (roughly 58 minutes 55 seconds remaining)                 44.3 % performed (roughly 58 minutes 47 seconds remaining)                 44.4 % performed (roughly 58 minutes 40 seconds remaining)                 44.5 % performed (roughly 58 minutes 33 seconds remaining)                 44.6 % performed (roughly 58 minutes 27 seconds remaining)                 44.7 % performed (roughly 58 minutes 22 seconds remaining)                 44.8 % performed (roughly 58 minutes 18 seconds remaining)                 44.9 % performed (roughly 58 minutes 14 seconds remaining)                 44.9 % performed (roughly 58 minutes 11 seconds remaining)                 45.0 % performed (roughly 58 minutes  8 seconds remaining)                 45.1 % performed (roughly 58 minutes  6 seconds remaining)                 45.2 % performed (roughly 58 minutes  4 seconds remaining)                 45.2 % performed (roughly 58 minutes  0 seconds remaining)                 45.3 % performed (roughly 57 minutes 57 seconds remaining)                 45.4 % performed (roughly 57 minutes 52 seconds remaining)                 45.5 % performed (roughly 57 minutes 44 seconds remaining)                 45.7 % performed (roughly 57 minutes 27 seconds remaining)                 45.8 % performed (roughly 57 minutes 14 seconds remaining)                 45.9 % performed (roughly 57 minutes  7 seconds remaining)                 46.0 % performed (roughly 57 minutes  4 seconds remaining)                 46.1 % performed (roughly 57 minutes  0 seconds remaining)                 46.1 % performed (roughly 57 minutes  0 seconds remaining)                 46.2 % performed (roughly 56 minutes 58 seconds remaining)                 46.3 % performed (roughly 56 minutes 56 seconds remaining)                 46.3 % performed (roughly 56 minutes 53 seconds remaining)                 46.4 % performed (roughly 56 minutes 50 seconds remaining)                 46.5 % performed (roughly 56 minutes 47 seconds remaining)                 46.5 % performed (roughly 56 minutes 44 seconds remaining)                 46.6 % performed (roughly 56 minutes 40 seconds remaining)                 46.7 % performed (roughly 56 minutes 36 seconds remaining)                 46.8 % performed (roughly 56 minutes 32 seconds remaining)                 46.9 % performed (roughly 56 minutes 27 seconds remaining)                 47.0 % performed (roughly 56 minutes 22 seconds remaining)                 47.1 % performed (roughly 56 minutes 16 seconds remaining)                 47.1 % performed (roughly 56 minutes  9 seconds remaining)                 47.3 % performed (roughly 56 minutes  1 seconds remaining)                 47.4 % performed (roughly 55 minutes 53 seconds remaining)                 47.5 % performed (roughly 55 minutes 43 seconds remaining)                 47.6 % performed (roughly 55 minutes 33 seconds remaining)                 47.7 % performed (roughly 55 minutes 23 seconds remaining)                 47.9 % performed (roughly 55 minutes 13 seconds remaining)                 48.0 % performed (roughly 55 minutes  3 seconds remaining)                 48.1 % performed (roughly 54 minutes 52 seconds remaining)                 48.3 % performed (roughly 54 minutes 42 seconds remaining)                 48.4 % performed (roughly 54 minutes 32 seconds remaining)                 48.5 % performed (roughly 54 minutes 23 seconds remaining)                 48.6 % performed (roughly 54 minutes 14 seconds remaining)                 48.7 % performed (roughly 54 minutes  5 seconds remaining)                 48.8 % performed (roughly 53 minutes 58 seconds remaining)                 48.9 % performed (roughly 53 minutes 50 seconds remaining)                 49.0 % performed (roughly 53 minutes 44 seconds remaining)                 49.1 % performed (roughly 53 minutes 37 seconds remaining)                 49.2 % performed (roughly 53 minutes 32 seconds remaining)                 49.3 % performed (roughly 53 minutes 26 seconds remaining)                 49.4 % performed (roughly 53 minutes 21 seconds remaining)                 49.5 % performed (roughly 53 minutes 17 seconds remaining)                 49.6 % performed (roughly 53 minutes 13 seconds remaining)                 49.6 % performed (roughly 53 minutes 10 seconds remaining)                 49.7 % performed (roughly 53 minutes  6 seconds remaining)                 49.8 % performed (roughly 53 minutes  3 seconds remaining)                 49.9 % performed (roughly 53 minutes  1 seconds remaining)                 49.9 % performed (roughly 52 minutes 58 seconds remaining)                 50.0 % performed (roughly 52 minutes 56 seconds remaining)                 50.0 % performed (roughly 52 minutes 55 seconds remaining)                 50.1 % performed (roughly 52 minutes 51 seconds remaining)                 50.2 % performed (roughly 52 minutes 47 seconds remaining)                 50.3 % performed (roughly 52 minutes 38 seconds remaining)                 50.5 % performed (roughly 52 minutes 22 seconds remaining)                 50.6 % performed (roughly 52 minutes 16 seconds remaining)                 50.7 % performed (roughly 52 minutes 12 seconds remaining)                 50.7 % performed (roughly 52 minutes  9 seconds remaining)                 50.8 % performed (roughly 52 minutes  7 seconds remaining)                 50.9 % performed (roughly 52 minutes  4 seconds remaining)                 50.9 % performed (roughly 52 minutes  0 seconds remaining)                 51.0 % performed (roughly 51 minutes 57 seconds remaining)                 51.1 % performed (roughly 51 minutes 52 seconds remaining)                 51.2 % performed (roughly 51 minutes 47 seconds remaining)                 51.3 % performed (roughly 51 minutes 41 seconds remaining)                 51.4 % performed (roughly 51 minutes 35 seconds remaining)                 51.5 % performed (roughly 51 minutes 28 seconds remaining)                 51.6 % performed (roughly 51 minutes 21 seconds remaining)                 51.7 % performed (roughly 51 minutes 13 seconds remaining)                 51.8 % performed (roughly 51 minutes  5 seconds remaining)                 51.9 % performed (roughly 50 minutes 57 seconds remaining)                 52.0 % performed (roughly 50 minutes 50 seconds remaining)                 52.1 % performed (roughly 50 minutes 43 seconds remaining)                 52.2 % performed (roughly 50 minutes 35 seconds remaining)                 52.3 % performed (roughly 50 minutes 28 seconds remaining)                 52.4 % performed (roughly 50 minutes 20 seconds remaining)                 52.5 % performed (roughly 50 minutes 13 seconds remaining)                 52.6 % performed (roughly 50 minutes  6 seconds remaining)                 52.8 % performed (roughly 49 minutes 58 seconds remaining)                 52.9 % performed (roughly 49 minutes 51 seconds remaining)                 53.0 % performed (roughly 49 minutes 44 seconds remaining)                 53.1 % performed (roughly 49 minutes 37 seconds remaining)                 53.2 % performed (roughly 49 minutes 30 seconds remaining)                 53.3 % performed (roughly 49 minutes 23 seconds remaining)                 53.4 % performed (roughly 49 minutes 15 seconds remaining)                 53.5 % performed (roughly 49 minutes  8 seconds remaining)                 53.6 % performed (roughly 49 minutes  2 seconds remaining)                 53.7 % performed (roughly 48 minutes 55 seconds remaining)                 53.8 % performed (roughly 48 minutes 50 seconds remaining)                 53.9 % performed (roughly 48 minutes 45 seconds remaining)                 53.9 % performed (roughly 48 minutes 40 seconds remaining)                 54.0 % performed (roughly 48 minutes 36 seconds remaining)                 54.1 % performed (roughly 48 minutes 32 seconds remaining)                 54.2 % performed (roughly 48 minutes 29 seconds remaining)                 54.2 % performed (roughly 48 minutes 26 seconds remaining)                 54.3 % performed (roughly 48 minutes 24 seconds remaining)                 54.4 % performed (roughly 48 minutes 20 seconds remaining)                 54.4 % performed (roughly 48 minutes 16 seconds remaining)                 54.5 % performed (roughly 48 minutes 12 seconds remaining)                 54.6 % performed (roughly 48 minutes  6 seconds remaining)                 54.8 % performed (roughly 47 minutes 55 seconds remaining)                 54.9 % performed (roughly 47 minutes 38 seconds remaining)                 55.1 % performed (roughly 47 minutes 28 seconds remaining)                 55.2 % performed (roughly 47 minutes 24 seconds remaining)                 55.2 % performed (roughly 47 minutes 20 seconds remaining)                 55.3 % performed (roughly 47 minutes 16 seconds remaining)                 55.4 % performed (roughly 47 minutes 15 seconds remaining)                 55.4 % performed (roughly 47 minutes 13 seconds remaining)                 55.5 % performed (roughly 47 minutes 10 seconds remaining)                 55.6 % performed (roughly 47 minutes  7 seconds remaining)                 55.6 % performed (roughly 47 minutes  5 seconds remaining)                 55.7 % performed (roughly 47 minutes  3 seconds remaining)                 55.8 % performed (roughly 46 minutes 59 seconds remaining)                 55.8 % performed (roughly 46 minutes 54 seconds remaining)                 55.9 % performed (roughly 46 minutes 48 seconds remaining)                 56.0 % performed (roughly 46 minutes 42 seconds remaining)                 56.1 % performed (roughly 46 minutes 35 seconds remaining)                 56.3 % performed (roughly 46 minutes 25 seconds remaining)                 56.4 % performed (roughly 46 minutes 15 seconds remaining)                 56.6 % performed (roughly 46 minutes  1 seconds remaining)                 56.7 % performed (roughly 45 minutes 48 seconds remaining)                 56.9 % performed (roughly 45 minutes 35 seconds remaining)                 57.0 % performed (roughly 45 minutes 24 seconds remaining)                 57.1 % performed (roughly 45 minutes 16 seconds remaining)                 57.2 % performed (roughly 45 minutes  9 seconds remaining)                 57.3 % performed (roughly 45 minutes  3 seconds remaining)                 57.4 % performed (roughly 44 minutes 57 seconds remaining)                 57.5 % performed (roughly 44 minutes 52 seconds remaining)                 57.6 % performed (roughly 44 minutes 47 seconds remaining)                 57.7 % performed (roughly 44 minutes 43 seconds remaining)                 57.7 % performed (roughly 44 minutes 40 seconds remaining)                 57.8 % performed (roughly 44 minutes 37 seconds remaining)                 57.9 % performed (roughly 44 minutes 34 seconds remaining)                 57.9 % performed (roughly 44 minutes 31 seconds remaining)                 58.0 % performed (roughly 44 minutes 29 seconds remaining)                 58.1 % performed (roughly 44 minutes 26 seconds remaining)                 58.1 % performed (roughly 44 minutes 21 seconds remaining)                 58.2 % performed (roughly 44 minutes 16 seconds remaining)                 58.4 % performed (roughly 44 minutes  2 seconds remaining)                 58.5 % performed (roughly 43 minutes 53 seconds remaining)                 58.6 % performed (roughly 43 minutes 49 seconds remaining)                 58.7 % performed (roughly 43 minutes 45 seconds remaining)                 58.7 % performed (roughly 43 minutes 43 seconds remaining)                 58.8 % performed (roughly 43 minutes 41 seconds remaining)                 58.9 % performed (roughly 43 minutes 37 seconds remaining)                 58.9 % performed (roughly 43 minutes 34 seconds remaining)                 59.0 % performed (roughly 43 minutes 30 seconds remaining)                 59.1 % performed (roughly 43 minutes 26 seconds remaining)                 59.2 % performed (roughly 43 minutes 22 seconds remaining)                 59.2 % performed (roughly 43 minutes 17 seconds remaining)                 59.3 % performed (roughly 43 minutes 11 seconds remaining)                 59.4 % performed (roughly 43 minutes  5 seconds remaining)                 59.5 % performed (roughly 42 minutes 59 seconds remaining)                 59.6 % performed (roughly 42 minutes 51 seconds remaining)                 59.7 % performed (roughly 42 minutes 43 seconds remaining)                 59.9 % performed (roughly 42 minutes 34 seconds remaining)                 60.0 % performed (roughly 42 minutes 25 seconds remaining)                 60.1 % performed (roughly 42 minutes 15 seconds remaining)                 60.3 % performed (roughly 42 minutes  4 seconds remaining)                 60.4 % performed (roughly 41 minutes 53 seconds remaining)                 60.5 % performed (roughly 41 minutes 43 seconds remaining)                 60.7 % performed (roughly 41 minutes 34 seconds remaining)                 60.8 % performed (roughly 41 minutes 24 seconds remaining)                 60.9 % performed (roughly 41 minutes 16 seconds remaining)                 61.0 % performed (roughly 41 minutes  8 seconds remaining)                 61.1 % performed (roughly 41 minutes  0 seconds remaining)                 61.2 % performed (roughly 40 minutes 54 seconds remaining)                 61.3 % performed (roughly 40 minutes 49 seconds remaining)                 61.4 % performed (roughly 40 minutes 43 seconds remaining)                 61.5 % performed (roughly 40 minutes 38 seconds remaining)                 61.6 % performed (roughly 40 minutes 33 seconds remaining)                 61.7 % performed (roughly 40 minutes 29 seconds remaining)                 61.7 % performed (roughly 40 minutes 25 seconds remaining)                 61.8 % performed (roughly 40 minutes 21 seconds remaining)                 61.9 % performed (roughly 40 minutes 18 seconds remaining)                 61.9 % performed (roughly 40 minutes 15 seconds remaining)                 62.0 % performed (roughly 40 minutes 12 seconds remaining)                 62.1 % performed (roughly 40 minutes  8 seconds remaining)                 62.1 % performed (roughly 40 minutes  5 seconds remaining)                 62.2 % performed (roughly 40 minutes  0 seconds remaining)                 62.3 % performed (roughly 39 minutes 56 seconds remaining)                 62.4 % performed (roughly 39 minutes 49 seconds remaining)                 62.5 % performed (roughly 39 minutes 38 seconds remaining)                 62.7 % performed (roughly 39 minutes 22 seconds remaining)                 62.9 % performed (roughly 39 minutes 13 seconds remaining)                 63.0 % performed (roughly 39 minutes  8 seconds remaining)                 63.0 % performed (roughly 39 minutes  4 seconds remaining)                 63.1 % performed (roughly 38 minutes 60 seconds remaining)                 63.2 % performed (roughly 38 minutes 58 seconds remaining)                 63.2 % performed (roughly 38 minutes 55 seconds remaining)                 63.3 % performed (roughly 38 minutes 52 seconds remaining)                 63.4 % performed (roughly 38 minutes 49 seconds remaining)                 63.4 % performed (roughly 38 minutes 45 seconds remaining)                 63.5 % performed (roughly 38 minutes 41 seconds remaining)                 63.6 % performed (roughly 38 minutes 38 seconds remaining)                 63.6 % performed (roughly 38 minutes 33 seconds remaining)                 63.7 % performed (roughly 38 minutes 28 seconds remaining)                 63.8 % performed (roughly 38 minutes 22 seconds remaining)                 63.9 % performed (roughly 38 minutes 16 seconds remaining)                 64.0 % performed (roughly 38 minutes  8 seconds remaining)                 64.1 % performed (roughly 38 minutes  0 seconds remaining)                 64.3 % performed (roughly 37 minutes 51 seconds remaining)                 64.4 % performed (roughly 37 minutes 39 seconds remaining)                 64.6 % performed (roughly 37 minutes 27 seconds remaining)                 64.7 % performed (roughly 37 minutes 14 seconds remaining)                 64.9 % performed (roughly 37 minutes  3 seconds remaining)                 65.0 % performed (roughly 36 minutes 53 seconds remaining)                 65.2 % performed (roughly 36 minutes 44 seconds remaining)                 65.3 % performed (roughly 36 minutes 36 seconds remaining)                 65.4 % performed (roughly 36 minutes 30 seconds remaining)                 65.5 % performed (roughly 36 minutes 24 seconds remaining)                 65.5 % performed (roughly 36 minutes 19 seconds remaining)                 65.6 % performed (roughly 36 minutes 14 seconds remaining)                 65.7 % performed (roughly 36 minutes 10 seconds remaining)                 65.8 % performed (roughly 36 minutes  6 seconds remaining)                 65.9 % performed (roughly 36 minutes  2 seconds remaining)                 65.9 % performed (roughly 35 minutes 59 seconds remaining)                 66.0 % performed (roughly 35 minutes 56 seconds remaining)                 66.1 % performed (roughly 35 minutes 53 seconds remaining)                 66.1 % performed (roughly 35 minutes 50 seconds remaining)                 66.2 % performed (roughly 35 minutes 48 seconds remaining)                 66.2 % performed (roughly 35 minutes 43 seconds remaining)                 66.3 % performed (roughly 35 minutes 39 seconds remaining)                 66.5 % performed (roughly 35 minutes 28 seconds remaining)                 66.6 % performed (roughly 35 minutes 18 seconds remaining)                 66.7 % performed (roughly 35 minutes 14 seconds remaining)                 66.7 % performed (roughly 35 minutes 10 seconds remaining)                 66.8 % performed (roughly 35 minutes  7 seconds remaining)                 66.9 % performed (roughly 35 minutes  1 seconds remaining)                 67.1 % performed (roughly 34 minutes 49 seconds remaining)                 67.2 % performed (roughly 34 minutes 41 seconds remaining)                 67.3 % performed (roughly 34 minutes 35 seconds remaining)                 67.3 % performed (roughly 34 minutes 31 seconds remaining)                 67.4 % performed (roughly 34 minutes 29 seconds remaining)                 67.5 % performed (roughly 34 minutes 26 seconds remaining)                 67.5 % performed (roughly 34 minutes 22 seconds remaining)                 67.6 % performed (roughly 34 minutes 18 seconds remaining)                 67.7 % performed (roughly 34 minutes 13 seconds remaining)                 67.8 % performed (roughly 34 minutes  9 seconds remaining)                 67.9 % performed (roughly 34 minutes  4 seconds remaining)                 68.0 % performed (roughly 33 minutes 56 seconds remaining)                 68.1 % performed (roughly 33 minutes 46 seconds remaining)                 68.3 % performed (roughly 33 minutes 30 seconds remaining)                 68.5 % performed (roughly 33 minutes 18 seconds remaining)                 68.6 % performed (roughly 33 minutes 10 seconds remaining)                 68.7 % performed (roughly 33 minutes  4 seconds remaining)                 68.8 % performed (roughly 32 minutes 59 seconds remaining)                 68.8 % performed (roughly 32 minutes 54 seconds remaining)                 68.9 % performed (roughly 32 minutes 50 seconds remaining)                 69.0 % performed (roughly 32 minutes 46 seconds remaining)                 69.0 % performed (roughly 32 minutes 43 seconds remaining)                 69.1 % performed (roughly 32 minutes 41 seconds remaining)                 69.2 % performed (roughly 32 minutes 39 seconds remaining)                 69.2 % performed (roughly 32 minutes 36 seconds remaining)                 69.3 % performed (roughly 32 minutes 32 seconds remaining)                 69.4 % performed (roughly 32 minutes 27 seconds remaining)                 69.4 % performed (roughly 32 minutes 23 seconds remaining)                 69.5 % performed (roughly 32 minutes 18 seconds remaining)                 69.6 % performed (roughly 32 minutes 13 seconds remaining)                 69.7 % performed (roughly 32 minutes  8 seconds remaining)                 69.8 % performed (roughly 32 minutes  3 seconds remaining)                 69.9 % performed (roughly 31 minutes 56 seconds remaining)                 70.0 % performed (roughly 31 minutes 49 seconds remaining)                 70.1 % performed (roughly 31 minutes 40 seconds remaining)                 70.3 % performed (roughly 31 minutes 29 seconds remaining)                 70.4 % performed (roughly 31 minutes 16 seconds remaining)                 70.6 % performed (roughly 31 minutes  3 seconds remaining)                 70.8 % performed (roughly 30 minutes 52 seconds remaining)                 70.9 % performed (roughly 30 minutes 42 seconds remaining)                 71.0 % performed (roughly 30 minutes 34 seconds remaining)                 71.1 % performed (roughly 30 minutes 28 seconds remaining)                 71.2 % performed (roughly 30 minutes 22 seconds remaining)                 71.3 % performed (roughly 30 minutes 16 seconds remaining)                 71.4 % performed (roughly 30 minutes 11 seconds remaining)                 71.5 % performed (roughly 30 minutes  6 seconds remaining)                 71.5 % performed (roughly 30 minutes  2 seconds remaining)                 71.6 % performed (roughly 29 minutes 58 seconds remaining)                 71.7 % performed (roughly 29 minutes 54 seconds remaining)                 71.8 % performed (roughly 29 minutes 50 seconds remaining)                 71.8 % performed (roughly 29 minutes 47 seconds remaining)                 71.9 % performed (roughly 29 minutes 43 seconds remaining)                 72.0 % performed (roughly 29 minutes 40 seconds remaining)                 72.0 % performed (roughly 29 minutes 35 seconds remaining)                 72.1 % performed (roughly 29 minutes 31 seconds remaining)                 72.2 % performed (roughly 29 minutes 21 seconds remaining)                 72.4 % performed (roughly 29 minutes 10 seconds remaining)                 72.5 % performed (roughly 29 minutes  6 seconds remaining)                 72.5 % performed (roughly 29 minutes  2 seconds remaining)                 72.6 % performed (roughly 29 minutes  0 seconds remaining)                 72.6 % performed (roughly 28 minutes 57 seconds remaining)                 72.7 % performed (roughly 28 minutes 53 seconds remaining)                 72.8 % performed (roughly 28 minutes 48 seconds remaining)                 72.9 % performed (roughly 28 minutes 44 seconds remaining)                 72.9 % performed (roughly 28 minutes 40 seconds remaining)                 73.0 % performed (roughly 28 minutes 35 seconds remaining)                 73.1 % performed (roughly 28 minutes 30 seconds remaining)                 73.2 % performed (roughly 28 minutes 24 seconds remaining)                 73.3 % performed (roughly 28 minutes 17 seconds remaining)                 73.4 % performed (roughly 28 minutes  8 seconds remaining)                 73.6 % performed (roughly 27 minutes 58 seconds remaining)                 73.8 % performed (roughly 27 minutes 44 seconds remaining)                 74.0 % performed (roughly 27 minutes 30 seconds remaining)                 74.1 % performed (roughly 27 minutes 19 seconds remaining)                 74.2 % performed (roughly 27 minutes 11 seconds remaining)                 74.3 % performed (roughly 27 minutes  4 seconds remaining)                 74.4 % performed (roughly 26 minutes 58 seconds remaining)                 74.5 % performed (roughly 26 minutes 53 seconds remaining)                 74.6 % performed (roughly 26 minutes 48 seconds remaining)                 74.7 % performed (roughly 26 minutes 43 seconds remaining)                 74.8 % performed (roughly 26 minutes 39 seconds remaining)                 74.8 % performed (roughly 26 minutes 35 seconds remaining)                 74.9 % performed (roughly 26 minutes 31 seconds remaining)                 75.0 % performed (roughly 26 minutes 28 seconds remaining)                 75.0 % performed (roughly 26 minutes 25 seconds remaining)                 75.1 % performed (roughly 26 minutes 20 seconds remaining)                 75.2 % performed (roughly 26 minutes 16 seconds remaining)                 75.3 % performed (roughly 26 minutes  9 seconds remaining)                 75.4 % performed (roughly 25 minutes 57 seconds remaining)                 75.5 % performed (roughly 25 minutes 51 seconds remaining)                 75.6 % performed (roughly 25 minutes 46 seconds remaining)                 75.7 % performed (roughly 25 minutes 44 seconds remaining)                 75.7 % performed (roughly 25 minutes 42 seconds remaining)                 75.8 % performed (roughly 25 minutes 37 seconds remaining)                 75.9 % performed (roughly 25 minutes 33 seconds remaining)                 75.9 % performed (roughly 25 minutes 29 seconds remaining)                 76.0 % performed (roughly 25 minutes 24 seconds remaining)                 76.1 % performed (roughly 25 minutes 19 seconds remaining)                 76.2 % performed (roughly 25 minutes 14 seconds remaining)                 76.3 % performed (roughly 25 minutes 10 seconds remaining)                 76.3 % performed (roughly 25 minutes  5 seconds remaining)                 76.4 % performed (roughly 24 minutes 58 seconds remaining)                 76.6 % performed (roughly 24 minutes 49 seconds remaining)                 76.7 % performed (roughly 24 minutes 40 seconds remaining)                 76.9 % performed (roughly 24 minutes 28 seconds remaining)                 77.1 % performed (roughly 24 minutes 12 seconds remaining)                 77.3 % performed (roughly 23 minutes 59 seconds remaining)                 77.4 % performed (roughly 23 minutes 50 seconds remaining)                 77.5 % performed (roughly 23 minutes 41 seconds remaining)                 77.6 % performed (roughly 23 minutes 35 seconds remaining)                 77.7 % performed (roughly 23 minutes 29 seconds remaining)                 77.8 % performed (roughly 23 minutes 24 seconds remaining)                 77.9 % performed (roughly 23 minutes 20 seconds remaining)                 78.0 % performed (roughly 23 minutes 15 seconds remaining)                 78.0 % performed (roughly 23 minutes 10 seconds remaining)                 78.1 % performed (roughly 23 minutes  6 seconds remaining)                 78.2 % performed (roughly 23 minutes  2 seconds remaining)                 78.3 % performed (roughly 22 minutes 57 seconds remaining)                 78.3 % performed (roughly 22 minutes 54 seconds remaining)                 78.4 % performed (roughly 22 minutes 52 seconds remaining)                 78.4 % performed (roughly 22 minutes 48 seconds remaining)                 78.5 % performed (roughly 22 minutes 44 seconds remaining)                 78.6 % performed (roughly 22 minutes 37 seconds remaining)                 78.8 % performed (roughly 22 minutes 26 seconds remaining)                 78.9 % performed (roughly 22 minutes 20 seconds remaining)                 78.9 % performed (roughly 22 minutes 15 seconds remaining)                 79.0 % performed (roughly 22 minutes 12 seconds remaining)                 79.1 % performed (roughly 22 minutes  9 seconds remaining)                 79.1 % performed (roughly 22 minutes  4 seconds remaining)                 79.2 % performed (roughly 21 minutes 58 seconds remaining)                 79.3 % performed (roughly 21 minutes 51 seconds remaining)                 79.5 % performed (roughly 21 minutes 43 seconds remaining)                 79.6 % performed (roughly 21 minutes 33 seconds remaining)                 79.7 % performed (roughly 21 minutes 24 seconds remaining)                 79.8 % performed (roughly 21 minutes 17 seconds remaining)                 79.9 % performed (roughly 21 minutes 12 seconds remaining)                 80.0 % performed (roughly 21 minutes  7 seconds remaining)                 80.1 % performed (roughly 21 minutes  3 seconds remaining)                 80.1 % performed (roughly 20 minutes 60 seconds remaining)                 80.2 % performed (roughly 20 minutes 56 seconds remaining)                 80.3 % performed (roughly 20 minutes 52 seconds remaining)                 80.4 % performed (roughly 20 minutes 47 seconds remaining)                 80.4 % performed (roughly 20 minutes 41 seconds remaining)                 80.5 % performed (roughly 20 minutes 35 seconds remaining)                 80.6 % performed (roughly 20 minutes 28 seconds remaining)                 80.8 % performed (roughly 20 minutes 21 seconds remaining)                 80.9 % performed (roughly 20 minutes 14 seconds remaining)                 81.0 % performed (roughly 20 minutes  8 seconds remaining)                 81.1 % performed (roughly 20 minutes  1 seconds remaining)                 81.2 % performed (roughly 19 minutes 54 seconds remaining)                 81.3 % performed (roughly 19 minutes 48 seconds remaining)                 81.4 % performed (roughly 19 minutes 41 seconds remaining)                 81.5 % performed (roughly 19 minutes 35 seconds remaining)                 81.6 % performed (roughly 19 minutes 30 seconds remaining)                 81.7 % performed (roughly 19 minutes 23 seconds remaining)                 81.8 % performed (roughly 19 minutes 17 seconds remaining)                 81.9 % performed (roughly 19 minutes 10 seconds remaining)                 82.0 % performed (roughly 19 minutes  4 seconds remaining)                 82.1 % performed (roughly 18 minutes 57 seconds remaining)                 82.2 % performed (roughly 18 minutes 51 seconds remaining)                 82.2 % performed (roughly 18 minutes 46 seconds remaining)                 82.3 % performed (roughly 18 minutes 42 seconds remaining)                 82.4 % performed (roughly 18 minutes 39 seconds remaining)                 82.4 % performed (roughly 18 minutes 34 seconds remaining)                 82.5 % performed (roughly 18 minutes 30 seconds remaining)                 82.6 % performed (roughly 18 minutes 24 seconds remaining)                 82.7 % performed (roughly 18 minutes 17 seconds remaining)                 82.8 % performed (roughly 18 minutes 11 seconds remaining)                 82.9 % performed (roughly 18 minutes  4 seconds remaining)                 83.0 % performed (roughly 17 minutes 57 seconds remaining)                 83.1 % performed (roughly 17 minutes 50 seconds remaining)                 83.2 % performed (roughly 17 minutes 43 seconds remaining)                 83.3 % performed (roughly 17 minutes 37 seconds remaining)                 83.4 % performed (roughly 17 minutes 30 seconds remaining)                 83.5 % performed (roughly 17 minutes 24 seconds remaining)                 83.6 % performed (roughly 17 minutes 18 seconds remaining)                 83.7 % performed (roughly 17 minutes 12 seconds remaining)                 83.8 % performed (roughly 17 minutes  5 seconds remaining)                 83.9 % performed (roughly 16 minutes 58 seconds remaining)                 84.0 % performed (roughly 16 minutes 51 seconds remaining)                 84.1 % performed (roughly 16 minutes 45 seconds remaining)                 84.2 % performed (roughly 16 minutes 39 seconds remaining)                 84.3 % performed (roughly 16 minutes 34 seconds remaining)                 84.4 % performed (roughly 16 minutes 27 seconds remaining)                 84.5 % performed (roughly 16 minutes 20 seconds remaining)                 84.6 % performed (roughly 16 minutes 13 seconds remaining)                 84.8 % performed (roughly 16 minutes  6 seconds remaining)                 84.9 % performed (roughly 15 minutes 59 seconds remaining)                 85.0 % performed (roughly 15 minutes 52 seconds remaining)                 85.1 % performed (roughly 15 minutes 46 seconds remaining)                 85.2 % performed (roughly 15 minutes 40 seconds remaining)                 85.3 % performed (roughly 15 minutes 34 seconds remaining)                 85.3 % performed (roughly 15 minutes 28 seconds remaining)                 85.4 % performed (roughly 15 minutes 22 seconds remaining)                 85.5 % performed (roughly 15 minutes 17 seconds remaining)                 85.6 % performed (roughly 15 minutes 11 seconds remaining)                 85.7 % performed (roughly 15 minutes  5 seconds remaining)                 85.8 % performed (roughly 14 minutes 59 seconds remaining)                 85.9 % performed (roughly 14 minutes 53 seconds remaining)                 86.0 % performed (roughly 14 minutes 48 seconds remaining)                 86.1 % performed (roughly 14 minutes 42 seconds remaining)                 86.2 % performed (roughly 14 minutes 36 seconds remaining)                 86.3 % performed (roughly 14 minutes 31 seconds remaining)                 86.3 % performed (roughly 14 minutes 25 seconds remaining)                 86.4 % performed (roughly 14 minutes 19 seconds remaining)                 86.5 % performed (roughly 14 minutes 13 seconds remaining)                 86.6 % performed (roughly 14 minutes  8 seconds remaining)                 86.7 % performed (roughly 14 minutes  2 seconds remaining)                 86.8 % performed (roughly 13 minutes 56 seconds remaining)                 86.9 % performed (roughly 13 minutes 51 seconds remaining)                 87.0 % performed (roughly 13 minutes 45 seconds remaining)                 87.1 % performed (roughly 13 minutes 39 seconds remaining)                 87.2 % performed (roughly 13 minutes 34 seconds remaining)                 87.3 % performed (roughly 13 minutes 28 seconds remaining)                 87.3 % performed (roughly 13 minutes 22 seconds remaining)                 87.4 % performed (roughly 13 minutes 17 seconds remaining)                 87.5 % performed (roughly 13 minutes 11 seconds remaining)                 87.6 % performed (roughly 13 minutes  5 seconds remaining)                 87.7 % performed (roughly 12 minutes 59 seconds remaining)                 87.8 % performed (roughly 12 minutes 53 seconds remaining)                 87.9 % performed (roughly 12 minutes 47 seconds remaining)                 88.0 % performed (roughly 12 minutes 41 seconds remaining)                 88.1 % performed (roughly 12 minutes 35 seconds remaining)                 88.2 % performed (roughly 12 minutes 29 seconds remaining)                 88.3 % performed (roughly 12 minutes 23 seconds remaining)                 88.4 % performed (roughly 12 minutes 17 seconds remaining)                 88.5 % performed (roughly 12 minutes 11 seconds remaining)                 88.6 % performed (roughly 12 minutes  5 seconds remaining)                 88.7 % performed (roughly 11 minutes 58 seconds remaining)                 88.8 % performed (roughly 11 minutes 52 seconds remaining)                 88.9 % performed (roughly 11 minutes 45 seconds remaining)                 89.0 % performed (roughly 11 minutes 39 seconds remaining)                 89.1 % performed (roughly 11 minutes 32 seconds remaining)                 89.2 % performed (roughly 11 minutes 26 seconds remaining)                 89.3 % performed (roughly 11 minutes 19 seconds remaining)                 89.4 % performed (roughly 11 minutes 12 seconds remaining)                 89.5 % performed (roughly 11 minutes  5 seconds remaining)                 89.6 % performed (roughly 10 minutes 57 seconds remaining)                 89.7 % performed (roughly 10 minutes 50 seconds remaining)                 89.8 % performed (roughly 10 minutes 43 seconds remaining)                 90.0 % performed (roughly 10 minutes 36 seconds remaining)                 90.1 % performed (roughly 10 minutes 29 seconds remaining)                 90.2 % performed (roughly 10 minutes 23 seconds remaining)                 90.3 % performed (roughly 10 minutes 16 seconds remaining)                 90.4 % performed (roughly 10 minutes  9 seconds remaining)                 90.5 % performed (roughly 10 minutes  3 seconds remaining)                 90.6 % performed (roughly  9 minutes 57 seconds remaining)                 90.7 % performed (roughly  9 minutes 50 seconds remaining)                 90.8 % performed (roughly  9 minutes 44 seconds remaining)                 90.9 % performed (roughly  9 minutes 38 seconds remaining)                 91.0 % performed (roughly  9 minutes 31 seconds remaining)                 91.1 % performed (roughly  9 minutes 25 seconds remaining)                 91.2 % performed (roughly  9 minutes 19 seconds remaining)                 91.3 % performed (roughly  9 minutes 12 seconds remaining)                 91.4 % performed (roughly  9 minutes  6 seconds remaining)                 91.5 % performed (roughly  8 minutes 59 seconds remaining)                 91.6 % performed (roughly  8 minutes 53 seconds remaining)                 91.7 % performed (roughly  8 minutes 47 seconds remaining)                 91.8 % performed (roughly  8 minutes 40 seconds remaining)                 91.9 % performed (roughly  8 minutes 34 seconds remaining)                 92.0 % performed (roughly  8 minutes 27 seconds remaining)                 92.1 % performed (roughly  8 minutes 21 seconds remaining)                 92.2 % performed (roughly  8 minutes 14 seconds remaining)                 92.3 % performed (roughly  8 minutes  8 seconds remaining)                 92.4 % performed (roughly  8 minutes  1 seconds remaining)                 92.5 % performed (roughly  7 minutes 54 seconds remaining)                 92.6 % performed (roughly  7 minutes 47 seconds remaining)                 92.7 % performed (roughly  7 minutes 40 seconds remaining)                 92.8 % performed (roughly  7 minutes 33 seconds remaining)                 92.9 % performed (roughly  7 minutes 26 seconds remaining)                 93.0 % performed (roughly  7 minutes 19 seconds remaining)                 93.2 % performed (roughly  7 minutes 12 seconds remaining)                 93.3 % performed (roughly  7 minutes  5 seconds remaining)                 93.4 % performed (roughly  6 minutes 58 seconds remaining)                 93.4 % performed (roughly  6 minutes 54 seconds remaining)                 93.5 % performed (roughly  6 minutes 47 seconds remaining)                 93.6 % performed (roughly  6 minutes 41 seconds remaining)                 93.7 % performed (roughly  6 minutes 35 seconds remaining)                 93.8 % performed (roughly  6 minutes 29 seconds remaining)                 93.9 % performed (roughly  6 minutes 23 seconds remaining)                 94.0 % performed (roughly  6 minutes 17 seconds remaining)                 94.1 % performed (roughly  6 minutes 11 seconds remaining)                 94.2 % performed (roughly  6 minutes  5 seconds remaining)                 94.3 % performed (roughly  6 minutes  1 seconds remaining)                 94.4 % performed (roughly  5 minutes 55 seconds remaining)                 94.5 % performed (roughly  5 minutes 48 seconds remaining)                 94.6 % performed (roughly  5 minutes 42 seconds remaining)                 94.7 % performed (roughly  5 minutes 36 seconds remaining)                 94.8 % performed (roughly  5 minutes 30 seconds remaining)                 94.9 % performed (roughly  5 minutes 24 seconds remaining)                 95.0 % performed (roughly  5 minutes 18 seconds remaining)                 95.1 % performed (roughly  5 minutes 12 seconds remaining)                 95.2 % performed (roughly  5 minutes  6 seconds remaining)                 95.2 % performed (roughly  5 minutes  0 seconds remaining)                 95.3 % performed (roughly  4 minutes 54 seconds remaining)                 95.4 % performed (roughly  4 minutes 49 seconds remaining)                 95.5 % performed (roughly  4 minutes 43 seconds remaining)                 95.6 % performed (roughly  4 minutes 37 seconds remaining)                 95.7 % performed (roughly  4 minutes 32 seconds remaining)                 95.8 % performed (roughly  4 minutes 26 seconds remaining)                 95.9 % performed (roughly  4 minutes 20 seconds remaining)                 96.0 % performed (roughly  4 minutes 12 seconds remaining)                 96.1 % performed (roughly  4 minutes  6 seconds remaining)                 96.2 % performed (roughly  4 minutes  0 seconds remaining)                 96.3 % performed (roughly  3 minutes 54 seconds remaining)                 96.4 % performed (roughly  3 minutes 48 seconds remaining)                 96.5 % performed (roughly  3 minutes 41 seconds remaining)                 96.6 % performed (roughly  3 minutes 34 seconds remaining)                 96.7 % performed (roughly  3 minutes 28 seconds remaining)                 96.8 % performed (roughly  3 minutes 21 seconds remaining)                 96.9 % performed (roughly  3 minutes 15 seconds remaining)                 97.0 % performed (roughly  3 minutes 10 seconds remaining)                 97.1 % performed (roughly  3 minutes  4 seconds remaining)                 97.2 % performed (roughly  2 minutes 58 seconds remaining)                 97.3 % performed (roughly  2 minutes 53 seconds remaining)                 97.4 % performed (roughly  2 minutes 47 seconds remaining)                 97.4 % performed (roughly  2 minutes 41 seconds remaining)                 97.5 % performed (roughly  2 minutes 35 seconds remaining)                 97.6 % performed (roughly  2 minutes 29 seconds remaining)                 97.7 % performed (roughly  2 minutes 23 seconds remaining)                 97.8 % performed (roughly  2 minutes 17 seconds remaining)                 97.9 % performed (roughly  2 minutes 10 seconds remaining)                 98.0 % performed (roughly  2 minutes  4 seconds remaining)                 98.1 % performed (roughly  1 minutes 59 seconds remaining)                 98.2 % performed (roughly  1 minutes 53 seconds remaining)                 98.3 % performed (roughly  1 minutes 48 seconds remaining)                 98.4 % performed (roughly  1 minutes 42 seconds remaining)                 98.5 % performed (roughly  1 minutes 36 seconds remaining)                 98.6 % performed (roughly  1 minutes 30 seconds remaining)                 98.7 % performed (roughly  1 minutes 25 seconds remaining)                 98.8 % performed (roughly  1 minutes 19 seconds remaining)                 98.9 % performed (roughly  1 minutes 12 seconds remaining)                 99.0 % performed (roughly  1 minutes  6 seconds remaining)                 99.1 % performed (roughly 60 seconds remaining)                               99.1 % performed (roughly 54 seconds remaining)                               99.2 % performed (roughly 48 seconds remaining)                               99.3 % performed (roughly 43 seconds remaining)                               99.4 % performed (roughly 37 seconds remaining)                               99.5 % performed (roughly 32 seconds remaining)                               99.6 % performed (roughly 26 seconds remaining)                               99.7 % performed (roughly 19 seconds remaining)                               99.8 % performed (roughly 13 seconds remaining)                               99.9 % performed (roughly  7 seconds remaining)                              100.0 % performed (roughly  1 seconds remaining)                                1 hours, 45 minutes 29 seconds used for the calculation