I studied this site
https://en.wikipedia.org/wiki/Prime_gap
and wondered if the smallest prime gap greater than $2000$ can still be determined, in other words :
Which is the smallest prime $p$, such that $q-p>2000$, where $p$ and $q$ are consecutive primes ?
Clearly, $1.4\times 10^{18}$ is a lower bound for $p$, as the calculated prime gaps show.
I tried to estimate the magnitude of the smallest prime gap with difference $2002$, but the useful estimations refer to the definition $g_n=p_{n+1}-p_n$. I did not manage to estimate the desired result with the given estimates for $g_n$ and I think they are far too big.
An example with $61$ digits is $$p=149\# \times 1290 \ + \ 8849$$
s=prod(j=1,35,prime(j))*1290+8849;t=nextprime(s+1);print(isprime(s,2)," ",is
prime(t,2)," ",t-s," ",truncate(log(s)/log(10)+1))
1 1 2042 61


It doesn't go all the way to 2000 but it addresses your problem. Apparently it is hard to do it exhaustively. It has only been done for primes under $10^{18}$ and the gap they found is $1476$
http://primerecords.dk/primegaps/maximal.htm