The dice are independent so we only need to solve for one die. Since the probability of re-rolling it forever is $\lim_{n\to\infty} (\frac{1}{6})^n = 0$, the die will with probability $1$ end up showing a non-$6$ value.
Let $p_k$ be the probability that the value is $k$, for any $k \in [1..5]$. Then $p_k = \frac{1}{6} + \frac{1}{6} p_k$ because there is a $\frac{1}{6}$ probability of getting $k$ on the first roll and $\frac{1}{6}$ probability of getting a $6$ on the first roll, after which the die (having forgotten that it has been rolled before) behaves exactly as before, in which case it has probability $p_k$ of finally showing a $k$. This easily gives $p_k$.
If on re-rolling we do not add the previous rolls of the same die, then we are done. If not...
Now we need to add the values gotten by adding all the previous rolls. Note that it is just $6$ times the number of re-rolls, and the probability of re-rolling $k$ times is $\frac{5}{6}\frac{1}{6^k}$. Thus the probability of getting a total of $6a+b$ is $\frac{5}{6}\frac{1}{6^a} p_b$.
Now it is easy to find the probability of getting for one die a total score of more than $y$. Let $q$ be that probability. Then the probability of getting at least one such total among $x$ dice is $1-(1-q)^x$.