73747576777879
groupDetails = getGPUGroupDetails(conn); } catch (Exception e) { String msg = "Unable to get GPU stats" + e.toString(); s_logger.warn(msg, e); } return new GetGPUStatsAnswer(cmd, groupDetails); }