Sorry, but your invitation to take part was sent 2 days before deadline, in the result we have very-very-very limited time to do this task. For a case, I append an example to my question:
1) the sequence 2,1,4,5, 12, 7, 8, 9 (where 5 is the splitter) is compatible with your task, its partions 2,1,4,5 and 12, 7, 8, 9 may be sorted by 2 threads, and the sorted partions may be simply merged into output;
2) the sequence 12,1,4,5, 2, 7, 8, 9 is uncompatible with your task, this one should be sorted by only one thread.