When I browsed Zhihu(a Chinese Q&A community), I met this question. That is
Let $\{a_n\}$ be recursive s.t. $$a_1=2,\ a_{n+1}=\ln |a_n|(n\in \Bbb N).$$ Show that $\{a_n\}$ is unbounded.
I want to investigate a subsequence $\{a_{t_n}\}$ of $\{a_n\}$, where $t_n$ is greatest integer satisfying $$a_{t_n}=\min_{1\leqslant k\leqslant n}a_k.$$ Thus $a_{t_n}\to -A(<0),n\to \infty$.
However, it helps little with the origin question. So how can I solve it ?
This is not an answer, but is too long for the usual comment format. Below is a numerical example where the initial value is very close to $1$ but the sequence is bounded. This suggests that showing the sequence is unbounded will use very specific properties of $2$ and will therefore be hard.
As in Μάρκος Καραμέρης's comment, I find it more convenient to use the equivalent recurrence $a_{n+1}=f(a_n)$ where $f(x)=|\ln(x)|$ (rather than $f(x)=\ln(|x|)$).
Since $f^{4}(0.44) \geq 0.48$ and $f^{4}(0.45) \leq 0.40$, it follows that $f^{4}$ has a fixed point $\beta\in [0.44,0.45]$.
Any $x\gt 0$ has two preimages by $f$, namely $E(x)=\exp(x)$ and $G(x)=\exp(-x)$. Also, we have $a_{k}=E(a_{k+1})$ when $\ln(a_k)\gt 0$ and $a_k=G(a_{k+1})$ otherwise. So, there is a well-defined sequence $(F_k)_{k\geq 1}$ with values in $\lbrace E,G \rbrace$ such that $a_k=F_k(a_{k+1})$ for all $k$.
Now, define a sequence $(b_k)_{1\leq k \leq 396}$ backwards (why $396$ ? because $a_{396}$ happens to be close to $\beta$), by putting $b_{396}=\beta$ and $b_k=F_k(b_{k+1})$ for all $k$.
Using PARI-GP with 200 digits precision (see program below), one can see that $b_1$ is very close to $2$ : $|b_1-2|\leq 10^{-100}$. On the other hand, if we start from $b_1$ rather than $a_1$, we get a sequence that is eventually $4$-periodic (and therefore bounded).