How do you solve private key D using only N and E=65537?

No.12258176 ViewReplyOriginalReport
You can't factorize a thousand digit number(n) into 2 biggest prime numbers, P and Q because it'll take days to do it.

Other than using the formula:
N = p?q...
?(N) = (p?1)?(q?1).,,,
d ? e?1 mod ?(N) ...

What other formula can one use to solve D under 5 minutes?