This article presents our project, which aims to verify the convergence of the Collatz problem computationally. As a main point of the article, we introduce a new result that pushes the limit for which the problem is verified up to 1.5 × 270. We present our baseline algorithm and then several sub-algorithms that bring some acceleration. The total acceleration from the first algorithm we used on the CPU to our best algorithm on the GPU is 1 335×. We further distribute individual tasks to thousands of parallel workers running on several European supercomputers. Besides the convergence verification, our program also checks for path records during the convergence test. We found four new path records.