I don't think you understand how cron jobs work. We limit internal cron jobs to 2 per day. That means you can run one twice, or two once each. Running a cron each minute results in 1440 cron executions which exceeds the limit by 1438. Not only that but you have all those other crons too.
1440 = every 1 minute
720 = every 2 minutes
144 = every 10 minutes
72 = every 20 minutes
480 = every 3 minutes
24 = every 60 minutes
1 = every 24 hours
That's 2881 cron executions per day, when the limit is 2. I think you should consider a VPS where you can run cron as much as you want. https://www.heliohost.org/vps/