Merge pull request #3155 from RosettaCommons/vmullig/buried_unsat_penalty_incremental_merge_6
Incremental merge 6: Fix some spiky memory use in the buried_unsatisfied_penalty scoreterm
Tasks:
- [x] Add cleanup after packing.
- [x] Benchmark -- does this help with overall memory consumption?
- Yes, it does. It eliminates the spikiness, though usage is still somewhat high.
- [x] Also, caught a really stupid `runtime_assert` error that was needlessly aborting trajectories. Fixed.
- [x] Beauty.