!747 m { p { S name = ManagementFactory.getRuntimeMXBean().getName(); print(quote(name)); S pid = name.replaceAll("@.*", ""); print(quote(pid)); } }