Dmitrey

bench 1 - BARON

Mar 26th, 2011
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.31 KB | None | 0 0
  1. VARIABLES ff;
  2. POSITIVE VARIABLES a,b,c,d,e,f;
  3. EQUATIONS OBJ;
  4. OBJ.. ff =E= a/(b+1E-15) + c/(d+1E-15) + e/(f+1E-15) + f/(a+1E-15);
  5.  
  6. MODEL exactGlobalOpt /ALL/;
  7. a.up = 1;
  8. b.up = 1;
  9. c.up = 1;
  10. d.up = 1;
  11. e.up = 1;
  12. f.up = 1;
  13.  
  14. SOLVE exactGlobalOpt USING NLP MINIMIZING ff;
  15.  
  16.  
  17. Output:
  18.  
  19. GAMS Rev 236 LEX-LEI 23.6.0 x86_64/Linux 03/26/11 05:31:38 Page 1
  20. G e n e r a l A l g e b r a i c M o d e l i n g S y s t e m
  21. C o m p i l a t i o n
  22.  
  23.  
  24. 1 VARIABLES ff;
  25. 2 POSITIVE VARIABLES a,b,c,d,e,f;
  26. 3 EQUATIONS OBJ;
  27. 4 OBJ.. ff =E= a/(b+1E-15) + c/(d+1E-15) + e/(f+1E-15) + f/(a+1E-15);
  28. 5
  29. 6 MODEL exactGlobalOpt /ALL/;
  30. 7 a.up = 1;
  31. 8 b.up = 1;
  32. 9 c.up = 1;
  33. 10 d.up = 1;
  34. 11 e.up = 1;
  35. 12 f.up = 1;
  36. 13
  37. 14 SOLVE exactGlobalOpt USING NLP MINIMIZING ff;
  38. 15
  39. 16
  40.  
  41.  
  42. COMPILATION TIME = 0.000 SECONDS 2 Mb LEX236-236 Nov 4, 2010
  43. GAMS Rev 236 LEX-LEI 23.6.0 x86_64/Linux 03/26/11 05:31:38 Page 2
  44. G e n e r a l A l g e b r a i c M o d e l i n g S y s t e m
  45. Model Statistics SOLVE exactGlobalOpt Using NLP From line 14
  46.  
  47.  
  48. MODEL STATISTICS
  49.  
  50. BLOCKS OF EQUATIONS 1 SINGLE EQUATIONS 1
  51. BLOCKS OF VARIABLES 7 SINGLE VARIABLES 7
  52. NON ZERO ELEMENTS 7 NON LINEAR N-Z 6
  53. DERIVATIVE POOL 6 CONSTANT POOL 17
  54. CODE LENGTH 23
  55.  
  56.  
  57. GENERATION TIME = 0.001 SECONDS 3 Mb LEX236-236 Nov 4, 2010
  58.  
  59.  
  60. EXECUTION TIME = 0.002 SECONDS 3 Mb LEX236-236 Nov 4, 2010
  61. GAMS Rev 236 LEX-LEI 23.6.0 x86_64/Linux 03/26/11 05:31:38 Page 3
  62. G e n e r a l A l g e b r a i c M o d e l i n g S y s t e m
  63. Solution Report SOLVE exactGlobalOpt Using NLP From line 14
  64.  
  65.  
  66. S O L V E S U M M A R Y
  67.  
  68. MODEL exactGlobalOpt OBJECTIVE ff
  69. TYPE NLP DIRECTION MINIMIZE
  70. SOLVER BARON FROM LINE 14
  71.  
  72. **** SOLVER STATUS 3 Resource Interrupt
  73. **** MODEL STATUS 2 Locally Optimal
  74. **** OBJECTIVE VALUE 0.1113
  75.  
  76. RESOURCE USAGE, LIMIT 1000.000 1000.000
  77. ITERATION COUNT, LIMIT 0 2000000000
  78. EVALUATION ERRORS 0 0
  79.  
  80. GAMS/BARON BETA 6Nov10 23.6.0 LEX 21006.21007 LEI x86_64/Linux
  81.  
  82. Branch And Reduce Optimization Navigator
  83. Nikolaos Sahinidis and Mohit Tawarmalani
  84. The Optimization Firm, LLC.
  85.  
  86. Total time elapsed: 000:16:40, in seconds: 1000.00
  87. on parsing: 000:00:00, in seconds: 0.00
  88. on preprocessing: 000:00:00, in seconds: 0.00
  89. on navigating: 000:03:36, in seconds: 216.02
  90. on relaxed: 000:09:28, in seconds: 568.07
  91. on local: 000:02:13, in seconds: 133.49
  92. on tightening: 000:01:05, in seconds: 65.04
  93. on marginals: 000:00:06, in seconds: 5.75
  94. on probing: 000:00:12, in seconds: 11.62
  95.  
  96. Total no. of BaR iterations:24256682
  97. Best solution found at node: 2182
  98. Max. no. of nodes in memory: 926
  99.  
  100.  
  101. ===========================================================================
  102. BARON version 9.0.7. Built: LNX Mon Oct 4 13:04:39 EDT 2010
  103.  
  104. Reference:
  105. Tawarmalani, M. and N. V. Sahinidis, A polyhedral
  106. branch-and-cut approach to global optimization,
  107. Mathematical Programming, 103(2), 225-249, 2005.
  108.  
  109. BARON is a product of The Optimization Firm, LLC.
  110. Parts of the BARON software were created at the
  111.  
  112. Solution = 0.111297725659 found at node 2182
  113. Best possible = 0
  114. Absolute gap = 0.111297725659 optca = 1E-9
  115. Relative gap = NA optcr = 0.1
  116.  
  117.  
  118. LOWER LEVEL UPPER MARGINAL
  119.  
  120. ---- EQU OBJ . . . 1.000
  121.  
  122. LOWER LEVEL UPPER MARGINAL
  123.  
  124. ---- VAR ff -INF 0.111 +INF .
  125. ---- VAR a . 9.3754E-7 1.000 .
  126. ---- VAR b . 0.150 1.000 .
  127. ---- VAR c . . 1.000 .
  128. ---- VAR d . 5.6250E-5 1.000 .
  129. ---- VAR e . . 1.000 .
  130. ---- VAR f . 1.0434E-7 1.000 .
  131.  
  132.  
  133. **** REPORT SUMMARY : 0 NONOPT
  134. 0 INFEASIBLE
  135. 0 UNBOUNDED
  136. 0 ERRORS
  137.  
  138.  
  139. EXECUTION TIME = 0.032 SECONDS 2 Mb LEX236-236 Nov 4, 2010
  140.  
  141.  
  142. USER: NEOS Server G100907:1412AS-LNX
  143. University of Wisconsin-Madison DC8499
  144. License for teaching and research at degree granting institutions
  145.  
  146. **** ************* BETA release
  147. **** GAMS Base Module BETA 6Nov10 23.6.0 LEX 21006.21007 LEI x86_64/Linux
  148.  
  149. **** ************* BETA release
  150.  
  151.  
  152. **** FILE SUMMARY
  153.  
  154. Input /scratch/neos/solver/jobs/2293001/gams.mod
  155. Output /scratch/neos/solver/jobs/2293001/solve.out
Advertisement
Add Comment
Please, Sign In to add comment