(long) parameters.districtsPerWarehouse,
(long) parameters.customersPerDistrict,
(long) parameters.newOrdersPerDistrict);
System.out.println("deleted " + (System.currentTimeMillis() - tm) + "ms");
tm = System.currentTimeMillis();
server.shutdown();
}
}