If I were you, I would stop using Test Suite Collection. Test Suite Collection provides almost no feature to manage the sub-processes (100 Test Suites) forked from the parent process (Test Suite Collection).
I would use Jenkins Pipeline to execute processes of 100 Test Suites in a managed way.

With Jenkins Pipeline you can program how you want to run and manage 100 sub-process (KRE with Test Suites).