Trace number 4484494

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 63f22adOPT2 20.6605 20.7339

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/web/www.ps.uni-sb.de/~walser/
benchmarks/radar/normalized-10:20:4.5:0.95:98.opb
MD5SUMf3472af25f5f0fee0e9203b0329f534f
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 benchmark2
Best CPU time to get the best result obtained on this benchmark0.058442
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables906
Total number of constraints1039
Number of constraints which are clauses852
Number of constraints which are cardinality constraints (but not clauses)187
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint18
Number of terms in the objective function 906
Biggest coefficient in the objective function 553
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 2526
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 553
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2526
Number of bits of the biggest sum of numbers12
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-4484494-1751287588.opb'
0.00/0.01	c 	read 0.04MB  (0.88ms)
0.00/0.01	c	 [cnf: #variables 906 #clauses 1040 #duplicates 0 #arr 4544]
0.00/0.01	c 
0.00/0.01	c make graph and approximate orbits
0.00/0.01	c	 [group: #orbits ~= 0] (1.19ms)
0.00/0.01	c 
0.00/0.01	c detect special group actions
0.00/0.01	c 	probe for Johnson action (limit=64)
0.00/0.01	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.01	c 	probe for row symmetry (limit=64, splits=16.78M)
0.00/0.01	c 	 (0.19ms)
0.00/0.01	c 
0.00/0.01	c detect symmetries on remainder
0.00/0.01	c 	[graph: #vertices 5198 #edges 15592]
0.00/0.01	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.02	c 	 [group: #symmetries 1.00*10^0 #generators 0] (0.31ms)
0.00/0.02	c 
0.00/0.02	c finalize break order and special generators
0.00/0.02	c 
0.00/0.02	c generation finished
0.00/0.02	c 	[sbp: #constraints 0 #add_vars 0]
0.00/0.02	c 
0.00/0.02	c write result to 'HOME/instance-4484494-1751287588.opb.pre'
0.00/0.02	c 	wrote 0.04MB (0.17ms)
0.00/0.02	c ------------------------------------------------------------------
0.00/0.02	c                   1.19ms 41.23% approx_orbits
0.00/0.02	c                   0.88ms 30.50% parse
0.00/0.02	c                   0.31ms 10.73% detect_generic
0.00/0.02	c                   0.19ms  6.46% detect_special
0.00/0.02	c                   0.17ms  5.80% output
0.00/0.02	c                   0.13ms  4.40% other
0.00/0.02	c                   0.03ms  0.88% finalize_order
0.00/0.02	c         ───────────────────────────────────────────────
0.00/0.02	c                   2.89ms   100% total
0.00/0.02	c ------------------------------------------------------------------
0.00/0.03	c RoundingSat 2
0.00/0.03	c branch pb25
0.00/0.03	c commit 63f22ad
0.00/0.04	c #variables 906 #constraints 1039
0.00/0.04	c objective is ce32 
0.00/0.04	c initial watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
0.00/0.04	c initial counting CF 32, 64, 128, Arb: 1 , 0 , 0 , 0
0.00/0.04	c bounds 96 >= -553 @ 0.012226
0.07/0.12	c bounds 92 >= -553 @ 0.084122
0.07/0.12	c bounds 92 >= -550 @ 0.084441
0.07/0.12	c bounds 92 >= -547 @ 0.084657
0.07/0.12	c bounds 92 >= -544 @ 0.084857
0.07/0.12	c bounds 92 >= -541 @ 0.085063
0.07/0.12	c bounds 92 >= -538 @ 0.085314
0.07/0.12	c bounds 92 >= -535 @ 0.085595
0.07/0.12	c bounds 92 >= -532 @ 0.085901
0.07/0.12	c bounds 92 >= -529 @ 0.086208
0.07/0.12	c bounds 92 >= -526 @ 0.086559
0.07/0.12	c bounds 91 >= -526 @ 0.087933
0.07/0.12	c bounds 91 >= -523 @ 0.088194
0.07/0.12	c bounds 91 >= -520 @ 0.088194
0.07/0.12	c bounds 91 >= -517 @ 0.088299
0.07/0.12	c bounds 91 >= -514 @ 0.08861
0.07/0.12	c bounds 91 >= -511 @ 0.088967
0.07/0.12	c bounds 91 >= -508 @ 0.089325
0.07/0.12	c bounds 91 >= -505 @ 0.08986
0.07/0.13	c bounds 48 >= -505 @ 0.090553
0.07/0.13	c bounds 47 >= -505 @ 0.090597
0.07/0.13	c bounds 47 >= -503 @ 0.090888
0.07/0.13	c bounds 47 >= -501 @ 0.091172
0.07/0.13	c bounds 47 >= -499 @ 0.091439
0.07/0.13	c bounds 47 >= -493 @ 0.091724
0.07/0.13	c bounds 47 >= -491 @ 0.092016
0.07/0.13	c bounds 47 >= -489 @ 0.092305
0.07/0.13	c bounds 47 >= -487 @ 0.092619
0.07/0.13	c bounds 47 >= -485 @ 0.092944
0.07/0.13	c bounds 47 >= -483 @ 0.093263
0.07/0.13	c bounds 46 >= -483 @ 0.096186
0.07/0.13	c bounds 46 >= -479 @ 0.096537
0.07/0.13	c bounds 46 >= -477 @ 0.096861
0.07/0.13	c bounds 46 >= -475 @ 0.097202
0.07/0.13	c bounds 46 >= -473 @ 0.097499
0.07/0.13	c bounds 46 >= -469 @ 0.097555
0.07/0.13	c bounds 46 >= -467 @ 0.097555
0.07/0.14	c bounds 46 >= -465 @ 0.097555
0.07/0.14	c bounds 46 >= -463 @ 0.097555
0.07/0.14	c bounds 46 >= -461 @ 0.097555
0.07/0.14	c bounds 46 >= -459 @ 0.097555
0.07/0.14	c bounds 46 >= -457 @ 0.097626
0.07/0.14	c bounds 46 >= -455 @ 0.097923
0.07/0.14	c bounds 46 >= -453 @ 0.098205
0.07/0.14	c bounds 46 >= -451 @ 0.098485
0.07/0.14	c bounds 46 >= -447 @ 0.098529
0.07/0.14	c bounds 46 >= -443 @ 0.098529
0.07/0.14	c bounds 46 >= -441 @ 0.098529
0.07/0.14	c bounds 46 >= -437 @ 0.098724
0.07/0.14	c bounds 46 >= -433 @ 0.099039
0.07/0.14	c bounds 46 >= -431 @ 0.099344
0.07/0.14	c bounds 46 >= -427 @ 0.099514
0.07/0.14	c bounds 46 >= -425 @ 0.099514
0.07/0.14	c bounds 46 >= -423 @ 0.099514
0.07/0.14	c bounds 46 >= -421 @ 0.099586
0.07/0.14	c bounds 46 >= -419 @ 0.099904
0.07/0.14	c bounds 46 >= -417 @ 0.1002
0.07/0.14	c bounds 46 >= -415 @ 0.100473
0.07/0.14	c bounds 46 >= -413 @ 0.100499
0.07/0.15	c bounds 45 >= -413 @ 0.103732
0.07/0.15	c bounds 45 >= -409 @ 0.10407
0.07/0.15	c bounds 45 >= -407 @ 0.104377
0.07/0.15	c bounds 45 >= -405 @ 0.104476
0.07/0.15	c bounds 45 >= -403 @ 0.104476
0.07/0.15	c bounds 45 >= -401 @ 0.104476
0.07/0.15	c bounds 45 >= -399 @ 0.10461
0.07/0.15	c bounds 45 >= -397 @ 0.104945
0.07/0.15	c bounds 45 >= -395 @ 0.105249
0.07/0.15	c bounds 45 >= -393 @ 0.105539
0.07/0.15	c bounds 45 >= -391 @ 0.105841
0.07/0.15	c bounds 45 >= -389 @ 0.106142
0.07/0.15	c bounds 45 >= -387 @ 0.106442
0.07/0.15	c bounds 45 >= -383 @ 0.106744
0.07/0.15	c bounds 45 >= -381 @ 0.107066
0.07/0.15	c bounds 45 >= -379 @ 0.107375
0.07/0.15	c bounds 45 >= -377 @ 0.107462
0.07/0.15	c bounds 45 >= -375 @ 0.107462
0.07/0.15	c bounds 45 >= -373 @ 0.107462
0.07/0.15	c bounds 45 >= -371 @ 0.107462
0.07/0.15	c bounds 45 >= -369 @ 0.107462
0.07/0.15	c bounds 45 >= -367 @ 0.107462
0.07/0.15	c bounds 45 >= -365 @ 0.107462
0.07/0.15	c bounds 45 >= -363 @ 0.107462
0.07/0.15	c bounds 45 >= -361 @ 0.109106
0.07/0.17	c bounds 44 >= -361 @ 0.118346
0.07/0.17	c bounds 44 >= -359 @ 0.11879
0.07/0.17	c bounds 44 >= -357 @ 0.119254
0.07/0.17	c bounds 44 >= -355 @ 0.119946
0.07/0.17	c bounds 44 >= -353 @ 0.121335
0.07/0.17	c bounds 44 >= -351 @ 0.125601
0.07/0.18	c bounds 44 >= -349 @ 0.132795
0.07/0.19	c bounds 43 >= -349 @ 0.142197
0.07/0.19	c bounds 43 >= -347 @ 0.142585
0.07/0.19	c bounds 43 >= -345 @ 0.143415
0.07/0.19	c bounds 43 >= -343 @ 0.144343
0.07/0.20	c bounds 42 >= -343 @ 0.147411
0.07/0.20	c bounds 42 >= -341 @ 0.149211
0.07/0.20	c bounds 42 >= -339 @ 0.150407
0.07/0.21	c bounds 41 >= -339 @ 0.154659
0.17/0.21	c bounds 41 >= -337 @ 0.157686
0.17/0.22	c bounds 40 >= -337 @ 0.164101
0.17/0.27	c bounds 40 >= -335 @ 0.209636
0.17/0.27	c bounds 39 >= -335 @ 0.21609
0.17/0.28	c bounds 38 >= -335 @ 0.223532
0.17/0.29	c #Conflicts:       1000 | #Constraints:       2638
0.17/0.29	c bounds 37 >= -335 @ 0.232302
0.27/0.31	c bounds 37 >= -333 @ 0.254068
0.27/0.32	c bounds 36 >= -333 @ 0.259742
0.27/0.32	c bounds 35 >= -333 @ 0.263688
0.27/0.33	c bounds 34 >= -333 @ 0.270219
0.27/0.35	c bounds 33 >= -333 @ 0.284704
0.27/0.40	c bounds 33 >= -331 @ 0.336427
0.47/0.55	c #Conflicts:       2000 | #Constraints:       3709
0.47/0.55	c INPROCESSING
0.47/0.55	c GARBAGE COLLECT
0.47/0.55	c bounds 32 >= -331 @ 0.479625
0.47/0.59	c bounds 31 >= -331 @ 0.522113
0.57/0.62	c bounds 31 >= -329 @ 0.547629
0.57/0.67	c bounds 30 >= -329 @ 0.599941
0.66/0.76	c #Conflicts:       3000 | #Constraints:       3568
0.66/0.76	c bounds 30 >= -327 @ 0.678783
0.76/0.80	c bounds 29 >= -327 @ 0.716398
0.76/0.82	c bounds 28 >= -327 @ 0.74183
0.76/0.85	c bounds 27 >= -327 @ 0.771348
0.76/0.89	c bounds 26 >= -327 @ 0.800538
0.85/0.92	c bounds 24 >= -327 @ 0.833621
0.97/1.04	c #Conflicts:       4000 | #Constraints:       4648
0.97/1.04	c INPROCESSING
0.97/1.04	c GARBAGE COLLECT
0.97/1.04	c bounds 22 >= -327 @ 0.946361
0.97/1.08	c bounds 21 >= -327 @ 0.9883
0.97/1.08	c bounds 21 >= -324 @ 0.988558
0.97/1.08	c bounds 21 >= -321 @ 0.988762
0.97/1.08	c bounds 21 >= -320 @ 0.989014
0.97/1.08	c bounds 21 >= -319 @ 0.989325
0.97/1.08	c bounds 21 >= -318 @ 0.98964
0.97/1.08	c bounds 21 >= -317 @ 0.989927
0.97/1.09	c bounds 21 >= -316 @ 0.990234
0.97/1.09	c bounds 21 >= -315 @ 0.990534
0.97/1.09	c bounds 21 >= -312 @ 0.990846
0.97/1.09	c bounds 21 >= -311 @ 0.991152
0.97/1.09	c bounds 21 >= -310 @ 0.991262
0.97/1.09	c bounds 21 >= -309 @ 0.991262
0.97/1.09	c bounds 21 >= -308 @ 0.991262
0.97/1.09	c bounds 21 >= -307 @ 0.991262
1.06/1.11	c bounds 20 >= -307 @ 1.01599
1.06/1.11	c bounds 20 >= -305 @ 1.01644
1.06/1.11	c bounds 20 >= -304 @ 1.01681
1.06/1.12	c bounds 20 >= -303 @ 1.01718
1.06/1.12	c bounds 20 >= -302 @ 1.01753
1.06/1.12	c bounds 20 >= -301 @ 1.01788
1.06/1.12	c bounds 20 >= -300 @ 1.01828
1.06/1.12	c bounds 20 >= -298 @ 1.01867
1.06/1.12	c bounds 20 >= -297 @ 1.01904
1.06/1.12	c bounds 20 >= -295 @ 1.01943
1.06/1.12	c bounds 20 >= -292 @ 1.01978
1.06/1.12	c bounds 20 >= -291 @ 1.02012
1.06/1.12	c bounds 20 >= -290 @ 1.02043
1.06/1.12	c bounds 20 >= -289 @ 1.02077
1.06/1.13	c bounds 20 >= -288 @ 1.03294
1.06/1.13	c bounds 20 >= -287 @ 1.03333
1.06/1.13	c bounds 20 >= -284 @ 1.0337
1.06/1.13	c bounds 20 >= -283 @ 1.03407
1.06/1.13	c bounds 20 >= -282 @ 1.03415
1.06/1.13	c bounds 20 >= -281 @ 1.03415
1.06/1.13	c bounds 20 >= -280 @ 1.03415
1.06/1.13	c bounds 20 >= -279 @ 1.03415
1.06/1.13	c bounds 20 >= -276 @ 1.03415
1.06/1.13	c bounds 20 >= -273 @ 1.03429
1.06/1.13	c bounds 20 >= -272 @ 1.03472
1.06/1.14	c bounds 20 >= -270 @ 1.03512
1.06/1.14	c bounds 20 >= -269 @ 1.03553
1.06/1.14	c bounds 20 >= -268 @ 1.03592
1.06/1.14	c bounds 20 >= -267 @ 1.03633
1.06/1.14	c bounds 20 >= -266 @ 1.03685
1.06/1.14	c bounds 20 >= -265 @ 1.0373
1.06/1.14	c bounds 20 >= -264 @ 1.03776
1.06/1.14	c bounds 20 >= -263 @ 1.0382
1.06/1.14	c bounds 20 >= -262 @ 1.03868
1.06/1.14	c bounds 20 >= -261 @ 1.03909
1.06/1.14	c bounds 20 >= -258 @ 1.03913
1.06/1.14	c bounds 20 >= -257 @ 1.03913
1.06/1.14	c bounds 20 >= -256 @ 1.03913
1.06/1.14	c bounds 20 >= -255 @ 1.03913
1.06/1.14	c bounds 20 >= -253 @ 1.03932
1.06/1.14	c bounds 20 >= -252 @ 1.0399
1.06/1.14	c bounds 20 >= -251 @ 1.04013
1.06/1.14	c bounds 20 >= -250 @ 1.04013
1.06/1.14	c bounds 20 >= -249 @ 1.04021
1.06/1.14	c bounds 20 >= -248 @ 1.04066
1.06/1.14	c bounds 20 >= -247 @ 1.04103
1.06/1.14	c bounds 20 >= -246 @ 1.04113
1.06/1.15	c bounds 20 >= -245 @ 1.04113
1.06/1.15	c bounds 20 >= -244 @ 1.04142
1.06/1.15	c bounds 20 >= -242 @ 1.04179
1.06/1.15	c bounds 20 >= -241 @ 1.04225
1.06/1.15	c bounds 20 >= -240 @ 1.04264
1.06/1.15	c bounds 20 >= -239 @ 1.04312
1.06/1.15	c bounds 20 >= -237 @ 1.04361
1.06/1.15	c bounds 20 >= -235 @ 1.04405
1.06/1.15	c bounds 20 >= -234 @ 1.04409
1.06/1.15	c bounds 20 >= -233 @ 1.04409
1.25/1.35	c #Conflicts:       5000 | #Constraints:       4299
1.25/1.35	c bounds 19 >= -233 @ 1.24473
1.25/1.36	c bounds 19 >= -231 @ 1.24543
1.25/1.36	c bounds 19 >= -230 @ 1.24599
1.25/1.36	c bounds 19 >= -229 @ 1.2465
1.25/1.36	c bounds 19 >= -228 @ 1.24658
1.25/1.36	c bounds 19 >= -227 @ 1.24658
1.25/1.36	c bounds 19 >= -226 @ 1.24658
1.25/1.36	c bounds 19 >= -225 @ 1.24658
1.25/1.36	c bounds 19 >= -224 @ 1.24687
1.25/1.36	c bounds 19 >= -223 @ 1.24736
1.25/1.36	c bounds 19 >= -222 @ 1.2477
1.25/1.36	c bounds 19 >= -221 @ 1.24822
1.25/1.36	c bounds 19 >= -220 @ 1.2489
1.25/1.36	c bounds 19 >= -219 @ 1.24993
1.25/1.36	c bounds 19 >= -218 @ 1.25109
1.25/1.36	c bounds 19 >= -217 @ 1.25213
1.36/1.40	c bounds 19 >= -216 @ 1.28511
1.36/1.40	c bounds 19 >= -215 @ 1.28929
1.36/1.41	c bounds 19 >= -214 @ 1.29646
1.36/1.42	c bounds 19 >= -213 @ 1.30805
1.36/1.42	c bounds 19 >= -212 @ 1.30886
1.36/1.44	c bounds 19 >= -211 @ 1.32756
1.36/1.45	c #Conflicts:       6000 | #Constraints:       5548
1.36/1.45	c bounds 19 >= -210 @ 1.33502
1.36/1.46	c bounds 19 >= -209 @ 1.33969
1.36/1.47	c bounds 19 >= -208 @ 1.34945
1.36/1.47	c bounds 19 >= -207 @ 1.35814
1.75/1.83	c INPROCESSING
1.75/1.83	c GARBAGE COLLECT
1.75/1.83	c rational objective 2
1.85/1.94	c bounds 19 >= -206 @ 1.80788
1.85/2.00	c #Conflicts:       7000 | #Constraints:       4425
1.85/2.00	c bounds 19 >= -205 @ 1.86515
2.35/2.49	c #Conflicts:       8000 | #Constraints:       5452
2.35/2.49	c #Conflicts:       9000 | #Constraints:       6452
2.35/2.49	c INPROCESSING
2.35/2.49	c GARBAGE COLLECT
2.35/2.49	c bounds 19 >= -204 @ 2.333
2.35/2.49	c bounds 19 >= -203 @ 2.33344
2.35/2.49	c bounds 19 >= -202 @ 2.33387
2.35/2.49	c bounds 19 >= -201 @ 2.33426
2.35/2.49	c bounds 19 >= -200 @ 2.33461
2.35/2.49	c bounds 19 >= -199 @ 2.33499
2.35/2.49	c bounds 19 >= -198 @ 2.33532
2.35/2.49	c bounds 19 >= -197 @ 2.33585
2.35/2.49	c bounds 19 >= -196 @ 2.33593
2.35/2.49	c bounds 19 >= -195 @ 2.33606
2.35/2.49	c bounds 19 >= -194 @ 2.33687
2.35/2.49	c bounds 19 >= -193 @ 2.33693
2.35/2.49	c bounds 19 >= -192 @ 2.33693
2.35/2.49	c bounds 19 >= -191 @ 2.33792
2.35/2.50	c bounds 19 >= -190 @ 2.33806
2.46/2.50	c bounds 19 >= -189 @ 2.34031
2.46/2.51	c bounds 19 >= -188 @ 2.3478
2.46/2.51	c bounds 19 >= -187 @ 2.35252
2.46/2.52	c bounds 19 >= -186 @ 2.36152
2.46/2.52	c bounds 19 >= -185 @ 2.36502
2.46/2.54	c #Conflicts:      10000 | #Constraints:       5313
2.46/2.54	c bounds 19 >= -184 @ 2.38488
2.46/2.58	c bounds 19 >= -183 @ 2.42072
2.46/2.60	c bounds 19 >= -182 @ 2.43068
2.56/2.69	c #Conflicts:      11000 | #Constraints:       6394
2.56/2.69	c bounds 19 >= -181 @ 2.52176
2.96/3.07	c #Conflicts:      12000 | #Constraints:       7442
2.96/3.07	c INPROCESSING
2.96/3.07	c GARBAGE COLLECT
2.96/3.07	c #Conflicts:      13000 | #Constraints:       5757
2.96/3.07	c #Conflicts:      14000 | #Constraints:       6757
2.96/3.07	c bounds 19 >= -180 @ 2.87649
3.06/3.12	c bounds 18 >= -180 @ 2.92347
3.46/3.54	c #Conflicts:      15000 | #Constraints:       7806
3.46/3.54	c INPROCESSING
3.46/3.54	c GARBAGE COLLECT
3.46/3.54	c rational objective 2
3.46/3.55	c bounds 18 >= -179 @ 3.3385
3.46/3.55	c bounds 18 >= -178 @ 3.34347
3.46/3.56	c bounds 18 >= -177 @ 3.34859
3.46/3.56	c bounds 18 >= -176 @ 3.35285
3.46/3.57	c bounds 18 >= -175 @ 3.35853
3.55/3.60	c bounds 18 >= -174 @ 3.38493
3.55/3.64	c #Conflicts:      16000 | #Constraints:       6126
3.55/3.64	c bounds 18 >= -173 @ 3.42841
3.66/3.77	c #Conflicts:      17000 | #Constraints:       7147
3.66/3.77	c #Conflicts:      18000 | #Constraints:       8147
3.66/3.77	c bounds 18 >= -172 @ 3.55427
4.06/4.15	c INPROCESSING
4.06/4.15	c GARBAGE COLLECT
4.06/4.15	c #Conflicts:      19000 | #Constraints:       6087
4.06/4.15	c bounds 18 >= -171 @ 3.91208
4.15/4.27	c bounds 17 >= -171 @ 4.02808
4.15/4.28	c bounds 17 >= -170 @ 4.03115
4.15/4.28	c bounds 17 >= -169 @ 4.0368
4.15/4.29	c bounds 17 >= -168 @ 4.04039
4.24/4.34	c #Conflicts:      20000 | #Constraints:       7155
4.24/4.34	c bounds 17 >= -167 @ 4.09257
4.24/4.39	c bounds 15 >= -167 @ 4.13604
4.75/4.82	c #Conflicts:      21000 | #Constraints:       8207
4.75/4.82	c INPROCESSING
4.75/4.82	c GARBAGE COLLECT
4.75/4.82	c rational objective 2
4.75/4.87	c bounds 14 >= -167 @ 4.59832
4.75/4.88	c bounds 12 >= -167 @ 4.60825
4.75/4.89	c bounds 11 >= -167 @ 4.61432
4.85/4.96	c #Conflicts:      22000 | #Constraints:       5925
4.85/4.96	c bounds 10 >= -167 @ 4.68617
4.95/5.05	c bounds 9 >= -167 @ 4.76916
5.25/5.34	c #Conflicts:      23000 | #Constraints:       6927
5.25/5.34	c #Conflicts:      24000 | #Constraints:       7927
5.25/5.34	c bounds 9 >= -166 @ 5.05391
5.64/5.78	c #Conflicts:      25000 | #Constraints:       9005
5.64/5.78	c INPROCESSING
5.64/5.78	c GARBAGE COLLECT
5.64/5.78	c #Conflicts:      26000 | #Constraints:       6604
5.64/5.78	c bounds 8 >= -166 @ 5.48667
6.24/6.31	c #Conflicts:      27000 | #Constraints:       7616
6.24/6.31	c #Conflicts:      28000 | #Constraints:       8616
6.24/6.31	c bounds 8 >= -165 @ 6.01255
6.44/6.59	c #Conflicts:      29000 | #Constraints:       9658
6.44/6.59	c INPROCESSING
6.44/6.59	c GARBAGE COLLECT
6.44/6.59	c rational objective 2
7.54/7.69	c #Conflicts:      30000 | #Constraints:       6987
7.54/7.69	c #Conflicts:      31000 | #Constraints:       8019
7.54/7.69	c #Conflicts:      32000 | #Constraints:       9042
7.54/7.69	c bounds 7 >= -165 @ 7.33112
8.04/8.16	c #Conflicts:      33000 | #Constraints:      10066
8.04/8.16	c INPROCESSING
8.04/8.16	c GARBAGE COLLECT
8.04/8.16	c #Conflicts:      34000 | #Constraints:       7217
8.04/8.16	c #Conflicts:      35000 | #Constraints:       8218
8.04/8.16	c bounds 7 >= -164 @ 7.79012
8.54/8.64	c #Conflicts:      36000 | #Constraints:       9268
8.54/8.64	c #Conflicts:      37000 | #Constraints:      10268
8.54/8.64	c INPROCESSING
8.54/8.64	c GARBAGE COLLECT
8.54/8.64	c rational objective 2
9.63/9.73	c #Conflicts:      38000 | #Constraints:       7240
9.63/9.73	c #Conflicts:      39000 | #Constraints:       8240
9.63/9.73	c #Conflicts:      40000 | #Constraints:       9240
9.63/9.73	c #Conflicts:      41000 | #Constraints:      10240
9.63/9.73	c INPROCESSING
9.63/9.73	c GARBAGE COLLECT
9.63/9.73	c rational objective 2
10.43/10.55	c #Conflicts:      42000 | #Constraints:       7034
10.43/10.55	c #Conflicts:      43000 | #Constraints:       8034
10.43/10.55	c #Conflicts:      44000 | #Constraints:       9035
10.43/10.55	c #Conflicts:      45000 | #Constraints:      10038
10.43/10.55	c #Conflicts:      46000 | #Constraints:      11038
10.43/10.55	c INPROCESSING
10.43/10.55	c GARBAGE COLLECT
10.43/10.55	c rational objective 2
11.13/11.21	c #Conflicts:      47000 | #Constraints:       7626
11.13/11.21	c #Conflicts:      48000 | #Constraints:       8626
11.13/11.21	c bounds 7 >= -163 @ 10.7515
11.83/11.91	c #Conflicts:      49000 | #Constraints:       9692
11.83/11.91	c #Conflicts:      50000 | #Constraints:      10692
11.83/11.91	c #Conflicts:      51000 | #Constraints:      11692
11.83/11.91	c INPROCESSING
11.83/11.91	c GARBAGE COLLECT
11.83/11.91	c rational objective 2
12.53/12.67	c #Conflicts:      52000 | #Constraints:       8067
12.53/12.67	c #Conflicts:      53000 | #Constraints:       9067
12.53/12.67	c #Conflicts:      54000 | #Constraints:      10067
12.53/12.67	c #Conflicts:      55000 | #Constraints:      11067
12.53/12.67	c #Conflicts:      56000 | #Constraints:      12067
12.53/12.67	c INPROCESSING
12.53/12.67	c GARBAGE COLLECT
12.53/12.67	c rational objective 2
12.93/13.06	c #Conflicts:      57000 | #Constraints:       8255
12.93/13.06	c bounds 6 >= -163 @ 12.5442
13.13/13.25	c #Conflicts:      58000 | #Constraints:       9308
13.13/13.25	c bounds 5 >= -163 @ 12.727
13.82/13.98	c #Conflicts:      59000 | #Constraints:      10324
13.82/13.98	c #Conflicts:      60000 | #Constraints:      11324
13.82/13.98	c #Conflicts:      61000 | #Constraints:      12324
13.82/13.98	c INPROCESSING
13.82/13.98	c GARBAGE COLLECT
13.82/13.98	c rational objective 2
14.03/14.14	c bounds 4 >= -163 @ 13.5891
14.72/14.86	c #Conflicts:      62000 | #Constraints:       8328
14.72/14.86	c #Conflicts:      63000 | #Constraints:       9369
14.72/14.86	c #Conflicts:      64000 | #Constraints:      10393
14.72/14.86	c bounds 3 >= -163 @ 14.2792
15.52/15.66	c #Conflicts:      65000 | #Constraints:      11422
15.52/15.66	c #Conflicts:      66000 | #Constraints:      12438
15.52/15.66	c INPROCESSING
15.52/15.66	c GARBAGE COLLECT
15.52/15.66	c rational objective 2
15.92/16.06	c #Conflicts:      67000 | #Constraints:       8177
15.92/16.06	c #Conflicts:      68000 | #Constraints:       9184
15.92/16.06	c bounds 3 >= -162 @ 15.4497
16.12/16.29	c bounds 3 >= -161 @ 15.6722
16.52/16.60	c #Conflicts:      69000 | #Constraints:      10296
16.52/16.60	c #Conflicts:      70000 | #Constraints:      11296
16.52/16.60	c bounds 3 >= -160 @ 15.979
16.92/17.10	c #Conflicts:      71000 | #Constraints:      12338
16.92/17.10	c #Conflicts:      72000 | #Constraints:      13338
16.92/17.10	c INPROCESSING
16.92/17.10	c GARBAGE COLLECT
16.92/17.10	c rational objective 2
17.42/17.50	c #Conflicts:      73000 | #Constraints:       8835
17.42/17.50	c #Conflicts:      74000 | #Constraints:       9835
17.42/17.50	c bounds 3 >= -159 @ 16.8559
17.82/17.95	c #Conflicts:      75000 | #Constraints:      10859
17.82/17.95	c #Conflicts:      76000 | #Constraints:      11859
17.82/17.95	c #Conflicts:      77000 | #Constraints:      12859
17.82/17.95	c #Conflicts:      78000 | #Constraints:      13860
17.82/17.95	c INPROCESSING
17.82/17.95	c GARBAGE COLLECT
17.82/17.95	c rational objective 2
18.42/18.51	c #Conflicts:      79000 | #Constraints:       9200
18.42/18.51	c #Conflicts:      80000 | #Constraints:      10202
18.42/18.51	c bounds 3 >= -158 @ 17.83
18.92/19.03	c #Conflicts:      81000 | #Constraints:      11245
18.92/19.03	c #Conflicts:      82000 | #Constraints:      12245
18.92/19.03	c #Conflicts:      83000 | #Constraints:      13249
18.92/19.03	c #Conflicts:      84000 | #Constraints:      14261
18.92/19.03	c INPROCESSING
18.92/19.03	c GARBAGE COLLECT
18.92/19.03	c rational objective 2
19.02/19.12	c bounds 3 >= -157 @ 18.4123
19.32/19.42	c #Conflicts:      85000 | #Constraints:       9094
19.32/19.42	c bounds 3 >= -156 @ 18.7033
19.32/19.48	c bounds 3 >= -155 @ 18.7587
19.51/19.61	c #Conflicts:      86000 | #Constraints:      10154
19.51/19.61	c bounds 3 >= -154 @ 18.8944
19.81/19.94	c #Conflicts:      87000 | #Constraints:      11193
19.81/19.94	c #Conflicts:      88000 | #Constraints:      12193
19.81/19.94	c #Conflicts:      89000 | #Constraints:      13193
19.81/19.94	c bounds 3 >= -153 @ 19.2107
20.22/20.32	c #Conflicts:      90000 | #Constraints:      14229
20.22/20.32	c INPROCESSING
20.22/20.32	c GARBAGE COLLECT
20.22/20.32	c rational objective 2
20.61/20.71	c #Conflicts:      91000 | #Constraints:       9113
20.61/20.71	c #Conflicts:      92000 | #Constraints:      10125
20.61/20.71	c bounds 2 >= -153 @ 19.943
20.61/20.72	c bounds 2 >= 2 @ 19.9601
20.61/20.72	c cpu time 19.9601 s
20.61/20.72	c deterministic time 762782988 7.63e+08
20.61/20.72	c optimization time 0.041049 s
20.61/20.72	c total solve time 19.9135 s
20.61/20.72	c core-guided solve time 10.6899 s
20.61/20.72	c propagation time 11.7215 s
20.61/20.72	c conflict analysis time 4.74632 s
20.61/20.72	c propagations 8327968
20.61/20.72	c resolve steps 910371
20.61/20.72	c decisions 349226
20.61/20.72	c conflicts 92378
20.61/20.72	c restarts 254
20.61/20.72	c inprocessing phases 22
20.61/20.72	c garbage collections 22 ,( 100.00 )
20.61/20.72	c input clauses 1538 ,( 40.99 )
20.61/20.72	c input cardinalities 1140 ,( 30.38 )
20.61/20.72	c input general constraints 1074 ,( 28.62 )
20.61/20.72	c input average constraint length 77.61
20.61/20.72	c input average constraint degree 36.69
20.61/20.72	c learned clauses 44993 ,( 48.35 )
20.61/20.72	c learned cardinalities 168 ,( 0.18 )
20.61/20.72	c learned general constraints 47897 ,( 51.47 )
20.61/20.72	c learned average constraint length 145.16
20.61/20.72	c learned average constraint degree 1821331570.87
20.61/20.72	c watched  CF 32, 64, 128, Arb: 9225 , 0 , 0 , 0
20.61/20.72	c counting CF 32, 64, 128, Arb: 39747 , 0 , 0 , 0
20.61/20.72	c watched   constraints 9225 ,( 18.84 ) 
20.61/20.72	c counting  constraints 39746 ,( 81.16 ) 
20.61/20.72	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 7478790 , 3048845 , 53537407 ,( 1880365 , 51657042 )
20.61/20.72	c gcd simplifications 2405
20.61/20.72	c detected cardinalities 18
20.61/20.72	c weakened non-implied lits 6125512
20.61/20.72	c weakened non-implying lits 12507
20.61/20.72	c original variables 906
20.61/20.72	c clausal propagations 2292817
20.61/20.72	c cardinality propagations 817904
20.61/20.72	c watched propagations 15639
20.61/20.72	c counting propagations 4805094
20.61/20.72	c watch lookups 405702806
20.61/20.72	c watch backjump lookups 0
20.61/20.72	c watch checks 84985940
20.61/20.72	c propagation checks 217020399
20.61/20.72	c constraint additions 37492060
20.61/20.72	c trail pops 8768891
20.61/20.72	c formula constraints 1039
20.61/20.72	c learned constraints 91940
20.61/20.72	c bound constraints 289
20.61/20.72	c core-guided constraints 2424
20.61/20.72	c encountered formula constraints 254120
20.61/20.72	c encountered learned constraints 435268
20.61/20.72	c encountered bound constraints 48
20.61/20.72	c encountered core-guided constraints 290710
20.61/20.72	c LP total time 6.5258 s
20.61/20.72	c LP solve time 5.5 s
20.61/20.72	c LP constraints added 1056
20.61/20.72	c LP constraints removed 16
20.61/20.72	c LP pivots internal 92401
20.61/20.72	c LP pivots root 43296
20.61/20.72	c LP calls 865
20.61/20.72	c LP optimalities 308
20.61/20.72	c LP no pivot count 71
20.61/20.72	c LP infeasibilities 553
20.61/20.72	c LP valid Farkas constraints 550
20.61/20.72	c LP learned Farkas constraints 551
20.61/20.72	c LP basis resets 1
20.61/20.72	c LP cycling count 0
20.61/20.72	c LP singular count 0
20.61/20.72	c LP no primal count 0
20.61/20.72	c LP no farkas count 1
20.61/20.72	c LP other issue count 0
20.61/20.72	c LP Gomory cuts 17
20.61/20.72	c LP learned cuts 0
20.61/20.72	c LP deleted cuts 16
20.61/20.72	c LP encountered Gomory constraints 0
20.61/20.72	c LP encountered Farkas constraints 19243
20.61/20.72	c LP encountered learned Farkas constraints 2808
20.61/20.72	c CG auxiliary variables introduced 889
20.61/20.72	c CG solutions found 45
20.61/20.72	c CG cores constructed 243
20.61/20.72	c CG core cardinality constraints returned 27
20.61/20.72	c CG unit cores 1
20.61/20.72	c CG single cores 213
20.61/20.72	c CG blocks removed during cardinality reduction 0
20.61/20.72	c CG first core best 0
20.61/20.72	c CG decision core best 18
20.61/20.72	c CG core reduction tie 11
20.61/20.72	c CG core degree average 1.15
20.61/20.72	c CG core slack average 7.71
20.61/20.72	c CG core upper bound improvements 0
20.61/20.72	c STR number of successful calls 0
20.61/20.72	c STR number of unsuccessful calls 0
20.61/20.72	c STR number of inconclusive calls 0
20.61/20.72	c STR number of successful attempts 0
20.61/20.72	c STR number of unsuccessful attempts 0
20.61/20.72	c STR number of inconclusive attempts 0
20.61/20.72	c STR average degree increase per successful call inf
20.61/20.72	c STR average degree increase per successful attempt inf
20.61/20.72	c STR total number of conflicts for successful attempts 0
20.61/20.72	c STR total number of conflicts for unsuccessful attempts 0
20.61/20.72	c STR total number of conflicts for inconclusive attempts 0
20.61/20.72	c STR average number of conflicts per successful attempt inf
20.61/20.72	c STR average number of conflicts per unsuccessful attempt inf
20.61/20.72	c STR average number of conflicts per inconclusive attempt inf
20.61/20.72	c AVG.sumWPerc 60.64 
20.61/20.72	c bigint constraints 0 
20.61/20.72	o 2
20.61/20.72	s OPTIMUM FOUND
20.61/20.72	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 -x507 x508 -x509 -x510 -x511 x512 x513 x514 x515 x516 -x517 -x518 -x519 -x520 x521 x522 x523 x524 -x525 -x526 -x527 x528 -x529 -x530 -x531 -x532 -x533 -x534 x535 x536 x537 -x538 -x539 -x540 -x541 -x542 -x543 -x544 x545 -x546 -x547 x548 x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 x561 x562 x563 x564 -x565 -x566 x567 x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 x577 x578 x579 x580 -x581 -x582 -x583 -x584 -x585 -x586 -x587 -x588 -x589 -x590 -x591 x592 x593 -x594 -x595 -x596 -x597 -x598 -x599 -x600 -x601 -x602 -x603 x604 x605 -x606 -x607 -x608 x609 -x610 -x611 -x612 x613 -x614 -x615 x616 x617 x618 -x619 -x620 x621 x622 x623 x624 x625 x626 -x627 -x628 -x629 x630 -x631 -x632 x633 -x634 -x635 x636 -x637 x638 x639 x640 -x641 -x642 -x643 -x644 x645 x646 x647 x648 -x649 -x650 -x651 -x652 x653 -x654 -x655 x656 x657 -x658 x659 -x660 -x661 x662 x663 x664 x665 -x666 -x667 -x668 -x669 -x670 -x671 x672 x673 x674 x675 x676 x677 x678 -x679 -x680 -x681 x682 -x683 -x684 -x685 x686 -x687 -x688 -x689 -x690 x691 -x692 -x693 -x694 x695 x696 -x697 -x698 x699 x700 -x701 -x702 x703 x704 -x705 -x706 -x707 x708 -x709 -x710 -x711 x712 -x713 -x714 x715 x716 -x717 -x718 x719 x720 x721 -x722 -x723 -x724 -x725 -x726 -x727 -x728 x729 -x730 -x731 x732 x733 x734 x735 -x736 -x737 -x738 x739 x740 x741 x742 x743 x744 -x745 x746 x747 x748 -x749 x750 x751 x752 -x753 x754 x755 x756 -x757 x758 x759 x760 -x761 -x762 x763 x764 -x765 -x766 -x767 -x768 -x769 -x770 -x771 -x772 -x773 -x774 -x775 x776 -x777 -x778 -x779 x780 x781 -x782 x783 x784 -x785 -x786 -x787 -x788 -x789 -x790 -x791 -x792 -x793 -x794 -x795 x796 -x797 -x798 x799 x800 x801 x802 x803 x804 -x805 -x806 x807 x808 x809 -x810 -x811 -x812 x813 -x814 -x815 -x816 -x817 -x818 -x819 -x820 -x821 -x822 -x823 -x824 -x825 x826 x827 x828 x829 -x830 -x831 -x832 x833 x834 -x835 -x836 -x837 -x838 -x839 -x840 -x841 -x842 -x843 -x844 -x845 x846 -x847 -x848 -x849 x850 -x851 -x852 -x853 -x854 -x855 -x856 -x857 -x858 x859 x860 x861 x862 x863 x864 x865 x866 -x867 -x868 x869 x870 -x871 -x872 x873 x874 -x875 -x876 -x877 x878 -x879 -x880 x881 x882 x883 -x884 -x885 -x886 -x887 -x888 -x889 x890 x891 x892 -x893 x894 x895 -x896 -x897 -x898 x899 x900 x901 x902 x903 x904 x905 x906

Verifier Data

OK	2

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (52303 MiB free)
  memory of node 1: 64507 MiB (60061 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4484494-1751287588/watcher-4484494-1751287588 -o /tmp/evaluation-result-4484494-1751287588/solver-4484494-1751287588 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1751280113-42673 --watchdog 3760 run-opt-ls.sh HOME/instance-4484494-1751287588.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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
Current StackSize limit: 8192 KiB

solver pid=43743, runsolver pid=43740

[startup+0.100065 s]*
/proc/loadavg: 4.10 4.11 4.09 5/267 43746
/proc/meminfo: memFree=115059060/131250000 swapFree=33010684/33010684
[pid=43743] ppid=43740 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/43743/stat : 43743 (run-opt-ls.sh) S 43740 43743 42660 0 -1 4194304 239 636 0 0 0 0 0 0 20 0 1 0 44436685 4292608 736 18446744073709551615 94308137336832 94308138231365 140730665460608 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94308138470416 94308138518160 94308140044288 140730665462119 140730665462245 140730665462245 140730665467847 0
/proc/43743/statm: 1048 736 672 219 0 110 0
[pid=43746] ppid=43743 vsize=58904 memory=12956 CPUtime=0.07 cores=5,7
/proc/43746/stat : 43746 (roundingsat) R 43743 43743 42660 0 -1 4194304 1352 0 0 0 7 0 0 0 20 0 1 0 44436687 60317696 3239 18446744073709551615 4227072 8923433 140720553406144 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 41865216 140720553408838 140720553409064 140720553409064 140720553414634 0
/proc/43746/statm: 14726 3239 2336 1147 0 2153 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 63096 KiB
Current children cumulated memory: 15900 KiB

[startup+0.205701 s]*
/proc/loadavg: 4.10 4.11 4.09 5/267 43746
/proc/meminfo: memFree=115051248/131250000 swapFree=33010684/33010684
[pid=43743] ppid=43740 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/43743/stat : 43743 (run-opt-ls.sh) S 43740 43743 42660 0 -1 4194304 239 636 0 0 0 0 0 0 20 0 1 0 44436685 4292608 736 18446744073709551615 94308137336832 94308138231365 140730665460608 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94308138470416 94308138518160 94308140044288 140730665462119 140730665462245 140730665462245 140730665467847 0
/proc/43743/statm: 1048 736 672 219 0 110 0
[pid=43746] ppid=43743 vsize=64620 memory=20948 CPUtime=0.17 cores=5,7
/proc/43746/stat : 43746 (roundingsat) R 43743 43743 42660 0 -1 4194304 2799 0 0 0 15 2 0 0 20 0 1 0 44436687 66170880 5237 18446744073709551615 4227072 8923433 140720553406144 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 41865216 140720553408838 140720553409064 140720553409064 140720553414634 0
/proc/43746/statm: 16155 5237 2400 1147 0 3582 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 68812 KiB
Current children cumulated memory: 23892 KiB

[startup+0.305538 s]*
/proc/loadavg: 4.10 4.11 4.09 5/267 43746
/proc/meminfo: memFree=115043184/131250000 swapFree=33010684/33010684
[pid=43743] ppid=43740 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/43743/stat : 43743 (run-opt-ls.sh) S 43740 43743 42660 0 -1 4194304 239 636 0 0 0 0 0 0 20 0 1 0 44436685 4292608 736 18446744073709551615 94308137336832 94308138231365 140730665460608 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94308138470416 94308138518160 94308140044288 140730665462119 140730665462245 140730665462245 140730665467847 0
/proc/43743/statm: 1048 736 672 219 0 110 0
[pid=43746] ppid=43743 vsize=66896 memory=25436 CPUtime=0.27 cores=5,7
/proc/43746/stat : 43746 (roundingsat) R 43743 43743 42660 0 -1 4194304 3389 0 0 0 24 3 0 0 20 0 1 0 44436687 68501504 6359 18446744073709551615 4227072 8923433 140720553406144 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 41865216 140720553408838 140720553409064 140720553409064 140720553414634 0
/proc/43746/statm: 16724 6359 2400 1147 0 4151 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 71088 KiB
Current children cumulated memory: 28380 KiB

[startup+0.700205 s]
/proc/loadavg: 4.10 4.11 4.09 5/267 43746
/proc/meminfo: memFree=115031024/131250000 swapFree=33010684/33010684
[pid=43743] ppid=43740 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/43743/stat : 43743 (run-opt-ls.sh) S 43740 43743 42660 0 -1 4194304 239 636 0 0 0 0 0 0 20 0 1 0 44436685 4292608 736 18446744073709551615 94308137336832 94308138231365 140730665460608 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94308138470416 94308138518160 94308140044288 140730665462119 140730665462245 140730665462245 140730665467847 0
/proc/43743/statm: 1048 736 672 219 0 110 0
[pid=43746] ppid=43743 vsize=72076 memory=30428 CPUtime=0.66 cores=5,7
/proc/43746/stat : 43746 (roundingsat) R 43743 43743 42660 0 -1 4194304 4631 0 0 0 62 4 0 0 20 0 1 0 44436687 73805824 7607 18446744073709551615 4227072 8923433 140720553406144 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 41865216 140720553408838 140720553409064 140720553409064 140720553414634 0
/proc/43746/statm: 18019 7607 2432 1147 0 5446 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 76268 KiB
Current children cumulated memory: 33372 KiB

[startup+1.50021 s]
/proc/loadavg: 4.10 4.11 4.09 5/267 43746
/proc/meminfo: memFree=115002484/131250000 swapFree=33010684/33010684
[pid=43743] ppid=43740 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/43743/stat : 43743 (run-opt-ls.sh) S 43740 43743 42660 0 -1 4194304 239 636 0 0 0 0 0 0 20 0 1 0 44436685 4292608 736 18446744073709551615 94308137336832 94308138231365 140730665460608 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94308138470416 94308138518160 94308140044288 140730665462119 140730665462245 140730665462245 140730665467847 0
/proc/43743/statm: 1048 736 672 219 0 110 0
[pid=43746] ppid=43743 vsize=83780 memory=40028 CPUtime=1.46 cores=5,7
/proc/43746/stat : 43746 (roundingsat) R 43743 43743 42660 0 -1 4194304 7042 0 0 0 138 8 0 0 20 0 1 0 44436687 85790720 10007 18446744073709551615 4227072 8923433 140720553406144 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 41865216 140720553408838 140720553409064 140720553409064 140720553414634 0
/proc/43746/statm: 20945 10007 2432 1147 0 8372 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 87972 KiB
Current children cumulated memory: 42972 KiB

[startup+3.10541 s]
/proc/loadavg: 4.10 4.10 4.09 5/267 43746
/proc/meminfo: memFree=114976292/131250000 swapFree=33010684/33010684
[pid=43743] ppid=43740 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/43743/stat : 43743 (run-opt-ls.sh) S 43740 43743 42660 0 -1 4194304 239 636 0 0 0 0 0 0 20 0 1 0 44436685 4292608 736 18446744073709551615 94308137336832 94308138231365 140730665460608 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94308138470416 94308138518160 94308140044288 140730665462119 140730665462245 140730665462245 140730665467847 0
/proc/43743/statm: 1048 736 672 219 0 110 0
[pid=43746] ppid=43743 vsize=85488 memory=42076 CPUtime=3.06 cores=5,7
/proc/43746/stat : 43746 (roundingsat) R 43743 43743 42660 0 -1 4194304 7555 0 0 0 291 15 0 0 20 0 1 0 44436687 87539712 10519 18446744073709551615 4227072 8923433 140720553406144 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 41865216 140720553408838 140720553409064 140720553409064 140720553414634 0
/proc/43746/statm: 21372 10519 2432 1147 0 8799 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 89680 KiB
Current children cumulated memory: 45020 KiB

[startup+6.3002 s]
/proc/loadavg: 4.10 4.10 4.09 5/267 43746
/proc/meminfo: memFree=114940132/131250000 swapFree=33010684/33010684
[pid=43743] ppid=43740 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/43743/stat : 43743 (run-opt-ls.sh) S 43740 43743 42660 0 -1 4194304 239 636 0 0 0 0 0 0 20 0 1 0 44436685 4292608 736 18446744073709551615 94308137336832 94308138231365 140730665460608 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94308138470416 94308138518160 94308140044288 140730665462119 140730665462245 140730665462245 140730665467847 0
/proc/43743/statm: 1048 736 672 219 0 110 0
[pid=43746] ppid=43743 vsize=87492 memory=44636 CPUtime=6.24 cores=5,7
/proc/43746/stat : 43746 (roundingsat) R 43743 43743 42660 0 -1 4194304 8190 0 0 0 599 25 0 0 20 0 1 0 44436687 89591808 11159 18446744073709551615 4227072 8923433 140720553406144 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 41865216 140720553408838 140720553409064 140720553409064 140720553414634 0
/proc/43746/statm: 21873 11159 2432 1147 0 9300 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 91684 KiB
Current children cumulated memory: 47580 KiB

[startup+12.7002 s]
/proc/loadavg: 4.09 4.10 4.09 5/267 43746
/proc/meminfo: memFree=114777256/131250000 swapFree=33010684/33010684
[pid=43743] ppid=43740 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/43743/stat : 43743 (run-opt-ls.sh) S 43740 43743 42660 0 -1 4194304 239 636 0 0 0 0 0 0 20 0 1 0 44436685 4292608 736 18446744073709551615 94308137336832 94308138231365 140730665460608 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94308138470416 94308138518160 94308140044288 140730665462119 140730665462245 140730665462245 140730665467847 0
/proc/43743/statm: 1048 736 672 219 0 110 0
[pid=43746] ppid=43743 vsize=119856 memory=69528 CPUtime=12.63 cores=5,7
/proc/43746/stat : 43746 (roundingsat) R 43743 43743 42660 0 -1 4194304 13391 0 0 0 1219 44 0 0 20 0 1 0 44436687 122732544 17382 18446744073709551615 4227072 8923433 140720553406144 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 41865216 140720553408838 140720553409064 140720553409064 140720553414634 0
/proc/43746/statm: 29964 17382 2432 1147 0 17391 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 124048 KiB
Current children cumulated memory: 72472 KiB

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

# cumulated CPU time of all completed processes:  user=19.9665 s, system=0.693952 s

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

[startup+12.8002 s]
/proc/loadavg: 4.09 4.10 4.09 5/267 43746
/proc/meminfo: memFree=114777256/131250000 swapFree=33010684/33010684
[pid=43743] ppid=43740 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/43743/stat : 43743 (run-opt-ls.sh) S 43740 43743 42660 0 -1 4194304 239 636 0 0 0 0 0 0 20 0 1 0 44436685 4292608 736 18446744073709551615 94308137336832 94308138231365 140730665460608 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94308138470416 94308138518160 94308140044288 140730665462119 140730665462245 140730665462245 140730665467847 0
/proc/43743/statm: 1048 736 672 219 0 110 0
[pid=43746] ppid=43743 vsize=119856 memory=69528 CPUtime=12.73 cores=5,7
/proc/43746/stat : 43746 (roundingsat) R 43743 43743 42660 0 -1 4194304 13391 0 0 0 1229 44 0 0 20 0 1 0 44436687 122732544 17382 18446744073709551615 4227072 8923433 140720553406144 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 41865216 140720553408838 140720553409064 140720553409064 140720553414634 0
/proc/43746/statm: 29964 17382 2432 1147 0 17391 0
Current children cumulated CPU time: 12.73 s
Current children cumulated vsize: 124048 KiB
Current children cumulated memory: 72472 KiB

[startup+16.0002 s]*
/proc/loadavg: 4.08 4.10 4.09 5/267 43746
/proc/meminfo: memFree=114678528/131250000 swapFree=33010684/33010684
[pid=43743] ppid=43740 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/43743/stat : 43743 (run-opt-ls.sh) S 43740 43743 42660 0 -1 4194304 239 636 0 0 0 0 0 0 20 0 1 0 44436685 4292608 736 18446744073709551615 94308137336832 94308138231365 140730665460608 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94308138470416 94308138518160 94308140044288 140730665462119 140730665462245 140730665462245 140730665467847 0
/proc/43743/statm: 1048 736 672 219 0 110 0
[pid=43746] ppid=43743 vsize=134884 memory=81432 CPUtime=15.92 cores=5,7
/proc/43746/stat : 43746 (roundingsat) R 43743 43743 42660 0 -1 4194304 16345 0 0 0 1539 53 0 0 20 0 1 0 44436687 138121216 20358 18446744073709551615 4227072 8923433 140720553406144 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 41865216 140720553408838 140720553409064 140720553409064 140720553414634 0
/proc/43746/statm: 33721 20358 2432 1147 0 21148 0
Current children cumulated CPU time: 15.92 s
Current children cumulated vsize: 139076 KiB
Current children cumulated memory: 84376 KiB

[startup+19.2002 s]
/proc/loadavg: 4.07 4.10 4.09 5/267 43746
/proc/meminfo: memFree=114662652/131250000 swapFree=33010684/33010684
[pid=43743] ppid=43740 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/43743/stat : 43743 (run-opt-ls.sh) S 43740 43743 42660 0 -1 4194304 239 636 0 0 0 0 0 0 20 0 1 0 44436685 4292608 736 18446744073709551615 94308137336832 94308138231365 140730665460608 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94308138470416 94308138518160 94308140044288 140730665462119 140730665462245 140730665462245 140730665467847 0
/proc/43743/statm: 1048 736 672 219 0 110 0
[pid=43746] ppid=43743 vsize=135208 memory=81560 CPUtime=19.11 cores=5,7
/proc/43746/stat : 43746 (roundingsat) R 43743 43743 42660 0 -1 4194304 16391 0 0 0 1848 63 0 0 20 0 1 0 44436687 138452992 20390 18446744073709551615 4227072 8923433 140720553406144 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 41865216 140720553408838 140720553409064 140720553409064 140720553414634 0
/proc/43746/statm: 33802 20390 2432 1147 0 21229 0
Current children cumulated CPU time: 19.11 s
Current children cumulated vsize: 139400 KiB
Current children cumulated memory: 84504 KiB

[startup+20.0002 s]*
/proc/loadavg: 4.07 4.10 4.09 5/267 43746
/proc/meminfo: memFree=114638456/131250000 swapFree=33010684/33010684
[pid=43743] ppid=43740 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/43743/stat : 43743 (run-opt-ls.sh) S 43740 43743 42660 0 -1 4194304 239 636 0 0 0 0 0 0 20 0 1 0 44436685 4292608 736 18446744073709551615 94308137336832 94308138231365 140730665460608 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94308138470416 94308138518160 94308140044288 140730665462119 140730665462245 140730665462245 140730665467847 0
/proc/43743/statm: 1048 736 672 219 0 110 0
[pid=43746] ppid=43743 vsize=135208 memory=81560 CPUtime=19.92 cores=5,7
/proc/43746/stat : 43746 (roundingsat) R 43743 43743 42660 0 -1 4194304 16392 0 0 0 1927 65 0 0 20 0 1 0 44436687 138452992 20390 18446744073709551615 4227072 8923433 140720553406144 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 41865216 140720553408838 140720553409064 140720553409064 140720553414634 0
/proc/43746/statm: 33802 20390 2432 1147 0 21229 0
Current children cumulated CPU time: 19.92 s
Current children cumulated vsize: 139400 KiB
Current children cumulated memory: 84504 KiB

[startup+20.4002 s]
/proc/loadavg: 4.07 4.10 4.09 5/267 43746
/proc/meminfo: memFree=114638456/131250000 swapFree=33010684/33010684
[pid=43743] ppid=43740 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/43743/stat : 43743 (run-opt-ls.sh) S 43740 43743 42660 0 -1 4194304 239 636 0 0 0 0 0 0 20 0 1 0 44436685 4292608 736 18446744073709551615 94308137336832 94308138231365 140730665460608 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94308138470416 94308138518160 94308140044288 140730665462119 140730665462245 140730665462245 140730665467847 0
/proc/43743/statm: 1048 736 672 219 0 110 0
[pid=43746] ppid=43743 vsize=135208 memory=81560 CPUtime=20.31 cores=5,7
/proc/43746/stat : 43746 (roundingsat) R 43743 43743 42660 0 -1 4194304 16393 0 0 0 1964 67 0 0 20 0 1 0 44436687 138452992 20390 18446744073709551615 4227072 8923433 140720553406144 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 41865216 140720553408838 140720553409064 140720553409064 140720553414634 0
/proc/43746/statm: 33802 20390 2432 1147 0 21229 0
Current children cumulated CPU time: 20.31 s
Current children cumulated vsize: 139400 KiB
Current children cumulated memory: 84504 KiB

[startup+20.6002 s]
/proc/loadavg: 4.07 4.10 4.09 5/267 43746
/proc/meminfo: memFree=114638456/131250000 swapFree=33010684/33010684
[pid=43743] ppid=43740 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/43743/stat : 43743 (run-opt-ls.sh) S 43740 43743 42660 0 -1 4194304 239 636 0 0 0 0 0 0 20 0 1 0 44436685 4292608 736 18446744073709551615 94308137336832 94308138231365 140730665460608 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94308138470416 94308138518160 94308140044288 140730665462119 140730665462245 140730665462245 140730665467847 0
/proc/43743/statm: 1048 736 672 219 0 110 0
[pid=43746] ppid=43743 vsize=135208 memory=81560 CPUtime=20.51 cores=5,7
/proc/43746/stat : 43746 (roundingsat) R 43743 43743 42660 0 -1 4194304 16393 0 0 0 1984 67 0 0 20 0 1 0 44436687 138452992 20390 18446744073709551615 4227072 8923433 140720553406144 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 41865216 140720553408838 140720553409064 140720553409064 140720553414634 0
/proc/43746/statm: 33802 20390 2432 1147 0 21229 0
Current children cumulated CPU time: 20.51 s
Current children cumulated vsize: 139400 KiB
Current children cumulated memory: 84504 KiB

[startup+20.7002 s]
/proc/loadavg: 4.07 4.10 4.09 5/267 43746
/proc/meminfo: memFree=114638456/131250000 swapFree=33010684/33010684
[pid=43743] ppid=43740 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/43743/stat : 43743 (run-opt-ls.sh) S 43740 43743 42660 0 -1 4194304 239 636 0 0 0 0 0 0 20 0 1 0 44436685 4292608 736 18446744073709551615 94308137336832 94308138231365 140730665460608 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94308138470416 94308138518160 94308140044288 140730665462119 140730665462245 140730665462245 140730665467847 0
/proc/43743/statm: 1048 736 672 219 0 110 0
[pid=43746] ppid=43743 vsize=135208 memory=81560 CPUtime=20.61 cores=5,7
/proc/43746/stat : 43746 (roundingsat) R 43743 43743 42660 0 -1 4194304 16393 0 0 0 1993 68 0 0 20 0 1 0 44436687 138452992 20390 18446744073709551615 4227072 8923433 140720553406144 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 41865216 140720553408838 140720553409064 140720553409064 140720553414634 0
/proc/43746/statm: 33802 20390 2432 1147 0 21229 0
Current children cumulated CPU time: 20.61 s
Current children cumulated vsize: 139400 KiB
Current children cumulated memory: 84504 KiB

Child status: 0

Real time (s): 20.7339
CPU time (s): 20.6605
CPU user time (s): 19.9665
CPU system time (s): 0.693952
CPU usage (%): 99.646
Max. virtual memory (cumulated for all children) (KiB): 139400
Max. memory (cumulated for all children) (KiB): 84504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.9665
system time used= 0.693952
maximum resident set size= 81560
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17292
page faults= 0
swaps= 0
block input operations= 0
block output operations= 88
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 208
involuntary context switches= 35


# summary of solver processes directly reported to runsolver:
#   pid: 43743
#   total CPU time (s): 20.6605
#   total CPU user time (s): 19.9665
#   total CPU system time (s): 0.693952

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.036986 second user time and 0.142142 second system time

The end

Launcher Data

Begin job on nodeC018 at 2025-06-30 14:46:28
IDJOB=4484494
IDBENCH=146658
IDSOLVER=3355
FILE ID=nodeC018/4484494-1751287588
RUNJOBID= nodeC018-1751280113-42673
SLURM_JOB_ID= 9594225
Free space on /tmp= 433036 MiB

SOLVER NAME= roundingsat-ls+pbsuma 63f22ad
BENCH NAME= PB24/normalized-PB06/OPT-LIN/web/www.ps.uni-sb.de/~walser/benchmarks/radar/normalized-10:20:4.5:0.95:98.opb
COMMAND LINE= run-opt-ls.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4484494-1751287588/watcher-4484494-1751287588 -o /tmp/evaluation-result-4484494-1751287588/solver-4484494-1751287588 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1751280113-42673 --watchdog 3760  run-opt-ls.sh HOME/instance-4484494-1751287588.opb

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

MD5SUM BENCH= f3472af25f5f0fee0e9203b0329f534f
RANDOM SEED=641957259

nodeC018 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.797
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.782
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.835
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3606.014
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.831
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.733
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.200
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.826
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        115061676 kB
MemAvailable:   116048348 kB
Buffers:            3280 kB
Cached:          1788256 kB
SwapCached:            0 kB
Active:         13987360 kB
Inactive:        1531088 kB
Active(anon):   13744988 kB
Inactive(anon):        0 kB
Active(file):     242372 kB
Inactive(file):  1531088 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              7120 kB
Writeback:            24 kB
AnonPages:      13729564 kB
Mapped:           117592 kB
Shmem:             18076 kB
KReclaimable:     104504 kB
Slab:             191712 kB
SReclaimable:     104504 kB
SUnreclaim:        87208 kB
KernelStack:        4320 kB
PageTables:        34060 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   16504952 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150616 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4460544 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:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433032 MiB
End job on nodeC018 at 2025-06-30 14:46:49