Get container state from lxc-info
swmodd startup checks container state by parsing lxc-ls -f
output. A bug means that the state for some containers isn't obtained, so they can't be auto-started.
This patch gets the state without parsing from lxc-info -s -H
directly.