static long sysNow() {
  ping();
  ret System.nanoTime()/1000000;
}