Copying all variables from the sub-process instance to the super process instance does not work if the super process has no variables.
<callActivity id="callSubProcess" calledElement="simpleSubProcess" >
<extensionElements>
<camunda:out variables="all" />
</extensionElements>
</callActivity>