I apologize, these types of questions can take a long time to diagnose and we had a new release of SUAVE (1.1.0) last week that ate much of my SUAVE time. I understand your situation as I am also short on time with my PhD thesis....
Again, I don't have the time to run your scripts (it takes a non-trivial amount of time to change my version of SUAVE to your fork and set it up). But looking at some of your inputs, what stands out is your motor. Please take a look at the settings you have:
The speed constant is set to 5800 RPM/volt. You can read up about speed constants
here and
here. With 461 volts in, your motor would 2,673,800 rpm unloaded... motor/propeller matching is quite tricky and very sensitive to parameters. If you set them incorrectly either the motor or propeller is operating inefficiently (or both), that is why you were seeing the battery being quickly drained. Because electric aircraft are already energy limited to begin with you must get all the efficiency you can out of the power train to make them even fly. So, I suggest you find more data about the X-57 or change levels of fidelity (see below). These inputs can be estimated, but it's not something that I would be able to do for you.
To my previous comment about optimizers. Optimization algorithms vary inputs to try to find the best combination. On the way to finding the best combination it will find plenty of bad combinations. If the analysis is finicky on inputs, like you've found by your own guessing, the optimizer will struggle to converge. The analysis that you are using can be used for optimization under specific conditions, depending on the design variables and the algorithms used.
The analysis tutorial uses the same level of modeling that you're using but the optimization tutorial uses an efficiency based network. The
SciPy optimizers are quite poor at converging problems, so if you want to tackle something significantly more challenging I suggest you try different optimization algorithms.
One last thing, don't set your battery charge to 20% to start:
Best of luck on the thesis!
-Emilio