Python 2, 137438953472107918163081
print 2**37
As golfed as it can be using this strategy.
Created using the following Pyth code:
VSm^vhJ.[\03`ditJTU1000Iql`N12B;N
This generated the score of the code, 137438953472 but it doesn't say which variables are needed to create it. To do this, I modified the loop to break if the result was ever the correct value.
V1000Iq^vhJ.[\03`NitJT137438953472pJ69**6
The value printed was 237 which I then split up into 2**37.