I attached a script to extract the data you need.
Notes:
- There was a small bug in the activation of the IE calculation in the API. If only the ie_segment changes, the IE was not recalculated. And if the number of frames was changed, but the value ie_segment=25 was set, and it had been defined differently in the input file, the SD was not calculated either. This was fixed in the master branch on GitHub. Please update the app using the development version.
- There are several issues related to your calculations, not the app.
1. You defined the IE calculation interval as 100%; this is not recommended due to the nature of the IE calculation. It is recommended to use an interval within which the curve has stabilized. However, if you are not satisfied with the result, you can change it in gmx_MMPBSA_ana or the script.
2. Based on your trajectory info, you use 10ps as the interval, but the recommended interval is 0.1ps. Please, check the 
documentation3. I don't know if you checked that there's a WARNING in your output file indicating that the IE is unreliable due to the sigma value you obtained. Please, check the 
documentation4. DH ~= -18 kcal. For such a large system, I would expect something larger, but this certainly depends on the system. But I would check because the energy tends to increase. This is evident in the fact that the SD value is almost comparable to the value you obtain.
5. IMHO, I would desist from using IE since it involves running MDs with very rigid conditions and a very small interval, and I would concentrate on the analysis at the DH level. For Ag-Ab, I would use decomposition, which gives a view somewhat more focused on mutations rather than using global metrics.
As for the script, it's quite intuitive. Simply change wdir to your folder with the same structure you sent me and any parameters you need. This will generate a CSV file with all the information. This script must be executed in the gmxMMPBSA environment