public static void main(String[] args) throws IOException {
AuctioneerConfig auctioneerConfig = new AuctioneerConfig();
auctioneerConfig.setPort(PORT);
auctioneer = new AuctioneerImpl(auctioneerConfig);
String cmd;
Scanner scan = new Scanner(System.in);
Timer timer = null;
workTimerTask = null;