Trace number 4532683
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-PB24/OPT-LIN/ihalainen/PBO-clique-coloring/ normalized-clique-coloring-max-clique-n=13-t=7.opb |
MD5SUM | bf082a5f314776883f0e32420df0edd0 |
Bench Category | OPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate) |
Best result obtained on this benchmark | OPT |
Best value of the objective obtained on this benchmark | 6 |
Best CPU time to get the best result obtained on this benchmark | 21.8846 |
Has Objective Function | YES |
Satisfiable | |
(Un)Satisfiability was proved | |
Best value of the objective function | |
Optimality of the best value was proved | |
Number of variables | 351 |
Total number of constraints | 12753 |
Number of constraints which are clauses | 12740 |
Number of constraints which are cardinality constraints (but not clauses) | 13 |
Number of constraints which are nor clauses,nor cardinality constraints | 0 |
Minimum length of a constraint | 3 |
Maximum length of a constraint | 14 |
Number of terms in the objective function | 13 |
Biggest coefficient in the objective function | 1 |
Number of bits for the biggest coefficient in the objective function | 1 |
Sum of the numbers in the objective function | 13 |
Number of bits of the sum of numbers in the objective function | 4 |
Biggest number in a constraint | 2 |
Number of bits of the biggest number in a constraint | 2 |
Biggest sum of numbers in a constraint | 15 |
Number of bits of the biggest sum of numbers | 4 |
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.02 c ┌────────────────────────────────────────────────────────────────┐
0.00/0.02 c │ pbsuma -- a PB interface for satsuma │
0.00/0.02 c │ satsuma_version=1.2, dejavu_version=2.1 │
0.00/0.02 c │ (c) 2025 Markus Anders │
0.00/0.02 c └────────────────────────────────────────────────────────────────┘
0.00/0.02 c parse 'HOME/instance-4532683-1752597004.opb'
0.00/0.03 c read 0.40MB (5.51ms)
0.00/0.03 c [cnf: #variables 351 #clauses 12754 #duplicates 0 #arr 38597]
0.00/0.03 c output proof to 'PROOFDIR/proof-4532683-1752597004'
0.00/0.03 c
0.00/0.03 c make graph and approximate orbits
0.00/0.03 c [group: #orbits ~= 8] (2.41ms)
0.00/0.03 c
0.00/0.03 c detect special group actions
0.00/0.03 c probe for Johnson action (limit=64)
0.00/0.04 c candidate Johnson 13, ar 2
0.00/0.08 c found row 13x28, generating row predicate
0.00/0.08 c found row 7x26, generating row predicate
0.00/0.08 c found Johnson 13, ar 2, block_sz 40
0.00/0.08 c probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.08 c probe for row symmetry (limit=64, splits=16.78M)
0.00/0.08 c (55.38ms)
0.00/0.08 c
0.00/0.08 c detect symmetries on remainder
0.00/0.08 c [graph: #vertices 14145 #edges 79274]
0.00/0.08 c dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.09 c [group: #symmetries 1.00*10^0 #generators 0] (1.87ms)
0.00/0.09 c
0.00/0.09 c finalize break order and special generators
0.00/0.09 c
0.00/0.09 c generation finished
0.00/0.09 c [sbp: #constraints 3216 #add_vars 1062]
0.00/0.09 c
0.00/0.09 c write result to 'HOME/instance-4532683-1752597004.opb.pre'
0.00/0.09 c wrote 0.50MB (1.34ms)
0.00/0.09 c ------------------------------------------------------------------
0.00/0.09 c 55.38ms 78.28% detect_special
0.00/0.09 c 5.51ms 7.79% parse
0.00/0.09 c 4.23ms 5.98% other
0.00/0.09 c 2.41ms 3.41% approx_orbits
0.00/0.09 c 1.87ms 2.64% detect_generic
0.00/0.09 c 1.34ms 1.90% output
0.00/0.09 c 0.01ms 0.02% finalize_order
0.00/0.09 c ───────────────────────────────────────────────
0.00/0.09 c 70.75ms 100% total
0.00/0.09 c ------------------------------------------------------------------
0.06/0.11 c RoundingSat 2
0.06/0.11 c branch pb25
0.06/0.11 c commit 0f876b3
0.06/0.19 c #variables 1413 #constraints 15969
0.06/0.19 c objective is ce32
0.06/0.19 c initial watched CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
0.06/0.19 c initial counting CF 32, 64, 128, Arb: 1 , 0 , 0 , 0
0.06/0.19 c bounds - >= 0 @ 0.073418
0.15/0.28 c rational objective 0
0.26/0.38 c bounds 12 >= 0 @ 0.250723
0.35/0.45 c bounds 12 >= 1 @ 0.316817
0.35/0.45 c bounds 11 >= 1 @ 0.317731
0.35/0.45 c bounds 10 >= 1 @ 0.318424
0.35/0.45 c bounds 9 >= 1 @ 0.318993
0.35/0.45 c bounds 8 >= 1 @ 0.31964
0.35/0.45 c bounds 7 >= 1 @ 0.319902
0.35/0.46 c bounds 6 >= 1 @ 0.319904
0.55/0.62 c #Conflicts: 1000 | #Constraints: 16980
0.55/0.62 c bounds 6 >= 2 @ 0.48284
0.64/0.77 c #Conflicts: 2000 | #Constraints: 17984
0.64/0.77 c INPROCESSING
0.64/0.77 c GARBAGE COLLECT
0.64/0.77 c rational objective 2
1.13/1.23 c #Conflicts: 3000 | #Constraints: 17001
1.13/1.23 c #Conflicts: 4000 | #Constraints: 18001
1.13/1.23 c INPROCESSING
1.13/1.23 c GARBAGE COLLECT
1.13/1.23 c rational objective 2
1.53/1.63 c #Conflicts: 5000 | #Constraints: 12663
1.53/1.63 c #Conflicts: 6000 | #Constraints: 13663
1.53/1.63 c INPROCESSING
1.53/1.63 c GARBAGE COLLECT
1.53/1.63 c rational objective 2
2.04/2.10 c #Conflicts: 7000 | #Constraints: 12802
2.04/2.10 c #Conflicts: 8000 | #Constraints: 13802
2.04/2.10 c #Conflicts: 9000 | #Constraints: 14802
2.04/2.10 c INPROCESSING
2.04/2.10 c GARBAGE COLLECT
2.04/2.10 c rational objective 2
2.53/2.65 c #Conflicts: 10000 | #Constraints: 13418
2.53/2.65 c #Conflicts: 11000 | #Constraints: 14418
2.53/2.65 c #Conflicts: 12000 | #Constraints: 15418
2.53/2.65 c INPROCESSING
2.53/2.65 c GARBAGE COLLECT
2.53/2.65 c rational objective 2
3.04/3.11 c #Conflicts: 13000 | #Constraints: 13909
3.04/3.11 c #Conflicts: 14000 | #Constraints: 14909
3.04/3.11 c #Conflicts: 15000 | #Constraints: 15909
3.04/3.11 c INPROCESSING
3.04/3.11 c GARBAGE COLLECT
3.04/3.11 c rational objective 2
3.53/3.68 c #Conflicts: 16000 | #Constraints: 14162
3.53/3.68 c #Conflicts: 17000 | #Constraints: 15162
3.53/3.68 c #Conflicts: 18000 | #Constraints: 16162
3.53/3.68 c INPROCESSING
3.53/3.68 c GARBAGE COLLECT
3.53/3.68 c rational objective 2
4.13/4.29 c #Conflicts: 19000 | #Constraints: 14189
4.13/4.29 c #Conflicts: 20000 | #Constraints: 15189
4.13/4.29 c #Conflicts: 21000 | #Constraints: 16189
4.13/4.29 c INPROCESSING
4.13/4.29 c GARBAGE COLLECT
4.13/4.29 c rational objective 2
4.83/4.99 c #Conflicts: 22000 | #Constraints: 14011
4.83/4.99 c #Conflicts: 23000 | #Constraints: 15011
4.83/4.99 c #Conflicts: 24000 | #Constraints: 16011
4.83/4.99 c #Conflicts: 25000 | #Constraints: 17011
4.83/4.99 c INPROCESSING
4.83/4.99 c GARBAGE COLLECT
4.83/4.99 c rational objective 2
5.72/5.82 c #Conflicts: 26000 | #Constraints: 14619
5.72/5.82 c #Conflicts: 27000 | #Constraints: 15619
5.72/5.82 c #Conflicts: 28000 | #Constraints: 16619
5.72/5.82 c #Conflicts: 29000 | #Constraints: 17619
5.72/5.82 c INPROCESSING
5.72/5.82 c GARBAGE COLLECT
5.72/5.82 c rational objective 2
6.42/6.52 c #Conflicts: 30000 | #Constraints: 15034
6.42/6.52 c #Conflicts: 31000 | #Constraints: 16034
6.42/6.52 c #Conflicts: 32000 | #Constraints: 17034
6.42/6.52 c #Conflicts: 33000 | #Constraints: 18034
6.42/6.52 c INPROCESSING
6.42/6.52 c GARBAGE COLLECT
6.42/6.52 c rational objective 2
7.32/7.45 c #Conflicts: 34000 | #Constraints: 15230
7.32/7.45 c #Conflicts: 35000 | #Constraints: 16230
7.32/7.45 c #Conflicts: 36000 | #Constraints: 17230
7.32/7.45 c #Conflicts: 37000 | #Constraints: 18230
7.32/7.45 c INPROCESSING
7.32/7.45 c GARBAGE COLLECT
7.32/7.45 c rational objective 2
8.21/8.39 c #Conflicts: 38000 | #Constraints: 15244
8.21/8.39 c #Conflicts: 39000 | #Constraints: 16244
8.21/8.39 c #Conflicts: 40000 | #Constraints: 17244
8.21/8.39 c #Conflicts: 41000 | #Constraints: 18244
8.21/8.39 c INPROCESSING
8.21/8.39 c GARBAGE COLLECT
8.21/8.39 c rational objective 2
9.21/9.35 c #Conflicts: 42000 | #Constraints: 15045
9.21/9.35 c #Conflicts: 43000 | #Constraints: 16045
9.21/9.35 c #Conflicts: 44000 | #Constraints: 17045
9.21/9.35 c #Conflicts: 45000 | #Constraints: 18045
9.21/9.35 c #Conflicts: 46000 | #Constraints: 19045
9.21/9.35 c INPROCESSING
9.21/9.35 c GARBAGE COLLECT
9.21/9.35 c rational objective 2
10.51/10.64 c #Conflicts: 47000 | #Constraints: 15651
10.51/10.64 c #Conflicts: 48000 | #Constraints: 16651
10.51/10.64 c #Conflicts: 49000 | #Constraints: 17651
10.51/10.64 c #Conflicts: 50000 | #Constraints: 18651
10.51/10.64 c #Conflicts: 51000 | #Constraints: 19651
10.51/10.64 c INPROCESSING
10.51/10.64 c GARBAGE COLLECT
10.51/10.64 c rational objective 2
11.49/11.66 c #Conflicts: 52000 | #Constraints: 16058
11.49/11.66 c #Conflicts: 53000 | #Constraints: 17058
11.49/11.66 c #Conflicts: 54000 | #Constraints: 18058
11.49/11.66 c #Conflicts: 55000 | #Constraints: 19058
11.49/11.66 c #Conflicts: 56000 | #Constraints: 20058
11.49/11.66 c INPROCESSING
11.49/11.66 c GARBAGE COLLECT
11.49/11.66 c rational objective 2
12.49/12.64 c #Conflicts: 57000 | #Constraints: 16249
12.49/12.64 c #Conflicts: 58000 | #Constraints: 17249
12.49/12.64 c #Conflicts: 59000 | #Constraints: 18249
12.49/12.64 c #Conflicts: 60000 | #Constraints: 19249
12.49/12.64 c #Conflicts: 61000 | #Constraints: 20249
12.49/12.64 c INPROCESSING
12.49/12.64 c GARBAGE COLLECT
12.49/12.64 c rational objective 2
12.88/13.06 c #Conflicts: 62000 | #Constraints: 16248
12.88/13.06 c bounds 6 >= 3 @ 12.5146
13.47/13.67 c #Conflicts: 63000 | #Constraints: 17251
13.47/13.67 c #Conflicts: 64000 | #Constraints: 18251
13.47/13.67 c #Conflicts: 65000 | #Constraints: 19251
13.47/13.67 c #Conflicts: 66000 | #Constraints: 20251
13.47/13.67 c INPROCESSING
13.47/13.67 c GARBAGE COLLECT
13.47/13.67 c rational objective 3
14.47/14.67 c #Conflicts: 67000 | #Constraints: 14982
14.47/14.67 c #Conflicts: 68000 | #Constraints: 15982
14.47/14.67 c #Conflicts: 69000 | #Constraints: 16982
14.47/14.67 c #Conflicts: 70000 | #Constraints: 17982
14.47/14.67 c #Conflicts: 71000 | #Constraints: 18982
14.47/14.67 c #Conflicts: 72000 | #Constraints: 19982
14.47/14.67 c INPROCESSING
14.47/14.67 c GARBAGE COLLECT
14.47/14.67 c rational objective 3
15.67/15.86 c #Conflicts: 73000 | #Constraints: 16000
15.67/15.86 c #Conflicts: 74000 | #Constraints: 17000
15.67/15.86 c #Conflicts: 75000 | #Constraints: 18000
15.67/15.86 c #Conflicts: 76000 | #Constraints: 19000
15.67/15.86 c #Conflicts: 77000 | #Constraints: 20000
15.67/15.86 c #Conflicts: 78000 | #Constraints: 21000
15.67/15.86 c INPROCESSING
15.67/15.86 c GARBAGE COLLECT
15.67/15.86 c rational objective 3
16.75/16.97 c #Conflicts: 79000 | #Constraints: 16626
16.75/16.97 c #Conflicts: 80000 | #Constraints: 17626
16.75/16.97 c #Conflicts: 81000 | #Constraints: 18626
16.75/16.97 c #Conflicts: 82000 | #Constraints: 19626
16.75/16.97 c #Conflicts: 83000 | #Constraints: 20626
16.75/16.97 c #Conflicts: 84000 | #Constraints: 21626
16.75/16.97 c INPROCESSING
16.75/16.97 c GARBAGE COLLECT
16.75/16.97 c rational objective 3
18.24/18.41 c #Conflicts: 85000 | #Constraints: 16913
18.24/18.41 c #Conflicts: 86000 | #Constraints: 17913
18.24/18.41 c #Conflicts: 87000 | #Constraints: 18913
18.24/18.41 c #Conflicts: 88000 | #Constraints: 19913
18.24/18.41 c #Conflicts: 89000 | #Constraints: 20913
18.24/18.41 c #Conflicts: 90000 | #Constraints: 21913
18.24/18.41 c INPROCESSING
18.24/18.41 c GARBAGE COLLECT
18.24/18.41 c rational objective 3
19.34/19.57 c #Conflicts: 91000 | #Constraints: 16975
19.34/19.57 c #Conflicts: 92000 | #Constraints: 17975
19.34/19.57 c #Conflicts: 93000 | #Constraints: 18975
19.34/19.57 c #Conflicts: 94000 | #Constraints: 19975
19.34/19.57 c #Conflicts: 95000 | #Constraints: 20975
19.34/19.57 c #Conflicts: 96000 | #Constraints: 21975
19.34/19.57 c INPROCESSING
19.34/19.57 c GARBAGE COLLECT
19.34/19.57 c rational objective 3
20.91/21.16 c #Conflicts: 97000 | #Constraints: 16802
20.91/21.16 c #Conflicts: 98000 | #Constraints: 17802
20.91/21.16 c #Conflicts: 99000 | #Constraints: 18802
20.91/21.16 c #Conflicts: 100000 | #Constraints: 19802
20.91/21.16 c #Conflicts: 101000 | #Constraints: 20802
20.91/21.16 c #Conflicts: 102000 | #Constraints: 21802
20.91/21.16 c #Conflicts: 103000 | #Constraints: 22802
20.91/21.16 c INPROCESSING
20.91/21.16 c GARBAGE COLLECT
20.91/21.16 c rational objective 3
22.28/22.52 c #Conflicts: 104000 | #Constraints: 17422
22.28/22.52 c #Conflicts: 105000 | #Constraints: 18422
22.28/22.52 c #Conflicts: 106000 | #Constraints: 19422
22.28/22.52 c #Conflicts: 107000 | #Constraints: 20422
22.28/22.52 c #Conflicts: 108000 | #Constraints: 21422
22.28/22.52 c #Conflicts: 109000 | #Constraints: 22422
22.28/22.52 c #Conflicts: 110000 | #Constraints: 23422
22.28/22.52 c INPROCESSING
22.28/22.52 c GARBAGE COLLECT
22.28/22.52 c rational objective 3
23.65/23.95 c #Conflicts: 111000 | #Constraints: 17810
23.65/23.95 c #Conflicts: 112000 | #Constraints: 18810
23.65/23.95 c #Conflicts: 113000 | #Constraints: 19810
23.65/23.95 c #Conflicts: 114000 | #Constraints: 20810
23.65/23.95 c #Conflicts: 115000 | #Constraints: 21810
23.65/23.95 c #Conflicts: 116000 | #Constraints: 22810
23.65/23.95 c #Conflicts: 117000 | #Constraints: 23810
23.65/23.95 c INPROCESSING
23.65/23.95 c GARBAGE COLLECT
23.65/23.95 c rational objective 3
24.25/24.54 c #Conflicts: 118000 | #Constraints: 18025
24.25/24.54 c #Conflicts: 119000 | #Constraints: 19025
24.25/24.54 c bounds 6 >= 4 @ 23.4257
25.22/25.57 c #Conflicts: 120000 | #Constraints: 20028
25.22/25.57 c #Conflicts: 121000 | #Constraints: 21028
25.22/25.57 c #Conflicts: 122000 | #Constraints: 22028
25.22/25.57 c #Conflicts: 123000 | #Constraints: 23028
25.22/25.57 c #Conflicts: 124000 | #Constraints: 24028
25.22/25.57 c INPROCESSING
25.22/25.57 c GARBAGE COLLECT
25.22/25.57 c rational objective 4
26.61/26.99 c #Conflicts: 125000 | #Constraints: 18040
26.61/26.99 c #Conflicts: 126000 | #Constraints: 19040
26.61/26.99 c #Conflicts: 127000 | #Constraints: 20040
26.61/26.99 c #Conflicts: 128000 | #Constraints: 21040
26.61/26.99 c #Conflicts: 129000 | #Constraints: 22040
26.61/26.99 c #Conflicts: 130000 | #Constraints: 23040
26.61/26.99 c #Conflicts: 131000 | #Constraints: 24040
26.61/26.99 c INPROCESSING
26.61/26.99 c GARBAGE COLLECT
26.61/26.99 c rational objective 4
28.30/28.69 c #Conflicts: 132000 | #Constraints: 17841
28.30/28.69 c #Conflicts: 133000 | #Constraints: 18841
28.30/28.69 c #Conflicts: 134000 | #Constraints: 19841
28.30/28.69 c #Conflicts: 135000 | #Constraints: 20841
28.30/28.69 c #Conflicts: 136000 | #Constraints: 21841
28.30/28.69 c #Conflicts: 137000 | #Constraints: 22841
28.30/28.69 c #Conflicts: 138000 | #Constraints: 23841
28.30/28.69 c #Conflicts: 139000 | #Constraints: 24841
28.30/28.69 c INPROCESSING
28.30/28.69 c GARBAGE COLLECT
28.30/28.69 c rational objective 4
29.80/30.16 c #Conflicts: 140000 | #Constraints: 18446
29.80/30.16 c #Conflicts: 141000 | #Constraints: 19446
29.80/30.16 c #Conflicts: 142000 | #Constraints: 20446
29.80/30.16 c #Conflicts: 143000 | #Constraints: 21446
29.80/30.16 c #Conflicts: 144000 | #Constraints: 22446
29.80/30.16 c #Conflicts: 145000 | #Constraints: 23446
29.80/30.16 c #Conflicts: 146000 | #Constraints: 24446
29.80/30.16 c #Conflicts: 147000 | #Constraints: 25446
29.80/30.16 c INPROCESSING
29.80/30.16 c GARBAGE COLLECT
29.80/30.16 c rational objective 4
31.59/31.92 c #Conflicts: 148000 | #Constraints: 18839
31.59/31.92 c #Conflicts: 149000 | #Constraints: 19839
31.59/31.92 c #Conflicts: 150000 | #Constraints: 20839
31.59/31.92 c #Conflicts: 151000 | #Constraints: 21839
31.59/31.92 c #Conflicts: 152000 | #Constraints: 22839
31.59/31.92 c #Conflicts: 153000 | #Constraints: 23839
31.59/31.92 c #Conflicts: 154000 | #Constraints: 24839
31.59/31.92 c #Conflicts: 155000 | #Constraints: 25839
31.59/31.92 c INPROCESSING
31.59/31.92 c GARBAGE COLLECT
31.59/31.92 c rational objective 4
33.12/33.58 c #Conflicts: 156000 | #Constraints: 19048
33.12/33.58 c #Conflicts: 157000 | #Constraints: 20048
33.12/33.58 c #Conflicts: 158000 | #Constraints: 21048
33.12/33.58 c #Conflicts: 159000 | #Constraints: 22048
33.12/33.58 c #Conflicts: 160000 | #Constraints: 23048
33.12/33.58 c #Conflicts: 161000 | #Constraints: 24048
33.12/33.58 c #Conflicts: 162000 | #Constraints: 25048
33.12/33.58 c #Conflicts: 163000 | #Constraints: 26048
33.12/33.58 c INPROCESSING
33.12/33.58 c GARBAGE COLLECT
33.12/33.58 c rational objective 4
35.01/35.40 c #Conflicts: 164000 | #Constraints: 19056
35.01/35.40 c #Conflicts: 165000 | #Constraints: 20056
35.01/35.40 c #Conflicts: 166000 | #Constraints: 21056
35.01/35.40 c #Conflicts: 167000 | #Constraints: 22056
35.01/35.40 c #Conflicts: 168000 | #Constraints: 23056
35.01/35.40 c #Conflicts: 169000 | #Constraints: 24056
35.01/35.40 c #Conflicts: 170000 | #Constraints: 25056
35.01/35.40 c #Conflicts: 171000 | #Constraints: 26056
35.01/35.40 c INPROCESSING
35.01/35.40 c GARBAGE COLLECT
35.01/35.40 c rational objective 4
36.71/37.16 c #Conflicts: 172000 | #Constraints: 18146
36.71/37.16 c #Conflicts: 173000 | #Constraints: 19146
36.71/37.16 c #Conflicts: 174000 | #Constraints: 20146
36.71/37.16 c #Conflicts: 175000 | #Constraints: 21146
36.71/37.16 c #Conflicts: 176000 | #Constraints: 22146
36.71/37.16 c #Conflicts: 177000 | #Constraints: 23146
36.71/37.16 c #Conflicts: 178000 | #Constraints: 24146
36.71/37.16 c #Conflicts: 179000 | #Constraints: 25146
36.71/37.16 c #Conflicts: 180000 | #Constraints: 26146
36.71/37.16 c INPROCESSING
36.71/37.16 c GARBAGE COLLECT
36.71/37.16 c rational objective 4
38.91/39.38 c #Conflicts: 181000 | #Constraints: 18912
38.91/39.38 c #Conflicts: 182000 | #Constraints: 19912
38.91/39.38 c #Conflicts: 183000 | #Constraints: 20912
38.91/39.38 c #Conflicts: 184000 | #Constraints: 21912
38.91/39.38 c #Conflicts: 185000 | #Constraints: 22912
38.91/39.38 c #Conflicts: 186000 | #Constraints: 23912
38.91/39.38 c #Conflicts: 187000 | #Constraints: 24912
38.91/39.38 c #Conflicts: 188000 | #Constraints: 25912
38.91/39.38 c #Conflicts: 189000 | #Constraints: 26912
38.91/39.38 c INPROCESSING
38.91/39.38 c GARBAGE COLLECT
38.91/39.38 c rational objective 4
40.70/41.15 c #Conflicts: 190000 | #Constraints: 19400
40.70/41.15 c #Conflicts: 191000 | #Constraints: 20400
40.70/41.15 c #Conflicts: 192000 | #Constraints: 21400
40.70/41.15 c #Conflicts: 193000 | #Constraints: 22400
40.70/41.15 c #Conflicts: 194000 | #Constraints: 23400
40.70/41.15 c #Conflicts: 195000 | #Constraints: 24400
40.70/41.15 c #Conflicts: 196000 | #Constraints: 25400
40.70/41.15 c #Conflicts: 197000 | #Constraints: 26400
40.70/41.15 c #Conflicts: 198000 | #Constraints: 27400
40.70/41.15 c INPROCESSING
40.70/41.15 c GARBAGE COLLECT
40.70/41.15 c rational objective 4
42.99/43.41 c #Conflicts: 199000 | #Constraints: 19631
42.99/43.41 c #Conflicts: 200000 | #Constraints: 20631
42.99/43.41 c #Conflicts: 201000 | #Constraints: 21631
42.99/43.41 c #Conflicts: 202000 | #Constraints: 22631
42.99/43.41 c #Conflicts: 203000 | #Constraints: 23631
42.99/43.41 c #Conflicts: 204000 | #Constraints: 24631
42.99/43.41 c #Conflicts: 205000 | #Constraints: 25631
42.99/43.41 c #Conflicts: 206000 | #Constraints: 26631
42.99/43.41 c #Conflicts: 207000 | #Constraints: 27631
42.99/43.41 c INPROCESSING
42.99/43.41 c GARBAGE COLLECT
42.99/43.41 c rational objective 4
44.99/45.49 c #Conflicts: 208000 | #Constraints: 19672
44.99/45.49 c #Conflicts: 209000 | #Constraints: 20672
44.99/45.49 c #Conflicts: 210000 | #Constraints: 21672
44.99/45.49 c #Conflicts: 211000 | #Constraints: 22672
44.99/45.49 c #Conflicts: 212000 | #Constraints: 23672
44.99/45.49 c #Conflicts: 213000 | #Constraints: 24672
44.99/45.49 c #Conflicts: 214000 | #Constraints: 25672
44.99/45.49 c #Conflicts: 215000 | #Constraints: 26672
44.99/45.49 c #Conflicts: 216000 | #Constraints: 27672
44.99/45.49 c INPROCESSING
44.99/45.49 c GARBAGE COLLECT
44.99/45.49 c rational objective 4
46.98/47.48 c #Conflicts: 217000 | #Constraints: 19472
46.98/47.48 c #Conflicts: 218000 | #Constraints: 20472
46.98/47.48 c #Conflicts: 219000 | #Constraints: 21472
46.98/47.48 c #Conflicts: 220000 | #Constraints: 22472
46.98/47.48 c #Conflicts: 221000 | #Constraints: 23472
46.98/47.48 c #Conflicts: 222000 | #Constraints: 24472
46.98/47.48 c #Conflicts: 223000 | #Constraints: 25472
46.98/47.48 c #Conflicts: 224000 | #Constraints: 26472
46.98/47.48 c #Conflicts: 225000 | #Constraints: 27472
46.98/47.48 c #Conflicts: 226000 | #Constraints: 28472
46.98/47.48 c INPROCESSING
46.98/47.48 c GARBAGE COLLECT
46.98/47.48 c rational objective 4
49.38/49.89 c #Conflicts: 227000 | #Constraints: 20081
49.38/49.89 c #Conflicts: 228000 | #Constraints: 21081
49.38/49.89 c #Conflicts: 229000 | #Constraints: 22081
49.38/49.89 c #Conflicts: 230000 | #Constraints: 23081
49.38/49.89 c #Conflicts: 231000 | #Constraints: 24081
49.38/49.89 c #Conflicts: 232000 | #Constraints: 25081
49.38/49.89 c #Conflicts: 233000 | #Constraints: 26081
49.38/49.89 c #Conflicts: 234000 | #Constraints: 27081
49.38/49.89 c #Conflicts: 235000 | #Constraints: 28081
49.38/49.89 c #Conflicts: 236000 | #Constraints: 29081
49.38/49.89 c INPROCESSING
49.38/49.89 c GARBAGE COLLECT
49.38/49.89 c rational objective 4
51.47/51.94 c #Conflicts: 237000 | #Constraints: 20484
51.47/51.94 c #Conflicts: 238000 | #Constraints: 21484
51.47/51.94 c #Conflicts: 239000 | #Constraints: 22484
51.47/51.94 c #Conflicts: 240000 | #Constraints: 23484
51.47/51.94 c #Conflicts: 241000 | #Constraints: 24484
51.47/51.94 c #Conflicts: 242000 | #Constraints: 25484
51.47/51.94 c #Conflicts: 243000 | #Constraints: 26484
51.47/51.94 c #Conflicts: 244000 | #Constraints: 27484
51.47/51.94 c #Conflicts: 245000 | #Constraints: 28484
51.47/51.94 c #Conflicts: 246000 | #Constraints: 29484
51.47/51.94 c INPROCESSING
51.47/51.94 c GARBAGE COLLECT
51.47/51.94 c rational objective 4
53.97/54.47 c #Conflicts: 247000 | #Constraints: 20673
53.97/54.47 c #Conflicts: 248000 | #Constraints: 21673
53.97/54.47 c #Conflicts: 249000 | #Constraints: 22673
53.97/54.47 c #Conflicts: 250000 | #Constraints: 23673
53.97/54.47 c #Conflicts: 251000 | #Constraints: 24673
53.97/54.47 c #Conflicts: 252000 | #Constraints: 25673
53.97/54.47 c #Conflicts: 253000 | #Constraints: 26673
53.97/54.47 c #Conflicts: 254000 | #Constraints: 27673
53.97/54.47 c #Conflicts: 255000 | #Constraints: 28673
53.97/54.47 c #Conflicts: 256000 | #Constraints: 29673
53.97/54.47 c INPROCESSING
53.97/54.47 c GARBAGE COLLECT
53.97/54.47 c rational objective 4
56.26/56.73 c #Conflicts: 257000 | #Constraints: 20685
56.26/56.73 c #Conflicts: 258000 | #Constraints: 21685
56.26/56.73 c #Conflicts: 259000 | #Constraints: 22685
56.26/56.73 c #Conflicts: 260000 | #Constraints: 23685
56.26/56.73 c #Conflicts: 261000 | #Constraints: 24685
56.26/56.73 c #Conflicts: 262000 | #Constraints: 25685
56.26/56.73 c #Conflicts: 263000 | #Constraints: 26685
56.26/56.73 c #Conflicts: 264000 | #Constraints: 27685
56.26/56.73 c #Conflicts: 265000 | #Constraints: 28685
56.26/56.73 c #Conflicts: 266000 | #Constraints: 29685
56.26/56.73 c INPROCESSING
56.26/56.73 c GARBAGE COLLECT
56.26/56.73 c rational objective 4
58.35/58.89 c #Conflicts: 267000 | #Constraints: 20482
58.35/58.89 c #Conflicts: 268000 | #Constraints: 21482
58.35/58.89 c #Conflicts: 269000 | #Constraints: 22482
58.35/58.89 c #Conflicts: 270000 | #Constraints: 23482
58.35/58.89 c #Conflicts: 271000 | #Constraints: 24482
58.35/58.89 c #Conflicts: 272000 | #Constraints: 25482
58.35/58.89 c #Conflicts: 273000 | #Constraints: 26482
58.35/58.89 c #Conflicts: 274000 | #Constraints: 27482
58.35/58.89 c bounds 6 >= 5 @ 56.6456
58.95/59.45 c #Conflicts: 275000 | #Constraints: 28483
58.95/59.45 c #Conflicts: 276000 | #Constraints: 29483
58.95/59.45 c #Conflicts: 277000 | #Constraints: 30483
58.95/59.45 c INPROCESSING
58.95/59.45 c GARBAGE COLLECT
58.95/59.45 c rational objective 5
61.24/61.72 c #Conflicts: 278000 | #Constraints: 16446
61.24/61.72 c #Conflicts: 279000 | #Constraints: 17446
61.24/61.72 c #Conflicts: 280000 | #Constraints: 18446
61.24/61.72 c #Conflicts: 281000 | #Constraints: 19446
61.24/61.72 c #Conflicts: 282000 | #Constraints: 20446
61.24/61.72 c #Conflicts: 283000 | #Constraints: 21446
61.24/61.72 c #Conflicts: 284000 | #Constraints: 22446
61.24/61.72 c #Conflicts: 285000 | #Constraints: 23446
61.24/61.72 c #Conflicts: 286000 | #Constraints: 24446
61.24/61.72 c #Conflicts: 287000 | #Constraints: 25446
61.24/61.72 c #Conflicts: 288000 | #Constraints: 26446
61.24/61.72 c INPROCESSING
61.24/61.72 c GARBAGE COLLECT
61.24/61.72 c rational objective 5
63.68/64.21 c #Conflicts: 289000 | #Constraints: 18937
63.68/64.21 c #Conflicts: 290000 | #Constraints: 19937
63.68/64.21 c #Conflicts: 291000 | #Constraints: 20937
63.68/64.21 c #Conflicts: 292000 | #Constraints: 21937
63.68/64.21 c #Conflicts: 293000 | #Constraints: 22937
63.68/64.21 c #Conflicts: 294000 | #Constraints: 23937
63.68/64.21 c #Conflicts: 295000 | #Constraints: 24937
63.68/64.21 c #Conflicts: 296000 | #Constraints: 25937
63.68/64.21 c #Conflicts: 297000 | #Constraints: 26937
63.68/64.21 c #Conflicts: 298000 | #Constraints: 27937
63.68/64.21 c #Conflicts: 299000 | #Constraints: 28937
63.68/64.21 c INPROCESSING
63.68/64.21 c GARBAGE COLLECT
63.68/64.21 c rational objective 5
66.37/66.92 c #Conflicts: 300000 | #Constraints: 20136
66.37/66.92 c #Conflicts: 301000 | #Constraints: 21136
66.37/66.92 c #Conflicts: 302000 | #Constraints: 22136
66.37/66.92 c #Conflicts: 303000 | #Constraints: 23136
66.37/66.92 c #Conflicts: 304000 | #Constraints: 24136
66.37/66.92 c #Conflicts: 305000 | #Constraints: 25136
66.37/66.92 c #Conflicts: 306000 | #Constraints: 26136
66.37/66.92 c #Conflicts: 307000 | #Constraints: 27136
66.37/66.92 c #Conflicts: 308000 | #Constraints: 28136
66.37/66.92 c #Conflicts: 309000 | #Constraints: 29136
66.37/66.92 c #Conflicts: 310000 | #Constraints: 30136
66.37/66.92 c INPROCESSING
66.37/66.92 c GARBAGE COLLECT
66.37/66.92 c rational objective 5
69.06/69.63 c #Conflicts: 311000 | #Constraints: 20667
69.06/69.63 c #Conflicts: 312000 | #Constraints: 21667
69.06/69.63 c #Conflicts: 313000 | #Constraints: 22667
69.06/69.63 c #Conflicts: 314000 | #Constraints: 23667
69.06/69.63 c #Conflicts: 315000 | #Constraints: 24669
69.06/69.63 c #Conflicts: 316000 | #Constraints: 25669
69.06/69.63 c #Conflicts: 317000 | #Constraints: 26670
69.06/69.63 c #Conflicts: 318000 | #Constraints: 27670
69.06/69.63 c #Conflicts: 319000 | #Constraints: 28670
69.06/69.63 c #Conflicts: 320000 | #Constraints: 29670
69.06/69.63 c #Conflicts: 321000 | #Constraints: 30671
69.06/69.63 c INPROCESSING
69.06/69.63 c GARBAGE COLLECT
69.06/69.63 c rational objective 5
71.62/72.26 c #Conflicts: 322000 | #Constraints: 20744
71.62/72.26 c #Conflicts: 323000 | #Constraints: 21744
71.62/72.26 c #Conflicts: 324000 | #Constraints: 22744
71.62/72.26 c #Conflicts: 325000 | #Constraints: 23744
71.62/72.26 c #Conflicts: 326000 | #Constraints: 24745
71.62/72.26 c #Conflicts: 327000 | #Constraints: 25747
71.62/72.26 c #Conflicts: 328000 | #Constraints: 26748
71.62/72.26 c #Conflicts: 329000 | #Constraints: 27750
71.62/72.26 c #Conflicts: 330000 | #Constraints: 28750
71.62/72.26 c #Conflicts: 331000 | #Constraints: 29750
71.62/72.26 c #Conflicts: 332000 | #Constraints: 30751
71.62/72.26 c #Conflicts: 333000 | #Constraints: 31751
71.62/72.26 c INPROCESSING
71.62/72.26 c GARBAGE COLLECT
71.62/72.26 c rational objective 5
74.17/74.83 c #Conflicts: 334000 | #Constraints: 21472
74.17/74.83 c #Conflicts: 335000 | #Constraints: 22472
74.17/74.83 c #Conflicts: 336000 | #Constraints: 23472
74.17/74.83 c #Conflicts: 337000 | #Constraints: 24472
74.17/74.83 c #Conflicts: 338000 | #Constraints: 25472
74.17/74.83 c #Conflicts: 339000 | #Constraints: 26472
74.17/74.83 c #Conflicts: 340000 | #Constraints: 27472
74.17/74.83 c #Conflicts: 341000 | #Constraints: 28472
74.17/74.83 c #Conflicts: 342000 | #Constraints: 29472
74.17/74.83 c #Conflicts: 343000 | #Constraints: 30472
74.17/74.83 c #Conflicts: 344000 | #Constraints: 31472
74.17/74.83 c #Conflicts: 345000 | #Constraints: 32472
74.17/74.83 c INPROCESSING
74.17/74.83 c GARBAGE COLLECT
74.17/74.83 c rational objective 5
76.86/77.51 c #Conflicts: 346000 | #Constraints: 21826
76.86/77.51 c #Conflicts: 347000 | #Constraints: 22826
76.86/77.51 c #Conflicts: 348000 | #Constraints: 23826
76.86/77.51 c #Conflicts: 349000 | #Constraints: 24826
76.86/77.51 c #Conflicts: 350000 | #Constraints: 25826
76.86/77.51 c #Conflicts: 351000 | #Constraints: 26826
76.86/77.51 c #Conflicts: 352000 | #Constraints: 27826
76.86/77.51 c #Conflicts: 353000 | #Constraints: 28826
76.86/77.51 c #Conflicts: 354000 | #Constraints: 29826
76.86/77.51 c #Conflicts: 355000 | #Constraints: 30826
76.86/77.51 c #Conflicts: 356000 | #Constraints: 31826
76.86/77.51 c #Conflicts: 357000 | #Constraints: 32826
76.86/77.51 c INPROCESSING
76.86/77.51 c GARBAGE COLLECT
76.86/77.51 c rational objective 5
79.66/80.32 c #Conflicts: 358000 | #Constraints: 22070
79.66/80.32 c #Conflicts: 359000 | #Constraints: 23070
79.66/80.32 c #Conflicts: 360000 | #Constraints: 24070
79.66/80.32 c #Conflicts: 361000 | #Constraints: 25070
79.66/80.32 c #Conflicts: 362000 | #Constraints: 26070
79.66/80.32 c #Conflicts: 363000 | #Constraints: 27070
79.66/80.32 c #Conflicts: 364000 | #Constraints: 28070
79.66/80.32 c #Conflicts: 365000 | #Constraints: 29070
79.66/80.32 c #Conflicts: 366000 | #Constraints: 30070
79.66/80.32 c #Conflicts: 367000 | #Constraints: 31070
79.66/80.32 c #Conflicts: 368000 | #Constraints: 32070
79.66/80.32 c #Conflicts: 369000 | #Constraints: 33070
79.66/80.32 c INPROCESSING
79.66/80.32 c GARBAGE COLLECT
79.66/80.32 c rational objective 5
82.45/83.16 c #Conflicts: 370000 | #Constraints: 22075
82.45/83.16 c #Conflicts: 371000 | #Constraints: 23075
82.45/83.16 c #Conflicts: 372000 | #Constraints: 24075
82.45/83.16 c #Conflicts: 373000 | #Constraints: 25075
82.45/83.16 c #Conflicts: 374000 | #Constraints: 26075
82.45/83.16 c #Conflicts: 375000 | #Constraints: 27075
82.45/83.16 c #Conflicts: 376000 | #Constraints: 28075
82.45/83.16 c #Conflicts: 377000 | #Constraints: 29075
82.45/83.16 c #Conflicts: 378000 | #Constraints: 30075
82.45/83.16 c #Conflicts: 379000 | #Constraints: 31075
82.45/83.16 c #Conflicts: 380000 | #Constraints: 32075
82.45/83.16 c #Conflicts: 381000 | #Constraints: 33075
82.45/83.16 c INPROCESSING
82.45/83.16 c GARBAGE COLLECT
82.45/83.16 c rational objective 5
85.23/86.00 c #Conflicts: 382000 | #Constraints: 19185
85.23/86.00 c #Conflicts: 383000 | #Constraints: 20185
85.23/86.00 c #Conflicts: 384000 | #Constraints: 21185
85.23/86.00 c #Conflicts: 385000 | #Constraints: 22185
85.23/86.00 c #Conflicts: 386000 | #Constraints: 23185
85.23/86.00 c #Conflicts: 387000 | #Constraints: 24185
85.23/86.00 c #Conflicts: 388000 | #Constraints: 25185
85.23/86.00 c #Conflicts: 389000 | #Constraints: 26185
85.23/86.00 c #Conflicts: 390000 | #Constraints: 27185
85.23/86.00 c #Conflicts: 391000 | #Constraints: 28185
85.23/86.00 c #Conflicts: 392000 | #Constraints: 29185
85.23/86.00 c #Conflicts: 393000 | #Constraints: 30185
85.23/86.00 c #Conflicts: 394000 | #Constraints: 31185
85.23/86.00 c INPROCESSING
85.23/86.00 c GARBAGE COLLECT
85.23/86.00 c rational objective 5
88.22/88.90 c #Conflicts: 395000 | #Constraints: 21129
88.22/88.90 c #Conflicts: 396000 | #Constraints: 22129
88.22/88.90 c #Conflicts: 397000 | #Constraints: 23129
88.22/88.90 c #Conflicts: 398000 | #Constraints: 24129
88.22/88.90 c #Conflicts: 399000 | #Constraints: 25129
88.22/88.90 c #Conflicts: 400000 | #Constraints: 26129
88.22/88.90 c #Conflicts: 401000 | #Constraints: 27129
88.22/88.90 c #Conflicts: 402000 | #Constraints: 28129
88.22/88.90 c #Conflicts: 403000 | #Constraints: 29129
88.22/88.90 c #Conflicts: 404000 | #Constraints: 30129
88.22/88.90 c #Conflicts: 405000 | #Constraints: 31129
88.22/88.90 c #Conflicts: 406000 | #Constraints: 32129
88.22/88.90 c #Conflicts: 407000 | #Constraints: 33129
88.22/88.90 c INPROCESSING
88.22/88.90 c GARBAGE COLLECT
88.22/88.90 c rational objective 5
91.12/91.83 c #Conflicts: 408000 | #Constraints: 22204
91.12/91.83 c #Conflicts: 409000 | #Constraints: 23204
91.12/91.83 c #Conflicts: 410000 | #Constraints: 24204
91.12/91.83 c #Conflicts: 411000 | #Constraints: 25204
91.12/91.83 c #Conflicts: 412000 | #Constraints: 26204
91.12/91.83 c #Conflicts: 413000 | #Constraints: 27204
91.12/91.83 c #Conflicts: 414000 | #Constraints: 28204
91.12/91.83 c #Conflicts: 415000 | #Constraints: 29204
91.12/91.83 c #Conflicts: 416000 | #Constraints: 30204
91.12/91.83 c #Conflicts: 417000 | #Constraints: 31204
91.12/91.83 c #Conflicts: 418000 | #Constraints: 32204
91.12/91.83 c #Conflicts: 419000 | #Constraints: 33204
91.12/91.83 c #Conflicts: 420000 | #Constraints: 34204
91.12/91.83 c INPROCESSING
91.12/91.83 c GARBAGE COLLECT
91.12/91.83 c rational objective 5
94.01/94.96 c #Conflicts: 421000 | #Constraints: 22748
94.01/94.96 c #Conflicts: 422000 | #Constraints: 23748
94.01/94.96 c #Conflicts: 423000 | #Constraints: 24748
94.01/94.96 c #Conflicts: 424000 | #Constraints: 25748
94.01/94.96 c #Conflicts: 425000 | #Constraints: 26748
94.01/94.96 c #Conflicts: 426000 | #Constraints: 27748
94.01/94.96 c #Conflicts: 427000 | #Constraints: 28748
94.01/94.96 c #Conflicts: 428000 | #Constraints: 29748
94.01/94.96 c #Conflicts: 429000 | #Constraints: 30748
94.01/94.96 c #Conflicts: 430000 | #Constraints: 31748
94.01/94.96 c #Conflicts: 431000 | #Constraints: 32748
94.01/94.96 c #Conflicts: 432000 | #Constraints: 33748
94.01/94.96 c bounds 6 >= 6 @ 91.3
94.01/94.96 c cpu time 91.3 s
94.01/94.96 c deterministic time 2192758837 2.19e+09
94.01/94.96 c optimization time 0.001316 s
94.01/94.96 c total solve time 91.2253 s
94.01/94.96 c core-guided solve time 43.1971 s
94.01/94.96 c propagation time 62.7647 s
94.01/94.96 c conflict analysis time 19.2949 s
94.01/94.96 c propagations 35869783
94.01/94.96 c resolve steps 6584198
94.01/94.96 c decisions 562382
94.01/94.96 c conflicts 432568
94.01/94.96 c restarts 1020
94.01/94.96 c inprocessing phases 56
94.01/94.96 c garbage collections 56 ,( 100.00 )
94.01/94.96 c input clauses 15968 ,( 99.84 )
94.01/94.96 c input cardinalities 22 ,( 0.14 )
94.01/94.96 c input general constraints 3 ,( 0.02 )
94.01/94.96 c input average constraint length 3.02
94.01/94.96 c input average constraint degree 1.01
94.01/94.96 c learned clauses 423705 ,( 97.91 )
94.01/94.96 c learned cardinalities 142 ,( 0.03 )
94.01/94.96 c learned general constraints 8919 ,( 2.06 )
94.01/94.96 c learned average constraint length 100.57
94.01/94.96 c learned average constraint degree 71383.23
94.01/94.96 c watched CF 32, 64, 128, Arb: 3855 , 0 , 0 , 0
94.01/94.96 c counting CF 32, 64, 128, Arb: 5068 , 0 , 0 , 0
94.01/94.96 c watched constraints 3855 ,( 43.21 )
94.01/94.96 c counting constraints 5067 ,( 56.79 )
94.01/94.96 c loaded clauses, cards, PBs, (WATCHED, COUNTING): 291561828 , 4998155 , 20749383 ,( 2866665 , 17882718 )
94.01/94.96 c gcd simplifications 227
94.01/94.96 c detected cardinalities 2
94.01/94.96 c weakened non-implied lits 1711339
94.01/94.96 c weakened non-implying lits 34
94.01/94.96 c original variables 1413
94.01/94.96 c clausal propagations 32585711
94.01/94.96 c cardinality propagations 2053330
94.01/94.96 c watched propagations 46822
94.01/94.96 c counting propagations 746676
94.01/94.96 c watch lookups 537093265
94.01/94.96 c watch backjump lookups 0
94.01/94.96 c watch checks 1258638547
94.01/94.96 c propagation checks 184795624
94.01/94.96 c constraint additions 138499285
94.01/94.96 c trail pops 36864391
94.01/94.96 c formula constraints 15969
94.01/94.96 c learned constraints 432561
94.01/94.96 c bound constraints 11
94.01/94.96 c core-guided constraints 13
94.01/94.96 c encountered formula constraints 3054277
94.01/94.96 c encountered learned constraints 3938131
94.01/94.96 c encountered bound constraints 5
94.01/94.96 c encountered core-guided constraints 13
94.01/94.96 c LP total time 41.2516 s
94.01/94.96 c LP solve time 34.85 s
94.01/94.96 c LP constraints added 17020
94.01/94.96 c LP constraints removed 1027
94.01/94.96 c LP pivots internal 432574
94.01/94.96 c LP pivots root 2985
94.01/94.96 c LP calls 11558
94.01/94.96 c LP optimalities 11545
94.01/94.96 c LP no pivot count 626
94.01/94.96 c LP infeasibilities 13
94.01/94.96 c LP valid Farkas constraints 13
94.01/94.96 c LP learned Farkas constraints 2
94.01/94.96 c LP basis resets 0
94.01/94.96 c LP cycling count 0
94.01/94.96 c LP singular count 0
94.01/94.96 c LP no primal count 0
94.01/94.96 c LP no farkas count 0
94.01/94.96 c LP other issue count 0
94.01/94.96 c LP Gomory cuts 190
94.01/94.96 c LP learned cuts 861
94.01/94.96 c LP deleted cuts 1027
94.01/94.96 c LP encountered Gomory constraints 24334
94.01/94.96 c LP encountered Farkas constraints 3
94.01/94.96 c LP encountered learned Farkas constraints 1
94.01/94.96 c CG auxiliary variables introduced 5
94.01/94.96 c CG solutions found 7
94.01/94.96 c CG cores constructed 5
94.01/94.96 c CG core cardinality constraints returned 0
94.01/94.96 c CG unit cores 0
94.01/94.96 c CG single cores 5
94.01/94.96 c CG blocks removed during cardinality reduction 0
94.01/94.96 c CG first core best 0
94.01/94.96 c CG decision core best 0
94.01/94.96 c CG core reduction tie 0
94.01/94.96 c CG core degree average 1.00
94.01/94.96 c CG core slack average 2.40
94.01/94.96 c CG core upper bound improvements 1
94.01/94.96 c STR number of successful calls 0
94.01/94.96 c STR number of unsuccessful calls 0
94.01/94.96 c STR number of inconclusive calls 0
94.01/94.96 c STR number of successful attempts 0
94.01/94.96 c STR number of unsuccessful attempts 0
94.01/94.96 c STR number of inconclusive attempts 0
94.01/94.96 c STR average degree increase per successful call inf
94.01/94.96 c STR average degree increase per successful attempt inf
94.01/94.96 c STR total number of conflicts for successful attempts 0
94.01/94.96 c STR total number of conflicts for unsuccessful attempts 0
94.01/94.96 c STR total number of conflicts for inconclusive attempts 0
94.01/94.96 c STR average number of conflicts per successful attempt inf
94.01/94.96 c STR average number of conflicts per unsuccessful attempt inf
94.01/94.96 c STR average number of conflicts per inconclusive attempt inf
94.01/94.96 c AVG.sumWPerc 49.02
94.01/94.96 c bigint constraints 0
94.01/94.96 o 6
94.01/94.96 s OPTIMUM FOUND
94.01/94.97 v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 x14 x15 -x16 -x17 -x18 -x19 x20 -x21 -x22 x23 -x24 x25 -x26 -x27 x28 -x29 -x30 -x31 -x32 x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 x44 -x45 -x46 -x47 -x48 -x49 x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 x58 x59 x60 x61 x62 x63 x64 x65 x66 x67 x68 x69 x70 x71 x72 x73 x74 x75 x76 x77 x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 x86 x87 x88 x89 x90 x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 x267 -x268 -x269 -x270 -x271 -x272 x273 -x274 -x275 -x276 -x277 -x278 -x279 x280 x281 -x282 -x283 -x284 -x285 x286 -x287 x288 -x289 -x290 -x291 x292 x293 -x294 -x295 -x296 -x297 -x298 x299 x300 x301 x302 -x303 -x304 x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 x323 -x324 -x325 -x326 -x327 x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 x336 -x337 -x338 x339 -x340 -x341 -x342 -x343 -x344 x345 -x346 -x347 -x348 -x349 -x350 -x351
Verifier Data
Checking of UNSAT/OPT proofs:
VeriPB + CakePB
Wed Jul 16 14:19:46 CEST 2025
extraparms=--no-checkDeletion
-- veripb --
Running VeriPB version 2.3.0
s VERIFIED BOUNDS 6 <= obj <= 6
Verification succeeded.
-- cakepb --
s VERIFIED BOUNDS 6 <= obj <= 6
--summary--
ALL OK
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: 63665 MiB (57361 MiB free)
memory of node 1: 64507 MiB (63336 MiB free)
node distances:
10 21
21 10
command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4532683-1752597004/watcher-4532683-1752597004 -o /tmp/evaluation-result-4532683-1752597004/solver-4532683-1752597004 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1752597003-127695 --watchdog 3760 --file-size-limit 100000 run-opt-break-log.sh HOME/instance-4532683-1752597004.opb PROOFDIR/proof-4532683-1752597004
running on 2 cores: 0,2
CPU governors:
performance: 0 2
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 FSIZE limit: 102400000 KiB
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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=127741, runsolver pid=127735
Current StackSize limit: 8192 KiB
[startup+0.100059 s]*
/proc/loadavg: 1.74 2.80 4.15 3/397 127762
/proc/meminfo: memFree=123574596/131250000 swapFree=33010416/33010684
[pid=127741] ppid=127735 vsize=4192 memory=3072 CPUtime=0.06 cores=0,2
/proc/127741/stat : 127741 (run-opt-break-l) S 127735 127741 127036 0 -1 4194304 242 2183 0 0 0 0 6 0 20 0 1 0 175380257 4292608 768 18446744073709551615 94756009349120 94756010243653 140729362806032 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94756010482704 94756010530448 94756028198912 140729362815251 140729362815452 140729362815452 140729362821056 0
/proc/127741/statm: 1048 768 704 219 0 110 0
[pid=127762] ppid=127741 vsize=50708 memory=1536 CPUtime=0 cores=0,2
/proc/127762/stat : 127762 (roundingsat) R 127741 127741 127036 0 -1 4194304 117 0 0 0 0 0 0 0 20 0 1 0 175380267 51924992 384 18446744073709551615 4227072 8923577 140728240880224 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 9827200 9836688 13557760 140728240883986 140728240884262 140728240884262 140728240889834 0
/proc/127762/statm: 12677 384 352 1147 0 153 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 54900 KiB
Current children cumulated memory: 4608 KiB
[startup+0.208762 s]*
/proc/loadavg: 1.74 2.80 4.15 6/397 127762
/proc/meminfo: memFree=123540588/131250000 swapFree=33010416/33010684
[pid=127741] ppid=127735 vsize=4192 memory=3072 CPUtime=0.06 cores=0,2
/proc/127741/stat : 127741 (run-opt-break-l) S 127735 127741 127036 0 -1 4194304 242 2183 0 0 0 0 6 0 20 0 1 0 175380257 4292608 768 18446744073709551615 94756009349120 94756010243653 140729362806032 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94756010482704 94756010530448 94756028198912 140729362815251 140729362815452 140729362815452 140729362821056 0
/proc/127741/statm: 1048 768 704 219 0 110 0
[pid=127762] ppid=127741 vsize=74848 memory=30968 CPUtime=0.09 cores=0,2
/proc/127762/stat : 127762 (roundingsat) R 127741 127741 127036 0 -1 4194304 5285 0 0 0 8 1 0 0 20 0 1 0 175380267 76644352 7742 18446744073709551615 4227072 8923577 140728240880224 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 13557760 140728240883986 140728240884262 140728240884262 140728240889834 0
/proc/127762/statm: 18712 7742 2272 1147 0 6138 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 79040 KiB
Current children cumulated memory: 34040 KiB
[startup+0.308755 s]*
/proc/loadavg: 1.74 2.80 4.15 4/391 127762
/proc/meminfo: memFree=123565660/131250000 swapFree=33010416/33010684
[pid=127741] ppid=127735 vsize=4192 memory=3072 CPUtime=0.06 cores=0,2
/proc/127741/stat : 127741 (run-opt-break-l) S 127735 127741 127036 0 -1 4194304 242 2183 0 0 0 0 6 0 20 0 1 0 175380257 4292608 768 18446744073709551615 94756009349120 94756010243653 140729362806032 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94756010482704 94756010530448 94756028198912 140729362815251 140729362815452 140729362815452 140729362821056 0
/proc/127741/statm: 1048 768 704 219 0 110 0
[pid=127762] ppid=127741 vsize=74848 memory=31096 CPUtime=0.2 cores=0,2
/proc/127762/stat : 127762 (roundingsat) R 127741 127741 127036 0 -1 4194304 5287 0 0 0 18 2 0 0 20 0 1 0 175380267 76644352 7774 18446744073709551615 4227072 8923577 140728240880224 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 13557760 140728240883986 140728240884262 140728240884262 140728240889834 0
/proc/127762/statm: 18712 7774 2304 1147 0 6138 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 79040 KiB
Current children cumulated memory: 34168 KiB
[startup+0.700152 s]
/proc/loadavg: 1.74 2.80 4.15 3/387 127778
/proc/meminfo: memFree=123554296/131250000 swapFree=33010416/33010684
[pid=127741] ppid=127735 vsize=4192 memory=3072 CPUtime=0.06 cores=0,2
/proc/127741/stat : 127741 (run-opt-break-l) S 127735 127741 127036 0 -1 4194304 242 2183 0 0 0 0 6 0 20 0 1 0 175380257 4292608 768 18446744073709551615 94756009349120 94756010243653 140729362806032 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94756010482704 94756010530448 94756028198912 140729362815251 140729362815452 140729362815452 140729362821056 0
/proc/127741/statm: 1048 768 704 219 0 110 0
[pid=127762] ppid=127741 vsize=77452 memory=33016 CPUtime=0.58 cores=0,2
/proc/127762/stat : 127762 (roundingsat) R 127741 127741 127036 0 -1 4194304 5722 0 0 0 55 3 0 0 20 0 1 0 175380267 79310848 8254 18446744073709551615 4227072 8923577 140728240880224 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 13557760 140728240883986 140728240884262 140728240884262 140728240889834 0
/proc/127762/statm: 19363 8254 2368 1147 0 6789 0
Current children cumulated CPU time: 0.64 s
Current children cumulated vsize: 81644 KiB
Current children cumulated memory: 36088 KiB
[startup+1.50018 s]
/proc/loadavg: 1.74 2.80 4.15 3/387 127778
/proc/meminfo: memFree=123547744/131250000 swapFree=33010416/33010684
[pid=127741] ppid=127735 vsize=4192 memory=3072 CPUtime=0.06 cores=0,2
/proc/127741/stat : 127741 (run-opt-break-l) S 127735 127741 127036 0 -1 4194304 242 2183 0 0 0 0 6 0 20 0 1 0 175380257 4292608 768 18446744073709551615 94756009349120 94756010243653 140729362806032 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94756010482704 94756010530448 94756028198912 140729362815251 140729362815452 140729362815452 140729362821056 0
/proc/127741/statm: 1048 768 704 219 0 110 0
[pid=127762] ppid=127741 vsize=79504 memory=34936 CPUtime=1.37 cores=0,2
/proc/127762/stat : 127762 (roundingsat) R 127741 127741 127036 0 -1 4194304 6204 0 0 0 132 5 0 0 20 0 1 0 175380267 81412096 8734 18446744073709551615 4227072 8923577 140728240880224 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 13557760 140728240883986 140728240884262 140728240884262 140728240889834 0
/proc/127762/statm: 19876 8734 2368 1147 0 7302 0
Current children cumulated CPU time: 1.43 s
Current children cumulated vsize: 83696 KiB
Current children cumulated memory: 38008 KiB
[startup+3.1082 s]
/proc/loadavg: 1.74 2.80 4.15 3/387 127874
/proc/meminfo: memFree=123556668/131250000 swapFree=33010416/33010684
[pid=127741] ppid=127735 vsize=4192 memory=3072 CPUtime=0.06 cores=0,2
/proc/127741/stat : 127741 (run-opt-break-l) S 127735 127741 127036 0 -1 4194304 242 2183 0 0 0 0 6 0 20 0 1 0 175380257 4292608 768 18446744073709551615 94756009349120 94756010243653 140729362806032 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94756010482704 94756010530448 94756028198912 140729362815251 140729362815452 140729362815452 140729362821056 0
/proc/127741/statm: 1048 768 704 219 0 110 0
[pid=127762] ppid=127741 vsize=79724 memory=35064 CPUtime=2.98 cores=0,2
/proc/127762/stat : 127762 (roundingsat) R 127741 127741 127036 0 -1 4194304 6286 0 0 0 288 10 0 0 20 0 1 0 175380267 81637376 8766 18446744073709551615 4227072 8923577 140728240880224 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 13557760 140728240883986 140728240884262 140728240884262 140728240889834 0
/proc/127762/statm: 19931 8766 2368 1147 0 7357 0
Current children cumulated CPU time: 3.04 s
Current children cumulated vsize: 83916 KiB
Current children cumulated memory: 38136 KiB
[startup+6.30013 s]
/proc/loadavg: 1.92 2.82 4.14 4/266 127961
/proc/meminfo: memFree=123557068/131250000 swapFree=33010416/33010684
[pid=127741] ppid=127735 vsize=4192 memory=3072 CPUtime=0.06 cores=0,2
/proc/127741/stat : 127741 (run-opt-break-l) S 127735 127741 127036 0 -1 4194304 242 2183 0 0 0 0 6 0 20 0 1 0 175380257 4292608 768 18446744073709551615 94756009349120 94756010243653 140729362806032 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94756010482704 94756010530448 94756028198912 140729362815251 140729362815452 140729362815452 140729362821056 0
/proc/127741/statm: 1048 768 704 219 0 110 0
[pid=127762] ppid=127741 vsize=80484 memory=38004 CPUtime=6.16 cores=0,2
/proc/127762/stat : 127762 (roundingsat) R 127741 127741 127036 0 -1 4194304 6499 0 0 0 597 19 0 0 20 0 1 0 175380267 82415616 9501 18446744073709551615 4227072 8923577 140728240880224 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 13557760 140728240883986 140728240884262 140728240884262 140728240889834 0
/proc/127762/statm: 20121 9501 2368 1147 0 7547 0
Current children cumulated CPU time: 6.22 s
Current children cumulated vsize: 84676 KiB
Current children cumulated memory: 41076 KiB
[startup+12.7002 s]
/proc/loadavg: 2.08 2.84 4.14 5/261 128056
/proc/meminfo: memFree=123188464/131250000 swapFree=33010416/33010684
[pid=127741] ppid=127735 vsize=4192 memory=3072 CPUtime=0.06 cores=0,2
/proc/127741/stat : 127741 (run-opt-break-l) S 127735 127741 127036 0 -1 4194304 242 2183 0 0 0 0 6 0 20 0 1 0 175380257 4292608 768 18446744073709551615 94756009349120 94756010243653 140729362806032 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94756010482704 94756010530448 94756028198912 140729362815251 140729362815452 140729362815452 140729362821056 0
/proc/127741/statm: 1048 768 704 219 0 110 0
[pid=127762] ppid=127741 vsize=81536 memory=40308 CPUtime=12.52 cores=0,2
/proc/127762/stat : 127762 (roundingsat) R 127741 127741 127036 0 -1 4194304 6803 0 0 0 1217 35 0 0 20 0 1 0 175380267 83492864 10077 18446744073709551615 4227072 8923577 140728240880224 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 13557760 140728240883986 140728240884262 140728240884262 140728240889834 0
/proc/127762/statm: 20384 10077 2368 1147 0 7810 0
Current children cumulated CPU time: 12.58 s
Current children cumulated vsize: 85728 KiB
Current children cumulated memory: 43380 KiB
[startup+25.5002 s]
/proc/loadavg: 2.51 2.90 4.14 5/267 128366
/proc/meminfo: memFree=122758780/131250000 swapFree=33010416/33010684
[pid=127741] ppid=127735 vsize=4192 memory=3072 CPUtime=0.06 cores=0,2
/proc/127741/stat : 127741 (run-opt-break-l) S 127735 127741 127036 0 -1 4194304 242 2183 0 0 0 0 6 0 20 0 1 0 175380257 4292608 768 18446744073709551615 94756009349120 94756010243653 140729362806032 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94756010482704 94756010530448 94756028198912 140729362815251 140729362815452 140729362815452 140729362821056 0
/proc/127741/statm: 1048 768 704 219 0 110 0
[pid=127762] ppid=127741 vsize=87212 memory=43892 CPUtime=25.16 cores=0,2
/proc/127762/stat : 127762 (roundingsat) R 127741 127741 127036 0 -1 4194304 7544 0 0 0 2432 84 0 0 20 0 1 0 175380267 89305088 10973 18446744073709551615 4227072 8923577 140728240880224 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 13557760 140728240883986 140728240884262 140728240884262 140728240889834 0
/proc/127762/statm: 21803 10973 2368 1147 0 9229 0
Current children cumulated CPU time: 25.22 s
Current children cumulated vsize: 91404 KiB
Current children cumulated memory: 46964 KiB
[startup+51.1056 s]
/proc/loadavg: 3.08 3.00 4.14 5/274 128438
/proc/meminfo: memFree=121227972/131250000 swapFree=33010416/33010684
[pid=127741] ppid=127735 vsize=4192 memory=3072 CPUtime=0.06 cores=0,2
/proc/127741/stat : 127741 (run-opt-break-l) S 127735 127741 127036 0 -1 4194304 242 2183 0 0 0 0 6 0 20 0 1 0 175380257 4292608 768 18446744073709551615 94756009349120 94756010243653 140729362806032 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94756010482704 94756010530448 94756028198912 140729362815251 140729362815452 140729362815452 140729362821056 0
/proc/127741/statm: 1048 768 704 219 0 110 0
[pid=127762] ppid=127741 vsize=89720 memory=48372 CPUtime=50.62 cores=0,2
/proc/127762/stat : 127762 (roundingsat) R 127741 127741 127036 0 -1 4194304 8664 0 0 0 4908 154 0 0 20 0 1 0 175380267 91873280 12093 18446744073709551615 4227072 8923577 140728240880224 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 13557760 140728240883986 140728240884262 140728240884262 140728240889834 0
/proc/127762/statm: 22430 12093 2368 1147 0 9856 0
Current children cumulated CPU time: 50.68 s
Current children cumulated vsize: 93912 KiB
Current children cumulated memory: 51444 KiB
[startup+94.976 s]
# the end of solver process 127741 was just reported to runsolver
# Child status: 0
# cumulated CPU time of all completed processes: user=91.3733 s, system=2.73293 s
Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples
[startup+51.2002 s]
/proc/loadavg: 3.08 3.00 4.14 5/274 128438
/proc/meminfo: memFree=121227972/131250000 swapFree=33010416/33010684
[pid=127741] ppid=127735 vsize=4192 memory=3072 CPUtime=0.06 cores=0,2
/proc/127741/stat : 127741 (run-opt-break-l) S 127735 127741 127036 0 -1 4194304 242 2183 0 0 0 0 6 0 20 0 1 0 175380257 4292608 768 18446744073709551615 94756009349120 94756010243653 140729362806032 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94756010482704 94756010530448 94756028198912 140729362815251 140729362815452 140729362815452 140729362821056 0
/proc/127741/statm: 1048 768 704 219 0 110 0
[pid=127762] ppid=127741 vsize=89720 memory=48372 CPUtime=50.71 cores=0,2
/proc/127762/stat : 127762 (roundingsat) R 127741 127741 127036 0 -1 4194304 8667 0 0 0 4917 154 0 0 20 0 1 0 175380267 91873280 12093 18446744073709551615 4227072 8923577 140728240880224 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 13557760 140728240883986 140728240884262 140728240884262 140728240889834 0
/proc/127762/statm: 22430 12093 2368 1147 0 9856 0
Current children cumulated CPU time: 50.77 s
Current children cumulated vsize: 93912 KiB
Current children cumulated memory: 51444 KiB
[startup+76.8002 s]
/proc/loadavg: 3.47 3.10 4.14 5/274 128582
/proc/meminfo: memFree=120166448/131250000 swapFree=33010416/33010684
[pid=127741] ppid=127735 vsize=4192 memory=3072 CPUtime=0.06 cores=0,2
/proc/127741/stat : 127741 (run-opt-break-l) S 127735 127741 127036 0 -1 4194304 242 2183 0 0 0 0 6 0 20 0 1 0 175380257 4292608 768 18446744073709551615 94756009349120 94756010243653 140729362806032 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94756010482704 94756010530448 94756028198912 140729362815251 140729362815452 140729362815452 140729362821056 0
/proc/127741/statm: 1048 768 704 219 0 110 0
[pid=127762] ppid=127741 vsize=100980 memory=56564 CPUtime=76.11 cores=0,2
/proc/127762/stat : 127762 (roundingsat) R 127741 127741 127036 0 -1 4194304 10717 0 0 0 7383 228 0 0 20 0 1 0 175380267 103403520 14141 18446744073709551615 4227072 8923577 140728240880224 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 13557760 140728240883986 140728240884262 140728240884262 140728240889834 0
/proc/127762/statm: 25245 14141 2368 1147 0 12671 0
Current children cumulated CPU time: 76.17 s
Current children cumulated vsize: 105172 KiB
Current children cumulated memory: 59636 KiB
[startup+83.2002 s]
/proc/loadavg: 3.52 3.11 4.14 5/274 128582
/proc/meminfo: memFree=119921072/131250000 swapFree=33010416/33010684
[pid=127741] ppid=127735 vsize=4192 memory=3072 CPUtime=0.06 cores=0,2
/proc/127741/stat : 127741 (run-opt-break-l) S 127735 127741 127036 0 -1 4194304 242 2183 0 0 0 0 6 0 20 0 1 0 175380257 4292608 768 18446744073709551615 94756009349120 94756010243653 140729362806032 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94756010482704 94756010530448 94756028198912 140729362815251 140729362815452 140729362815452 140729362821056 0
/proc/127741/statm: 1048 768 704 219 0 110 0
[pid=127762] ppid=127741 vsize=103100 memory=58868 CPUtime=82.49 cores=0,2
/proc/127762/stat : 127762 (roundingsat) R 127741 127741 127036 0 -1 4194304 11303 0 0 0 8004 245 0 0 20 0 1 0 175380267 105574400 14717 18446744073709551615 4227072 8923577 140728240880224 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 13557760 140728240883986 140728240884262 140728240884262 140728240889834 0
/proc/127762/statm: 25775 14717 2368 1147 0 13201 0
Current children cumulated CPU time: 82.55 s
Current children cumulated vsize: 107292 KiB
Current children cumulated memory: 61940 KiB
[startup+89.6002 s]
/proc/loadavg: 3.59 3.14 4.14 5/274 128582
/proc/meminfo: memFree=119641012/131250000 swapFree=33010416/33010684
[pid=127741] ppid=127735 vsize=4192 memory=3072 CPUtime=0.06 cores=0,2
/proc/127741/stat : 127741 (run-opt-break-l) S 127735 127741 127036 0 -1 4194304 242 2183 0 0 0 0 6 0 20 0 1 0 175380257 4292608 768 18446744073709551615 94756009349120 94756010243653 140729362806032 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94756010482704 94756010530448 94756028198912 140729362815251 140729362815452 140729362815452 140729362821056 0
/proc/127741/statm: 1048 768 704 219 0 110 0
[pid=127762] ppid=127741 vsize=103100 memory=59508 CPUtime=88.87 cores=0,2
/proc/127762/stat : 127762 (roundingsat) R 127741 127741 127036 0 -1 4194304 11463 0 0 0 8627 260 0 0 20 0 1 0 175380267 105574400 14877 18446744073709551615 4227072 8923577 140728240880224 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 13557760 140728240883986 140728240884262 140728240884262 140728240889834 0
/proc/127762/statm: 25775 14877 2368 1147 0 13201 0
Current children cumulated CPU time: 88.93 s
Current children cumulated vsize: 107292 KiB
Current children cumulated memory: 62580 KiB
[startup+92.8002 s]
/proc/loadavg: 3.59 3.14 4.14 5/274 128583
/proc/meminfo: memFree=119520244/131250000 swapFree=33010416/33010684
[pid=127741] ppid=127735 vsize=4192 memory=3072 CPUtime=0.06 cores=0,2
/proc/127741/stat : 127741 (run-opt-break-l) S 127735 127741 127036 0 -1 4194304 242 2183 0 0 0 0 6 0 20 0 1 0 175380257 4292608 768 18446744073709551615 94756009349120 94756010243653 140729362806032 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94756010482704 94756010530448 94756028198912 140729362815251 140729362815452 140729362815452 140729362821056 0
/proc/127741/statm: 1048 768 704 219 0 110 0
[pid=127762] ppid=127741 vsize=103656 memory=60020 CPUtime=92.06 cores=0,2
/proc/127762/stat : 127762 (roundingsat) R 127741 127741 127036 0 -1 4194304 11581 0 0 0 8938 268 0 0 20 0 1 0 175380267 106143744 15005 18446744073709551615 4227072 8923577 140728240880224 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 13557760 140728240883986 140728240884262 140728240884262 140728240889834 0
/proc/127762/statm: 25914 15005 2368 1147 0 13340 0
Current children cumulated CPU time: 92.12 s
Current children cumulated vsize: 107848 KiB
Current children cumulated memory: 63092 KiB
[startup+93.6002 s]
/proc/loadavg: 3.59 3.14 4.14 5/274 128583
/proc/meminfo: memFree=119487232/131250000 swapFree=33010416/33010684
[pid=127741] ppid=127735 vsize=4192 memory=3072 CPUtime=0.06 cores=0,2
/proc/127741/stat : 127741 (run-opt-break-l) S 127735 127741 127036 0 -1 4194304 242 2183 0 0 0 0 6 0 20 0 1 0 175380257 4292608 768 18446744073709551615 94756009349120 94756010243653 140729362806032 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94756010482704 94756010530448 94756028198912 140729362815251 140729362815452 140729362815452 140729362821056 0
/proc/127741/statm: 1048 768 704 219 0 110 0
[pid=127762] ppid=127741 vsize=103656 memory=60020 CPUtime=92.85 cores=0,2
/proc/127762/stat : 127762 (roundingsat) R 127741 127741 127036 0 -1 4194304 11581 0 0 0 9016 269 0 0 20 0 1 0 175380267 106143744 15005 18446744073709551615 4227072 8923577 140728240880224 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 13557760 140728240883986 140728240884262 140728240884262 140728240889834 0
/proc/127762/statm: 25914 15005 2368 1147 0 13340 0
Current children cumulated CPU time: 92.91 s
Current children cumulated vsize: 107848 KiB
Current children cumulated memory: 63092 KiB
[startup+94.4002 s]
/proc/loadavg: 3.62 3.16 4.14 4/274 128583
/proc/meminfo: memFree=119434000/131250000 swapFree=33010416/33010684
[pid=127741] ppid=127735 vsize=4192 memory=3072 CPUtime=0.06 cores=0,2
/proc/127741/stat : 127741 (run-opt-break-l) S 127735 127741 127036 0 -1 4194304 242 2183 0 0 0 0 6 0 20 0 1 0 175380257 4292608 768 18446744073709551615 94756009349120 94756010243653 140729362806032 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94756010482704 94756010530448 94756028198912 140729362815251 140729362815452 140729362815452 140729362821056 0
/proc/127741/statm: 1048 768 704 219 0 110 0
[pid=127762] ppid=127741 vsize=103656 memory=60020 CPUtime=93.45 cores=0,2
/proc/127762/stat : 127762 (roundingsat) R 127741 127741 127036 0 -1 4194304 11581 0 0 0 9075 270 0 0 20 0 1 0 175380267 106143744 15005 18446744073709551615 4227072 8923577 140728240880224 0 0 0 0 0 8405026 0 0 0 17 2 0 0 0 0 0 9827200 9836688 13557760 140728240883986 140728240884262 140728240884262 140728240889834 0
/proc/127762/statm: 25914 15005 2368 1147 0 13340 0
Current children cumulated CPU time: 93.51 s
Current children cumulated vsize: 107848 KiB
Current children cumulated memory: 63092 KiB
[startup+94.8002 s]
/proc/loadavg: 3.62 3.16 4.14 4/274 128583
/proc/meminfo: memFree=119434000/131250000 swapFree=33010416/33010684
[pid=127741] ppid=127735 vsize=4192 memory=3072 CPUtime=0.06 cores=0,2
/proc/127741/stat : 127741 (run-opt-break-l) S 127735 127741 127036 0 -1 4194304 242 2183 0 0 0 0 6 0 20 0 1 0 175380257 4292608 768 18446744073709551615 94756009349120 94756010243653 140729362806032 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94756010482704 94756010530448 94756028198912 140729362815251 140729362815452 140729362815452 140729362821056 0
/proc/127741/statm: 1048 768 704 219 0 110 0
[pid=127762] ppid=127741 vsize=103656 memory=62152 CPUtime=93.85 cores=0,2
/proc/127762/stat : 127762 (roundingsat) R 127741 127741 127036 0 -1 4194304 11586 0 0 0 9114 271 0 0 20 0 1 0 175380267 106143744 15538 18446744073709551615 4227072 8923577 140728240880224 0 0 0 0 0 8405026 0 0 0 17 2 0 0 0 0 0 9827200 9836688 13557760 140728240883986 140728240884262 140728240884262 140728240889834 0
/proc/127762/statm: 25914 15538 2368 1147 0 13340 0
Current children cumulated CPU time: 93.91 s
Current children cumulated vsize: 107848 KiB
Current children cumulated memory: 65224 KiB
[startup+94.9002 s]
/proc/loadavg: 3.62 3.16 4.14 4/274 128583
/proc/meminfo: memFree=119434000/131250000 swapFree=33010416/33010684
[pid=127741] ppid=127735 vsize=4192 memory=3072 CPUtime=0.06 cores=0,2
/proc/127741/stat : 127741 (run-opt-break-l) S 127735 127741 127036 0 -1 4194304 242 2183 0 0 0 0 6 0 20 0 1 0 175380257 4292608 768 18446744073709551615 94756009349120 94756010243653 140729362806032 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94756010482704 94756010530448 94756028198912 140729362815251 140729362815452 140729362815452 140729362821056 0
/proc/127741/statm: 1048 768 704 219 0 110 0
[pid=127762] ppid=127741 vsize=103656 memory=62152 CPUtime=93.95 cores=0,2
/proc/127762/stat : 127762 (roundingsat) R 127741 127741 127036 0 -1 4194304 11586 0 0 0 9123 272 0 0 20 0 1 0 175380267 106143744 15538 18446744073709551615 4227072 8923577 140728240880224 0 0 0 0 0 8405026 0 0 0 17 2 0 0 0 0 0 9827200 9836688 13557760 140728240883986 140728240884262 140728240884262 140728240889834 0
/proc/127762/statm: 25914 15538 2368 1147 0 13340 0
Current children cumulated CPU time: 94.01 s
Current children cumulated vsize: 107848 KiB
Current children cumulated memory: 65224 KiB
Child status: 0
Real time (s): 94.976
CPU time (s): 94.1062
CPU user time (s): 91.3733
CPU system time (s): 2.73293
CPU usage (%): 99.0842
Max. virtual memory (cumulated for all children) (KiB): 107848
Max. memory (cumulated for all children) (KiB): 65224
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 91.3733
system time used= 2.73293
maximum resident set size= 62152
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14035
page faults= 0
swaps= 0
block input operations= 0
block output operations= 282664
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 366
involuntary context switches= 312
# summary of solver processes directly reported to runsolver:
# pid: 127741
# total CPU time (s): 94.1062
# total CPU user time (s): 91.3733
# total CPU system time (s): 2.73293
??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.203604 second user time and 0.466232 second system time
The end
Launcher Data
Begin job on nodeC027 at 2025-07-15 18:30:04
IDJOB=4532683
IDBENCH=176167
IDSOLVER=3393
FILE ID=nodeC027/4532683-1752597004
RUNJOBID= nodeC027-1752597003-127695
SLURM_JOB_ID= 9684390
Free space on /tmp= 431680 MiB
SOLVER NAME= roundingsat+pbsuma-opt-log 0f876b3
BENCH NAME= PB24/normalized-PB24/OPT-LIN/ihalainen/PBO-clique-coloring/normalized-clique-coloring-max-clique-n=13-t=7.opb
COMMAND LINE= run-opt-break-log.sh BENCHNAME PROOFFILE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4532683-1752597004/watcher-4532683-1752597004 -o /tmp/evaluation-result-4532683-1752597004/solver-4532683-1752597004 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1752597003-127695 --watchdog 3760 --file-size-limit 100000 run-opt-break-log.sh HOME/instance-4532683-1752597004.opb PROOFDIR/proof-4532683-1752597004
TIME LIMIT= 3600 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 2
MD5SUM BENCH= bf082a5f314776883f0e32420df0edd0
RANDOM SEED=1632250671
nodeC027 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.611
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.29
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 : 1969.687
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.29
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.466
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.29
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 : 3599.638
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.29
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.768
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.29
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.653
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.29
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 : 3599.624
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.29
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 : 3555.273
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.29
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
/proc/meminfo:
MemTotal: 131250000 kB
MemFree: 123598376 kB
MemAvailable: 129544604 kB
Buffers: 2488 kB
Cached: 6737816 kB
SwapCached: 12 kB
Active: 697440 kB
Inactive: 6117528 kB
Active(anon): 98120 kB
Inactive(anon): 2792 kB
Active(file): 599320 kB
Inactive(file): 6114736 kB
Unevictable: 3072 kB
Mlocked: 0 kB
SwapTotal: 33010684 kB
SwapFree: 33010416 kB
Zswap: 0 kB
Zswapped: 0 kB
Dirty: 19912 kB
Writeback: 16 kB
AnonPages: 77792 kB
Mapped: 107848 kB
Shmem: 26248 kB
KReclaimable: 142420 kB
Slab: 239700 kB
SReclaimable: 142420 kB
SUnreclaim: 97280 kB
KernelStack: 6144 kB
PageTables: 2912 kB
SecPageTables: 0 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
WritebackTmp: 0 kB
CommitLimit: 98635684 kB
Committed_AS: 349828 kB
VmallocTotal: 34359738367 kB
VmallocUsed: 152440 kB
VmallocChunk: 0 kB
Percpu: 3872 kB
HardwareCorrupted: 0 kB
AnonHugePages: 16384 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: 203476 kB
DirectMap2M: 9005056 kB
DirectMap1G: 126877696 kB
Free space on /tmp at the end= 431648 MiB
End job on nodeC027 at 2025-07-15 18:31:39