The CONFIG generated by a random run of test/format does not work when used as the basis for another run. The reason is that the cache_minimum setting randomly generated is outside the min/max ranges checked.
% cat > CONFIG cache_minimum=0 % ./t t: cache_minimum=0: value outside min/max values of 1-102400
That setting was added in WT-3699.