Parallel constraint solving has been explored in different ways, by focusing on the different parts of the process. One natural candidate is the search procedure. Search consists of walking a (virtual) tree, splitting a problem into one or more sub-problems that can be handled in parallel. The scalability potential of tree search is promising, specially when concerned with doing so at large scale.