id summary reporter owner description type status priority milestone component version resolution keywords cc estimatedhours hours billable totalhours internal 39 Wrong number of free nodes reported aloga@… bastiaans "When there are more jobs than CPUs on a system, the JobMonarch web interface reports a negative number of Free CPUS. Replacing on the overiew.php file the lines 698 and 699 with the lines below should correct the problem. 698 $free_nodes = ($avail_nodes - $running_nodes) >= 0 ? $avail_nodes - $running_nodes : 0; 699 $free_cpus = ($avail_cpus - $running_cpus) >= 0 ? $avail_cpus - $running_cpus : 0; Cheers. " defect closed normal 0.3 web 0.2 fixed aloga@…