rtcds "model already started" should not be an error
When rtcds tries to start a model but finds that it's already started, then it reports this an error then exits.
Instead, rtcds should report this as info and continue. One side effect of the current policy is that when a list of models is requested to start, rtcds will stop on the first model that's already started.