The k-point mesh is not setup properly. Actually, it is quite dense for your supercell. So the calculation is very slow.
"numerical_accuracy_parameters = NumericalAccuracyParameters(
k_point_sampling=(3, 3, 100),
)
"
"
vector_a = [17.8336117435, 0.0, 0.0]*Angstrom
vector_b = [0.0, 17.8336117435, 0.0]*Angstrom
vector_c = [0.0, 0.0, 34.10064]*Angstrom
lattice = UnitCell(vector_a, vector_b, vector_c)
"
Because a large supercell is employed in your calculation, you can used 1 x 1 x1 k-mesh (i.e., Gamma point).