Help with parallel processing of a viscoelastic stokes flow system

You should use an iterative solver for solving your problem. The default solver used in dolfin is an LU solver, that does not scale well with number of dofs or in parallel.
See for instance:

and