I tried to calculate the number of groups of order $2058=2\times3\times 7^3$ and aborted after more than an hour. I used the (apparently slow) function $ConstructAllGroups$ because $NrSmallGroups$ did not give a result.
The number $n=2058$ is (besides $2048$) the smallest number $n$, for which I do not know $gnu(n)$
The highest exponent is $3$, so it should be possible to calculate $gnu(2058)$ in a reasonable time.
What is $gnu(2058)$. If a result is too difficult, is it smaller than ,larger than or equal to $2058$ ?
SetInfoLevel(InfoGrpCon,4);before callingConstructAllGroupsthen you will be able to see info messages about the progress of the calculation. Apparently it starts the step described ascompute ff groups with socle 343 and size 2058where things are starting to be computationally hard. – Olexandr Konovalov Jan 02 '16 at 20:50