// Number of agents in the successful team
<<1>> R{"w_1_total"}max=? [F time=max_time]
<<1,2>> R{"w_1_total"}max=? [F time=max_time]
<<1,2,3>> R{"w_1_total"}max=? [F time=max_time]
<<1,2,3,4>> R{"w_1_total"}max=? [F time=max_time]
<<1,2,3,4,5>> R{"w_1_total"}max=? [F time=max_time]

// Number of tasks completed
<<1>> R{"w_2_total"}max=? [F time=max_time]
<<1,2>> R{"w_2_total"}max=? [F time=max_time]
<<1,2,3>> R{"w_2_total"}max=? [F time=max_time]
<<1,2,3,4>> R{"w_2_total"}max=? [F time=max_time]
<<1,2,3,4,5>> R{"w_2_total"}max=? [F time=max_time]