Output on aware.aladdin.cs.cmu.edu, a machine with 72 processors
using the MaPLe compiler

Counting solutions for n = 14

fp@aware:~/15150/19-par/examples/nqueens$ ./main @mpl procs 1 -- 14
calculating solutions for 14 x 14 board
with 1 processors
time: 11.2275s

found: 365596 solutions
fp@aware:~/15150/19-par/examples/nqueens$ ./main @mpl procs 2 -- 14
calculating solutions for 14 x 14 board
with 2 processors
time: 6.9667s

found: 365596 solutions
fp@aware:~/15150/19-par/examples/nqueens$ ./main @mpl procs 4 -- 14
calculating solutions for 14 x 14 board
with 4 processors
time: 3.9598s

found: 365596 solutions
fp@aware:~/15150/19-par/examples/nqueens$ ./main @mpl procs 14 -- 14
calculating solutions for 14 x 14 board
with 14 processors
time: 1.9357s

found: 365596 solutions
fp@aware:~/15150/19-par/examples/nqueens$ ./main @mpl procs 32 -- 14
calculating solutions for 14 x 14 board
with 32 processors
time: 1.9035s

found: 365596 solutions