So reading in the enclosed files and trying the join on the lists resulted in an error
file1List = ReadList[
"first.txt", Number];
file2List = ReadList[
"second.txt", Number];
Join[file1List , file2List , 2];
Resulted in
Expression {1836 -12,1012 -2661,-156 -2916,967 232,1224 1637,-1030 -754,-2002 -2651,-667 -1822,-267 -561,-[Ellipsis] 33,[Ellipsis] ,1292 1055,584 -469,584 -1311,1150 -974,-309 -767,-1949 -212,-719 1262,838 1754,-21 405} at position 1 is expected to have nonatomic subexpression at level 2. >>