1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- Welcome to the CBC MILP Solver
- Version: 2.9.8
- Build Date: Apr 18 2016
- command line - /opt/Software/maxeler/maxcompiler-2018.3.1/bin/cbc StreamFMAKernel_schedule_C.mps.gz -threads 12 -solve -printi csv -solu StreamFMAKernel_schedule_C.csv (default strategy 1)
- At line 1 NAME CxSchedule
- At line 2 ROWS
- At line 40 COLUMNS
- At line 99 RHS
- At line 119 BOUNDS
- At line 153 ENDATA
- Problem CxSchedule has 36 rows, 33 columns and 85 elements
- Coin0008I CxSchedule read with 0 errors
- threads was changed from 0 to 12
- Continuous objective value is 0 - 0.00 seconds
- Cgl0003I 0 fixed, 33 tightened bounds, 0 strengthened rows, 0 substitutions
- Cgl0003I 0 fixed, 1 tightened bounds, 0 strengthened rows, 0 substitutions
- Cgl0004I processed model has 36 rows, 31 columns (31 integer (0 of which binary)) and 85 elements
- Cutoff increment increased from 1e-05 to 0.9999
- Cbc0012I Integer solution of 0 found by DiveCoefficient after 0 iterations and 0 nodes (0.01 seconds)
- Cbc0030I Thread 0 used 0 times, waiting to start 0.0050170422, 0 cpu time, 0 locks, 0 locked, 0 waiting for locks
- Cbc0030I Thread 1 used 0 times, waiting to start 0.0065350533, 0 cpu time, 0 locks, 0 locked, 0 waiting for locks
- Cbc0030I Thread 2 used 0 times, waiting to start 0.0062220097, 0 cpu time, 0 locks, 0 locked, 0 waiting for locks
- Cbc0030I Thread 3 used 0 times, waiting to start 0.0058715343, 0 cpu time, 0 locks, 0 locked, 0 waiting for locks
- Cbc0030I Thread 4 used 0 times, waiting to start 0.0055239201, 0 cpu time, 0 locks, 0 locked, 0 waiting for locks
- Cbc0030I Thread 5 used 0 times, waiting to start 0.0051817894, 0 cpu time, 0 locks, 0 locked, 0 waiting for locks
- Cbc0030I Thread 6 used 0 times, waiting to start 0.0048797131, 0 cpu time, 0 locks, 0 locked, 0 waiting for locks
- Cbc0030I Thread 7 used 0 times, waiting to start 0.0045642853, 0 cpu time, 0 locks, 0 locked, 0 waiting for locks
- Cbc0030I Thread 8 used 0 times, waiting to start 0.0042231083, 0 cpu time, 0 locks, 0 locked, 0 waiting for locks
- Cbc0030I Thread 9 used 0 times, waiting to start 0.0038909912, 0 cpu time, 0 locks, 0 locked, 0 waiting for locks
- Cbc0030I Thread 10 used 0 times, waiting to start 0.003534317, 0 cpu time, 0 locks, 0 locked, 0 waiting for locks
- Cbc0030I Thread 11 used 0 times, waiting to start 0.0032083988, 0 cpu time, 0 locks, 0 locked, 0 waiting for locks
- Cbc0030I Main thread 0 waiting for threads, 1 locks, 4.529953e-06 locked, 4.7683716e-07 waiting for locks
- Cbc0001I Search completed - best objective 0, took 0 iterations and 0 nodes (0.01 seconds)
- Cbc0035I Maximum depth 0, 0 variables fixed on reduced cost
- Cuts at root node changed objective from 0 to 0
- Probing was tried 0 times and created 0 cuts of which 0 were active after adding rounds of cuts (0.000 seconds)
- Gomory was tried 0 times and created 0 cuts of which 0 were active after adding rounds of cuts (0.000 seconds)
- Knapsack was tried 0 times and created 0 cuts of which 0 were active after adding rounds of cuts (0.000 seconds)
- Clique was tried 0 times and created 0 cuts of which 0 were active after adding rounds of cuts (0.000 seconds)
- MixedIntegerRounding2 was tried 0 times and created 0 cuts of which 0 were active after adding rounds of cuts (0.000 seconds)
- FlowCover was tried 0 times and created 0 cuts of which 0 were active after adding rounds of cuts (0.000 seconds)
- TwoMirCuts was tried 0 times and created 0 cuts of which 0 were active after adding rounds of cuts (0.000 seconds)
- Result - Optimal solution found
- Objective value: 0.00000000
- Enumerated nodes: 0
- Total iterations: 0
- Time (CPU seconds): 0.01
- Time (Wallclock seconds): 0.02
- Option for printingOptions changed from normal to csv
- Total time (CPU seconds): 0.02 (Wallclock seconds): 0.03
|