Trace number 4515710

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 63f22adUNSAT 39.3873 39.5139

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
sumineq/sumineq_pyr_5_shuffle/normalized-sumineqArity5pyramidP115.shuf-2.opb
MD5SUM9fec036f9114dcaf12f5e6b379091e55
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 benchmark10.6714
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables33930
Total number of constraints6787
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)3
Number of constraints which are nor clauses,nor cardinality constraints6784
Minimum length of a constraint5
Maximum length of a constraint15
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 9
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 29
Number of bits of the biggest sum of numbers5
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-4515710-1751223674.opb'
0.00/0.02	c 	read 1.02MB  (15.52ms)
0.00/0.02	c	 [cnf: #variables 33930 #clauses 6787 #duplicates 0 #arr 100635]
0.00/0.02	c 
0.00/0.02	c make graph and approximate orbits
0.00/0.06	c	 [group: #orbits ~= 22018] (42.10ms)
0.00/0.06	c 
0.00/0.06	c detect special group actions
0.00/0.06	c 	probe for Johnson action (limit=64)
0.00/0.06	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.08	c 	probe for row symmetry (limit=64, splits=16.78M)
0.00/0.08	c 	 found row 3x2, generating row predicate
0.00/0.08	c 	 found row 3x2, generating row predicate
0.00/0.08	c 	 found row 4x2, generating row predicate
0.00/0.08	c 	 found row 5x2, generating row predicate
0.00/0.08	c 	 found row 4x2, generating row predicate
0.00/0.08	c 	 found row 3x2, generating row predicate
0.00/0.08	c 	 found row 4x2, generating row predicate
0.00/0.08	c 	 found row 3x2, generating row predicate
0.00/0.08	c 	 found row 5x2, generating row predicate
0.00/0.08	c 	 found row 3x2, generating row predicate
0.00/0.08	c 	 found row 3x2, generating row predicate
0.00/0.08	c 	 found row 3x2, generating row predicate
0.00/0.08	c 	 found row 4x2, generating row predicate
0.00/0.08	c 	 found row 3x2, generating row predicate
0.00/0.08	c 	 found row 3x2, generating row predicate
0.00/0.08	c 	 found row 4x2, generating row predicate
0.00/0.08	c 	 found row 4x2, generating row predicate
0.00/0.08	c 	 found row 4x2, generating row predicate
0.00/0.08	c 	 found row 3x2, generating row predicate
0.00/0.08	c 	 found row 5x2, generating row predicate
0.00/0.08	c 	 found row 3x2, generating row predicate
0.00/0.08	c 	 found row 5x2, generating row predicate
0.00/0.08	c 	 found row 3x2, generating row predicate
0.00/0.08	c 	 (19.39ms)
0.00/0.08	c 
0.00/0.08	c detect symmetries on remainder
0.00/0.08	c 	[graph: #vertices 142507 #edges 404850]
0.00/0.09	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.08/0.15	c 	 [group: #symmetries 4.48*10^8336 #generators 20682] (61.49ms)
0.08/0.15	c 
0.08/0.15	c optimize generators (opt_passes=64, conjugate_limit=256)
0.08/0.15	c 	ran it=0, +gens=0 
0.08/0.17	c 	con best_support=4, best_gens=20682, +gens=0
0.08/0.17	c 	(27.03ms)
0.08/0.17	c 
0.08/0.17	c finalize break order and special generators
0.08/0.18	c 
0.08/0.18	c add generic predicates (break_depth=10)
0.08/0.18	c 	added predicates for 20682 generators (3.00ms)
0.08/0.18	c 
0.08/0.18	c generation finished
0.08/0.18	c 	[sbp: #constraints 20743 #add_vars 0]
0.08/0.18	c 
0.08/0.18	c write result to 'HOME/instance-4515710-1751223674.opb.pre'
0.08/0.19	c 	wrote 1.61MB (4.01ms)
0.08/0.19	c ------------------------------------------------------------------
0.08/0.19	c                  61.49ms 34.30% detect_generic
0.08/0.19	c                  42.10ms 23.48% approx_orbits
0.08/0.19	c                  27.03ms 15.08% optimize_gens
0.08/0.19	c                  19.39ms 10.82% detect_special
0.08/0.19	c                  15.52ms  8.66% parse
0.08/0.19	c                   4.01ms  2.24% output
0.08/0.19	c                   3.91ms  2.18% other
0.08/0.19	c                   3.00ms  1.67% break_generic
0.08/0.19	c                   2.81ms  1.57% finalize_order
0.08/0.19	c         ───────────────────────────────────────────────
0.08/0.19	c                 179.28ms   100% total
0.08/0.19	c ------------------------------------------------------------------
0.08/0.20	c RoundingSat 2
0.08/0.20	c branch pb25
0.08/0.20	c commit 63f22ad
0.27/0.37	c #variables 33930 #constraints 27530
30.88/31.08	c #Conflicts:       1000 | #Constraints:      28529
30.88/31.08	c #Conflicts:       2000 | #Constraints:      29529
30.88/31.08	c INPROCESSING
30.88/31.08	c #Conflicts:       3000 | #Constraints:      29389
30.88/31.08	c #Conflicts:       4000 | #Constraints:      30389
30.88/31.08	c INPROCESSING
30.88/31.08	c #Conflicts:       5000 | #Constraints:      29758
30.88/31.08	c #Conflicts:       6000 | #Constraints:      30758
30.88/31.08	c #Conflicts:       7000 | #Constraints:      31758
30.88/31.08	c #Conflicts:       8000 | #Constraints:      32758
30.88/31.08	c #Conflicts:       9000 | #Constraints:      33758
30.88/31.08	c INPROCESSING
30.88/31.08	c GARBAGE COLLECT
30.88/31.08	c #Conflicts:      10000 | #Constraints:      31164
30.88/31.08	c #Conflicts:      11000 | #Constraints:      32164
30.88/31.08	c #Conflicts:      12000 | #Constraints:      33164
30.88/31.08	c #Conflicts:      13000 | #Constraints:      34164
30.88/31.08	c #Conflicts:      14000 | #Constraints:      35164
30.88/31.08	c #Conflicts:      15000 | #Constraints:      36164
30.88/31.08	c #Conflicts:      16000 | #Constraints:      37164
30.88/31.08	c INPROCESSING
30.88/31.08	c GARBAGE COLLECT
30.88/31.08	c #Conflicts:      17000 | #Constraints:      32712
30.88/31.08	c #Conflicts:      18000 | #Constraints:      33712
30.88/31.08	c #Conflicts:      19000 | #Constraints:      34712
30.88/31.08	c #Conflicts:      20000 | #Constraints:      35712
30.88/31.08	c #Conflicts:      21000 | #Constraints:      36713
30.88/31.08	c #Conflicts:      22000 | #Constraints:      37713
30.88/31.08	c #Conflicts:      23000 | #Constraints:      38713
30.88/31.08	c #Conflicts:      24000 | #Constraints:      39713
30.88/31.08	c #Conflicts:      25000 | #Constraints:      40713
30.88/31.08	c INPROCESSING
30.88/31.08	c GARBAGE COLLECT
30.88/31.08	c #Conflicts:      26000 | #Constraints:      34388
30.88/31.08	c #Conflicts:      27000 | #Constraints:      35388
30.88/31.08	c #Conflicts:      28000 | #Constraints:      36388
30.88/31.08	c #Conflicts:      29000 | #Constraints:      37388
30.88/31.08	c #Conflicts:      30000 | #Constraints:      38388
30.88/31.08	c #Conflicts:      31000 | #Constraints:      39388
30.88/31.08	c #Conflicts:      32000 | #Constraints:      40388
30.88/31.08	c #Conflicts:      33000 | #Constraints:      41388
30.88/31.08	c #Conflicts:      34000 | #Constraints:      42388
30.88/31.08	c #Conflicts:      35000 | #Constraints:      43388
30.88/31.08	c #Conflicts:      36000 | #Constraints:      44388
30.88/31.08	c INPROCESSING
30.88/31.08	c GARBAGE COLLECT
30.88/31.08	c #Conflicts:      37000 | #Constraints:      35833
30.88/31.08	c #Conflicts:      38000 | #Constraints:      36833
30.88/31.08	c #Conflicts:      39000 | #Constraints:      37833
30.88/31.08	c #Conflicts:      40000 | #Constraints:      38833
30.88/31.08	c #Conflicts:      41000 | #Constraints:      39833
30.88/31.08	c #Conflicts:      42000 | #Constraints:      40833
30.88/31.08	c #Conflicts:      43000 | #Constraints:      41833
30.88/31.08	c #Conflicts:      44000 | #Constraints:      42833
30.88/31.08	c #Conflicts:      45000 | #Constraints:      43833
30.88/31.08	c #Conflicts:      46000 | #Constraints:      44833
30.88/31.08	c #Conflicts:      47000 | #Constraints:      45833
30.88/31.08	c #Conflicts:      48000 | #Constraints:      46834
30.88/31.08	c #Conflicts:      49000 | #Constraints:      47834
30.88/31.08	c INPROCESSING
30.88/31.08	c GARBAGE COLLECT
30.88/31.08	c #Conflicts:      50000 | #Constraints:      38323
30.88/31.08	c #Conflicts:      51000 | #Constraints:      39323
30.88/31.08	c #Conflicts:      52000 | #Constraints:      40323
30.88/31.08	c #Conflicts:      53000 | #Constraints:      41323
30.88/31.08	c #Conflicts:      54000 | #Constraints:      42323
30.88/31.08	c #Conflicts:      55000 | #Constraints:      43323
30.88/31.08	c #Conflicts:      56000 | #Constraints:      44323
30.88/31.08	c #Conflicts:      57000 | #Constraints:      45323
30.88/31.08	c #Conflicts:      58000 | #Constraints:      46323
30.88/31.08	c #Conflicts:      59000 | #Constraints:      47323
30.88/31.08	c #Conflicts:      60000 | #Constraints:      48323
30.88/31.08	c #Conflicts:      61000 | #Constraints:      49323
30.88/31.08	c #Conflicts:      62000 | #Constraints:      50323
30.88/31.08	c #Conflicts:      63000 | #Constraints:      51323
30.88/31.08	c #Conflicts:      64000 | #Constraints:      52323
30.88/31.08	c INPROCESSING
30.88/31.08	c GARBAGE COLLECT
30.88/31.08	c #Conflicts:      65000 | #Constraints:      41093
30.88/31.08	c #Conflicts:      66000 | #Constraints:      42093
30.88/31.08	c #Conflicts:      67000 | #Constraints:      43093
30.88/31.08	c #Conflicts:      68000 | #Constraints:      44093
30.88/31.08	c #Conflicts:      69000 | #Constraints:      45093
30.88/31.08	c #Conflicts:      70000 | #Constraints:      46093
30.88/31.08	c #Conflicts:      71000 | #Constraints:      47093
30.88/31.08	c #Conflicts:      72000 | #Constraints:      48093
30.88/31.08	c #Conflicts:      73000 | #Constraints:      49093
30.88/31.08	c #Conflicts:      74000 | #Constraints:      50093
30.88/31.08	c #Conflicts:      75000 | #Constraints:      51093
39.25/39.49	c #Conflicts:      76000 | #Constraints:      52093
39.25/39.49	c #Conflicts:      77000 | #Constraints:      53093
39.25/39.49	c #Conflicts:      78000 | #Constraints:      54093
39.25/39.49	c #Conflicts:      79000 | #Constraints:      55093
39.25/39.49	c #Conflicts:      80000 | #Constraints:      56093
39.25/39.49	c #Conflicts:      81000 | #Constraints:      57093
39.25/39.49	c INPROCESSING
39.25/39.49	c GARBAGE COLLECT
39.25/39.49	c #Conflicts:      82000 | #Constraints:      44331
39.25/39.49	c #Conflicts:      83000 | #Constraints:      45331
39.25/39.49	c #Conflicts:      84000 | #Constraints:      46331
39.25/39.49	c #Conflicts:      85000 | #Constraints:      47331
39.25/39.49	c #Conflicts:      86000 | #Constraints:      48331
39.25/39.49	c #Conflicts:      87000 | #Constraints:      49331
39.25/39.49	c #Conflicts:      88000 | #Constraints:      50331
39.25/39.49	c #Conflicts:      89000 | #Constraints:      51331
39.25/39.49	c #Conflicts:      90000 | #Constraints:      52331
39.25/39.49	c #Conflicts:      91000 | #Constraints:      53331
39.25/39.49	c #Conflicts:      92000 | #Constraints:      54331
39.25/39.49	c #Conflicts:      93000 | #Constraints:      55331
39.25/39.49	c #Conflicts:      94000 | #Constraints:      56331
39.25/39.49	c #Conflicts:      95000 | #Constraints:      57331
39.25/39.49	c #Conflicts:      96000 | #Constraints:      58331
39.25/39.49	c #Conflicts:      97000 | #Constraints:      59331
39.25/39.49	c #Conflicts:      98000 | #Constraints:      60331
39.25/39.49	c #Conflicts:      99000 | #Constraints:      61331
39.25/39.49	c #Conflicts:     100000 | #Constraints:      62331
39.25/39.49	c #Conflicts:     101000 | #Constraints:      63331
39.25/39.49	c INPROCESSING
39.25/39.49	c GARBAGE COLLECT
39.25/39.49	c #Conflicts:     102000 | #Constraints:      48549
39.25/39.49	c #Conflicts:     103000 | #Constraints:      49549
39.25/39.49	c #Conflicts:     104000 | #Constraints:      50549
39.25/39.49	c #Conflicts:     105000 | #Constraints:      51549
39.25/39.49	c #Conflicts:     106000 | #Constraints:      52549
39.25/39.49	c #Conflicts:     107000 | #Constraints:      53549
39.25/39.49	c #Conflicts:     108000 | #Constraints:      54549
39.25/39.49	c #Conflicts:     109000 | #Constraints:      55549
39.25/39.49	c #Conflicts:     110000 | #Constraints:      56549
39.25/39.49	c #Conflicts:     111000 | #Constraints:      57549
39.25/39.49	c #Conflicts:     112000 | #Constraints:      58549
39.25/39.49	c #Conflicts:     113000 | #Constraints:      59549
39.25/39.49	c cpu time 35.7539 s
39.25/39.49	c deterministic time 152687779 1.53e+08
39.25/39.49	c optimization time 4.6e-05 s
39.25/39.49	c total solve time 35.6232 s
39.25/39.49	c core-guided solve time 0 s
39.25/39.49	c propagation time 8.47569 s
39.25/39.49	c conflict analysis time 0.873383 s
39.25/39.49	c propagations 5021171
39.25/39.49	c resolve steps 235345
39.25/39.49	c decisions 4895907
39.25/39.49	c conflicts 113404
39.25/39.49	c restarts 300
39.25/39.49	c inprocessing phases 10
39.25/39.49	c garbage collections 8 ,( 80.00 )
39.25/39.49	c input clauses 20743 ,( 75.35 )
39.25/39.49	c input cardinalities 117 ,( 0.42 )
39.25/39.49	c input general constraints 6670 ,( 24.23 )
39.25/39.49	c input average constraint length 5.16
39.25/39.49	c input average constraint degree 3.19
39.25/39.49	c learned clauses 36494 ,( 32.18 )
39.25/39.49	c learned cardinalities 11995 ,( 10.58 )
39.25/39.49	c learned general constraints 64916 ,( 57.24 )
39.25/39.49	c learned average constraint length 9.89
39.25/39.49	c learned average constraint degree 309619.86
39.25/39.49	c watched  CF 32, 64, 128, Arb: 2907 , 0 , 0 , 0
39.25/39.49	c counting CF 32, 64, 128, Arb: 68679 , 0 , 0 , 0
39.25/39.49	c watched   constraints 2907 ,( 4.06 ) 
39.25/39.49	c counting  constraints 68679 ,( 95.94 ) 
39.25/39.49	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 1749907 , 1039433 , 7520411 ,( 85734 , 7434677 )
39.25/39.49	c gcd simplifications 19610
39.25/39.49	c detected cardinalities 3679
39.25/39.49	c weakened non-implied lits 384182
39.25/39.49	c weakened non-implying lits 16088
39.25/39.49	c original variables 33930
39.25/39.49	c clausal propagations 1488493
39.25/39.49	c cardinality propagations 735238
39.25/39.49	c watched propagations 1773
39.25/39.49	c counting propagations 2601336
39.25/39.49	c watch lookups 74825207
39.25/39.49	c watch backjump lookups 0
39.25/39.49	c watch checks 2985382
39.25/39.49	c propagation checks 51393472
39.25/39.49	c constraint additions 3513970
39.25/39.49	c trail pops 10027874
39.25/39.49	c formula constraints 27530
39.25/39.49	c learned constraints 113401
39.25/39.49	c bound constraints 0
39.25/39.49	c core-guided constraints 0
39.25/39.49	c encountered formula constraints 175098
39.25/39.49	c encountered learned constraints 173585
39.25/39.49	c encountered bound constraints 0
39.25/39.49	c encountered core-guided constraints 0
39.25/39.49	c LP total time 11.8365 s
39.25/39.49	c LP solve time 11.78 s
39.25/39.49	c LP constraints added 27530
39.25/39.49	c LP constraints removed 0
39.25/39.49	c LP pivots internal 11795
39.25/39.49	c LP pivots root 13000
39.25/39.49	c LP calls 6
39.25/39.49	c LP optimalities 0
39.25/39.49	c LP no pivot count 0
39.25/39.49	c LP infeasibilities 2
39.25/39.49	c LP valid Farkas constraints 2
39.35/39.50	c LP learned Farkas constraints 2
39.35/39.50	c LP basis resets 0
39.35/39.50	c LP cycling count 0
39.35/39.50	c LP singular count 0
39.35/39.50	c LP no primal count 0
39.35/39.50	c LP no farkas count 0
39.35/39.50	c LP other issue count 0
39.35/39.50	c LP Gomory cuts 0
39.35/39.50	c LP learned cuts 0
39.35/39.50	c LP deleted cuts 0
39.35/39.50	c LP encountered Gomory constraints 0
39.35/39.50	c LP encountered Farkas constraints 62
39.35/39.50	c LP encountered learned Farkas constraints 2
39.35/39.50	c CG auxiliary variables introduced 0
39.35/39.50	c CG solutions found 0
39.35/39.50	c CG cores constructed 0
39.35/39.50	c CG core cardinality constraints returned 0
39.35/39.50	c CG unit cores 0
39.35/39.50	c CG single cores 0
39.35/39.50	c CG blocks removed during cardinality reduction 0
39.35/39.50	c CG first core best 0
39.35/39.50	c CG decision core best 0
39.35/39.50	c CG core reduction tie 0
39.35/39.50	c CG core degree average 0.00
39.35/39.50	c CG core slack average 0.00
39.35/39.50	c CG core upper bound improvements 0
39.35/39.50	c STR number of successful calls 0
39.35/39.50	c STR number of unsuccessful calls 0
39.35/39.50	c STR number of inconclusive calls 0
39.35/39.50	c STR number of successful attempts 0
39.35/39.50	c STR number of unsuccessful attempts 0
39.35/39.50	c STR number of inconclusive attempts 0
39.35/39.50	c STR average degree increase per successful call inf
39.35/39.50	c STR average degree increase per successful attempt inf
39.35/39.50	c STR total number of conflicts for successful attempts 0
39.35/39.50	c STR total number of conflicts for unsuccessful attempts 0
39.35/39.50	c STR total number of conflicts for inconclusive attempts 0
39.35/39.50	c STR average number of conflicts per successful attempt inf
39.35/39.50	c STR average number of conflicts per unsuccessful attempt inf
39.35/39.50	c STR average number of conflicts per inconclusive attempt inf
39.35/39.50	c AVG.sumWPerc 64.22 
39.35/39.50	c bigint constraints 0 
39.35/39.50	s UNSATISFIABLE

Verifier Data

ERROR: no interpretation found !

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4515710-1751223674/watcher-4515710-1751223674 -o /tmp/evaluation-result-4515710-1751223674/solver-4515710-1751223674 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1751215967-28906 --watchdog 3760 run-dec-break.sh HOME/instance-4515710-1751223674.opb 

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 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=30970, runsolver pid=30967
Current StackSize limit: 8192 KiB


[startup+0.100067 s]*
/proc/loadavg: 4.12 4.10 4.09 5/270 30972
/proc/meminfo: memFree=127376936/131249988 swapFree=33010684/33010684
[pid=30970] ppid=30967 vsize=4192 memory=2816 CPUtime=0 cores=0,2
/proc/30970/stat : 30970 (run-dec-break.s) S 30967 30970 28896 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 38045955 4292608 704 18446744073709551615 94272651976704 94272652871237 140732814041440 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94272653110288 94272653158032 94272681922560 140732814043489 140732814043618 140732814043618 140732814049220 0
/proc/30970/statm: 1048 704 672 219 0 110 0
[pid=30972] ppid=30970 vsize=58912 memory=40252 CPUtime=0.08 cores=0,2
/proc/30972/stat : 30972 (pbsuma) R 30970 30970 28896 0 -1 4194304 11515 0 0 0 7 1 0 0 20 0 1 0 38045956 60325888 10063 18446744073709551615 4210688 4653049 140727585059760 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 4700520 4703148 27078656 140727585061219 140727585061426 140727585061426 140727585066991 0
/proc/30972/statm: 14728 10063 1024 108 0 12136 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 63104 KiB
Current children cumulated memory: 43068 KiB

[startup+0.205672 s]*
/proc/loadavg: 4.12 4.10 4.09 5/270 30973
/proc/meminfo: memFree=127399076/131249988 swapFree=33010684/33010684
[pid=30970] ppid=30967 vsize=4192 memory=2816 CPUtime=0.17 cores=0,2
/proc/30970/stat : 30970 (run-dec-break.s) S 30967 30970 28896 0 -1 4194304 235 14617 0 0 0 0 15 2 20 0 1 0 38045955 4292608 704 18446744073709551615 94272651976704 94272652871237 140732814041440 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94272653110288 94272653158032 94272681922560 140732814043489 140732814043618 140732814043618 140732814049220 0
/proc/30970/statm: 1048 704 672 219 0 110 0
[pid=30973] ppid=30970 vsize=65264 memory=17920 CPUtime=0 cores=0,2
/proc/30973/stat : 30973 (roundingsat) R 30970 30970 28896 0 -1 4194304 2702 0 0 0 0 0 0 0 20 0 1 0 38045975 66830336 4480 18446744073709551615 4227072 8923433 140721816277600 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 25731072 140721816283460 140721816283688 140721816283688 140721816289258 0
/proc/30973/statm: 16316 4480 1984 1147 0 3743 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 69456 KiB
Current children cumulated memory: 20736 KiB

[startup+0.30561 s]*
/proc/loadavg: 4.12 4.10 4.09 5/270 30973
/proc/meminfo: memFree=127399184/131249988 swapFree=33010684/33010684
[pid=30970] ppid=30967 vsize=4192 memory=2816 CPUtime=0.17 cores=0,2
/proc/30970/stat : 30970 (run-dec-break.s) S 30967 30970 28896 0 -1 4194304 235 14617 0 0 0 0 15 2 20 0 1 0 38045955 4292608 704 18446744073709551615 94272651976704 94272652871237 140732814041440 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94272653110288 94272653158032 94272681922560 140732814043489 140732814043618 140732814043618 140732814049220 0
/proc/30970/statm: 1048 704 672 219 0 110 0
[pid=30973] ppid=30970 vsize=75788 memory=30432 CPUtime=0.1 cores=0,2
/proc/30973/stat : 30973 (roundingsat) R 30970 30970 28896 0 -1 4194304 5418 0 0 0 8 2 0 0 20 0 1 0 38045975 77606912 7608 18446744073709551615 4227072 8923433 140721816277600 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 25731072 140721816283460 140721816283688 140721816283688 140721816289258 0
/proc/30973/statm: 18947 7608 1984 1147 0 6374 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 79980 KiB
Current children cumulated memory: 33248 KiB

[startup+0.700205 s]
/proc/loadavg: 4.12 4.10 4.09 5/270 30973
/proc/meminfo: memFree=127355472/131249988 swapFree=33010684/33010684
[pid=30970] ppid=30967 vsize=4192 memory=2816 CPUtime=0.17 cores=0,2
/proc/30970/stat : 30970 (run-dec-break.s) S 30967 30970 28896 0 -1 4194304 235 14617 0 0 0 0 15 2 20 0 1 0 38045955 4292608 704 18446744073709551615 94272651976704 94272652871237 140732814041440 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94272653110288 94272653158032 94272681922560 140732814043489 140732814043618 140732814043618 140732814049220 0
/proc/30970/statm: 1048 704 672 219 0 110 0
[pid=30973] ppid=30970 vsize=126796 memory=78668 CPUtime=0.49 cores=0,2
/proc/30973/stat : 30973 (roundingsat) R 30970 30970 28896 0 -1 4194304 13368 0 0 0 44 5 0 0 20 0 1 0 38045975 129839104 19667 18446744073709551615 4227072 8923433 140721816277600 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 25731072 140721816283460 140721816283688 140721816283688 140721816289258 0
/proc/30973/statm: 31699 19667 2304 1147 0 19126 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 130988 KiB
Current children cumulated memory: 81484 KiB

[startup+1.5002 s]
/proc/loadavg: 4.12 4.10 4.09 5/270 30973
/proc/meminfo: memFree=127355472/131249988 swapFree=33010684/33010684
[pid=30970] ppid=30967 vsize=4192 memory=2816 CPUtime=0.17 cores=0,2
/proc/30970/stat : 30970 (run-dec-break.s) S 30967 30970 28896 0 -1 4194304 235 14617 0 0 0 0 15 2 20 0 1 0 38045955 4292608 704 18446744073709551615 94272651976704 94272652871237 140732814041440 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94272653110288 94272653158032 94272681922560 140732814043489 140732814043618 140732814043618 140732814049220 0
/proc/30970/statm: 1048 704 672 219 0 110 0
[pid=30973] ppid=30970 vsize=126796 memory=78668 CPUtime=1.29 cores=0,2
/proc/30973/stat : 30973 (roundingsat) R 30970 30970 28896 0 -1 4194304 13368 0 0 0 124 5 0 0 20 0 1 0 38045975 129839104 19667 18446744073709551615 4227072 8923433 140721816277600 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 25731072 140721816283460 140721816283688 140721816283688 140721816289258 0
/proc/30973/statm: 31699 19667 2304 1147 0 19126 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 130988 KiB
Current children cumulated memory: 81484 KiB

[startup+3.10544 s]
/proc/loadavg: 4.11 4.10 4.09 5/270 30973
/proc/meminfo: memFree=127347460/131249988 swapFree=33010684/33010684
[pid=30970] ppid=30967 vsize=4192 memory=2816 CPUtime=0.17 cores=0,2
/proc/30970/stat : 30970 (run-dec-break.s) S 30967 30970 28896 0 -1 4194304 235 14617 0 0 0 0 15 2 20 0 1 0 38045955 4292608 704 18446744073709551615 94272651976704 94272652871237 140732814041440 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94272653110288 94272653158032 94272681922560 140732814043489 140732814043618 140732814043618 140732814049220 0
/proc/30970/statm: 1048 704 672 219 0 110 0
[pid=30973] ppid=30970 vsize=130840 memory=83148 CPUtime=2.88 cores=0,2
/proc/30973/stat : 30973 (roundingsat) R 30970 30970 28896 0 -1 4194304 14453 0 0 0 281 7 0 0 20 0 1 0 38045975 133980160 20787 18446744073709551615 4227072 8923433 140721816277600 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 25731072 140721816283460 140721816283688 140721816283688 140721816289258 0
/proc/30973/statm: 32710 20787 2368 1147 0 20137 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 135032 KiB
Current children cumulated memory: 85964 KiB

[startup+6.30019 s]
/proc/loadavg: 4.11 4.10 4.09 5/270 30973
/proc/meminfo: memFree=127347460/131249988 swapFree=33010684/33010684
[pid=30970] ppid=30967 vsize=4192 memory=2816 CPUtime=0.17 cores=0,2
/proc/30970/stat : 30970 (run-dec-break.s) S 30967 30970 28896 0 -1 4194304 235 14617 0 0 0 0 15 2 20 0 1 0 38045955 4292608 704 18446744073709551615 94272651976704 94272652871237 140732814041440 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94272653110288 94272653158032 94272681922560 140732814043489 140732814043618 140732814043618 140732814049220 0
/proc/30970/statm: 1048 704 672 219 0 110 0
[pid=30973] ppid=30970 vsize=131060 memory=86212 CPUtime=6.08 cores=0,2
/proc/30973/stat : 30973 (roundingsat) R 30970 30970 28896 0 -1 4194304 14765 0 0 0 590 18 0 0 20 0 1 0 38045975 134205440 21553 18446744073709551615 4227072 8923433 140721816277600 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 25731072 140721816283460 140721816283688 140721816283688 140721816289258 0
/proc/30973/statm: 32765 21553 2368 1147 0 20192 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 135252 KiB
Current children cumulated memory: 89028 KiB

[startup+12.7002 s]
/proc/loadavg: 4.10 4.09 4.09 5/270 30973
/proc/meminfo: memFree=127326520/131249988 swapFree=33010684/33010684
[pid=30970] ppid=30967 vsize=4192 memory=2816 CPUtime=0.17 cores=0,2
/proc/30970/stat : 30970 (run-dec-break.s) S 30967 30970 28896 0 -1 4194304 235 14617 0 0 0 0 15 2 20 0 1 0 38045955 4292608 704 18446744073709551615 94272651976704 94272652871237 140732814041440 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94272653110288 94272653158032 94272681922560 140732814043489 140732814043618 140732814043618 140732814049220 0
/proc/30970/statm: 1048 704 672 219 0 110 0
[pid=30973] ppid=30970 vsize=141964 memory=96708 CPUtime=12.45 cores=0,2
/proc/30973/stat : 30973 (roundingsat) R 30970 30970 28896 0 -1 4194304 17376 0 0 0 1192 53 0 0 20 0 1 0 38045975 145371136 24177 18446744073709551615 4227072 8923433 140721816277600 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 25731072 140721816283460 140721816283688 140721816283688 140721816289258 0
/proc/30973/statm: 35491 24177 2400 1147 0 22918 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 146156 KiB
Current children cumulated memory: 99524 KiB

[startup+25.5002 s]
/proc/loadavg: 4.08 4.09 4.09 5/269 30973
/proc/meminfo: memFree=127310220/131249988 swapFree=33010684/33010684
[pid=30970] ppid=30967 vsize=4192 memory=2816 CPUtime=0.17 cores=0,2
/proc/30970/stat : 30970 (run-dec-break.s) S 30967 30970 28896 0 -1 4194304 235 14617 0 0 0 0 15 2 20 0 1 0 38045955 4292608 704 18446744073709551615 94272651976704 94272652871237 140732814041440 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94272653110288 94272653158032 94272681922560 140732814043489 140732814043618 140732814043618 140732814049220 0
/proc/30970/statm: 1048 704 672 219 0 110 0
[pid=30973] ppid=30970 vsize=156140 memory=107716 CPUtime=25.22 cores=0,2
/proc/30973/stat : 30973 (roundingsat) R 30970 30970 28896 0 -1 4194304 20126 0 0 0 2387 135 0 0 20 0 1 0 38045975 159887360 26929 18446744073709551615 4227072 8923433 140721816277600 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 25731072 140721816283460 140721816283688 140721816283688 140721816289258 0
/proc/30973/statm: 39035 26929 2400 1147 0 26462 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 160332 KiB
Current children cumulated memory: 110532 KiB

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

# cumulated CPU time of all completed processes:  user=35.9195 s, system=3.46773 s

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

[startup+25.6002 s]
/proc/loadavg: 4.08 4.09 4.09 5/269 30973
/proc/meminfo: memFree=127310220/131249988 swapFree=33010684/33010684
[pid=30970] ppid=30967 vsize=4192 memory=2816 CPUtime=0.17 cores=0,2
/proc/30970/stat : 30970 (run-dec-break.s) S 30967 30970 28896 0 -1 4194304 235 14617 0 0 0 0 15 2 20 0 1 0 38045955 4292608 704 18446744073709551615 94272651976704 94272652871237 140732814041440 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94272653110288 94272653158032 94272681922560 140732814043489 140732814043618 140732814043618 140732814049220 0
/proc/30970/statm: 1048 704 672 219 0 110 0
[pid=30973] ppid=30970 vsize=156140 memory=107716 CPUtime=25.32 cores=0,2
/proc/30973/stat : 30973 (roundingsat) R 30970 30970 28896 0 -1 4194304 20126 0 0 0 2397 135 0 0 20 0 1 0 38045975 159887360 26929 18446744073709551615 4227072 8923433 140721816277600 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 25731072 140721816283460 140721816283688 140721816283688 140721816289258 0
/proc/30973/statm: 39035 26929 2400 1147 0 26462 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 160332 KiB
Current children cumulated memory: 110532 KiB

[startup+32.0002 s]*
/proc/loadavg: 4.15 4.10 4.09 5/269 30973
/proc/meminfo: memFree=127253508/131249988 swapFree=33010684/33010684
[pid=30970] ppid=30967 vsize=4192 memory=2816 CPUtime=0.17 cores=0,2
/proc/30970/stat : 30970 (run-dec-break.s) S 30967 30970 28896 0 -1 4194304 235 14617 0 0 0 0 15 2 20 0 1 0 38045955 4292608 704 18446744073709551615 94272651976704 94272652871237 140732814041440 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94272653110288 94272653158032 94272681922560 140732814043489 140732814043618 140732814043618 140732814049220 0
/proc/30970/statm: 1048 704 672 219 0 110 0
[pid=30973] ppid=30970 vsize=156280 memory=109380 CPUtime=31.71 cores=0,2
/proc/30973/stat : 30973 (roundingsat) R 30970 30970 28896 0 -1 4194304 20555 0 0 0 2982 189 0 0 20 0 1 0 38045975 160030720 27345 18446744073709551615 4227072 8923433 140721816277600 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 25731072 140721816283460 140721816283688 140721816283688 140721816289258 0
/proc/30973/statm: 39070 27345 2400 1147 0 26497 0
Current children cumulated CPU time: 31.88 s
Current children cumulated vsize: 160472 KiB
Current children cumulated memory: 112196 KiB

[startup+35.2002 s]
/proc/loadavg: 4.15 4.10 4.09 5/269 30973
/proc/meminfo: memFree=127241284/131249988 swapFree=33010684/33010684
[pid=30970] ppid=30967 vsize=4192 memory=2816 CPUtime=0.17 cores=0,2
/proc/30970/stat : 30970 (run-dec-break.s) S 30967 30970 28896 0 -1 4194304 235 14617 0 0 0 0 15 2 20 0 1 0 38045955 4292608 704 18446744073709551615 94272651976704 94272652871237 140732814041440 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94272653110288 94272653158032 94272681922560 140732814043489 140732814043618 140732814043618 140732814049220 0
/proc/30970/statm: 1048 704 672 219 0 110 0
[pid=30973] ppid=30970 vsize=157732 memory=111172 CPUtime=34.89 cores=0,2
/proc/30973/stat : 30973 (roundingsat) R 30970 30970 28896 0 -1 4194304 21019 0 0 0 3232 257 0 0 20 0 1 0 38045975 161517568 27793 18446744073709551615 4227072 8923433 140721816277600 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 25731072 140721816283460 140721816283688 140721816283688 140721816289258 0
/proc/30973/statm: 39433 27793 2400 1147 0 26860 0
Current children cumulated CPU time: 35.06 s
Current children cumulated vsize: 161924 KiB
Current children cumulated memory: 113988 KiB

[startup+36.8002 s]
/proc/loadavg: 4.15 4.10 4.09 5/269 30973
/proc/meminfo: memFree=127241284/131249988 swapFree=33010684/33010684
[pid=30970] ppid=30967 vsize=4192 memory=2816 CPUtime=0.17 cores=0,2
/proc/30970/stat : 30970 (run-dec-break.s) S 30967 30970 28896 0 -1 4194304 235 14617 0 0 0 0 15 2 20 0 1 0 38045955 4292608 704 18446744073709551615 94272651976704 94272652871237 140732814041440 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94272653110288 94272653158032 94272681922560 140732814043489 140732814043618 140732814043618 140732814049220 0
/proc/30970/statm: 1048 704 672 219 0 110 0
[pid=30973] ppid=30970 vsize=159928 memory=113604 CPUtime=36.49 cores=0,2
/proc/30973/stat : 30973 (roundingsat) R 30970 30970 28896 0 -1 4194304 21615 0 0 0 3358 291 0 0 20 0 1 0 38045975 163766272 28401 18446744073709551615 4227072 8923433 140721816277600 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 25731072 140721816283460 140721816283688 140721816283688 140721816289258 0
/proc/30973/statm: 39982 28401 2400 1147 0 27409 0
Current children cumulated CPU time: 36.66 s
Current children cumulated vsize: 164120 KiB
Current children cumulated memory: 116420 KiB

[startup+38.4002 s]
/proc/loadavg: 4.14 4.10 4.09 5/269 30973
/proc/meminfo: memFree=127227332/131249988 swapFree=33010684/33010684
[pid=30970] ppid=30967 vsize=4192 memory=2816 CPUtime=0.17 cores=0,2
/proc/30970/stat : 30970 (run-dec-break.s) S 30967 30970 28896 0 -1 4194304 235 14617 0 0 0 0 15 2 20 0 1 0 38045955 4292608 704 18446744073709551615 94272651976704 94272652871237 140732814041440 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94272653110288 94272653158032 94272681922560 140732814043489 140732814043618 140732814043618 140732814049220 0
/proc/30970/statm: 1048 704 672 219 0 110 0
[pid=30973] ppid=30970 vsize=159928 memory=113732 CPUtime=38.08 cores=0,2
/proc/30973/stat : 30973 (roundingsat) R 30970 30970 28896 0 -1 4194304 21649 0 0 0 3502 306 0 0 20 0 1 0 38045975 163766272 28433 18446744073709551615 4227072 8923433 140721816277600 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 25731072 140721816283460 140721816283688 140721816283688 140721816289258 0
/proc/30973/statm: 39982 28433 2400 1147 0 27409 0
Current children cumulated CPU time: 38.25 s
Current children cumulated vsize: 164120 KiB
Current children cumulated memory: 116548 KiB

[startup+39.2002 s]
/proc/loadavg: 4.14 4.10 4.09 5/269 30973
/proc/meminfo: memFree=127227332/131249988 swapFree=33010684/33010684
[pid=30970] ppid=30967 vsize=4192 memory=2816 CPUtime=0.17 cores=0,2
/proc/30970/stat : 30970 (run-dec-break.s) S 30967 30970 28896 0 -1 4194304 235 14617 0 0 0 0 15 2 20 0 1 0 38045955 4292608 704 18446744073709551615 94272651976704 94272652871237 140732814041440 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94272653110288 94272653158032 94272681922560 140732814043489 140732814043618 140732814043618 140732814049220 0
/proc/30970/statm: 1048 704 672 219 0 110 0
[pid=30973] ppid=30970 vsize=159928 memory=113732 CPUtime=38.89 cores=0,2
/proc/30973/stat : 30973 (roundingsat) R 30970 30970 28896 0 -1 4194304 21651 0 0 0 3555 334 0 0 20 0 1 0 38045975 163766272 28433 18446744073709551615 4227072 8923433 140721816277600 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 25731072 140721816283460 140721816283688 140721816283688 140721816289258 0
/proc/30973/statm: 39982 28433 2400 1147 0 27409 0
Current children cumulated CPU time: 39.06 s
Current children cumulated vsize: 164120 KiB
Current children cumulated memory: 116548 KiB

[startup+39.4001 s]
/proc/loadavg: 4.14 4.10 4.09 5/269 30973
/proc/meminfo: memFree=127227332/131249988 swapFree=33010684/33010684
[pid=30970] ppid=30967 vsize=4192 memory=2816 CPUtime=0.17 cores=0,2
/proc/30970/stat : 30970 (run-dec-break.s) S 30967 30970 28896 0 -1 4194304 235 14617 0 0 0 0 15 2 20 0 1 0 38045955 4292608 704 18446744073709551615 94272651976704 94272652871237 140732814041440 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94272653110288 94272653158032 94272681922560 140732814043489 140732814043618 140732814043618 140732814049220 0
/proc/30970/statm: 1048 704 672 219 0 110 0
[pid=30973] ppid=30970 vsize=159928 memory=113732 CPUtime=39.08 cores=0,2
/proc/30973/stat : 30973 (roundingsat) R 30970 30970 28896 0 -1 4194304 21651 0 0 0 3568 340 0 0 20 0 1 0 38045975 163766272 28433 18446744073709551615 4227072 8923433 140721816277600 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 25731072 140721816283460 140721816283688 140721816283688 140721816289258 0
/proc/30973/statm: 39982 28433 2400 1147 0 27409 0
Current children cumulated CPU time: 39.25 s
Current children cumulated vsize: 164120 KiB
Current children cumulated memory: 116548 KiB

[startup+39.5002 s]
/proc/loadavg: 4.14 4.10 4.09 5/269 30973
/proc/meminfo: memFree=127227332/131249988 swapFree=33010684/33010684
[pid=30970] ppid=30967 vsize=4192 memory=2816 CPUtime=0.17 cores=0,2
/proc/30970/stat : 30970 (run-dec-break.s) S 30967 30970 28896 0 -1 4194304 235 14617 0 0 0 0 15 2 20 0 1 0 38045955 4292608 704 18446744073709551615 94272651976704 94272652871237 140732814041440 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94272653110288 94272653158032 94272681922560 140732814043489 140732814043618 140732814043618 140732814049220 0
/proc/30970/statm: 1048 704 672 219 0 110 0
[pid=30973] ppid=30970 vsize=156860 memory=111364 CPUtime=39.18 cores=0,2
/proc/30973/stat : 30973 (roundingsat) R 30970 30970 28896 0 -1 4194304 21662 0 0 0 3575 343 0 0 20 0 1 0 38045975 160624640 27841 18446744073709551615 4227072 8923433 140721816277600 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 25731072 140721816283460 140721816283688 140721816283688 140721816289258 0
/proc/30973/statm: 39215 27841 2400 1147 0 26642 0
Current children cumulated CPU time: 39.35 s
Current children cumulated vsize: 161052 KiB
Current children cumulated memory: 114180 KiB

Child status: 0

Real time (s): 39.5139
CPU time (s): 39.3873
CPU user time (s): 35.9195
CPU system time (s): 3.46773
CPU usage (%): 99.6795
Max. virtual memory (cumulated for all children) (KiB): 164120
Max. memory (cumulated for all children) (KiB): 116548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 35.9195
system time used= 3.46773
maximum resident set size= 113732
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36538
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 209
involuntary context switches= 99


# summary of solver processes directly reported to runsolver:
#   pid: 30970
#   total CPU time (s): 39.3873
#   total CPU user time (s): 35.9195
#   total CPU system time (s): 3.46773

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.088749 second user time and 0.208425 second system time

The end

Launcher Data

Begin job on nodeC031 at 2025-06-29 21:01:14
IDJOB=4515710
IDBENCH=165333
IDSOLVER=3357
FILE ID=nodeC031/4515710-1751223674
RUNJOBID= nodeC031-1751215967-28906
SLURM_JOB_ID= 9587654
Free space on /tmp= 433008 MiB

SOLVER NAME= roundingsat+pbsuma 63f22ad
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/sumineq/sumineq_pyr_5_shuffle/normalized-sumineqArity5pyramidP115.shuf-2.opb
COMMAND LINE= run-dec-break.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4515710-1751223674/watcher-4515710-1751223674 -o /tmp/evaluation-result-4515710-1751223674/solver-4515710-1751223674 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1751215967-28906 --watchdog 3760  run-dec-break.sh HOME/instance-4515710-1751223674.opb

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

MD5SUM BENCH= 9fec036f9114dcaf12f5e6b379091e55
RANDOM SEED=1835018801

nodeC031 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		: 3538.536
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.78
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.890
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.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.874
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.78
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		: 3509.435
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.78
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.808
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt 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.78
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.896
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.78
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		: 3632.048
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.78
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		: 3700.000
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.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        127404452 kB
MemAvailable:   127257772 kB
Buffers:            3280 kB
Cached:           662508 kB
SwapCached:            0 kB
Active:          2811240 kB
Inactive:         442440 kB
Active(anon):    2605956 kB
Inactive(anon):        0 kB
Active(file):     205284 kB
Inactive(file):   442440 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              8360 kB
Writeback:             0 kB
AnonPages:       2590968 kB
Mapped:           116172 kB
Shmem:             18064 kB
KReclaimable:      89672 kB
Slab:             176048 kB
SReclaimable:      89672 kB
SUnreclaim:        86376 kB
KernelStack:        4384 kB
PageTables:         8444 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:    3203380 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150664 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1265664 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:      191188 kB
DirectMap2M:     9017344 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433000 MiB
End job on nodeC031 at 2025-06-29 21:01:54