Trace number 4491433

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
roundingsat+pbsuma-log 63f22adUNSAT cert. 549.85 551.618

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/web/uclid_pb_benchmarks/
normalized-ooo.ex.mem.LsqHdStrong.ucl.opb
MD5SUM911cf7319fa5fa56cdd8e7a94536c536
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 benchmark43.6526
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables168111
Total number of constraints487525
Number of constraints which are clauses468727
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints18798
Minimum length of a constraint1
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 130
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 512
Number of bits of the biggest sum of numbers10
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-4491433-1751142528.opb'
0.19/0.28	c 	read 17.27MB  (276.38ms)
0.19/0.28	c	 [cnf: #variables 168111 #clauses 487525 #duplicates 0 #arr 1357905]
0.19/0.28	c output proof to 'PROOFDIR/proof-4491433-1751142528'
0.19/0.29	c 
0.19/0.29	c make graph and approximate orbits
0.58/0.61	c	 [group: #orbits ~= 0] (320.02ms)
0.58/0.61	c 
0.58/0.61	c detect special group actions
0.58/0.61	c 	probe for Johnson action (limit=64)
0.58/0.61	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.58/0.63	c 	probe for row symmetry (limit=64, splits=16.78M)
0.58/0.64	c 	 (31.12ms)
0.58/0.64	c 
0.58/0.64	c detect symmetries on remainder
0.58/0.64	c 	[graph: #vertices 1178767 #edges 3762072]
0.58/0.65	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.68/0.71	c 	 [group: #symmetries 1.00*10^0 #generators 0] (70.80ms)
0.68/0.71	c 
0.68/0.71	c finalize break order and special generators
0.68/0.72	c 
0.68/0.72	c generation finished
0.68/0.72	c 	[sbp: #constraints 0 #add_vars 0]
0.68/0.72	c 
0.68/0.72	c write result to 'HOME/instance-4491433-1751142528.opb.pre'
0.68/0.76	c 	wrote 17.64MB (37.38ms)
0.68/0.76	c ------------------------------------------------------------------
0.68/0.76	c                 320.02ms 42.52% approx_orbits
0.68/0.76	c                 276.38ms 36.72% parse
0.68/0.76	c                  70.80ms  9.41% detect_generic
0.68/0.76	c                  37.38ms  4.97% output
0.68/0.76	c                  31.12ms  4.13% detect_special
0.68/0.76	c                   9.46ms  1.26% other
0.68/0.76	c                   7.51ms  1.00% finalize_order
0.68/0.76	c         ───────────────────────────────────────────────
0.68/0.76	c                 752.66ms   100% total
0.68/0.76	c ------------------------------------------------------------------
0.78/0.88	c RoundingSat 2
0.78/0.88	c branch pb25
0.78/0.88	c commit 63f22ad
3.65/3.74	c #variables 168111 #constraints 487525
239.34/240.10	c #Conflicts:       1000 | #Constraints:     488524
239.34/240.10	c #Conflicts:       2000 | #Constraints:     489524
239.34/240.10	c INPROCESSING
239.34/240.10	c #Conflicts:       3000 | #Constraints:     475662
239.34/240.10	c #Conflicts:       4000 | #Constraints:     476662
239.34/240.10	c INPROCESSING
239.34/240.10	c #Conflicts:       5000 | #Constraints:     476099
239.34/240.10	c #Conflicts:       6000 | #Constraints:     477099
239.34/240.10	c INPROCESSING
239.34/240.10	c #Conflicts:       7000 | #Constraints:     476124
239.34/240.10	c #Conflicts:       8000 | #Constraints:     477124
239.34/240.10	c #Conflicts:       9000 | #Constraints:     478124
239.34/240.10	c INPROCESSING
239.34/240.10	c #Conflicts:      10000 | #Constraints:     464793
239.34/240.10	c #Conflicts:      11000 | #Constraints:     465793
239.34/240.10	c #Conflicts:      12000 | #Constraints:     466793
239.34/240.10	c INPROCESSING
239.34/240.10	c #Conflicts:      13000 | #Constraints:     465298
239.34/240.10	c #Conflicts:      14000 | #Constraints:     466298
239.34/240.10	c #Conflicts:      15000 | #Constraints:     467298
239.34/240.10	c INPROCESSING
239.34/240.10	c #Conflicts:      16000 | #Constraints:     465564
239.34/240.10	c #Conflicts:      17000 | #Constraints:     466564
239.34/240.10	c #Conflicts:      18000 | #Constraints:     467564
239.34/240.10	c INPROCESSING
239.34/240.10	c #Conflicts:      19000 | #Constraints:     465596
239.34/240.10	c #Conflicts:      20000 | #Constraints:     466596
239.34/240.10	c #Conflicts:      21000 | #Constraints:     467596
239.34/240.10	c INPROCESSING
239.34/240.10	c GARBAGE COLLECT
239.34/240.10	c #Conflicts:      22000 | #Constraints:     455817
239.34/240.10	c #Conflicts:      23000 | #Constraints:     456817
239.34/240.10	c #Conflicts:      24000 | #Constraints:     457817
239.34/240.10	c #Conflicts:      25000 | #Constraints:     458817
239.34/240.10	c INPROCESSING
239.34/240.10	c #Conflicts:      26000 | #Constraints:     456436
239.34/240.10	c #Conflicts:      27000 | #Constraints:     457436
239.34/240.10	c #Conflicts:      28000 | #Constraints:     458436
239.34/240.10	c #Conflicts:      29000 | #Constraints:     459436
239.34/240.10	c INPROCESSING
239.34/240.10	c #Conflicts:      30000 | #Constraints:     456122
239.34/240.10	c #Conflicts:      31000 | #Constraints:     457122
239.34/240.10	c #Conflicts:      32000 | #Constraints:     458122
239.34/240.10	c #Conflicts:      33000 | #Constraints:     459122
239.34/240.10	c INPROCESSING
239.34/240.10	c #Conflicts:      34000 | #Constraints:     456332
239.34/240.10	c #Conflicts:      35000 | #Constraints:     457332
239.34/240.10	c #Conflicts:      36000 | #Constraints:     458332
239.34/240.10	c #Conflicts:      37000 | #Constraints:     459332
239.34/240.10	c INPROCESSING
239.34/240.10	c #Conflicts:      38000 | #Constraints:     456367
239.34/240.10	c #Conflicts:      39000 | #Constraints:     457367
239.34/240.10	c #Conflicts:      40000 | #Constraints:     458367
239.34/240.10	c #Conflicts:      41000 | #Constraints:     459367
239.34/240.10	c INPROCESSING
239.34/240.10	c GARBAGE COLLECT
239.34/240.10	c #Conflicts:      42000 | #Constraints:     456109
239.34/240.10	c #Conflicts:      43000 | #Constraints:     457109
239.34/240.10	c #Conflicts:      44000 | #Constraints:     458109
239.34/240.10	c #Conflicts:      45000 | #Constraints:     459109
239.34/240.10	c #Conflicts:      46000 | #Constraints:     460109
239.34/240.10	c #Conflicts:      47000 | #Constraints:     461109
239.34/240.10	c #Conflicts:      48000 | #Constraints:     462109
239.34/240.10	c #Conflicts:      49000 | #Constraints:     463109
239.34/240.10	c #Conflicts:      50000 | #Constraints:     464109
239.34/240.10	c #Conflicts:      51000 | #Constraints:     465109
239.34/240.10	c #Conflicts:      52000 | #Constraints:     466109
239.34/240.10	c #Conflicts:      53000 | #Constraints:     467109
239.34/240.10	c #Conflicts:      54000 | #Constraints:     468109
239.34/240.10	c #Conflicts:      55000 | #Constraints:     469109
239.34/240.10	c #Conflicts:      56000 | #Constraints:     470109
239.34/240.10	c #Conflicts:      57000 | #Constraints:     471109
239.34/240.10	c #Conflicts:      58000 | #Constraints:     472109
239.34/240.10	c INPROCESSING
239.34/240.10	c #Conflicts:      59000 | #Constraints:     462450
239.34/240.10	c #Conflicts:      60000 | #Constraints:     463450
239.34/240.10	c #Conflicts:      61000 | #Constraints:     464450
239.34/240.10	c #Conflicts:      62000 | #Constraints:     465450
239.34/240.10	c #Conflicts:      63000 | #Constraints:     466450
239.34/240.10	c #Conflicts:      64000 | #Constraints:     467450
239.34/240.10	c INPROCESSING
239.34/240.10	c GARBAGE COLLECT
239.34/240.10	c #Conflicts:      65000 | #Constraints:     460275
239.34/240.10	c #Conflicts:      66000 | #Constraints:     461275
239.34/240.10	c #Conflicts:      67000 | #Constraints:     462275
239.34/240.10	c #Conflicts:      68000 | #Constraints:     463275
239.34/240.10	c #Conflicts:      69000 | #Constraints:     464275
239.34/240.10	c #Conflicts:      70000 | #Constraints:     465275
239.34/240.10	c INPROCESSING
239.34/240.10	c #Conflicts:      71000 | #Constraints:     459247
239.34/240.10	c #Conflicts:      72000 | #Constraints:     460247
239.34/240.10	c #Conflicts:      73000 | #Constraints:     461247
239.34/240.10	c #Conflicts:      74000 | #Constraints:     462247
483.97/485.55	c #Conflicts:      75000 | #Constraints:     463247
483.97/485.55	c #Conflicts:      76000 | #Constraints:     464247
483.97/485.55	c INPROCESSING
483.97/485.55	c #Conflicts:      77000 | #Constraints:     457723
483.97/485.55	c #Conflicts:      78000 | #Constraints:     458723
483.97/485.55	c #Conflicts:      79000 | #Constraints:     459723
483.97/485.55	c #Conflicts:      80000 | #Constraints:     460723
483.97/485.55	c #Conflicts:      81000 | #Constraints:     461723
483.97/485.55	c #Conflicts:      82000 | #Constraints:     462723
483.97/485.55	c #Conflicts:      83000 | #Constraints:     463723
483.97/485.55	c #Conflicts:      84000 | #Constraints:     464723
483.97/485.55	c #Conflicts:      85000 | #Constraints:     465723
483.97/485.55	c #Conflicts:      86000 | #Constraints:     466723
483.97/485.55	c #Conflicts:      87000 | #Constraints:     467723
483.97/485.55	c #Conflicts:      88000 | #Constraints:     468723
483.97/485.55	c #Conflicts:      89000 | #Constraints:     469723
483.97/485.55	c #Conflicts:      90000 | #Constraints:     470723
483.97/485.55	c #Conflicts:      91000 | #Constraints:     471723
483.97/485.55	c #Conflicts:      92000 | #Constraints:     472723
483.97/485.55	c #Conflicts:      93000 | #Constraints:     473723
483.97/485.55	c #Conflicts:      94000 | #Constraints:     474723
483.97/485.55	c #Conflicts:      95000 | #Constraints:     475723
483.97/485.55	c #Conflicts:      96000 | #Constraints:     476723
483.97/485.55	c #Conflicts:      97000 | #Constraints:     477723
483.97/485.55	c #Conflicts:      98000 | #Constraints:     478723
483.97/485.55	c #Conflicts:      99000 | #Constraints:     479723
483.97/485.55	c INPROCESSING
483.97/485.55	c GARBAGE COLLECT
483.97/485.55	c #Conflicts:     100000 | #Constraints:     461606
483.97/485.55	c #Conflicts:     101000 | #Constraints:     462606
483.97/485.55	c #Conflicts:     102000 | #Constraints:     463606
483.97/485.55	c #Conflicts:     103000 | #Constraints:     464606
483.97/485.55	c #Conflicts:     104000 | #Constraints:     465606
483.97/485.55	c #Conflicts:     105000 | #Constraints:     466606
483.97/485.55	c #Conflicts:     106000 | #Constraints:     467606
483.97/485.55	c INPROCESSING
483.97/485.55	c #Conflicts:     107000 | #Constraints:     457670
483.97/485.55	c #Conflicts:     108000 | #Constraints:     458670
483.97/485.55	c #Conflicts:     109000 | #Constraints:     459670
483.97/485.55	c #Conflicts:     110000 | #Constraints:     460670
483.97/485.55	c #Conflicts:     111000 | #Constraints:     461670
483.97/485.55	c #Conflicts:     112000 | #Constraints:     462670
483.97/485.55	c #Conflicts:     113000 | #Constraints:     463670
483.97/485.55	c #Conflicts:     114000 | #Constraints:     464670
483.97/485.55	c INPROCESSING
483.97/485.55	c GARBAGE COLLECT
483.97/485.55	c #Conflicts:     115000 | #Constraints:     455874
483.97/485.55	c #Conflicts:     116000 | #Constraints:     456874
483.97/485.55	c #Conflicts:     117000 | #Constraints:     457874
483.97/485.55	c #Conflicts:     118000 | #Constraints:     458874
483.97/485.55	c #Conflicts:     119000 | #Constraints:     459874
483.97/485.55	c #Conflicts:     120000 | #Constraints:     460874
483.97/485.55	c #Conflicts:     121000 | #Constraints:     461874
483.97/485.55	c INPROCESSING
483.97/485.55	c #Conflicts:     122000 | #Constraints:     454372
483.97/485.55	c #Conflicts:     123000 | #Constraints:     455372
483.97/485.55	c #Conflicts:     124000 | #Constraints:     456372
483.97/485.55	c #Conflicts:     125000 | #Constraints:     457372
483.97/485.55	c #Conflicts:     126000 | #Constraints:     458372
483.97/485.55	c #Conflicts:     127000 | #Constraints:     459372
483.97/485.55	c #Conflicts:     128000 | #Constraints:     460372
483.97/485.55	c #Conflicts:     129000 | #Constraints:     461372
483.97/485.55	c #Conflicts:     130000 | #Constraints:     462372
483.97/485.55	c #Conflicts:     131000 | #Constraints:     463372
483.97/485.55	c #Conflicts:     132000 | #Constraints:     464372
483.97/485.55	c #Conflicts:     133000 | #Constraints:     465372
483.97/485.55	c #Conflicts:     134000 | #Constraints:     466372
483.97/485.55	c #Conflicts:     135000 | #Constraints:     467372
483.97/485.55	c #Conflicts:     136000 | #Constraints:     468372
483.97/485.55	c #Conflicts:     137000 | #Constraints:     469372
483.97/485.55	c #Conflicts:     138000 | #Constraints:     470372
483.97/485.55	c #Conflicts:     139000 | #Constraints:     471372
483.97/485.55	c #Conflicts:     140000 | #Constraints:     472372
483.97/485.55	c #Conflicts:     141000 | #Constraints:     473372
483.97/485.55	c #Conflicts:     142000 | #Constraints:     474372
483.97/485.55	c #Conflicts:     143000 | #Constraints:     475372
483.97/485.55	c #Conflicts:     144000 | #Constraints:     476372
483.97/485.55	c #Conflicts:     145000 | #Constraints:     477372
483.97/485.55	c #Conflicts:     146000 | #Constraints:     478372
483.97/485.55	c #Conflicts:     147000 | #Constraints:     479372
483.97/485.55	c #Conflicts:     148000 | #Constraints:     480372
483.97/485.55	c #Conflicts:     149000 | #Constraints:     481372
483.97/485.55	c INPROCESSING
483.97/485.55	c GARBAGE COLLECT
483.97/485.55	c #Conflicts:     150000 | #Constraints:     464186
549.64/551.45	c #Conflicts:     151000 | #Constraints:     465186
549.64/551.45	c #Conflicts:     152000 | #Constraints:     466186
549.64/551.45	c #Conflicts:     153000 | #Constraints:     467186
549.64/551.45	c #Conflicts:     154000 | #Constraints:     468186
549.64/551.45	c #Conflicts:     155000 | #Constraints:     469186
549.64/551.45	c #Conflicts:     156000 | #Constraints:     470186
549.64/551.45	c #Conflicts:     157000 | #Constraints:     471186
549.64/551.45	c #Conflicts:     158000 | #Constraints:     472186
549.64/551.45	c INPROCESSING
549.64/551.45	c GARBAGE COLLECT
549.64/551.45	c #Conflicts:     159000 | #Constraints:     458695
549.64/551.45	c #Conflicts:     160000 | #Constraints:     459695
549.64/551.45	c #Conflicts:     161000 | #Constraints:     460695
549.64/551.45	c #Conflicts:     162000 | #Constraints:     461695
549.64/551.45	c #Conflicts:     163000 | #Constraints:     462695
549.64/551.45	c #Conflicts:     164000 | #Constraints:     463695
549.64/551.45	c #Conflicts:     165000 | #Constraints:     464695
549.64/551.45	c #Conflicts:     166000 | #Constraints:     465695
549.64/551.45	c #Conflicts:     167000 | #Constraints:     466695
549.64/551.45	c #Conflicts:     168000 | #Constraints:     467695
549.64/551.45	c INPROCESSING
549.64/551.45	c GARBAGE COLLECT
549.64/551.45	c #Conflicts:     169000 | #Constraints:     453671
549.64/551.45	c #Conflicts:     170000 | #Constraints:     454671
549.64/551.45	c #Conflicts:     171000 | #Constraints:     455671
549.64/551.45	c #Conflicts:     172000 | #Constraints:     456671
549.64/551.45	c #Conflicts:     173000 | #Constraints:     457671
549.64/551.45	c #Conflicts:     174000 | #Constraints:     458671
549.64/551.45	c #Conflicts:     175000 | #Constraints:     459671
549.64/551.45	c cpu time 546.292 s
549.64/551.45	c deterministic time 7348658669 7.35e+09
549.64/551.45	c optimization time 3.2e-05 s
549.64/551.45	c total solve time 543.989 s
549.64/551.45	c core-guided solve time 0 s
549.64/551.45	c propagation time 268.625 s
549.64/551.45	c conflict analysis time 81.5701 s
549.64/551.45	c propagations 1333108405
549.64/551.45	c resolve steps 14805873
549.64/551.45	c decisions 627009
549.64/551.45	c conflicts 175169
549.64/551.45	c restarts 480
549.64/551.45	c inprocessing phases 24
549.64/551.45	c garbage collections 8 ,( 33.33 )
549.64/551.45	c input clauses 468727 ,( 96.14 )
549.64/551.45	c input cardinalities 0 ,( 0.00 )
549.64/551.45	c input general constraints 18798 ,( 3.86 )
549.64/551.45	c input average constraint length 2.79
549.64/551.45	c input average constraint degree 4.98
549.64/551.45	c learned clauses 156803 ,( 89.52 )
549.64/551.45	c learned cardinalities 0 ,( 0.00 )
549.64/551.45	c learned general constraints 18365 ,( 10.48 )
549.64/551.45	c learned average constraint length 95.79
549.64/551.45	c learned average constraint degree 3089.16
549.64/551.45	c watched  CF 32, 64, 128, Arb: 4544 , 0 , 0 , 0
549.64/551.45	c counting CF 32, 64, 128, Arb: 32619 , 0 , 0 , 0
549.64/551.45	c watched   constraints 4544 ,( 12.23 ) 
549.64/551.45	c counting  constraints 32619 ,( 87.77 ) 
549.64/551.45	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 1495745865 , 0 , 105832222 ,( 25988877 , 79843345 )
549.64/551.45	c gcd simplifications 7569
549.64/551.45	c detected cardinalities 0
549.64/551.45	c weakened non-implied lits 435419
549.64/551.45	c weakened non-implying lits 6732
549.64/551.45	c original variables 168111
549.64/551.45	c clausal propagations 1328445769
549.64/551.45	c cardinality propagations 0
549.64/551.45	c watched propagations 3711
549.64/551.45	c counting propagations 4483042
549.64/551.45	c watch lookups 2232214757
549.64/551.45	c watch backjump lookups 0
549.64/551.45	c watch checks 943374579
549.64/551.45	c propagation checks 1427595855
549.64/551.45	c constraint additions 77781329
549.64/551.45	c trail pops 1333893734
549.64/551.45	c formula constraints 487525
549.64/551.45	c learned constraints 175168
549.64/551.45	c bound constraints 0
549.64/551.45	c core-guided constraints 0
549.64/551.45	c encountered formula constraints 13304540
549.64/551.45	c encountered learned constraints 1676502
549.64/551.45	c encountered bound constraints 0
549.64/551.45	c encountered core-guided constraints 0
549.64/551.45	c LP total time 131.574 s
549.64/551.45	c LP solve time 131.23 s
549.64/551.45	c LP constraints added 487525
549.64/551.45	c LP constraints removed 0
549.64/551.45	c LP pivots internal 42000
549.64/551.45	c LP pivots root 21000
549.64/551.45	c LP calls 6
549.64/551.45	c LP optimalities 0
549.64/551.45	c LP no pivot count 0
549.64/551.45	c LP infeasibilities 0
549.64/551.45	c LP valid Farkas constraints 0
549.64/551.45	c LP learned Farkas constraints 0
549.64/551.45	c LP basis resets 0
549.64/551.45	c LP cycling count 0
549.64/551.45	c LP singular count 0
549.64/551.45	c LP no primal count 0
549.64/551.45	c LP no farkas count 0
549.64/551.45	c LP other issue count 0
549.64/551.45	c LP Gomory cuts 0
549.64/551.45	c LP learned cuts 0
549.64/551.45	c LP deleted cuts 0
549.64/551.45	c LP encountered Gomory constraints 0
549.64/551.45	c LP encountered Farkas constraints 0
549.64/551.45	c LP encountered learned Farkas constraints 0
549.64/551.45	c CG auxiliary variables introduced 0
549.64/551.45	c CG solutions found 0
549.64/551.45	c CG cores constructed 0
549.64/551.45	c CG core cardinality constraints returned 0
549.64/551.45	c CG unit cores 0
549.64/551.45	c CG single cores 0
549.64/551.45	c CG blocks removed during cardinality reduction 0
549.64/551.45	c CG first core best 0
549.64/551.45	c CG decision core best 0
549.64/551.45	c CG core reduction tie 0
549.64/551.45	c CG core degree average 0.00
549.81/551.61	c CG core slack average 0.00
549.81/551.61	c CG core upper bound improvements 0
549.81/551.61	c STR number of successful calls 0
549.81/551.61	c STR number of unsuccessful calls 0
549.81/551.61	c STR number of inconclusive calls 0
549.81/551.61	c STR number of successful attempts 0
549.81/551.61	c STR number of unsuccessful attempts 0
549.81/551.61	c STR number of inconclusive attempts 0
549.81/551.61	c STR average degree increase per successful call inf
549.81/551.61	c STR average degree increase per successful attempt inf
549.81/551.61	c STR total number of conflicts for successful attempts 0
549.81/551.61	c STR total number of conflicts for unsuccessful attempts 0
549.81/551.61	c STR total number of conflicts for inconclusive attempts 0
549.81/551.61	c STR average number of conflicts per successful attempt inf
549.81/551.61	c STR average number of conflicts per unsuccessful attempt inf
549.81/551.61	c STR average number of conflicts per inconclusive attempt inf
549.81/551.61	c AVG.sumWPerc 79.04 
549.81/551.61	c bigint constraints 0 
549.81/551.61	s UNSATISFIABLE

Verifier Data

ERROR: no interpretation found !

Checking of UNSAT/OPT proofs:

VeriPB + CakePB

Tue Jul  1 18:15:34 CEST 2025
extraparms=--no-checkDeletion
-- veripb --
Running VeriPB version 2.3.0
s VERIFIED UNSATISFIABLE
Verification succeeded.
-- cakepb --
s VERIFIED UNSATISFIABLE
--summary--
ALL OK

Watcher Data

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

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

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

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=15131, runsolver pid=15128

[startup+0.100062 s]*
/proc/loadavg: 1.07 1.14 1.92 4/266 15133
/proc/meminfo: memFree=129940460/131249996 swapFree=33010684/33010684
[pid=15131] ppid=15128 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/15131/stat : 15131 (run-dec-break-l) S 15128 15131 11935 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 29930473 4292608 736 18446744073709551615 94317091856384 94317092750917 140737092611408 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94317092989968 94317093037712 94317115621376 140737092614421 140737092614622 140737092614622 140737092620224 0
/proc/15131/statm: 1048 736 672 219 0 110 0
[pid=15133] ppid=15131 vsize=103820 memory=90904 CPUtime=0.08 cores=5,7
/proc/15133/stat : 15133 (pbsuma) R 15131 15131 11935 0 -1 4194304 6400 0 0 0 6 2 0 0 20 0 1 0 29930474 106311680 22726 18446744073709551615 4210688 4653049 140725876408688 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 4700520 4703148 29929472 140725876410595 140725876410930 140725876410930 140725876416495 0
/proc/15133/statm: 25955 22726 928 108 0 23363 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 108012 KiB
Current children cumulated memory: 93848 KiB

[startup+0.205634 s]*
/proc/loadavg: 1.22 1.18 1.93 5/264 15142
/proc/meminfo: memFree=129972916/131249996 swapFree=33010684/33010684
[pid=15131] ppid=15128 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/15131/stat : 15131 (run-dec-break-l) S 15128 15131 11935 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 29930473 4292608 736 18446744073709551615 94317091856384 94317092750917 140737092611408 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94317092989968 94317093037712 94317115621376 140737092614421 140737092614622 140737092614622 140737092620224 0
/proc/15131/statm: 1048 736 672 219 0 110 0
[pid=15133] ppid=15131 vsize=119512 memory=108856 CPUtime=0.19 cores=5,7
/proc/15133/stat : 15133 (pbsuma) R 15131 15131 11935 0 -1 4194304 10817 0 0 0 16 3 0 0 20 0 1 0 29930474 122380288 27214 18446744073709551615 4210688 4653049 140725876408688 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 4700520 4703148 29929472 140725876410595 140725876410930 140725876410930 140725876416495 0
/proc/15133/statm: 29878 27214 928 108 0 27286 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 123704 KiB
Current children cumulated memory: 111800 KiB

[startup+0.305369 s]*
/proc/loadavg: 1.22 1.18 1.93 3/262 15150
/proc/meminfo: memFree=129935948/131249996 swapFree=33010684/33010684
[pid=15131] ppid=15128 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/15131/stat : 15131 (run-dec-break-l) S 15128 15131 11935 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 29930473 4292608 736 18446744073709551615 94317091856384 94317092750917 140737092611408 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94317092989968 94317093037712 94317115621376 140737092614421 140737092614622 140737092614622 140737092620224 0
/proc/15131/statm: 1048 736 672 219 0 110 0
[pid=15133] ppid=15131 vsize=158384 memory=142228 CPUtime=0.29 cores=5,7
/proc/15133/stat : 15133 (pbsuma) R 15131 15131 11935 0 -1 4194304 17417 0 0 0 25 4 0 0 20 0 1 0 29930474 162185216 35557 18446744073709551615 4210688 4653049 140725876408688 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 4700520 4703148 29929472 140725876410595 140725876410930 140725876410930 140725876416495 0
/proc/15133/statm: 39596 35557 992 108 0 37004 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 162576 KiB
Current children cumulated memory: 145172 KiB

[startup+0.700202 s]
/proc/loadavg: 1.22 1.18 1.93 3/259 15150
/proc/meminfo: memFree=129809928/131249996 swapFree=33010684/33010684
[pid=15131] ppid=15128 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/15131/stat : 15131 (run-dec-break-l) S 15128 15131 11935 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 29930473 4292608 736 18446744073709551615 94317091856384 94317092750917 140737092611408 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94317092989968 94317093037712 94317115621376 140737092614421 140737092614622 140737092614622 140737092620224 0
/proc/15131/statm: 1048 736 672 219 0 110 0
[pid=15133] ppid=15131 vsize=417308 memory=316308 CPUtime=0.68 cores=5,7
/proc/15133/stat : 15133 (pbsuma) R 15131 15131 11935 0 -1 4194304 36202 0 0 0 59 9 0 0 20 0 1 0 29930474 427323392 79045 18446744073709551615 4210688 4653049 140725876408688 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 4700520 4703148 29929472 140725876410595 140725876410930 140725876410930 140725876416495 0
/proc/15133/statm: 104327 79077 1024 108 0 101735 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 421500 KiB
Current children cumulated memory: 319252 KiB

[startup+1.50022 s]
/proc/loadavg: 1.22 1.18 1.93 3/265 15163
/proc/meminfo: memFree=129808404/131249996 swapFree=33010684/33010684
[pid=15131] ppid=15128 vsize=4192 memory=2944 CPUtime=0.85 cores=5,7
/proc/15131/stat : 15131 (run-dec-break-l) S 15128 15131 11935 0 -1 4194304 238 38301 0 0 0 0 74 11 20 0 1 0 29930473 4292608 736 18446744073709551615 94317091856384 94317092750917 140737092611408 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94317092989968 94317093037712 94317115621376 140737092614421 140737092614622 140737092614622 140737092620224 0
/proc/15131/statm: 1048 736 672 219 0 110 0
[pid=15151] ppid=15131 vsize=153628 memory=106552 CPUtime=0.61 cores=5,7
/proc/15151/stat : 15151 (roundingsat) R 15131 15131 11935 0 -1 4194304 21185 0 0 0 46 15 0 0 20 0 1 0 29930561 157315072 26638 18446744073709551615 4227072 8923433 140735365912944 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 28434432 140735365916916 140735365917224 140735365917224 140735365922794 0
/proc/15151/statm: 38407 26638 2016 1147 0 25834 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 157820 KiB
Current children cumulated memory: 109496 KiB

[startup+3.10551 s]
/proc/loadavg: 1.22 1.18 1.93 5/263 15268
/proc/meminfo: memFree=129346424/131249996 swapFree=33010684/33010684
[pid=15131] ppid=15128 vsize=4192 memory=2944 CPUtime=0.85 cores=5,7
/proc/15131/stat : 15131 (run-dec-break-l) S 15128 15131 11935 0 -1 4194304 238 38301 0 0 0 0 74 11 20 0 1 0 29930473 4292608 736 18446744073709551615 94317091856384 94317092750917 140737092611408 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94317092989968 94317093037712 94317115621376 140737092614421 140737092614622 140737092614622 140737092620224 0
/proc/15131/statm: 1048 736 672 219 0 110 0
[pid=15151] ppid=15131 vsize=413608 memory=360588 CPUtime=2.21 cores=5,7
/proc/15151/stat : 15151 (roundingsat) R 15131 15131 11935 0 -1 4194304 59353 0 0 0 174 47 0 0 20 0 1 0 29930561 423534592 90147 18446744073709551615 4227072 8923433 140735365912944 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 28434432 140735365916916 140735365917224 140735365917224 140735365922794 0
/proc/15151/statm: 103402 90147 2272 1147 0 90829 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 417800 KiB
Current children cumulated memory: 363532 KiB

[startup+6.30021 s]
/proc/loadavg: 1.37 1.21 1.94 4/265 15302
/proc/meminfo: memFree=128621892/131249996 swapFree=33010684/33010684
[pid=15131] ppid=15128 vsize=4192 memory=2944 CPUtime=0.85 cores=5,7
/proc/15131/stat : 15131 (run-dec-break-l) S 15128 15131 11935 0 -1 4194304 238 38301 0 0 0 0 74 11 20 0 1 0 29930473 4292608 736 18446744073709551615 94317091856384 94317092750917 140737092611408 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94317092989968 94317093037712 94317115621376 140737092614421 140737092614622 140737092614622 140737092620224 0
/proc/15131/statm: 1048 736 672 219 0 110 0
[pid=15151] ppid=15131 vsize=827684 memory=744336 CPUtime=5.39 cores=5,7
/proc/15151/stat : 15151 (roundingsat) R 15131 15131 11935 0 -1 4194304 84018 0 0 0 478 61 0 0 20 0 1 0 29930561 847548416 186084 18446744073709551615 4227072 8923433 140735365912944 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 28434432 140735365916916 140735365917224 140735365917224 140735365922794 0
/proc/15151/statm: 206921 186084 2304 1147 0 194348 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 831876 KiB
Current children cumulated memory: 747280 KiB

[startup+12.7002 s]
/proc/loadavg: 1.66 1.27 1.95 5/269 15374
/proc/meminfo: memFree=128216708/131249996 swapFree=33010684/33010684
[pid=15131] ppid=15128 vsize=4192 memory=2944 CPUtime=0.85 cores=5,7
/proc/15131/stat : 15131 (run-dec-break-l) S 15128 15131 11935 0 -1 4194304 238 38301 0 0 0 0 74 11 20 0 1 0 29930473 4292608 736 18446744073709551615 94317091856384 94317092750917 140737092611408 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94317092989968 94317093037712 94317115621376 140737092614421 140737092614622 140737092614622 140737092620224 0
/proc/15131/statm: 1048 736 672 219 0 110 0
[pid=15151] ppid=15131 vsize=854376 memory=764092 CPUtime=11.77 cores=5,7
/proc/15151/stat : 15151 (roundingsat) R 15131 15131 11935 0 -1 4194304 86976 0 0 0 1113 64 0 0 20 0 1 0 29930561 874881024 191023 18446744073709551615 4227072 8923433 140735365912944 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 28434432 140735365916916 140735365917224 140735365917224 140735365922794 0
/proc/15151/statm: 213594 191023 2336 1147 0 201021 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 858568 KiB
Current children cumulated memory: 767036 KiB

[startup+25.5002 s]
/proc/loadavg: 2.02 1.36 1.98 5/269 15374
/proc/meminfo: memFree=128160620/131249996 swapFree=33010684/33010684
[pid=15131] ppid=15128 vsize=4192 memory=2944 CPUtime=0.85 cores=5,7
/proc/15131/stat : 15131 (run-dec-break-l) S 15128 15131 11935 0 -1 4194304 238 38301 0 0 0 0 74 11 20 0 1 0 29930473 4292608 736 18446744073709551615 94317091856384 94317092750917 140737092611408 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94317092989968 94317093037712 94317115621376 140737092614421 140737092614622 140737092614622 140737092620224 0
/proc/15131/statm: 1048 736 672 219 0 110 0
[pid=15151] ppid=15131 vsize=854376 memory=768000 CPUtime=24.54 cores=5,7
/proc/15151/stat : 15151 (roundingsat) R 15131 15131 11935 0 -1 4194304 87441 0 0 0 2387 67 0 0 20 0 1 0 29930561 874881024 192000 18446744073709551615 4227072 8923433 140735365912944 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 28434432 140735365916916 140735365917224 140735365917224 140735365922794 0
/proc/15151/statm: 213594 192000 2336 1147 0 201021 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 858568 KiB
Current children cumulated memory: 770944 KiB

[startup+51.1055 s]
/proc/loadavg: 2.86 1.63 2.05 5/272 15425
/proc/meminfo: memFree=128160540/131249996 swapFree=33010684/33010684
[pid=15131] ppid=15128 vsize=4192 memory=2944 CPUtime=0.85 cores=5,7
/proc/15131/stat : 15131 (run-dec-break-l) S 15128 15131 11935 0 -1 4194304 238 38301 0 0 0 0 74 11 20 0 1 0 29930473 4292608 736 18446744073709551615 94317091856384 94317092750917 140737092611408 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94317092989968 94317093037712 94317115621376 140737092614421 140737092614622 140737092614622 140737092620224 0
/proc/15131/statm: 1048 736 672 219 0 110 0
[pid=15151] ppid=15131 vsize=872788 memory=783468 CPUtime=50.02 cores=5,7
/proc/15151/stat : 15151 (roundingsat) R 15131 15131 11935 0 -1 4194304 88769 0 0 0 4927 75 0 0 20 0 1 0 29930561 893734912 195867 18446744073709551615 4227072 8923433 140735365912944 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 28434432 140735365916916 140735365917224 140735365917224 140735365922794 0
/proc/15151/statm: 218197 195867 2336 1147 0 205624 0
Current children cumulated CPU time: 50.87 s
Current children cumulated vsize: 876980 KiB
Current children cumulated memory: 786412 KiB

[startup+102.3 s]
/proc/loadavg: 3.63 2.03 2.16 5/273 15428
/proc/meminfo: memFree=127953016/131249996 swapFree=33010684/33010684
[pid=15131] ppid=15128 vsize=4192 memory=2944 CPUtime=0.85 cores=5,7
/proc/15131/stat : 15131 (run-dec-break-l) S 15128 15131 11935 0 -1 4194304 238 38301 0 0 0 0 74 11 20 0 1 0 29930473 4292608 736 18446744073709551615 94317091856384 94317092750917 140737092611408 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94317092989968 94317093037712 94317115621376 140737092614421 140737092614622 140737092614622 140737092620224 0
/proc/15131/statm: 1048 736 672 219 0 110 0
[pid=15151] ppid=15131 vsize=880940 memory=797448 CPUtime=101.07 cores=5,7
/proc/15151/stat : 15151 (roundingsat) R 15131 15131 11935 0 -1 4194304 90815 0 0 0 10015 92 0 0 20 0 1 0 29930561 902082560 199362 18446744073709551615 4227072 8923433 140735365912944 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 28434432 140735365916916 140735365917224 140735365917224 140735365922794 0
/proc/15151/statm: 220235 199362 2336 1147 0 207662 0
Current children cumulated CPU time: 101.92 s
Current children cumulated vsize: 885132 KiB
Current children cumulated memory: 800392 KiB

[startup+162.3 s]
/proc/loadavg: 3.86 2.39 2.28 5/273 15432
/proc/meminfo: memFree=127672052/131249996 swapFree=33010684/33010684
[pid=15131] ppid=15128 vsize=4192 memory=2944 CPUtime=0.85 cores=5,7
/proc/15131/stat : 15131 (run-dec-break-l) S 15128 15131 11935 0 -1 4194304 238 38301 0 0 0 0 74 11 20 0 1 0 29930473 4292608 736 18446744073709551615 94317091856384 94317092750917 140737092611408 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94317092989968 94317093037712 94317115621376 140737092614421 140737092614622 140737092614622 140737092620224 0
/proc/15131/statm: 1048 736 672 219 0 110 0
[pid=15151] ppid=15131 vsize=889672 memory=805780 CPUtime=160.9 cores=5,7
/proc/15151/stat : 15151 (roundingsat) R 15131 15131 11935 0 -1 4194304 92472 0 0 0 15972 118 0 0 20 0 1 0 29930561 911024128 201445 18446744073709551615 4227072 8923433 140735365912944 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 28434432 140735365916916 140735365917224 140735365917224 140735365922794 0
/proc/15151/statm: 222418 201445 2336 1147 0 209845 0
Current children cumulated CPU time: 161.75 s
Current children cumulated vsize: 893864 KiB
Current children cumulated memory: 808724 KiB

[startup+222.3 s]
/proc/loadavg: 3.99 2.70 2.40 5/272 15434
/proc/meminfo: memFree=127497816/131249996 swapFree=33010684/33010684
[pid=15131] ppid=15128 vsize=4192 memory=2944 CPUtime=0.85 cores=5,7
/proc/15131/stat : 15131 (run-dec-break-l) S 15128 15131 11935 0 -1 4194304 238 38301 0 0 0 0 74 11 20 0 1 0 29930473 4292608 736 18446744073709551615 94317091856384 94317092750917 140737092611408 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94317092989968 94317093037712 94317115621376 140737092614421 140737092614622 140737092614622 140737092620224 0
/proc/15131/statm: 1048 736 672 219 0 110 0
[pid=15151] ppid=15131 vsize=909920 memory=827932 CPUtime=220.74 cores=5,7
/proc/15151/stat : 15151 (roundingsat) R 15131 15131 11935 0 -1 4194304 95556 0 0 0 21944 130 0 0 20 0 1 0 29930561 931758080 206983 18446744073709551615 4227072 8923433 140735365912944 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 28434432 140735365916916 140735365917224 140735365917224 140735365922794 0
/proc/15151/statm: 227480 206983 2336 1147 0 214907 0

################
# More data... #
################

/proc/15151/stat : 15151 (roundingsat) R 15131 15131 11935 0 -1 4194304 96160 0 0 0 27896 158 0 0 20 0 1 0 29930561 951181312 209104 18446744073709551615 4227072 8923433 140735365912944 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 28434432 140735365916916 140735365917224 140735365917224 140735365922794 0
/proc/15151/statm: 232222 209104 2336 1147 0 219649 0
Current children cumulated CPU time: 281.39 s
Current children cumulated vsize: 933080 KiB
Current children cumulated memory: 839360 KiB

[startup+342.3 s]
/proc/loadavg: 4.05 3.16 2.61 5/273 15773
/proc/meminfo: memFree=127181580/131249996 swapFree=33010684/33010684
[pid=15131] ppid=15128 vsize=4192 memory=2944 CPUtime=0.85 cores=5,7
/proc/15131/stat : 15131 (run-dec-break-l) S 15128 15131 11935 0 -1 4194304 238 38301 0 0 0 0 74 11 20 0 1 0 29930473 4292608 736 18446744073709551615 94317091856384 94317092750917 140737092611408 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94317092989968 94317093037712 94317115621376 140737092614421 140737092614622 140737092614622 140737092620224 0
/proc/15131/statm: 1048 736 672 219 0 110 0
[pid=15151] ppid=15131 vsize=950648 memory=862032 CPUtime=340.36 cores=5,7
/proc/15151/stat : 15151 (roundingsat) R 15131 15131 11935 0 -1 4194304 99564 0 0 0 33865 171 0 0 20 0 1 0 29930561 973463552 215508 18446744073709551615 4227072 8923433 140735365912944 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 28434432 140735365916916 140735365917224 140735365917224 140735365922794 0
/proc/15151/statm: 237662 215508 2336 1147 0 225089 0
Current children cumulated CPU time: 341.21 s
Current children cumulated vsize: 954840 KiB
Current children cumulated memory: 864976 KiB

[startup+402.3 s]
/proc/loadavg: 4.09 3.33 2.70 5/272 15921
/proc/meminfo: memFree=127541412/131249996 swapFree=33010684/33010684
[pid=15131] ppid=15128 vsize=4192 memory=2944 CPUtime=0.85 cores=5,7
/proc/15131/stat : 15131 (run-dec-break-l) S 15128 15131 11935 0 -1 4194304 238 38301 0 0 0 0 74 11 20 0 1 0 29930473 4292608 736 18446744073709551615 94317091856384 94317092750917 140737092611408 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94317092989968 94317093037712 94317115621376 140737092614421 140737092614622 140737092614622 140737092620224 0
/proc/15131/statm: 1048 736 672 219 0 110 0
[pid=15151] ppid=15131 vsize=952356 memory=862928 CPUtime=400.19 cores=5,7
/proc/15151/stat : 15151 (roundingsat) R 15131 15131 11935 0 -1 4194304 99775 0 0 0 39817 202 0 0 20 0 1 0 29930561 975212544 215732 18446744073709551615 4227072 8923433 140735365912944 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 28434432 140735365916916 140735365917224 140735365917224 140735365922794 0
/proc/15151/statm: 238089 215732 2336 1147 0 225516 0
Current children cumulated CPU time: 401.04 s
Current children cumulated vsize: 956548 KiB
Current children cumulated memory: 865872 KiB

[startup+462.3 s]
/proc/loadavg: 4.09 3.47 2.79 5/272 15924
/proc/meminfo: memFree=126950368/131249996 swapFree=33010684/33010684
[pid=15131] ppid=15128 vsize=4192 memory=2944 CPUtime=0.85 cores=5,7
/proc/15131/stat : 15131 (run-dec-break-l) S 15128 15131 11935 0 -1 4194304 238 38301 0 0 0 0 74 11 20 0 1 0 29930473 4292608 736 18446744073709551615 94317091856384 94317092750917 140737092611408 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94317092989968 94317093037712 94317115621376 140737092614421 140737092614622 140737092614622 140737092620224 0
/proc/15131/statm: 1048 736 672 219 0 110 0
[pid=15151] ppid=15131 vsize=952356 memory=863184 CPUtime=459.98 cores=5,7
/proc/15151/stat : 15151 (roundingsat) R 15131 15131 11935 0 -1 4194304 99882 0 0 0 45772 226 0 0 20 0 1 0 29930561 975212544 215796 18446744073709551615 4227072 8923433 140735365912944 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 28434432 140735365916916 140735365917224 140735365917224 140735365922794 0
/proc/15151/statm: 238089 215796 2336 1147 0 225516 0
Current children cumulated CPU time: 460.83 s
Current children cumulated vsize: 956548 KiB
Current children cumulated memory: 866128 KiB

[startup+522.3 s]
/proc/loadavg: 4.08 3.58 2.87 3/274 15932
/proc/meminfo: memFree=126388820/131249996 swapFree=33010684/33010684
[pid=15131] ppid=15128 vsize=4192 memory=2944 CPUtime=0.85 cores=5,7
/proc/15131/stat : 15131 (run-dec-break-l) S 15128 15131 11935 0 -1 4194304 238 38301 0 0 0 0 74 11 20 0 1 0 29930473 4292608 736 18446744073709551615 94317091856384 94317092750917 140737092611408 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94317092989968 94317093037712 94317115621376 140737092614421 140737092614622 140737092614622 140737092620224 0
/proc/15131/statm: 1048 736 672 219 0 110 0
[pid=15151] ppid=15131 vsize=952356 memory=880532 CPUtime=519.77 cores=5,7
/proc/15151/stat : 15151 (roundingsat) R 15131 15131 11935 0 -1 4194304 99894 0 0 0 51732 245 0 0 20 0 1 0 29930561 975212544 220133 18446744073709551615 4227072 8923433 140735365912944 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 28434432 140735365916916 140735365917224 140735365917224 140735365922794 0
/proc/15151/statm: 238089 220133 2336 1147 0 225516 0
Current children cumulated CPU time: 520.62 s
Current children cumulated vsize: 956548 KiB
Current children cumulated memory: 883476 KiB

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

# cumulated CPU time of all completed processes:  user=547.167 s, system=2.6833 s

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

[startup+537.6 s]
/proc/loadavg: 4.13 3.62 2.90 5/274 15932
/proc/meminfo: memFree=126240800/131249996 swapFree=33010684/33010684
[pid=15131] ppid=15128 vsize=4192 memory=2944 CPUtime=0.85 cores=5,7
/proc/15131/stat : 15131 (run-dec-break-l) S 15128 15131 11935 0 -1 4194304 238 38301 0 0 0 0 74 11 20 0 1 0 29930473 4292608 736 18446744073709551615 94317091856384 94317092750917 140737092611408 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94317092989968 94317093037712 94317115621376 140737092614421 140737092614622 140737092614622 140737092620224 0
/proc/15131/statm: 1048 736 672 219 0 110 0
[pid=15151] ppid=15131 vsize=952356 memory=880532 CPUtime=535.03 cores=5,7
/proc/15151/stat : 15151 (roundingsat) R 15131 15131 11935 0 -1 4194304 99896 0 0 0 53253 250 0 0 20 0 1 0 29930561 975212544 220133 18446744073709551615 4227072 8923433 140735365912944 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 28434432 140735365916916 140735365917224 140735365917224 140735365922794 0
/proc/15151/statm: 238089 220133 2336 1147 0 225516 0
Current children cumulated CPU time: 535.88 s
Current children cumulated vsize: 956548 KiB
Current children cumulated memory: 883476 KiB

[startup+544 s]*
/proc/loadavg: 4.12 3.63 2.91 5/274 15932
/proc/meminfo: memFree=126187420/131249996 swapFree=33010684/33010684
[pid=15131] ppid=15128 vsize=4192 memory=2944 CPUtime=0.85 cores=5,7
/proc/15131/stat : 15131 (run-dec-break-l) S 15128 15131 11935 0 -1 4194304 238 38301 0 0 0 0 74 11 20 0 1 0 29930473 4292608 736 18446744073709551615 94317091856384 94317092750917 140737092611408 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94317092989968 94317093037712 94317115621376 140737092614421 140737092614622 140737092614622 140737092620224 0
/proc/15131/statm: 1048 736 672 219 0 110 0
[pid=15151] ppid=15131 vsize=952356 memory=880532 CPUtime=541.41 cores=5,7
/proc/15151/stat : 15151 (roundingsat) R 15131 15131 11935 0 -1 4194304 99896 0 0 0 53888 253 0 0 20 0 1 0 29930561 975212544 220133 18446744073709551615 4227072 8923433 140735365912944 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 28434432 140735365916916 140735365917224 140735365917224 140735365922794 0
/proc/15151/statm: 238089 220133 2336 1147 0 225516 0
Current children cumulated CPU time: 542.26 s
Current children cumulated vsize: 956548 KiB
Current children cumulated memory: 883476 KiB

[startup+547.2 s]
/proc/loadavg: 4.11 3.64 2.91 5/274 15933
/proc/meminfo: memFree=126157836/131249996 swapFree=33010684/33010684
[pid=15131] ppid=15128 vsize=4192 memory=2944 CPUtime=0.85 cores=5,7
/proc/15131/stat : 15131 (run-dec-break-l) S 15128 15131 11935 0 -1 4194304 238 38301 0 0 0 0 74 11 20 0 1 0 29930473 4292608 736 18446744073709551615 94317091856384 94317092750917 140737092611408 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94317092989968 94317093037712 94317115621376 140737092614421 140737092614622 140737092614622 140737092620224 0
/proc/15131/statm: 1048 736 672 219 0 110 0
[pid=15151] ppid=15131 vsize=952356 memory=880532 CPUtime=544.6 cores=5,7
/proc/15151/stat : 15151 (roundingsat) R 15131 15131 11935 0 -1 4194304 99897 0 0 0 54206 254 0 0 20 0 1 0 29930561 975212544 220133 18446744073709551615 4227072 8923433 140735365912944 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 28434432 140735365916916 140735365917224 140735365917224 140735365922794 0
/proc/15151/statm: 238089 220133 2336 1147 0 225516 0
Current children cumulated CPU time: 545.45 s
Current children cumulated vsize: 956548 KiB
Current children cumulated memory: 883476 KiB

[startup+548.8 s]
/proc/loadavg: 4.11 3.64 2.91 5/274 15933
/proc/meminfo: memFree=126162528/131249996 swapFree=33010684/33010684
[pid=15131] ppid=15128 vsize=4192 memory=2944 CPUtime=0.85 cores=5,7
/proc/15131/stat : 15131 (run-dec-break-l) S 15128 15131 11935 0 -1 4194304 238 38301 0 0 0 0 74 11 20 0 1 0 29930473 4292608 736 18446744073709551615 94317091856384 94317092750917 140737092611408 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94317092989968 94317093037712 94317115621376 140737092614421 140737092614622 140737092614622 140737092620224 0
/proc/15131/statm: 1048 736 672 219 0 110 0
[pid=15151] ppid=15131 vsize=952356 memory=880532 CPUtime=546.19 cores=5,7
/proc/15151/stat : 15151 (roundingsat) R 15131 15131 11935 0 -1 4194304 99897 0 0 0 54365 254 0 0 20 0 1 0 29930561 975212544 220133 18446744073709551615 4227072 8923433 140735365912944 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 28434432 140735365916916 140735365917224 140735365917224 140735365922794 0
/proc/15151/statm: 238089 220133 2336 1147 0 225516 0
Current children cumulated CPU time: 547.04 s
Current children cumulated vsize: 956548 KiB
Current children cumulated memory: 883476 KiB

[startup+550.4 s]
/proc/loadavg: 4.11 3.64 2.91 5/274 15933
/proc/meminfo: memFree=126141876/131249996 swapFree=33010684/33010684
[pid=15131] ppid=15128 vsize=4192 memory=2944 CPUtime=0.85 cores=5,7
/proc/15131/stat : 15131 (run-dec-break-l) S 15128 15131 11935 0 -1 4194304 238 38301 0 0 0 0 74 11 20 0 1 0 29930473 4292608 736 18446744073709551615 94317091856384 94317092750917 140737092611408 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94317092989968 94317093037712 94317115621376 140737092614421 140737092614622 140737092614622 140737092620224 0
/proc/15131/statm: 1048 736 672 219 0 110 0
[pid=15151] ppid=15131 vsize=952356 memory=880532 CPUtime=547.8 cores=5,7
/proc/15151/stat : 15151 (roundingsat) R 15131 15131 11935 0 -1 4194304 99897 0 0 0 54525 255 0 0 20 0 1 0 29930561 975212544 220133 18446744073709551615 4227072 8923433 140735365912944 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 28434432 140735365916916 140735365917224 140735365917224 140735365922794 0
/proc/15151/statm: 238089 220133 2336 1147 0 225516 0
Current children cumulated CPU time: 548.65 s
Current children cumulated vsize: 956548 KiB
Current children cumulated memory: 883476 KiB

[startup+551.2 s]
/proc/loadavg: 4.10 3.64 2.92 5/274 15933
/proc/meminfo: memFree=126142128/131249996 swapFree=33010684/33010684
[pid=15131] ppid=15128 vsize=4192 memory=2944 CPUtime=0.85 cores=5,7
/proc/15131/stat : 15131 (run-dec-break-l) S 15128 15131 11935 0 -1 4194304 238 38301 0 0 0 0 74 11 20 0 1 0 29930473 4292608 736 18446744073709551615 94317091856384 94317092750917 140737092611408 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94317092989968 94317093037712 94317115621376 140737092614421 140737092614622 140737092614622 140737092620224 0
/proc/15131/statm: 1048 736 672 219 0 110 0
[pid=15151] ppid=15131 vsize=952356 memory=880532 CPUtime=548.59 cores=5,7
/proc/15151/stat : 15151 (roundingsat) R 15131 15131 11935 0 -1 4194304 99897 0 0 0 54604 255 0 0 20 0 1 0 29930561 975212544 220133 18446744073709551615 4227072 8923433 140735365912944 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 28434432 140735365916916 140735365917224 140735365917224 140735365922794 0
/proc/15151/statm: 238089 220133 2336 1147 0 225516 0
Current children cumulated CPU time: 549.44 s
Current children cumulated vsize: 956548 KiB
Current children cumulated memory: 883476 KiB

[startup+551.6 s]
/proc/loadavg: 4.10 3.64 2.92 5/274 15933
/proc/meminfo: memFree=126142128/131249996 swapFree=33010684/33010684
[pid=15131] ppid=15128 vsize=4192 memory=2944 CPUtime=0.85 cores=5,7
/proc/15131/stat : 15131 (run-dec-break-l) S 15128 15131 11935 0 -1 4194304 238 38301 0 0 0 0 74 11 20 0 1 0 29930473 4292608 736 18446744073709551615 94317091856384 94317092750917 140737092611408 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94317092989968 94317093037712 94317115621376 140737092614421 140737092614622 140737092614622 140737092620224 0
/proc/15131/statm: 1048 736 672 219 0 110 0
[pid=15151] ppid=15131 vsize=541700 memory=496732 CPUtime=548.96 cores=5,7
/proc/15151/stat : 15151 (roundingsat) R 15131 15131 11935 0 -1 4194304 99930 0 0 0 54640 256 0 0 20 0 1 0 29930561 554700800 124183 18446744073709551615 4227072 8923433 140735365912944 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 28434432 140735365916916 140735365917224 140735365917224 140735365922794 0
/proc/15151/statm: 135425 124183 2336 1147 0 122852 0
Current children cumulated CPU time: 549.81 s
Current children cumulated vsize: 545892 KiB
Current children cumulated memory: 499676 KiB

Child status: 0

Real time (s): 551.618
CPU time (s): 549.85
CPU user time (s): 547.167
CPU system time (s): 2.6833
CPU usage (%): 99.6796
Max. virtual memory (cumulated for all children) (KiB): 956548
Max. memory (cumulated for all children) (KiB): 883476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 547.167
system time used= 2.6833
maximum resident set size= 880532
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 138494
page faults= 0
swaps= 0
block input operations= 0
block output operations= 563656
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 775
involuntary context switches= 3288


# summary of solver processes directly reported to runsolver:
#   pid: 15131
#   total CPU time (s): 549.85
#   total CPU user time (s): 547.167
#   total CPU system time (s): 2.6833

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.1486 second user time and 2.49653 second system time

The end

Launcher Data

Begin job on nodeC021 at 2025-06-28 22:28:48
IDJOB=4491433
IDBENCH=147705
IDSOLVER=3358
FILE ID=nodeC021/4491433-1751142528
RUNJOBID= nodeC021-1751142528-15071
SLURM_JOB_ID= 9587421
Free space on /tmp= 433016 MiB

SOLVER NAME= roundingsat+pbsuma-log 63f22ad
BENCH NAME= PB24/normalized-PB06/DEC-LIN/web/uclid_pb_benchmarks/normalized-ooo.ex.mem.LsqHdStrong.ucl.opb
COMMAND LINE= run-dec-break-log.sh BENCHNAME PROOFFILE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4491433-1751142528/watcher-4491433-1751142528 -o /tmp/evaluation-result-4491433-1751142528/solver-4491433-1751142528 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1751142528-15071 --watchdog 3760 --file-size-limit 100000 run-dec-break-log.sh HOME/instance-4491433-1751142528.opb PROOFDIR/proof-4491433-1751142528

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

MD5SUM BENCH= 911cf7319fa5fa56cdd8e7a94536c536
RANDOM SEED=148517209

nodeC021 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.808
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.56
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.747
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.56
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		: 3601.725
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.56
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		: 3554.290
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.56
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		: 3601.489
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.56
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.779
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.56
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.799
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.56
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		: 3636.522
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        130083016 kB
MemAvailable:   129705868 kB
Buffers:            3280 kB
Cached:           410932 kB
SwapCached:            0 kB
Active:           385924 kB
Inactive:         189020 kB
Active(anon):     178796 kB
Inactive(anon):        0 kB
Active(file):     207128 kB
Inactive(file):   189020 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             53604 kB
Writeback:             0 kB
AnonPages:        164724 kB
Mapped:           111908 kB
Shmem:             18060 kB
KReclaimable:      84512 kB
Slab:             165824 kB
SReclaimable:      84512 kB
SUnreclaim:        81312 kB
KernelStack:        4248 kB
PageTables:         2992 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     510212 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150552 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:     65536 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:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432992 MiB
End job on nodeC021 at 2025-06-28 22:38:00