select sources.source, id, insts, arrival, last_modified, title from sources, bugs, popcon_src where sources.distribution = 'debian' and sources.release = 'wheezy' and bugs.source = sources.source and id in (select id from bugs_rt_affects_testing_and_unstable) and bugs.severity >= 'serious' and arrival < (NOW() - interval '14 DAYS') and sources.source = popcon_src.source and popcon_src.insts < 2000 order by insts ASC