Trace number 4545588

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. 173.901 174.437

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/wallon/
normalized-PoolBallTriangle-07_c24.opb
MD5SUMd0358cfd617a5121014a5f104d62bc1e
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 benchmark5.36021
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1409
Total number of constraints746
Number of constraints which are clauses170
Number of constraints which are cardinality constraints (but not clauses)56
Number of constraints which are nor clauses,nor cardinality constraints520
Minimum length of a constraint1
Maximum length of a constraint32
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 94
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 409
Number of bits of the biggest sum of numbers9
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-4545588-1753237268.opb'
0.00/0.01	c 	read 0.07MB  (0.93ms)
0.00/0.01	c	 [cnf: #variables 1409 #clauses 746 #duplicates 0 #arr 7122]
0.00/0.01	c output proof to '/tmp/proof-4545588-1753237268'
0.00/0.01	c 
0.00/0.01	c make graph and approximate orbits
0.00/0.01	c	 [group: #orbits ~= 0] (1.63ms)
0.00/0.01	c 
0.00/0.01	c detect special group actions
0.00/0.01	c 	probe for Johnson action (limit=64)
0.00/0.01	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.01	c 	probe for row symmetry (limit=64, splits=16.78M)
0.00/0.01	c 	 (0.21ms)
0.00/0.01	c 
0.00/0.01	c detect symmetries on remainder
0.00/0.01	c 	[graph: #vertices 7488 #edges 24910]
0.00/0.01	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.01	c 	 [group: #symmetries 1.00*10^0 #generators 0] (0.45ms)
0.00/0.01	c 
0.00/0.01	c finalize break order and special generators
0.00/0.01	c 
0.00/0.01	c generation finished
0.00/0.01	c 	[sbp: #constraints 0 #add_vars 0]
0.00/0.01	c 
0.00/0.01	c write result to 'HOME/instance-4545588-1753237268.opb.pre'
0.00/0.01	c 	wrote 0.07MB (0.21ms)
0.00/0.01	c ------------------------------------------------------------------
0.00/0.01	c                   1.63ms 43.92% approx_orbits
0.00/0.01	c                   0.93ms 25.00% parse
0.00/0.01	c                   0.45ms 12.06% detect_generic
0.00/0.01	c                   0.24ms  6.53% other
0.00/0.01	c                   0.21ms  5.74% detect_special
0.00/0.01	c                   0.21ms  5.70% output
0.00/0.01	c                   0.04ms  1.06% finalize_order
0.00/0.01	c         ───────────────────────────────────────────────
0.00/0.01	c                   3.72ms   100% total
0.00/0.01	c ------------------------------------------------------------------
0.00/0.02	c RoundingSat 2
0.00/0.02	c branch pb25
0.00/0.02	c commit 63f22ad
0.00/0.03	c #variables 1409 #constraints 823
3.05/3.13	c #Conflicts:       1000 | #Constraints:       1822
3.05/3.13	c #Conflicts:       2000 | #Constraints:       2822
3.05/3.13	c INPROCESSING
3.05/3.13	c GARBAGE COLLECT
3.05/3.13	c #Conflicts:       3000 | #Constraints:       2669
3.05/3.13	c #Conflicts:       4000 | #Constraints:       3669
3.05/3.13	c INPROCESSING
3.05/3.13	c GARBAGE COLLECT
3.05/3.13	c #Conflicts:       5000 | #Constraints:       3102
3.05/3.13	c #Conflicts:       6000 | #Constraints:       4102
3.05/3.13	c INPROCESSING
3.05/3.13	c GARBAGE COLLECT
3.05/3.13	c #Conflicts:       7000 | #Constraints:       3149
3.05/3.13	c #Conflicts:       8000 | #Constraints:       4149
3.05/3.13	c #Conflicts:       9000 | #Constraints:       5149
3.05/3.13	c INPROCESSING
3.05/3.13	c GARBAGE COLLECT
3.05/3.13	c #Conflicts:      10000 | #Constraints:       3875
3.05/3.13	c #Conflicts:      11000 | #Constraints:       4875
3.05/3.13	c #Conflicts:      12000 | #Constraints:       5875
3.05/3.13	c INPROCESSING
3.05/3.13	c GARBAGE COLLECT
3.05/3.13	c rational objective 258.916
4.24/4.39	c #Conflicts:      13000 | #Constraints:       4361
4.24/4.39	c #Conflicts:      14000 | #Constraints:       5361
4.24/4.39	c #Conflicts:      15000 | #Constraints:       6361
4.24/4.39	c INPROCESSING
4.24/4.39	c GARBAGE COLLECT
4.24/4.39	c rational objective 260.738
66.36/66.61	c #Conflicts:      16000 | #Constraints:       4612
66.36/66.61	c #Conflicts:      17000 | #Constraints:       5612
66.36/66.61	c #Conflicts:      18000 | #Constraints:       6612
66.36/66.61	c INPROCESSING
66.36/66.61	c GARBAGE COLLECT
66.36/66.61	c #Conflicts:      19000 | #Constraints:       4630
66.36/66.61	c #Conflicts:      20000 | #Constraints:       5630
66.36/66.61	c #Conflicts:      21000 | #Constraints:       6630
66.36/66.61	c #Conflicts:      22000 | #Constraints:       7630
66.36/66.61	c #Conflicts:      23000 | #Constraints:       8630
66.36/66.61	c #Conflicts:      24000 | #Constraints:       9630
66.36/66.61	c #Conflicts:      25000 | #Constraints:      10630
66.36/66.61	c #Conflicts:      26000 | #Constraints:      11630
66.36/66.61	c #Conflicts:      27000 | #Constraints:      12630
66.36/66.61	c #Conflicts:      28000 | #Constraints:      13630
66.36/66.61	c INPROCESSING
66.36/66.61	c GARBAGE COLLECT
66.36/66.61	c #Conflicts:      29000 | #Constraints:       7839
66.36/66.61	c #Conflicts:      30000 | #Constraints:       8839
66.36/66.61	c #Conflicts:      31000 | #Constraints:       9839
66.36/66.61	c #Conflicts:      32000 | #Constraints:      10839
66.36/66.61	c #Conflicts:      33000 | #Constraints:      11839
66.36/66.61	c INPROCESSING
66.36/66.61	c GARBAGE COLLECT
66.36/66.61	c #Conflicts:      34000 | #Constraints:       7185
66.36/66.61	c #Conflicts:      35000 | #Constraints:       8186
66.36/66.61	c #Conflicts:      36000 | #Constraints:       9186
66.36/66.61	c #Conflicts:      37000 | #Constraints:      10186
66.36/66.61	c #Conflicts:      38000 | #Constraints:      11187
66.36/66.61	c INPROCESSING
66.36/66.61	c GARBAGE COLLECT
66.36/66.61	c #Conflicts:      39000 | #Constraints:       7030
66.36/66.61	c #Conflicts:      40000 | #Constraints:       8030
66.36/66.61	c #Conflicts:      41000 | #Constraints:       9031
66.36/66.61	c #Conflicts:      42000 | #Constraints:      10031
66.36/66.61	c INPROCESSING
66.36/66.61	c GARBAGE COLLECT
66.36/66.61	c #Conflicts:      43000 | #Constraints:       5992
66.36/66.61	c #Conflicts:      44000 | #Constraints:       6992
66.36/66.61	c #Conflicts:      45000 | #Constraints:       7992
66.36/66.61	c #Conflicts:      46000 | #Constraints:       8992
66.36/66.61	c #Conflicts:      47000 | #Constraints:       9992
66.36/66.61	c #Conflicts:      48000 | #Constraints:      10992
66.36/66.61	c #Conflicts:      49000 | #Constraints:      11992
66.36/66.61	c #Conflicts:      50000 | #Constraints:      12992
66.36/66.61	c #Conflicts:      51000 | #Constraints:      13992
66.36/66.61	c #Conflicts:      52000 | #Constraints:      14992
66.36/66.61	c #Conflicts:      53000 | #Constraints:      15993
66.36/66.61	c #Conflicts:      54000 | #Constraints:      16993
66.36/66.61	c #Conflicts:      55000 | #Constraints:      17993
66.36/66.61	c #Conflicts:      56000 | #Constraints:      18993
66.36/66.61	c #Conflicts:      57000 | #Constraints:      19993
66.36/66.61	c #Conflicts:      58000 | #Constraints:      20993
66.36/66.61	c INPROCESSING
66.36/66.61	c GARBAGE COLLECT
66.36/66.61	c #Conflicts:      59000 | #Constraints:      11538
66.36/66.61	c #Conflicts:      60000 | #Constraints:      12538
66.36/66.61	c #Conflicts:      61000 | #Constraints:      13538
66.36/66.61	c #Conflicts:      62000 | #Constraints:      14538
66.36/66.61	c #Conflicts:      63000 | #Constraints:      15538
66.36/66.61	c #Conflicts:      64000 | #Constraints:      16538
66.36/66.61	c #Conflicts:      65000 | #Constraints:      17538
66.36/66.61	c INPROCESSING
66.36/66.61	c GARBAGE COLLECT
66.36/66.61	c #Conflicts:      66000 | #Constraints:      10214
66.36/66.61	c #Conflicts:      67000 | #Constraints:      11214
66.36/66.61	c #Conflicts:      68000 | #Constraints:      12216
66.36/66.61	c #Conflicts:      69000 | #Constraints:      13217
66.36/66.61	c #Conflicts:      70000 | #Constraints:      14218
66.36/66.61	c #Conflicts:      71000 | #Constraints:      15218
66.36/66.61	c INPROCESSING
66.36/66.61	c GARBAGE COLLECT
66.36/66.61	c #Conflicts:      72000 | #Constraints:       8858
66.36/66.61	c #Conflicts:      73000 | #Constraints:       9859
66.36/66.61	c #Conflicts:      74000 | #Constraints:      10859
66.36/66.61	c #Conflicts:      75000 | #Constraints:      11859
66.36/66.61	c #Conflicts:      76000 | #Constraints:      12860
66.36/66.61	c #Conflicts:      77000 | #Constraints:      13862
66.36/66.61	c #Conflicts:      78000 | #Constraints:      14864
66.36/66.61	c INPROCESSING
66.36/66.61	c GARBAGE COLLECT
66.36/66.61	c #Conflicts:      79000 | #Constraints:       8875
66.36/66.61	c #Conflicts:      80000 | #Constraints:       9875
66.36/66.61	c #Conflicts:      81000 | #Constraints:      10875
66.36/66.61	c #Conflicts:      82000 | #Constraints:      11875
66.36/66.61	c #Conflicts:      83000 | #Constraints:      12875
66.36/66.61	c #Conflicts:      84000 | #Constraints:      13877
66.36/66.61	c #Conflicts:      85000 | #Constraints:      14877
66.36/66.61	c #Conflicts:      86000 | #Constraints:      15877
66.36/66.61	c #Conflicts:      87000 | #Constraints:      16878
66.36/66.61	c #Conflicts:      88000 | #Constraints:      17879
66.36/66.61	c #Conflicts:      89000 | #Constraints:      18879
96.18/96.56	c #Conflicts:      90000 | #Constraints:      19879
96.18/96.56	c #Conflicts:      91000 | #Constraints:      20879
96.18/96.56	c #Conflicts:      92000 | #Constraints:      21879
96.18/96.56	c #Conflicts:      93000 | #Constraints:      22879
96.18/96.56	c #Conflicts:      94000 | #Constraints:      23879
96.18/96.56	c #Conflicts:      95000 | #Constraints:      24879
96.18/96.56	c #Conflicts:      96000 | #Constraints:      25879
96.18/96.56	c #Conflicts:      97000 | #Constraints:      26879
96.18/96.56	c #Conflicts:      98000 | #Constraints:      27879
96.18/96.56	c #Conflicts:      99000 | #Constraints:      28879
96.18/96.56	c INPROCESSING
96.18/96.56	c GARBAGE COLLECT
96.18/96.56	c #Conflicts:     100000 | #Constraints:      15783
96.18/96.56	c #Conflicts:     101000 | #Constraints:      16783
96.18/96.56	c #Conflicts:     102000 | #Constraints:      17783
96.18/96.56	c #Conflicts:     103000 | #Constraints:      18783
96.18/96.56	c #Conflicts:     104000 | #Constraints:      19783
96.18/96.56	c #Conflicts:     105000 | #Constraints:      20783
96.18/96.56	c #Conflicts:     106000 | #Constraints:      21783
96.18/96.56	c #Conflicts:     107000 | #Constraints:      22783
96.18/96.56	c INPROCESSING
96.18/96.56	c GARBAGE COLLECT
96.18/96.56	c rational objective 262.942
173.85/174.43	c #Conflicts:     108000 | #Constraints:      12793
173.85/174.43	c #Conflicts:     109000 | #Constraints:      13793
173.85/174.43	c #Conflicts:     110000 | #Constraints:      14793
173.85/174.43	c #Conflicts:     111000 | #Constraints:      15793
173.85/174.43	c #Conflicts:     112000 | #Constraints:      16793
173.85/174.43	c #Conflicts:     113000 | #Constraints:      17793
173.85/174.43	c #Conflicts:     114000 | #Constraints:      18793
173.85/174.43	c #Conflicts:     115000 | #Constraints:      19793
173.85/174.43	c INPROCESSING
173.85/174.43	c GARBAGE COLLECT
173.85/174.43	c #Conflicts:     116000 | #Constraints:      11236
173.85/174.43	c #Conflicts:     117000 | #Constraints:      12236
173.85/174.43	c #Conflicts:     118000 | #Constraints:      13236
173.85/174.43	c #Conflicts:     119000 | #Constraints:      14236
173.85/174.43	c #Conflicts:     120000 | #Constraints:      15236
173.85/174.43	c #Conflicts:     121000 | #Constraints:      16236
173.85/174.43	c #Conflicts:     122000 | #Constraints:      17236
173.85/174.43	c #Conflicts:     123000 | #Constraints:      18236
173.85/174.43	c INPROCESSING
173.85/174.43	c GARBAGE COLLECT
173.85/174.43	c #Conflicts:     124000 | #Constraints:      10325
173.85/174.43	c #Conflicts:     125000 | #Constraints:      11325
173.85/174.43	c #Conflicts:     126000 | #Constraints:      12325
173.85/174.43	c #Conflicts:     127000 | #Constraints:      13325
173.85/174.43	c #Conflicts:     128000 | #Constraints:      14325
173.85/174.43	c #Conflicts:     129000 | #Constraints:      15330
173.85/174.43	c #Conflicts:     130000 | #Constraints:      16332
173.85/174.43	c #Conflicts:     131000 | #Constraints:      17332
173.85/174.43	c #Conflicts:     132000 | #Constraints:      18332
173.85/174.43	c #Conflicts:     133000 | #Constraints:      19332
173.85/174.43	c #Conflicts:     134000 | #Constraints:      20332
173.85/174.43	c #Conflicts:     135000 | #Constraints:      21332
173.85/174.43	c #Conflicts:     136000 | #Constraints:      22334
173.85/174.43	c #Conflicts:     137000 | #Constraints:      23335
173.85/174.43	c #Conflicts:     138000 | #Constraints:      24335
173.85/174.43	c #Conflicts:     139000 | #Constraints:      25336
173.85/174.43	c #Conflicts:     140000 | #Constraints:      26338
173.85/174.43	c #Conflicts:     141000 | #Constraints:      27342
173.85/174.43	c #Conflicts:     142000 | #Constraints:      28344
173.85/174.43	c #Conflicts:     143000 | #Constraints:      29346
173.85/174.43	c #Conflicts:     144000 | #Constraints:      30346
173.85/174.43	c #Conflicts:     145000 | #Constraints:      31346
173.85/174.43	c #Conflicts:     146000 | #Constraints:      32346
173.85/174.43	c #Conflicts:     147000 | #Constraints:      33346
173.85/174.43	c #Conflicts:     148000 | #Constraints:      34346
173.85/174.43	c #Conflicts:     149000 | #Constraints:      35346
173.85/174.43	c #Conflicts:     150000 | #Constraints:      36346
173.85/174.43	c INPROCESSING
173.85/174.43	c GARBAGE COLLECT
173.85/174.43	c #Conflicts:     151000 | #Constraints:      19622
173.85/174.43	c #Conflicts:     152000 | #Constraints:      20622
173.85/174.43	c #Conflicts:     153000 | #Constraints:      21622
173.85/174.43	c #Conflicts:     154000 | #Constraints:      22622
173.85/174.43	c #Conflicts:     155000 | #Constraints:      23622
173.85/174.43	c #Conflicts:     156000 | #Constraints:      24622
173.85/174.43	c #Conflicts:     157000 | #Constraints:      25622
173.85/174.43	c #Conflicts:     158000 | #Constraints:      26622
173.85/174.43	c cpu time 172.328 s
173.85/174.43	c deterministic time 12070075388 1.21e+10
173.85/174.43	c optimization time 3e-05 s
173.85/174.43	c total solve time 172.321 s
173.85/174.43	c core-guided solve time 0 s
173.85/174.43	c propagation time 118.092 s
173.85/174.43	c conflict analysis time 49.2153 s
173.85/174.43	c propagations 31341972
173.85/174.43	c resolve steps 3756911
173.85/174.43	c decisions 249173
173.85/174.43	c conflicts 158088
173.85/174.43	c restarts 427
173.85/174.43	c inprocessing phases 20
173.85/174.43	c garbage collections 20 ,( 100.00 )
173.85/174.43	c input clauses 198 ,( 24.06 )
173.85/174.43	c input cardinalities 56 ,( 6.80 )
173.85/174.43	c input general constraints 569 ,( 69.14 )
173.85/174.43	c input average constraint length 11.10
173.85/174.43	c input average constraint degree 34.53
173.85/174.43	c learned clauses 48817 ,( 30.86 )
173.85/174.43	c learned cardinalities 847 ,( 0.54 )
173.85/174.43	c learned general constraints 108499 ,( 68.60 )
173.85/174.43	c learned average constraint length 105.56
173.85/174.43	c learned average constraint degree 42967089.63
173.85/174.43	c watched  CF 32, 64, 128, Arb: 17948 , 0 , 0 , 0
173.85/174.43	c counting CF 32, 64, 128, Arb: 91120 , 0 , 0 , 0
173.85/174.43	c watched   constraints 17948 ,( 16.46 ) 
173.85/174.43	c counting  constraints 91120 ,( 83.54 ) 
173.85/174.43	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 25270196 , 17206462 , 1346080071 ,( 54502748 , 1291577323 )
173.85/174.43	c gcd simplifications 7887
173.85/174.43	c detected cardinalities 31
173.85/174.43	c weakened non-implied lits 16152322
173.85/174.43	c weakened non-implying lits 23251
173.85/174.43	c original variables 1409
173.85/174.43	c clausal propagations 1641926
173.85/174.43	c cardinality propagations 9983052
173.85/174.43	c watched propagations 623278
173.85/174.43	c counting propagations 18740658
173.85/174.43	c watch lookups 7423118257
173.85/174.43	c watch backjump lookups 0
173.85/174.43	c watch checks 930924786
173.85/174.43	c propagation checks 3548663178
173.85/174.43	c constraint additions 103994553
173.85/174.43	c trail pops 31749008
173.85/174.43	c formula constraints 823
173.85/174.43	c learned constraints 158087
173.85/174.43	c bound constraints 0
173.85/174.43	c core-guided constraints 0
173.85/174.43	c encountered formula constraints 1728465
173.85/174.43	c encountered learned constraints 2186088
173.85/174.43	c encountered bound constraints 0
173.85/174.43	c encountered core-guided constraints 0
173.85/174.43	c LP total time 2.55764 s
173.85/174.43	c LP solve time 1.95 s
173.85/174.43	c LP constraints added 958
173.85/174.43	c LP constraints removed 46
173.85/174.43	c LP pivots internal 18992
173.85/174.43	c LP pivots root 15468
173.85/174.43	c LP calls 57
173.85/174.43	c LP optimalities 8
173.85/174.43	c LP no pivot count 0
173.85/174.43	c LP infeasibilities 44
173.85/174.43	c LP valid Farkas constraints 43
173.85/174.43	c LP learned Farkas constraints 0
173.85/174.43	c LP basis resets 3
173.85/174.43	c LP cycling count 0
173.85/174.43	c LP singular count 2
173.85/174.43	c LP no primal count 0
173.85/174.43	c LP no farkas count 1
173.85/174.43	c LP other issue count 0
173.85/174.43	c LP Gomory cuts 33
173.85/174.43	c LP learned cuts 102
173.85/174.43	c LP deleted cuts 46
173.85/174.43	c LP encountered Gomory constraints 97
173.85/174.43	c LP encountered Farkas constraints 349
173.85/174.43	c LP encountered learned Farkas constraints 0
173.85/174.43	c CG auxiliary variables introduced 0
173.85/174.43	c CG solutions found 0
173.85/174.43	c CG cores constructed 0
173.85/174.43	c CG core cardinality constraints returned 0
173.85/174.43	c CG unit cores 0
173.85/174.43	c CG single cores 0
173.85/174.43	c CG blocks removed during cardinality reduction 0
173.85/174.43	c CG first core best 0
173.85/174.43	c CG decision core best 0
173.85/174.43	c CG core reduction tie 0
173.85/174.43	c CG core degree average 0.00
173.85/174.43	c CG core slack average 0.00
173.85/174.43	c CG core upper bound improvements 0
173.85/174.43	c STR number of successful calls 0
173.85/174.43	c STR number of unsuccessful calls 0
173.85/174.43	c STR number of inconclusive calls 0
173.85/174.43	c STR number of successful attempts 0
173.85/174.43	c STR number of unsuccessful attempts 0
173.85/174.43	c STR number of inconclusive attempts 0
173.85/174.43	c STR average degree increase per successful call inf
173.85/174.43	c STR average degree increase per successful attempt inf
173.85/174.43	c STR total number of conflicts for successful attempts 0
173.85/174.43	c STR total number of conflicts for unsuccessful attempts 0
173.85/174.43	c STR total number of conflicts for inconclusive attempts 0
173.85/174.43	c STR average number of conflicts per successful attempt inf
173.85/174.43	c STR average number of conflicts per unsuccessful attempt inf
173.85/174.43	c STR average number of conflicts per inconclusive attempt inf
173.85/174.43	c AVG.sumWPerc 71.37 
173.85/174.43	c bigint constraints 0 
173.85/174.43	s UNSATISFIABLE

Verifier Data

ERROR: no interpretation found !

Checking of UNSAT/OPT proofs:

VeriPB + CakePB

Wed Jul 23 09:50:27 CEST 2025
extraparms=--no-checkDeletion
-- veripb --
Running VeriPB version 2.3.0
s VERIFIED UNSATISFIABLE
Verification succeeded.
-- cakepb --
s VERIFIED UNSATISFIABLE
--summary--
ALL OK

Watcher Data

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

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

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing 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
solver pid=198219, runsolver pid=198216
Current StackSize limit: 8192 KiB


[startup+0.100066 s]*
/proc/loadavg: 4.11 4.16 4.10 5/269 198222
/proc/meminfo: memFree=126068712/131250000 swapFree=33010160/33010684
[pid=198219] ppid=198216 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/198219/stat : 198219 (run-dec-break-l) S 198216 198219 197614 0 -1 4194304 240 727 0 0 0 0 0 0 20 0 1 0 239404312 4292608 736 18446744073709551615 94086639898624 94086640793157 140737113912496 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94086641032208 94086641079952 94086671306752 140737113921849 140737113922012 140737113922012 140737113927616 0
/proc/198219/statm: 1048 736 672 219 0 110 0
[pid=198222] ppid=198219 vsize=58552 memory=13060 CPUtime=0.07 cores=4,6
/proc/198222/stat : 198222 (roundingsat) R 198219 198219 197614 0 -1 4194304 1271 0 0 0 7 0 0 0 20 0 1 0 239404314 59957248 3265 18446744073709551615 4227072 8923433 140736487512176 0 0 0 0 0 8405026 0 0 0 17 6 0 0 0 0 0 9823104 9832592 19824640 140736487516440 140736487516710 140736487516710 140736487522282 0
/proc/198222/statm: 14638 3265 2336 1147 0 2065 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 62744 KiB
Current children cumulated memory: 16004 KiB

[startup+0.205631 s]*
/proc/loadavg: 4.11 4.16 4.10 5/269 198222
/proc/meminfo: memFree=126067956/131250000 swapFree=33010160/33010684
[pid=198219] ppid=198216 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/198219/stat : 198219 (run-dec-break-l) S 198216 198219 197614 0 -1 4194304 240 727 0 0 0 0 0 0 20 0 1 0 239404312 4292608 736 18446744073709551615 94086639898624 94086640793157 140737113912496 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94086641032208 94086641079952 94086671306752 140737113921849 140737113922012 140737113922012 140737113927616 0
/proc/198219/statm: 1048 736 672 219 0 110 0
[pid=198222] ppid=198219 vsize=58964 memory=15860 CPUtime=0.17 cores=4,6
/proc/198222/stat : 198222 (roundingsat) R 198219 198219 197614 0 -1 4194304 1418 0 0 0 17 0 0 0 20 0 1 0 239404314 60379136 3965 18446744073709551615 4227072 8923433 140736487512176 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 19824640 140736487516440 140736487516710 140736487516710 140736487522282 0
/proc/198222/statm: 14741 3965 2368 1147 0 2168 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 63156 KiB
Current children cumulated memory: 18804 KiB

[startup+0.305593 s]*
/proc/loadavg: 4.11 4.16 4.10 5/269 198222
/proc/meminfo: memFree=126066948/131250000 swapFree=33010160/33010684
[pid=198219] ppid=198216 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/198219/stat : 198219 (run-dec-break-l) S 198216 198219 197614 0 -1 4194304 240 727 0 0 0 0 0 0 20 0 1 0 239404312 4292608 736 18446744073709551615 94086639898624 94086640793157 140737113912496 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94086641032208 94086641079952 94086671306752 140737113921849 140737113922012 140737113922012 140737113927616 0
/proc/198219/statm: 1048 736 672 219 0 110 0
[pid=198222] ppid=198219 vsize=59624 memory=16372 CPUtime=0.27 cores=4,6
/proc/198222/stat : 198222 (roundingsat) R 198219 198219 197614 0 -1 4194304 1562 0 0 0 26 1 0 0 20 0 1 0 239404314 61054976 4093 18446744073709551615 4227072 8923433 140736487512176 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 19824640 140736487516440 140736487516710 140736487516710 140736487522282 0
/proc/198222/statm: 14906 4093 2368 1147 0 2333 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 63816 KiB
Current children cumulated memory: 19316 KiB

[startup+0.70019 s]
/proc/loadavg: 4.11 4.16 4.10 5/269 198222
/proc/meminfo: memFree=126058884/131250000 swapFree=33010160/33010684
[pid=198219] ppid=198216 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/198219/stat : 198219 (run-dec-break-l) S 198216 198219 197614 0 -1 4194304 240 727 0 0 0 0 0 0 20 0 1 0 239404312 4292608 736 18446744073709551615 94086639898624 94086640793157 140737113912496 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94086641032208 94086641079952 94086671306752 140737113921849 140737113922012 140737113922012 140737113927616 0
/proc/198219/statm: 1048 736 672 219 0 110 0
[pid=198222] ppid=198219 vsize=60308 memory=17140 CPUtime=0.66 cores=4,6
/proc/198222/stat : 198222 (roundingsat) R 198219 198219 197614 0 -1 4194304 1749 0 0 0 64 2 0 0 20 0 1 0 239404314 61755392 4285 18446744073709551615 4227072 8923433 140736487512176 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 19824640 140736487516440 140736487516710 140736487516710 140736487522282 0
/proc/198222/statm: 15077 4285 2368 1147 0 2504 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 64500 KiB
Current children cumulated memory: 20084 KiB

[startup+1.5002 s]
/proc/loadavg: 4.10 4.15 4.10 5/269 198222
/proc/meminfo: memFree=126055356/131250000 swapFree=33010160/33010684
[pid=198219] ppid=198216 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/198219/stat : 198219 (run-dec-break-l) S 198216 198219 197614 0 -1 4194304 240 727 0 0 0 0 0 0 20 0 1 0 239404312 4292608 736 18446744073709551615 94086639898624 94086640793157 140737113912496 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94086641032208 94086641079952 94086671306752 140737113921849 140737113922012 140737113922012 140737113927616 0
/proc/198219/statm: 1048 736 672 219 0 110 0
[pid=198222] ppid=198219 vsize=62168 memory=18932 CPUtime=1.46 cores=4,6
/proc/198222/stat : 198222 (roundingsat) R 198219 198219 197614 0 -1 4194304 2211 0 0 0 141 5 0 0 20 0 1 0 239404314 63660032 4733 18446744073709551615 4227072 8923433 140736487512176 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 19824640 140736487516440 140736487516710 140736487516710 140736487522282 0
/proc/198222/statm: 15542 4733 2368 1147 0 2969 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 66360 KiB
Current children cumulated memory: 21876 KiB

[startup+3.1056 s]
/proc/loadavg: 4.10 4.15 4.10 4/266 198226
/proc/meminfo: memFree=126012440/131250000 swapFree=33010160/33010684
[pid=198219] ppid=198216 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/198219/stat : 198219 (run-dec-break-l) S 198216 198219 197614 0 -1 4194304 240 727 0 0 0 0 0 0 20 0 1 0 239404312 4292608 736 18446744073709551615 94086639898624 94086640793157 140737113912496 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94086641032208 94086641079952 94086671306752 140737113921849 140737113922012 140737113922012 140737113927616 0
/proc/198219/statm: 1048 736 672 219 0 110 0
[pid=198222] ppid=198219 vsize=65012 memory=23900 CPUtime=3.05 cores=4,6
/proc/198222/stat : 198222 (roundingsat) R 198219 198219 197614 0 -1 4194304 2918 0 0 0 298 7 0 0 20 0 1 0 239404314 66572288 5975 18446744073709551615 4227072 8923433 140736487512176 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 19824640 140736487516440 140736487516710 140736487516710 140736487522282 0
/proc/198222/statm: 16253 5975 2368 1147 0 3680 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 69204 KiB
Current children cumulated memory: 26844 KiB

[startup+6.30018 s]
/proc/loadavg: 4.02 4.13 4.10 4/262 198253
/proc/meminfo: memFree=126008972/131250000 swapFree=33010160/33010684
[pid=198219] ppid=198216 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/198219/stat : 198219 (run-dec-break-l) S 198216 198219 197614 0 -1 4194304 240 727 0 0 0 0 0 0 20 0 1 0 239404312 4292608 736 18446744073709551615 94086639898624 94086640793157 140737113912496 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94086641032208 94086641079952 94086671306752 140737113921849 140737113922012 140737113922012 140737113927616 0
/proc/198219/statm: 1048 736 672 219 0 110 0
[pid=198222] ppid=198219 vsize=70336 memory=28892 CPUtime=6.24 cores=4,6
/proc/198222/stat : 198222 (roundingsat) R 198219 198219 197614 0 -1 4194304 4165 0 0 0 609 15 0 0 20 0 1 0 239404314 72024064 7223 18446744073709551615 4227072 8923433 140736487512176 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 19824640 140736487516440 140736487516710 140736487516710 140736487522282 0
/proc/198222/statm: 17584 7223 2400 1147 0 5011 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 74528 KiB
Current children cumulated memory: 31836 KiB

[startup+12.7002 s]
/proc/loadavg: 3.93 4.11 4.09 4/262 198253
/proc/meminfo: memFree=125970296/131250000 swapFree=33010160/33010684
[pid=198219] ppid=198216 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/198219/stat : 198219 (run-dec-break-l) S 198216 198219 197614 0 -1 4194304 240 727 0 0 0 0 0 0 20 0 1 0 239404312 4292608 736 18446744073709551615 94086639898624 94086640793157 140737113912496 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94086641032208 94086641079952 94086671306752 140737113921849 140737113922012 140737113922012 140737113927616 0
/proc/198219/statm: 1048 736 672 219 0 110 0
[pid=198222] ppid=198219 vsize=87336 memory=40796 CPUtime=12.62 cores=4,6
/proc/198222/stat : 198222 (roundingsat) R 198219 198219 197614 0 -1 4194304 7150 0 0 0 1241 21 0 0 20 0 1 0 239404314 89432064 10199 18446744073709551615 4227072 8923433 140736487512176 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 19824640 140736487516440 140736487516710 140736487516710 140736487522282 0
/proc/198222/statm: 21834 10199 2400 1147 0 9261 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 91528 KiB
Current children cumulated memory: 43740 KiB

[startup+25.5002 s]
/proc/loadavg: 3.79 4.08 4.08 4/261 198253
/proc/meminfo: memFree=125848076/131250000 swapFree=33010160/33010684
[pid=198219] ppid=198216 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/198219/stat : 198219 (run-dec-break-l) S 198216 198219 197614 0 -1 4194304 240 727 0 0 0 0 0 0 20 0 1 0 239404312 4292608 736 18446744073709551615 94086639898624 94086640793157 140737113912496 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94086641032208 94086641079952 94086671306752 140737113921849 140737113922012 140737113922012 140737113927616 0
/proc/198219/statm: 1048 736 672 219 0 110 0
[pid=198222] ppid=198219 vsize=87536 memory=41564 CPUtime=25.38 cores=4,6
/proc/198222/stat : 198222 (roundingsat) R 198219 198219 197614 0 -1 4194304 7253 0 0 0 2501 37 0 0 20 0 1 0 239404314 89636864 10391 18446744073709551615 4227072 8923433 140736487512176 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 19824640 140736487516440 140736487516710 140736487516710 140736487522282 0
/proc/198222/statm: 21884 10391 2496 1147 0 9311 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 91728 KiB
Current children cumulated memory: 44508 KiB

[startup+51.1053 s]
/proc/loadavg: 3.59 4.00 4.05 4/261 198254
/proc/meminfo: memFree=125691088/131250000 swapFree=33010160/33010684
[pid=198219] ppid=198216 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/198219/stat : 198219 (run-dec-break-l) S 198216 198219 197614 0 -1 4194304 240 727 0 0 0 0 0 0 20 0 1 0 239404312 4292608 736 18446744073709551615 94086639898624 94086640793157 140737113912496 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94086641032208 94086641079952 94086671306752 140737113921849 140737113922012 140737113922012 140737113927616 0
/proc/198219/statm: 1048 736 672 219 0 110 0
[pid=198222] ppid=198219 vsize=107356 memory=59592 CPUtime=50.92 cores=4,6
/proc/198222/stat : 198222 (roundingsat) R 198219 198219 197614 0 -1 4194304 10742 0 0 0 5032 60 0 0 20 0 1 0 239404314 109932544 14898 18446744073709551615 4227072 8923433 140736487512176 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 19824640 140736487516440 140736487516710 140736487516710 140736487522282 0
/proc/198222/statm: 26839 14898 2496 1147 0 14266 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 111548 KiB
Current children cumulated memory: 62536 KiB

[startup+102.3 s]
/proc/loadavg: 3.02 3.80 3.98 3/255 198291
/proc/meminfo: memFree=125720776/131250000 swapFree=33010160/33010684
[pid=198219] ppid=198216 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/198219/stat : 198219 (run-dec-break-l) S 198216 198219 197614 0 -1 4194304 240 727 0 0 0 0 0 0 20 0 1 0 239404312 4292608 736 18446744073709551615 94086639898624 94086640793157 140737113912496 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94086641032208 94086641079952 94086671306752 140737113921849 140737113922012 140737113922012 140737113927616 0
/proc/198219/statm: 1048 736 672 219 0 110 0
[pid=198222] ppid=198219 vsize=119536 memory=73068 CPUtime=101.96 cores=4,6
/proc/198222/stat : 198222 (roundingsat) R 198219 198219 197614 0 -1 4194304 13773 0 0 0 10093 103 0 0 20 0 1 0 239404314 122404864 18267 18446744073709551615 4227072 8923433 140736487512176 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 19824640 140736487516440 140736487516710 140736487516710 140736487522282 0
/proc/198222/statm: 29884 18267 2496 1147 0 17311 0
Current children cumulated CPU time: 101.96 s
Current children cumulated vsize: 123728 KiB
Current children cumulated memory: 76012 KiB

[startup+162.3 s]
/proc/loadavg: 2.49 3.50 3.86 3/254 198295
/proc/meminfo: memFree=125547268/131250000 swapFree=33010160/33010684
[pid=198219] ppid=198216 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/198219/stat : 198219 (run-dec-break-l) S 198216 198219 197614 0 -1 4194304 240 727 0 0 0 0 0 0 20 0 1 0 239404312 4292608 736 18446744073709551615 94086639898624 94086640793157 140737113912496 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94086641032208 94086641079952 94086671306752 140737113921849 140737113922012 140737113922012 140737113927616 0
/proc/198219/statm: 1048 736 672 219 0 110 0
[pid=198222] ppid=198219 vsize=143644 memory=90244 CPUtime=161.79 cores=4,6
/proc/198222/stat : 198222 (roundingsat) R 198219 198219 197614 0 -1 4194304 17369 0 0 0 16032 147 0 0 20 0 1 0 239404314 147091456 22561 18446744073709551615 4227072 8923433 140736487512176 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 19824640 140736487516440 140736487516710 140736487516710 140736487522282 0
/proc/198222/statm: 35911 22561 2496 1147 0 23338 0
Current children cumulated CPU time: 161.79 s
Current children cumulated vsize: 147836 KiB
Current children cumulated memory: 93188 KiB

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

# cumulated CPU time of all completed processes:  user=172.336 s, system=1.5651 s

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

[startup+166.4 s]
/proc/loadavg: 2.45 3.47 3.85 3/255 198296
/proc/meminfo: memFree=125538952/131250000 swapFree=33010160/33010684
[pid=198219] ppid=198216 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/198219/stat : 198219 (run-dec-break-l) S 198216 198219 197614 0 -1 4194304 240 727 0 0 0 0 0 0 20 0 1 0 239404312 4292608 736 18446744073709551615 94086639898624 94086640793157 140737113912496 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94086641032208 94086641079952 94086671306752 140737113921849 140737113922012 140737113922012 140737113927616 0
/proc/198219/statm: 1048 736 672 219 0 110 0
[pid=198222] ppid=198219 vsize=143644 memory=90244 CPUtime=165.87 cores=4,6
/proc/198222/stat : 198222 (roundingsat) R 198219 198219 197614 0 -1 4194304 17369 0 0 0 16437 150 0 0 20 0 1 0 239404314 147091456 22561 18446744073709551615 4227072 8923433 140736487512176 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 19824640 140736487516440 140736487516710 140736487516710 140736487522282 0
/proc/198222/statm: 35911 22561 2496 1147 0 23338 0
Current children cumulated CPU time: 165.87 s
Current children cumulated vsize: 147836 KiB
Current children cumulated memory: 93188 KiB

[startup+169.6 s]
/proc/loadavg: 2.45 3.47 3.85 3/255 198296
/proc/meminfo: memFree=125530888/131250000 swapFree=33010160/33010684
[pid=198219] ppid=198216 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/198219/stat : 198219 (run-dec-break-l) S 198216 198219 197614 0 -1 4194304 240 727 0 0 0 0 0 0 20 0 1 0 239404312 4292608 736 18446744073709551615 94086639898624 94086640793157 140737113912496 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94086641032208 94086641079952 94086671306752 140737113921849 140737113922012 140737113922012 140737113927616 0
/proc/198219/statm: 1048 736 672 219 0 110 0
[pid=198222] ppid=198219 vsize=143644 memory=90244 CPUtime=169.06 cores=4,6
/proc/198222/stat : 198222 (roundingsat) R 198219 198219 197614 0 -1 4194304 17369 0 0 0 16753 153 0 0 20 0 1 0 239404314 147091456 22561 18446744073709551615 4227072 8923433 140736487512176 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 19824640 140736487516440 140736487516710 140736487516710 140736487522282 0
/proc/198222/statm: 35911 22561 2496 1147 0 23338 0
Current children cumulated CPU time: 169.06 s
Current children cumulated vsize: 147836 KiB
Current children cumulated memory: 93188 KiB

[startup+172.8 s]
/proc/loadavg: 2.41 3.45 3.84 3/255 198296
/proc/meminfo: memFree=125522824/131250000 swapFree=33010160/33010684
[pid=198219] ppid=198216 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/198219/stat : 198219 (run-dec-break-l) S 198216 198219 197614 0 -1 4194304 240 727 0 0 0 0 0 0 20 0 1 0 239404312 4292608 736 18446744073709551615 94086639898624 94086640793157 140737113912496 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94086641032208 94086641079952 94086671306752 140737113921849 140737113922012 140737113922012 140737113927616 0
/proc/198219/statm: 1048 736 672 219 0 110 0
[pid=198222] ppid=198219 vsize=143644 memory=90244 CPUtime=172.25 cores=4,6
/proc/198222/stat : 198222 (roundingsat) R 198219 198219 197614 0 -1 4194304 17370 0 0 0 17071 154 0 0 20 0 1 0 239404314 147091456 22561 18446744073709551615 4227072 8923433 140736487512176 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 19824640 140736487516440 140736487516710 140736487516710 140736487522282 0
/proc/198222/statm: 35911 22561 2496 1147 0 23338 0
Current children cumulated CPU time: 172.25 s
Current children cumulated vsize: 147836 KiB
Current children cumulated memory: 93188 KiB

[startup+173.6 s]
/proc/loadavg: 2.41 3.45 3.84 3/255 198296
/proc/meminfo: memFree=125523060/131250000 swapFree=33010160/33010684
[pid=198219] ppid=198216 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/198219/stat : 198219 (run-dec-break-l) S 198216 198219 197614 0 -1 4194304 240 727 0 0 0 0 0 0 20 0 1 0 239404312 4292608 736 18446744073709551615 94086639898624 94086640793157 140737113912496 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94086641032208 94086641079952 94086671306752 140737113921849 140737113922012 140737113922012 140737113927616 0
/proc/198219/statm: 1048 736 672 219 0 110 0
[pid=198222] ppid=198219 vsize=143644 memory=90244 CPUtime=173.05 cores=4,6
/proc/198222/stat : 198222 (roundingsat) R 198219 198219 197614 0 -1 4194304 17370 0 0 0 17150 155 0 0 20 0 1 0 239404314 147091456 22561 18446744073709551615 4227072 8923433 140736487512176 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 19824640 140736487516440 140736487516710 140736487516710 140736487522282 0
/proc/198222/statm: 35911 22561 2496 1147 0 23338 0
Current children cumulated CPU time: 173.05 s
Current children cumulated vsize: 147836 KiB
Current children cumulated memory: 93188 KiB

[startup+174 s]*
/proc/loadavg: 2.41 3.45 3.84 3/255 198296
/proc/meminfo: memFree=125523060/131250000 swapFree=33010160/33010684
[pid=198219] ppid=198216 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/198219/stat : 198219 (run-dec-break-l) S 198216 198219 197614 0 -1 4194304 240 727 0 0 0 0 0 0 20 0 1 0 239404312 4292608 736 18446744073709551615 94086639898624 94086640793157 140737113912496 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94086641032208 94086641079952 94086671306752 140737113921849 140737113922012 140737113922012 140737113927616 0
/proc/198219/statm: 1048 736 672 219 0 110 0
[pid=198222] ppid=198219 vsize=143644 memory=90244 CPUtime=173.46 cores=4,6
/proc/198222/stat : 198222 (roundingsat) R 198219 198219 197614 0 -1 4194304 17370 0 0 0 17191 155 0 0 20 0 1 0 239404314 147091456 22561 18446744073709551615 4227072 8923433 140736487512176 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 19824640 140736487516440 140736487516710 140736487516710 140736487522282 0
/proc/198222/statm: 35911 22561 2496 1147 0 23338 0
Current children cumulated CPU time: 173.46 s
Current children cumulated vsize: 147836 KiB
Current children cumulated memory: 93188 KiB

[startup+174.4 s]
/proc/loadavg: 2.41 3.45 3.84 3/255 198296
/proc/meminfo: memFree=125523060/131250000 swapFree=33010160/33010684
[pid=198219] ppid=198216 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/198219/stat : 198219 (run-dec-break-l) S 198216 198219 197614 0 -1 4194304 240 727 0 0 0 0 0 0 20 0 1 0 239404312 4292608 736 18446744073709551615 94086639898624 94086640793157 140737113912496 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94086641032208 94086641079952 94086671306752 140737113921849 140737113922012 140737113922012 140737113927616 0
/proc/198219/statm: 1048 736 672 219 0 110 0
[pid=198222] ppid=198219 vsize=143644 memory=90244 CPUtime=173.85 cores=4,6
/proc/198222/stat : 198222 (roundingsat) R 198219 198219 197614 0 -1 4194304 17370 0 0 0 17230 155 0 0 20 0 1 0 239404314 147091456 22561 18446744073709551615 4227072 8923433 140736487512176 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 19824640 140736487516440 140736487516710 140736487516710 140736487522282 0
/proc/198222/statm: 35911 22561 2496 1147 0 23338 0
Current children cumulated CPU time: 173.85 s
Current children cumulated vsize: 147836 KiB
Current children cumulated memory: 93188 KiB

Child status: 0

Real time (s): 174.437
CPU time (s): 173.901
CPU user time (s): 172.336
CPU system time (s): 1.5651
CPU usage (%): 99.6931
Max. virtual memory (cumulated for all children) (KiB): 147836
Max. memory (cumulated for all children) (KiB): 93188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 172.336
system time used= 1.5651
maximum resident set size= 90244
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18360
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1002912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 208
involuntary context switches= 282


# summary of solver processes directly reported to runsolver:
#   pid: 198219
#   total CPU time (s): 173.901
#   total CPU user time (s): 172.336
#   total CPU system time (s): 1.5651

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.341638 second user time and 0.786395 second system time

The end

Launcher Data

Begin job on nodeC016 at 2025-07-23 04:21:08
IDJOB=4545588
IDBENCH=180940
IDSOLVER=3358
FILE ID=nodeC016/4545588-1753237268
RUNJOBID= nodeC016-1753233654-197625
SLURM_JOB_ID= 9687851
Free space on /tmp= 430928 MiB

SOLVER NAME= roundingsat+pbsuma-log 63f22ad
BENCH NAME= PB25/normalized-PB25/DEC-LIN/wallon/normalized-PoolBallTriangle-07_c24.opb
COMMAND LINE= run-dec-break-log.sh BENCHNAME PROOFFILE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4545588-1753237268/watcher-4545588-1753237268 -o /tmp/evaluation-result-4545588-1753237268/solver-4545588-1753237268 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1753233654-197625 --watchdog 3760 --file-size-limit 100000 run-dec-break-log.sh HOME/instance-4545588-1753237268.opb /tmp/proof-4545588-1753237268

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

MD5SUM BENCH= d0358cfd617a5121014a5f104d62bc1e
RANDOM SEED=1298266746

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        126068712 kB
MemAvailable:   128866432 kB
Buffers:            2144 kB
Cached:          3512892 kB
SwapCached:           24 kB
Active:          2071272 kB
Inactive:        2275932 kB
Active(anon):     856360 kB
Inactive(anon):     2108 kB
Active(file):    1214912 kB
Inactive(file):  2273824 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             40336 kB
Writeback:           248 kB
AnonPages:        833508 kB
Mapped:           122316 kB
Shmem:             26240 kB
KReclaimable:     296448 kB
Slab:             395760 kB
SReclaimable:     296448 kB
SUnreclaim:        99312 kB
KernelStack:        4368 kB
PageTables:         4856 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    1346304 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150600 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    669696 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 430448 MiB
End job on nodeC016 at 2025-07-23 04:24:02