Here is the full output :
```
>> solve --solver=sat --input=/home/data/presolved/2024-3-1.mps
File : '/home/data/presolved/2024-3-1.mps'
Solver : SAT_INTEGER_PROGRAMMING
Parameters :
Dimension : 279839 x 1784147
Running basic LP presolve, initial problem dimensions: 279839 rows, 1784147 columns, 2437490 entries with magnitude in [9.090909e-05, 7.527273e+02]
glop::FixedVariablePreprocessor 279839 rows, 277029 columns, 2437490 entries with magnitude in [9.090909e-05, 7.527273e+02]
glop::SingletonPreprocessor 279839 rows, 276261 columns, 2436722 entries with magnitude in [9.090909e-05, 7.527273e+02]
glop::ForcingAndImpliedFreeConstraintPreprocessor 279839 rows, 276261 columns, 2436722 entries with magnitude in [9.090909e-05, 7.527273e+02]
glop::FreeConstraintPreprocessor 279744 rows, 276261 columns, 2436532 entries with magnitude in [9.090909e-05, 7.527273e+02]
glop::UnconstrainedVariablePreprocessor 279744 rows, 276261 columns, 2436532 entries with magnitude in [9.090909e-05, 7.527273e+02]
Scaling to pure integer problem.
Num integers: 41819/276261 (implied: 7807 in_inequalities: 0 max_scaling: 50) [MIP]
Changed 97 bounds of integer variables to integer values
Warning: 4492 bounds were truncated to 10000000.
Warning: 171945 continuous variable domain with fewer than 1000 values.
Maximum constraint coefficient relative error: 3.19822e-07
Maximum constraint worst-case activity error: 4.94125e-06
Maximum constraint scaling factor: 6.87195e+10
Starting CP-SAT solver v9.6.9999
Parameters: log_search_progress: true num_workers: 1
Invalid model: Invalid domain in constraint : name: "R0003840" linear { vars: 42147 vars: 72792 vars: 238849 vars: 256185 coeffs: 1 coeffs: -1 coeffs: 1 coeffs: -1 domain: -144 domain: -145 }
CpSolverResponse summary:
status: MODEL_INVALID
objective: 0
best_bound: 0
integers: 0
booleans: 0
conflicts: 0
branches: 0
propagations: 0
integer_propagations: 0
restarts: 0
lp_iterations: 0
walltime: 0.117477
usertime: 0.117477
deterministic_time: 0
gap_integral: 0
Nodes : 0
Status : MPSOLVER_MODEL_INVALID
Objective : 0.000000000000000e+00
BestBound : 0.000000000000000e+00
StatusString:
Time : 11.74 s
```