public static void setUpBeforeClass() { exec = Executors.newFixedThreadPool(1000); }
final CountDownLatch latch = new CountDownLatch(13 * 13 * 14 * 13 * 13 * 14);
for (int i = 0; i <= 12; i++) { for (int j = 0; j <= 12; j++) { for (int k = 0; k <= 13; k++) { for (int l = 0; l <= 12; l++) { for (int m = 0; m <= 12; m++) { for (int n = 0; n <= 13; n++) { Runnable task = new Runnable() {