Trace number 4514739

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 NameAnswerCPU timeWall clock time
roundingsat+pbsuma-log 63f22adUNSAT cert. 14.1776 14.2737

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/quimper/
SyncCodes/d_n_k/normalized-5_6_18.opb
MD5SUM81a3482013934a1c472e0f197243e7de
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.76126
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables552
Total number of constraints2558
Number of constraints which are clauses2553
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint23
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 18
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 41
Number of bits of the biggest sum of numbers6
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-4514739-1751218271.opb'
0.00/0.01	c 	read 0.08MB  (1.29ms)
0.00/0.01	c	 [cnf: #variables 552 #clauses 2558 #duplicates 0 #arr 8191]
0.00/0.01	c output proof to 'PROOFDIR/proof-4514739-1751218271'
0.00/0.01	c 
0.00/0.01	c make graph and approximate orbits
0.00/0.01	c	 [group: #orbits ~= 460] (1.08ms)
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.87ms)
0.00/0.01	c 
0.00/0.01	c detect symmetries on remainder
0.00/0.01	c 	[graph: #vertices 4743 #edges 19648]
0.00/0.01	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.01	c 	 [group: #symmetries 1.02*10^3 #generators 10] (1.79ms)
0.00/0.01	c 
0.00/0.01	c optimize generators (opt_passes=64, conjugate_limit=256)
0.00/0.01	c 	ran it=0, +gens=2 
0.00/0.01	c 	con best_support=92, best_gens=10, +gens=0
0.00/0.01	c 	(0.91ms)
0.00/0.01	c 
0.00/0.01	c finalize break order and special generators
0.00/0.01	c 
0.00/0.01	c add generic predicates (break_depth=10)
0.00/0.01	c 	added predicates for 12 generators (0.01ms)
0.00/0.01	c 
0.00/0.01	c generation finished
0.00/0.01	c 	[sbp: #constraints 336 #add_vars 108]
0.00/0.01	c 
0.00/0.01	c write result to 'HOME/instance-4514739-1751218271.opb.pre'
0.00/0.01	c 	wrote 0.09MB (0.31ms)
0.00/0.01	c ------------------------------------------------------------------
0.00/0.01	c                   1.79ms 23.26% detect_generic
0.00/0.01	c                   1.43ms 18.56% other
0.00/0.01	c                   1.29ms 16.71% parse
0.00/0.01	c                   1.08ms 13.96% approx_orbits
0.00/0.01	c                   0.91ms 11.75% optimize_gens
0.00/0.01	c                   0.87ms 11.26% detect_special
0.00/0.01	c                   0.31ms  3.96% output
0.00/0.01	c                   0.03ms  0.37% finalize_order
0.00/0.01	c                   0.01ms  0.16% break_generic
0.00/0.01	c         ───────────────────────────────────────────────
0.00/0.01	c                   7.71ms   100% total
0.00/0.01	c ------------------------------------------------------------------
0.00/0.02	c RoundingSat 2
0.00/0.02	c branch pb25
0.00/0.02	c commit 63f22ad
0.00/0.04	c #variables 660 #constraints 2893
3.26/3.30	c #Conflicts:       1000 | #Constraints:       3892
3.26/3.30	c #Conflicts:       2000 | #Constraints:       4892
3.26/3.30	c INPROCESSING
3.26/3.30	c GARBAGE COLLECT
3.26/3.30	c #Conflicts:       3000 | #Constraints:       4714
3.26/3.30	c #Conflicts:       4000 | #Constraints:       5714
3.26/3.30	c INPROCESSING
3.26/3.30	c GARBAGE COLLECT
3.26/3.30	c #Conflicts:       5000 | #Constraints:       5122
3.26/3.30	c #Conflicts:       6000 | #Constraints:       6122
3.26/3.30	c INPROCESSING
3.26/3.30	c GARBAGE COLLECT
3.26/3.30	c #Conflicts:       7000 | #Constraints:       5123
3.26/3.30	c #Conflicts:       8000 | #Constraints:       6123
3.26/3.30	c #Conflicts:       9000 | #Constraints:       7123
3.26/3.30	c INPROCESSING
3.26/3.30	c GARBAGE COLLECT
3.26/3.30	c #Conflicts:      10000 | #Constraints:       5823
3.26/3.30	c #Conflicts:      11000 | #Constraints:       6823
3.26/3.30	c #Conflicts:      12000 | #Constraints:       7823
3.26/3.30	c INPROCESSING
3.26/3.30	c GARBAGE COLLECT
3.26/3.30	c #Conflicts:      13000 | #Constraints:       6276
3.26/3.30	c #Conflicts:      14000 | #Constraints:       7276
3.26/3.30	c #Conflicts:      15000 | #Constraints:       8276
3.26/3.30	c INPROCESSING
3.26/3.30	c GARBAGE COLLECT
3.26/3.30	c #Conflicts:      16000 | #Constraints:       6503
3.26/3.30	c #Conflicts:      17000 | #Constraints:       7503
3.26/3.30	c #Conflicts:      18000 | #Constraints:       8503
3.26/3.30	c INPROCESSING
3.26/3.30	c GARBAGE COLLECT
3.26/3.30	c #Conflicts:      19000 | #Constraints:       6517
3.26/3.30	c #Conflicts:      20000 | #Constraints:       7517
3.26/3.30	c #Conflicts:      21000 | #Constraints:       8517
3.26/3.30	c INPROCESSING
3.26/3.30	c GARBAGE COLLECT
3.26/3.30	c #Conflicts:      22000 | #Constraints:       6322
3.26/3.30	c #Conflicts:      23000 | #Constraints:       7322
3.26/3.30	c #Conflicts:      24000 | #Constraints:       8322
3.26/3.30	c #Conflicts:      25000 | #Constraints:       9322
3.26/3.30	c INPROCESSING
3.26/3.30	c GARBAGE COLLECT
3.26/3.30	c #Conflicts:      26000 | #Constraints:       6933
3.26/3.30	c #Conflicts:      27000 | #Constraints:       7933
3.26/3.30	c #Conflicts:      28000 | #Constraints:       8933
3.26/3.30	c #Conflicts:      29000 | #Constraints:       9933
3.26/3.30	c INPROCESSING
3.26/3.30	c GARBAGE COLLECT
3.26/3.30	c #Conflicts:      30000 | #Constraints:       7333
3.26/3.30	c #Conflicts:      31000 | #Constraints:       8333
3.26/3.30	c #Conflicts:      32000 | #Constraints:       9333
3.26/3.30	c #Conflicts:      33000 | #Constraints:      10333
3.26/3.30	c INPROCESSING
3.26/3.30	c GARBAGE COLLECT
3.26/3.30	c rational objective 113.835
6.54/6.64	c #Conflicts:      34000 | #Constraints:       7538
6.54/6.64	c #Conflicts:      35000 | #Constraints:       8538
6.54/6.64	c #Conflicts:      36000 | #Constraints:       9538
6.54/6.64	c #Conflicts:      37000 | #Constraints:      10538
6.54/6.64	c INPROCESSING
6.54/6.64	c GARBAGE COLLECT
6.54/6.64	c #Conflicts:      38000 | #Constraints:       7542
6.54/6.64	c #Conflicts:      39000 | #Constraints:       8542
6.54/6.64	c #Conflicts:      40000 | #Constraints:       9542
6.54/6.64	c #Conflicts:      41000 | #Constraints:      10542
6.54/6.64	c INPROCESSING
6.54/6.64	c GARBAGE COLLECT
6.54/6.64	c #Conflicts:      42000 | #Constraints:       7343
6.54/6.64	c #Conflicts:      43000 | #Constraints:       8343
6.54/6.64	c #Conflicts:      44000 | #Constraints:       9343
6.54/6.64	c #Conflicts:      45000 | #Constraints:      10343
6.54/6.64	c #Conflicts:      46000 | #Constraints:      11343
6.54/6.64	c INPROCESSING
6.54/6.64	c GARBAGE COLLECT
6.54/6.64	c #Conflicts:      47000 | #Constraints:       7937
6.54/6.64	c #Conflicts:      48000 | #Constraints:       8937
6.54/6.64	c #Conflicts:      49000 | #Constraints:       9937
6.54/6.64	c #Conflicts:      50000 | #Constraints:      10937
6.54/6.64	c #Conflicts:      51000 | #Constraints:      11937
6.54/6.64	c INPROCESSING
6.54/6.64	c GARBAGE COLLECT
6.54/6.64	c #Conflicts:      52000 | #Constraints:       8339
6.54/6.64	c #Conflicts:      53000 | #Constraints:       9339
6.54/6.64	c #Conflicts:      54000 | #Constraints:      10339
6.54/6.64	c #Conflicts:      55000 | #Constraints:      11339
6.54/6.64	c #Conflicts:      56000 | #Constraints:      12339
6.54/6.64	c INPROCESSING
6.54/6.64	c GARBAGE COLLECT
6.54/6.64	c #Conflicts:      57000 | #Constraints:       8538
6.54/6.64	c #Conflicts:      58000 | #Constraints:       9538
6.54/6.64	c #Conflicts:      59000 | #Constraints:      10538
6.54/6.64	c #Conflicts:      60000 | #Constraints:      11538
6.54/6.64	c #Conflicts:      61000 | #Constraints:      12538
6.54/6.64	c INPROCESSING
6.54/6.64	c GARBAGE COLLECT
6.54/6.64	c rational objective 113.928
10.33/10.40	c #Conflicts:      62000 | #Constraints:       8539
10.33/10.40	c #Conflicts:      63000 | #Constraints:       9540
10.33/10.40	c #Conflicts:      64000 | #Constraints:      10540
10.33/10.40	c #Conflicts:      65000 | #Constraints:      11540
10.33/10.40	c #Conflicts:      66000 | #Constraints:      12540
10.33/10.40	c INPROCESSING
10.33/10.40	c GARBAGE COLLECT
10.33/10.40	c #Conflicts:      67000 | #Constraints:       8342
10.33/10.40	c #Conflicts:      68000 | #Constraints:       9343
10.33/10.40	c #Conflicts:      69000 | #Constraints:      10343
10.33/10.40	c #Conflicts:      70000 | #Constraints:      11343
10.33/10.40	c #Conflicts:      71000 | #Constraints:      12343
10.33/10.40	c #Conflicts:      72000 | #Constraints:      13343
10.33/10.40	c INPROCESSING
10.33/10.40	c GARBAGE COLLECT
10.33/10.40	c #Conflicts:      73000 | #Constraints:       8944
10.33/10.40	c #Conflicts:      74000 | #Constraints:       9945
10.33/10.40	c #Conflicts:      75000 | #Constraints:      10945
10.33/10.40	c #Conflicts:      76000 | #Constraints:      11946
10.33/10.40	c #Conflicts:      77000 | #Constraints:      12947
10.33/10.40	c #Conflicts:      78000 | #Constraints:      13947
10.33/10.40	c INPROCESSING
10.33/10.40	c GARBAGE COLLECT
10.33/10.40	c #Conflicts:      79000 | #Constraints:       9347
10.33/10.40	c #Conflicts:      80000 | #Constraints:      10347
10.33/10.40	c #Conflicts:      81000 | #Constraints:      11347
10.33/10.40	c #Conflicts:      82000 | #Constraints:      12348
10.33/10.40	c #Conflicts:      83000 | #Constraints:      13348
10.33/10.40	c #Conflicts:      84000 | #Constraints:      14348
10.33/10.40	c INPROCESSING
10.33/10.40	c GARBAGE COLLECT
10.33/10.40	c #Conflicts:      85000 | #Constraints:       9548
10.33/10.40	c #Conflicts:      86000 | #Constraints:      10549
10.33/10.40	c #Conflicts:      87000 | #Constraints:      11549
10.33/10.40	c #Conflicts:      88000 | #Constraints:      12549
10.33/10.40	c #Conflicts:      89000 | #Constraints:      13550
10.33/10.40	c #Conflicts:      90000 | #Constraints:      14550
10.33/10.40	c INPROCESSING
10.33/10.40	c GARBAGE COLLECT
10.33/10.40	WSVECS04 Frhs2[27]: 6 -0.500091 0 shouldn't be
10.33/10.40	WSVECS04 Frhs2[28]: 6 -1.00005 0 shouldn't be
10.33/10.40	WSVECS04 Frhs2[29]: 6 0 3.00006 shouldn't be
10.33/10.40	WSVECS04 Frhs2[30]: 6 0 1.50007 shouldn't be
10.33/10.40	WSVECS04 Frhs2[34]: 6 0 5.00008 shouldn't be
10.33/10.40	WSVECS04 Frhs2[36]: 6 0 3.0001 shouldn't be
10.33/10.40	WSVECS04 Frhs2[37]: 6 0 6.5001 shouldn't be
10.33/10.40	WSVECS04 Frhs2[38]: 6 0 1.00007 shouldn't be
10.33/10.40	WSVECS04 Frhs2[43]: 6 0 0.500072 shouldn't be
10.33/10.40	WSVECS04 Frhs2[44]: 6 -3.00006 0 shouldn't be
10.33/10.40	WSVECS04 Frhs2[79]: 6 0 2.00008 shouldn't be
10.33/10.40	WSVECS04 Frhs2[83]: 6 0 2.00009 shouldn't be
10.33/10.40	WSVECS04 Frhs2[84]: 6 0 0.500067 shouldn't be
10.33/10.40	WSVECS04 Frhs2[186]: 6 0 3.00002 shouldn't be
10.33/10.40	WSVECS04 Frhs2[268]: 6 0 1.00007 shouldn't be
10.33/10.40	WSVECS04 Frhs2[311]: 6 0 1.00008 shouldn't be
10.33/10.40	WSVECS04 Frhs2[326]: 6 0 0.50008 shouldn't be
10.33/10.40	WSVECS04 Frhs2[333]: 6 0 1.00005 shouldn't be
10.33/10.40	WSVECS04 Frhs2[337]: 6 -1.50007 0 shouldn't be
10.33/10.40	WSVECS04 Frhs2[347]: 6 0 1.00001 shouldn't be
10.33/10.40	WSVECS04 Frhs2[362]: 6 0 1.00002 shouldn't be
10.33/10.40	WSVECS04 Frhs2[364]: 6 0 1.00005 shouldn't be
10.33/10.40	WSVECS04 Frhs2[369]: 6 0 3.00008 shouldn't be
10.33/10.40	WSVECS04 Frhs2[375]: 6 0 1.00003 shouldn't be
10.33/10.40	WSVECS04 Frhs2[396]: 6 0 1.00008 shouldn't be
10.33/10.40	WSVECS04 Frhs2[405]: 6 0 0.500041 shouldn't be
10.33/10.40	WSVECS04 Frhs2[407]: 6 -1.00009 0 shouldn't be
10.33/10.40	WSVECS04 Frhs2[436]: 6 0 0.50006 shouldn't be
10.33/10.40	WSVECS04 Frhs2[489]: 6 0 4.00004 shouldn't be
10.33/10.40	WSVECS04 Frhs2[511]: 6 0 11 shouldn't be
10.33/10.40	WSVECS04 Frhs2[516]: 6 0 1.00005 shouldn't be
10.33/10.40	WSVECS04 Frhs2[525]: 6 -0.500029 0 shouldn't be
10.33/10.40	WSVECS04 Frhs2[538]: 6 0 1.00003 shouldn't be
10.33/10.48	WSVECS04 Frhs2[156]: 6 0 0.50008 shouldn't be
10.33/10.48	WSVECS04 Frhs2[200]: 6 0 1.50007 shouldn't be
10.44/10.55	WSVECS04 Frhs2[498]: 6 0 2.00006 shouldn't be
10.54/10.60	c rational objective 114.003
14.12/14.22	c #Conflicts:      91000 | #Constraints:       9547
14.12/14.22	c #Conflicts:      92000 | #Constraints:      10547
14.12/14.22	c #Conflicts:      93000 | #Constraints:      11547
14.12/14.22	c #Conflicts:      94000 | #Constraints:      12548
14.12/14.22	c #Conflicts:      95000 | #Constraints:      13548
14.12/14.22	c #Conflicts:      96000 | #Constraints:      14548
14.12/14.22	c INPROCESSING
14.12/14.22	c GARBAGE COLLECT
14.12/14.22	c #Conflicts:      97000 | #Constraints:       9345
14.12/14.22	c #Conflicts:      98000 | #Constraints:      10345
14.12/14.22	c #Conflicts:      99000 | #Constraints:      11345
14.12/14.22	c #Conflicts:     100000 | #Constraints:      12345
14.12/14.22	c #Conflicts:     101000 | #Constraints:      13345
14.12/14.22	c #Conflicts:     102000 | #Constraints:      14345
14.12/14.22	c #Conflicts:     103000 | #Constraints:      15345
14.12/14.22	c INPROCESSING
14.12/14.22	c GARBAGE COLLECT
14.12/14.22	c #Conflicts:     104000 | #Constraints:       9949
14.12/14.22	c #Conflicts:     105000 | #Constraints:      10949
14.12/14.22	c #Conflicts:     106000 | #Constraints:      11949
14.12/14.22	c #Conflicts:     107000 | #Constraints:      12949
14.12/14.22	c #Conflicts:     108000 | #Constraints:      13949
14.12/14.22	c #Conflicts:     109000 | #Constraints:      14949
14.12/14.22	c #Conflicts:     110000 | #Constraints:      15950
14.12/14.22	c INPROCESSING
14.12/14.22	c GARBAGE COLLECT
14.12/14.22	c #Conflicts:     111000 | #Constraints:      10355
14.12/14.22	c #Conflicts:     112000 | #Constraints:      11355
14.12/14.22	c #Conflicts:     113000 | #Constraints:      12355
14.12/14.22	c #Conflicts:     114000 | #Constraints:      13355
14.12/14.22	c #Conflicts:     115000 | #Constraints:      14355
14.12/14.22	c #Conflicts:     116000 | #Constraints:      15356
14.12/14.22	c cpu time 13.718 s
14.12/14.22	c deterministic time 532815354 5.33e+08
14.12/14.22	c optimization time 3.6e-05 s
14.12/14.22	c total solve time 13.705 s
14.12/14.22	c core-guided solve time 0 s
14.12/14.22	c propagation time 7.79347 s
14.12/14.22	c conflict analysis time 3.42394 s
14.12/14.22	c propagations 12983955
14.12/14.22	c resolve steps 2065311
14.12/14.22	c decisions 133808
14.12/14.22	c conflicts 116546
14.12/14.22	c restarts 315
14.12/14.22	c inprocessing phases 25
14.12/14.22	c garbage collections 25 ,( 100.00 )
14.12/14.22	c input clauses 2890 ,( 99.90 )
14.12/14.22	c input cardinalities 3 ,( 0.10 )
14.12/14.22	c input general constraints 0 ,( 0.00 )
14.12/14.22	c input average constraint length 3.17
14.12/14.22	c input average constraint degree 1.01
14.12/14.22	c learned clauses 108167 ,( 92.80 )
14.12/14.22	c learned cardinalities 4178 ,( 3.58 )
14.12/14.22	c learned general constraints 4215 ,( 3.62 )
14.12/14.22	c learned average constraint length 37.63
14.12/14.22	c learned average constraint degree 1251510.97
14.12/14.22	c watched  CF 32, 64, 128, Arb: 3304 , 0 , 0 , 0
14.12/14.22	c counting CF 32, 64, 128, Arb: 911 , 0 , 0 , 0
14.12/14.22	c watched   constraints 3304 ,( 78.39 ) 
14.12/14.22	c counting  constraints 911 ,( 21.61 ) 
14.12/14.22	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 85612566 , 53421318 , 1905701 ,( 1682418 , 223283 )
14.12/14.22	c gcd simplifications 128
14.12/14.22	c detected cardinalities 68
14.12/14.22	c weakened non-implied lits 315549
14.12/14.22	c weakened non-implying lits 1087
14.12/14.22	c original variables 660
14.12/14.22	c clausal propagations 12382603
14.12/14.22	c cardinality propagations 389486
14.12/14.22	c watched propagations 32785
14.12/14.22	c counting propagations 56172
14.12/14.22	c watch lookups 179717065
14.12/14.22	c watch backjump lookups 0
14.12/14.22	c watch checks 287280730
14.12/14.22	c propagation checks 24990395
14.12/14.22	c constraint additions 14451052
14.12/14.22	c trail pops 13234043
14.12/14.22	c formula constraints 2893
14.12/14.22	c learned constraints 116544
14.12/14.22	c bound constraints 0
14.12/14.22	c core-guided constraints 0
14.12/14.22	c encountered formula constraints 1709188
14.12/14.22	c encountered learned constraints 472667
14.12/14.22	c encountered bound constraints 0
14.12/14.22	c encountered core-guided constraints 0
14.12/14.22	c LP total time 2.1005 s
14.12/14.22	c LP solve time 1.28 s
14.12/14.22	c LP constraints added 2913
14.12/14.22	c LP constraints removed 8
14.12/14.22	c LP pivots internal 11977
14.12/14.22	c LP pivots root 12328
14.12/14.22	c LP calls 26
14.12/14.22	c LP optimalities 12
14.12/14.22	c LP no pivot count 0
14.12/14.22	c LP infeasibilities 12
14.12/14.22	c LP valid Farkas constraints 12
14.12/14.22	c LP learned Farkas constraints 1
14.12/14.22	c LP basis resets 0
14.12/14.22	c LP cycling count 0
14.12/14.22	c LP singular count 0
14.12/14.22	c LP no primal count 0
14.12/14.22	c LP no farkas count 0
14.12/14.22	c LP other issue count 0
14.12/14.22	c LP Gomory cuts 3
14.12/14.22	c LP learned cuts 17
14.12/14.22	c LP deleted cuts 8
14.12/14.22	c LP encountered Gomory constraints 0
14.12/14.22	c LP encountered Farkas constraints 0
14.12/14.22	c LP encountered learned Farkas constraints 1
14.12/14.22	c CG auxiliary variables introduced 0
14.12/14.22	c CG solutions found 0
14.12/14.22	c CG cores constructed 0
14.12/14.22	c CG core cardinality constraints returned 0
14.12/14.22	c CG unit cores 0
14.12/14.22	c CG single cores 0
14.12/14.22	c CG blocks removed during cardinality reduction 0
14.12/14.22	c CG first core best 0
14.12/14.22	c CG decision core best 0
14.12/14.22	c CG core reduction tie 0
14.12/14.27	c CG core degree average 0.00
14.12/14.27	c CG core slack average 0.00
14.12/14.27	c CG core upper bound improvements 0
14.12/14.27	c STR number of successful calls 0
14.12/14.27	c STR number of unsuccessful calls 0
14.12/14.27	c STR number of inconclusive calls 0
14.12/14.27	c STR number of successful attempts 0
14.12/14.27	c STR number of unsuccessful attempts 0
14.12/14.27	c STR number of inconclusive attempts 0
14.12/14.27	c STR average degree increase per successful call inf
14.12/14.27	c STR average degree increase per successful attempt inf
14.12/14.27	c STR total number of conflicts for successful attempts 0
14.12/14.27	c STR total number of conflicts for unsuccessful attempts 0
14.12/14.27	c STR total number of conflicts for inconclusive attempts 0
14.12/14.27	c STR average number of conflicts per successful attempt inf
14.12/14.27	c STR average number of conflicts per unsuccessful attempt inf
14.12/14.27	c STR average number of conflicts per inconclusive attempt inf
14.12/14.27	c AVG.sumWPerc 28.43 
14.12/14.27	c bigint constraints 0 
14.12/14.27	s UNSATISFIABLE

Verifier Data

ERROR: no interpretation found !

Checking of UNSAT/OPT proofs:

VeriPB + CakePB

Wed Jul  2 19:04:32 CEST 2025
extraparms=--no-checkDeletion
-- veripb --
Running VeriPB version 2.3.0
s VERIFIED UNSATISFIABLE
Verification succeeded.
-- cakepb --
s VERIFIED UNSATISFIABLE
--summary--
ALL OK

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (61462 MiB free)
  memory of node 1: 64465 MiB (63531 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4514739-1751218271/watcher-4514739-1751218271 -o /tmp/evaluation-result-4514739-1751218271/solver-4514739-1751218271 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1751214528-35318 --watchdog 3760 --file-size-limit 100000 run-dec-break-log.sh HOME/instance-4514739-1751218271.opb PROOFDIR/proof-4514739-1751218271 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100062 s]*
/proc/loadavg: 4.03 4.06 4.02 5/274 36313
/proc/meminfo: memFree=127992912/131250000 swapFree=33010684/33010684
[pid=36310] ppid=36307 vsize=4192 memory=2816 CPUtime=0 cores=0,2
/proc/36310/stat : 36310 (run-dec-break-l) S 36307 36310 35308 0 -1 4194304 243 835 0 0 0 0 0 0 20 0 1 0 37504633 4292608 704 18446744073709551615 94783618019328 94783618913861 140731526252688 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94783619152912 94783619200656 94783629139968 140731526261013 140731526261214 140731526261214 140731526266816 0
/proc/36310/statm: 1048 704 672 219 0 110 0
[pid=36313] ppid=36310 vsize=60812 memory=14488 CPUtime=0.07 cores=0,2
/proc/36313/stat : 36313 (roundingsat) R 36310 36310 35308 0 -1 4194304 2097 0 0 0 7 0 0 0 20 0 1 0 37504635 62271488 3622 18446744073709551615 4227072 8923433 140722835560352 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 29876224 140722835568884 140722835569192 140722835569192 140722835574762 0
/proc/36313/statm: 15203 3622 2304 1147 0 2630 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 65004 KiB
Current children cumulated memory: 17304 KiB

[startup+0.205683 s]*
/proc/loadavg: 4.03 4.06 4.02 5/274 36313
/proc/meminfo: memFree=127992660/131250000 swapFree=33010684/33010684
[pid=36310] ppid=36307 vsize=4192 memory=2816 CPUtime=0 cores=0,2
/proc/36310/stat : 36310 (run-dec-break-l) S 36307 36310 35308 0 -1 4194304 243 835 0 0 0 0 0 0 20 0 1 0 37504633 4292608 704 18446744073709551615 94783618019328 94783618913861 140731526252688 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94783619152912 94783619200656 94783629139968 140731526261013 140731526261214 140731526261214 140731526266816 0
/proc/36310/statm: 1048 704 672 219 0 110 0
[pid=36313] ppid=36310 vsize=61208 memory=17128 CPUtime=0.18 cores=0,2
/proc/36313/stat : 36313 (roundingsat) R 36310 36310 35308 0 -1 4194304 2211 0 0 0 17 1 0 0 20 0 1 0 37504635 62676992 4282 18446744073709551615 4227072 8923433 140722835560352 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 29876224 140722835568884 140722835569192 140722835569192 140722835574762 0
/proc/36313/statm: 15302 4282 2336 1147 0 2729 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 65400 KiB
Current children cumulated memory: 19944 KiB

[startup+0.30556 s]*
/proc/loadavg: 4.03 4.06 4.02 5/274 36313
/proc/meminfo: memFree=127992660/131250000 swapFree=33010684/33010684
[pid=36310] ppid=36307 vsize=4192 memory=2816 CPUtime=0 cores=0,2
/proc/36310/stat : 36310 (run-dec-break-l) S 36307 36310 35308 0 -1 4194304 243 835 0 0 0 0 0 0 20 0 1 0 37504633 4292608 704 18446744073709551615 94783618019328 94783618913861 140731526252688 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94783619152912 94783619200656 94783629139968 140731526261013 140731526261214 140731526261214 140731526266816 0
/proc/36310/statm: 1048 704 672 219 0 110 0
[pid=36313] ppid=36310 vsize=61528 memory=17512 CPUtime=0.27 cores=0,2
/proc/36313/stat : 36313 (roundingsat) R 36310 36310 35308 0 -1 4194304 2285 0 0 0 26 1 0 0 20 0 1 0 37504635 63004672 4378 18446744073709551615 4227072 8923433 140722835560352 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 29876224 140722835568884 140722835569192 140722835569192 140722835574762 0
/proc/36313/statm: 15382 4378 2368 1147 0 2809 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 65720 KiB
Current children cumulated memory: 20328 KiB

[startup+0.700157 s]
/proc/loadavg: 4.03 4.06 4.02 5/274 36313
/proc/meminfo: memFree=127992976/131250000 swapFree=33010684/33010684
[pid=36310] ppid=36307 vsize=4192 memory=2816 CPUtime=0 cores=0,2
/proc/36310/stat : 36310 (run-dec-break-l) S 36307 36310 35308 0 -1 4194304 243 835 0 0 0 0 0 0 20 0 1 0 37504633 4292608 704 18446744073709551615 94783618019328 94783618913861 140731526252688 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94783619152912 94783619200656 94783629139968 140731526261013 140731526261214 140731526261214 140731526266816 0
/proc/36310/statm: 1048 704 672 219 0 110 0
[pid=36313] ppid=36310 vsize=61952 memory=18024 CPUtime=0.66 cores=0,2
/proc/36313/stat : 36313 (roundingsat) R 36310 36310 35308 0 -1 4194304 2405 0 0 0 63 3 0 0 20 0 1 0 37504635 63438848 4506 18446744073709551615 4227072 8923433 140722835560352 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 29876224 140722835568884 140722835569192 140722835569192 140722835574762 0
/proc/36313/statm: 15488 4506 2368 1147 0 2915 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 66144 KiB
Current children cumulated memory: 20840 KiB

[startup+1.50014 s]
/proc/loadavg: 4.03 4.06 4.02 5/274 36313
/proc/meminfo: memFree=127983148/131250000 swapFree=33010684/33010684
[pid=36310] ppid=36307 vsize=4192 memory=2816 CPUtime=0 cores=0,2
/proc/36310/stat : 36310 (run-dec-break-l) S 36307 36310 35308 0 -1 4194304 243 835 0 0 0 0 0 0 20 0 1 0 37504633 4292608 704 18446744073709551615 94783618019328 94783618913861 140731526252688 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94783619152912 94783619200656 94783629139968 140731526261013 140731526261214 140731526261214 140731526266816 0
/proc/36310/statm: 1048 704 672 219 0 110 0
[pid=36313] ppid=36310 vsize=62588 memory=18664 CPUtime=1.46 cores=0,2
/proc/36313/stat : 36313 (roundingsat) R 36310 36310 35308 0 -1 4194304 2544 0 0 0 140 6 0 0 20 0 1 0 37504635 64090112 4666 18446744073709551615 4227072 8923433 140722835560352 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 29876224 140722835568884 140722835569192 140722835569192 140722835574762 0
/proc/36313/statm: 15647 4666 2368 1147 0 3074 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 66780 KiB
Current children cumulated memory: 21480 KiB

[startup+3.10543 s]
/proc/loadavg: 4.03 4.06 4.02 5/274 36313
/proc/meminfo: memFree=127981132/131250000 swapFree=33010684/33010684
[pid=36310] ppid=36307 vsize=4192 memory=2816 CPUtime=0 cores=0,2
/proc/36310/stat : 36310 (run-dec-break-l) S 36307 36310 35308 0 -1 4194304 243 835 0 0 0 0 0 0 20 0 1 0 37504633 4292608 704 18446744073709551615 94783618019328 94783618913861 140731526252688 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94783619152912 94783619200656 94783629139968 140731526261013 140731526261214 140731526261214 140731526266816 0
/proc/36310/statm: 1048 704 672 219 0 110 0
[pid=36313] ppid=36310 vsize=63184 memory=19304 CPUtime=3.06 cores=0,2
/proc/36313/stat : 36313 (roundingsat) R 36310 36310 35308 0 -1 4194304 2718 0 0 0 295 11 0 0 20 0 1 0 37504635 64700416 4826 18446744073709551615 4227072 8923433 140722835560352 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 29876224 140722835568884 140722835569192 140722835569192 140722835574762 0
/proc/36313/statm: 15796 4826 2368 1147 0 3223 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 67376 KiB
Current children cumulated memory: 22120 KiB

[startup+6.30015 s]
/proc/loadavg: 4.11 4.08 4.03 5/274 36313
/proc/meminfo: memFree=127961412/131250000 swapFree=33010684/33010684
[pid=36310] ppid=36307 vsize=4192 memory=2816 CPUtime=0 cores=0,2
/proc/36310/stat : 36310 (run-dec-break-l) S 36307 36310 35308 0 -1 4194304 243 835 0 0 0 0 0 0 20 0 1 0 37504633 4292608 704 18446744073709551615 94783618019328 94783618913861 140731526252688 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94783619152912 94783619200656 94783629139968 140731526261013 140731526261214 140731526261214 140731526266816 0
/proc/36310/statm: 1048 704 672 219 0 110 0
[pid=36313] ppid=36310 vsize=67544 memory=23528 CPUtime=6.24 cores=0,2
/proc/36313/stat : 36313 (roundingsat) R 36310 36310 35308 0 -1 4194304 3767 0 0 0 602 22 0 0 20 0 1 0 37504635 69165056 5882 18446744073709551615 4227072 8923433 140722835560352 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 29876224 140722835568884 140722835569192 140722835569192 140722835574762 0
/proc/36313/statm: 16886 5882 2368 1147 0 4313 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 71736 KiB
Current children cumulated memory: 26344 KiB

[startup+12.7002 s]
/proc/loadavg: 4.10 4.08 4.02 5/274 36313
/proc/meminfo: memFree=127928832/131250000 swapFree=33010684/33010684
[pid=36310] ppid=36307 vsize=4192 memory=2816 CPUtime=0 cores=0,2
/proc/36310/stat : 36310 (run-dec-break-l) S 36307 36310 35308 0 -1 4194304 243 835 0 0 0 0 0 0 20 0 1 0 37504633 4292608 704 18446744073709551615 94783618019328 94783618913861 140731526252688 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94783619152912 94783619200656 94783629139968 140731526261013 140731526261214 140731526261214 140731526266816 0
/proc/36310/statm: 1048 704 672 219 0 110 0
[pid=36313] ppid=36310 vsize=67784 memory=23912 CPUtime=12.63 cores=0,2
/proc/36313/stat : 36313 (roundingsat) R 36310 36310 35308 0 -1 4194304 3860 0 0 0 1224 39 0 0 20 0 1 0 37504635 69410816 5978 18446744073709551615 4227072 8923433 140722835560352 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 29876224 140722835568884 140722835569192 140722835569192 140722835574762 0
/proc/36313/statm: 16946 5978 2368 1147 0 4373 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 71976 KiB
Current children cumulated memory: 26728 KiB

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

# cumulated CPU time of all completed processes:  user=13.731 s, system=0.446612 s

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

[startup+12.8002 s]
/proc/loadavg: 4.10 4.08 4.02 5/274 36313
/proc/meminfo: memFree=127928832/131250000 swapFree=33010684/33010684
[pid=36310] ppid=36307 vsize=4192 memory=2816 CPUtime=0 cores=0,2
/proc/36310/stat : 36310 (run-dec-break-l) S 36307 36310 35308 0 -1 4194304 243 835 0 0 0 0 0 0 20 0 1 0 37504633 4292608 704 18446744073709551615 94783618019328 94783618913861 140731526252688 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94783619152912 94783619200656 94783629139968 140731526261013 140731526261214 140731526261214 140731526266816 0
/proc/36310/statm: 1048 704 672 219 0 110 0
[pid=36313] ppid=36310 vsize=67784 memory=23912 CPUtime=12.73 cores=0,2
/proc/36313/stat : 36313 (roundingsat) R 36310 36310 35308 0 -1 4194304 3860 0 0 0 1234 39 0 0 20 0 1 0 37504635 69410816 5978 18446744073709551615 4227072 8923433 140722835560352 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 29876224 140722835568884 140722835569192 140722835569192 140722835574762 0
/proc/36313/statm: 16946 5978 2368 1147 0 4373 0
Current children cumulated CPU time: 12.73 s
Current children cumulated vsize: 71976 KiB
Current children cumulated memory: 26728 KiB

[startup+13.6001 s]
/proc/loadavg: 4.10 4.08 4.02 5/274 36313
/proc/meminfo: memFree=127928832/131250000 swapFree=33010684/33010684
[pid=36310] ppid=36307 vsize=4192 memory=2816 CPUtime=0 cores=0,2
/proc/36310/stat : 36310 (run-dec-break-l) S 36307 36310 35308 0 -1 4194304 243 835 0 0 0 0 0 0 20 0 1 0 37504633 4292608 704 18446744073709551615 94783618019328 94783618913861 140731526252688 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94783619152912 94783619200656 94783629139968 140731526261013 140731526261214 140731526261214 140731526266816 0
/proc/36310/statm: 1048 704 672 219 0 110 0
[pid=36313] ppid=36310 vsize=67784 memory=23912 CPUtime=13.52 cores=0,2
/proc/36313/stat : 36313 (roundingsat) R 36310 36310 35308 0 -1 4194304 3863 0 0 0 1311 41 0 0 20 0 1 0 37504635 69410816 5978 18446744073709551615 4227072 8923433 140722835560352 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 29876224 140722835568884 140722835569192 140722835569192 140722835574762 0
/proc/36313/statm: 16946 5978 2368 1147 0 4373 0
Current children cumulated CPU time: 13.52 s
Current children cumulated vsize: 71976 KiB
Current children cumulated memory: 26728 KiB

[startup+14.0001 s]*
/proc/loadavg: 4.09 4.07 4.02 5/274 36313
/proc/meminfo: memFree=127920768/131250000 swapFree=33010684/33010684
[pid=36310] ppid=36307 vsize=4192 memory=2816 CPUtime=0 cores=0,2
/proc/36310/stat : 36310 (run-dec-break-l) S 36307 36310 35308 0 -1 4194304 243 835 0 0 0 0 0 0 20 0 1 0 37504633 4292608 704 18446744073709551615 94783618019328 94783618913861 140731526252688 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94783619152912 94783619200656 94783629139968 140731526261013 140731526261214 140731526261214 140731526266816 0
/proc/36310/statm: 1048 704 672 219 0 110 0
[pid=36313] ppid=36310 vsize=67784 memory=23912 CPUtime=13.93 cores=0,2
/proc/36313/stat : 36313 (roundingsat) R 36310 36310 35308 0 -1 4194304 3863 0 0 0 1350 43 0 0 20 0 1 0 37504635 69410816 5978 18446744073709551615 4227072 8923433 140722835560352 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 29876224 140722835568884 140722835569192 140722835569192 140722835574762 0
/proc/36313/statm: 16946 5978 2368 1147 0 4373 0
Current children cumulated CPU time: 13.93 s
Current children cumulated vsize: 71976 KiB
Current children cumulated memory: 26728 KiB

[startup+14.2001 s]
/proc/loadavg: 4.09 4.07 4.02 5/274 36313
/proc/meminfo: memFree=127920768/131250000 swapFree=33010684/33010684
[pid=36310] ppid=36307 vsize=4192 memory=2816 CPUtime=0 cores=0,2
/proc/36310/stat : 36310 (run-dec-break-l) S 36307 36310 35308 0 -1 4194304 243 835 0 0 0 0 0 0 20 0 1 0 37504633 4292608 704 18446744073709551615 94783618019328 94783618913861 140731526252688 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94783619152912 94783619200656 94783629139968 140731526261013 140731526261214 140731526261214 140731526266816 0
/proc/36310/statm: 1048 704 672 219 0 110 0
[pid=36313] ppid=36310 vsize=67784 memory=23912 CPUtime=14.12 cores=0,2
/proc/36313/stat : 36313 (roundingsat) R 36310 36310 35308 0 -1 4194304 3863 0 0 0 1369 43 0 0 20 0 1 0 37504635 69410816 5978 18446744073709551615 4227072 8923433 140722835560352 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 29876224 140722835568884 140722835569192 140722835569192 140722835574762 0
/proc/36313/statm: 16946 5978 2368 1147 0 4373 0
Current children cumulated CPU time: 14.12 s
Current children cumulated vsize: 71976 KiB
Current children cumulated memory: 26728 KiB

Child status: 0

Real time (s): 14.2737
CPU time (s): 14.1776
CPU user time (s): 13.731
CPU system time (s): 0.446612
CPU usage (%): 99.3268
Max. virtual memory (cumulated for all children) (KiB): 71976
Max. memory (cumulated for all children) (KiB): 26728

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.731
system time used= 0.446612
maximum resident set size= 23912
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4964
page faults= 0
swaps= 0
block input operations= 0
block output operations= 79488
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 591
involuntary context switches= 37


# summary of solver processes directly reported to runsolver:
#   pid: 36310
#   total CPU time (s): 14.1776
#   total CPU user time (s): 13.731
#   total CPU system time (s): 0.446612

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.037157 second user time and 0.091186 second system time

The end

Launcher Data

Begin job on nodeC016 at 2025-06-29 19:31:11
IDJOB=4514739
IDBENCH=162871
IDSOLVER=3358
FILE ID=nodeC016/4514739-1751218271
RUNJOBID= nodeC016-1751214528-35318
SLURM_JOB_ID= 9587646
Free space on /tmp= 433032 MiB

SOLVER NAME= roundingsat+pbsuma-log 63f22ad
BENCH NAME= PB24/normalized-PB16/DEC-LIN/quimper/SyncCodes/d_n_k/normalized-5_6_18.opb
COMMAND LINE= run-dec-break-log.sh BENCHNAME PROOFFILE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4514739-1751218271/watcher-4514739-1751218271 -o /tmp/evaluation-result-4514739-1751218271/solver-4514739-1751218271 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1751214528-35318 --watchdog 3760 --file-size-limit 100000 run-dec-break-log.sh HOME/instance-4514739-1751218271.opb PROOFDIR/proof-4514739-1751218271

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

MD5SUM BENCH= 81a3482013934a1c472e0f197243e7de
RANDOM SEED=1423472760

nodeC016 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.769
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.48
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.729
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.48
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		: 3600.049
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.48
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		: 3600.653
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.48
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.770
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.48
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.753
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.48
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		: 3602.675
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.48
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		: 3600.180
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.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        127993388 kB
MemAvailable:   129429460 kB
Buffers:            3280 kB
Cached:          2241436 kB
SwapCached:            0 kB
Active:           634860 kB
Inactive:        2019584 kB
Active(anon):     427888 kB
Inactive(anon):        0 kB
Active(file):     206972 kB
Inactive(file):  2019584 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             75308 kB
Writeback:             0 kB
AnonPages:        410836 kB
Mapped:           116908 kB
Shmem:             18072 kB
KReclaimable:      97508 kB
Slab:             186196 kB
SReclaimable:      97508 kB
SUnreclaim:        88688 kB
KernelStack:        4432 kB
PageTables:         4004 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     770856 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150696 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    239616 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= 433024 MiB
End job on nodeC016 at 2025-06-29 19:31:25