Trace number 4493664

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 63f22adSAT 31.0976 31.2037

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/prestwich/armies/normalized-army13.24bt.opb
MD5SUMb1cc89baa8bd080d13ae67cc087920d3
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.612776
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables490
Total number of constraints1085
Number of constraints which are clauses738
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints345
Minimum length of a constraint1
Maximum length of a constraint169
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 32
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 193
Number of bits of the biggest sum of numbers8
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-4493664-1751155943.opb'
0.00/0.01	c 	read 0.06MB  (0.88ms)
0.00/0.01	c	 [cnf: #variables 490 #clauses 1085 #duplicates 0 #arr 6010]
0.00/0.01	c 
0.00/0.01	c make graph and approximate orbits
0.00/0.01	c	 [group: #orbits ~= 0] (0.82ms)
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.10ms)
0.00/0.01	c 
0.00/0.01	c detect symmetries on remainder
0.00/0.01	c 	[graph: #vertices 3444 #edges 15758]
0.00/0.01	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.01	c 	 [group: #symmetries 1.00*10^0 #generators 0] (0.24ms)
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 generation finished
0.00/0.01	c 	[sbp: #constraints 0 #add_vars 0]
0.00/0.01	c 
0.00/0.01	c write result to 'HOME/instance-4493664-1751155943.opb.pre'
0.00/0.01	c 	wrote 0.06MB (0.18ms)
0.00/0.01	c ------------------------------------------------------------------
0.00/0.01	c                   0.88ms 37.30% parse
0.00/0.01	c                   0.82ms 34.92% approx_orbits
0.00/0.01	c                   0.24ms 10.22% detect_generic
0.00/0.01	c                   0.18ms  7.78% output
0.00/0.01	c                   0.11ms  4.76% other
0.00/0.01	c                   0.10ms  4.42% detect_special
0.00/0.01	c                   0.01ms  0.60% finalize_order
0.00/0.01	c         ───────────────────────────────────────────────
0.00/0.01	c                   2.35ms   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.02	c #variables 490 #constraints 1085
14.72/14.84	c #Conflicts:       1000 | #Constraints:       2084
14.72/14.84	c #Conflicts:       2000 | #Constraints:       3084
14.72/14.84	c INPROCESSING
14.72/14.84	c GARBAGE COLLECT
14.72/14.84	c #Conflicts:       3000 | #Constraints:       3057
14.72/14.84	c #Conflicts:       4000 | #Constraints:       4057
14.72/14.84	c INPROCESSING
14.72/14.84	c GARBAGE COLLECT
14.72/14.84	c #Conflicts:       5000 | #Constraints:       3462
14.72/14.84	c #Conflicts:       6000 | #Constraints:       4462
14.72/14.84	c INPROCESSING
14.72/14.84	c GARBAGE COLLECT
14.72/14.84	c #Conflicts:       7000 | #Constraints:       3471
14.72/14.84	c #Conflicts:       8000 | #Constraints:       4471
14.72/14.84	c #Conflicts:       9000 | #Constraints:       5471
14.72/14.84	c INPROCESSING
14.72/14.84	c GARBAGE COLLECT
14.72/14.84	c #Conflicts:      10000 | #Constraints:       4165
14.72/14.84	c #Conflicts:      11000 | #Constraints:       5165
14.72/14.84	c #Conflicts:      12000 | #Constraints:       6165
14.72/14.84	c INPROCESSING
14.72/14.84	c GARBAGE COLLECT
14.72/14.84	c #Conflicts:      13000 | #Constraints:       4613
14.72/14.84	c #Conflicts:      14000 | #Constraints:       5613
14.72/14.84	c #Conflicts:      15000 | #Constraints:       6613
14.72/14.84	c INPROCESSING
14.72/14.84	c GARBAGE COLLECT
14.72/14.84	c #Conflicts:      16000 | #Constraints:       4844
14.72/14.84	c #Conflicts:      17000 | #Constraints:       5844
14.72/14.84	c #Conflicts:      18000 | #Constraints:       6844
14.72/14.84	c INPROCESSING
14.72/14.84	c GARBAGE COLLECT
14.72/14.84	c #Conflicts:      19000 | #Constraints:       4854
14.72/14.84	c #Conflicts:      20000 | #Constraints:       5854
14.72/14.84	c #Conflicts:      21000 | #Constraints:       6854
14.72/14.84	c INPROCESSING
14.72/14.84	c GARBAGE COLLECT
14.72/14.84	c #Conflicts:      22000 | #Constraints:       4657
14.72/14.84	c #Conflicts:      23000 | #Constraints:       5657
14.72/14.84	c #Conflicts:      24000 | #Constraints:       6657
14.72/14.84	c #Conflicts:      25000 | #Constraints:       7657
14.72/14.84	c INPROCESSING
14.72/14.84	c GARBAGE COLLECT
14.72/14.84	c #Conflicts:      26000 | #Constraints:       5262
14.72/14.84	c #Conflicts:      27000 | #Constraints:       6263
14.72/14.84	c #Conflicts:      28000 | #Constraints:       7263
14.72/14.84	c #Conflicts:      29000 | #Constraints:       8263
14.72/14.84	c INPROCESSING
14.72/14.84	c GARBAGE COLLECT
14.72/14.84	c #Conflicts:      30000 | #Constraints:       5655
14.72/14.84	c #Conflicts:      31000 | #Constraints:       6655
14.72/14.84	c #Conflicts:      32000 | #Constraints:       7655
14.72/14.84	c #Conflicts:      33000 | #Constraints:       8655
14.72/14.84	c INPROCESSING
14.72/14.84	c GARBAGE COLLECT
14.72/14.84	c #Conflicts:      34000 | #Constraints:       5858
14.72/14.84	c #Conflicts:      35000 | #Constraints:       6858
14.72/14.84	c #Conflicts:      36000 | #Constraints:       7858
14.72/14.84	c #Conflicts:      37000 | #Constraints:       8858
14.72/14.84	c INPROCESSING
14.72/14.84	c GARBAGE COLLECT
14.72/14.84	c #Conflicts:      38000 | #Constraints:       5860
14.72/14.84	c #Conflicts:      39000 | #Constraints:       6860
14.72/14.84	c #Conflicts:      40000 | #Constraints:       7860
14.72/14.84	c #Conflicts:      41000 | #Constraints:       8860
14.72/14.84	c INPROCESSING
14.72/14.84	c GARBAGE COLLECT
14.72/14.84	c #Conflicts:      42000 | #Constraints:       5665
14.72/14.84	c #Conflicts:      43000 | #Constraints:       6665
14.72/14.84	c #Conflicts:      44000 | #Constraints:       7666
14.72/14.84	c #Conflicts:      45000 | #Constraints:       8666
14.72/14.84	c #Conflicts:      46000 | #Constraints:       9666
14.72/14.84	c INPROCESSING
14.72/14.84	c GARBAGE COLLECT
14.72/14.84	c #Conflicts:      47000 | #Constraints:       6266
14.72/14.84	c #Conflicts:      48000 | #Constraints:       7266
14.72/14.84	c #Conflicts:      49000 | #Constraints:       8266
14.72/14.84	c #Conflicts:      50000 | #Constraints:       9266
14.72/14.84	c #Conflicts:      51000 | #Constraints:      10266
14.72/14.84	c INPROCESSING
14.72/14.84	c GARBAGE COLLECT
14.72/14.84	c #Conflicts:      52000 | #Constraints:       6665
14.72/14.84	c #Conflicts:      53000 | #Constraints:       7665
14.72/14.84	c #Conflicts:      54000 | #Constraints:       8665
14.72/14.84	c #Conflicts:      55000 | #Constraints:       9665
14.72/14.84	c #Conflicts:      56000 | #Constraints:      10665
14.72/14.84	c INPROCESSING
14.72/14.84	c GARBAGE COLLECT
14.72/14.84	c #Conflicts:      57000 | #Constraints:       6868
14.72/14.84	c #Conflicts:      58000 | #Constraints:       7868
14.72/14.84	c #Conflicts:      59000 | #Constraints:       8868
14.72/14.84	c #Conflicts:      60000 | #Constraints:       9868
14.72/14.84	c #Conflicts:      61000 | #Constraints:      10868
14.72/14.84	c INPROCESSING
14.72/14.84	c GARBAGE COLLECT
14.72/14.84	c #Conflicts:      62000 | #Constraints:       6861
14.72/14.84	c #Conflicts:      63000 | #Constraints:       7861
14.72/14.84	c #Conflicts:      64000 | #Constraints:       8861
14.72/14.84	c #Conflicts:      65000 | #Constraints:       9861
14.72/14.84	c #Conflicts:      66000 | #Constraints:      10861
14.72/14.84	c INPROCESSING
14.72/14.84	c GARBAGE COLLECT
14.72/14.84	c #Conflicts:      67000 | #Constraints:       6660
14.72/14.84	c #Conflicts:      68000 | #Constraints:       7661
16.22/16.34	c #Conflicts:      69000 | #Constraints:       8661
16.22/16.34	c #Conflicts:      70000 | #Constraints:       9661
16.22/16.34	c #Conflicts:      71000 | #Constraints:      10661
16.22/16.34	c #Conflicts:      72000 | #Constraints:      11661
16.22/16.34	c INPROCESSING
16.22/16.34	c GARBAGE COLLECT
16.22/16.34	c rational objective 68.5124
31.08/31.20	c #Conflicts:      73000 | #Constraints:       7260
31.08/31.20	c #Conflicts:      74000 | #Constraints:       8260
31.08/31.20	c #Conflicts:      75000 | #Constraints:       9260
31.08/31.20	c #Conflicts:      76000 | #Constraints:      10260
31.08/31.20	c #Conflicts:      77000 | #Constraints:      11260
31.08/31.20	c #Conflicts:      78000 | #Constraints:      12260
31.08/31.20	c INPROCESSING
31.08/31.20	c GARBAGE COLLECT
31.08/31.20	c #Conflicts:      79000 | #Constraints:       7663
31.08/31.20	c #Conflicts:      80000 | #Constraints:       8663
31.08/31.20	c #Conflicts:      81000 | #Constraints:       9663
31.08/31.20	c #Conflicts:      82000 | #Constraints:      10663
31.08/31.20	c #Conflicts:      83000 | #Constraints:      11663
31.08/31.20	c #Conflicts:      84000 | #Constraints:      12663
31.08/31.20	c INPROCESSING
31.08/31.20	c GARBAGE COLLECT
31.08/31.20	c #Conflicts:      85000 | #Constraints:       7870
31.08/31.20	c #Conflicts:      86000 | #Constraints:       8870
31.08/31.20	c #Conflicts:      87000 | #Constraints:       9870
31.08/31.20	c #Conflicts:      88000 | #Constraints:      10870
31.08/31.20	c #Conflicts:      89000 | #Constraints:      11870
31.08/31.20	c #Conflicts:      90000 | #Constraints:      12870
31.08/31.20	c INPROCESSING
31.08/31.20	c GARBAGE COLLECT
31.08/31.20	c #Conflicts:      91000 | #Constraints:       7872
31.08/31.20	c #Conflicts:      92000 | #Constraints:       8872
31.08/31.20	c #Conflicts:      93000 | #Constraints:       9872
31.08/31.20	c #Conflicts:      94000 | #Constraints:      10872
31.08/31.20	c #Conflicts:      95000 | #Constraints:      11872
31.08/31.20	c #Conflicts:      96000 | #Constraints:      12872
31.08/31.20	c INPROCESSING
31.08/31.20	c GARBAGE COLLECT
31.08/31.20	c #Conflicts:      97000 | #Constraints:       7683
31.08/31.20	c #Conflicts:      98000 | #Constraints:       8683
31.08/31.20	c #Conflicts:      99000 | #Constraints:       9683
31.08/31.20	c #Conflicts:     100000 | #Constraints:      10683
31.08/31.20	c #Conflicts:     101000 | #Constraints:      11683
31.08/31.20	c #Conflicts:     102000 | #Constraints:      12683
31.08/31.20	c #Conflicts:     103000 | #Constraints:      13683
31.08/31.20	c INPROCESSING
31.08/31.20	c GARBAGE COLLECT
31.08/31.20	c #Conflicts:     104000 | #Constraints:       8274
31.08/31.20	c #Conflicts:     105000 | #Constraints:       9274
31.08/31.20	c #Conflicts:     106000 | #Constraints:      10274
31.08/31.20	c #Conflicts:     107000 | #Constraints:      11274
31.08/31.20	c #Conflicts:     108000 | #Constraints:      12274
31.08/31.20	c #Conflicts:     109000 | #Constraints:      13274
31.08/31.20	c #Conflicts:     110000 | #Constraints:      14274
31.08/31.20	c INPROCESSING
31.08/31.20	c GARBAGE COLLECT
31.08/31.20	c #Conflicts:     111000 | #Constraints:       8663
31.08/31.20	c #Conflicts:     112000 | #Constraints:       9663
31.08/31.20	c #Conflicts:     113000 | #Constraints:      10663
31.08/31.20	c #Conflicts:     114000 | #Constraints:      11663
31.08/31.20	c #Conflicts:     115000 | #Constraints:      12663
31.08/31.20	c #Conflicts:     116000 | #Constraints:      13664
31.08/31.20	c #Conflicts:     117000 | #Constraints:      14664
31.08/31.20	c INPROCESSING
31.08/31.20	c GARBAGE COLLECT
31.08/31.20	c #Conflicts:     118000 | #Constraints:       8858
31.08/31.20	c #Conflicts:     119000 | #Constraints:       9858
31.08/31.20	c #Conflicts:     120000 | #Constraints:      10858
31.08/31.20	c #Conflicts:     121000 | #Constraints:      11858
31.08/31.20	c #Conflicts:     122000 | #Constraints:      12858
31.08/31.20	c #Conflicts:     123000 | #Constraints:      13858
31.08/31.20	c #Conflicts:     124000 | #Constraints:      14858
31.08/31.20	c INPROCESSING
31.08/31.20	c GARBAGE COLLECT
31.08/31.20	c cpu time 30.5718 s
31.08/31.20	c deterministic time 2960696552 2.96e+09
31.08/31.20	c optimization time 2.8e-05 s
31.08/31.20	c total solve time 30.5677 s
31.08/31.20	c core-guided solve time 0 s
31.08/31.20	c propagation time 20.5987 s
31.08/31.20	c conflict analysis time 7.58845 s
31.08/31.20	c propagations 7667935
31.08/31.20	c resolve steps 2299300
31.08/31.20	c decisions 193202
31.08/31.20	c conflicts 124200
31.08/31.20	c restarts 331
31.08/31.20	c inprocessing phases 27
31.08/31.20	c garbage collections 27 ,( 100.00 )
31.08/31.20	c input clauses 738 ,( 68.02 )
31.08/31.20	c input cardinalities 2 ,( 0.18 )
31.08/31.20	c input general constraints 345 ,( 31.80 )
31.08/31.20	c input average constraint length 5.51
31.08/31.20	c input average constraint degree 2.72
31.08/31.20	c learned clauses 101033 ,( 81.34 )
31.08/31.20	c learned cardinalities 64 ,( 0.05 )
31.08/31.20	c learned general constraints 23108 ,( 18.60 )
31.08/31.20	c learned average constraint length 181.25
31.08/31.20	c learned average constraint degree 525377.29
31.08/31.20	c watched  CF 32, 64, 128, Arb: 20098 , 0 , 0 , 0
31.08/31.20	c counting CF 32, 64, 128, Arb: 3355 , 0 , 0 , 0
31.08/31.20	c watched   constraints 20098 ,( 85.69 ) 
31.08/31.20	c counting  constraints 3355 ,( 14.31 ) 
31.08/31.20	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 38320110 , 4935282 , 125760018 ,( 99204073 , 26555945 )
31.08/31.20	c gcd simplifications 15661
31.08/31.20	c detected cardinalities 36
31.08/31.20	c weakened non-implied lits 2686062
31.08/31.20	c weakened non-implying lits 42256
31.08/31.20	c original variables 490
31.08/31.20	c clausal propagations 2264646
31.08/31.20	c cardinality propagations 111162
31.08/31.20	c watched propagations 1351137
31.08/31.20	c counting propagations 3680451
31.08/31.20	c watch lookups 418762387
31.08/31.20	c watch backjump lookups 0
31.08/31.20	c watch checks 2338814331
31.08/31.20	c propagation checks 131044124
31.08/31.20	c constraint additions 56202692
31.08/31.20	c trail pops 7985310
31.08/31.20	c formula constraints 1085
31.08/31.20	c learned constraints 124196
31.08/31.20	c bound constraints 0
31.08/31.20	c core-guided constraints 0
31.08/31.20	c encountered formula constraints 2097052
31.08/31.20	c encountered learned constraints 326436
31.08/31.20	c encountered bound constraints 0
31.08/31.20	c encountered core-guided constraints 0
31.08/31.20	c LP total time 1.2271 s
31.08/31.20	c LP solve time 1.05 s
31.08/31.20	c LP constraints added 1089
31.08/31.20	c LP constraints removed 0
31.08/31.20	c LP pivots internal 12700
31.08/31.20	c LP pivots root 13870
31.08/31.20	c LP calls 36
31.08/31.20	c LP optimalities 29
31.08/31.20	c LP no pivot count 0
31.08/31.20	c LP infeasibilities 4
31.08/31.20	c LP valid Farkas constraints 4
31.08/31.20	c LP learned Farkas constraints 4
31.08/31.20	c LP basis resets 0
31.08/31.20	c LP cycling count 0
31.08/31.20	c LP singular count 0
31.08/31.20	c LP no primal count 0
31.08/31.20	c LP no farkas count 0
31.08/31.20	c LP other issue count 0
31.08/31.20	c LP Gomory cuts 1
31.08/31.20	c LP learned cuts 3
31.08/31.20	c LP deleted cuts 0
31.08/31.20	c LP encountered Gomory constraints 0
31.08/31.20	c LP encountered Farkas constraints 3
31.08/31.20	c LP encountered learned Farkas constraints 5
31.08/31.20	c CG auxiliary variables introduced 0
31.08/31.20	c CG solutions found 0
31.08/31.20	c CG cores constructed 0
31.08/31.20	c CG core cardinality constraints returned 0
31.08/31.20	c CG unit cores 0
31.08/31.20	c CG single cores 0
31.08/31.20	c CG blocks removed during cardinality reduction 0
31.08/31.20	c CG first core best 0
31.08/31.20	c CG decision core best 0
31.08/31.20	c CG core reduction tie 0
31.08/31.20	c CG core degree average 0.00
31.08/31.20	c CG core slack average 0.00
31.08/31.20	c CG core upper bound improvements 0
31.08/31.20	c STR number of successful calls 0
31.08/31.20	c STR number of unsuccessful calls 0
31.08/31.20	c STR number of inconclusive calls 0
31.08/31.20	c STR number of successful attempts 0
31.08/31.20	c STR number of unsuccessful attempts 0
31.08/31.20	c STR number of inconclusive attempts 0
31.08/31.20	c STR average degree increase per successful call inf
31.08/31.20	c STR average degree increase per successful attempt inf
31.08/31.20	c STR total number of conflicts for successful attempts 0
31.08/31.20	c STR total number of conflicts for unsuccessful attempts 0
31.08/31.20	c STR total number of conflicts for inconclusive attempts 0
31.08/31.20	c STR average number of conflicts per successful attempt inf
31.08/31.20	c STR average number of conflicts per unsuccessful attempt inf
31.08/31.20	c STR average number of conflicts per inconclusive attempt inf
31.08/31.20	c AVG.sumWPerc 20.30 
31.08/31.20	c bigint constraints 0 
31.08/31.20	s SATISFIABLE
31.08/31.20	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

Verifier Data

OK	0

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 (63088 MiB free)
  memory of node 1: 64507 MiB (63793 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4493664-1751155943/watcher-4493664-1751155943 -o /tmp/evaluation-result-4493664-1751155943/solver-4493664-1751155943 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751155906-17846 --watchdog 3760 run-dec-break.sh HOME/instance-4493664-1751155943.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=18193, runsolver pid=18190

[startup+0.100057 s]*
/proc/loadavg: 2.89 3.01 3.60 5/270 18196
/proc/meminfo: memFree=129922652/131249996 swapFree=33010684/33010684
[pid=18193] ppid=18190 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/18193/stat : 18193 (run-dec-break.s) S 18190 18193 17835 0 -1 4194304 235 510 0 0 0 0 0 0 20 0 1 0 31272156 4292608 736 18446744073709551615 94796461146112 94796462040645 140721226984784 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94796462279696 94796462327440 94796475899904 140721226991969 140721226992098 140721226992098 140721226997700 0
/proc/18193/statm: 1048 736 672 219 0 110 0
[pid=18196] ppid=18193 vsize=58376 memory=12304 CPUtime=0.07 cores=4,6
/proc/18196/stat : 18196 (roundingsat) R 18193 18193 17835 0 -1 4194304 1233 0 0 0 7 0 0 0 20 0 1 0 31272157 59777024 3076 18446744073709551615 4227072 8923433 140735340773744 0 0 0 0 0 8405026 0 0 0 17 6 0 0 0 0 0 9823104 9832592 15761408 140735340775748 140735340775976 140735340775976 140735340781546 0
/proc/18196/statm: 14594 3076 2304 1147 0 2021 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 62568 KiB
Current children cumulated memory: 15248 KiB

[startup+0.205553 s]*
/proc/loadavg: 2.89 3.01 3.60 5/270 18196
/proc/meminfo: memFree=129922652/131249996 swapFree=33010684/33010684
[pid=18193] ppid=18190 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/18193/stat : 18193 (run-dec-break.s) S 18190 18193 17835 0 -1 4194304 235 510 0 0 0 0 0 0 20 0 1 0 31272156 4292608 736 18446744073709551615 94796461146112 94796462040645 140721226984784 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94796462279696 94796462327440 94796475899904 140721226991969 140721226992098 140721226992098 140721226997700 0
/proc/18193/statm: 1048 736 672 219 0 110 0
[pid=18196] ppid=18193 vsize=58640 memory=15012 CPUtime=0.18 cores=4,6
/proc/18196/stat : 18196 (roundingsat) R 18193 18193 17835 0 -1 4194304 1355 0 0 0 17 1 0 0 20 0 1 0 31272157 60047360 3753 18446744073709551615 4227072 8923433 140735340773744 0 0 0 0 0 8405026 0 0 0 17 6 0 0 0 0 0 9823104 9832592 15761408 140735340775748 140735340775976 140735340775976 140735340781546 0
/proc/18196/statm: 14660 3753 2336 1147 0 2087 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 62832 KiB
Current children cumulated memory: 17956 KiB

[startup+0.305243 s]*
/proc/loadavg: 2.89 3.01 3.60 5/270 18196
/proc/meminfo: memFree=129922656/131249996 swapFree=33010684/33010684
[pid=18193] ppid=18190 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/18193/stat : 18193 (run-dec-break.s) S 18190 18193 17835 0 -1 4194304 235 510 0 0 0 0 0 0 20 0 1 0 31272156 4292608 736 18446744073709551615 94796461146112 94796462040645 140721226984784 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94796462279696 94796462327440 94796475899904 140721226991969 140721226992098 140721226992098 140721226997700 0
/proc/18193/statm: 1048 736 672 219 0 110 0
[pid=18196] ppid=18193 vsize=59196 memory=15652 CPUtime=0.27 cores=4,6
/proc/18196/stat : 18196 (roundingsat) R 18193 18193 17835 0 -1 4194304 1493 0 0 0 26 1 0 0 20 0 1 0 31272157 60616704 3913 18446744073709551615 4227072 8923433 140735340773744 0 0 0 0 0 8405026 0 0 0 17 6 0 0 0 0 0 9823104 9832592 15761408 140735340775748 140735340775976 140735340775976 140735340781546 0
/proc/18196/statm: 14799 3913 2368 1147 0 2226 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 63388 KiB
Current children cumulated memory: 18596 KiB

[startup+0.700136 s]
/proc/loadavg: 2.89 3.01 3.60 5/270 18196
/proc/meminfo: memFree=129922152/131249996 swapFree=33010684/33010684
[pid=18193] ppid=18190 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/18193/stat : 18193 (run-dec-break.s) S 18190 18193 17835 0 -1 4194304 235 510 0 0 0 0 0 0 20 0 1 0 31272156 4292608 736 18446744073709551615 94796461146112 94796462040645 140721226984784 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94796462279696 94796462327440 94796475899904 140721226991969 140721226992098 140721226992098 140721226997700 0
/proc/18193/statm: 1048 736 672 219 0 110 0
[pid=18196] ppid=18193 vsize=60560 memory=18892 CPUtime=0.65 cores=4,6
/proc/18196/stat : 18196 (roundingsat) R 18193 18193 17835 0 -1 4194304 1805 0 0 0 63 2 0 0 20 0 1 0 31272157 62013440 4723 18446744073709551615 4227072 8923433 140735340773744 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 15761408 140735340775748 140735340775976 140735340775976 140735340781546 0
/proc/18196/statm: 15140 4723 2368 1147 0 2567 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 64752 KiB
Current children cumulated memory: 21836 KiB

[startup+1.50016 s]
/proc/loadavg: 2.89 3.01 3.60 5/270 18196
/proc/meminfo: memFree=129922152/131249996 swapFree=33010684/33010684
[pid=18193] ppid=18190 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/18193/stat : 18193 (run-dec-break.s) S 18190 18193 17835 0 -1 4194304 235 510 0 0 0 0 0 0 20 0 1 0 31272156 4292608 736 18446744073709551615 94796461146112 94796462040645 140721226984784 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94796462279696 94796462327440 94796475899904 140721226991969 140721226992098 140721226992098 140721226997700 0
/proc/18193/statm: 1048 736 672 219 0 110 0
[pid=18196] ppid=18193 vsize=61520 memory=19916 CPUtime=1.45 cores=4,6
/proc/18196/stat : 18196 (roundingsat) R 18193 18193 17835 0 -1 4194304 2044 0 0 0 140 5 0 0 20 0 1 0 31272157 62996480 4979 18446744073709551615 4227072 8923433 140735340773744 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 15761408 140735340775748 140735340775976 140735340775976 140735340781546 0
/proc/18196/statm: 15380 4979 2368 1147 0 2807 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 65712 KiB
Current children cumulated memory: 22860 KiB

[startup+3.10548 s]
/proc/loadavg: 2.98 3.03 3.60 5/270 18196
/proc/meminfo: memFree=129921144/131249996 swapFree=33010684/33010684
[pid=18193] ppid=18190 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/18193/stat : 18193 (run-dec-break.s) S 18190 18193 17835 0 -1 4194304 235 510 0 0 0 0 0 0 20 0 1 0 31272156 4292608 736 18446744073709551615 94796461146112 94796462040645 140721226984784 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94796462279696 94796462327440 94796475899904 140721226991969 140721226992098 140721226992098 140721226997700 0
/proc/18193/statm: 1048 736 672 219 0 110 0
[pid=18196] ppid=18193 vsize=65216 memory=20940 CPUtime=3.06 cores=4,6
/proc/18196/stat : 18196 (roundingsat) R 18193 18193 17835 0 -1 4194304 2308 0 0 0 297 9 0 0 20 0 1 0 31272157 66781184 5235 18446744073709551615 4227072 8923433 140735340773744 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 15761408 140735340775748 140735340775976 140735340775976 140735340781546 0
/proc/18196/statm: 16304 5235 2368 1147 0 3731 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 69408 KiB
Current children cumulated memory: 23884 KiB

[startup+6.30018 s]
/proc/loadavg: 2.98 3.03 3.60 5/270 18196
/proc/meminfo: memFree=129905016/131249996 swapFree=33010684/33010684
[pid=18193] ppid=18190 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/18193/stat : 18193 (run-dec-break.s) S 18190 18193 17835 0 -1 4194304 235 510 0 0 0 0 0 0 20 0 1 0 31272156 4292608 736 18446744073709551615 94796461146112 94796462040645 140721226984784 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94796462279696 94796462327440 94796475899904 140721226991969 140721226992098 140721226992098 140721226997700 0
/proc/18193/statm: 1048 736 672 219 0 110 0
[pid=18196] ppid=18193 vsize=67280 memory=23884 CPUtime=6.24 cores=4,6
/proc/18196/stat : 18196 (roundingsat) R 18193 18193 17835 0 -1 4194304 3048 0 0 0 608 16 0 0 20 0 1 0 31272157 68894720 5971 18446744073709551615 4227072 8923433 140735340773744 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 15761408 140735340775748 140735340775976 140735340775976 140735340781546 0
/proc/18196/statm: 16820 5971 2368 1147 0 4247 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 71472 KiB
Current children cumulated memory: 26828 KiB

[startup+12.7002 s]
/proc/loadavg: 3.13 3.06 3.61 5/270 18196
/proc/meminfo: memFree=129900936/131249996 swapFree=33010684/33010684
[pid=18193] ppid=18190 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/18193/stat : 18193 (run-dec-break.s) S 18190 18193 17835 0 -1 4194304 235 510 0 0 0 0 0 0 20 0 1 0 31272156 4292608 736 18446744073709551615 94796461146112 94796462040645 140721226984784 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94796462279696 94796462327440 94796475899904 140721226991969 140721226992098 140721226992098 140721226997700 0
/proc/18193/statm: 1048 736 672 219 0 110 0
[pid=18196] ppid=18193 vsize=72784 memory=26700 CPUtime=12.62 cores=4,6
/proc/18196/stat : 18196 (roundingsat) R 18193 18193 17835 0 -1 4194304 3768 0 0 0 1235 27 0 0 20 0 1 0 31272157 74530816 6675 18446744073709551615 4227072 8923433 140735340773744 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 15761408 140735340775748 140735340775976 140735340775976 140735340781546 0
/proc/18196/statm: 18196 6675 2368 1147 0 5623 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 76976 KiB
Current children cumulated memory: 29644 KiB

[startup+25.5002 s]
/proc/loadavg: 3.27 3.09 3.61 5/270 18196
/proc/meminfo: memFree=129864920/131249996 swapFree=33010684/33010684
[pid=18193] ppid=18190 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/18193/stat : 18193 (run-dec-break.s) S 18190 18193 17835 0 -1 4194304 235 510 0 0 0 0 0 0 20 0 1 0 31272156 4292608 736 18446744073709551615 94796461146112 94796462040645 140721226984784 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94796462279696 94796462327440 94796475899904 140721226991969 140721226992098 140721226992098 140721226997700 0
/proc/18193/statm: 1048 736 672 219 0 110 0
[pid=18196] ppid=18193 vsize=78604 memory=34260 CPUtime=25.4 cores=4,6
/proc/18196/stat : 18196 (roundingsat) R 18193 18193 17835 0 -1 4194304 5134 0 0 0 2497 43 0 0 20 0 1 0 31272157 80490496 8565 18446744073709551615 4227072 8923433 140735340773744 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 15761408 140735340775748 140735340775976 140735340775976 140735340781546 0
/proc/18196/statm: 19651 8565 2368 1147 0 7078 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 82796 KiB
Current children cumulated memory: 37204 KiB

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

# cumulated CPU time of all completed processes:  user=30.5744 s, system=0.523163 s

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

[startup+25.6002 s]
/proc/loadavg: 3.27 3.09 3.61 5/270 18196
/proc/meminfo: memFree=129864920/131249996 swapFree=33010684/33010684
[pid=18193] ppid=18190 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/18193/stat : 18193 (run-dec-break.s) S 18190 18193 17835 0 -1 4194304 235 510 0 0 0 0 0 0 20 0 1 0 31272156 4292608 736 18446744073709551615 94796461146112 94796462040645 140721226984784 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94796462279696 94796462327440 94796475899904 140721226991969 140721226992098 140721226992098 140721226997700 0
/proc/18193/statm: 1048 736 672 219 0 110 0
[pid=18196] ppid=18193 vsize=78924 memory=34516 CPUtime=25.5 cores=4,6
/proc/18196/stat : 18196 (roundingsat) R 18193 18193 17835 0 -1 4194304 5203 0 0 0 2507 43 0 0 20 0 1 0 31272157 80818176 8629 18446744073709551615 4227072 8923433 140735340773744 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 15761408 140735340775748 140735340775976 140735340775976 140735340781546 0
/proc/18196/statm: 19731 8629 2368 1147 0 7158 0
Current children cumulated CPU time: 25.5 s
Current children cumulated vsize: 83116 KiB
Current children cumulated memory: 37460 KiB

[startup+28.8002 s]
/proc/loadavg: 3.41 3.12 3.62 5/270 18196
/proc/meminfo: memFree=129860888/131249996 swapFree=33010684/33010684
[pid=18193] ppid=18190 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/18193/stat : 18193 (run-dec-break.s) S 18190 18193 17835 0 -1 4194304 235 510 0 0 0 0 0 0 20 0 1 0 31272156 4292608 736 18446744073709551615 94796461146112 94796462040645 140721226984784 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94796462279696 94796462327440 94796475899904 140721226991969 140721226992098 140721226992098 140721226997700 0
/proc/18193/statm: 1048 736 672 219 0 110 0
[pid=18196] ppid=18193 vsize=79484 memory=35028 CPUtime=28.68 cores=4,6
/proc/18196/stat : 18196 (roundingsat) R 18193 18193 17835 0 -1 4194304 5335 0 0 0 2821 47 0 0 20 0 1 0 31272157 81391616 8757 18446744073709551615 4227072 8923433 140735340773744 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 15761408 140735340775748 140735340775976 140735340775976 140735340781546 0
/proc/18196/statm: 19871 8757 2368 1147 0 7298 0
Current children cumulated CPU time: 28.68 s
Current children cumulated vsize: 83676 KiB
Current children cumulated memory: 37972 KiB

[startup+30.4002 s]
/proc/loadavg: 3.41 3.12 3.62 5/268 18216
/proc/meminfo: memFree=129870524/131249996 swapFree=33010684/33010684
[pid=18193] ppid=18190 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/18193/stat : 18193 (run-dec-break.s) S 18190 18193 17835 0 -1 4194304 235 510 0 0 0 0 0 0 20 0 1 0 31272156 4292608 736 18446744073709551615 94796461146112 94796462040645 140721226984784 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94796462279696 94796462327440 94796475899904 140721226991969 140721226992098 140721226992098 140721226997700 0
/proc/18193/statm: 1048 736 672 219 0 110 0
[pid=18196] ppid=18193 vsize=79672 memory=35284 CPUtime=30.28 cores=4,6
/proc/18196/stat : 18196 (roundingsat) R 18193 18193 17835 0 -1 4194304 5411 0 0 0 2978 50 0 0 20 0 1 0 31272157 81584128 8821 18446744073709551615 4227072 8923433 140735340773744 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 15761408 140735340775748 140735340775976 140735340775976 140735340781546 0
/proc/18196/statm: 19918 8821 2368 1147 0 7345 0
Current children cumulated CPU time: 30.28 s
Current children cumulated vsize: 83864 KiB
Current children cumulated memory: 38228 KiB

[startup+30.8002 s]
/proc/loadavg: 3.41 3.12 3.62 5/268 18216
/proc/meminfo: memFree=129870524/131249996 swapFree=33010684/33010684
[pid=18193] ppid=18190 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/18193/stat : 18193 (run-dec-break.s) S 18190 18193 17835 0 -1 4194304 235 510 0 0 0 0 0 0 20 0 1 0 31272156 4292608 736 18446744073709551615 94796461146112 94796462040645 140721226984784 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94796462279696 94796462327440 94796475899904 140721226991969 140721226992098 140721226992098 140721226997700 0
/proc/18193/statm: 1048 736 672 219 0 110 0
[pid=18196] ppid=18193 vsize=79672 memory=35284 CPUtime=30.68 cores=4,6
/proc/18196/stat : 18196 (roundingsat) R 18193 18193 17835 0 -1 4194304 5413 0 0 0 3017 51 0 0 20 0 1 0 31272157 81584128 8821 18446744073709551615 4227072 8923433 140735340773744 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 15761408 140735340775748 140735340775976 140735340775976 140735340781546 0
/proc/18196/statm: 19918 8821 2368 1147 0 7345 0
Current children cumulated CPU time: 30.68 s
Current children cumulated vsize: 83864 KiB
Current children cumulated memory: 38228 KiB

[startup+31.2002 s]
/proc/loadavg: 3.41 3.12 3.62 5/272 18246
/proc/meminfo: memFree=129876648/131249996 swapFree=33010684/33010684
[pid=18193] ppid=18190 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/18193/stat : 18193 (run-dec-break.s) S 18190 18193 17835 0 -1 4194304 235 510 0 0 0 0 0 0 20 0 1 0 31272156 4292608 736 18446744073709551615 94796461146112 94796462040645 140721226984784 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94796462279696 94796462327440 94796475899904 140721226991969 140721226992098 140721226992098 140721226997700 0
/proc/18193/statm: 1048 736 672 219 0 110 0
[pid=18196] ppid=18193 vsize=79832 memory=35412 CPUtime=31.08 cores=4,6
/proc/18196/stat : 18196 (roundingsat) R 18193 18193 17835 0 -1 4194304 5448 0 0 0 3057 51 0 0 20 0 1 0 31272157 81747968 8853 18446744073709551615 4227072 8923433 140735340773744 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 15761408 140735340775748 140735340775976 140735340775976 140735340781546 0
/proc/18196/statm: 19958 8853 2368 1147 0 7385 0
Current children cumulated CPU time: 31.08 s
Current children cumulated vsize: 84024 KiB
Current children cumulated memory: 38356 KiB

Child status: 0

Real time (s): 31.2037
CPU time (s): 31.0976
CPU user time (s): 30.5744
CPU system time (s): 0.523163
CPU usage (%): 99.6599
Max. virtual memory (cumulated for all children) (KiB): 84024
Max. memory (cumulated for all children) (KiB): 38356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 30.5744
system time used= 0.523163
maximum resident set size= 35412
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6218
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 208
involuntary context switches= 64


# summary of solver processes directly reported to runsolver:
#   pid: 18193
#   total CPU time (s): 31.0976
#   total CPU user time (s): 30.5744
#   total CPU system time (s): 0.523163

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.068146 second user time and 0.168284 second system time

The end

Launcher Data

Begin job on nodeC024 at 2025-06-29 02:12:23
IDJOB=4493664
IDBENCH=147869
IDSOLVER=3357
FILE ID=nodeC024/4493664-1751155943
RUNJOBID= nodeC024-1751155906-17846
SLURM_JOB_ID= 9587473
Free space on /tmp= 433032 MiB

SOLVER NAME= roundingsat+pbsuma 63f22ad
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/prestwich/armies/normalized-army13.24bt.opb
COMMAND LINE= run-dec-break.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4493664-1751155943/watcher-4493664-1751155943 -o /tmp/evaluation-result-4493664-1751155943/solver-4493664-1751155943 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751155906-17846 --watchdog 3760  run-dec-break.sh HOME/instance-4493664-1751155943.opb

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

MD5SUM BENCH= b1cc89baa8bd080d13ae67cc087920d3
RANDOM SEED=1428945867

nodeC024 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.670
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.36
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.653
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.36
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		: 3602.685
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.36
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		: 3604.581
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.36
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.795
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.36
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.698
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.672
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.36
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.853
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        129927000 kB
MemAvailable:   129554664 kB
Buffers:            3280 kB
Cached:           419712 kB
SwapCached:            0 kB
Active:           552664 kB
Inactive:         199708 kB
Active(anon):     347444 kB
Inactive(anon):        0 kB
Active(file):     205220 kB
Inactive(file):   199708 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             14716 kB
Writeback:            12 kB
AnonPages:        332424 kB
Mapped:           116508 kB
Shmem:             18064 kB
KReclaimable:      85360 kB
Slab:             168240 kB
SReclaimable:      85360 kB
SUnreclaim:        82880 kB
KernelStack:        4336 kB
PageTables:         3792 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     680012 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150664 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:     55296 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:      195284 kB
DirectMap2M:     6916096 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 433024 MiB
End job on nodeC024 at 2025-06-29 02:12:54