Trace number 4517725
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-4517725-1751523830.opb'
0.00/0.03 c read 0.40MB (9.91ms)
0.00/0.03 c [cnf: #variables 351 #clauses 12754 #duplicates 0 #arr 38597]
0.00/0.03 c output proof to 'PROOFDIR/proof-4517725-1751523830'
0.00/0.03 c
0.00/0.03 c make graph and approximate orbits
0.00/0.03 c [group: #orbits ~= 8] (4.35ms)
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.08/0.15 c found row 13x28, generating row predicate
0.08/0.15 c found row 7x26, generating row predicate
0.08/0.16 c found Johnson 13, ar 2, block_sz 40
0.08/0.16 c probe for row-column symmetry (limit=64, splits=16.78M)
0.08/0.16 c probe for row symmetry (limit=64, splits=16.78M)
0.08/0.16 c (127.20ms)
0.08/0.16 c
0.08/0.16 c detect symmetries on remainder
0.08/0.16 c [graph: #vertices 14145 #edges 79274]
0.08/0.16 c dejavu (support_limit=2048.00MB, budget_limit=64)
0.08/0.16 c [group: #symmetries 1.00*10^0 #generators 0] (4.70ms)
0.08/0.16 c
0.08/0.16 c finalize break order and special generators
0.08/0.17 c
0.08/0.17 c generation finished
0.08/0.17 c [sbp: #constraints 3216 #add_vars 1062]
0.08/0.17 c
0.08/0.17 c write result to 'HOME/instance-4517725-1751523830.opb.pre'
0.08/0.18 c wrote 0.50MB (3.10ms)
0.08/0.18 c ------------------------------------------------------------------
0.08/0.18 c 127.20ms 79.63% detect_special
0.08/0.18 c 10.46ms 6.55% other
0.08/0.18 c 9.90ms 6.20% parse
0.08/0.18 c 4.70ms 2.94% detect_generic
0.08/0.18 c 4.35ms 2.72% approx_orbits
0.08/0.18 c 3.10ms 1.94% output
0.08/0.18 c 0.04ms 0.02% finalize_order
0.08/0.18 c ───────────────────────────────────────────────
0.08/0.18 c 159.75ms 100% total
0.08/0.18 c ------------------------------------------------------------------
0.08/0.20 c RoundingSat 2
0.08/0.20 c branch pb25
0.08/0.20 c commit 63f22ad
0.27/0.42 c #variables 1413 #constraints 15969
0.27/0.42 c objective is ce32
0.27/0.42 c initial watched CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
0.27/0.42 c initial counting CF 32, 64, 128, Arb: 1 , 0 , 0 , 0
0.27/0.42 c bounds - >= 0 @ 0.183451
0.47/0.61 c rational objective 0
0.64/0.77 c bounds 12 >= 0 @ 0.521682
0.74/0.88 c bounds 12 >= 1 @ 0.627096
0.74/0.88 c bounds 11 >= 1 @ 0.628503
0.74/0.88 c bounds 10 >= 1 @ 0.629355
0.74/0.88 c bounds 9 >= 1 @ 0.629574
0.74/0.88 c bounds 8 >= 1 @ 0.630557
0.74/0.88 c bounds 7 >= 1 @ 0.631942
0.74/0.88 c bounds 6 >= 1 @ 0.633291
1.06/1.13 c #Conflicts: 1000 | #Constraints: 16980
1.06/1.13 c bounds 6 >= 2 @ 0.874129
1.24/1.32 c #Conflicts: 2000 | #Constraints: 17984
1.24/1.32 c INPROCESSING
1.24/1.32 c GARBAGE COLLECT
1.24/1.32 c rational objective 2
1.74/1.84 c #Conflicts: 3000 | #Constraints: 17001
1.74/1.84 c #Conflicts: 4000 | #Constraints: 18001
1.74/1.84 c INPROCESSING
1.74/1.84 c GARBAGE COLLECT
1.74/1.84 c rational objective 2
2.14/2.26 c #Conflicts: 5000 | #Constraints: 12663
2.14/2.26 c #Conflicts: 6000 | #Constraints: 13663
2.14/2.26 c INPROCESSING
2.14/2.26 c GARBAGE COLLECT
2.14/2.26 c rational objective 2
2.63/2.75 c #Conflicts: 7000 | #Constraints: 12802
2.63/2.75 c #Conflicts: 8000 | #Constraints: 13802
2.63/2.75 c #Conflicts: 9000 | #Constraints: 14802
2.63/2.75 c INPROCESSING
2.63/2.75 c GARBAGE COLLECT
2.63/2.75 c rational objective 2
3.14/3.29 c #Conflicts: 10000 | #Constraints: 13418
3.14/3.29 c #Conflicts: 11000 | #Constraints: 14418
3.14/3.29 c #Conflicts: 12000 | #Constraints: 15418
3.14/3.29 c INPROCESSING
3.14/3.29 c GARBAGE COLLECT
3.14/3.29 c rational objective 2
3.63/3.76 c #Conflicts: 13000 | #Constraints: 13909
3.63/3.76 c #Conflicts: 14000 | #Constraints: 14909
3.63/3.76 c #Conflicts: 15000 | #Constraints: 15909
3.63/3.76 c INPROCESSING
3.63/3.76 c GARBAGE COLLECT
3.63/3.76 c rational objective 2
4.24/4.33 c #Conflicts: 16000 | #Constraints: 14162
4.24/4.33 c #Conflicts: 17000 | #Constraints: 15162
4.24/4.33 c #Conflicts: 18000 | #Constraints: 16162
4.24/4.33 c INPROCESSING
4.24/4.33 c GARBAGE COLLECT
4.24/4.33 c rational objective 2
4.83/4.92 c #Conflicts: 19000 | #Constraints: 14189
4.83/4.92 c #Conflicts: 20000 | #Constraints: 15189
4.83/4.92 c #Conflicts: 21000 | #Constraints: 16189
4.83/4.92 c INPROCESSING
4.83/4.92 c GARBAGE COLLECT
4.83/4.92 c rational objective 2
5.52/5.61 c #Conflicts: 22000 | #Constraints: 14011
5.52/5.61 c #Conflicts: 23000 | #Constraints: 15011
5.52/5.61 c #Conflicts: 24000 | #Constraints: 16011
5.52/5.61 c #Conflicts: 25000 | #Constraints: 17011
5.52/5.61 c INPROCESSING
5.52/5.61 c GARBAGE COLLECT
5.52/5.61 c rational objective 2
6.32/6.45 c #Conflicts: 26000 | #Constraints: 14619
6.32/6.45 c #Conflicts: 27000 | #Constraints: 15619
6.32/6.45 c #Conflicts: 28000 | #Constraints: 16619
6.32/6.45 c #Conflicts: 29000 | #Constraints: 17619
6.32/6.45 c INPROCESSING
6.32/6.45 c GARBAGE COLLECT
6.32/6.45 c rational objective 2
7.04/7.15 c #Conflicts: 30000 | #Constraints: 15034
7.04/7.15 c #Conflicts: 31000 | #Constraints: 16034
7.04/7.15 c #Conflicts: 32000 | #Constraints: 17034
7.04/7.15 c #Conflicts: 33000 | #Constraints: 18034
7.04/7.15 c INPROCESSING
7.04/7.15 c GARBAGE COLLECT
7.04/7.15 c rational objective 2
7.93/8.06 c #Conflicts: 34000 | #Constraints: 15230
7.93/8.06 c #Conflicts: 35000 | #Constraints: 16230
7.93/8.06 c #Conflicts: 36000 | #Constraints: 17230
7.93/8.06 c #Conflicts: 37000 | #Constraints: 18230
7.93/8.06 c INPROCESSING
7.93/8.06 c GARBAGE COLLECT
7.93/8.06 c rational objective 2
8.82/8.99 c #Conflicts: 38000 | #Constraints: 15244
8.82/8.99 c #Conflicts: 39000 | #Constraints: 16244
8.82/8.99 c #Conflicts: 40000 | #Constraints: 17244
8.82/8.99 c #Conflicts: 41000 | #Constraints: 18244
8.82/8.99 c INPROCESSING
8.82/8.99 c GARBAGE COLLECT
8.82/8.99 c rational objective 2
9.82/9.95 c #Conflicts: 42000 | #Constraints: 15045
9.82/9.95 c #Conflicts: 43000 | #Constraints: 16045
9.82/9.95 c #Conflicts: 44000 | #Constraints: 17045
9.82/9.95 c #Conflicts: 45000 | #Constraints: 18045
9.82/9.95 c #Conflicts: 46000 | #Constraints: 19045
9.82/9.95 c INPROCESSING
9.82/9.95 c GARBAGE COLLECT
9.82/9.95 c rational objective 2
11.11/11.22 c #Conflicts: 47000 | #Constraints: 15651
11.11/11.22 c #Conflicts: 48000 | #Constraints: 16651
11.11/11.22 c #Conflicts: 49000 | #Constraints: 17651
11.11/11.22 c #Conflicts: 50000 | #Constraints: 18651
11.11/11.22 c #Conflicts: 51000 | #Constraints: 19651
11.11/11.22 c INPROCESSING
11.11/11.22 c GARBAGE COLLECT
11.11/11.22 c rational objective 2
12.11/12.21 c #Conflicts: 52000 | #Constraints: 16058
12.11/12.21 c #Conflicts: 53000 | #Constraints: 17058
12.11/12.21 c #Conflicts: 54000 | #Constraints: 18058
12.11/12.21 c #Conflicts: 55000 | #Constraints: 19058
12.11/12.21 c #Conflicts: 56000 | #Constraints: 20058
12.11/12.21 c INPROCESSING
12.11/12.21 c GARBAGE COLLECT
12.11/12.21 c rational objective 2
13.01/13.17 c #Conflicts: 57000 | #Constraints: 16249
13.01/13.17 c #Conflicts: 58000 | #Constraints: 17249
13.01/13.17 c #Conflicts: 59000 | #Constraints: 18249
13.01/13.17 c #Conflicts: 60000 | #Constraints: 19249
13.01/13.17 c #Conflicts: 61000 | #Constraints: 20249
13.01/13.17 c INPROCESSING
13.01/13.17 c GARBAGE COLLECT
13.01/13.17 c rational objective 2
13.40/13.58 c #Conflicts: 62000 | #Constraints: 16248
13.40/13.58 c bounds 6 >= 3 @ 12.9211
14.02/14.18 c #Conflicts: 63000 | #Constraints: 17251
14.02/14.18 c #Conflicts: 64000 | #Constraints: 18251
14.02/14.18 c #Conflicts: 65000 | #Constraints: 19251
14.02/14.18 c #Conflicts: 66000 | #Constraints: 20251
14.02/14.18 c INPROCESSING
14.02/14.18 c GARBAGE COLLECT
14.02/14.18 c rational objective 3
15.01/15.17 c #Conflicts: 67000 | #Constraints: 14982
15.01/15.17 c #Conflicts: 68000 | #Constraints: 15982
15.01/15.17 c #Conflicts: 69000 | #Constraints: 16982
15.01/15.17 c #Conflicts: 70000 | #Constraints: 17982
15.01/15.17 c #Conflicts: 71000 | #Constraints: 18982
15.01/15.17 c #Conflicts: 72000 | #Constraints: 19982
15.01/15.17 c INPROCESSING
15.01/15.17 c GARBAGE COLLECT
15.01/15.17 c rational objective 3
16.19/16.36 c #Conflicts: 73000 | #Constraints: 16000
16.19/16.36 c #Conflicts: 74000 | #Constraints: 17000
16.19/16.36 c #Conflicts: 75000 | #Constraints: 18000
16.19/16.36 c #Conflicts: 76000 | #Constraints: 19000
16.19/16.36 c #Conflicts: 77000 | #Constraints: 20000
16.19/16.36 c #Conflicts: 78000 | #Constraints: 21000
16.19/16.36 c INPROCESSING
16.19/16.36 c GARBAGE COLLECT
16.19/16.36 c rational objective 3
17.29/17.46 c #Conflicts: 79000 | #Constraints: 16626
17.29/17.46 c #Conflicts: 80000 | #Constraints: 17626
17.29/17.46 c #Conflicts: 81000 | #Constraints: 18626
17.29/17.46 c #Conflicts: 82000 | #Constraints: 19626
17.29/17.46 c #Conflicts: 83000 | #Constraints: 20626
17.29/17.46 c #Conflicts: 84000 | #Constraints: 21626
17.29/17.46 c INPROCESSING
17.29/17.46 c GARBAGE COLLECT
17.29/17.46 c rational objective 3
18.68/18.87 c #Conflicts: 85000 | #Constraints: 16913
18.68/18.87 c #Conflicts: 86000 | #Constraints: 17913
18.68/18.87 c #Conflicts: 87000 | #Constraints: 18913
18.68/18.87 c #Conflicts: 88000 | #Constraints: 19913
18.68/18.87 c #Conflicts: 89000 | #Constraints: 20913
18.68/18.87 c #Conflicts: 90000 | #Constraints: 21913
18.68/18.87 c INPROCESSING
18.68/18.87 c GARBAGE COLLECT
18.68/18.87 c rational objective 3
19.89/20.05 c #Conflicts: 91000 | #Constraints: 16975
19.89/20.05 c #Conflicts: 92000 | #Constraints: 17975
19.89/20.05 c #Conflicts: 93000 | #Constraints: 18975
19.89/20.05 c #Conflicts: 94000 | #Constraints: 19975
19.89/20.05 c #Conflicts: 95000 | #Constraints: 20975
19.89/20.05 c #Conflicts: 96000 | #Constraints: 21975
19.89/20.05 c INPROCESSING
19.89/20.05 c GARBAGE COLLECT
19.89/20.05 c rational objective 3
21.47/21.61 c #Conflicts: 97000 | #Constraints: 16802
21.47/21.61 c #Conflicts: 98000 | #Constraints: 17802
21.47/21.61 c #Conflicts: 99000 | #Constraints: 18802
21.47/21.61 c #Conflicts: 100000 | #Constraints: 19802
21.47/21.61 c #Conflicts: 101000 | #Constraints: 20802
21.47/21.61 c #Conflicts: 102000 | #Constraints: 21802
21.47/21.61 c #Conflicts: 103000 | #Constraints: 22802
21.47/21.61 c INPROCESSING
21.47/21.61 c GARBAGE COLLECT
21.47/21.61 c rational objective 3
22.77/22.95 c #Conflicts: 104000 | #Constraints: 17422
22.77/22.95 c #Conflicts: 105000 | #Constraints: 18422
22.77/22.95 c #Conflicts: 106000 | #Constraints: 19422
22.77/22.95 c #Conflicts: 107000 | #Constraints: 20422
22.77/22.95 c #Conflicts: 108000 | #Constraints: 21422
22.77/22.95 c #Conflicts: 109000 | #Constraints: 22422
22.77/22.95 c #Conflicts: 110000 | #Constraints: 23422
22.77/22.95 c INPROCESSING
22.77/22.95 c GARBAGE COLLECT
22.77/22.95 c rational objective 3
24.16/24.38 c #Conflicts: 111000 | #Constraints: 17810
24.16/24.38 c #Conflicts: 112000 | #Constraints: 18810
24.16/24.38 c #Conflicts: 113000 | #Constraints: 19810
24.16/24.38 c #Conflicts: 114000 | #Constraints: 20810
24.16/24.38 c #Conflicts: 115000 | #Constraints: 21810
24.16/24.38 c #Conflicts: 116000 | #Constraints: 22810
24.16/24.38 c #Conflicts: 117000 | #Constraints: 23810
24.16/24.38 c INPROCESSING
24.16/24.38 c GARBAGE COLLECT
24.16/24.38 c rational objective 3
24.76/24.96 c #Conflicts: 118000 | #Constraints: 18025
24.76/24.96 c #Conflicts: 119000 | #Constraints: 19025
24.76/24.96 c bounds 6 >= 4 @ 23.9316
25.75/25.98 c #Conflicts: 120000 | #Constraints: 20028
25.75/25.98 c #Conflicts: 121000 | #Constraints: 21028
25.75/25.98 c #Conflicts: 122000 | #Constraints: 22028
25.75/25.98 c #Conflicts: 123000 | #Constraints: 23028
25.75/25.98 c #Conflicts: 124000 | #Constraints: 24028
25.75/25.98 c INPROCESSING
25.75/25.98 c GARBAGE COLLECT
25.75/25.98 c rational objective 4
27.25/27.43 c #Conflicts: 125000 | #Constraints: 18040
27.25/27.43 c #Conflicts: 126000 | #Constraints: 19040
27.25/27.43 c #Conflicts: 127000 | #Constraints: 20040
27.25/27.43 c #Conflicts: 128000 | #Constraints: 21040
27.25/27.43 c #Conflicts: 129000 | #Constraints: 22040
27.25/27.43 c #Conflicts: 130000 | #Constraints: 23040
27.25/27.43 c #Conflicts: 131000 | #Constraints: 24040
27.25/27.43 c INPROCESSING
27.25/27.43 c GARBAGE COLLECT
27.25/27.43 c rational objective 4
28.96/29.14 c #Conflicts: 132000 | #Constraints: 17841
28.96/29.14 c #Conflicts: 133000 | #Constraints: 18841
28.96/29.14 c #Conflicts: 134000 | #Constraints: 19841
28.96/29.14 c #Conflicts: 135000 | #Constraints: 20841
28.96/29.14 c #Conflicts: 136000 | #Constraints: 21841
28.96/29.14 c #Conflicts: 137000 | #Constraints: 22841
28.96/29.14 c #Conflicts: 138000 | #Constraints: 23841
28.96/29.14 c #Conflicts: 139000 | #Constraints: 24841
28.96/29.14 c INPROCESSING
28.96/29.14 c GARBAGE COLLECT
28.96/29.14 c rational objective 4
30.44/30.65 c #Conflicts: 140000 | #Constraints: 18446
30.44/30.65 c #Conflicts: 141000 | #Constraints: 19446
30.44/30.65 c #Conflicts: 142000 | #Constraints: 20446
30.44/30.65 c #Conflicts: 143000 | #Constraints: 21446
30.44/30.65 c #Conflicts: 144000 | #Constraints: 22446
30.44/30.65 c #Conflicts: 145000 | #Constraints: 23446
30.44/30.65 c #Conflicts: 146000 | #Constraints: 24446
30.44/30.65 c #Conflicts: 147000 | #Constraints: 25446
30.44/30.65 c INPROCESSING
30.44/30.65 c GARBAGE COLLECT
30.44/30.65 c rational objective 4
32.23/32.48 c #Conflicts: 148000 | #Constraints: 18839
32.23/32.48 c #Conflicts: 149000 | #Constraints: 19839
32.23/32.48 c #Conflicts: 150000 | #Constraints: 20839
32.23/32.48 c #Conflicts: 151000 | #Constraints: 21839
32.23/32.48 c #Conflicts: 152000 | #Constraints: 22839
32.23/32.48 c #Conflicts: 153000 | #Constraints: 23839
32.23/32.48 c #Conflicts: 154000 | #Constraints: 24839
32.23/32.48 c #Conflicts: 155000 | #Constraints: 25839
32.23/32.48 c INPROCESSING
32.23/32.48 c GARBAGE COLLECT
32.23/32.48 c rational objective 4
33.94/34.12 c #Conflicts: 156000 | #Constraints: 19048
33.94/34.12 c #Conflicts: 157000 | #Constraints: 20048
33.94/34.12 c #Conflicts: 158000 | #Constraints: 21048
33.94/34.12 c #Conflicts: 159000 | #Constraints: 22048
33.94/34.12 c #Conflicts: 160000 | #Constraints: 23048
33.94/34.12 c #Conflicts: 161000 | #Constraints: 24048
33.94/34.12 c #Conflicts: 162000 | #Constraints: 25048
33.94/34.12 c #Conflicts: 163000 | #Constraints: 26048
33.94/34.12 c INPROCESSING
33.94/34.12 c GARBAGE COLLECT
33.94/34.12 c rational objective 4
35.80/36.07 c #Conflicts: 164000 | #Constraints: 19056
35.80/36.07 c #Conflicts: 165000 | #Constraints: 20056
35.80/36.07 c #Conflicts: 166000 | #Constraints: 21056
35.80/36.07 c #Conflicts: 167000 | #Constraints: 22056
35.80/36.07 c #Conflicts: 168000 | #Constraints: 23056
35.80/36.07 c #Conflicts: 169000 | #Constraints: 24056
35.80/36.07 c #Conflicts: 170000 | #Constraints: 25056
35.80/36.07 c #Conflicts: 171000 | #Constraints: 26056
35.80/36.07 c INPROCESSING
35.80/36.07 c GARBAGE COLLECT
35.80/36.07 c rational objective 4
37.68/37.91 c #Conflicts: 172000 | #Constraints: 18146
37.68/37.91 c #Conflicts: 173000 | #Constraints: 19146
37.68/37.91 c #Conflicts: 174000 | #Constraints: 20146
37.68/37.91 c #Conflicts: 175000 | #Constraints: 21146
37.68/37.91 c #Conflicts: 176000 | #Constraints: 22146
37.68/37.91 c #Conflicts: 177000 | #Constraints: 23146
37.68/37.91 c #Conflicts: 178000 | #Constraints: 24146
37.68/37.91 c #Conflicts: 179000 | #Constraints: 25146
37.68/37.91 c #Conflicts: 180000 | #Constraints: 26146
37.68/37.91 c INPROCESSING
37.68/37.91 c GARBAGE COLLECT
37.68/37.91 c rational objective 4
39.89/40.18 c #Conflicts: 181000 | #Constraints: 18912
39.89/40.18 c #Conflicts: 182000 | #Constraints: 19912
39.89/40.18 c #Conflicts: 183000 | #Constraints: 20912
39.89/40.18 c #Conflicts: 184000 | #Constraints: 21912
39.89/40.18 c #Conflicts: 185000 | #Constraints: 22912
39.89/40.18 c #Conflicts: 186000 | #Constraints: 23912
39.89/40.18 c #Conflicts: 187000 | #Constraints: 24912
39.89/40.18 c #Conflicts: 188000 | #Constraints: 25912
39.89/40.18 c #Conflicts: 189000 | #Constraints: 26912
39.89/40.18 c INPROCESSING
39.89/40.18 c GARBAGE COLLECT
39.89/40.18 c rational objective 4
41.78/42.01 c #Conflicts: 190000 | #Constraints: 19400
41.78/42.01 c #Conflicts: 191000 | #Constraints: 20400
41.78/42.01 c #Conflicts: 192000 | #Constraints: 21400
41.78/42.01 c #Conflicts: 193000 | #Constraints: 22400
41.78/42.01 c #Conflicts: 194000 | #Constraints: 23400
41.78/42.01 c #Conflicts: 195000 | #Constraints: 24400
41.78/42.01 c #Conflicts: 196000 | #Constraints: 25400
41.78/42.01 c #Conflicts: 197000 | #Constraints: 26400
41.78/42.01 c #Conflicts: 198000 | #Constraints: 27400
41.78/42.01 c INPROCESSING
41.78/42.01 c GARBAGE COLLECT
41.78/42.01 c rational objective 4
44.06/44.36 c #Conflicts: 199000 | #Constraints: 19631
44.06/44.36 c #Conflicts: 200000 | #Constraints: 20631
44.06/44.36 c #Conflicts: 201000 | #Constraints: 21631
44.06/44.36 c #Conflicts: 202000 | #Constraints: 22631
44.06/44.36 c #Conflicts: 203000 | #Constraints: 23631
44.06/44.36 c #Conflicts: 204000 | #Constraints: 24631
44.06/44.36 c #Conflicts: 205000 | #Constraints: 25631
44.06/44.36 c #Conflicts: 206000 | #Constraints: 26631
44.06/44.36 c #Conflicts: 207000 | #Constraints: 27631
44.06/44.36 c INPROCESSING
44.06/44.36 c GARBAGE COLLECT
44.06/44.36 c rational objective 4
46.25/46.51 c #Conflicts: 208000 | #Constraints: 19672
46.25/46.51 c #Conflicts: 209000 | #Constraints: 20672
46.25/46.51 c #Conflicts: 210000 | #Constraints: 21672
46.25/46.51 c #Conflicts: 211000 | #Constraints: 22672
46.25/46.51 c #Conflicts: 212000 | #Constraints: 23672
46.25/46.51 c #Conflicts: 213000 | #Constraints: 24672
46.25/46.51 c #Conflicts: 214000 | #Constraints: 25672
46.25/46.51 c #Conflicts: 215000 | #Constraints: 26672
46.25/46.51 c #Conflicts: 216000 | #Constraints: 27672
46.25/46.51 c INPROCESSING
46.25/46.51 c GARBAGE COLLECT
46.25/46.51 c rational objective 4
48.24/48.59 c #Conflicts: 217000 | #Constraints: 19472
48.24/48.59 c #Conflicts: 218000 | #Constraints: 20472
48.24/48.59 c #Conflicts: 219000 | #Constraints: 21472
48.24/48.59 c #Conflicts: 220000 | #Constraints: 22472
48.24/48.59 c #Conflicts: 221000 | #Constraints: 23472
48.24/48.59 c #Conflicts: 222000 | #Constraints: 24472
48.24/48.59 c #Conflicts: 223000 | #Constraints: 25472
48.24/48.59 c #Conflicts: 224000 | #Constraints: 26472
48.24/48.59 c #Conflicts: 225000 | #Constraints: 27472
48.24/48.59 c #Conflicts: 226000 | #Constraints: 28472
48.24/48.59 c INPROCESSING
48.24/48.59 c GARBAGE COLLECT
48.24/48.59 c rational objective 4
50.75/51.07 c #Conflicts: 227000 | #Constraints: 20081
50.75/51.07 c #Conflicts: 228000 | #Constraints: 21081
50.75/51.07 c #Conflicts: 229000 | #Constraints: 22081
50.75/51.07 c #Conflicts: 230000 | #Constraints: 23081
50.75/51.07 c #Conflicts: 231000 | #Constraints: 24081
50.75/51.07 c #Conflicts: 232000 | #Constraints: 25081
50.75/51.07 c #Conflicts: 233000 | #Constraints: 26081
50.75/51.07 c #Conflicts: 234000 | #Constraints: 27081
50.75/51.07 c #Conflicts: 235000 | #Constraints: 28081
50.75/51.07 c #Conflicts: 236000 | #Constraints: 29081
50.75/51.07 c INPROCESSING
50.75/51.07 c GARBAGE COLLECT
50.75/51.07 c rational objective 4
52.92/53.22 c #Conflicts: 237000 | #Constraints: 20484
52.92/53.22 c #Conflicts: 238000 | #Constraints: 21484
52.92/53.22 c #Conflicts: 239000 | #Constraints: 22484
52.92/53.22 c #Conflicts: 240000 | #Constraints: 23484
52.92/53.22 c #Conflicts: 241000 | #Constraints: 24484
52.92/53.22 c #Conflicts: 242000 | #Constraints: 25484
52.92/53.22 c #Conflicts: 243000 | #Constraints: 26484
52.92/53.22 c #Conflicts: 244000 | #Constraints: 27484
52.92/53.22 c #Conflicts: 245000 | #Constraints: 28484
52.92/53.22 c #Conflicts: 246000 | #Constraints: 29484
52.92/53.22 c INPROCESSING
52.92/53.22 c GARBAGE COLLECT
52.92/53.22 c rational objective 4
55.52/55.82 c #Conflicts: 247000 | #Constraints: 20673
55.52/55.82 c #Conflicts: 248000 | #Constraints: 21673
55.52/55.82 c #Conflicts: 249000 | #Constraints: 22673
55.52/55.82 c #Conflicts: 250000 | #Constraints: 23673
55.52/55.82 c #Conflicts: 251000 | #Constraints: 24673
55.52/55.82 c #Conflicts: 252000 | #Constraints: 25673
55.52/55.82 c #Conflicts: 253000 | #Constraints: 26673
55.52/55.82 c #Conflicts: 254000 | #Constraints: 27673
55.52/55.82 c #Conflicts: 255000 | #Constraints: 28673
55.52/55.82 c #Conflicts: 256000 | #Constraints: 29673
55.52/55.82 c INPROCESSING
55.52/55.82 c GARBAGE COLLECT
55.52/55.82 c rational objective 4
57.82/58.17 c #Conflicts: 257000 | #Constraints: 20685
57.82/58.17 c #Conflicts: 258000 | #Constraints: 21685
57.82/58.17 c #Conflicts: 259000 | #Constraints: 22685
57.82/58.17 c #Conflicts: 260000 | #Constraints: 23685
57.82/58.17 c #Conflicts: 261000 | #Constraints: 24685
57.82/58.17 c #Conflicts: 262000 | #Constraints: 25685
57.82/58.17 c #Conflicts: 263000 | #Constraints: 26685
57.82/58.17 c #Conflicts: 264000 | #Constraints: 27685
57.82/58.17 c #Conflicts: 265000 | #Constraints: 28685
57.82/58.17 c #Conflicts: 266000 | #Constraints: 29685
57.82/58.17 c INPROCESSING
57.82/58.17 c GARBAGE COLLECT
57.82/58.17 c rational objective 4
60.00/60.35 c #Conflicts: 267000 | #Constraints: 20482
60.00/60.35 c #Conflicts: 268000 | #Constraints: 21482
60.00/60.35 c #Conflicts: 269000 | #Constraints: 22482
60.00/60.35 c #Conflicts: 270000 | #Constraints: 23482
60.00/60.35 c #Conflicts: 271000 | #Constraints: 24482
60.00/60.35 c #Conflicts: 272000 | #Constraints: 25482
60.00/60.35 c #Conflicts: 273000 | #Constraints: 26482
60.00/60.35 c #Conflicts: 274000 | #Constraints: 27482
60.00/60.35 c bounds 6 >= 5 @ 58.2019
60.60/60.93 c #Conflicts: 275000 | #Constraints: 28483
60.60/60.93 c #Conflicts: 276000 | #Constraints: 29483
60.60/60.93 c #Conflicts: 277000 | #Constraints: 30483
60.60/60.93 c INPROCESSING
60.60/60.93 c GARBAGE COLLECT
60.60/60.93 c rational objective 5
62.89/63.23 c #Conflicts: 278000 | #Constraints: 16446
62.89/63.23 c #Conflicts: 279000 | #Constraints: 17446
62.89/63.23 c #Conflicts: 280000 | #Constraints: 18446
62.89/63.23 c #Conflicts: 281000 | #Constraints: 19446
62.89/63.23 c #Conflicts: 282000 | #Constraints: 20446
62.89/63.23 c #Conflicts: 283000 | #Constraints: 21446
62.89/63.23 c #Conflicts: 284000 | #Constraints: 22446
62.89/63.23 c #Conflicts: 285000 | #Constraints: 23446
62.89/63.23 c #Conflicts: 286000 | #Constraints: 24446
62.89/63.23 c #Conflicts: 287000 | #Constraints: 25446
62.89/63.23 c #Conflicts: 288000 | #Constraints: 26446
62.89/63.23 c INPROCESSING
62.89/63.23 c GARBAGE COLLECT
62.89/63.23 c rational objective 5
65.28/65.62 c #Conflicts: 289000 | #Constraints: 18937
65.28/65.62 c #Conflicts: 290000 | #Constraints: 19937
65.28/65.62 c #Conflicts: 291000 | #Constraints: 20937
65.28/65.62 c #Conflicts: 292000 | #Constraints: 21937
65.28/65.62 c #Conflicts: 293000 | #Constraints: 22937
65.28/65.62 c #Conflicts: 294000 | #Constraints: 23937
65.28/65.62 c #Conflicts: 295000 | #Constraints: 24937
65.28/65.62 c #Conflicts: 296000 | #Constraints: 25937
65.28/65.62 c #Conflicts: 297000 | #Constraints: 26937
65.28/65.62 c #Conflicts: 298000 | #Constraints: 27937
65.28/65.62 c #Conflicts: 299000 | #Constraints: 28937
65.28/65.62 c INPROCESSING
65.28/65.62 c GARBAGE COLLECT
65.28/65.62 c rational objective 5
68.69/72.18 c #Conflicts: 300000 | #Constraints: 20136
68.69/72.18 c #Conflicts: 301000 | #Constraints: 21136
68.69/72.18 c #Conflicts: 302000 | #Constraints: 22136
68.69/72.18 c #Conflicts: 303000 | #Constraints: 23136
68.69/72.18 c #Conflicts: 304000 | #Constraints: 24136
68.69/72.18 c #Conflicts: 305000 | #Constraints: 25136
68.69/72.18 c #Conflicts: 306000 | #Constraints: 26136
68.69/72.18 c #Conflicts: 307000 | #Constraints: 27136
68.69/72.18 c #Conflicts: 308000 | #Constraints: 28136
68.69/72.18 c #Conflicts: 309000 | #Constraints: 29136
68.69/72.18 c #Conflicts: 310000 | #Constraints: 30136
68.69/72.18 c INPROCESSING
68.69/72.18 c GARBAGE COLLECT
68.69/72.18 c rational objective 5
71.38/74.88 c #Conflicts: 311000 | #Constraints: 20667
71.38/74.88 c #Conflicts: 312000 | #Constraints: 21667
71.38/74.88 c #Conflicts: 313000 | #Constraints: 22667
71.38/74.88 c #Conflicts: 314000 | #Constraints: 23667
71.38/74.88 c #Conflicts: 315000 | #Constraints: 24669
71.38/74.88 c #Conflicts: 316000 | #Constraints: 25669
71.38/74.88 c #Conflicts: 317000 | #Constraints: 26670
71.38/74.88 c #Conflicts: 318000 | #Constraints: 27670
71.38/74.88 c #Conflicts: 319000 | #Constraints: 28670
71.38/74.88 c #Conflicts: 320000 | #Constraints: 29670
71.38/74.88 c #Conflicts: 321000 | #Constraints: 30671
71.38/74.88 c INPROCESSING
71.38/74.88 c GARBAGE COLLECT
71.38/74.88 c rational objective 5
73.97/77.47 c #Conflicts: 322000 | #Constraints: 20744
73.97/77.47 c #Conflicts: 323000 | #Constraints: 21744
73.97/77.47 c #Conflicts: 324000 | #Constraints: 22744
73.97/77.47 c #Conflicts: 325000 | #Constraints: 23744
73.97/77.47 c #Conflicts: 326000 | #Constraints: 24745
73.97/77.47 c #Conflicts: 327000 | #Constraints: 25747
73.97/77.47 c #Conflicts: 328000 | #Constraints: 26748
73.97/77.47 c #Conflicts: 329000 | #Constraints: 27750
73.97/77.47 c #Conflicts: 330000 | #Constraints: 28750
73.97/77.47 c #Conflicts: 331000 | #Constraints: 29750
73.97/77.47 c #Conflicts: 332000 | #Constraints: 30751
73.97/77.47 c #Conflicts: 333000 | #Constraints: 31751
73.97/77.47 c INPROCESSING
73.97/77.47 c GARBAGE COLLECT
73.97/77.47 c rational objective 5
76.46/80.00 c #Conflicts: 334000 | #Constraints: 21472
76.46/80.00 c #Conflicts: 335000 | #Constraints: 22472
76.46/80.00 c #Conflicts: 336000 | #Constraints: 23472
76.46/80.00 c #Conflicts: 337000 | #Constraints: 24472
76.46/80.00 c #Conflicts: 338000 | #Constraints: 25472
76.46/80.00 c #Conflicts: 339000 | #Constraints: 26472
76.46/80.00 c #Conflicts: 340000 | #Constraints: 27472
76.46/80.00 c #Conflicts: 341000 | #Constraints: 28472
76.46/80.00 c #Conflicts: 342000 | #Constraints: 29472
76.46/80.00 c #Conflicts: 343000 | #Constraints: 30472
76.46/80.00 c #Conflicts: 344000 | #Constraints: 31472
76.46/80.00 c #Conflicts: 345000 | #Constraints: 32472
76.46/80.00 c INPROCESSING
76.46/80.00 c GARBAGE COLLECT
76.46/80.00 c rational objective 5
79.16/82.68 c #Conflicts: 346000 | #Constraints: 21826
79.16/82.68 c #Conflicts: 347000 | #Constraints: 22826
79.16/82.68 c #Conflicts: 348000 | #Constraints: 23826
79.16/82.68 c #Conflicts: 349000 | #Constraints: 24826
79.16/82.68 c #Conflicts: 350000 | #Constraints: 25826
79.16/82.68 c #Conflicts: 351000 | #Constraints: 26826
79.16/82.68 c #Conflicts: 352000 | #Constraints: 27826
79.16/82.68 c #Conflicts: 353000 | #Constraints: 28826
79.16/82.68 c #Conflicts: 354000 | #Constraints: 29826
79.16/82.68 c #Conflicts: 355000 | #Constraints: 30826
79.16/82.68 c #Conflicts: 356000 | #Constraints: 31826
79.16/82.68 c #Conflicts: 357000 | #Constraints: 32826
79.16/82.68 c INPROCESSING
79.16/82.68 c GARBAGE COLLECT
79.16/82.68 c rational objective 5
81.95/85.48 c #Conflicts: 358000 | #Constraints: 22070
81.95/85.48 c #Conflicts: 359000 | #Constraints: 23070
81.95/85.48 c #Conflicts: 360000 | #Constraints: 24070
81.95/85.48 c #Conflicts: 361000 | #Constraints: 25070
81.95/85.48 c #Conflicts: 362000 | #Constraints: 26070
81.95/85.48 c #Conflicts: 363000 | #Constraints: 27070
81.95/85.48 c #Conflicts: 364000 | #Constraints: 28070
81.95/85.48 c #Conflicts: 365000 | #Constraints: 29070
81.95/85.48 c #Conflicts: 366000 | #Constraints: 30070
81.95/85.48 c #Conflicts: 367000 | #Constraints: 31070
81.95/85.48 c #Conflicts: 368000 | #Constraints: 32070
81.95/85.48 c #Conflicts: 369000 | #Constraints: 33070
81.95/85.48 c INPROCESSING
81.95/85.48 c GARBAGE COLLECT
81.95/85.48 c rational objective 5
84.84/88.32 c #Conflicts: 370000 | #Constraints: 22075
84.84/88.32 c #Conflicts: 371000 | #Constraints: 23075
84.84/88.32 c #Conflicts: 372000 | #Constraints: 24075
84.84/88.32 c #Conflicts: 373000 | #Constraints: 25075
84.84/88.32 c #Conflicts: 374000 | #Constraints: 26075
84.84/88.32 c #Conflicts: 375000 | #Constraints: 27075
84.84/88.32 c #Conflicts: 376000 | #Constraints: 28075
84.84/88.32 c #Conflicts: 377000 | #Constraints: 29075
84.84/88.32 c #Conflicts: 378000 | #Constraints: 30075
84.84/88.32 c #Conflicts: 379000 | #Constraints: 31075
84.84/88.32 c #Conflicts: 380000 | #Constraints: 32075
84.84/88.32 c #Conflicts: 381000 | #Constraints: 33075
84.84/88.32 c INPROCESSING
84.84/88.32 c GARBAGE COLLECT
84.84/88.32 c rational objective 5
87.63/91.18 c #Conflicts: 382000 | #Constraints: 19185
87.63/91.18 c #Conflicts: 383000 | #Constraints: 20185
87.63/91.18 c #Conflicts: 384000 | #Constraints: 21185
87.63/91.18 c #Conflicts: 385000 | #Constraints: 22185
87.63/91.18 c #Conflicts: 386000 | #Constraints: 23185
87.63/91.18 c #Conflicts: 387000 | #Constraints: 24185
87.63/91.18 c #Conflicts: 388000 | #Constraints: 25185
87.63/91.18 c #Conflicts: 389000 | #Constraints: 26185
87.63/91.18 c #Conflicts: 390000 | #Constraints: 27185
87.63/91.18 c #Conflicts: 391000 | #Constraints: 28185
87.63/91.18 c #Conflicts: 392000 | #Constraints: 29185
87.63/91.18 c #Conflicts: 393000 | #Constraints: 30185
87.63/91.18 c #Conflicts: 394000 | #Constraints: 31185
87.63/91.18 c INPROCESSING
87.63/91.18 c GARBAGE COLLECT
87.63/91.18 c rational objective 5
90.53/94.06 c #Conflicts: 395000 | #Constraints: 21129
90.53/94.06 c #Conflicts: 396000 | #Constraints: 22129
90.53/94.06 c #Conflicts: 397000 | #Constraints: 23129
90.53/94.06 c #Conflicts: 398000 | #Constraints: 24129
90.53/94.06 c #Conflicts: 399000 | #Constraints: 25129
90.53/94.06 c #Conflicts: 400000 | #Constraints: 26129
90.53/94.06 c #Conflicts: 401000 | #Constraints: 27129
90.53/94.06 c #Conflicts: 402000 | #Constraints: 28129
90.53/94.06 c #Conflicts: 403000 | #Constraints: 29129
90.53/94.06 c #Conflicts: 404000 | #Constraints: 30129
90.53/94.06 c #Conflicts: 405000 | #Constraints: 31129
90.53/94.06 c #Conflicts: 406000 | #Constraints: 32129
90.53/94.06 c #Conflicts: 407000 | #Constraints: 33129
90.53/94.06 c INPROCESSING
90.53/94.06 c GARBAGE COLLECT
90.53/94.06 c rational objective 5
93.40/96.95 c #Conflicts: 408000 | #Constraints: 22204
93.40/96.95 c #Conflicts: 409000 | #Constraints: 23204
93.40/96.95 c #Conflicts: 410000 | #Constraints: 24204
93.40/96.95 c #Conflicts: 411000 | #Constraints: 25204
93.40/96.95 c #Conflicts: 412000 | #Constraints: 26204
93.40/96.95 c #Conflicts: 413000 | #Constraints: 27204
93.40/96.95 c #Conflicts: 414000 | #Constraints: 28204
93.40/96.95 c #Conflicts: 415000 | #Constraints: 29204
93.40/96.95 c #Conflicts: 416000 | #Constraints: 30204
93.40/96.95 c #Conflicts: 417000 | #Constraints: 31204
93.40/96.95 c #Conflicts: 418000 | #Constraints: 32204
93.40/96.95 c #Conflicts: 419000 | #Constraints: 33204
93.40/96.95 c #Conflicts: 420000 | #Constraints: 34204
93.40/96.95 c INPROCESSING
93.40/96.95 c GARBAGE COLLECT
93.40/96.95 c rational objective 5
96.29/99.87 c #Conflicts: 421000 | #Constraints: 22748
96.29/99.87 c #Conflicts: 422000 | #Constraints: 23748
96.29/99.87 c #Conflicts: 423000 | #Constraints: 24748
96.29/99.87 c #Conflicts: 424000 | #Constraints: 25748
96.29/99.87 c #Conflicts: 425000 | #Constraints: 26748
96.29/99.87 c #Conflicts: 426000 | #Constraints: 27748
96.29/99.87 c #Conflicts: 427000 | #Constraints: 28748
96.29/99.87 c #Conflicts: 428000 | #Constraints: 29748
96.29/99.87 c #Conflicts: 429000 | #Constraints: 30748
96.29/99.87 c #Conflicts: 430000 | #Constraints: 31748
96.29/99.87 c #Conflicts: 431000 | #Constraints: 32748
96.29/99.87 c #Conflicts: 432000 | #Constraints: 33748
96.29/99.87 c bounds 6 >= 6 @ 93.5393
96.29/99.87 c cpu time 93.5394 s
96.29/99.87 c deterministic time 2192758837 2.19e+09
96.29/99.87 c optimization time 0.001702 s
96.29/99.87 c total solve time 93.3543 s
96.29/99.87 c core-guided solve time 43.6892 s
96.29/99.87 c propagation time 64.0482 s
96.29/99.87 c conflict analysis time 19.69 s
96.29/99.87 c propagations 35869783
96.29/99.87 c resolve steps 6584198
96.29/99.87 c decisions 562382
96.29/99.87 c conflicts 432568
96.29/99.87 c restarts 1020
96.29/99.87 c inprocessing phases 56
96.29/99.87 c garbage collections 56 ,( 100.00 )
96.29/99.87 c input clauses 15968 ,( 99.84 )
96.29/99.87 c input cardinalities 22 ,( 0.14 )
96.29/99.87 c input general constraints 3 ,( 0.02 )
96.29/99.87 c input average constraint length 3.02
96.29/99.87 c input average constraint degree 1.01
96.29/99.87 c learned clauses 423705 ,( 97.91 )
96.29/99.87 c learned cardinalities 142 ,( 0.03 )
96.29/99.87 c learned general constraints 8919 ,( 2.06 )
96.29/99.87 c learned average constraint length 100.57
96.29/99.87 c learned average constraint degree 71383.23
96.29/99.87 c watched CF 32, 64, 128, Arb: 3855 , 0 , 0 , 0
96.29/99.87 c counting CF 32, 64, 128, Arb: 5068 , 0 , 0 , 0
96.29/99.87 c watched constraints 3855 ,( 43.21 )
96.29/99.87 c counting constraints 5067 ,( 56.79 )
96.29/99.87 c loaded clauses, cards, PBs, (WATCHED, COUNTING): 291561828 , 4998155 , 20749383 ,( 2866665 , 17882718 )
96.29/99.87 c gcd simplifications 227
96.29/99.87 c detected cardinalities 2
96.29/99.87 c weakened non-implied lits 1711339
96.29/99.87 c weakened non-implying lits 34
96.29/99.87 c original variables 1413
96.29/99.87 c clausal propagations 32585711
96.29/99.87 c cardinality propagations 2053330
96.29/99.87 c watched propagations 46822
96.29/99.87 c counting propagations 746676
96.29/99.87 c watch lookups 537093265
96.29/99.87 c watch backjump lookups 0
96.29/99.87 c watch checks 1258638547
96.29/99.88 c propagation checks 184795624
96.29/99.88 c constraint additions 138499285
96.29/99.88 c trail pops 36864391
96.29/99.88 c formula constraints 15969
96.29/99.88 c learned constraints 432561
96.29/99.88 c bound constraints 11
96.29/99.88 c core-guided constraints 13
96.29/99.88 c encountered formula constraints 3054277
96.29/99.88 c encountered learned constraints 3938131
96.29/99.88 c encountered bound constraints 5
96.29/99.88 c encountered core-guided constraints 13
96.29/99.88 c LP total time 41.9243 s
96.29/99.88 c LP solve time 35.96 s
96.29/99.88 c LP constraints added 17020
96.29/99.88 c LP constraints removed 1027
96.29/99.88 c LP pivots internal 432574
96.29/99.88 c LP pivots root 2985
96.29/99.88 c LP calls 11558
96.29/99.88 c LP optimalities 11545
96.29/99.88 c LP no pivot count 626
96.29/99.88 c LP infeasibilities 13
96.29/99.88 c LP valid Farkas constraints 13
96.29/99.88 c LP learned Farkas constraints 2
96.29/99.88 c LP basis resets 0
96.29/99.88 c LP cycling count 0
96.29/99.88 c LP singular count 0
96.29/99.88 c LP no primal count 0
96.29/99.88 c LP no farkas count 0
96.29/99.88 c LP other issue count 0
96.29/99.88 c LP Gomory cuts 190
96.29/99.88 c LP learned cuts 861
96.29/99.88 c LP deleted cuts 1027
96.29/99.88 c LP encountered Gomory constraints 24334
96.29/99.88 c LP encountered Farkas constraints 3
96.29/99.88 c LP encountered learned Farkas constraints 1
96.29/99.88 c CG auxiliary variables introduced 5
96.29/99.88 c CG solutions found 7
96.29/99.88 c CG cores constructed 5
96.29/99.88 c CG core cardinality constraints returned 0
96.29/99.88 c CG unit cores 0
96.29/99.88 c CG single cores 5
96.29/99.88 c CG blocks removed during cardinality reduction 0
96.29/99.88 c CG first core best 0
96.29/99.88 c CG decision core best 0
96.29/99.88 c CG core reduction tie 0
96.29/99.88 c CG core degree average 1.00
96.29/99.88 c CG core slack average 2.40
96.29/99.88 c CG core upper bound improvements 1
96.29/99.88 c STR number of successful calls 0
96.29/99.88 c STR number of unsuccessful calls 0
96.29/99.88 c STR number of inconclusive calls 0
96.29/99.88 c STR number of successful attempts 0
96.29/99.88 c STR number of unsuccessful attempts 0
96.29/99.88 c STR number of inconclusive attempts 0
96.29/99.88 c STR average degree increase per successful call inf
96.29/99.88 c STR average degree increase per successful attempt inf
96.29/99.88 c STR total number of conflicts for successful attempts 0
96.29/99.88 c STR total number of conflicts for unsuccessful attempts 0
96.29/99.88 c STR total number of conflicts for inconclusive attempts 0
96.29/99.88 c STR average number of conflicts per successful attempt inf
96.29/99.88 c STR average number of conflicts per unsuccessful attempt inf
96.29/99.88 c STR average number of conflicts per inconclusive attempt inf
96.29/99.88 c AVG.sumWPerc 49.02
96.29/99.88 c bigint constraints 0
96.29/99.88 o 6
96.29/99.88 s OPTIMUM FOUND
96.38/99.93 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
Thu Jul 3 12:16:01 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: 63837 MiB (63218 MiB free)
memory of node 1: 64465 MiB (63542 MiB free)
node distances:
10 21
21 10
command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4517725-1751523830/watcher-4517725-1751523830 -o /tmp/evaluation-result-4517725-1751523830/solver-4517725-1751523830 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1751516521-73565 --watchdog 3760 --file-size-limit 100000 run-opt-break-log.sh HOME/instance-4517725-1751523830.opb PROOFDIR/proof-4517725-1751523830
running on 2 cores: 0,2
CPU governors:
performance: 0 2
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 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
Starting watchdog thread
Current StackSize limit: 8192 KiB
solver pid=74833, runsolver pid=74830
[startup+0.10007 s]*
/proc/loadavg: 4.14 4.21 4.22 5/266 74835
/proc/meminfo: memFree=129794580/131382116 swapFree=33009904/33010684
[pid=74833] ppid=74830 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/74833/stat : 74833 (run-opt-break-l) S 74830 74833 73555 0 -1 4194304 210 0 0 0 0 0 0 0 20 0 1 0 68062166 4292608 736 18446744073709551615 94275070889984 94275071784517 140730627519872 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94275072023568 94275072071312 94275104157696 140730627524885 140730627525086 140730627525086 140730627530688 0
/proc/74833/statm: 1048 736 672 219 0 110 0
[pid=74835] ppid=74833 vsize=17828 memory=9856 CPUtime=0.08 cores=0,2
/proc/74835/stat : 74835 (pbsuma) R 74833 74833 73555 0 -1 4194304 1801 0 0 0 8 0 0 0 20 0 1 0 68062167 18255872 2464 18446744073709551615 4210688 4653049 140731376250848 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 4700520 4703148 30990336 140731376253155 140731376253490 140731376253490 140731376259055 0
/proc/74835/statm: 4457 2464 1024 108 0 1865 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 22020 KiB
Current children cumulated memory: 12800 KiB
[startup+0.214552 s]*
/proc/loadavg: 4.14 4.21 4.22 6/266 74836
/proc/meminfo: memFree=129792304/131382116 swapFree=33009904/33010684
[pid=74833] ppid=74830 vsize=4192 memory=2944 CPUtime=0.15 cores=0,2
/proc/74833/stat : 74833 (run-opt-break-l) S 74830 74833 73555 0 -1 4194304 242 2185 0 0 0 0 15 0 20 0 1 0 68062166 4292608 736 18446744073709551615 94275070889984 94275071784517 140730627519872 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94275072023568 94275072071312 94275104157696 140730627524885 140730627525086 140730627525086 140730627530688 0
/proc/74833/statm: 1048 736 672 219 0 110 0
[pid=74836] ppid=74833 vsize=55828 memory=8960 CPUtime=0.02 cores=0,2
/proc/74836/stat : 74836 (roundingsat) R 74833 74833 73555 0 -1 4194304 499 0 0 0 2 0 0 0 20 0 1 0 68062185 57167872 2240 18446744073709551615 4227072 8923433 140726380650528 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 18878464 140726380656916 140726380657192 140726380657192 140726380662762 0
/proc/74836/statm: 13957 2240 1952 1147 0 1384 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 60020 KiB
Current children cumulated memory: 11904 KiB
[startup+0.313415 s]*
/proc/loadavg: 4.14 4.21 4.22 6/266 74836
/proc/meminfo: memFree=129792304/131382116 swapFree=33009904/33010684
[pid=74833] ppid=74830 vsize=4192 memory=2944 CPUtime=0.15 cores=0,2
/proc/74833/stat : 74833 (run-opt-break-l) S 74830 74833 73555 0 -1 4194304 242 2185 0 0 0 0 15 0 20 0 1 0 68062166 4292608 736 18446744073709551615 94275070889984 94275071784517 140730627519872 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94275072023568 94275072071312 94275104157696 140730627524885 140730627525086 140730627525086 140730627530688 0
/proc/74833/statm: 1048 736 672 219 0 110 0
[pid=74836] ppid=74833 vsize=56916 memory=12180 CPUtime=0.12 cores=0,2
/proc/74836/stat : 74836 (roundingsat) R 74833 74833 73555 0 -1 4194304 791 0 0 0 10 2 0 0 20 0 1 0 68062185 58281984 3045 18446744073709551615 4227072 8923433 140726380650528 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 18878464 140726380656916 140726380657192 140726380657192 140726380662762 0
/proc/74836/statm: 14229 3045 1952 1147 0 1656 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 61108 KiB
Current children cumulated memory: 15124 KiB
[startup+0.70035 s]
/proc/loadavg: 4.14 4.21 4.22 5/266 74836
/proc/meminfo: memFree=129774160/131382116 swapFree=33009904/33010684
[pid=74833] ppid=74830 vsize=4192 memory=2944 CPUtime=0.15 cores=0,2
/proc/74833/stat : 74833 (run-opt-break-l) S 74830 74833 73555 0 -1 4194304 242 2185 0 0 0 0 15 0 20 0 1 0 68062166 4292608 736 18446744073709551615 94275070889984 94275071784517 140730627519872 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94275072023568 94275072071312 94275104157696 140730627524885 140730627525086 140730627525086 140730627530688 0
/proc/74833/statm: 1048 736 672 219 0 110 0
[pid=74836] ppid=74833 vsize=74844 memory=31472 CPUtime=0.49 cores=0,2
/proc/74836/stat : 74836 (roundingsat) R 74833 74833 73555 0 -1 4194304 5290 0 0 0 45 4 0 0 20 0 1 0 68062185 76640256 7868 18446744073709551615 4227072 8923433 140726380650528 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 18878464 140726380656916 140726380657192 140726380657192 140726380662762 0
/proc/74836/statm: 18711 7868 2368 1147 0 6138 0
Current children cumulated CPU time: 0.64 s
Current children cumulated vsize: 79036 KiB
Current children cumulated memory: 34416 KiB
[startup+1.50035 s]
/proc/loadavg: 4.14 4.21 4.22 5/261 74844
/proc/meminfo: memFree=129808548/131382116 swapFree=33009904/33010684
[pid=74833] ppid=74830 vsize=4192 memory=2944 CPUtime=0.15 cores=0,2
/proc/74833/stat : 74833 (run-opt-break-l) S 74830 74833 73555 0 -1 4194304 242 2185 0 0 0 0 15 0 20 0 1 0 68062166 4292608 736 18446744073709551615 94275070889984 94275071784517 140730627519872 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94275072023568 94275072071312 94275104157696 140730627524885 140730627525086 140730627525086 140730627530688 0
/proc/74833/statm: 1048 736 672 219 0 110 0
[pid=74836] ppid=74833 vsize=79500 memory=35312 CPUtime=1.29 cores=0,2
/proc/74836/stat : 74836 (roundingsat) R 74833 74833 73555 0 -1 4194304 6206 0 0 0 123 6 0 0 20 0 1 0 68062185 81408000 8828 18446744073709551615 4227072 8923433 140726380650528 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 18878464 140726380656916 140726380657192 140726380657192 140726380662762 0
/proc/74836/statm: 19875 8828 2432 1147 0 7302 0
Current children cumulated CPU time: 1.44 s
Current children cumulated vsize: 83692 KiB
Current children cumulated memory: 38256 KiB
[startup+3.11317 s]
/proc/loadavg: 4.14 4.21 4.22 5/263 74888
/proc/meminfo: memFree=129779964/131382116 swapFree=33009904/33010684
[pid=74833] ppid=74830 vsize=4192 memory=2944 CPUtime=0.15 cores=0,2
/proc/74833/stat : 74833 (run-opt-break-l) S 74830 74833 73555 0 -1 4194304 242 2185 0 0 0 0 15 0 20 0 1 0 68062166 4292608 736 18446744073709551615 94275070889984 94275071784517 140730627519872 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94275072023568 94275072071312 94275104157696 140730627524885 140730627525086 140730627525086 140730627530688 0
/proc/74833/statm: 1048 736 672 219 0 110 0
[pid=74836] ppid=74833 vsize=79500 memory=35312 CPUtime=2.89 cores=0,2
/proc/74836/stat : 74836 (roundingsat) R 74833 74833 73555 0 -1 4194304 6208 0 0 0 278 11 0 0 20 0 1 0 68062185 81408000 8828 18446744073709551615 4227072 8923433 140726380650528 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 18878464 140726380656916 140726380657192 140726380657192 140726380662762 0
/proc/74836/statm: 19875 8828 2432 1147 0 7302 0
Current children cumulated CPU time: 3.04 s
Current children cumulated vsize: 83692 KiB
Current children cumulated memory: 38256 KiB
[startup+6.3004 s]
/proc/loadavg: 4.21 4.22 4.22 5/266 74932
/proc/meminfo: memFree=129735876/131382116 swapFree=33009904/33010684
[pid=74833] ppid=74830 vsize=4192 memory=2944 CPUtime=0.15 cores=0,2
/proc/74833/stat : 74833 (run-opt-break-l) S 74830 74833 73555 0 -1 4194304 242 2185 0 0 0 0 15 0 20 0 1 0 68062166 4292608 736 18446744073709551615 94275070889984 94275071784517 140730627519872 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94275072023568 94275072071312 94275104157696 140730627524885 140730627525086 140730627525086 140730627530688 0
/proc/74833/statm: 1048 736 672 219 0 110 0
[pid=74836] ppid=74833 vsize=80348 memory=36192 CPUtime=6.07 cores=0,2
/proc/74836/stat : 74836 (roundingsat) R 74833 74833 73555 0 -1 4194304 6482 0 0 0 587 20 0 0 20 0 1 0 68062185 82276352 9048 18446744073709551615 4227072 8923433 140726380650528 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 18878464 140726380656916 140726380657192 140726380657192 140726380662762 0
/proc/74836/statm: 20087 9048 2432 1147 0 7514 0
Current children cumulated CPU time: 6.22 s
Current children cumulated vsize: 84540 KiB
Current children cumulated memory: 39136 KiB
[startup+12.7003 s]
/proc/loadavg: 4.19 4.22 4.22 5/261 75048
/proc/meminfo: memFree=129665624/131382116 swapFree=33009904/33010684
[pid=74833] ppid=74830 vsize=4192 memory=2944 CPUtime=0.15 cores=0,2
/proc/74833/stat : 74833 (run-opt-break-l) S 74830 74833 73555 0 -1 4194304 242 2185 0 0 0 0 15 0 20 0 1 0 68062166 4292608 736 18446744073709551615 94275070889984 94275071784517 140730627519872 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94275072023568 94275072071312 94275104157696 140730627524885 140730627525086 140730627525086 140730627530688 0
/proc/74833/statm: 1048 736 672 219 0 110 0
[pid=74836] ppid=74833 vsize=81532 memory=39496 CPUtime=12.45 cores=0,2
/proc/74836/stat : 74836 (roundingsat) R 74833 74833 73555 0 -1 4194304 6793 0 0 0 1206 39 0 0 20 0 1 0 68062185 83488768 9874 18446744073709551615 4227072 8923433 140726380650528 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 18878464 140726380656916 140726380657192 140726380657192 140726380662762 0
/proc/74836/statm: 20383 9874 2432 1147 0 7810 0
Current children cumulated CPU time: 12.6 s
Current children cumulated vsize: 85724 KiB
Current children cumulated memory: 42440 KiB
[startup+25.5004 s]
/proc/loadavg: 4.31 4.24 4.23 5/266 75172
/proc/meminfo: memFree=129172992/131382116 swapFree=33009904/33010684
[pid=74833] ppid=74830 vsize=4192 memory=2944 CPUtime=0.15 cores=0,2
/proc/74833/stat : 74833 (run-opt-break-l) S 74830 74833 73555 0 -1 4194304 242 2185 0 0 0 0 15 0 20 0 1 0 68062166 4292608 736 18446744073709551615 94275070889984 94275071784517 140730627519872 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94275072023568 94275072071312 94275104157696 140730627524885 140730627525086 140730627525086 140730627530688 0
/proc/74833/statm: 1048 736 672 219 0 110 0
[pid=74836] ppid=74833 vsize=86956 memory=42440 CPUtime=25.21 cores=0,2
/proc/74836/stat : 74836 (roundingsat) R 74833 74833 73555 0 -1 4194304 7546 0 0 0 2446 75 0 0 20 0 1 0 68062185 89042944 10610 18446744073709551615 4227072 8923433 140726380650528 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 18878464 140726380656916 140726380657192 140726380657192 140726380662762 0
/proc/74836/statm: 21739 10610 2432 1147 0 9166 0
Current children cumulated CPU time: 25.36 s
Current children cumulated vsize: 91148 KiB
Current children cumulated memory: 45384 KiB
[startup+51.1136 s]
/proc/loadavg: 4.35 4.26 4.23 5/265 75365
/proc/meminfo: memFree=128079952/131382116 swapFree=33009904/33010684
[pid=74833] ppid=74830 vsize=4192 memory=2944 CPUtime=0.15 cores=0,2
/proc/74833/stat : 74833 (run-opt-break-l) S 74830 74833 73555 0 -1 4194304 242 2185 0 0 0 0 15 0 20 0 1 0 68062166 4292608 736 18446744073709551615 94275070889984 94275071784517 140730627519872 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94275072023568 94275072071312 94275104157696 140730627524885 140730627525086 140730627525086 140730627530688 0
/proc/74833/statm: 1048 736 672 219 0 110 0
[pid=74836] ppid=74833 vsize=89716 memory=47688 CPUtime=50.69 cores=0,2
/proc/74836/stat : 74836 (roundingsat) R 74833 74833 73555 0 -1 4194304 8857 0 0 0 4923 146 0 0 20 0 1 0 68062185 91869184 11922 18446744073709551615 4227072 8923433 140726380650528 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 18878464 140726380656916 140726380657192 140726380657192 140726380662762 0
/proc/74836/statm: 22429 11922 2432 1147 0 9856 0
Current children cumulated CPU time: 50.84 s
Current children cumulated vsize: 93908 KiB
Current children cumulated memory: 50632 KiB
[startup+99.94 s]
# the end of solver process 74833 was just reported to runsolver
# Child status: 0
# cumulated CPU time of all completed processes: user=93.7031 s, system=2.71516 s
Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples
[startup+51.2005 s]
/proc/loadavg: 4.35 4.26 4.23 5/265 75365
/proc/meminfo: memFree=128079952/131382116 swapFree=33009904/33010684
[pid=74833] ppid=74830 vsize=4192 memory=2944 CPUtime=0.15 cores=0,2
/proc/74833/stat : 74833 (run-opt-break-l) S 74830 74833 73555 0 -1 4194304 242 2185 0 0 0 0 15 0 20 0 1 0 68062166 4292608 736 18446744073709551615 94275070889984 94275071784517 140730627519872 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94275072023568 94275072071312 94275104157696 140730627524885 140730627525086 140730627525086 140730627530688 0
/proc/74833/statm: 1048 736 672 219 0 110 0
[pid=74836] ppid=74833 vsize=89716 memory=47688 CPUtime=50.79 cores=0,2
/proc/74836/stat : 74836 (roundingsat) R 74833 74833 73555 0 -1 4194304 8857 0 0 0 4932 147 0 0 20 0 1 0 68062185 91869184 11922 18446744073709551615 4227072 8923433 140726380650528 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 18878464 140726380656916 140726380657192 140726380657192 140726380662762 0
/proc/74836/statm: 22429 11922 2432 1147 0 9856 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 93908 KiB
Current children cumulated memory: 50632 KiB
[startup+76.8004 s]
/proc/loadavg: 4.23 4.23 4.23 5/260 75392
/proc/meminfo: memFree=126766416/131382116 swapFree=33009904/33010684
[pid=74833] ppid=74830 vsize=4192 memory=2944 CPUtime=0.15 cores=0,2
/proc/74833/stat : 74833 (run-opt-break-l) S 74830 74833 73555 0 -1 4194304 242 2185 0 0 0 0 15 0 20 0 1 0 68062166 4292608 736 18446744073709551615 94275070889984 94275071784517 140730627519872 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94275072023568 94275072071312 94275104157696 140730627524885 140730627525086 140730627525086 140730627530688 0
/proc/74833/statm: 1048 736 672 219 0 110 0
[pid=74836] ppid=74833 vsize=100308 memory=56904 CPUtime=73.22 cores=0,2
/proc/74836/stat : 74836 (roundingsat) R 74833 74833 73555 0 -1 4194304 10752 0 0 0 7115 207 0 0 20 0 1 0 68062185 102715392 14226 18446744073709551615 4227072 8923433 140726380650528 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 18878464 140726380656916 140726380657192 140726380657192 140726380662762 0
/proc/74836/statm: 25077 14226 2432 1147 0 12504 0
Current children cumulated CPU time: 73.37 s
Current children cumulated vsize: 104500 KiB
Current children cumulated memory: 59848 KiB
[startup+89.6004 s]
/proc/loadavg: 4.19 4.23 4.22 5/260 75495
/proc/meminfo: memFree=126317176/131382116 swapFree=33009904/33010684
[pid=74833] ppid=74830 vsize=4192 memory=2944 CPUtime=0.15 cores=0,2
/proc/74833/stat : 74833 (run-opt-break-l) S 74830 74833 73555 0 -1 4194304 242 2185 0 0 0 0 15 0 20 0 1 0 68062166 4292608 736 18446744073709551615 94275070889984 94275071784517 140730627519872 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94275072023568 94275072071312 94275104157696 140730627524885 140730627525086 140730627525086 140730627530688 0
/proc/74833/statm: 1048 736 672 219 0 110 0
[pid=74836] ppid=74833 vsize=103096 memory=59720 CPUtime=85.98 cores=0,2
/proc/74836/stat : 74836 (roundingsat) R 74833 74833 73555 0 -1 4194304 11449 0 0 0 8356 242 0 0 20 0 1 0 68062185 105570304 14930 18446744073709551615 4227072 8923433 140726380650528 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 18878464 140726380656916 140726380657192 140726380657192 140726380662762 0
/proc/74836/statm: 25774 14930 2432 1147 0 13201 0
Current children cumulated CPU time: 86.13 s
Current children cumulated vsize: 107288 KiB
Current children cumulated memory: 62664 KiB
[startup+96.0004 s]*
/proc/loadavg: 4.24 4.24 4.23 5/261 75638
/proc/meminfo: memFree=125946392/131382116 swapFree=33009904/33010684
[pid=74833] ppid=74830 vsize=4192 memory=2944 CPUtime=0.15 cores=0,2
/proc/74833/stat : 74833 (run-opt-break-l) S 74830 74833 73555 0 -1 4194304 242 2185 0 0 0 0 15 0 20 0 1 0 68062166 4292608 736 18446744073709551615 94275070889984 94275071784517 140730627519872 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94275072023568 94275072071312 94275104157696 140730627524885 140730627525086 140730627525086 140730627530688 0
/proc/74833/statm: 1048 736 672 219 0 110 0
[pid=74836] ppid=74833 vsize=103096 memory=59848 CPUtime=92.37 cores=0,2
/proc/74836/stat : 74836 (roundingsat) R 74833 74833 73555 0 -1 4194304 11476 0 0 0 8979 258 0 0 20 0 1 0 68062185 105570304 14962 18446744073709551615 4227072 8923433 140726380650528 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 18878464 140726380656916 140726380657192 140726380657192 140726380662762 0
/proc/74836/statm: 25774 14962 2432 1147 0 13201 0
Current children cumulated CPU time: 92.52 s
Current children cumulated vsize: 107288 KiB
Current children cumulated memory: 62792 KiB
[startup+97.6004 s]
/proc/loadavg: 4.24 4.24 4.23 5/266 75659
/proc/meminfo: memFree=125893320/131382116 swapFree=33009904/33010684
[pid=74833] ppid=74830 vsize=4192 memory=2944 CPUtime=0.15 cores=0,2
/proc/74833/stat : 74833 (run-opt-break-l) S 74830 74833 73555 0 -1 4194304 242 2185 0 0 0 0 15 0 20 0 1 0 68062166 4292608 736 18446744073709551615 94275070889984 94275071784517 140730627519872 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94275072023568 94275072071312 94275104157696 140730627524885 140730627525086 140730627525086 140730627530688 0
/proc/74833/statm: 1048 736 672 219 0 110 0
[pid=74836] ppid=74833 vsize=103652 memory=60232 CPUtime=93.95 cores=0,2
/proc/74836/stat : 74836 (roundingsat) R 74833 74833 73555 0 -1 4194304 11588 0 0 0 9132 263 0 0 20 0 1 0 68062185 106139648 15058 18446744073709551615 4227072 8923433 140726380650528 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 18878464 140726380656916 140726380657192 140726380657192 140726380662762 0
/proc/74836/statm: 25913 15058 2432 1147 0 13340 0
Current children cumulated CPU time: 94.1 s
Current children cumulated vsize: 107844 KiB
Current children cumulated memory: 63176 KiB
[startup+99.2004 s]
/proc/loadavg: 4.24 4.24 4.23 4/261 75667
/proc/meminfo: memFree=125795844/131382116 swapFree=33009904/33010684
[pid=74833] ppid=74830 vsize=4192 memory=2944 CPUtime=0.15 cores=0,2
/proc/74833/stat : 74833 (run-opt-break-l) S 74830 74833 73555 0 -1 4194304 242 2185 0 0 0 0 15 0 20 0 1 0 68062166 4292608 736 18446744073709551615 94275070889984 94275071784517 140730627519872 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94275072023568 94275072071312 94275104157696 140730627524885 140730627525086 140730627525086 140730627530688 0
/proc/74833/statm: 1048 736 672 219 0 110 0
[pid=74836] ppid=74833 vsize=103652 memory=60232 CPUtime=95.55 cores=0,2
/proc/74836/stat : 74836 (roundingsat) R 74833 74833 73555 0 -1 4194304 11588 0 0 0 9288 267 0 0 20 0 1 0 68062185 106139648 15058 18446744073709551615 4227072 8923433 140726380650528 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 18878464 140726380656916 140726380657192 140726380657192 140726380662762 0
/proc/74836/statm: 25913 15058 2432 1147 0 13340 0
Current children cumulated CPU time: 95.7 s
Current children cumulated vsize: 107844 KiB
Current children cumulated memory: 63176 KiB
[startup+99.6004 s]
/proc/loadavg: 4.24 4.24 4.23 4/261 75667
/proc/meminfo: memFree=125795844/131382116 swapFree=33009904/33010684
[pid=74833] ppid=74830 vsize=4192 memory=2944 CPUtime=0.15 cores=0,2
/proc/74833/stat : 74833 (run-opt-break-l) S 74830 74833 73555 0 -1 4194304 242 2185 0 0 0 0 15 0 20 0 1 0 68062166 4292608 736 18446744073709551615 94275070889984 94275071784517 140730627519872 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94275072023568 94275072071312 94275104157696 140730627524885 140730627525086 140730627525086 140730627530688 0
/proc/74833/statm: 1048 736 672 219 0 110 0
[pid=74836] ppid=74833 vsize=103652 memory=60232 CPUtime=95.95 cores=0,2
/proc/74836/stat : 74836 (roundingsat) R 74833 74833 73555 0 -1 4194304 11588 0 0 0 9327 268 0 0 20 0 1 0 68062185 106139648 15058 18446744073709551615 4227072 8923433 140726380650528 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 18878464 140726380656916 140726380657192 140726380657192 140726380662762 0
/proc/74836/statm: 25913 15058 2432 1147 0 13340 0
Current children cumulated CPU time: 96.1 s
Current children cumulated vsize: 107844 KiB
Current children cumulated memory: 63176 KiB
[startup+99.8004 s]
/proc/loadavg: 4.24 4.24 4.23 4/261 75667
/proc/meminfo: memFree=125795844/131382116 swapFree=33009904/33010684
[pid=74833] ppid=74830 vsize=4192 memory=2944 CPUtime=0.15 cores=0,2
/proc/74833/stat : 74833 (run-opt-break-l) S 74830 74833 73555 0 -1 4194304 242 2185 0 0 0 0 15 0 20 0 1 0 68062166 4292608 736 18446744073709551615 94275070889984 94275071784517 140730627519872 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94275072023568 94275072071312 94275104157696 140730627524885 140730627525086 140730627525086 140730627530688 0
/proc/74833/statm: 1048 736 672 219 0 110 0
[pid=74836] ppid=74833 vsize=103652 memory=62348 CPUtime=96.14 cores=0,2
/proc/74836/stat : 74836 (roundingsat) R 74833 74833 73555 0 -1 4194304 11589 0 0 0 9346 268 0 0 20 0 1 0 68062185 106139648 15587 18446744073709551615 4227072 8923433 140726380650528 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 18878464 140726380656916 140726380657192 140726380657192 140726380662762 0
/proc/74836/statm: 25913 15587 2432 1147 0 13340 0
Current children cumulated CPU time: 96.29 s
Current children cumulated vsize: 107844 KiB
Current children cumulated memory: 65292 KiB
[startup+99.9004 s]
/proc/loadavg: 4.24 4.24 4.23 4/261 75667
/proc/meminfo: memFree=125795844/131382116 swapFree=33009904/33010684
[pid=74833] ppid=74830 vsize=4192 memory=2944 CPUtime=0.15 cores=0,2
/proc/74833/stat : 74833 (run-opt-break-l) S 74830 74833 73555 0 -1 4194304 242 2185 0 0 0 0 15 0 20 0 1 0 68062166 4292608 736 18446744073709551615 94275070889984 94275071784517 140730627519872 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94275072023568 94275072071312 94275104157696 140730627524885 140730627525086 140730627525086 140730627530688 0
/proc/74833/statm: 1048 736 672 219 0 110 0
[pid=74836] ppid=74833 vsize=103652 memory=62348 CPUtime=96.23 cores=0,2
/proc/74836/stat : 74836 (roundingsat) D 74833 74833 73555 0 -1 4194304 11589 0 0 0 9354 269 0 0 20 0 1 0 68062185 106139648 15587 18446744073709551615 4227072 8923433 140726380650528 0 0 0 0 0 8405026 1 0 0 17 0 0 0 0 0 0 9823104 9832592 18878464 140726380656916 140726380657192 140726380657192 140726380662762 0
/proc/74836/statm: 25913 15587 2432 1147 0 13340 0
Current children cumulated CPU time: 96.38 s
Current children cumulated vsize: 107844 KiB
Current children cumulated memory: 65292 KiB
Child status: 0
Real time (s): 99.9401
CPU time (s): 96.4183
CPU user time (s): 93.7031
CPU system time (s): 2.71516
CPU usage (%): 96.4761
Max. virtual memory (cumulated for all children) (KiB): 107844
Max. memory (cumulated for all children) (KiB): 65292
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 93.7031
system time used= 2.71516
maximum resident set size= 62348
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14041
page faults= 0
swaps= 0
block input operations= 0
block output operations= 282656
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2920
involuntary context switches= 249
# summary of solver processes directly reported to runsolver:
# pid: 74833
# total CPU time (s): 96.4183
# total CPU user time (s): 93.7031
# total CPU system time (s): 2.71516
??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.523598 second user time and 1.15275 second system time
The end
Launcher Data
Begin job on nodeC004 at 2025-07-03 08:23:50
IDJOB=4517725
IDBENCH=176167
IDSOLVER=3360
FILE ID=nodeC004/4517725-1751523830
RUNJOBID= nodeC004-1751516521-73565
SLURM_JOB_ID= 9598629
Free space on /tmp= 431700 MiB
SOLVER NAME= roundingsat+pbsuma-opt-log 63f22ad
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 --file-size-limit 102400 -w /tmp/evaluation-result-4517725-1751523830/watcher-4517725-1751523830 -o /tmp/evaluation-result-4517725-1751523830/solver-4517725-1751523830 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1751516521-73565 --watchdog 3760 --file-size-limit 100000 run-opt-break-log.sh HOME/instance-4517725-1751523830.opb PROOFDIR/proof-4517725-1751523830
TIME LIMIT= 3600 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 2
MD5SUM BENCH= bf082a5f314776883f0e32420df0edd0
RANDOM SEED=1906221584
nodeC004 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 : 0xb00001f
cpu MHz : 1996.012
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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 : 6983.74
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 : 0xb00001f
cpu MHz : 3591.634
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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 : 6983.74
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 : 0xb00001f
cpu MHz : 1197.163
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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 : 6983.74
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 : 0xb00001f
cpu MHz : 1197.142
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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 : 6983.74
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 : 0xb00001f
cpu MHz : 1198.350
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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 : 6983.74
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 : 0xb00001f
cpu MHz : 1396.739
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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 : 6983.74
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 : 0xb00001f
cpu MHz : 1396.566
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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 : 6983.74
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 : 0xb00001f
cpu MHz : 1197.573
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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 : 6983.74
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
/proc/meminfo:
MemTotal: 131382116 kB
MemFree: 129803008 kB
MemAvailable: 129807408 kB
Buffers: 2128 kB
Cached: 754924 kB
SwapCached: 40 kB
Active: 718256 kB
Inactive: 165668 kB
Active(anon): 134012 kB
Inactive(anon): 10828 kB
Active(file): 584244 kB
Inactive(file): 154840 kB
Unevictable: 3072 kB
Mlocked: 0 kB
SwapTotal: 33010684 kB
SwapFree: 33009904 kB
Zswap: 0 kB
Zswapped: 0 kB
Dirty: 59412 kB
Writeback: 0 kB
AnonPages: 129524 kB
Mapped: 112552 kB
Shmem: 17924 kB
KReclaimable: 209884 kB
Slab: 298224 kB
SReclaimable: 209884 kB
SUnreclaim: 88340 kB
KernelStack: 4320 kB
PageTables: 3324 kB
SecPageTables: 0 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
WritebackTmp: 0 kB
CommitLimit: 98701740 kB
Committed_AS: 473668 kB
VmallocTotal: 34359738367 kB
VmallocUsed: 149608 kB
VmallocChunk: 0 kB
Percpu: 3680 kB
HardwareCorrupted: 0 kB
AnonHugePages: 26624 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: 197448 kB
DirectMap2M: 10190848 kB
DirectMap1G: 125829120 kB
Free space on /tmp at the end= 431692 MiB
End job on nodeC004 at 2025-07-03 08:25:30