I can see in the logs that nimbus came up, and it looks like a single supervisor also came up, but it registered itself as “localhost”. Nimbus happily scheduled things to run on “localhost”, but it looks like workers never fully launched.
The node manager logs don’t really show anything useful. You need to start looking to see where the supervisor came up, and try to understand why it thinks it is running on “localhost” and also what happened that made it not launch the workers.