Trace number 4521632

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:
  1. 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.
  2. 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.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. 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.
  5. 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

Solver NameAnswerobjective functionCPU timeWall clock time
roundingsat-ls+pbsuma 63f22adOPT264 1.95384 1.982

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/vertex_cover/
vertexcover_opt_grid_oddrowevencolsquare/normalized-vertexcover_opt_grid_oddrowevencolsquare_dim_022.opb
MD5SUM8e50416028301376aa06deda864f0965
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark264
Best CPU time to get the best result obtained on this benchmark0.021602
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables506
Total number of constraints1012
Number of constraints which are clauses1012
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 506
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 506
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 506
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.01	c ┌────────────────────────────────────────────────────────────────┐
0.00/0.01	c │      pbsuma -- a PB interface for satsuma                      │
0.00/0.01	c │      satsuma_version=1.2, dejavu_version=2.1                   │
0.00/0.01	c │      (c) 2025 Markus Anders                                    │
0.00/0.01	c └────────────────────────────────────────────────────────────────┘
0.00/0.01	c parse 'HOME/instance-4521632-1751567536.opb'
0.00/0.02	c 	read 0.03MB  (1.42ms)
0.00/0.02	c	 [cnf: #variables 506 #clauses 1013 #duplicates 0 #arr 2530]
0.00/0.02	c 
0.00/0.02	c make graph and approximate orbits
0.00/0.02	c	 [group: #orbits ~= 2] (0.89ms)
0.00/0.02	c 
0.00/0.02	c detect special group actions
0.00/0.02	c 	probe for Johnson action (limit=64)
0.00/0.02	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.02	c 	probe for row symmetry (limit=64, splits=16.78M)
0.00/0.02	c 	 (1.07ms)
0.00/0.02	c 
0.00/0.02	c detect symmetries on remainder
0.00/0.02	c 	[graph: #vertices 2531 #edges 7084]
0.00/0.02	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.02	c 	 [group: #symmetries 2.02*10^3 #generators 3] (4.40ms)
0.00/0.02	c 
0.00/0.02	c optimize generators (opt_passes=64, conjugate_limit=256)
0.00/0.02	c 	ran it=0, +gens=3 
0.00/0.08	c 	con best_support=920, best_gens=1, +gens=237
0.00/0.08	c 	(61.36ms)
0.00/0.08	c 
0.00/0.08	c finalize break order and special generators
0.00/0.09	c 
0.00/0.09	c add generic predicates (break_depth=20)
0.00/0.10	c 	added predicates for 243 generators (12.13ms)
0.00/0.10	c 
0.00/0.10	c generation finished
0.00/0.10	c 	[sbp: #constraints 14094 #add_vars 4617]
0.00/0.10	c 
0.00/0.10	c write result to 'HOME/instance-4521632-1751567536.opb.pre'
0.00/0.10	c 	wrote 0.51MB (3.89ms)
0.00/0.10	c ------------------------------------------------------------------
0.00/0.10	c                  61.36ms 69.34% optimize_gens
0.00/0.10	c                  12.13ms 13.70% break_generic
0.00/0.10	c                   4.40ms  4.97% detect_generic
0.00/0.10	c                   3.89ms  4.40% output
0.00/0.10	c                   2.18ms  2.47% finalize_order
0.00/0.10	c                   1.42ms  1.61% parse
0.00/0.10	c                   1.15ms  1.30% other
0.00/0.10	c                   1.07ms  1.21% detect_special
0.00/0.10	c                   0.89ms  1.01% approx_orbits
0.00/0.10	c         ───────────────────────────────────────────────
0.00/0.10	c                  88.49ms   100% total
0.00/0.10	c ------------------------------------------------------------------
0.09/0.12	c RoundingSat 2
0.09/0.12	c branch pb25
0.09/0.12	c commit 63f22ad
0.19/0.31	c #variables 5123 #constraints 15106
0.19/0.31	c objective is ce32 
0.38/0.50	c initial watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
0.38/0.50	c initial counting CF 32, 64, 128, Arb: 1 , 0 , 0 , 0
0.38/0.50	c bounds 313 >= 0 @ 0.325137
0.48/0.55	c rational objective 253
0.76/0.85	c bounds 312 >= 0 @ 0.652215
0.76/0.85	c bounds 312 >= 1 @ 0.653026
0.76/0.85	c bounds 312 >= 2 @ 0.653215
0.76/0.85	c bounds 312 >= 3 @ 0.653371
0.76/0.85	c bounds 312 >= 4 @ 0.653515
0.76/0.85	c bounds 312 >= 5 @ 0.653655
0.76/0.85	c bounds 312 >= 6 @ 0.653792
0.76/0.85	c bounds 312 >= 7 @ 0.653932
0.76/0.85	c bounds 312 >= 8 @ 0.654069
0.76/0.85	c bounds 312 >= 9 @ 0.654207
0.76/0.85	c bounds 312 >= 10 @ 0.654353
0.76/0.85	c bounds 312 >= 11 @ 0.654501
0.76/0.85	c bounds 312 >= 12 @ 0.654643
0.76/0.85	c bounds 312 >= 13 @ 0.654781
0.76/0.85	c bounds 312 >= 14 @ 0.654922
0.76/0.85	c bounds 312 >= 15 @ 0.655059
0.76/0.85	c bounds 312 >= 16 @ 0.655202
0.76/0.85	c bounds 312 >= 17 @ 0.655341
0.76/0.85	c bounds 312 >= 18 @ 0.65549
0.76/0.85	c bounds 312 >= 19 @ 0.655625
0.76/0.85	c bounds 312 >= 20 @ 0.655833
0.76/0.85	c bounds 312 >= 21 @ 0.655968
0.76/0.85	c bounds 312 >= 22 @ 0.656168
0.76/0.85	c bounds 312 >= 23 @ 0.656305
0.76/0.85	c bounds 312 >= 24 @ 0.656469
0.76/0.85	c bounds 312 >= 25 @ 0.656612
0.76/0.85	c bounds 312 >= 26 @ 0.656752
0.76/0.85	c bounds 312 >= 27 @ 0.656892
0.76/0.85	c bounds 312 >= 28 @ 0.657033
0.76/0.85	c bounds 312 >= 29 @ 0.657175
0.76/0.85	c bounds 312 >= 30 @ 0.657311
0.76/0.85	c bounds 312 >= 31 @ 0.657452
0.76/0.85	c bounds 312 >= 32 @ 0.657587
0.76/0.85	c bounds 312 >= 33 @ 0.657733
0.76/0.85	c bounds 312 >= 34 @ 0.657867
0.76/0.85	c bounds 312 >= 35 @ 0.658007
0.76/0.85	c bounds 312 >= 36 @ 0.658139
0.76/0.85	c bounds 312 >= 37 @ 0.65828
0.76/0.85	c bounds 312 >= 38 @ 0.658417
0.76/0.85	c bounds 312 >= 39 @ 0.658556
0.76/0.85	c bounds 312 >= 40 @ 0.658691
0.76/0.85	c bounds 312 >= 41 @ 0.658829
0.76/0.85	c bounds 312 >= 42 @ 0.658964
0.76/0.85	c bounds 312 >= 43 @ 0.659107
0.76/0.85	c bounds 312 >= 44 @ 0.659248
0.76/0.85	c bounds 312 >= 45 @ 0.65939
0.76/0.85	c bounds 312 >= 46 @ 0.65953
0.76/0.85	c bounds 312 >= 47 @ 0.659693
0.76/0.85	c bounds 312 >= 48 @ 0.659832
0.76/0.85	c bounds 312 >= 49 @ 0.659966
0.76/0.85	c bounds 312 >= 50 @ 0.660109
0.76/0.85	c bounds 312 >= 51 @ 0.660245
0.76/0.86	c bounds 312 >= 52 @ 0.660384
0.76/0.86	c bounds 312 >= 53 @ 0.660519
0.76/0.86	c bounds 312 >= 54 @ 0.660656
0.76/0.86	c bounds 312 >= 55 @ 0.660793
0.76/0.86	c bounds 312 >= 56 @ 0.660942
0.76/0.86	c bounds 312 >= 57 @ 0.661075
0.76/0.86	c bounds 312 >= 58 @ 0.661212
0.76/0.86	c bounds 312 >= 59 @ 0.661346
0.76/0.86	c bounds 312 >= 60 @ 0.661487
0.76/0.86	c bounds 312 >= 61 @ 0.66163
0.76/0.86	c bounds 312 >= 62 @ 0.661764
0.76/0.86	c bounds 312 >= 63 @ 0.661905
0.76/0.86	c bounds 312 >= 64 @ 0.66204
0.76/0.86	c bounds 312 >= 65 @ 0.662183
0.76/0.86	c bounds 312 >= 66 @ 0.662326
0.76/0.86	c bounds 312 >= 67 @ 0.662461
0.76/0.86	c bounds 312 >= 68 @ 0.6626
0.76/0.86	c bounds 312 >= 69 @ 0.662738
0.76/0.86	c bounds 312 >= 70 @ 0.662896
0.76/0.86	c bounds 312 >= 71 @ 0.663035
0.76/0.86	c bounds 312 >= 72 @ 0.663169
0.76/0.86	c bounds 312 >= 73 @ 0.663311
0.76/0.86	c bounds 312 >= 74 @ 0.663446
0.76/0.86	c bounds 312 >= 75 @ 0.663582
0.76/0.86	c bounds 312 >= 76 @ 0.663725
0.76/0.86	c bounds 312 >= 77 @ 0.663858
0.76/0.86	c bounds 312 >= 78 @ 0.663999
0.76/0.86	c bounds 312 >= 79 @ 0.66413
0.76/0.86	c bounds 312 >= 80 @ 0.66427
0.76/0.86	c bounds 312 >= 81 @ 0.664401
0.76/0.86	c bounds 312 >= 82 @ 0.664535
0.76/0.86	c bounds 312 >= 83 @ 0.664664
0.76/0.86	c bounds 312 >= 84 @ 0.664802
0.76/0.86	c bounds 312 >= 85 @ 0.664931
0.76/0.86	c bounds 312 >= 86 @ 0.665063
0.76/0.86	c bounds 312 >= 87 @ 0.665194
0.76/0.86	c bounds 312 >= 88 @ 0.665337
0.76/0.86	c bounds 312 >= 89 @ 0.665468
0.76/0.86	c bounds 312 >= 90 @ 0.6656
0.76/0.86	c bounds 312 >= 91 @ 0.665733
0.76/0.86	c bounds 312 >= 92 @ 0.665866
0.76/0.86	c bounds 312 >= 93 @ 0.666255
0.76/0.86	c bounds 312 >= 94 @ 0.666394
0.76/0.86	c bounds 312 >= 95 @ 0.666536
0.76/0.86	c bounds 312 >= 96 @ 0.666667
0.76/0.86	c bounds 312 >= 97 @ 0.666767
0.76/0.86	c bounds 312 >= 98 @ 0.666869
0.76/0.86	c bounds 312 >= 99 @ 0.666968
0.76/0.86	c bounds 312 >= 100 @ 0.667069
0.76/0.86	c bounds 312 >= 101 @ 0.667169
0.76/0.86	c bounds 312 >= 102 @ 0.667265
0.76/0.86	c bounds 312 >= 103 @ 0.667374
0.76/0.86	c bounds 312 >= 104 @ 0.66747
0.76/0.86	c bounds 312 >= 105 @ 0.667575
0.76/0.86	c bounds 312 >= 106 @ 0.667671
0.76/0.86	c bounds 312 >= 107 @ 0.66777
0.76/0.86	c bounds 312 >= 108 @ 0.667868
0.76/0.86	c bounds 312 >= 109 @ 0.667968
0.76/0.86	c bounds 312 >= 110 @ 0.668065
0.76/0.86	c bounds 312 >= 111 @ 0.66816
0.76/0.86	c bounds 312 >= 112 @ 0.66826
0.76/0.86	c bounds 312 >= 113 @ 0.668356
0.76/0.86	c bounds 312 >= 114 @ 0.668453
0.76/0.86	c bounds 312 >= 115 @ 0.668548
0.76/0.86	c bounds 312 >= 116 @ 0.668647
0.76/0.86	c bounds 312 >= 117 @ 0.668914
0.76/0.86	c bounds 312 >= 118 @ 0.669067
0.76/0.86	c bounds 312 >= 119 @ 0.669162
0.76/0.86	c bounds 312 >= 120 @ 0.669264
0.76/0.86	c bounds 312 >= 121 @ 0.669371
0.76/0.86	c bounds 312 >= 122 @ 0.669472
0.76/0.86	c bounds 312 >= 123 @ 0.669618
0.76/0.86	c bounds 312 >= 124 @ 0.669725
0.76/0.86	c bounds 312 >= 125 @ 0.669866
0.76/0.86	c bounds 312 >= 126 @ 0.669975
0.76/0.86	c bounds 312 >= 127 @ 0.670111
0.76/0.86	c bounds 312 >= 128 @ 0.67022
0.76/0.87	c bounds 312 >= 129 @ 0.670319
0.76/0.87	c bounds 312 >= 130 @ 0.670412
0.76/0.87	c bounds 312 >= 131 @ 0.670522
0.76/0.87	c bounds 312 >= 132 @ 0.670615
0.76/0.87	c bounds 312 >= 133 @ 0.670722
0.76/0.87	c bounds 312 >= 134 @ 0.670816
0.76/0.87	c bounds 312 >= 135 @ 0.670918
0.76/0.87	c bounds 312 >= 136 @ 0.671014
0.76/0.87	c bounds 312 >= 137 @ 0.67111
0.76/0.87	c bounds 312 >= 138 @ 0.671254
0.76/0.87	c bounds 312 >= 139 @ 0.671365
0.76/0.87	c bounds 312 >= 140 @ 0.671465
0.76/0.87	c bounds 312 >= 141 @ 0.67157
0.76/0.87	c bounds 312 >= 142 @ 0.671667
0.76/0.87	c bounds 312 >= 143 @ 0.671761
0.76/0.87	c bounds 312 >= 144 @ 0.671858
0.76/0.87	c bounds 312 >= 145 @ 0.671952
0.76/0.87	c bounds 312 >= 146 @ 0.672052
0.76/0.87	c bounds 312 >= 147 @ 0.672144
0.76/0.87	c bounds 312 >= 148 @ 0.672244
0.76/0.87	c bounds 312 >= 149 @ 0.67234
0.76/0.87	c bounds 312 >= 150 @ 0.672436
0.76/0.87	c bounds 312 >= 151 @ 0.672531
0.76/0.87	c bounds 312 >= 152 @ 0.672627
0.76/0.87	c bounds 312 >= 153 @ 0.672719
0.76/0.87	c bounds 312 >= 154 @ 0.672814
0.76/0.87	c bounds 312 >= 155 @ 0.672909
0.76/0.87	c bounds 312 >= 156 @ 0.673006
0.76/0.87	c bounds 312 >= 157 @ 0.673103
0.76/0.87	c bounds 312 >= 158 @ 0.673199
0.76/0.87	c bounds 312 >= 159 @ 0.673299
0.76/0.87	c bounds 312 >= 160 @ 0.673395
0.76/0.87	c bounds 312 >= 161 @ 0.673495
0.76/0.87	c bounds 312 >= 162 @ 0.673606
0.76/0.87	c bounds 312 >= 163 @ 0.67371
0.76/0.87	c bounds 312 >= 164 @ 0.673803
0.76/0.87	c bounds 312 >= 165 @ 0.673906
0.76/0.87	c bounds 312 >= 166 @ 0.673999
0.76/0.87	c bounds 312 >= 167 @ 0.674096
0.76/0.87	c bounds 312 >= 168 @ 0.674189
0.76/0.87	c bounds 312 >= 169 @ 0.674189
0.76/0.87	c bounds 312 >= 170 @ 0.674189
0.76/0.87	c bounds 312 >= 171 @ 0.674189
0.76/0.87	c bounds 312 >= 172 @ 0.674189
0.76/0.87	c bounds 312 >= 173 @ 0.674189
0.76/0.87	c bounds 312 >= 174 @ 0.674189
0.76/0.87	c bounds 312 >= 175 @ 0.674189
0.76/0.87	c bounds 312 >= 176 @ 0.674189
0.76/0.87	c bounds 312 >= 177 @ 0.674189
0.76/0.87	c bounds 312 >= 178 @ 0.674189
0.76/0.87	c bounds 312 >= 179 @ 0.674251
0.76/0.87	c bounds 312 >= 180 @ 0.674354
0.76/0.87	c bounds 312 >= 181 @ 0.674447
0.76/0.87	c bounds 312 >= 182 @ 0.674548
0.76/0.87	c bounds 312 >= 183 @ 0.674641
0.76/0.87	c bounds 312 >= 184 @ 0.674743
0.76/0.87	c bounds 312 >= 185 @ 0.67486
0.76/0.88	c bounds 291 >= 185 @ 0.676185
0.76/0.88	c bounds 291 >= 186 @ 0.676185
0.76/0.88	c bounds 291 >= 187 @ 0.676185
0.76/0.88	c bounds 291 >= 188 @ 0.676185
0.76/0.88	c bounds 291 >= 189 @ 0.676241
0.76/0.88	c bounds 291 >= 190 @ 0.676342
0.76/0.88	c bounds 291 >= 191 @ 0.676434
0.76/0.88	c bounds 291 >= 192 @ 0.676529
0.76/0.88	c bounds 291 >= 193 @ 0.676621
0.76/0.88	c bounds 291 >= 194 @ 0.67672
0.76/0.88	c bounds 291 >= 195 @ 0.676816
0.76/0.88	c bounds 291 >= 196 @ 0.67691
0.76/0.88	c bounds 291 >= 197 @ 0.676991
0.76/0.88	c bounds 291 >= 198 @ 0.677075
0.76/0.88	c bounds 291 >= 199 @ 0.677156
0.76/0.88	c bounds 291 >= 200 @ 0.677178
0.76/0.88	c bounds 291 >= 201 @ 0.677178
0.76/0.88	c bounds 291 >= 202 @ 0.677178
0.76/0.88	c bounds 291 >= 203 @ 0.677178
0.76/0.88	c bounds 291 >= 204 @ 0.677178
0.76/0.88	c bounds 291 >= 205 @ 0.677178
0.76/0.88	c bounds 291 >= 206 @ 0.677178
0.76/0.88	c bounds 291 >= 207 @ 0.677178
0.76/0.88	c bounds 291 >= 208 @ 0.677178
0.76/0.88	c bounds 291 >= 209 @ 0.677178
0.76/0.88	c bounds 291 >= 210 @ 0.677235
0.76/0.88	c bounds 291 >= 211 @ 0.677331
0.76/0.88	c bounds 291 >= 212 @ 0.677421
0.76/0.88	c bounds 291 >= 213 @ 0.677513
0.76/0.88	c bounds 291 >= 214 @ 0.677604
0.76/0.88	c bounds 291 >= 215 @ 0.677697
0.76/0.88	c bounds 291 >= 216 @ 0.677794
0.76/0.88	c bounds 291 >= 217 @ 0.677902
0.76/0.88	c bounds 291 >= 218 @ 0.677993
0.76/0.88	c bounds 291 >= 219 @ 0.678078
0.76/0.88	c bounds 291 >= 220 @ 0.678162
0.76/0.88	c bounds 291 >= 221 @ 0.678179
0.76/0.88	c bounds 291 >= 222 @ 0.678179
0.76/0.88	c bounds 291 >= 223 @ 0.678179
0.76/0.88	c bounds 291 >= 224 @ 0.678179
0.76/0.88	c bounds 291 >= 225 @ 0.678179
0.76/0.88	c bounds 291 >= 226 @ 0.678179
0.76/0.88	c bounds 291 >= 227 @ 0.678179
0.76/0.88	c bounds 291 >= 228 @ 0.678179
0.76/0.88	c bounds 291 >= 229 @ 0.678179
0.76/0.88	c bounds 291 >= 230 @ 0.678179
0.76/0.88	c bounds 291 >= 231 @ 0.67825
0.76/0.88	c bounds 291 >= 232 @ 0.678374
0.76/0.88	c bounds 291 >= 233 @ 0.678468
0.76/0.88	c bounds 291 >= 234 @ 0.678565
0.76/0.88	c bounds 291 >= 235 @ 0.678658
0.76/0.88	c bounds 291 >= 236 @ 0.678749
0.76/0.88	c bounds 291 >= 237 @ 0.678847
0.76/0.88	c bounds 291 >= 238 @ 0.678936
0.76/0.88	c bounds 291 >= 239 @ 0.67903
0.76/0.88	c bounds 291 >= 240 @ 0.679114
0.76/0.88	c bounds 291 >= 241 @ 0.679208
0.76/0.88	c bounds 291 >= 242 @ 0.679296
0.76/0.88	c bounds 291 >= 243 @ 0.679389
0.76/0.88	c bounds 291 >= 244 @ 0.679477
0.76/0.88	c bounds 291 >= 245 @ 0.679592
0.76/0.88	c bounds 291 >= 246 @ 0.67969
0.76/0.88	c bounds 291 >= 247 @ 0.679781
0.76/0.88	c bounds 291 >= 248 @ 0.679869
0.76/0.88	c bounds 291 >= 249 @ 0.679963
0.76/0.88	c bounds 291 >= 250 @ 0.680052
0.76/0.88	c bounds 291 >= 251 @ 0.680144
0.76/0.88	c bounds 291 >= 252 @ 0.680261
0.76/0.88	c bounds 291 >= 253 @ 0.680362
0.76/0.88	c bounds 291 >= 254 @ 0.682056
0.76/0.89	c bounds 286 >= 254 @ 0.684162
0.76/0.89	c bounds 286 >= 255 @ 0.684869
0.86/0.91	c bounds 285 >= 255 @ 0.700096
0.86/0.91	c bounds 285 >= 256 @ 0.700469
0.86/0.91	c bounds 285 >= 257 @ 0.701172
0.86/0.91	c bounds 285 >= 258 @ 0.702221
0.86/0.91	c bounds 285 >= 259 @ 0.702752
0.86/0.91	c bounds 285 >= 260 @ 0.704597
0.86/0.91	c bounds 285 >= 261 @ 0.706647
0.86/0.92	c bounds 284 >= 261 @ 0.712277
0.86/0.93	c bounds 284 >= 262 @ 0.717815
0.86/0.93	c bounds 283 >= 262 @ 0.721478
0.86/0.94	c bounds 282 >= 262 @ 0.723869
0.86/0.95	c bounds 282 >= 263 @ 0.734767
0.86/0.96	c bounds 281 >= 263 @ 0.737977
0.86/0.97	c bounds 280 >= 263 @ 0.747252
0.86/0.98	c bounds 279 >= 263 @ 0.753178
0.86/0.98	c bounds 278 >= 263 @ 0.758852
1.06/1.12	c bounds 278 >= 264 @ 0.881566
1.06/1.13	c bounds 277 >= 264 @ 0.891486
1.06/1.15	c bounds 276 >= 264 @ 0.904672
1.06/1.16	c bounds 275 >= 264 @ 0.913404
1.06/1.17	c bounds 274 >= 264 @ 0.919684
1.06/1.17	c bounds 273 >= 264 @ 0.923938
1.06/1.18	c bounds 272 >= 264 @ 0.926352
1.16/1.21	c #Conflicts:       1000 | #Constraints:      16955
1.16/1.21	c bounds 271 >= 264 @ 0.954039
1.16/1.24	c bounds 270 >= 264 @ 0.973207
1.55/1.60	c #Conflicts:       2000 | #Constraints:      17970
1.55/1.60	c INPROCESSING
1.55/1.60	c GARBAGE COLLECT
1.55/1.60	c rational objective 264
1.86/1.97	c bounds 264 >= 264 @ 1.69245
1.86/1.97	c cpu time 1.69247 s
1.86/1.97	c deterministic time 27868783 2.79e+07
1.86/1.97	c optimization time 0.211351 s
1.86/1.97	c total solve time 1.342 s
1.86/1.97	c core-guided solve time 0.406506 s
1.86/1.97	c propagation time 0.624355 s
1.86/1.97	c conflict analysis time 0.17929 s
1.86/1.97	c propagations 656576
1.86/1.97	c resolve steps 44846
1.86/1.97	c decisions 65192
1.86/1.97	c conflicts 2900
1.86/1.97	c restarts 14
1.86/1.97	c inprocessing phases 1
1.86/1.97	c garbage collections 1 ,( 100.00 )
1.86/1.97	c input clauses 15383 ,( 96.34 )
1.86/1.97	c input cardinalities 562 ,( 3.52 )
1.86/1.97	c input general constraints 23 ,( 0.14 )
1.86/1.97	c input average constraint length 11.96
1.86/1.97	c input average constraint degree 3.53
1.86/1.97	c learned clauses 1422 ,( 48.77 )
1.86/1.97	c learned cardinalities 266 ,( 9.12 )
1.86/1.97	c learned general constraints 1228 ,( 42.11 )
1.86/1.97	c learned average constraint length 176.21
1.86/1.97	c learned average constraint degree 314404955.28
1.86/1.97	c watched  CF 32, 64, 128, Arb: 245 , 0 , 0 , 0
1.86/1.97	c counting CF 32, 64, 128, Arb: 1007 , 0 , 0 , 0
1.86/1.97	c watched   constraints 245 ,( 19.58 ) 
1.86/1.97	c counting  constraints 1006 ,( 80.42 ) 
1.86/1.97	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 891707 , 2013420 , 521085 ,( 103353 , 417732 )
1.86/1.97	c gcd simplifications 91
1.86/1.97	c detected cardinalities 1
1.86/1.97	c weakened non-implied lits 142964
1.86/1.97	c weakened non-implying lits 65
1.86/1.97	c original variables 5123
1.86/1.97	c clausal propagations 453797
1.86/1.97	c cardinality propagations 38761
1.86/1.97	c watched propagations 5228
1.86/1.97	c counting propagations 105938
1.86/1.97	c watch lookups 11008121
1.86/1.97	c watch backjump lookups 0
1.86/1.97	c watch checks 10132344
1.86/1.97	c propagation checks 4103505
1.86/1.97	c constraint additions 1173253
1.86/1.97	c trail pops 724644
1.86/1.97	c formula constraints 15106
1.86/1.97	c learned constraints 2886
1.86/1.97	c bound constraints 295
1.86/1.97	c core-guided constraints 567
1.86/1.97	c encountered formula constraints 22792
1.86/1.97	c encountered learned constraints 8077
1.86/1.97	c encountered bound constraints 22
1.86/1.97	c encountered core-guided constraints 16698
1.86/1.97	c LP total time 0.731325 s
1.86/1.97	c LP solve time 0.44 s
1.86/1.97	c LP constraints added 15108
1.86/1.97	c LP constraints removed 1
1.86/1.97	c LP pivots internal 3227
1.86/1.97	c LP pivots root 1920
1.86/1.97	c LP calls 18
1.86/1.97	c LP optimalities 3
1.86/1.97	c LP no pivot count 0
1.86/1.97	c LP infeasibilities 14
1.86/1.97	c LP valid Farkas constraints 14
1.86/1.97	c LP learned Farkas constraints 14
1.86/1.97	c LP basis resets 0
1.86/1.97	c LP cycling count 0
1.86/1.97	c LP singular count 0
1.86/1.97	c LP no primal count 0
1.86/1.97	c LP no farkas count 0
1.86/1.97	c LP other issue count 0
1.86/1.97	c LP Gomory cuts 2
1.86/1.97	c LP learned cuts 0
1.86/1.97	c LP deleted cuts 1
1.86/1.97	c LP encountered Gomory constraints 0
1.86/1.97	c LP encountered Farkas constraints 108
1.86/1.97	c LP encountered learned Farkas constraints 35
1.86/1.97	c CG auxiliary variables introduced 277
1.86/1.97	c CG solutions found 20
1.86/1.97	c CG cores constructed 264
1.86/1.97	c CG core cardinality constraints returned 0
1.86/1.97	c CG unit cores 0
1.86/1.97	c CG single cores 264
1.86/1.97	c CG blocks removed during cardinality reduction 0
1.86/1.97	c CG first core best 0
1.86/1.97	c CG decision core best 0
1.86/1.97	c CG core reduction tie 0
1.86/1.97	c CG core degree average 1.00
1.86/1.97	c CG core slack average 1.93
1.86/1.97	c CG core upper bound improvements 6
1.86/1.97	c STR number of successful calls 0
1.86/1.97	c STR number of unsuccessful calls 0
1.86/1.97	c STR number of inconclusive calls 0
1.86/1.97	c STR number of successful attempts 0
1.86/1.97	c STR number of unsuccessful attempts 0
1.86/1.97	c STR number of inconclusive attempts 0
1.86/1.97	c STR average degree increase per successful call inf
1.86/1.97	c STR average degree increase per successful attempt inf
1.86/1.97	c STR total number of conflicts for successful attempts 0
1.86/1.97	c STR total number of conflicts for unsuccessful attempts 0
1.86/1.97	c STR total number of conflicts for inconclusive attempts 0
1.86/1.97	c STR average number of conflicts per successful attempt inf
1.86/1.97	c STR average number of conflicts per unsuccessful attempt inf
1.86/1.97	c STR average number of conflicts per inconclusive attempt inf
1.86/1.97	c AVG.sumWPerc 55.07 
1.86/1.97	c bigint constraints 0 
1.86/1.97	o 264
1.86/1.97	s OPTIMUM FOUND
1.86/1.98	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 x352 -x353 x354 -x355 x356 -x357 x358 -x359 x360 -x361 x362 -x363 x364 -x365 x366 x367 -x368 -x369 x370 -x371 x372 -x373 x374 -x375 x376 -x377 x378 -x379 x380 -x381 x382 -x383 x384 -x385 x386 -x387 x388 -x389 x390 x391 x392 -x393 x394 -x395 x396 -x397 x398 -x399 x400 -x401 x402 -x403 x404 -x405 x406 -x407 x408 -x409 x410 -x411 x412 -x413 x414 -x415 x416 -x417 x418 -x419 x420 -x421 x422 -x423 x424 -x425 x426 -x427 x428 -x429 x430 -x431 x432 -x433 x434 -x435 x436 x437 x438 -x439 x440 -x441 x442 -x443 x444 -x445 x446 -x447 x448 -x449 x450 -x451 x452 -x453 x454 -x455 x456 -x457 x458 x459 -x460 -x461 x462 -x463 x464 -x465 x466 -x467 x468 -x469 x470 -x471 x472 -x473 x474 -x475 x476 -x477 x478 -x479 x480 -x481 x482 x483 x484 -x485 x486 -x487 x488 -x489 x490 -x491 x492 -x493 x494 -x495 x496 -x497 x498 -x499 x500 -x501 x502 -x503 x504 -x505 x506

Verifier Data

OK	264

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 (62307 MiB free)
  memory of node 1: 64465 MiB (62749 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4521632-1751567536/watcher-4521632-1751567536 -o /tmp/evaluation-result-4521632-1751567536/solver-4521632-1751567536 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1751559311-82831 --watchdog 3760 run-opt-ls.sh HOME/instance-4521632-1751567536.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=84843, runsolver pid=84840
Current StackSize limit: 8192 KiB


[startup+0.10011 s]*
/proc/loadavg: 4.08 4.20 4.19 5/254 84845
/proc/meminfo: memFree=128050724/131382120 swapFree=33010416/33010684
[pid=84843] ppid=84840 vsize=4192 memory=3072 CPUtime=0.09 cores=1,3
/proc/84843/stat : 84843 (run-opt-ls.sh) S 84840 84843 82819 0 -1 4194304 236 934 0 0 0 0 8 1 20 0 1 0 72432306 4292608 768 18446744073709551615 94146451652608 94146452547141 140725254487776 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94146452786192 94146452833936 94146470309888 140725254490471 140725254490597 140725254490597 140725254496199 0
/proc/84843/statm: 1048 768 704 219 0 110 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 4192 KiB
Current children cumulated memory: 3072 KiB

[startup+0.21374 s]*
/proc/loadavg: 4.08 4.20 4.19 5/254 84846
/proc/meminfo: memFree=128048960/131382120 swapFree=33010416/33010684
[pid=84843] ppid=84840 vsize=4192 memory=3072 CPUtime=0.09 cores=1,3
/proc/84843/stat : 84843 (run-opt-ls.sh) S 84840 84843 82819 0 -1 4194304 236 934 0 0 0 0 8 1 20 0 1 0 72432306 4292608 768 18446744073709551615 94146451652608 94146452547141 140725254487776 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94146452786192 94146452833936 94146470309888 140725254490471 140725254490597 140725254490597 140725254496199 0
/proc/84843/statm: 1048 768 704 219 0 110 0
[pid=84846] ppid=84843 vsize=59976 memory=13440 CPUtime=0.1 cores=1,3
/proc/84846/stat : 84846 (roundingsat) R 84843 84843 82819 0 -1 4194304 1652 0 0 0 7 3 0 0 20 0 1 0 72432317 61415424 3360 18446744073709551615 4227072 8923433 140732337379568 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 40505344 140732337383750 140732337383976 140732337383976 140732337389546 0
/proc/84846/statm: 14994 3360 1984 1147 0 2421 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 64168 KiB
Current children cumulated memory: 16512 KiB

[startup+0.313431 s]*
/proc/loadavg: 4.08 4.20 4.19 5/254 84846
/proc/meminfo: memFree=128033460/131382120 swapFree=33010416/33010684
[pid=84843] ppid=84840 vsize=4192 memory=3072 CPUtime=0.09 cores=1,3
/proc/84843/stat : 84843 (run-opt-ls.sh) S 84840 84843 82819 0 -1 4194304 236 934 0 0 0 0 8 1 20 0 1 0 72432306 4292608 768 18446744073709551615 94146451652608 94146452547141 140725254487776 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94146452786192 94146452833936 94146470309888 140725254490471 140725254490597 140725254490597 140725254496199 0
/proc/84843/statm: 1048 768 704 219 0 110 0
[pid=84846] ppid=84843 vsize=72264 memory=26400 CPUtime=0.19 cores=1,3
/proc/84846/stat : 84846 (roundingsat) R 84843 84843 82819 0 -1 4194304 4639 0 0 0 15 4 0 0 20 0 1 0 72432317 73998336 6600 18446744073709551615 4227072 8923433 140732337379568 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 40505344 140732337383750 140732337383976 140732337383976 140732337389546 0
/proc/84846/statm: 18066 6600 2272 1147 0 5493 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 76456 KiB
Current children cumulated memory: 29472 KiB

[startup+0.700366 s]
/proc/loadavg: 4.08 4.20 4.19 5/254 84846
/proc/meminfo: memFree=128017584/131382120 swapFree=33010416/33010684
[pid=84843] ppid=84840 vsize=4192 memory=3072 CPUtime=0.09 cores=1,3
/proc/84843/stat : 84843 (run-opt-ls.sh) S 84840 84843 82819 0 -1 4194304 236 934 0 0 0 0 8 1 20 0 1 0 72432306 4292608 768 18446744073709551615 94146451652608 94146452547141 140725254487776 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94146452786192 94146452833936 94146470309888 140725254490471 140725254490597 140725254490597 140725254496199 0
/proc/84843/statm: 1048 768 704 219 0 110 0
[pid=84846] ppid=84843 vsize=79800 memory=34180 CPUtime=0.57 cores=1,3
/proc/84846/stat : 84846 (roundingsat) R 84843 84843 82819 0 -1 4194304 6561 0 0 0 51 6 0 0 20 0 1 0 72432317 81715200 8545 18446744073709551615 4227072 8923433 140732337379568 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 40505344 140732337383750 140732337383976 140732337383976 140732337389546 0
/proc/84846/statm: 19950 8545 2336 1147 0 7377 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 83992 KiB
Current children cumulated memory: 37252 KiB

[startup+1.50043 s]
/proc/loadavg: 4.08 4.20 4.19 5/254 84846
/proc/meminfo: memFree=128013552/131382120 swapFree=33010416/33010684
[pid=84843] ppid=84840 vsize=4192 memory=3072 CPUtime=0.09 cores=1,3
/proc/84843/stat : 84843 (run-opt-ls.sh) S 84840 84843 82819 0 -1 4194304 236 934 0 0 0 0 8 1 20 0 1 0 72432306 4292608 768 18446744073709551615 94146451652608 94146452547141 140725254487776 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94146452786192 94146452833936 94146470309888 140725254490471 140725254490597 140725254490597 140725254496199 0
/proc/84843/statm: 1048 768 704 219 0 110 0
[pid=84846] ppid=84843 vsize=91560 memory=47512 CPUtime=1.36 cores=1,3
/proc/84846/stat : 84846 (roundingsat) R 84843 84843 82819 0 -1 4194304 9437 0 0 0 122 14 0 0 20 0 1 0 72432317 93757440 11878 18446744073709551615 4227072 8923433 140732337379568 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 40505344 140732337383750 140732337383976 140732337383976 140732337389546 0
/proc/84846/statm: 22890 11878 2400 1147 0 10317 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 95752 KiB
Current children cumulated memory: 50584 KiB

[startup+1.98194 s]
# the end of solver process 84843 was just reported to runsolver
# Child status: 0

# cumulated CPU time of all completed processes:  user=1.78375 s, system=0.170083 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1.60047 s]
/proc/loadavg: 4.08 4.20 4.19 5/254 84846
/proc/meminfo: memFree=128013552/131382120 swapFree=33010416/33010684
[pid=84843] ppid=84840 vsize=4192 memory=3072 CPUtime=0.09 cores=1,3
/proc/84843/stat : 84843 (run-opt-ls.sh) S 84840 84843 82819 0 -1 4194304 236 934 0 0 0 0 8 1 20 0 1 0 72432306 4292608 768 18446744073709551615 94146451652608 94146452547141 140725254487776 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94146452786192 94146452833936 94146470309888 140725254490471 140725254490597 140725254490597 140725254496199 0
/proc/84843/statm: 1048 768 704 219 0 110 0
[pid=84846] ppid=84843 vsize=92384 memory=47896 CPUtime=1.46 cores=1,3
/proc/84846/stat : 84846 (roundingsat) R 84843 84843 82819 0 -1 4194304 9524 0 0 0 132 14 0 0 20 0 1 0 72432317 94601216 11974 18446744073709551615 4227072 8923433 140732337379568 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 40505344 140732337383750 140732337383976 140732337383976 140732337389546 0
/proc/84846/statm: 23096 11974 2400 1147 0 10523 0
Current children cumulated CPU time: 1.55 s
Current children cumulated vsize: 96576 KiB
Current children cumulated memory: 50968 KiB

[startup+1.80035 s]
/proc/loadavg: 4.08 4.20 4.19 5/254 84846
/proc/meminfo: memFree=128013552/131382120 swapFree=33010416/33010684
[pid=84843] ppid=84840 vsize=4192 memory=3072 CPUtime=0.09 cores=1,3
/proc/84843/stat : 84843 (run-opt-ls.sh) S 84840 84843 82819 0 -1 4194304 236 934 0 0 0 0 8 1 20 0 1 0 72432306 4292608 768 18446744073709551615 94146451652608 94146452547141 140725254487776 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94146452786192 94146452833936 94146470309888 140725254490471 140725254490597 140725254490597 140725254496199 0
/proc/84843/statm: 1048 768 704 219 0 110 0
[pid=84846] ppid=84843 vsize=92544 memory=48152 CPUtime=1.66 cores=1,3
/proc/84846/stat : 84846 (roundingsat) R 84843 84843 82819 0 -1 4194304 9613 0 0 0 152 14 0 0 20 0 1 0 72432317 94765056 12038 18446744073709551615 4227072 8923433 140732337379568 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 40505344 140732337383750 140732337383976 140732337383976 140732337389546 0
/proc/84846/statm: 23136 12038 2400 1147 0 10563 0
Current children cumulated CPU time: 1.75 s
Current children cumulated vsize: 96736 KiB
Current children cumulated memory: 51224 KiB

[startup+1.90035 s]
/proc/loadavg: 4.08 4.20 4.19 5/254 84846
/proc/meminfo: memFree=128013552/131382120 swapFree=33010416/33010684
[pid=84843] ppid=84840 vsize=4192 memory=3072 CPUtime=0.09 cores=1,3
/proc/84843/stat : 84843 (run-opt-ls.sh) S 84840 84843 82819 0 -1 4194304 236 934 0 0 0 0 8 1 20 0 1 0 72432306 4292608 768 18446744073709551615 94146451652608 94146452547141 140725254487776 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94146452786192 94146452833936 94146470309888 140725254490471 140725254490597 140725254490597 140725254496199 0
/proc/84843/statm: 1048 768 704 219 0 110 0
[pid=84846] ppid=84843 vsize=92544 memory=48152 CPUtime=1.77 cores=1,3
/proc/84846/stat : 84846 (roundingsat) R 84843 84843 82819 0 -1 4194304 9613 0 0 0 162 15 0 0 20 0 1 0 72432317 94765056 12038 18446744073709551615 4227072 8923433 140732337379568 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 40505344 140732337383750 140732337383976 140732337383976 140732337389546 0
/proc/84846/statm: 23136 12038 2400 1147 0 10563 0
Current children cumulated CPU time: 1.86 s
Current children cumulated vsize: 96736 KiB
Current children cumulated memory: 51224 KiB

Child status: 0

Real time (s): 1.982
CPU time (s): 1.95384
CPU user time (s): 1.78375
CPU system time (s): 0.170083
CPU usage (%): 98.5791
Max. virtual memory (cumulated for all children) (KiB): 96736
Max. memory (cumulated for all children) (KiB): 51224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.78375
system time used= 0.170083
maximum resident set size= 48152
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10806
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1008
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 209
involuntary context switches= 121


# summary of solver processes directly reported to runsolver:
#   pid: 84843
#   total CPU time (s): 1.95384
#   total CPU user time (s): 1.78375
#   total CPU system time (s): 0.170083

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.033946 second user time and 0.09481 second system time

The end

Launcher Data

Begin job on nodeC003 at 2025-07-03 20:32:16
IDJOB=4521632
IDBENCH=178397
IDSOLVER=3355
FILE ID=nodeC003/4521632-1751567536
RUNJOBID= nodeC003-1751559311-82831
SLURM_JOB_ID= 9598756
Free space on /tmp= 431988 MiB

SOLVER NAME= roundingsat-ls+pbsuma 63f22ad
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/vertex_cover/vertexcover_opt_grid_oddrowevencolsquare/normalized-vertexcover_opt_grid_oddrowevencolsquare_dim_022.opb
COMMAND LINE= run-opt-ls.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4521632-1751567536/watcher-4521632-1751567536 -o /tmp/evaluation-result-4521632-1751567536/solver-4521632-1751567536 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1751559311-82831 --watchdog 3760  run-opt-ls.sh HOME/instance-4521632-1751567536.opb

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 2

MD5SUM BENCH= 8e50416028301376aa06deda864f0965
RANDOM SEED=994762505

nodeC003 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		: 3659.905
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.44
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		: 1197.160
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.44
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.840
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.44
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.631
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.44
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		: 3591.808
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.44
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		: 3661.445
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.44
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		: 1198.131
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.44
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		: 1198.011
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.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        128059044 kB
MemAvailable:   128136616 kB
Buffers:            2736 kB
Cached:           873684 kB
SwapCached:           36 kB
Active:          2325592 kB
Inactive:         381516 kB
Active(anon):    1841004 kB
Inactive(anon):     7608 kB
Active(file):     484588 kB
Inactive(file):   373908 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              7380 kB
Writeback:            12 kB
AnonPages:       1833736 kB
Mapped:           117544 kB
Shmem:             17924 kB
KReclaimable:     117408 kB
Slab:             203324 kB
SReclaimable:     117408 kB
SUnreclaim:        85916 kB
KernelStack:        4032 kB
PageTables:         7224 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:    2484996 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149496 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    548864 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:      191304 kB
DirectMap2M:    11245568 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 431980 MiB
End job on nodeC003 at 2025-07-03 20:32:19