Trace number 4511232
Some explanations
A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process.
The trace of the execution of a solver is divided into four (or five) parts:
-
SOLVER DATA
This is the output of the solver (stdout and stderr).
Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.
When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.
As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
-
VERIFIER DATA
The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
-
CONVERSION SCRIPT DATA (Optionnal)
When a conversion script is used, this section shows the messages that were output by the conversion script.
-
WATCHER DATA
This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver.
The memory used by the solver (vsize) is also given every ten seconds.
When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
-
LAUNCHER DATA
These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.
Solver answer on this benchmark
General information on the benchmark
Name | PB24/normalized-PB15eval/DEC-LIN/ EC_ODD_GRIDS/normalized-ECgrid5x30split.opb |
MD5SUM | 2bb0b15a1713ed3ebed857cd771e5926 |
Bench Category | DEC-LIN (decision problem, linear constraints, no UNSAT certificate) |
Best result obtained on this benchmark | UNSAT |
Best value of the objective obtained on this benchmark | |
Best CPU time to get the best result obtained on this benchmark | 0.054925 |
Has Objective Function | NO |
Satisfiable | |
(Un)Satisfiability was proved | |
Best value of the objective function | |
Optimality of the best value was proved | |
Number of variables | 301 |
Total number of constraints | 151 |
Number of constraints which are clauses | 0 |
Number of constraints which are cardinality constraints (but not clauses) | 151 |
Number of constraints which are nor clauses,nor cardinality constraints | 0 |
Minimum length of a constraint | 2 |
Maximum length of a constraint | 4 |
Number of terms in the objective function | 0 |
Biggest coefficient in the objective function | 0 |
Number of bits for the biggest coefficient in the objective function | 0 |
Sum of the numbers in the objective function | 0 |
Number of bits of the sum of numbers in the objective function | 0 |
Biggest number in a constraint | 2 |
Number of bits of the biggest number in a constraint | 2 |
Biggest sum of numbers in a constraint | 6 |
Number of bits of the biggest sum of numbers | 3 |
Number of products (including duplicates) | 0 |
Sum of products size (including duplicates) | 0 |
Number of different products | 0 |
Sum of products size | 0 |
Solver Data
0.00/0.01 c ┌────────────────────────────────────────────────────────────────┐
0.00/0.01 c │ pbsuma -- a PB interface for satsuma │
0.00/0.01 c │ satsuma_version=1.2, dejavu_version=2.1 │
0.00/0.01 c │ (c) 2025 Markus Anders │
0.00/0.01 c └────────────────────────────────────────────────────────────────┘
0.00/0.01 c parse 'HOME/instance-4511232-1751198127.opb'
0.00/0.01 c read 0.01MB (0.17ms)
0.00/0.01 c [cnf: #variables 301 #clauses 151 #duplicates 0 #arr 602]
0.00/0.01 c
0.00/0.01 c make graph and approximate orbits
0.00/0.01 c [group: #orbits ~= 180] (0.22ms)
0.00/0.01 c
0.00/0.01 c detect special group actions
0.00/0.01 c probe for Johnson action (limit=64)
0.00/0.01 c probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.01 c probe for row symmetry (limit=64, splits=16.78M)
0.00/0.01 c (2.61ms)
0.00/0.01 c
0.00/0.01 c detect symmetries on remainder
0.00/0.01 c [graph: #vertices 1054 #edges 2408]
0.00/0.01 c dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.01 c [group: #symmetries 4.00*10^0 #generators 2] (0.51ms)
0.00/0.01 c
0.00/0.01 c optimize generators (opt_passes=64, conjugate_limit=256)
0.00/0.01 c (0.00ms)
0.00/0.01 c
0.00/0.01 c finalize break order and special generators
0.00/0.01 c
0.00/0.01 c add generic predicates (break_depth=10)
0.00/0.01 c added predicates for 2 generators (0.03ms)
0.00/0.01 c
0.00/0.01 c generation finished
0.00/0.01 c [sbp: #constraints 56 #add_vars 18]
0.00/0.01 c
0.00/0.01 c write result to 'HOME/instance-4511232-1751198127.opb.pre'
0.00/0.01 c wrote 0.01MB (0.08ms)
0.00/0.01 c ------------------------------------------------------------------
0.00/0.01 c 2.61ms 70.45% detect_special
0.00/0.01 c 0.51ms 13.83% detect_generic
0.00/0.01 c 0.22ms 5.83% approx_orbits
0.00/0.01 c 0.16ms 4.45% parse
0.00/0.01 c 0.08ms 2.22% output
0.00/0.01 c 0.07ms 1.84% other
0.00/0.01 c 0.03ms 0.76% break_generic
0.00/0.01 c 0.02ms 0.51% finalize_order
0.00/0.01 c 0.00ms 0.11% optimize_gens
0.00/0.01 c ───────────────────────────────────────────────
0.00/0.01 c 3.70ms 100% total
0.00/0.01 c ------------------------------------------------------------------
0.00/0.02 c RoundingSat 2
0.00/0.02 c branch pb25
0.00/0.02 c commit 63f22ad
0.00/0.02 c #variables 319 #constraints 358
0.00/0.02 c rational objective 150.5
0.08/0.16 c #Conflicts: 1000 | #Constraints: 1363
0.08/0.16 c #Conflicts: 2000 | #Constraints: 2364
0.08/0.16 c INPROCESSING
0.08/0.16 c GARBAGE COLLECT
0.08/0.16 c #Conflicts: 3000 | #Constraints: 2382
0.08/0.16 c #Conflicts: 4000 | #Constraints: 3383
0.08/0.16 c INPROCESSING
0.08/0.16 c GARBAGE COLLECT
0.08/0.16 c rational objective 150.5
0.18/0.26 c #Conflicts: 5000 | #Constraints: 2795
0.18/0.26 c #Conflicts: 6000 | #Constraints: 3795
0.18/0.26 c INPROCESSING
0.18/0.26 c GARBAGE COLLECT
0.18/0.26 c rational objective 150.5
0.28/0.36 c #Conflicts: 7000 | #Constraints: 2802
0.28/0.36 c #Conflicts: 8000 | #Constraints: 3802
0.28/0.36 c #Conflicts: 9000 | #Constraints: 4802
0.28/0.36 c INPROCESSING
0.28/0.36 c GARBAGE COLLECT
0.28/0.36 c rational objective 150.5
0.38/0.47 c #Conflicts: 10000 | #Constraints: 3504
0.38/0.47 c #Conflicts: 11000 | #Constraints: 4505
0.38/0.47 c #Conflicts: 12000 | #Constraints: 5505
0.38/0.47 c INPROCESSING
0.38/0.47 c GARBAGE COLLECT
0.38/0.47 c rational objective 150.5
0.47/0.57 c #Conflicts: 13000 | #Constraints: 3956
0.47/0.57 c #Conflicts: 14000 | #Constraints: 4956
0.47/0.57 c #Conflicts: 15000 | #Constraints: 5956
0.47/0.57 c INPROCESSING
0.47/0.57 c GARBAGE COLLECT
0.47/0.57 c rational objective 150.5
0.67/0.70 c #Conflicts: 16000 | #Constraints: 4182
0.67/0.70 c #Conflicts: 17000 | #Constraints: 5182
0.67/0.70 c #Conflicts: 18000 | #Constraints: 6182
0.67/0.70 c INPROCESSING
0.67/0.70 c GARBAGE COLLECT
0.67/0.70 c rational objective 150.5
0.76/0.82 c #Conflicts: 19000 | #Constraints: 4198
0.76/0.82 c #Conflicts: 20000 | #Constraints: 5198
0.76/0.82 c #Conflicts: 21000 | #Constraints: 6198
0.76/0.82 c INPROCESSING
0.76/0.82 c GARBAGE COLLECT
0.76/0.82 c rational objective 150.5
0.86/0.95 c #Conflicts: 22000 | #Constraints: 4007
0.86/0.95 c #Conflicts: 23000 | #Constraints: 5007
0.86/0.95 c #Conflicts: 24000 | #Constraints: 6007
0.86/0.95 c #Conflicts: 25000 | #Constraints: 7007
0.86/0.95 c INPROCESSING
0.86/0.95 c GARBAGE COLLECT
0.86/0.95 c rational objective 150.5
0.97/1.09 c #Conflicts: 26000 | #Constraints: 4614
0.97/1.09 c #Conflicts: 27000 | #Constraints: 5614
0.97/1.09 c #Conflicts: 28000 | #Constraints: 6614
0.97/1.09 c #Conflicts: 29000 | #Constraints: 7614
0.97/1.09 c INPROCESSING
0.97/1.09 c GARBAGE COLLECT
0.97/1.09 c rational objective 150.5
1.16/1.24 c #Conflicts: 30000 | #Constraints: 5011
1.16/1.24 c #Conflicts: 31000 | #Constraints: 6011
1.16/1.24 c #Conflicts: 32000 | #Constraints: 7011
1.16/1.24 c #Conflicts: 33000 | #Constraints: 8011
1.16/1.24 c INPROCESSING
1.16/1.24 c GARBAGE COLLECT
1.16/1.24 c rational objective 150.5
1.36/1.40 c #Conflicts: 34000 | #Constraints: 5220
1.36/1.40 c #Conflicts: 35000 | #Constraints: 6223
1.36/1.40 c #Conflicts: 36000 | #Constraints: 7226
1.36/1.40 c #Conflicts: 37000 | #Constraints: 8237
1.36/1.40 c INPROCESSING
1.36/1.40 c GARBAGE COLLECT
1.36/1.40 c rational objective 150.5
1.47/1.58 c #Conflicts: 38000 | #Constraints: 5224
1.47/1.58 c #Conflicts: 39000 | #Constraints: 6224
1.47/1.58 c #Conflicts: 40000 | #Constraints: 7224
1.47/1.58 c #Conflicts: 41000 | #Constraints: 8224
1.47/1.58 c INPROCESSING
1.47/1.58 c GARBAGE COLLECT
1.47/1.58 c rational objective 150.5
1.67/1.78 c #Conflicts: 42000 | #Constraints: 5022
1.67/1.78 c #Conflicts: 43000 | #Constraints: 6023
1.67/1.78 c #Conflicts: 44000 | #Constraints: 7023
1.67/1.78 c #Conflicts: 45000 | #Constraints: 8023
1.67/1.78 c #Conflicts: 46000 | #Constraints: 9023
1.67/1.78 c INPROCESSING
1.67/1.78 c GARBAGE COLLECT
1.67/1.78 c rational objective 150.5
1.87/1.96 c #Conflicts: 47000 | #Constraints: 5622
1.87/1.96 c #Conflicts: 48000 | #Constraints: 6622
1.87/1.96 c #Conflicts: 49000 | #Constraints: 7622
1.87/1.96 c #Conflicts: 50000 | #Constraints: 8622
1.87/1.96 c #Conflicts: 51000 | #Constraints: 9622
1.87/1.96 c INPROCESSING
1.87/1.96 c GARBAGE COLLECT
1.87/1.96 c rational objective 150.5
2.07/2.14 c #Conflicts: 52000 | #Constraints: 6026
2.07/2.14 c #Conflicts: 53000 | #Constraints: 7026
2.07/2.14 c #Conflicts: 54000 | #Constraints: 8026
2.07/2.14 c #Conflicts: 55000 | #Constraints: 9026
2.07/2.14 c #Conflicts: 56000 | #Constraints: 10026
2.07/2.14 c INPROCESSING
2.07/2.14 c GARBAGE COLLECT
2.07/2.14 c rational objective 150.5
2.26/2.35 c #Conflicts: 57000 | #Constraints: 6225
2.26/2.35 c #Conflicts: 58000 | #Constraints: 7225
2.26/2.35 c #Conflicts: 59000 | #Constraints: 8225
2.26/2.35 c #Conflicts: 60000 | #Constraints: 9225
2.26/2.35 c #Conflicts: 61000 | #Constraints: 10226
2.26/2.35 c INPROCESSING
2.26/2.35 c GARBAGE COLLECT
2.26/2.35 c rational objective 150.5
2.57/2.62 c #Conflicts: 62000 | #Constraints: 6225
2.57/2.62 c #Conflicts: 63000 | #Constraints: 7230
2.57/2.62 c #Conflicts: 64000 | #Constraints: 8239
2.57/2.62 c #Conflicts: 65000 | #Constraints: 9341
2.57/2.62 c #Conflicts: 66000 | #Constraints: 10385
2.57/2.62 c INPROCESSING
2.57/2.62 c GARBAGE COLLECT
2.57/2.62 c rational objective 150.5
2.77/2.86 c #Conflicts: 67000 | #Constraints: 6167
2.77/2.86 c #Conflicts: 68000 | #Constraints: 7167
2.77/2.86 c #Conflicts: 69000 | #Constraints: 8167
2.77/2.86 c #Conflicts: 70000 | #Constraints: 9167
2.77/2.86 c #Conflicts: 71000 | #Constraints: 10167
2.77/2.86 c #Conflicts: 72000 | #Constraints: 11167
2.77/2.86 c INPROCESSING
2.77/2.86 c GARBAGE COLLECT
2.77/2.86 c rational objective 150.5
2.97/3.10 c #Conflicts: 73000 | #Constraints: 6691
2.97/3.10 c #Conflicts: 74000 | #Constraints: 7691
2.97/3.10 c #Conflicts: 75000 | #Constraints: 8691
2.97/3.10 c #Conflicts: 76000 | #Constraints: 9692
2.97/3.10 c #Conflicts: 77000 | #Constraints: 10692
2.97/3.10 c #Conflicts: 78000 | #Constraints: 11692
2.97/3.10 c INPROCESSING
2.97/3.10 c GARBAGE COLLECT
2.97/3.10 c rational objective 150.5
3.26/3.36 c #Conflicts: 79000 | #Constraints: 7055
3.26/3.36 c #Conflicts: 80000 | #Constraints: 8055
3.26/3.36 c #Conflicts: 81000 | #Constraints: 9055
3.26/3.36 c #Conflicts: 82000 | #Constraints: 10055
3.26/3.36 c #Conflicts: 83000 | #Constraints: 11055
3.26/3.36 c #Conflicts: 84000 | #Constraints: 12055
3.26/3.36 c INPROCESSING
3.26/3.36 c GARBAGE COLLECT
3.26/3.36 c rational objective 150.5
3.46/3.58 c #Conflicts: 85000 | #Constraints: 7247
3.46/3.58 c #Conflicts: 86000 | #Constraints: 8247
3.46/3.58 c #Conflicts: 87000 | #Constraints: 9247
3.46/3.58 c #Conflicts: 88000 | #Constraints: 10247
3.46/3.58 c #Conflicts: 89000 | #Constraints: 11247
3.46/3.58 c #Conflicts: 90000 | #Constraints: 12247
3.46/3.58 c INPROCESSING
3.46/3.58 c GARBAGE COLLECT
3.46/3.58 c rational objective 150.5
3.76/3.83 c #Conflicts: 91000 | #Constraints: 7235
3.76/3.83 c #Conflicts: 92000 | #Constraints: 8235
3.76/3.83 c #Conflicts: 93000 | #Constraints: 9235
3.76/3.83 c #Conflicts: 94000 | #Constraints: 10235
3.76/3.83 c #Conflicts: 95000 | #Constraints: 11235
3.76/3.83 c #Conflicts: 96000 | #Constraints: 12235
3.76/3.83 c INPROCESSING
3.76/3.83 c GARBAGE COLLECT
3.76/3.83 c rational objective 150.5
4.16/4.20 c #Conflicts: 97000 | #Constraints: 7033
4.16/4.20 c #Conflicts: 98000 | #Constraints: 8033
4.16/4.20 c #Conflicts: 99000 | #Constraints: 9033
4.16/4.20 c #Conflicts: 100000 | #Constraints: 10033
4.16/4.20 c #Conflicts: 101000 | #Constraints: 11033
4.16/4.20 c #Conflicts: 102000 | #Constraints: 12033
4.16/4.20 c #Conflicts: 103000 | #Constraints: 13033
4.16/4.20 c INPROCESSING
4.16/4.20 c GARBAGE COLLECT
4.16/4.20 c rational objective 150.5
4.46/4.51 c #Conflicts: 104000 | #Constraints: 7630
4.46/4.51 c #Conflicts: 105000 | #Constraints: 8630
4.46/4.51 c #Conflicts: 106000 | #Constraints: 9630
4.46/4.51 c #Conflicts: 107000 | #Constraints: 10630
4.46/4.51 c #Conflicts: 108000 | #Constraints: 11630
4.46/4.51 c #Conflicts: 109000 | #Constraints: 12630
4.46/4.51 c #Conflicts: 110000 | #Constraints: 13630
4.46/4.51 c INPROCESSING
4.46/4.51 c GARBAGE COLLECT
4.46/4.51 c rational objective 150.5
4.66/4.79 c #Conflicts: 111000 | #Constraints: 8033
4.66/4.79 c #Conflicts: 112000 | #Constraints: 9033
4.66/4.79 c #Conflicts: 113000 | #Constraints: 10033
4.66/4.79 c #Conflicts: 114000 | #Constraints: 11033
4.66/4.79 c #Conflicts: 115000 | #Constraints: 12033
4.66/4.79 c #Conflicts: 116000 | #Constraints: 13033
4.66/4.79 c #Conflicts: 117000 | #Constraints: 14033
4.66/4.79 c INPROCESSING
4.66/4.79 c GARBAGE COLLECT
4.66/4.79 c rational objective 150.5
4.96/5.06 c #Conflicts: 118000 | #Constraints: 8227
4.96/5.06 c #Conflicts: 119000 | #Constraints: 9227
4.96/5.06 c #Conflicts: 120000 | #Constraints: 10227
4.96/5.06 c #Conflicts: 121000 | #Constraints: 11227
4.96/5.06 c #Conflicts: 122000 | #Constraints: 12227
4.96/5.06 c #Conflicts: 123000 | #Constraints: 13227
4.96/5.06 c #Conflicts: 124000 | #Constraints: 14227
4.96/5.06 c INPROCESSING
4.96/5.06 c GARBAGE COLLECT
4.96/5.06 c rational objective 150.5
5.26/5.35 c #Conflicts: 125000 | #Constraints: 8223
5.26/5.35 c #Conflicts: 126000 | #Constraints: 9223
5.26/5.35 c #Conflicts: 127000 | #Constraints: 10223
5.26/5.35 c #Conflicts: 128000 | #Constraints: 11223
5.26/5.35 c #Conflicts: 129000 | #Constraints: 12223
5.26/5.35 c #Conflicts: 130000 | #Constraints: 13223
5.26/5.35 c #Conflicts: 131000 | #Constraints: 14223
5.26/5.35 c INPROCESSING
5.26/5.35 c GARBAGE COLLECT
5.26/5.35 c rational objective 150.5
5.55/5.63 c #Conflicts: 132000 | #Constraints: 8024
5.55/5.63 c #Conflicts: 133000 | #Constraints: 9024
5.55/5.63 c #Conflicts: 134000 | #Constraints: 10024
5.55/5.63 c #Conflicts: 135000 | #Constraints: 11024
5.55/5.63 c #Conflicts: 136000 | #Constraints: 12024
5.55/5.63 c #Conflicts: 137000 | #Constraints: 13024
5.55/5.63 c #Conflicts: 138000 | #Constraints: 14024
5.55/5.63 c #Conflicts: 139000 | #Constraints: 15024
5.55/5.63 c INPROCESSING
5.55/5.63 c GARBAGE COLLECT
5.55/5.63 c rational objective 150.5
5.85/5.91 c #Conflicts: 140000 | #Constraints: 8623
5.85/5.91 c #Conflicts: 141000 | #Constraints: 9623
5.85/5.91 c #Conflicts: 142000 | #Constraints: 10623
5.85/5.91 c #Conflicts: 143000 | #Constraints: 11623
5.85/5.91 c #Conflicts: 144000 | #Constraints: 12623
5.85/5.91 c #Conflicts: 145000 | #Constraints: 13623
5.85/5.91 c #Conflicts: 146000 | #Constraints: 14623
5.85/5.91 c #Conflicts: 147000 | #Constraints: 15623
5.85/5.91 c INPROCESSING
5.85/5.91 c GARBAGE COLLECT
5.85/5.91 c rational objective 150.5
6.15/6.20 c #Conflicts: 148000 | #Constraints: 9034
6.15/6.20 c #Conflicts: 149000 | #Constraints: 10034
6.15/6.20 c #Conflicts: 150000 | #Constraints: 11034
6.15/6.20 c #Conflicts: 151000 | #Constraints: 12034
6.15/6.20 c #Conflicts: 152000 | #Constraints: 13034
6.15/6.20 c #Conflicts: 153000 | #Constraints: 14034
6.15/6.20 c #Conflicts: 154000 | #Constraints: 15034
6.15/6.20 c #Conflicts: 155000 | #Constraints: 16034
6.15/6.20 c INPROCESSING
6.15/6.20 c GARBAGE COLLECT
6.15/6.20 c rational objective 150.5
6.46/6.50 c #Conflicts: 156000 | #Constraints: 9236
6.46/6.50 c #Conflicts: 157000 | #Constraints: 10236
6.46/6.50 c #Conflicts: 158000 | #Constraints: 11236
6.46/6.50 c #Conflicts: 159000 | #Constraints: 12236
6.46/6.50 c #Conflicts: 160000 | #Constraints: 13236
6.46/6.50 c #Conflicts: 161000 | #Constraints: 14236
6.46/6.50 c #Conflicts: 162000 | #Constraints: 15236
6.46/6.50 c #Conflicts: 163000 | #Constraints: 16236
6.46/6.50 c INPROCESSING
6.46/6.50 c GARBAGE COLLECT
6.46/6.50 c rational objective 150.5
6.75/6.80 c #Conflicts: 164000 | #Constraints: 9230
6.75/6.80 c #Conflicts: 165000 | #Constraints: 10230
6.75/6.80 c #Conflicts: 166000 | #Constraints: 11230
6.75/6.80 c #Conflicts: 167000 | #Constraints: 12230
6.75/6.80 c #Conflicts: 168000 | #Constraints: 13230
6.75/6.80 c #Conflicts: 169000 | #Constraints: 14230
6.75/6.80 c #Conflicts: 170000 | #Constraints: 15230
6.75/6.80 c #Conflicts: 171000 | #Constraints: 16230
6.75/6.80 c INPROCESSING
6.75/6.80 c GARBAGE COLLECT
6.75/6.80 c rational objective 150.5
7.05/7.13 c #Conflicts: 172000 | #Constraints: 9036
7.05/7.13 c #Conflicts: 173000 | #Constraints: 10036
7.05/7.13 c #Conflicts: 174000 | #Constraints: 11036
7.05/7.13 c #Conflicts: 175000 | #Constraints: 12036
7.05/7.13 c #Conflicts: 176000 | #Constraints: 13036
7.05/7.13 c #Conflicts: 177000 | #Constraints: 14036
7.05/7.13 c #Conflicts: 178000 | #Constraints: 15036
7.05/7.13 c #Conflicts: 179000 | #Constraints: 16036
7.05/7.13 c #Conflicts: 180000 | #Constraints: 17036
7.05/7.13 c INPROCESSING
7.05/7.13 c GARBAGE COLLECT
7.05/7.13 c rational objective 150.5
7.35/7.48 c #Conflicts: 181000 | #Constraints: 9640
7.35/7.48 c #Conflicts: 182000 | #Constraints: 10640
7.35/7.48 c #Conflicts: 183000 | #Constraints: 11640
7.35/7.48 c #Conflicts: 184000 | #Constraints: 12640
7.35/7.48 c #Conflicts: 185000 | #Constraints: 13640
7.35/7.48 c #Conflicts: 186000 | #Constraints: 14640
7.35/7.48 c #Conflicts: 187000 | #Constraints: 15640
7.35/7.48 c #Conflicts: 188000 | #Constraints: 16640
7.35/7.48 c #Conflicts: 189000 | #Constraints: 17640
7.35/7.48 c INPROCESSING
7.35/7.48 c GARBAGE COLLECT
7.35/7.48 c rational objective 150.5
7.55/7.62 c #Conflicts: 190000 | #Constraints: 10040
7.55/7.62 c #Conflicts: 191000 | #Constraints: 11040
7.55/7.62 c #Conflicts: 192000 | #Constraints: 12040
7.55/7.62 c cpu time 6.93209 s
7.55/7.62 c deterministic time 317133814 3.17e+08
7.55/7.62 c optimization time 3e-05 s
7.55/7.62 c total solve time 6.931 s
7.55/7.62 c core-guided solve time 0 s
7.55/7.62 c propagation time 4.50194 s
7.55/7.62 c conflict analysis time 1.37353 s
7.55/7.62 c propagations 1864072
7.55/7.62 c resolve steps 606833
7.55/7.62 c decisions 426608
7.55/7.62 c conflicts 192913
7.55/7.62 c restarts 509
7.55/7.62 c inprocessing phases 35
7.55/7.62 c garbage collections 35 ,( 100.00 )
7.55/7.62 c input clauses 58 ,( 16.20 )
7.55/7.62 c input cardinalities 300 ,( 83.80 )
7.55/7.62 c input general constraints 0 ,( 0.00 )
7.55/7.62 c input average constraint length 3.82
7.55/7.62 c input average constraint degree 1.84
7.55/7.62 c learned clauses 171770 ,( 88.85 )
7.55/7.62 c learned cardinalities 1093 ,( 0.57 )
7.55/7.62 c learned general constraints 20455 ,( 10.58 )
7.55/7.62 c learned average constraint length 15.88
7.55/7.62 c learned average constraint degree 47371028.37
7.55/7.62 c watched CF 32, 64, 128, Arb: 10436 , 0 , 0 , 0
7.55/7.62 c counting CF 32, 64, 128, Arb: 10019 , 0 , 0 , 0
7.55/7.62 c watched constraints 10436 ,( 51.02 )
7.55/7.62 c counting constraints 10019 ,( 48.98 )
7.55/7.62 c loaded clauses, cards, PBs, (WATCHED, COUNTING): 40257133 , 3222748 , 5662026 ,( 3123693 , 2538333 )
7.55/7.62 c gcd simplifications 14140
7.55/7.62 c detected cardinalities 306
7.55/7.62 c weakened non-implied lits 218433
7.55/7.62 c weakened non-implying lits 9173
7.55/7.62 c original variables 319
7.55/7.62 c clausal propagations 452454
7.55/7.62 c cardinality propagations 640300
7.55/7.62 c watched propagations 34054
7.55/7.62 c counting propagations 530897
7.55/7.62 c watch lookups 177590578
7.55/7.62 c watch backjump lookups 0
7.55/7.62 c watch checks 95885897
7.55/7.62 c propagation checks 28319423
7.55/7.62 c constraint additions 10541884
7.55/7.62 c trail pops 2483565
7.55/7.62 c formula constraints 358
7.55/7.62 c learned constraints 192904
7.55/7.62 c bound constraints 0
7.55/7.62 c core-guided constraints 0
7.55/7.62 c encountered formula constraints 59288
7.55/7.62 c encountered learned constraints 728898
7.55/7.62 c encountered bound constraints 0
7.55/7.62 c encountered core-guided constraints 0
7.55/7.62 c LP total time 0.73126 s
7.55/7.62 c LP solve time 0.37 s
7.55/7.62 c LP constraints added 464
7.55/7.62 c LP constraints removed 100
7.55/7.62 c LP pivots internal 19298
7.55/7.62 c LP pivots root 2488
7.55/7.62 c LP calls 1482
7.55/7.62 c LP optimalities 1161
7.55/7.62 c LP no pivot count 82
7.55/7.62 c LP infeasibilities 320
7.55/7.62 c LP valid Farkas constraints 320
7.55/7.62 c LP learned Farkas constraints 8
7.55/7.62 c LP basis resets 1
7.55/7.62 c LP cycling count 0
7.55/7.62 c LP singular count 1
7.55/7.62 c LP no primal count 0
7.55/7.62 c LP no farkas count 0
7.55/7.62 c LP other issue count 0
7.55/7.62 c LP Gomory cuts 86
7.55/7.62 c LP learned cuts 20
7.55/7.62 c LP deleted cuts 100
7.55/7.62 c LP encountered Gomory constraints 18
7.55/7.62 c LP encountered Farkas constraints 11525
7.55/7.62 c LP encountered learned Farkas constraints 9
7.55/7.62 c CG auxiliary variables introduced 0
7.55/7.62 c CG solutions found 0
7.55/7.62 c CG cores constructed 0
7.55/7.62 c CG core cardinality constraints returned 0
7.55/7.62 c CG unit cores 0
7.55/7.62 c CG single cores 0
7.55/7.62 c CG blocks removed during cardinality reduction 0
7.55/7.62 c CG first core best 0
7.55/7.62 c CG decision core best 0
7.55/7.62 c CG core reduction tie 0
7.55/7.62 c CG core degree average 0.00
7.55/7.62 c CG core slack average 0.00
7.55/7.62 c CG core upper bound improvements 0
7.55/7.62 c STR number of successful calls 0
7.55/7.62 c STR number of unsuccessful calls 0
7.55/7.62 c STR number of inconclusive calls 0
7.55/7.62 c STR number of successful attempts 0
7.55/7.62 c STR number of unsuccessful attempts 0
7.55/7.62 c STR number of inconclusive attempts 0
7.55/7.62 c STR average degree increase per successful call inf
7.55/7.62 c STR average degree increase per successful attempt inf
7.55/7.62 c STR total number of conflicts for successful attempts 0
7.55/7.62 c STR total number of conflicts for unsuccessful attempts 0
7.55/7.62 c STR total number of conflicts for inconclusive attempts 0
7.55/7.62 c STR average number of conflicts per successful attempt inf
7.55/7.62 c STR average number of conflicts per unsuccessful attempt inf
7.55/7.62 c STR average number of conflicts per inconclusive attempt inf
7.55/7.62 c AVG.sumWPerc 39.52
7.55/7.62 c bigint constraints 0
7.55/7.62 s UNSATISFIABLE
Verifier Data
ERROR: no interpretation found !
Watcher Data
runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
NUMA information:
number of nodes: 2
memory of node 0: 63708 MiB (62818 MiB free)
memory of node 1: 64465 MiB (63791 MiB free)
node distances:
10 21
21 10
command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4511232-1751198127/watcher-4511232-1751198127 -o /tmp/evaluation-result-4511232-1751198127/solver-4511232-1751198127 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1751196526-23370 --watchdog 3760 run-dec-break.sh HOME/instance-4511232-1751198127.opb
running on 2 cores: 1,3
CPU governors:
performance: 1 3
Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=24832, runsolver pid=24829
Current StackSize limit: 8192 KiB
[startup+0.100061 s]*
/proc/loadavg: 4.09 4.12 4.07 5/271 24835
/proc/meminfo: memFree=129642836/131250000 swapFree=33010684/33010684
[pid=24832] ppid=24829 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/24832/stat : 24832 (run-dec-break.s) S 24829 24832 23358 0 -1 4194304 239 309 0 0 0 0 0 0 20 0 1 0 35490238 4292608 768 18446744073709551615 93898574385152 93898575279685 140728386619504 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 93898575518736 93898575566480 93898608324608 140728386627937 140728386628066 140728386628066 140728386633668 0
/proc/24832/statm: 1048 768 704 219 0 110 0
[pid=24835] ppid=24832 vsize=57320 memory=14232 CPUtime=0.08 cores=1,3
/proc/24835/stat : 24835 (roundingsat) R 24832 24832 23358 0 -1 4194304 906 0 0 0 7 1 0 0 20 0 1 0 35490239 58695680 3558 18446744073709551615 4227072 8923433 140728037342192 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 21536768 140728037345604 140728037345832 140728037345832 140728037351402 0
/proc/24835/statm: 14330 3558 2400 1147 0 1757 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 61512 KiB
Current children cumulated memory: 17304 KiB
[startup+0.205703 s]*
/proc/loadavg: 4.09 4.12 4.07 5/271 24835
/proc/meminfo: memFree=129642836/131250000 swapFree=33010684/33010684
[pid=24832] ppid=24829 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/24832/stat : 24832 (run-dec-break.s) S 24829 24832 23358 0 -1 4194304 239 309 0 0 0 0 0 0 20 0 1 0 35490238 4292608 768 18446744073709551615 93898574385152 93898575279685 140728386619504 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 93898575518736 93898575566480 93898608324608 140728386627937 140728386628066 140728386628066 140728386633668 0
/proc/24832/statm: 1048 768 704 219 0 110 0
[pid=24835] ppid=24832 vsize=57588 memory=14488 CPUtime=0.18 cores=1,3
/proc/24835/stat : 24835 (roundingsat) R 24832 24832 23358 0 -1 4194304 999 0 0 0 16 2 0 0 20 0 1 0 35490239 58970112 3622 18446744073709551615 4227072 8923433 140728037342192 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 21536768 140728037345604 140728037345832 140728037345832 140728037351402 0
/proc/24835/statm: 14397 3622 2400 1147 0 1824 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 61780 KiB
Current children cumulated memory: 17560 KiB
[startup+0.305833 s]*
/proc/loadavg: 4.09 4.12 4.07 5/271 24835
/proc/meminfo: memFree=129642836/131250000 swapFree=33010684/33010684
[pid=24832] ppid=24829 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/24832/stat : 24832 (run-dec-break.s) S 24829 24832 23358 0 -1 4194304 239 309 0 0 0 0 0 0 20 0 1 0 35490238 4292608 768 18446744073709551615 93898574385152 93898575279685 140728386619504 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 93898575518736 93898575566480 93898608324608 140728386627937 140728386628066 140728386628066 140728386633668 0
/proc/24832/statm: 1048 768 704 219 0 110 0
[pid=24835] ppid=24832 vsize=57860 memory=14744 CPUtime=0.28 cores=1,3
/proc/24835/stat : 24835 (roundingsat) R 24832 24832 23358 0 -1 4194304 1056 0 0 0 25 3 0 0 20 0 1 0 35490239 59248640 3686 18446744073709551615 4227072 8923433 140728037342192 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 21536768 140728037345604 140728037345832 140728037345832 140728037351402 0
/proc/24835/statm: 14465 3686 2400 1147 0 1892 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 62052 KiB
Current children cumulated memory: 17816 KiB
[startup+0.700147 s]
/proc/loadavg: 4.09 4.12 4.07 5/271 24835
/proc/meminfo: memFree=129643088/131250000 swapFree=33010684/33010684
[pid=24832] ppid=24829 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/24832/stat : 24832 (run-dec-break.s) S 24829 24832 23358 0 -1 4194304 239 309 0 0 0 0 0 0 20 0 1 0 35490238 4292608 768 18446744073709551615 93898574385152 93898575279685 140728386619504 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 93898575518736 93898575566480 93898608324608 140728386627937 140728386628066 140728386628066 140728386633668 0
/proc/24832/statm: 1048 768 704 219 0 110 0
[pid=24835] ppid=24832 vsize=58572 memory=15384 CPUtime=0.67 cores=1,3
/proc/24835/stat : 24835 (roundingsat) R 24832 24832 23358 0 -1 4194304 1211 0 0 0 60 7 0 0 20 0 1 0 35490239 59977728 3846 18446744073709551615 4227072 8923433 140728037342192 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 21536768 140728037345604 140728037345832 140728037345832 140728037351402 0
/proc/24835/statm: 14643 3846 2400 1147 0 2070 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 62764 KiB
Current children cumulated memory: 18456 KiB
[startup+1.50016 s]
/proc/loadavg: 4.09 4.12 4.07 5/271 24835
/proc/meminfo: memFree=129643088/131250000 swapFree=33010684/33010684
[pid=24832] ppid=24829 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/24832/stat : 24832 (run-dec-break.s) S 24829 24832 23358 0 -1 4194304 239 309 0 0 0 0 0 0 20 0 1 0 35490238 4292608 768 18446744073709551615 93898574385152 93898575279685 140728386619504 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 93898575518736 93898575566480 93898608324608 140728386627937 140728386628066 140728386628066 140728386633668 0
/proc/24832/statm: 1048 768 704 219 0 110 0
[pid=24835] ppid=24832 vsize=59060 memory=15896 CPUtime=1.47 cores=1,3
/proc/24835/stat : 24835 (roundingsat) R 24832 24832 23358 0 -1 4194304 1350 0 0 0 132 15 0 0 20 0 1 0 35490239 60477440 3974 18446744073709551615 4227072 8923433 140728037342192 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 21536768 140728037345604 140728037345832 140728037345832 140728037351402 0
/proc/24835/statm: 14765 3974 2400 1147 0 2192 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 63252 KiB
Current children cumulated memory: 18968 KiB
[startup+3.10547 s]
/proc/loadavg: 4.09 4.12 4.07 5/271 24835
/proc/meminfo: memFree=129638664/131250000 swapFree=33010684/33010684
[pid=24832] ppid=24829 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/24832/stat : 24832 (run-dec-break.s) S 24829 24832 23358 0 -1 4194304 239 309 0 0 0 0 0 0 20 0 1 0 35490238 4292608 768 18446744073709551615 93898574385152 93898575279685 140728386619504 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 93898575518736 93898575566480 93898608324608 140728386627937 140728386628066 140728386628066 140728386633668 0
/proc/24832/statm: 1048 768 704 219 0 110 0
[pid=24835] ppid=24832 vsize=60092 memory=17044 CPUtime=3.07 cores=1,3
/proc/24835/stat : 24835 (roundingsat) R 24832 24832 23358 0 -1 4194304 1696 0 0 0 277 30 0 0 20 0 1 0 35490239 61534208 4261 18446744073709551615 4227072 8923433 140728037342192 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 21536768 140728037345604 140728037345832 140728037345832 140728037351402 0
/proc/24835/statm: 15023 4261 2400 1147 0 2450 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 64284 KiB
Current children cumulated memory: 20116 KiB
[startup+6.30015 s]
/proc/loadavg: 4.08 4.12 4.07 5/271 24835
/proc/meminfo: memFree=129638664/131250000 swapFree=33010684/33010684
[pid=24832] ppid=24829 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/24832/stat : 24832 (run-dec-break.s) S 24829 24832 23358 0 -1 4194304 239 309 0 0 0 0 0 0 20 0 1 0 35490238 4292608 768 18446744073709551615 93898574385152 93898575279685 140728386619504 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 93898575518736 93898575566480 93898608324608 140728386627937 140728386628066 140728386628066 140728386633668 0
/proc/24832/statm: 1048 768 704 219 0 110 0
[pid=24835] ppid=24832 vsize=61248 memory=18452 CPUtime=6.25 cores=1,3
/proc/24835/stat : 24835 (roundingsat) R 24832 24832 23358 0 -1 4194304 2281 0 0 0 570 55 0 0 20 0 1 0 35490239 62717952 4613 18446744073709551615 4227072 8923433 140728037342192 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 21536768 140728037345604 140728037345832 140728037345832 140728037351402 0
/proc/24835/statm: 15312 4613 2464 1147 0 2739 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 65440 KiB
Current children cumulated memory: 21524 KiB
[startup+7.62957 s]
# the end of solver process 24832 was just reported to runsolver
# Child status: 0
# cumulated CPU time of all completed processes: user=6.93782 s, system=0.660099 s
Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples
[startup+6.40017 s]
/proc/loadavg: 4.08 4.12 4.07 5/271 24835
/proc/meminfo: memFree=129638664/131250000 swapFree=33010684/33010684
[pid=24832] ppid=24829 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/24832/stat : 24832 (run-dec-break.s) S 24829 24832 23358 0 -1 4194304 239 309 0 0 0 0 0 0 20 0 1 0 35490238 4292608 768 18446744073709551615 93898574385152 93898575279685 140728386619504 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 93898575518736 93898575566480 93898608324608 140728386627937 140728386628066 140728386628066 140728386633668 0
/proc/24832/statm: 1048 768 704 219 0 110 0
[pid=24835] ppid=24832 vsize=61248 memory=18452 CPUtime=6.36 cores=1,3
/proc/24835/stat : 24835 (roundingsat) R 24832 24832 23358 0 -1 4194304 2281 0 0 0 579 57 0 0 20 0 1 0 35490239 62717952 4613 18446744073709551615 4227072 8923433 140728037342192 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 21536768 140728037345604 140728037345832 140728037345832 140728037351402 0
/proc/24835/statm: 15312 4613 2464 1147 0 2739 0
Current children cumulated CPU time: 6.36 s
Current children cumulated vsize: 65440 KiB
Current children cumulated memory: 21524 KiB
[startup+7.20015 s]
/proc/loadavg: 4.08 4.12 4.07 5/271 24835
/proc/meminfo: memFree=129638664/131250000 swapFree=33010684/33010684
[pid=24832] ppid=24829 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/24832/stat : 24832 (run-dec-break.s) S 24829 24832 23358 0 -1 4194304 239 309 0 0 0 0 0 0 20 0 1 0 35490238 4292608 768 18446744073709551615 93898574385152 93898575279685 140728386619504 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 93898575518736 93898575566480 93898608324608 140728386627937 140728386628066 140728386628066 140728386633668 0
/proc/24832/statm: 1048 768 704 219 0 110 0
[pid=24835] ppid=24832 vsize=61764 memory=18960 CPUtime=7.15 cores=1,3
/proc/24835/stat : 24835 (roundingsat) R 24832 24832 23358 0 -1 4194304 2479 0 0 0 652 63 0 0 20 0 1 0 35490239 63246336 4740 18446744073709551615 4227072 8923433 140728037342192 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 21536768 140728037345604 140728037345832 140728037345832 140728037351402 0
/proc/24835/statm: 15441 4740 2464 1147 0 2868 0
Current children cumulated CPU time: 7.15 s
Current children cumulated vsize: 65956 KiB
Current children cumulated memory: 22032 KiB
[startup+7.60013 s]
/proc/loadavg: 4.08 4.12 4.07 5/271 24835
/proc/meminfo: memFree=129638664/131250000 swapFree=33010684/33010684
[pid=24832] ppid=24829 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/24832/stat : 24832 (run-dec-break.s) S 24829 24832 23358 0 -1 4194304 239 309 0 0 0 0 0 0 20 0 1 0 35490238 4292608 768 18446744073709551615 93898574385152 93898575279685 140728386619504 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 93898575518736 93898575566480 93898608324608 140728386627937 140728386628066 140728386628066 140728386633668 0
/proc/24832/statm: 1048 768 704 219 0 110 0
[pid=24835] ppid=24832 vsize=61764 memory=18960 CPUtime=7.55 cores=1,3
/proc/24835/stat : 24835 (roundingsat) R 24832 24832 23358 0 -1 4194304 2515 0 0 0 690 65 0 0 20 0 1 0 35490239 63246336 4740 18446744073709551615 4227072 8923433 140728037342192 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 21536768 140728037345604 140728037345832 140728037345832 140728037351402 0
/proc/24835/statm: 15441 4740 2464 1147 0 2868 0
Current children cumulated CPU time: 7.55 s
Current children cumulated vsize: 65956 KiB
Current children cumulated memory: 22032 KiB
Child status: 0
Real time (s): 7.62959
CPU time (s): 7.59792
CPU user time (s): 6.93782
CPU system time (s): 0.660099
CPU usage (%): 99.5848
Max. virtual memory (cumulated for all children) (KiB): 65956
Max. memory (cumulated for all children) (KiB): 22032
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.93782
system time used= 0.660099
maximum resident set size= 18960
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3086
page faults= 0
swaps= 0
block input operations= 0
block output operations= 16
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 208
involuntary context switches= 22
# summary of solver processes directly reported to runsolver:
# pid: 24832
# total CPU time (s): 7.59792
# total CPU user time (s): 6.93782
# total CPU system time (s): 0.660099
??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.024089 second user time and 0.065779 second system time
The end
Launcher Data
Begin job on nodeC019 at 2025-06-29 13:55:27
IDJOB=4511232
IDBENCH=160433
IDSOLVER=3357
FILE ID=nodeC019/4511232-1751198127
RUNJOBID= nodeC019-1751196526-23370
SLURM_JOB_ID= 9587609
Free space on /tmp= 433040 MiB
SOLVER NAME= roundingsat+pbsuma 63f22ad
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/EC_ODD_GRIDS/normalized-ECgrid5x30split.opb
COMMAND LINE= run-dec-break.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4511232-1751198127/watcher-4511232-1751198127 -o /tmp/evaluation-result-4511232-1751198127/solver-4511232-1751198127 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1751196526-23370 --watchdog 3760 run-dec-break.sh HOME/instance-4511232-1751198127.opb
TIME LIMIT= 3600 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 2
MD5SUM BENCH= 2bb0b15a1713ed3ebed857cd771e5926
RANDOM SEED=1495793715
nodeC019 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024
/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance
/proc/cpuinfo:
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00002a
cpu MHz : 3599.678
cache size : 15360 KB
physical id : 0
siblings : 4
core id : 0
cpu cores : 4
apicid : 0
initial apicid : 0
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6999.37
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 1
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00002a
cpu MHz : 3599.433
cache size : 15360 KB
physical id : 1
siblings : 4
core id : 0
cpu cores : 4
apicid : 16
initial apicid : 16
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6999.37
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 2
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00002a
cpu MHz : 3599.809
cache size : 15360 KB
physical id : 0
siblings : 4
core id : 1
cpu cores : 4
apicid : 2
initial apicid : 2
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6999.37
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 3
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00002a
cpu MHz : 3597.834
cache size : 15360 KB
physical id : 1
siblings : 4
core id : 1
cpu cores : 4
apicid : 18
initial apicid : 18
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6999.37
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 4
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00002a
cpu MHz : 3599.676
cache size : 15360 KB
physical id : 0
siblings : 4
core id : 2
cpu cores : 4
apicid : 4
initial apicid : 4
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6999.37
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 5
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00002a
cpu MHz : 3599.672
cache size : 15360 KB
physical id : 1
siblings : 4
core id : 2
cpu cores : 4
apicid : 20
initial apicid : 20
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6999.37
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 6
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00002a
cpu MHz : 3600.392
cache size : 15360 KB
physical id : 0
siblings : 4
core id : 3
cpu cores : 4
apicid : 6
initial apicid : 6
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6999.37
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 7
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00002a
cpu MHz : 3583.679
cache size : 15360 KB
physical id : 1
siblings : 4
core id : 3
cpu cores : 4
apicid : 22
initial apicid : 22
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6999.37
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
/proc/meminfo:
MemTotal: 131250000 kB
MemFree: 129648504 kB
MemAvailable: 129485008 kB
Buffers: 3280 kB
Cached: 646228 kB
SwapCached: 0 kB
Active: 640364 kB
Inactive: 389480 kB
Active(anon): 398400 kB
Inactive(anon): 0 kB
Active(file): 241964 kB
Inactive(file): 389480 kB
Unevictable: 3072 kB
Mlocked: 0 kB
SwapTotal: 33010684 kB
SwapFree: 33010684 kB
Zswap: 0 kB
Zswapped: 0 kB
Dirty: 7212 kB
Writeback: 0 kB
AnonPages: 379464 kB
Mapped: 112920 kB
Shmem: 18064 kB
KReclaimable: 88600 kB
Slab: 173444 kB
SReclaimable: 88600 kB
SUnreclaim: 84844 kB
KernelStack: 4332 kB
PageTables: 4092 kB
SecPageTables: 0 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
WritebackTmp: 0 kB
CommitLimit: 98635684 kB
Committed_AS: 733164 kB
VmallocTotal: 34359738367 kB
VmallocUsed: 150680 kB
VmallocChunk: 0 kB
Percpu: 3776 kB
HardwareCorrupted: 0 kB
AnonHugePages: 296960 kB
ShmemHugePages: 0 kB
ShmemPmdMapped: 0 kB
FileHugePages: 0 kB
FilePmdMapped: 0 kB
CmaTotal: 0 kB
CmaFree: 0 kB
Unaccepted: 0 kB
HugePages_Total: 0
HugePages_Free: 0
HugePages_Rsvd: 0
HugePages_Surp: 0
Hugepagesize: 2048 kB
Hugetlb: 0 kB
DirectMap4k: 176852 kB
DirectMap2M: 9031680 kB
DirectMap1G: 126877696 kB
Free space on /tmp at the end= 433032 MiB
End job on nodeC019 at 2025-06-29 13:55:35