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 22 COLUMNS
- At line 54 RHS
- At line 65 BOUNDS
- At line 85 ENDATA
- Problem CxSchedule has 18 rows, 19 columns and 43 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, 19 tightened bounds, 0 strengthened rows, 0 substitutions
- Cgl0003I 0 fixed, 1 tightened bounds, 0 strengthened rows, 0 substitutions
- Cgl0004I processed model has 18 rows, 17 columns (17 integer (0 of which binary)) and 43 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.00 seconds)
- Cbc0030I Thread 0 used 0 times, waiting to start 0.0042200089, 0 cpu time, 0 locks, 0 locked, 0 waiting for locks
- Cbc0030I Thread 1 used 0 times, waiting to start 0.005792141, 0 cpu time, 0 locks, 0 locked, 0 waiting for locks
- Cbc0030I Thread 2 used 0 times, waiting to start 0.0055027008, 0 cpu time, 0 locks, 0 locked, 0 waiting for locks
- Cbc0030I Thread 3 used 0 times, waiting to start 0.0051693916, 0 cpu time, 0 locks, 0 locked, 0 waiting for locks
- Cbc0030I Thread 4 used 0 times, waiting to start 0.0048518181, 0 cpu time, 0 locks, 0 locked, 0 waiting for locks
- Cbc0030I Thread 5 used 0 times, waiting to start 0.0046050549, 0 cpu time, 0 locks, 0 locked, 0 waiting for locks
- Cbc0030I Thread 6 used 0 times, waiting to start 0.0043241978, 0 cpu time, 0 locks, 0 locked, 0 waiting for locks
- Cbc0030I Thread 7 used 0 times, waiting to start 0.0040543079, 0 cpu time, 0 locks, 0 locked, 0 waiting for locks
- Cbc0030I Thread 8 used 0 times, waiting to start 0.0037629604, 0 cpu time, 0 locks, 0 locked, 0 waiting for locks
- Cbc0030I Thread 9 used 0 times, waiting to start 0.0034866333, 0 cpu time, 0 locks, 0 locked, 0 waiting for locks
- Cbc0030I Thread 10 used 0 times, waiting to start 0.0032193661, 0 cpu time, 0 locks, 0 locked, 0 waiting for locks
- Cbc0030I Thread 11 used 0 times, waiting to start 0.0029232502, 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.01 (Wallclock seconds): 0.03
|